/*
Theme Name: Protectstance 退職代行
Theme URI: https://protectstance.com
Author: Protectstance
Description: 弁護士法人プロテクトスタンス 退職代行サービス LP
Version: 1.0.0
Text Domain: protectstance
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a2e;
  line-height: 1.72;
  overflow-x: hidden;
  padding-bottom: 70px;
  background: #fff;
}
:root {
  --brand-trust: #1a56a0;
  --brand-accent: #e8553d;
  --brand-line: #06c755;
  --blue: #1a56a0;
  --blue-lt: #edf4ff;
  --blue-dk: #0f3872;
  --coral: #e8553d;
  --coral-lt: #fff5f3;
  --gold: #d89b36;
  --gold-dk: #b8791c;
  --gold-lt: #fffbf0;
  --green: #16a34a;
  --green-lt: #f0fdf4;
  --bg-warm: #fff9f5;
  --bg-cool: #f5f7fc;
  --text: #1a1a2e;
  --muted: #6b7280;
  --border: #e5e7eb;
  --paper: #fffdf9;
  --stroke: rgba(15, 56, 114, 0.1);
  --r-sm: 14px;
  --r: 18px;
  --r-lg: 24px;
  --sh-1: 0 10px 24px rgba(17, 24, 39, 0.06);
  --sh-2: 0 18px 38px rgba(17, 24, 39, 0.08);
  --sh-3: 0 24px 56px rgba(17, 24, 39, 0.12);
  --sh: var(--sh-2);
}
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
section {
  padding: clamp(4rem, 7vw, 5.5rem) 0;
  position: relative;
}
.sec-head {
  text-align: center;
  margin: 0 auto clamp(2.4rem, 4vw, 3.4rem);
  max-width: 760px;
}
.label {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 0.38rem 1.15rem;
  border-radius: 999px;
  border: 1.5px solid currentColor;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  box-shadow:
    0 10px 30px rgba(17, 24, 39, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-family: "Zen Old Mincho", serif;
}
.h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.95rem, 3.6vw, 2.9rem);
  font-weight: 900;
  line-height: 1.24;
  color: var(--text);
  letter-spacing: 0.03em;
}
.sub {
  color: var(--muted);
  margin-top: 0.8rem;
  font-size: 0.96rem;
  line-height: 1.9;
  font-family: "Zen Old Mincho", serif;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  border: none;
  font-family: inherit;
  transition: all 0.2s;
}
.btn-gold {
  background: linear-gradient(135deg, #f4a623, #e8903b);
  color: #fff;
  box-shadow: 0 4px 20px rgba(244, 166, 35, 0.35);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(244, 166, 35, 0.45);
}
.btn-line {
  background: linear-gradient(135deg, var(--brand-line), #00a040);
  color: #fff;
  box-shadow: 0 4px 16px rgba(6, 199, 85, 0.26);
}
.btn-line:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(6, 199, 85, 0.4);
}
.btn-outline {
  background: rgba(255, 255, 255, 0.74);
  color: var(--blue);
  border: 2px solid rgba(26, 86, 160, 0.16);
  backdrop-filter: blur(8px);
}
.btn-outline:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.btn-lg {
  padding: 1.1rem 2.6rem;
  font-size: 1.05rem;
}
.cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 56, 114, 0.08);
}
.h-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
}
.logo {
  color: var(--blue-dk);
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none;
}
.logo strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.h-nav {
  display: flex;
  gap: 0.5rem;
}
.h-nav .btn {
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
}

/* HERO */
#hero {
  min-height: 600px;
  background-image: url("LP_img/ヒーロー背景.png");
  background-size: cover;
  background-position: center top;
  background-color: #f5f7ff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 0;
}
.hero-sp-img {
  display: none;
}
/* hero pseudo-elements removed (no blob gradients) */
.hero-in {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0rem 1.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 1.5rem;
}
.hero-text {
  z-index: 2;
  max-width: 560px;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--gold-lt);
  color: var(--gold-dk);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  border: 1px solid rgba(212, 137, 26, 0.2);
}
h1.hero-hl {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  font-weight: 900;
  color: var(--text);
  line-height: 1.14;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
h1.hero-hl em {
  color: var(--coral);
  font-style: normal;
  display: block;
}
h1.hero-hl .lawyer {
  font-size: 0.6em;
  font-weight: 700;
  color: var(--blue-dk);
  display: block;
  margin-top: 0.35em;
}
.hero-sub {
  color: var(--muted);
  font-size: clamp(0.92rem, 1.8vw, 1.06rem);
  margin-bottom: 1.2rem;
  line-height: 1.9;
  max-width: 440px;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 520px;
}
.hero-point {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 56, 114, 0.08);
}
.hero-point i {
  color: var(--green);
}
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 480px;
}
.hero-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-height: 640px;
  position: relative;
  z-index: 2;
}
.hero-img img {
  width: min(100%, 480px);
  max-height: 640px;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 40px rgba(15, 56, 114, 0.14));
}

