@charset "utf-8";

/* =========================================================
   Foundation
   ========================================================= */
:root {
  --navy: #1e2f6f;
  --navy-deep: #0f2854;
  --blue: #29508e;
  --blue-mid: #538add;
  --blue-light: #92ddff;
  --blue-pale: #caebff;
  --blue-paler: #e7f6ff;
  --yellow: #fffc72;
  --text: #3e3e3e;
  --text-sub: #454545;
  --line: #d9d9e0;
  --chip-gray: #e3e3e3;

  --inner: 77.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

/* 1440px幅のPCデザインを、768〜1439pxでは横スクロールを出さずに
   そのままの比率で縮小表示する（1rem = 画面幅 / 90）。
   1440px以上は 1rem = 16px でデザイン等倍。body に最小幅は持たせない。 */
@media screen and (min-width: 768px) and (max-width: 1439px) {
  html {
    font-size: calc(100vw / 90);
  }
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: max(12px, 1rem);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
dd,
figure {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
a {
  color: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup {
  font-size: max(12px, 0.625rem);
  vertical-align: super;
  line-height: 1;
}

section[id] {
  scroll-margin-top: 3.125rem;
}

/* ---------- 表示切替 ----------
   それぞれのブレークポイントで「隠す」側だけを指定し、
   表示側は各要素本来の display を保つ。 */
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

/* =========================================================
   Layout
   ========================================================= */
.l-inner {
  width: var(--inner);
  margin: 0 auto;
}

/* ---------- header ---------- */
.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 3.125rem;
  background: #fff;
}

.l-header__inner {
  display: flex;
  align-items: space-between;
  height: 3.125rem;
}

.l-header__logo {
  display: flex;
  align-items: center;
  flex: 0 0 17.5rem;
  padding-left: 3.6875rem;
  background: var(--navy);
}
.l-header__logo img {
  width: 9.8125rem;
  height: 1.75rem;
}

/* SPではドロワーの中身になるが、PCではラッパーを無効化して従来通り横並びにする */
.l-header__drawer {
  display: contents;
}

.l-header__nav {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding-left: 3.25rem;
}

.l-header__nav-item {
  color: var(--navy);
  font-size: max(12px, 0.875rem);
  font-weight: 500;
  text-align: center;
}
.l-header__nav-item:nth-child(1) {
  width: 13.75rem;
}
.l-header__nav-item:nth-child(2) {
  width: 15rem;
}
.l-header__nav-item:nth-child(3) {
  width: 10rem;
}

.l-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 10.625rem;
  font-size: max(12px, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.04375rem;
}
.l-header__btn img {
  width: 0.5rem;
  height: auto;
}
.l-header__btn--doc {
  margin-left: auto;
  background: var(--navy);
  color: #fff;
}
.l-header__btn--apply {
  background: var(--yellow);
  color: var(--navy);
}

.l-header__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.5rem;
  height: 1.125rem;
  margin: auto 1.125rem auto 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.l-header__menu span {
  display: block;
  height: 0.125rem;
  background: #fff;
  /* 閉じるとき：先に回転を戻してから上下へ開く */
  transition: rotate 0.2s ease, translate 0.2s ease 0.2s, opacity 0.15s linear 0.25s;
}
/* 開いている間は上下の線を中央に寄せて×にする */
/* 開くとき：先に中央へ寄せてから回す */
.l-header__menu.is-open span {
  transition: translate 0.2s ease, rotate 0.2s ease 0.2s, opacity 0.15s linear;
}
.l-header__menu.is-open span:nth-child(1) {
  translate: 0 0.5rem;
  rotate: 45deg;
}
.l-header__menu.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__menu.is-open span:nth-child(3) {
  translate: 0 -0.5rem;
  rotate: -45deg;
}

/* =========================================================
   Component
   ========================================================= */

/* ---------- 見出しラベル（黄色帯） ---------- */
.c-label {
  width: 18.75rem;
  min-height: 3.125rem;
  margin: 0 auto 2.5rem;
  background: var(--yellow);
  color: var(--navy);
  font-family: "Volkhov", serif;
  font-size: max(12px, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.09375rem;
  line-height: 3.125rem;
  text-align: center;
}

/* ---------- 見出しラベル（罫線） ---------- */
.c-label-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
  margin-bottom: 0.75rem;
  color: var(--navy);
  font-family: "Volkhov", serif;
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 1.5;
}
.c-label-line img {
  width: 3.125rem;
  height: 0.0625rem;
}

/* ---------- 見出し ---------- */
.c-heading-lg {
  margin-bottom: 2.5rem;
  color: var(--navy);
  font-size: max(12px, 3.125rem);
  font-weight: 400;
  letter-spacing: 0.3125rem;
  line-height: 1.4;
  text-align: center;
}

/* 見出しごとの字送り（Figma準拠）
   ABOUT / CHECK / SCHEDULE / APPLY … 5px
   FEE / SCHOLARSHIP              … 指定なし
   SPは全見出し 2.4px のため、PC・縮小レンジのみに適用する。 */
@media screen and (min-width: 768px) {
  .p-fee .c-heading-lg,
  .p-scholarship .c-heading-lg {
    letter-spacing: normal;
  }
}

.c-heading-md {
  margin-bottom: 1.5625rem;
  color: var(--navy);
  font-size: max(12px, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.25rem;
  line-height: 1.4;
  text-align: center;
}

.c-lead {
  color: var(--navy);
  font-size: max(12px, 1.25rem);
  line-height: 1.6;
  text-align: center;
}

/* ---------- ボタン ---------- */
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16.875rem;
  min-height: 4.375rem;
  border-radius: 2.78125rem;
  font-size: max(12px, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1.1;
}
.c-btn__arrow {
  position: absolute;
  right: 1.3125rem;
  top: 50%;
  width: 0.5rem;
  height: auto;
  transform: translateY(-50%);
}
.c-btn--wide {
  width: 28.125rem;
}
.c-btn--yellow {
  background: var(--yellow);
  color: var(--navy);
  font-size: max(12px, 1.25rem);
  letter-spacing: 0.08rem;
}
.c-btn--white {
  background: #fff;
  color: var(--navy);
  border: 0.0625rem solid var(--navy);
  font-size: max(12px, 1.20rem);
  letter-spacing: 0.08rem;
}
.c-btn--navy {
  background: var(--navy);
  color: #fff;
}
.c-btn--blue {
  background: var(--blue);
  color: #fff;
  border: 0.0625rem solid var(--navy);
  width: 18.75rem;
}
.c-btn--navy-deep {
  background: var(--navy-deep);
  color: #fff;
  border: 0.0625rem solid var(--navy);
}
.c-btn--blue {
  letter-spacing: 0.075rem;
}
.c-btn--blue .c-btn__arrow {
  right: 1.0625rem;
}

/* ---------- 学部リスト（EXAM / INTERVIEW 共通） ---------- */
.c-dept-list {
  display: flex;
  margin: 1.4375rem 0 0 1.9375rem;
  flex-direction: column;
  gap: 0.625rem;
  width: 33.75rem;
}
.c-dept-list__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3rem;
}
.c-dept-list__row--tall {
  min-height: 3.625rem;
}
.c-dept-list__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 9.375rem;
  align-self: stretch;
  color: #fff;
  font-size: max(12px, 0.875rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.c-dept-list__text {
  color: var(--navy);
  font-size: max(12px, 0.875rem);
  line-height: 1.45;
}
.c-dept-list__text sup {
  color: var(--navy);
}

/* ---------- 注記（＊1〜＊5） ---------- */
.c-notes {
  color: var(--navy);
  font-size: max(12px, 0.75rem);
  line-height: 1.45;
}

/* ---------- ネイビーバッジ ---------- */
.c-badge-navy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  min-height: 1.75rem;
  border-radius: 0.25rem;
  background: var(--blue);
  color: #fff;
  font-size: max(12px, 0.875rem);
  font-weight: 700;
}

/* =========================================================
   FV
   ========================================================= */
.p-fv {
  position: relative;
}

.p-fv__visual {
  position: relative;
  height: 43.875rem;
  overflow: hidden;
  background: #ccc;
}
.p-fv__image {
  position: absolute;
  left: 0;
  top: -31.75rem;
  width: 145.35%;
  min-width: 130.8125rem;
  height: 87.1875rem;
  background: url(../images/fv/mv.jpg) center / cover no-repeat;
}

.p-fv__panel {
  position: absolute;
  left: 0;
  top: 4.375rem;
  width: calc(50% - 45rem + 47.375rem);
  min-width: 47.375rem;
  min-height: 35.4375rem;
  padding-left: calc(50% - 45rem + 6.25rem);
  border-top: 0.625rem solid var(--yellow);
  background: rgba(255, 255, 255, 0.9);
}
.p-fv__bar {
  height: 0.375rem;
  background: var(--yellow);
}
.p-fv__body {
  padding-top: 2.125rem;
}

.p-fv__title {
  color: var(--navy);
  font-size: max(12px, 3.4375rem);
  font-weight: 500;
  line-height: 1.4;
}
.p-fv__title-sub {
  font-size: max(12px, 2.125rem);
}

.p-fv__lead {
  width: 34.625rem;
  margin-top: 1.5625rem;
  color: var(--navy);
  font-size: max(12px, 1.25rem);
  font-weight: 400;
  line-height: 2;
}

.p-fv__btns {
  display: flex;
  gap: 1.125rem;
  margin-top: 1.625rem;
}
.p-fv .c-btn--yellow {
  border: 0.0625rem solid var(--navy);
}

/* =========================================================
   ABOUT
   ========================================================= */
.p-about {
  padding: 6.3125rem 0 7.875rem;
}
.p-about .c-lead {
  margin-bottom: 0;
}

.p-about__carousel {
  margin-top: 3.125rem;
}
.p-about__list {
  display: grid;
  grid-template-columns: repeat(2, 38.125rem);
  width: 76.25rem;
  margin: 0 auto;
  row-gap: 2.8125rem;
}
.p-about__item {
  display: flex;
  gap: 1.25rem;
  width: 36.875rem;
}
/* PCではラッパーを無効化し、アイコンを直接 .p-about__item の子として並べる */
.p-about__head { display: contents; }
.p-about__icon {
  position: relative;
  flex: 0 0 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
  margin-top: 0.3125rem;
  border-radius: 0.5rem;
  background: var(--blue);
  overflow: hidden;
}
.p-about__icon-img {
  position: absolute;
}
.p-about__icon-img--01 {
  left: 17%;
  top: 10%;
  width: 66%;
  height: 80%;
}
.p-about__icon-img--02 {
  left: 11%;
  top: 16%;
  width: 80%;
  height: 68%;
}
.p-about__icon-img--03 {
  left: 15%;
  top: 11%;
  width: 71%;
  height: 80%;
}
.p-about__icon-img--04 {
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
}
.p-about__icon-img--05 {
  left: 19%;
  top: 10%;
  width: 62%;
  height: 80%;
}
.p-about__icon-img--06a {
  left: 0;
  top: 0;
  width: 93.55%;
  height: 84.48%;
}
.p-about__icon-img--06b {
  left: 68.4%;
  top: 64.3%;
  width: 32.2%;
  height: 36%;
}
.p-about__icon-group {
  position: absolute;
  left: 18%;
  top: 15%;
  width: 65.21%;
  height: 72.21%;
}

.p-about__title {
  color: var(--text);
  font-size: max(12px, 1.875rem);
  font-weight: 500;
  line-height: 1.4;
}
.p-about__body {
  margin-top: 0.625rem;
  color: var(--text);
  font-size: max(12px, 1rem);
  line-height: 1.6;
}

/* =========================================================
   CHECK
   ========================================================= */
.p-check {
  padding: 6.3125rem 0 6.375rem;
  background: var(--blue-paler);
}
.p-check .c-label {
  margin-bottom: 3.125rem;
}

.p-check__list {
  display: grid;
  grid-template-columns: repeat(2, 37.5rem);
  gap: 0.6875rem 2.5rem;
  margin-top: 3.125rem;
}
.p-check__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  min-height: 7.5rem;
  padding: 0 4.375rem 0 1.8125rem;
  border-radius: 0.625rem;
  background: #fff;
}
.p-check__card-title {
  flex: 0 0 auto;
  min-width: 7.5rem;
  color: var(--navy);
  font-size: max(12px, 1.875rem);
  font-weight: 600;
  line-height: 1.3;
}
.p-check__card-text {
  color: var(--text);
  font-size: max(12px, 1.25rem);
  line-height: 1.6;
}
.p-check__card-arrow {
  position: absolute;
  right: 1.8125rem;
  top: 50%;
  width: 1.73125rem;
  height: auto;
  transform: translateY(-50%) rotate(180deg);
}

/* =========================================================
   EXAM
   ========================================================= */
.p-exam {
  padding: 6.25rem 0;
  background: var(--blue-pale);
}

.p-exam__cards,
.p-interview__cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 37.5rem);
  gap: 2.5rem;
  margin-top: 3rem;
}

