@charset "UTF-8";
@media print, screen and (min-width: 768.1px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

:root {
  --font-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
  --font-jp: "FOT-筑紫ゴシック Pro M", "FOT-筑紫ゴシック Pro B", FOT-TsukuGo Pro, var(--font-default);
  --font-en: "din-2014", sans-serif;
  --black: #111111;
  --white: #f8f8f8;
  --gray: #a8a8a8;
  --red: #E7161A;
  --upwhite: #f9f9f9;
  --basewhite: #eaeaea;
  --concept-color: #f29c9f;
  --course-color-md: #E60025;
  --course-color-an: #0099cc;
  --course-color-cd: #ec6d74;
  --course-color-gc: #6FBA2C;
  --course-color-vv: #3C558A;
  --course-color-gd: #6E6E6E;
  --course-color-ia: #40A08B;
  --course-color-fc: #FDCD00;
  --course-color-ai: #ED7100;
  --main-color: var(--black);
  --nega-color: var(--white);
  --pale-color: var(--basewhite);
  --clear-color: rgba(249, 249, 249, 0.35);
  --vanish-color: rgba(249, 249, 249, 0.15);
  --text-color: var(--black);
  --text-gray: #666666;
  --bg-color: #ffffff;
}

body[data-page=top] {
  --main-color: var(--concept-color);
}

body[data-page=md] {
  --main-color: var(--course-color-md);
  --pale-color: rgba(230, 0, 37, 0.15);
  --bg-color: var(--upwhite);
}

body[data-page=an] {
  --main-color: var(--course-color-an);
  --pale-color: rgba(57, 125, 177, 0.15);
}

body[data-page=cd] {
  --main-color: var(--course-color-cd);
  --pale-color: rgba(57, 125, 177, 0.15);
}

body[data-page=gc] {
  --main-color: var(--course-color-gc);
  --pale-color: rgba(111, 186, 44, 0.15);
}

body[data-page=vv] {
  --main-color: var(--course-color-vv);
  --pale-color: rgba(60, 85, 138, 0.1);
  --bg-color: var(--upwhite);
}

body[data-page=gd] {
  --main-color: var(--course-color-gd);
  --pale-color: rgba(110, 110, 110, 0.15);
}

body[data-page=ia] {
  --main-color: var(--course-color-ia);
  --pale-color: rgba(64, 160, 139, 0.15);
}

body[data-page=fc] {
  --main-color: var(--course-color-fc);
  --pale-color: rgba(228, 184, 44, 0.15);
  --text-color: var(--white);
  --nega-color: #111111;
  --bg-color: var(--black);
}

body[data-page=ai] {
  --main-color: var(--course-color-ai);
  --pale-color: rgba(237, 114, 0, 0.15);
}

@media print, screen and (min-width: 768.1px) {
  #feature .feature-block + .feature-block {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-block + .feature-block {
    margin-top: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-growth {
    margin-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-growth {
    margin-top: 14.6666666667vw;
  }
}
#feature .feature-block .combine-number-text .headline-LL {
  margin-top: 0.6em;
}
#feature .feature-block,
#feature .feature-growth {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-block__head {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 40px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-block__head,
  #feature .lesson-card {
    margin-top: 40px;
    gap: 56px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-block__head,
  #feature .lesson-card {
    gap: 8vw;
  }
}
#feature .feature-block__head figcaption,
#feature .lesson-card figcaption {
  display: inline-block;
  padding: 0.25em 0.25em 0.25em 1em;
  background-color: var(--main-color);
  color: var(--white);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#feature .feature-block__copy,
