/* ============================================================
   report.css — 調査レポート(/report/ 配下)専用スタイル
   施策 C14 / 2026-09-12 全面改版(v3)
   読み込み: functions.php の grannet_c14_enqueue_report_style()
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap");

.page-report {
  --rp-ink: #1f2a30;
  --rp-text: #393e46;
  --rp-muted: #6b7780;
  --rp-teal: #00cccc;
  --rp-teal-text: #00a4a4;
  --rp-teal-soft: #e6f4f4;
  --rp-teal-pale: #f3fafa;
  --rp-navy: #28677f;
  --rp-navy-deep: #173f4f;
  --rp-rule: #e3e9ec;
  --rp-rule-soft: #eef2f4;
  --rp-paper: #fff;
  --rp-num: "Montserrat", "Noto Sans JP", sans-serif;
  --rp-jp: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  color: var(--rp-text);
  font-family: var(--rp-jp);
}
.page-report .main { padding-bottom: 96px; }
.page-report .side-cta { display: none !important; }

/* 透過ヘッダー(最上部)を白ロゴ・白ナビにする。スクロール後は既定(白背景・黒ロゴ) */
.page-report:not(.is-scrolled) .header__logo img.black { opacity: 0; }
.page-report:not(.is-scrolled) .header__logo img.white { opacity: 1; }
.page-report:not(.is-scrolled) .header__nav-link { color: #fff; }
.page-report:not(.is-scrolled) .header__nav-link:hover { color: var(--rp-teal); }
.page-report:not(.is-scrolled) .header__nav-btn { border-color: #fff; }
.page-report:not(.is-scrolled) .header__nav-btn.download { background-color: transparent; color: #fff; }
.page-report:not(.is-scrolled) .header__nav-btn.contact { background-color: #fff; color: var(--rp-navy-deep); }
.page-report:not(.is-scrolled) .header__nav-btn.download:hover { background-color: #fff; color: var(--rp-navy-deep); }
.page-report:not(.is-scrolled) .header__nav-btn.contact:hover { background-color: var(--rp-teal-soft); color: var(--rp-navy-deep); }

/* ---------- ヒーロー ---------- */
.report-hero {
  position: relative;
  padding: 132px 0 0;
  color: #fff;
  background: linear-gradient(120deg, var(--rp-navy-deep) 0%, var(--rp-navy) 58%, #1d7f8f 100%);
}
.report-hero::before {
  content: "";
  position: absolute;
  top: -140px;
  right: 0;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0, 204, 204, .38), rgba(0, 204, 204, 0));
  pointer-events: none;
}
.report-hero__inner {
  position: relative;
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  z-index: 1;
}
.report-hero .bread { margin: 0 0 28px; font-size: 12px; color: rgba(255, 255, 255, .7); }
.report-hero .bread a, .report-hero .bread span a { color: rgba(255, 255, 255, .85); }
.report-hero .bread .breadcrumb_last { color: #fff; }
.report-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--rp-teal);
  font: 700 13px/1 var(--rp-num);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.report-hero__eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--rp-teal); }
.report-hero__title {
  margin: 0;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.3;
}
.report-hero__sub {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.6;
}
.report-hero__lead {
  max-width: 820px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  line-height: 1.95;
}
.report-hero__lead strong { color: #fff; font-weight: 700; }
.report-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
  margin: 26px 0 0;
}
.report-citation-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 12px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
}
.report-citation-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rp-teal);
}
.report-citation-badge:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .6); }
.report-dates {
  display: flex;
  gap: 20px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font: 500 13px/1.6 var(--rp-num);
  font-variant-numeric: tabular-nums;
}

