/* =========================================
   Mito健康サポート ホームページ（2026-09版）
   配色・ボタンは2026-07広告LPを継承、レイアウトはレスポンシブに再設計
   ========================================= */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 72px; }
img { max-width: 100%; height: auto; display: block; }
ol, ul { list-style: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; }
table { border-collapse: collapse; width: 100%; }

/* ---------- Variables ---------- */
:root {
  --c-green: #1F5E3F;
  --c-green-dark: #16472F;
  --c-green-soft: #E8F0EA;
  --c-orange: #EA6A1F;
  --c-orange-dark: #C7560F;
  --c-orange-soft: #FDF0E6;
  --c-text: #2B2B2B;
  --c-text-sub: #5E5E5E;
  --c-bg: #FFFFFF;
  --c-bg-cream: #F4F0E4;
  --c-bg-soft: #FAF7EE;
  --c-border: #E5DFCB;

  --font-serif: "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-sans: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;

  --w-container: 1040px;
  --w-narrow: 760px;
  --gutter: 20px;
  --radius: 12px;
}

/* ---------- Base ---------- */
body {
  font-family: var(--font-sans);
  color: var(--c-text);
  line-height: 1.8;
  background: var(--c-bg);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }

.container {
  width: 100%;
  max-width: var(--w-container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container--narrow { max-width: var(--w-narrow); }

.section { padding: 56px 0; }
.section--cream { background: var(--c-bg-cream); }
.section--green { background: var(--c-green); color: #fff; }

.center { text-align: center; }
.sp-only { display: inline; }
.pc-only { display: none; }
.note-inline { font-size: 0.8em; font-weight: 500; color: var(--c-text-sub); }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* ---------- 見出し ---------- */
.sec-en {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--c-orange);
  margin-bottom: 6px;
}
.sec-en--light { color: #F7C9A8; }
.sec-title {
  text-align: center;
  font-family: var(--font-serif);
  color: var(--c-green);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.sec-title--light { color: #fff; }
.sec-lead {
  text-align: center;
  font-size: 14px;
  color: var(--c-text-sub);
  margin-bottom: 28px;
}
.sec-note {
  font-size: 12px;
  color: var(--c-text-sub);
  margin-top: 18px;
  text-align: center;
}

/* =========================================
   Button
   ========================================= */
.btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-width: 260px;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn__main { font-size: 17px; letter-spacing: 0.06em; }
.btn__sub { font-size: 11px; font-weight: 500; opacity: 0.92; }
.btn--orange { background: var(--c-orange); box-shadow: 0 4px 0 var(--c-orange-dark); }
.btn--orange:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--c-orange-dark); }
.btn--green { background: var(--c-green); box-shadow: 0 4px 0 var(--c-green-dark); }
.btn--green:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--c-green-dark); }
.btn--white { background: #fff; color: var(--c-green); box-shadow: 0 4px 0 #C9D6CD; }
.btn--white:hover { transform: translateY(2px); box-shadow: 0 2px 0 #C9D6CD; }
.btn--lg { min-width: 300px; padding: 16px 40px; }
.btn--lg .btn__main { font-size: 19px; }
.btn--sm { min-width: 0; padding: 9px 20px; box-shadow: none; }
.btn--sm .btn__main { font-size: 14px; }
.btn--sm:hover { transform: none; background: var(--c-orange-dark); box-shadow: none; }

/* =========================================
   Header
   ========================================= */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--c-border);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.header__logo { display: flex; align-items: center; gap: 8px; }
.header__mark { width: 30px; height: 30px; object-fit: contain; }
.header__name { font-weight: 900; font-size: 16px; color: var(--c-green); letter-spacing: 0.02em; }

.header__toggle {
  width: 44px; height: 44px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.header__toggle span { display: block; width: 22px; height: 2px; background: var(--c-green); transition: transform 0.2s, opacity 0.2s; }
.gnav.is-open ~ .header__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }

.gnav {
  position: fixed;
  inset: 60px 0 0 0;
  background: var(--c-bg-soft);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  overflow-y: auto;
}
.gnav.is-open { transform: translateX(0); }
.gnav__list { padding: 12px 20px 40px; }
.gnav__list li a { display: block; padding: 14px 4px; font-weight: 700; font-size: 16px; border-bottom: 1px solid var(--c-border); color: var(--c-green); }
.gnav__cta { padding-top: 20px; }
.gnav__cta a.btn { display: inline-flex; border-bottom: 0; color: #fff; }

/* =========================================
   1. Hero（A案：中央ロゴ型）
   ========================================= */
.hero {
  background: linear-gradient(180deg, #F3EEE0 0%, var(--c-bg-soft) 55%, #fff 100%);
  padding: 40px 0 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__inner { display: flex; flex-direction: column; align-items: center; }
.hero__logo {
  width: 84px;
  height: auto;
  margin-bottom: 16px;
}
.hero__title {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--c-text);
  margin-bottom: 6px;
}
/* 事業領域の帯（斜めの薄い帯＋細い縦線） */
.hero__services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #EFE9DA;
  transform: skewX(-14deg);
  padding: 8px 20px;
  margin: 14px 12px 18px;
  row-gap: 4px;
}
.hero__services li {
  transform: skewX(14deg);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--c-text);
  letter-spacing: 0.03em;
  padding: 2px 10px;
  position: relative;
  white-space: nowrap;
}
.hero__services li:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 1px;
  background: #B9B0A0;
  transform: skewX(-14deg);
}
.hero__desc { font-size: 15px; line-height: 1.9; }

/* =========================================
   2. お困りごと
   ========================================= */
.worries__list { display: grid; gap: 10px; margin-bottom: 24px; }
.worries__list li {
  position: relative;
  background: var(--c-bg-soft);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 14px 16px 14px 44px;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 500;
}
.worries__list li::before {
  content: "";
  position: absolute;
  left: 16px; top: 18px;
  width: 16px; height: 16px;
  border: 2px solid var(--c-orange);
  border-radius: 4px;
}
.worries__closing { text-align: center; font-size: 15px; line-height: 1.9; margin-bottom: 24px; }
.worries__closing p + p { margin-top: 10px; }
.worries__closing strong { color: var(--c-green); }

/* =========================================
   3. 実績
   ========================================= */
.highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  background: #fff;
  border-radius: var(--radius);
  padding: 22px 22px 24px;
  margin-bottom: 22px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.highlight__img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50%;
  border: 4px solid var(--c-bg-cream);
}
.highlight__list { width: 100%; }
.highlight__list li { position: relative; padding-left: 28px; font-size: 15px; font-weight: 700; line-height: 1.6; }
.highlight__list li + li { margin-top: 10px; }
.highlight__list li::before { content: "✓"; position: absolute; left: 2px; top: 0; color: var(--c-orange); font-weight: 900; }
.works__grid { display: grid; gap: 18px; }
.case {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px 22px 22px;
  border-top: 4px solid var(--c-green);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.case__num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--c-orange);
  margin-bottom: 10px;
}
.case__main {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  color: var(--c-text);
  margin-bottom: 16px;
}
.case__kind { display: inline-block; }
.case__sep { color: #B9B0A0; font-weight: 400; margin: 0 4px; }
.case__badge {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  background: var(--c-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 9px;
  border-radius: 999px;
}
.case__lead { font-size: 13.5px; color: var(--c-text-sub); line-height: 1.4; margin-bottom: 2px; }
.case__result {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  color: var(--c-green);
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--c-border);
}
.case__list li { position: relative; padding-left: 18px; font-size: 13.5px; line-height: 1.7; color: var(--c-text); }
.case__list li + li { margin-top: 4px; }
.case__list li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 8px; height: 2px; background: var(--c-orange); }

