@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: 750.1px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1920px) {
  .sp {
    display: none !important;
  }
}

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

:root {
  --color-black: #343942;
  --color-blue: #325abe;
  --color-pink: #e76a64;
  --color-yellow: #ffe64e;
  --color-gray: #f0f3f7;
}

/* WEBFONT
----------------------------------------------------------------------*/
.tsukumin-l {
  font-family: "FOT-筑紫明朝 Pr6 L";
  font-weight: normal !important;
}

.tsukumin-r {
  font-family: "FOT-筑紫明朝 Pr6 R";
  font-weight: normal !important;
}

.tsukumin-rb {
  font-family: "FOT-筑紫明朝 Pr6 RB";
  font-weight: normal !important;
}

.tsukumin-m {
  font-family: "FOT-筑紫明朝 Pr6 M";
  font-weight: normal !important;
}

.tsukumin-d {
  font-family: "FOT-筑紫明朝 Pr6 D";
  font-weight: normal !important;
}

.tsukumin-b {
  font-family: "FOT-筑紫明朝 Pr6 M";
  font-weight: bold !important;
}

.tsukugo-l {
  font-family: "FOT-筑紫ゴシック Pr5N L";
  font-weight: normal !important;
}

.tsukugo-r, #campus-life .scene-image figcaption, #campus-life .text-wrapper .text-wrap p, #campus-life .cover-image figcaption small, #achievements .license .notes, #achievements .recruitment .recruitment-list dl dd ul li, #features .club .club-list dl dd ul li, .interview__card .interview__description, .interview__card .interview__profile .course, .pickup-card .text-wrap p, sup, body {
  font-family: "FOT-筑紫ゴシック Pr5N R";
  font-weight: normal !important;
}

.tsukugo-rb {
  font-family: "FOT-筑紫ゴシック Pro RB";
  font-weight: normal !important;
}

.tsukugo-m {
  font-family: "FOT-筑紫ゴシック Pr5N M";
  font-weight: normal !important;
}

.tsukugo-d {
  font-family: "FOT-筑紫ゴシック Pr5N D";
  font-weight: normal !important;
}

.tsukugo-e {
  font-family: "FOT-筑紫ゴシック Pro D";
  font-weight: normal !important;
}

.tsukugo-b, #campus-life .schedule figure figcaption, #campus-life .text-wrapper .text-wrap h3, #campus-life .cover-image figcaption, #achievements .license .license-list li, #achievements .recruitment .recruitment-list dl dt, #features .club .club-list dl dt, #features .lead p, #features .lead ul + span, #features .lead ul li, #kv h1 span, #kv .catch, .edu-header .edu-header__nav a, .interview__card .interview__catch, .interview__card .interview__profile .name, .interview__card .interview__text .interview__current .label, .interview__card .interview__text .interview__current, .interview__card .interview__image .interview__label, .pickup-card .text-wrap h4 .txt, .sub-section-lead, .sub-section-title span, .section-title small {
  font-family: "FOT-筑紫ゴシック Pro B";
  font-weight: normal !important;
}

.Baloo2-r, #campus-life .schedule h3, #news h2, .section-title .en {
  font-family: baloo-2, sans-serif;
  font-weight: 400;
}

.Baloo2-m, .sub-section-title small {
  font-family: baloo-2, sans-serif;
  font-weight: 500;
}

.din-2014-d, .pickup-card .text-wrap h4 .num {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}

.din-2014-b {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}

body {
  background-color: #fff;
  color: var(--color-black);
  position: relative;
}

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

main {
  position: relative;
}
img {
  vertical-align: bottom;
}