#feature .lesson-card__copy {
  flex: 0 1 520px;
}
#feature .feature-block__main,
#feature .lesson-card .image {
  flex: 1 1 610px;
}
@media screen and (max-width: 768px) {
  #feature .feature-block__main,
  #feature .lesson-card .image {
    flex: none;
    width: 100%;
  }
}
#feature .feature-block__copy .combine-number-S,
#feature .feature-growth__header .combine-number-S {
  margin-bottom: 18px;
}
#feature .feature-block__copy .subtitle {
  margin-top: 1.4em;
  color: var(--main-color);
  font-weight: 700;
  line-height: 1.7;
}
#feature .feature-block__copy .lead {
  margin-top: 1.5em;
  line-height: 1.9;
}
#feature .feature-block__main,
#feature .feature-note figure,
#feature .feature-gallery figure,
#feature .lesson-card figure,
#feature .feature-growth__visual figure {
  margin: 0;
}
#feature .feature-block__main img,
#feature .feature-note img,
#feature .feature-gallery img,
#feature .lesson-card img,
#feature .feature-growth__visual img {
  display: block;
  width: 100%;
  height: auto;
}
#feature .feature-block__support {
  display: grid;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-block__support {
    grid-template-columns: 0.8fr 0.8fr 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-block__support {
    gap: 6.4vw;
    margin-top: 8vw;
  }
}
#feature .feature-note {
  display: flex;
  flex-direction: column;
}
#feature .feature-note__body .color-band {
  display: grid;
  grid-template-columns: 3.5em auto;
  margin-bottom: 20px;
}
#feature .feature-note__body .color-band .light-color-band,
#feature .feature-note__body .color-band .dark-color-band {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  font-size: 120%;
}
#feature .feature-note__body p:last-child {
  font-size: 14px;
  line-height: 1.85;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-voice .head .headline-S {
    max-width: calc(100% - 100px);
  }
}
#feature .feature-voice .head picture {
  right: 10px;
}
#feature .feature-voice .head picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 4/6;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-voice .head picture img {
    width: 120px;
  }
}
#feature .feature-voice .body p {
  line-height: 1.9;
}
#feature .feature-gallery {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-gallery {
    gap: 16px;
    margin-top: 32px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-gallery {
    gap: 3.2vw;
    margin-top: 8vw;
    padding-top: 8vw;
  }
}
#feature .feature-gallery__row {
  display: grid;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-gallery__row {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-gallery__row {
    gap: 2.4vw;
  }
}
#feature .feature-gallery__row--three,
#feature .feature-gallery__row--works {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#feature .feature-gallery__row--three figure {
  height: 100%;
  aspect-ratio: 413/338;
  overflow: hidden;
}
#feature .feature-gallery__row--three img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .feature-gallery__works {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: end;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-gallery__works {
    margin-top: 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-gallery__works {
    grid-template-columns: 1fr;
    gap: 8vw;
    align-items: start;
  }
}
#feature .feature-gallery__works-image {
  display: grid;
  grid-template-columns: 0.573fr 1fr;
  grid-template-rows: auto 1fr 1fr;
  gap: 8px;
  align-items: start;
  background-image: linear-gradient(to top left, rgba(0, 153, 204, 0) 20%, rgba(0, 153, 204, 0.2) 25%, rgba(0, 153, 204, 0) 30% 70%, rgba(0, 153, 204, 0.2) 75%, rgba(0, 153, 204, 0) 80%), linear-gradient(to top right, rgba(0, 153, 204, 0) 20%, rgba(0, 153, 204, 0.2) 25%, rgba(0, 153, 204, 0) 30% 70%, rgba(0, 153, 204, 0.2) 75%, rgba(0, 153, 204, 0) 80%);
  background-size: 10px 10px;
  padding: 20px;
}
#feature .feature-gallery__caption {
  grid-column: span 2/span 2;
  padding: 0.5em 1em;
  background-color: var(--main-color);
  color: var(--white) !important;
}
#feature .img1 {
  grid-row-start: 2;
}
#feature .img2 {
  grid-column-start: 1;
  grid-row-start: 3;
}
#feature .img3 {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 2;
}
#feature .img3 img {
  transform: rotate(6deg) translate(16px, 0);
}
#feature .feature-gallery__caption {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
#feature .feature-growth {
  display: block;
}
#feature .feature-growth__header {
  text-align: center;
}
#feature .feature-growth__lessons {
  display: flex;
  flex-direction: column;
}
#feature .lesson-card {
  align-items: center;
  border-top: 1px dotted var(--main-color);
}
@media print, screen and (min-width: 768.1px) {
  #feature .lesson-card {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #feature .lesson-card {
    align-items: stretch;
    padding: 8vw 0;
  }
}
#feature .lesson-card:first-of-type {
  padding-top: 0;
  border-top: 0;
}
#feature .lesson-card:last-of-type {
  padding-bottom: 0;
}
#feature .lesson-card h4 {
  color: var(--main-color);
}
#feature .lesson-card__note {
  margin-top: 1.15em;
  line-height: 1.9;
}
#feature .lesson-card__lead,
#feature .lesson-card__copy > p:last-child {
  line-height: 1.85;
}
#feature .lesson-card__images--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media print, screen and (min-width: 768.1px) {
  #feature .lesson-card__images--two {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  #feature .lesson-card__images--two {
    gap: 2.4vw;
  }
}
#feature .lesson-card__comment-box {
  max-width: none;
  margin-top: 18px;
}
#feature .lesson-card__comment-box p {
  line-height: 1.8;
}
#feature .lesson-card__comment-box .combine,
#feature .feature-growth__comment .combine {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
@media print, screen and (min-width: 768.1px) {
  #feature .lesson-card__comment-box p,
  #feature .feature-growth__comment p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #feature .lesson-card__comment-box p,
  #feature .feature-growth__comment p {
    font-size: 3.4666666667vw;
  }
}
#feature .flex-box-center + .flex-box-center {
  margin-top: 0;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-growth__graduate {
    margin-top: 56px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-growth__graduate {
    margin-top: 10.6666666667vw;
    padding-top: 8vw;
  }
}
#feature .feature-growth__body .after,
#feature .feature-growth__body .before {
  position: relative;
}
#feature .feature-growth__body .after figcaption,
#feature .feature-growth__body .before figcaption {
  position: absolute;
  padding: 0.25em 0.25em 0.25em 1em;
  background-color: var(--main-color);
  color: var(--white);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#feature .feature-growth__body .after figcaption {
  top: 0;
  right: 0;
}
#feature .feature-growth__body .before figcaption {
  bottom: 0;
  left: 0;
}
#feature .feature-growth__body .before::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 104px;
  height: 36px;
  background-color: var(--main-color);
  -webkit-mask-image: url(../../img/an/2027/an-b-f-arrow.svg);
          mask-image: url(../../img/an/2027/an-b-f-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: translate(-35px, 10px);
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-growth__body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-growth__body {
    margin-top: 6.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-growth__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-growth__body {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
}
#feature .feature-growth__profile {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-growth__profile {
    margin-top: 100px;
  }
}
#feature .feature-growth__profile .profile-photo {
  width: 108px;
  height: 108px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .feature-growth__profile > div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