/* 数値カード(ヒーローの下端にまたがる) */
.report-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 36px 0 -64px;
  z-index: 2;
}
.report-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 22px 24px 20px;
  border-radius: 14px;
  background: var(--rp-paper);
  color: var(--rp-ink);
  box-shadow: 0 18px 40px rgba(12, 44, 56, .18);
}
.report-stat::before {
  content: "0" counter(rstat);
  counter-increment: rstat;
  position: absolute;
  top: 18px;
  right: 22px;
  color: var(--rp-muted);
  font: 800 16px/1 var(--rp-num);
  letter-spacing: .1em;
}
.report-stats { counter-reset: rstat; }
.report-stat strong {
  display: block;
  color: var(--rp-teal-text);
  font: 800 46px/1 var(--rp-num);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.01em;
}
.report-stat strong {
  container-type: inline-size;
}
.report-stat strong.is-text {
  font: 700 clamp(19px, 8.3cqi, 28px)/1.35 var(--rp-jp);
  word-break: auto-phrase;
}
.report-stat strong.is-text .rs-nw {
  display: inline;
  margin: 0;
  font: inherit;
  color: inherit;
  white-space: nowrap;
}
@container (max-width: 208px) {
  .report-stat strong.is-text .rs-nw { white-space: normal; }
}
.report-stat strong small {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--rp-teal-soft);
  color: var(--rp-teal-text);
  font: 700 13px/1.2 var(--rp-num);
  vertical-align: middle;
}
.report-stat span { display: block; margin-top: 12px; color: var(--rp-text); font-size: 13.5px; line-height: 1.6; }

/* ---------- 紙(本文の白い面) ---------- */
.report-paper {
  position: relative;
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  padding: 120px 64px 72px;
  border-radius: 24px;
  background: var(--rp-paper);
  box-shadow: 0 2px 0 rgba(0, 0, 0, .02);
}
.report-layout {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

/* 左レール目次 */
.report-toc { position: sticky; top: 104px; }
.report-toc__label {
  margin: 0 0 14px;
  color: var(--rp-muted);
  font: 700 11px/1 var(--rp-num);
  letter-spacing: .2em;
}
.report-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: rtoc; }
.report-toc li { margin: 0; padding: 0; counter-increment: rtoc; }
.report-toc ol a {
  display: flex;
  gap: 10px;
  padding: 8px 0 8px 12px;
  border-left: 2px solid var(--rp-rule);
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .15s, border-color .15s;
}
.report-toc ol a::before {
  content: counter(rtoc, decimal-leading-zero);
  flex: none;
  color: var(--rp-rule);
  font: 700 11px/1.7 var(--rp-num);
  transition: color .15s;
}
.report-toc ol a:hover { color: var(--rp-ink); border-color: var(--rp-teal); }
.report-toc ol a:hover::before { color: var(--rp-teal); }
.report-toc li.is-current a { color: var(--rp-ink); border-color: var(--rp-teal); font-weight: 700; }
.report-toc li.is-current a::before { color: var(--rp-teal); }
.report-toc__aside {
  margin: 28px 0 0;
  padding: 16px;
  border-radius: 12px;
  background: var(--rp-teal-pale);
  color: var(--rp-text);
  font-size: 12px;
  line-height: 1.7;
}
.report-toc__aside strong { display: block; margin-bottom: 4px; color: var(--rp-navy); font-size: 12px; }
.report-toc__aside a { color: var(--rp-teal-text); font-weight: 700; text-decoration: none; }

/* ---------- 本文 ---------- */
.report-article .user-content { color: var(--rp-text); font-size: 16px; line-height: 1.95; }
.report-body { counter-reset: rsec; }
.report-body > section { position: relative; margin: 0 0 96px; counter-increment: rsec; }
.report-body > section:last-child { margin-bottom: 0; }
.report-body > section::before {
  content: counter(rsec, decimal-leading-zero);
  display: inline-block;
  margin: 0 0 14px;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--rp-ink);
  color: #fff;
  font: 800 12px/1 var(--rp-num);
  letter-spacing: .12em;
}
.report-article .user-content h2 {
  max-width: 760px;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  color: var(--rp-ink);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.45;
  text-wrap: balance;
}
.report-article .user-content h3 {
  margin: 40px 0 14px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--rp-rule);
  color: var(--rp-ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}
