@charset "UTF-8";
/* 北関西シャッター LP — デザイン: LP_北関西シャッター御中_0717ol.ai（750px幅）
   1rem = 10px（750px時）。デザイン2x実測値÷20 = rem値（2026-07-18 指摘11点反映で全面実測済） */

:root {
  --navy: #001647;
  --red: #c80000;
  --yellow: #f9d539;
  --sky: #21b1ed;
  --sky-pale: #a6d7ef;
  --sky-paler: #e6f2ff;
  --pink: #e3586b;
  --cream: #fef7d7;
  --gold: #d59f39;
  --ink: #231815;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: min(10px, 1.3333vw); }
body {
  font-family: "M PLUS 2", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--ink);
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
img { max-width: 100%; display: block; }
ul { list-style: none; }
em { font-style: normal; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.page {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 22rem; /* 追従CTAで隠れないよう確保 */
}

/* ===== ヘッダー ===== */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9rem;
  padding-left: 2.4rem;
  background: #fff;
}
.header__title {
  font-size: 4.1rem;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: .02em;
}
.header__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.45rem;
  height: 100%;
  min-width: 24.5rem;
  padding: 0 1.4rem;
  background: var(--red);
  color: var(--yellow);
  font-weight: 800;
  text-align: center;
}
.header__badge-label {
  font-size: 2.15rem;
  line-height: 1.14;
}
.header__badge-vline {
  width: .1rem;
  height: 7.75rem;
  background: var(--yellow);
}
.header__badge-r {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem;
}
.header__badge-time { font-size: 2.4rem; line-height: 1; }
.header__badge-s { font-size: 2.9rem; line-height: 1; }

/* ===== エリア帯 ===== */
.area-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  height: 5.7rem;
  background: var(--navy);
}
.area-bar__pin { width: 2.15rem; height: auto; }
.area-bar__text {
  color: var(--yellow);
  font-size: 2.95rem;
  font-weight: 800;
  letter-spacing: .1em;
}

/* ===== FV ===== */
.fv img { width: 100%; height: auto; }
.fv__q { margin-top: -1px; } /* 連結線消し */

/* ===== FV メーカー別無料相談 ===== */
.fv-makers {
  padding: 1.8rem 2.6rem 1.25rem;
  background: linear-gradient(180deg, #f3f8fd 0%, #fff 100%);
}
.fv-makers__title {
  color: var(--navy);
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .01em;
  text-align: center;
}
.fv-makers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.45rem;
  margin-top: 1.35rem;
}
.fv-maker-card {
  position: relative;
  display: grid;
  height: 13.4rem;
  place-items: center;
  padding: .8rem 1.15rem;
  overflow: visible;
  border: .2rem solid #cbd7e7;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 .55rem 1.35rem rgba(0, 22, 71, .15);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.fv-maker-card img {
  width: 100%;
  height: 10.5rem;
  object-fit: contain;
}
.fv-maker-card__phone {
  position: absolute;
  top: -.85rem;
  right: -.35rem;
  display: grid;
  width: 3.7rem;
  height: 3.7rem;
  place-items: center;
  border: .2rem solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  box-shadow: 0 .25rem .55rem rgba(96, 0, 0, .2);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
.fv-maker-card:active { transform: translateY(.15rem); }
.fv-maker-card:focus-visible {
  outline: .4rem solid var(--yellow);
  outline-offset: .25rem;
}
.fv-makers__note {
  margin-top: 1.15rem;
  color: var(--navy);
  font-size: 1.82rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

/* ===== こんな症状で ===== */
.symptoms {
  background: var(--navy);
  padding: 2.3rem 4rem 8.3rem;
}
.symptoms__title {
  color: #fff;
  font-size: 3.9rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.45;
}
.symptoms__title em { color: var(--yellow); }
.symptoms__wave {
  display: block;
  width: 47.8rem;
  height: auto;
  margin: .3rem auto 0;
}
.symptoms__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.symptoms__card-img {
  display: block;
  width: 100%;
  height: auto;
}
.symptoms__warn {
  display: flex;
  align-items: center;
  gap: 4rem;
  background: var(--yellow);
  border-radius: 1.5rem;
  padding: 2.3rem 0 2.3rem 2.5rem;
  margin-top: 5rem;
}
.symptoms__warn-icon { width: 15rem; flex-shrink: 0; height: auto; }
.symptoms__warn-text {
  width: 45.5rem;
  font-size: 3.05rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.43;
}
.symptoms__warn-text em { color: var(--red); }
.symptoms__call {
  margin-top: 2.2rem;
  text-align: center;
  color: #fff;
  font-size: 4.1rem;
  font-weight: 800;
  line-height: 1.5;
}
.symptoms__call em { color: var(--yellow); }
.dot-divider {
  margin-top: 4.6rem;
  height: .5rem;
  background-image: radial-gradient(circle, rgba(255,255,255,.9) .23rem, transparent .25rem);
  background-size: 2rem .5rem;
  background-position: center;
  background-repeat: repeat-x;
}

/* ご相談対応 */
.consult__title {
  margin-top: 4.2rem;
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 800;
}
.consult__card {
  background: #fff;
  border-radius: 1.5rem;
  margin-top: 1.3rem;
  padding: 1.6rem 3.4rem;
}
.consult__card p {
  font-size: 3.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.4;
  padding: 1.1rem 0;
}
.consult__card hr {
  border: none;
  border-top: .1rem solid #8b93a5;
}

/* ===== 各種メーカー対応 ===== */
.makers {
  background: var(--sky-pale);
  padding: 0 4rem 3.6rem;
}
.makers__ribbon {
  position: relative;
  width: 39.8rem;
  margin: 0 auto;
  transform: translateY(-50%);
  background: var(--red);
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
  line-height: 6rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 4.2rem) 100%, 4.2rem 100%);
}
.makers__card {
  background: #fff;
  border: .2rem solid var(--navy);
  border-radius: 1.5rem;
  padding: 0 1.8rem 2rem; /* ロゴ画像内に上余白があるため上パディング不要 */
  margin-top: 2rem;
}
.makers__note {
  margin-top: 2.6rem;
  text-align: center;
  color: var(--navy);
  font-size: 3rem;
  font-weight: 800;
}

