@charset "utf-8";



/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  position: relative;
}
#mv_content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#mv .mv_img img {
  width: 100%;
}
.mv_bottom_txt {
  text-align: center;
  font-weight: 700;
  color: #1f2c5c;
  letter-spacing: .013em;
}


@media only screen and ( max-width : 767px ) {
  .mv_bottom_txt {
    white-space: nowrap;
    font-size: 4.6vw;
    padding: 2vw;
  }
}
@media print, screen and ( min-width : 768px ) {
  .mv_bottom_txt {
    font-size: 1.5vw;
    padding: 2vw;
  }
}


/* ---------------------------------------------------------------------------------------------

　   SERVICE

--------------------------------------------------------------------------------------------- */
#service {
}
#service .sec_tit {
  position: relative;
}
#service h3 {
  color: #1f2c5c;
  letter-spacing: .15em;
  margin-bottom: 1em;
}
.service_content p {
  line-height: 2em;
}

@media only screen and ( max-width : 767px ) {
  #service .cta-banner {
    margin-bottom: 4rem;
  }
  #service .sec_tit .sec_tit_img {
    margin-top: 3rem;
    margin-left: -2rem;
    max-width: calc(100% + 2rem);
  }
  #service h3 {
    font-size: 2rem;
  }
  .service_content01_img {
    margin-top: 3rem;
    max-width: calc(100% + 2rem);
    margin-right: -2rem;
  }
  .service_content01,
  .service_content02_txt {
    margin-bottom: 3rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #service .cta-banner {
    margin-bottom: 10rem;
  }
  #service .sec_tit .sec_tit_img {
    position: absolute;
    width: 32rem;
    left: -24rem;
    top: -18rem;
  }
  .service_content01 {
    margin: 8rem 0 8rem;
  }
  #service h3 {
    font-size: 2.6rem;
  }
  .service_content01_img {
    width: 50rem;
    margin-right: -25rem;
  }
  .service_content01_txt {
    width: calc(100% - 25rem);
    padding-top: 8rem;
    padding-right: 4rem;
  }
  .service_content02 {
    flex-direction: row-reverse;
  }
  .service_content02_txt {
    width: calc(100% - 36rem);
  }
  .service_content02_img {
    width: 32rem;
    margin-right: 4rem;
  }
  .service_content p {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   VRC

--------------------------------------------------------------------------------------------- */
#vrc {
  background: #fff000;
}
#vrc h2 {
  text-align: center;
  color: #1f2c5c;
  margin-bottom: 1em;
  font-size: 2.2rem;
}
.about_vrc {
  max-width: 70rem;
  margin: 0 auto 4rem;
}
.select_program h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.select_program_box {
  border-radius: 2rem;
  border: 4px solid #1f2c5c;
  padding: 1.5rem;
}
.select_program_box h4 {
  color: #1f2c5c;
  border-bottom: 2px solid #1f2c5c;
  margin-bottom: .6em;
  padding-bottom: .2em;
}
.select_program_box p {
  line-height: 1.8em;
  font-size: 1.2rem;
}
.select_program_box dl {
  font-size: 1.2rem;
}
.select_program_box dt span {
  background: #1f2c5c;
  color: #fff;
  border-radius: 3rem;
  display: block;
  padding: .2em .5em;
  text-align: center;
}
.select_program_box dt {
  width: 5rem;
  margin-right: .5rem;
}
.select_program_box dd {
  width: calc(100% - 5.5rem);
}
.select_program_box_txt {
  margin-bottom: 1rem;
}
@media only screen and ( max-width : 767px ) {
  .about_vrc h3 {
    width: 10rem;
    margin: 0 auto 1.5rem;
  }
  .about_vrc p {
    line-height: 1.8em;
  }
  .select_program_box {
    margin-bottom: 2rem;
  }
  .select_program_box:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .about_vrc h3 {
    width: 12rem;
    margin-right: 3rem;
  }
  .about_vrc p {
    width: calc(100% - 15rem);
  }
  .select_program_box {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
  .select_program_box h4 {
    font-size: 2rem;
  }
  .select_program_box h4 span {
    font-size: 1.8rem;
  }
  .select_program_box dl {
    margin-top: auto;
  }
}


/* ---------------------------------------------------------------------------------------------

　   REASON

--------------------------------------------------------------------------------------------- */
#reason {
  background: url(../img/mokomoko.png) no-repeat top left / 100% #1f2c5c;
}
#reason .container {
  position: relative;
}
#reason .sec_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
}
.reason_content {
  color: #fff;
}
.reason_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}