.report-article .user-content h4 { margin: 32px 0 10px; color: var(--rp-ink); font-size: 16.5px; font-weight: 700; line-height: 1.5; }
.report-article .user-content h5 {
  margin: 24px 0 8px;
  color: var(--rp-navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}
.report-article .user-content p { max-width: 760px; margin: 0 0 1.5em; font-size: 16px; line-height: 1.95; }
.report-article .user-content p:last-child { margin-bottom: 0; }
.report-article .user-content strong { color: var(--rp-ink); font-weight: 700; }
.report-article .user-content a { color: var(--rp-teal-text); text-decoration: underline; text-underline-offset: .18em; }
.report-article .user-content ol, .report-article .user-content ul { max-width: 760px; margin: 0 0 28px; padding-left: 1.6em; }
.report-article .user-content ol { list-style: decimal; }
.report-article .user-content ul { list-style: disc; }
.report-article .user-content li { margin: 0 0 8px; line-height: 1.85; }
.report-article .user-content li::marker { color: var(--rp-teal-text); font-weight: 700; }

/* 結論(アトミック・アンサー) */
.report-article .user-content .report-answer {
  max-width: 760px;
  margin: 0 0 30px;
  padding: 0 0 26px;
  border: 0;
  border-bottom: 1px solid var(--rp-rule);
  border-radius: 0;
  background: none;
  color: var(--rp-ink);
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1.95;
}
.report-article .user-content .report-answer strong { color: var(--rp-teal-text); font-weight: 700; }

/* 示唆 */
.report-article .user-content .report-insight {
  max-width: 760px;
  margin: 34px 0 0;
  padding: 18px 0 0;
  position: relative;
  border: 0;
  border-top: 1px solid var(--rp-rule);
  border-radius: 0;
  background: none;
  color: var(--rp-text);
  font-size: 15.5px;
  line-height: 1.9;
}
.report-article .user-content .report-insight::before { content: none; }
.report-article .user-content .report-insight strong {
  display: block;
  margin-bottom: 6px;
  color: var(--rp-navy);
  font-size: 12.5px;
  letter-spacing: .06em;
}

/* 主要な調査結果 */
#highlights ol { max-width: none; margin: 0; padding: 0; list-style: none; counter-reset: rhl; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; }
#highlights ol li {
  position: relative;
  margin: 0;
  padding: 16px 18px 16px 58px;
  border: 1px solid var(--rp-rule);
  border-radius: 12px;
  counter-increment: rhl;
  font-size: 15px;
  line-height: 1.8;
}
#highlights ol li::before {
  content: counter(rhl, decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 18px;
  color: var(--rp-teal-text);
  font: 800 18px/1.4 var(--rp-num);
  font-variant-numeric: tabular-nums;
}
#highlights ol li strong { color: var(--rp-teal-text); }

/* 引用の自由記述 */
.report-article .user-content blockquote {
  max-width: 760px;
  margin: 0 0 12px;
  padding: 14px 18px 14px 20px;
  border-left: 3px solid var(--rp-rule);
  border-radius: 0 8px 8px 0;
  background: #fafbfc;
  color: var(--rp-text);
  font-size: 14.5px;
  line-height: 1.8;
}

/* 図 */
.report-article figure {
  margin: 36px 0;
  padding: 20px 20px 18px;
  border: 1px solid var(--rp-rule);
  border-radius: 14px;
  background: var(--rp-paper);
}
.report-article figure img { display: block; width: 100%; height: auto; border-radius: 6px; }
.report-article figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--rp-rule-soft);
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.6;
}
.report-article .report-dl { display: flex; gap: 8px; margin: 10px 0 0; }
.report-article figcaption + .report-dl { margin-top: 10px; }
.report-dl a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px 5px 10px;
  border: 1px solid var(--rp-rule);
  border-radius: 999px;
  color: var(--rp-navy) !important;
  font: 700 11.5px/1.4 var(--rp-num);
  letter-spacing: .06em;
  text-decoration: none !important;
  transition: border-color .15s, background-color .15s;
}
.report-dl a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2328677f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 1.5v6.5M3.2 5.3 6 8l2.8-2.7M1.8 10.5h8.4'/%3E%3C/svg%3E") center/contain no-repeat;
}
.report-dl a:hover { border-color: var(--rp-teal); background: var(--rp-teal-pale); }

/* 表 */
.report-table { margin: 20px 0 28px; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--rp-rule); border-radius: 12px; }
.report-table table { width: 100%; min-width: 560px; border-collapse: collapse; }
.report-table th, .report-table td {
  padding: 11px 16px;
  border: 0;
  border-bottom: 1px solid var(--rp-rule-soft);
  background: transparent;
  color: var(--rp-text);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}