.scene-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  .scene-photo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin-top: 54px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  .scene-photo {
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .scene-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
    margin-top: 9.0666666667vw;
  }
}
.scene-photo img {
  background-color: #fff;
}
@media print, screen and (min-width: 750.1px) {
  .scene-photo img {
    aspect-ratio: 366/226;
    width: calc((100% - 100px) / 3);
    max-width: 366px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 750px) {
  .scene-photo img {
    aspect-ratio: 630/389;
    width: 84vw;
    border-radius: 5.3333333333vw;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: var(--color-blue);
}

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

sup {
  margin: 0 2px;
  font-size: 0.6em;
  line-height: 1;
  vertical-align: super;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  line-height: 0.66;
}
@media print, screen and (min-width: 750.1px) {
  .section-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    width: calc(100% - 140px);
    max-width: 1320px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1280px) {
  .section-title {
    -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;
  }
}
@media screen and (max-width: 750px) {
  .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.9333333333vw;
    width: 86.6666666667vw;
  }
}
.section-title .en {
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media print, screen and (min-width: 750.1px) {
  .section-title .en {
    font-size: 120px;
  }
}
@media screen and (max-width: 750px) {
  .section-title .en {
    font-size: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  .section-title small {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .section-title small {
    font-size: 4.8vw;
  }
}

.sub-section-title {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--color-blue);
}
@media print, screen and (min-width: 750.1px) {
  .sub-section-title {
    gap: 24px;
    padding: 68px 0 63px;
  }
}
@media screen and (max-width: 750px) {
  .sub-section-title {
    gap: 4.4vw;
    padding-bottom: 8.5333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  .sub-section-title small {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .sub-section-title small {
    font-size: 2.9333333333vw;
  }
}
.sub-section-title span {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750.1px) {
  .sub-section-title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .sub-section-title span {
    font-size: 5.6vw;
    letter-spacing: 0.05em;
  }
}
.sub-section-title span::before {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--color-yellow);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  .sub-section-title span::before {
    height: 12px;
  }
}
@media screen and (max-width: 750px) {
  .sub-section-title span::before {
    height: 1.6vw;
  }
}

.sub-section-lead {
  color: var(--color-blue);
}
@media print, screen and (min-width: 750.1px) {
  .sub-section-lead {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  .sub-section-lead {
    padding: 0 60px;
    text-align: left;
  }
  .sub-section-lead br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .sub-section-lead {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 6vw;
  }
}

.sub-section {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750.1px) {
  .sub-section {
    margin-left: 60px;
    margin-right: 60px;
    border-radius: 100px 100px 0 0;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1400px) {
  .sub-section {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sub-section {
    margin: auto;
    padding-top: 9.3333333333vw;
    padding-bottom: 13.3333333333vw;
    width: 94.6666666667vw;
    border-radius: 8vw;
  }
}
.sub-section.__bg_round::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  .sub-section.__bg_round::before {
    width: 400px;
    top: -50px;
  }
}
@media screen and (max-width: 750px) {
  .sub-section.__bg_round::before {
    width: 53.3333333333vw;
    top: -6.6666666667vw;
  }
}
.sub-section.__bg_gray {
  background-color: var(--color-gray);
}
.sub-section.__bg_gray.__bg_round::before {
  background-color: var(--color-gray);
}
.sub-section.__bg_white {
  background-color: #fff;
}
.sub-section.__bg_white.__bg_round::before {
  background-color: #fff;
}

.pickup-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  .pickup-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
    margin: auto;
    width: calc(100% - 80px);
    max-width: 1200px;
  }
  .pickup-card._rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 750.1px) {
  .pickup-card .text-wrap {
    width: 520px;
    max-width: 520px;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card .text-wrap {
    margin: 1.6vw auto 0;
    max-width: 84vw;
  }
}
.pickup-card .text-wrap h4 {
  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: 750.1px) {
  .pickup-card .text-wrap h4 {
    gap: 24px;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card .text-wrap h4 {
    gap: 4vw;
  }
}
.pickup-card .text-wrap h4 .num {
  color: var(--color-blue);
  line-height: 1;
}
@media print, screen and (min-width: 750.1px) {
  .pickup-card .text-wrap h4 .num {
    font-size: 120px;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card .text-wrap h4 .num {
    font-size: 19.2vw;
    -webkit-transform: translateY(1.0666666667vw);
            transform: translateY(1.0666666667vw);
  }
}
.pickup-card .text-wrap h4 .txt {
  color: var(--color-blue);
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  .pickup-card .text-wrap h4 .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card .text-wrap h4 .txt {
    font-size: 4.5333333333vw;
  }
}
.pickup-card .text-wrap h4 .txt small {
  display: block;
  color: var(--color-black);
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  .pickup-card .text-wrap h4 .txt small {
    margin-top: 22px;
    padding-left: 20px;
    border-left: 2px solid var(--color-blue);
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card .text-wrap h4 .txt small {
    margin-top: 2.6666666667vw;
    padding-left: 4vw;
    border-left: 2px solid var(--color-blue);
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  .pickup-card .text-wrap p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card .text-wrap p {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
    line-height: 6vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  .pickup-card .image-wrap {
    width: 100%;
    max-width: 610px;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card .image-wrap {
    margin: 8vw auto 0;
    width: 84vw;
  }
}
.pickup-card .image-wrap img {
  width: 100%;
}
@media print, screen and (min-width: 750.1px) {
  .pickup-card .image-wrap img {
    aspect-ratio: 610/371;
    border-radius: 40px;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card .image-wrap img {
    aspect-ratio: 630/389;
    border-radius: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  .pickup-card + .pickup-card {
    margin-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  .pickup-card + .pickup-card {
    margin-top: 9.6vw;
  }
}

.interview__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media print, screen and (min-width: 750.1px) {
  .interview__card {
    gap: 100px;
    width: calc(100% - 80px);
    max-width: 1200px;
    padding: 60px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1400px) {
  .interview__card {
    gap: 75px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  .interview__card {
    gap: 50px;
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 750.1px) {
  .interview__card._rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  .interview__card._rev .interview__image img {
    border-radius: 40px 0 0 40px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .interview__card._rev .interview__image .interview__label {
    left: auto;
    right: -60px;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  .interview__card._rev .interview__image .interview__label {
    right: -40px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .interview__card._rev .interview__text {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .interview__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.6666666667vw;
    padding: 6.6666666667vw;
    width: 84vw;
    border-radius: 8vw;
  }
  .interview__card._rev .interview__image .interview__label {
    left: auto;
    right: -6.6666666667vw;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
.interview__card .interview__image {
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__image {
    width: 42.6%;
    max-width: 460px;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__image {
    width: 70.6666666667vw;
  }
}
.interview__card .interview__image .interview__label {
  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;
  background-color: var(--color-yellow);
  color: var(--color-blue);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__image .interview__label {
    width: 80px;
    height: 170px;
    font-size: 12px;
    letter-spacing: 0.5em;
    top: 40px;
    left: -60px;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  .interview__card .interview__image .interview__label {
    left: auto;
    left: -40px;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__image .interview__label {
    width: 10.6666666667vw;
    height: 27.3333333333vw;
    font-size: 2.4vw;
    top: 5.3333333333vw;
    left: -6.6666666667vw;
    right: auto;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
}
.interview__card .interview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__image img {
    border-radius: 40px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  .interview__card .interview__image img {
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__image img {
    border-radius: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__text {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.interview__card .interview__text .interview__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-blue);
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__text .interview__current {
    gap: 15px;
    min-height: 30px;
    font-size: 20px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  .interview__card .interview__text .interview__current {
    -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;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__text .interview__current {
    gap: 2.8vw;
    margin-top: 6.6666666667vw;
    min-height: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.interview__card .interview__text .interview__current .label {
  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: #d6e2f5;
  color: var(--color-blue);
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__text .interview__current .label {
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__text .interview__current .label {
    padding: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__profile {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__profile .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__profile .name {
    font-size: 3.4666666667vw;
  }
}
.interview__card .interview__profile .course {
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__profile .course {
    margin-top: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__profile .course {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.interview__card .interview__catch {
  color: var(--color-blue);
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__catch {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1280px) {
  .interview__card .interview__catch br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__catch {
    margin-top: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  .interview__card .interview__description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 750px) {
  .interview__card .interview__description {
    margin-top: 0;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 750.1px) {
  .interview__card + .interview__card {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .interview__card + .interview__card {
    margin-top: 6.6666666667vw;
  }
}

.__bg_white .interview__card {
  background-color: var(--color-gray);
}

.__bg_gray .interview__card {
  background-color: #fff;
}
.__bg_gray .interview__card .interview__image .interview__label {
  background-color: var(--color-pink);
  color: #fff;
}

.edu-header {
  background-color: var(--color-gray);
  -webkit-box-shadow: 0 5px 10px 0 rgba(41, 30, 18, 0.15);
          box-shadow: 0 5px 10px 0 rgba(41, 30, 18, 0.15);
  position: fixed;
  z-index: 10;
  -webkit-transition: all 0.5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 0.5s cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
@media print, screen and (min-width: 750.1px) {
  .edu-header {
    width: calc(100% - 80px);
    max-width: 1320px;
    border-radius: 15px;
    top: 180px;
    right: 40px;
  }
}
@media screen and (min-width: 750.1px) and (min-width: 1400px) {
  .edu-header {
    width: 1320px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .edu-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2vw;
    top: 19.6vw;
    right: 4vw;
  }
}
.edu-header .edu-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.2s 0.3s ease-in-out;
  transition: opacity 0.2s 0.3s ease-in-out;
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding: 15px 60px;
    height: 70px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1180px) and (min-width: 750px) {
  .edu-header .edu-header__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 20px;
  }
  .edu-header .edu-header__nav .nv_top {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding: 10.6666666667vw 4vw;
  }
}
.edu-header .edu-header__nav a {
  text-decoration: none;
  white-space: nowrap;
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__nav a {
    font-size: 15px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 840px) {
  .edu-header .edu-header__nav a span {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__nav a {
    font-size: 3.7333333333vw;
  }
}
.edu-header .edu-header__nav a.is-current {
  color: var(--color-blue);
  pointer-events: none;
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__nav .nv_top {
    margin-right: auto;
  }
}
.edu-header .edu-header__nav dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__nav dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__nav dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.edu-header .edu-header__nav dl dt {
  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: #fff;
  white-space: nowrap;
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__nav dl dt {
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1180px) {
  .edu-header .edu-header__nav dl dt {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__nav dl dt {
    padding: 2.1333333333vw 2.6666666667vw;
    width: 100%;
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.edu-header .edu-header__nav dl dd {
  white-space: nowrap;
}
.edu-header .edu-header__nav dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__nav dl dd ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .edu-header .edu-header__nav dl dd ul li {
    position: relative;
  }
  .edu-header .edu-header__nav dl dd ul li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--color-black);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 750.1px) and (min-width: 750.1px) {
  .edu-header .edu-header__nav dl dd ul li + li::before {
    left: -20px;
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__nav dl dd ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
@media screen and (max-width: 1180px) and (min-width: 750px) {
  .edu-header .edu-header__nav dl {
    position: relative;
  }
  .edu-header .edu-header__nav dl::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--color-black);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -20px;
  }
}
.edu-header .edu-header__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__trigger {
    gap: 5px;
    height: 100%;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__trigger {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.edu-header .edu-header__trigger .edu-header__trigger-icon {
  background-color: var(--color-blue);
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__trigger .edu-header__trigger-icon {
    width: 40px;
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__trigger .edu-header__trigger-icon {
    width: 6.1333333333vw;
    height: 0.4vw;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
.edu-header .edu-header__trigger .edu-header__trigger-icon::before, .edu-header .edu-header__trigger .edu-header__trigger-icon::after {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--color-blue);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__trigger .edu-header__trigger-icon::before, .edu-header .edu-header__trigger .edu-header__trigger-icon::after {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__trigger .edu-header__trigger-icon::before, .edu-header .edu-header__trigger .edu-header__trigger-icon::after {
    height: 0.4vw;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__trigger .edu-header__trigger-icon::before {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__trigger .edu-header__trigger-icon::before {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
}
@media print, screen and (min-width: 750.1px) {
  .edu-header .edu-header__trigger .edu-header__trigger-icon::after {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
@media screen and (max-width: 750px) {
  .edu-header .edu-header__trigger .edu-header__trigger-icon::after {
    opacity: 0;
  }
}
@media print, screen and (min-width: 750.1px) {
  .edu-header.is-hidden {
    width: 70px;
  }
}
@media screen and (min-width: 750.1px) and (min-width: 1400px) {
  .edu-header.is-hidden {
    left: calc(50% + 625px);
  }
}
@media print, screen and (min-width: 750.1px) {
  .edu-header.is-hidden .edu-header__trigger {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .edu-header.is-hidden {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .edu-header.is-hidden .edu-header__trigger .edu-header__trigger-icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .edu-header.is-hidden .edu-header__trigger .edu-header__trigger-icon::before {
    -webkit-transform: translateY(-1.3333333333vw);
            transform: translateY(-1.3333333333vw);
  }
  .edu-header.is-hidden .edu-header__trigger .edu-header__trigger-icon::after {
    -webkit-transform: translateY(1.3333333333vw);
            transform: translateY(1.3333333333vw);
    opacity: 1;
  }
}
.edu-header.is-hidden .edu-header__nav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

@media print, screen and (min-width: 750.1px) {
  #kv {
    height: 750px;
  }
}
#kv .image {
  display: block;
}
@media print, screen and (min-width: 750.1px) {
  #kv .image {
    width: 63.75%;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  #kv .image {
    width: 100%;
    height: 112vw;
  }
}
#kv .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 750.1px) {
  #kv .image img {
    border-radius: 0 0 100px 0;
  }
}
@media screen and (max-width: 750px) {
  #kv .image img {
    border-radius: 0 0 10.6666666667vw 0;
  }
}
#kv .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 750.1px) {
  #kv .text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 330px;
    width: calc(100% - 80px);
    max-width: 1320px;
  }
}
#kv .catch {
  color: var(--color-blue);
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  #kv .catch {
    padding-right: 6px;
    font-size: 48px;
    background-color: #fff;
  }
}
@media screen and (max-width: 750px) {
  #kv .catch {
    padding: 6.9333333333vw 0 0 5.3333333333vw;
    font-size: 6.6666666667vw;
  }
}
#kv h1 {
  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;
  -webkit-filter: drop-shadow(0 5px 10px rgba(41, 30, 18, 0.15));
          filter: drop-shadow(0 5px 10px rgba(41, 30, 18, 0.15));
}
@media print, screen and (min-width: 750.1px) {
  #kv h1 {
    margin-top: 44px;
  }
}
@media screen and (max-width: 750px) {
  #kv h1 {
    margin-top: 7.2vw;
  }
}
#kv h1 span {
  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(--color-blue);
  color: #fff;
}
@media print, screen and (min-width: 750.1px) {
  #kv h1 span {
    min-width: 320px;
    height: 100px;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #kv h1 span {
    width: 47.3333333333vw;
    height: 16vw;
    font-size: 3.2vw;
  }
}
#kv h1 .course-name {
  background-color: var(--color-pink);
  color: #fff;
}
@media print, screen and (min-width: 750.1px) {
  #kv h1 .course-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #kv h1 .course-name {
    font-size: 3.7333333333vw;
  }
}

#news {
  background-color: #d6e2f5;
}
@media print, screen and (min-width: 750.1px) {
  #news {
    margin-top: -110px;
    padding-top: 224px;
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 750px) {
  #news {
    margin-top: -8vw;
    padding-top: 23.3333333333vw;
    padding-bottom: 22.6666666667vw;
  }
}
#news h2 {
  text-align: center;
  color: var(--color-blue);
}
@media print, screen and (min-width: 750.1px) {
  #news h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  #news h2 {
    font-size: 5.6vw;
  }
}
#news .news-wrap {
  margin: auto;
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  #news .news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    width: calc(100% - 80px);
    max-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  #news .news-wrap {
    padding: 0vw 8vw 13.3333333333vw;
  }
}

#features {
  margin: auto;
  background-color: var(--color-blue);
  color: #fff;
  -webkit-filter: drop-shadow(0 0 10px rgba(41, 30, 18, 0.25));
          filter: drop-shadow(0 0 10px rgba(41, 30, 18, 0.25));
}
@media print, screen and (min-width: 750.1px) {
  #features {
    margin-top: -100px;
    padding-top: 140px;
    padding-bottom: 220px;
    max-width: 1600px;
    border-radius: 100px 100px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #features {
    margin-top: -10.6666666667vw;
    padding-top: 20vw;
    padding-bottom: 26.6666666667vw;
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}
#features .lead {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  #features .lead {
    gap: 30px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  #features .lead {
    gap: 5.3333333333vw;
    padding-top: 16.5333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #features .lead img {
    width: 775px;
  }
}
@media screen and (max-width: 750px) {
  #features .lead img {
    width: 93.3333333333vw;
  }
}
#features .lead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  #features .lead ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 51px;
    margin-top: -75px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1150px) {
  #features .lead ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  #features .lead ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: -9.3333333333vw;
  }
}
#features .lead ul li {
  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;
  background-color: #fff;
  color: var(--color-blue);
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  #features .lead ul li {
    padding: 25px 15px;
    border-radius: 40px;
    width: calc((100% - 102px) / 3);
    max-width: 366px;
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1150px) {
  #features .lead ul li {
    width: 100%;
    max-width: 100%;
  }
  #features .lead ul li br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #features .lead ul li {
    padding: 4.8vw 2.6666666667vw;
    width: 73.3333333333vw;
    border-radius: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 750.1px) {
  #features .lead ul + span {
    margin-top: -4px;
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  #features .lead ul + span {
    font-size: 3.7333333333vw;
  }
}
#features .lead p {
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  #features .lead p {
    margin-top: 25px;
    padding: 0 60px;
    font-size: 18px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  #features .lead p {
    width: 100%;
    text-align: left;
  }
  #features .lead p br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #features .lead p {
    margin: 2vw auto;
    width: 84vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
@media print, screen and (min-width: 750.1px) {
  #features .lead p + p {
    margin-top: -5px;
  }
}
@media screen and (max-width: 750px) {
  #features .lead p + p {
    margin-top: -1.6vw;
  }
}
#features .lead p b {
  color: var(--color-yellow);
}
@media print, screen and (min-width: 750.1px) {
  #features .event {
    margin-top: 175px;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 750px) {
  #features .event {
    margin-top: 21.6vw;
    padding-bottom: 13.3333333333vw;
  }
}
#features .lecture {
  color: var(--color-black);
}
@media print, screen and (min-width: 750.1px) {
  #features .lecture {
    margin-top: -100px;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 750px) {
  #features .lecture {
    margin-top: 22.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
#features .club {
  color: var(--color-black);
}
@media print, screen and (min-width: 750.1px) {
  #features .club {
    margin-top: -100px;
    padding-bottom: 100px;
    border-radius: 100px;
  }
}
@media screen and (max-width: 750px) {
  #features .club {
    margin-top: 22.6666666667vw;
    padding-bottom: 13.3333333333vw;
    border-radius: 8vw;
  }
}
#features .club .club-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  #features .club .club-list {
    padding: 0 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
  }
}
@media screen and (max-width: 750px) {
  #features .club .club-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.6666666667vw;
    margin-top: 11.4666666667vw;
  }
}
#features .club .club-list 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: 750.1px) {
  #features .club .club-list dl {
    margin-top: 60px;
    width: 50%;
    max-width: 560px;
  }
}
@media screen and (max-width: 750px) {
  #features .club .club-list dl {
    width: 84vw;
  }
}
#features .club .club-list dl dt {
  width: 100%;
  background-color: var(--color-blue);
  color: #fff;
  border-radius: 50px;
}
@media print, screen and (min-width: 750.1px) {
  #features .club .club-list dl dt {
    padding: 17px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #features .club .club-list dl dt {
    padding: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
#features .club .club-list dl dd ul {
  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;
  width: 100%;
}
@media print, screen and (min-width: 750.1px) {
  #features .club .club-list dl dd ul {
    gap: 0 40px;
  }
}
@media screen and (max-width: 750px) {
  #features .club .club-list dl dd ul {
    gap: 0 5.3333333333vw;
  }
}
#features .club .club-list dl dd ul li {
  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;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-blue);
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  #features .club .club-list dl dd ul li {
    padding: 16px 0 14px;
    width: calc((100% - 40px) / 2);
    max-width: 260px;
  }
}
@media screen and (max-width: 750px) {
  #features .club .club-list dl dd ul li {
    padding: 3.6vw 0 2.6666666667vw;
    width: calc((100% - 5.3333333333vw) / 2);
    font-size: 3.4666666667vw;
    white-space: nowrap;
  }
}
#features .club .club-list dl:nth-child(even) dt {
  background-color: var(--color-pink);
}
#features .club .club-list dl:nth-child(even) dd ul li {
  border-color: var(--color-pink);
}
#features .club .scene-image {
  display: block;
}
@media print, screen and (min-width: 750.1px) {
  #features .club .scene-image {
    margin-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  #features .club .scene-image {
    margin-top: 13.3333333333vw;
  }
}
#features .club .scene-image img {
  width: 100%;
}

