/* ============================================================
   styles-6.css — 装飾を落とし、文字組みと余白で見せるレイヤー
   ------------------------------------------------------------
   2026-07-30「デザインの印象について」へのご提案。
   styles.css / styles-4.css / styles-5.css には手を入れず、
   このファイルを最後に読み込んで上書きしています。
   外せば index-5 の見え方に戻せます（バックデート可）。

   方針
     1. 影・グラデーションをやめ、面は白と極薄のグレーだけにする
     2. 塗った囲みをやめ、区切りは 1px の罫線と余白で行う
     3. 角丸を 2px まで落とす（写真のみ 4px）
     4. アイコンタイル・ピル型タグをやめ、番号とラベルは文字として組む
     5. 色数を絞る（インク3階調＋ブルー＋オレンジのみ。緑・紫は使わない）
     6. 動きは控えめに（フェードのみ。カウントアップ・流れる帯は止める）
   ============================================================ */

:root {
  --r: 2px; /* 標準の角丸 */
  --r-img: 4px; /* 写真の角丸 */
  --rule: #e2e6ec; /* 罫線 */
  --rule-strong: #c9d0da;
  --wash: #f7f8fa; /* ごく薄い面 */
}

/* ------------------------------------------------------------
   1. 影・グラデーションの一括解除
   ------------------------------------------------------------ */
.header,
.card,
.btn,
.n-fact,
.n-route,
.n-found-chip,
.n-hub-visual,
.v-card,
.v-arrow,
.v-modal-panel,
.v-modal-close,
.h-hero,
.h-panel,
.h-card,
.n-flow-body,
.n-flow-badge,
.g-year,
.g-path,
.g-goal,
.j-hl,
.j-table,
.n-take,
.n-highlight,
.s-banner,
.n-ceo,
.p-local,
.n-entry-box,
.n-web4-item,
.n-strength-card,
.n-care,
.fv-cta-btn,
.fv-cta-circle,
.header-cta,
.n-gallery figure,
.n-photo-frame,
.v-card-photo,
.o-flow-tbd {
  box-shadow: none !important;
}

.hero,
.fv,
.fv-cta,
.n-take,
.n-highlight,
.g-goal,
.s-banner,
#foundation,
#entry,
.h-voice,
.n-hub-core,
.n-bar,
.p-bar,
.n-flow-badge,
.g-phase-head,
.n-marquee {
  background-image: none !important;
}

/* ------------------------------------------------------------
   2. 角丸を落とす
   ------------------------------------------------------------ */
.card,
.n-fact,
.n-route,
.n-found-chip,
.n-web4-item,
.n-date,
.n-flow-body,
.h-card,
.h-panel,
.h-hero,
.g-year,
.g-path,
.g-goal,
.j-hl,
.j-table,
.n-take,
.n-highlight,
.n-ceo,
.p-local,
.p-rate,
.n-entry-box,
.o-rec,
.o-flow-tbd,
.n-strength-card,
.v-card,
.v-modal-panel,
.n-shift,
.s-banner,
.h-bubble,
.v-art-pull,
.h-step,
.n-stance-quote {
  border-radius: var(--r) !important;
}
.n-hub-visual,
.n-photo-frame,
.n-gallery figure,
.v-card-photo,
.n-care,
.n-route-photo-single img,
.n-photo,
.v-art-figs figure,
.h-hero-photo img,
.n-ceo-photo,
.n-ceo-photo img {
  border-radius: var(--r-img) !important;
}
.v-modal-panel {
  border-radius: var(--r) !important;
}
@media (max-width: 720px) {
  .v-modal-panel {
    border-radius: var(--r) var(--r) 0 0 !important;
  }
}

/* ------------------------------------------------------------
   3. セクション見出し（番号を「文字」として扱う）
   ------------------------------------------------------------ */
.s-label {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.s-no {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ink-3);
  font-feature-settings: "tnum";
}
.s-no::after {
  content: "";
}
.s-en {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--ink-3);
  text-transform: uppercase;
}
.s-en.is-accent {
  color: var(--orange);
}

