@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);
}

main {
  background-color: var(--black);
  color: var(--white);
}

.headline-LL,
.headline-L,
.headline-M,
.headline-S,
.headline-SS {
  color: var(--main-color);
}

@media print, screen and (min-width: 768.1px) {
  #kv {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 100vh;
    height: auto;
  }
}

@media print, screen and (min-width: 768.1px) {
  #kv .mv {
    width: calc(100vw - 100px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100px;
  }
  #kv .mv video {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    clip-path: none;
  }
  #kv .mv #toggle-sound {
    top: 45px;
    left: 30px;
    right: auto;
  }
  #kv .mv #toggle-sound img {
    max-width: none;
    max-height: none;
    clip-path: none;
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 {
    position: absolute;
    left: 90px;
    bottom: 43px;
    margin-top: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.6s;
  }
  #kv .is-scrolled h1 {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #kv .mv video {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
}

#intro {
  z-index: 1;
}
#intro .is-scrolled .chart {
  opacity: 1;
}
@media print, screen and (min-width: 768.1px) {
  #intro .flex-box-bottom {
    display: flex;
  }
  #intro .lead {
    padding-right: 20px;
    width: 66.6666666667%;
  }
}

.combine-number-line {
  align-items: flex-end;
}
.combine-number-line .line-catch-L {
  margin-bottom: 0.64em;
}

@media print, screen and (min-width: 768.1px) {
  #topics {
    margin-top: 120px;
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #topics {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
}

#topics::before {
  display: none;
}

@media print, screen and (min-width: 768.1px) {
  #topics .topics01 {
    padding-top: 626px;
  }
}
#topics .topics01::after {
  background-image: url(../../img/fc/fc-06-exhibition-main.webp);
  background-position: center;
  max-width: none;
}

#topics .topics01::before {
  display: none;
}

#topics .topics01 .title {
  transform: none;
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .title {
    font-size: clamp(44px, 9.6vw, 148px);
  }
}
#topics .topics01 .exhibition-slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .exhibition-slider {
    margin-top: 20px;
    margin-left: calc((100vw - 100% - 100px) / -2);
    margin-right: calc((100vw - 100% - 100px) / -2);
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .exhibition-slider {
    margin: 10.6666666667vw -5.3333333333vw 0;
    padding: 2.6666666667vw 0;
  }
}
#topics .topics01 .exhibition-slider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: fc-topics-gallery-loop var(--duration) linear infinite;
}

@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .exhibition-slider__track {
    --gap: 18px;
    --half-gap: 9px;
    --duration: 68s;
    gap: var(--gap);
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .exhibition-slider__track {
    --gap: 2.6666666667vw;
    --half-gap: 1.3333333333vw;
    --duration: 52s;
    gap: var(--gap);
  }
}
#topics .topics01 .exhibition-slider__group {
  display: flex;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: var(--gap);
}

#topics .topics01 .exhibition-slider__item {
  flex: 0 0 200px;
  width: 200px;
  overflow: visible;
}

#topics .topics01 .exhibition-slider__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 200px;
  overflow: visible;
}

@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .exhibition-slider__figure {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .exhibition-slider__figure {
    gap: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .exhibition-slider__item {
    --image-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .exhibition-slider__item {
    --image-height: 70vw;
  }
}
#topics .topics01 .exhibition-slider__image {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: var(--image-height);
}

#topics .topics01 .exhibition-slider__caption {
  width: 200px;
  color: var(--white);
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}

@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .exhibition-slider__caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .exhibition-slider__caption {
    font-size: 2.4vw;
  }
}
#topics .topics01 .exhibition-slider__item--07 .exhibition-slider__image {
  transform: translateX(-30%);
}

#topics .topics01 .exhibition-slider__item--05 .exhibition-slider__image {
  transform: translateX(-30%);
}

#topics .topics01 .exhibition-slider__item--04 .exhibition-slider__image,
#topics .topics01 .exhibition-slider__item--09 .exhibition-slider__image {
  transform: translateX(-15%);
}

#topics .topics01 .exhibition-slider__item--09 .exhibition-slider__image {
  transform: translateX(-15%);
}

#topics .topics01 .exhibition-slider__item--15 .exhibition-slider__image {
  transform: translateX(-80%);
}

#topics .topics01 .lead-block .image {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  bottom: 40px;
}

@media print, screen and (min-width: 768.1px) {
  #topics .topics01 .lead-block .image img {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics01 .lead-block .image {
    gap: 2.1333333333vw;
    max-width: 100%;
  }
}
#topics .topics01 .lead-block .image .exhibition-slider__caption {
  white-space: normal;
}

@media (prefers-reduced-motion: reduce) {
  #topics .topics01 .exhibition-slider__track {
    animation: none;
  }
}
@keyframes fc-topics-gallery-loop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - var(--half-gap)), 0, 0);
  }
}
#feature::before {
  display: none;
}

#feature .internship-feature {
  position: relative;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-feature {
    margin-top: 40px;
  }
  #feature > .topics00,
  #feature > .topics01 {
    display: block;
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-feature {
    margin-top: 6.4vw;
  }
}
#feature .internship-feature__body {
  position: relative;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-feature__body {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-feature__body {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }
}
#feature .internship-story,
#feature .internship-brand {
  min-width: 0;
}

