@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 {
  -webkit-box-sizing: border-box;
          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: #CCF100;
  --main-color: var(--black);
  --nega-color: var(--white);
  --pale-color: var(--basewhite);
  --clear-color: rgba(249, 249, 249, 0.35);
  --vanish-color: rgba(249, 249, 249, 0.15);
  --text-color: var(--black);
  --bg-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

body {
  background-color: #f8f8f8;
  color: var(--black);
  font-family: var(--font-jp);
  position: relative;
}

body * {
  -webkit-box-sizing: border-box;
          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 {
    -webkit-box-sizing: content-box;
            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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

small {
  font-size: 87.5%;
}

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

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

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

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

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

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

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

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

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

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

.flex-wrap-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex-wrap-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}

.flex-wrap-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768.1px) {
  .rev > *:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .rev > *:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .rev > *:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            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 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-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;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            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 + .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-fit-content;
    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);
  -webkit-font-feature-settings: "palt";
          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(--black);
  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;
  }
}

.number-line,
.combine-number-line,
.combine-number-line-top,
.combine-number-line-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -ms-flex-wrap: wrap;
        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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          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 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          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;
    -webkit-transform: translateY(6px);
            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;
    -webkit-transform: translateY(4px);
            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;
    -webkit-transform: translateY(16px);
            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;
    -webkit-transform: translateY(12px);
            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;
    -webkit-transform: translateY(11px);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 25px;
    min-height: 82px;
  }
}
.combine-number-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-font-feature-settings: "palt";
          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.5;
}
@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;
    -webkit-font-feature-settings: "palt";
            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);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--font-en);
  font-weight: 600;
  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;
  }
}
.profile-box.point-box,
.message-box-c.message-box-c .point-box.head,
.message-box-b.message-box-b .point-box.head,
.point-box.point-box {
  padding-top: 0;
}

