@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: #CCF100;
  --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);
  --bg-color: #ffffff;
}

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

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

body[data-page=ac] {
  --main-color: #397db1;
  --pale-color: rgba(57, 125, 177, 0.15);
}

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

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

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

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

body[data-page=fc] {
  --main-color: #FDCD00;
  --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: #ED7100;
  --pale-color: rgba(237, 114, 0, 0.15);
}

@media print, screen and (min-width: 768.1px) {
  #kv h1 {
    padding-left: 240px;
  }
}
#kv h1 span:not(:first-child)::before {
  background-color: var(--black);
}

#instagram {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #instagram {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #instagram {
    padding-top: 12vw;
    padding-bottom: 17.3333333333vw;
  }
}
#instagram::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--upwhite);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #instagram .section-title .front {
    font-size: 4.8vw;
  }
}
#instagram .section-title .back {
  color: var(--basewhite);
}
#instagram a.nv_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin: 2.5em auto 0 auto;
  padding: 0 0.25em 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #instagram a.nv_link {
    font-size: 120%;
  }
}
@media screen and (max-width: 768px) {
  #instagram a.nv_link {
    font-size: 110%;
  }
}
#instagram a.nv_link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  bottom: 2px;
}
@media (hover: hover) {
  #instagram a.nv_link svg {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  #instagram a.nv_link:hover {
    cursor: pointer;
  }
  #instagram a.nv_link:hover svg {
    -webkit-transform: translateX(0.25em);
            transform: translateX(0.25em);
  }
  #instagram a.nv_link:hover::after {
    -webkit-animation: underlineAnim 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
            animation: underlineAnim 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
  }
}