#feature .internship-story {
  background: none;
  color: var(--white);
  position: relative;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-story {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-story {
    padding: 0;
  }
}
#feature .internship-story__grid {
  display: grid;
  align-items: start;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-story__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    grid-template-areas: "hero hero" "q1 q2" "q4 q3" "q4 q5";
    gap: 60px 60px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-story__grid {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa--q1 {
    grid-area: q1;
  }
  #feature .internship-qa--q2 {
    grid-area: q2;
  }
  #feature .internship-story__hero {
    grid-area: hero;
  }
  #feature .internship-qa--q3 {
    grid-area: q3;
  }
  #feature .internship-qa--q4 {
    grid-area: q4;
    margin-top: 100px;
  }
  #feature .internship-qa--q5 {
    grid-area: q5;
    margin-left: -100px;
  }
}
#feature .internship-qa--q4 figure figcaption {
  margin-top: 0;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa.internship-qa--q5 {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }
  #feature .internship-qa.internship-qa--q5 .internship-qa__media--tall {
    justify-content: flex-start;
  }
  #feature .internship-qa.internship-qa--q5 .internship-qa__media--tall img {
    width: 100%;
    max-height: none;
  }
}
#feature .internship-qa {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#feature .internship-qa__body {
  position: relative;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa__body {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-qa__body {
    padding-left: 0;
  }
}
#feature .internship-qa__speaker {
  position: static;
  margin: 0;
  padding: 0.45em 0.2em;
  writing-mode: vertical-rl;
  background-color: var(--main-color);
  color: var(--black);
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  align-self: start;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa__speaker {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-qa__speaker {
    font-size: 2.4vw;
  }
}
#feature .internship-qa__question {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}

#feature .internship-qa__answer {
  display: flex;
  align-items: flex-start;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa__question,
  #feature .internship-qa__answer {
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-qa__question,
  #feature .internship-qa__answer {
    gap: 2.6666666667vw;
  }
}
#feature .internship-qa__question + .internship-qa__answer {
  margin-top: 14px;
}

#feature .internship-qa__answer-label {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa__answer-label {
    gap: 6px;
    width: 48px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-qa__answer-label {
    gap: 1.6vw;
  }
}
#feature .internship-qa__question .mark,
#feature .internship-qa__answer .mark {
  display: block;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 700;
  line-height: 0.85;
}

#feature .internship-qa__question .mark {
  color: var(--main-color);
}

#feature .internship-qa__answer .mark {
  color: var(--white);
  margin-top: -0.05em;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa__question .mark {
    font-size: 54px;
    width: 48px;
  }
  #feature .internship-qa__answer .mark {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-qa__question .mark {
    font-size: 12vw;
  }
  #feature .internship-qa__answer .mark {
    font-size: 4.8vw;
  }
}
#feature .internship-qa__question h4,
#feature .internship-qa__response {
  margin: 0;
}

#feature .internship-qa__response {
  min-width: 0;
  flex: 1 1 auto;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa__question h4 {
    font-size: 26px;
    line-height: 1.45;
  }
  #feature .internship-qa__response {
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-qa__question h4 {
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
  #feature .internship-qa__response {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}
#feature .internship-qa__media {
  margin: 0;
}

#feature .internship-qa__media img {
  display: block;
  width: 100%;
  height: auto;
}

#feature .internship-qa__media--transparent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa__media--transparent img {
    width: auto;
    max-width: 84%;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-qa__media--transparent img {
    width: 72%;
  }
}
#feature .internship-qa__caption {
  margin: 12px 0 0;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa__caption {
    max-width: 360px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-qa__caption {
    margin-top: 2.1333333333vw;
    font-size: 2.9333333333vw;
  }
}
#feature .internship-qa__media--tall {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-qa__media--tall img {
    width: auto;
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-qa__media--tall img {
    width: auto;
    max-width: 68%;
  }
}
#feature .internship-story__hero {
  position: relative;
  width: 100%;
  z-index: 1;
}
#feature .internship-story__hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6000px;
  background-color: rgba(255, 255, 255, 0.0352941176);
  z-index: -1;
  transform: skewX(-45deg);
  transform-origin: bottom left;
}
#feature .internship-story__hero::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 6000px;
  background-color: rgba(255, 255, 255, 0.0980392157);
  z-index: -1;
  transform: skewX(45deg);
  transform-origin: top left;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-story__hero {
    padding-top: 20px;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-story__hero {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 0;
  }
}
#feature .internship-story__display {
  display: block;
  margin: 0;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 700;
  color: var(--main-color);
  line-height: 0.86;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-story__display {
    font-size: clamp(44px, 9.6vw, 148px);
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-story__display {
    font-size: 5.2vw;
    white-space: normal;
    line-height: 0.95;
  }
}
#feature .internship-story__display .small {
  letter-spacing: 0;
  font-size: 0.62em;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-story__display .small {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-story__display .small {
    margin: 0;
  }
}
#feature .internship-story__hero-body {
  display: grid;
  align-items: end;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-story__hero-body {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 28px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-story__hero-body {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
#feature .internship-story__hero-copy {
  display: flex;
  flex-direction: column;
}

#feature .internship-story__catch,
#feature .internship-story__lead {
  margin: 0;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-story__catch {
    margin-top: 0;
    font-size: 34px;
    line-height: 1.45;
  }
  #feature .internship-story__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.95;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-story__catch {
    margin-top: 0;
    font-size: 7.2vw;
    line-height: 1.45;
  }
  #feature .internship-story__lead {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.95;
  }
}
#feature .internship-story__profile {
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 0;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-story__profile {
    width: 100%;
    max-width: min(520px, 40vw);
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-story__profile {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    margin: 4.2666666667vw 0 0;
    grid-template-columns: 1fr;
    gap: 2.1333333333vw;
  }
}
#feature .internship-story__profile img {
  display: block;
  width: 100%;
  height: auto;
}

