@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*----------------------------------
  mv
------------------------------------*/
.MV h1 {
  position: relative;
}

.MV h1::after {
  position: absolute;
  top: 36px;
  left: 362px;
  background-image: url(../../../img/HOWTOLEARNWITHUS.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 136px;
  height: 12px;
}

@media (max-width: 768px) {
  .MV h1::after {
    top: 45px;
    left: 0;
  }
}

/*----------------------------------
  learnlead
------------------------------------*/
.learnlead {
  margin-top: 150px;
}

.learnlead h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 40px;
  text-align: center;
}

.learnlead .concept_textontainer {
  text-align: center;
  width: 540px;
  margin: 38px auto 0;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .learnlead {
    margin-top: 100px;
  }
  .learnlead h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    text-align: center;
  }
  .learnlead .concept_textontainer {
    text-align: center;
    width: 100%;
    margin: 38px auto 0;
    letter-spacing: 0.04em;
    line-height: 1.7;
    padding: 0 20px;
  }
}

/*----------------------------------
  flow
------------------------------------*/
.flow {
  margin-top: 150px;
}

.flow h2 {
  margin-bottom: 82px;
}

.flow h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 48px);
  background-image: url(../../../img/HOWTOJOINUS.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 96px;
  height: 12px;
}

.flow_inner {
  width: 900px;
  margin: 0 auto;
}

.flow_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
}

.flow_pic {
  width: 300px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.flow_item_rightbox {
  width: 475px;
}

.flow_item_rightbox h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #16A070;
  position: relative;
}

.flow_item_rightbox .flow_textcontainer {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 35px;
}