@-webkit-keyframes underlineAnim {
  0%, 20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  51%, 70% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes underlineAnim {
  0%, 20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  51%, 70% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#field {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #field {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #field {
    padding-top: 7.4666666667vw;
    padding-bottom: 17.3333333333vw;
  }
}
#field::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--basewhite);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#field .section-title .back {
  color: var(--upwhite);
}
#field .head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768.1px) {
  #field .head {
    margin-top: -9px;
  }
}
@media screen and (max-width: 768px) {
  #field .head {
    margin-top: -1.3333333333vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9.3333333333vw;
  }
}
#field .course-title .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-weight: 600;
  padding-bottom: 0.15em;
  border-bottom: solid var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #field .course-title .number {
    gap: 20px;
    font-size: 180px;
    line-height: 0.767;
    border-width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #field .course-title .number {
    gap: 2.6666666667vw;
    font-size: 28vw;
    line-height: 0.72;
    border-width: 3.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #field .course-title .number svg {
    width: 10vw;
    height: auto;
  }
}
#field .course-title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  margin-top: 0.7em;
  font-weight: 700;
  white-space: nowrap;
}
@media print, screen and (min-width: 768.1px) {
  #field .course-title .text {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #field .course-title .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 6.1333333333vw;
    line-height: 0.64;
  }
}
#field .course-title .text small {
  font-family: var(--font-en);
}
@media print, screen and (min-width: 768.1px) {
  #field .course-title .text small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #field .course-title .text small {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .lead {
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  #field .lead {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
#field .examples {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#field .examples figure {
  position: relative;
  z-index: 1;
}
#field .examples figure img {
  display: block;
  margin: auto;
}
#field .examples figure figcaption {
  position: absolute;
  z-index: 2;
}
#field .examples figure figcaption span {
  display: inline;
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-weight: 700;
  background-color: var(--black);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media print, screen and (min-width: 768.1px) {
  #field .examples figure figcaption span {
    font-size: 36px;
    line-height: 52px;
    padding: 3px 11px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples figure figcaption span {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    padding: 0.4vw 1.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig1 {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig1 img {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig1 img {
    margin-top: 9.6vw;
    margin-right: 0;
    width: 74.6666666667vw;
  }
}
#field .examples .fig1 figcaption {
  top: 0;
  right: 0;
  text-align: right;
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig2 {
    margin-top: -106px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig2 {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig2 img {
    margin-top: 8vw;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig2 figcaption {
    top: calc(100% + 10px);
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig2 figcaption {
    top: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig3 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig3 {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig3 img {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig3 img {
    margin-top: 3.4666666667vw;
  }
}
#field .examples .fig3 figcaption {
  top: 0;
}
@media screen and (max-width: 768px) {
  #field .examples .fig3 figcaption {
    left: 6.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig4 {
    margin-top: 9.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig4 img {
    margin-left: -5.3333333333vw;
    max-width: 100vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig4 figcaption {
    top: 102px;
    left: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig4 figcaption {
    top: 7.4666666667vw;
    right: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig5 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig5 {
    margin-top: 9.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig5 img {
    margin-right: -5.3333333333vw;
    max-width: calc(100% + 5.3333333333vw);
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig5 figcaption {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig5 figcaption {
    top: 0.5333333333vw;
    left: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig6 {
    margin-top: 51px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig6 {
    margin-top: 6.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig6 img {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig6 img {
    margin-top: 8vw;
    margin-left: -5.3333333333vw;
    max-width: 100vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig6 figcaption {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-28%);
            transform: translateY(-28%);
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig6 figcaption {
    top: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig7 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig7 {
    margin-top: 10.6666666667vw;
  }
}
#field .examples .fig7 img {
  margin-left: auto;
  margin-right: 0;
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig7 figcaption {
    right: 90px;
    top: 50%;
    -webkit-transform: translateY(-92%);
            transform: translateY(-92%);
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig7 figcaption {
    top: 12vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig8 {
    margin-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig8 {
    margin-top: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig8 img {
    margin-left: 150px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig8 img {
    margin-left: -2.6666666667vw;
    max-width: calc(100% + 2.6666666667vw);
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig8 figcaption {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig8 figcaption {
    top: -8vw;
    right: 0;
  }
}
#field .examples .second-half {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .second-half {
    margin-top: 107px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .second-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 17.3333333333vw;
  }
}
#field .examples .second-half .text {
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig9 {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig9 {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig9 img {
    margin-top: 62px;
    max-width: calc(100% + 150px);
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig9 img {
    margin-top: 8vw;
    margin-left: -5.3333333333vw;
    max-width: calc(100% + 5.3333333333vw);
  }
}
#field .examples .fig9 figcaption {
  top: 0;
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig9 figcaption {
    right: -150px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig9 figcaption {
    right: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig10 {
    margin-top: 81px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig10 {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig10 figcaption {
    top: 50%;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig10 figcaption {
    top: 2.1333333333vw;
    right: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig11 {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig11 figcaption {
    top: 0;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig11 figcaption {
    top: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig12 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig12 {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig12 img {
    margin-right: -8vw;
    width: 69.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig12 figcaption {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig12 figcaption {
    top: 42%;
    left: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig13 {
    margin-top: 72px;
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig13 img {
    height: 68.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig13 figcaption {
    top: -10px;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig13 figcaption {
    top: 45%;
    left: calc(100% + 4vw);
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig14 {
    margin-top: 72px;
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig14 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig14 img {
    margin-left: auto;
    margin-right: 0;
    height: 68.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig14 figcaption {
    top: calc(100% + 10px);
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig14 figcaption {
    top: 45%;
    left: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig15 {
    margin-top: 72px;
    width: calc((100% - 120px) / 3);
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig15 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig15 img {
    height: 68.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig15 figcaption {
    top: calc(100% + 10px);
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig15 figcaption {
    top: 45%;
    left: calc(100% + 4vw);
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig16 {
    margin-top: 142px;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig16 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig16 img {
    margin-left: -5.3333333333vw;
    max-width: 100vw;
  }
}
#field .examples .fig16 .jumpout {
  position: absolute;
  width: 50%;
  top: 21%;
  left: -9%;
}
@media print, screen and (min-width: 768.1px) {
  #field .examples .fig16 figcaption {
    top: 28%;
    left: 43.4%;
  }
}
@media screen and (max-width: 768px) {
  #field .examples .fig16 figcaption {
    top: 33.8666666667vw;
    right: 0;
  }
}

#feature {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #feature {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #feature {
    padding-top: 12vw;
    padding-bottom: 17.3333333333vw;
  }
}
#feature::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--upwhite);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#feature .section-title .back {
  color: var(--basewhite);
}
#feature .line-catch-L span,
#feature .line-catch-M span,
#feature .teacher-message .subtitle {
  background-color: var(--black) !important;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature01 {
    margin-top: 9.8666666667vw;
  }
}
#feature .feature01 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature01 figure {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature01 figure {
    gap: 2.4vw;
  }
  #feature .feature01 figure img:nth-child(1) {
    width: 100%;
    height: 59.6vw;
  }
  #feature .feature01 figure img:nth-child(n+2) {
    width: calc((100% - 2.4vw) / 2);
    height: auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature01 .headline-L {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature01 .headline-L {
    margin-top: 7.4666666667vw;
  }
}
#feature .feature01 .headline-L + p {
  margin-top: 1.45em;
  max-width: 820px;
}
@media print, screen and (min-width: 768.1px) {
  #feature .feature02,
  #feature .feature03 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature02,
  #feature .feature03 {
    margin-top: 14.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .awards {
    margin-top: 3.3em;
  }
}
@media screen and (max-width: 768px) {
  #feature .awards {
    margin-top: 7.2vw;
  }
}
#feature .awards .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  #feature .awards .award {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    max-width: calc((100% - 102px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #feature .awards .award {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#feature .awards .award .subtitle {
  background-color: var(--pale-color);
  color: var(--black);
}
@media screen and (max-width: 768px) {
  #feature .awards .award figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #feature .awards .award .headline-SS {
    margin-top: 6.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .awards .award .font-S {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature02 .award figure img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature03 .award figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature03 .award figure img {
    height: 61.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature03 .award .headline-SS {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .teacher-message {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #feature .teacher-message {
    margin-top: 10.6666666667vw;
  }
  #feature .teacher-message .flex-box-top .profile .field {
    height: auto;
    max-height: 56vw;
  }
}

#topics {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #topics {
    padding-top: 7.4666666667vw;
    padding-bottom: 17.3333333333vw;
  }
}
#topics::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--basewhite);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#topics .section-title .back {
  color: var(--upwhite);
}
#topics .topics-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics-head {
    min-height: 163px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics-head {
    padding: 2.6666666667vw;
    min-height: 26.6666666667vw;
  }
}
#topics .topics-head::before {
  content: "";
  display: block;
  height: 100%;
  background-color: #6e6e6e;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics-head::before {
    width: calc(100% + 120px);
    left: -60px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics-head::before {
    width: calc(100% + 5.3333333333vw);
    left: -2.6666666667vw;
  }
}
#topics .topics-head .combine-number-S {
  color: var(--white);
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics-head .headline-L {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    letter-spacing: 0.1em;
  }
}
#topics .topics-head .headline-L small {
  display: block;
  line-height: 150%;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics-head .headline-L small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics-head .headline-L small {
    font-size: 3.4666666667vw;
  }
}
#topics .topics-body {
  position: relative;
}
#topics .topics-body::before {
  content: "";
  display: block;
  height: 100%;
  background-color: var(--upwhite);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics-body::before {
    width: calc(100% + 120px);
    left: -60px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics-body::before {
    width: calc(100% + 5.3333333333vw);
    left: -2.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics-body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics-body {
    position: relative;
  }
  #topics .topics-body .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 2.6666666667vw 7.4666666667vw;
  }
  #topics .topics-body .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics-body .headline-M {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 {
    margin-top: 113px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 {
    margin-top: 7.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .topics-head {
    margin-left: calc(50% + 30px);
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .topics-body {
    padding-top: 42px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .message-box-b {
    margin-top: 132px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .message-box-b {
    margin-top: 24vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .message-box-b .head {
    padding: 20px 36px 16px 56px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .message-box-b .head {
    padding: 3.8666666667vw 5.3333333333vw 2.9333333333vw 10.2666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .message-box-b .body p {
    width: 270px;
  }
}
#topics .topics01 .cover {
  position: relative;
}
@media screen and (max-width: 768px) {
  #topics .topics01 .cover {
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .cover img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .cover img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .fig1 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .fig1 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-top: 8vw;
    gap: 0;
  }
  #topics .topics01 .fig1 img {
    width: auto;
    height: 26.6666666667vw;
  }
}
#topics .topics01 .fig2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #topics .topics01 .fig2 {
    margin-top: 4.2666666667vw;
    width: 100%;
  }
  #topics .topics01 .fig2 img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 57.6vw;
    height: auto;
    -webkit-transform: translateX(2.6666666667vw);
            transform: translateX(2.6666666667vw);
  }
}
#topics .topics01 .fig2 figcaption {
  position: absolute;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .fig2 figcaption {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .fig2 figcaption {
    top: 37%;
    left: 0;
  }
}
#topics .topics01 .fig3 {
  position: relative;
}
#topics .topics01 .fig3 img {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (max-width: 768px) {
  #topics .topics01 .fig3 img {
    width: 100%;
    height: auto;
  }
}
#topics .topics01 .fig3 figcaption {
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .fig3 figcaption {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .fig3 figcaption {
    top: 100%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02,
  #topics .topics03 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02,
  #topics .topics03 {
    margin-top: 9.3333333333vw;
  }
}
#topics .topics02 .topics-body,
#topics .topics03 .topics-body {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .topics-body,
  #topics .topics03 .topics-body {
    padding-top: 42px;
    padding-bottom: 50px;
  }
}
#topics .topics02 .image,
#topics .topics03 .image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; /* 2列 */
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; /* 2行 */
}
#topics .topics02 .image > *:nth-child(1), #topics .topics03 .image > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#topics .topics02 .image > *:nth-child(2), #topics .topics03 .image > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#topics .topics02 .image > *:nth-child(3), #topics .topics03 .image > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#topics .topics02 .image > *:nth-child(4), #topics .topics03 .image > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .image,
  #topics .topics03 .image {
    gap: 40px; /* セル間の余白 */
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .image,
  #topics .topics03 .image {
    gap: 0 4vw;
  }
}
#topics .topics02 .image img:first-child,
#topics .topics03 .image img:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2; /* 2列にまたがる */
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics02 .image,
  #topics .topics03 .image {
    margin-top: -164px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .image img,
  #topics .topics03 .image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics02 .image {
    margin-top: 2.6666666667vw;
  }
  #topics .topics02 .image img:nth-child(1) {
    height: 68vw;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics03 .image {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics03 .combine-number-text {
    margin-left: calc(50% + 30px);
  }
}

#achievements {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #achievements {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #achievements {
    padding-top: 12vw;
    padding-bottom: 17.3333333333vw;
  }
}
#achievements .section-title .back {
  color: var(--upwhite);
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement + .achievement {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement + .achievement {
    margin-top: 17.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .content {
    padding-bottom: 10px;
    max-width: 670px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.1fr 30px 1fr;
    grid-template-columns: 1.1fr 1fr; /* 2列 */
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto; /* 2行 */
    gap: 30px; /* セル間の余白 */
  }
  #achievements .achievement .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #achievements .achievement .content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #achievements .achievement .content > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #achievements .achievement .content > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
#achievements .achievement .content .logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  #achievements .achievement .content .logo {
    margin-top: 9.0666666667vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .content .logo img {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement .content .logo img {
    height: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .content .logo img.glico {
    height: 104px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement .content .logo img.glico {
    height: 19.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .content .logo img.sega {
    height: 91px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement .content .logo img.sega {
    height: 17.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .content .logo img.hakuhodody-one {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement .content .logo img.hakuhodody-one {
    height: 4.8vw;
  }
}
#achievements .achievement .content .message-box-a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .content .message-box-a {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    max-width: 305px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement .content .message-box-a {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .content .message-box-a .head {
    padding: 0;
  }
  #achievements .achievement .content .message-box-a .head .combine {
    left: -55px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement .content .message-box-a .body {
    margin-top: -4.2666666667vw;
  }
}
#achievements .achievement .content .work {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #achievements .achievement .content .work {
    margin-top: 6.4vw;
  }
}
#achievements .achievement .image {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .image {
    width: 480px;
    height: 430px;
    padding-left: 60px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement .image {
    width: 78.6666666667vw;
    height: 78.6666666667vw;
  }
  #achievements .achievement .image img {
    -webkit-transform: translateX(10.6666666667vw);
            transform: translateX(10.6666666667vw);
  }
}
#achievements .achievement .image::before {
  content: "";
  display: block;
  background-color: #eaeaea;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .image::before {
    width: 420px;
    height: 420px;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement .image::before {
    width: 78.6666666667vw;
    height: 78.6666666667vw;
    top: 2.6666666667vw;
  }
}
#achievements .achievement .image figcaption {
  position: absolute;
  left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #achievements .achievement .image figcaption {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #achievements .achievement .image figcaption {
    bottom: 4.8vw;
  }
}
#achievements .achievement .image figcaption span {
  background-color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  #achievements > .annotation:last-child {
    margin-top: 4.4em;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #achievements > .annotation:last-child {
    margin-top: 4em;
  }
}

#movie {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #movie {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #movie {
    padding-top: 7.4666666667vw;
    padding-bottom: 8vw;
  }
}
#movie::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--basewhite)), to(#fff));
  background: linear-gradient(180deg, var(--basewhite) 0%, #fff 100%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#movie .section-title .back {
  color: var(--upwhite);
}