/* =========================================
   4. サービスと料金
   ========================================= */
.service__grid { display: grid; gap: 18px; margin-bottom: 40px; }
.svc {
  background: var(--c-bg-soft);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 22px;
}
.svc { position: relative; }
.svc__tag {
  display: inline-block;
  background: var(--c-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 2px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.text-link { color: var(--c-green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.svc--seminar { border: 2px solid var(--c-orange); background: #fff; }
.svc--monthly { border: 2px solid var(--c-green); background: #fff; }
.svc__img { border-radius: 8px; margin-bottom: 16px; aspect-ratio: 16 / 9; object-fit: cover; }
.svc__name { font-weight: 900; font-size: 18px; color: var(--c-green); margin-bottom: 8px; line-height: 1.4; }
.svc__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 8px; margin-bottom: 10px; font-weight: 900; font-size: 16px; }
.svc__price-pre { font-size: 13px; font-weight: 700; color: var(--c-orange-dark); background: var(--c-orange-soft); padding: 1px 8px; border-radius: 4px; margin-right: 4px; }
.svc__price-num { font-size: 34px; color: var(--c-orange-dark); line-height: 1; letter-spacing: -0.02em; margin-right: 2px; }
.svc--monthly .svc__price-num, .svc--free .svc__price-num { color: var(--c-green); }
.svc--monthly .svc__price-pre { color: var(--c-green); background: var(--c-green-soft); }
.svc__price-cond { font-size: 12.5px; font-weight: 500; color: var(--c-text-sub); flex-basis: 100%; }
.svc__desc { font-size: 14px; line-height: 1.8; }
.svc__sub { font-weight: 700; font-size: 13px; margin: 14px 0 4px; color: var(--c-text); }
.svc__themes { display: flex; flex-wrap: wrap; gap: 6px; }
.svc__themes li { font-size: 12.5px; background: var(--c-bg-cream); border-radius: 999px; padding: 3px 12px; }
.svc__list { margin-top: 12px; }
.svc__list li { position: relative; padding-left: 22px; font-size: 13.5px; line-height: 1.7; }
.svc__list li + li { margin-top: 4px; }
.svc__list li::before { content: "✓"; position: absolute; left: 2px; top: 0; color: var(--c-green); font-weight: 900; }

.price { margin-bottom: 36px; }
.price__title, .compare__title {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  color: var(--c-green);
  margin-bottom: 16px;
  line-height: 1.5;
}
.compare__title { color: var(--c-text); }
.compare__title strong { color: var(--c-orange-dark); font-size: 1.15em; }
.price__table th, .price__table td, .compare__table th, .compare__table td {
  border: 1px solid var(--c-border);
  padding: 12px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}
.price__table thead th { background: var(--c-green); color: #fff; font-weight: 700; }
.price__table td strong { color: var(--c-green); font-size: 18px; }
.price__table tbody tr:nth-child(even) { background: var(--c-bg-soft); }
.price__note { font-size: 12.5px; color: var(--c-text-sub); text-align: center; margin-top: 10px; }

.compare { margin-bottom: 36px; }
.compare__table th, .compare__table td { white-space: normal; }
.compare__table thead th { background: var(--c-bg-cream); font-weight: 700; }
.compare__table tbody th { background: var(--c-bg-soft); font-weight: 700; width: 24%; text-align: left; }
.compare__table tbody td { color: var(--c-text-sub); }
.compare__table .compare__us { background: var(--c-green-soft); color: var(--c-green); font-weight: 700; }
.compare__table thead .compare__us { background: var(--c-green); color: #fff; }
.compare__table small { font-size: 11px; font-weight: 500; }

/* =========================================
   5. 担当保健師
   ========================================= */
.profile__top { display: flex; flex-direction: column; align-items: center; gap: 24px; margin-bottom: 8px; }
.profile__photo {
  width: 160px; height: 160px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 6px 20px rgba(31, 94, 63, 0.16);
  overflow: hidden;
  margin: 0 auto 8px;
  background: #fff;
}
.profile__photo img { width: 100%; height: 100%; object-fit: cover; }
.profile__caption { font-size: 11px; color: var(--c-text-sub); text-align: center; }

.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; width: 100%; }
.stat {
  background: #fff;
  border-radius: 10px;
  padding: 14px 10px 12px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  border-bottom: 3px solid var(--c-green);
}
.stat__label { font-size: 12px; font-weight: 700; color: var(--c-text-sub); margin-bottom: 2px; }
.stat__num { font-size: 30px; font-weight: 900; color: var(--c-green); line-height: 1.1; letter-spacing: -0.02em; }
.stat__num small { font-size: 13px; font-weight: 700; margin-left: 2px; }
.stat__note { font-size: 10.5px; color: var(--c-text-sub); margin-top: 4px; }
.stats__note { font-size: 11.5px; color: var(--c-text-sub); text-align: center; margin-bottom: 26px; }

.profile__body { background: #fff; border-radius: var(--radius); padding: 24px 22px; }
.profile__body p { font-size: 14.5px; line-height: 1.95; }
.profile__body p + p { margin-top: 14px; }
.profile__license { margin-top: 18px; padding-top: 14px; border-top: 1px dashed var(--c-border); font-size: 13.5px; }
.profile__license span { display: inline-block; font-weight: 700; color: var(--c-green); margin-right: 10px; }
.profile__note { font-size: 12px; color: var(--c-text-sub); margin-top: 8px; }

/* =========================================
   6. ご利用の流れ
   ========================================= */
.flow__list { display: grid; gap: 14px; margin-top: 8px; }
.flow__item {
  position: relative;
  background: var(--c-bg-soft);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 18px 18px 18px 64px;
}
.flow__num {
  position: absolute; left: 16px; top: 18px;
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  background: var(--c-green); color: #fff;
  border-radius: 50%; font-weight: 900; font-size: 16px;
}
.flow__label { font-weight: 900; font-size: 16px; color: var(--c-green); margin-bottom: 4px; }
.flow__text { font-size: 13.5px; color: var(--c-text-sub); line-height: 1.7; }

/* =========================================
   7. FAQ
   ========================================= */
.faq__list { display: grid; gap: 10px; }
.faq__item { background: #fff; border-radius: 10px; border: 1px solid var(--c-border); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 44px 14px 44px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  line-height: 1.6;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::before {
  content: "Q";
  position: absolute; left: 14px; top: 13px;
  width: 22px; height: 22px;
  background: var(--c-green); color: #fff;
  border-radius: 50%; font-size: 12px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.faq__item summary::after {
  content: "+";
  position: absolute; right: 16px; top: 12px;
  font-size: 20px; color: var(--c-orange); font-weight: 700;
}
.faq__item[open] summary::after { content: "−"; }
.faq__item p { padding: 0 18px 16px 44px; font-size: 14px; line-height: 1.85; color: var(--c-text); }

/* =========================================
   8. note
   ========================================= */
.note { padding-top: 40px; padding-bottom: 40px; }
.note__box {
  text-align: center;
  background: var(--c-bg-soft);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 30px 22px;
}
.note__title { font-family: var(--font-serif); font-size: 20px; color: var(--c-green); font-weight: 900; margin-bottom: 10px; line-height: 1.5; }
.note__desc { font-size: 14px; color: var(--c-text-sub); margin-bottom: 20px; line-height: 1.85; }

/* =========================================
   9. お問い合わせ（ミライト式：左に文章・右に画像・ボタン1つ）
   ========================================= */
.sec-en--left, .sec-title--left { text-align: left; }
.contact__inner { display: flex; flex-direction: column; gap: 28px; }
.contact__quote {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  color: var(--c-text);
  margin-bottom: 14px;
}
.contact__desc { font-size: 15px; line-height: 1.9; color: var(--c-text); }
.contact__desc + .contact__desc { margin-top: 12px; }
.contact__note {
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--c-text-sub);
  border-top: 1px solid var(--c-border);
  margin-top: 20px;
  padding-top: 14px;
}
.contact__actions {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 26px 22px 22px;
  text-align: center;
}
.btn--block { width: 100%; min-width: 0; }
.contact__reply { font-size: 12px; color: var(--c-text-sub); margin-top: 10px; }
.contact__tel { border-top: 1px dashed var(--c-border); margin-top: 18px; padding-top: 16px; }
.contact__tel-label { font-size: 12.5px; font-weight: 700; color: var(--c-text-sub); margin-bottom: 2px; }
.contact__tel-num { display: inline-block; font-size: 22px; font-weight: 900; color: var(--c-green); letter-spacing: 0.04em; line-height: 1.3; }
.contact__tel-note { font-size: 11.5px; line-height: 1.7; color: var(--c-text-sub); margin-top: 6px; }

/* =========================================
   Footer
   ========================================= */
.footer { background: var(--c-green-dark); color: #fff; text-align: center; padding: 26px 0 30px; }
.footer__name { font-weight: 900; font-size: 15px; margin-bottom: 6px; }
.footer__info { font-size: 12px; opacity: 0.85; margin-bottom: 10px; }
.footer__links { font-size: 12px; margin-bottom: 12px; }
.footer__links a { text-decoration: underline; text-underline-offset: 3px; opacity: 0.9; }
.footer__copy { font-size: 10.5px; opacity: 0.6; }

/* =========================================
   Tablet & up
   ========================================= */
@media (min-width: 768px) {
  body { font-size: 16px; }
  .section { padding: 80px 0; }
  .sp-only { display: none; }
  .pc-only { display: inline; }
  .sec-title { font-size: 30px; margin-bottom: 20px; }
  .sec-lead { font-size: 15px; margin-bottom: 36px; }

  .header__inner { height: 68px; }
  .header__name { font-size: 18px; }
  .header__toggle { display: none; }
  .gnav { position: static; transform: none; background: transparent; overflow: visible; }
  .gnav__list { display: flex; align-items: center; gap: 4px; padding: 0; }
  .gnav__list li a { border-bottom: 0; padding: 8px 12px; font-size: 14px; color: var(--c-text); }
  .gnav__list li a:hover { color: var(--c-green); }
  .gnav__cta { padding-top: 0; margin-left: 8px; }

  /* PCでは最初の1画面いっぱいにヒーローを表示（ヘッダー68px分を引く。縦長画面では820pxで頭打ち） */
  .hero { padding: 48px 0 56px; min-height: min(calc(100vh - 68px), 820px); }
  .hero__logo { width: 120px; margin-bottom: 22px; }
  .hero__title { font-size: 42px; margin-bottom: 8px; }
  .hero__services { display: inline-flex; grid-template-columns: none; padding: 9px 26px; margin: 18px 0 24px; }
  .hero__services li { font-size: 15.5px; padding: 0 14px; }
  .hero__services li + li::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 1px; background: #B9B0A0; transform: skewX(-14deg); }
  .hero__services li:nth-child(even)::before { top: 4px; bottom: 4px; }
  .hero__desc { font-size: 17px; }
  .hero__desc { font-size: 17px; }

  .highlight { flex-direction: row; gap: 32px; padding: 24px 32px; }
  .highlight__img { width: 190px; height: 190px; flex-shrink: 0; }
  .highlight__list li { font-size: 16px; }


  .worries__list { grid-template-columns: 1fr 1fr; gap: 12px; }
  .worries__list li:last-child { grid-column: 1 / -1; }

  .works__grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .case { padding: 28px 28px 26px; }
  .case__main { font-size: 20px; }
  .case__result { font-size: 24px; }

  .service__grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .svc--free { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto auto; column-gap: 32px; align-items: center; padding: 22px 28px; }
  .svc--free .svc__tag { grid-column: 1 / -1; justify-self: start; margin-bottom: 4px; }
  .svc--free .svc__name { grid-column: 1; grid-row: 2; margin-bottom: 0; }
  .svc--free .svc__price { grid-column: 1; grid-row: 3; margin-bottom: 0; }
  .svc--free .svc__desc { grid-column: 2; grid-row: 2 / span 2; }
  .svc--seminar { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 26px; align-items: start; }
  .svc--seminar .svc__img { grid-row: 1 / span 7; margin-bottom: 0; aspect-ratio: 4 / 3; height: 100%; }
  .svc--seminar .svc__tag { grid-column: 2; justify-self: start; }
  .svc--seminar .svc__name { grid-column: 2; }
  .svc--seminar .svc__price, .svc--seminar .svc__desc, .svc--seminar .svc__sub, .svc--seminar .svc__themes { grid-column: 2; }
  .svc__name { font-size: 20px; }
  .svc--monthly { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 36px; align-items: start; padding: 26px 30px; }
  .svc--monthly .svc__list { margin-top: 4px; }
  .price__table th, .price__table td, .compare__table th, .compare__table td { padding: 14px 16px; font-size: 15px; }

  .profile__top { flex-direction: row; align-items: center; gap: 40px; }
  .profile__photo-wrap { flex: 0 0 auto; }
  .profile__photo { width: 200px; height: 200px; }
  .stats { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .stat__num { font-size: 32px; }
  .profile__body { padding: 32px 36px; }
  .profile__body p { font-size: 15.5px; }

  .flow__list { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .flow__item { padding: 56px 18px 20px; text-align: center; }
  .flow__num { left: 50%; top: 14px; transform: translateX(-50%); }
  .flow__item:not(:last-child)::after {
    content: "";
    position: absolute; right: -14px; top: 50%;
    border: 7px solid transparent; border-left-color: var(--c-border);
  }

  .faq__item summary { font-size: 16px; padding: 16px 48px 16px 50px; }
  .faq__item summary::before { left: 16px; top: 16px; }
  .faq__item p { padding: 0 24px 18px 50px; }

  .note__box { padding: 40px 32px; }
  .note__title { font-size: 24px; }

  .contact__inner { flex-direction: row; align-items: center; gap: 56px; }
  .contact__text { flex: 1 1 58%; }
  .contact__actions { flex: 0 0 36%; padding: 32px 28px 26px; }
  .contact__quote { font-size: 18px; }
  .contact__desc { font-size: 16px; }
}

@media (min-width: 1024px) {
  .hero__title { font-size: 44px; }
  .case__result { font-size: 26px; }
}

@media (max-width: 360px) {
  .hero__title { font-size: 27px; }
  .hero__services li { font-size: 12.5px; }
  .btn, .btn--lg { min-width: 0; width: 100%; }
}

/* =========================================
   アニメーション
   ①ロゴ：小さい状態から拡大しつつ現れる
   ②事例カード・ご利用の流れ：順にふわっと浮かび上がる
   ③代表保健師の数字：カウントアップ（JS）
   ========================================= */
@keyframes logoIn {
  from { opacity: 0; transform: scale(0.55); }
  60%  { opacity: 1; }
  to   { opacity: 1; transform: scale(1); }
}
.js .hero__logo {
  opacity: 0;
  transform-origin: 50% 70%;
  animation: logoIn 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s forwards;
}
.js.hero-done .hero__logo { opacity: 1; transform: none; animation: none; }

/* ヒーローの文字：Webフォントが揃ってから表示（途中で書体が切り替わるカクつきを防ぐ） */
.js .hero__title, .js .hero__services, .js .hero__desc { opacity: 0; }
.js.fonts-ready .hero__title, .js.fonts-ready .hero__services, .js.fonts-ready .hero__desc,
.js.hero-done .hero__title, .js.hero-done .hero__services, .js.hero-done .hero__desc { opacity: 1; transition: opacity 0.4s ease; }

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.js .reveal.is-visible { opacity: 1; transform: none; }

/* 「動きを減らす」設定の人には動かさない */
@media (prefers-reduced-motion: reduce) {
  .js .hero__logo { animation: none; opacity: 1; transform: none; }
  .js .hero__title, .js .hero__services, .js .hero__desc { opacity: 1; transition: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}