#achievements {
  margin: auto;
  background-color: #d6e2f5;
  -webkit-filter: drop-shadow(0 0 10px rgba(41, 30, 18, 0.15));
          filter: drop-shadow(0 0 10px rgba(41, 30, 18, 0.15));
}
@media print, screen and (min-width: 750.1px) {
  #achievements {
    margin-top: -100px;
    padding-top: 140px;
    padding-bottom: 220px;
    max-width: 1600px;
    border-radius: 100px 100px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #achievements {
    margin-top: -10.6666666667vw;
    padding-top: 20.8vw;
    border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  }
}
#achievements .section-title {
  color: var(--color-blue);
}
#achievements .section-title .en {
  letter-spacing: -0.01em;
}
#achievements .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
@media print, screen and (min-width: 750.1px) {
  #achievements .figure {
    gap: 50px;
    margin-top: 120px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
    margin-top: 16vw;
  }
}
#achievements .figure picture {
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  #achievements .figure picture {
    width: calc((100% - 100px) / 3);
    max-width: 366px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .figure picture {
    width: 73.3333333333vw;
  }
}
#achievements .figure picture img {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(41, 30, 18, 0.05);
          box-shadow: 0 5px 10px 0 rgba(41, 30, 18, 0.05);
}
@media print, screen and (min-width: 750.1px) {
  #achievements .figure picture img {
    border-radius: 40px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .figure picture img {
    border-radius: 5.3333333333vw;
  }
}
#achievements .figure picture:first-child::after {
  content: "";
  display: block;
  aspect-ratio: 161/140;
  width: 43.99%;
  position: absolute;
  top: 17%;
  left: -17%;
  background-image: url(../img/health-physical/achievements_fig1_balloon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 750.1px) {
  #achievements .recruitment {
    margin-top: 50px;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .recruitment {
    margin-top: 16vw;
  }
}
#achievements .recruitment .recruitment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 750.1px) {
  #achievements .recruitment .recruitment-list {
    gap: 28px;
    margin: auto;
    width: calc(100% - 100px);
    max-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .recruitment .recruitment-list {
    gap: 5.3333333333vw;
    margin: 2.1333333333vw auto 0;
    width: 84vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #achievements .recruitment .recruitment-list dl {
    width: calc((100% - 84px) / 4);
  }
}
@media screen and (max-width: 750px) {
  #achievements .recruitment .recruitment-list dl {
    width: calc((100% - 5.3333333333vw) / 2);
  }
}
#achievements .recruitment .recruitment-list dl dt {
  background-color: var(--color-blue);
  color: #fff;
  border-radius: 50px;
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  #achievements .recruitment .recruitment-list dl dt {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .recruitment .recruitment-list dl dt {
    padding: 1.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
