@charset "UTF-8";
/* ============================================================
   国家試験 合格実績セクション（118_5i.png 組み込み）
   - 既存デザイン（--var-brand: #063385 / Outfit見出し）に準拠
   - キャンパスライフ直後に配置し「6年間の支援 → 確かな実績」を訴求
   ============================================================ */

.results {
  --rs-brand: #063385;
  --rs-accent: #e8584e; /* 図版のコーラル系アクセントに合わせる */
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #eaf2fb 100%);
  margin: 0 calc(50% - 50vw);
  padding: clamp(64px, 9vw, 120px) calc(50vw - 50%);
  overflow: hidden;
}
.results__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

/* 見出し */
.results__ttl-sub {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--rs-brand);
  margin-bottom: 6px;
}
.results__ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(46px, 8vw, 92px);
  line-height: 1;
  letter-spacing: .06em;
  color: var(--rs-brand);
}
.results__lead {
  margin-top: 22px;
  font-size: clamp(15px, 2.2vw, 17px);
  font-weight: 500;
  line-height: 2;
  color: #1f3354;
}

/* ハイライト数値（ブランドネイビーのカード） */
.results__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: clamp(32px, 4vw, 48px) auto 0;
}
.results__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 26px 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(150deg, #0a47ad 0%, var(--rs-brand) 70%);
  box-shadow: 0 14px 34px rgba(6, 51, 133, .18);
}
.results__stat:last-child {
  grid-column: 1 / -1; /* SP:「13位→5位」は横長に */
}
.results__stat-label {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #aecbf2;
}
.results__stat-num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(46px, 11vw, 70px);
  letter-spacing: .01em;
}
.results__stat-num small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: .32em;
  font-weight: 700;
  margin-left: 1px;
}
.results__stat-num i {
  font-style: normal;
  font-size: .5em;
  margin: 0 6px;
  color: #f2a93f;
  align-self: center;
}
.results__stat--rank .results__stat-num { color: #ffd27a; }
.results__stat-note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, .9);
}

/* 図版（118_5i.png） */
.results__fig {
  margin: clamp(28px, 4vw, 44px) auto 0;
  max-width: 1040px;
}
.results__fig img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(6, 51, 133, .16);
}
.results__note {
  margin-top: 16px;
  font-size: 11.5px;
  color: #5d6b80;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .results__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 960px;
  }
  .results__stat { padding: 32px 20px; gap: 8px; }
  .results__stat:last-child { grid-column: auto; }
}

/* ------------------------------------------------------------
   グローバルナビ調整（「合格実績」追加に伴い8項目化）
   ・PCナビは min-width:1281px で表示（≤1280はハンバーガー）
   ・文字サイズと項目間を詰めて余裕を確保
   ------------------------------------------------------------ */
@media (min-width: 1281px) {
  .l-header__nav { gap: 0 17px; }
  .l-header__nav > li:not(.has-icon) > a {
    font-size: 14px;
    letter-spacing: .02em;
  }
}
@media (min-width: 1440px) {
  .l-header__nav { gap: 0 22px; }
  .l-header__nav > li:not(.has-icon) > a { font-size: 15px; letter-spacing: .04em; }
}
