:root{
  --bg:#0b1220;
  --panel:#101a33;
  --card:#0f1a35;
  --text:#e8eefc;
  --muted:#b8c5ea;
  --line:rgba(255,255,255,.12);
  --brand:#4da3ff;
  --brand2:#7cf0c5;
  --warn:#ffcf5a;
  --danger:#ff6b6b;
  --shadow: 0 12px 30px rgba(0,0,0,.35);
  --radius:18px;
  --radius2:24px;
  --max:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  background: radial-gradient(1200px 700px at 15% 10%, rgba(77,163,255,.18), transparent 55%),
              radial-gradient(900px 600px at 85% 0%, rgba(124,240,197,.16), transparent 60%),
              linear-gradient(180deg, #070b14 0%, var(--bg) 55%, #070b14 100%);
  color:var(--text);
  line-height:1.65;
}

a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}

.skip{position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:16px; top:16px; width:auto; height:auto; padding:10px 12px; background:#000; border:1px solid var(--line); border-radius:10px; z-index:9999}

header.site-header{
  position:sticky; top:0; z-index:30;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(7,11,20,.86), rgba(7,11,20,.55));
  border-bottom:1px solid var(--line);
}

.navbar{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0;
  gap:8px;
  flex-wrap:nowrap;
}

.brand{
  display:flex; align-items:center; gap:10px; text-decoration:none;
  font-weight:800; letter-spacing:.02em;
  flex-shrink:0;
}
.brand .dot{
  width:12px; height:12px; border-radius:99px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow:0 0 0 6px rgba(77,163,255,.12);
}
.logo{
  width: 100px;
  height: 45px;
  object-fit: contain;
  border-radius: 10px; /* 角丸いらなければ消してOK */
}

.brand-text{
  font-weight: 200;
  font-size: 10px;
  color:#fff;
  white-space: nowrap;
  line-height: 1.4;
}



.navlinks{display:flex; gap:4px; flex-wrap:nowrap; align-items:center}
.navlinks a {
    position: relative;
    text-decoration: none;
    color: #FFEFEF;
    padding: 5px 8px;
    font-size: 13px;
    white-space: nowrap;
    transition: color 0.3s;
}

/* 現在地のスタイル（.active または .stay） */
.navlinks a.active {
    color: #0056b3; /* テーマカラーにする */
    font-weight: bold;
}

/* 現在地の下に線を出すデザイン（高級感アップ） */
.navlinks a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10%;
    width: 80%;
    height: 3px;
    background-color: #0056b3;
    border-radius: 2px;
}
/*.navlinks a{
  text-decoration:none;
  color:var(--muted);
  padding:8px 10px;
  border:1px solid transparent;
  border-radius:12px;
}*/
.navlinks a:hover{color:var(--text); border-color:var(--line); background:rgba(255,255,255,.04)}
.nav-cta{display:flex; gap:8px; align-items:center; flex-shrink:0; flex-wrap:nowrap}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  text-decoration:none;
  font-weight:700;
  background:rgba(255,255,255,.02);
  box-shadow: none;
}
.btn:hover{background:rgba(255,255,255,.06)}
.btn.primary{
  border-color: rgba(77,163,255,.45);
  background: linear-gradient(135deg, rgba(77,163,255,.28), rgba(124,240,197,.14));
}
.btn.primary:hover{filter:brightness(1.05)}
.btn.ghost{background:transparent}