/* ---------- 科目 / 面接カード ---------- */
.p-subject-card {
  position: relative;
  width: 37.5rem;
  min-height: 30rem;
  padding: 1.4375rem 0 0.625rem;
  border-radius: 0.625rem;
  background: #fff;
}
.p-subject-card__visual {
  position: relative;   /* イラストと --inner タグの基準 */
  width: 33.75rem;
  margin-left: 1.875rem;
  height: 10.625rem;
  border-radius: 0.625rem;
  background: var(--blue-paler);
  overflow: hidden;
}
.p-subject-card__visual--pale {
  background: var(--blue-pale);
}
.p-subject-card__illust {
  position: absolute;
  display: block;
}
.p-subject-card__illust img {
  position: absolute;
}

.p-illust-exam1 {
  left: 7.75rem;
  top: 0.375rem;
  width: 18.25rem;
  height: 10rem;
}
.p-illust-exam1__a {
  left: 0;
  top: 0.34%;
  width: 54.73%;
  height: 99.66%;
}
.p-illust-exam1__b {
  left: 51.74%;
  top: 0;
  width: 48.26%;
  height: 100%;
}

.p-illust-exam2 {
  left: 8.1875rem;
  top: 0.375rem;
  width: 18.5rem;
  height: 9.9375rem;
}
.p-illust-exam2__a {
  left: 0;
  top: 0.31%;
  width: 45.1%;
  height: 99.69%;
}
.p-illust-exam2__b {
  left: 53.44%;
  top: 0;
  width: 46.56%;
  height: 99.81%;
}
.p-illust-exam2__c {
  left: 39.42%;
  top: 74.69%;
  width: 16.03%;
  height: 1.58%;
}