/* TRUST BAR */
.trust-bar {
  padding: 0.4rem 0 1.8rem;
  position: relative;
  z-index: 3;
  margin-top: 0;
  background: linear-gradient(
    180deg,
    #eef4ff 0%,
    rgba(255, 255, 255, 0) 75%
  );
}
.trust-in {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: linear-gradient(180deg, #133b74 0%, #0e2d5c 100%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 1rem 1.1rem;
  border-radius: var(--r);
  box-shadow: 0 16px 34px rgba(15, 56, 114, 0.16);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.trust-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(15, 56, 114, 0.22);
}
.trust-item strong {
  font-size: 0.88rem;
  color: #fff;
  line-height: 1.5;
}
.trust-item i {
  color: var(--gold);
  font-size: 1rem;
}

/* PAIN */
#pain {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff8f5 18%,
    #fef4f0 45%,
    #fffaf8 72%,
    #fff 100%
  );
}
/* 見出しエリア */
.pain-head {
  text-align: center;
  margin: 0 auto 2.5rem;
}
.pain-head-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.pain-head .h2 {
  margin-bottom: 0;
}
.pain-spark-mark {
  color: var(--coral);
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 0.55rem;
  flex-shrink: 0;
}
.pain-divider {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  border: none;
  border-top: 2px dotted rgba(232, 85, 61, 0.35);
}
/* 3カラムグリッド */
.pain-center {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
}
.pain-illust {
  display: flex;
  justify-content: center;
}
.pain-illust img {
  width: 100%;
  max-width: 200px;
  display: block;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.07));
}
.pain-bubbles {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.pain-bubbles--left {
  align-items: flex-end;
}
.pain-bubbles--right {
  align-items: flex-start;
}
/* 丸アイコン付きカード */
.pain-bubble-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 1.5px solid rgba(232, 85, 61, 0.15);
  border-radius: 16px;
  padding: 0.85rem 1.1rem;
  max-width: 260px;
  box-shadow: 0 4px 18px rgba(232, 85, 61, 0.08);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.55;
  position: relative;
}
.pain-bubble-item p {
  margin: 0;
}
.pain-bubble-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #fce8e1 0%, #f8c4b4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  font-size: 1.1rem;
}
/* 左側矢印：右向き */
.pain-bubble-item--left::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent
    rgba(232, 85, 61, 0.15);
}
.pain-bubble-item--left::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
/* 右側矢印：左向き */
.pain-bubble-item--right::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 7px 12px 7px 0;
  border-style: solid;
  border-color: transparent rgba(232, 85, 61, 0.15) transparent
    transparent;
}
.pain-bubble-item--right::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 10px 6px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}
/* pain-close: 浅色背景＋法水樹＋黄色アンダーライン */
.pain-close {
  background: linear-gradient(135deg, #fffaf8 0%, #fff5f2 100%);
  border: 1.5px solid rgba(232, 85, 61, 0.12);
  border-radius: 24px;
  padding: 2.4rem 2rem;
  text-align: center;
  margin: 3.5rem auto 0;
  max-width: 680px;
  box-shadow:
    0 12px 48px rgba(232, 85, 61, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.pain-close-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.pain-close-laurel {
  height: 70px;
  width: auto;
  opacity: 0.85;
}
.pain-close-text {
  flex: 1;
  text-align: center;
}
.pain-close-lead {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.88rem, 1.8vw, 1rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.2rem;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.pain-close-spark {
  color: var(--coral);
  font-size: 0.75em;
}
.pain-close-main {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 7vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  color: var(--text);
  display: inline-block;
  position: relative;
}
.pain-close-main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 10px;
  background: rgba(255, 235, 0, 0.7);
  z-index: -1;
  border-radius: 3px;
}

/* WHY */
#why {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef3fd 100%);
}

/* STRENGTH */
#strength {
  background: #fafafa;
}
#strength .h2 {
  color: var(--text);
}
#strength .label {
  border-color: rgba(232, 85, 61, 0.3);
  color: var(--coral) !important;
  background: rgba(232, 85, 61, 0.06);
}
/* STRENGTH — 交互レイアウト（非対称） */
.str-rows {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
.str-row {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}
/* 各行の非対称カラム比 */
.str-row--01 {
  grid-template-columns: 54% 1fr;
}
.str-row--02 {
  grid-template-columns: 1fr 58%;
}
.str-row--03 {
  grid-template-columns: 48% 1fr;
}
/* row-02：DOM上はテキストが先・CSSで左側に配置 */
.str-row--02 .str-row-body {
  order: -1;
}
/* 画像エリア */
.str-row-img {
  position: relative;
  z-index: 1;
}
.str-row-img-inner {
  border-radius: 24px;
  overflow: hidden;
  background: #f0f4f8;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.str-row-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.str-row-img-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 2rem;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
  line-height: 1.7;
}
/* 装飾ドット（画像コーナーに添える） */
.str-row-img::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(232, 85, 61, 0.06);
  pointer-events: none;
  z-index: -1;
}
.str-row--01 .str-row-img::after {
  right: -24px;
  bottom: -24px;
  width: 100px;
  height: 100px;
}
.str-row--02 .str-row-img::after {
  left: -20px;
  top: -20px;
  width: 80px;
  height: 80px;
}
.str-row--03 .str-row-img::after {
  right: -16px;
  top: 20px;
  width: 64px;
  height: 64px;
}
/* テキストエリア */
.str-row-body {
  position: relative;
  padding-top: 0.5rem;
}
.str-ghost-no {
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 900;
  line-height: 1;
  color: rgba(232, 85, 61, 0.06);
  pointer-events: none;
  z-index: 0;
  user-select: none;
}
.str-row-no {
  position: relative;
  z-index: 1;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--coral);
  display: block;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.str-row-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(232, 85, 61, 0.12) 0%,
    rgba(232, 85, 61, 0.06) 100%
  );
  color: var(--coral);
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
  box-shadow: 0 4px 12px rgba(232, 85, 61, 0.12);
}
.str-row-body h3 {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  font-weight: 900;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.str-row-body p {
  position: relative;
  z-index: 1;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
/* 行区切り */
.str-sep {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: -1rem 0;
}
.str-sep::before,
.str-sep::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 85, 61, 0.15),
    transparent
  );
}
.str-sep-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(232, 85, 61, 0.2);
  flex-shrink: 0;
}

