/* ============================================================
   キャリアシフトワーク LP①攻めB（ホワイト×ティール）
   Breakpoint: 768px（PC=デスクトップ値 / SP=390px基準）
   ============================================================ */

:root {
  --c-primary: #0E8A83;
  --c-primary-dark: #0A6B65;
  --c-primary-darkest: #08403C;
  --c-primary-tint: #E1F1EF;
  --c-section-tint: #F2F7F6;
  --c-page-bg: #FAFBFC;
  --c-surface: #FFFFFF;
  --c-text: #16202E;
  --c-text-body: #38424F;
  --c-text-secondary: #5A6678;
  --c-text-muted: #93A0B4;
  --c-border: #E6EBF2;
  --c-border-light: #EEF1F5;
  --c-border-teal: #C9E3E0;
  --c-border-teal-btn: #D3E4E1;
  --c-final-bg: #16202E;
  --c-footer-bg: #0F1620;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--c-text);
  background: var(--c-page-bg);
  padding-bottom: 88px; /* 固定CTAバーの逃げ */
  -webkit-font-smoothing: antialiased;
}

a { color: var(--c-primary); }
a:hover { color: var(--c-primary-dark); }

img { max-width: 100%; }

h1, h2, h3, p { margin: 0; }

button { font-family: inherit; }

.mono { font-family: 'IBM Plex Mono', monospace; }

.sp-only { display: none; }
@media (max-width: 768px) {
  .sp-only { display: inline; }
}

/* ---------- 共通レイアウト ---------- */

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 32px;
}

.sec-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--c-primary);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.sec-title {
  font-size: 32px;
  font-weight: 900;
}

.sec-lead {
  font-size: 14px;
  color: var(--c-text-secondary);
  line-height: 1.9;
  margin: 10px 0 32px;
  max-width: 640px;
}

.bg-tint { background: var(--c-section-tint); }
.bg-page { background: var(--c-page-bg); }

/* ---------- ボタン / CTA ---------- */

.btn {
  display: inline-block;
  background: var(--c-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 48px;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(14, 138, 131, 0.28);
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); color: #fff; }
.btn:active { transform: translateY(0); filter: brightness(0.97); }

.btn--pill {
  font-size: 13px;
  border-radius: 999px;
  padding: 10px 22px;
  white-space: nowrap;
  box-shadow: none;
}

.cta-band {
  text-align: center;
  padding: 8px 32px 48px;
}

/* ---------- カード共通（hoverリフト） ---------- */

.card {
  transition: transform .22s ease, box-shadow .22s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(22, 32, 46, 0.12);
}

/* ---------- スクロールリビール（JS有効時のみ初期非表示） ---------- */

.js .rv { opacity: 0; transform: translateY(28px); }
.js .rv.in {
  opacity: 1;
  transform: none;
  transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1);
}

/* ---------- 00 ヘッダー ---------- */

.header {
  background: #fff;
  border-bottom: 1px solid var(--c-border-light);
}
.header__inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 32px;
}
.header__logo {
  font-size: 17px;
  font-weight: 900;
  color: inherit;
  text-decoration: none;
}
.header__logo-sub {
  font-size: 11px;
  font-weight: 700;
  color: var(--c-text);
  opacity: 0.6;
  margin-top: 3px;
}
.header__right { display: flex; align-items: center; gap: 28px; }
.header__nav { display: flex; gap: 24px; font-size: 13px; }
.header__nav a {
  color: var(--c-text-secondary);
  text-decoration: none;
}
.header__nav a:hover { color: var(--c-primary); }

/* ---------- 01 FV ---------- */