.report-table thead th {
  border-bottom: 1px solid var(--rp-rule);
  background: #f4f8f9;
  color: var(--rp-navy);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .03em;
  white-space: nowrap;
}
.report-table tbody tr:last-child td { border-bottom: 0; }
.report-table tbody tr:hover td { background: var(--rp-teal-pale); }
.report-table th:nth-child(n+2), .report-table td:nth-child(n+2) { font-family: var(--rp-num); font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.report-table th:first-child, .report-table td:first-child { position: sticky; left: 0; z-index: 1; background: var(--rp-paper); font-family: var(--rp-jp); min-width: 180px; box-shadow: 1px 0 0 var(--rp-rule-soft); }
.report-table thead th:first-child { background: #f4f8f9; }
.report-table tbody tr:hover td:first-child { background: var(--rp-teal-pale); }
.report-table td .rp-n { color: var(--rp-muted); font-size: 12.5px; font-weight: 500; margin-right: 6px; }
.report-table td .rp-pct { color: var(--rp-ink); font-weight: 700; }
.report-body > section > .report-table + p,
.report-q__body .report-table + p { color: var(--rp-muted); font-size: 13px; }

/* 調査概要・全設問データ */
#method ol li { font-size: 15px; }
#data > p { color: var(--rp-muted); font-size: 14px; }
/* §9 末尾の注釈(回答ベースの分岐) */
.report-article .user-content .report-basenote { margin: 28px 0 6px; color: var(--rp-muted); font-size: 13px; }
.report-article .user-content .report-basenote-list { margin: 0; padding-left: 1.1em; }
.report-article .user-content .report-basenote-list li { color: var(--rp-muted); font-size: 13px; line-height: 1.8; }
details.report-q { margin: 0 0 8px; border: 1px solid var(--rp-rule); border-radius: 12px; background: var(--rp-paper); }
details.report-q[open] { border-color: #cfe3e6; }
.report-q > summary {
  position: relative;
  display: block;
  padding: 14px 52px 14px 18px;
  cursor: pointer;
  list-style: none;
  border-radius: 12px;
  transition: background-color .15s;
}
.report-q > summary::-webkit-details-marker { display: none; }
.report-q > summary:hover { background: var(--rp-teal-pale); }
.report-q[open] > summary { border-bottom: 1px solid var(--rp-rule-soft); border-radius: 12px 12px 0 0; }
.report-q > summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--rp-teal-soft) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2300a4a4' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M6 2.5v7M2.5 6h7'/%3E%3C/svg%3E") center/12px no-repeat;
  transform: translateY(-50%);
}
.report-q[open] > summary::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2300a4a4' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M2.5 6h7'/%3E%3C/svg%3E");
}
.report-article .user-content .report-q > summary h4 { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.55; }
.report-q__body { padding: 4px 18px 18px; }
.report-q__body .report-table { margin: 14px 0 12px; }
.report-q__body .report-table:last-child { margin-bottom: 0; }
.report-q__body h5 { margin: 18px 0 6px; }
.report-q__body p { font-size: 14px; }
.report-q:target { border-color: var(--rp-teal); box-shadow: 0 0 0 3px var(--rp-teal-soft); }

/* 引用について */
#cite blockquote {
  padding: 16px 18px;
  border: 1px solid var(--rp-rule);
  border-left: 1px solid var(--rp-rule);
  border-radius: 8px;
  background: #f7f9fa;
  color: var(--rp-ink);
  font-size: 14.5px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

/* お知らせ枠(ACF) */
.report-notice { margin: 72px 0 0; padding: 28px 32px; border: 1px solid var(--rp-teal); border-radius: 16px; background: var(--rp-paper); }
.report-notice::before {
  content: "お知らせ";
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--rp-teal);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}
.report-article .user-content .report-notice h2 { margin: 0 0 12px; font-size: 21px; }