#achievements .recruitment .recruitment-list dl dt.__kerning {
  letter-spacing: 0.3em;
}
#achievements .recruitment .recruitment-list dl dd ul {
  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: 750.1px) {
  #achievements .recruitment .recruitment-list dl dd ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .recruitment .recruitment-list dl dd ul {
    margin-top: 2.6666666667vw;
  }
}
#achievements .recruitment .recruitment-list dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--color-black);
}
@media print, screen and (min-width: 750.1px) {
  #achievements .recruitment .recruitment-list dl dd ul li {
    gap: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .recruitment .recruitment-list dl dd ul li {
    gap: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
#achievements .recruitment .recruitment-list dl dd ul li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-blue);
}
@media print, screen and (min-width: 750.1px) {
  #achievements .recruitment .recruitment-list dl dd ul li::before {
    width: 8px;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@media screen and (max-width: 750px) {
  #achievements .recruitment .recruitment-list dl dd ul li::before {
    width: 1.6vw;
    -webkit-transform: translateY(1.3333333333vw);
            transform: translateY(1.3333333333vw);
  }
}
@media print, screen and (min-width: 750.1px) {
  #achievements .successful {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .successful {
    margin-top: 29.3333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #achievements .successful .sub-section-title {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .successful .sub-section-title {
    padding-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #achievements .graduated {
    margin-top: -100px;
    padding-bottom: 100px;
    border-radius: 100px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .graduated {
    margin-top: 22.6666666667vw;
  }
  #achievements .graduated .interview__card {
    margin-top: 4.8vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #achievements .license {
    margin-top: 45px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .license {
    margin-top: 13.3333333333vw;
    padding-bottom: 33.3333333333vw;
  }
}
#achievements .license .license-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}
@media print, screen and (min-width: 750.1px) {
  #achievements .license .license-list {
    gap: 20px 51px;
    width: 100%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  #achievements .license .license-list {
    gap: 20px 30px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .license .license-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 1.8666666667vw;
    width: 84vw;
  }
}
#achievements .license .license-list li {
  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: 50px;
  background-color: var(--color-blue);
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  #achievements .license .license-list li {
    padding: 16.5px;
    width: calc((100% - 102px) / 3);
    max-width: 366px;
    font-size: 16px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1200px) {
  #achievements .license .license-list li {
    max-width: 100%;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1080px) {
  #achievements .license .license-list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 750px) {
  #achievements .license .license-list li {
    padding: 3.6vw;
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
#achievements .license .notes {
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  #achievements .license .notes {
    margin: 56px auto 0;
    max-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .license .notes {
    margin: 9.6vw auto 0;
    width: 84vw;
  }
}
#achievements .license .notes li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  #achievements .license .notes li {
    gap: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #achievements .license .notes li {
    gap: 2vw;
    font-size: 2.6666666667vw;
  }
}