/* GUARANTEE */
#guarantee {
  background: var(--bg-cool);
}
.gua-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.gua-card {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 2rem;
  box-shadow: var(--sh-1);
  text-align: center;
  border: 1px solid rgba(15, 56, 114, 0.08);
}
.gua-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin: 0 auto 1rem;
  color: var(--green);
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.18);
}
.gua-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}
.gua-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.78;
}

/* PRICING */
#pricing {
  background: #fff;
}
.price-summary {
  background: linear-gradient(135deg, #f7fbff 0%, #fff9f4 100%);
  border: 1px solid rgba(15, 56, 114, 0.08);
  border-radius: 28px;
  padding: 1.6rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.05);
}
.price-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.price-summary-head h3 {
  font-size: 1.08rem;
  color: var(--text);
}
.price-summary-head p {
  font-size: 0.82rem;
  color: var(--muted);
}
.price-include-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: start;
}
.price-include {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 56, 114, 0.08);
  border-radius: 20px;
  padding: 1rem 0.95rem;
}
.price-include i {
  color: var(--gold-dk);
  margin-bottom: 0.55rem;
  font-size: 1rem;
}
.price-include strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text);
  margin-bottom: 0.18rem;
  line-height: 1.5;
}
.price-include span {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.6;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.price-card {
  border: 2px solid rgba(15, 56, 114, 0.08);
  border-radius: var(--r-lg);
  padding: 2rem;
  position: relative;
  transition: 0.2s;
  background: linear-gradient(180deg, #fff 0%, #fffcf6 100%);
}
.price-card:hover {
  border-color: var(--blue);
  box-shadow: var(--sh-2);
}
.price-card.featured {
  border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(244, 166, 35, 0.16);
}
.feat-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.28rem 1rem;
  border-radius: 50px;
  white-space: nowrap;
}
.price-plan {
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dk);
}
.price-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin: 0.3rem 0 0.5rem;
}
.price-amt {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
.price-amt span {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
}
.price-for {
  font-size: 0.82rem;
  color: var(--muted);
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.2rem;
}
.price-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.price-list li {
  font-size: 0.875rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.price-list li i {
  color: var(--green);
  flex-shrink: 0;
  margin-top: 0.28rem;
  font-size: 0.8rem;
}
.price-notes {
  background: var(--bg-cool);
  border-radius: var(--r);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.price-notes li {
  font-size: 0.82rem;
  color: var(--muted);
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.price-notes li i {
  color: var(--green);
  flex-shrink: 0;
  margin-top: 0.2rem;
}

/* CASES */
#cases {
  background: var(--bg-warm);
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.case-card {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 1.75rem;
  box-shadow: var(--sh-1);
  border: 1px solid rgba(15, 56, 114, 0.08);
}
.case-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}
.case-av {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border);
}
.case-name {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--text);
}
.case-attr {
  font-size: 0.78rem;
  color: var(--muted);
}
.case-tag {
  display: inline-block;
  background: var(--gold-lt);
  color: var(--gold-dk);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.26rem 0.8rem;
  border-radius: 50px;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(212, 137, 26, 0.18);
}
.case-txt {
  font-size: 0.875rem;
  line-height: 1.88;
  color: #374151;
}

/* FLOW */
#flow {
  background: #fff;
}
.flow-inner {
  max-width: 620px;
  margin: 0 auto;
}
.flow-step {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px dashed var(--border);
}
.flow-step:last-child {
  border-bottom: none;
}
.step-no {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(244, 166, 35, 0.3);
}
.step-body h3 {
  font-weight: 700;
  color: var(--text);
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.step-body p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.75;
}