/* 旧バッジが残っていても塗り・影を出さない */
.section-num {
  background: none !important;
  box-shadow: none !important;
  color: var(--ink-3) !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  letter-spacing: 0.14em;
}
/* eyebrow 先頭の短い横線をやめる */
.eyebrow::before {
  display: none !important;
}
.eyebrow {
  color: var(--ink-3);
  letter-spacing: 0.2em;
}

.section-head {
  margin-bottom: 48px;
}
.section-title {
  letter-spacing: 0.02em;
}
.section-sub {
  color: var(--ink-2);
}

/* ------------------------------------------------------------
   4. 01セクション：3つの変化（アイコンをやめ、区分を言葉で）
   ------------------------------------------------------------ */
.c-change {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule);
}
.c-change-item {
  padding: 32px 32px 8px 0;
  border-right: 1px solid var(--rule);
}
.c-change-item:last-child {
  border-right: 0;
  padding-right: 0;
}
.c-change-item:not(:first-child) {
  padding-left: 32px;
}
.c-axis {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--orange);
  margin: 0 0 12px;
}
.c-change-item h3 {
  font-size: clamp(21px, 1.6vw, 23px);
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 14px;
  color: var(--ink);
}
.c-change-item p {
  font-size: 14px;
  line-height: 1.95;
  color: var(--ink-2);
  margin: 0;
}
/* 罫線ではなく、行頭のダッシュで項目を示す */
.c-axis-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-axis-list li {
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-2);
  padding: 5px 0 5px 1.3em;
  position: relative;
  border-bottom: 0;
}
.c-axis-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--ink-3);
}

/* ------------------------------------------------------------
   5. 引用（塗り・左バー・角丸をやめ、文字で見せる）
   ------------------------------------------------------------ */