#feature .internship-story__profile-caption {
  margin: 0;
  font-weight: 500;
  line-height: 1.7;
}

#feature .internship-story__profile-caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  transform: translateX(-100%);
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-story__profile-caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-story__profile-caption {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    font-size: 2.9333333333vw;
    text-align: center;
    margin-bottom: 2.1333333333vw;
  }
}
#feature .internship-person {
  margin: 0;
  padding: 0.15em 0;
}

#feature .internship-person .jp,
#feature .internship-person .en {
  display: block;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-person .jp {
    font-size: 16px;
  }
  #feature .internship-person .en {
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-person .jp {
    font-size: 3.7333333333vw;
  }
  #feature .internship-person .en {
    margin-top: 0.8vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.08em;
  }
}
#feature .internship-note {
  margin: 0;
}

#feature .internship-note img {
  display: block;
  width: 100%;
  height: auto;
}

#feature .internship-note figcaption {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-note figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-note figcaption {
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .internship-note {
    position: absolute;
    z-index: 2;
  }
  #feature .internship-note--rack {
    top: -160px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #feature .internship-note--rack img {
    width: 160px;
  }
  #feature .internship-note--rack figcaption {
    text-align: left;
  }
  #feature .internship-note--statue {
    top: 10px;
    left: 820px;
    width: 280px;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #feature .internship-note--donut {
    bottom: 46px;
    left: 49%;
    width: 128px;
    transform: translateX(-50%);
  }
  #feature .internship-story__notes {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-note--rack {
    position: static;
    max-width: 42vw;
    margin-left: auto;
    margin-right: auto;
  }
  #feature .internship-story__notes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
  }
  #feature .internship-story__notes {
    margin-top: 1.6vw;
  }
  #feature .internship-note--statue {
    position: static;
    width: 34vw;
  }
  #feature .internship-note--donut {
    position: static;
    width: 28vw;
  }
}
#feature .internship-brand {
  color: var(--black);
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand {
    display: flex;
    flex-direction: column;
    padding: 30px 30px 28px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand {
    padding: 6.9333333333vw 5.3333333333vw 7.4666666667vw;
  }
}
#feature .internship-brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: calc(100% + 120px);
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)) 0 0/100% 240px no-repeat, #d4d1cd;
  z-index: -1;
}

#feature .internship-brand__gallery {
  display: grid;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__gallery {
    grid-template-columns: 1.544fr 1.617fr 0.697fr;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__gallery {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#feature .internship-brand__main {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#feature .internship-brand__main--1 {
  aspect-ratio: 894/579;
}

#feature .internship-brand__main--2 {
  aspect-ratio: 894/553;
}

#feature .internship-brand__main--3 {
  aspect-ratio: 526/755;
}

#feature .internship-brand__main img {
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  #feature .internship-brand__main {
    height: auto;
    aspect-ratio: auto;
  }
  #feature .internship-brand__main img {
    height: auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 46%);
    gap: 34px;
    align-items: start;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__content {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#feature .internship-brand__main-group {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__main-group {
    gap: 22px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__main-group {
    gap: 5.3333333333vw;
  }
}
#feature .internship-brand__identity {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__identity {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__identity {
    gap: 3.2vw;
  }
}
#feature .internship-brand__course,
#feature .internship-store__name {
  margin: 0;
  font-family: var(--font-en);
  font-style: normal;
}

#feature .internship-brand__course {
  color: rgba(0, 0, 0, 0.68);
  letter-spacing: 0.16em;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__course {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__course {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
#feature .internship-brand__logo {
  display: block;
  width: min(100%, 462px);
  height: auto;
}

#feature .internship-brand__text {
  display: flex;
  flex-direction: column;
}

#feature .internship-brand__text p,
#feature .internship-store__meta p {
  margin: 0;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__text {
    gap: 16px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__text {
    gap: 3.2vw;
  }
  #feature .internship-brand__text p {
    font-size: 3.6vw;
    line-height: 1.9;
  }
}
#feature .internship-brand__stores {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__stores {
    padding-top: 80px;
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__stores {
    gap: 3.2vw;
    padding-top: 5.3333333333vw;
    border-top: 0.2666666667vw solid rgba(0, 0, 0, 0.16);
  }
}
#feature .internship-brand__stores-grid {
  display: grid;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__stores-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__stores-grid {
    grid-template-columns: 1fr;
    gap: 3.2vw;
  }
}
#feature .internship-brand__stores h4 {
  margin: 0;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__stores h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__stores h4 {
    font-size: 6.4vw;
  }
}
#feature .internship-store {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  #feature .internship-store {
    gap: 2.1333333333vw;
  }
}
#feature .internship-store__name {
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-store__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-store__name {
    font-size: 3.2vw;
  }
}
#feature .internship-store__image {
  margin: 0;
}

#feature .internship-store__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

