@charset "utf-8";

/* base style
=====================================================================*/

html,
body,
div,
span,
a,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

input,
textarea {
  box-sizing: border-box;
}

input::placeholder,
textarea::placeholder {
  color: #DDDDDD;
}

img {
  max-width: 100%;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', meiryo, sans-serif;
}

body {
  background: #FFF;
  min-width: 1140px;
  font-size: 14px;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

*::selection {
  background: #CFD3DE;
}

.lock {
  overflow: hidden;
  position: relative;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', meiryo, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  outline: none;
  padding: 11px 20px 10px;
  border-radius: 0;
  width: 100%;
  border: 2px solid #DDDDDD;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 6px;
  transition: 0.3s;
}

input[type="checkbox"] {
  width: auto;
  margin: 5px;
  vertical-align: middle;
}

input[type="text"].txt_min {
  width: 438px;
}

input.min {
  width: 333px;
  margin-bottom: 15px;
}

.input_label {
  display: inline-block;
  margin: 0 11px 0 3px;
}

input::-ms-clear {
  visibility: hidden;
}

input:focus,
textarea:focus {
  border-color: #014F99;
  background: #F4F9FD;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

textarea {
  height: 180px;
}

button::-moz-focus-inner {
  border: 0px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  outline: none;
}

table {
  border-collapse: collapse;
}

.sec {
  padding: 80px 0 80px;
  width: auto;
  position: relative;
}

.wrap {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.wrap.min {
  width: 900px;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

p {
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

p.min {
  font-size: 13px;
}

dl,
dt,
dd {
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

dl {
  display: table;
}

dt,
dd {
  display: table-cell;
}

img {
  width: auto;
  height: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #EE0000;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {

  input,
  textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {

  html,
  body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  body {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  input,
  textarea {
    padding: 6px 2%;
    width: 100%;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea {
    padding: 6px 2%;
    width: 100%;
  }

  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }

  p {
    letter-spacing: 0.05em;
  }

  body.lock {
    overflow: hidden;
  }

  .sec {
    padding: 45px 0 55px;
    background: #FFF;
  }

  .wrap,
  .wrap.min {
    width: 100%;
    padding: 0 4%;
  }

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}

/* float設定 */

.f_wrap:after {
  display: block;
  content: "";
  clear: both;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

@media screen and (max-width:767px) {

  .f_left,
  .f_right {
    float: none;
  }
}

/* flex-box設定 */

.flex_area {
  display: flex;
  flex-wrap: wrap;
}

.align_center {
  align-items: center;
}

/* color設定 */

.white {
  color: #FFF;
}

.bg_gray {
  background-color: #F8F8F8;
}


/* 見出し設定
=====================================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: bold;
}

.h_wrap {
  text-align: center;
}

.h_yellow_border,
.h_blue_border {
  font-size: 31px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.h_yellow_border:after,
.h_blue_border:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: -1;
}

.h_yellow_border:after {
  background: url(img/line_yellow.gif) repeat;
}

.h_blue_border:after {
  background: url(img/line_blue.gif) repeat;
}

.h_yellow_border.row1 {
  margin: 0;
}

.h_yellow_border.min {
  font-size: 21px;
}

@media screen and (max-width:767px) {
  .h_yellow_border {
    font-size: 18px;
  }

  .h_yellow_border.min {
    font-size: 16px;
  }

  .h_blue_border {
    font-size: 17px;
  }

  .h_yellow_border:after,
  .h_blue_border:after {
    bottom: -2px;
  }

  .sp_no_border .h_yellow_border:after {
    display: none;
  }

  .h_yellow_border.no_wrap {
    padding: 0 3%;
  }

  .stepup__intro .h_yellow_border {
    text-align: left;
  }
}

/* link, btn
=====================================================================*/

a {
  text-decoration: none;
  transition: 0.4s;
  color: #222222;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.link {
  text-decoration: underline;
}

button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', meiryo, sans-serif;
  border: none;
  cursor: pointer;
  transition: 0.4s;
  letter-spacing: 0.08em;
  outline: none;
}

@media screen and (min-width:769px) {
  a:hover {
    text-decoration: none;
  }

  .link:hover {
    text-decoration: none;
  }
}

/* header
=====================================================================*/

.sp_navi_wrap {
  display: none;
}

#header {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
  top: 0;
  min-width: 1140px;
  box-sizing: border-box;
  height: 70px;
}

#header:after {
  display: block;
  content: "";
  clear: both;
}

.logo_wrap {
  float: left;
  display: flex;
  align-items: center;
}

.header_logo {
  line-height: 1;
  padding: 10px 15px 0 20px;
}

.header_logo a {
  display: inline-block;
}

.header_recruit_tag {
  border: 1px solid;
  width: 93px;
  line-height: 29px;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
  display: inline-block;
  margin: 8px 0 0;
  background: #FFF;
}

/* gnavi */

.gnavi_main_list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
}

.gnavi_main_list li {
  position: relative;
}

.gnavi_main_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  height: 30px;
  width: 1px;
  background: #DDD;
}

.gnavi_main_list li.current:after {
  width: 55%;
}

.gnavi_main_list li:first-child:before {
  display: none;
}

.gnavi_main_list li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 23%;
  width: 0;
  height: 3px;
  background: #0A5EA6;
  transition: 0.3s;
}

.gnavi_main_list a {
  display: block;
  font-size: 13px;
  position: relative;
  padding: 12px 37px;
}

.gnavi_main_list a.row1 {
  padding: 23px 37px 24px;
}

/* gnavi 終わり */

@media screen and (min-width:769px) {
  .gnavi_main_list li:hover:after {
    width: 55%;
  }
}

@media screen and (max-width:1200px) {
  .gnavi_main_list a {
    font-size: 12px;
    padding: 14px 31px;
  }

  .gnavi_main_list a.row1 {
    padding: 24px 31px 25px;
  }
}

@media screen and (max-width:767px) {

  /* スマホハンバーガーメニュー */
  .sp_navi_wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
    width: 65px;
    z-index: 11;
    display: none;
  }

  .scrolled .sp_navi_wrap {
    display: block;
  }

  #sp_menu_btn {
    display: block;
    position: relative;
    z-index: 0;
    height: 65px;
    width: 26px;
    margin: 0 auto;
    text-align: center;
  }

  #sp_menu_btn span,
  #sp_menu_btn::before,
  #sp_menu_btn::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #0061B2;
  }

  #sp_menu_btn span {
    opacity: 1;
    transition: opacity 150ms 50ms;
  }

  #sp_menu_btn::before {
    z-index: 2;
    transform: translate(0, -10px);
    content: "";
  }

  #sp_menu_btn::after {
    z-index: 2;
    transform: translate(0, 10px);
    content: "";
  }

  #sp_menu_btn::before,
  #sp_menu_btn::after {
    transition: transform 200ms;
  }

  #sp_menu_btn.active span {
    opacity: 0;
    transition: opacity 150ms;
  }

  #sp_menu_btn.active::after {
    transform: rotate(-45deg);
  }

  #sp_menu_btn.active::before {
    transform: rotate(45deg);
  }

  #sp_menu_btn.active span,
  #sp_menu_btn.active::before,
  #sp_menu_btn.active::after {
    background: #F3EB08;
  }

  /* スマホハンバーガーメニュー終わり */

  #header {
    padding: 0;
    width: 100%;
    min-width: 100%;
    height: 65px;
  }

  .header_logo {
    padding: 11px 15px 0 15px;
  }

  .header_logo img.fabicon {
    width: 50px;
    z-index: 11;
    position: relative;
  }

  .header_logo img.logo_ttl {
    width: 82%;
  }

  .scrolled .logo_ttl {
    display: none;
  }

  #gnavi {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #02A9C9;
    position: fixed;
    padding: 70px 0 0;
    top: 0;
    left: 0;
    transition: 0.3s opacity ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  #gnavi.active {
    visibility: visible;
    opacity: 1;
    z-index: 10;
  }

  .gnavi_main_list {
    display: block;
  }

  .gnavi_main_list li {
    padding: 0;
  }

  .gnavi_main_list a,
  .gnavi_main_list a.row1 {
    font-size: 18px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    color: #FFF;
  }

  .gnavi_main_list li:before,
  .gnavi_main_list li.current:after {
    display: none;
  }
}