.c-quote {
  margin: 28px 0 0;
  padding: 0;
}
.c-quote blockquote {
  margin: 0 0 14px;
  padding: 0;
  font-size: clamp(17px, 1.9vw, 21px);
  font-weight: 600;
  line-height: 1.85;
  color: var(--ink);
  text-indent: -0.5em;
}
.c-quote blockquote::before {
  content: "「";
}
.c-quote blockquote::after {
  content: "」";
}
.c-quote figcaption {
  font-size: 12.5px;
  color: var(--ink-3);
  letter-spacing: 0.02em;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
/* 旧引用スタイルの塗り・バーを解除 */
.n-policy {
  background: none !important;
  border-left: 0 !important;
  padding: 0 !important;
}
.n-policy p {
  font-weight: 600;
}
.v-art-pull {
  background: none !important;
  border-left: 0 !important;
  padding: 20px 0 !important;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  font-weight: 600;
}
.n-stance-quote {
  background: none !important;
  border: 0 !important;
  border-top: 2px solid var(--ink) !important;
  padding: 24px 0 0 !important;
}
.n-quote-mark {
  display: none;
}
.h-voice {
  background: var(--wash) !important;
  color: var(--ink) !important;
  border: 1px solid var(--rule);
  padding: 36px !important;
}
.h-voice-mark {
  display: none;
}
.h-voice-body blockquote {
  font-size: 15.5px;
  line-height: 1.95;
  color: var(--ink);
}
.h-voice-by {
  color: var(--ink-3);
}
.h-voice-by a {
  color: var(--blue) !important;
}

/* ------------------------------------------------------------
   6. 塗った囲み → 罫線と余白へ
   ------------------------------------------------------------ */
.card,
.n-fact,
.n-route,
.n-web4-item,
.h-card,
.h-panel,
.g-year,
.g-path,
.j-hl,
.n-found-chip,
.n-strength-card,
.o-flow-tbd {
  background: #fff !important;
  border: 1px solid var(--rule) !important;
}
.card:hover,
.n-route:hover,
.g-path:hover,
.h-card:hover,
.v-card:hover {
  transform: none !important;
  border-color: var(--rule-strong) !important;
}
.n-shift {
  background: none !important;
  border: 0 !important;
  border-top: 1px solid var(--rule) !important;
  padding: 20px 0 0 !important;
}
.n-take {
  background: none !important;
  color: var(--ink) !important;
  border-top: 2px solid var(--ink) !important;
  border-radius: 0 !important;
  padding: 26px 0 0 !important;
  margin-top: 40px !important;
}
.n-take .ic {
  display: none !important;
}
.n-take p {
  font-size: 17px;
  font-weight: 700;
}
.n-take b {
  color: var(--orange) !important;
}
.n-highlight {
  background: none !important;
  color: var(--ink) !important;
  border: 1px solid var(--rule) !important;
  padding: 32px !important;
}
.n-highlight-num {
  color: var(--orange) !important;
  font-size: 56px !important;
}
.n-highlight-body p {
  opacity: 1;
  color: var(--ink-2);
}
.o-rec {
  background: none !important;
  border: 0 !important;
  border-left: 2px solid var(--orange) !important;
  border-radius: 0 !important;
  padding: 4px 0 4px 16px !important;
}
.o-rec-label {
  background: none !important;
  color: var(--orange) !important;
  padding: 0 !important;
}
.h-bubble {
  background: none !important;
  border: 0 !important;
  border-top: 1px solid var(--rule) !important;
  border-bottom: 1px solid var(--rule) !important;
  padding: 26px 0 !important;
}
.h-bubble .ic {
  display: none !important;
}
.p-rate {
  background: none !important;
  border: 1px solid var(--rule);
  padding: 20px !important;
}
/* 数値がベースライン揃えで上に寄っていたため、行の上下中央にそろえる */
.p-rate-row {
  align-items: center !important;
}
.p-rate-val {
  line-height: 1.1 !important;
}
.n-ceo {
  background: none !important;
  border: 0 !important;
  border-top: 1px solid var(--rule) !important;
  padding: 44px 0 0 !important;
}
/* 代表写真：縦長（4/5）で背が高くなっていたため正方形にし、幅も抑えて
   ブロック全体の縦幅を詰める。元画像が横長なので正方形の方が収まりも良い */
.n-ceo-photo {
  aspect-ratio: 1/1 !important;
  max-width: 210px;
  margin-inline: auto;
}
.n-ceo-photo img {
  object-position: center 20% !important;
}
.n-ceo-name {
  margin-top: 12px !important;
}
.p-local {
  border: 0 !important;
  border-top: 1px solid var(--rule) !important;
  padding: 40px 0 0 !important;
}
.n-hub-visual {
  border: 1px solid var(--rule) !important;
}
.n-entry-box {
  background: none !important;
  border: 0 !important;
  border-top: 1px solid var(--rule) !important;
  padding: 32px 0 0 !important;
}
.g-goal {
  background: none !important;
  color: var(--ink) !important;
  border-top: 2px solid var(--ink) !important;
  border-radius: 0 !important;
  padding: 32px 0 0 !important;
}
.g-goal em {
  color: var(--orange) !important;
}
.o-flow-tbd {
  border-style: solid !important;
}
.o-flow-tbd .ic {
  display: none !important;
}

/* ------------------------------------------------------------
   7. アイコンタイル → 廃止（内容を説明しない装飾のため）
   ------------------------------------------------------------ */
.card-icon,
.h-card-ic,
.g-path-ic,
.n-card-num,
.h-panel-title .sq {
  background: none !important;
  color: var(--ink-3) !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  margin-bottom: 10px !important;
}
.card-icon svg,
.h-card-ic svg,
.g-path-ic svg,
.h-panel-title .sq svg {
  display: none !important;
}
.n-card-num {
  font-family: "Inter", sans-serif;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  color: var(--ink-3) !important;
}
.h-panel-title .sq {
  display: none !important;
}

/* 研修ステップの番号：塗り丸 → 文字 */
.n-flow-badge {
  background: none !important;
  color: var(--ink) !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
}
.n-flow-row.is-feat .n-flow-badge {
  color: var(--orange) !important;
}
.n-flow-row::before {
  background: var(--rule) !important;
  left: 14px !important;
}
.n-flow-row.is-feat .n-flow-body {
  background: #fff !important;
  border-color: var(--orange) !important;
}
.n-flow-row.is-feat .n-skill-tag {
  color: var(--orange) !important;
}

/* 年次マップの見出しラベル */
.g-phase-head {
  background: none !important;
  color: var(--ink) !important;
  border-radius: 0 !important;
  border-bottom: 2px solid var(--ink);
  padding: 0 0 10px !important;
  font-size: 15px !important;
}
.g-phase.is-branch .g-phase-head {
  border-bottom-color: var(--orange);
  color: var(--orange) !important;
}
/* 左端の装飾バーは廃止。バーを消したぶん左の余白が詰まっていたので、
   四辺そろえた内側余白に戻す */
.g-year::before {
  display: none !important;
}
.g-year {
  padding: 28px !important;
}
.g-year-no {
  background: none !important;
  color: var(--ink-3) !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 11px !important;
}

/* 年次マップ：その段階を歩んでいる先輩を小さく添える
   （顔を大きく敷くと装飾が戻るため、あくまで文字組みの一部として扱う） */
.g-faces {
  margin: 22px 0 18px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}
.g-faces-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  margin: 0 0 12px;
}
.g-faces ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.g-face {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  background: none;
  text-align: left;
}
.g-face img {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 3px;
  filter: grayscale(0.2);
  transition: filter 0.2s;
}
.g-face span {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-2);
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.g-face:hover img {
  filter: none;
}
.g-face:hover span {
  color: var(--ink);
  border-bottom-color: currentColor;
}
@media (max-width: 640px) {
  .g-face img {
    width: 34px;
    height: 34px;
  }
  .g-faces ul {
    gap: 10px 14px;
  }
}
.h-step {
  background: var(--wash) !important;
  border: 1px solid var(--rule);
}
.h-step-no {
  background: none !important;
  color: var(--ink) !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  margin-bottom: 8px !important;
}
.h-step:last-of-type .h-step-no {
  color: var(--orange) !important;
}