#feature .internship-store__meta {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-store__meta {
    gap: 4px;
  }
  #feature .internship-store__meta p {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-store__meta {
    gap: 0.8vw;
  }
  #feature .internship-store__meta p {
    font-size: 2.9333333333vw;
    line-height: 1.65;
  }
}
#feature .internship-brand__strip {
  display: grid;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__strip {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 5.3333333333vw;
  }
}
#feature .internship-brand__strip figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768.1px) {
  #feature .internship-brand__strip figure {
    height: clamp(180px, 17vw, 218px);
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-brand__strip figure {
    height: auto;
  }
}
#feature .internship-brand__strip img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  #feature .internship-brand__strip img {
    height: auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .internship-feature + .topics01 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  #feature .internship-feature + .topics01 {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics01 .flex-box-bottom.rev {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  #feature .topics01 .flex-box-bottom.rev > * {
    order: initial;
  }
  #feature .topics01 .content {
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
  #feature .topics01 .image {
    width: 100%;
  }
}
#feature .topics01 .image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics01 .image img {
    position: static;
    right: auto;
    bottom: auto;
    max-width: none;
    height: auto;
  }
}
#feature .topics02,
#feature .topics02.global-learning {
  position: relative;
}

@media screen and (max-width: 768px) {
  #feature .topics02,
  #feature .topics02.global-learning {
    margin-top: 16vw;
  }
}
#feature .topics02 .cross-word,
#feature .topics02.global-learning .cross-word {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .cross-word,
  #feature .topics02.global-learning .cross-word {
    margin-top: -110px;
    margin-bottom: 70px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .cross-word,
  #feature .topics02.global-learning .cross-word {
    margin-top: 4vw;
    margin-bottom: 9.3333333333vw;
    gap: 1.3333333333vw;
  }
}
#feature .topics02 .cross-word::before,
#feature .topics02.global-learning .cross-word::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../img/fc/topics_topics2_bg.webp) no-repeat center top;
  background-size: contain;
  z-index: -1;
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .cross-word::before,
  #feature .topics02.global-learning .cross-word::before {
    width: 347px;
    height: 550px;
    top: 10px;
    left: 240px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .cross-word::before,
  #feature .topics02.global-learning .cross-word::before {
    width: 46.2666666667vw;
    height: 73.3333333333vw;
    top: 1.3333333333vw;
    left: 32vw;
  }
}
#feature .topics02 .cross-word p,
#feature .topics02.global-learning .cross-word p {
  color: var(--main-color);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 600;
  line-height: 0.92;
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .cross-word p,
  #feature .topics02.global-learning .cross-word p {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .cross-word p,
  #feature .topics02.global-learning .cross-word p {
    font-size: 12vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .cross-word svg,
  #feature .topics02.global-learning .cross-word svg {
    margin-left: 180px;
    width: 50px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .image,
  #feature .topics02.global-learning .image {
    width: 540px;
    position: absolute;
    top: 54px;
    right: 20px;
  }
}
#feature .topics02 h4,
#feature .topics02.global-learning h4 {
  color: var(--white);
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02 .cover,
  #feature .topics02.global-learning .cover {
    margin-top: 64px;
    margin-bottom: 70px;
    margin-left: calc((100vw - 100% - 100px) / -2);
    margin-right: calc((100vw - 100% - 100px) / -2);
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02 .cover,
  #feature .topics02.global-learning .cover {
    margin: 12vw -5.3333333333vw;
  }
}
#feature .topics02 .cover img,
#feature .topics02.global-learning .cover img {
  width: 100%;
}

@media print, screen and (min-width: 768.1px) {
  #topics .schedule,
  #feature .topics02.global-learning .schedule {
    margin-right: 51px;
  }
}
#topics .schedule .subtitle,
#feature .topics02.global-learning .schedule .subtitle {
  background-color: var(--white);
  color: var(--black);
}

@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul,
  #feature .topics02.global-learning .schedule ul {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li,
  #feature .topics02.global-learning .schedule ul li {
    max-width: 225px;
  }
}
@media screen and (max-width: 768px) {
  #topics .schedule ul li,
  #feature .topics02.global-learning .schedule ul li {
    margin: 2em 0 1em;
  }
  #feature .topics02.global-learning .schedule ul {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  #feature .topics02.global-learning .schedule ul li {
    margin: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt,
  #feature .topics02.global-learning .schedule ul li dl dt {
    gap: 15px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #topics .schedule ul li dl dt,
  #feature .topics02.global-learning .schedule ul li dl dt {
    gap: 2.6666666667vw;
    align-items: flex-start;
  }
  #feature .topics02.global-learning .schedule ul li dl dt .headline-S {
    white-space: normal;
  }
}
#topics .schedule ul li dl dt .numbering,
#feature .topics02.global-learning .schedule ul li dl dt .numbering {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--white);
  color: var(--black);
  font-family: var(--font-en);
  line-height: 0.9;
}

@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt .numbering,
  #feature .topics02.global-learning .schedule ul li dl dt .numbering {
    width: 100px;
    height: 100px;
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  #topics .schedule ul li dl dt .numbering,
  #feature .topics02.global-learning .schedule ul li dl dt .numbering {
    width: 16vw;
    height: 16vw;
    font-size: 6.1333333333vw;
  }
}
#topics .schedule ul li dl dt .numbering small,
#feature .topics02.global-learning .schedule ul li dl dt .numbering small {
  font-weight: 600;
}