/* PROFILE */
#profile {
  background: var(--bg-cool);
}
.prof-in {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 3.5rem;
  align-items: center;
}
.prof-img {
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--sh);
  aspect-ratio: 4/5;
}
.prof-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.prof-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  display: block;
  margin-bottom: 0.65rem;
}
.prof-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 0.2rem;
}
.prof-org {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.prof-quote {
  background: linear-gradient(135deg, #fff 0%, #fffdf9 100%);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.25rem;
  font-size: 0.94rem;
  line-height: 2;
  color: #374151;
  box-shadow: var(--sh);
  position: relative;
  overflow: hidden;
}
.prof-quote::before {
  content: "\201C";
  font-family: "Zen Old Mincho", serif;
  font-size: 6rem;
  color: rgba(244, 166, 35, 0.12);
  position: absolute;
  top: -1.5rem;
  left: 0.75rem;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.prof-track {
  font-size: 0.875rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.prof-track i {
  color: var(--blue);
}

/* FAQ */
#faq {
  background: #fff;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 1.15rem 1.5rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  font-family: inherit;
  transition: 0.15s;
}
.faq-q:hover {
  background: var(--bg-cool);
}
.faq-q[aria-expanded="true"] {
  background: var(--blue-lt);
}
.faq-q .icon {
  color: var(--blue);
  transition: 0.25s transform;
  flex-shrink: 0;
}
.faq-q[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  display: block;
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.88;
  transition:
    max-height 0.35s cubic-bezier(0, 1, 0, 1),
    padding 0.3s ease;
}
.faq-a.open {
  max-height: 400px;
  padding: 0.2rem 1.5rem 1.15rem;
  transition:
    max-height 0.4s ease-in-out,
    padding 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .faq-a {
    transition: none;
  }
}

/* CONTACT */
#contact {
  background: linear-gradient(180deg, #fff8f6 0%, #fff 35%);
  padding: 7rem 0;
  position: relative;
}
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--coral) 30%,
    var(--gold) 50%,
    var(--coral) 70%,
    transparent 100%
  );
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3.5rem;
  align-items: start;
  max-width: 1040px;
  margin: 0 auto;
}
.contact-left {
  text-align: left;
}
.contact-hl {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: var(--text);
  line-height: 1.28;
  margin-bottom: 1rem;
}
.contact-hl span {
  color: var(--coral);
}
.contact-sub {
  color: var(--muted);
  margin-bottom: 2rem;
  font-size: 0.92rem;
  line-height: 1.95;
}
.contact-line-btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, var(--brand-line), #00a040);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 1.8rem;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(6, 199, 85, 0.3);
  margin-bottom: 0.9rem;
  width: 100%;
  justify-content: center;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.contact-line-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(6, 199, 85, 0.4);
}
.contact-line-btn .fa-line {
  font-size: 1.3rem;
}
.contact-note {
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
}
/* お問い合わせフォーム */
.contact-form-wrap {
  background: linear-gradient(180deg, #fafafa 0%, #fff 60%);
  border-radius: 20px;
  padding: 2.2rem;
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(17, 24, 39, 0.05);
}
.contact-form-wrap h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--border);
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}
.form-row label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
}
.form-row label .req {
  display: inline-block;
  background: var(--coral);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.1rem 0.45rem;
  border-radius: 4px;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--text);
  background: #fff;
  transition: border-color 0.18s;
  outline: none;
}
.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(232, 85, 61, 0.1);
}
.form-row textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.7;
}
.form-submit {
  width: 100%;
  padding: 1rem;
  background: var(--coral);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-family: inherit;
  margin-top: 0.5rem;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(232, 85, 61, 0.3);
}
.form-submit:hover {
  background: #d44527;
  box-shadow: 0 8px 24px rgba(232, 85, 61, 0.4);
}
.cf7-confirm-box {
  display: none;
  margin-top: 1rem;
}
.wpcf7-form.is-confirming .cf7-confirm-field-row,
.wpcf7-form.is-confirming .form-submit,
.wpcf7-form.is-confirming .wpcf7-submit,
.wpcf7-form.is-confirming .wpcf7-response-output {
  display: none;
}
.wpcf7-form.is-confirming .cf7-confirm-box {
  display: block;
}
.cf7-confirm-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
}
.cf7-confirm-list {
  border-top: 1px solid var(--border);
  margin: 0;
}
.cf7-confirm-list dt,
.cf7-confirm-list dd {
  margin: 0;
}
.cf7-confirm-list dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  padding-top: 0.9rem;
}
.cf7-confirm-list dd {
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding: 0.3rem 0 0.9rem;
  border-bottom: 1px solid var(--border);
}
.cf7-confirm-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1rem;
}
.cf7-confirm-actions button {
  width: 100%;
  min-height: 52px;
  border-radius: 10px;
  border: none;
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.cf7-confirm-back {
  order: 2;
  background: #fff;
  color: var(--muted);
  border: 1.5px solid var(--border) !important;
}
.cf7-confirm-send {
  order: 1;
  background: var(--coral);
  color: #fff;
  box-shadow: 0 4px 16px rgba(232, 85, 61, 0.3);
}
.cf7-confirm-send:hover {
  background: #d44527;
  box-shadow: 0 8px 24px rgba(232, 85, 61, 0.4);
}
.cf7-confirm-back:hover {
  border-color: #d1d5db !important;
  color: var(--text);
  background: #f9fafb;
}
.contact-meta {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 2.1;
  margin-top: 1.5rem;
  text-align: center;
}
.contact-meta a {
  color: var(--muted);
  text-decoration: underline;
}
@media (max-width: 860px) {
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contact-left {
    text-align: center;
  }
}
footer {
  background: linear-gradient(180deg, #0a1628 0%, #050d1a 100%);
  color: rgba(255, 255, 255, 0.38);
  padding: 2.5rem 0;
  font-size: 0.77rem;
  text-align: center;
  line-height: 2.4;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .price-include-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gua-grid,
  .price-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }
  .str-row {
    grid-template-columns: 1fr !important;
  }
  .str-row--02 .str-row-body {
    order: 0;
  }
  .hero-in {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 2rem 1.5rem 3rem;
  }
  .hero-visual {
    min-height: auto;
    justify-content: center;
  }
  .hero-img {
    height: auto;
    justify-content: center;
    align-items: flex-end;
  }
  .hero-img img {
    width: min(100%, 380px);
  }
  .trust-bar {
    margin-top: 0;
    padding-top: 1.5rem;
  }
  .trust-in {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pain-center {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .pain-illust {
    order: -1;
  }
  .pain-illust img {
    max-width: 140px;
  }
  .pain-bubbles--left,
  .pain-bubbles--right {
    align-items: stretch;
  }
  .pain-bubble-item {
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }
  .pain-bubble-item p {
    text-align: center;
  }
  /* お悩みバブルの余白を狭める */
  .pain-bubbles {
    gap: 0.65rem;
  }
  .pain-center {
    gap: 1rem;
  }
  .pain-bubble-item--left::after,
  .pain-bubble-item--left::before,
  .pain-bubble-item--right::after,
  .pain-bubble-item--right::before {
    display: none;
  }
  .pain-close {
    padding: 1.6rem 1rem;
  }
  .pain-close-inner {
    gap: 0.5rem;
  }
  .pain-close-laurel {
    height: 44px;
    flex-shrink: 0;
  }
  .prof-in {
    grid-template-columns: 1fr;
  }
  .prof-img {
    aspect-ratio: 1/1;
    max-width: 320px;
    margin: 0 auto;
  }
  .prof-img img {
    object-position: top center;
  }
  .price-summary-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  section {
    padding: clamp(3rem, 6vw, 3.8rem) 0;
  }
  .str-grid,
  .gua-grid,
  .price-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }
  /* 料金含むグリッドは2列を維持（1列だと縦長すぎ） */
  .price-include-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* トラストバーは2列（1列だと縦長すぎ） */
  .trust-in {
    grid-template-columns: repeat(2, 1fr);
  }
  .h-nav .btn:first-child {
    display: none;
  }
  .hero-btns {
    flex-direction: column;
  }
  .hero-btns .btn {
    width: 100%;
  }
  .hero-points {
    gap: 0.45rem;
  }
  /* セクションタイトルのフォントサイズ縮小（変な位置での改行を防ぐ） */
  .h2 {
    font-size: clamp(1.6rem, 5.2vw, 1.95rem);
    line-height: 1.3;
  }
  /* お悩みバブルのパディング縮小 */
  .pain-bubble-item {
    padding: 0.65rem 0.85rem;
    font-size: 0.83rem;
  }
  /* SPヒーロー：テキスト非表示、再画像全塗 */
  #hero {
    background: none;
    min-height: auto;
    padding: 0;
    margin-top: 74px;
    display: block;
  }
  .hero-in {
    display: none;
  }
  .hero-sp-img {
    display: block;
    width: 100%;
  }
  .hero-sp-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .contact-btns .btn {
    width: 100%;
    max-width: 360px;
  }
}

/* ==============================
   統一LP装飾スタイル（再構築）
============================== */

/* 月桂樹メダルバッジ */
.medal-row {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
.medal-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 12px;
  padding: 10px 2px;
}
.medal-badge .laurel-img {
  height: 48px;
  width: auto;
  opacity: 0.9;
}
.medal-text {
  font-size: 0.7rem;
  font-weight: 900;
  color: #5c3800;
  line-height: 1.35;
  text-align: center;
  padding: 0 3px;
}
.medal-text strong {
  display: block;
  font-size: 1rem;
  color: #b45309;
}

/* ヒーロー kicker */
.hero-kicker-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
  flex-wrap: wrap;
}
.kicker-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #ffebcc;
  color: #7a4f00;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1.5px solid rgba(212, 137, 26, 0.3);
}

