@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

body {
  background-color: #f8f8f8;
  color: var(--black);
  font-family: var(--font-jp);
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

body * {
  box-sizing: border-box;
}

main {
  background-color: var(--bg-color);
  overflow: hidden;
}
@media print, screen and (min-width: 768.1px) {
  main {
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 16vw;
  }
}

main > .contents {
  margin: 0 auto;
  overflow: visible;
}
@media print, screen and (min-width: 768.1px) {
  main > .contents {
    box-sizing: content-box;
    padding: 0 20px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  main > .contents {
    width: 89.3333333333vw;
  }
}
[data-page=components] main > .contents {
  padding-bottom: 200px;
}
@media print, screen and (min-width: 768.1px) {
  [data-page=components] main > .contents {
    padding-left: 300px;
  }
  [data-page=components] main > .contents h2,
  [data-page=components] main > .contents p {
    max-width: 860px;
  }
  [data-page=components] main > .contents .font-M,
  [data-page=components] main > .contents .font-S {
    max-width: 600px;
  }
  [data-page=components] main > .contents .profile-box,
  [data-page=components] main > .contents .message-box-c.message-box-c .head,
  .message-box-c.message-box-c [data-page=components] main > .contents .head,
  [data-page=components] main > .contents .message-box-b.message-box-b .head,
  .message-box-b.message-box-b [data-page=components] main > .contents .head {
    margin-left: 11px;
  }
}
picture {
  display: block;
}
picture + p {
  margin-top: 1.5em;
}
picture + .font-S {
  margin-top: 1.8em;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  vertical-align: bottom;
}
img.is-contain {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.is-multiply {
  mix-blend-mode: multiply;
}

b {
  color: var(--main-color);
}

ruby {
  margin: 0;
  position: relative;
}

rt {
  font-size: 0.25em;
  letter-spacing: 0;
  position: absolute;
  top: -1.8em;
  left: 50%;
  transform: translateX(-50%);
}
.line-catch-SS rt, .line-catch-S rt, .line-catch-M rt, .line-catch-L rt {
  padding: 0 0.5em;
}

small {
  font-size: 87.5%;
}

.small-note {
  display: block;
  margin-top: 2em;
  color: var(--text-gray);
}
@media print, screen and (min-width: 768.1px) {
  .small-note {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .small-note {
    font-size: 2.6666666667vw;
  }
}

.align-right {
  text-align: right;
}

.contents p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contents p {
    font-feature-settings: "palt";
    letter-spacing: 0.0875em;
  }
}

@media screen and (max-width: 768px) {
  li {
    font-size: 3.4666666667vw;
  }
}

.is-palt {
  font-feature-settings: "palt";
  letter-spacing: 0.0875em;
}

.is-shadow {
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

.is-shadow-deep {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
}

.is-shadow-strong {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
}

.flex-box-top {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flex-box-top {
    flex-direction: column;
    gap: 8vw;
  }
}

.flex-box-center {
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  .flex-box-center {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-box-center {
    flex-direction: column;
    gap: 8vw;
  }
}

.flex-box-bottom {
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  .flex-box-bottom {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-box-bottom {
    flex-direction: column;
    gap: 8vw;
  }
}

.flex-box-between {
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  .flex-box-between {
    justify-content: space-between;
  }
  .flex-box-between > * {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .flex-box-between {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}

.flex-wrap-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex-wrap-between {
    flex-direction: column;
    gap: 8vw;
  }
}

.flex-wrap-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.equal-media-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--equal-media-row-gap, 20px);
}

.equal-media-row > * {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  margin: 0;
}

.equal-media-row__media {
  line-height: 0;
}

.equal-media-row__media img {
  display: block;
  width: auto;
  height: var(--equal-media-row-height, 180px);
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.equal-media-row__caption {
  width: 100%;
  margin-top: var(--equal-media-row-caption-gap, 0.7em);
}

.equal-media-grid {
  display: grid;
  grid-template-columns: repeat(var(--equal-media-grid-columns, 2), minmax(0, 1fr));
  align-items: start;
  gap: var(--equal-media-grid-gap, 20px);
}

.equal-media-grid > * {
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.equal-media-grid__media {
  width: 100%;
  line-height: 0;
}

.equal-media-grid__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.equal-media-grid__caption {
  width: 100%;
  margin-top: var(--equal-media-grid-caption-gap, 0.7em);
}

.equal-media-grid--framed .equal-media-grid__media {
  aspect-ratio: var(--equal-media-grid-ratio, 1/1);
  display: grid;
  place-items: center;
}

.equal-media-grid--framed .equal-media-grid__media img {
  width: 100%;
  height: 100%;
}

.equal-card-row {
  display: grid;
  grid-template-columns: repeat(var(--equal-card-row-columns, 2), minmax(0, 1fr));
  align-items: stretch;
  gap: var(--equal-card-row-gap, 20px);
}

.equal-card-row > * {
  min-width: 0;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.equal-card-row__media {
  width: 100%;
  line-height: 0;
}

.equal-card-row__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.equal-card-row__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.equal-card-row__footer {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .equal-media-row {
    display: grid;
    grid-template-columns: repeat(var(--equal-media-row-sp-columns, 2), minmax(0, 1fr));
    gap: var(--equal-media-row-sp-gap, 3.2vw);
  }
  .equal-media-row > * {
    width: 100%;
  }
  .equal-media-row__media {
    width: 100%;
  }
  .equal-media-row__media img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .equal-media-grid {
    grid-template-columns: repeat(var(--equal-media-grid-sp-columns, 2), minmax(0, 1fr));
    gap: var(--equal-media-grid-sp-gap, 3.2vw);
  }
  .equal-media-grid--framed .equal-media-grid__media {
    aspect-ratio: auto;
    display: block;
  }
  .equal-media-grid--framed .equal-media-grid__media img {
    width: 100%;
    height: auto;
  }
  .equal-card-row {
    grid-template-columns: repeat(var(--equal-card-row-sp-columns, 1), minmax(0, 1fr));
    gap: var(--equal-card-row-sp-gap, 6vw);
  }
}
@media print, screen and (min-width: 768.1px) {
  .rev > *:nth-child(1) {
    order: 3;
  }
  .rev > *:nth-child(2) {
    order: 2;
  }
  .rev > *:nth-child(3) {
    order: 1;
  }
}
.size-S {
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  .size-S {
    max-width: 520px;
  }
}
.size-M {
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  .size-M {
    max-width: 560px;
  }
}
.size-ML {
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  .size-ML {
    max-width: 570px;
  }
}
.size-LS {
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  .size-LS {
    max-width: 610px;
  }
}
.size-L {
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  .size-L {
    max-width: 720px;
  }
}
.size-LL {
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  .size-LL {
    max-width: 820px;
  }
}
.size-FULL {
  width: 100%;
}

.size-fix {
  flex: none;
}

@media print, screen and (min-width: 768.1px) {
  .is-exceed {
    margin-right: -150px;
  }
}
@media screen and (max-width: 768px) {
  .is-exceed {
    margin-right: -5.3333333333vw;
  }
}

@media print, screen and (min-width: 768.1px) {
  .is-exceed-rev {
    margin-left: -150px;
  }
}
@media screen and (max-width: 768px) {
  .is-exceed-rev {
    margin-left: -5.3333333333vw;
  }
}

.section-title {
  position: relative;
  text-align: center;
}
.section-title .front {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--main-color);
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 768.1px) {
  .section-title .front {
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 2.72px;
  }
}
@media screen and (max-width: 768px) {
  .section-title .front {
    font-size: 5.6vw;
    line-height: 1.5;
    letter-spacing: 0.448vw;
  }
}
.section-title .back {
  color: var(--vanish-color);
  font-family: var(--font-en);
  font-weight: 700;
  white-space: nowrap;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768.1px) {
  .section-title .back {
    font-size: 180px;
    line-height: 124px;
    letter-spacing: 3.6px;
  }
}
@media screen and (max-width: 768px) {
  .section-title .back {
    font-size: 15.2vw;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 768.1px) {
  .section-title .back small {
    display: inline-block;
    writing-mode: vertical-rl;
    line-height: 1;
    position: relative;
    top: -0.26em;
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-title .back small {
    margin-left: 0.25em;
    font-size: inherit;
  }
}
.section-title .back .section-title-back-char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 0.22em, 0);
  transition: opacity 0.72s cubic-bezier(0.22, 0.92, 0.32, 1), transform 0.72s cubic-bezier(0.22, 0.92, 0.32, 1);
  transition-delay: calc(var(--char-i, 0) * 0.058s);
}
.section-title .back.is-inview .section-title-back-char {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  .section-title .back .section-title-back-char {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section-title + .section-catch {
  color: var(--black);
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  .section-title + .section-catch {
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-title + .section-catch {
    margin-top: 2.4vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .section-title + div {
    margin-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .section-title + div {
    margin-top: 8vw;
  }
}

.combine-number-SS,
.combine-number-S,
.combine-number-L {
  display: flex;
  flex-direction: column;
  color: var(--main-color);
  font-family: var(--font-en);
}
.combine-number-SS .word,
.combine-number-S .word,
.combine-number-L .word {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.combine-number-SS .number,
.combine-number-S .number,
.combine-number-L .number {
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
.combine-number-SS.combine-number-SS .word,
.combine-number-S.combine-number-SS .word,
.combine-number-L.combine-number-SS .word {
  margin-bottom: 0.6em;
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-SS.combine-number-SS .word,
  .combine-number-S.combine-number-SS .word,
  .combine-number-L.combine-number-SS .word {
    width: 64px;
    font-size: 17px;
    letter-spacing: 0.34px;
  }
}
@media screen and (max-width: 768px) {
  .combine-number-SS.combine-number-SS .word,
  .combine-number-S.combine-number-SS .word,
  .combine-number-L.combine-number-SS .word {
    width: 9.3333333333vw;
    font-size: 3.2vw;
  }
}
.combine-number-SS.combine-number-SS .number,
.combine-number-S.combine-number-SS .number,
.combine-number-L.combine-number-SS .number {
  line-height: 0.71;
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-SS.combine-number-SS .number,
  .combine-number-S.combine-number-SS .number,
  .combine-number-L.combine-number-SS .number {
    font-size: 90px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .combine-number-SS.combine-number-SS .number,
  .combine-number-S.combine-number-SS .number,
  .combine-number-L.combine-number-SS .number {
    font-size: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .combine-number-SS.combine-number-SS + .headline-M,
  .combine-number-S.combine-number-SS + .headline-M,
  .combine-number-L.combine-number-SS + .headline-M {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-SS.combine-number-S .word,
  .combine-number-S.combine-number-S .word,
  .combine-number-L.combine-number-S .word {
    width: 64px;
    font-size: 17px;
    letter-spacing: 0.34px;
  }
}
@media screen and (max-width: 768px) {
  .combine-number-SS.combine-number-S .word,
  .combine-number-S.combine-number-S .word,
  .combine-number-L.combine-number-S .word {
    width: 9.3333333333vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-SS.combine-number-S .number,
  .combine-number-S.combine-number-S .number,
  .combine-number-L.combine-number-S .number {
    font-size: 120px;
    line-height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .combine-number-SS.combine-number-S .number,
  .combine-number-S.combine-number-S .number,
  .combine-number-L.combine-number-S .number {
    font-size: 18.6666666667vw;
    line-height: 13.8666666667vw;
  }
}
.combine-number-SS.combine-number-S + .line-catch-M,
.combine-number-S.combine-number-S + .line-catch-M,
.combine-number-L.combine-number-S + .line-catch-M {
  margin-top: 0.95em;
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-SS.combine-number-L,
  .combine-number-S.combine-number-L,
  .combine-number-L.combine-number-L {
    margin-left: -3px;
  }
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-SS.combine-number-L .word,
  .combine-number-S.combine-number-L .word,
  .combine-number-L.combine-number-L .word {
    width: 98px;
    font-size: 25px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 768px) {
  .combine-number-SS.combine-number-L .word,
  .combine-number-S.combine-number-L .word,
  .combine-number-L.combine-number-L .word {
    width: 13.3333333333vw;
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-SS.combine-number-L .number,
  .combine-number-S.combine-number-L .number,
  .combine-number-L.combine-number-L .number {
    font-size: 180px;
    line-height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .combine-number-SS.combine-number-L .number,
  .combine-number-S.combine-number-L .number,
  .combine-number-L.combine-number-L .number {
    font-size: 28vw;
    line-height: 20.5333333333vw;
  }
}
.combine-number-SS.combine-number-L + .line-catch-L,
.combine-number-S.combine-number-L + .line-catch-L,
.combine-number-L.combine-number-L + .line-catch-L {
  margin-top: 1.2em;
}
.line-catch-SS span,
.line-catch-S span,
.line-catch-M span,
.line-catch-L span {
  display: inline;
  leading-trim: both;
  text-edge: cap;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: var(--main-color);
  color: var(--nega-color);
  font-feature-settings: "palt";
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.line-catch-SS > small,
.line-catch-S > small,
.line-catch-M > small,
.line-catch-L > small {
  color: var(--main-color);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media print, screen and (min-width: 768.1px) {
  .line-catch-SS > small,
  .line-catch-S > small,
  .line-catch-M > small,
  .line-catch-L > small {
    font-size: 25px;
    letter-spacing: 0.5px;
  }
}
.line-catch-SS > svg,
.line-catch-S > svg,
.line-catch-M > svg,
.line-catch-L > svg {
  margin-left: 0.35em;
}
.line-catch-SS.line-catch-SS span,
.line-catch-S.line-catch-SS span,
.line-catch-M.line-catch-SS span,
.line-catch-L.line-catch-SS span {
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768.1px) {
  .line-catch-SS.line-catch-SS span,
  .line-catch-S.line-catch-SS span,
  .line-catch-M.line-catch-SS span,
  .line-catch-L.line-catch-SS span {
    padding: 6px 12px;
    font-size: 24px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .line-catch-SS.line-catch-SS span,
  .line-catch-S.line-catch-SS span,
  .line-catch-M.line-catch-SS span,
  .line-catch-L.line-catch-SS span {
    padding: 1.0666666667vw 1.6vw;
    font-size: 4.8vw;
    line-height: 8.2666666667vw;
  }
}
.line-catch-SS.line-catch-S span,
.line-catch-S.line-catch-S span,
.line-catch-M.line-catch-S span,
.line-catch-L.line-catch-S span {
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768.1px) {
  .line-catch-SS.line-catch-S span,
  .line-catch-S.line-catch-S span,
  .line-catch-M.line-catch-S span,
  .line-catch-L.line-catch-S span {
    padding: 6px 12px;
    font-size: 28px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .line-catch-SS.line-catch-S span,
  .line-catch-S.line-catch-S span,
  .line-catch-M.line-catch-S span,
  .line-catch-L.line-catch-S span {
    padding: 1.0666666667vw 1.6vw;
    font-size: 4.8vw;
    line-height: 8.2666666667vw;
  }
}
.line-catch-SS.line-catch-M span,
.line-catch-S.line-catch-M span,
.line-catch-M.line-catch-M span,
.line-catch-L.line-catch-M span {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768.1px) {
  .line-catch-SS.line-catch-M span,
  .line-catch-S.line-catch-M span,
  .line-catch-M.line-catch-M span,
  .line-catch-L.line-catch-M span {
    padding: 8px 12px;
    font-size: 36px;
    line-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .line-catch-SS.line-catch-M span,
  .line-catch-S.line-catch-M span,
  .line-catch-M.line-catch-M span,
  .line-catch-L.line-catch-M span {
    padding: 1.4666666667vw 1.6vw;
    font-size: 6.1333333333vw;
    line-height: 10.6666666667vw;
  }
}
.line-catch-SS.line-catch-M + p,
.line-catch-S.line-catch-M + p,
.line-catch-M.line-catch-M + p,
.line-catch-L.line-catch-M + p {
  margin-top: 1.8em;
}
.line-catch-SS.line-catch-M + .lead,
.line-catch-S.line-catch-M + .lead,
.line-catch-M.line-catch-M + .lead,
.line-catch-L.line-catch-M + .lead {
  margin-top: 2.5em;
}
@media print, screen and (min-width: 768.1px) {
  .line-catch-SS.line-catch-L span,
  .line-catch-S.line-catch-L span,
  .line-catch-M.line-catch-L span,
  .line-catch-L.line-catch-L span {
    padding: 10px 12px;
    font-size: 42px;
    line-height: 74px;
  }
}
@media screen and (max-width: 768px) {
  .line-catch-SS.line-catch-L span,
  .line-catch-S.line-catch-L span,
  .line-catch-M.line-catch-L span,
  .line-catch-L.line-catch-L span {
    padding: 1.7333333333vw 1.6vw;
    font-size: 7.2vw;
    line-height: 12.6666666667vw;
  }
}
.line-catch-SS.line-catch-L + .faq,
.line-catch-S.line-catch-L + .faq,
.line-catch-M.line-catch-L + .faq,
.line-catch-L.line-catch-L + .faq {
  margin-top: 2.35em;
}
.line-catch-SS.line-catch-L + p,
.line-catch-S.line-catch-L + p,
.line-catch-M.line-catch-L + p,
.line-catch-L.line-catch-L + p {
  margin-top: 1.75em;
}
@media print, screen and (min-width: 768.1px) {
  .line-catch-SS + p,
  .line-catch-S + p,
  .line-catch-M + p,
  .line-catch-L + p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .line-catch-SS + p,
  .line-catch-S + p,
  .line-catch-M + p,
  .line-catch-L + p {
    margin-top: 8vw;
  }
}

.line-catch-SS.line-catch--motion span,
.line-catch-S.line-catch--motion span,
.line-catch-M.line-catch--motion span,
.line-catch-L.line-catch--motion span {
  position: relative;
  z-index: 0;
  display: inline-block;
  background-color: transparent !important;
  color: transparent;
  transition: color 0.2s cubic-bezier(0.22, 0.92, 0.32, 1);
  line-height: 1.25;
}
.line-catch-SS.line-catch--motion span::before,
.line-catch-S.line-catch--motion span::before,
.line-catch-M.line-catch--motion span::before,
.line-catch-L.line-catch--motion span::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--main-color) !important;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.22, 0.92, 0.32, 1);
}
.line-catch-SS.line-catch--motion.is-inview span,
.line-catch-S.line-catch--motion.is-inview span,
.line-catch-M.line-catch--motion.is-inview span,
.line-catch-L.line-catch--motion.is-inview span {
  color: var(--nega-color);
}
.line-catch-SS.line-catch--motion.is-inview span::before,
.line-catch-S.line-catch--motion.is-inview span::before,
.line-catch-M.line-catch--motion.is-inview span::before,
.line-catch-L.line-catch--motion.is-inview span::before {
  transform: scaleX(1);
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(1),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(1),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(1),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(1) {
  transition-delay: 0.5s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(1)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(1)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(1)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(1)::before {
  transition-delay: 0s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(2),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(2),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(2),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(2) {
  transition-delay: 0.555s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(2)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(2)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(2)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(2)::before {
  transition-delay: 0.055s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(3),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(3),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(3),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(3) {
  transition-delay: 0.61s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(3)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(3)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(3)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(3)::before {
  transition-delay: 0.11s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(4),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(4),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(4),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(4) {
  transition-delay: 0.665s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(4)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(4)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(4)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(4)::before {
  transition-delay: 0.165s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(5),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(5),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(5),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(5) {
  transition-delay: 0.72s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(5)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(5)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(5)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(5)::before {
  transition-delay: 0.22s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(6),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(6),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(6),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(6) {
  transition-delay: 0.775s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(6)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(6)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(6)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(6)::before {
  transition-delay: 0.275s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(7),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(7),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(7),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(7) {
  transition-delay: 0.83s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(7)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(7)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(7)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(7)::before {
  transition-delay: 0.33s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(8),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(8),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(8),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(8) {
  transition-delay: 0.885s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(8)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(8)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(8)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(8)::before {
  transition-delay: 0.385s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(9),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(9),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(9),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(9) {
  transition-delay: 0.94s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(9)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(9)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(9)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(9)::before {
  transition-delay: 0.44s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(10),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(10),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(10),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(10) {
  transition-delay: 0.995s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(10)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(10)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(10)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(10)::before {
  transition-delay: 0.495s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(11),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(11),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(11),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(11) {
  transition-delay: 1.05s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(11)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(11)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(11)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(11)::before {
  transition-delay: 0.55s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(12),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(12),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(12),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(12) {
  transition-delay: 1.105s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(12)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(12)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(12)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(12)::before {
  transition-delay: 0.605s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(13),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(13),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(13),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(13) {
  transition-delay: 1.16s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(13)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(13)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(13)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(13)::before {
  transition-delay: 0.66s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(14),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(14),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(14),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(14) {
  transition-delay: 1.215s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(14)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(14)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(14)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(14)::before {
  transition-delay: 0.715s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(15),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(15),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(15),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(15) {
  transition-delay: 1.27s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(15)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(15)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(15)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(15)::before {
  transition-delay: 0.77s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(16),
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(16),
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(16),
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(16) {
  transition-delay: 1.325s;
}
.line-catch-SS.line-catch--motion.is-inview span:nth-of-type(16)::before,
.line-catch-S.line-catch--motion.is-inview span:nth-of-type(16)::before,
.line-catch-M.line-catch--motion.is-inview span:nth-of-type(16)::before,
.line-catch-L.line-catch--motion.is-inview span:nth-of-type(16)::before {
  transition-delay: 0.825s;
}

.number-line,
.combine-number-line,
.combine-number-line-top,
.combine-number-line-bottom {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  .number-line,
  .combine-number-line,
  .combine-number-line-top,
  .combine-number-line-bottom {
    gap: 22px;
  }
}
@media screen and (max-width: 768px) {
  .number-line,
  .combine-number-line,
  .combine-number-line-top,
  .combine-number-line-bottom {
    flex-wrap: wrap;
    gap: 1em 4vw;
  }
}
.number-line.combine-number-line-top,
.combine-number-line.combine-number-line-top,
.combine-number-line-top.combine-number-line-top,
.combine-number-line-bottom.combine-number-line-top {
  align-items: flex-start;
}
.number-line.combine-number-line-bottom,
.combine-number-line.combine-number-line-bottom,
.combine-number-line-top.combine-number-line-bottom,
.combine-number-line-bottom.combine-number-line-bottom {
  align-items: flex-end;
}
@media print, screen and (min-width: 768.1px) {
  .number-line.combine-number-line-bottom .line-catch-M,
  .number-line.combine-number-line-bottom .line-catch-L,
  .combine-number-line.combine-number-line-bottom .line-catch-M,
  .combine-number-line.combine-number-line-bottom .line-catch-L,
  .combine-number-line-top.combine-number-line-bottom .line-catch-M,
  .combine-number-line-top.combine-number-line-bottom .line-catch-L,
  .combine-number-line-bottom.combine-number-line-bottom .line-catch-M,
  .combine-number-line-bottom.combine-number-line-bottom .line-catch-L {
    margin-top: 0;
    transform: translateY(6px);
  }
}
@media screen and (max-width: 768px) {
  .number-line.combine-number-line-bottom .line-catch-M,
  .number-line.combine-number-line-bottom .line-catch-L,
  .combine-number-line.combine-number-line-bottom .line-catch-M,
  .combine-number-line.combine-number-line-bottom .line-catch-L,
  .combine-number-line-top.combine-number-line-bottom .line-catch-M,
  .combine-number-line-top.combine-number-line-bottom .line-catch-L,
  .combine-number-line-bottom.combine-number-line-bottom .line-catch-M,
  .combine-number-line-bottom.combine-number-line-bottom .line-catch-L {
    margin-top: 2.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .number-line.combine-number-line-bottom .line-catch-S,
  .combine-number-line.combine-number-line-bottom .line-catch-S,
  .combine-number-line-top.combine-number-line-bottom .line-catch-S,
  .combine-number-line-bottom.combine-number-line-bottom .line-catch-S {
    margin-top: 0;
    transform: translateY(4px);
  }
}
@media print, screen and (min-width: 768.1px) {
  .number-line.combine-number-line .line-catch-L,
  .combine-number-line.combine-number-line .line-catch-L,
  .combine-number-line-top.combine-number-line .line-catch-L,
  .combine-number-line-bottom.combine-number-line .line-catch-L {
    margin-top: 0;
    transform: translateY(16px);
  }
}
@media print, screen and (min-width: 768.1px) {
  .number-line.combine-number-line .line-catch-M,
  .combine-number-line.combine-number-line .line-catch-M,
  .combine-number-line-top.combine-number-line .line-catch-M,
  .combine-number-line-bottom.combine-number-line .line-catch-M {
    margin-top: 0;
    transform: translateY(12px);
  }
}
@media print, screen and (min-width: 768.1px) {
  .number-line.combine-number-line .line-catch-S,
  .combine-number-line.combine-number-line .line-catch-S,
  .combine-number-line-top.combine-number-line .line-catch-S,
  .combine-number-line-bottom.combine-number-line .line-catch-S {
    margin-top: 0;
    transform: translateY(11px);
  }
}
@media print, screen and (min-width: 768.1px) {
  .number-line .color-band .light-color-band,
  .number-line .color-band .dark-color-band,
  .combine-number-line .color-band .light-color-band,
  .combine-number-line .color-band .dark-color-band,
  .combine-number-line-top .color-band .light-color-band,
  .combine-number-line-top .color-band .dark-color-band,
  .combine-number-line-bottom .color-band .light-color-band,
  .combine-number-line-bottom .color-band .dark-color-band {
    padding: 6px 25px;
  }
}
@media print, screen and (min-width: 768.1px) {
  .number-line + .headline-L,
  .combine-number-line + .headline-L,
  .combine-number-line-top + .headline-L,
  .combine-number-line-bottom + .headline-L {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .number-line + .headline-L,
  .combine-number-line + .headline-L,
  .combine-number-line-top + .headline-L,
  .combine-number-line-bottom + .headline-L {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768.1px) {
  .number-line + .headline-M,
  .combine-number-line + .headline-M,
  .combine-number-line-top + .headline-M,
  .combine-number-line-bottom + .headline-M {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .number-line + .headline-M,
  .combine-number-line + .headline-M,
  .combine-number-line-top + .headline-M,
  .combine-number-line-bottom + .headline-M {
    margin-top: 1em;
  }
}
.number-line + p,
.combine-number-line + p,
.combine-number-line-top + p,
.combine-number-line-bottom + p {
  margin-top: 1.55em;
}
@media print, screen and (min-width: 768.1px) {
  .number-line + picture,
  .combine-number-line + picture,
  .combine-number-line-top + picture,
  .combine-number-line-bottom + picture {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768.1px) {
  .number-line + figure,
  .combine-number-line + figure,
  .combine-number-line-top + figure,
  .combine-number-line-bottom + figure {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .number-line + figure,
  .combine-number-line + figure,
  .combine-number-line-top + figure,
  .combine-number-line-bottom + figure {
    margin-top: 5.3333333333vw;
  }
}

.combine-number-box {
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-box {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .combine-number-box {
    gap: 5.3333333333vw;
  }
}
.combine-number-box .color-box {
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-box .color-box {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    min-height: 82px;
  }
}
.combine-number-text {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-text {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .combine-number-text {
    gap: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .combine-number-text .combine-number-S + .headline-L {
    margin-left: 10px;
  }
}
.combine-number-text + .lead {
  margin-top: 2.75em;
}

.headline-LL,
.headline-L,
.headline-M,
.headline-S,
.headline-SL,
.headline-SS {
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.075em;
  hanging-punctuation: allow-end;
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL.headline-LL,
  .headline-L.headline-LL,
  .headline-M.headline-LL,
  .headline-S.headline-LL,
  .headline-SL.headline-LL,
  .headline-SS.headline-LL {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL.headline-LL,
  .headline-L.headline-LL,
  .headline-M.headline-LL,
  .headline-S.headline-LL,
  .headline-SL.headline-LL,
  .headline-SS.headline-LL {
    font-size: 5.3333333333vw;
  }
}
.headline-LL.headline-LL + p,
.headline-L.headline-LL + p,
.headline-M.headline-LL + p,
.headline-S.headline-LL + p,
.headline-SL.headline-LL + p,
.headline-SS.headline-LL + p {
  margin-top: 1.1em;
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL.headline-L,
  .headline-L.headline-L,
  .headline-M.headline-L,
  .headline-S.headline-L,
  .headline-SL.headline-L,
  .headline-SS.headline-L {
    margin-left: -3px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL.headline-L,
  .headline-L.headline-L,
  .headline-M.headline-L,
  .headline-S.headline-L,
  .headline-SL.headline-L,
  .headline-SS.headline-L {
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL.headline-L + p,
  .headline-L.headline-L + p,
  .headline-M.headline-L + p,
  .headline-S.headline-L + p,
  .headline-SL.headline-L + p,
  .headline-SS.headline-L + p {
    margin-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL.headline-L + p,
  .headline-L.headline-L + p,
  .headline-M.headline-L + p,
  .headline-S.headline-L + p,
  .headline-SL.headline-L + p,
  .headline-SS.headline-L + p {
    margin-top: 1.5em;
  }
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL.headline-M,
  .headline-L.headline-M,
  .headline-M.headline-M,
  .headline-S.headline-M,
  .headline-SL.headline-M,
  .headline-SS.headline-M {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL.headline-M,
  .headline-L.headline-M,
  .headline-M.headline-M,
  .headline-S.headline-M,
  .headline-SL.headline-M,
  .headline-SS.headline-M {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
  }
}
.headline-LL.headline-M + p,
.headline-L.headline-M + p,
.headline-M.headline-M + p,
.headline-S.headline-M + p,
.headline-SL.headline-M + p,
.headline-SS.headline-M + p {
  margin-top: 1.45em;
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL.headline-M + .font-S,
  .headline-L.headline-M + .font-S,
  .headline-M.headline-M + .font-S,
  .headline-S.headline-M + .font-S,
  .headline-SL.headline-M + .font-S,
  .headline-SS.headline-M + .font-S {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL.headline-M + .font-S,
  .headline-L.headline-M + .font-S,
  .headline-M.headline-M + .font-S,
  .headline-S.headline-M + .font-S,
  .headline-SL.headline-M + .font-S,
  .headline-SS.headline-M + .font-S {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL.headline-S,
  .headline-L.headline-S,
  .headline-M.headline-S,
  .headline-S.headline-S,
  .headline-SL.headline-S,
  .headline-SS.headline-S {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL.headline-S,
  .headline-L.headline-S,
  .headline-M.headline-S,
  .headline-S.headline-S,
  .headline-SL.headline-S,
  .headline-SS.headline-S {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL.headline-S + p,
  .headline-L.headline-S + p,
  .headline-M.headline-S + p,
  .headline-S.headline-S + p,
  .headline-SL.headline-S + p,
  .headline-SS.headline-S + p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL.headline-S + p,
  .headline-L.headline-S + p,
  .headline-M.headline-S + p,
  .headline-S.headline-S + p,
  .headline-SL.headline-S + p,
  .headline-SS.headline-S + p {
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL.headline-SL,
  .headline-L.headline-SL,
  .headline-M.headline-SL,
  .headline-S.headline-SL,
  .headline-SL.headline-SL,
  .headline-SS.headline-SL {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL.headline-SL,
  .headline-L.headline-SL,
  .headline-M.headline-SL,
  .headline-S.headline-SL,
  .headline-SL.headline-SL,
  .headline-SS.headline-SL {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL.headline-SS,
  .headline-L.headline-SS,
  .headline-M.headline-SS,
  .headline-S.headline-SS,
  .headline-SL.headline-SS,
  .headline-SS.headline-SS {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL.headline-SS,
  .headline-L.headline-SS,
  .headline-M.headline-SS,
  .headline-S.headline-SS,
  .headline-SL.headline-SS,
  .headline-SS.headline-SS {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .headline-LL + p,
  .headline-L + p,
  .headline-M + p,
  .headline-S + p,
  .headline-SL + p,
  .headline-SS + p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL + p,
  .headline-L + p,
  .headline-M + p,
  .headline-S + p,
  .headline-SL + p,
  .headline-SS + p {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .headline-LL + p.font-S,
  .headline-L + p.font-S,
  .headline-M + p.font-S,
  .headline-S + p.font-S,
  .headline-SL + p.font-S,
  .headline-SS + p.font-S {
    margin-top: 1.25em;
  }
}

.subtitle {
  padding: 0.28em;
  background: var(--main-color);
  color: var(--white);
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  .subtitle {
    font-size: 17px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .subtitle {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.subtitle.en {
  padding: 0.3em 0 0.2em;
  font-family: var(--font-en);
}
.subtitle + .headline-L {
  margin-top: 1em;
}
p,
.font-M {
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (min-width: 768.1px) {
  p,
  .font-M {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  p,
  .font-M {
    font-size: 3.4666666667vw;
  }
}

.font-S {
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 768.1px) {
  .font-S {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .font-S {
    font-size: 3.2vw;
    font-feature-settings: "palt";
    letter-spacing: 0.075em;
  }
}

sup {
  font-size: 0.5em;
  position: relative;
  top: -0.6em;
}

.annotation, figcaption {
  font-weight: 500;
  line-height: 150%;
}
@media print, screen and (min-width: 768.1px) {
  .annotation, figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .annotation, figcaption {
    font-size: 2.6666666667vw;
  }
  .annotation li, figcaption li {
    font-size: 2.6666666667vw;
  }
}

.image-caption {
  display: inline-block;
  padding: 0.4em 0.75em;
  background-color: var(--main-color);
  color: var(--nega-color);
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (min-width: 768.1px) {
  .image-caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .image-caption {
    font-size: 3.4666666667vw;
  }
}

.profile-box, .message-box-a.message-box-c .head,
.message-box-b.message-box-c .head,
.message-box-c.message-box-c .head, .message-box-a.message-box-b .head,
.message-box-b.message-box-b .head,
.message-box-c.message-box-b .head,
.point-box {
  max-width: 670px;
  background-color: var(--pale-color);
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  .profile-box, .message-box-a.message-box-c .head,
  .message-box-b.message-box-c .head,
  .message-box-c.message-box-c .head, .message-box-a.message-box-b .head,
  .message-box-b.message-box-b .head,
  .message-box-c.message-box-b .head,
  .point-box {
    padding: 24px 36px 24px 56px;
  }
}
@media screen and (max-width: 768px) {
  .profile-box, .message-box-a.message-box-c .head,
  .message-box-b.message-box-c .head,
  .message-box-c.message-box-c .head, .message-box-a.message-box-b .head,
  .message-box-b.message-box-b .head,
  .message-box-c.message-box-b .head,
  .point-box {
    padding: 4.1333333333vw 5.3333333333vw 4.1333333333vw 10.2666666667vw;
  }
}
.profile-box .combine,
.message-box-c.message-box-c .head .combine,
.message-box-b.message-box-b .head .combine,
.point-box .combine {
  display: inline-block;
  border-left-style: solid;
  border-left-color: var(--main-color);
  color: var(--main-color);
  writing-mode: vertical-rl;
  font-family: var(--font-en);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.84;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768.1px) {
  .profile-box .combine,
  .message-box-c.message-box-c .head .combine,
  .message-box-b.message-box-b .head .combine,
  .point-box .combine {
    border-left-width: 4px;
    font-size: 17px;
    letter-spacing: 0.34px;
  }
}
@media screen and (max-width: 768px) {
  .profile-box .combine,
  .message-box-c.message-box-c .head .combine,
  .message-box-b.message-box-b .head .combine,
  .point-box .combine {
    border-left-width: 0.8vw;
    font-size: 3.2vw;
    letter-spacing: 0.064vw;
  }
}
.profile-box p,
.message-box-c.message-box-c .head p,
.message-box-b.message-box-b .head p,
.point-box p {
  font-weight: 500;
  line-height: 150%;
}
@media print, screen and (min-width: 768.1px) {
  .profile-box p,
  .message-box-c.message-box-c .head p,
  .message-box-b.message-box-b .head p,
  .point-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .profile-box p,
  .message-box-c.message-box-c .head p,
  .message-box-b.message-box-b .head p,
  .point-box p {
    font-size: 3.2vw;
  }
}

.teacher-name {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-name {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-name {
    gap: 2vw;
  }
}
.teacher-name .class {
  border: 1px solid var(--main-color);
  writing-mode: vertical-rl;
  color: var(--main-color);
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-name .class {
    padding: 4px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-name .class {
    padding: 1.0666666667vw 0.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
.teacher-name .name {
  margin-top: -0.1em;
  writing-mode: vertical-rl;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-name .name {
    font-size: 68px;
    min-height: 216px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-name .name {
    font-size: 10vw;
    min-height: 38vw;
  }
}
.teacher-name .name small {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-name .name small {
    font-size: 24px;
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-name .name small {
    font-size: 4.5333333333vw;
    left: -9.3333333333vw;
  }
}
.teacher-name .name-en {
  writing-mode: vertical-rl;
  color: var(--main-color);
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: 0.035em;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-name .name-en {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-name .name-en {
    font-size: 3.2vw;
  }
}

.teacher-message {
  margin: 0 auto;
  max-width: 1200px;
}
.teacher-message .subtitle {
  width: 100%;
  max-width: 100%;
  background-color: var(--main-color) !important;
  color: var(--nega-color) !important;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-message .flex-box-top {
    gap: 54px;
    margin-top: 30px;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .teacher-message .flex-box-top {
    margin-top: 5.3333333333vw;
    flex-direction: column;
    gap: 7.0666666667vw;
  }
}
.teacher-message .flex-box-top .profile {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-message .flex-box-top .profile {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-message .flex-box-top .profile {
    gap: 5.3333333333vw;
    width: 100%;
  }
}
.teacher-message .flex-box-top .profile img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-message .flex-box-top .profile img {
    max-width: 310px;
    max-height: 310px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-message .flex-box-top .profile img {
    width: 44.6666666667vw;
    height: 44.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .teacher-message .flex-box-top .profile .teacher-name .name {
    font-size: 52px;
    line-height: 100%;
  }
}
.teacher-message .flex-box-top .profile .field {
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-rl;
  font-weight: 500;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-message .flex-box-top .profile .field {
    margin-top: 45px;
    margin-right: 8px;
    padding-top: 14px;
    height: 265px;
    border-top: 4px solid #ccc;
    gap: 12px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-message .flex-box-top .profile .field {
    padding-top: 2.4vw;
    height: 44.6666666667vw;
    border-top: 0.8vw solid #ccc;
    gap: 2.6666666667vw 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
.teacher-message .flex-box-top .profile .field li::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--black);
}
@media print, screen and (min-width: 768.1px) {
  .teacher-message .flex-box-top .profile .field li::before {
    margin-bottom: 5px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-message .flex-box-top .profile .field li::before {
    margin-bottom: 0.6666666667vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.teacher-message .flex-box-top .text {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-message .flex-box-top .text {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-message .flex-box-top .text {
    gap: 3.8666666667vw;
  }
}
.teacher-message .flex-box-top .text .headline-S + p {
  margin-top: 0;
}
@media print, screen and (min-width: 768.1px) {
  .teacher-message .flex-box-top .text .profile-box,
  .teacher-message .flex-box-top .text .message-box-c.message-box-c .head,
  .message-box-c.message-box-c .teacher-message .flex-box-top .text .head,
  .teacher-message .flex-box-top .text .message-box-b.message-box-b .head,
  .message-box-b.message-box-b .teacher-message .flex-box-top .text .head {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .teacher-message .flex-box-top .text .profile-box,
  .teacher-message .flex-box-top .text .message-box-c.message-box-c .head,
  .message-box-c.message-box-c .teacher-message .flex-box-top .text .head,
  .teacher-message .flex-box-top .text .message-box-b.message-box-b .head,
  .message-box-b.message-box-b .teacher-message .flex-box-top .text .head {
    margin-top: 2.5333333333vw;
  }
}

.color-band {
  display: flex;
  font-feature-settings: "palt";
  font-weight: 700;
  word-break: break-all;
}
@media print, screen and (min-width: 768.1px) {
  .color-band {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .color-band {
    flex-direction: column;
    align-items: flex-start;
  }
}
.color-band .light-color-band {
  background-color: var(--pale-color);
  color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  .color-band .light-color-band {
    padding: 15px 25px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .color-band .light-color-band {
    margin-top: 0.2666666667vw;
    padding: 1.6vw 4vw 1.2vw;
    font-size: 5.3333333333vw;
    line-height: 145%;
  }
}
@media print, screen and (min-width: 768.1px) {
  .color-band .light-color-band small {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .color-band .light-color-band small {
    font-size: 4.8vw;
  }
}
.color-band .dark-color-band {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: var(--nega-color);
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  .color-band .dark-color-band {
    padding: 15px 45px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .color-band .dark-color-band {
    padding: 1.6vw 7.4666666667vw;
    font-size: 4.8vw;
  }
}

.color-box {
  background-color: var(--pale-color);
  color: var(--black);
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media print, screen and (min-width: 768.1px) {
  .color-box {
    padding: 12px 36px;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .color-box {
    margin-top: 0.2666666667vw;
    padding: 3.2vw 4vw;
    font-size: 5.3333333333vw;
    line-height: 1.333;
  }
}
@media print, screen and (min-width: 768.1px) {
  .color-box small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .color-box small {
    font-size: 4.8vw;
  }
}

@media print, screen and (min-width: 768.1px) {
  .message {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .message {
    gap: 6.6666666667vw;
  }
}

.message-box-a,
.message-box-b,
.message-box-c {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768.1px) {
  .message-box-a,
  .message-box-b,
  .message-box-c {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-a,
  .message-box-b,
  .message-box-c {
    gap: 8vw;
  }
}
.message-box-a .name,
.message-box-b .name,
.message-box-c .name {
  margin-top: 0 !important;
}
.message-box-a.message-box-a .head,
.message-box-b.message-box-a .head,
.message-box-c.message-box-a .head {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  .message-box-a.message-box-a .head,
  .message-box-b.message-box-a .head,
  .message-box-c.message-box-a .head {
    padding-left: 56px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-a .head,
  .message-box-b.message-box-a .head,
  .message-box-c.message-box-a .head {
    padding-left: 10vw;
  }
}
.message-box-a.message-box-a .head .combine,
.message-box-b.message-box-a .head .combine,
.message-box-c.message-box-a .head .combine {
  display: inline-block;
  border-left-style: solid;
  border-left-color: var(--main-color);
  color: var(--main-color);
  writing-mode: vertical-rl;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768.1px) {
  .message-box-a.message-box-a .head .combine,
  .message-box-b.message-box-a .head .combine,
  .message-box-c.message-box-a .head .combine {
    border-left-width: 4px;
    font-size: 17px;
    letter-spacing: 0.34px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-a .head .combine,
  .message-box-b.message-box-a .head .combine,
  .message-box-c.message-box-a .head .combine {
    border-left-width: 0.8vw;
    font-size: 3.2vw;
    letter-spacing: 0.064vw;
  }
}
.message-box-a.message-box-a .head .headline-S,
.message-box-b.message-box-a .head .headline-S,
.message-box-c.message-box-a .head .headline-S {
  transform: translateY(-0.35em);
}
@media print, screen and (min-width: 768.1px) {
  .message-box-a.message-box-a .head .headline-S,
  .message-box-b.message-box-a .head .headline-S,
  .message-box-c.message-box-a .head .headline-S {
    max-width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-a .head .headline-S,
  .message-box-b.message-box-a .head .headline-S,
  .message-box-c.message-box-a .head .headline-S {
    max-width: 50.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-a .head .name,
  .message-box-b.message-box-a .head .name,
  .message-box-c.message-box-a .head .name {
    font-size: 3.2vw;
  }
}
.message-box-a.message-box-a .head picture,
.message-box-b.message-box-a .head picture,
.message-box-c.message-box-a .head picture {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 768.1px) {
  .message-box-a.message-box-a .head picture,
  .message-box-b.message-box-a .head picture,
  .message-box-c.message-box-a .head picture {
    top: 0;
    right: 20px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-a .head picture,
  .message-box-b.message-box-a .head picture,
  .message-box-c.message-box-a .head picture {
    top: 0;
    right: 0;
    width: 24vw;
    height: 24vw;
  }
}
.message-box-a.message-box-a .head picture img,
.message-box-b.message-box-a .head picture img,
.message-box-c.message-box-a .head picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-b,
  .message-box-b.message-box-b,
  .message-box-c.message-box-b {
    gap: 5.3333333333vw;
  }
}
.message-box-a.message-box-b .head .headline-S,
.message-box-b.message-box-b .head .headline-S,
.message-box-c.message-box-b .head .headline-S {
  margin-bottom: 0.35em;
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-b .head .headline-S,
  .message-box-b.message-box-b .head .headline-S,
  .message-box-c.message-box-b .head .headline-S {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .message-box-a.message-box-b .head .name,
  .message-box-b.message-box-b .head .name,
  .message-box-c.message-box-b .head .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-b .head .name,
  .message-box-b.message-box-b .head .name,
  .message-box-c.message-box-b .head .name {
    font-size: 3.4666666667vw;
  }
}
.message-box-a.message-box-b .head picture,
.message-box-b.message-box-b .head picture,
.message-box-c.message-box-b .head picture {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 768.1px) {
  .message-box-a.message-box-b .head picture,
  .message-box-b.message-box-b .head picture,
  .message-box-c.message-box-b .head picture {
    right: 32px;
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-b .head picture,
  .message-box-b.message-box-b .head picture,
  .message-box-c.message-box-b .head picture {
    right: 0;
    width: 26.6666666667vw;
    height: 35.7333333333vw;
  }
}
.message-box-a.message-box-b .head picture img,
.message-box-b.message-box-b .head picture img,
.message-box-c.message-box-b .head picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-c,
  .message-box-b.message-box-c,
  .message-box-c.message-box-c {
    gap: 5.3333333333vw;
  }
}
.message-box-a.message-box-c .head .headline-S,
.message-box-b.message-box-c .head .headline-S,
.message-box-c.message-box-c .head .headline-S {
  margin-bottom: 0.35em;
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-c .head .headline-S,
  .message-box-b.message-box-c .head .headline-S,
  .message-box-c.message-box-c .head .headline-S {
    max-width: 49.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .message-box-a.message-box-c .head .name,
  .message-box-b.message-box-c .head .name,
  .message-box-c.message-box-c .head .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-c .head .name,
  .message-box-b.message-box-c .head .name,
  .message-box-c.message-box-c .head .name {
    font-size: 3.4666666667vw;
  }
}
.message-box-a.message-box-c .head picture,
.message-box-b.message-box-c .head picture,
.message-box-c.message-box-c .head picture {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768.1px) {
  .message-box-a.message-box-c .head picture,
  .message-box-b.message-box-c .head picture,
  .message-box-c.message-box-c .head picture {
    right: 30px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-a.message-box-c .head picture,
  .message-box-b.message-box-c .head picture,
  .message-box-c.message-box-c .head picture {
    right: 4vw;
    width: 24vw;
    height: 24vw;
  }
}
.message-box-a.message-box-c .head picture img,
.message-box-b.message-box-c .head picture img,
.message-box-c.message-box-c .head picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

dl.faq dt {
  position: relative;
  font-weight: 700;
  line-height: 1.8;
}
@media print, screen and (min-width: 768.1px) {
  dl.faq dt {
    padding-left: 54px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  dl.faq dt {
    padding-left: 10vw;
    font-size: 4vw;
  }
}
dl.faq dt::before {
  content: "";
  position: absolute;
  background-color: var(--main-color);
  top: 0.65em;
  left: 0;
}
@media print, screen and (min-width: 768.1px) {
  dl.faq dt::before {
    width: 34px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  dl.faq dt::before {
    width: 6.6666666667vw;
    height: 0.8vw;
  }
}
dl.faq dd {
  margin-top: 1em;
  line-height: 1.8;
}
@media print, screen and (min-width: 768.1px) {
  dl.faq + .faq {
    margin-top: 3.6em;
  }
}
@media screen and (max-width: 768px) {
  dl.faq + .faq {
    margin-top: 12vw;
  }
}

aside#sidebar {
  background-color: var(--upwhite);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar {
    width: 100px;
    height: 100vh;
    filter: drop-shadow(1px 0 10px rgba(0, 0, 0, 0.05));
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar {
    width: 100vw;
    height: 16vw;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.1));
  }
  aside#sidebar.is-hidden {
    transform: translateY(-110%);
  }
}
aside#sidebar .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar .logo {
    padding: 25px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar .logo {
    padding: 4vw 3.3333333333vw;
    height: 100%;
  }
}
aside#sidebar .logo span {
  display: block;
  width: 100%;
  background-color: var(--main-color);
  -webkit-mask-image: url(../../img/common/logo_osuad.svg);
          mask-image: url(../../img/common/logo_osuad.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar .logo span {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar .logo span {
    height: 100%;
  }
}
@media print, screen and (min-width: 768.1px) {
  body[data-page=gd] aside#sidebar .logo span {
    background-color: var(--white);
  }
}
@media screen and (max-width: 768px) {
  body[data-page=gd] aside#sidebar .logo span {
    background-color: var(--white);
  }
}
aside#sidebar #nv_menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu {
    width: 39px;
    height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu {
    width: 10.4vw;
    height: 4vw;
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
aside#sidebar #nv_menu span {
  display: block;
  width: 100%;
  background-color: #111;
  position: absolute;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu span {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu span {
    height: 2px;
  }
}
aside#sidebar #nv_menu::before, aside#sidebar #nv_menu::after {
  content: "";
  width: 100%;
  background-color: #111;
  position: absolute;
  transition: transform 0.3s ease;
  transform-origin: center;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu::before, aside#sidebar #nv_menu::after {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu::before, aside#sidebar #nv_menu::after {
    height: 2px;
  }
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu::before {
    transform: translateY(-7px);
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu::before {
    transform: translateY(-1.8666666667vw);
  }
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu::after {
    transform: translateY(7px);
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu::after {
    transform: translateY(1.8666666667vw);
  }
}
aside#sidebar #nv_menu:hover::before {
  transition: transform 0.1s ease;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu:hover::before {
    transform: translateY(-9px);
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu:hover::before {
    transform: translateY(-2.4vw);
  }
}
aside#sidebar #nv_menu:hover::after {
  transition: transform 0.1s ease;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu:hover::after {
    transform: translateY(9px);
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu:hover::after {
    transform: translateY(2.4vw);
  }
}
aside#sidebar.is-active {
  filter: none;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar.is-active::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar.is-active {
    position: fixed;
    top: 0;
    left: 0;
  }
}
aside#sidebar.is-active #nv_menu span {
  opacity: 0;
}
aside#sidebar.is-active #nv_menu::before {
  transform: rotate(30deg);
}
aside#sidebar.is-active #nv_menu::after {
  transform: rotate(-30deg);
}
aside#sidebar.is-active #nv_menu:hover::before, aside#sidebar.is-active #nv_menu:hover::after {
  background-color: var(--main-color);
}

header {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background-color: #F9F9F9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(100%);
}
@media screen and (min-width: 768.1px) and (max-height: 620px) {
  header {
    padding: 40px 0;
  }
}
header.is-active {
  transform: translateX(0);
}
header.is-active nav .main-menu > li {
  opacity: 1;
  transform: translateY(0);
}
header.is-active nav .main-menu > li:nth-child(1) {
  transition-delay: 0.1s;
  order: 1;
}
header.is-active nav .main-menu > li:nth-child(2) {
  transition-delay: 0.15s;
  order: 2;
}
header.is-active nav .main-menu > li:nth-child(3) {
  transition-delay: 0.2s;
  order: 3;
}
header.is-active nav .main-menu > li:nth-child(4) {
  transition-delay: 0.25s;
  order: 4;
}
header.is-active nav .main-menu > li:nth-child(5) {
  transition-delay: 0.3s;
  order: 5;
}
header.is-active nav .main-menu > li:nth-child(6) {
  transition-delay: 0.35s;
  order: 6;
}
header.is-active nav .main-menu > li:nth-child(7) {
  transition-delay: 0.4s;
  order: 7;
}
header.is-active nav .main-menu > li:nth-child(8) {
  transition-delay: 0.45s;
  order: 8;
}
header.is-active nav .main-menu > li:nth-child(9) {
  transition-delay: 0.5s;
  order: 9;
}
@media print, screen and (min-width: 768.1px) {
  header nav {
    margin: auto;
    padding-top: calc((100vh - 558px) / 2);
    width: calc(100% - 300px);
    max-width: 1150px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1200px) {
  header nav {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  header nav {
    padding: 24vw 5.3333333333vw 9.3333333333vw 5.3333333333vw;
  }
}
header nav .nv_top {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(to left, #111 50%, var(--concept-color) 50%);
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
          background-clip: text;
  transition: background-position 0.25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  leading-trim: both;
  text-edge: cap;
  font-family: "FOT-筑紫ゴシック Pro B", var(--font-jp);
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}
@media print, screen and (min-width: 768.1px) {
  header nav .nv_top {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  header nav .nv_top {
    font-size: 3.4666666667vw;
  }
}
header nav .nv_top:hover {
  background-position: left;
}
@media print, screen and (min-width: 768.1px) {
  header nav .main-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    -moz-column-gap: 84px;
         column-gap: 84px;
    margin-top: 54px;
    padding-right: 54px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1200px) {
  header nav .main-menu {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  header nav .main-menu {
    display: flex;
    flex-direction: column;
    row-gap: 4vw;
    margin-top: 8vw;
  }
}
header nav .main-menu > li {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@media print, screen and (min-width: 768.1px) {
  header nav .main-menu > li {
    padding: 18px 0;
  }
}
header nav .main-menu > li > a {
  display: flex;
  align-items: center;
  color: var(--black);
  leading-trim: both;
  text-edge: cap;
  font-family: "FOT-筑紫ゴシック Pro B", var(--font-jp);
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}
@media print, screen and (min-width: 768.1px) {
  header nav .main-menu > li > a {
    gap: 12px;
    font-size: 24px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1400px) {
  header nav .main-menu > li > a {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  header nav .main-menu > li > a {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
}
header nav .main-menu > li > a .icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #C23E53;
  color: var(--gray_241224, #F9F9F9);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-weight: 700;
  line-height: normal;
}
@media print, screen and (min-width: 768.1px) {
  header nav .main-menu > li > a .icon {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  header nav .main-menu > li > a .icon {
    width: 7.2vw;
    height: 7.2vw;
    border-radius: 0.5333333333vw;
    font-size: 4.2vw;
  }
}
header nav .main-menu > li > a .text {
  display: inline-block;
  color: transparent;
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
          background-clip: text;
  transition: background-position 0.25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
header nav .main-menu > li.nv_md a .icon {
  background-color: var(--course-color-md);
}
header nav .main-menu > li.nv_an a .icon {
  background-color: var(--course-color-an);
}
header nav .main-menu > li.nv_cd a .icon {
  background-color: var(--course-color-cd);
}
header nav .main-menu > li.nv_gc a .icon {
  background-color: var(--course-color-gc);
}
header nav .main-menu > li.nv_vv a .icon {
  background-color: var(--course-color-vv);
}
header nav .main-menu > li.nv_gd a .icon {
  background-color: var(--course-color-gd);
}
header nav .main-menu > li.nv_ia a .icon {
  background-color: var(--course-color-ia);
}
header nav .main-menu > li.nv_fc a .icon {
  background-color: var(--course-color-fc);
}
header nav .main-menu > li.nv_ai a .icon {
  background-color: var(--course-color-ai);
}
header nav .main-menu > li.nv_md a .text, header nav .main-menu > li.nv_md .nv_page-anchor a {
  background-image: linear-gradient(to left, #111 50%, var(--course-color-md) 50%);
}
header nav .main-menu > li.nv_an a .text, header nav .main-menu > li.nv_an .nv_page-anchor a {
  background-image: linear-gradient(to left, #111 50%, var(--course-color-an) 50%);
}
header nav .main-menu > li.nv_cd a .text, header nav .main-menu > li.nv_cd .nv_page-anchor a {
  background-image: linear-gradient(to left, #111 50%, var(--course-color-cd) 50%);
}
header nav .main-menu > li.nv_gc a .text, header nav .main-menu > li.nv_gc .nv_page-anchor a {
  background-image: linear-gradient(to left, #111 50%, var(--course-color-gc) 50%);
}
header nav .main-menu > li.nv_vv a .text, header nav .main-menu > li.nv_vv .nv_page-anchor a {
  background-image: linear-gradient(to left, #111 50%, var(--course-color-vv) 50%);
}
header nav .main-menu > li.nv_gd a .text, header nav .main-menu > li.nv_gd .nv_page-anchor a {
  background-image: linear-gradient(to left, #111 50%, var(--course-color-gd) 50%);
}
header nav .main-menu > li.nv_ia a .text, header nav .main-menu > li.nv_ia .nv_page-anchor a {
  background-image: linear-gradient(to left, #111 50%, var(--course-color-ia) 50%);
}
header nav .main-menu > li.nv_fc a .text, header nav .main-menu > li.nv_fc .nv_page-anchor a {
  background-image: linear-gradient(to left, #111 50%, var(--course-color-fc) 50%);
}
header nav .main-menu > li.nv_ai a .text, header nav .main-menu > li.nv_ai .nv_page-anchor a {
  background-image: linear-gradient(to left, #111 50%, var(--course-color-ai) 50%);
}
header nav .main-menu > li a:hover .text,
header nav .main-menu > li .nv_page-anchor a:hover {
  background-position: left;
}
header nav .nv_page-anchor {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768.1px) {
  header nav .nv_page-anchor {
    margin-top: 16px;
    margin-bottom: -5px;
    padding-left: 50px;
    max-width: 550px;
    gap: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  header nav .nv_page-anchor {
    margin-top: 1.3333333333vw;
    margin-bottom: 4vw;
    padding-left: 9.8666666667vw;
    max-width: 100%;
    gap: 0.8vw 4.2666666667vw;
  }
}
header nav .nv_page-anchor li a {
  display: inline-flex;
  align-items: center;
  color: transparent;
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
          background-clip: text;
  transition: background-position 0.25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 187.5%;
  text-decoration: none;
}
@media print, screen and (min-width: 768.1px) {
  header nav .nv_page-anchor li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  header nav .nv_page-anchor li a {
    font-size: 3.2vw;
  }
}
header nav .nv_page-anchor li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: var(--BK, #111);
  margin-right: 5px;
}
header nav .sub-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media print, screen and (min-width: 768.1px) {
  header nav .sub-menu {
    margin: calc((100vh - 620px) / 2) auto 0 auto;
    gap: 40px;
    width: 100%;
    max-width: 1300px;
  }
}
@media screen and (min-width: 768.1px) and (min-width: 768.1px) and (max-height: 700px) {
  header nav .sub-menu {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1200px) {
  header nav .sub-menu {
    padding-bottom: 60px;
    width: 540px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1480px) {
  header nav .sub-menu {
    margin: 60px auto;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  header nav .sub-menu {
    gap: 3.4666666667vw 5.3333333333vw;
    margin-top: 10vw;
    flex-wrap: wrap;
  }
}
header nav .sub-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  header nav .sub-menu ul {
    gap: 0 40px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1480px) {
  header nav .sub-menu ul {
    gap: 12px 40px;
    margin-right: 40px;
    max-width: 540px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1200px) {
  header nav .sub-menu ul {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  header nav .sub-menu ul {
    gap: 2.1333333333vw 5.3333333333vw;
  }
}
header nav .sub-menu ul li {
  position: relative;
}
header nav .sub-menu ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: var(--BK, #ccc);
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768.1px) {
  header nav .sub-menu ul li::before {
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  header nav .sub-menu ul li::before {
    margin-left: -2.6666666667vw;
  }
}
header nav .sub-menu ul li a {
  color: rgba(17, 17, 17, 0.7);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}
@media print, screen and (min-width: 768.1px) {
  header nav .sub-menu ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  header nav .sub-menu ul li a {
    font-size: 3.2vw;
  }
}
header nav .sub-menu ul li a:hover {
  color: var(--black);
}
header nav .sub-menu .nv_instagram {
  display: inline-block;
  line-height: 0.75;
}
header nav .sub-menu .nv_instagram svg {
  fill: var(--black);
}
@media print, screen and (min-width: 768.1px) {
  header nav .sub-menu .nv_instagram svg {
    margin-left: 10px;
    width: 21px;
    height: 21px;
    opacity: 0.7;
    transform: translateY(1px);
  }
}
@media screen and (max-width: 768px) {
  header nav .sub-menu .nv_instagram svg {
    margin-left: 1.3333333333vw;
    width: 2.8vw;
  }
}
header nav .sub-menu .nv_instagram:hover svg {
  opacity: 1;
}
header nav .sub-menu .nv_official {
  line-height: 1;
}
@media print, screen and (min-width: 768.1px) {
  header nav .sub-menu .nv_official {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  header nav .sub-menu .nv_official {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  header nav .sub-menu .nv_official img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  header nav .sub-menu .nv_official img {
    width: 51.4666666667vw;
  }
}
header::after {
  content: "";
  display: block;
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  right: 0;
  transform: skewY(44deg);
  transform-origin: top left;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  header::after {
    width: 156px;
    height: calc(100% - 150px);
  }
}
[data-page=md] .nv_md .nv_page-anchor,
[data-page=gc] .nv_gc .nv_page-anchor,
[data-page=gd] .nv_gd .nv_page-anchor,
[data-page=fc] .nv_fc .nv_page-anchor,
[data-page=an] .nv_an .nv_page-anchor,
[data-page=cd] .nv_cd .nv_page-anchor,
[data-page=vv] .nv_vv .nv_page-anchor,
[data-page=ia] .nv_ia .nv_page-anchor,
[data-page=ai] .nv_ai .nv_page-anchor {
  display: flex;
}

[data-page=md] .nv_md a .text {
  background-image: linear-gradient(to left, var(--course-color-md) 50%, var(--course-color-md) 50%) !important;
}

[data-page=gc] .nv_gc a .text {
  background-image: linear-gradient(to left, var(--course-color-gc) 50%, var(--course-color-gc) 50%) !important;
}

[data-page=gd] .nv_gd a .text {
  background-image: linear-gradient(to left, var(--course-color-gd) 50%, var(--course-color-gd) 50%) !important;
}

[data-page=fc] .nv_fc a .text {
  background-image: linear-gradient(to left, var(--course-color-fc) 50%, var(--course-color-fc) 50%) !important;
}

[data-page=an] .nv_an a .text {
  background-image: linear-gradient(to left, var(--course-color-an) 50%, var(--course-color-an) 50%) !important;
}

[data-page=cd] .nv_cd a .text {
  background-image: linear-gradient(to left, var(--course-color-cd) 50%, var(--course-color-cd) 50%) !important;
}

[data-page=vv] .nv_vv a .text {
  background-image: linear-gradient(to left, var(--course-color-vv) 50%, var(--course-color-vv) 50%) !important;
}

[data-page=ia] .nv_ia a .text {
  background-image: linear-gradient(to left, var(--course-color-ia) 50%, var(--course-color-ia) 50%) !important;
}

[data-page=ai] .nv_ai a .text {
  background-image: linear-gradient(to left, var(--course-color-ai) 50%, var(--course-color-ai) 50%) !important;
}

footer {
  background-color: var(--bg-color);
}
@media print, screen and (min-width: 768.1px) {
  footer {
    margin-left: 100px;
    padding: 120px 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 16vw 0 8vw;
  }
}
footer .copyright {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  color: var(--gray);
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media print, screen and (min-width: 768.1px) {
  footer .copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 14px;
  }
}
footer .copyright::first-letter {
  font-family: var(--font-jp);
}

#kv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  background-color: var(--main-color);
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #kv {
    height: 793px;
  }
}
@media screen and (max-width: 768px) {
  #kv {
    height: 161.8666666667vw;
  }
}
#kv .mv {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #kv .mv {
    width: calc(100% - 90px);
    left: -1px;
  }
}
@media screen and (max-width: 768px) {
  #kv .mv {
    width: 100%;
  }
}
#kv .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#kv .mv video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  #kv .mv video {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #kv .mv video {
    aspect-ratio: 16/9;
    height: auto;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
  }
}
#kv .mv #toggle-sound {
  position: absolute;
  z-index: 10;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 768.1px) {
  #kv .mv #toggle-sound {
    width: 32px;
    height: 32px;
    top: 45px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #kv .mv #toggle-sound {
    width: 6.4vw;
    height: 6.4vw;
    top: 6.4vw;
    left: 2.6666666667vw;
  }
}
#kv .mv #toggle-sound img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768.1px) {
  #kv .mv #toggle-sound img {
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
}
#kv .mv #toggle-sound img.fade {
  opacity: 0;
  transform: scale(0.8);
}
#kv h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 {
    gap: 24px;
    padding-left: 220px;
    left: 90px;
    bottom: 43px;
  }
}
@media screen and (max-width: 768px) {
  #kv h1 {
    gap: 2.6666666667vw;
    left: 4.2666666667vw;
    bottom: 7.3333333333vw;
  }
}
#kv h1 .symbol {
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 .symbol {
    font-size: 155px;
    line-height: 105px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #kv h1 .symbol {
    font-size: 28vw;
    line-height: 0.83;
    transform: translateX(-1.6vw);
  }
}
#kv h1 span:not(:first-child) {
  display: flex;
  align-items: center;
  gap: 0.4em;
  color: var(--nega-color);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 span:not(:first-child) {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.125em;
  }
}
@media screen and (max-width: 768px) {
  #kv h1 span:not(:first-child) {
    font-size: 7.2vw;
    line-height: 9.3333333333vw;
  }
}
#kv h1 span:not(:first-child)::before {
  content: "";
  position: absolute;
  background-color: var(--main-color);
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 span:not(:first-child)::before {
    top: -6px;
    bottom: -6px;
    left: -12px;
    right: -12px;
  }
}
@media screen and (max-width: 768px) {
  #kv h1 span:not(:first-child)::before {
    top: -0.2666666667vw;
    bottom: -0.2666666667vw;
    left: -1.6vw;
    right: -1.6vw;
  }
}
#kv h1 span:not(:first-child) small {
  display: inline-block;
  padding: 0.1em 0.5em;
  background-color: var(--red);
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 span:not(:first-child) small {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv h1.is-1line span:not(:first-child) {
    transform: translateY(-30px);
  }
}
#kv .catch {
  color: var(--main-color);
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #kv .catch {
    padding: 15px 20px;
    min-width: 718px;
    font-size: 18px;
    line-height: 1;
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #kv .catch {
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
    top: 6.6666666667vw;
    right: 2.6666666667vw;
    left: auto;
    max-width: calc(100% - 5.3333333333vw);
  }
}
#kv .catch::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#intro {
  background-color: var(--main-color);
  color: var(--white);
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #intro {
    padding: 54px 90px 70px 90px;
  }
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 8vw 5.3333333333vw 7.7333333333vw;
  }
}
#intro .lead {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768.1px) {
  #intro .lead {
    gap: 26px;
    padding-right: 20px;
    width: 66.6666666667%;
  }
}
#intro .lead p {
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
@media print, screen and (min-width: 768.1px) {
  #intro .lead p {
    font-size: 18px;
  }
}
#intro .chart {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #intro .chart {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  #intro .chart {
    margin: 2.6666666667vw 5.3333333333vw 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #intro .chart img {
    width: min(420px, 26.25vw);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -30px;
  }
}
#intro ul {
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  #intro ul {
    flex-direction: row;
    margin: 80px 2px 0 2px;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  #intro ul {
    flex-direction: column;
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #intro ul li {
    flex: 1;
    width: 33.3333333333%;
    border-right: 2px solid var(--clear-color);
  }
}
@media screen and (max-width: 768px) {
  #intro ul li + li {
    border-top: 1px solid var(--clear-color);
  }
}
#intro ul li dl {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768.1px) {
  #intro ul li dl {
    gap: 18px;
    align-items: center;
    padding: 0 49px;
  }
}
@media screen and (max-width: 768px) {
  #intro ul li dl {
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 0 8vw 0;
  }
}
#intro ul li dl dt {
  display: flex;
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #intro ul li dl dt {
    flex-direction: column;
    gap: 22px;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #intro ul li dl dt {
    flex-direction: row;
    align-items: center;
    gap: 4vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#intro ul li dl dt .num {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-color: var(--white);
  color: var(--main-color);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media print, screen and (min-width: 768.1px) {
  #intro ul li dl dt .num {
    width: 100px;
    height: 100px;
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  #intro ul li dl dt .num {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    font-size: 8vw;
  }
}
#intro ul li dl dd {
  line-height: 1.5;
}
@media print, screen and (min-width: 768.1px) {
  #intro ul li dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #intro ul li dl dd {
    font-size: 3.4666666667vw;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
#intro .add-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #intro .add-icon {
    width: 240px;
    transform: translate(-35%, -45%);
  }
}
@media screen and (max-width: 768px) {
  #intro .add-icon {
    width: 33.3333333333vw;
    transform: translate(-10%, -64vw);
  }
}

.instagram-posts {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  .instagram-posts {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .instagram-posts {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
}
.instagram-posts a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  .instagram-posts a {
    padding: 6px;
    width: calc((100% - 50px) / 6);
  }
  .instagram-posts a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    transform: scale(0);
    transform-origin: top left;
    transition: transform 0.3s ease;
  }
  .instagram-posts a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    transform: scale(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
  }
  .instagram-posts a:hover::before, .instagram-posts a:hover::after {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .instagram-posts a {
    width: calc((100% - 20px) / 2);
  }
}
.instagram-posts a img,
.instagram-posts a video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.movie-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 768.1px) {
  .movie-posts {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .movie-posts {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.movie-posts iframe {
  aspect-ratio: 16/9;
}
@media print, screen and (min-width: 768.1px) {
  .movie-posts iframe {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .movie-posts iframe {
    width: 100%;
  }
}

@media print, screen and (min-width: 768.1px) {
  #kv {
    height: 800px;
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    -moz-column-gap: clamp(40px, 4vw, 72px);
         column-gap: clamp(40px, 4vw, 72px);
    align-items: start;
    overflow: hidden;
    padding-left: 90px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv .mv {
    width: calc(100% - 600px);
    min-width: 670px;
    height: 100%;
    top: 0;
    left: 610px;
    z-index: 0;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1370px) {
  #kv .mv {
    width: 670px;
    left: auto;
    right: -10px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv .mv img,
  #kv .mv video {
    clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv .mv video {
    height: auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv .mv #toggle-sound {
    width: 32px;
    height: 32px;
    top: 30px;
    left: auto;
    right: 30px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 {
    gap: 24px;
    position: relative;
    grid-column: 1;
    align-self: start;
    margin-top: 124px;
    padding-left: 220px;
    left: auto;
    bottom: auto;
    z-index: 2;
  }
}
#kv h1 span:not(:first-child) {
  display: flex;
  align-items: center;
  gap: 0.4em;
  color: var(--nega-color);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #kv h1 span:not(:first-child) {
    white-space: nowrap;
  }
}
#kv .chart {
  text-align: left;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #kv .chart {
    grid-column: 1;
    align-self: start;
    margin-top: 28px;
    max-width: 360px;
    left: 60px;
  }
  #kv .chart img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1240px) {
  #kv .chart {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #kv .chart {
    display: none;
  }
}

@media print, screen and (min-width: 768.1px) {
  #intro .flex-box-bottom {
    display: block;
  }
  #intro {
    padding: 54px 90px 70px 90px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #intro .lead {
    gap: 26px;
    padding-right: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #intro .lead p {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #intro .lead .catch {
    color: var(--white);
    leading-trim: both;
    text-edge: cap;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #intro ul {
    flex-direction: row;
    margin: 80px 2px 0 2px;
    /* border-left: 2px solid var(--clear-color); */
  }
}
@media print, screen and (min-width: 768.1px) {
  #intro ul li {
    flex: 1;
    width: 33.3333333333%;
    border-right: 1px solid var(--clear-color);
  }
  #intro ul li:last-child {
    border-right: none;
  }
}

.auto-slideshow {
  display: grid;
  position: relative;
}

.auto-slideshow > * {
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}

.auto-slideshow > *.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

@keyframes intro-bg-text-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#intro .bg-text {
  /* 基準: MD「MANGA AND DIGITAL ARTS」の文字数。duration ∝ len で見かけの流れ速度を揃える */
  --intro-marquee-base-sec: 38;
  --intro-bg-text-ref-len: 22;
  --intro-bg-text-len: 22;
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 160px;
  line-height: 1;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  #intro .bg-text {
    top: 2em;
    font-size: 21.3333333333vw;
  }
}

#intro .bg-text__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation-name: intro-bg-text-marquee;
  animation-duration: calc(1s * var(--intro-marquee-base-sec) * var(--intro-bg-text-len) / var(--intro-bg-text-ref-len));
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#intro .bg-text__segment {
  flex-shrink: 0;
  white-space: nowrap;
  padding-inline-end: 0.2em;
}

@media (prefers-reduced-motion: reduce) {
  #intro .bg-text__track {
    animation: none;
    transform: translateX(0);
  }
}