@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt .numbering small,
  #feature .topics02.global-learning .schedule ul li dl dt .numbering small {
    font-size: 17px;
  }
}
#topics .schedule ul li dl dt .headline-S,
#feature .topics02.global-learning .schedule ul li dl dt .headline-S {
  color: var(--white);
  white-space: nowrap;
}

@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt .headline-S,
  #feature .topics02.global-learning .schedule ul li dl dt .headline-S {
    margin-top: 20px;
  }
}
#topics .schedule ul li dl dt .headline-S small,
#feature .topics02.global-learning .schedule ul li dl dt .headline-S small {
  display: block;
  line-height: 150%;
}

@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dt .headline-S small,
  #feature .topics02.global-learning .schedule ul li dl dt .headline-S small {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .schedule ul li dl dd,
  #feature .topics02.global-learning .schedule ul li dl dd {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  #topics .schedule ul li dl dd,
  #feature .topics02.global-learning .schedule ul li dl dd {
    margin-top: 2em;
  }
  #feature .topics02.global-learning .schedule ul li dl dd {
    margin-top: 3.2vw;
  }
}
#topics .schedule ul li dl dd p:nth-child(1),
#feature .topics02.global-learning .schedule ul li dl dd p:nth-child(1) {
  display: flex;
  align-items: center;
  position: relative;
}

#topics .schedule ul li dl dd p:nth-child(1) span,
#feature .topics02.global-learning .schedule ul li dl dd p:nth-child(1) span {
  flex-shrink: 0;
}

#topics .schedule ul li dl dd p:nth-child(1) svg,
#feature .topics02.global-learning .schedule ul li dl dd p:nth-child(1) svg {
  position: absolute;
  left: calc(100% + 5px);
}

#topics .schedule ul li dl dd p:nth-child(1)::after,
#feature .topics02.global-learning .schedule ul li dl dd p:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: 4px;
  border-radius: 2px;
  background-color: var(--white);
}

#topics .schedule ul li dl dd p + p,
#feature .topics02.global-learning .schedule ul li dl dd p + p {
  margin-top: 1.4em;
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02.global-learning .schedule-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    grid-template-areas: "schedule flow" "message flow";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 32px;
    align-items: start;
  }
  #feature .topics02.global-learning .schedule-flow > * {
    min-width: 0;
  }
  #feature .topics02.global-learning .schedule-flow .schedule {
    grid-area: schedule;
    margin-right: 0;
  }
  #feature .topics02.global-learning .schedule-flow .flow01-compact {
    grid-area: flow;
  }
  #feature .topics02.global-learning .schedule-flow .message {
    grid-area: message;
    display: block;
    margin-top: auto;
  }
}
#feature .topics02.global-learning .schedule-flow .message .name {
  margin-bottom: 1.2em;
}

#feature .topics02.global-learning .flow01-compact {
  margin-top: 0;
  border: 1px solid rgba(248, 248, 248, 0.3);
  background-color: rgba(248, 248, 248, 0.06);
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02.global-learning .flow01-compact {
    padding: 24px 22px 22px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02.global-learning .flow01-compact {
    padding: 5.3333333333vw;
  }
}
#feature .topics02.global-learning .flow01-compact .line-catch-S {
  position: static;
  z-index: auto;
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02.global-learning .flow01-compact .line-catch-S span {
    padding: 8px 10px;
    font-size: 22px;
    line-height: 1.45;
  }
}
#feature .topics02.global-learning .flow01-compact ul {
  display: grid;
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02.global-learning .flow01-compact ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02.global-learning .flow01-compact ul {
    gap: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
#feature .topics02.global-learning .flow01-compact ul li {
  position: relative;
  padding: 0;
}

#feature .topics02.global-learning .flow01-compact ul li:nth-child(2n)::before {
  display: none;
}

#feature .topics02.global-learning .flow01-compact ul li dl {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 100%;
  padding: 14px 14px 15px;
  border: 1px solid rgba(248, 248, 248, 0.14);
  background-color: rgba(248, 248, 248, 0.04);
}

#feature .topics02.global-learning .flow01-compact ul li dl dt {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 0.82;
  color: var(--main-color);
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02.global-learning .flow01-compact ul li dl dt {
    min-width: 34px;
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02.global-learning .flow01-compact ul li dl dt {
    width: auto;
    font-size: 9.6vw;
  }
}
#feature .topics02.global-learning .flow01-compact ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  #feature .topics02.global-learning .flow01-compact ul li:not(:last-child)::after {
    bottom: -2.8vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right-width: 0.4vw;
    border-bottom-width: 0.4vw;
  }
}
#feature .topics02.global-learning .flow01-compact ul li dl .size-S {
  width: auto;
}

#feature .topics02.global-learning .flow01-compact ul li dl dd {
  margin-right: 0;
}

#feature .topics02.global-learning .flow01-compact ul li dl dd::before,
#feature .topics02.global-learning .flow01-compact ul li dl dd::after {
  display: none;
}

#feature .topics02.global-learning .flow01-compact ul li dl dd .headline-M {
  color: var(--white);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02.global-learning .flow01-compact ul li dl dd .headline-M {
    font-size: 17px;
  }
}
#feature .topics02.global-learning .flow01-compact ul li dl dd .headline-M + .font-S {
  margin-top: 0;
}