.fv {
  position: relative;
  overflow: hidden;
  background: var(--c-primary-dark);
}
.fv__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__img--a { object-position: 76% 24%; }
.fv__img--b { object-position: 72% 20%; opacity: 0; }
.fv__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8, 64, 60, 0.86) 0%, rgba(10, 84, 79, 0.6) 38%, rgba(10, 84, 79, 0.14) 66%, rgba(8, 64, 60, 0.28) 100%);
  pointer-events: none;
}
.fv__tone {
  position: absolute;
  inset: 0;
  background: rgba(14, 138, 131, 0.14);
  mix-blend-mode: color;
  pointer-events: none;
}
.fv__inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 92px 32px 96px;
}
.fv__content { max-width: 560px; }
.fv__title {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 2px 18px rgba(6, 48, 45, 0.4);
}
.fv__lead {
  font-size: 15px;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.94);
  margin-top: 20px;
  text-shadow: 0 1px 10px rgba(6, 48, 45, 0.45);
}
.fv__cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}
.fv__cta-row .btn {
  padding: 17px 40px;
  box-shadow: 0 10px 24px rgba(6, 48, 45, 0.34);
}
.fv__micro {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}
.fv__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 11px 18px;
  box-shadow: 0 8px 20px rgba(6, 48, 45, 0.28);
}
.fv__badge-tag { font-size: 12px; color: var(--c-primary); font-weight: 700; white-space: nowrap; }
.fv__badge-text { font-size: 14px; font-weight: 900; color: var(--c-text); }
.fv__dots {
  position: absolute;
  right: 32px;
  bottom: 28px;
  display: flex;
  gap: 9px;
  z-index: 2;
}
.fv__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(6, 48, 45, 0.4);
}
.fv__dot--a { background: #fff; }
.fv__dot--b { background: rgba(255, 255, 255, 0.45); }

/* FVクロスフェード（12sループ） */
@keyframes fvA { 0%, 44% { opacity: 1; } 50%, 94% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fvB { 0%, 44% { opacity: 0; } 50%, 94% { opacity: 1; } 100% { opacity: 0; } }
@keyframes dotA {
  0%, 44% { background: #fff; transform: scale(1); }
  50%, 94% { background: rgba(255, 255, 255, 0.45); transform: scale(.8); }
  100% { background: #fff; transform: scale(1); }
}
@keyframes dotB {
  0%, 44% { background: rgba(255, 255, 255, 0.45); transform: scale(.8); }
  50%, 94% { background: #fff; transform: scale(1); }
  100% { background: rgba(255, 255, 255, 0.45); transform: scale(.8); }
}
.fv__img--a { animation: fvA 12s infinite; }
.fv__img--b { animation: fvB 12s infinite; }
.fv__dot--a { animation: dotA 12s infinite; }
.fv__dot--b { animation: dotB 12s infinite; }

/* FV直下CTA（SPのみ表示） */
.fv-sp-cta { display: none; }

/* ---------- 02 ISSUE ---------- */

.issue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.issue-item {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--c-border);
  border-radius: 14px;
  padding: 22px;
  background: #fff;
}
.issue-item__check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--c-primary-tint);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
}
.issue-item__text { font-size: 14.5px; line-height: 1.7; }

/* ---------- 03 4つのキャリアシフト ---------- */

.shift-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.shift-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 10px rgba(22, 32, 46, 0.05);
}
.shift-card__no {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 900;
  color: var(--c-primary);
}
.shift-card__name { font-size: 17px; font-weight: 900; }
.shift-card__sub {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-primary);
  margin-top: 4px;
}
.shift-card__desc {
  font-size: 12.5px;
  color: var(--c-text-secondary);
  line-height: 1.7;
  margin-top: 5px;
}

/* ---------- 04 CASES ---------- */