/* 黄色マーカー */
.marker-yellow {
  background: linear-gradient(
    transparent 55%,
    rgba(255, 235, 0, 0.7) 55%
  );
  font-weight: 900;
  padding: 0 3px;
  color: inherit;
}
.text-red {
  color: var(--brand-accent);
  font-weight: 900;
}
.text-l {
  font-size: 1.2em;
}
.text-xl {
  font-size: 1.45em;
}

/* 比較テーブル（インフォグラフィック強化版） */
.why-table-wrap {
  overflow-x: auto;
  margin-bottom: 1.25rem;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
  border: 1px solid rgba(15, 56, 114, 0.08);
}
.why-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
  background: #fff;
}
.why-table th,
.why-table td {
  padding: 1rem 1.3rem;
  font-size: 0.875rem;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
.why-table thead tr {
  background: #f9fafb;
}
.why-table thead tr th {
  font-weight: 800;
  font-size: 0.85rem;
  text-align: center;
  padding: 1.2rem 1rem;
  letter-spacing: 0.02em;
}
.why-table thead th.th-feat {
  text-align: left;
  color: var(--muted);
  font-weight: 600;
  border-radius: 20px 0 0 0;
  width: 38%;
}
.why-table thead .th-ng {
  background: #f3f4f6;
  color: #4b5563;
  width: 31%;
  border-radius: 0 20px 0 0;
}
.why-table thead .th-ok {
  background: var(--coral);
  color: #fff;
  width: 31%;
}
.why-table thead .th-ok span.ok-brand {
  display: block;
  font-size: 0.7em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 2px;
}
/* 行ストライプ（全列） */
.why-table tbody tr:nth-child(even) td {
  background: #f7f8fa;
}
.why-table tbody tr:nth-child(odd) td {
  background: #fff;
}
/* OK列は塊数偶数に関わらず藁いcoral */
.why-table tbody td.td-ok-cell {
  background: rgba(232, 85, 61, 0.04);
}
.why-table tbody td.td-feat {
  font-weight: 600;
  color: var(--text);
  text-align: left;
  padding-left: 1.1rem;
}
.why-feat-wrap {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.why-feat-ico {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(26, 86, 160, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--blue);
}
/* ○× マーク */
.why-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.1rem;
}
.why-mark--ok {
  background: rgba(232, 85, 61, 0.1);
  color: var(--coral);
}
.why-mark--mid {
  background: rgba(26, 86, 160, 0.08);
  color: var(--blue);
}
.why-mark--ng {
  background: #f3f4f6;
  color: #9ca3af;
}
.why-ok-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--coral);
}
.why-ng-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #9ca3af;
}
.risk-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  background: rgba(232, 85, 61, 0.08);
  color: var(--coral);
  border: 1px solid rgba(232, 85, 61, 0.22);
  border-radius: 4px;
  padding: 0.1rem 0.45rem;
  margin-top: 4px;
  line-height: 1.4;
}
.why-table tbody td.td-ng-cell {
  text-align: center;
  padding: 0.8rem;
}
.why-table tbody tr:last-child td {
  border-bottom: none;
}
.why-law-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #fffbeb;
  border: 1.5px solid rgba(212, 137, 26, 0.25);
  border-radius: 12px;
  padding: 1rem 1.3rem;
  font-size: 0.82rem;
  color: #78350f;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

