@charset "utf-8";
/*---------------------
共通
-----------------------*/
.section__heading--en {
  font-size: 67px;
  font-family: "Poppins", sans-serif;
  display: block;
  line-height: 1;
}
.section__heading--ja {
  font-size: 14px;
  font-weight: 700;
  display: block;
  line-height: 1.75;
  letter-spacing: 0.16em;
}

/*---------------------
fv
-----------------------*/
.fv__title {
  width: 45%;
  max-width: 614px;
  min-width: 264px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.fv__deco--img {
  position: absolute;
  bottom: -2px;
}
/*---------------------
about
-----------------------*/
.about {
  padding-top: 58px;
  padding-bottom: 96px;
}
.about__wrap {
  display: flex;
  justify-content: space-between;
}
.about__textWrap {
  width: 48.5%;
  max-width: 520px;
}
.about__heading {
  margin-bottom: 58px;
}
.about__text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.4;
}
.about__imgWrap {
  width: 48.5%;
  max-width: 531px;
  padding-top: 11px;
}

.about__attention--text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  padding-left: 5.6em;
  text-indent: -5.6em;
}

.about__attention--text.en {
  padding-left: 6.7em;
  text-indent: -6.7em;
}

/*---------------------
model-course
-----------------------*/
.model-course__wrap {
  display: flex;
}
.model-course__heading {
  color: #fff;
  width: 65px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: auto;
  position: relative;
  line-height: 1;
}
.model-course__heading:before {
  content: "";
  width: 1px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #fff;
}
.model-course__heading .section__heading--en {
  font-weight: 900;
  padding-top: 90px;
}

.model-course__contsWrap {
  width: calc(100% - 65px);
  padding-top: 180px;
}
.model-course__heading2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-left: 60px;
  margin-bottom: 81px;
  line-height: 1.75;
  letter-spacing: 0.16em;
}

.model-course__list {
  padding-left: 60px;
  margin: 0 0 0 auto;
  max-width: 970px;
}

@media screen and (max-width: 750px) {
  /*---------------------
about
-----------------------*/
  .about {
    padding-top: 38px;
    padding-bottom: 66px;
  }
  .about__textWrap {
    width: 100%;
    max-width: initial;
  }
  .about__heading {
    margin-bottom: 38px;
  }
  .section__heading--en {
    font-size: 57px;
  }
  .about__imgWrap {
    width: 100%;
    padding-top: 0;
    margin: 0 auto 30px;
  }
  .about__text {
    font-size: 14px;
  }
  .model-course__heading:before {
    height: 70px;
  }
  .model-course__heading .section__heading--en {
    padding-top: 80px;
  }

  .about__attention--text {
    font-size: 14px;
  }

  /*---------------------
model-course
-----------------------*/
  .model-course__heading2 {
    font-size: 19px;
    padding-left: 30px;
    margin-bottom: 51px;
  }
  .model-course__list {
    padding-left: 30px;
  }
  .model-course__heading {
    width: 57px;
  }
  .model-course__contsWrap {
    width: calc(100% - 57px);
    padding-top: 160px;
  }
}

@media screen and (max-width: 500px) {
  /*---------------------
model-course
-----------------------*/
  .model-course__heading2 {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 31px;
  }
  .model-course__list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .section__heading--en {
    font-size: 47px;
  }

  .model-course__heading {
    width: 47px;
  }
  .model-course__contsWrap {
    width: calc(100% - 47px);
    padding-top: 140px;
  }
}