/* footer
=====================================================================*/
#copyright {
  line-height: 70px;
  border-top: 1px solid #DDD;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.14em;
}

@media screen and (max-width:767px) {
  #copyright {
    line-height: 55px;
    margin-bottom: 55px;
  }
}

/* LP
=====================================================================*/

#side_bnr {
  position: fixed;
  top: 160px;
  right: 0px;
  z-index: 10;
}

#side_bnr:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 270px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: 0.3s;
}

#side_bnr a,
#side_bnr img {
  display: block;
}

#mainvisual {
  position: relative;
  height: 100vh;
  background: url(img/mv.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 72px;
}

.catchcopy_area {
  font-weight: bold;
  text-align: right;
  position: absolute;
  bottom: 126px;
  right: 36px;
  width: 542px;
}

.catchcopy_en {
  font-size: 53px;
}

.catchcopy {
  font-size: 32px;
  background: #FFF;
  line-height: 1.5;
  padding: 0 0 0 6px;
  margin-bottom: 12px;
  text-align: left;
  width: 418px;
  display: inline-block;
  letter-spacing: 0.04em;
}

@media all and (-ms-high-contrast: none) {

  .catchcopy_en,
  .catchcopy {
    letter-spacing: 0.04em;
  }
}

.scroll {
  font-size: 13px;
  color: #0A5EA6;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  padding-bottom: 80px;
}

.scroll:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 4px;
  position: absolute;
  bottom: 63px;
  left: 50%;
  margin-left: -4px;
  background-color: #0A5EA6;
  animation: vertical 1s ease-in-out infinite alternate;
}

.scroll:after {
  content: "";
  display: block;
  background-color: #0A5EA6;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 2px;
  height: 63px;
  animation: vertical 1s ease-in-out infinite alternate;
}

@keyframes vertical {
  0% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media screen and (min-width:769px) {
  #side_bnr:hover:after {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width:767px) {
  #side_bnr {
    top: auto;
    bottom: 0;
    width: 100%;
    background: #02A9C9;
    text-align: center;
  }

  #side_bnr:after {
    display: none;
  }

  #side_bnr p {
    line-height: 55px;
    margin: 0;
    font-size: 16px;
    color: #FFFF67;
    font-weight: bold;
  }

  #mainvisual {
    background: url(img/mv_sp.png) no-repeat top center;
    line-height: normal;
    background-size: 100%;
    /*    height: 440px;*/
    height: calc(100vh - 130px);
    margin-bottom: 20px;
  }

  .catchcopy_area {
    top: auto;
    bottom: 130px;
    right: 10px;
    width: 100%;
    height: auto;
  }

  .catchcopy_area img {
    max-width: 80%;
  }

  .scroll {
    padding-bottom: 60px;
    bottom: 30px;
  }

  .scroll:after {
    height: 45px;
  }

  .scroll:before {
    bottom: 45px;
  }
}

/* フェードコンテンツ
------------------------------------ */
.fade_contents_wrap {
  background: url(img/bg_fade.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 900px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
}

.fade_contents_wrap:before {
  content: url(img/ttl_future.png);
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
}

.fade_contents {
  font-size: 33px;
  letter-spacing: 0.14em;
}

.fade_contents:not(#fade01) {
  display: none;
}

.fade_contents .intro,
.fade_contents .desire,
.fade_contents .min {
  display: block;
}

.fade_contents .min {
  font-size: 23px;
}

.fade_contents .desire {
  font-size: 55px;
  font-weight: bold;
  margin: 13px 0 35px;
}

.dream_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 871px;
}

.dream_circle {
  background: #fbe111;
  border: 2px solid #FFF;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin: 0 13px 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0;
}