/* ===== 明朗会計 ===== */
.meiro {
  background: var(--yellow);
  padding: 6.2rem 4rem 7.6rem; /* 上余白はデザイン実測(2x 124px) */
}
.meiro__card {
  position: relative;
  background: var(--sky);
  border-radius: 3rem;
  padding: 5.7rem 4rem 4.6rem; /* 0801照合: 「当社は」上端=カード上端+68px(グリフ) */
}
.meiro__heart {
  position: absolute;
  top: -3rem; /* 透過ハート実測: キャンバス上端はカード上端の2.95rem上 */
  left: 50%;
  transform: translateX(-50%);
  width: 8.6rem;
  height: auto;
}
.meiro__title {
  text-align: center;
  color: var(--yellow);
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.35;
}
.meiro__list { margin-top: 4rem; }
.meiro__list li {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem .6rem;
  border-bottom: .1rem solid rgba(255,255,255,.7);
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
}
.meiro__list li:last-child { border-bottom: none; }
.chk { width: 4.8rem; height: 4.8rem; flex-shrink: 0; }
.meiro__closing {
  margin-top: 2.4rem;
  text-align: center;
  color: var(--sky);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.4;
}

/* ===== 選ばれる3つの理由 ===== */
.reasons {
  background: var(--navy);
  padding: 8rem 4rem 9.8rem;
}
.reasons__title {
  text-align: center;
  color: #fff;
  font-size: 4.7rem;
  font-weight: 800;
  line-height: 1.15;
}
.reasons__title em { color: var(--yellow); font-size: 7rem; line-height: .75; }
.reasons__title em span { font-size: 4.9rem; }
.reasons__card {
  margin-top: 3.4rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.reasons__card h3 {
  background: var(--yellow);
  color: var(--navy);
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.05;
  padding: 1.8rem 2.6rem;
}
.reasons__body {
  background: #fff;
  padding: 2.5rem 2.6rem 2.4rem;
}
.reasons__lead {
  color: var(--red);
  font-size: 3.55rem;
  font-weight: 800;
}
.reasons__body p:not(.reasons__lead) {
  margin-top: 1.4rem;
  font-size: 2.85rem;
  line-height: 1.52;
}

/* ===== 代表者紹介 ===== */
.representative {
  position: relative;
  overflow: hidden;
  padding: 4.6rem 2.8rem 5.2rem;
  background:
    radial-gradient(circle at 96% 2%, rgba(38,169,223,.23), transparent 31rem),
    linear-gradient(180deg, #001647 0 31%, #eaf8ff 31% 100%);
}
.representative__head {
  position: relative;
  z-index: 1;
  text-align: center;
}
.representative__head h2 {
  margin: 0;
  color: #fff;
  font-size: 4.9rem;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: .025em;
}
.representative__head em { color: var(--yellow); }
.representative__card {
  position: relative;
  z-index: 1;
  margin-top: 3.2rem;
  padding: 2.6rem;
  border: .4rem solid var(--yellow);
  border-radius: 2.5rem;
  background: #fff;
  box-shadow: 0 1.4rem 3.2rem rgba(0,22,71,.2);
}
.representative__top {
  position: relative;
}
.representative__profile {
  min-width: 0;
  margin-left: 27.1rem;
  padding-top: .5rem;
}
.representative__photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24.5rem;
  height: auto;
  border-radius: 1.8rem;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: inset 0 0 0 .2rem rgba(0,22,71,.08);
}
.representative__company {
  margin: 0 0 1.3rem;
  color: #557087;
  font-size: 2.25rem;
  font-weight: 800;
}
.representative__name {
  margin: 0;
  color: var(--navy);
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .04em;
}
.representative__name span {
  display: block;
  margin-bottom: .4rem;
  color: var(--sky);
  font-size: 2.45rem;
  letter-spacing: .06em;
}
.representative__badges {
  display: grid;
  gap: .9rem;
  margin: 2.2rem 0 0;
  padding: 0;
}
.representative__badges li {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1rem 1.2rem;
  border-radius: .9rem;
  color: var(--navy);
  background: #eef9fe;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.35;
}
.representative__badges li::before {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sky);
  content: "✓";
  font-size: 1.5rem;
}
.representative__message {
  position: relative;
  margin: 2.6rem 0 0;
  padding: 2.4rem 2.5rem 2.2rem;
  border-radius: 1.6rem;
  color: var(--navy);
  background: #fff9d9;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
.representative__message::before {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid #fff9d9;
  border-left: 1.5rem solid transparent;
  content: "";
  transform: translateX(-50%);
}
.representative__body {
  margin: 1.8rem .4rem 0;
  color: #31475d;
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 1.85;
}
.representative__promise {
  display: flex;
  justify-content: center;
  gap: .8rem;
  margin-top: 2.2rem;
  padding-top: 2rem;
  border-top: .2rem dashed #b7dbe9;
}
.representative__promise span {
  padding: .8rem 1.2rem;
  border-radius: 999px;
  color: #fff;
  background: #062a67;
  font-size: 1.85rem;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .representative { padding: 3.2rem 1.4rem 4rem; }
  .representative__head h2 { font-size: 5.6rem; }
  .representative__card { margin-top: 2.4rem; padding: 1.8rem; border-radius: 1.8rem; }
  .representative__photo { width: 39%; }
  .representative__profile { margin-left: calc(39% + 1.4rem); padding-top: .2rem; }
  .representative__company { margin-bottom: .9rem; font-size: 2rem; }
  .representative__name { font-size: 4.4rem; white-space: nowrap; }
  .representative__name span { font-size: 2.6rem; }
  .representative__badges { margin-top: 1.5rem; }
  .representative__badges li { padding: .8rem; font-size: 1.9rem; }
  .representative__badges li::before { width: 2rem; height: 2rem; font-size: 1.2rem; }
  .representative__message { margin-top: 2rem; padding: 1.9rem 1.4rem 1.7rem; font-size: 3.2rem; }
  .representative__body { font-size: 2.7rem; }
  .representative__promise { flex-wrap: wrap; }
  .representative__promise span { font-size: 2.15rem; }
}

/* ===== よくある修理事例 ===== */
.cases {
  background: var(--sky-pale);
  padding: 5.2rem 4rem 6.75rem;
}
.cases__title {
  text-align: center;
  color: var(--navy);
  font-size: 4.7rem;
  font-weight: 900;
  line-height: 1.4;
}
.cases__card {
  display: flex;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-top: 2rem;
}
.cases__card:first-of-type { margin-top: 3.6rem; }
.cases__card img {
  width: 27.1rem;
  align-self: stretch;
  object-fit: cover;
  flex-shrink: 0;
}
.cases__body { padding: 2.6rem 2.6rem 2.6rem 3.4rem; }
.cases__body h3 {
  color: var(--navy);
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}
.cases__body p:not(.cases__price) {
  margin-top: 1.6rem;
  font-size: 2.25rem;
  line-height: 1.7;
}
.cases__price {
  margin-top: 1.5rem;
  color: var(--red);
  font-size: 3.7rem;
  font-weight: 900;
}
.cases__price span { font-size: 2.15rem; }
.cases__note {
  margin-top: 1.9rem;
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.26;
}

/* ===== 対応エリア ===== */
.area {
  background: #e6f2ff; /* デザイン実測: セクション全体が薄水色 */
  padding: 0 0 6.7rem; /* 0801: エリア下余白縮小(デザイン実測67px) */
}
.area__map-wrap {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.area__map { width: 100%; height: auto; }
.area__speed-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 27rem;
  height: 23rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: .85rem solid #fff;
  border-radius: 3rem;
  color: var(--yellow);
  background: var(--red);
  box-shadow: 0 .6rem 1.4rem rgba(0, 22, 71, .2);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.02;
  text-align: center;
  transform: none;
}
.area__speed-badge strong {
  display: block;
  margin: .25rem 0;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}
.area__card {
  margin: 0 4rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
.area__card--pink { border: .3rem solid var(--pink); margin-top: 1.5rem; }
.area__card--yellow { border: .3rem solid var(--yellow); margin-top: 3.15rem; }
.area__card h3 {
  text-align: center;
  font-size: 3.7rem; /* 0801照合: グリフ高35px実測 */
  font-weight: 800;
  line-height: 1.35;
  padding: .4rem 0;
}
.area__card--pink h3 { background: var(--pink); color: var(--yellow); }
.area__card--yellow h3 { background: var(--yellow); color: var(--navy); }
.area__card-body {
  background: #fff;
  padding: 1.65rem 2rem 1.95rem;
  text-align: center;
}
.area__card-body p {
  font-size: 2.95rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.68;
}
.area__card--yellow .area__card-body { padding: 1.3rem 2rem 1.35rem; }
.area__card--yellow .area__card-body p { font-size: 2.55rem; line-height: 1.55; }
.area__card-sub { font-size: 2.45rem; }
.area__card--yellow em { color: var(--pink); }
.area__note {
  margin: 1.3rem 4rem 0;
  font-size: 2.05rem;
  font-weight: 500;
}

/* ===== ご依頼の流れ ===== */
.flow {
  background: var(--navy);
  padding: 5.2rem 4rem 4.4rem;
}
.flow__title {
  text-align: center;
  color: #fff;
  font-size: 4.7rem;
  font-weight: 900;
}
.flow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 5.5rem;
}
.flow__card {
  border: .3rem solid var(--yellow);
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.flow__step {
  background: var(--yellow);
  color: var(--navy);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  padding: .5rem 0 .4rem;
  border-bottom: .3rem solid #fff;
}
.flow__step em { font-size: 4rem; font-weight: 900; }
.flow__body { padding: 1.8rem 1.6rem 1.2rem; }
.flow__body h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.flow__body h3 img { width: 8.6rem; height: auto; flex-shrink: 0; }
.flow__body h3 span {
  color: var(--red);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.35;
}
.flow__body > p {
  margin-top: 1.9rem;
  font-size: 2.35rem;
  line-height: 1.65;
}

/* 特典ボックス（全画像・指摘⑩） */
.tokuten {
  margin-top: 2.9rem;
  width: 100%;
  height: auto;
}

/* ===== お客様の声（0801追加・デザイン2x実測） ===== */
.voice {
  background: var(--sky-paler);
  padding: 5.5rem 4rem 8.45rem;
}
.voice__title {
  text-align: center;
  color: var(--navy);
  font-size: 4.75rem;
  font-weight: 900;
  line-height: 1.2;
}
.voice__sub {
  margin-top: 1.4rem;
  text-align: center;
  color: var(--ink);
  font-size: 2.55rem;
  font-weight: 700;
  line-height: 1.59;
}
.voice__card {
  margin-top: 2.2rem;
  background: #fff;
  border: .35rem solid var(--yellow);
  border-radius: 1.5rem;
  padding: 2.95rem 3.9rem 3.35rem;
}
.voice__card--2 { margin-top: 3.05rem; }
.voice__card--3 { margin-top: 2.05rem; }
.voice__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.voice__name {
  margin-top: 1rem;
  color: var(--navy);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}
.voice__tag {
  display: inline-block;
  margin-top: .85rem;
  background: var(--red);
  color: #fff;
  font-size: 2.95rem;
  font-weight: 800;
  line-height: 1;
  padding: .7rem 2.05rem .75rem;
}
.voice__rate { text-align: center; }
.voice__stars { width: 21.05rem; height: auto; margin: 0 auto; }
.voice__score {
  margin-top: .35rem;
  color: var(--navy);
  font-size: 6.35rem;
  font-weight: 900;
  line-height: 1;
}
.voice__line {
  margin: 2.4rem 0 0;
  border: none;
  border-top: 1px solid #000;
}
.voice__body {
  display: flex;
  gap: 2.6rem;
  margin-top: 3.15rem;
}
.voice__photo {
  width: 17.4rem;
  height: auto;
  flex-shrink: 0;
  align-self: flex-start;
  border-radius: 1rem;
}
.voice__body p {
  font-size: 2.45rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.67;
}
.voice__cta {
  margin-top: 5.05rem;
  background: var(--red);
  color: #fff;
  text-align: center;
  font-size: 4.25rem;
  font-weight: 800;
  line-height: 8.75rem;
  border-radius: 4.375rem;
}

/* ===== FAQ ===== */
.faq {
  background: #fff;
  padding: 5.4rem 4rem 5.6rem;
}
.faq__title {
  text-align: center;
  color: var(--navy);
  font-size: 4.7rem;
  font-weight: 900;
}
.faq__item { margin-top: 4.3rem; }
.faq__item:first-of-type { margin-top: 3.5rem; }
.faq__item h3 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: var(--yellow);
  border-radius: .4rem;
  padding: 1.4rem 1.8rem;
  color: var(--navy);
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 1.1;
}
.faq__item h3 span { font-size: 3rem; font-weight: 900; }
.faq__item p {
  margin-top: 1.7rem;
  font-size: 2.8rem;
  line-height: 1.55;
  font-weight: 500;
}
.faq__item p span {
  color: var(--navy);
  font-size: 2.85rem;
  font-weight: 900;
  margin-right: 1rem;
}

/* ===== フッター ===== */
.footer {
  background: #eeeeee;
  text-align: center;
  padding: 4.7rem 0 5.7rem; /* 0801照合: 住所5行化に伴い下余白実測(49px+行ボックス余白) */
}
.footer__logo {
  color: var(--navy);
  font-size: 4.15rem;
  font-weight: 900;
  letter-spacing: .02em;
}
.footer__addr {
  margin-top: 2.9rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
}
.footer__privacy {
  width: calc(100% - 8rem);
  margin: 3rem auto 0;
  color: var(--navy);
  text-align: left;
}
.footer__privacy summary {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: .7rem 0;
  border-bottom: 1px solid currentColor;
  font-size: 2.1rem;
  font-weight: 800;
  cursor: pointer;
}
.footer__privacy summary::-webkit-details-marker { display: none; }
.footer__privacy summary::after { content: " ＋"; }
.footer__privacy[open] summary::after { content: " −"; }
.footer__privacy-body {
  margin-top: 2.2rem;
  padding: 2.6rem;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 .6rem 1.8rem rgba(0,22,71,.08);
}
.footer__privacy-body h2 {
  margin: 0 0 2rem;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
}
.footer__privacy-body h3 {
  margin: 2.2rem 0 .7rem;
  font-size: 2.15rem;
  font-weight: 900;
}
.footer__privacy-body p {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.75;
}
.footer__privacy-body .footer__privacy-date {
  margin-top: 2.2rem;
  color: #64748b;
  font-size: 1.7rem;
  text-align: right;
}

/* ===== 画面追従問い合わせボタン ===== */
.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  z-index: 100;
  box-shadow: 0 -0.4rem 1.2rem rgba(0,0,0,.25);
}
.cta-fixed__all {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.cta-fixed__all:focus-visible {
  outline: .4rem solid #fff;
  outline-offset: -.6rem;
}
/* 固定フッターの寸法はデザイン(AB4モック)実測: 黄帯高4.79rem/文字3.15rem/数字幅57.4rem/
   アイコン4.95rem/ピル35.4x3.2rem・文字2.5rem・gap3.6rem */
.cta-fixed__time {
  background: var(--yellow);
  text-align: center;
  color: var(--ink);
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.15;
  padding: .75rem .8rem;
}
.cta-fixed__time em { color: var(--red); }
.cta-fixed__time strong { color: var(--red); font-weight: 900; }
.cta-fixed__tap {
  padding: .62rem .8rem .68rem;
  color: #fff;
  background: var(--navy);
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}
.cta-fixed__tel {
  display: block;
  background: var(--red);
  text-align: center;
  padding: 1.35rem 0 1rem;
}
.cta-fixed__num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  color: #fff;
  font-size: 7.4rem;
  font-weight: 900;
  line-height: .82; /* 行ボックスを数字グリフ高に合わせる */
  letter-spacing: .02em;
}
.cta-fixed__phone { width: 4.95rem; height: auto; }
.cta-fixed__pills {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
  margin-top: 1.45rem;
}
.cta-fixed__pills span {
  box-sizing: border-box;
  width: 35.4rem;
  text-align: center;
  background: var(--yellow);
  color: var(--red);
  border-radius: 3rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  padding: .35rem 0;
}