#topics .column,
#feature .topics02.global-learning .column {
  border: 1px solid var(--white);
}

@media print, screen and (min-width: 768.1px) {
  #topics .column,
  #feature .topics02.global-learning .column {
    padding: 20px 30px 26px 30px;
    max-width: 366px;
  }
}
@media screen and (max-width: 768px) {
  #topics .column,
  #feature .topics02.global-learning .column {
    padding: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #topics .column .head.flex-box-center,
  #feature .topics02.global-learning .column .head.flex-box-center {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .column .headline-S,
  #feature .topics02.global-learning .column .headline-S {
    margin-left: 30px;
  }
}
#topics .column .logo,
#feature .topics02.global-learning .column .logo {
  margin-left: auto;
  margin-right: 10px;
}

@media print, screen and (min-width: 768.1px) {
  #topics .column .logo,
  #feature .topics02.global-learning .column .logo {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #topics .column .logo,
  #feature .topics02.global-learning .column .logo {
    width: 20vw;
  }
  #feature .topics02.global-learning .column .logo {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .column .body,
  #feature .topics02.global-learning .column .body {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #topics .column .body,
  #feature .topics02.global-learning .column .body {
    margin-top: 5.3333333333vw;
  }
  #feature .topics02.global-learning > .flex-box-between {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #topics .message,
  #feature .topics02.global-learning .message {
    gap: 48px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  #topics .message,
  #feature .topics02.global-learning .message {
    margin-top: 6.4vw;
  }
}
#topics .message .message-box-b .head,
#feature .topics02.global-learning .message .message-box-b .head {
  background-color: var(--main-color);
  color: var(--black);
}

@media print, screen and (min-width: 768.1px) {
  #topics .message .message-box-b .head,
  #feature .topics02.global-learning .message .message-box-b .head {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 260px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #topics .message .message-box-b .head,
  #feature .topics02.global-learning .message .message-box-b .head {
    margin-top: 8vw;
  }
  #feature .topics02.global-learning .message .message-box-b .head {
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    overflow: hidden;
  }
  #feature .topics02.global-learning .message .message-box-b .head picture {
    width: 38vw !important;
  }
}
#topics .message .message-box-b .head .combine,
#feature .topics02.global-learning .message .message-box-b .head .combine {
  color: var(--black);
  border-left-color: var(--black);
}

#topics .message .message-box-b .head .headline-S,
#feature .topics02.global-learning .message .message-box-b .head .headline-S {
  color: var(--black);
}

@media print, screen and (min-width: 768.1px) {
  #topics .message .message-box-b .head .headline-S,
  #feature .topics02.global-learning .message .message-box-b .head .headline-S {
    width: 170px;
  }
}
#topics .message .message-box-b .head picture,
#feature .topics02.global-learning .message .message-box-b .head picture {
  right: 0;
}

@media print, screen and (min-width: 768.1px) {
  #feature .topics02.global-learning .message .message-box-b .head picture {
    right: 20px;
    max-width: none;
  }
  #feature .topics02.global-learning .message .message-box-b .head picture img {
    width: 200px;
    max-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 768px) {
  #feature .topics02.global-learning .message .message-box-b .head picture {
    position: static;
    display: block;
    width: 100%;
    max-width: 52vw;
    margin: 5.3333333333vw auto 0;
    right: auto;
    bottom: auto;
  }
  #feature .topics02.global-learning .message .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;
  }
}
#feature .feature-ending {
  display: block;
  margin: 0;
}

@media print, screen and (min-width: 768.1px) {
  #feature .feature-ending {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature-ending {
    margin-top: 10.6666666667vw;
  }
}
#feature .feature-ending img {
  display: block;
  width: 100%;
  height: auto;
}

#graduation-works {
  background-color: var(--gray);
  color: var(--white);
  overflow: hidden;
}

@media print, screen and (min-width: 768.1px) {
  #graduation-works {
    margin-left: calc((100vw - 100% - 100px) / -2);
    margin-right: calc((100vw - 100% - 100px) / -2);
  }
}
@media screen and (max-width: 768px) {
  #graduation-works {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #graduation-works .graduation-works__body {
    display: grid;
    grid-template-columns: minmax(0, 0.617fr) 10px minmax(0, 0.726fr);
    gap: 0;
    align-items: center;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  #graduation-works .graduation-works__body {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
}
#graduation-works .graduation-works__image {
  margin: 0;
  overflow: visible;
  z-index: 2;
}

@media print, screen and (min-width: 768.1px) {
  #graduation-works .graduation-works__image:first-child {
    margin-right: -64px;
  }
  #graduation-works .graduation-works__image:last-child {
    margin-left: -64px;
  }
}
#graduation-works .graduation-works__image img {
  display: block;
  width: 100%;
  height: auto;
}

#graduation-works .graduation-works__marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  z-index: 1;
}

@media print, screen and (min-width: 768.1px) {
  #graduation-works .graduation-works__marquee {
    align-self: stretch;
    position: relative;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  #graduation-works .graduation-works__marquee {
    width: 100%;
  }
}
#graduation-works .graduation-works__marquee-track {
  display: flex;
  will-change: transform;
}