.dream_circle p {
  margin: 0;
  padding: 0 15px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .fade_contents_wrap {
    height: calc(100vh - 100px);
  }

  .fade_contents_wrap:before {
    content: "";
    top: -22px;
    background: url(img/ttl_future.png) no-repeat center;
    background-size: 280px;
    width: 100%;
    height: 40px;
  }

  .fade_contents {
    font-size: 20px;
    padding: 0 3%;
  }

  .fade_contents .min {
    font-size: 17px;
  }

  .fade_contents .desire {
    font-size: 30px;
    margin: 13px 0 25px;
  }

  .dream_contents {
    width: 100%;
  }

  .dream_circle {
    width: 96px;
    height: 96px;
    margin: 0 2% 10px 0;
  }

  .dream_circle:nth-child(3n) {
    margin-right: 0;
  }

  .dream_circle p {
    font-size: 12px;
  }

}


/* 理念
------------------------------------ */

.philosophy .wrap:before {
  content: url(img/ttl_philosophy.png);
  display: block;
  position: absolute;
  right: -150px;
  top: -34px;
}

.our_philosophy_inner {
  margin: 94px 0 0;
}

.philosophy_img {
  padding-left: 88px;
}

.philosophy_message_area {
  width: 530px;
  padding-top: 8px;
}

.philosophy_message_area p {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
}

.philosophy_message_area .keyword {
  font-size: 17px;
  font-weight: bold;
  color: #06ABC9;
}

.philosophy_message_area p.ceo_name {
  margin: 56px 68px 0 0;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}

.ceo_name .name {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width:1450px) {
  .philosophy .wrap:before {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .our_philosophy_inner {
    margin: 0;
  }

  .philosophy_img {
    padding: 0 5% 15px;
  }

  .philosophy_message_area {
    width: 100%;
  }

  .philosophy_message_area p {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .philosophy_message_area .keyword {
    font-size: 15px;
  }

  .philosophy_message_area p.ceo_name {
    margin: 0;
  }

  .ceo_name .name {
    font-size: 16px;
    display: block;
  }
}

/* 導入部（体の不調を預けられる場所として...）
------------------------------------ */
.blue_band {
  padding: 150px 0 85px;
  margin-bottom: 80px;
}

.blue_band:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EDF9F9;
  transform: skewY(4deg);
  transform-origin: top left;
}

.p_about_intro {
  font-size: 18px;
  line-height: 2.0;
  margin: 0 0 60px;
  font-weight: bold;
}

.about_border_con {
  font-size: 23px;
  color: #FFF;
  font-weight: bold;
  line-height: 72px;
  border: 4px solid #8BE0E5;
  background: #09A4C2;
  display: inline-block;
  padding: 0 50px;
  margin-bottom: 62px;
}

.about_border_con .num {
  font-size: 27px;
}

.circle_graph .img_wrap {
  margin: 0 44px;
  display: inline-block;
  position: relative;
}

.circle_graph .img_wrap:nth-child(2n):before {
  content: "40代以上";
  display: block;
  position: absolute;
  top: -19px;
  left: 25px;
  font-size: 17px;
  color: #F5605C;
}

.p_result {
  font-size: 20px;
  line-height: 1.5;
  margin: 56px 0 66px;
  font-weight: bold;
}

.transition_graph {
  margin: 0 0 115px;
}

.p_bg_white {
  display: inline-block;
  background: #FFF;
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 6px;
  position: relative;
}

.p_bg_white.s1 img,
.p_bg_white.s2 img,
.learn_program__intro img,
.learn_program__intro img {
  display: block;
  position: absolute;
}

.p_bg_white.s1 img {
  top: -33px;
  left: -125px;
}

.p_bg_white.s2 img {
  top: -95px;
  right: -275px;
  transform: rotate(34deg);
}

@media screen and (min-width:1450px) {
  .blue_band .wrap:before {
    display: block;
    position: absolute;
    left: -150px;
    top: 51px;
  }

  .blue_band .wrap:before {
    content: url(img/blue_ttl_remove_anxiety.png);
  }

  #working.blue_band .wrap:before {
    content: url(img/blue_ttl_stepup.png);
  }

  #requirements.blue_band .wrap:before {
    content: url(img/blue_ttl_requirements.png);
  }
}

@media screen and (max-width:767px) {
  .blue_band {
    padding: 90px 0 55px;
    margin-bottom: 49px;
  }

  .p_about_intro {
    font-size: 16px;
    margin: 0 0 30px;
  }

  .about_border_con {
    font-size: 17px;
    line-height: 1.8;
    padding: 8px 4%;
    margin-bottom: 45px;
  }

  .about_border_con .num {
    font-size: 22px;
  }

  .circle_graph .img_wrap {
    margin: 0;
    width: 47%;
  }

  .circle_graph .img_wrap:first-child {
    margin: 0 2% 0 0;
  }

  .circle_graph .img_wrap:nth-child(2n):before {
    top: -20px;
    font-size: 12px;
  }

  .p_result {
    font-size: 16px;
    line-height: 2.0;
    margin: 20px 0 35px;
  }

  .transition_graph {
    margin: 0 0 20px;
  }

  .p_bg_white {
    display: inline;
    font-size: 16px;
    background: none;
    margin: 0px;
  }

  .p_bg_white.s1 img,
  .p_bg_white.s2 img {
    display: none;
  }
}

/* 学ぶプログラム
------------------------------------ */

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.3s;
}

.leftin {
  opacity: 0;
  transform: translate(-50px, 0px);
  transition: all 0.3s;
  transition-delay: 0.6s;
}

.rightin {
  opacity: 0;
  transform: translate(50px, 0px);
  transition: all 0.3s;
  transition-delay: 0.6s;
}

.fadein.scrollin,
.leftin.scrollin,
.rightin.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.learn_program__intro {
  font-size: 19px;
  line-height: 2.2;
  margin: 0 0 60px;
  font-weight: bold;
  position: relative;
}

.learn_program__intro img:first-of-type {
  top: -80px;
  right: 115px;
}

.learn_program__intro img:last-child {
  top: -36px;
  left: 143px;
}

.learn_program__box {
  position: relative;
  margin: 0 0 170px;
}

.learn_program__box:last-child {
  margin-bottom: 0;
}

.learn_program__ttl {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}

.learn_program__ttl.right {
  left: auto;
  right: 0;
}

.learn_program__img.right {
  text-align: right;
}

.learn_program__img img {
  display: inline-block;
}

