/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
.fvImg {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .fvImg {
    aspect-ratio: 912/365;
    border-radius: 1.6rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvImg {
    aspect-ratio: 912/319;
    border-radius: 3.2rem;
    margin-top: 5rem;
  }
}

.fvNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000000;
  white-space: nowrap;
}
@media screen and (min-width: 320px) {
  .fvNav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 90%;
    border-radius: 1.2rem;
    margin: -1.5rem auto 0;
    padding: 1.5rem 2rem;
    gap: 0 3rem;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 1025px) {
  .fvNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 84%;
    border-radius: 1.6rem;
    margin: -6rem auto 0;
    padding: 4.2rem;
    gap: 0 6.5rem;
    overflow-x: unset;
  }
}

.fvNavItem {
  color: #FFFFFF;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .fvNavItem {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvNavItem {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 320px) {
  .courseAbout {
    padding: 8rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .courseAbout {
    padding: 21rem 2.5vw 0;
  }
}

.aboutTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .aboutTextWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1025px) {
  .aboutTextWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.aboutTitle {
  color: #FFFFFF;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .aboutTitle {
    font-size: 4rem;
    padding: 4rem 2.5vw 0;
    letter-spacing: 0.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .aboutTitle {
    font-size: 15rem;
    padding: 1rem 0 0 7.5vw;
    letter-spacing: 0.8rem;
    text-align: left;
  }
}

.aboutDesc {
  opacity: 0.8;
  line-height: 1.889;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 320px) {
  .aboutDesc {
    font-size: 1.4rem;
    padding: 1.5rem 2.5vw 0;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .aboutDesc {
    font-size: 1.8rem;
    padding: 4.5rem 26rem 0 36rem;
    text-align: left;
  }
}

.aboutCopy {
  font-family: "shippori-mincho", sans-serif;
  line-height: 2.211;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 320px) {
  .aboutCopy {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .aboutCopy {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-size: 3.8rem;
    padding: 0 29rem 0 0;
    text-align: left;
  }
}

.courseFeature {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .courseFeature {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .courseFeature {
    padding-top: 25rem;
  }
}

#featureSwiper {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #featureSwiper {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  #featureSwiper {
    margin-top: 13.7rem;
  }
}
#featureSwiper .swiper-slide {
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  #featureSwiper .swiper-slide {
    padding: 2rem 2rem 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #featureSwiper .swiper-slide {
    padding: 4rem 7rem 0;
  }
}
#featureSwiper .slideBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #featureSwiper .slideBg {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), color-stop(95%, transparent), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, white 60%, transparent 95%, transparent);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), color-stop(95%, transparent), to(transparent));
            mask-image: linear-gradient(to bottom, white 60%, transparent 95%, transparent);
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #featureSwiper .slideBg {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(90%, transparent), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, white 40%, transparent 90%, transparent);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(90%, transparent), to(transparent));
            mask-image: linear-gradient(to bottom, white 40%, transparent 90%, transparent);
    border-radius: 16px 16px 0 0;
  }
}
#featureSwiper .slideBg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#featureSwiper .slideNum {
  font-family: "roc-grotesk", sans-serif;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  #featureSwiper .slideNum {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  #featureSwiper .slideNum {
    font-size: 2.4rem;
  }
}
#featureSwiper .slideText {
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 320px) {
  #featureSwiper .slideText {
    font-size: 1.4rem;
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 1025px) {
  #featureSwiper .slideText {
    font-size: 3.2rem;
    margin-top: 0.5rem;
  }
}
#featureSwiper .slideContent {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #featureSwiper .slideContent {
    padding-top: 16.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #featureSwiper .slideContent {
    padding-top: 52.5rem;
  }
}
#featureSwiper .slideText_sub {
  letter-spacing: 0.2rem;
  margin-top: 16px;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  #featureSwiper .slideText_sub {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #featureSwiper .slideText_sub {
    font-size: 1.8rem;
  }
}