#feature .feature-growth__profile .role {
  display: inline-block;
  color: var(--main-color);
  font-weight: 700;
  line-height: 1;
  border: 1px solid var(--main-color);
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature-growth__profile .role {
    margin-top: 0.5em;
    padding: 4px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-growth__profile .role {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#feature .feature-growth__profile .pen-name {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
}
#feature .feature-growth__profile h4 {
  margin-top: 4px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}
#feature .feature-growth__text {
  margin-top: 2em;
}
#feature .feature-growth__comment {
  max-width: none;
  margin-top: 2em;
}
#feature .feature-growth__comment-label {
  margin-bottom: 10px;
  color: var(--main-color);
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
#feature .feature-growth__comment p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #feature .feature-block__copy .combine-number-S,
  #feature .feature-growth__header .combine-number-S {
    margin-bottom: 3.2vw;
  }
  #feature .feature-block__copy .subtitle {
    font-size: 4vw;
  }
  #feature .feature-block__support {
    grid-template-columns: 1fr;
  }
  #feature .feature-note {
    grid-template-columns: 1fr;
  }
  #feature .feature-note__body .color-band {
    margin-bottom: 3.2vw;
  }
  #feature .feature-gallery__row--three,
  #feature .feature-gallery__row--works {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #feature .lesson-card h4 {
    font-size: 5.0666666667vw;
  }
  #feature .feature-growth__header {
    margin-bottom: 8vw;
  }
  #feature .feature-growth__eyebrow {
    font-size: 6.4vw;
  }
  #feature .feature-growth__profile {
    grid-template-columns: 16vw minmax(0, 1fr);
    gap: 3.7333333333vw;
  }
  #feature .feature-growth__profile .profile-photo {
    width: 16vw;
    height: 16vw;
  }
  #feature .feature-growth__profile h4 {
    font-size: 8.5333333333vw;
  }
  #feature .feature-growth__comment-label {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
  #feature .feature-voice.message-box-b .head {
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    overflow: hidden;
  }
  #feature .feature-voice.message-box-b .head picture {
    position: static;
    display: block;
    width: 100%;
    max-width: 52vw;
    margin: 5.3333333333vw auto 0;
    right: auto;
    bottom: auto;
  }
  #feature .feature-voice.message-box-b .head picture img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
}