.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.case-card {
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 24px;
  background: #fff;
}
.case-card__cat {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.case-card__bar {
  width: 18px;
  height: 3px;
  background: var(--c-primary);
  border-radius: 2px;
}
.case-card__cat-label {
  font-size: 12px;
  font-weight: 900;
  color: var(--c-primary);
  letter-spacing: 0.08em;
}
.case-card__title { font-size: 17px; font-weight: 900; }
.case-card__meta {
  font-size: 13.5px;
  color: var(--c-text-secondary);
  margin-top: 5px;
}
.case-card__meta strong { color: var(--c-primary); font-weight: 900; }
.case-card__note {
  font-size: 13.5px;
  color: var(--c-text-secondary);
  line-height: 1.8;
  margin-top: 8px;
}
.case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.tag {
  background: var(--c-primary-tint);
  color: var(--c-primary);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 13px;
  border-radius: 999px;
}

/* ---------- 05 ADVISOR ---------- */

.advisor .wrap { padding-bottom: 40px; }
.adv-wrap { position: relative; margin-top: 24px; }
.adv-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 6px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.adv-track::-webkit-scrollbar { display: none; }
.adv-spacer { flex: 0 0 9%; }
.adv-card {
  flex: 0 0 80%;
  box-sizing: border-box;
  scroll-snap-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(22, 32, 46, 0.12);
  opacity: .4;
  transform: scale(.9);
  transition: opacity .4s ease, transform .4s ease;
}
.adv-card.adv-active { opacity: 1; transform: scale(1); }
.adv-card__head { display: flex; align-items: center; gap: 18px; }
.adv-card__photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: repeating-linear-gradient(45deg, #DCEBE9, #DCEBE9 5px, #F2F7F6 5px, #F2F7F6 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  color: #7FA6A2;
  flex-shrink: 0;
  overflow: hidden;
}
.adv-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.adv-card__name { font-size: 16px; font-weight: 900; }
.adv-card__role {
  font-size: 12px;
  font-weight: 700;
  color: var(--c-primary);
  margin-top: 2px;
}
.adv-card__area {
  font-size: 12.5px;
  color: var(--c-text-secondary);
  margin-top: 4px;
}
.adv-card__comment {
  font-size: 14px;
  line-height: 2;
  color: var(--c-text-secondary);
  margin-top: 14px;
}
.adv-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--c-border-teal-btn);
  background: #fff;
  box-shadow: 0 6px 18px rgba(22, 32, 46, 0.18);
  color: var(--c-primary);
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 0;
}
.adv-btn--prev { left: calc(10% - 20px); }
.adv-btn--next { right: calc(10% - 20px); }

/* ---------- 06 DATA ---------- */

.data-grid {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.data-card {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  padding: 32px 16px;
  text-align: center;
}
.data-card__num {
  font-size: 44px;
  font-weight: 900;
  color: var(--c-primary);
}
.data-card__approx { font-size: 24px; }
.data-card__unit { font-size: 19px; }
.data-card__label {
  font-size: 13.5px;
  color: var(--c-text-secondary);
  margin-top: 8px;
}
.data-note-row {
  display: flex;
  gap: 16px;
  max-width: 720px;
  margin: 10px auto 0;
}
.data-note-row__spacer { flex: 1; }
.data-note {
  flex: 1;
  text-align: center;
  font-size: 11.5px;
  color: var(--c-text-muted);
  line-height: 1.6;
}
.data-cta { text-align: center; margin-top: 40px; }
.data-cta__micro {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--c-text-secondary);
}

/* ---------- 07 COMPANIES ---------- */

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.chip {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14px;
}
.chip--active {
  border-color: var(--c-border-teal);
  color: var(--c-primary);
  font-weight: 700;
}

/* ---------- 08 VOICES ---------- */

.voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.voice-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
.voice-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.voice-card__photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #D3EAE6;
  flex-shrink: 0;
  overflow: hidden;
}
.voice-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.voice-card__attr { font-size: 12px; color: var(--c-text-muted); }
.voice-card__career {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}
.voice-card__salary {
  font-size: 12.5px;
  color: var(--c-text-secondary);
  margin-top: 4px;
}
.voice-card__salary strong { color: var(--c-primary); font-weight: 900; }
.voice-card__text {
  font-size: 14.5px;
  line-height: 2;
  color: var(--c-text-body);
}

/* ---------- 09 FLOW ---------- */

.flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.flow-step {
  border-top: 2px solid var(--c-primary);
  padding-top: 18px;
}
.flow-step__no {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--c-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.flow-step--last .flow-step__no {
  background: transparent;
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
  box-sizing: border-box;
}
.flow-step__title { font-size: 15px; font-weight: 900; margin-top: 12px; }
.flow-step__desc {
  font-size: 13px;
  color: var(--c-text-secondary);
  line-height: 1.8;
  margin-top: 5px;
}

/* ---------- 10 FAQ ---------- */

.faq .wrap {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 56px;
}
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: #fff;
  border-radius: 12px;
  padding: 0;
}
.faq-item__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 20px 22px;
  color: inherit;
}
.faq-item__q h3 { font-size: 15px; font-weight: 900; }
.faq-item__ico {
  color: var(--c-primary);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: transform .3s ease;
  display: inline-block;
}
.faq-item.open .faq-item__ico { transform: rotate(45deg); }
.faq-item__a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s ease;
}
.faq-item.open .faq-item__a { opacity: 1; }
.faq-item__a-inner {
  font-size: 13.5px;
  color: var(--c-text-secondary);
  line-height: 1.9;
  padding: 0 22px 20px;
}

/* ---------- 11 最終CTA ---------- */

.final-cta {
  background: var(--c-final-bg);
  color: #fff;
  text-align: center;
  padding: 80px 32px 88px;
}
.final-cta__title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.5;
}
.final-cta .btn {
  font-size: 16px;
  padding: 20px 60px;
  margin-top: 28px;
  box-shadow: none;
}
.final-cta__micro {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 14px;
  font-size: 13px;
  color: var(--c-text-muted);
}

/* ---------- 12 フッター ---------- */

.footer {
  background: var(--c-footer-bg);
  color: var(--c-text-secondary);
}
.footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.footer__logo { color: #fff; font-size: 14px; font-weight: 900; }
.footer__links { display: flex; gap: 18px; }
.footer__links a {
  color: #7E8CA3;
  text-decoration: none;
  transition: color .2s ease;
}
.footer__links a:hover { color: #fff; }

/* ---------- 固定CTAバー ---------- */

.fixed-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--c-border);
  box-shadow: 0 -4px 20px rgba(22, 32, 46, 0.08);
  transform: translateY(130%);
  transition: transform .42s cubic-bezier(.2, .7, .2, 1);
}
.fixed-cta.show { transform: translateY(0); }
.fixed-cta__inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 32px;
}
.fixed-cta__copy { font-size: 14px; font-weight: 900; }
.fixed-cta__sub {
  font-size: 11.5px;
  color: var(--c-text-secondary);
  margin-top: 2px;
}
.fixed-cta .btn {
  font-size: 14px;
  padding: 14px 34px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(14, 138, 131, 0.3);
}

/* ============================================================
   SP（〜768px / 390px幅基準）
   ============================================================ */

