/* =========================================================
   さいたま訪問リハビリセンター LP（テキスト版）
   ========================================================= */
:root {
  --green: #5f9e32;
  --green-dark: #3f7a1f;
  --green-pale: #eef5e6;
  --orange: #f08a3c;
  --orange-btn: #f59a1f;
  --brown: #4a3526;
  --text: #4a4038;
  --sub: #7a6f66;
  --bg: #fbf9f5;
  --tint: #f5f1ea;
  --white: #fff;
  --line: #e6dfd3;
  --shadow: 0 4px 18px rgba(74, 53, 38, .07);
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--text);
  background: var(--bg);
  line-height: 1.85;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
em { font-style: normal; }

.wrap { width: min(1200px, 92%); margin-inline: auto; }
.nw { display: inline-block; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.accent-orange { color: var(--orange); }
.accent-green { color: var(--green); }

/* ---------- 共通パーツ ---------- */
.balloon {
  display: inline-block;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.4;
  padding: 8px 22px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.sec { padding: clamp(56px, 8vw, 96px) 0; }
.sec--tint { background: var(--tint); }

.sec-head { margin-bottom: 40px; }
.sec-head--center { text-align: center; }
.sec-head--center .sec-lead { max-width: 640px; margin: 14px auto 0; }
.sec-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 48px; flex-wrap: wrap; }
.sec-head--row .sec-lead { max-width: 520px; }

.sec-title {
  font-weight: 700;
  color: var(--brown);
  font-size: clamp(24px, 3.1vw, 40px);
  line-height: 1.4;
  letter-spacing: .03em;
}
.sec-title--left { text-align: left; }
.sec-title--xl { font-size: clamp(38px, 6vw, 72px); line-height: 1.2; }
.sec-title .num { color: var(--orange); font-size: 1.5em; margin: 0 .08em; line-height: 1; }
.sec-lead { color: var(--sub); }

.stamp {
  position: absolute;
  right: -10px;
  bottom: -18px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--green);
  border: 4px solid #fff;
  box-shadow: var(--shadow);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: grid;
  place-items: center;
  text-align: center;
}

.card, .step, .voice, .faq details, .features, .area-box, .solve, .contact-body, .company-body, .privacy {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* ---------- ボタン（押せると分かる形） ---------- */
.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2px;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .14);
  transition: transform .12s, box-shadow .12s, filter .2s;
}
.btn small { font-size: 12px; font-weight: 500; }
.btn:hover { filter: brightness(1.07); }
.btn:active { transform: translateY(3px); box-shadow: 0 1px 0 rgba(0, 0, 0, .14); }
.btn--orange { background: var(--orange-btn); }
.btn--green { background: var(--green); }
.btn--tel { font-size: 24px; letter-spacing: .03em; }

/* ---------- ヘッダー ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; gap: 24px; padding: 10px 0; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.logo__mark { width: 42px; height: 42px; flex: none; }
.logo__text { display: flex; flex-direction: column; line-height: 1.35; }
.logo__name { font-weight: 700; font-size: 20px; color: var(--brown); }
.logo__sub { font-size: 12px; color: var(--sub); }
.site-header__info { display: flex; flex-direction: column; align-items: center; font-size: 13px; padding: 0 20px; border-inline: 1px solid var(--line); }
.chip { color: var(--green-dark); border: 1px solid var(--line); border-radius: 999px; padding: 0 12px; font-weight: 700; }
.header-tel { text-decoration: none; text-align: center; line-height: 1.3; }
.header-tel__num { display: flex; align-items: center; gap: 4px; font-size: 28px; font-weight: 700; color: var(--green); letter-spacing: .02em; }
.header-tel__num svg { width: 26px; height: 26px; fill: currentColor; }
.header-tel__note { font-size: 11px; color: var(--sub); }
.header-cta { font-size: 15px; padding: 10px 18px; }

/* ---------- FV ---------- */
.fv { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); padding: 36px 0 60px; }
.fv__inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: center; }
.fv__title {
  font-weight: 700;
  color: var(--brown);
  font-size: clamp(28px, 3.8vw, 50px);
  line-height: 1.35;
  letter-spacing: .02em;
  margin: 6px 0 18px;
}
.fv__lead { font-size: clamp(15px, 1.5vw, 19px); font-weight: 700; }
.fv__lead em { color: var(--green); }
.fv__photo { position: relative; }
.fv__photo img { border-radius: 20px; width: 100%; aspect-ratio: 691 / 374; object-fit: cover; }