/* 強み（strength）カード装飾 */
.str-row-no {
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--coral);
  margin-bottom: 0.5rem;
  display: block;
  text-transform: uppercase;
}
.str-feat {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(232, 85, 61, 0.08);
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  margin-top: 0.85rem;
  border: 1px solid rgba(232, 85, 61, 0.2);
}

/* 保証カードバッジ */
.gua-badge {
  display: inline-block;
  background: linear-gradient(135deg, #dcfce7, #f0fdf4);
  border: 1.5px solid #4ade80;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #166534;
  padding: 0.22rem 0.8rem;
  margin-bottom: 0.7rem;
}

/* フローティングCTA */
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 10px 16px 12px;
  box-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.05),
    0 -8px 32px rgba(0, 0, 0, 0.08);
  z-index: 900;
  display: flex;
  justify-content: center;
}
.floating-cta-inner {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 560px;
  align-items: center;
}
.float-text {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
  white-space: nowrap;
  display: none;
}
.floating-cta .btn-line {
  flex: 1;
  font-size: 1.05rem;
  padding: 14px 20px;
  border-radius: 10px;
  animation: none;
}
.floating-cta.show .btn-line {
  animation: pulse-cta-once 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1;
}
@keyframes pulse-cta-once {
  0% {
    box-shadow: 0 4px 16px rgba(6, 199, 85, 0.3);
    transform: translateY(0);
  }
  55% {
    box-shadow: 0 8px 28px rgba(6, 199, 85, 0.52);
    transform: translateY(-1px);
  }
  100% {
    box-shadow: 0 4px 16px rgba(6, 199, 85, 0.3);
    transform: translateY(0);
  }
}