/* ===== Strong badge base ===== */
.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 24px rgba(0,0,0,.28);
  background: linear-gradient(135deg, #4da3ff, #7cf0c5); /* default */
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.badge:hover{
  transform: translateY(-2px);
  box-shadow:0 14px 34px rgba(0,0,0,.35);
  filter: brightness(1.05);
}

.badge .chip{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 12px rgba(255,255,255,.75);
}

/* ===== Category colors (8) ===== */

/* 1) エネルギー・資源：オレンジ/アンバー */
.badge-energy{
  background: linear-gradient(135deg, #ff8a00, #ffcf5a);
}

/* 2) 自動車・モビリティ：ブルー */
.badge-mobility{
  background: linear-gradient(135deg, #1a6dff, #4da3ff);
}

/* 3) IT・デジタル：パープル */
.badge-it{
  background: linear-gradient(135deg, #7a3cff, #2dd4ff);
}

/* 4) 建設・インフラ：スレート/グレー（硬派） */
.badge-infra{
  background: linear-gradient(135deg, #3b445a, #6b7280);
}

/* 5) 医療・ヘルスケア：レッド/ピンク */
.badge-health{
  background: linear-gradient(135deg, #ff3b5c, #ff7ab6);
}

/* 6) 教育・文化：ゴールド/サンド（知性・文化） */
.badge-edu{
  background: linear-gradient(135deg, #b98b2f, #ffd27a);
}

/* 7) 農業・食品：グリーン */
.badge-agri{
  background: linear-gradient(135deg, #167a3f, #57d17b);
}

/* 8) 観光：ティール/シアン（爽やか） */
.badge-tourism{
  background: linear-gradient(135deg, #00b8a9, #2dd4ff);
}
/*.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  color:var(--muted);
  background:rgba(255,255,255,.03);
  font-size:12px;
}
.badge .chip{
  width:8px; height:8px; border-radius:99px;
  background:var(--warn);
}*/

.hero{
  padding:56px 0 22px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:22px;
  align-items:stretch;
}
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .navlinks{display:none}
  .nav-cta{display:none}
  /*.brand-text{display:none}*/
}
.hero-card{
  border:1px solid var(--line);
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(16,26,51,.78), rgba(16,26,51,.35));
  box-shadow: var(--shadow);
  padding:22px;
}
.hero h1{
  margin:10px 0 8px;
  font-size: clamp(26px, 3.1vw, 42px);
  line-height:1.2;
}
.hero p.lead{
  margin:0 0 14px;
  color: var(--muted);
  font-size: clamp(14px, 1.3vw, 17px);
}
.hero .cta-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.kpi{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin-top:14px;
}
.kpi .item{
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
  background:rgba(255,255,255,.03);
}
.kpi .num{font-weight:900; font-size:18px}
.kpi .lbl{color:var(--muted); font-size:12px}
@media (max-width:520px){
  .kpi{grid-template-columns:1fr}
}

.section{padding:18px 0}
.section-title{
  display:flex; align-items:baseline; justify-content:space-between; gap:12px; flex-wrap:wrap;
  margin:10px 0 10px;
}
.section-title h2{margin:0; font-size:22px; color: #fff;}
.section-title p{margin:0; color:var(--muted); font-size:14px}

.grid{
  display:grid; gap:12px;
}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.grid.cols-2{grid-template-columns:repeat(2,1fr)}
@media (max-width:920px){
  .grid.cols-3{grid-template-columns:1fr}
  .grid.cols-2{grid-template-columns:1fr}
}

.card{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(15,26,53,.60);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  padding:16px;
}
.card h3 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 1.25rem;
    transition: color 0.3s ease;
}

.card:hover h3 {
    color: #0056b3; /* タイトルの色をテーマカラーに */
}

.card p {
    margin: 0;
    color: #C3BFBF;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* 左側にアクセントラインを入れる（オプション：高級感アップ） */
.card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 40%;
    background-color: #0056b3;
    transition: width 0.2s ease;
    border-radius: 0 4px 4px 0;
}

.card:hover::before {
    width: 4px; /* ホバー時にスッと青い線が出る */
}
.list{
  margin:0; padding-left:18px;
  color:var(--muted);
}
.list li{margin:6px 0}

.callout{
  border:1px solid rgba(255,207,90,.35);
  background: rgba(255,207,90,.10);
  padding:14px 16px;
  border-radius: var(--radius);
  color: var(--text);
}
.callout strong{color:#ffe4a6}

.split{
  display:grid; grid-template-columns: 1fr 1fr; gap:12px;
}
@media (max-width:920px){ .split{grid-template-columns:1fr} }

.form{
  display:grid; gap:10px;
}
.input, .textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.22);
  color:var(--text);
  outline:none;
}
.textarea{min-height:120px; resize:vertical}
.small{font-size:12px; color:var(--muted)}
hr.sep{border:none; border-top:1px solid var(--line); margin:16px 0}
footer{
  border-top:1px solid var(--line);
  padding:22px 0 40px;
  color:var(--muted);
  font-size:12px;
}
.footer-row{display:flex; gap:12px; justify-content:space-between; flex-wrap:wrap}
.pills{display:flex; gap:8px; flex-wrap:wrap}
.pills a{color:var(--muted)}
.pills a:hover{color:var(--text)}

.notice{
  border:1px solid rgba(255,107,107,.32);
  background: rgba(255,107,107,.10);
  padding:12px 14px;
  border-radius: var(--radius);
}
.notice b{color:#ffd2d2}

/* Hero image block */
.hero-media{
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  overflow: hidden;
  background: rgba(255,255,255,.02);
  box-shadow: var(--shadow);
  min-height: 260px;
  display:flex;
}

.hero-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

/* Small inline image cards */
.media-card{
  padding: 0;
  overflow: hidden;
}
.media-card img{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
}
.media-card .cap{
  padding: 10px 12px;
  color: var(--muted);
  font-size: 12px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.02);
}
.hero-image{
  width: 100%;
  border-radius: 16px;
  margin-top: 24px;
  object-fit: cover;
  max-height: 480px;
}
/* Sticky Navigation */
.site-header{
  transition: all .3s ease;
  padding: 18px 0;
}

.site-header.scrolled{
  padding: 8px 0;
  background: rgba(10,12,18,.95);
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* ニュースセクション全体 */
.news-section {
    padding: 80px 0;
    background-color: #f8f9fa; /* 薄いグレーでセクションを区切る */
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
    color: #333;
}

.section-title span {
    display: block;
    font-size: 1rem;
    color: #0056b3; /* 以前のテーマカラーと統一 */
    margin-top: 10px;
    font-weight: normal;
}

/* グリッドレイアウト */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 0 20px;
}

/* ニュースカード */
.news-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.news-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.news-content {
    padding: 25px;
}

.news-date {
    display: inline-block;
    background: #e7f0ff;
    color: #0056b3;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.news-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
    line-height: 1.4;
    color: #222;
    /* 2行以上は「...」にする設定 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more {
    font-size: 0.9rem;
    font-weight: bold;
    color: #0056b3;
    transition: color 0.2s;
}

.news-card:hover .read-more {
    color: #ffc107; /* ホバー時にアクセントカラーを変える */
}

/* レスポンシブ調整 */
@media (max-width: 480px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

/* フッター全体のスタイリング */
.site-footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
    margin-top: 60px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copy a {
    color: #bbb;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-copy a:hover {
    color: #fff;
}

/* フッター内のリンク（ピル） */
.pills {
    display: flex;
    gap: 15px;
}

.pills a {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s;
}

.pills a:hover {
    background: #0056b3; /* テーマカラー */
    transform: translateY(-2px);
}

/* スマホ対応 */
@media (max-width: 600px) {
    .footer-row {
        flex-direction: column;
        text-align: center;
    }
}
/* フッター上部のレイアウト */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-brand {
    max-width: 300px;
}

.footer-desc {
    font-size: 0.85rem;
    color: #bbb;
    margin-top: 15px;
    line-height: 1.6;
}

/* フッター用ナビリンク */
.footer-navlinks {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列で表示 */
    gap: 10px 40px;
}

.footer-navlinks a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-navlinks a:hover {
    color: #0056b3; /* ホバー時にテーマカラーへ */
    text-decoration: underline;
}

.footer-sep {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 30px;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
    }
    .footer-navlinks {
        grid-template-columns: 1fr; /* スマホでは1列 */
        gap: 15px;
    }
}

/* ???????????????????????????????????????????????????????
   PAGE COMMON ? 全業種ページ共通スタイル
   energy / mobility / infrastructure / healthcare /
   education-culture / agri-food / tourism / it-digital
   ??????????????????????????????????????????????????????? */

/* Google Fonts（全ページ共通） */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* ─── RESET（ページ個別CSSのリセット共通化） ─── */
/* 各ページCSSの先頭 "* { box-sizing:border-box; margin:0; padding:0; }" と
   body { font-family / background / color / overflow-x } は
   ここでは style.css の body 定義に統合しているため省略 */

/* ─── BREADCRUMB ─── */
.breadcrumb {
  position: sticky;
  top: var(--header-h, 69px); left: 0; right: 0;
  z-index: 29;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,134,11,0.2);
  padding: 14px 48px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb a {
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s;
  color: rgba(255,255,255,0.45);
}
.breadcrumb span {
  font-size: 12px;
  color: rgba(255,255,255,0.2);
}
.breadcrumb .current {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ─── BTN GHOST（全ページ共通） ─── */
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 32px;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Noto Sans JP', sans-serif;
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.06);
}

/* ─── SCROLL HINT ─── */
.scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.scroll-hint span {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.25);
  text-transform: uppercase;
}
.scroll-line {

  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(184,134,11,0.6), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50%       { opacity: 1;   transform: scaleY(1.1); }
}

/* ─── PULSE DOT ─── */
.badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.8); }
}

/* ─── SECTION EYEBROW ─── */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* ::before は各ページCSSで色だけ上書き */
.section-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
}