@media print, screen and (min-width: 768.1px) {
  #graduation-works .graduation-works__marquee-track {
    --gw-marquee-gap: 20px;
    --gw-marquee-gap-half: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    flex-direction: column;
    gap: var(--gw-marquee-gap);
    animation: fc-graduation-marquee-vertical 48s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  #graduation-works .graduation-works__marquee-track {
    --gw-marquee-gap: 5.3333333333vw;
    --gw-marquee-gap-half: 2.6666666667vw;
    width: -moz-max-content;
    width: max-content;
    gap: var(--gw-marquee-gap);
    animation: fc-graduation-marquee-horizontal 16s linear infinite;
  }
}
#graduation-works .graduation-works__marquee-group {
  display: flex;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768.1px) {
  #graduation-works .graduation-works__marquee-group {
    flex-direction: column;
    gap: var(--gw-marquee-gap);
  }
}
@media screen and (max-width: 768px) {
  #graduation-works .graduation-works__marquee-group {
    gap: var(--gw-marquee-gap);
  }
}
#graduation-works .graduation-works__marquee-text {
  display: block;
  flex: 0 0 auto;
  color: var(--black);
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

@media print, screen and (min-width: 768.1px) {
  #graduation-works .graduation-works__marquee-text {
    font-size: 180px;
    line-height: 124px;
    letter-spacing: 3.6px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media screen and (max-width: 768px) {
  #graduation-works .graduation-works__marquee-text {
    font-size: 15.2vw;
    line-height: 1.25;
  }
}
@keyframes fc-graduation-marquee-vertical {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(-50%, calc(-50% - var(--gw-marquee-gap-half)), 0);
  }
}
@keyframes fc-graduation-marquee-horizontal {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - var(--gw-marquee-gap-half)), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #graduation-works .graduation-works__marquee-track {
    animation: none;
  }
}
#portfolio {
  color: var(--white);
}

@media print, screen and (min-width: 768.1px) {
  #portfolio {
    margin-top: 120px;
    padding-top: 90px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio {
    padding-top: 12vw;
    padding-bottom: 6.4vw;
  }
}
#portfolio .portfolio-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-heading {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-heading {
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
  }
}
#portfolio .portfolio-heading::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-heading::after {
    width: 74px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-heading::after {
    width: 16vw;
    height: 0.2666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry {
    padding-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry {
    padding-top: 6.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry.entry01 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 26px;
    align-items: start;
  }
}
@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry.entry02 {
    margin-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr) 270px;
    -moz-column-gap: 34px;
         column-gap: 34px;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry.entry01,
  #portfolio .portfolio-entry.entry02 {
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry.entry01 .portfolio-entry__student {
    grid-column: 1;
    grid-row: 1;
    padding: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  #portfolio .portfolio-entry.entry01 .portfolio-entry__message {
    grid-column: 1;
    grid-row: 2;
  }
  #portfolio .portfolio-entry.entry01 .portfolio-entry__work {
    grid-column: 2;
    grid-row: 1/span 2;
    max-width: 700px;
    justify-self: end;
  }
}
@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry.entry02 .portfolio-entry__work {
    grid-column: 1;
  }
  #portfolio .portfolio-entry.entry02 .portfolio-entry__message {
    grid-column: 2;
    align-self: center;
  }
  #portfolio .portfolio-entry.entry02 .portfolio-entry__student {
    grid-column: 3;
  }
}
#portfolio .portfolio-entry__student,
#portfolio .portfolio-entry__work {
  margin: 0;
  position: relative;
}

#portfolio .portfolio-entry__student img,
#portfolio .portfolio-entry__work img {
  display: block;
  width: 100%;
  height: auto;
}

#portfolio .portfolio-entry__message {
  min-width: 0;
}

#portfolio .portfolio-entry__label {
  display: flex;
  align-items: flex-end;
  margin: 0;
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry__label {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry__label {
    gap: 2.6666666667vw;
  }
}
#portfolio .portfolio-entry__label .word {
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.1em;
  padding-bottom: 0.2em;
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry__label .word {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry__label .word {
    font-size: 3.2vw;
  }
}
#portfolio .portfolio-entry__label .number {
  color: var(--white);
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 0.86;
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry__label .number {
    font-size: 74px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry__label .number {
    font-size: 14.4vw;
  }
}
#portfolio .portfolio-entry__title {
  margin: 0;
  color: var(--white);
  font-weight: 700;
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry__title {
    margin-top: 10px;
    font-size: 34px;
    line-height: 1.35;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry__title {
    margin-top: 2.4vw;
    font-size: 6.1333333333vw;
    line-height: 1.45;
  }
}
#portfolio .portfolio-entry__name {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry__name {
    gap: 8px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry__name {
    gap: 1.8666666667vw;
    margin-top: 2.1333333333vw;
  }
}
#portfolio .portfolio-entry__name .jp {
  font-weight: 700;
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry__name .jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry__name .jp {
    font-size: 4vw;
  }
}
#portfolio .portfolio-entry__name .en {
  font-family: var(--font-en);
  letter-spacing: 0.06em;
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry__name .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry__name .en {
    font-size: 3.2vw;
  }
}
#portfolio .portfolio-entry__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry__lead {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}
@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry.entry02 .portfolio-entry__work {
    align-self: end;
    transform: scale(1.1);
    transform-origin: bottom right;
  }
}
@media print, screen and (min-width: 768.1px) {
  #portfolio .portfolio-entry.entry02 .portfolio-entry__student img {
    width: auto;
    margin-left: -20px;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .portfolio-entry.entry02 .portfolio-entry__student img {
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#employment {
  color: var(--white);
  z-index: auto;
}

@media print, screen and (min-width: 768.1px) {
  #employment {
    margin-top: 120px;
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #employment {
    margin-top: 0;
    padding: 12vw 0 0;
  }
}
#employment::before {
  display: none;
}