.badges { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.badge {
  flex: 1 1 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #f1d9a6;
  line-height: 1.3;
}
.badge__s { font-size: 13px; font-weight: 700; }
.badge__l { font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; color: var(--orange-btn); }
.badge__l small { font-size: .55em; }

.points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; }
.points li {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 12px; box-shadow: var(--shadow);
  padding: 16px 18px; font-weight: 700; font-size: 15px; line-height: 1.6;
}
.points svg { width: 34px; height: 34px; flex: none; fill: var(--green); }

/* ---------- CTAボックス ---------- */
.cta-box {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px 28px;
  background: #fff;
  border: 2px solid #cfe2bf;
  border-radius: 18px;
  padding: 18px 28px 0;
  overflow: hidden;
}
.cta-box--slim { grid-template-columns: 1fr auto; padding: 24px 28px; }
.cta-box__person { width: 140px; align-self: end; }
.cta-box__title { font-size: clamp(20px, 2.3vw, 28px); font-weight: 700; color: var(--green); margin-bottom: 4px; }
.cta-box__text { padding-bottom: 18px; }
.cta-box--slim .cta-box__text { padding-bottom: 0; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.tags li { border: 1px solid var(--green); color: var(--green-dark); border-radius: 999px; padding: 2px 14px; font-size: 13px; font-weight: 700; }
.cta-box__btns { display: flex; gap: 14px; padding-bottom: 18px; }
.cta-box--slim .cta-box__btns { padding-bottom: 0; }
.cta-box__btns .btn { min-width: 240px; min-height: 84px; }

/* ---------- 横長の誘導バー ---------- */
.bar-cta {
  margin-top: 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap;
  padding: 18px 28px;
  border: 2px solid #cfe2bf;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: background .2s, transform .12s;
}
.bar-cta:hover { background: var(--green-pale); }
.bar-cta--plain { justify-content: center; text-align: center; }
.bar-cta--plain:hover { background: #fff; }
.bar-cta--plain:active { transform: none; }
.bar-cta:active { transform: translateY(2px); }
.bar-cta__link {
  flex: none;
  color: var(--green-dark);
  border: 2px solid var(--green);
  border-radius: 999px;
  padding: 6px 44px 6px 20px;
  position: relative;
}
.bar-cta__link::after {
  content: "›"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; line-height: 1; font-size: 18px;
}

/* ---------- 選ばれる理由 ---------- */
.reasons { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 40px; }
.card { position: relative; padding: 30px 14px 18px; text-align: center; }
.card__no {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--green); color: #fff; font-weight: 700; font-size: 20px;
  display: grid; place-items: center; line-height: 1;
}
.card__title { color: var(--green-dark); font-size: 17px; font-weight: 700; line-height: 1.5; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 2px dotted #cfe2bf; }
.card img { border-radius: 10px; width: 100%; aspect-ratio: 270 / 205; object-fit: cover; margin-bottom: 12px; }
.card p { text-align: left; font-size: 14px; line-height: 1.75; }

/* ---------- 左テキスト＋右写真 ---------- */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; margin-bottom: 44px; }
.split__text .sec-title { margin-bottom: 18px; }
.split__photo { position: relative; }
.split__photo img { border-radius: 20px; width: 100%; }

/* ---------- お悩み ---------- */
.worry-grid { display: grid; grid-template-columns: 2.4fr 1fr; gap: 24px; align-items: start; }
.dash-title { text-align: center; font-size: 20px; font-weight: 700; color: var(--brown); margin-bottom: 16px; }
.dash-title::before, .dash-title::after { content: "＼"; color: var(--green); margin: 0 .6em; }
.dash-title::after { content: "／"; }
.worries { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.worries li { background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 14px 10px; text-align: center; display: flex; flex-direction: column; gap: 8px; }
.worries strong { order: -1; font-size: 15px; color: var(--brown); line-height: 1.5; min-height: 3em; display: grid; place-items: center; }
.worries img { border-radius: 8px; width: 100%; aspect-ratio: 1; object-fit: cover; }
.worries span { font-size: 13px; color: var(--sub); line-height: 1.6; }

.solve { padding: 26px 24px; background: var(--green-pale); box-shadow: none; }
.solve__title { color: var(--green-dark); font-size: 18px; font-weight: 700; text-align: center; padding-bottom: 12px; margin-bottom: 14px; border-bottom: 2px dotted #bcd6a6; }
.solve dt { font-weight: 700; color: var(--brown); padding-left: 1.3em; position: relative; }
.solve dt::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.solve dd { font-size: 14px; color: var(--sub); margin-bottom: 14px; }
.solve dd:last-child { margin-bottom: 0; }

/* ---------- 地域密着 ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px 10px; }
.features li { padding: 4px 22px; text-align: center; }
.features li + li { border-left: 2px dotted var(--line); }
.features h3 { color: var(--green-dark); font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.features p { font-size: 14px; }

/* ---------- 対応エリア ---------- */
.area-box { padding: 24px; }
.area-box__title { text-align: center; color: var(--green-dark); font-size: 19px; font-weight: 700; margin-bottom: 16px; }
.area-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area-list li { background: var(--tint); border-radius: 10px; padding: 18px 12px; text-align: center; font-size: 13px; color: var(--sub); }
.area-list strong { display: block; font-size: 16px; color: var(--brown); line-height: 1.6; margin-bottom: 6px; }

/* ---------- 流れ ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.step { position: relative; padding: 18px 16px; }
.step + .step::before {
  content: ""; position: absolute; left: -17px; top: 45%;
  border: 9px solid transparent; border-left: 12px solid var(--green);
}
.step h3 { display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 17px; font-weight: 700; line-height: 1.45; min-height: 3em; margin-bottom: 10px; }
.step__no { flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 19px; }
.step img { border-radius: 10px; width: 100%; aspect-ratio: 258 / 191; object-fit: cover; margin-bottom: 12px; }
.step p { font-size: 14px; border-top: 2px dotted #cfe2bf; padding-top: 10px; }

/* ---------- お客様の声 ---------- */
.voices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.voice { padding: 22px 20px; display: flex; flex-direction: column; }
.voice h3 { color: var(--green-dark); font-size: 17px; font-weight: 700; line-height: 1.55; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 2px dotted #cfe2bf; }
.voice p { font-size: 14px; }
.voice__who { margin-top: auto; padding-top: 12px; font-weight: 700; color: var(--brown); }
.note { font-size: 12px; color: var(--sub); margin-top: 10px; text-align: right; }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
.faq details { padding: 0 22px; }
.faq summary {
  list-style: none; cursor: pointer; position: relative;
  padding: 18px 36px 18px 42px; font-weight: 700; color: var(--green-dark); font-size: 16px; line-height: 1.6;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before {
  content: "Q"; position: absolute; left: 0; top: 16px;
  width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; font-size: 15px; line-height: 1;
}
.faq summary::after { content: "＋"; position: absolute; right: 0; top: 18px; color: var(--green); }
.faq details[open] summary::after { content: "−"; }
.faq summary:hover { color: var(--green); }
.faq details p { position: relative; padding: 14px 0 18px 42px; border-top: 2px dotted #cfe2bf; font-size: 15px; }
.faq details p::before {
  content: "A"; position: absolute; left: 0; top: 14px;
  width: 30px; height: 30px; border-radius: 50%; background: var(--orange); color: #fff;
  display: grid; place-items: center; font-size: 15px; font-weight: 700; line-height: 1.9;
}

/* ---------- フォーム ---------- */
.contact-body { max-width: 760px; margin: 0 auto; padding: 36px 44px; }
.contact-body .form-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: 1px solid #eee; }
.contact-body .form-item-label { flex: 0 0 180px; padding-top: 10px; font-weight: 700; display: flex; align-items: center; gap: 8px; font-size: 15px; }
.contact-body .form__container, .contact-body .name-input-container, .contact-body .zip-code__container { flex: 1; }
.form__required-red, .form__required-blue { font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 3px; line-height: 1.4; color: #fff; white-space: nowrap; }
.form__required-red { background: #e0584a; }
.form__required-blue { background: #9a9086; }
.contact-body input, .contact-body textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #cfc7bb; border-radius: 8px;
  font: inherit; font-size: 16px; color: var(--text); background: #fdfcfa;
}
.contact-body input:focus, .contact-body textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(95, 158, 50, .18); background: #fff; }
.contact-body textarea { min-height: 150px; resize: vertical; }
.contact-body .input-group { display: flex; gap: 12px; }
.contact-body .zip-code__input-hint-container { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.contact-body .form-item-input__zip-code { width: 170px; }
.form-item-input__hint01 { font-size: 13px; color: var(--sub); }
.form-error { font-size: 13px; color: #d0443a; min-height: 18px; margin-top: 4px; }
.form-privacy { text-align: center; font-size: 14px; margin-top: 20px; }
.form-privacy a { color: var(--green-dark); }
.contact-submit {
  display: block; width: 100%; max-width: 360px; margin: 18px auto 0; padding: 18px 0;
  background: var(--orange-btn); color: #fff; font: inherit; font-size: 18px; font-weight: 700;
  border: none; border-radius: 10px; cursor: pointer; letter-spacing: .1em;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .14); transition: transform .12s, box-shadow .12s, filter .2s;
}
.contact-submit:hover { filter: brightness(1.07); }
.contact-submit:active { transform: translateY(3px); box-shadow: 0 1px 0 rgba(0, 0, 0, .14); }

/* ---------- 事業所案内 ---------- */
.company-body { max-width: 760px; margin: 0 auto; overflow: hidden; }
.company-item { display: flex; margin: 0; border-bottom: 1px solid #eee; }
.company-item:last-child { border-bottom: none; }
.company-item dt { flex: 0 0 140px; background: var(--green-pale); color: var(--green-dark); font-weight: 700; padding: 16px; display: grid; place-items: center; text-align: center; }
.company-item dd { flex: 1; padding: 16px 24px; }
.company-tel { color: var(--green-dark); font-weight: 700; font-size: 20px; }

/* ---------- プライバシー ---------- */
.privacy { max-width: 860px; margin: 0 auto; padding: 0 32px; }
.privacy summary { cursor: pointer; list-style: none; padding: 20px 0; text-align: center; }
.privacy summary::-webkit-details-marker { display: none; }
.privacy summary h2 { display: inline; font-size: 18px; color: var(--brown); text-decoration: underline; text-underline-offset: 4px; }
.privacy summary:hover h2 { color: var(--green); }
.privacy-body { padding-bottom: 28px; font-size: 14px; color: var(--sub); }
.privacy-body h3 { font-size: 15px; color: var(--brown); margin: 20px 0 6px; border-left: 4px solid var(--green); padding-left: 10px; }
.privacy-body p + p { margin-top: 6px; }

/* ---------- フッター・固定CTA ---------- */
.site-footer { background: var(--green-dark); color: rgba(255, 255, 255, .8); text-align: center; font-size: 13px; padding: 20px 16px; }
.fix-cta { display: none; }

/* ---------- 送信完了ページ ---------- */
.thanks { min-height: calc(100vh - 140px); display: flex; align-items: center; }
.thanks .wrap { width: min(760px, 92%); }
.thanks__box { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(32px, 6vw, 56px) clamp(20px, 5vw, 56px); text-align: center; }
.thanks__lead { margin: 20px 0 24px; font-size: clamp(15px, 1.6vw, 17px); }
.thanks__lead strong { color: var(--green-dark); }
.thanks__notes { text-align: left; background: var(--tint); border-radius: 10px; padding: 16px 20px 16px 36px; list-style: disc; font-size: 14px; color: var(--sub); margin-bottom: 28px; }
.thanks__tel { max-width: 320px; margin: 0 auto 16px; }
.thanks__back {
  max-width: 320px; margin: 0 auto;
  background: #fff; color: var(--green-dark); border: 2px solid var(--green);
  box-shadow: 0 4px 0 rgba(63, 122, 31, .25);
}
.thanks__back:hover { background: var(--green-pale); filter: none; }

/* ---------- FV：対象の方へ（強調） ---------- */
.fv__target {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 .1em;
  background: var(--green-dark);
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 1.9vw, 23px);
  line-height: 1.5;
  padding: 10px 22px;
  border-radius: 12px;
  margin-bottom: 18px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .12);
}
.fv__target::after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: -10px;
  border: 10px solid transparent;
  border-top-color: var(--green-dark);
  border-bottom: 0;
}
.fv__target-hl {
  color: #ffe45c;
  font-size: 1.12em;
}
.fv__target-dot { color: #ffe45c; }

/* ---------- 対象となる症状 ---------- */
.symptoms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.symptoms__group { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 22px 18px; }
.symptoms__group--main { border: 2px solid var(--green); }
.symptoms__title {
  color: #fff; background: var(--green); font-size: 16px; font-weight: 700;
  text-align: center; border-radius: 999px; padding: 6px 12px; margin-bottom: 14px;
}
.symptoms__list li {
  position: relative;
  padding: 8px 0 8px 1.7em;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px dashed var(--line);
}
.symptoms__list li:last-child { border-bottom: none; }
.symptoms__list li::before {
  content: "";
  position: absolute; left: 0; top: .78em;
  width: 1.1em; height: 1.1em; border-radius: 50%;
  background: var(--green-pale) no-repeat center / 70% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 16.2-4.2-4.2-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='%233f7a1f'/%3E%3C/svg%3E");
}
.symptoms__list li.is-feature {
  background: #fff7d6; border-radius: 8px; border-bottom: none;
  padding: 10px 10px 10px 2.2em; margin-bottom: 6px;
  font-weight: 700; color: var(--brown);
}
.symptoms__list li.is-feature::before { left: .6em; top: .95em; }
.symptoms__note { text-align: center; margin-top: 20px; color: var(--sub); font-size: 14px; }

/* ---------- 見出しまわりの強調（2026-09-15） ---------- */
.balloon {
  position: relative;
  background: var(--green-dark);
  font-size: clamp(15px, 1.8vw, 20px);
  padding: 8px 22px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .12);
}
.balloon::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -10px;
  border: 10px solid transparent;
  border-top-color: var(--green-dark);
  border-bottom: 0;
}
.sec-head--center .balloon::after { left: 50%; transform: translateX(-50%); }

/* 見出しの色付き部分に黄色のマーカー */
.sec-title .accent-orange,
.sec-title .accent-green {
  background: linear-gradient(transparent 62%, #ffe45c 62%, #ffe45c 92%, transparent 92%);
  padding: 0 .08em;
}
/* 見出しの下にオレンジの線 */
.sec-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 5px;
  border-radius: 3px;
  background: var(--orange);
  margin: 16px auto 0;
}
.sec-title--left::after { margin-left: 0; }

/* 選ばれる理由：事業所名を大きく */
.brand-name {
  display: block;
  width: fit-content;
  margin: 0 auto 6px;
  font-size: 1.25em;
  color: #fff;
  background: var(--green);
  padding: .15em .7em;
  border-radius: 14px;
  box-shadow: 0 5px 0 var(--green-dark);
  letter-spacing: .04em;
}

/* ---------- FV：写真を背景にふんわり敷く（ウィズHPと同じ考え方） ---------- */
.fv { background: var(--bg); padding: 0 0 60px; }
.fv__hero {
  position: relative;
  overflow: hidden;
  background: var(--bg) url("img/photo/fv-bg.jpg") no-repeat right center / auto 100%;
}
.fv__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(251, 249, 245, 0) 70%, var(--bg) 100%),
    linear-gradient(90deg, var(--bg) 0%, var(--bg) 36%, rgba(251, 249, 245, .88) 50%, rgba(251, 249, 245, .35) 64%, rgba(251, 249, 245, 0) 78%);
}
.fv__inner {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.15fr .85fr;
  min-height: clamp(520px, 46vw, 660px);
  padding: 44px 0 56px;
}
.fv__text { position: relative; z-index: 1; }
.fv__stamp { right: 2%; bottom: 40px; }

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 1100px) {
  .site-header__info, .header-tel__note { display: none; }
  .reasons { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step + .step::before { display: none; }
  .voices { grid-template-columns: repeat(2, 1fr); }
  .symptoms { grid-template-columns: 1fr 1fr; }
  .symptoms__group--main { grid-column: 1 / -1; }
  .symptoms__group--main .symptoms__list { columns: 2; column-gap: 28px; }
  .symptoms__group--main .symptoms__list li { break-inside: avoid; }
  .worry-grid { grid-template-columns: 1fr; }
  .points { grid-template-columns: repeat(2, 1fr); }
  .cta-box { grid-template-columns: auto 1fr; }
  .cta-box__btns { grid-column: 1 / -1; justify-content: center; }
  .cta-box--slim { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 70px; }
  body { font-size: 15px; padding-bottom: 64px; }
  .site-header__inner { gap: 10px; padding: 8px 0; }
  .logo__mark { width: 34px; height: 34px; }
  .logo__name { font-size: 16px; }
  .logo__sub { font-size: 10px; }
  .header-tel, .header-cta { display: none; }

  .fv { padding-top: 22px; }

  .fv__inner, .split { grid-template-columns: 1fr; gap: 26px; }
  .fv__photo { order: -1; }
  .split__photo { order: -1; }
  .stamp { width: 110px; height: 110px; font-size: 11px; right: 6px; bottom: -14px; }
  .badges { gap: 8px; }
  .badge { flex-basis: 30%; padding: 10px 4px; }
  .badge__s { font-size: 11px; }
  .badge__l { font-size: clamp(17px, 5.2vw, 24px); white-space: nowrap; }
  .points { grid-template-columns: 1fr; gap: 8px; margin-top: 28px; }
  .points li { padding: 12px 14px; font-size: 14px; }

  .cta-box { grid-template-columns: 1fr; padding: 22px 18px; text-align: center; }
  .cta-box__person { display: none; }
  .cta-box__text { padding-bottom: 0; }
  .tags { justify-content: center; }
  .cta-box__btns { flex-direction: column; padding-bottom: 0; }
  .cta-box__btns .btn { min-width: 0; }

  .bar-cta { justify-content: center; text-align: center; padding: 16px; }

  .reasons { grid-template-columns: 1fr; }
  .card { display: grid; grid-template-columns: 42% 1fr; gap: 0 14px; text-align: left; padding: 26px 14px 14px; }
  .card__title { grid-column: 1 / -1; text-align: center; }
  .card img { margin-bottom: 0; }

  .worries { grid-template-columns: repeat(2, 1fr); }
  .worries li:last-child { grid-column: 1 / -1; }
  .worries li:last-child img { aspect-ratio: 2 / 1; }
  .dash-title { font-size: 17px; }
  .dash-title::before, .dash-title::after { display: none; }

  .features { grid-template-columns: 1fr; padding: 8px 18px; }
  .features li { padding: 16px 0; }
  .features li + li { border-left: none; border-top: 2px dotted var(--line); }

  .area-list { grid-template-columns: 1fr; gap: 8px; }
  .area-list li { padding: 12px 14px; }
  .area-list strong br { display: none; }
  .area-box { padding: 20px 14px; }

  .steps { grid-template-columns: 1fr; gap: 12px; }
  .step { display: grid; grid-template-columns: 40% 1fr; gap: 0 14px; }
  .step h3 { grid-column: 1 / -1; min-height: 0; }
  .step img { margin-bottom: 0; }
  .step p { border-top: none; padding-top: 0; }

  .voices { grid-template-columns: 1fr; }
  .symptoms { grid-template-columns: 1fr; }
  .symptoms__group--main .symptoms__list { columns: 1; }
  .symptoms__group { padding: 18px 14px 16px; }
  .symptoms__list { display: flex; flex-wrap: wrap; gap: 6px; }
  .symptoms__list li {
    padding: 4px 10px 4px 1.75em; font-size: 13.5px; line-height: 1.5;
    border: 1px solid var(--line); border-radius: 999px; background: #fdfcfa;
  }
  .symptoms__list li:last-child { border-bottom: 1px solid var(--line); }
  .symptoms__list li::before { left: .45em; top: .5em; width: 1em; height: 1em; }
  .symptoms__list li.is-feature { flex-basis: 100%; border-radius: 8px; padding: 8px 10px 8px 2.1em; margin-bottom: 2px; font-size: 14.5px; border-color: #f1d9a6; }
  .symptoms__list li.is-feature::before { left: .6em; top: .75em; }
  .fv__target { padding: 8px 14px; border-radius: 10px; }
  .fv__hero { background-size: 100% auto; background-position: center top; }
  .fv__hero::before {
    background: linear-gradient(180deg, rgba(251, 249, 245, 0) 0, rgba(251, 249, 245, 0) 40vw, rgba(251, 249, 245, .92) 66vw, var(--bg) 76vw);
  }
  .fv__inner { min-height: 0; padding: 62vw 0 28px; }
  .fv__stamp { top: 40vw; bottom: auto; right: 12px; }
  .balloon { font-size: 15px; padding: 6px 16px; }
  .brand-name { font-size: 1.05em; padding: .2em .6em; margin-bottom: 10px; }
  .faq { grid-template-columns: 1fr; }

  .contact-body { padding: 20px 16px; }
  .contact-body .form-item { flex-direction: column; align-items: stretch; gap: 6px; padding: 14px 0; }
  .contact-body .form-item-label { flex: none; padding-top: 0; }
  .contact-body .form-item-input__zip-code { width: 100%; }
  .company-item dt { flex-basis: 96px; font-size: 14px; }
  .company-item dd { padding: 14px 16px; }
  .privacy { padding: 0 18px; }

  .fix-cta { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; height: 64px; box-shadow: 0 -2px 10px rgba(0, 0, 0, .12); }
  .fix-cta a { flex: 1; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 16px; text-decoration: none; }
  .fix-cta a:active { filter: brightness(.92); }
  .fix-cta__mail { background: var(--orange-btn); }
  .fix-cta__tel { background: var(--green); }
}

/* =========================================================
   ヘッダーメニュー（2026-09-15）
   ========================================================= */
.site-header__info { display: none; }
.gnav { margin-left: auto; }
.gnav__list { display: flex; align-items: center; gap: 4px; }
.gnav__list a {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--brown);
  text-decoration: none;
  transition: background .2s, color .2s;
}
.gnav__list a:hover { background: var(--green-pale); color: var(--green-dark); }
.gnav__list a:active { transform: translateY(1px); }
.gnav__list .gnav__blog { border: 2px solid var(--green); color: var(--green-dark); padding: 6px 14px; }
.gnav__cta { display: none; }
.logo { margin-right: 0; }
.menu-btn { display: none; }

.logo, .header-cta, .header-tel { flex: none; }
.logo__name, .gnav__list a, .header-cta { white-space: nowrap; }
@media (min-width: 1101px) { .site-header__inner { gap: 18px; } }
@media (max-width: 1499px) {
  .site-header .header-tel { display: none; }
}
@media (max-width: 1279px) {
  .gnav__list a { font-size: 14px; padding: 8px 8px; }
  .gnav__list .gnav__blog { padding: 6px 10px; }
  .logo__name { font-size: 17px; }
  .header-cta { font-size: 14px; padding: 8px 12px; }
}

@media (max-width: 1100px) {
  .site-header { position: sticky; }
  .site-header__inner { position: relative; }
  .logo { margin-right: auto; }
  .menu-btn {
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    width: 54px; height: 50px; flex: none;
    background: #fff; border: 2px solid var(--green); border-radius: 10px; cursor: pointer; padding: 0;
    color: var(--green-dark);
  }
  .menu-btn:hover { background: var(--green-pale); }
  .menu-btn:active { transform: translateY(1px); }
  .menu-btn__bar { display: block; width: 22px; height: 2.5px; border-radius: 2px; background: currentColor; transition: transform .25s, opacity .2s; }
  .menu-btn__label { font-size: 9.5px; font-weight: 700; line-height: 1; margin-top: 1px; }
  .is-open .menu-btn__bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .is-open .menu-btn__bar:nth-child(2) { opacity: 0; }
  .is-open .menu-btn__bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .gnav {
    display: none;
    position: absolute; left: -4.35%; right: -4.35%; top: 100%;
    background: #fff; border-top: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(74, 53, 38, .15);
    padding: 8px 5% 22px;
    max-height: calc(100vh - 70px); overflow-y: auto;
  }
  .is-open .gnav { display: block; }
  .gnav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .gnav__list li { border-bottom: 1px solid var(--line); }
  .gnav__list a { font-size: 16px; padding: 15px 8px; border-radius: 0; position: relative; }
  .gnav__list a::after { content: "›"; position: absolute; right: 10px; color: var(--green); font-size: 20px; top: 50%; transform: translateY(-50%); }
  .gnav__list li:last-child { border-bottom: none; margin-top: 12px; }
  .gnav__list .gnav__blog { border-radius: 10px; padding: 13px 14px; text-align: center; }
  .gnav__list .gnav__blog::after { display: none; }
  .gnav__cta { display: grid; gap: 10px; margin-top: 14px; }
  .gnav__cta .btn { min-height: 64px; }
  html.menu-open, html.menu-open body { overflow: hidden; }
}

/* ---------- フッターメニュー ---------- */
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; margin: 0 auto 14px; max-width: 900px; }
.footer-nav a { color: #fff; font-size: 14px; text-decoration: none; padding: 4px 2px; border-bottom: 1px solid rgba(255, 255, 255, .35); }
.footer-nav a:hover { border-bottom-color: #fff; }
.site-footer { padding: 28px 16px 22px; }

/* =========================================================
   ブログ
   ========================================================= */
.blog-main { background: var(--bg); }
.blog-index { padding: 32px 0 80px; }
.breadcrumb { font-size: 13px; color: var(--sub); margin-bottom: 22px; display: flex; flex-wrap: wrap; gap: 4px 8px; }
.breadcrumb a { color: var(--green-dark); }
.breadcrumb a:hover { color: var(--green); }

.post-cat, .post-card__cat {
  display: inline-block; background: var(--green-pale); color: var(--green-dark);
  border-radius: 999px; padding: 2px 12px; font-size: 12px; font-weight: 700; line-height: 1.7;
}
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card a {
  display: flex; flex-direction: column; height: 100%;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
  text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s;
}
.post-card a:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(74, 53, 38, .13); }
.post-card a:active { transform: translateY(0); }
.post-card img { width: 100%; aspect-ratio: 400 / 250; object-fit: cover; }
.post-card__body { display: flex; flex-direction: column; gap: 8px; padding: 16px 18px 18px; flex: 1; align-items: flex-start; }
.post-card__title { font-size: 17px; font-weight: 700; color: var(--brown); line-height: 1.6; }
.post-card__desc { font-size: 13.5px; color: var(--sub); line-height: 1.75; }
.post-card__more { margin-top: auto; padding-top: 4px; font-weight: 700; color: var(--green-dark); border-bottom: 2px solid var(--green); }
.post-card__more::after { content: " ›"; }
.blog-more { text-align: center; margin-top: 30px; }
.blog-more__btn { display: inline-flex; color: var(--green-dark); background: #fff; border: 2px solid var(--green); min-width: 280px; }
.blog-more__btn:hover { background: var(--green-pale); filter: none; }

.article { padding: 32px 0 80px; }
.article__wrap { width: min(820px, 92%); }
.article__meta { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--sub); margin-bottom: 10px; }
.article__title { font-size: clamp(23px, 3.2vw, 34px); font-weight: 700; color: var(--brown); line-height: 1.5; }
.article__eyecatch { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 16px; margin: 24px 0; }
.article-toc { background: #fff; border: 2px solid #cfe2bf; border-radius: 14px; padding: 18px 24px; margin-bottom: 36px; }
.article-toc__title { font-weight: 700; color: var(--green-dark); margin-bottom: 6px; }
.article-toc ol { list-style: decimal; padding-left: 1.4em; }
.article-toc li { padding: 3px 0; }
.article-toc a { color: var(--brown); }
.article-toc a:hover { color: var(--green-dark); }
.article__body { font-size: 16px; line-height: 2; }
.article__body h2 {
  margin: 52px 0 18px; padding: 12px 16px; border-left: 6px solid var(--green);
  background: var(--green-pale); border-radius: 8px;
  font-size: clamp(20px, 2.4vw, 24px); font-weight: 700; color: var(--brown); line-height: 1.5;
  scroll-margin-top: 90px;
}
.article__body h3 { margin: 32px 0 12px; padding-bottom: 6px; border-bottom: 2px dotted #cfe2bf; font-size: 18px; font-weight: 700; color: var(--green-dark); line-height: 1.6; }
.article__body p { margin-bottom: 16px; }
.article__body a { color: var(--green-dark); font-weight: 700; }
.article__body a:hover { color: var(--green); }
.article-list { margin: 0 0 20px; background: #fff; border-radius: 12px; padding: 14px 20px; box-shadow: var(--shadow); }
ul.article-list li { position: relative; padding: 6px 0 6px 1.8em; border-bottom: 1px dashed var(--line); line-height: 1.8; }
ul.article-list li:last-child { border-bottom: none; }
ul.article-list li::before {
  content: ""; position: absolute; left: 0; top: .72em; width: 1.2em; height: 1.2em; border-radius: 50%;
  background: var(--green-pale) no-repeat center / 70% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 16.2-4.2-4.2-1.4 1.4L9 19 21 7l-1.4-1.4z' fill='%233f7a1f'/%3E%3C/svg%3E");
}
ol.article-list { counter-reset: step; }
ol.article-list li { counter-increment: step; position: relative; padding: 8px 0 8px 2.4em; border-bottom: 1px dashed var(--line); line-height: 1.8; }
ol.article-list li:last-child { border-bottom: none; }
ol.article-list li::before {
  content: counter(step); position: absolute; left: 0; top: .6em; width: 1.7em; height: 1.7em; border-radius: 50%;
  background: var(--green); color: #fff; font-weight: 700; font-size: .9em; display: grid; place-items: center; line-height: 1;
}
.article-point { background: #fff7d6; border-radius: 12px; padding: 16px 20px; margin: 8px 0 22px; }
.article-point p { margin: 0; }
.article-point__label { font-weight: 700; color: #c56a12; margin-bottom: 4px !important; }
.article-cta { margin: 44px 0 16px; }
.article-cta--mid { margin: 36px 0 8px; }
.article__note { font-size: 13px; color: var(--sub); margin-top: 12px; }
.related { margin-top: 60px; }
.related__title { text-align: center; font-size: 22px; font-weight: 700; color: var(--brown); margin-bottom: 20px; }
.related .post-grid .post-card__title { font-size: 15px; }
.related .post-card__desc { display: none; }

@media (max-width: 1100px) {
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .post-grid { grid-template-columns: 1fr; }
  .blog-index, .article { padding: 22px 0 56px; }
  .article__body { font-size: 15.5px; line-height: 1.95; }
  .article-toc { padding: 14px 18px; }
  .article-list { padding: 10px 14px; }
  .footer-nav { gap: 4px 16px; }
  .footer-nav a { font-size: 13px; }
}