/* ------------------------------------------------------------
   8. ピル型タグ → 文字・罫線へ
   ------------------------------------------------------------ */
.n-skill-tag,
.j-tag,
.n-route-tag,
.n-mini-badge,
.g-ref span,
.v-card-tag,
.v-art-tag,
.n-tent,
.h-hero-eyebrow,
.n-sc-head,
.v-soon-label,
.n-ceo-badge {
  border-radius: 2px !important;
}
.n-skill-tag,
.j-tag,
.g-ref span {
  background: none !important;
  color: var(--ink-2) !important;
  border: 1px solid var(--rule) !important;
  font-weight: 500 !important;
}
.n-route-tag {
  background: none !important;
  color: var(--ink-3) !important;
  padding: 0 !important;
  border-top: 1px solid var(--rule) !important;
  padding-top: 14px !important;
  width: 100%;
  border-radius: 0 !important;
  font-weight: 500 !important;
}
.n-mini-badge {
  background: none !important;
  border: 1px solid var(--rule) !important;
}
.n-tent {
  background: none !important;
  border: 0 !important;
  color: var(--orange) !important;
  padding: 0 0 0 6px !important;
  font-weight: 500 !important;
}
.n-tent::before {
  content: "※";
}
.n-tent.is-blue {
  color: var(--ink-3) !important;
}
.h-hero-eyebrow,
.n-sc-head,
.n-ceo-badge {
  background: none !important;
  padding: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0.1em;
}
.n-sc-head.is-navy {
  color: #123293 !important;
}
.n-sc-head.is-orange {
  color: var(--orange) !important;
}

/* 先輩カードのラベル：写真上のピル → 本文側に文字として配置
   （写真の明るさに左右されず読めるようにするため） */
.v-cap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}
.v-cap-no {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ink-3);
}
.v-cap-role {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--orange);
}
.v-card-tag,
.v-card-no {
  display: none !important;
}
.v-art-tag {
  background: none !important;
  color: var(--orange) !important;
  padding: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em;
}

/* 絞り込みボタン */
.v-filter button {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  background: none !important;
  color: var(--ink-3) !important;
  padding: 6px 2px !important;
  margin-right: 22px;
  font-weight: 600 !important;
}
.v-filter button:hover {
  color: var(--ink) !important;
}
.v-filter button.is-active {
  color: var(--ink) !important;
  border-bottom-color: var(--ink) !important;
  box-shadow: none !important;
}
.v-filter {
  gap: 0 !important;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 0;
}