/* ─── SECTION HEADING / LEAD ─── */
.ep-h2, .mp-h2, .inf-h2, .hc-h2, .edu-h2, .ag-h2, .tr-h2, .it-h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 300;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 14px;
}
.ep-lead, .mp-lead, .inf-lead, .hc-lead, .edu-lead, .ag-lead, .tr-lead, .it-lead {
  font-size: 14px;
  line-height: 1.9;
  color: var(--warm-gray);
  max-width: 600px;
  margin-bottom: 56px;
}

/* ─── OPPORTUNITY GRID ─── */
.opp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--border);
}
.opp-card {
  background: var(--white);
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.opp-card:hover { transform: translateY(-3px); box-shadow: 0 16px 48px rgba(0,0,0,0.07); }
.opp-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.opp-card:hover::before { transform: scaleX(1); }
.opp-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0.15;
}
.opp-card h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
}
.opp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.opp-list li {
  font-size: 13px;
  color: var(--warm-gray);
  padding-left: 18px;
  position: relative;
  line-height: 1.7;
}
.opp-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  font-size: 11px;
  top: 2px;
}

/* ─── RISK GRID ─── */
.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.risk-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 36px 32px;
  position: relative;
  transition: all 0.3s ease;
}
.risk-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.risk-card:hover::before { transform: scaleY(1); }
.risk-icon { font-size: 28px; margin-bottom: 16px; display: block; }
.risk-card h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.risk-card p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.8; }
.risk-notice {
  margin-top: 32px;
  border-left-width: 3px;
  border-left-style: solid;
  padding: 20px 24px;
}
.risk-notice p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.8; }