#employment .employment-pickups {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  color: var(--black);
  position: relative;
  z-index: 1;
}
#employment .employment-pickups::before {
  content: "";
  display: block;
  width: calc(100vw + 100px);
  height: calc(100% - 100px);
  background-image: linear-gradient(to top left, rgba(51, 51, 51, 0) 20%, #333333 25%, rgba(51, 51, 51, 0) 30% 70%, #333333 75%, rgba(51, 51, 51, 0) 80%), linear-gradient(to top right, rgba(51, 51, 51, 0) 20%, #333333 25%, rgba(51, 51, 51, 0) 30% 70%, #333333 75%, rgba(51, 51, 51, 0) 80%);
  background-size: 10px 10px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#employment .employment-pickups::after {
  content: "";
  inset: 0;
  background-color: var(--white);
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 768.1px) {
  #employment .employment-pickups {
    margin: 58px auto 0;
    padding: 60px 60px;
    max-width: 1100px;
    gap: 72px;
  }
}
@media screen and (max-width: 768px) {
  #employment .employment-pickups {
    margin-top: 10.6666666667vw;
    display: flex;
    flex-direction: column;
    gap: 12vw;
    padding: 8vw 5.3333333333vw 10.6666666667vw;
    box-sizing: border-box;
  }
}
#employment .employment-pickup {
  display: flex;
  align-items: flex-start;
}

@media print, screen and (min-width: 768.1px) {
  #employment .employment-pickup {
    gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  #employment .employment-pickup {
    flex-direction: column;
    align-items: stretch;
    gap: 6.4vw;
  }
}
#employment .employment-pickup .content {
  flex: 1 1 0;
  min-width: 0;
}

@media print, screen and (min-width: 768.1px) {
  #employment .employment-pickup .image {
    flex: 0 0 clamp(310px, 41.5%, 400px);
  }
}
#employment .employment-pickup .image {
  margin: 0;
}

#employment .employment-pickup .image img {
  display: block;
  width: 100%;
  height: auto;
}

#employment .employment-pickup .combine-number-box .color-box {
  background-color: #E9E8E8;
  background-image: linear-gradient(to top left, rgba(17, 17, 17, 0) 20%, rgba(17, 17, 17, 0.0156862745) 25%, rgba(17, 17, 17, 0) 30% 70%, rgba(17, 17, 17, 0.0156862745) 75%, rgba(17, 17, 17, 0) 80%), linear-gradient(to top right, rgba(17, 17, 17, 0) 20%, rgba(17, 17, 17, 0.0156862745) 25%, rgba(17, 17, 17, 0) 30% 70%, rgba(17, 17, 17, 0.0156862745) 75%, rgba(17, 17, 17, 0) 80%);
  background-size: 10px 10px;
}

@media print, screen and (min-width: 768.1px) {
  #employment .employment-pickup .combine-number-box {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  #employment .employment-pickup .combine-number-box {
    margin-bottom: 5.3333333333vw;
  }
}
#employment .combine-number-box .combine-number-S {
  color: var(--black);
}

@media screen and (max-width: 768px) {
  #employment .employment-message .head {
    margin-left: -5.3333333333vw;
  }
}

#employment .employment-message .head .headline-S {
  max-width: none;
  color: var(--black);
}

@media print, screen and (min-width: 768.1px) {
  #employment .employment-message .body .font-S {
    max-width: none;
  }
}
@media print, screen and (min-width: 768.1px) {
  #employment .employment-summary {
    margin-top: 72px;
    padding: 54px 50px;
    background-color: var(--white);
  }
}
@media screen and (max-width: 768px) {
  #employment .employment-summary {
    margin-top: 12vw;
    padding: 8vw;
    background-color: var(--white);
  }
}
#employment .employment-summary {
  position: relative;
  z-index: 1;
}

#employment .employment-summary .flex-box-center {
  align-items: flex-start;
  gap: 40px;
}
#employment .employment-summary .flex-box-center .subtitle {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #employment .employment-summary .flex-box-center {
    gap: 0;
    align-items: stretch;
  }
}
#employment .employment-summary .subtitle {
  margin: 0;
  background-color: var(--black);
  color: var(--white);
  line-height: 1.9;
}

@media print, screen and (min-width: 768.1px) {
  #employment .employment-summary .subtitle {
    margin-right: 130px;
    width: 330px;
    font-size: 20px;
  }
}
#employment .employment-list {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 768.1px) {
  #employment .employment-list {
    flex-wrap: wrap;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 768px) {
  #employment .employment-list {
    margin-top: 2em;
    flex-direction: column;
  }
}
#employment .employment-list li {
  color: var(--black);
  line-height: 1.5;
}

#employment .employment-list li::before {
  content: "■";
  display: inline-block;
  margin-right: 0.25em;
  transform: scale(0.825);
}

#employment .employment-list li.last {
  text-align: right;
}

@media print, screen and (min-width: 768.1px) {
  #employment .employment-list li.last {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    font-size: 87.5%;
  }
}
#employment .employment-list li.last::before {
  display: none;
}