#campus-life {
  margin: auto;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 10px rgba(41, 30, 18, 0.15));
          filter: drop-shadow(0 0 10px rgba(41, 30, 18, 0.15));
}
@media print, screen and (min-width: 750.1px) {
  #campus-life {
    margin-top: -110px;
    padding-top: 140px;
    padding-bottom: 100px;
    max-width: 1600px;
    border-radius: 100px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life {
    margin-top: -10.6666666667vw;
    padding-top: 20.5333333333vw;
    padding-bottom: 13.3333333333vw;
    width: 100%;
    border-radius: 10.6666666667vw;
  }
}
#campus-life .section-title {
  color: var(--color-blue);
}
#campus-life .section-title .en {
  letter-spacing: -0.01em;
}
#campus-life .cover-image {
  display: block;
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .cover-image {
    margin-top: 120px;
    width: calc(100% - 80px);
    max-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .cover-image {
    margin-top: 16vw;
    width: 84vw;
  }
}
#campus-life .cover-image img {
  width: 100%;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .cover-image img {
    aspect-ratio: 1200/500;
    border-radius: 60px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .cover-image img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 5.3333333333vw;
  }
}
#campus-life .cover-image figcaption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(50, 90, 190, 0.9);
  color: #fff;
  position: absolute;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .cover-image figcaption {
    gap: 30px;
    padding: 35px 50px 35px 60px;
    border-radius: 40px;
    font-size: 24px;
    top: 50%;
    left: -60px;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@media screen and (max-width: 750px) {
  #campus-life .cover-image figcaption {
    gap: 2.6666666667vw;
    padding: 4.8vw 4vw 4.8vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
    font-size: 4.5333333333vw;
    top: 66.4vw;
    right: -5.3333333333vw;
  }
}
#campus-life .cover-image figcaption small {
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .cover-image figcaption small {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .cover-image figcaption small {
    font-size: 2.9333333333vw;
  }
}
#campus-life .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .text-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
    margin-top: 72px;
    width: calc(100% - 80px);
    max-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    margin-top: 17.6vw;
    width: 84vw;
  }
}
#campus-life .text-wrapper .text-wrap h3 {
  color: var(--color-blue);
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .text-wrapper .text-wrap h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .text-wrapper .text-wrap h3 {
    font-size: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .text-wrapper .text-wrap p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .text-wrapper .text-wrap p {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
#campus-life .scene-image {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .scene-image {
    margin-top: 92px;
    width: calc(100% - 80px);
    max-width: 1200px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1400px) {
  #campus-life .scene-image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .scene-image {
    margin-top: 9.6vw;
    width: 84vw;
  }
}
#campus-life .scene-image img {
  width: 100%;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .scene-image img {
    aspect-ratio: 560/315;
    max-width: 560px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .scene-image img {
    aspect-ratio: 630/354;
    border-radius: 5.3333333333vw;
  }
}
#campus-life .scene-image figcaption {
  line-height: 1.5;
  text-align: right;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .scene-image figcaption {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .scene-image figcaption {
    margin-top: 3.2vw;
    font-size: 2.4vw;
  }
}
#campus-life .schedule {
  margin: auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .schedule {
    margin-top: -296px;
    padding-bottom: 70px;
    width: calc(100% - 80px);
    max-width: 1200px;
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1400px) {
  #campus-life .schedule {
    margin-top: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .schedule {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.6666666667vw;
    margin-top: 9.0666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#campus-life .schedule h3 {
  color: #d6e2f5;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .schedule h3 {
    font-size: 80px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .schedule h3 {
    font-size: 10.6666666667vw;
  }
}
#campus-life .schedule figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .schedule figure {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 52px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .schedule figure {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 1.0666666667vw;
  }
}
#campus-life .schedule figure img {
  width: auto;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .schedule figure img {
    height: 276px;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@media screen and (max-width: 750px) {
  #campus-life .schedule figure img {
    height: 54.8vw;
    -webkit-transform: translateX(-5.8666666667vw);
            transform: translateX(-5.8666666667vw);
  }
}
#campus-life .schedule figure figcaption {
  color: var(--color-blue);
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .schedule figure figcaption {
    margin-top: 40px;
    margin-left: -40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .schedule figure figcaption {
    margin-top: 5.6vw;
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
#campus-life .schedule::before {
  content: "";
  display: block;
  background-color: var(--color-gray);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  #campus-life .schedule::before {
    width: min(64.375vw, 1030px);
    height: calc(100% - 40px);
    border-radius: 0 60px 60px 0;
    left: max((100vw - 100%) / -2, -200px);
  }
}
@media screen and (min-width: 750.1px) and (max-width: 1400px) {
  #campus-life .schedule::before {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #campus-life .schedule::before {
    width: 84vw;
    height: calc(100% - 5.3333333333vw);
    border-radius: 5.3333333333vw;
    left: 8vw;
  }
}

