/* ウェブノミカタ サイト共通スタイル v4
   STUDIOテンプレート「Amida」のスクリーンショット準拠
   - セクションは色帯(緑グラデ/ミント)+白シートの重なり構成
   - メインボタンは緑ベタ塗り+白文字、白バッジが上に重なる
   - セクションラベルは「• Problem」左寄せ+日本語サブラベル
   - フッターは白基調 */

:root {
  --green: #00c893;
  --green-deep: #00b489;
  --teal: #249384;
  --mint: #d4f4eb;
  --mint-band: #cef2e6;
  --mint-soft: #eafaf5;
  --orange: #f6a749;
  --orange-pale: #fdeed8;
  --ink: #2a2a2a;
  --text: #333333;
  --text-weak: #7a7a7a;
  --grey: #a1a1a1;
  --bg: #ffffff;
  --bg-soft: #f9f9f9;
  --line: #ececec;
  --radius: 16px;
  --band-grad: linear-gradient(120deg, #009e83 0%, #00c893 100%);
  --head: "Red Hat Display", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  --sans: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Zen Kaku Gothic New", "Yu Gothic", "Noto Sans JP", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.9;
  font-size: 15.5px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--teal); }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* フェードイン */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ヘッダー */
.site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand svg { display: block; }
.brand-name {
  font-family: var(--head);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.05em;
  color: var(--teal);
}
.brand-tag { font-size: 10.5px; color: var(--text-weak); letter-spacing: 0.04em; display: block; line-height: 1.4; }
.global-nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.global-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.04em;
}
.global-nav a:hover { color: var(--teal); }
.nav-cta {
  background: var(--green-deep);
  color: #fff !important;
  padding: 9px 24px;
  border-radius: 48px;
  border: none;
  font-weight: 500;
}
.nav-cta:hover { background: var(--teal); color: #fff !important; }

/* ボタン(テンプレ準拠: 主=緑塗り+白文字 / 従=白地+2px緑ボーダー) */
.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15.5px;
  padding: 14px 34px;
  border-radius: 48px;
  letter-spacing: 0.05em;
  transition: background 0.2s ease;
}
.btn-primary { background: var(--green-deep); color: #fff; border: 2px solid var(--green-deep); }
.btn-primary:hover { background: var(--teal); border-color: var(--teal); }
.btn-secondary { background: #fff; color: var(--text); border: 2px solid var(--green); }
.btn-secondary:hover { background: var(--mint); }
.btn-primary svg, .btn-secondary svg { width: 17px; height: 17px; flex: none; }
.cta-set { display: inline-flex; flex-direction: column; align-items: center; }
.cta-badge {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  padding: 1px 14px;
  border-radius: 48px;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* セクションラベル(テンプレ準拠: 「• Problem」左寄せ+日本語サブ) */
.sec-label { margin-bottom: 8px; }
.sec-label .en {
  font-family: var(--head);
  font-size: 22px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-label .en::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}
.sec-label .ja {
  font-size: 11.5px;
  color: var(--text-weak);
  padding-left: 18px;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1.6;
}
.on-band .sec-label .en { color: #fff; }
.on-band .sec-label .en::before { background: #fff; }
.on-band .sec-label .ja { color: rgba(255, 255, 255, 0.85); }

.section-title {
  font-family: var(--head);
  font-size: clamp(23px, 3vw, 30px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.06em;
  line-height: 1.65;
  text-align: center;
}
.section-title .marker { background: linear-gradient(transparent 68%, rgba(0, 200, 147, 0.35) 68%); padding: 0 2px; }
.section-title .u { border-bottom: 2px solid var(--green); padding: 0 2px; }
.section-lead {
  margin: 18px auto 0;
  max-width: 640px;
  color: var(--text);
  font-size: 14px;
  text-align: center;
}
section { padding: 84px 0; }
.section-head { margin-bottom: 48px; }

/* ヒーロー */
.hero { background: var(--bg); padding: 76px 0 88px; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.hero-catch {
  font-family: var(--head);
  font-size: clamp(29px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.hero-catch .marker { background: linear-gradient(transparent 68%, rgba(0, 200, 147, 0.35) 68%); padding: 0 2px; }
.hero-lead { margin-top: 24px; font-size: 14.5px; line-height: 2.15; color: var(--text); max-width: 560px; }
.hero-cta { margin-top: 36px; display: flex; align-items: flex-start; gap: 18px; flex-wrap: wrap; }
.hero-art { text-align: center; }
.hero-art svg { width: 100%; max-width: 420px; height: auto; }

/* 装飾(ドット群) */
.dots { display: inline-grid; grid-template-columns: repeat(2, 12px); gap: 6px; }
.dots i { width: 12px; height: 12px; border-radius: 50%; background: var(--green); }
.dots i:nth-child(2) { background: var(--teal); }
.dots i:nth-child(3) { background: var(--mint); }

/* 色帯セクション(Problem / Contact) */
.band {
  background: var(--band-grad);
  padding: 64px 0 0;
  overflow: hidden;
}
.band .band-title {
  font-family: var(--head);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 18px;
  line-height: 1.7;
}
.band-sheet {
  background: #fff;
  border-radius: 20px 20px 0 0;
  max-width: 1080px;
  margin: 44px auto 0;
  padding: 56px 40px 64px;
  width: calc(100% - 32px);
}

/* 悩みカード(イラスト付き・中央揃え) */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 860px;
  margin: 0 auto;
}
.problem-card {
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 28px 26px 24px;
  text-align: center;
}
.problem-card svg { width: 96px; height: 72px; margin-bottom: 12px; }
.problem-card h3 {
  font-family: var(--head);
  font-size: 17px;
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.problem-card p { font-size: 13px; color: var(--text-weak); text-align: center; line-height: 1.9; }
.problem-close {
  text-align: center;
  margin-top: 44px;
  font-family: var(--head);
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.problem-close .marker { background: linear-gradient(transparent 68%, rgba(0, 200, 147, 0.35) 68%); padding: 0 2px; }

/* ソリューション(緑チップ番号・3カラム) */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 960px;
  margin: 0 auto;
}
.solution-col { text-align: center; }
.solution-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green);
  color: #fff;
  font-family: var(--head);
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 16px;
}
.solution-col h3 {
  font-family: var(--head);
  font-size: 17.5px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.solution-col p { font-size: 13.5px; color: var(--text); text-align: left; }

/* スラッシュタグ */
.slash-tag {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

/* 料金(ミント帯) */
.plan-band {
  background: var(--mint-band);
  border-radius: 28px;
  max-width: 1200px;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 72px 32px 72px;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  max-width: 1020px;
  margin: 0 auto;
}
.plan-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.plan-card.featured { outline: 2px solid var(--green); outline-offset: -2px; }
.plan-pop {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 18px;
  border-radius: 48px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.plan-tag {
  display: inline-block;
  background: var(--mint);
  color: var(--teal);
  font-size: 11.5px;
  font-weight: 700;
  padding: 1px 14px;
  border-radius: 48px;
  letter-spacing: 0.06em;
  margin: 0 auto 10px;
}
.plan-name { font-family: var(--head); font-size: 19px; font-weight: 700; color: var(--ink); letter-spacing: 0.05em; }
.plan-for { font-size: 12px; color: var(--teal); margin-top: 6px; min-height: 3em; }
.plan-price {
  margin: 14px 0 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--head);
}
.plan-price .num { font-size: 36px; font-weight: 600; letter-spacing: 0.01em; }
.plan-price .unit { font-size: 13px; font-weight: 500; color: var(--text-weak); }
.plan-list { list-style: none; margin: 0 0 24px; flex: 1; text-align: left; }
.plan-list li { font-size: 13px; padding: 8px 0 8px 26px; position: relative; }
.plan-list li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 16px;
  width: 8px;
  height: 4.5px;
  border-left: 2.5px solid var(--green);
  border-bottom: 2.5px solid var(--green);
  transform: rotate(-45deg);
}
.plan-list li.minus { color: var(--grey); }
.plan-list li.minus::after { border-color: #cfcfcf; transform: none; width: 8px; height: 0; top: 19px; border-left: none; border-bottom-width: 2px; }
.plan-cta {
  display: block;
  text-align: center;
  background: var(--green-deep);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 48px;
  transition: background 0.2s ease;
}
.plan-cta:hover { background: var(--teal); }
.price-note {
  margin: 26px auto 0;
  font-size: 13px;
  color: var(--text);
  max-width: 760px;
  text-align: center;
}

/* 中間CTA(白背景・中央) */
.mid-cta { text-align: center; }
.mid-cta h2 {
  font-family: var(--head);
  font-size: clamp(21px, 2.9vw, 28px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.mid-cta p { margin-top: 12px; color: var(--text); font-size: 14px; }
.mid-cta .hero-cta { justify-content: center; margin-top: 30px; }

/* フロー */
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 900px; margin: 0 auto; }
.flow-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  text-align: center;
  position: relative;
}
.section-alt .flow-card { border-color: #e6e6e6; }
.flow-card + .flow-card::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
  height: 11px;
  border-top: 2.5px solid var(--green);
  border-right: 2.5px solid var(--green);
}
.flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: var(--head);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
}
.flow-card h3 { font-family: var(--head); font-size: 16.5px; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: 0.04em; }
.flow-card p { font-size: 13.5px; text-align: left; }

/* FAQ(2カラム・Q緑丸/Aオレンジ丸) */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 24px;
}
.faq-grid .faq-item { margin-bottom: 0; }
.faq-wrap .faq-item { margin-bottom: 14px; }
.section-alt .faq-item { border-color: #e6e6e6; }
.faq-q { font-weight: 700; color: var(--ink); font-size: 14.5px; padding-left: 34px; position: relative; letter-spacing: 0.03em; }
.faq-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: var(--head);
  font-weight: 700;
  font-size: 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-a { margin-top: 10px; padding-left: 34px; position: relative; font-size: 13.5px; }
.faq-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-family: var(--head);
  font-weight: 700;
  font-size: 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 運営者ストリップ */
.owner-strip {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 26px;
  align-items: center;
}
.owner-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--mint);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--teal);
  text-align: center;
  line-height: 1.5;
}
.owner-strip h3 { font-family: var(--head); font-size: 16px; font-weight: 700; color: var(--ink); }
.owner-strip p { font-size: 13.5px; margin-top: 4px; }
.text-link { color: var(--teal); font-weight: 500; text-decoration: none; border-bottom: 1.5px solid var(--green); }
.text-link:hover { color: var(--green); }

/* Contact帯(緑グラデ+大文字+白カード2分割) */
.contact-band {
  background: var(--band-grad);
  padding: 56px 0 0;
  overflow: hidden;
  text-align: center;
}
.contact-display {
  font-family: var(--head);
  font-size: clamp(46px, 9vw, 88px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.1;
  opacity: 0.95;
}
.contact-band .band-copy { color: #fff; font-size: clamp(15px, 2vw, 18px); font-weight: 500; margin-top: -8px; letter-spacing: 0.08em; }
.contact-band .band-sub { color: rgba(255, 255, 255, 0.85); font-size: 13px; margin-top: 10px; }
.contact-card {
  background: #fff;
  border-radius: 20px 20px 0 0;
  max-width: 900px;
  width: calc(100% - 32px);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}
.contact-half { padding: 44px 40px 48px; }
.contact-half + .contact-half { border-left: 1px solid var(--line); }
.contact-half .half-label { font-family: var(--head); font-size: 14px; font-weight: 600; color: var(--green); letter-spacing: 0.08em; }
.contact-half h3 { font-family: var(--head); font-size: 21px; font-weight: 700; color: var(--ink); margin: 6px 0 10px; letter-spacing: 0.05em; }
.contact-half p { font-size: 13px; color: var(--text); margin-bottom: 20px; }
.circle-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
}
.circle-btn .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.circle-btn:hover .circle { background: var(--teal); }

/* フッター(白基調・テンプレ準拠) */
.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 52px 0 36px; font-size: 13px; color: var(--text); }
.footer-message { font-size: 14.5px; line-height: 2.1; color: var(--ink); margin-bottom: 28px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-bottom: 32px; }
.footer-nav a { color: var(--text); text-decoration: none; font-size: 13px; }
.footer-nav a:hover { color: var(--teal); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.footer-brand { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-weight: 700; color: var(--teal); font-size: 15px; }
.footer-copy { color: var(--grey); font-size: 12px; }

/* 下層ページ */
.page-header { background: var(--band-grad); padding: 52px 0 56px; text-align: center; }
.page-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--head);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.page-header .eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.page-header h1 {
  font-family: var(--head);
  font-size: clamp(23px, 3.2vw, 30px);
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
}
.page-header p { margin-top: 10px; color: rgba(255, 255, 255, 0.9); font-size: 13.5px; }
.content-block { max-width: 780px; margin: 0 auto; }
.content-block h2 {
  font-family: var(--head);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin: 60px 0 20px;
  padding-left: 16px;
  border-left: 4px solid var(--green);
  border-radius: 2px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.content-block h2:first-child { margin-top: 0; }
.content-block h3 { font-family: var(--head); font-size: 17px; font-weight: 700; color: var(--teal); margin: 36px 0 12px; letter-spacing: 0.03em; }
.content-block p { margin-bottom: 16px; font-size: 14.5px; }
.content-block ul, .content-block ol { margin: 0 0 16px 24px; }
.content-block li { margin-bottom: 8px; font-size: 14.5px; }

/* 表(下層の比較表) */
.price-table-wrap { overflow-x: auto; margin-top: 20px; }
table.price {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  min-width: 640px;
  font-size: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
table.price th, table.price td { border-bottom: 1px solid var(--line); padding: 14px 18px; text-align: left; vertical-align: top; }
table.price tr:last-child td { border-bottom: none; }
table.price thead th { background: var(--mint); color: var(--ink); font-weight: 700; letter-spacing: 0.03em; }
table.price td.price-num { font-weight: 700; color: var(--teal); white-space: nowrap; }
table.price tr.highlight td { background: var(--orange-pale); }

/* ステップ(下層) */
.step-list { counter-reset: step; list-style: none; margin: 40px 0 0; }
.step-list > li {
  counter-increment: step;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 30px 28px 88px;
  margin-bottom: 20px;
  position: relative;
}
.step-list > li::before {
  content: counter(step);
  position: absolute;
  left: 28px;
  top: 28px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: var(--head);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-list h3 { margin: 0 0 10px; font-family: var(--head); font-size: 16.5px; font-weight: 700; color: var(--ink); }
.step-list p { font-size: 14px; margin-bottom: 8px; }

/* 代表あいさつ(プロフィールページ) */
.greeting { display: grid; grid-template-columns: 200px 1fr; gap: 36px; align-items: start; max-width: 780px; margin: 0 auto; }
.photo-frame {
  width: 200px;
  height: 236px;
  background: var(--mint);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 13px;
}
.greeting-body p { margin-bottom: 14px; font-size: 14.5px; }
.greeting-name { font-family: var(--head); font-size: 18px; font-weight: 700; color: var(--ink); }
.greeting-title { font-size: 13px; color: var(--text-weak); }

/* 下層CTA(白背景) */
.footer-cta { background: var(--bg-soft); text-align: center; }
.footer-cta > .wrap > h2 {
  font-family: var(--head);
  font-size: clamp(21px, 2.9vw, 28px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.footer-cta > .wrap > h2 + p { margin-top: 14px; color: var(--text); font-size: 14.5px; }
.footer-cta > .wrap > .btn-primary { margin-top: 30px; }
.contact-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 860px; margin: 0 auto; }
.contact-panel { background: #fff; border: 1px solid #e6e6e6; border-radius: 20px; padding: 40px 34px; text-align: center; }
.contact-panel h3 { font-family: var(--head); font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 10px; letter-spacing: 0.05em; }
.contact-panel p { font-size: 13.5px; color: var(--text); margin-bottom: 24px; }

/* ===== v4.2: 文字サイズ拡大 ===== */
body { font-size: 16px; }
.global-nav a { font-size: 14.5px; }
.sec-label .ja { font-size: 12.5px; }
.hero-catch { font-size: clamp(30px, 4.2vw, 43px); }
.hero-lead { font-size: 15.5px; }
.section-title { font-size: clamp(24px, 3.3vw, 33px); }
.band-title { font-size: clamp(23px, 3.1vw, 31px); }
.section-lead { font-size: 15.5px; }
.problem-card h3 { font-size: 18px; }
.problem-card p { font-size: 14px; }
.problem-close { font-size: clamp(19px, 2.6vw, 23px); }
.solution-col h3 { font-size: 18.5px; }
.solution-col p { font-size: 14.5px; }
.plan-name { font-size: 20px; }
.plan-for { font-size: 12.5px; }
.plan-list li { font-size: 14px; }
.plan-cta { font-size: 15px; }
.price-note { font-size: 14px; }
.mid-cta p { font-size: 15px; }
.flow-card h3 { font-size: 17.5px; }
.flow-card p { font-size: 14.5px; }
.faq-q { font-size: 15.5px; }
.faq-a { font-size: 14.5px; }
.owner-strip h3 { font-size: 17px; }
.owner-strip p { font-size: 14.5px; }
.contact-half h3 { font-size: 22px; }
.contact-half p { font-size: 14px; }
.contact-band .band-sub { font-size: 14px; }
.contact-panel p { font-size: 14.5px; }
.footer-message { font-size: 15.5px; }
.footer-nav a { font-size: 14px; }
.content-block p, .content-block li { font-size: 15.5px; }
.step-list p { font-size: 15px; }
.page-header p { font-size: 14.5px; }

/* ===== v4.2: ボタンのホバー/押下アニメーション ===== */
.btn-primary, .btn-secondary, .plan-cta, .nav-cta {
  transition: background 0.2s ease, color 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0, 180, 137, 0.32); }
.btn-secondary:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0, 200, 147, 0.18); }
.plan-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0, 180, 137, 0.28); }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 14px rgba(0, 180, 137, 0.28); }
.btn-primary:active, .btn-secondary:active, .plan-cta:active, .nav-cta:active {
  transform: translateY(1px) scale(0.97);
  box-shadow: none;
}
.circle-btn .circle { transition: transform 0.2s ease, background 0.2s ease; }
.circle-btn:hover .circle { transform: translateX(5px); }
.circle-btn:active .circle { transform: translateX(5px) scale(0.92); }
.text-link { transition: color 0.2s ease; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  .btn-primary:hover, .btn-secondary:hover, .plan-cta:hover, .nav-cta:hover { transform: none; }
  .circle-btn:hover .circle { transform: none; }
}

/* ===== v4.2: 濃緑の全幅帯(対応領域)+マーキー ===== */
.trust-band { background: #2e8b74; padding: 72px 0 0; overflow: hidden; }
.trust-band .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 44px; align-items: center; }
.trust-title {
  font-family: var(--head);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
  color: #fff;
}
.trust-text { margin-top: 18px; font-size: 14.5px; line-height: 2.05; color: rgba(255, 255, 255, 0.92); max-width: 560px; }
.trust-art { text-align: center; }
.trust-art svg { width: 100%; max-width: 360px; height: auto; }
.marquee { margin-top: 52px; padding-bottom: 64px; overflow: hidden; }
.marquee-track { display: flex; gap: 22px; width: max-content; animation: marquee 30s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.logo-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--head);
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.logo-card .glyph { width: 15px; height: 15px; border-radius: 4px; flex: none; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; width: auto; } }

/* ===== v4.2: パズルピース装飾 ===== */
.deco-strip { position: relative; height: 0; max-width: 1080px; margin: 0 auto; z-index: 5; pointer-events: none; }
.pz { position: absolute; width: 60px; height: 60px; }
.pz-1 { left: 5%; top: -62px; transform: rotate(-14deg); }
.pz-2 { left: 17%; top: -100px; width: 46px; height: 46px; transform: rotate(12deg); }
.pz-3 { right: 7%; left: auto; top: -74px; transform: rotate(22deg); }
.pz-4 { right: 16%; left: auto; top: -34px; width: 44px; height: 44px; transform: rotate(-10deg); }

/* ===== v4.4: 可読性の微調整(上の世代向け) ===== */
:root { --text-weak: #636b67; }
.hero-catch, .section-title, .band-title, .trust-title,
.problem-close, .mid-cta h2, .page-header h1, .footer-cta > .wrap > h2 { font-weight: 600; }
.problem-card p { color: var(--text); }
.plan-for { color: #1d7568; font-size: 13px; }
.plan-price .unit { color: #555e5a; }
.price-note { color: var(--text); }
.trust-text { color: rgba(255, 255, 255, 0.96); }
.contact-band .band-sub { color: rgba(255, 255, 255, 0.95); }
.page-header p { color: rgba(255, 255, 255, 0.95); }
.sec-label .ja { color: var(--text-weak); }
.section-lead { color: var(--text); }

/* ===== v4.3: グラデーション強化 ===== */
.band, .contact-band, .page-header {
  background: linear-gradient(115deg, #0f8a6e 0%, #00b489 50%, #27cf9f 100%);
}
.btn-primary { background: linear-gradient(90deg, #00a37e 0%, #00c893 100%); border-color: transparent; }
.btn-primary:hover { background: linear-gradient(90deg, #048f70 0%, #00b489 100%); }
.nav-cta, .plan-cta { background: linear-gradient(90deg, #00a37e 0%, #00c893 100%); }
.nav-cta:hover, .plan-cta:hover { background: linear-gradient(90deg, #048f70 0%, #00b489 100%); }
.menu-btn { background: linear-gradient(120deg, #00a37e, #00c893); }

/* ===== v4.3: 帯の上端に白カーブ ===== */
.band, .contact-band { padding-top: 0; overflow: hidden; }
.band::before, .contact-band::before {
  content: "";
  display: block;
  width: 130%;
  margin-left: -15%;
  height: 72px;
  background: #fff;
  border-radius: 0 0 50% 50% / 0 0 92% 92%;
}
.band .on-band { padding-top: 44px; }
.contact-band > .wrap { padding-top: 40px; }

/* ===== v4.3: CONTACT大文字を見出しの背後に重ねる ===== */
.contact-display { opacity: 0.38; margin-bottom: -0.62em; }
.contact-band .band-copy { font-size: clamp(19px, 2.8vw, 26px); font-weight: 600; position: relative; margin-top: 0; }

/* 帯内の白下線 */
.band-title .u { border-bottom: 2px solid rgba(255, 255, 255, 0.9); padding-bottom: 3px; }

/* ===== v4.3: ハンバーガーメニュー(SP) ===== */
.menu-btn { display: none; }
.sp-menu { display: none; }

/* レスポンシブ */
@media (max-width: 860px) {
  .global-nav { display: none; }
  .about-grid { grid-template-columns: 1fr !important; }
  .about-grid .dots { display: none; }
  .menu-btn {
    display: inline-flex;
    flex-direction: column;
    gap: 4.5px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    flex: none;
  }
  .menu-btn span { width: 20px; height: 2.5px; background: #fff; border-radius: 2px; display: block; }
  .sp-menu {
    display: block;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 100;
    padding: 20px 20px 48px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-14px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .sp-menu.open { opacity: 1; transform: none; pointer-events: auto; }
  body.menu-open { overflow: hidden; }
  .sp-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #f1f1f1;
    border: none;
    border-radius: 48px;
    padding: 9px 20px;
    font-weight: 600;
    font-size: 13px;
    color: var(--ink);
    cursor: pointer;
    font-family: var(--head);
  }
  .sp-menu-cta {
    background: var(--mint);
    border-radius: 14px;
    padding: 18px;
    display: grid;
    grid-template-columns: 56px 1fr 30px;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
    text-decoration: none;
    color: var(--ink);
  }
  .sp-menu-cta:first-of-type { margin-top: 56px; }
  .sp-menu-cta .icon { width: 56px; height: 56px; background: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
  .sp-menu-cta .tag { font-size: 11.5px; color: var(--teal); font-weight: 600; display: block; letter-spacing: 0.04em; }
  .sp-menu-cta .t { font-size: 17.5px; font-weight: 700; line-height: 1.55; display: block; }
  .sp-menu-cta .circle { width: 28px; height: 28px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; }
  .sp-menu-links { list-style: none; margin: 28px 0 0; }
  .sp-menu-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 4px;
    text-decoration: none;
    color: var(--ink);
    font-size: 15px;
    font-weight: 500;
  }
  .sp-menu-links a::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: none; }

  /* SPでボタン・ヒーローを中央に */
  .hero-catch, .hero-lead { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-cta { flex-direction: column; align-items: center; gap: 18px; }
  .cta-set { width: auto; }
  .band::before, .contact-band::before { height: 48px; }

  .trust-band .wrap { grid-template-columns: 1fr; gap: 28px; }
  .trust-art svg { max-width: 280px; }
  .pz { display: none; }
  .hero .wrap { grid-template-columns: 1fr; gap: 32px; }
  .hero-art { order: -1; }
  .hero-art svg { max-width: 300px; }
  .problem-grid { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; gap: 36px; }
  .plan-grid { grid-template-columns: 1fr; max-width: 420px; }
  .plan-band { padding: 52px 20px; }
  .flow-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .flow-card + .flow-card::before { left: 50%; top: -17px; transform: translateX(-50%) rotate(135deg); }
  .faq-grid { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-half + .contact-half { border-left: none; border-top: 1px solid var(--line); }
  .contact-panels { grid-template-columns: 1fr; }
  .greeting { grid-template-columns: 1fr; }
  .photo-frame { margin: 0 auto; }
  .owner-strip { grid-template-columns: 1fr; text-align: center; }
  .owner-photo { margin: 0 auto; }
  .band-sheet { padding: 40px 20px 48px; }
  section { padding: 60px 0; }
  .hero { padding: 48px 0 60px; }
  .global-nav { gap: 14px; }
  .global-nav a { font-size: 13px; }
}