/* ボタン：塗りは残しつつ影と丸みを落とす */
.btn,
.header-cta,
.fv-cta-btn,
.n-flow-btn,
.g-link,
.v-arrow {
  border-radius: 2px !important;
  box-shadow: none !important;
}
.btn:hover,
.header-cta:hover,
.fv-cta-btn:hover,
.n-flow-btn:hover {
  transform: none !important;
  box-shadow: none !important;
}
.btn-ghost {
  border: 1px solid var(--ink) !important;
}
.g-link {
  background: none !important;
  color: var(--blue) !important;
  padding: 0 !important;
  border-bottom: 1px solid currentColor;
}
.g-link:hover {
  background: none !important;
  color: var(--ink) !important;
}
.v-arrow {
  border: 1px solid var(--rule) !important;
}
.v-arrow:hover:not(:disabled) {
  transform: none !important;
}
.v-card-more {
  color: var(--ink) !important;
}

/* ------------------------------------------------------------
   9. 色数を絞る（緑・紫をやめ、インクとブルーへ）
   ------------------------------------------------------------ */
.card-icon.green,
.card-icon.purple,
.card-icon.orange {
  background: none !important;
}
.n-hub-sat.ic-kango .ic,
.n-hub-sat.ic-kaigo .ic,
.n-hub-sat.ic-care .ic {
  background: none !important;
}
.v-card-tag[style*="2f9e5c"],
.v-card-tag[style*="6a52c9"],
.v-art-tag[style*="2f9e5c"],
.v-art-tag[style*="6a52c9"] {
  color: #fff !important;
}
.h-card:nth-child(2) .h-card-ic,
.h-card:nth-child(3) .h-card-ic,
.h-card:nth-child(4) .h-card-ic {
  color: var(--ink-3) !important;
}
.h-card li::before,
.h-card:nth-child(2) li::before,
.h-card:nth-child(3) li::before,
.h-card:nth-child(4) li::before {
  color: var(--rule-strong) !important;
}

/* 人口グラフ：ブルーの濃淡はそのまま活かす（増加が伝わる要素のため）
   ※グラデーション解除で色が消えるため、4本目はフラットな濃色を指定し直す */
.p-bar {
  border-radius: 1px !important;
}
.p-bar-col:nth-child(4) .p-bar {
  background-color: var(--blue-700) !important;
}
/* 業界の変化グラフ（旧）も同様に色を戻す */
.n-bar.is-before {
  background-color: #d0d7e3 !important;
}
.n-bar.is-after {
  background-color: var(--blue) !important;
}

/* ------------------------------------------------------------
   10. 面の切り替えをフラットに
   ------------------------------------------------------------ */
section.block.tint {
  background: var(--wash) !important;
}
section.block.tint-blue {
  background: var(--wash) !important;
}
#foundation {
  background: #fff !important;
}
#entry {
  background: var(--ink) !important;
}
#entry .btn-white {
  background: #fff !important;
  color: var(--ink) !important;
}
#entry .btn-accent {
  background: var(--orange) !important;
}
#entry > div[style*="border-radius:50%"] {
  display: none !important;
}
.footer {
  background: var(--ink) !important;
}
.header {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: none !important;
  border-bottom: 1px solid var(--rule);
}
.header.is-scrolled {
  box-shadow: none !important;
}
.fv-cta {
  background: var(--wash) !important;
  border-radius: 0 !important;
  border-top: 1px solid var(--rule);
}
.fv-cta-circle {
  border: 1px solid var(--rule);
}
.s-banner {
  background: #fff !important;
  border: 1px solid var(--rule) !important;
}
.n-progress {
  display: none !important;
}

/* ------------------------------------------------------------
   11. 動きを控えめに
   ------------------------------------------------------------ */
.reveal {
  transform: none !important;
  transition: opacity 0.5s ease !important;
}
.reveal.in {
  transform: none !important;
}
.v-card-photo img {
  transition: none !important;
}
.v-card:hover .v-card-photo img {
  transform: none !important;
}
.n-marquee {
  display: none !important;
}

/* ------------------------------------------------------------
   12. 余白と文字組みの調整（装飾を減らしたぶん、間で見せる）
   ------------------------------------------------------------ */