/* CTA */
.report-article .user-content > .report-cta {
  position: relative;
  margin: 96px 0 0;
  padding: 52px 56px;
  border-radius: 20px;
  background: linear-gradient(120deg, var(--rp-navy-deep) 0%, var(--rp-navy) 60%, #1d7f8f 100%);
  color: #fff;
  overflow: hidden;
}
.report-article .user-content > .report-cta::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -140px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0, 204, 204, .35), rgba(0, 204, 204, 0));
  pointer-events: none;
}
.report-article .user-content .report-cta > * { position: relative; }
.report-article .user-content .report-cta h2 { max-width: none; color: #fff; font-size: 26px; }
.report-article .user-content .report-cta p { max-width: 760px; color: rgba(255, 255, 255, .9); font-size: 15.5px; }
.report-article .user-content .report-cta strong { color: #fff; }
.report-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 15px 30px;
  border-radius: 999px;
  background: var(--rp-paper);
  color: var(--rp-navy) !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .15s, box-shadow .15s;
}
.report-button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.report-button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0, 0, 0, .15); }
.report-notice .report-button, .report-card .report-button { background: var(--rp-teal); color: #fff !important; }
/* CTA のレポートサンプル画像 */
.report-cta__figure { max-width: 560px; margin: 28px auto 6px; }
.report-cta__figure img { display: block; width: 100%; height: auto; }
.report-article .user-content .report-cta .report-button {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* 更新履歴・関連資料 */
.report-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 48px;
  margin: 64px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid var(--rp-rule);
}
.report-related > div { min-width: 0; }
.report-article .user-content .report-related h3 { margin: 0 0 10px; padding: 0; border: 0; color: var(--rp-muted); font: 700 11.5px/1 var(--rp-num); letter-spacing: .18em; }
.report-related ul { margin: 0; padding-left: 1.2em; }
.report-related li { margin: 0 0 6px; color: var(--rp-muted); font-size: 13.5px; line-height: 1.7; }
.report-related li::marker { color: var(--rp-rule); }
.report-related a { color: var(--rp-text); }

/* ---------- 親ページ /report/ ---------- */
.report-index__hero { padding-bottom: 72px; }
.report-index .report-paper { padding-top: 56px; }
.report-index__lead { max-width: 760px; margin: 0 0 32px; color: var(--rp-text); font-size: 16px; line-height: 1.9; }
.report-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 48px;
  align-items: center;
  padding: 36px 40px;
  border: 1px solid var(--rp-rule);
  border-radius: 16px;
  background: var(--rp-paper);
  transition: border-color .15s, box-shadow .15s;
}
.report-card:hover { border-color: var(--rp-teal); box-shadow: 0 10px 30px rgba(12, 44, 56, .08); }
.report-card__sub { margin: 0 0 8px !important; color: var(--rp-teal-text) !important; font: 700 12.5px/1.5 var(--rp-num) !important; letter-spacing: .08em; }
.report-index .user-content .report-card h2 { margin: 0 0 12px; font-size: 24px; }
.report-card p { margin: 0 !important; color: var(--rp-text); font-size: 15px; line-height: 1.85; }
.report-card__nums { display: flex; gap: 28px; margin-top: 18px; }
.report-card__nums span { display: block; color: var(--rp-muted); font-size: 12px; }
.report-card__nums strong { display: block; color: var(--rp-teal-text); font: 800 30px/1.1 var(--rp-num); font-variant-numeric: tabular-nums; }
.report-card .report-button { margin: 0; white-space: nowrap; }

.report-article [id], .report-body [id] { scroll-margin-top: 110px; }