.courseCurriculum {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .courseCurriculum {
    padding: 10rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .courseCurriculum {
    padding: 29rem 2.5vw 0;
  }
}

.curriculumWrapper {
  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;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .curriculumWrapper {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .curriculumWrapper {
    margin-top: 13rem;
  }
}

@media screen and (min-width: 320px) {
  .sideBtnWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .sideBtnWrapper {
    width: 40%;
  }
}

.btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .btnList {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .btnList {
    position: sticky;
    top: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem 0;
  }
}

.btnItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  color: #000000;
  border-radius: 5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .btnItem {
    font-size: 1.3rem;
    padding: 1.2rem 1.5rem 1.2rem 2.5rem;
    gap: 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .btnItem {
    font-size: 2.4rem;
    padding: 2.5rem 4rem 2.5rem 8rem;
    gap: 0;
  }
}
.btnItem.isActive {
  background: #000000;
  color: #FFFFFF;
}
.btnItem.isActive .btnArrow {
  stroke: #FFFFFF;
}

.btnArrow {
  stroke: #000000;
}
@media screen and (min-width: 320px) {
  .btnArrow {
    width: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .btnArrow {
    width: 3.5rem;
  }
}

.curriculumListWrapper {
  display: none;
}
@media screen and (min-width: 320px) {
  .curriculumListWrapper {
    width: 100%;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .curriculumListWrapper {
    width: 55%;
    padding-top: 2rem;
  }
}
.curriculumListWrapper.isActive {
  display: block;
}

.curriculumTitle {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .curriculumTitle {
    font-size: 2rem;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .curriculumTitle {
    font-size: 3.6rem;
    padding-left: 0;
  }
}

.curriculumList {
  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;
}
@media screen and (min-width: 320px) {
  .curriculumList {
    margin-top: 1.5rem;
    gap: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .curriculumList {
    margin-top: 3.5rem;
    gap: 3rem 0;
  }
}

.curriculumItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 1px #FFFFFF;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 2.5px 4.33px 72px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 2.5px 4.33px 72px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 320px) {
  .curriculumItem {
    width: 49%;
    gap: 24px;
    padding: 1rem 1rem 2rem;
    border-radius: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .curriculumItem {
    width: 48.5%;
    gap: 48px;
    padding: 2.3rem 2.3rem 4rem;
    border-radius: 1.6rem;
  }
}
.curriculumItem .itemImg {
  aspect-ratio: 1/1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: hidden;
     object-fit: hidden;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .curriculumItem .itemImg {
    width: 45%;
    border-radius: 8px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .curriculumItem .itemImg {
    width: 35%;
    border-radius: 16px;
    margin-left: 0;
  }
}
@media screen and (min-width: 320px) {
  .curriculumItem .itemTextWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .curriculumItem .itemTextWrapper {
    width: 85%;
  }
}
.curriculumItem .itemTitle {
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .curriculumItem .itemTitle {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .curriculumItem .itemTitle {
    font-size: 2.4rem;
  }
}
.curriculumItem .itemDesc {
  opacity: 0.8;
  line-height: 1.875;
  margin-top: 8px;
}
@media screen and (min-width: 320px) {
  .curriculumItem .itemDesc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .curriculumItem .itemDesc {
    font-size: 1.6rem;
    letter-spacing: 0.13rem;
  }
}

.courseMessage {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .courseMessage {
    padding: 10rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .courseMessage {
    padding: 30.5rem 2.5vw 0;
  }
}

.advanedCourseWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .advanedCourseWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 5rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .advanedCourseWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16.5em 2.5vw 0 7.5vw;
  }
}

.messageImg {
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .messageImg {
    width: 100%;
    border-radius: 8px;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .messageImg {
    width: 41.6%;
    border-radius: 16px;
    margin-top: 0;
  }
}

.messageWrapper {
  border-top: 1px solid;
}
@media screen and (min-width: 320px) {
  .messageWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .messageWrapper {
    width: 53%;
    margin-top: 0.5rem;
  }
}

.messageTitleEn {
  font-family: "roc-grotesk", sans-serif;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 320px) {
  .messageTitleEn {
    font-size: 1rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .messageTitleEn {
    font-size: 1.6rem;
    margin-top: 9rem;
  }
}

.messageTitle {
  line-height: 1.667;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 320px) {
  .messageTitle {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .messageTitle {
    font-size: 4.8rem;
    margin-top: 2rem;
  }
}

.messageText {
  line-height: 1.875;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 320px) {
  .messageText {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .messageText {
    font-size: 2rem;
    margin-top: 6rem;
    padding-left: 1rem;
  }
}

.studentsWrapper {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .studentsWrapper {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .studentsWrapper {
    padding-top: 18rem;
  }
}
.studentsWrapper::before {
  position: absolute;
  content: "";
  height: 1px;
  background: #000000;
}
@media screen and (min-width: 320px) {
  .studentsWrapper::before {
    top: 5rem;
    left: 0;
    width: 90vw;
  }
}
@media screen and (min-width: 1025px) {
  .studentsWrapper::before {
    top: 18rem;
    left: 7.5vw;
    width: 80vw;
  }
}
@media screen and (min-width: 320px) {
  .studentsWrapper .commonBtn {
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .studentsWrapper .commonBtn {
    margin: 8.5rem auto 0;
  }
}/*# sourceMappingURL=course.css.map */