section.block {
  padding: 104px 0;
}
.card {
  padding: 28px !important;
}
.n-facts {
  gap: 0 !important;
  border-top: 1px solid var(--rule);
}
.n-fact {
  border: 0 !important;
  border-bottom: 1px solid var(--rule) !important;
  border-right: 1px solid var(--rule) !important;
  padding: 30px 20px !important;
  flex: 0 1 calc(100% / 3) !important;
}
.n-fact:nth-child(3n) {
  border-right: 0 !important;
}
.n-fnum {
  font-weight: 700 !important;
}
.j-row dt {
  background: none !important;
  border-right: 1px solid var(--rule);
}
.j-table {
  border-left: 0 !important;
  border-right: 0 !important;
}
.j-hl {
  border: 0 !important;
  border-top: 2px solid var(--ink) !important;
  padding: 22px 0 !important;
  text-align: left !important;
}
.j-hl-val {
  font-weight: 700 !important;
}
.j-highlights {
  gap: 32px !important;
}

@media (max-width: 900px) {
  .c-change {
    grid-template-columns: 1fr;
  }
  .c-change-item {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
    padding: 26px 0 !important;
  }
  .c-change-item:last-child {
    border-bottom: 0;
  }
  .n-fact {
    flex: 0 1 50% !important;
  }
  .n-fact:nth-child(3n) {
    border-right: 1px solid var(--rule) !important;
  }
  .n-fact:nth-child(2n) {
    border-right: 0 !important;
  }
}
@media (max-width: 640px) {
  section.block {
    padding: 72px 0;
  }
  .s-label {
    gap: 10px;
  }
  .v-filter {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .v-filter button {
    white-space: nowrap;
    margin-right: 18px;
  }
}

/* ============================================================
   13. 見出しの書体
   ------------------------------------------------------------
   Noto Sans JP は太いウェイトほど仮名の終筆が丸く柔らかく出るため、
   角丸を排したいまの設計と印象が離れていた。
   見出しを明朝（Noto Serif JP）に切り替え、直線的で端正な字面にそろえる。
   本文は引き続き Noto Sans JP、数字・欧文は Inter。

   ゴシックのまま角ばらせたい場合は、下の --font-head を
   "Zen Kaku Gothic New" に差し替えれば全見出しが切り替わる。
   ============================================================ */
:root {
  /* --font-head:"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho",serif; */
  --font-head: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  /* ↑ ゴシック案 */
}

/* 大見出し・リード */
.section-title,
.n-title-lead,
.fv-title,
.fv-sub,
#entry h2,
.v-closing p,
.g-goal p,
.n-take p,
.h-closing,
.p-local h3,
.n-highlight-body h3,
.n-gallery-head h3 {
  font-family: var(--font-head);
  font-weight: 700;
  /* letter-spacing: 0.03em; */
}

/* 中見出し */
.c-change-item h3,
.g-phase-head,
.g-year h4,
.g-path h4,
.h-hero-body h3,
.n-flow-body h3,
.n-route h3,
.n-strength-card h4,
.h-card h4,
.h-panel-title,
.card-title,
.n-entry-box h4,
.o-flow-tbd h4,
.v-art-catch,
.v-card-catch,
.g-detail-head h3,
.j-row dt,
.v-art-sec h3,
.s-banner h3,
.s-banner h4 {
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* 引用・社長メッセージ：明朝の方が引きが出る */
.c-quote blockquote,
.n-ceo blockquote,
.v-art-pull,
.h-voice-body blockquote,
.n-stance-quote blockquote {
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* 明朝は同じ級数でも大きく見えるため、行間をわずかに広げて重さを逃がす */
.section-title {
  line-height: 1.5;
}
.fv-title {
  line-height: 1.45;
}
.c-change-item h3 {
  line-height: 1.6;
}
.v-art-catch {
  line-height: 1.65;
}
.v-card-catch {
  line-height: 1.7;
  font-weight: 600;
}

/* 欧文ラベル・数字は Inter のまま（明朝にしない） */
.s-label,
.s-no,
.s-en,
.g-year-no,
.v-cap-no,
.n-fnum,
.j-hl-val,
.p-bar-val,
.p-rate-val,
.n-strength-fig .v,
.h-timeline .tm,
.n-date .d,
.n-highlight-num {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

/* 取りこぼしていた見出しを追加（教育体制の3項目・病院研修ポップアップの小見出し） */
.t-feat-head h4,
.h-article > h3 {
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: 0.03em;
}
/* OFF SHOT / MESSAGE などの欧文ラベルは Inter のまま */
.v-art-sec.is-off h3 {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