/* 図版ライトボックス */
.report-body figure img,
.report-cta__figure img { cursor: zoom-in; }
.report-body figure img:focus-visible,
.report-cta__figure img:focus-visible { outline: 3px solid var(--rp-teal); outline-offset: 3px; }
.report-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 56px 2vw 20px;
  background: rgba(23, 63, 79, .97);
}
.report-lightbox.is-open { display: grid; }
.report-lightbox__close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  cursor: pointer;
  font: 300 32px/36px sans-serif;
}
.report-lightbox__close:hover,
.report-lightbox__close:focus-visible { background: rgba(255, 255, 255, .18); outline: 2px solid #fff; outline-offset: 2px; }
.report-lightbox__viewport {
  min-width: 0;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.report-lightbox__stage {
  display: flex;
  min-width: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}
.report-lightbox__image {
  display: block;
  width: auto;
  max-width: 96vw;
  max-height: 82vh;
  border-radius: 14px;
  background: #fff;
  cursor: default;
  user-select: none;
  -webkit-user-drag: none;
}
.report-lightbox.is-zoomable .report-lightbox__image { cursor: zoom-in; }
.report-lightbox.is-actual .report-lightbox__stage { width: max-content; height: max-content; }
.report-lightbox.is-actual .report-lightbox__image {
  max-width: none;
  max-height: none;
  cursor: grab;
}
.report-lightbox.is-actual .report-lightbox__image:active { cursor: grabbing; }
.report-lightbox__image:focus-visible { outline: 3px solid var(--rp-teal); outline-offset: -3px; }
.report-lightbox__caption {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 1199px) {
  .report-layout { display: block; }
  .report-toc { position: static; margin: 0 0 56px; padding: 24px 28px; border: 1px solid var(--rp-rule); border-radius: 14px; }
  .report-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 32px; }
  .report-toc ol a { border-left: 0; padding-left: 0; }
  .report-toc__aside { display: none; }
  .report-paper { padding: 104px 40px 56px; }
}
@media (max-width: 767px) {
  .page-report .main { padding-bottom: 56px; }
  .report-hero { padding-top: 104px; }
  .report-hero__inner { width: min(100% - 32px, 1200px); }
  .report-hero .bread { margin-bottom: 20px; font-size: 11px; }
  .report-hero__title { font-size: 28px; }
  .report-hero__sub { font-size: 13.5px; }
  .report-hero__lead { margin-top: 20px; font-size: 15px; line-height: 1.85; }
  .report-hero__meta { margin-top: 20px; gap: 12px; }
  .report-dates { gap: 12px; font-size: 12px; }
  .report-stats { grid-template-columns: 1fr; gap: 12px; margin: 28px 0 -40px; }
  .report-stat { min-height: 0; padding: 18px 20px; }
  .report-stat strong { font-size: 38px; }
  .report-stat strong.is-text { font-size: 20px; }
  .report-paper { width: min(100% - 24px, 1280px); padding: 72px 20px 40px; border-radius: 16px; }
  .report-toc { margin-bottom: 40px; padding: 18px 20px; }
  .report-toc ol { grid-template-columns: 1fr; }
  .report-article .user-content { font-size: 15px; }
  .report-body > section { margin-bottom: 64px; }
  .report-article .user-content h2 { font-size: 21px; }
  .report-article .user-content h3 { font-size: 17px; }
  .report-article .user-content p, .report-article .user-content li { font-size: 15px; }
  .report-article .user-content .report-answer { padding: 0 0 20px; font-size: 16.5px; }
  .report-article .user-content .report-insight { padding: 16px 0 0; font-size: 14.5px; }
  #highlights ol { grid-template-columns: 1fr; }
  #highlights ol li { padding: 14px 16px 14px 52px; font-size: 14px; }
  #highlights ol li::before { top: 14px; left: 16px; font-size: 16px; }
  .report-article figure { margin: 28px 0; padding: 12px 12px 14px; }
  .report-table table { min-width: 480px; }
  .report-table th, .report-table td { padding: 10px 12px; font-size: 13px; }
  .report-table th:first-child, .report-table td:first-child { min-width: 150px; max-width: 190px; }
  .report-q > summary { padding: 12px 44px 12px 14px; }
  .report-q__body { padding: 0 14px 14px; }
  .report-article .user-content > .report-cta { margin-top: 64px; padding: 36px 24px; border-radius: 16px; }
  .report-article .user-content .report-cta h2 { font-size: 21px; }
  .report-notice { margin-top: 48px; padding: 22px 20px; }
  .report-related { grid-template-columns: 1fr; gap: 28px; margin-top: 48px; }
  .report-card { grid-template-columns: 1fr; padding: 24px 20px; }
  .report-card__nums { gap: 20px; }
  .report-card__nums strong { font-size: 26px; }
  .report-article [id], .report-body [id] { scroll-margin-top: 90px; }
}
@media print {
  .page-report .header, .page-report .footer, .report-cta, .report-lightbox { display: none !important; }
  .report-hero { padding-top: 32px; color: #000; background: none; }
  .report-hero__title, .report-hero__lead, .report-hero__sub, .report-dates, .report-citation-badge { color: #000; }
  .report-stat { box-shadow: none; border: 1px solid #ccc; }
  .report-paper { width: auto; padding: 24px 0; box-shadow: none; }
  .report-layout { display: block; }
  details.report-q { break-inside: avoid; }
}