@media (min-width: 600px) {
  .float-text {
    display: block;
  }
}
@media (max-width: 600px) {
  .medal-badge .laurel-img {
    height: 38px;
  }
  /* 比較テーブル：SPでも表レイアウトを維持 */
  .why-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .why-table {
    min-width: 520px;
  }
  .why-table th,
  .why-table td {
    padding: 0.65rem 0.5rem;
    font-size: 0.8rem;
  }
  .why-table thead tr th {
    padding: 0.85rem 0.55rem;
    font-size: 0.78rem;
  }
  .why-feat-ico {
    width: 26px;
    height: 26px;
    font-size: 0.76rem;
    flex-shrink: 0;
  }
  .why-feat-wrap {
    gap: 0.4rem;
  }
  .why-mark {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
    margin-bottom: 2px;
  }
  .why-ok-label,
  .why-ng-label {
    font-size: 0.68rem;
  }
  .risk-tag {
    font-size: 0.64rem;
    padding: 0.1rem 0.4rem;
  }
  .why-table thead {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    border: 0;
    white-space: normal;
  }
  /* コンタクトLINEボタンをSPでより目立たせる */
  .contact-line-btn {
    font-size: 1.1rem;
    padding: 1.15rem 1.8rem;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(6, 199, 85, 0.34);
    animation: none;
  }
  /* ヘッダーロゴのスマホ縮小 */
  .logo strong {
    font-size: 0.82rem;
  }
  .logo {
    font-size: 0.68rem;
  }
  /* FAQの質問テキストを少し小さく */
  .faq-q {
    font-size: 0.85rem;
    padding: 1rem 1.1rem;
  }
  /* pain-close のテキスト調整 */
  .pain-close-main {
    font-size: clamp(1.25rem, 6vw, 2rem);
  }
  /* ケースカードのアバター周り */
  .case-head {
    gap: 0.65rem;
  }
  .case-av {
    width: 44px;
    height: 44px;
  }
  /* ボトムCTAボタンのフォントサイズ最適化 */
  .floating-cta .btn-line {
    font-size: 0.95rem;
    padding: 13px 16px;
  }
  /* ステップ番号を少しコンパクトに */
  .step-no {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
  /* コンタクトセクションのフォーム余白 */
  .contact-form-wrap {
    padding: 1.5rem 1.2rem;
  }
}

.h-nav-btn {
  padding: 0.42rem 1rem;
  font-size: 0.78rem;
}
.h-nav-btn-sm {
  padding: 0.42rem 0.9rem;
}
.nowrap {
  white-space: nowrap;
}
.label-blue {
  color: var(--blue);
}
.label-gold {
  color: var(--gold-dk);
}
.label-green {
  color: var(--green);
}
.label-coral {
  color: var(--coral);
}
.cta-note {
  color: var(--muted);
  margin-bottom: 1rem;
  font-size: 0.88rem;
}
.case-note {
  font-size: 0.75rem;
}
.why-head-icon {
  font-size: 1rem;
  display: block;
  margin-bottom: 4px;
}
.why-head-icon-ok {
  color: rgba(255, 255, 255, 0.9);
}
.why-agent-sub {
  font-weight: 500;
  font-size: 0.78em;
  opacity: 0.8;
}
.why-law-note-icon {
  color: var(--gold-dk);
  flex-shrink: 0;
}
.contact-kicker {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.contact-list-wrap {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.contact-list-title {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-list li {
  font-size: 0.82rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-list-icon {
  color: var(--coral);
  flex-shrink: 0;
}
.contact-form-icon {
  color: var(--coral);
  margin-right: 0.5rem;
}
.contact-meta-link {
  color: var(--muted);
  font-size: 0.8rem;
}
.footer-line-1 {
  margin-bottom: 0.4rem;
}
.footer-line-2 {
  margin-bottom: 0.75rem;
}
.footer-small {
  font-size: 0.78rem;
}
.footer-link {
  color: inherit;
  text-decoration: underline;
}

/* ==============================
   日本語テキスト改行制御
============================== */
/* 日本語の見出しで不自然な位置での改行を防ぐ */
.h2,
h1.hero-hl,
.str-row-body h3,
.gua-card h3,
.step-body h3,
.faq-q,
.pain-close-main {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* モダンブラウザ向け：見出しのテキストバランス改善 */
@supports (text-wrap: balance) {
  .h2,
  .sec-head h2,
  .gua-card h3,
  .pain-close-main {
    text-wrap: balance;
  }
}

/* ヒーローサブコピーのモバイル改行 */
@media (max-width: 600px) {
  .hero-sub br {
    display: none;
  }
  .hero-sub {
    font-size: 0.9rem;
    line-height: 1.85;
  }
  /* セクション見出しの左右余白を少し広く（端切れ防止） */
  .sec-head {
    padding: 0 0.5rem;
  }
  /* 強みセクションの見出し改行改善 */
  .str-row-body h3 {
    font-size: clamp(1.25rem, 5.5vw, 1.8rem);
    line-height: 1.3;
  }
  /* 保証カードの見出し改行 */
  .gua-card h3 {
    font-size: 0.92rem;
    line-height: 1.45;
  }
  /* トラストアイテムのテキスト折り返し */
  .trust-item {
    padding: 0.9rem 0.9rem;
    font-size: 0.75rem;
  }
  .trust-item strong {
    font-size: 0.82rem;
  }
  /* 料金カードの見出し行折り返し */
  .price-amt {
    font-size: 1.85rem;
  }
  /* メダルバッジの整列 */
  .medal-row {
    gap: 6px;
  }
  .medal-text {
    font-size: 0.65rem;
  }
  .medal-text strong {
    font-size: 0.9rem;
  }
}

/* =============================================
   スクロールアニメーション
============================================= */
.anim-ready {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.anim-ready.from-left {
  transform: translateX(-32px);
}
.anim-ready.from-right {
  transform: translateX(32px);
}
.anim-ready.anim-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* ヒーロー入場アニメーション */
@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.medal-row {
  animation: heroIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
h1.hero-hl {
  animation: heroIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.28s both;
}
.hero-sub {
  animation: heroIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.42s both;
}
.hero-btns {
  animation: heroIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both;
}
.hero-visual {
  animation: heroIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.hero-sp-img {
  animation: heroIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

/* フローティングCTA スライドイン */
.floating-cta {
  transform: translateY(100%);
  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.2s ease;
}
.floating-cta.show {
  transform: translateY(0);
}

/* 比較テーブル行ホバー */
.why-table tbody tr {
  transition: background 0.2s;
}
.why-table tbody tr:hover {
  background: #f5f8ff;
}

/* モーション低減対応 */
@media (prefers-reduced-motion: reduce) {
  .anim-ready {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .medal-row,
  h1.hero-hl,
  .hero-sub,
  .hero-btns,
  .hero-visual,
  .hero-sp-img {
    animation: none !important;
    opacity: 1 !important;
  }
  .floating-cta {
    transform: translateY(0) !important;
    transition: box-shadow 0.2s ease !important;
  }
}

/* === プライバシー/特定商取引ページ === */

/* サブページ（privacy/tokutei）：body のpadding-bottom と header の fixed を解除 */
.page-template-page-privacy body,
.page-template-page-tokutei body {
  padding-bottom: 0;
}
.page-template-page-privacy #hdr,
.page-template-page-tokutei #hdr {
  position: static;
  backdrop-filter: none;
  background: rgba(255, 255, 255, 0.96);
}

/* ヘッダー（サブページ用） */
.sub-page-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e5e7eb;
  padding: 0.9rem 1.5rem;
  position: static;
  backdrop-filter: none;
}
.sub-page-header .h-in {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.back-link {
  font-size: 0.82rem;
  color: #1a56a0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
}
.back-link:hover {
  text-decoration: underline;
}

/* メインコンテンツ（サブページ用） */
.sub-page-main {
  max-width: 860px;
  margin: 3.5rem auto;
  padding: 0 1.5rem;
}
.page-title {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 900;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
}
.page-date {
  font-size: 0.82rem;
  color: #6b7280;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e5e7eb;
}

/* プライバシーポリシー：セクション */
.policy-section {
  margin-bottom: 2.8rem;
}
.policy-section h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f3872;
  margin-bottom: 0.85rem;
  padding-left: 0.85rem;
  border-left: 3.5px solid #e8553d;
  line-height: 1.5;
}
.policy-section p {
  font-size: 0.93rem;
  line-height: 1.9;
  color: #1a1a2e;
  margin-bottom: 0.75rem;
}
.policy-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.75rem;
}
.policy-section ul li {
  font-size: 0.93rem;
  line-height: 1.9;
  padding-left: 1.2em;
  position: relative;
}
.policy-section ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #e8553d;
}

/* お問い合わせ枠（プライバシーページ用） */
.contact-box {
  background: #f8fafc;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  margin-top: 0.5rem;
}
.contact-box p {
  margin-bottom: 0.4rem;
}
.contact-box a {
  color: #1a56a0;
  text-decoration: none;
  font-weight: 600;
}
.contact-box a:hover {
  text-decoration: underline;
}

/* 特定商取引法：テーブル */
.tokutei-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
  font-size: 0.92rem;
}
.tokutei-table th,
.tokutei-table td {
  padding: 1rem 1.1rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
  line-height: 1.8;
}
.tokutei-table th {
  background: #f5f7fb;
  font-weight: 700;
  color: #0f3872;
  width: 30%;
  white-space: nowrap;
}
.tokutei-table tr:nth-child(even) td {
  background: #fafbfc;
}
.tokutei-table a {
  color: #1a56a0;
  text-decoration: none;
  font-weight: 600;
}
.tokutei-table a:hover {
  text-decoration: underline;
}

/* 注記 */
.note {
  font-size: 0.82rem;
  color: #6b7280;
  line-height: 1.8;
  background: #f8fafc;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

/* サブページフッター */
.sub-page-footer {
  margin-top: 4rem;
  padding: 2rem 1.5rem;
  text-align: center;
  font-size: 0.78rem;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
  background: #fff;
}

@media (max-width: 600px) {
  .sub-page-main {
    margin-top: 2rem;
  }
  .policy-section h2 {
    font-size: 0.96rem;
  }
  .tokutei-table th {
    width: 38%;
    white-space: normal;
  }
  .tokutei-table th,
  .tokutei-table td {
    padding: 0.75rem 0.85rem;
    font-size: 0.86rem;
  }
}