.learn_program__con {
  position: absolute;
  top: 510px;
  left: 0;
}

.learn_program__con.type2 {
  position: absolute;
  top: 510px;
  left: 342px;
}

.learn_program__h {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.learn_program_link_area {
  perspective: 500px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  width: 460px;
  height: 70px;
  margin: 0 auto 30px;
}

.learn_program_link_area a {
  position: absolute;
  display: block;
  width: 460px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.learn_program_link_area a:nth-child(1) {
  transform: rotateX(0deg) translateZ(0px);
  -webkit-transform: rotateX(0deg) translateZ(0px);
  -moz-transform: rotateX(0deg) translateZ(0px);
  -ms-transform: rotateX(0deg) translateZ(0px);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: #FAD900;
  border: 2px solid #FAD900;
  color: #000;
  z-index: 1;
}

.learn_program_link_area a:nth-child(2) {
  transform: rotateX(-179.5deg) translateZ(1px);
  -webkit-transform: rotateX(-179.5deg) translateZ(1px);
  -moz-transform: rotateX(-179.5deg) translateZ(1px);
  -ms-transform: rotateX(-179.5deg) translateZ(1px);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: #FFF;
  border: 2px solid #FAD900;
  z-index: 0;
}

.learn_program_link_area:hover a:nth-child(1) {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transform: rotateX(179.5deg);
  -webkit-transform: rotateX(179.5deg);
  -moz-transform: rotateX(179.5deg);
  -ms-transform: rotateX(179.5deg);
  z-index: 0;
}

.learn_program_link_area:hover a:nth-child(2) {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
  -webkit-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
  -moz-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
  -ms-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
  z-index: 1;
}

@media screen and (max-width:1450px) {
  #study {
    overflow: hidden;
  }
}

@media screen and (max-width:767px) {
  .learn_program__intro {
    font-size: 15px;
    margin: 0 0 40px;
  }

  .learn_program__box {
    margin: 0 0 10px;
    z-index: 1;
  }

  .learn_program__box.nth2 {
    padding-bottom: 95px;
  }

  .learn_program__ttl {
    top: 0;
  }

  .learn_program__ttl img {
    width: 250px;
  }

  .learn_program__img {
    position: relative;
    top: 24px;
  }

  .learn_program__con,
  .learn_program__con.type2 {
    position: relative;
    top: -34px;
    left: auto;
    right: auto;
  }

  .learn_program__con .learn_program__h {
    padding-right: 13%;
    padding-bottom: 120px;
  }

  .learn_program__con.type2 .learn_program__h {
    padding-right: 0;
    padding-left: 24%;
    padding-bottom: 50px;
  }

  .learn_program__con.type3 .learn_program__h {
    padding-bottom: 0px;
  }

  .learn_program__h {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .learn_program__intro img:first-of-type {
    top: -84px;
    right: 5px;
    width: 45px;
  }

  .learn_program__intro img:last-child {
    top: -84px;
    left: 0;
    width: 45px;
  }

  .learn_program_link_area {
    width: 80%;
    margin: 0 auto 30px;
  }

  .learn_program_link_area a {
    width: 100%;
    font-size: 16px;
  }


}

/* STEPUP PROGRAMS ステップアッププログラム
------------------------------------ */
.stepup__intro {
  width: 950px;
  height: 364px;
  background: url(img/stepup_intro.png) no-repeat;
  padding: 175px 30px 20px;
  position: absolute;
  top: -205px;
  left: 0;
  right: 0;
  margin: auto;
}

.p_stepup_intro {
  font-size: 13px;
}

.staff_comment_wrap {
  position: absolute;
}

.staff_comment_wrap.staff01 {
  left: 100px;
  top: 210px;
}

.staff_comment_wrap.staff02 {
  right: -56px;
  top: 240px;
}

.staff_comment_wrap.staff03 {
  bottom: 102px;
  left: -6px;
}

.staff_comment_wrap.staff04 {
  bottom: 140px;
  right: -172px;
}

.staff_comment_wrap.staff05 {
  /* Learn Program 「新人のための新人研修」の横の人 */
  left: -140px;
  bottom: 58px;
}

.staff_comment_wrap.staff06 {
  /* Learn Program 「OJT」の横の人 */
  right: -180px;
  top: 132px;
}

.staff_img {
  position: relative;
  z-index: 1;
}

.staff_comment {
  position: relative;
  left: -64px;
  animation: moving 1s ease-in-out infinite alternate;
}

.staff02 .staff_comment {
  left: -85px;
  top: -8px;
}

.staff04.staff_comment {
  left: -27px;
}

@keyframes moving {
  0% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

.triangle_bg_img {
  position: absolute;
  left: -90px;
  bottom: 67px;
  z-index: 0;
}

.staff02 .triangle_bg_img {
  left: 76px;
  bottom: 44px;
}

.staff03 .triangle_bg_img {
  left: -39px;
  bottom: 50px;
}

.staff05 .triangle_bg_img {
  bottom: 130px;
  left: 73px;
}

.staff06 .triangle_bg_img {
  left: 86px;
  bottom: 65px;
}

.stepup__img_wrap {
  margin: 0 0 100px;
  padding-top: 265px;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  align-items: center;
}

.stepup__img {
  width: 45%;
  margin-right: 5%;
}

.stepup__text {
  width: 50%;
}

.stepup__title {
  font-size: 14px;
  color: #08a4c1;
  font-weight: bold;
  margin-bottom: 30px;
}

.stepup_dl {
  display: block;
  margin-bottom: 10px;
}

.stepup_dl dt {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.stepup_dl dd {
  display: block;
}

@media screen and (max-width:1450px) {
  .staff_comment_wrap.staff01 {
    left: 195px;
  }

  .staff_comment_wrap.staff02 {
    right: 0px;
    top: 217px;
  }

  .staff_comment_wrap.staff03 {
    left: 39px;
  }

  .staff_comment_wrap.staff04 {
    right: -30px;
  }

  .staff_comment_wrap.staff05 {
    left: 37px;
    bottom: 177px;
  }

  .staff_comment_wrap.staff06 {
    right: -30px;
  }

  .staff05 .staff_comment {
    left: -33px;
    top: 47px;
  }
}

@media screen and (max-width:767px) {
  .stepup .wrap {
    overflow: hidden;
  }

  .stepup__intro {
    width: 100%;
    height: auto;
    position: relative;
    background: none;
    top: auto;
    left: auto;
    border: 2px solid #48DAF3;
    background: #FFF;
    padding: 14px 4%;
    margin: 0 auto 20px;
  }

  .p_stepup_intro {
    position: relative;
    margin: 0;
  }

  .p_stepup_intro:before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 3px;
    background: #F8D904;
  }

  .staff_comment_wrap {
    position: relative;
    display: inline-block;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  .staff_comment_wrap.staff01 {
    width: 29%;
    margin-left: 24%;
  }

  .staff_comment_wrap.staff02 {
    width: 34%;
    margin-left: 7%;
  }

  .staff_comment_wrap.staff03 {
    margin-left: 20%;
    width: 40%;
  }

  .staff_comment_wrap.staff04 {
    width: 28%;
    margin-left: 10%;
  }

  .staff_comment_wrap.staff05,
  .staff_comment_wrap.staff06 {
    position: absolute;
    bottom: -73px !important;
    right: 19% !important;
    width: 17%;
  }

  .staff_comment_wrap.staff06 {
    bottom: -56px !important;
  }

  .staff_comment {
    width: 150px;
  }

  .triangle_bg_img {
    width: 55px;
  }

  .staff01 .triangle_bg_img {
    left: -55px;
  }

  .staff04 .triangle_bg_img {
    left: -37px;
  }

  .staff05 .triangle_bg_img,
  .staff06 .triangle_bg_img {
    bottom: 42px;
    left: auto;
    right: -42px;
  }

  .staff06 .triangle_bg_img {
    bottom: 5px;
    left: auto;
    right: -34px;
  }

  .staff02 .staff_comment {
    top: auto;
    left: -27px;
  }

  .stepup__img_wrap {
    margin: 0 0 30px;
    padding-top: 10px;
    display: block;
  }

  .stepup__img {
    width: 73%;
    margin: 0 auto 30px !important;
    text-align: center;
  }

  .stepup__text {
    width: 90%;
    margin: 0 auto;
  }

  .stepup__title {
    font-size: 14px;
    color: #08a4c1;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .stepup_dl {
    width: 96%;
    margin: 0 auto 10px;
  }
}

/* イベントカレンダー
------------------------------------ */
.event_calendar_wrap {
  position: relative;
  margin: 100px 0 0;
}

.event_calendar_box:first-child:before,
.event_calendar_box:first-child:after,
.event_calendar_wrap:before,
.event_calendar_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: calc(50% - 473px);
  margin: auto;
}

.event_calendar_wrap:before {
  width: 6px;
  height: 1710px;
  background: #BDBEB9;
  left: calc(50% - 468.5px) !important;
  top: 0px;
  z-index: 1;
}

.event_calendar_wrap:after {
  margin: auto;
  border-bottom: 5px solid #FEDA00;
  border-right: 5px solid #FEDA00;
  width: 23px;
  height: 23px;
  transform: rotate(45deg);
  bottom: -55px;
  top: auto;
  z-index: 2;
  left: calc(50% - 480px);
}

.event_calendar_box {
  position: relative;
}

.event_calendar_box:nth-child(2n) {
  background: #F9F9F9;
}

.event_calendar_box:first-child:after {
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
}

.event_calendar_box:first-child:before {
  content: "START";
  font-size: 22px;
  font-weight: bold;
  top: -57px;
  left: calc(50% - 502px);
  letter-spacing: 0px;
}

.event_calendar_box .wrap {
  padding: 0 40px;
}

.event_calendar_box .f_left {
  height: 207px;
  width: 46%;
}

.event_date {
  font-size: 19px;
  font-weight: bold;
  width: 82px;
  height: 70px;
  line-height: 70px;
  color: #FFF;
  background: url(img/frame.png) no-repeat;
  padding: 0 0 0 14px;
  margin: 0;
  position: relative;
  z-index: 5;
}

.event_date.type2 {
  padding-left: 5px;
}

.event_date .num {
  font-size: 30px;
  display: inline-block;
}

.event_date.type2 .num {
  letter-spacing: 0;
}

.event_detail {
  padding: 0 30px 0 20px;
  width: calc(100% - 82px);
}

.event_ttl {
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.11em;
}

.event_con {
  font-size: 13px;
  line-height: 1.6;
}

.img_wrap.event_img {
  width: 530px;
  padding-top: 25px;
}

.event_img img {
  margin-right: 26px;
  display: inline-block;
}

.event_img img:nth-child(2n) {
  margin-right: 0px;
}

@media screen and (max-width:767px) {
  .enjoy_img {
    width: 80%;
    margin: 0 auto;
  }

  .event_calendar_wrap {
    margin: 50px 0 0;
  }

  .event_calendar_box:first-child:before,
  .event_calendar_box:first-child:after,
  .event_calendar_wrap:before,
  .event_calendar_wrap:after {
    display: none;
  }

  .event_calendar_box {
    padding: 25px 0;
  }

  .event_calendar_box .wrap {
    padding: 0 4%;
  }

  .event_calendar_box .f_left {
    height: auto;
    width: 100%;
    align-items: flex-start;
  }

  .img_wrap.event_img {
    width: 100%;
    padding-top: 5px;
  }

  .event_img img {
    margin: auto;
    width: 49%;
  }

  .event_img img:nth-child(2n) {
    margin: 10px auto 0;
  }

  .event_detail {
    padding: 0 0 0 4%;
    width: 76%;
  }

  .event_date {
    font-size: 16px;
    background-size: 100%;
    width: 70px;
    line-height: 60px;
    height: 60px;
  }

  .event_date .num {
    font-size: 20px;
  }

  .event_ttl {
    margin-bottom: 10px;
  }
}

/* エントリーコンテンツ
------------------------------------ */
.sec.entry {
  padding: 175px 0 30px;
  margin-bottom: 116px;
}

.sec.entry:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #FAD900;
  transform: skewY(4deg);
  transform-origin: top left;
  transition: 0.3s;
  transition-delay: 0.9s;
}

.sec.entry.inview:before {
  width: 100%;
}

.entry_btn {
  margin: 25px 0 0;
}

.entry_btn a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (max-width:767px) {
  .sec.entry {
    padding: 65px 0 35px;
    margin-bottom: 30px;
  }
}

/* 採用の流れ
------------------------------------ */
.flow_p {
  font-size: 16px;
  line-height: 2.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 47px auto 60px;
}

.flow_list li {
  opacity: 0;
  width: 200px;
  background: #09A4C2;
  color: #FFF;
  height: 150px;
  padding: 37px 22px 20px;
  position: relative;
}

.flow_list li:nth-child(2n) {
  background: #17B1CD;
}

.flow_step_num {
  width: 78px;
  margin: 0 auto 18px;
  font-size: 11px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 50px;
  background: #09A4C2;
  line-height: 24px;
  padding-left: 4px;
}

.flow_list p {
  margin: 0;
  text-align: center;
  font-size: 15px;
}

.flow_list .flow_step_ttl {
  margin-bottom: 23px;
}

.course_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
}

.course_detail .box {
  display: flex;
  width: 490px;
  justify-content: center;
}

.course_detail .box .img_wrap {
  width: 186px;
}

.course_list {
  width: 290px;
  padding: 30px 0 0 33px;
}

.course_list li:first-child {
  font-size: 15px;
}

.course_list li {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 9px;
}

@media screen and (max-width:767px) {
  .flow_p {
    font-size: 15px;
    line-height: 1.8;
    padding: 0 4%;
  }

  .flow_list {
    width: 100%;
    margin: 35px auto 45px;
  }

  .flow_list li {
    width: 100%;
    height: auto;
    padding: 20px 4% 20px;
  }

  .flow_step_num {
    margin: 0 auto 8px;
  }

  .flow_list .flow_step_ttl {
    margin-bottom: 8px;
  }

  .flow_list p {
    font-size: 14px;
  }

  .course_detail {
    margin: 30px 0 0;
  }

  .course_detail .box {
    width: 100%;
    margin-bottom: 10px;
  }

  .course_list li {
    margin-bottom: 5px;
  }

  .course_list {
    padding: 10px 0 0 15px;
  }
}


/* よくあるご質問
------------------------------------ */
.faq_box {
  border-bottom: 1px solid #CCCCCC;
  transition: 0.3s;
  position: relative;
}

.faq_box.active {
  background: #EDF9F9;
}

.faq_box.first {
  border-top: 1px solid #CCCCCC;
  margin: 50px 0 0;
}

.faq_box:before,
.faq_box:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 4px;
  background: #FFF;
  transition: 0.3s;
  top: 42px;
  right: 35px;
  z-index: 1;
}

