/* common */
html,body,h1,h2,h3,h4,h5,div,section,p,img,a,button,ul,li {
  margin: 0; padding: 0; box-sizing: border-box; font-weight: normal;
}
html {
  font-family: sans-serif;
}
span {
  margin: 0; padding: 0; box-sizing: border-box;
}
ul {
  list-style: none;
}
img{
	vertical-align:top;
}
a {
  color: #000;
  text-decoration: none;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

/* .kv_sec */
.kv_sec {
  width: 100%;
  position: relative;
}
.kv_sec .kv_bg img {
  width: 100%;
}
.kv_sec .nav_area {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.kv_sec .nav_area .nav_logo {
  margin: 28px 0 0 0;
}
.kv_sec .nav_area .nav_logo img {
  width: 90px;
}
.kv_sec .nav_area .nav_logo:hover {
  opacity: .8;
}

/* .purpose_sec */
.purpose_sec {
  padding: 30px 100px;
  background-color: #001b2e;
}
.purpose_sec p.purpose_read {
  margin-bottom: 30px;
  font-family: serif;
  color: #fff;
  font-size: 48px;
  line-height: 88px;
  letter-spacing: -.1em;
  text-align: center;
}
.purpose_sec p.purpose_txt {
  margin-bottom: 50px;
  font-family: serif;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: .05em;
  text-align: center;
}
.purpose_use_box p.purpose_use_box_ttl {
  font-family: serif;
  color: #fff;
  font-size: 35px;
  line-height: 88px;
  letter-spacing: .05em;
  text-align: center;
}
.purpose_use_box .purpose_use_wrap {
  margin-bottom: 30px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #a79955, #e7d38a);
}
.purpose_use_box .purpose_use_wrap .purpose_use_ttl {
  /* width: 260px; */
  width: 25%;
  padding-right: 20px;
  font-family: serif;
  color: #001b2e;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: .07em;
  white-space: nowrap;
}
.purpose_use_box .purpose_use_wrap .purpose_use_txt {
  /* width: 640px; */
  width: 75%;
  padding-left: 40px;
  color: #001b2e;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: -.05em;
  border-left: 2px solid #001b2e;
}

/* .reason_sec */
.reason_sec {
  padding: 50px 100px 80px;
  background: url("../img/bg_reason.jpg") no-repeat;
  background-color: #001b2e;
  background-size: 100%;
}
.reason_sec p.reason_ttl {
  margin-bottom: 30px;
  font-family: serif;
  color: #fff;
  font-size: 35px;
  /* line-height: 88px; */
  letter-spacing: .05em;
  text-align: center;
}
.reason_sec .reason_box_wrap {
  display: flex;
  justify-content: space-between;
}
.reason_sec .reason_box {
  width: 280px;
  background-color: #fff;
}
.reason_sec .reason_box .reason_box_ttl {
  padding: 20px;
  font-family: serif;
  color: #001b2e;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: .025em;
  text-align: center;
  background: linear-gradient(90deg, #e7d38a, #a79955);
}
.reason_sec .reason_box .reason_box_txt {
  padding: 20px;
  color: #001b2e;
  font-size: 16px;
  /* font-weight: bold; */
  line-height: 31px;
  letter-spacing: -.05em;
}

/* .trainer_sec */
.trainer_sec {
  padding: 70px 100px;
  background-color: #e5e7e8;
}
.trainer_sec p.trainer_ttl {
  margin-bottom: 40px;
  font-family: serif;
  color: #231815;
  font-size: 35px;
  /* line-height: 88px; */
  letter-spacing: .05em;
  text-align: center;
}
.trainer_sec p.trainer_img {
  margin-bottom: 20px;
}
.trainer_sec p.trainer_img img {
  width: 100%;
}
.trainer_sec p.trainer_comment {
  color: #001b2e;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: .02em;
}

/* .method_sec */
.method_sec {
  padding: 100px;
  background-color: #001b2e;
}
.method_sec p.method_ttl {
  margin-bottom: 40px;
  font-family: serif;
  color: #fff;
  font-size: 35px;
  /* line-height: 88px; */
  letter-spacing: .05em;
  text-align: center;
}
.method_sec p.method_img img {
  width: 100%;
}

/* .vip_sec */
.vip_sec {
  padding: 0 100px 100px;
  background-color: #001b2e;
}
.vip_sec p.vip_ttl_top {
  margin-bottom: 40px;
  font-family: serif;
  color: #fff;
  font-size: 35px;
  /* line-height: 88px; */
  letter-spacing: .05em;
  text-align: center;
}
.vip_sec .vip_img_top_flex {
  margin-bottom: 40px;
  display: flex;
}
.vip_sec .vip_img_top_flex img {
  width: 100%;
}
.vip_sec p.vip_ttl_bottom {
  width: 740px;
  margin: 0 auto;
  font-family: serif;
  color: #fff;
  font-size: 35px;
  line-height: 68px;
  letter-spacing: .05em;
  text-align: center;
}
.vip_sec p.vip_ttl_bottom.b_border {
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #e7d38a, #a79955) 1;
}
.vip_sec p.vip_ttl_bottom.add_mb {
  margin-bottom: 20px;
}
.vip_sec p.vip_txt_bottom {
  margin-bottom: 50px;
  font-family: serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: .05em;
  text-align: center;
}
.vip_sec .vip_img_bottom_flex {
  display: flex;
  gap: 20px;
}
.vip_sec .vip_img_bottom_flex p.vip_bottom_img {
  margin-bottom: 10px;
}
.vip_sec .vip_img_bottom_flex img {
  width: 100%;
}
.vip_sec .vip_img_bottom_flex p.vip_bottom_img_txt {
  font-family: serif;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: .05em;
  text-align: center;
}

/* .voice_sec  */
.voice_sec {
  padding: 100px;
  background-color: #e5e7e8;
}
.voice_sec p.voice_ttl {
  margin-bottom: 20px;
  font-family: serif;
  color: #001b2e;
  font-size: 35px;
  line-height: 88px;
  letter-spacing: .05em;
  text-align: center;
}
.voice_sec p.voice_img img {
  width: 100%;
}

/* .question_sec */
.question_sec {
  padding: 0 100px 100px;
  background-color: #e5e7e8;
}
.question_sec p.question_ttl {
  margin-bottom: 20px;
  font-family: serif;
  color: #001b2e;
  font-size: 35px;
  line-height: 88px;
  letter-spacing: .05em;
  text-align: center;
}

/* アコーディオン */
.question_acc_box {
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
}
.question_acc_box .question_acc {
  margin-bottom: 20px;
}
.question_acc_box .question_acc_ttl {
  padding: 13px 20px 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #fff;
}
.question_acc_box .question_acc_ttl p.inner_ttl {
  padding-top: 6px;
  color: #001b2e;
  font-size: 16px;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: .05em;
}
.question_acc_box .question_acc_ttl span {
  padding-right: 40px;
  color: #001b2e;
  font-size: 28px;
  font-weight: bold;
  /* line-height: 55px; */
  letter-spacing: .05em;
}
.question_acc_box .question_acc_ttl:after {
  content: "＋";
  padding-top: 3px;
  position: absolute;
  right: 20px;
  /* top: 33%; */
}
.question_acc_box .question_acc_ttl.active::after {
  content: "－";
}
.question_acc_box .question_acc_txt {
  padding: 0 20px;
  color: #001b2e;
  font-size: 16px;
  letter-spacing: .05em;
  opacity: 0;
  transition: .3s;
  position: relative;
  display: flex;
  align-items: center;
  /* display: none; */
  background: #fff;
}
.inner_text {
  display: none;
}
.active .inner_text {
  display: block;
}
.question_acc_box .question_acc_txt span {
  padding: 0 40px 0 3px;
  color: #001b2e;
  font-size: 28px;
  font-weight: bold;
  /* line-height: 55px; */
  letter-spacing: .05em;
  display: block;
}
.question_acc_box .question_acc_txt.active {
  padding: 30px 20px 30px 20px;
  border-top: 1px solid #e5e7e8;
  opacity: 1;
  /* display: block; */
  transition-duration: .3s;
}
.question_acc_box .question_acc_txt p.inner_text {
  color: #001b2e;
  font-size: 16px;
  letter-spacing: .05em;
}


.question_sec .apply_btn_box {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.question_sec .apply_btn_box p.apply_txt {
  margin-bottom: 20px;
  color: #001b2e;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
}
.question_sec .apply_btn_box p.apply_btn a button {
  padding: 20px 60px;
  color: #001b2e;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #001b2e;
  border-radius: 45px;
  cursor: pointer;
  background-color: #fff;
}
.question_sec .apply_btn_box p.apply_btn a button:hover {
  color: #fff;
  background-color: #001b2e;
}

/* .pcbr {
  display: block;
}
.tabbr {
  display: none;
}
.spbr {
  display: none;
} */
.s-spbr {
  display: none;
}







@media screen and (max-width:1116px) {
  .container {
    width: 100%;
  }

  /* .kv_sec */
  .kv_sec .nav_area {
    padding: 0 4vw;
  }
  .kv_sec .nav_area .nav_logo img {
    width: 7.9vw;
    min-width: 60px;
  }

  /* .purpose_sec */
  .purpose_sec {
    padding: 3vw 9vw;
  }
  .purpose_sec p.purpose_read {
    margin-bottom: 3vw;
    font-size: 4.3vw;
    line-height: 8vw;
  }
  .purpose_sec p.purpose_txt {
    margin-bottom: 5vw;
    /* font-size: 1.6vw; */
    font-size: max(1.8vw,7px);
    line-height: 3vw;
  }
  .purpose_use_box p.purpose_use_box_ttl {
    font-size: 3.2vw;
    line-height: 8vw;
  }
  .purpose_use_box .purpose_use_wrap {
    margin-bottom: 3vw;
    padding: 2vw;
  }
  .purpose_use_box .purpose_use_wrap .purpose_use_ttl {
    padding-right: 2vw;
    font-size: 1.8vw;
    line-height: 3vw;
  }
  .purpose_use_box .purpose_use_wrap .purpose_use_txt {
    padding-left: 4vw;
    /* font-size: 1.5vw; */
    font-size: max(1.5vw,6.5px);
    /* line-height: 2.5vw; */
    line-height: 3vw;
  }

  /* .reason_sec  */
  .reason_sec {
    padding: 1.5vw 9vw 4vw;
  }
  .reason_sec p.reason_ttl {
    margin-bottom: 2.6vw;
    font-size: 3.2vw
  }
  .reason_sec .reason_box_wrap {
    gap: 2vw;
  }
  .reason_sec .reason_box .reason_box_ttl {
    padding: 1.7vw;
    /* font-size: 1.8vw; */
    font-size: max(1.8vw,11px);
    line-height: initial;
  }
  .reason_sec .reason_box .reason_box_txt {
    padding: 1.7vw;
    /* font-size: 1.5vw; */
    font-size: max(1.5vw,12px);
    line-height: initial;
  }

  /* .trainer_sec */
  .trainer_sec {
    padding: 5vw 9vw 7vw;
  }
  .trainer_sec p.trainer_ttl {
    margin-bottom: 4vw;
    font-size: max(3.2vw,15px);
  }
  .trainer_sec p.trainer_img {
    margin-bottom: 1.5vw;
  }
  .trainer_sec p.trainer_comment {
    /* font-size: 1vw; */
    font-size: max(1vw,6px);
    line-height: 2.5vw;
  }

  /* .method_sec  */
  .method_sec {
    padding: 8vw 9vw;
  }
  .method_sec p.method_ttl {
    margin-bottom: 4vw;
    font-size: max(3.2vw,15px);
  }

  /* .vip_sec */
  .vip_sec {
    padding: 0 9vw 7vw;
  }
  .vip_sec p.vip_ttl_top {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
  .vip_sec p.vip_ttl_bottom {
    width: 90%;
    font-size: 3.2vw;
    line-height: 6vw;
  }
  .vip_sec p.vip_txt_bottom {
    margin-bottom: 4vw;
    /* font-size: 1.8vw; */
    font-size: max(1.8vw,8px);
    line-height: 3.8vw;
  }
  .vip_sec p.vip_ttl_bottom.add_mb {
    margin-bottom: 1.7vw;
  }
  .vip_sec .vip_img_bottom_flex {
    gap: 2vw;
  }
  .vip_sec .vip_img_bottom_flex p.vip_bottom_img_txt {
    /* font-size: 1.4vw; */
    font-size: max(1.4vw,7px);
    line-height: 2.4vw;
  }

  /* .voice_sec  */
  .voice_sec {
    padding: 7vw 9vw 4vw;
  }
  .voice_sec p.voice_ttl {
    margin-bottom: 2vw;
    font-size: max(3.2vw,15px);
    line-height: 4.4vw;
  }

  /* .question_sec */
  .question_sec {
    padding: 5vw 9vw 8vw;
  }
  .question_sec p.question_ttl {
    margin-bottom: 2vw;
    font-size: max(3.2vw,15px);
    line-height: 4.4vw;
  }
  .question_acc_box {
    margin-bottom: 7vw;
  }
  .question_acc_box .question_acc_ttl {
    padding: 1vw 2vw 2vw;
    /* font-size: 1.5vw; */
    font-size: max(1.5vw,7px);
    line-height: 3vw;
  }
  .question_acc_box .question_acc_ttl span {
    padding: 4px 3.3vw 0 0;
    font-size: max(2.2vw,13px);
  }
  .question_acc_box .question_acc_ttl p.inner_ttl {
    padding-right: 30px;
    font-size: max(1.8vw,14px);
    line-height: initial;
  }
  .question_acc_box .question_acc_txt.active {
    padding: 3vw 2vw;
  }
  .question_acc_box .question_acc_txt p.inner_text {
    padding: 0 2vw 0 0;
    font-size: max(1.7vw,13px);
  }
  .question_acc_box .question_acc_txt span {
    padding: 0 3.3vw 0 .3vw;
    font-size: max(2.2vw,13px);
    vertical-align: 30%;
  }

  .question_sec .apply_btn_box {
    width: 50%;
  }
  .question_sec .apply_btn_box p.apply_txt {
    margin-bottom: 3vw;
    /* font-size: 1.4vw; */
    font-size: max(1.4vw,14px);
    line-height: 2vw;
  }
  .question_sec .apply_btn_box p.apply_btn a button {
    padding: 3vw 6vw;
    /* font-size: 1.4vw; */
    font-size: max(1.4vw,13px);
    line-height: 2vw;
    border-radius: 45px;
  }

  /* .pcbr {
    display: none;
  }
  .tabbr {
    display: block;
  }
  .spbr {
    display: none;
  } */
  .s-spbr {
    display: none;
  }
}







@media screen and (max-width:768px) {
  .purpose_sec p.purpose_read {
    font-size: max(4.3vw,14px);
    line-height: initial;
  }

  .purpose_use_box .purpose_use_wrap .purpose_use_ttl {
    /* width: 42%; */
    font-size: max(1.8vw,12px);
    line-height: initial;
  }
  .purpose_use_box .purpose_use_wrap .purpose_use_txt {
    /* width: 57%; */
    font-size: max(1.5vw,12px);
    line-height: initial;
  }
  .purpose_sec p.purpose_txt {
    font-size: max(1.6vw, 13px);
    line-height: initial;
  }

  .reason_sec .reason_box_wrap {
    display: block;
    gap: 2vw;
  }
  .reason_sec .reason_box {
    width: 100%;
    margin-bottom: 3vw;
  }
  .reason_sec .reason_box:last-child {
    margin-bottom: 0;
  }

  .trainer_sec p.trainer_comment {
    font-size: max(1vw, 12px);
    line-height: initial;
  }
  .vip_sec p.vip_txt_bottom {
    font-size: max(1.8vw, 12px);
    line-height: initial;
  }

  .vip_sec .vip_img_bottom_flex {
    display: block;
  }
  .vip_img_bottom_left {
    margin-bottom: 4vw;
  }
  .vip_sec .vip_img_bottom_flex p.vip_bottom_img_txt {
    font-size: max(1.4vw, 12px);
    line-height: initial;
  }
  .question_acc_box .question_acc_ttl {
    font-size: max(1.5vw, 13px);
    line-height: initial;
  }
  .question_sec .apply_btn_box {
    width: 100%;
  }
  .question_sec .apply_btn_box p.apply_btn a button {
    width: 100%; 
  }



  



  /* .pcbr {
    display: none;
  }
  .tabbr {
    display: none;
  }
  .spbr {
    display: block;
  } */
  .s-spbr {
    display: none;
  }
}





@media screen and (max-width:640px) {
  .purpose_use_box .purpose_use_wrap .purpose_use_ttl {
    width: 35%;
  }
}

@media screen and (max-width:500px) {
  .purpose_use_box .purpose_use_wrap .purpose_use_ttl {
    width: 42%;
  }
  .purpose_use_box .purpose_use_wrap .purpose_use_txt {
    width: 57%;
  }
  .question_sec .apply_btn_box p.apply_btn a button {
    padding: 4vw;
  }



  /* .pcbr {
    display: none;
  }
  .tabbr {
    display: none;
  }
  .spbr {
    display: none;
  } */
  .s-spbr {
    display: block;
  }
}

@media screen and (max-width:390px) {
  .kv_sec .nav_area .nav_logo {
    margin: 6vw 0 0 0;
  }
}