.reason_num {
  position: relative;
  width: 5rem;
}
.reason_num:after {
  content: "";
  width: 3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4.5rem;
}
.reason_txt {
  width: calc(100% - 11rem);
}
.reason_txt h3 {
  margin-bottom: .5rem;
}
@media only screen and ( max-width : 767px ) {
  #reason {
    margin-top: 3rem;
  }
  #reason .sec_tit {
    top: -3vw;
    position: relative;
  }
  .reason_content {
    margin: 18vw auto 0;
  }
  .reason_txt h3 {
    font-size: 1.8rem;
  }
  .reason_img {
    margin: 1rem auto 0;
    display: block;
    width: 11rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #reason {
    padding-bottom: 6rem;
  }
  .reason_content {
    margin: 14vw auto 0;
    max-width: 70rem;
  }
  #reason .sec_tit {
    height: 20vw;
  }
  .reason_txt h3 {
    font-size: 3rem;
    margin-bottom: .5rem;
  }
  .reason_img {
    position: absolute;
    bottom: -6rem;
    left: 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   TRAINER

--------------------------------------------------------------------------------------------- */
#trainer {
  padding-bottom: 0;
}
#trainer h2 {
  text-align: center;
}
.trainer_content {
  display: flex;
  flex-wrap: wrap;
  max-width: 75rem;
  margin: 0 auto;
}
#trainer h3 {
  margin: .5rem 0 0;
}
#trainer h3 img {
  display: block;
  margin: 0 auto;
}
.specialty_field_list {
  display: flex;
  flex-wrap: wrap;
}
.specialty_field_list li {
  background: #fff000;
  border-radius: 3rem;
  color: #1f2c5c;
  font-size: 1.3rem;
  padding: .3rem 1rem;
  margin-right: .5rem;
  margin-top: .5rem;
  font-weight: 700;
}
@media only screen and ( max-width : 767px ) {
  .trainer_box {
    width: 48%;
    margin-right: 4%;
    margin-top: 3rem;
  }
  .trainer_box:nth-child(2n) {
    margin-right: 0;
  }
  .specialty_field_list li {
    font-size: 1rem;
    padding: .3rem .5rem;
    margin-right: .3rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .trainer_box {
    width: 30%;
    margin-right: 5%;
    margin-top: 4rem;
  }
  .trainer_box:nth-child(3n) {
    margin-right: 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   VOICE

--------------------------------------------------------------------------------------------- */
#voice {
  background: url(../img/mokomoko.png) no-repeat top left / 100% #fff000;
}
#voice .sec_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
}
.voice_box {
  display: flex;
}
.voice_box:last-child {
  margin-bottom: 0;
}
.voice_txt {
  background: #fff;
  border-radius: 2rem;
  position: relative;
}
.voice_txt h3 {
  color: #1f2c5c;
  border-bottom: 2px solid #1f2c5c;
  margin-bottom: .4em;
}
.voice_txt:before {
  content: "";
  position: absolute;
  left: -2.8rem;
  border: 1rem solid transparent;
  border-right: 2rem solid #fff;
}

@media only screen and ( max-width : 767px ) {
  #voice {
    margin-top: 8rem;
    padding-bottom: 4rem;
  }
  #voice .sec_tit {
    top: -3vw;
    position: relative;
  }
  .voice_content {
    margin: 18vw auto 0;
  }
  .voice_box {
    margin-bottom: 2rem;
  }
  .voice_img {
    width: 8rem;
    margin-right: 2.5rem;
  }
  .voice_txt {
    width: calc(100% - 10.5rem);
    padding: 1.5rem;
  }
  .voice_txt:before {
    top: 8vw;
  }
}
@media print, screen and ( min-width : 768px ) {
  #voice {
    padding: 5rem 0 12rem;
  }
  .voice_content {
    max-width: 80rem;
    margin: 15vw auto 0;
  }
  #voice .sec_tit {
    height: 20vw;
  }
  .voice_box {
    margin-bottom: 5rem;
    align-items: center;
  }
  .voice_img {
    width: 16rem;
    margin-right: 3rem;
  }
  .voice_txt {
    width: calc(100% - 19rem);
    padding: 2rem;
  }
  .voice_txt:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .voice_txt h3 {
    font-size: 2.4rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FLOW

--------------------------------------------------------------------------------------------- */

.step_box {
  background: #fff459;
  border-radius: 2rem;
  position: relative;
}
.step_box:nth-child(even) {
  background: #a3d8dd;
}
.step_box:last-child:before {
  content: none;
}
.step_txt {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2c5c;
}
.step_txt span {
  text-align: center;
  line-height: 1.3em;
}

@media only screen and ( max-width : 767px ) {
  .step_box {
    padding: 1.5rem;
    border-radius: 2.4rem;
  }
  .step_num {
    width: 4rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  .step_ico {
    width: 6rem;
    margin: 0 auto 1rem;
  }
  .step_box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 1rem solid #fff459;
    z-index: 2;
  }
  .step_box:nth-child(even):before {
    border-top: 1rem solid #a3d8dd;
  }
}
@media print, screen and ( min-width : 768px ) {
  .step_list {
    display: flex;
  }
  .step_box {
    flex: 1;
    padding: 2rem;
  }
  .step_box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 1rem solid transparent;
    border-left: 1.7rem solid #fff459;
    z-index: 2;
  }
  .step_box:nth-child(even):before {
    border-left: 1.7rem solid #a3d8dd;
  }
  .step_num {
    width: 5rem;
    margin: 0 auto 3rem;
  }
  .step_ico {
    width: 8rem;
    margin: 0 auto 3rem;
  }
  .step_txt {
    height: 2.6rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   PRICE PLAN

--------------------------------------------------------------------------------------------- */
.price_plan__container {
  border: 4px solid #1f2c5c;
  border-radius: 20px;
}
.plan_list li {
  position: relative;
}
.plan_osusume {
  position: absolute;
  z-index: 2;
  width: 7rem;
  top: -2rem;
  left: -1rem;
}
#price_plan .campaign {
  position: relative;
}
.price_img {
  position: absolute;
  z-index: 2;
}
.plan_sup_txt {

}
@media only screen and ( max-width : 767px ) {
  .price_plan__container {
    padding: 2rem 1.5rem;
  }
  .price_img {
    right: -3rem;
    top: -15rem;
    width: 9rem;
  }
  .plan_list {
    margin: 2rem 0;
  }
  .plan_list li {
    margin-bottom: 2rem;
  }
  .plan_sup_txt {
    font-size: 1.1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .price_plan__container {
    padding: 4rem 5rem;
  }
  .plan_list {
    margin: 4rem 0;
  }
  .plan_list li {
    width: 32%;
  }
  #price_plan .campaign_banner {
    width: 85%;
  }
  .price_img {
    right: -1rem;
    bottom: -7rem;
    width: 22%;
  }
  .plan_sup_txt {
    font-size: 1.3rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SESSION FLOW

--------------------------------------------------------------------------------------------- */
#session_flow {
  padding-top: 0;
}
#session_flow h2 {
  margin: 0 auto 3rem;
  background: #fff000;
  color: #1f2c5c;
  text-align: center;
  max-width: 22rem;
  border-radius: 5rem;
  padding: .3em 1em;
  letter-spacing: .15em;
}
@media only screen and ( max-width : 767px ) {
  #session_flow h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #session_flow h2 {
    font-size: 2rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   QA

--------------------------------------------------------------------------------------------- */
#qa {
  background: #fff000;
}
.qa_content {
  max-width: 60rem;
  margin: 0 auto;
}
.qa_box {
  margin-bottom: 4rem;
}
.qa_box:last-child {
  margin-bottom: 0;
}
.qa_q {
  position: relative;
  min-height: 5rem;
  display: flex;
  align-items: center;
  padding-left: 7rem;
  margin-bottom: .5rem;
  font-weight: 700;
}
.qa_a {
  position: relative;
  min-height: 7rem;
  padding-left: 9rem;
  color: #1f2c5c;
  font-weight: 700;
  margin-left: 4rem;
}
.qa_q:before {
  content: "";
  background: url(../img/q.svg) no-repeat center / 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.qa_a:before {
  content: "";
  background: url(../img/a.svg) no-repeat center / 100%;
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and ( max-width : 767px ) {

}
@media print, screen and ( min-width : 768px ) {
  .qa_a {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   INQUIRY

--------------------------------------------------------------------------------------------- */
#contact {
  background: #e9eaea;
}
.contact_form__block {
  background: #fff;
  padding: 3rem 3.5rem 4rem;
  border-radius: 4px;
}
input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"] {
  height: 5rem;
  padding:0 1.5rem;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  border: none;
  margin:0;
  display: block;
  background: #F8F8F8;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
  border-radius: .5rem;
  border: 2px solid #666666;
}

textarea {
  padding:1rem;
  height: 17rem;
  width: 100%;
  display: block;
  resize: vertical;
}
button {
  -webkit-appearance: none;
  border:none;
  display: block;
  text-align: center;
  background: none;
  font-size: inherit;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  width: 32rem;
}
button:hover {
  opacity: .8;
}
.contact_form__block button {
  margin: 0;
}

label input[type="radio"] + span {
  position: relative;
  padding: 0 1em .5em 1.5em;
}
label {
  position: relative;
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}

label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.6rem;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: .15em;
  left: 0;
  background-color: transparent;
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  border: 2px solid #666;
}
label input[type="radio"]:checked + span::before {
  border: 5px #1f2c5c solid;
}
::placeholder {
  color: #CCCCCC;
}
.form_dl dt {
  font-weight: 700;
}
.back_btn,
.send_btn {
  background: #e50012;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  height: 6rem;
  width: 30rem;
}

.thanks__block {
  border-radius: 2rem;
  background: #fff;
  margin: 0 0 5rem;
}
.thanks__block h2,
.thanks__block p {
  text-align: center;
}
.thanks__block h2 {
  margin-bottom: 1.6em;
  font-size: 2rem;
  font-weight: 700;
  color: #1f2c5c;
}
.thanks__block p {
  line-height: 2em;
}
.thanks__block_btn .send_btn {
  margin: 0 auto;
}

@media only screen and ( max-width : 767px ) {
  .form_dl dt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .form_dl dd {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .form_dl {
    margin-top: 2rem;
  }
  .form_dl dt,
  .form_dl dd {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .form_dl dt {
    width: 24rem;
    padding: .7em 0;
  }
  .form_dl dd {
    width: calc(100% - 24rem);
  }
  .back_btn,
  .send_btn {
    font-size: 2rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {

}
@media print, screen and ( min-width : 768px ) {

}