.faq_box:after {
  transform: rotate(90deg);
}

.faq_box.active:after {
  transform: rotate(0deg);
}

.faq_question,
.faq_answer {
  position: relative;
  margin: 0;
}

.faq_question {
  font-weight: bold;
  padding: 32px 70px 32px 145px;
  font-size: 15px;
  cursor: pointer;
}

.faq_answer {
  padding: 6px 70px 43px 145px;
  display: none;
}

.faq_question:before,
.faq_answer:before {
  display: block;
  position: absolute;
  left: 33px;
  font-size: 17px;
  font-weight: bold;
}

.faq_question:before {
  content: "Q";
  color: #01A2BF;
  top: 30px;
}

.faq_answer:before {
  content: "A";
  color: #F8DC00;
  top: 6px;
}

.faq_question:after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 30px;
  width: 24px;
  height: 24px;
  background: #F8DC00;
  border-radius: 50%;
  transition: 0.3s;
}

.faq_question.active:after {
  background: #01A2BF;
}

@media screen and (min-width:769px) {
  .faq_box:hover {
    background: #EDF9F9;
  }
}

@media screen and (max-width:767px) {
  .faq_question {
    padding: 15px 41px 14px 36px;
    font-size: 14px;
  }

  .faq_question:before,
  .faq_answer:before {
    left: 3%;
    font-size: 16px;
  }

  .faq_question:before {
    top: 14px;
  }

  .faq_question:after {
    top: 18px;
    right: 10px;
    width: 22px;
    height: 22px;
  }

  .faq_box:before,
  .faq_box:after {
    width: 12px;
    height: 3px;
    top: 27px;
    right: 15px;
  }

  .faq_box.first {
    margin: 5px 0 0;
  }

  .faq_answer {
    padding: 6px 3% 14px 36px;
  }
}