/* ─── SUPPORT TIMELINE ─── */
.support-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  margin-top: 56px;
}
.support-timeline::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(100% / 6);
  right: calc(100% / 6);
  height: 1px;
  z-index: 0;
}
.support-step { padding: 0 24px; text-align: center; position: relative; }
.step-dot {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 28px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.support-step h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
}
.support-step p { font-size: 12px; color: var(--warm-gray); line-height: 1.8; }
.step-duration {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* ─── REPORT CHECKLIST ─── */
.report-checklist {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 48px 48px 48px 56px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 48px;
}
.check-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}
.check-mark {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border: 1px solid var(--gold-light, #d4a843);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--gold-light, #d4a843);
  margin-top: 2px;
}
.report-cta { text-align: center; margin-top: 40px; }

/* ─── CONTACT ─── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  margin-top: 56px;
  align-items: start;
}
.contact-sidebar h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 20px;
}
.hearing-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.hearing-list li {
  font-size: 13px;
  color: var(--warm-gray);
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
}
.hearing-list li::before {
  content: '?';
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 0;
}
.contact-callout {
  padding: 24px 28px;
  position: relative;
  overflow: hidden;
}
.contact-callout::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
}
.contact-callout strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.contact-callout p { font-size: 13px; line-height: 1.7; }
.contact-form-box {
  border: 1px solid var(--border);
  padding: 48px 44px;
}

/* ─── FORM ─── */
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease;
  background: var(--white, #fff);
}
.form-textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 11px; color: var(--warm-gray); line-height: 1.7; margin-top: 12px; }

/* ─── FADE-UP ANIMATION ─── */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE（共通部分のみ） ─── */
@media (max-width: 900px) {
  .breadcrumb { padding: 12px 24px; }
  .opp-grid { grid-template-columns: 1fr; }
  .risk-grid { grid-template-columns: 1fr; }
  .support-timeline { grid-template-columns: 1fr; }
  .support-timeline::before { display: none; }
  .report-checklist { grid-template-columns: 1fr; padding: 32px 28px; }
  .contact-grid { grid-template-columns: 1fr; }
}

/* ???????????????????????????????????????
   HAMBURGER MENU（モバイル）
   ??????????????????????????????????????? */

/* ハンバーガーボタン本体 */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s;
  z-index: 50;
}
.hamburger:hover { background: rgba(255,255,255,0.12); }

/* 3本線 */
.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: center;
}

/* 開いた状態（× アイコン） */
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* モバイルドロワーメニュー */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(7,11,20,0.97);
  backdrop-filter: blur(12px);
  flex-direction: column;
  align-items: stretch;
  padding: 80px 24px 40px;
  overflow-y: auto;
  transform: translateY(-16px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-nav.open {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}

/* モバイルナビリンク */
.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.mobile-nav a::after {
  content: '→';
  font-size: 14px;
  color: var(--brand);
  transition: transform 0.2s;
}
.mobile-nav a:hover { color: var(--brand); }
.mobile-nav a:hover::after { transform: translateX(4px); }
.mobile-nav a.active { color: var(--brand); }

/* モバイルCTAボタン群 */
.mobile-nav-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.mobile-nav-cta .btn {
  width: 100%;
  padding: 16px;
  font-size: 15px;
  border-radius: 12px;
  justify-content: center;
}

/* スクロール防止（メニュー開いてるとき） */
body.nav-open { overflow: hidden; }

@media (max-width: 920px) {
  .hamburger { display: flex; }
}