.flow01_h3::before {
  position: absolute;
  top: -5px;
  left: -54px;
  background-image: url(../../../img/01_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 26px;
  height: 81px;
}

.flow02_h3::before {
  position: absolute;
  top: -5px;
  left: -54px;
  background-image: url(../../../img/02_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 26px;
  height: 81px;
}

.flow03_h3::before {
  position: absolute;
  top: -5px;
  left: -54px;
  background-image: url(../../../img/03_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 26px;
  height: 81px;
}

.flow04_h3::before {
  position: absolute;
  top: -5px;
  left: -54px;
  background-image: url(../../../img/04_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 26px;
  height: 81px;
}

@media (max-width: 768px) {
  .flow {
    margin-top: 100px;
  }
  .flow h2 {
    margin-bottom: 72px;
  }
  .flow h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 48px);
    background-image: url(../../../img/HOWTOJOINUS.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 96px;
    height: 12px;
  }
  .flow_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .flow_item {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 63px;
  }
  .flow_pic {
    width: 100%;
    max-width: 500px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .flow_item_rightbox {
    width: 80%;
    margin-left: 10%;
  }
  .flow_item_rightbox h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #16A070;
    position: relative;
    margin-top: 32px;
  }
  .flow_item_rightbox .flow_textcontainer {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
    margin-top: 24px;
    text-align: justify;
  }
  .flow01_h3::before {
    position: absolute;
    top: -5px;
    left: -48px;
    background-image: url(../../../img/01_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 26px;
    height: 81px;
  }
  .flow02_h3::before {
    position: absolute;
    top: -5px;
    left: -48px;
    background-image: url(../../../img/02_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 26px;
    height: 81px;
  }
  .flow03_h3::before {
    position: absolute;
    top: -5px;
    left: -48px;
    background-image: url(../../../img/03_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 26px;
    height: 81px;
  }
  .flow04_h3::before {
    position: absolute;
    top: -5px;
    left: -48px;
    background-image: url(../../../img/04_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 26px;
    height: 81px;
  }
}

/*----------------------------------
  method
------------------------------------*/
.method {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 150px;
  background-image: url(../../../img/bg_grid.svg);
  background-size: 29px 30px;
}

.method h2 {
  margin-bottom: 116px;
}

.method h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 41px);
  background-image: url(../../../img/STUDYMETHOD.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 82px;
  height: 12px;
}

.method_inner {
  width: 900px;
  margin: 0 auto;
}

.method_inner h3 {
  margin-left: 115px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #16A070;
}

.method_inner .method_textcontainer {
  margin-left: 115px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 48px;
}

.method_item {
  position: relative;
}

.method_item::after {
  position: absolute;
  bottom: -68px;
  left: 0;
  background-image: url(../../../img/line_border_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 900px;
  height: 16.5px;
}

.method_item01 {
  position: relative;
}

.method_item01::before {
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../../../img/01_method01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 90px;
  height: 90px;
}

.method_item02 {
  position: relative;
  margin-top: 150px;
}

.method_item02::before {
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../../../img/01_method02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 90px;
  height: 90px;
}

.method_item03 {
  position: relative;
  margin-top: 150px;
}

.method_item03::before {
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../../../img/01_method03.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 90px;
  height: 90px;
}

.method_item04 {
  position: relative;
  margin-top: 150px;
}

.method_item04::before {
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../../../img/01_method04.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 90px;
  height: 90px;
}

.method_item04::after {
  display: none;
}

.method_item02_flexcontainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 39px;
}

.method_item02_flexcontainer .method_item02_part {
  width: 195px;
}

.method_item02_flexcontainer h5 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 13px;
  text-align: center;
}

.method_caption {
  width: 100%;
  background-color: #D9EDE6;
  padding: 59px 75px 65px;
  margin-top: 85px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.method_caption h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #16A070;
}

.method_caption .method_caption_textcontainer {
  margin-top: 23px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
}

@media (max-width: 768px) {
  .method {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 150px;
    background-image: url(../../../img/bg_grid.svg);
    background-size: 29px 30px;
  }
  .method h2 {
    margin-bottom: 116px;
  }
  .method h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 41px);
    background-image: url(../../../img/STUDYMETHOD.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 82px;
    height: 12px;
  }
  .method_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .method_inner h3 {
    margin-left: 115px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #16A070;
    line-height: 1.6;
  }
  .method_inner .method_textcontainer {
    margin-left: 0;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
    margin-top: 48px;
  }
  .method_item {
    position: relative;
  }
  .method_item::after {
    position: absolute;
    bottom: -68px;
    left: 0;
    background-image: none;
    border-bottom: 1px solid #16A070;
    content: "";
    width: 100%;
    height: 10px;
  }
  .method_item01 {
    position: relative;
  }
  .method_item01::before {
    position: absolute;
    top: -35px;
    left: 0;
    background-image: url(../../../img/01_method01.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 90px;
    height: 90px;
  }
  .method_item02 {
    position: relative;
    margin-top: 150px;
  }
  .method_item02::before {
    position: absolute;
    top: -14px;
    left: 0;
    background-image: url(../../../img/01_method02.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 90px;
    height: 90px;
  }
  .method_item03 {
    position: relative;
    margin-top: 150px;
  }
  .method_item03::before {
    position: absolute;
    top: -35px;
    left: 0;
    background-image: url(../../../img/01_method03.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 90px;
    height: 90px;
  }
  .method_item04 {
    position: relative;
    margin-top: 150px;
  }
  .method_item04::before {
    position: absolute;
    top: -35px;
    left: 0;
    background-image: url(../../../img/01_method04.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 90px;
    height: 90px;
  }
  .method_item04::after {
    display: none;
  }
  .method_item02_flexcontainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .method_item02_flexcontainer .method_item02_part {
    width: 45%;
    margin-top: 24px;
  }
  .method_item02_flexcontainer h5 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 13px;
    text-align: center;
  }
  .method_caption {
    width: 100%;
    background-color: #D9EDE6;
    padding: 40px;
    margin-top: 85px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .method_caption h4 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #16A070;
  }
  .method_caption .method_caption_textcontainer {
    margin-top: 23px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
  }
}

/*----------------------------------
  kanwakyudai
------------------------------------*/
.kanwakyudai {
  height: 270px;
}

.kanwakyudai img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 270px;
}

/*----------------------------------
  faq
------------------------------------*/
.faq {
  margin-top: 150px;
  background-size: 29px 30px;
}

.faq h2 {
  margin-bottom: 116px;
}

.faq h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 17px);
  background-image: url(../../../img/Q&A.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 34px;
  height: 12px;
}

.faq_inner {
  width: 900px;
  margin: 0 auto;
}

.faq_item {
  padding: 50px 0 50px 105px;
  border-top: 1px solid #16A070;
}

.faq_item h3 {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.faq_item h3::before {
  position: absolute;
  top: -10px;
  left: -65px;
  background-image: url(../../../img/Q.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
}

.faq_item .faq_textcontainer {
  position: relative;
  margin-top: 49px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
}

.faq_item .faq_textcontainer::before {
  position: absolute;
  top: -5px;
  left: -65px;
  background-image: url(../../../img/A.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .faq {
    margin-top: 100px;
    background-size: 29px 30px;
  }
  .faq h2 {
    margin-bottom: 86px;
  }
  .faq h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 17px);
    background-image: url(../../../img/Q&A.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 34px;
    height: 12px;
  }
  .faq_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .faq_item {
    padding: 30px 0 30px 50px;
    border-top: 1px solid #16A070;
  }
  .faq_item h3 {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .faq_item h3::before {
    position: absolute;
    top: -5px;
    left: -50px;
    background-image: url(../../../img/Q.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
  }
  .faq_item .faq_textcontainer {
    position: relative;
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
  }
  .faq_item .faq_textcontainer::before {
    position: absolute;
    top: -5px;
    left: -50px;
    background-image: url(../../../img/A.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
  }
}

/*----------------------------------
  contactlink
------------------------------------*/
.contactlink {
  width: 100%;
  margin-top: 363px;
  padding-bottom: 200px;
}

.contactlink h2 {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 20px;
  color: #ffa02c;
}

.contactlink h2::before {
  position: absolute;
  top: -30px;
  left: -100px;
  background-image: url(../../../img/bracket01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
}

.contactlink h2::after {
  position: absolute;
  bottom: -30px;
  right: -100px;
  background-image: url(../../../img/bracket02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
}

.contactlink_flexcontainer {
  width: 900px;
  margin: 0 auto;
  margin-top: 105px;
  display: flex;
  justify-content: space-between;
}

.contactlink_pic {
  width: 380px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.contactlink_right {
  width: 450px;
}

.contactlink_right h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 40px;
}

.contactlink_right .contactlink_textcontainer {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 38px;
  text-align: justify;
}

.btn_contactlink2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.4px;
  margin: 80px 70px 0 auto;
}

.btn_contactlink2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../../img/ico_arrow02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -11px;
  right: -70px;
}

@media (max-width: 768px) {
  .contactlink {
    margin-top: 150px;
    margin-bottom: 0px;
  }
  .contactlink h2 {
    position: relative;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 18px;
    color: #ffa02c;
    text-align: center;
    line-height: 1.6;
  }
  .contactlink h2::before {
    position: absolute;
    top: -30px;
    left: -50px;
    background-image: url(../../../img/bracket01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
  }
  .contactlink h2::after {
    position: absolute;
    bottom: -30px;
    right: -50px;
    background-image: url(../../../img/bracket02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
  }
  .contactlink_flexcontainer {
    width: 100%;
    margin: 0 auto;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .contactlink_pic {
    width: 100%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .contactlink_right {
    width: 100%;
  }
  .contactlink_right h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 24px;
  }
  .contactlink_right .contactlink_textcontainer {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 16px;
    text-align: justify;
  }
  .btn_contactlink2 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.4px;
    margin: 80px 70px 0 auto;
  }
  .btn_contactlink2::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../../../img/ico_arrow02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -11px;
    right: -70px;
  }
}
/*# sourceMappingURL=style.css.map */