@media (max-width: 768px) {

  body { padding-bottom: 118px; }

  .wrap { padding: 30px 22px; }

  .sec-label { letter-spacing: 0.1em; margin-bottom: 10px; }
  .sec-title { font-size: 19px; }
  .sec-lead { font-size: 12.5px; line-height: 1.8; margin: 6px 0 16px; }

  /* ヘッダー：ナビ非表示・CTAのみ */
  .header__inner { padding: 16px 22px; }
  .header__logo { font-size: 15px; }
  .header__logo-sub { font-size: 8.5px; opacity: 0.62; white-space: nowrap; }
  .header__nav { display: none; }
  .btn--pill { font-size: 11px; padding: 7px 14px; }

  /* FV */
  .fv__inner { padding: 30px 22px 34px; }
  .fv__title { font-size: 32px; line-height: 1.4; text-shadow: 0 2px 14px rgba(6, 48, 45, 0.4); }
  .fv__lead { font-size: 13px; line-height: 2; margin-top: 14px; text-shadow: 0 1px 8px rgba(6, 48, 45, 0.45); }
  .fv__img--a { object-position: 82% 26%; }
  .fv__img--b { object-position: 78% 22%; }
  .fv__scrim {
    background: linear-gradient(180deg, rgba(10, 84, 79, 0.72) 0%, rgba(12, 110, 103, 0.42) 34%, rgba(10, 84, 79, 0.30) 62%, rgba(8, 64, 60, 0.66) 100%);
  }
  .fv__tone { background: rgba(14, 138, 131, 0.16); }
  .fv__cta-row { display: none; } /* SPはFV直下の独立CTAブロックへ */
  .fv__badge {
    gap: 8px;
    margin-top: 150px;
    padding: 10px 14px;
    box-shadow: 0 6px 16px rgba(6, 48, 45, 0.28);
  }
  .fv__badge-tag { font-size: 11px; }
  .fv__badge-text { font-size: 12px; line-height: 1.4; }
  .fv__dots { right: 16px; bottom: 14px; gap: 7px; }
  .fv__dot { width: 8px; height: 8px; }

  /* FV直下CTA（SPのみ） */
  .fv-sp-cta {
    display: block;
    padding: 20px 22px 30px;
    background: var(--c-page-bg);
  }
  .fv-sp-cta .btn,
  .cta-band .btn,
  .data-cta .btn,
  .final-cta .btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px;
    font-size: 15px;
  }
  .fv-sp-cta__micro {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;
    font-size: 11px;
    color: var(--c-text-secondary);
  }

  .cta-band { padding: 22px; }

  /* ISSUE */
  .issue-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }
  .issue-item { gap: 10px; border-radius: 10px; padding: 13px 14px; }
  .issue-item__check { width: 20px; height: 20px; font-size: 11px; }
  .issue-item__text { font-size: 13px; line-height: 1.6; }

  /* 4つのキャリアシフト */
  .shift-grid { grid-template-columns: 1fr; gap: 8px; }
  .shift-card { border-radius: 10px; padding: 14px 16px; gap: 14px; box-shadow: 0 2px 8px rgba(22, 32, 46, 0.05); }
  .shift-card__no { font-size: 11px; }
  .shift-card__name { font-size: 14px; }
  .shift-card__sub { font-size: 12.5px; margin-top: 3px; }
  .shift-card__desc { font-size: 11.5px; line-height: 1.65; margin-top: 4px; }

  /* CASES */
  .cases-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 14px; }
  .case-card { border-radius: 14px; padding: 16px; }
  .case-card__cat { gap: 6px; margin-bottom: 8px; }
  .case-card__bar { width: 14px; height: 2.5px; }
  .case-card__cat-label { font-size: 11px; letter-spacing: 0.06em; }
  .case-card__title { font-size: 13.5px; }
  .case-card__meta { font-size: 12px; margin-top: 4px; }
  .case-card__note { font-size: 12px; line-height: 1.7; margin-top: 6px; }
  .case-card__tags { margin-top: 12px; }
  .tag { font-size: 10.5px; padding: 5px 11px; }

  /* ADVISOR */
  .advisor .wrap { padding-bottom: 30px; }
  .adv-wrap { margin-top: 14px; }
  .adv-track { gap: 12px; }
  .adv-spacer { flex: 0 0 8%; }
  .adv-card { flex: 0 0 82%; border-radius: 14px; padding: 18px; box-shadow: 0 10px 26px rgba(22, 32, 46, 0.12); }
  .adv-card__head { gap: 14px; }
  .adv-card__photo { width: 56px; height: 56px; font-size: 8px; }
  .adv-card__name { font-size: 14px; }
  .adv-card__role { font-size: 11px; margin-top: 1px; }
  .adv-card__area { font-size: 11.5px; margin-top: 3px; }
  .adv-card__comment { font-size: 12.5px; line-height: 1.9; margin-top: 12px; }
  .adv-btn { width: 36px; height: 36px; font-size: 17px; box-shadow: 0 5px 14px rgba(22, 32, 46, 0.2); }
  .adv-btn--prev { left: calc(9% - 18px); }
  .adv-btn--next { right: calc(9% - 18px); }

  /* DATA */
  .data-grid { gap: 10px; margin-top: 14px; }
  .data-card { background: var(--c-section-tint); border-radius: 12px; padding: 18px 10px; }
  .data-card__num { font-size: 26px; }
  .data-card__approx { font-size: 15px; }
  .data-card__unit { font-size: 12px; }
  .data-card__label { font-size: 11px; margin-top: 5px; }
  .data-note-row { gap: 10px; margin-top: 6px; }
  .data-note { font-size: 7.5px; white-space: nowrap; overflow: hidden; }
  .data-cta { margin-top: 22px; }
  .data-cta__micro { gap: 14px; margin-top: 10px; font-size: 11px; }

  /* COMPANIES */
  .chip-row { gap: 8px; margin-top: 14px; }
  .chip { padding: 8px 14px; font-size: 12px; }

  /* VOICES */
  .voices-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 14px; }
  .voice-card { border: 1px solid var(--c-border); border-radius: 14px; padding: 18px; }
  .voice-card__head { gap: 14px; margin-bottom: 12px; }
  .voice-card__photo { width: 56px; height: 56px; }
  .voice-card__attr { font-size: 11px; }
  .voice-card__career { font-size: 13.5px; }
  .voice-card__salary { font-size: 11.5px; margin-top: 3px; }
  .voice-card__text { font-size: 12.5px; line-height: 1.9; }

  /* FLOW（縦タイムライン） */
  .flow-grid { display: flex; flex-direction: column; gap: 0; margin-top: 16px; }
  .flow-step {
    border-top: none;
    padding-top: 0;
    display: flex;
    gap: 14px;
  }
  .flow-step__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flow-step__no {
    width: 28px;
    height: 28px;
    font-size: 12px;
    flex-shrink: 0;
  }
  .flow-step__line {
    width: 2px;
    flex: 1;
    background: #C2DEDA;
  }
  .flow-step--last .flow-step__line { display: none; }
  .flow-step__body { padding-bottom: 18px; }
  .flow-step--last .flow-step__body { padding-bottom: 0; }
  .flow-step__title { font-size: 14px; margin-top: 0; }
  .flow-step__desc { font-size: 11.5px; line-height: 1.7; margin-top: 3px; }

  /* FAQ */
  .faq .wrap { display: block; }
  .faq-list { gap: 8px; margin-top: 14px; }
  .faq-item { border: 1px solid var(--c-border); border-radius: 10px; }
  .faq-item__q { padding: 14px 16px; gap: 10px; }
  .faq-item__q h3 { font-size: 13px; }
  .faq-item__ico { font-size: 20px; }
  .faq-item__a-inner { font-size: 12px; line-height: 1.8; padding: 0 16px 14px; }

  /* 最終CTA */
  .final-cta { padding: 32px 22px 36px; }
  .final-cta__title { font-size: 19px; line-height: 1.7; }
  .final-cta .btn { margin-top: 18px; }
  .final-cta__micro { gap: 14px; margin-top: 12px; font-size: 11px; }

  /* フッター */
  .footer { color: #7E8CA3; }
  .footer__inner {
    padding: 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer__logo { font-size: 13px; }
  .footer__links { flex-wrap: wrap; gap: 10px 18px; font-size: 11.5px; }

  /* 固定CTAバー：縦積み */
  .fixed-cta__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 22px 12px;
    text-align: center;
  }
  .fixed-cta__copy { font-size: 12px; }
  .fixed-cta__sub { font-size: 10.5px; }
  .fixed-cta .btn { display: block; text-align: center; }
}

/* ============================================================
   Reduced Motion（実装必須）
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fv__img--a, .fv__img--b, .fv__dot--a, .fv__dot--b { animation: none; }
  .fv__img--b { opacity: 0; }
  .js .rv { opacity: 1; transform: none; transition: none; }
  .btn, .card, .adv-card, .fixed-cta, .faq-item__ico, .faq-item__a { transition: none; }
}
