/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.module-feature-block {
  --content-width: 92.6rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.module-feature-block .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--content-width);
  min-height: var(--min-height, 42.8rem);
  padding-block: 3rem 4rem;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
}
.module-feature-block .content-wrapper > * {
  margin-inline: 17rem 0;
}
.module-feature-block .content-wrapper dl {
  max-width: 41rem;
  color: #fff;
}
.module-feature-block .content-wrapper dl dt {
  letter-spacing: 0.24em;
}
.module-feature-block .content-wrapper dl dt .course {
  margin-top: 0.4rem;
  font-size: 4.8rem;
  line-height: 1.1;
}
.module-feature-block .content-wrapper dl dt .course small {
  display: block;
  margin-top: 1rem;
  font-size: 2.4rem;
}
.module-feature-block .content-wrapper dl dt .course small span {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: initial;
  vertical-align: middle;
}
.module-feature-block .content-wrapper dl dt .remarks {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.module-feature-block .content-wrapper dl dd {
  display: flex;
  gap: 1.4rem;
  margin-top: 1.6rem;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}
.module-feature-block .content-wrapper dl dd::before {
  content: "";
  display: block;
  width: 0.6rem;
  background-color: #fff;
}
.module-feature-block .content-wrapper .detail {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.module-feature-block .content-wrapper .more a {
  display: block;
  width: 31.8rem;
}
.module-feature-block figure {
  --inline-position: 58rem;
  position: absolute;
  top: -5.4rem;
  left: var(--inline-position);
  width: 61.8rem;
  aspect-ratio: 3/2;
}
.module-feature-block.right {
  margin-left: auto;
}
.module-feature-block.right .content-wrapper > * {
  margin-inline: 40.6rem 0;
}
.module-feature-block.right figure {
  left: initial;
  right: var(--inline-position);
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .module-feature-block {
    --content-width: 70rem;
  }
  .module-feature-block .content-wrapper {
    min-height: var(--min-height, 32.2rem);
    padding-block: 2.7rem;
    padding-inline: 4.4rem 0;
  }
  .module-feature-block .content-wrapper > * {
    margin-inline: 0;
  }
  .module-feature-block .content-wrapper dl {
    max-width: 32rem;
  }
  .module-feature-block .content-wrapper dl dt .course {
    font-size: 4.4rem;
  }
  .module-feature-block .content-wrapper dl dt .course small {
    font-size: 2.02rem;
    letter-spacing: 0.06em;
  }
  .module-feature-block .content-wrapper dl dt .course small span {
    font-size: 1.3rem;
  }
  .module-feature-block .content-wrapper dl dt .remarks {
    font-size: 1.5rem;
  }
  .module-feature-block .content-wrapper dl dd {
    gap: 1rem;
    margin-top: 1.2rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .module-feature-block .content-wrapper dl dd::before {
    width: 0.4rem;
  }
  .module-feature-block .content-wrapper .detail {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .module-feature-block .content-wrapper .more {
    display: grid;
    place-items: center;
    margin-top: 2rem;
    margin-inline: calc(50% - 50svw);
    width: 100svw;
  }
  .module-feature-block .content-wrapper .more a {
    width: 24rem;
  }
  .module-feature-block figure {
    --inline-position: calc((100svw - var(--content-width)) * -1);
    top: -2.8rem;
    right: var(--inline-position);
    left: initial;
    width: 39rem;
  }
  .module-feature-block.right {
    margin-left: auto;
  }
  .module-feature-block.right .content-wrapper > * {
    margin-inline: 33rem 0;
  }
  .module-feature-block.right .content-wrapper .more {
    margin-inline: calc(50% - 50svw - (100svw - var(--content-width)));
  }
  .module-feature-block.right figure {
    left: var(--inline-position);
    right: initial;
  }
}
@font-face {
  font-family: "YuGothic";
  src: url("../font/YuGothic-Medium.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "YuGothic";
  src: url("../font/YuGothic-Bold.woff2") format("woff2");
  font-weight: 700;
}
:root {
  --font-yu-gothic: "YuGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --color-primary: #d6000f;
  --color-secondary: #830d13;
}

html {
  font-size: 0.5208333333vw;
  font-family: var(--font-yu-gothic);
}
@media (max-width: 750px) {
  html {
    font-size: calc(1000vw / 750);
  }
}
@media (min-width: 751px) {
  html {
    font-size: calc(1000vw / 1400);
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow-x: clip;
  visibility: hidden;
}
body.is-loaded {
  visibility: visible;
}

@media (width <= 750px) {
  .pc {
    display: none !important;
  }
}

@media (width > 750px) {
  .sp {
    display: none !important;
  }
}

img,
video {
  width: 100%;
  height: auto;
}

a[href*=tel] {
  pointer-events: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  a[href*=tel] {
    pointer-events: revert;
  }
}

a:not(.no-hover) {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a:not(.no-hover):hover {
    opacity: 0.6;
  }
}

.top-page .mv {
  position: relative;
  overflow: clip;
}
.top-page .mv > .inner {
  padding-block: 8.2rem 3.8rem;
}
.top-page .mv > .inner hgroup h1 {
  margin-inline: auto;
  width: 32rem;
}
.top-page .mv > .inner hgroup > p {
  margin-top: -10rem;
  margin-inline: auto;
  width: 82.6rem;
}
.top-page .mv > .inner .school-en {
  margin-top: 5.6rem;
  margin-inline: auto;
  width: 17.7rem;
}
.top-page .mv > .inner .bg-elements > * {
  position: absolute;
  z-index: -1;
}
.top-page .mv > .inner .bg-elements .left {
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: var(--color-secondary);
}
.top-page .mv > .inner .bg-elements .right {
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: var(--color-primary);
}
.top-page .mv > .inner .bg-elements .bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76%;
}
.top-page .mv > .inner .bg-elements .bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 68%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(to right, #b6000d, var(--color-secondary) 40%);
}
.top-page section > .inner h2 {
  margin-inline: auto;
}
.top-page section.message > .inner {
  padding-block: 8.6rem;
}
.top-page section.message > .inner h2 {
  width: 28rem;
}
.top-page section.message > .inner > p {
  margin-top: 4rem;
  text-align: center;
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
.top-page section.future > .inner {
  padding-block: 4rem 10rem;
}
.top-page section.future > .inner .future2027 h2 {
  width: 106.4rem;
}
.top-page section.future > .inner .future2027 .future2027-list {
  margin-top: 9.2rem;
}
.top-page section.future > .inner .future2027 .future2027-list > li + li {
  margin-top: 12rem;
}
.top-page section.future > .inner .future2027 .future2027-list > li:nth-child(1) .module-feature-block .content-wrapper dl dd {
  margin-top: 10.3rem;
}
.top-page section.future > .inner .future2027 .future2027-list > li:nth-child(2) .module-feature-block .content-wrapper dl dd {
  margin-top: 4rem;
}
.top-page section.future > .inner .future2026 {
  margin-top: 10rem;
}
.top-page section.future > .inner .future2026 h2 {
  width: 99rem;
}
.top-page section.future > .inner .future2026 .future2026-list {
  margin-top: 9.2rem;
}
.top-page section.future > .inner .future2026 .future2026-list > li + li {
  margin-top: 12rem;
}
.top-page section.future > .inner .future2026 .future2026-list > li:nth-child(1) .module-feature-block .content-wrapper dl dd {
  margin-top: 3rem;
}
.top-page section.future > .inner .future2026 .future2026-list > li:nth-child(2) .module-feature-block .content-wrapper dl dd {
  margin-top: 4rem;
}
.top-page section.future > .inner .future2025 {
  margin-top: 10rem;
}
.top-page section.future > .inner .future2025 h2 {
  width: 80rem;
}
.top-page section.future > .inner .future2025 .module-feature-block {
  margin-top: 9.2rem;
}
.top-page section.future > .inner .one-campus {
  margin-top: 6.8rem;
}
.top-page section.future > .inner .one-campus h2 {
  width: 76.4rem;
}
.top-page section.future > .inner .one-campus > figure {
  margin-top: 3rem;
  margin-inline: auto;
  width: 81.1rem;
}
.top-page section.future > .inner .one-campus > dl {
  margin-top: 9.2rem;
}
.top-page section.future > .inner .one-campus > dl > dt {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.125em;
}
.top-page section.future > .inner .one-campus > dl > dd {
  margin-top: 2.4rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list {
  margin-inline: auto;
  border: 1px solid #c5c6c6;
  width: 100rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li {
  position: relative;
  padding-block: var(--padding-block, 3.4rem);
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li + li {
  border-top: 1px solid #c5c6c6;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li dl dd {
  display: flex;
  gap: 2.8rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li .remarks {
  margin-top: 1rem;
  margin-inline: auto;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(1) {
  --padding-block: 1.6rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(1) dl dt {
  width: 15.9rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(1) dl dd a {
  width: 21.3rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(1) .remarks {
  width: 45.3rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(2) {
  --padding-block: 2.8rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(2) dl dt {
  width: 13.8rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(2) dl dd a {
  width: 16.3rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(2) .remarks {
  width: 70.2rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(3) dl dt {
  width: 13.8rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(3) dl dd a {
  width: 23rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(3) .remarks {
  width: 63.9rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(4) dl dt {
  width: 13.7rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(4) dl dd a:nth-of-type(1) {
  width: 25.9rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(4) dl dd a:nth-of-type(2) {
  width: 47.6rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(4) .remarks {
  margin-top: 1.6rem;
  width: 12.3rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(5) dl dt {
  width: 13.8rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(5) dl dd a:nth-of-type(1) {
  width: 30.3rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(5) dl dd a:nth-of-type(2) {
  width: 28.7rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(6) dl dt {
  width: 42.9rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(6) dl dd a:nth-of-type(1) {
  width: 16.1rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(6) dl dd a:nth-of-type(2) {
  width: 23.2rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(7) dl dt {
  width: 20.9rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(7) dl dd a {
  width: 23.4rem;
}
.top-page section.future > .inner .one-campus > dl > dd .course-list > li.new::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4rem;
  translate: 0 -50%;
  width: 8.6rem;
  aspect-ratio: 1;
  background: url("../images/common/icon-new.svg") no-repeat center/contain;
}
.top-page section.future > .inner .one-campus > p {
  margin-top: 3.2rem;
}
.top-page section.education {
  background-color: #f1f1f1;
}
.top-page section.education > .inner {
  padding-block: 7rem 11.2rem;
}
.top-page section.education > .inner h2 {
  margin-inline: auto;
}
.top-page section.education > .inner hgroup > p {
  margin-bottom: 3.2rem;
  margin-inline: auto;
  width: 24rem;
}
.top-page section.education > .inner .module-feature-block {
  margin-top: 15.6rem;
}
.top-page section.education > .inner .module-feature-block .content-wrapper {
  --min-height: 36.8rem;
}
.top-page section.education > .inner .module-feature-block figure {
  top: -11.6rem;
}
.top-page section.education > .inner .leader h2 {
  width: 74rem;
}
.top-page section.education > .inner .program {
  margin-top: 12rem;
}
.top-page section.education > .inner .program h2 {
  width: 60rem;
}
.top-page section.education > .inner .program > dl {
  margin-top: 2.6rem;
}
.top-page section.education > .inner .program > dl dt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.top-page section.education > .inner .program > dl dd {
  margin-top: 2.6rem;
  margin-inline: auto;
  width: 66.8rem;
}
.top-page section.education > .inner .access {
  margin-top: 12rem;
}
.top-page section.education > .inner .access h2 {
  width: 98.4rem;
}
.top-page section.education > .inner .cafe {
  margin-top: 12rem;
}
.top-page section.education > .inner .cafe h2 {
  width: 83rem;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .top-page .mv > .inner {
    padding-block: 26rem 3.8rem;
  }
  .top-page .mv > .inner hgroup h1 {
    width: 37.6rem;
  }
  .top-page .mv > .inner hgroup > p {
    margin-top: -8rem;
    width: 63rem;
  }
  .top-page .mv > .inner .school-en {
    margin-top: 22.4rem;
    width: 20rem;
  }
  .top-page .mv > .inner .bg-elements .left {
    width: 34%;
  }
  .top-page .mv > .inner .bg-elements .right {
    width: 66%;
  }
  .top-page .mv > .inner .bg-elements .bottom {
    height: 56%;
  }
  .top-page .mv > .inner .bg-elements .bottom::after {
    clip-path: polygon(0 42%, 100% 0, 100% 100%, 0% 100%);
  }
  .top-page section.message > .inner {
    padding-block: 7.2rem 5.4rem;
  }
  .top-page section.message > .inner h2 {
    width: 23.2rem;
  }
  .top-page section.message > .inner > p {
    font-size: 2.8rem;
  }
  .top-page section.future > .inner {
    padding-block: 6rem;
  }
  .top-page section.future > .inner .future2027 h2 {
    width: 42.8rem;
  }
  .top-page section.future > .inner .future2027 .future2027-list {
    margin-top: 6.8rem;
  }
  .top-page section.future > .inner .future2027 .future2027-list > li + li {
    margin-top: 7.2rem;
  }
  .top-page section.future > .inner .future2027 .future2027-list > li .module-feature-block .content-wrapper dl dd small {
    font-size: 1.3rem;
  }
  .top-page section.future > .inner .future2027 .future2027-list > li .module-feature-block .content-wrapper dl dt .remarks {
    letter-spacing: normal;
  }
  .top-page section.future > .inner .future2027 .future2027-list > li:nth-child(1) .module-feature-block .content-wrapper dl dt .course small {
    font-size: 2.3rem;
  }
  .top-page section.future > .inner .future2027 .future2027-list > li:nth-child(1) .module-feature-block .content-wrapper dl dd {
    margin-top: 2rem;
  }
  .top-page section.future > .inner .future2027 .future2027-list > li:nth-child(1) .module-feature-block .content-wrapper dl dd p {
    letter-spacing: 0.0375em;
    font-size: 1.65rem;
  }
  .top-page section.future > .inner .future2027 .future2027-list > li:nth-child(2) .module-feature-block .content-wrapper dl dt .course small {
    font-size: 2rem;
  }
  .top-page section.future > .inner .future2027 .future2027-list > li:nth-child(2) .module-feature-block .content-wrapper dl dd {
    margin-top: 1.5rem;
  }
  .top-page section.future > .inner .future2026 h2 {
    width: 42.8rem;
  }
  .top-page section.future > .inner .future2026 .future2026-list {
    margin-top: 6.8rem;
  }
  .top-page section.future > .inner .future2026 .future2026-list > li + li {
    margin-top: 7.2rem;
  }
  .top-page section.future > .inner .future2026 .future2026-list > li:nth-child(1) .module-feature-block .content-wrapper .more {
    margin-top: 0;
  }
  .top-page section.future > .inner .future2026 .future2026-list > li:nth-child(2) .module-feature-block .content-wrapper .more {
    margin-top: 5rem;
  }
  .top-page section.future > .inner .future2025 {
    margin-top: 8.2rem;
  }
  .top-page section.future > .inner .future2025 h2 {
    width: 62.6rem;
  }
  .top-page section.future > .inner .future2025 .module-feature-block {
    margin-top: 9.2rem;
  }
  .top-page section.future > .inner .future2025 .module-feature-block .content-wrapper .course small {
    font-size: 2.5rem;
  }
  .top-page section.future > .inner .one-campus {
    margin-top: 6rem;
  }
  .top-page section.future > .inner .one-campus h2 {
    width: 50rem;
  }
  .top-page section.future > .inner .one-campus > figure {
    margin-top: 2.6rem;
    width: 62rem;
  }
  .top-page section.future > .inner .one-campus > dl {
    margin-top: 5.8rem;
  }
  .top-page section.future > .inner .one-campus > dl > dt {
    font-size: 2.1rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd {
    margin-top: 2rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list {
    width: 65rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li {
    padding-block: var(--padding-block, 1.92rem);
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li dl dd a {
    position: relative;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li dl dd a::after {
    top: 0;
    translate: 0;
    right: -2.8rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li .remarks {
    margin-top: 1.8rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(1) {
    --padding-block: 2rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(1) dl dt {
    width: 14rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(1) dl dd a {
    width: 23rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(1) .remarks {
    width: 36rem;
    margin-top: 1rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(2) {
    --padding-block: 1.6rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(2) dl dt {
    width: 11.7rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(2) dl dd a {
    width: 14rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(2) .remarks {
    width: 47rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(3) dl dt {
    width: 11.8rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(3) dl dd a {
    width: 20rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(3) .remarks {
    width: 43rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(4) dl dt {
    width: 11.8rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(4) dl dd a:nth-of-type(1) {
    width: 22rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(4) dl dd a:nth-of-type(2) {
    width: 38.6rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(5) dl dt {
    width: 11.7rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(5) dl dd a:nth-of-type(1) {
    width: 26.4rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(5) dl dd a:nth-of-type(2) {
    width: 23rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(6) dl {
    gap: 1rem;
    flex-direction: column;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(6) dl dt {
    width: 35.5rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(6) dl dd {
    gap: 1.5rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(6) dl dd a:nth-of-type(1) {
    width: 14rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(6) dl dd a:nth-of-type(2) {
    width: 20rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(7) dl dt {
    width: 17.4rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li:nth-of-type(7) dl dd a {
    width: 20rem;
  }
  .top-page section.future > .inner .one-campus > dl > dd .course-list > li.new::before {
    top: 3.4rem;
    left: 1rem;
    width: 5.2rem;
  }
  .top-page section.education > .inner {
    padding-block: 5.4rem 8.8rem;
  }
  .top-page section.education > .inner hgroup > p {
    margin-bottom: 2.6rem;
    width: 21.4rem;
  }
  .top-page section.education > .inner .module-feature-block {
    margin-top: 7.2rem;
  }
  .top-page section.education > .inner .module-feature-block .content-wrapper {
    --min-height: 32.2rem;
  }
  .top-page section.education > .inner .module-feature-block figure {
    top: -3.2rem;
  }
  .top-page section.education > .inner .leader h2 {
    width: 60rem;
  }
  .top-page section.education > .inner .program {
    margin-top: 8rem;
  }
  .top-page section.education > .inner .program h2 {
    width: 42.6rem;
  }
  .top-page section.education > .inner .program > dl {
    margin-top: 2.6rem;
  }
  .top-page section.education > .inner .program > dl dd {
    width: 57.2rem;
  }
  .top-page section.education > .inner .access {
    margin-top: 8rem;
  }
  .top-page section.education > .inner .access h2 {
    width: 57rem;
  }
  .top-page section.education > .inner .cafe {
    margin-top: 8rem;
  }
  .top-page section.education > .inner .cafe h2 {
    width: 58rem;
  }
}
.site-footer > .inner {
  padding-block: 5.2rem 2.4rem;
}
.site-footer > .inner .link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.site-footer > .inner .link-list > li a {
  display: block;
  position: relative;
  width: 23.5rem;
}
.site-footer > .inner .link-list > li a::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 1.66rem;
  aspect-ratio: 1;
  background-color: #a3a3a3;
  -webkit-mask: url("../images/common/icon-other-tab.svg") no-repeat center/contain;
          mask: url("../images/common/icon-other-tab.svg") no-repeat center/contain;
}
.site-footer > .inner .logo-wrapper {
  margin-top: 9.6rem;
}
.site-footer > .inner .logo-wrapper figure {
  margin-inline: auto;
  width: 45.8rem;
}
.site-footer > .inner .logo-wrapper .logo {
  display: block;
  margin-top: 2rem;
  margin-inline: auto;
  width: 65rem;
}
.site-footer > .inner .detail {
  margin-top: 3.2rem;
}
.site-footer > .inner .detail address {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.site-footer > .inner .detail .copy {
  margin-top: 2.8rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer > .inner {
    padding-block: 6.4rem 2.4rem;
  }
  .site-footer > .inner .link-list > li a {
    width: 31.2rem;
  }
  .site-footer > .inner .link-list > li a::after {
    top: 2rem;
    right: 2rem;
    width: 2.2rem;
  }
  .site-footer > .inner .logo-wrapper {
    margin-top: 6.4rem;
  }
  .site-footer > .inner .logo-wrapper figure {
    width: 38.2rem;
  }
  .site-footer > .inner .logo-wrapper .logo {
    margin-top: 4.8rem;
    width: 55.6rem;
  }
  .site-footer > .inner .detail {
    margin-top: 5rem;
  }
  .site-footer > .inner .detail address {
    font-size: 2.5rem;
  }
  .site-footer > .inner .detail .copy {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=styles.css.map*/