/* 募集要項
------------------------------------ */
.requirements_wrap {
  background: #FFF;
  padding: 30px 60px;
}

.requirements_comment_wrap {
  position: absolute;
}

.requirements_comment_wrap.comment_01 {
  right: -80px;
  top: 0px;
}

.requirements_comment {
  position: relative;
  /* left: -64px; */
  animation: moving 1s ease-in-out infinite alternate;
}

.requirements_list {
  width: 452px;
  border-bottom: 1px dotted #CCCCCC;
  padding: 24px 2px 25px;
}

.requirements_list * {
  letter-spacing: 0.1em;
}

.requirements_list:first-of-type {
  border-top: 1px dotted #CCCCCC;
}

.requirements_ttl {
  font-weight: bold;
  width: 120px;
}

.requirements_con {
  width: calc(100% - 120px);
  font-size: 13px;
}

.block .requirements_ttl,
.block .requirements_con {
  display: inline-block;
}

.requirements_list .img_wrap {
  display: block;
  width: 100%;
  margin: 30px 0 0;
}

.requirements_con .box {
  margin-bottom: 18px;
}

.requirements_con .min {
  font-size: 12px;
}

@media screen and (max-width:767px) {
  .requirements_wrap {
    padding: 20px 4%;
  }

  .requirements_comment {
    width: 180px;
  }

  .requirements_comment_wrap.comment_01 {
    right: 2.5%;
  }

  .requirements_list {
    width: 100%;
    padding: 15px 0 12px;
    display: block;
  }

  .f_right .requirements_list:first-of-type {
    border-top: none;
  }

  .requirements_ttl,
  .requirements_con {
    display: block;
    width: 100%;
  }

  .requirements_ttl {
    margin: 0px 0 10px;
    border-left: 3px solid #01A2BF;
    padding-left: 10px;
    line-height: 1.3;
  }

  .requirements_list .img_wrap {
    margin: 10px 0 0;
  }

  .requirements_con .box {
    margin-bottom: 13px;
  }

}