@media print, screen and (min-width: 768.1px) {
  #teachers .teachers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    margin-top: 60px;
  }
  #teachers .teachers-grid .teacher01,
  #teachers .teachers-grid .teacher02 {
    display: flex;
    flex-direction: column;
  }
  #teachers .teachers-grid .teacher01 .teacher-message,
  #teachers .teachers-grid .teacher02 .teacher-message {
    margin-top: auto;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teachers-grid {
    display: grid;
    gap: 10vw;
    margin-top: 10vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher03 {
    display: grid;
    grid-template-columns: 348px 1fr;
    gap: 20px;
    align-items: start;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher03 {
    display: grid;
    gap: 3.2vw;
  }
}
#teachers .teacher03 .teacher-profile-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
#teachers .teacher03 .teacher-profile-head .teacher-photo {
  overflow: hidden;
  margin: 0;
  width: 100%;
}
#teachers .teacher03 .teacher-profile-head .teacher-photo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
#teachers .teacher03 .teacher-profile-head .teacher-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  white-space: normal;
}
#teachers .teacher03 .teacher-profile-head .teacher-name .name {
  writing-mode: horizontal-tb;
  line-height: 1.2;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher03 .teacher-profile-head .teacher-name .name {
    min-height: 0;
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher03 .teacher-profile-head .teacher-name .name {
    min-height: 0;
    font-size: 8vw;
  }
}
#teachers .teacher03 .teacher-profile-head .teacher-name .name small {
  position: static;
  display: inline;
  margin-left: 0.35em;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher03 .teacher-profile-head .teacher-name .name small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher03 .teacher-profile-head .teacher-name .name small {
    font-size: 4.2666666667vw;
  }
}
#teachers .teacher03 .teacher-body figure {
  margin: 0;
}
#teachers .teacher03 .teacher-body figure img {
  width: 100%;
  height: auto;
  max-height: none;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher03 .teacher-message {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher03 .teacher-message {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher03 .teacher-copy {
    max-width: 900px;
    margin-left: auto;
  }
}
#teachers .teacher03 .teacher-copy .profile-box {
  max-width: none;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher03 .teacher-copy .profile-box {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher03 .teacher-copy .profile-box {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher03 .teacher-copy .line-catch-M {
    max-width: 720px;
  }
}
#teachers .teacher03 .teacher-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 20px;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher03 .teacher-body {
    margin-top: -5px;
  }
}
#teachers .teacher03 .teacher-body h4 {
  grid-column: 1/-1;
}
#teachers .teacher03 .teacher-body figcaption {
  margin-top: 0.6em;
}
#teachers .teacher-compact {
  height: 100%;
  padding: 0;
}
#teachers .teacher-compact::before {
  content: none;
}
#teachers .teacher-compact .teacher-head {
  display: block;
  position: relative;
}
#teachers .teacher-compact .teacher-head figure {
  margin: 0;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-head figure {
    margin-bottom: 30px;
  }
}
#teachers .teacher-compact .teacher-head figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#teachers .teacher-compact .teacher-head figure figcaption {
  position: static;
  margin-top: 0.6em;
}
#teachers .teacher01 .teacher-head__feature {
  display: grid;
  align-items: start;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01 .teacher-head__feature {
    grid-template-columns: minmax(0, 430px) auto;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher01 .teacher-head__feature {
    grid-template-columns: minmax(0, 42vw) auto;
    gap: 3.2vw;
    max-width: 100%;
  }
}
#teachers .teacher01 .teacher-head__feature figure {
  width: 100%;
}
#teachers .teacher01 .teacher-head__catch {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01 .teacher-head__catch {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher01 .teacher-head__catch {
    position: relative;
    top: auto;
    right: auto;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    min-width: 0;
    gap: 2.4vw;
  }
}
#teachers .teacher01 .teacher-head__catch span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  line-height: 1;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01 .teacher-head__catch span {
    padding: 8px 8px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher01 .teacher-head__catch span {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: normal;
    padding: 1.8666666667vw 1.6vw;
  }
}
#teachers .teacher-compact .teacher-message {
  min-width: 0;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-message {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher-compact .teacher-message {
    margin-top: 6.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-message .line-catch-M {
    min-height: 96px;
  }
}
#teachers .teacher-compact .teacher-profile {
  display: grid;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-profile {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 18px;
    margin-top: 24px;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher-compact .teacher-profile {
    grid-template-columns: 28vw minmax(0, 1fr);
    gap: 4vw;
    margin-top: 5.3333333333vw;
    align-items: start;
  }
}
#teachers .teacher-compact .teacher-profile__body {
  display: grid;
  align-content: start;
  min-width: 0;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-profile__body {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher-compact .teacher-profile__body {
    gap: 3.2vw;
  }
}
#teachers .teacher-compact .teacher-profile picture {
  display: block;
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-profile picture {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher-compact .teacher-profile picture {
    max-width: none;
  }
}
#teachers .teacher-compact .teacher-profile picture img {
  display: block;
  width: 100%;
  height: auto;
}
#teachers .teacher-compact .teacher-profile .teacher-name {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: normal;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-profile .teacher-name {
    flex-direction: row;
    gap: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher-compact .teacher-profile .teacher-name {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
#teachers .teacher-compact .teacher-profile .teacher-name .class {
  writing-mode: horizontal-tb;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-profile .teacher-name .class {
    margin-top: 0.5em;
    padding: 4px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher-compact .teacher-profile .teacher-name .class {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#teachers .teacher-compact .teacher-profile .teacher-name .name {
  margin-top: 10px;
  writing-mode: horizontal-tb;
  line-height: 1.2;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-profile .teacher-name .name {
    min-height: 0;
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher-compact .teacher-profile .teacher-name .name {
    min-height: 0;
    font-size: 7.2vw;
  }
}
#teachers .teacher-compact .teacher-profile .teacher-name .name small {
  position: static;
  display: inline;
  margin-left: 0.35em;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher-compact .teacher-profile .teacher-name .name small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher-compact .teacher-profile .teacher-name .name small {
    font-size: 4vw;
  }
}
#teachers .teacher-compact .teacher-profile .profile-box {
  max-width: none;
  background-color: var(--white);
  margin-top: 0;
}
#teachers .teacher-compact .teacher-profile .profile-box p {
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media print, screen and (min-width: 768.1px) {
  #teachers .teacher01,
  #teachers .teacher02 {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #teachers .teacher01,
  #teachers .teacher02 {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 768.1px) {
  #topics .topics01-an .sukida-scene {
    margin-top: 4em;
    width: calc((100vw - 100px - 1200px) / 2 + 1200px);
    margin-right: calc((100vw - 100px - 1200px) / -2);
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01-an .sukida-scene {
    margin-top: 2em;
    margin-right: -5.3333333333vw;
    width: calc(100% + 5.3333333333vw);
  }
}
#topics .topics01-an .lead-block .line-catch-M {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #topics .topics01-an .lead-block .line-catch-M {
    white-space: normal;
  }
}
#topics .topics01-an .lead-block .movie {
  gap: 2px;
  width: min(480px, 100%);
}
#topics .topics01-an .lead-block .movie iframe {
  height: auto;
}
#topics .topics01-an .lead-block .movie figcaption {
  padding: 10px 0;
  background-image: linear-gradient(to top left, rgba(0, 153, 204, 0) 20%, rgba(0, 153, 204, 0.2) 25%, rgba(0, 153, 204, 0) 30% 70%, rgba(0, 153, 204, 0.2) 75%, rgba(0, 153, 204, 0) 80%), linear-gradient(to top right, rgba(0, 153, 204, 0) 20%, rgba(0, 153, 204, 0.2) 25%, rgba(0, 153, 204, 0) 30% 70%, rgba(0, 153, 204, 0.2) 75%, rgba(0, 153, 204, 0) 80%);
  background-size: 10px 10px;
  color: var(--main-color);
}
#topics .topics01-an .lead-block .movie figcaption b {
  color: inherit;
}
#topics .topics02-an {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #322f30 0%, #494344 100%);
  color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02-an {
    margin-top: 8em;
    padding: 42px 42px 46px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02-an {
    margin-top: 16vw;
    padding: 8vw 5.3333333333vw 8.5333333333vw;
  }
}
#topics .topics02-an__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #topics .topics02-an__content {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-top: 6.4vw;
  }
}
#topics .topics02-an__visual .combine-number-L {
  margin-bottom: 20px;
  color: #d7b845;
}
#topics .topics02-an__content .line-catch-M,
#topics .topics02-an__content .lead,
#topics .topics02-an__teacher-message .name,
#topics .topics02-an__graduate .head .headline-S,
#topics .topics02-an__graduate .head .name,
#topics .topics02-an__graduate .body p {
  color: var(--white);
}
#topics .topics02-an__content .lead {
  color: rgba(255, 255, 255, 0.92);
}
#topics .topics02-an__main,
#topics .topics02-an__teacher figure,
#topics .topics02-an__scenes figure {
  margin: 0;
}
#topics .topics02-an__main img,
#topics .topics02-an__teacher figure img,
#topics .topics02-an__scenes img {
  display: block;
  width: 100%;
  height: auto;
}
#topics .topics02-an__lead,
#topics .topics02-an__teacher,
#topics .topics02-an__graduate {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#topics .topics02-an__lead p,
#topics .topics02-an__teacher p,
#topics .topics02-an__graduate p {
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  #topics .topics02-an__lead p,
  #topics .topics02-an__teacher p,
  #topics .topics02-an__graduate p {
    font-size: 3.4666666667vw;
  }
}
#topics .topics02-an__check {
  padding-left: 36px;
  padding-right: 30px;
  border-radius: 10px;
  border: 2px solid #d7b845;
}
#topics .topics02-an__check .combine {
  position: relative;
  writing-mode: horizontal-tb;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#topics .topics02-an__check,
