/* ============================================================
   【夏季限定】自宅から参加できる中古リノベWEBセミナー｜リノベ不動産 恵比寿南店
   ※ present-campaign-v3.css をベースに作成
   ============================================================ */

:root {
  --fv-aqua:     #7ED2DB;
  --accent-pink: #AE6E76;
  --rf-blue:   #5FA8C7;
  --rf-yellow: #CFEAE8;
  --rf-navy:   #17505A;
  --rf-red:    #1E97A0;
  --rf-black:  #16323A;
  --bg:        #FBFFFF;
  --ink:       #16323A;
  --sub:       #6F8C90;
  --sub-dark:  #4F6A6E;
  --line:      #D3ECEC;
  --gray:      #EAFBFB;
  --gray2:     #F3FDFD;

  --max-w:     1140px;
  --gutter:    clamp(18px, 5vw, 40px);
  --section-v: clamp(64px, 10vw, 110px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  color: var(--ink); background: var(--bg); line-height: 1.9;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap   { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 760px; }

/* スマホのみ改行するユーティリティ（design-common.md 準拠） */
.br-sp { display: none; }
@media (max-width: 640px) {
  .br-sp { display: inline; }
}

/* ── Typography helpers ── */
.sec-h {
  text-align: center; font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800; letter-spacing: .1em; line-height: 1.45; margin-bottom: 12px;
}
.sec-h.sm { font-size: clamp(20px, 2.8vw, 26px); }
.sec-desc { text-align: center; color: var(--sub); font-size: clamp(14px, 1.5vw, 15.5px); max-width: 680px; margin: 0 auto; }

/* ─────────────────────────────────────────────────────
   HEADER
───────────────────────────────────────────────────── */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.head-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: clamp(60px, 8vw, 76px);
}
.logo { display: flex; align-items: center; gap: clamp(10px, 2vw, 16px); }
.logo-img { height: clamp(43px, 7.2vw, 56px); width: auto; flex-shrink: 0; }
.head-tel { text-align: right; text-decoration: none; color: inherit; }
.head-tel small { display: block; font-size: 10px; color: var(--sub); letter-spacing: .1em; }
.head-tel b { font-size: clamp(15px, 2vw, 20px); letter-spacing: .04em; font-weight: 800; color: var(--rf-navy); }

/* ─────────────────────────────────────────────────────
   HERO SPLIT（グラデーションパネル=ラベル＋見出しのみ／写真／本文＋CTA、の順）
   ※「夏の資料請求フェア」風の涼しいグラデーション参考デザインを踏襲
───────────────────────────────────────────────────── */
.hero-split { background: #fff; }

/* SP優先：[グラデーションパネル→写真]→[本文→カメラOFF→CTA] の縦積み。PC（761px〜）は上段を左右分割 */
.hero-split-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero-split-top {
  display: flex;
  flex-direction: column;
}
.hero-split-textpanel {
  background: linear-gradient(180deg, #FFFFFF 0%, #DAF4F5 30%, var(--fv-aqua) 60%, var(--fv-aqua) 100%);
  padding: clamp(28px, 6vw, 40px) var(--gutter) clamp(24px, 4vw, 32px);
}
.hero-eyebrow-label {
  text-align: center;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  font-weight: 800; letter-spacing: .01em; color: #4C4C4C;
  margin-bottom: 8px;
}
/* 画像の上には文字を乗せない：見出しは写真とは別の独立したテキストブロック */
.hero-split-title {
  text-align: center;
  color: #4C4C4C;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 6vw, 34px); font-weight: 700; letter-spacing: .04em; line-height: 1.4;
}
/* アタリ（仮テキスト） */
.hero-split-tagline {
  text-align: center;
  color: #4C4C4C;
  font-size: clamp(13px, 1.6vw, 14.5px); font-weight: 700; letter-spacing: .03em;
  margin-top: 10px;
}
.hero-split-photo {
  position: relative;
  overflow: hidden;
  height: clamp(240px, 60vw, 420px);
}
.hero-split-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.hero-split-body {
  padding: clamp(24px, 4vw, 32px) var(--gutter) clamp(28px, 4vw, 40px);
}
.hero-split-sub {
  font-size: 14px; color: var(--ink); line-height: 1.8;
  margin-bottom: 20px;
}
.hero-split-actions {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-split-actions .hero-cta-btn {
  width: fit-content;
  border-radius: 30px;
}

/* CTAボタン上の一言（カメラ・音声OFF可）※固定CTAには付けない */
.info {
  text-align: center;
  font-size: clamp(13px, 1.4vw, 14.5px);
  font-weight: 700; letter-spacing: .04em; color: var(--rf-navy);
}

@media (min-width: 761px) {
  /* PC：上段（グラデーションパネル／写真）を左右分割、本文は下段に全幅で配置 */
  .hero-split-top { flex-direction: row; min-height: clamp(360px, 42vw, 480px); }
  .hero-split-textpanel {
    flex: 1 1 50%;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    padding: clamp(32px, 5vw, 56px) var(--gutter);
  }
  .hero-split-photo { flex: 1 1 50%; height: auto; }
  .hero-split-title {
    max-width: 480px;
    font-size: 36px; line-height: 1.25;
  }
  .hero-split-body { max-width: 680px; margin: 0 auto; text-align: center; }
  .hero-split-sub { max-width: 560px; }

  /* Gift・日程パネル直後のLead（CEO鎌田の紹介文）のみPCで中央寄せ */
  .hero-gift-panel + .lead p { text-align: center; }

  /* 箇条書き2種（こんな方にオススメ／このセミナーでわかること）：ブロックを中央配置＋文字拡大 */
  .learn-list { max-width: 480px; margin: 0 auto; }
  .learn-list strong { font-size: 32px; }
}

/* ─────────────────────────────────────────────────────
   ギフト・日程パネル
───────────────────────────────────────────────────── */
.hero-gift-panel {
  background: #fff;
  padding-bottom: clamp(28px, 4vw, 40px);
}
.hero-gift-panel-actions { margin-top: clamp(8px, 2vw, 16px); }
/* ギフト見出し（ピンクあしらい＋バッジ） */
.gift-heading-box {
  text-align: center;
  background: #F1F1EF;
  border-radius: 8px;
  padding: clamp(12px, 3vw, 22px) clamp(12px, 3vw, 20px);
  margin: clamp(24px, 4vw, 32px) auto 0;
  max-width: 100%;
}
.gift-heading-badge {
  display: block;
  width: fit-content;
  background: var(--accent-pink);
  color: #fff;
  font-size: 11.5px; font-weight: 800; letter-spacing: .12em;
  padding: 4px 14px;
  border-radius: 20px;
  margin: 0 auto 10px;
}
.gift-heading-text {
  font-size: clamp(17px, 2vw, 19px); font-weight: 800;
  line-height: 1.6; letter-spacing: .03em; color: var(--accent-pink);
}
.hcr-panel {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap;
  gap: clamp(28px, 6vw, 72px);
  max-width: var(--max-w); margin: 0 auto;
  padding: clamp(28px, 4vw, 48px) var(--gutter);
}

/* ギフト画像 */
.hcr-gift {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  flex-shrink: 0;
}
.hcr-gift img {
  width: 100%;
  display: block;
}
.hcr-gift-label {
  margin-top: 10px;
  font-size: 12.5px; font-weight: 700; color: var(--rf-navy);
  letter-spacing: .04em; text-align: center;
}

/* 日程 */
.hcr-date {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 4px;
  padding: clamp(18px, 2.5vw, 26px) clamp(24px, 3.5vw, 40px);
  border-left: 4px solid var(--rf-navy);
  background: var(--gray2);
}
.hcr-date-num {
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 900; letter-spacing: .02em; line-height: 1;
  color: var(--rf-navy);
}
.hcr-date-time {
  font-size: clamp(14px, 1.6vw, 17px); font-weight: 700;
  letter-spacing: .04em; color: var(--ink); margin-top: 6px;
}
.date-note { font-size: 13px; color: var(--sub); font-weight: 400; margin-left: 6px; }
.hcr-reserve {
  display: inline-block; margin-top: 10px;
  background: var(--rf-red); color: #fff;
  font-size: clamp(12px, 1.3vw, 14px); font-weight: 800; letter-spacing: .1em;
  padding: 6px 16px; border-radius: 2px;
}

@media (max-width: 640px) {
  .hcr-panel {
    gap: 22px; padding: 26px 18px;
    padding-top: unset;
    flex-direction: column;
  }
  .hcr-gift {
    width: 300px;
    max-width: 90vw;
  }
  .hcr-date {
    width: 100%; align-items: center; text-align: center;
    border-left: none; border-top: 4px solid var(--rf-navy);
  }
}

/* ─────────────────────────────────────────────────────
   HERO CTA ボタン（Hero内 / Giftセクション内で共通利用）
───────────────────────────────────────────────────── */
.hero-cta-btn {
  font-size: clamp(15px, 1.8vw, 17px);
  padding: clamp(16px, 2.5vw, 20px) clamp(36px, 6vw, 72px);
}

/* お申し込みの安心ポイント（電話番号不要・営業電話なし・カメラ音声OFF可） */
.trust-list {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0; list-style: none; margin-top: 16px;
}
.trust-list li {
  position: relative;
  font-size: 13px; font-weight: 600; color: var(--sub);
  padding: 0 16px;
}
.trust-list li + li::before {
  content: "";
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 12px; background: var(--line);
}
@media (max-width: 640px) {
  .trust-list { flex-direction: column; gap: 8px; margin-top: 14px; }
  .trust-list li { padding: 0; }
  .trust-list li + li::before { display: none; }
}

/* ─────────────────────────────────────────────────────
   LEAD
───────────────────────────────────────────────────── */
.lead {
  padding: 32px 0 var(--section-v);
  text-align: center;
  background: var(--gray);
}
.lead h2 {
  font-size: clamp(20px, 2.8vw, 28px); font-weight: 800;
  letter-spacing: .08em; line-height: 1.6; margin-bottom: 24px;
}
.lead p { color: var(--ink); font-size: clamp(14px, 1.5vw, 15.5px); text-align: left; }

/* ダミー画像2点（本番画像に差し替え予定） */
.lead-dummy-images {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(40px, 8vw, 64px);
  margin-top: clamp(28px, 4vw, 40px);
}
.lead-dummy-figure {
  flex: 1 1 260px; max-width: 340px;
  text-align: center;
}
.lead-dummy-figure img {
  width: 100%; border-radius: 4px; display: block;
}
.lead-dummy-figure .info { text-align: center; margin-bottom: 10px; }

/* マーカー強調 */
.marker {
  font-weight: 800;
  background: linear-gradient(transparent 55%, rgba(95,168,199,.35) 55%);
  padding: 0 2px;
}
/* 白マーカー（アクア背景の上で使用） */
.marker-white {
  background: linear-gradient(transparent 86%, rgba(255,255,255,.8) 86%);
  padding: 0 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.fontBold { font-weight: 800; }

/* ─────────────────────────────────────────────────────
   こんな方にオススメ（線囲み見出し＋箇条書き）
───────────────────────────────────────────────────── */
.recommend { padding: clamp(40px, 6vw, 64px) 0 0; }
.rule-heading {
  text-align: center;
  font-weight: 800;
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--rf-navy);
  letter-spacing: .04em;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
}
/* 見出し直下のイメージ画像 */
.section-heading-img {
  width: 100%;
  border-radius: 4px;
  margin: 20px 0;
}

/* ─────────────────────────────────────────────────────
   LEARNS（わかること）
───────────────────────────────────────────────────── */
.learns { padding: var(--section-v) 0; }
.learns-actions { margin-top: clamp(28px, 4vw, 40px); }
.learn-list { list-style: none; display: flex; flex-direction: column; }
.learn-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 5px 0;
}
.learn-list li::before {
  content: "";
  flex-shrink: 0;
  width: 8px; height: 8px;
  margin-top: 0.55em;
  border: 2px solid var(--rf-navy);
  border-radius: 50%;
  box-sizing: border-box;
}
.learn-list strong { display: block; font-size: clamp(13px, 1.5vw, 14px); font-weight: 400; line-height: 1.8; }
.learn-list p      { font-size: clamp(13.5px, 1.4vw, 15px); color: var(--sub); }

@media (max-width: 640px) {
  .rule-heading { font-size: 18px; }
  .learn-list li { padding: 5px 0; }
  .learn-list strong { font-size: 14px; line-height: 1.8; }
  .learn-list p { font-size: 16px; }
}

/* PCのみ：見出し直下を「写真（左・固定幅）＋箇条書き（右）」の2カラムに */
@media (min-width: 761px) {
  .recommend .wrap,
  .learns .wrap {
    display: grid;
    grid-template-columns: 280px 1fr;
    column-gap: 32px;
    row-gap: 0;
    grid-template-areas:
      "heading heading"
      "image   list";
    align-items: start;
  }
  .learns .wrap {
    grid-template-areas:
      "heading heading"
      "image   list"
      "actions actions";
  }
  .recommend .rule-heading,
  .learns .rule-heading { grid-area: heading; }
  .recommend .section-heading-img,
  .learns .section-heading-img {
    grid-area: image;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin: 0;
  }
  .recommend .learn-list,
  .learns .learn-list { grid-area: list; }
  .learns .learns-actions {
    grid-area: actions;
    margin-top: clamp(28px, 4vw, 40px);
  }
}

/* ─────────────────────────────────────────────────────
   MAP
───────────────────────────────────────────────────── */
.map-section { padding: var(--section-v) 0; background: var(--gray); }
.map-section .sec-h { margin-bottom: 16px; }
.map-access {
  display: block;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 400;
  letter-spacing: .08em;
  color: var(--sub);
}
.showroom-photo {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 24px;
}
.map-frame {
  width: 100%;
  height: 400px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-note {
  text-align: center;
  margin-top: 20px;
  font-size: clamp(13px, 1.4vw, 14.5px);
  color: var(--sub);
}
@media (max-width: 640px) {
  .map-frame { height: 260px; }
}

/* ─────────────────────────────────────────────────────
   GIFT
───────────────────────────────────────────────────── */
.gift { padding: var(--section-v) 0; }
/* Giftセクション導入部：ピンクの▼の下に「さらに…」の見出しを配置 */
.gift-transition {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 36px);
}
.gift-transition-arrow {
  display: block;
  color: #AE6E76;
  font-size: clamp(56px, 9vw, 80px);
  line-height: 1;
}
.gift-transition-heading {
  color: #AE6E76;
  font-size: clamp(22px, 3.5vw, 32px); font-weight: 800; letter-spacing: .1em;
  margin-top: 4px;
}
.gift-box {
  background: #fff; border: 1px solid #AE6E76;
  padding: clamp(20px, 5vw, 56px);
  display: grid; grid-template-columns: 1fr;
  grid-template-areas:
    "heading"
    "image"
    "notes";
  gap: clamp(20px, 4vw, 32px);
  text-align: center;
}
.gift-box .gift-heading-box { grid-area: heading; margin: 0; }
.gift-box .gift-img { grid-area: image; }
.gift-box .notes { grid-area: notes; }
.gift-ribbon {
  display: inline-block; background: var(--rf-red); color: #fff;
  font-size: 12px; letter-spacing: .1em; padding: 7px 18px;
  border-radius: 2px; margin-bottom: 14px;
}
.date-chip {
  display: inline-block; background: var(--rf-navy); color: #fff;
  font-weight: 700; padding: 7px 16px; border-radius: 2px;
  margin-bottom: 16px; letter-spacing: .06em; font-size: 13px;
}
.gift-img {
  display: block; aspect-ratio: 1/1; background: var(--gray);
  overflow: hidden;
}
.gift-img img { width: 100%; height: 100%; object-fit: cover; }
.notes { list-style: none; border-top: 1px solid #AE6E76; padding-top: 16px; }
.notes li { font-size: 12.5px; color: var(--sub-dark); margin-bottom: 5px; }
.notes li.strong { font-weight: 700; color: #AE6E76; font-size: 13px; }

.gift-img { max-width: 220px; margin: 0 auto; }
.gift-box .notes { text-align: left; }

@media (min-width: 761px) {
  .gift-box {
    grid-template-columns: clamp(220px, 28%, 320px) 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "image heading"
      "image notes";
    align-items: center;
    text-align: left;
  }
  .gift-box .gift-heading-box { text-align: left; margin: 0; }
  .gift-box .gift-heading-badge { margin: 0 0 10px; }
  .gift-img { max-width: none; margin: 0; }
}
.gift-cta {
  text-align: center;
  margin-top: clamp(28px, 4vw, 44px);
}
.gift-cta .info { margin-bottom: 4px; }
.gift-cta .btn { font-size: clamp(15px, 1.8vw, 17px); padding: clamp(16px, 2.5vw, 20px) clamp(36px, 6vw, 72px); }
@media (max-width: 640px) {
  .gift-cta .btn { width: 100%; padding: 18px 24px; font-size: 16px; }
}

/* ─────────────────────────────────────────────────────
   CONSULTATION CARDS
───────────────────────────────────────────────────── */
.consult { padding: var(--section-v) 0; }
.consult .sec-h { margin-bottom: 8px; }
.consult .sec-desc { margin-bottom: clamp(28px, 4vw, 44px); }
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 28px);
}
.card {
  background: var(--gray);
  border-top: 3px solid var(--rf-yellow);
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 28px);
}
.card .q {
  display: block;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--rf-navy);
  margin-bottom: 10px;
}
.card p {
  font-size: clamp(13px, 1.3vw, 14.5px);
  color: var(--sub-dark);
  line-height: 1.8;
}
@media (max-width: 760px) {
  .cards { grid-template-columns: 1fr; gap: 14px; }
  .card { padding: 20px 18px; }
}

/* ─────────────────────────────────────────────────────
   STORY
───────────────────────────────────────────────────── */
.story { padding: 0 0 var(--section-v); }
.story-band {
  position: relative; overflow: hidden;
  height: clamp(260px, 45vh, 480px); margin-bottom: clamp(48px, 7vw, 72px);
}
.story-band > img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.story-band::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(23,80,90,.45) 0%, transparent 60%);
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  max-width: 960px; margin: 0 auto;
}
.story-block {
  background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--rf-blue);
  padding: clamp(24px, 3vw, 36px);
  border-radius: 2px;
}
.story-block h4 {
  font-size: clamp(16px, 1.8vw, 19px); font-weight: 800;
  letter-spacing: .05em; margin-bottom: 14px; line-height: 1.5;
}
.story-block h4 .accent { color: var(--rf-blue); }
.story-block p { color: var(--sub-dark); font-size: clamp(13.5px, 1.4vw, 15px); }