/* お問い合わせ
------------------------------------ */
#formbox {
  padding-top: 22px;
}

@media screen and (max-width:767px) {
  #formbox {
    padding-top: 0px;
  }
}

.contactform {
  margin: 80px 0 50px;
}

.ERR {
  color: #EE0000;
}

.contactform dl {
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
  width: 100%;
}

.contactform dl:first-of-type {
  border-top: 1px solid #CCC;
}

.contactform dt {
  width: 304px;
  vertical-align: middle;
  border-right: 1px solid #CCC;
  font-weight: bold;
}

.contactform dt .must {
  display: inline-block;
  margin-left: 20px;
  background: #E60012;
  color: #FFF;
  font-size: 11px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 30px;
}

.contactform dd {
  padding: 9px 55px 9px 40px;
  width: calc(100% - 304px);
}

.privacy_policy_area {
  border: 1px solid #DDD;
  padding: 46px 40px 62px;
  margin: 0 0 100px;
  height: 470px;
  overflow-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.privacy_arrow_area {
  position: relative;
  width: 866px;
  height: 169px;
  margin: -270px auto 76px;
}


.privacy_ttl {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.12em;
  margin-bottom: 33px;
}

.privacy_policy_area p {
  font-size: 12px;
  margin: 0 0 16px;
  line-height: 1.5;
}

.agree_area {
  background: #D9E5F1;
  margin: 0 0 38px;
}

.agree_area_comfirm {
  background: #FFF;
  margin: 0 0 38px;
  padding: 10px;
}

.input_label .agree_btn {
  padding: 16px 0;
  display: block;
  cursor: pointer;
}

.submit_btn,
.reset_btn {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.18em;
  transition: 0.3s;
  cursor: pointer;
}

.submit_btn {
  width: 500px;
  color: #FFF;
  background: #014F99;
  line-height: 68px;
  border-radius: 100px;
}

input[type="submit"]:focus {
  border-color: #014F99;
  background: #014F99;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.submit_btn:before,
.submit_btn:after {
  content: "";
  display: block;
  position: absolute;
}

.submit_btn:before {
  width: 17px;
  height: 17px;
  background: #FFF;
  top: 25px;
  right: 25px;
  border-radius: 50%;
}

.submit_btn:after {
  top: 30px;
  right: 31px;
  border-bottom: 2px solid #014F99;
  border-right: 2px solid #014F99;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
}

.reset_btn {
  width: 234px;
  line-height: 40px;
  border: 2px solid #CBCBCB;
  border-radius: 70px;
  background: #FFF;
  font-size: 14px;
  cursor: pointer;
}

@media screen and (min-width:769px) {
  .reset_btn:hover {
    background: #CBCBCB;
    color: #FFF;
  }

  .submit_btn:hover {
    opacity: 0.9;
  }

  .confirm_result {
    padding-top: 100px;
  }
}

@media screen and (max-width:767px) {
  .contactform {
    margin: 5px 0 50px;
  }

  .contactform dl,
  .contactform dt,
  .contactform dd {
    display: block;
  }

  .contactform dl {
    padding: 15px 0 18px;
  }

  .contactform dt,
  .contactform dd {
    width: 100%;
    border: none;
  }

  .contactform dt {
    margin-bottom: 11px;
  }

  .contactform dd {
    padding: 0;
  }

  .contactform dt .must {
    margin-left: 12px;
    font-size: 10px;
    line-height: 21px;
    padding: 0 10px;
  }

  .contactform dd p.col2 {
    display: inline-block;
    width: 30%;
    font-size: 13px;
  }

  .contactform dd p.attention {
    font-size: 13px;
    font-weight: normal;
  }

  input.min {
    width: 67% !important;
    margin-bottom: 10px;
  }

  .privacy_policy_area {
    padding: 25px 4% 50px;
    margin: 0 0 15px;
    height: 350px;
  }

  .privacy_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .privacy_arrow_area {
    display: none;
  }

  .agree_area {
    padding: 5px 0 0;
  }

  .input_label .agree_btn {
    padding: 5px 0 10px;
    width: 98%;
    font-size: 13px;
    margin: auto;
  }

  .submit_btn {
    max-width: 320px;
    width: 100%;
  }

  .confirm_result {
    padding-top: 80px;
  }

  .submit_btn,
  .reset_btn {
    -webkit-appearance: none;
  }
}


/* doctevoicerコメント
------------------------------------ */
.voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1476px;
  margin: 0 auto;
  padding: 0 98px;
}

@media screen and (max-width:767px) {
  .voice_list {
    width: 100%;
    max-width: initial;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 599px) {
  .voice_list {
    padding: 0 10px 0 20px;
  }
}

.voice_list li {
  margin-bottom: 30px;
  width: 31%;
  height: auto;
  position: relative;
  margin-right: 24px;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
  display: block;

}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  .voice_list li {
    width: 30%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
}

@media only screen and (max-width: 599px) {
  .voice_list li {
    width: 100%;
    height: 100px;
    max-widh: 100%;
    margin: 0 0 10px;
    padding: 0;
    overflow: visible;
  }
}

.voice_list li:before {
  content: "";
  display: block;
  padding-top: 91%;
}

@media only screen and (max-width: 599px) {
  .voice_list li:before {
    display: none;
  }
}

.voice_list li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 960px) {
  .voice_list li:hover .num i:after {
    left: 100%;
  }

  .voice_list li:hover .num i:before {
    left: 0;
  }

  .voice_list li:hover .img span {
    width: 100%;
  }

  .voice_list li:hover .profile {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 250ms 250ms ease-in;
  }
}

.voice_list .list {
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .voice_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.voice_list .list .pr {
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .voice_list .list .pr {
    width: 100%;
    height: 100%;
  }

  .voice_list .list .pr:first-child {
    width: 100px;
  }

  .voice_list .list .pr:last-child {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.voice_list .num {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0px;
  width: 16.7%;
  font-size: 18px;
  font-size: 28px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .voice_list .num {
    font-size: 12px;
    font-size: 1.2rem;
    top: 10px;
    left: -20px;
  }
}

.voice_list .num span {
  position: relative;
  left: 0;
  color: #fad900;
}

.voice_list .num i {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 45px;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  .voice_list .num i {
    width: 30px;
    top: 30px;
  }
}

.voice_list .num i:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fad900;
  left: 0;
  top: 0;
  transition: all 0.2s ease 0s;
}

.voice_list .num i:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fad900;
  left: -100%;
  top: 0;
  transition: all 0.2s ease 0.3s;
}

.voice_list .img {
  width: 91%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 599px) {
  .voice_list .img {
    width: 100px;
    height: 100px;
    right: auto;
    left: 0;
  }
}

.voice_list .img span {
  width: 0%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 300ms 0s ease-in;
}

.voice_list .img span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 150ms 0s ease-in;
  background: #0061b3;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-size: cover;
}

.voice_list .profile {
  position: absolute;
  bottom: 12%;
  width: 91%;
  text-align: center;
  padding: 0 10px;
  transition: all 200ms 0ms ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .voice_list .profile {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #000;
    background-color: #fff;
    padding: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .voice_list .profile {
    position: static;
    /*background: #0058af;*/
    height: 100%;
    width: 100%;
    padding: 0 0 0 15px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.voice_list .profile .name {
  font-size: 1.71vw;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 960px) {
  .voice_list .profile .name {
    font-size: 1.71vw;
  }
}

@media only screen and (max-width: 599px) {
  .voice_list .profile .name {
    font-size: 15px;
  }
}

.voice_list .profile .name span {
  font-size: 1.14vw;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 960px) {
  .voice_list .profile .name span {
    font-size: 1.14vw;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 599px) {
  .voice_list .profile .name span {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    padding: 0 0 0 3px;
  }
}

.voice_list .profile .office {
  font-size: 0.84vw;
  margin-top: 8px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  .voice_list .profile .office {
    font-size: 0.84vw;
    letter-spacing: 0.06em;
  }
}

@media only screen and (max-width: 599px) {
  .voice_list .profile .office {
    font-size: 12px;
  }
}

.voice_list .profile .office br.sp {
  display: none;
}

@media only screen and (max-width: 599px) {
  .voice_list .profile .office br.sp {
    display: block;
    letter-spacing: 0.06em;
  }
}

.voice_list-01 .img {
  background: url(img/voice01.png) left;
  background-size: 100%;
}

.voice_list-01 .img span {
  background: url(img/voice01_hover.png) no-repeat left;
  background-size: auto 100%;
}

.voice_list-02 .img {
  background: url(img/voice02.png) left;
  background-size: 100%;
}

.voice_list-02 .img span {
  background: url(img/voice02_hover.png) no-repeat left;
  background-size: auto 100%;
}

.voice_list-03 .img {
  background: url(img/voice03.png) left;
  background-size: 100%;
}

.voice_list-03 .img span {
  background: url(img/voice03_hover.png) no-repeat left;
  background-size: auto 100%;
}

.voice_list-04 .img {
  background: url(img/voice04.png) left;
  background-size: 100%;
}

.voice_list-04 .img span {
  background: url(img/voice04_hover.png) no-repeat left;
  background-size: auto 100%;
}

.voice_list-05 .img {
  background: url(img/voice05.png) left;
  background-size: 100%;
}

.voice_list-05 .img span {
  background: url(img/voice05_hover.png) no-repeat left;
  background-size: auto 100%;
}

.voice_list-06 .img {
  background: url(img/voice06.png) left;
  background-size: 100%;
}

.voice_list-06 .img span {
  background: url(img/voice06_hover.png) no-repeat left;
  background-size: auto 100%;
}

/* MEMBER
------------------------------------ */
.member_voices {
  width: 1080px;
  margin: 0 auto;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.member_voice {
  width: 15%;
  margin: 0 1.92% 30px 0;
  text-align: center;
}

.member_voice:nth-child(6n) {
  margin: 0 0 30px 0;
}

.member_voice_img {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 50%;
  background: #FAD900;
  padding-top: 100%;
  position: relative;
}

.member_voice_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
}

.member_voice_name {
  font-size: 18px;
  font-weight: bold;
}

.member_voice_img:hover img {
  transform: rotateY(360deg);
  transition-duration: 0.5s;
  transition-duration: 0.8s;
}

@media only screen and (max-width: 599px) {
  .member_voices {
    width: 94%;
  }

  .member_voice {
    width: 31%;
    margin: 0 3% 20px 0;
    text-align: center;
  }

  .member_voice:nth-child(6n) {
    margin: 0 0 20px 0;
  }

  .member_voice:nth-child(3n) {
    margin: 0 0 20px 0;
  }

  .member_voice_name {
    font-size: 16px;
    font-weight: bold;
  }
}

/* margin設定
=====================================================================*/
.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr45 {
  margin-right: 45px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px;
}




/* 20231120 追加修正
------------------------------------ */
.transition_graph {
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .transition_graph {
    margin: 0 0 30px;
  }
}

.transition_number {
  width: 800px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 767px) {
  .transition_number {
    width: 100%;
    margin: 0 0 40px;
  }
}

.staff_comment_wrap.staff07 {
  transform: rotate(-10deg);
  top: 360px;
  left: 10px;
}

.staff_comment_wrap.staff07 .staff_comment {
  left: -12px;
  top: -10px;
}

.staff_comment_wrap.staff07 .triangle_bg_img {
  left: 3px;
  bottom: 55px;
}

@media screen and (max-width: 767px) {
  .about_border_con {
    margin-bottom: 100px;
  }
  .staff_comment_wrap.staff07 {
    position: absolute;
    top: 30% !important;
    left: 8% !important;
    width: 10%;
  }
  .staff_comment_wrap.staff07 .staff_comment {
    width: 120px;
    left: -12px;
    top: 20px;
  }
  .staff_comment_wrap.staff07 .triangle_bg_img {
    display: none;
  }
}