#topics .topics02-an__teacher-message {
  max-width: none;
  background-color: rgba(255, 255, 255, 0.08);
}
#topics .topics02-an__check .combine,
#topics .topics02-an__teacher-message .combine,
#topics .topics02-an__graduate .head .combine,
#topics .topics02-an__graduate .body .combine {
  border-left-color: #d7b845;
  color: #d7b845;
}
#topics .topics02-an__check p,
#topics .topics02-an__teacher-message p {
  color: rgba(255, 255, 255, 0.92);
}
#topics .topics02-an__check a {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.5em;
  color: #f2d469;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
}
#topics .topics02-an__check a::after {
  content: "→";
  transition: transform 0.3s ease;
}
#topics .topics02-an__check a:hover {
  filter: brightness(1.2);
}
#topics .topics02-an__check a:hover::after {
  transform: translateX(10px);
}
#topics .topics02-an__teacher-message .name {
  margin-top: 1em;
  text-align: right;
  font-weight: 700;
}
#topics .topics02-an__scenes {
  display: grid;
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02-an__scenes {
    gap: 12px;
    align-items: start;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02-an__scenes {
    gap: 5.3333333333vw;
    margin-top: 6.4vw;
  }
}
#topics .topics02-an__scenes figure {
  position: relative;
  overflow: hidden;
}
#topics .topics02-an__scenes figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
#topics .topics02-an__scenes img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topics .topics02-an__graduate .head {
  max-width: none;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 22.5px 24px;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02-an__graduate .head {
    padding-right: 100px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02-an__graduate .head picture {
    right: 4px;
    width: 114px;
    height: 152px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02-an__graduate .head picture {
    width: 24vw;
    height: 32vw;
    border-radius: 3.2vw;
  }
}
#topics .topics02-an__graduate .body {
  background-color: rgba(255, 255, 255, 0.08);
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02-an__graduate .body {
    position: relative;
  }
}
#topics .topics02-an__graduate .body p {
  line-height: 1.9;
}
#topics .topics02-an__hero .combine-number-text {
  z-index: 2;
  position: absolute;
  top: 40px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #topics .topics02-an__hero .combine-number-text {
    position: static;
    top: auto;
    gap: 4vw;
    margin-bottom: 4.8vw;
  }
}
#topics .topics02-an__hero .combine-number-text .headline-L {
  margin-top: 8px;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  #topics .topics02-an__hero .combine-number-text .headline-L {
    margin-top: 0;
  }
}
#topics .topics02-an__main {
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02-an__main {
    margin: -50px -50px 0;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02-an__main {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
    width: 100vw;
  }
  #topics .topics02-an__main .topics02-an__teacher {
    grid-template-columns: 28vw minmax(0, 1fr);
    align-items: end;
  }
}

@media screen and (max-width: 768px) {
  #achievements .message-box-a .headline-S {
    max-width: 52vw;
  }
  #achievements .message-box-a picture {
    width: 24vw;
    height: 24vw;
    border-radius: 100%;
    top: 0;
    margin-top: -1.3333333333vw;
  }
}