@media (max-width: 760px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-band { height: auto; }
  .story-band > img { position: static; height: auto; object-fit: initial; }
}

/* ─────────────────────────────────────────────────────
   COMPARE
───────────────────────────────────────────────────── */
.compare { background: var(--gray); padding: var(--section-v) 0; }
.compare .inner { max-width: 960px; margin: 0 auto; padding: 0 var(--gutter); }
.ctable-scroll { overflow-x: auto; margin-top: 40px; -webkit-overflow-scrolling: touch; }
.ctable {
  width: 100%; border-collapse: collapse; background: #fff;
  font-size: clamp(13.5px, 1.5vw, 15.5px); min-width: 540px;
}
.ctable th, .ctable td { border: 1px solid var(--line); padding: clamp(10px, 1.5vw, 16px) 8px; text-align: center; }
.ctable thead th { font-weight: 700; letter-spacing: .04em; background: var(--gray); }
.ctable tbody th {
  text-align: center;
  padding-left: clamp(10px, 1.5vw, 18px); font-weight: 700;
  background: var(--gray2);
}
.ctable .o  { color: var(--rf-blue); font-size: 1.4em; font-weight: 900; }
.ctable .x  { color: #c8c8c8; font-size: 1.2em; }
.ctable .t  { color: var(--rf-yellow); font-size: 1.2em; }
.ctable tbody tr.main { background: #E5F6F5; }
.ctable tbody tr.main th {
  background: #E5F6F5; color: var(--ink);
}
.ctable tbody tr.main td { border-color: #CDEBEA; }
.ctable tbody tr.main .o { font-size: 1.6em; }
.compare .conc {
  text-align: center; margin-top: 28px;
  font-weight: 700; letter-spacing: .04em; color: var(--ink);
  font-size: clamp(14px, 1.5vw, 16px);
}
.conc-mark {
  background: linear-gradient(transparent 55%, var(--rf-yellow) 55%);
  color: inherit; padding: 0;
}
.ctable .th-short { display: none; }

@media (max-width: 640px) {
  .ctable { font-size: 9px; table-layout: fixed; min-width: 0; }
  .ctable th, .ctable td { padding: 6px 2px; }
  .ctable thead th { font-size: 9px; line-height: 1.25; }
  .ctable .th-full  { display: none; }
  .ctable .th-short { display: inline; }
  .ctable tbody th  { padding-left: 4px; white-space: normal; line-height: 1.2; width: 18%; font-size: 9px; }
  .ctable .o { font-size: 1.1em; }
  .ctable .x, .ctable .t { font-size: 1em; }
  .ctable tbody tr.main .o { font-size: 1.3em; }
}

/* ─────────────────────────────────────────────────────
   OUTLINE
───────────────────────────────────────────────────── */
.outline { padding: var(--section-v) 0; background: #fff; }
.dtable { margin-top: 48px; max-width: 840px; margin-left: auto; margin-right: auto; }
.dtable .row {
  display: grid; grid-template-columns: 160px 1fr;
  border-bottom: 1px solid var(--line);
}
.dtable .row:first-child { border-top: 2px solid var(--rf-navy); }
.dtable dt {
  padding: clamp(16px, 2.5vw, 22px) 16px;
  font-weight: 800; font-size: 13.5px; letter-spacing: .06em;
  color: var(--rf-navy); background: rgba(23,80,90,.05);
}
.dtable dd {
  padding: clamp(16px, 2.5vw, 22px) 20px;
  color: var(--sub-dark); font-size: 14.5px;
}
@media (max-width: 580px) {
  .dtable .row { grid-template-columns: 1fr; }
  .dtable dt { padding-bottom: 4px; background: none; }
  .dtable dd { padding-top: 0; }
}

/* ─────────────────────────────────────────────────────
   BUTTONS
───────────────────────────────────────────────────── */
.btn {
  display: inline-block; background: var(--rf-navy); color: #fff;
  font-weight: 800; font-size: clamp(15px, 1.6vw, 17px);
  letter-spacing: .08em; padding: clamp(16px, 2.5vw, 20px) clamp(36px, 5vw, 64px);
  border-radius: 3px; border: none; cursor: pointer;
  transition: background .22s, transform .18s, box-shadow .22s;
}
.btn:hover { background: #103E46; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(23,80,90,.25); }
.btn:active { transform: translateY(0); }
.btn-cta {
  display: inline-block; font-size: clamp(15px, 1.8vw, 18px);
  padding: clamp(16px, 2.5vw, 22px) clamp(40px, 6vw, 72px);
}
@media (max-width: 640px) {
  .btn-cta { width: 100%; font-size: 16px; padding: 18px 24px; }
}

/* ─────────────────────────────────────────────────────
   FIXED CTA
───────────────────────────────────────────────────── */
.float-cta { position: fixed; right: clamp(16px, 3vw, 32px); bottom: clamp(16px, 3vw, 32px); z-index: 200; }
.float-cta a {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--rf-navy); color: #fff;
  font-weight: 800; font-size: clamp(14px, 1.5vw, 15px);
  letter-spacing: .06em; padding: clamp(14px, 2vw, 18px) clamp(22px, 3vw, 32px);
  border-radius: 50px;
  box-shadow: 0 8px 28px rgba(23,80,90,.45);
  transition: transform .22s, box-shadow .22s;
}
.float-cta a:hover { transform: translateY(-3px); box-shadow: 0 14px 38px rgba(23,80,90,.5); }

@media (max-width: 640px) {
  .float-cta { left: 12px; right: 12px; bottom: 12px; }
  .float-cta a {
    width: 100%; justify-content: center;
    border-radius: 14px; padding: 18px 24px; font-size: 16px;
    box-shadow: 0 8px 28px rgba(23,80,90,.5);
  }
  body { padding-bottom: 80px; }
}

/* ─────────────────────────────────────────────────────
   FOOTER
   present-campaign（footer_bg.webp＋暗幕オーバーレイ＋中央寄せロゴ/連絡先）を踏襲
───────────────────────────────────────────────────── */
.footer {
  height: auto;
  min-height: 528px;
  position: relative;
  background-image: url('footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 64px 20px 80px;
  color: #fff;
}
.footerOverlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,.75);
  z-index: 1;
}
.footerContainer {
  max-width: 544px;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
  padding: 0;
}
.footerContent {
  display: block;
  text-align: center;
}
.footerLogos {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 64px;
  flex-direction: column;
}
.footerLogoMain { width: 240px; height: auto; }
.footerLogoSub  { width: auto; max-height: 70px; }
.footerInfo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 32px;
}
.footerAddress  { font-size: 14px; font-weight: 700; margin: 0; }
.footerContact  { font-size: 20px; font-weight: 700; margin: 0; text-align: center; }
.footerContactTel {
  color: var(--rf-blue);
  text-decoration: none;
}
.footerPrivacy  { font-size: 12px; font-weight: 500; margin-bottom: 40px; }
.footerPrivacyLink {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footerCopyright { font-size: 10px; font-weight: 400; }
