@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libertinus+Math&display=swap");
@media (hover: hover) {
  .department-content__item:hover .department-content__image {
    scale: 1.05;
  }
  .department-content__item:hover .department-content__thumbnail::after {
    opacity: 1;
  }
}
.department-content__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0.625em;
  margin-bottom: 1em;
}
.department-content__thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top left, #67b1c1, rgba(224, 239, 243, 0.5), transparent);
  mix-blend-mode: screen;
  border-radius: 0.625em;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 400ms;
  pointer-events: none;
}
.department-content__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.625em;
  object-fit: cover;
  transition-property: scale;
  transition-duration: 400ms;
}
@media screen and (max-width: 767px) {
  .department-content__image {
    height: 32vw;
    border-radius: 2.6666666667vw;
  }
}
.department-content__meta {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .department-content__meta {
    padding-left: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.department-content__meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.25em;
  height: 100%;
  border-radius: 0.125em;
  background-color: var(--segment-color);
}
@media screen and (max-width: 767px) {
  .department-content__meta::before {
    width: 1.0666666667vw;
    border-radius: 0.5333333333vw;
  }
}
.department-content__intro {
  font-size: 75%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .department-content__intro {
    font-size: 3.2vw;
  }
}
.department-content__name {
  font-size: 137.5%;
  font-weight: 900;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .department-content__name {
    font-size: 5.3333333333vw;
  }
}
.department-content__target {
  padding: 0.75em;
  border-radius: 0.625em;
  background-color: var(--department-target-bg, #f0f2f5);
}
@media screen and (max-width: 767px) {
  .department-content__target {
    padding: 3.2vw;
    border-radius: 2.6666666667vw;
  }
}
.department-content__target-label {
  margin-bottom: 0.3333333333em;
  display: flex;
  align-items: center;
  column-gap: 0.3333333333em;
  color: #638697;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .department-content__target-label {
    margin-bottom: 2.1333333333vw;
    column-gap: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
.department-content__target-label::before {
  content: "";
  background-image: url("/assets/img/page/department/icon_target.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.1666666667em;
  height: 1.1666666667em;
}
@media screen and (max-width: 767px) {
  .department-content__target-label::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.department-content__target-list {
  color: #003b57;
  font-size: 75%;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .department-content__target-list {
    font-size: 3.2vw;
  }
}

.subject.is-air {
  --theme-color: #f73f9e;
  --intro-num-01: url("/assets/img/page/subject/01_air.svg");
  --intro-num-02: url("/assets/img/page/subject/02_air.svg");
  --intro-num-03: url("/assets/img/page/subject/03_air.svg");
  --features-bg: linear-gradient(to right bottom, #FFFCFE, #FFE6F3);
  --accent-bg: #FAEDF4;
}
.subject.is-eng {
  --theme-color: #00A8F7;
  --intro-num-01: url("/assets/img/page/subject/01_eng.svg");
  --intro-num-02: url("/assets/img/page/subject/02_eng.svg");
  --intro-num-03: url("/assets/img/page/subject/03_eng.svg");
  --features-bg: linear-gradient(to right bottom, #FAFDFF, #DEF5FF);
  --accent-bg: #E3F3FA;
}
.subject__content {
  position: relative;
  background-color: #fff;
}

.p-subject-segment__inner {
  max-width: 75em;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12.5em;
}
@media screen and (max-width: 767px) {
  .p-subject-segment__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-subject-segment.is-gray {
  background-color: var(--accent-bg);
}
.p-subject-title--s {
  color: var(--main);
  font-size: 200%;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-subject-title--s {
    font-size: 7.4666666667vw;
  }
}
.p-subject-title--m {
  position: relative;
  color: var(--main);
  font-size: 175%;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0.8571428571em;
}
@media screen and (max-width: 767px) {
  .p-subject-title--m {
    padding-top: 6.4vw;
    font-size: 6.4vw;
  }
}
.p-subject-title--m::before {
  content: "";
  position: absolute;
  width: 1.1428571429em;
  height: 0.1071428571em;
  border-radius: 0.1071428571em;
  background-color: var(--theme-color);
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-subject-title--m::before {
    width: 12.8vw;
    height: 0.8vw;
    border-radius: 0.8vw;
  }
}
.p-subject-title--m::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 1.2857142857em);
  height: 0.1071428571em;
  background-color: #F0F2F5;
  border-radius: 0.1071428571em;
}
@media screen and (max-width: 767px) {
  .p-subject-title--m::after {
    width: 100%;
    height: 0.8vw;
    border-radius: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-subject__shorten {
    position: relative;
    overflow: hidden;
    height: var(--collapsed-height);
    transition-property: height;
    transition-duration: 0.3s;
    --collapsed-height: calc((100vw / 375) * 500);
  }
  .p-subject__shorten.is-open {
    height: var(--open-height);
  }
  .p-subject__shorten.is-open::before {
    opacity: 0;
  }
  .p-subject__shorten.is-open .p-subject__shorten-icon {
    rotate: -90deg;
  }
}
@media screen and (max-width: 767px) {
  .p-subject__shorten::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32vw;
    background-image: linear-gradient(to top, var(--shorten-color, #F0F2F5) 50%, transparent);
    border-radius: 0 0 1.6vw 1.6vw;
    transition-property: opacity;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-subject__shorten-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-subject__shorten-button {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2.1333333333vw;
    width: 100%;
    background-color: transparent;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8.5333333333vw;
    border: 0;
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
}
.p-subject__shorten-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #fff;
  border-radius: 50%;
  color: var(--main);
  rotate: 90deg;
  transition-property: rotate;
  transition-duration: 0.3s;
}
.p-subject__highlight {
  font-weight: 700;
  background-image: linear-gradient(0, #FFF79D, #FFF79D);
  background-size: 100% 0.4em;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.subject-header {
  padding-top: 3.75em;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #FCE8F3, #D7F2FC);
  background-size: 100% 2.5em, 100% 100%;
  background-position: center bottom, center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .subject-header {
    padding-top: 10.6666666667vw;
    background-size: 100% 32vw, 100% 100%;
  }
}
.subject-header__inner {
  max-width: 75em;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 37.5em;
}
@media screen and (max-width: 767px) {
  .subject-header__inner {
    grid-template-columns: 100%;
  }
}
.subject-header__column {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.75em;
}
@media screen and (max-width: 767px) {
  .subject-header__column {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 6.4vw;
  }
}
.subject-header__title {
  margin-top: auto;
  margin-bottom: 1.875em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 0.625em;
}
@media screen and (max-width: 767px) {
  .subject-header__title {
    row-gap: 1.0666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.subject-header__title-sub {
  width: auto;
  height: 2em;
}
@media screen and (max-width: 767px) {
  .subject-header__title-sub {
    height: 6.4vw;
  }
}
.subject-header__title-main {
  font-size: 275%;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .subject-header__title-main {
    font-size: 8.5333333333vw;
  }
}
.subject-header__image {
  border-radius: 0.75em;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .subject-header__image {
    border-radius: 0 3.2vw 3.2vw 0;
    width: 94.6666666667vw;
    margin-right: auto;
  }
}
.subject-header__instagram {
  display: flex;
  align-items: center;
  column-gap: 0.5714285714em;
  margin-bottom: auto;
  color: var(--main);
  font-size: 87.5%;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .subject-header__instagram {
    margin-bottom: 10.6666666667vw;
    font-size: 3.4666666667vw;
    column-gap: 2.1333333333vw;
  }
}
.subject-header__instagram-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.1428571429em;
  height: 3.1428571429em;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .subject-header__instagram-icon {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
.subject-header__instagram-icon img {
  width: 1.8333333333em;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .subject-header__instagram-icon img {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}

.subject-intro {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .subject-intro {
    padding-top: 17.0666666667vw;
    padding-bottom: 17.0666666667vw;
  }
}
.subject-intro__title {
  margin-bottom: 0.6em;
  color: var(--theme-color);
  font-size: 250%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-intro__title {
    margin-bottom: 6.4vw;
    font-size: 7.4666666667vw;
  }
}
.subject-intro__text {
  margin-bottom: 5.5555555556em;
  font-size: 112.5%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .subject-intro__text {
    margin-bottom: 17.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.subject-intro__subtitle {
  margin-bottom: 2.0714285714em;
}
@media screen and (max-width: 767px) {
  .subject-intro__subtitle {
    margin-bottom: 14.9333333333vw;
  }
}
.subject-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.25em;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .subject-intro__list {
    grid-template-columns: 100%;
    grid-row-gap: 9.6vw;
    margin-bottom: 12.8vw;
  }
}
.subject-intro__list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.8571428571em;
  padding-right: 1.7142857143em;
  padding-left: 1.7142857143em;
  padding-bottom: 2.2857142857em;
  border-radius: 0.7142857143em;
  font-size: 87.5%;
  line-height: 1.8;
  background-image: var(--features-bg);
}
@media screen and (max-width: 767px) {
  .subject-intro__list-item {
    padding-top: 10.6666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.subject-intro__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.4285714286em;
  width: 100%;
  height: 3.7142857143em;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .subject-intro__list-item::before {
    height: 12.2666666667vw;
    top: -5.3333333333vw;
  }
}
.subject-intro__list-item:nth-child(1)::before {
  background-image: var(--intro-num-01);
}
.subject-intro__list-item:nth-child(2)::before {
  background-image: var(--intro-num-02);
}
.subject-intro__list-item:nth-child(3)::before {
  background-image: var(--intro-num-03);
}
.subject-intro__list-name {
  margin-bottom: 0.8em;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .subject-intro__list-name {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}
.subject-intro__video {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5em 6.25em 5em;
  border-radius: 0.625em;
  background-image: linear-gradient(-90deg, #e7eef7 0%, #dee7f5 28.08%, #ebdff2 53.69%, #e8ede8 78.82%, #e9eef7 100%);
}
@media screen and (max-width: 767px) {
  .subject-intro__video {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 12.8vw;
    border-radius: 0;
  }
}
.subject-intro__video-title {
  display: flex;
  align-items: center;
  column-gap: 0.3125em;
  font-size: 200%;
  margin-bottom: 0.625em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .subject-intro__video-title {
    margin-bottom: 6.4vw;
    column-gap: 2.1333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.25;
  }
}
.subject-intro__video-title::before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  background-image: url("/assets/img/page/subject/icon_video.svg");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .subject-intro__video-title::before {
    width: 19.2vw;
    height: 19.2vw;
  }
}
.subject-intro__video-num {
  font-size: 1.75em;
  font-family: var(--en-sans);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .subject-intro__video-num {
    font-size: 9.6vw;
  }
}
.subject-intro__video-embed {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.subject-job {
  padding-top: 7.5em;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .subject-job {
    padding-top: 17.0666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.subject-job__title {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .subject-job__title {
    margin-bottom: 8.5333333333vw;
  }
}
.subject-job__subtitle {
  margin-bottom: 0.5714285714em;
}
@media screen and (max-width: 767px) {
  .subject-job__subtitle {
    margin-bottom: 4.2666666667vw;
  }
}
.subject-job__shorten {
  margin-bottom: 3.5em;
}
@media screen and (max-width: 767px) {
  .subject-job__shorten {
    margin-bottom: 12.8vw;
  }
}
.subject-job__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .subject-job__list {
    grid-template-columns: 100%;
    grid-row-gap: 1.6vw;
    padding-bottom: 26.6666666667vw;
  }
}
.subject-job__item {
  background-color: #fff;
  border-radius: 0.4615384615em;
  font-size: 81.25%;
  font-weight: 400;
  line-height: 1.8;
  padding: 1.5384615385em 1.8461538462em;
}
@media screen and (max-width: 767px) {
  .subject-job__item {
    padding: 5.3333333333vw;
    font-size: 3.4666666667vw;
    border-radius: 1.6vw;
  }
}
.subject-job__item-name {
  margin-bottom: 0.5333333333em;
  font-size: 1.1538461538em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-job__item-name {
    margin-bottom: 2.1333333333vw;
    font-size: 4vw;
  }
}
.subject-job__item-name::before {
  content: "";
  position: relative;
  top: -0.1333333333em;
  display: inline-block;
  margin-right: 0.5333333333em;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  background-color: var(--theme-color);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .subject-job__item-name::before {
    top: -0.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 2.1333333333vw;
  }
}
.subject-job__qualification {
  position: relative;
}
.subject-job__qualification-list {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 32em;
  grid-column-gap: 0.5em;
  background-color: #fff;
  border-radius: 0.625em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .subject-job__qualification-list {
    grid-template-columns: 100%;
    border-radius: 2.6666666667vw;
    padding: 8.5333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .subject-job__qualification-item {
    padding: 2em;
  }
}
.subject-job__qualification-title {
  margin-bottom: 0.8em;
  font-size: 125%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-job__qualification-title {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}
.subject-job__qualification-text {
  margin-bottom: 1.8461538462em;
  font-size: 81.25%;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .subject-job__qualification-text {
    margin-bottom: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.subject-job__qualification-accent {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 1.1538461538em;
}
@media screen and (max-width: 767px) {
  .subject-job__qualification-accent {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .subject-job__separator {
    border-left: 1px solid #CED2DB;
    width: 0;
    height: 12.25em;
  }
}
@media screen and (max-width: 767px) {
  .subject-job__separator {
    width: 100%;
    height: 0;
    border-top: 1px solid #ced2db;
    margin-bottom: 6.4vw;
  }
}
.subject-job__passed {
  display: flex;
  align-items: center;
  column-gap: 1.875em;
  padding-left: 1.5em;
  padding-right: 2.5em;
  height: 5.875em;
  border-radius: 0.375em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .subject-job__passed {
    column-gap: 8.5333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 8.5333333333vw;
    height: 24vw;
    border-radius: 1.6vw;
    margin-bottom: 8.5333333333vw;
  }
}
.subject-job__passed dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75em;
  font-size: 100%;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0.875em;
  background-color: #638697;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .subject-job__passed dt {
    font-size: 4.2666666667vw;
    height: 8vw;
    border-radius: 4vw;
  }
}
.subject-job__passed dd {
  color: #638697;
  font-family: var(--en-sans);
  font-size: 187.5%;
  font-weight: 700;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .subject-job__passed dd {
    font-size: 8vw;
  }
}
.subject-job__passed-num {
  font-size: 2.1333333333em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-job__passed-num {
    font-size: 17.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .subject-job__others {
    padding-left: 2.5em;
    padding-right: 2em;
  }
}
.subject-job__others-title {
  display: flex;
  align-items: center;
  column-gap: 0.375em;
  margin-bottom: 1em;
  color: #638697;
  font-size: 100%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-job__others-title {
    column-gap: 1.0666666667vw;
    margin-bottom: 3.2vw;
    font-size: 4vw;
  }
}
.subject-job__others-title::before {
  content: "";
  width: 1.875em;
  height: 1.875em;
  background-image: url("/assets/img/page/subject/icon_others.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .subject-job__others-title::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.subject-job__others-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .subject-job__others-list {
    row-gap: 1.0666666667vw;
    flex-direction: column;
  }
}
.subject-job__others-list li {
  list-style: square;
  margin-left: 1.2em;
  color: #003B57;
  line-height: 1.5;
}
.subject-job__others-list span {
  color: var(--main);
  font-size: 87.5%;
}
@media screen and (max-width: 767px) {
  .subject-job__others-list span {
    font-size: 3.4666666667vw;
    line-height: 1.4;
  }
}

.subject-achievements {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 4em;
  padding-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .subject-achievements {
    grid-template-columns: 100%;
    padding-bottom: 17.0666666667vw;
  }
}
.subject-achievements__title {
  margin-bottom: 1.7142857143em;
}
@media screen and (min-width: 768px) {
  .subject-achievements__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .subject-achievements__title {
    margin-bottom: 8.5333333333vw;
  }
}
.subject-achievements__ratio {
  display: flex;
  align-items: center;
  column-gap: 2em;
}
@media screen and (max-width: 767px) {
  .subject-achievements__ratio {
    flex-direction: column;
    row-gap: 4.2666666667vw;
    padding-bottom: 6.4vw;
    margin-bottom: 6.4vw;
    border-bottom: 1px solid #CED2DB;
  }
}
.subject-achievements__ratio dt {
  font-size: 75%;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject-achievements__ratio dt {
    font-size: 3.2vw;
  }
}
.subject-achievements__ratio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5em;
  height: 2em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-radius: 1em;
  color: #fff;
  font-size: 1.6666666667em;
  font-weight: 700;
  background-color: var(--main);
}
@media screen and (max-width: 767px) {
  .subject-achievements__ratio-label {
    min-width: 26.6666666667vw;
    height: 9.0666666667vw;
    border-radius: 4.5333333333vw;
    padding-right: 6.1333333333vw;
    padding-left: 6.1333333333vw;
    font-size: 4.8vw;
  }
}
.subject-achievements__ratio dd {
  color: var(--theme-color);
  font-family: var(--en-sans);
  font-size: 300%;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .subject-achievements__ratio dd {
    font-size: 12.8vw;
  }
}
.subject-achievements__ratio-num {
  font-size: 2.9166666667em;
}
@media screen and (max-width: 767px) {
  .subject-achievements__ratio-num {
    font-size: 32vw;
  }
}
.subject-achievements__main-title {
  display: flex;
  align-items: center;
  column-gap: 0.375em;
  margin-bottom: 1em;
  color: #638697;
  font-size: 100%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-achievements__main-title {
    column-gap: 1.6vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}
.subject-achievements__main-title::before {
  content: "";
  width: 1.875em;
  height: 1.875em;
  background-image: url("/assets/img/page/subject/icon_achievements.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .subject-achievements__main-title::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.subject-achievements__main-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.3125em;
}
@media screen and (max-width: 767px) {
  .subject-achievements__main-banners {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.3333333333vw;
    grid-row-gap: 1.3333333333vw;
  }
}
.subject-achievements__others {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.6666666667em;
  margin-top: 2em;
  color: var(--main);
  font-size: 75%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .subject-achievements__others {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .subject-achievements__others {
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
    row-gap: 2.1333333333vw;
  }
}
.subject-achievements__others li:not(:last-child)::after {
  content: "／";
}
.subject-achievements__others li:last-child {
  margin-left: 1em;
}

.subject-courses {
  padding-top: 6.25em;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .subject-courses {
    padding-top: 17.0666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.subject-courses__title {
  margin-bottom: 1.7142857143em;
}
@media screen and (max-width: 767px) {
  .subject-courses__title {
    margin-bottom: 6.4vw;
  }
}
.subject-courses__intro {
  margin-bottom: 5.25em;
  font-size: 100%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .subject-courses__intro {
    margin-bottom: 12.8vw;
    font-size: 4vw;
  }
}
.subject-courses__slider {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .subject-courses__slider {
    margin-bottom: 6.4vw;
  }
}
.subject-courses .swiper-wrapper {
  margin-right: -2em;
}
@media screen and (max-width: 767px) {
  .subject-courses .swiper-wrapper {
    margin-right: -3.2vw;
  }
}
.subject-courses .swiper-slide {
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .subject-courses .swiper-slide {
    padding-right: 3.2vw;
  }
}
.subject-courses__item {
  border-radius: 0.625em;
  background-color: #F0F2F5;
}
@media screen and (max-width: 767px) {
  .subject-courses__item {
    border-radius: 2.6666666667vw;
  }
}
.subject-courses__item-meta {
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .subject-courses__item-meta {
    padding-top: 6.9333333333vw;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.subject-courses__item-thumbnail {
  position: relative;
}
.subject-courses__item-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 0.8333333333em;
  border-top-right-radius: 0.8333333333em;
}
@media screen and (max-width: 767px) {
  .subject-courses__item-thumbnail img {
    border-top-left-radius: 2.6666666667vw;
    border-top-right-radius: 2.6666666667vw;
  }
}
.subject-courses__item-name {
  position: absolute;
  bottom: -1em;
  left: 1.3333333333em;
  padding: 0.2222222222em 0.5555555556em;
  color: #fff;
  font-size: 112.5%;
  font-weight: 700;
  background-color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  .subject-courses__item-name {
    bottom: -3.7333333333vw;
    left: 5.3333333333vw;
    padding: 0.8vw 2.1333333333vw;
    font-size: 4vw;
  }
}
.subject-courses__item-text {
  margin-bottom: 1.1428571429em;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .subject-courses__item-text {
    margin-bottom: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.subject-courses__item-targets {
  background-color: #fff;
  padding: 1em 1.5em 1.5em;
  border-radius: 0.375em;
}
@media screen and (max-width: 767px) {
  .subject-courses__item-targets {
    padding: 4.2666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.subject-courses__item-targets dt {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  color: #638697;
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 0.625em;
}
@media screen and (max-width: 767px) {
  .subject-courses__item-targets dt {
    column-gap: 1.6vw;
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.subject-courses__item-targets dt::before {
  content: "";
  width: 1.875em;
  height: 1.875em;
  background-image: url("/assets/img/page/subject/icon_targets.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .subject-courses__item-targets dt::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.subject-courses__item-targets dd li {
  color: #638697;
  list-style-type: square;
  margin-left: 1.25em;
}
.subject-courses__item-targets dd li span {
  color: var(--main);
  font-size: 87.5%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .subject-courses__item-targets dd li span {
    font-size: 3.4666666667vw;
  }
}
.subject-courses__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.625em;
}
@media screen and (max-width: 767px) {
  .subject-courses__nav {
    column-gap: 5.8666666667vw;
    justify-content: center;
  }
}
.subject-courses__nav-indicator {
  display: flex;
  align-items: center;
  column-gap: 0.8em;
  font-family: var(--en-sans);
  font-size: 100%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .subject-courses__nav-indicator {
    margin-left: 0.625em;
  }
}
@media screen and (max-width: 767px) {
  .subject-courses__nav-indicator {
    width: auto !important;
    column-gap: 4.2666666667vw;
    font-size: 4.2666666667vw;
    order: 1;
  }
}
.subject-courses__nav-prev, .subject-courses__nav-next {
  background-color: transparent;
  padding: 0;
  border: 1px solid #CED2DB;
  border-radius: 50%;
}
.subject-courses__nav-prev {
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .subject-courses__nav-prev {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .subject-courses__nav-next {
    order: 2;
  }
}

.subject-curriculum {
  padding-bottom: 6.25em;
  background-color: transparent;
}
.subject-curriculum__title {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .subject-curriculum__title {
    margin-bottom: 8.5333333333vw;
  }
}
.subject-curriculum__accordion {
  border-radius: 0.375em;
  background-color: #F0F2F5;
  margin-bottom: 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .subject-curriculum__accordion {
    margin-bottom: 6.4vw;
    border-radius: 1.6vw;
  }
}
.subject-curriculum__accordion:last-of-type {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .subject-curriculum__accordion:last-of-type {
    margin-bottom: 14.9333333333vw;
  }
}
.subject-curriculum__accordion[open] .subject-curriculum__accordion-toggle::after {
  rotate: 0deg;
}
.subject-curriculum__accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.6666666667em;
  color: var(--main);
  font-size: 150%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-curriculum__accordion-title {
    padding: 6.4vw;
    font-size: 5.3333333333vw;
  }
}
.subject-curriculum__accordion-toggle {
  position: relative;
  width: 0.8333333333em;
  height: 2px;
  background-color: var(--main);
}
@media screen and (max-width: 767px) {
  .subject-curriculum__accordion-toggle {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    min-height: 2px;
  }
}
.subject-curriculum__accordion-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .subject-curriculum__accordion-body {
    padding-right: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .subject-curriculum__accordion-body {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 6.4vw;
  }
}
.subject-curriculum__link {
  display: flex;
  align-items: center;
  column-gap: 1.1428571429em;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 87.5%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-curriculum__link {
    column-gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media (hover: hover) {
  .subject-curriculum__link:hover {
    text-decoration: underline;
  }
}
.subject-curriculum__link-icon {
  width: 4.2857142857em;
  height: 4.2857142857em;
  border-radius: 50%;
  background-color: #F0F2F5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj48cGF0aCBmaWxsPSIjMDAzYjU3IiBkPSJNMjYuMzczIDI4LjExOGEyLjA0IDIuMDQgMCAwIDEtLjI1MiAxIDEuODUgMS44NSAwIDAgMS0uNzc0LjczNCAyLjcgMi43IDAgMCAxLTEuMy4yNzlIMjMuMXYyLjI3MWgtMS41NDJ2LTYuMzE4aDIuNDkzYTIuODQgMi44NCAwIDAgMSAxLjI3OC4yNjEgMS44IDEuOCAwIDAgMSAuNzgzLjcyIDIuMSAyLjEgMCAwIDEgLjI2MSAxLjA1M20tMi40MzkuNzkyYS45Mi45MiAwIDAgMCAuNjU3LS4yMDguNzcuNzcgMCAwIDAgLjIxNi0uNTg1Ljc3Ljc3IDAgMCAwLS4yMTYtLjU4NS45Mi45MiAwIDAgMC0uNjU3LS4yMDdIMjMuMXYxLjU4NFptNS42MDctMi44MjZhMy43IDMuNyAwIDAgMSAxLjc0Ni40IDIuODMgMi44MyAwIDAgMSAxLjE1NiAxLjExMSAzLjI3IDMuMjcgMCAwIDEgLjQxIDEuNjUxIDMuMyAzLjMgMCAwIDEtLjQxIDEuNjQ3IDIuOCAyLjggMCAwIDEtMS4xNjEgMS4xMDkgMy43IDMuNyAwIDAgMS0xLjc0MS40aC0yLjM2N3YtNi4zMThabS0uMSA0Ljk4NmExLjg2IDEuODYgMCAwIDAgMS4zNTktLjQ3NyAxLjggMS44IDAgMCAwIC40ODYtMS4zNSAxLjg0IDEuODQgMCAwIDAtLjQ4Ni0xLjM1OSAxLjg0IDEuODQgMCAwIDAtMS4zNTgtLjQ4MmgtLjcyOXYzLjY3MlptOC4zODktNC45ODZ2MS4yMzNoLTIuNTc0djEuMzMyaDEuOTI2djEuMmgtMS45MjZ2Mi41NTNoLTEuNTM5di02LjMxOFoiLz48ZyBmaWxsPSJub25lIj48cGF0aCBkPSJNMTYgMjAuNDAyaDI4djE4SDE2WiIvPjxwYXRoIGZpbGw9IiMwMDNiNTciIGQ9Ik0xOCAyMi40MDJ2MTRoMjR2LTE0em0tMi0yaDI4djE4SDE2eiIvPjwvZz48L3N2Zz4=");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .subject-curriculum__link-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.subject-flow {
  counter-reset: flow;
}
.subject-flow__item {
  counter-increment: flow;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .subject-flow__item {
    grid-column-gap: 2.6666666667vw;
  }
}
.subject-flow__item:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .subject-flow__item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.subject-flow__item:nth-child(1) {
  --flow-color-1: #05A8F8;
  --flow-color-2: #3392E5;
  --flow-number: 2, 167, 246;
}
.subject-flow__item:nth-child(2) {
  --flow-color-1: #408DE0;
  --flow-color-2: #7575CC;
  --flow-number: 63, 141, 224;
}
.subject-flow__item:nth-child(3) {
  --flow-color-1: #7F72C9;
  --flow-color-2: #B65AB5;
  --flow-number: 127, 114, 201;
}
.subject-flow__item:nth-child(4) {
  --flow-color-1: #BC58B3;
  --flow-color-2: #F6409F;
  --flow-number: 189, 88, 179;
}
.subject-flow__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2666666667em;
  background-image: linear-gradient(to bottom, var(--flow-color-1), var(--flow-color-2));
  background-repeat: no-repeat;
  color: #fff;
  font-size: 93.75%;
  font-weight: 700;
  text-align: center;
  writing-mode: vertical-lr;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .subject-flow__label {
    width: 6.9333333333vw;
    font-size: 3.4666666667vw;
    background-size: 100% calc(100% - 2.6666666667vw);
    background-position: center top;
  }
}
.subject-flow__item:not(:last-child) .subject-flow__label::after {
  content: "";
  position: absolute;
  left: 0;
  border-top: 1em solid var(--flow-color-2);
  border-left: 1.1333333333em solid transparent;
  border-right: 1.1333333333em solid transparent;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .subject-flow__item:not(:last-child) .subject-flow__label::after {
    top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .subject-flow__item:not(:last-child) .subject-flow__label::after {
    bottom: 0;
    border-top-width: 2.9333333333vw;
    border-left-width: 3.4666666667vw;
    border-right-width: 3.4666666667vw;
  }
}
.subject-flow__body {
  display: flex;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1em;
  border-radius: 0.375em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .subject-flow__body {
    flex-direction: column;
    align-items: flex-start;
    padding: 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.subject-flow__body::before {
  content: counter(flow, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.9090909091em;
  width: 2.7272727273em;
  height: 2.7272727273em;
  color: rgb(var(--flow-number));
  font-family: var(--en-sans);
  font-size: 137.5%;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  border-radius: 50%;
  background-color: rgba(var(--flow-number), 10%);
}
@media screen and (max-width: 767px) {
  .subject-flow__body::before {
    margin-bottom: 1.6vw;
    width: 11.2vw;
    height: 6.4vw;
    font-size: 4vw;
    border-radius: 3.2vw;
  }
}
.subject-flow__title {
  margin-right: auto;
  color: var(--main);
  font-size: 125%;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .subject-flow__title {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.subject-flow__subjects {
  display: flex;
  background-color: #F0F2F5;
  border-radius: 0.375em;
  max-width: 25em;
  padding: 0.625em 1em;
}
@media screen and (max-width: 767px) {
  .subject-flow__subjects {
    flex-direction: column;
    row-gap: 1.0666666667vw;
    align-items: flex-start;
    border-radius: 1.6vw;
    padding: 4.2666666667vw;
    max-width: 100%;
    width: 100%;
  }
}
.subject-flow__subjects dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #638697;
  font-size: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .subject-flow__subjects dt {
    min-height: 4.75em;
    border-right: 1px solid #CED2DB;
    padding-right: 1em;
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 767px) {
  .subject-flow__subjects dt {
    flex-direction: column;
    row-gap: 2.1333333333vw;
  }
}
.subject-flow__subjects dd {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .subject-flow__subjects dd {
    padding-left: 4.2666666667vw;
  }
}
.subject-flow__subjects ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .subject-flow__subjects ul {
    flex-direction: column;
    column-gap: 4.2666666667vw;
  }
}
.subject-flow__subjects li {
  list-style-type: square;
  margin-left: 1.2em;
  color: #638697;
}
.subject-flow__subjects li span {
  color: var(--main);
  font-size: 87.5%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .subject-flow__subjects li span {
    font-size: 3.4666666667vw;
  }
}
.subject-flow__subjects li span .subject-flow__roman {
  font-family: "Libertinus Math", sans-serif;
  font-size: 1.2em;
}

.subject-model {
  padding: 2em;
  background-color: #fff;
  border-radius: 0.375em;
}
@media screen and (max-width: 767px) {
  .subject-model {
    padding: 6.4vw;
  }
}
.subject-model__overflow {
  overflow: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}
.subject-model__table {
  min-width: 855px;
  border-collapse: separate;
  border-spacing: 3px;
  color: var(--main);
  width: fit-content;
}
.subject-model__table thead th {
  background-color: var(--main);
  color: #fff;
  font-size: 87.5%;
  font-weight: 700;
  border-radius: 0.2142857143em;
  height: 2.1428571429em;
}
.subject-model__table thead th:not(.subject-model__table-blank) {
  width: 19%;
}
.subject-model__table thead .subject-model__table-blank {
  background-color: transparent;
}
.subject-model__table tbody th {
  width: 2.1428571429em;
  background-color: #F0F2F5;
  font-size: 87.5%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.subject-model__table tbody td {
  background-color: #fff;
  border: 1px solid #F0F2F5;
  border-radius: 0.2142857143em;
  height: 5em;
  font-size: 87.5%;
  line-height: 1.5;
  text-align: center;
  padding-left: 0.7142857143em;
  padding-right: 0.7142857143em;
}
.subject-model__table tbody .subject-model__table-required {
  background-color: rgba(0, 168, 247, 0.1);
}
.subject-model__table tbody .subject-model__table-select {
  background-color: rgba(247, 63, 158, 0.1);
}
.subject-model__table-link {
  font-size: 75%;
  text-decoration: underline;
}
@media (hover: hover) {
  .subject-model__table-link:hover {
    text-decoration: none;
  }
}
.subject-model__meta {
  display: flex;
  align-items: baseline;
  column-gap: 1.5em;
}
.subject-model__meta li {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  font-size: 75%;
}
.subject-model__meta li:nth-child(1) {
  --meta-color: 0, 168, 247;
}
.subject-model__meta li:nth-child(2) {
  --meta-color: 247, 63, 158;
}
.subject-model__meta li::before {
  content: "";
  width: 3.3333333333em;
  height: 1.6666666667em;
  border-radius: 0.1666666667em;
  border: 1px solid rgba(var(--meta-color), 0.2);
  background-color: rgba(var(--meta-color), 0.1);
}

.subject-choices__title {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0.6666666667em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject-choices__title {
    margin-bottom: 6.4vw;
    font-size: 5.3333333333vw;
  }
}
.subject-choices__intro {
  margin-bottom: 3.75em;
  font-size: 100%;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject-choices__intro {
    margin-bottom: 8.5333333333vw;
    font-size: 4vw;
    text-align: left;
  }
}
.subject-choices__list {
  display: flex;
  justify-content: center;
  column-gap: 1.25em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .subject-choices__list {
    flex-direction: column;
    row-gap: 9.6vw;
    margin-bottom: 6.4vw;
  }
}
.subject-choices__item {
  border-width: 1px;
  border-style: solid;
  border-radius: 0.625em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .subject-choices__item {
    padding-right: 5.3333333333vw;
    padding-bottom: 6.4vw;
    padding-left: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.subject-choices__item--eng {
  --choice-color: #00A8F7;
  background-color: #F2FBFF;
  border-color: #C2EBFE;
}
.subject-choices__item--air {
  --choice-color: #F73F9E;
  background-color: rgba(247, 63, 158, 0.1);
  border-color: rgba(247, 63, 158, 0.2);
}
.subject-choices__item dt {
  position: relative;
  top: -1.4285714286em;
  width: fit-content;
  height: 2.8571428571em;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5.2857142857em;
  border-radius: 1.4285714286em;
  background-color: var(--choice-color);
  color: #fff;
  font-size: 87.5%;
  font-weight: 700;
  line-height: 2.8571428571em;
}
@media screen and (max-width: 767px) {
  .subject-choices__item dt {
    top: -4.2666666667vw;
    width: 100%;
    height: 8.5333333333vw;
    padding: 0 1.0666666667vw;
    font-size: 3.4666666667vw;
    border-radius: 4.2666666667vw;
    text-align: center;
    line-height: 8.5333333333vw;
  }
}
.subject-choices__item dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid var(--choice-color);
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .subject-choices__item dt::after {
    position: relative;
    top: -0.2666666667vw;
    border-left-width: 1.6vw;
    border-right-width: 1.6vw;
    border-top-width: 3.2vw;
  }
}
.subject-choices__item-large {
  margin-right: 0.2em;
  font-size: 112.5%;
}
@media screen and (max-width: 767px) {
  .subject-choices__item-large {
    font-size: 4.2666666667vw;
  }
}
.subject-choices__item-text {
  margin-bottom: 1.1428571429em;
  color: #638697;
  font-size: 87.5%;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject-choices__item-text {
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
  }
}
.subject-choices__item-accent {
  margin-right: 0.2em;
  color: var(--choice-color);
  font-size: 1.2857142857em;
}
@media screen and (max-width: 767px) {
  .subject-choices__item-accent {
    font-size: 4vw;
  }
}
.subject-choices__item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1em;
  row-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .subject-choices__item ul {
    column-gap: 2.6666666667vw;
    row-gap: 1.0666666667vw;
  }
}
.subject-choices__item li {
  list-style: square;
  margin-left: 1.2em;
  color: #638697;
  font-size: 75%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .subject-choices__item li {
    font-size: 2.9333333333vw;
  }
}
.subject-choices__item li span {
  color: var(--main);
  font-size: 1.1666666667em;
}
@media screen and (max-width: 767px) {
  .subject-choices__item li span {
    font-size: 3.4666666667vw;
  }
}

.subject-pickup {
  padding-top: 4em;
  padding-bottom: 6.25em;
  background-image: linear-gradient(-90deg, #e7eef7 0%, #dee7f5 28.08%, #ebdff2 53.69%, #e8ede8 78.82%, #e9eef7 100%);
}
@media screen and (max-width: 767px) {
  .subject-pickup {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.subject-pickup__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subject-pickup__title {
  display: flex;
  align-items: center;
  column-gap: 0.4em;
  margin-bottom: 0.6em;
  font-size: 250%;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .subject-pickup__title {
    column-gap: 2.6666666667vw;
    margin-bottom: 4.2666666667vw;
    font-size: 5.8666666667vw;
  }
}
.subject-pickup__title::before {
  content: "";
  width: 2em;
  height: 2em;
  background-image: url("/assets/img/page/subject/icon_pickup.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .subject-pickup__title::before {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
.subject-pickup__intro {
  margin-bottom: 3em;
  font-size: 100%;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject-pickup__intro {
    margin-bottom: 10.6666666667vw;
    font-size: 4vw;
  }
}
.subject-pickup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.5em;
  grid-row-gap: 4em;
}
@media screen and (max-width: 767px) {
  .subject-pickup__list {
    grid-template-columns: 100%;
    grid-row-gap: 8.5333333333vw;
  }
}
.subject-pickup__embed {
  display: block;
  width: 100%;
  height: auto;
  font-size: 75%;
  border-radius: 0.8333333333em;
}
@media screen and (max-width: 767px) {
  .subject-pickup__embed {
    border-radius: 3.2vw;
  }
}
.subject-pickup__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
@media screen and (max-width: 767px) {
  .subject-pickup__meta {
    padding-top: 4.2666666667vw;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.subject-pickup__meta-category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  margin-bottom: 0.7692307692em;
  padding-right: 0.6153846154em;
  padding-left: 0.6153846154em;
  font-size: 81.25%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  .subject-pickup__meta-category {
    margin-bottom: 2.1333333333vw;
    height: 6.4vw;
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.subject-pickup__meta-title {
  margin-bottom: 0.8888888889em;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .subject-pickup__meta-title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.subject-pickup__meta-text {
  color: #638697;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .subject-pickup__meta-text {
    font-size: 3.7333333333vw;
  }
}

.subject-facility {
  padding-top: 6.25em;
  padding-bottom: 7.5em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .subject-facility {
    padding-top: 14.4vw;
    padding-bottom: 43.7333333333vw;
  }
}
.subject-facility__title {
  margin-bottom: 1.7142857143em;
}
@media screen and (max-width: 767px) {
  .subject-facility__title {
    margin-bottom: 8.5333333333vw;
  }
}
.subject-facility__grid {
  display: grid;
  grid-template-columns: 30em 1fr;
  grid-column-gap: 5.375em;
}
@media screen and (max-width: 767px) {
  .subject-facility__grid {
    position: relative;
    grid-template-columns: 100%;
    grid-row-gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .subject-facility__slider {
    position: relative;
  }
}
.subject-facility__slider-item {
  border-radius: 0.625em;
}
@media screen and (max-width: 767px) {
  .subject-facility__slider-item {
    border-radius: 2.6666666667vw;
  }
}
.subject-facility__slider-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8333333333em;
}
@media screen and (max-width: 767px) {
  .subject-facility__slider-image {
    border-radius: 2.6666666667vw;
  }
}
.subject-facility__nav {
  position: absolute;
  left: -1.875em;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 3.75em);
}
@media screen and (min-width: 768px) {
  .subject-facility__nav {
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .subject-facility__nav {
    align-items: flex-end;
    justify-content: center;
    column-gap: 26.6666666667vw;
    width: 100%;
    bottom: -21.3333333333vw;
    left: 0;
  }
}
.subject-facility__nav-prev, .subject-facility__nav-next {
  border: 1px solid #CED2DB;
  border-radius: 50%;
  background-color: transparent;
  padding: 0;
}
.subject-facility__nav-prev {
  rotate: 180deg;
}
.subject-facility__indicator {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.8em;
  width: 100%;
  font-family: var(--en-sans);
  font-size: 100%;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .subject-facility__indicator {
    top: calc(100% + 2em);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .subject-facility__indicator {
    bottom: -19.2vw !important;
    font-size: 4.2666666667vw;
  }
}
.subject-facility__list {
  width: 100%;
}
.subject-facility__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .subject-facility__item {
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .subject-facility__item {
    row-gap: 3.2vw;
  }
}
.subject-facility__item-name {
  font-size: 150%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-facility__item-name {
    font-size: 5.3333333333vw;
  }
}
.subject-facility__item-text {
  font-size: 100%;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .subject-facility__item-text {
    font-size: 4vw;
  }
}

.subject-features {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
@media screen and (max-width: 767px) {
  .subject-features {
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}
.subject-features__title {
  margin-bottom: 1.6666666667em;
  font-size: 150%;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject-features__title {
    margin-bottom: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.subject-features__list {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-column-gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .subject-features__list {
    grid-template-columns: 100%;
    grid-template-rows: repeat(5, auto);
    grid-row-gap: 6.4vw;
  }
}
.subject-features__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .subject-features__item {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.subject-features__item:nth-child(1) {
  --features-icon: url("/assets/img/page/subject/icon_features_1.svg");
}
.subject-features__item:nth-child(3) {
  --features-icon: url("/assets/img/page/subject/icon_features_2.svg");
}
.subject-features__item:nth-child(5) {
  --features-icon: url("/assets/img/page/subject/icon_features_3.svg");
}
@media screen and (min-width: 768px) {
  .subject-features__separator {
    width: 0;
    height: 100%;
    border-left: 1px solid #CED2DB;
  }
}
@media screen and (max-width: 767px) {
  .subject-features__separator {
    width: 100%;
    height: 0;
    border-top: 1px solid #CED2DB;
  }
}
.subject-features__name {
  display: flex;
  align-items: center;
  column-gap: 1.2em;
  margin-bottom: 1.1111111111em;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .subject-features__name {
    margin-bottom: 4.2666666667vw;
    column-gap: 6.4vw;
    font-size: 4.8vw;
  }
}
.subject-features__name::after {
  content: "";
  width: 4.375em;
  height: 4.375em;
  margin-left: auto;
  border-radius: 50%;
  background-image: var(--features-icon), linear-gradient(to right bottom, #00A8F7, #F73F9E);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .subject-features__name::after {
    width: 16vw;
    height: 16vw;
  }
}
.subject-features__text {
  margin-bottom: 2.2857142857em;
  color: #638697;
  font-size: 87.5%;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .subject-features__text {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.subject-features__link {
  margin-left: auto;
  margin-top: auto;
  display: flex;
  align-items: center;
  column-gap: 0.6153846154em;
  text-decoration: underline;
  font-size: 81.25%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .subject-features__link {
    column-gap: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media (hover: hover) {
  .subject-features__link:hover {
    text-decoration: none;
  }
}

.subject-interview {
  padding-top: 7.5em;
  padding-bottom: 8.75em;
}
@media screen and (max-width: 767px) {
  .subject-interview .p-subject-segment__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .subject-interview {
    padding-top: 21.3333333333vw;
    padding-bottom: 12.8vw;
  }
}
.subject-interview__inner {
  padding-left: 4em;
  padding-bottom: 4em;
  padding-right: 6.25em;
  background-image: var(--features-bg);
}
@media screen and (min-width: 768px) {
  .subject-interview__inner {
    border-radius: 0.625em;
  }
}
@media screen and (max-width: 767px) {
  .subject-interview__inner {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.subject-interview__title {
  margin-bottom: 1.7142857143em;
}
@media screen and (max-width: 767px) {
  .subject-interview__title {
    margin-left: 5.3333333333vw;
    margin-bottom: 16vw;
  }
}
.subject-interview__item:not(:last-child) {
  margin-bottom: 6.25em;
}
@media screen and (max-width: 767px) {
  .subject-interview__item:not(:last-child) {
    margin-bottom: 21.3333333333vw;
  }
}
.subject-interview__header {
  position: relative;
  top: -2.75em;
  display: flex;
  align-items: flex-end;
  margin-bottom: -0.375em;
}
@media screen and (max-width: 767px) {
  .subject-interview__header {
    align-items: flex-start;
    flex-direction: column;
    top: -8vw;
  }
}
.subject-interview__header-title {
  margin-bottom: 0.8571428571em;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .subject-interview__header-title {
    margin-bottom: 4.2666666667vw;
  }
}
.subject-interview__header-title span {
  display: inline;
  padding-left: 0.2142857143em;
  padding-right: 0.4285714286em;
  color: #fff;
  background-image: linear-gradient(to right, #00A8F7, #F73F9E);
  font-size: 175%;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .subject-interview__header-title span {
    font-size: 5.3333333333vw;
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}
.subject-interview__header-name {
  margin-bottom: 0.5em;
  font-size: 75%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-interview__header-name {
    margin-bottom: 1.0666666667vw;
    font-size: 2.9333333333vw;
  }
}
.subject-interview__header-large {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .subject-interview__header-large {
    font-size: 3.7333333333vw;
  }
}
.subject-interview__header-belong {
  color: #638697;
  font-size: 75%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .subject-interview__header-belong {
    font-size: 3.2vw;
  }
}
.subject-interview__header-image {
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .subject-interview__header-image {
    order: -1;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8.5333333333vw;
  }
}
.subject-interview__header-image img {
  display: block;
  width: 21.6666666667em;
  height: auto;
  border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
  .subject-interview__header-image img {
    width: 53.3333333333vw;
    border-radius: 1.6vw;
  }
}
.subject-interview__header-image::before, .subject-interview__header-image::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
}
.subject-interview__header-image::before {
  left: -3.625em;
  bottom: 1.5em;
  width: 2.125em;
  height: 2.875em;
  background-image: url("/assets/img/page/subject/ornament_left.svg");
}
@media screen and (max-width: 767px) {
  .subject-interview__header-image::before {
    left: -8.5333333333vw;
    bottom: -3.7333333333vw;
    width: 8vw;
    height: 10.6666666667vw;
  }
}
.subject-interview__header-image::after {
  right: -3em;
  top: 1.5em;
  width: 1.75em;
  height: 1.75em;
  background-image: url("/assets/img/page/subject/ornament_right.svg");
}
@media screen and (max-width: 767px) {
  .subject-interview__header-image::after {
    right: -10.6666666667vw;
    top: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.subject-interview__text {
  padding-left: 3.2857142857em;
  padding-right: 0.5714285714em;
  font-size: 87.5%;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .subject-interview__text {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.subject-oc {
  position: relative;
  z-index: 14;
  background-image: linear-gradient(to bottom, #EB5D3B, #FFA134);
  padding-top: 7em;
  padding-bottom: 4em;
  margin-bottom: 12em;
}
@media screen and (max-width: 767px) {
  .subject-oc {
    padding-top: 16vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 25.6vw;
  }
}
.subject-oc__inner {
  position: relative;
  max-width: 60em;
  margin-inline: auto;
  color: #fff;
}
.subject-oc__label {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.3571428571em;
  height: 4.3571428571em;
  border-radius: 50%;
  font-size: 175%;
  font-weight: 700;
  line-height: 1.2;
  rotate: -10deg;
  background-image: linear-gradient(to bottom right, #96F7B5 20%, #3999FF 40%, #AB53FF 60%, #EF37A8 100%);
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .subject-oc__label {
    top: -5.2142857143em;
    left: -2.8571428571em;
  }
}
@media screen and (max-width: 767px) {
  .subject-oc__label {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    top: -21.3333333333vw;
    right: 0;
    rotate: 8deg;
    font-size: 4.2666666667vw;
  }
}
.subject-oc__title {
  position: relative;
  margin-bottom: 0.75em;
  font-size: 200%;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject-oc__title {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
    line-height: 1.25;
  }
}
.subject-oc__title span {
  position: relative;
}
.subject-oc__title-large {
  font-size: 1.25em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .subject-oc__title-large {
    font-size: 8.5333333333vw;
  }
}
.subject-oc__title::before {
  content: "";
  background-image: linear-gradient(to bottom, #fff 30%, transparent);
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
  height: 3.125em;
  opacity: 0.1;
  mask-image: url("/assets/img/content/text_oc.svg");
  mask-size: auto 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .subject-oc__title::before {
    top: -6.4vw;
    left: -5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
    height: 11.2vw;
    mask-position: left -5.3333333333vw center;
  }
}
.subject-oc__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .subject-oc__list {
    margin-bottom: 5.3333333333vw;
  }
}
.subject-oc__list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 2.7em;
  font-size: 125%;
  font-weight: 700;
  border-radius: 0.4em 0.4em 0 0;
  background-image: linear-gradient(135deg, #96F7B5, #3999FF, #AB53FF, #EF37A8);
}
@media screen and (max-width: 767px) {
  .subject-oc__list dt {
    height: 14.4vw;
    font-size: 4.8vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
.subject-oc__list dd {
  background-color: #fff;
  padding: 1.5em;
  border-radius: 0 0 0.5em 0.5em;
}
@media screen and (max-width: 767px) {
  .subject-oc__list dd {
    padding: 6.4vw 4.2666666667vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.subject-oc__list ul {
  display: flex;
  justify-content: center;
  column-gap: 3em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .subject-oc__list ul {
    flex-direction: column;
    row-gap: 2.1333333333vw;
    margin-bottom: 6.4vw;
  }
}
.subject-oc__list ul li {
  position: relative;
  color: var(--main);
  font-size: 75%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-oc__list ul li {
    font-size: 3.2vw;
    padding-left: 7.4666666667vw;
  }
}
.subject-oc__list-accent {
  display: block;
  font-size: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  .subject-oc__list-accent {
    font-size: 4vw;
  }
}
.subject-oc__list ul li::before {
  content: "";
  position: absolute;
  top: 0.3333333333em;
  left: -2.3333333333em;
  display: block;
  width: 1.8333333333em;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMTAuMTAxIDE2LjUwNS01LjEtNS40MzUgMS40NTgtMS4zNjkgMy41NTUgMy43ODcgNS45NDgtNy4xMzIgMS41MzYgMS4yODFaIi8+PC9zdmc+"), linear-gradient(to bottom right, #96F7B5, #3999FF, #AB53FF, #EF37A8);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .subject-oc__list ul li::before {
    width: 5.3333333333vw;
    top: 1.0666666667vw;
    left: 0;
  }
}
.subject-oc__link {
  max-width: 100%;
  width: 27em;
  height: 4.75em;
}
@media screen and (max-width: 767px) {
  .subject-oc__link {
    height: 16vw;
  }
}
.subject-oc__program {
  padding: 2.5em;
  border-radius: 0.5em;
  background-color: #fff;
  color: var(--main);
  display: none;
  visibility: hidden;
}
.subject-oc__program.is-show {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .subject-oc__program {
    padding: 6.4vw 4.2666666667vw;
  }
}
.subject-oc__program-title {
  margin-bottom: 0.3333333333em;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-title {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.subject-oc__program-intro {
  margin-bottom: 2.6666666667em;
  font-size: 87.5%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-intro {
    margin-bottom: 6.4vw;
    font-size: 2.9333333333vw;
  }
}
.subject-oc__program-small {
  display: block;
  font-size: 0.8em;
}
.subject-oc__program-inner {
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-inner {
    padding: 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.subject-oc__program-head {
  font-size: 125%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-head {
    margin-bottom: 1.0666666667vw;
    font-size: 4.8vw;
  }
}
.subject-oc__program-text {
  margin-bottom: 1.1428571429em;
  font-size: 87.5%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-text {
    margin-bottom: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.subject-oc__program-list dt {
  margin-bottom: 0.8em;
  font-size: 93.75%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-list dt {
    margin-bottom: 2.1333333333vw;
    font-size: 4vw;
  }
}
.subject-oc__program-list dd {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3125em;
  column-gap: 0.3125em;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-list dd {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.3333333333vw;
    grid-row-gap: 2.1333333333vw;
  }
}
.subject-oc__program-list dd:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-list dd:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.subject-oc__program-link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.0714285714em;
  height: 2.1428571429em;
  min-width: 4.4285714286em;
  background-color: var(--schedule-bg);
  border: 0.0714285714em solid var(--schedule-border, #000);
  color: var(--main);
  font-size: 87.5%;
  font-weight: 700;
  padding-right: 1.1428571429em;
  padding-left: 1.1428571429em;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-link {
    border-radius: 4vw;
    height: 8vw;
    min-width: 16.5333333333vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    max-width: 100%;
  }
}
.subject-oc__program-link::before {
  content: attr(data-day);
}
.subject-oc__program-link[data-day*="4/"], .subject-oc__program-link[data-day*="7/"], .subject-oc__program-link[data-day*="10/"], .subject-oc__program-link[data-day*="1/"] {
  --schedule-border: #20B8E2;
  --schedule-bg: #D6EDF4;
}
.subject-oc__program-link[data-day*="5/"], .subject-oc__program-link[data-day*="8/"], .subject-oc__program-link[data-day*="11/"], .subject-oc__program-link[data-day*="2/"] {
  --schedule-border: #FF6839;
  --schedule-bg: #FFE6D6;
}
.subject-oc__program-link[data-day*="6/"], .subject-oc__program-link[data-day*="9/"], .subject-oc__program-link[data-day*="12/"], .subject-oc__program-link[data-day*="3/"] {
  --schedule-border: #F73E9E;
  --schedule-bg: #FFE2F1;
}
.subject-oc__program-link.is-disabled {
  pointer-events: none;
  --schedule-border: #ccc;
  --schedule-bg: #efefef;
  color: #aaa;
}
@media (hover: hover) {
  .subject-oc__program-link:hover {
    text-decoration: underline;
  }
}
.subject-oc__program-sub {
  width: 100%;
  font-size: 75%;
  font-weight: 600;
}
.subject-oc__program-sub:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-sub {
    grid-column: 1/5;
    font-size: 3.2vw;
  }
}
.subject-oc__program-annotation {
  width: 100%;
  font-size: 62.5%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .subject-oc__program-annotation {
    grid-column: 1/5;
    font-size: 2.6666666667vw;
  }
}

.subject-others {
  padding-top: 4em;
  padding-bottom: 6.25em;
  background-color: #F0F2F5;
  --department-target-bg: #E9EBF0;
}
@media screen and (max-width: 767px) {
  .subject-others {
    padding-top: 12.8vw;
    padding-bottom: 17.0666666667vw;
  }
}
.subject-others__inner {
  max-width: 75em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .subject-others__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.subject-others__line {
  display: block;
  width: 41.25em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6.25em;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .subject-others__line {
    margin-bottom: 17.0666666667vw;
  }
}
.subject-others__line img {
  display: block;
  width: 100%;
  height: auto;
  transition-property: scale;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .subject-others__line img:hover {
    scale: 0.98;
  }
}
@media screen and (min-width: 768px) {
  .subject-others__line img {
    border-radius: 0.8333333333em;
  }
}
.subject-others__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .subject-others__list {
    grid-template-columns: 100%;
    grid-row-gap: 8.5333333333vw;
  }
}

.subject-link {
  position: relative;
  z-index: 14;
  background-color: #fff;
  padding-top: 8.75em;
  padding-bottom: 8.75em;
}
@media screen and (max-width: 1400px) and (min-width: 767px) {
  .subject-link {
    padding-right: 5em;
  }
}
@media screen and (max-width: 767px) {
  .subject-link {
    padding: 10.6666666667vw 8.5333333333vw 32vw;
  }
}
.subject-link__inner {
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .subject-link__inner {
    max-width: 75em;
  }
}
@media screen and (max-width: 767px) {
  .subject-link__inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.subject-nav {
  position: absolute;
  left: 2.5em;
  top: 6.25em;
  z-index: 16;
  transition-property: opacity, top;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1440px) {
  .subject-nav {
    left: 2.5em;
  }
}
@media screen and (min-width: 1441px) {
  .subject-nav {
    left: calc((100vw - 1440px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .subject-nav {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    background-color: #fff;
    height: var(--collapse-height);
    overflow: hidden;
    transition-property: height;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .subject-nav.is-open {
    height: var(--open-height);
  }
}
.subject-nav.is-open .subject-nav__toggle-icon {
  rotate: -90deg;
}
.subject-nav__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .subject-nav__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4vw;
    font-weight: 700;
  }
}
.subject-nav__toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main);
  width: 8vw;
  height: 8vw;
  background-color: #F0F2F5;
  border-radius: 50%;
  rotate: 90deg;
  transition-property: rotate;
  transition-duration: 0.3s;
}
.subject-nav__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .subject-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 4.2666666667vw;
    grid-column-gap: 4.2666666667vw;
    padding-bottom: 8.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.subject-nav__item {
  height: 100%;
}
.subject-nav__link {
  position: relative;
  display: block;
  font-size: 87.5%;
  transition-property: translate, font-weight;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .subject-nav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 4.2666666667vw;
    font-size: 3.7333333333vw;
    border-bottom: 1px solid #CED2DB;
    padding-bottom: 4.2666666667vw;
    height: 100%;
  }
}
@media (hover: hover) {
  .subject-nav__link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .subject-nav__link.is-active {
    font-weight: 700;
    translate: 0.8571428571em 0;
  }
}
.subject-nav__link.is-active::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .subject-nav__link::before {
    content: "";
    position: absolute;
    top: 0.7142857143em;
    left: -0.8571428571em;
    width: 0.4285714286em;
    height: 0.4285714286em;
    background-color: var(--theme-color);
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
  }
}
.subject-nav__link .c-icon {
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .subject-nav__link .c-icon {
    display: none;
  }
}
.subject-nav.is-pinned {
  position: fixed;
}
.subject-nav.is-hide {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  body:has(.l-page__header.is-show) .subject-nav {
    top: 16vw;
  }
}