.teacher-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          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;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          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 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .teacher-message .flex-box-top {
    margin-top: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.0666666667vw;
  }
}
.teacher-message .flex-box-top .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  word-break: break-all;
}
@media print, screen and (min-width: 768.1px) {
  .color-band {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .color-band {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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);
  -webkit-font-feature-settings: "palt";
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          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 {
  -webkit-transform: translateY(-0.35em);
          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%;
  -webkit-transform: translateY(-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: 150%;
}
@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: 1.5em;
  line-height: 150%;
}
@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;
    -webkit-filter: drop-shadow(1px 0 10px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(1px 0 10px rgba(0, 0, 0, 0.05));
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar {
    width: 100vw;
    height: 16vw;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.1));
  }
  aside#sidebar.is-hidden {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
}
aside#sidebar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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(/department/art/assets/img/common/logo_osuad.svg);
          mask-image: url(/department/art/assets/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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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%;
    -webkit-transform: translate(-50%, -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%;
    -webkit-transform: translateY(-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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          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 {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu::before {
    -webkit-transform: translateY(-1.8666666667vw);
            transform: translateY(-1.8666666667vw);
  }
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu::after {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu::after {
    -webkit-transform: translateY(1.8666666667vw);
            transform: translateY(1.8666666667vw);
  }
}
aside#sidebar #nv_menu:hover::before {
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu:hover::before {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu:hover::before {
    -webkit-transform: translateY(-2.4vw);
            transform: translateY(-2.4vw);
  }
}
aside#sidebar #nv_menu:hover::after {
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media print, screen and (min-width: 768.1px) {
  aside#sidebar #nv_menu:hover::after {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar #nv_menu:hover::after {
    -webkit-transform: translateY(2.4vw);
            transform: translateY(2.4vw);
  }
}
aside#sidebar.is-active {
  -webkit-filter: none;
          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 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
aside#sidebar.is-active #nv_menu::after {
  -webkit-transform: rotate(-30deg);
          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;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 768.1px) and (max-height: 620px) {
  header {
    padding: 40px 0;
  }
}
header.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header.is-active nav .main-menu > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media print, screen and (min-width: 768.1px) {
  header.is-active nav .main-menu > li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  header.is-active nav .main-menu > li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  header.is-active nav .main-menu > li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  header.is-active nav .main-menu > li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  header.is-active nav .main-menu > li:nth-child(5) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  header.is-active nav .main-menu > li:nth-child(6) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  header.is-active nav .main-menu > li:nth-child(7) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  header.is-active nav .main-menu > li:nth-child(8) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
}
@media screen and (max-width: 768px) {
  header.is-active nav .main-menu > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  header.is-active nav .main-menu > li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  header.is-active nav .main-menu > li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  header.is-active nav .main-menu > li:nth-child(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  header.is-active nav .main-menu > li:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  header.is-active nav .main-menu > li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  header.is-active nav .main-menu > li:nth-child(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  header.is-active nav .main-menu > li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
}
@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-gradient(linear, right top, left top, color-stop(50%, #111), color-stop(50%, var(--concept-color)));
  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;
  -webkit-transition: background-position 0.25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  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;
}
header nav .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768.1px) {
  header nav .main-menu {
    -webkit-column-gap: 84px;
       -moz-column-gap: 84px;
            column-gap: 84px;
    margin-top: 54px;
    padding-right: 54px;
    max-height: 300px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1200px) {
  header nav .main-menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-height: 200vh;
  }
}
@media screen and (max-width: 768px) {
  header nav .main-menu {
    row-gap: 4vw;
    margin-top: 8vw;
  }
}
header nav .main-menu > li {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  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);
  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), -webkit-transform 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-transition: background-position 0.25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  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: #E60025;
}
header nav .main-menu > li.nv_gc a .icon {
  background-color: #6FBA2C;
}
header nav .main-menu > li.nv_gd a .icon {
  background-color: #6E6E6E;
}
header nav .main-menu > li.nv_fc a .icon {
  background-color: #FDCD00;
}
header nav .main-menu > li.nv_ac a .icon {
  background-color: #397db1;
}
header nav .main-menu > li.nv_vv a .icon {
  background-color: #3C558A;
}
header nav .main-menu > li.nv_ia a .icon {
  background-color: #40A08B;
}
header nav .main-menu > li.nv_ai a .icon {
  background-color: #ED7100;
}
header nav .main-menu > li.nv_md a .text, header nav .main-menu > li.nv_md .nv_page-anchor a {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #111), color-stop(50%, #E60025));
  background-image: linear-gradient(to left, #111 50%, #E60025 50%);
}
header nav .main-menu > li.nv_gc a .text, header nav .main-menu > li.nv_gc .nv_page-anchor a {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #111), color-stop(50%, #6FBA2C));
  background-image: linear-gradient(to left, #111 50%, #6FBA2C 50%);
}
header nav .main-menu > li.nv_gd a .text, header nav .main-menu > li.nv_gd .nv_page-anchor a {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #111), color-stop(50%, #6E6E6E));
  background-image: linear-gradient(to left, #111 50%, #6E6E6E 50%);
}
header nav .main-menu > li.nv_fc a .text, header nav .main-menu > li.nv_fc .nv_page-anchor a {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #111), color-stop(50%, #FDCD00));
  background-image: linear-gradient(to left, #111 50%, #FDCD00 50%);
}
header nav .main-menu > li.nv_ac a .text, header nav .main-menu > li.nv_ac .nv_page-anchor a {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #111), color-stop(50%, #397db1));
  background-image: linear-gradient(to left, #111 50%, #397db1 50%);
}
header nav .main-menu > li.nv_vv a .text, header nav .main-menu > li.nv_vv .nv_page-anchor a {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #111), color-stop(50%, #3C558A));
  background-image: linear-gradient(to left, #111 50%, #3C558A 50%);
}
header nav .main-menu > li.nv_ia a .text, header nav .main-menu > li.nv_ia .nv_page-anchor a {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #111), color-stop(50%, #40A08B));
  background-image: linear-gradient(to left, #111 50%, #40A08B 50%);
}
header nav .main-menu > li.nv_ai a .text, header nav .main-menu > li.nv_ai .nv_page-anchor a {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #111), color-stop(50%, #ED7100));
  background-image: linear-gradient(to left, #111 50%, #ED7100 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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: transparent;
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-transition: background-position 0.25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
    -ms-flex-wrap: wrap;
        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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header nav .sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      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;
    -webkit-transform: translateY(1px);
            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;
  -webkit-transform: skewY(44deg);
          transform: skewY(44deg);
  -webkit-transform-origin: top left;
          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=ac] .nv_ac .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-page=md] .nv_md a .text {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #E60025), color-stop(50%, #E60025)) !important;
  background-image: linear-gradient(to left, #E60025 50%, #E60025 50%) !important;
}

[data-page=gc] .nv_gc a .text {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #6FBA2C), color-stop(50%, #6FBA2C)) !important;
  background-image: linear-gradient(to left, #6FBA2C 50%, #6FBA2C 50%) !important;
}

[data-page=gd] .nv_gd a .text {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #6E6E6E), color-stop(50%, #6E6E6E)) !important;
  background-image: linear-gradient(to left, #6E6E6E 50%, #6E6E6E 50%) !important;
}

[data-page=fc] .nv_fc a .text {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #FDCD00), color-stop(50%, #FDCD00)) !important;
  background-image: linear-gradient(to left, #FDCD00 50%, #FDCD00 50%) !important;
}

[data-page=ac] .nv_ac a .text {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #397db1), color-stop(50%, #397db1)) !important;
  background-image: linear-gradient(to left, #397db1 50%, #397db1 50%) !important;
}

[data-page=vv] .nv_vv a .text {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3C558A), color-stop(50%, #3C558A)) !important;
  background-image: linear-gradient(to left, #3C558A 50%, #3C558A 50%) !important;
}

[data-page=ia] .nv_ia a .text {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #40A08B), color-stop(50%, #40A08B)) !important;
  background-image: linear-gradient(to left, #40A08B 50%, #40A08B 50%) !important;
}

[data-page=ai] .nv_ai a .text {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #ED7100), color-stop(50%, #ED7100)) !important;
  background-image: linear-gradient(to left, #ED7100 50%, #ED7100 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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%;
    -webkit-transform: translateY(-50%);
            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 {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
#kv .mv #toggle-sound img.fade {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#kv h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
    -webkit-transform: translateX(-1.6vw);
            transform: translateX(-1.6vw);
  }
}
#kv h1 span:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  color: var(--nega-color);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt";
          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) {
    -webkit-transform: translateY(-30px);
            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;
  }
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: -30px;
  }
}
#intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768.1px) {
  #intro ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 80px 2px 0 2px;
    border-left: 2px solid var(--clear-color);
  }
}
@media screen and (max-width: 768px) {
  #intro ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #intro ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768.1px) {
  #intro ul li dl {
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
@media print, screen and (min-width: 768.1px) {
  #intro ul li dl dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#intro ul li dl dt .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}

.instagram-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    -ms-flex-wrap: wrap;
        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);
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-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);
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .instagram-posts a:hover::before, .instagram-posts a:hover::after {
    -webkit-transform: scale(1);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768.1px) {
  .movie-posts {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .movie-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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%;
  }
}