#GHead,
#GFoot {
  line-height: 1.6;
}

#GHead {
  margin-bottom: 0;
  padding-bottom: 20px;
}

#GFoot .pagetop {
  z-index: 10;
}

@media print, screen and (min-width: 750.1px) {
  #Contents {
    padding: 150px 0 40px;
  }
}
@media screen and (max-width: 750px) {
  #Contents {
    padding: 0;
  }
}

#GHead,
#GHead *,
#GFoot,
#GFoot *,
#fixmenu,
#fixmenu * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media print, screen and (min-width: 750.1px) {
  #Contents #fixmenu {
    top: 270px;
  }
}
#more {
  margin-top: -100px;
  padding: 270px 0 130px;
  background: url(../img/bg_more.webp) center top no-repeat;
  background-size: cover;
  text-align: center;
}

#more nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-top: 40px;
  width: 1000px;
}

#more nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px;
  width: 480px;
  height: 240px;
  border: 4px solid #fff;
  border-radius: 16px;
  background: url(../../img/ico_arrow.png) right 10px bottom 10px no-repeat;
  background-size: 22px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#more nav a h3,
#more nav a p {
  width: 100%;
}

#more nav a h3 {
  margin-bottom: 1em;
}

#more nav a:nth-child(2) {
  padding: 68px 0;
}

#more nav a p.em {
  margin-top: 0;
  color: var(--color-yellow);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

#more nav a p.notes {
  color: #fff;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

@media (hover: hover) {
  #more nav a:hover {
    opacity: 1;
    background-color: #E76A64;
    background-image: url(../../img/ico_arrow_ov.png);
    background-position: right -30px bottom 10px;
  }
}
@media screen and (max-width: 750px) {
  #more {
    margin-top: -16vw;
    padding: 24vw 0 8vw;
  }
  #more h2 img {
    width: 64vw;
  }
  #more nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    width: 92vw;
  }
  #more nav a {
    display: block;
    margin-top: 6vw;
    padding: 6vw 4vw;
    height: auto;
    border-width: 2px;
    border-radius: 10px;
    background-size: 16px;
    background-position: right 5px bottom 5px;
  }
  #more nav a:last-child h3 img {
    width: 54vw;
  }
}