.p-illust-int5 {
  left: 9.6875rem;
  top: 0.4375rem;
  width: 14.375rem;
  height: 13.6875rem;
}
.p-illust-int8 {
  left: 5.125rem;
  top: 0.5625rem;
  width: 21.4375rem;
  height: 12.4375rem;
}
.p-illust-int5 img,
.p-illust-int8 img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-subject-card__tag {
  position: absolute;
  left: 1.875rem;
  top: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375rem;
  min-height: 3.4375rem;
  border-radius: 0 0.3125rem 0.3125rem 0;
  background: var(--yellow);
  color: var(--navy-deep);
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-subject-card__tag--white {
  left: 1.25rem;
  top: 1.4375rem;
  width: 7.5rem;
  min-height: 3rem;
  border-radius: 0 0 0.625rem 0;
  background: #fff;
  font-size: max(12px, 0.75rem);
}
.p-subject-card__tag--inner {
  left: 0;
  top: 0;
}

.p-subject-card__badge-circle > img {
  width: 100%;
  height: 100%;
}
.p-subject-card__badge-circle {
  position: absolute;
  z-index: 2;
  right: -1.1875rem;
  top: -1.5rem;
  width: 8.75rem;
  height: 8.75rem;
}
.p-subject-card__circle-text {
  position: absolute;
  inset: 0;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-subject-card__circle-label,
.p-subject-card__circle-num,
.p-subject-card__circle-sub {
  display: block;
}
.p-subject-card__circle-label {
  font-size: max(12px, 1rem);
  font-weight: 500;
}
.p-subject-card__circle-num {
  font-size: max(12px, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
}
.p-subject-card__circle-num em {
  font-style: normal;
  font-size: max(12px, 2.5rem);
}
.p-subject-card__circle-sub {
  font-size: max(12px, 1rem);
  font-weight: 500;
}

/* ---------- 出題範囲 ---------- */
.p-exam__notes {
  margin-top: 1.25rem;
}
.p-exam__scope {
  margin-top: 2.8125rem;
}
.p-exam__scope-lead {
  color: var(--navy);
  font-size: max(12px, 1rem);
  line-height: 1.4;
}
.p-exam__scope-text {
  margin-top: 0.9375rem;
  color: var(--navy);
  font-size: max(12px, 1.25rem);
  line-height: 1.7;
}
.p-exam__scope-cards {
  display: grid;
  grid-template-columns: repeat(2, 37.5rem);
  gap: 2.5rem;
  margin-top: 1.375rem;
}

.p-scope-card {
  width: 37.5rem;
  min-height: 27.25rem;
  border-radius: 0.625rem;
  background: #fff;
  overflow: hidden;
}
.p-scope-card__head {
  display: flex;
  align-items: center;
  min-height: 3.125rem;
  padding-left: 1.9375rem;
  background: var(--navy);
  color: #fff;
  font-size: max(12px, 1.25rem);
  font-weight: 600;
}
.p-scope-card__head--light {
  padding-left: 1.25rem;
  background: var(--blue-mid);
  font-size: max(12px, 1.125rem);
}
.p-scope-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  padding: 1.4375rem 1.875rem 0;
}
.p-scope-card__list li {
  display: flex;
}
.p-scope-card__chip {
  flex: 0 0 2.75rem;
  align-self: flex-start;
  min-height: 1.5625rem;
  border-radius: 0.25rem;
  background: var(--chip-gray);
  color: var(--text);
  font-size: max(12px, 1rem);
  line-height: 1.5625rem;
  text-align: center;
}
.p-scope-card__chip--wide {
  flex-basis: 3.6875rem;
}
.p-scope-card__desc {
  margin-left: 1.4375rem;
  color: var(--text);
  font-size: max(12px, 1rem);
  line-height: 1.6;
}
.p-scope-card__chip--wide + .p-scope-card__desc {
  margin-left: 0.5rem;
}
.p-scope-card__note {
  margin: 0.625rem 1.875rem 0;
  padding-top: 0.8125rem;
  border-top: 0.0625rem solid var(--line);
  color: var(--text);
  font-size: max(12px, 0.875rem);
  line-height: 1.6;
  margin-bottom:15px;
}

.p-scope-card__note_k {
  color: var(--text);
  font-size: max(12px, 0.875rem);
}

/* =========================================================
   INTERVIEW
   ========================================================= */
.p-interview {
  padding: 6.25rem 0 6rem;
  background: var(--blue-paler);
}
.p-interview__cards {
  margin-top: 3.125rem;
}
.p-interview__notes {
  margin-top: 1rem;
}

/* =========================================================
   DOCUMENT
   ========================================================= */
.p-document {
  padding: 6.25rem 0;
  background: var(--blue-pale);
}
.p-document__list {
  display: grid;
  grid-template-columns: repeat(3, 25rem);
  gap: 1.25rem;
  margin-top: 3.3125rem;
}
.p-document__card {
  min-height: 11.0625rem;
  border-radius: 0.625rem;
  background: #fff;
  overflow: hidden;
}
.p-document__title {
  display: flex;
  align-items: center;
  min-height: 4rem;
  margin: 0.5625rem 0 0 0.8125rem;
  color: var(--navy);
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}
.p-document__icon {
  position: relative;
  flex: 0 0 4rem;
  width: 4rem;
  height: 4rem;
}
.p-document__icon img {
  position: absolute;
}
.p-document__icon-a {
  left: 21.18%;
  top: 21.17%;
  width: 57.82%;
  height: 57.81%;
}
.p-document__icon-b {
  left: 29.86%;
  top: 16.28%;
  width: 62.13%;
  height: 48.61%;
}
.p-document__body {
  margin: -0.125rem 1.5rem 0;
  color: var(--navy);
  font-size: max(12px, 1rem);
  line-height: 1.7;
}

/* =========================================================
   CERTIFICATE
   ========================================================= */
.p-certificate {
  position: relative;
  padding: 6.25rem 0;
  background: url(../images/certificate/bg.jpg) center / cover no-repeat;
  isolation: isolate;
}
.p-certificate::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(231, 246, 255, 0.9);
}

.p-certificate__cards {
  display: flex;
  justify-content: space-between;
  width: 64.875rem;
  margin: 2.875rem auto 0;
}
.p-certificate__card {
  width: 20.8125rem;
  min-height: 16.25rem;
  padding: 1.25rem 1.25rem 0.625rem;
  border-radius: 0.625rem;
  background: #fff;
}
.p-certificate__thumb {
  display: block;
  width: 18.3125rem;
  height: 8.125rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.p-certificate__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-certificate__title {
  color: var(--navy);
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}
.p-certificate__body {
  margin-top: 0.125rem;
  color: var(--navy);
  font-size: max(12px, 1rem);
  line-height: 1.7;
}

.p-certificate__detail {
  margin-top: 3.125rem;
}
.p-certificate__heading {
  width: 65rem;
  margin: 0 auto;
  color: var(--navy);
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}
.p-certificate__terms {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 0.5625rem;
  width: 65rem;
  margin: 1.625rem auto 0;
}
.p-certificate__terms dt {
  width: 7.6875rem;
  min-height: 1.875rem;
  background: var(--yellow);
  color: var(--navy);
  font-size: max(12px, 1.25rem);
  font-weight: 600;
  line-height: 1.875rem;
  text-align: center;
  align-self: self-start;
}
.p-certificate__terms dd {
  padding-left: 0.625rem;
  color: var(--text);
  font-size: max(12px, 0.875rem);
  line-height: 1.7;
  font-feature-settings: "palt";
}

.p-certificate__strip {
  display: inline-flex;
  align-items: center;

  width: auto;
  min-height: 1.875rem;

  /* 65remの表と左端を揃える */
  margin: 1.5rem 0 0 6.25rem;

  padding: 0.125rem 1.5rem;

  background: var(--yellow);
  color: var(--navy);

  font-size: max(12px, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
}



/*
.p-certificate__strip {
  display: flex;
  align-items: center;
  width: 64.875rem;
  min-height: 1.875rem;
  margin: 1.5rem auto 0;
  padding: 0.125rem 2rem;
  background: var(--yellow);
  color: var(--navy);
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
}*/

.p-certificate__table {
  width: 65rem;
  margin: 1.9375rem auto 0;
  border-radius: 0.5rem;
  overflow: hidden;
  table-layout: fixed;
}
.p-certificate__table th,
.p-certificate__table td {
  height: 2.5rem;
  text-align: left;
  vertical-align: middle;
}
.p-certificate__table thead th {
  background: var(--blue-light);
  color: var(--navy-deep);
  font-size: max(12px, 1rem);
  font-weight: 700;
}
.p-certificate__table tbody td {
  background: #fff;
  color: var(--text);
  font-size: max(12px, 0.875rem);
  font-weight: 400;
}
.p-certificate__table tbody tr:nth-child(even) td {
  background: var(--blue-paler);
}
.p-certificate__table tbody tr:last-child td {
  border-bottom: 0;
}
.p-certificate__table th:nth-child(1),
.p-certificate__table td:nth-child(1) {
  width: 10.8125rem;
  padding-left: 1.9375rem;
}
.p-certificate__table th:nth-child(2),
.p-certificate__table td:nth-child(2) {
  width: 21.6875rem;
}
.p-certificate__table td:nth-child(3) {
  color: var(--text-sub);
}

/* =========================================================
   モーダル（SP：対象資格一覧）
   ボトムシート。画面上端から60px空けて下いっぱいに広がり、
   タイトルバーは固定、本文だけがスクロールする。
   ========================================================= */
.p-modal {
  position: fixed;
  inset: 3.75rem 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 1rem 1rem 0 0;
  background: #fff;
  color: var(--text);
  overflow: hidden;
  /* 下から迫り上がるボトムシート。display / overlay も併せて遷移させることで
     close() 直後にすぐ消えず、閉じるアニメーションが最後まで再生される */
  translate: 0 100%;
  opacity: 0;
  transition: translate 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.24s ease;
  transition-property: translate, opacity, display, overlay;
  transition-behavior: allow-discrete;
}
.p-modal[open] {
  translate: 0 0;
  opacity: 1;
  transition: translate 0.38s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s ease;
  transition-property: translate, opacity, display, overlay;
  transition-behavior: allow-discrete;
}
@starting-style {
  .p-modal[open] {
    translate: 0 100%;
    opacity: 0;
  }
}
.p-modal:not([open]) {
  display: none;
}
.p-modal::backdrop {
  background: transparent;
}

.p-modal__bar {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 3.5rem;
  padding: 0 0.75rem 0 1.25rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.p-modal__title {
  color: var(--navy-deep);
  font-size: max(12px, 1rem);
  font-weight: 700;
}
.p-modal__close {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  color: var(--text-sub);
  font-family: inherit;
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
}

.p-modal__body {
  flex: 1 1 auto;
  padding: 1.8125rem 1rem 3.5rem 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.p-modal__heading {
  color: var(--navy);
  font-size: max(12px, 1rem);
  font-weight: 700;
  line-height: 1.4;
}
.p-modal__terms {
  margin-top: 0.5625rem;
}
.p-modal__terms dt:first-child {
  margin-top: 0;
}
.p-modal__terms dt {
  width: 7.6875rem;
  min-height: 1.875rem;
  margin-top: 1.875rem;
  background: var(--yellow);
  color: var(--navy);
  font-size: max(12px, 1rem);
  font-weight: 600;
  line-height: 1.875rem;
  text-align: center;
}
.p-modal__terms dd {
  margin-top: 0.6875rem;
  color: var(--text);
  font-size: max(12px, 0.875rem);
  line-height: 1.7;
}
.p-modal__strip {
    width: 10.6875rem;
    min-height: 1.875rem;
    margin-top: 1.875rem;
    background: var(--yellow);
    color: var(--navy);
    font-size: max(12px, 1rem);
    font-weight: 600;
    line-height: 1.875rem;
    text-align: center;
}
.p-modal__table {
  width: 21.125rem;
  margin: 1.9375rem 0 0;
  border-radius: 0.5rem;
  overflow: hidden;
  table-layout: fixed;
}
.p-modal__table th,
.p-modal__table td {
  height: 2.5rem;
  text-align: left;
  vertical-align: middle;
}
.p-modal__table thead th {
  background: var(--blue-light);
  color: var(--navy-deep);
  font-size: max(12px, 1rem);
  font-weight: 700;
}
.p-modal__table tbody td {
  background: #fff;
  color: var(--text);
  font-size: max(12px, 0.75rem);
  font-weight: 400;
  line-height: normal;
}
.p-modal__table tbody tr:nth-child(even) td {
  background: var(--blue-paler);
}
.p-modal__table tbody tr:last-child td {
  border-bottom: 0;
}
.p-modal__table th:nth-child(1) {
  width: 6.25rem;
  padding-left: 1.0625rem;
}
.p-modal__table th:nth-child(2) {
  width: 8.1875rem;
  padding-left: 0.6875rem;
}
.p-modal__table td:nth-child(1) {
  width: 6.25rem;
  text-align: center;
  font-size: max(12px, 0.875rem);
}
.p-modal__table td:nth-child(2) {
  width: 8.1875rem;
}
.p-modal__table td:nth-child(3) {
  color: var(--text-sub);
}

/* モーダル表示中は背面をスクロールさせない */
body.is-modal-open,
body.is-drawer-open {
  overflow: hidden;
}

/* =========================================================
   CHOICE
   ========================================================= */
.p-choice {
  position: relative;
}
.p-choice__body {
  position: relative;
  padding: 6.25rem 0;
  background: var(--blue-mid);
  overflow: hidden;
  isolation: isolate;
}
.p-choice__body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/choice/bg.jpg) center / cover no-repeat;
  opacity: 0.1;
}
.p-choice__title {
  margin-bottom: 3.125rem;
  color: #fff;
  font-size: max(12px, 3.125rem);
  font-weight: 500;
  letter-spacing: 0.3125rem;
  line-height: 1.4;
  text-align: center;
}
.p-choice__lead {
  color: #fff;
  font-size: max(12px, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.p-choice__note {
  font-size: max(12px, 1rem);
  font-weight: 300;
}
.p-choice__band {
  margin-top: 2.875rem;
  padding-block: 0.625rem 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #f7f7fa;
  font-size: max(12px, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.125rem;
  line-height: 1.5;
  text-align: center;
}

/* =========================================================
   SCHEDULE
   ========================================================= */
.p-schedule {
  padding: 6.25rem 0;
}

.p-schedule__steps {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 65rem;
  min-height: 13.375rem;
  margin: 4.875rem auto 0;
}
.p-schedule__steps::before {
  content: "";
  position: absolute;
  left: 1%;
  top: 1.1875rem;
  width: 99%;
  height: 0.125rem;
  background: var(--navy);
}
.p-schedule__step {
  position: relative;
  flex: 0 0 auto;
}
.p-schedule__step--01 {
  width: 20.25rem;
}
.p-schedule__step--02 {
  width: 20.75rem;
}
.p-schedule__step--03 {
  width: 12.625rem;
}
.p-schedule__step--04 {
  width: 11.375rem;
}
.p-schedule__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background: var(--yellow);
  color: var(--navy);
  font-size: max(12px, 0.9375rem);
  font-weight: 700;
}
.p-schedule__step-title {
  margin-top: 0.6875rem;
  color: var(--navy);
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
}
.p-schedule__row {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.625rem;
}
.p-schedule__row:first-of-type {
  margin-top: 0.875rem;
}
.p-schedule__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 6.25rem;
  min-height: 1.5625rem;
  border-radius: 0.78125rem;
  background: var(--blue);
  color: #fff;
  font-size: max(12px, 0.875rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-schedule__date {
  color: var(--blue);
  font-size: max(12px, 0.875rem);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  font-feature-settings: "palt";
}
/* 4カラムで行数が異なっても説明文の位置は揃えるため、ここは絶対配置で固定する */
.p-schedule__step-text {
  position: absolute;
  top: 10.5625rem;
  width: 100%;
  padding-right: 1.25rem;
  color: var(--text);
  font-size: max(12px, 0.875rem);
  line-height: 1.6;
}

.p-schedule__place {
  display: flex;
  align-items: center;
  width: 65rem;
  min-height: 6.25rem;
  margin: 1.375rem auto 0;
  padding: 1.375rem 2.625rem;
  border-radius: 0.625rem;
  background: var(--blue-paler);
}
.p-schedule__place-title {
  flex: 0 0 7.125rem;
  color: var(--blue);
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.15rem;
}
.p-schedule__place-text {
  width: 53.625rem;
  color: var(--text);
  font-size: max(12px, 1rem);
  line-height: 1.7;
}
.p-schedule__btn {
  margin-top: 3.125rem;
  text-align: center;
}

/* =========================================================
   FEE
   ========================================================= */
.p-fee {
  padding: 6.25rem 0;
  background: var(--blue-paler);
}
.p-fee__chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7.5rem;
  width: 65rem;
  height: 24.75rem;
  padding-bottom: 2.375rem;
  margin: 2.1875rem auto 0;
}
.p-fee__axis {
  position: absolute;
  left: 4.4375rem;
  bottom: 2.375rem;
  width: 56.25rem;
  height: 0.125rem;
  background: var(--navy);
}
.p-fee__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 12.5rem;
}
.p-fee__pill {
  width: 8.125rem;
  min-height: 1.4375rem;
  margin-bottom: 0.3125rem;
  border-radius: 0.71875rem;
  background: #fff;
  color: var(--navy);
  font-size: max(12px, 1rem);
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.4375rem;
  text-align: center;
}
.p-fee__price {
  margin-bottom: 0.75rem;
  color: var(--navy);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: max(12px, 1.75rem);
  font-weight: 700;
  line-height: 2.25rem;
}
.p-fee__bar {
  width: 12.5rem;
  border-radius: 0.375rem 0.375rem 0 0;
}
.p-fee__bar--1 {
  height: 17.5rem;
  background: var(--blue-light);
}
.p-fee__bar--2 {
  height: 7.5rem;
  background: var(--blue-mid);
}
.p-fee__bar--3 {
  height: 1.25rem;
  background: var(--blue);
}
.p-fee__caption {
  position: absolute;
  top: calc(100% + 1rem);
  width: 12.5rem;
  color: var(--navy);
  font-size: max(12px, 1.25rem);
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
}
.p-fee__bubble {
  position: relative;
  width: 11.25rem;
  min-height: 3.125rem;
  margin-bottom: 1.3125rem;
  border-radius: 1.5625rem;
  background: var(--yellow);
  color: var(--navy);
  font-size: max(12px, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.09375rem;
  line-height: 3.125rem;
  text-align: center;
}
.p-fee__bubble img {
  position: absolute;
  left: 5rem;
  top: 2.8125rem;
  width: 1.02813rem;
  height: auto;
  transform: rotate(180deg);
}
.p-fee__dash {
  position: absolute;
  display: block;
}
/* 破線はPC/SPで刻み幅が異なるため <picture> で書き出しを切り替える */
.p-fee__dash img {
  width: 100%;
  height: 100%;
}
.p-fee__dash--1 {
  left: 18.75rem;
  top: 4.75rem;
  width: 8.0375rem;
  height: 10.5125rem;
}
.p-fee__dash--2 {
  left: 38.375rem;
  top: 14.75rem;
  width: 8rem;
  height: 6.3rem;
}

/* =========================================================
   SCHOLARSHIP
   ========================================================= */
.p-scholarship {
  padding: 6.25rem 0;
}

.p-scholarship__cards {
  display: grid;
  grid-template-columns: repeat(2, 37.5rem);
  gap: 2.5rem;
  margin-top: 3.125rem;
}
.p-scholarship__card {
  width: 37.5rem;
  min-height: 23.625rem;
  border-radius: 0.625rem;
  background: var(--blue-paler);
  overflow: hidden;
}
.p-scholarship__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.125rem;
  padding: 0.25rem 1.75rem;
  background: var(--blue);
  color: #fff;
}
.p-scholarship__head-title {
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 1.3;
}
.p-scholarship__head-note {
  margin-left: 1.625rem;
  font-size: max(12px, 0.75rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-scholarship__target {
  display: flex;
  padding: 1.525rem 1.75rem 0 1.9375rem;
  min-height: 5.05rem;
}
.p-scholarship__target-label {
  flex: 0 0 6rem;
  color: var(--navy);
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
}
.p-scholarship__target-body {
  color: var(--text);
  font-size: max(12px, 1rem);
  line-height: 1.6;
}
.p-scholarship__small {
  font-size: max(12px, 0.875rem);
}
.p-scholarship__sub {
  margin: 1.125rem 0 0 1.75rem;
  color: var(--navy);
  font-size: max(12px, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
}
.p-scholarship__table {
  width: 33.75rem;
  margin: 1rem 0 0 1.875rem;
  table-layout: fixed;
}
.p-scholarship__table th,
.p-scholarship__table td {
  text-align: left;
}
.p-scholarship__table thead th {
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid var(--blue);
  color: var(--text);
  font-size: max(12px, 0.875rem);
  font-weight: 700;
  line-height: 1.3;
}
.p-scholarship__table tbody th,
.p-scholarship__table tbody td {
  padding: 0.5rem 0;
  color: var(--navy);
  font-size: max(12px, 1rem);
  line-height: 1.4;
  vertical-align: top;
}
.p-scholarship__table tbody th {
  font-weight: 700;
}
.p-scholarship__table tbody td {
  font-weight: 400;
}
.p-scholarship__table tbody tr:first-child th,
.p-scholarship__table tbody tr:first-child td {
  padding-top: 1.125rem;
}
.p-scholarship__btn .c-btn,
.p-multiday__btn .c-btn {
  letter-spacing: 0;
}
.p-scholarship__table th:nth-child(1),
.p-scholarship__table td:nth-child(1) {
  width: 6.25rem;
}
.p-scholarship__table th:nth-child(2),
.p-scholarship__table td:nth-child(2) {
  width: 10.9375rem;
}
.p-scholarship__table th:nth-child(3),
.p-scholarship__table td:nth-child(3) {
  width: 11.5625rem;
}

.p-scholarship__note {
  /*width: 60rem;*/
  margin-top: 1.1875rem;
  color: var(--text);
  font-size: max(12px, 0.875rem);
  line-height: 1.6;
}
.p-scholarship__btn {
  margin-top: 3.125rem;
  text-align: center;
}

/* =========================================================
   MULTI-DAY
   ========================================================= */
.p-multiday {
  position: relative;
  padding: 6.25rem 0 6.3125rem;
  background: var(--blue-mid);
  overflow: hidden;
  isolation: isolate;
}
.p-multiday::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/multiday/bg.jpg) center / cover no-repeat;
  opacity: 0.1;
}
.p-multiday__title {
  margin-bottom: 2.4375rem;
  color: #fff;
  font-size: max(12px, 3.125rem);
  font-weight: 400;
  letter-spacing: 0.3125rem;
  line-height: 1.4;
  text-align: center;
}
.p-multiday__lead {
  color: #fff;
  font-size: max(12px, 1rem);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.p-multiday__steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.p-multiday__step {
  position: relative;
  width: 24.375rem;
  min-height: 21.25rem;
  padding: 0.8125rem 1.25rem 1.25rem;
  border-radius: 0.625rem;
  background: #fff;
}
/* STEPラベルと見出しの行。ラベルはカード左端まで出し、下端で揃える */
.p-multiday__head {
  display: flex;
  align-items: flex-end;
}
/* カード間の矢印。最後のカードには付けない */
.p-multiday__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 99%;
  top: 50%;
  translate: 0 -50%;
  rotate: 90deg;
  width: 3.2475rem;
  height: 2.8125rem;
  background: url(../images/multiday/tri-right.svg) no-repeat center / 100% 100%;
  z-index: 1;
}
.p-multiday__step-num {
  flex: 0 0 auto;
  margin-left: -1.25rem;
  width: 8.75rem;
  min-height: 1.875rem;
  background: var(--yellow);
  color: var(--blue);
  font-family: "Volkhov", serif;
  font-size: max(12px, 0.875rem);
  font-weight: 700;
  line-height: 1.875rem;
  text-align: center;
}
.p-multiday__step-title {
  flex: 1 1 auto;
  color: var(--navy);
  font-size: max(12px, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.p-multiday__thumb {
  position: relative;
  display: block;
  margin-top: 0.6875rem;
  width: 21.875rem;
  height: 12.5rem;
  background: #ccc;
  overflow: hidden;
}
.p-multiday__thumb img {
  position: absolute;
}
.p-multiday__img--01 {
  left: -9.4286%;
  top: -0.5%;
  width: 116%;
  height: 114%;
}
.p-multiday__img--02 {
  left: -12.857%;
  top: -28%;
  width: 149.143%;
  height: 174%;
}
.p-multiday__img--03 {
  left: 0;
  top: 0;
  width: 108.571%;
  height: 126.5%;
}
.p-multiday__step-text {
  margin-top: 0.8125rem;
  color: var(--navy);
  font-size: max(12px, 1rem);
  line-height: 1.5;
}
.p-multiday__note {
  margin-top: 0.6875rem;
  color: #fff;
  font-size: max(12px, 0.875rem);
  text-align: center;
}
.p-multiday__btn {
  margin-top: 2.8125rem;
  text-align: center;
}

/* =========================================================
   APPLY
   ========================================================= */
.p-apply {
  padding: 3.1875rem 0 3.125rem;
  background: url(../images/apply/bg.jpg) center / cover no-repeat;
}
.p-apply__panel {
  width: 71.25rem;
  min-height: 38.8125rem;
  margin: 0 auto;
  padding: 3.1875rem 0 3rem;
  background: rgba(255, 255, 255, 0.9);
}
.p-apply .c-lead {
  color: var(--navy-deep);
}
.p-apply__btns {
  display: grid;
  grid-template-columns: repeat(2, 18.75rem);
  gap: 1.875rem 2.5rem;
  width: 40rem;
  margin: 3.0625rem auto 0;
}

/* =========================================================
   CTA
   ========================================================= */
.p-cta {
  padding: 5.625rem 0 6.25rem;
  background: var(--navy);
}
.p-cta__title {
  color: #fff;
  font-size: max(12px, 2.5rem);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.p-cta__lead {
  margin-top: 2.75rem;
  color: #fff;
  font-size: max(12px, 1.25rem);
  line-height: 1.6;
  text-align: center;
}
.p-cta__btn {
  margin-top: 3.125rem;
  text-align: center;
}
.p-cta .c-btn--yellow {
  color: var(--navy-deep);
}

/* =========================================================
   タブレット〜小型PC（768〜1439px）
   文字サイズに12pxの下限があるため、縮小率が大きいほど
   本文がデザイン比より大きくなる。高さ固定を解除して
   はみ出し・重なりを防ぐ。
   ========================================================= */
@media screen and (min-width: 768px) and (max-width: 1439px) {
  /* 見出し横の注記が折り返しても重ならないようにする */
  .p-scholarship__head-title {
    flex: 0 0 auto;
  }

  /* 文字が12pxで下げ止まるので、小さなバッジ・チップは箱側にも下限を設ける */
  .c-badge-navy {
    width: max(5.5rem, 64px);
    min-height: max(1.75rem, 20px);
  }
  .c-dept-list__chip {
    flex-basis: max(9.375rem, 104px);
  }
  .p-scope-card__chip {
    flex-basis: max(2.75rem, 32px);
    min-height: max(1.5625rem, 18px);
    line-height: max(1.5625rem, 18px);
  }
  .p-scope-card__chip--wide {
    flex-basis: max(3.6875rem, 46px);
  }
  .p-subject-card__tag {
    width: max(9.375rem, 110px);
    min-height: max(3.4375rem, 34px);
  }
  .p-subject-card__tag--white {
    width: max(7.5rem, 92px);
    min-height: max(3rem, 32px);
  }
  .p-fee__pill {
    min-height: max(1.4375rem, 17px);
    line-height: max(1.4375rem, 17px);
  }
  .p-certificate__terms dt {
    min-height: max(1.875rem, 18px);
    line-height: max(1.875rem, 18px);
  }
  .p-certificate__strip {
    min-height: max(1.875rem, 18px);
    padding: max(0.1875rem, 3px) 2rem;
  }
  .p-multiday__step-num {
    min-height: max(1.875rem, 18px);
    line-height: max(1.875rem, 18px);
  }
  .p-schedule__badge {
    width: max(2.5rem, 26px);
    height: max(2.5rem, 26px);
  }

  /* 日付タグが縮みきらないため、カラム幅を割合にして説明文を下揃えにする */
  .p-schedule__steps {
    min-height: 0;
  }
  .p-schedule__step {
    display: flex;
    flex-direction: column;
    padding-right: 0.75rem;
  }
  .p-schedule__step--01 {
    width: 31.16%;
  }
  .p-schedule__step--02 {
    width: 31.92%;
  }
  .p-schedule__step--03 {
    width: 19.42%;
  }
  .p-schedule__step--04 {
    width: 17.5%;
  }
  .p-schedule__row {
    flex-wrap: wrap;
  }
  .p-schedule__tag {
    flex: 0 0 auto;
    min-width: 6.25rem;
    min-height: max(1.5625rem, 18px);
    padding: 0 max(0.5rem, 7px);
  }
  .p-schedule__step-text {
    position: static;
    width: auto;
    margin-top: auto;
    padding: max(0.6875rem, 10px) 0 0;
  }
}

/* =========================================================
   SP（〜767px）
   ========================================================= */
@media screen and (max-width: 767px) {
  /* ---------- Foundation ---------- */
  body {
    min-width: 0;
  }
  .l-inner {
    width: auto;
    padding: 0 1.875rem;
  }

  /* ---------- header ---------- */
  .l-header {
    background: var(--navy);
  }
  .l-header__inner {
    justify-content: space-between;
  }
  .l-header__logo {
    flex: 0 0 auto;
    padding-left: 0.6875rem;
    background: none;
  }
  /* 閉じている間は visibility で操作を無効化し、
     開閉はヘッダー下から滑り出すアニメーションにする */
  .l-header__drawer {
    display: block;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 3.125rem;
    max-height: calc(100dvh - 3.125rem);
    overflow-y: auto;
    padding: 0 1.25rem 1.875rem;
    background: var(--navy);
    overscroll-behavior: contain;
    opacity: 0;
    translate: 0 -0.75rem;
    clip-path: inset(0 0 100% 0);
    transition: opacity 0.24s ease, translate 0.28s cubic-bezier(0.4, 0, 0.2, 1),
      clip-path 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.32s;
  }
  .l-header__drawer.is-open {
    visibility: visible;
    opacity: 1;
    translate: 0 0;
    clip-path: inset(0 0 0 0);
    transition: opacity 0.2s ease, translate 0.32s cubic-bezier(0.16, 1, 0.3, 1),
      clip-path 0.36s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s;
  }
  .l-header__nav {
    display: block;
    padding-left: 0;
  }
  .l-header__nav-item {
    display: block;
    padding: 1.125rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: max(12px, 0.9375rem);
    text-align: left;
  }
  .l-header__nav-item:nth-child(1),
  .l-header__nav-item:nth-child(2),
  .l-header__nav-item:nth-child(3) {
    width: auto;
  }
  .l-header__btn {
    width: auto;
    min-height: 3.125rem;
    margin-top: 1.25rem;
    border-radius: 0.3125rem;
    font-size: max(12px, 0.9375rem);
  }
  .l-header__btn--doc {
    margin-left: 0;
    border: 1px solid #fff;
    background: none;
  }
  .l-header__btn--apply {
    margin-top: 0.75rem;
  }

  /* ---------- component ---------- */
  .c-label {
    width: 12.5rem;
    min-height: 1.875rem;
    margin-bottom: 1.625rem;
    font-size: max(12px, 1.25rem);
    letter-spacing: 0.0625rem;
    line-height: 1.875rem;
  }
  .c-label-line {
    gap: 0.875rem;
    margin-bottom: 1.1875rem;
    font-size: max(12px, 1.25rem);
    letter-spacing: 0.0625rem;
  }
  .c-heading-lg,
  .c-heading-md {
    margin-bottom: 1.75rem;
    font-size: max(12px, 1.5rem);
    letter-spacing: 0.15rem;
  }
  .c-lead {
    font-size: max(12px, 0.875rem);
    text-align: left;
  }
  .c-notes {
    font-size: 10px;
  }

  .c-btn {
    width: 100%;
    max-width: 19.6875rem;
    min-height: 3.75rem;
    padding: 0 2.5rem;
    font-size: max(12px, 1.25rem);
    letter-spacing: 0.125rem;
  }
  .c-btn--wide,
  .c-btn--blue {
    width: 100%;
    max-width: 19.6875rem;
  }
  .c-btn__arrow {
    right: 1.25rem;
    width: 0.5rem;
  }
  .c-btn--blue .c-btn__arrow {
    right: 1.25rem;
  }
  .c-btn--blue,
  .p-scholarship__btn .c-btn,
  .p-multiday__btn .c-btn {
    letter-spacing: 0.125rem;
  }

  .c-dept-list {
    margin: 1.5rem 1.25rem 0;
    width: auto;
  }
  .c-dept-list__chip {
    flex-basis: 4.75rem;
    font-size: max(12px, 0.75rem);
  }
  .c-dept-list__row--tall .c-dept-list__text {
    font-size: max(12px, 0.75rem);
  }

  /* ---------- FV ---------- */
  .p-fv__visual {
    height: 17.5rem;
  }
  .p-fv__image {
    left: -3%;
    top: -16.43%;
    width: 136.78%;
    min-width: 0;
    height: 122.14%;
  }
  .p-fv__panel {
    position: static;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 0 1.875rem;
    border-top: 0;
    background: none;
  }
  .p-fv__body {
    padding-top: 1.875rem;
  }
  .p-fv__title {
    font-size: max(12px, 1.875rem);
    font-feature-settings: "palt";
  }
  .p-fv__title-sub {
    font-size: max(12px, 1.125rem);
  }
  .p-fv__lead {
    width: auto;
    margin-top: 1.25rem;
    font-size: max(12px, 0.875rem);
    line-height: 1.7;
  }
  .p-fv__btns {
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 1.25rem;
    align-items: center;
  }

  /* ---------- ABOUT ---------- */
  .p-about {
    padding: 3.125rem 0;
  }
  .p-about .c-label {
    margin-bottom: 0.5rem;
  }
  .p-about .c-heading-lg {
    margin-bottom: 0.9375rem;
  }
  .p-about .c-lead {
    color: var(--text-sub);
  }
  .p-about__hook {
    margin-top: 1.625rem;
    color: var(--blue);
    font-size: max(12px, 0.875rem);
    font-weight: 600;
    line-height: 1.4;
  }
  .p-about__carousel {
    margin-top: 1.1875rem;
  }
  .p-about__list {
    display: flex;
    gap: 1.25rem;
    width: auto;
    margin: 0;
    padding: 0 1.875rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .p-about__list::-webkit-scrollbar {
    display: none;
  }
  .p-about__item {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1.25rem 1.25rem 1.5rem;
    flex: 0 0 17.5rem;
    width: 17.5rem;
    min-height: 16.25rem;
    border-radius: 0.625rem;
    background: var(--blue-paler);
    scroll-snap-align: center;
  }
  .p-about__item:nth-child(even) {
    background: #caebff;
  }
  .p-about__num {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--navy);
    font-size: max(12px, 0.9375rem);
    font-weight: 700;
  }
  .p-about__icon {
    flex: none;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0;
  }
  /* 番号バッジとアイコンを1行に。バッジは上端から1px下げてデザインに合わせる */
  .p-about__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-about__num { margin-top: 0.0625rem; }
  .p-about__text {
    margin-top: 0.9375rem;
    padding: 0;
  }
  .p-about__title {
    color: var(--navy);
    font-size: max(12px, 1.125rem);
  }
  .p-about__body {
    margin-top: 0.4375rem;
    color: var(--navy);
    font-size: max(12px, 0.75rem);
  }
  .p-about__hint {
    margin-top: 2.0625rem;
    color: var(--navy);
    font-size: max(12px, 0.75rem);
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .p-about__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.4375rem;
  }
  .p-about__dots li {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background: #cfd8e6;
    transition: background-color 0.2s;
  }
  .p-about__dots li.is-current {
    background: var(--navy);
  }

  /* ---------- CHECK ---------- */
  .p-check {
    padding: 3.125rem 0 3.1875rem;
  }
  .p-check .c-label {
    margin-bottom: 1.5625rem;
  }
  .p-check__list {
    display: block;
    margin-top: 2.9375rem;
  }
  .p-check__list li + li {
    margin-top: 0.625rem;
  }
  .p-check__card {
    display: block;
    min-height: 7.3125rem;
    padding: 1.125rem 2.75rem 1.125rem 1.1875rem;
    border-radius: 0.5rem;
  }
  .p-check__card-title {
    display: block;
    min-width: 0;
    font-size: max(12px, 1.25rem);
  }
  .p-check__card-text {
    display: block;
    margin-top: 0.6875rem;
    font-size: max(12px, 0.875rem);
  }
  .p-check__card-arrow {
    right: 0.625rem;
    width: 1.25rem;
  }

  /* ---------- 科目 / 面接カード ---------- */
  .p-exam__cards,
  .p-interview__cards {
    display: grid;
    /* カードは最大315px。入るだけ横に並べ、入らなければ折り返す */
    grid-template-columns: repeat(auto-fit, minmax(min(19.6875rem, 100%), 19.6875rem));
    justify-content: center;
    gap: 0.625rem 1.875rem;
  }
  .p-subject-card {
    width: auto;
    padding-bottom: 0.5625rem;
  }
  .p-subject-card__visual {
    width: auto;
    height: 10.625rem;
    margin: 0 1.25rem;
  }
  .p-subject-card__badge-circle {
    right: -0.8125rem;
    top: -1.0625rem;
    width: 5rem;
    height: 5rem;
  }
  .p-subject-card__circle-label {
    font-size: 10px;
  }
  .p-subject-card__circle-num {
    margin-top: -0.15em;
    font-size: max(12px, 1.25rem);
    line-height: 1;
  }
  .p-subject-card__circle-num em {
    font-size: max(12px, 1.875rem);
  }
  .p-subject-card__circle-sub {
    font-size: 10px;
  }
  .p-subject-card__tag {
    left: 1.25rem;
    top: 1.4375rem;
    width: 10.625rem;
    min-height: 1.625rem;
    font-size: max(12px, 0.875rem);
  }
  .p-subject-card__tag br {
    display: none;
  }
  .p-subject-card__tag--white {
    left: 0.875rem;
    width: 5.625rem;
    min-height: 1.875rem;
    font-size: max(12px, 0.75rem);
    padding-bottom: 0.25rem;
  }
  .p-subject-card__tag--white br {
    display: revert;
  }
  .p-subject-card__tag--inner {
    left: -0.125rem;
    top: 0;
  }

  .p-illust-exam1 {
    left: 1.3125rem;
    top: 2.0625rem;
    width: 14.625rem;
    height: 8.0625rem;
  }
  .p-illust-exam2 {
    left: 1.0625rem;
    top: 2.125rem;
    width: 15.125rem;
    height: 8.125rem;
  }
  .p-illust-int5 {
    left: 2.9375rem;
    top: 0.375rem;
    width: 11.3125rem;
    height: 10.75rem;
  }
  .p-illust-int8 {
    left: 0.75rem;
    top: 1.9375rem;
    width: 15.75rem;
    height: 9.125rem;
  }

  /* ---------- EXAM ---------- */
  .p-exam {
    padding: 3.125rem 0;
  }
  .p-exam__cards {
    margin-top: 1.625rem;
  }
  .p-exam__notes {
    margin-top: 0.75rem;
  }
  .p-exam__scope {
    margin-top: 2.5rem;
  }
  .p-exam__scope-lead {
    margin-top: 0.75rem;
  }
  .p-exam__scope-text {
    margin-top: 0.75rem;
    font-size: max(12px, 0.875rem);
  }
  .p-exam__scope-cards {
    display: block;
    margin-top: 1.9375rem;
  }
  .p-exam__scope-cards .p-scope-card + .p-scope-card {
    margin-top: 0.625rem;
  }
  .p-scope-card {
    width: auto;
    min-height: 0;
    padding-bottom: 1.25rem;
  }
  .p-scope-card__head {
    padding-left: 1.5625rem;
    font-size: max(12px, 1.25rem);
  }
  .p-scope-card__head--light {
    padding-left: 1.5625rem;
    font-size: max(12px, 1.125rem);
  }
  .p-scope-card__list {
    padding: 1.375rem 1.25rem 0;
    gap: 0.5625rem;
  }
  .p-scope-card__desc {
    margin-left: 0.9375rem;
    font-size: max(12px, 0.875rem);
  }
  .p-scope-card__chip--wide + .p-scope-card__desc {
    margin-left: 0.5rem;
  }
  .p-scope-card__note {
    margin: 0.75rem 1.25rem 0;
    padding-top: 0.75rem;
    font-size: max(12px, 0.75rem);
  }

  .p-scope-card__note_k {
    font-size: max(12px, 0.75rem);
  }


  /* ---------- INTERVIEW ---------- */
  .p-interview {
    padding: 3.0625rem 0 3.125rem;
  }
  .p-interview__cards {
    margin-top: 1.75rem;
  }
  .p-interview__notes {
    margin-top: 0.8125rem;
  }

  /* ---------- DOCUMENT ---------- */
  .p-document {
    padding: 3.125rem 0;
  }
  .p-document__list {
    display: block;
    margin-top: 2.75rem;
  }
  .p-document__list li + li {
    margin-top: 0.625rem;
  }
  .p-document__card {
    min-height: 0;
    padding-bottom: 1rem;
  }
  .p-document__title {
    min-height: 3.125rem;
    margin: 0.375rem 0 0 0.5625rem;
    font-size: max(12px, 1.25rem);
  }
  .p-document__icon {
    flex-basis: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0.4375rem;
  }
  .p-document__body {
    margin: 0.3125rem 1.1875rem 0;
    font-size: max(12px, 0.875rem);
  }

  /* ---------- CERTIFICATE ---------- */
  .p-certificate {
    padding: 3.125rem 0;
  }
  .p-certificate__cards {
    display: block;
    width: auto;
    margin-top: 2.9375rem;
  }
  .p-certificate__cards li + li {
    margin-top: 0.625rem;
  }
  .p-certificate__card {
    width: auto;
    min-height: 0;
    padding-bottom: 1.25rem;
  }
  .p-certificate__thumb {
    width: auto;
    height: 8.125rem;
    margin-bottom: 0.4375rem;
  }
  .p-certificate__title {
    font-size: max(12px, 1.25rem);
  }
  .p-certificate__body {
    margin-top: 0.1875rem;
    font-size: max(12px, 0.875rem);
  }
  .p-certificate__btn {
    margin-top: 1.875rem;
    text-align: center;
  }

  /* ---------- CHOICE ---------- */
  .p-choice__body {
    min-height: 0;
    padding: 3.125rem 0 1.75rem;
  }
  .p-choice__body::before {
    background-image: url(../images/choice/bg-sp.jpg);
  }
  .p-choice__title {
    margin-bottom: 1.875rem;
    font-size: max(12px, 1.5rem);
    letter-spacing: 0.15rem;
  }
  .p-choice__lead {
    font-size: max(12px, 0.875rem);
    font-weight: 400;
    text-align: left;
  }
  .p-choice__note {
    font-size: max(12px, 0.875rem);
    font-weight: 400;
  }
  .p-choice__band {
    margin-top: 1.75rem;
    font-size: max(12px, 1.5rem);
    font-weight: 500;
    letter-spacing: 0.075rem;
  }

  /* ---------- SCHEDULE ---------- */
  .p-schedule {
    padding: 3.125rem 0;
  }
  .p-schedule__steps {
    display: block;
    width: auto;
    min-height: 0;
    margin-top: 1.8125rem;
  }
  .p-schedule__steps::before {
    display: none;
  }
  .p-schedule__step {
    width: auto;
    min-height: 2.5rem;
    padding-left: 3.3125rem;
  }
  .p-schedule__step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 1.25rem;
    translate: -50% 0;
    top: 0;
    width: 2px;
    height: calc(100% + 1.75rem);
    background: var(--navy);
  }
  .p-schedule__step + .p-schedule__step {
    margin-top: 1.75rem;
  }
  .p-schedule__badge {
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-schedule__step-title {
    padding-top: 0.32rem;
  }
  .p-schedule__row {
    gap: 0.4375rem;
    margin-top: 0.625rem;
  }
  .p-schedule__row:first-of-type {
    margin-top: 1.1875rem;
  }
  .p-schedule__row--single {
    margin-top: 0.4375rem;
  }
  .p-schedule__tag {
    flex: 0 0 4.625rem;
    font-size: max(12px, 0.75rem);
    white-space: nowrap;
  }
  .p-schedule__step-text {
    position: static;
    width: auto;
    margin-top: 0.6875rem;
    padding-right: 0;
  }
  .p-schedule__place {
    display: block;
    width: auto;
    min-height: 0;
    margin-top: 1.875rem;
    padding: 0.875rem 1rem 1rem;
  }
  .p-schedule__place-title {
    margin-bottom: 0.375rem;
  }
  .p-schedule__place-text {
    width: auto;
    font-size: max(12px, 0.875rem);
  }
  .p-schedule__btn {
    margin-top: 1.875rem;
  }

  /* ---------- FEE ---------- */
  .p-fee {
    padding: 3.125rem 0 3.25rem;
  }
  .p-fee__chart {
    width: auto;
    height: 9.6875rem;
    gap: 2.5rem;
    padding-bottom: 1.15625rem;
    margin-top: 1.4375rem;
  }
  .p-fee__axis {
    left: 0;
    width: 100%;
    bottom: 1.15625rem;
  }
  .p-fee__col {
    width: 4.5rem;
  }
  .p-fee__bar {
    width: 4.5rem;
  }
  .p-fee__bar--1 {
    height: 6.375rem;
  }
  .p-fee__bar--2 {
    height: 2.6875rem;
  }
  .p-fee__bar--3 {
    height: 0.4375rem;
  }
  .p-fee__pill {
    width: 4.0625rem;
    min-height: 1rem;
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 0.03125rem;
    line-height: 1rem;
  }
  .p-fee__price {
    margin-block: 0.375rem;
    font-size: max(12px, 0.875rem);
    line-height: 0.875rem;
  }
  .p-fee__caption {
    left: 50%;
    top: calc(100% + 0.3125rem);
    width: 6.25rem;
    font-size: max(12px, 0.75rem);
    line-height: 0.9375rem;
    white-space: nowrap;
    transform: translateX(-50%);
  }
  .p-fee__bubble {
    width: 4.8125rem;
    min-height: 1.125rem;
    margin-bottom: 0.75rem;
    font-size: max(12px, 0.75rem);
    letter-spacing: 0.0375rem;
    line-height: 1.125rem;
  }
  .p-fee__bubble img {
    left: 2.0625rem;
    top: 100%;
    width: 0.625rem;
  }
  .p-fee__dash--1 {
    left: 5.1875rem;
    top: 2.125rem;
    width: 2.5rem;
    height: 3.6875rem;
  }
  .p-fee__dash--2 {
    left: 12.3125rem;
    top: 6.1875rem;
    width: 2.4375rem;
    height: 1.9375rem;
  }

  /* ---------- SCHOLARSHIP ---------- */
  .p-scholarship {
    padding: 3.125rem 0;
  }
  .p-scholarship__cards {
    display: block;
    margin-top: 1.5625rem;
  }
  .p-scholarship__card + .p-scholarship__card {
    margin-top: 1.525rem;
  }
  .p-scholarship__card {
    width: auto;
    min-height: 0;
    padding-bottom: 1.25rem;
  }
  .p-scholarship__head {
    padding-left: 1rem;
  }
  .p-scholarship__head-title {
    font-size: max(12px, 1.25rem);
    letter-spacing: 0.125rem;
  }
  .p-scholarship__head-note {
    display: none;
  }
  .p-scholarship__target {
    display: block;
    padding: 1.525rem 1.1875rem 0;
  }
  .p-scholarship__target-label {
    margin-bottom: 0.75rem;
    font-size: max(12px, 1rem);
  }
  .p-scholarship__target-body {
    font-size: max(12px, 0.75rem);
    line-height: 2;
  }
  .p-scholarship__small {
    font-size: max(12px, 0.75rem);
  }
  .p-scholarship__sub {
    margin: 1.125rem 0 0 1.1875rem;
    font-size: max(12px, 1rem);
  }
  .p-scholarship__table {
    width: auto;
    margin: 1.625rem 1.1875rem 0;
  }
  .p-scholarship__table thead th {
    padding-bottom: 0.6875rem;
  }
  .p-scholarship__table tbody th,
  .p-scholarship__table tbody td {
    padding: 0.75rem 0;
    font-size: max(12px, 0.75rem);
  }
  .p-scholarship__table tbody tr:first-child th,
  .p-scholarship__table tbody tr:first-child td {
    padding-top: 1.1875rem;
  }
  .p-scholarship__table th:nth-child(1),
  .p-scholarship__table td:nth-child(1) {
    width: 3.625rem;
  }
  .p-scholarship__table th:nth-child(2),
  .p-scholarship__table td:nth-child(2) {
    width: 3.0625rem;
  }
  .p-scholarship__table th:nth-child(3),
  .p-scholarship__table td:nth-child(3) {
    width: 7.4375rem;
  }
  .p-scholarship__note {
    width: auto;
    margin-top: 0.8125rem;
    font-size: max(12px, 0.75rem);
  }
  .p-scholarship__btn {
    margin-top: 1.8125rem;
    text-align: left;
  }

  /* ---------- MULTI-DAY ---------- */
  .p-multiday {
    padding: 3.125rem 0;
  }
  .p-multiday:before {
    background-image: url(../images/multiday/bg-sp.jpg);
  }
  .p-multiday .c-label {
    margin-bottom: 1.5rem;
  }
  .p-multiday__title {
    margin-bottom: 1.625rem;
    font-size: max(12px, 1.5rem);
    letter-spacing: 0.15rem;
  }
  .p-multiday__lead {
    font-size: max(12px, 0.875rem);
    font-weight: 400;
    text-align: left;
  }
  .p-multiday__steps {
    display: block;
    margin-top: 3.1875rem;
  }
  .p-multiday__step {
    width: auto;
    min-height: 18.75rem;
    padding-top: 1.0625rem;
  }
  .p-multiday__step + .p-multiday__step {
    margin-top: 1.25rem;
  }
  .p-multiday__step-num {
    width: 6.25rem;
  }
  .p-multiday__thumb { margin-top: 0.6875rem; }
  .p-multiday__step-text { margin-top: 0.75rem; }
  .p-multiday__step-title {
    font-size: max(12px, 1.25rem);
  }
  .p-multiday__thumb {
    width: 17.1875rem;
    height: 10rem;
  }
  .p-multiday__img--01 {
    left: -23.636%;
    top: -11.25%;
    width: 147.64%;
    height: 142.5%;
  }
  .p-multiday__img--02 {
    left: -10.909%;
    top: -16.875%;
    width: 147.64%;
    height: 169.375%;
  }
  .p-multiday__img--03 {
    left: -1.4545%;
    top: 0;
    width: 119.27%;
    height: 136.875%;
  }
  .p-multiday__step-text {
    font-size: max(12px, 0.875rem);
  }
  .p-multiday__step:not(:last-child)::after {
    left: 50%;
    top: 100%;
    width: 2.5rem;
    height: 2.1625rem;
    rotate: 180deg;
    translate: -50% 0;
  }
  .p-multiday__note {
    margin-top: 1.25rem;
    font-size: 11.6px;
    text-align: left;
  }
  .p-multiday__btn {
    margin-top: 1.1875rem;
    text-align: left;
  }
  .p-multiday__btn .c-btn {
    justify-content: flex-start;
  }
  .p-multiday__btn .c-btn__label {
    line-height: 1.1;
  }

  /* ---------- APPLY ---------- */
  .p-apply {
    padding: 3.125rem 0;
    background-position: 29%;
  }
  .p-apply__panel {
    width: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 3.125rem 1.875rem;
  }
  .p-apply__btns {
    display: block;
    width: auto;
    margin-top: 1.8125rem;
  }
  .p-apply__btns li + li {
    margin-top: 1.25rem;
  }
  .p-apply__btns .c-btn {
    display: flex;
    margin: 0 auto;
  }

  /* ---------- CTA ---------- */
  .p-cta {
    padding: 3.125rem 0;
  }
  .p-cta__title {
    font-size: max(12px, 1.5rem);
  }
  .p-cta__lead {
    margin-top: 3.25rem;
    font-size: max(12px, 0.875rem);
    line-height: 1.7;
    text-align: left;
  }
  .p-cta__btn {
    margin-top: 1.9375rem;
  }
}

/* =========================================================
   モーション設定を抑えている環境では開閉アニメーションを止める
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .l-header__menu span,
  .l-header__menu.is-open span,
  .l-header__drawer,
  .l-header__drawer.is-open,
  .p-modal,
  .p-modal[open] {
    transition: none;
  }
  .l-header__drawer {
    clip-path: none;
    translate: none;
  }
}


/* =========================================================
   FV APPLICATION STATUS
   ========================================================= */

.p-fv-status {
  position: absolute;
  z-index: 5;

  /* PCでは少し右側へ配置 */
  right: calc(50% - 43rem);

  /* 左側FVパネルと下端を揃える */
  bottom: 4.0625rem;

  width: 32.5rem;
  padding: 1.5rem 1.75rem 1.375rem;

  /* 人物が透けすぎない程度の半透明 */
  background: rgba(255, 255, 255, 0.96);

  border: 0.0625rem solid rgba(30, 47, 111, 0.12);
  border-radius: 0.625rem;

  /* 影は控えめ */
  box-shadow: 0 0.25rem 0.875rem rgba(15, 40, 84, 0.08);

  color: var(--navy);
}


/* ---------- 上部 ---------- */

.p-fv-status__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.p-fv-status__label {
  margin: 0;
  color: var(--blue);
  font-size: max(12px, 0.6875rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.p-fv-status__title {
  margin: 0.25rem 0 0;
  color: var(--navy);
  font-size: max(12px, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}


/* ---------- 受付中バッジ ---------- */

.p-fv-status__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  min-width: 6.875rem;
  min-height: 2rem;
  padding: 0.25rem 0.875rem;

  border-radius: 1rem;
  background: var(--yellow);
  color: var(--navy);

  font-size: max(12px, 0.875rem);
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}


/* ---------- 黄色アクセント ---------- */

.p-fv-status__accent {
  display: block;
  width: 3rem;
  height: 0.1875rem;
  margin-top: 0.875rem;
  background: var(--yellow);
}


/* ---------- 入試名 ---------- */

.p-fv-status__exam {
  margin: 1rem 0 0;
  color: var(--navy);
  font-size: max(12px, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-fv-status__exam span {
  font-size: 0.9em;
  font-weight: 500;
}


/* ---------- 日付 ---------- */

.p-fv-status__date {
  margin: 0.375rem 0 0;
  color: var(--navy);
  font-size: max(12px, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.4;
  white-space: nowrap;
}

.p-fv-status__date span {
  font-size: 0.55em;
  font-weight: 500;
}


/* ---------- 補足 ---------- */

.p-fv-status__note {
  margin: 0.75rem 0 0;
  color: var(--text);
  font-size: max(12px, 0.75rem);
  line-height: 1.6;
}


/* ---------- スケジュールリンク ---------- */

.p-fv-status__link {
  display: inline-block;
  margin-top: 0.625rem;

  color: var(--blue);
  font-size: max(12px, 0.75rem);
  font-weight: 700;
  line-height: 1.4;

  text-decoration: none;
}

.p-fv-status__link:hover {
  text-decoration: underline;
}


/* =========================================================
   SP
   ========================================================= */

@media screen and (max-width: 767px) {

  .p-fv-status {
    position: relative;
    z-index: 5;

    right: auto;
    bottom: auto;

    width: auto;

    /*
      下のFV本文と同じ左右余白。
      写真下端に少し重ねる。
    */
    margin: -2.25rem 1.875rem 0;

    padding: 1rem 1.125rem;

    /* SPも透けすぎないように白を強める */
    background: rgba(255, 255, 255, 0.96);

    border: 0.0625rem solid rgba(30, 47, 111, 0.12);
    border-radius: 0.5rem;

    box-shadow: 0 0.25rem 0.875rem rgba(15, 40, 84, 0.08);
  }


  /* ---------- 上部 ---------- */

  .p-fv-status__head {
    gap: 0.5rem;
  }

  .p-fv-status__label {
    font-size: max(10px, 0.625rem);
    letter-spacing: 0.06em;
  }

  .p-fv-status__title {
    margin-top: 0.125rem;
    font-size: max(12px, 1rem);
    letter-spacing: 0.02em;
  }


  /* ---------- 受付中バッジ ---------- */

  .p-fv-status__badge {
    min-width: auto;
    min-height: 1.75rem;

    padding: 0.1875rem 0.625rem;

    font-size: max(10px, 0.6875rem);
  }


  /* ---------- 黄色アクセント ---------- */

  .p-fv-status__accent {
    width: 2.5rem;
    height: 0.125rem;
    margin-top: 0.625rem;
  }


  /* ---------- 入試名 ---------- */

  .p-fv-status__exam {
    margin-top: 0.625rem;
    font-size: max(12px, 0.875rem);
  }


  /* ---------- 日付 ---------- */

  .p-fv-status__date {
    margin-top: 0.25rem;
    font-size: max(12px, 1.375rem);
  }

  .p-fv-status__date span {
    font-size: 0.55em;
  }


  /* ---------- スケジュールリンク ---------- */

  .p-fv-status__link {
    margin-top: 0.5rem;
    font-size: max(10px, 0.6875rem);
  }
}

/* =========================================================
   FV APPLICATION STATUS
   受付終了時
   ========================================================= */

.p-fv-status.is-closed .p-fv-status__badge {
  background: #e9edf5;
  color: var(--navy);
}

.p-fv-status.is-closed .p-fv-status__accent {
  background: var(--blue);
}

.p-fv-status__closed-text {
  margin: 0.375rem 0 0;
  color: var(--navy);
  font-size: max(12px, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}


/* SP */
@media screen and (max-width: 767px) {

  .p-fv-status__closed-text {
    margin-top: 0.25rem;
    font-size: max(12px, 1.375rem);
  }

}

@media screen and (max-width: 767px) {

  .p-fee__col {
    position: relative;
    width: 4.5rem;
  }

  .p-fee__caption {
    position: absolute;
    left: 50%;
    top: calc(100% + 0.35rem);

    width: 7rem;

    color: var(--navy);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;

    text-align: center;
    white-space: nowrap;

    transform: translateX(-50%);
  }

}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
.p-b1{
  padding-bottom: 1.25rem;
}
}