/* ============================================================
  LP固有スタイル — ホームページワン 初期費用無料ホームページ制作
============================================================ */

/* ============================================================
  ブランドカラー変数（ホームページワン）
============================================================ */
:root {
  --hpo-red:      #DA3E3E;
  --hpo-red-dark: #C73535;
  --hpo-navy:     #12314F;
  --hpo-bg-main:  #FFFFFF;
  --hpo-bg-sub:   #FFF6F6;
  --hpo-bg-muted: #F8FAFC;
  --hpo-text:     #1F2937;
  --hpo-heading:  #12314F;
  --hpo-link:     #12314F;
  --hpo-link-hover: #DA3E3E;
  --hpo-border:   #E5E7EB;
}

/* ============================================================
  LP内部変数（ブランドカラーにマッピング）
============================================================ */
:root {
  --hm-navy:   #12314F;
  --hm-blue:   #12314F;
  --hm-sky:    #FFF6F6;
  --hm-green:  #DA3E3E;
  --hm-text:   #1F2937;
  --hm-muted:  #667085;
  --hm-border: #E5E7EB;
  --hm-bg:     #F8FAFC;
  --hm-shadow: 0 20px 50px rgba(18,49,79,.12);
}

/* ============================================================
  コンテナ
============================================================ */
.hm-container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

/* ============================================================
  ヘッダー
============================================================ */
/* ============================================================
  セクション共通
============================================================ */
.hm-section {
  padding: 112px 0;
}

.hm-section--soft {
  background: var(--hm-bg);
}
/* セクションヘッド：大型フェード背景英字付き */
.hm-section__head {
  position: relative;
  max-width: 780px;
  margin: 0 auto 56px;
  text-align: center;
}

/* 背景に大きなフェード英字（mieruca-connect 式） */
.hm-section__head[data-bg]::before {
  content: attr(data-bg);
  position: absolute;
  top: -0.15em;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(64px, 10vw, 120px);
  font-weight: 900;
  letter-spacing: -.04em;
  color: var(--hm-navy);
  opacity: .04;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  z-index: 0;
}

.hm-section__head > * {
  position: relative;
  z-index: 1;
}

.hm-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--hm-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--hm-blue);
  padding-bottom: 4px;
}

.hm-section__head h2 {
  margin: 0 0 0;
  color: var(--hm-navy);
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.35;
}

/* H2 下グラデーションアクセントライン */
.hm-section__head h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--hm-navy), var(--hm-green));
  border-radius: 999px;
  margin: 14px auto 0;
}

.hm-section__head p {
  margin-top: 14px;
  color: var(--hm-muted);
  font-size: 15px;
  line-height: 1.85;
}

/* ============================================================
  ボタン（サンクスページ用）
============================================================ */
.hm-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hm-cta-group--center {
  justify-content: center;
}

/* ============================================================
  サンクスページ
============================================================ */
.hm-thanks {
  padding: 60px 0 80px;
  min-height: calc(100vh - 140px);
  background: var(--hpo-bg-muted);
}

.hm-thanks-card {
  max-width: 780px;
  background: #fff;
  border-radius: 20px;
  padding: 48px 40px;
  box-shadow: 0 4px 24px rgba(18,49,79,.07);
  text-align: center;
}

.hm-thanks-mascot {
  margin: 20px 0;
}

.hm-thanks-mascot img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.hm-thanks-card h1 {
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 900;
  color: var(--hm-navy);
  margin: 0 0 16px;
}

.hm-thanks-card > p {
  font-size: 15px;
  color: var(--hm-text);
  line-height: 1.8;
  margin: 0 0 28px;
}

.hm-thanks-message {
  background: var(--hpo-bg-sub);
  border-radius: 12px;
  padding: 20px 24px;
  text-align: left;
  margin-bottom: 28px;
}

.hm-thanks-message p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 8px;
}

.hm-thanks-message p:last-child { margin: 0; }

.hm-thanks-message__note {
  color: var(--hm-muted);
  font-size: 13px !important;
}

.hm-thanks-message__note a {
  color: var(--hm-navy);
}

.hm-thanks-flow {
  text-align: left;
  margin-bottom: 28px;
}

.hm-thanks-flow h2,
.hm-thanks-next h2 {
  font-size: 16px;
  font-weight: 800;
  color: var(--hm-navy);
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--hm-border);
}

.hm-thanks-flow ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: flow;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hm-thanks-flow li {
  counter-increment: flow;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.hm-thanks-flow li::before {
  content: counter(flow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--hm-green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.hm-thanks-flow li strong {
  display: block;
  font-weight: 700;
  color: var(--hm-navy);
}

.hm-thanks-flow li span {
  display: block;
  color: var(--hm-muted);
  font-size: 13px;
}

.hm-thanks-next {
  text-align: left;
  margin-bottom: 32px;
}

.hm-thanks-next p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--hm-text);
}

.hm-button--secondary,
.hm-button--primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.hm-button--primary {
  background: var(--hm-green);
  color: #fff;
}

.hm-button--secondary {
  background: var(--hm-navy);
  color: #fff;
}

.hm-button--primary:hover,
.hm-button--secondary:hover {
  opacity: .85;
}

.hm-cta-group--center {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.hm-thanks-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--hm-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hm-thanks-back-link:hover {
  color: var(--hm-navy);
}

@media (max-width: 640px) {
  .hm-thanks-card {
    padding: 36px 20px;
  }
}

/* ============================================================
  お問い合わせフォーム
============================================================ */
.hm-form-wrap {
  max-width: 680px;
}


/* ── CF7フォーム レイアウト整備 ── */

/* フィールド間余白 */
.mocorun-form01 .wpcf7-form > p {
  margin: 0 0 20px !important;
}

/* ラベル：ブロック化・フォントスタイル */
.mocorun-form01 .wpcf7-form > p > label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--hm-navy);
  line-height: 1.4;
}

/* 必須バッジ */
.mocorun-form01 .required {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  background: var(--hm-green) !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 2px 7px !important;
  margin-left: 6px !important;
  vertical-align: middle !important;
  line-height: 1.5 !important;
}

/* 任意バッジ（クラスなしspan） */
.mocorun-form01 label > span:not(.required):not(.wpcf7-form-control-wrap):not(.wpcf7-list-item-label) {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  background: #e8edf2;
  color: var(--hm-muted);
  border-radius: 4px;
  padding: 2px 7px;
  margin-left: 6px;
  vertical-align: middle;
  line-height: 1.5;
}

/* 入力欄ラップをブロック化 → ラベル行の下に配置 */
.mocorun-form01 .wpcf7-form > p > label > .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

/* テキスト・メール・URL入力 */
.mocorun-form01 .wpcf7-form-control-wrap input[type="text"],
.mocorun-form01 .wpcf7-form-control-wrap input[type="email"],
.mocorun-form01 .wpcf7-form-control-wrap input[type="url"] {
  width: 100% !important;
  box-sizing: border-box !important;
  background: var(--hm-bg) !important;
  border: 1px solid var(--hm-border) !important;
  border-radius: 10px !important;
  padding: 13px 16px !important;
  font-size: 15px !important;
  color: var(--hm-text) !important;
  font-family: inherit !important;
  transition: border-color .2s, background .2s !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
}

/* テキストエリア */
.mocorun-form01 .wpcf7-form-control-wrap textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  background: var(--hm-bg) !important;
  border: 1px solid var(--hm-border) !important;
  border-radius: 10px !important;
  padding: 13px 16px !important;
  font-size: 15px !important;
  color: var(--hm-text) !important;
  font-family: inherit !important;
  min-height: 65px !important;
  resize: vertical !important;
  line-height: 1.7 !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
}

/* プレースホルダー */
.mocorun-form01 .wpcf7-form-control-wrap input::placeholder,
.mocorun-form01 .wpcf7-form-control-wrap textarea::placeholder {
  color: var(--hm-muted);
  opacity: .6;
}

/* フォーカス */
.mocorun-form01 .wpcf7-form-control-wrap input:focus,
.mocorun-form01 .wpcf7-form-control-wrap textarea:focus {
  outline: none !important;
  border-color: var(--hm-green) !important;
  background: #fff !important;
}

/* チェックボックス行 */
.mocorun-form01 .wpcf7-acceptance label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--hm-muted) !important;
  cursor: pointer !important;
}

.mocorun-form01 .wpcf7-acceptance input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  accent-color: var(--hm-green) !important;
  margin: 0 !important;
}

/* 送信ボタン */
.mocorun-form01 input[type="submit"] {
  display: block !important;
  width: 100% !important;
  background: var(--hm-green) !important;
  background-color: var(--hm-green) !important;
  border-color: var(--hm-green) !important;
  border-radius: 999px !important;
  padding: 18px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: opacity .2s !important;
}

.mocorun-form01 input[type="submit"]:hover {
  opacity: .88;
  background: var(--hm-green) !important;
  background-color: var(--hm-green) !important;
}

.hm-recaptcha-note {
  font-size: 12px !important;
  color: var(--hm-muted) !important;
  line-height: 1.7 !important;
  margin-top: 12px !important;
  text-align: center;
}

.hm-recaptcha-note a {
  color: var(--hm-blue);
  text-decoration: underline;
}

/* ============================================================
  フッター
============================================================ */
.hm-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 28px 0;
  text-align: center;
}

.hm-footer__logo {
  display: block;
}

.hm-footer__nav {
  display: flex;
  gap: 20px;
}

.hm-footer__nav a {
  font-size: 13px;
  color: var(--hm-muted);
  text-decoration: none;
  transition: color .2s;
}

.hm-footer__nav a:hover { color: var(--hm-navy); }

.hm-footer__copy {
  font-size: 12px;
  color: var(--hm-muted);
}

/* ============================================================
  ユーティリティ
============================================================ */
.hm-pc-br { display: none; }
.hm-sp-br { display: inline; }

@media (min-width: 768px) {
  .hm-pc-br { display: inline; }
  .hm-sp-br { display: none; }
}

/* reCAPTCHAバッジ非表示（フォーム下にテキスト表示済み） */
.grecaptcha-badge { visibility: hidden !important; }

/* ============================================================
  SP: セクション余白・タイポグラフィ調整
============================================================ */
@media (max-width: 767px) {
  .hm-section {
    padding: 64px 0;
  }
  .hm-section__head {
    margin-bottom: 36px;
  }
  .hm-section__head h2 {
    font-size: clamp(22px, 6vw, 32px);
  }
  .hm-section__head p {
    font-size: 14px;
  }
  /* ボタン全幅化 */
  .hm-cta-group--center {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ============================================================
  WP固有 — ボディ・ヘッダー・フッター (lp.css には hm-header / hm-footer だが WP は hm-lp-header 系を使用)
============================================================ */
.hm-lp-body {
  margin: 0;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.hm-lp-body textarea[name="g-recaptcha-response"],
.hm-lp-body .g-recaptcha-response,
.hm-lp-body textarea[style*="width: 250px"][style*="height: 40px"] {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.hm-lp {
  color: var(--hm-text);
  background: #fff;
  font-family: inherit;
  overflow: hidden;
}

.hm-lp * { box-sizing: border-box; }

.hm-lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(217,228,239,.8);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
}

.hm-lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 20px;
  color: var(--hm-navy);
  font-weight: 900;
  text-decoration: none;
}

.hm-lp-header__logo,
.hm-lp-footer a {
  color: var(--hm-navy);
  font-weight: 900;
  text-decoration: none;
}

.hm-lp-header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.hm-lp-header__logo-img {
  display: block;
  width: 180px;
  max-width: 42vw;
  height: auto;
}

.hm-lp-header__nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hm-lp-header__nav,
.hm-lp-header__nav a {
  color: var(--hm-text);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hm-lp-header__cta {
  border-radius: 999px;
  background: var(--hm-green);
  color: #fff !important;
  padding: 9px 16px;
}

.hm-lp-footer {
  border-top: 1px solid var(--hm-border);
  background: #fff;
  padding: 20px 0;
  text-align: center;
}

.hm-lp-footer__copy {
  font-size: 12px;
  color: var(--hm-muted);
  font-weight: 400;
}

.hm-privacy-note {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
}

.hm-privacy-note a {
  color: var(--hm-muted);
  text-decoration: underline;
}

/* ============================================================
  サンクスページ用ヘッダー（hm-lp-header）SP調整
============================================================ */
@media (max-width: 767px) {
  .hm-lp-header__nav a:not(.hm-lp-header__cta) { display: none; }
  .hm-lp-header__inner { min-height: 58px; }
}

/* ============================================================
  ゼロスタートLP デザイン（プロトタイプ移植）
  codex/claude-fv-test を基準に FV〜Final CTA を再構成。
  .hm-redesign 配下にスコープし、旧デザインCSSとは分離する。
============================================================ */
:root {
  --navy: var(--hm-navy);
  --red: var(--hm-green);
  --white: #FFFFFF;
  --gray-text: #4B5563;
  --gray-pill-bg: #F1F3F5;
  --assurance-bg: #FBF1F1;
}

.hm-redesign img {
  max-width: 100%;
  display: block;
}





.hm-redesign .fv {
  width: 100%;
  max-width: clamp(480px, 90vw, 1023px);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* ---------- Main ---------- */

.hm-redesign .fv-main {
  display: flex;
  flex-direction: column;
  padding: 2px 14px 14px;
}

.hm-redesign .fv-col-left {
  display: contents;
}

.hm-redesign .fv-badge {
  position: relative;
  order: 1;
  display: inline-block;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.hm-redesign .fv-badge::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--navy);
}

.hm-redesign .fv-headline {
  order: 2;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.22;
  letter-spacing: -0.01em;
  z-index: 1;
  position: relative;
}

.hm-redesign .fv-headline__line {
  display: block;
  color: var(--navy);
}

.hm-redesign .fv-headline__line--red {
  color: var(--red);
}

.hm-redesign .fv-headline__particle {
  color: var(--navy);
}

.hm-redesign .fv-headline__line--underline {
  position: relative;
  display: inline-block;
}

.hm-redesign .fv-underline {
  fill: var(--red);
}

.hm-redesign .fv-headline__underline-svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 10px;
}

.hm-redesign .fv-lead {
  order: 3;
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.65;
  color: #35455A;
  font-weight: 500;
}

.hm-redesign .fv-lead__accent {
  color: var(--red);
  font-weight: 700;
}

/* ---------- Row (price + photo) ---------- */

.hm-redesign .fv-row {
  order: 4;
  position: relative;
  z-index: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  height: 200px;
}

.hm-redesign .fv-price {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 160px;
  width: 40%;
  height: auto;
  background: var(--white);
  border: 2.5px solid var(--navy);
  border-radius: 18px;
  padding: 22px 8px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.hm-redesign .fv-price__tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 999px;
}

.hm-redesign .fv-price__main {
  display: flex;
  align-items: baseline;
  gap: 0;
  justify-content: center;
}

.hm-redesign .fv-price__yen {
  font-size: 80px;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}

.hm-redesign .fv-price__yen small {
  font-size: 20px;
  font-weight: 700;
  margin-left: 2px;
}

.hm-redesign .fv-price__spark {
  width: 40px;
  align-self: flex-start;
  margin-top: -2px;
  margin-left: -40px;
  color: var(--red);
}

.hm-redesign .fv-price__divider {
  border: none;
  border-top: 2px dashed #D9DEE3;
  margin: 12px 0 10px;
}

.hm-redesign .fv-price__sub {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.hm-redesign .fv-price__sub-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.hm-redesign .fv-price__sub-label {
  font-size: 11px;
  color: var(--gray-text);
  font-weight: 500;
}

.hm-redesign .fv-price__sub-value {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
  white-space: nowrap;
  letter-spacing: -0.05em;
}

.hm-redesign .fv-price__sub-value small {
  font-size: 10px;
  font-weight: 700;
  margin-left: 1px;
}

.hm-redesign .fv-price__sub-value--accent {
  color: var(--red);
}

.hm-redesign .fv-price__sub-sep {
  width: 1px;
  align-self: stretch;
  background: #DCE1E6;
  margin: 1px 6px;
}

.hm-redesign .fv-row__photo {
  position: absolute;
  z-index: -13;
  top: -120px;
  left: 44%;
  right: -14px;
  bottom: 0;
}

.hm-redesign .fv-photo {
  position: absolute;
  inset: 0;
  border-radius: 170px 0 0 16px;
  overflow: hidden;
  background: #E7ECEF;
  box-shadow: -6px 10px 24px -14px rgba(18, 49, 79, 0.3);
}

.hm-redesign .fv-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 50%;
}

.hm-redesign .fv-note {
  position: absolute;
  top: 0;
  left: 49%;
  width: 118px;
  font-family: "Yomogi", cursive;
  font-size: 12.5px;
  line-height: 1.42;
  color: var(--navy);
  transform: rotate(-5deg);
  z-index: 2;
}

.hm-redesign .fv-note__underlined {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.hm-redesign .fv-note__accent {
  color: var(--red);
}

.hm-redesign .fv-note__navy {
  color: var(--navy);
}

.hm-redesign .fv-underline--note {
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -5px;
  width: calc(100% + 6px);
  height: 8px;
}

/* ---------- Tips ---------- */

.hm-redesign .fv-tips {
  margin: 0;
  padding: 0;
  order: 5;
  list-style: none;
  display: flex;
  gap: 5px;
  margin-top: 0;
}

.hm-redesign .fv-tips li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: var(--gray-pill-bg);
  border-radius: 999px;
  padding: 8px 3px;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
}

.hm-redesign .fv-tips li svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* ---------- CTA ---------- */

.hm-redesign .fv-cta {
  order: 6;
  position: relative;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 16.5px;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 10px 22px -8px rgba(218, 62, 62, 0.55);
}

.hm-redesign .fv-cta__icon {
  width: 18px;
  height: 18px;
}

.hm-redesign .fv-cta__arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .fv-cta__arrow svg {
  width: 17px;
  height: 17px;
}

/* ---------- Assurance ---------- */

.hm-redesign .fv-assurance {
  order: 7;
  margin-top: 8px;
  background: var(--assurance-bg);
  border-radius: 14px;
  padding: 0 14px 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
}

.hm-redesign .fv-assurance__figure {
  width: 46px;
  height: 66px;
  object-fit: cover;
  object-position: top center;
  flex-shrink: 0;
  align-self: flex-end;
}

.hm-redesign .fv-assurance__body {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
}

.hm-redesign .fv-assurance__shield {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.hm-redesign .fv-assurance__text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  color: #1F2937;
  flex: 1 1 auto;
}

.hm-redesign .fv-assurance__text span {
  color: var(--red);
  position: relative;
}

.hm-redesign .fv-underline--assurance {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -5px;
  width: calc(100% + 4px);
  height: 7px;
}

/* ---------- PC FV (min-width: 1024px) ---------- */

@media (min-width: 1024px) {


.hm-redesign .fv {
    max-width: 1160px;
    overflow: visible;
    background: transparent;
  }


.hm-redesign .fv-main {
    padding: 32px 40px 72px;
    flex-direction: row;
    align-items: stretch;
    gap: 64px;
  }

.hm-redesign .fv-col-left {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
  }

.hm-redesign .fv-badge {
    font-size: 15px;
    padding: 6px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
  }

.hm-redesign .fv-headline {
    font-size: 46px;
    margin-top: 4px;
  }

.hm-redesign .fv-lead {
    font-size: 16px;
    margin-top: 16px;
    max-width: 480px;
  }

.hm-redesign .fv-tips {
    margin-top: 28px;
    max-width: 480px;
  }

.hm-redesign .fv-tips li {
    font-size: 12px;
    padding: 10px 6px;
  }

.hm-redesign .fv-cta {
    margin-top: 24px;
    max-width: 380px;
    font-size: 18px;
    padding: 19px 24px;
  }

.hm-redesign .fv-assurance {
    margin-top: 20px;
    max-width: 460px;
  }

.hm-redesign .fv-assurance__text {
    font-size: 14px;
  }

  /* Right visual column (photo + price card + handwritten note) */

.hm-redesign .fv-row {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 0;
  }

.hm-redesign .fv-row__photo {
    z-index: 0;
    top: 0;
    left: 8%;
    right: 0;
    bottom: 0;
  }

.hm-redesign .fv-photo {
    border-radius: 220px 114px 200px 76px;
  }

.hm-redesign .fv-photo img {
    object-position: 63% 20%;
  }

.hm-redesign .fv-price {
    top: auto;
    bottom: 24px;
    left: -12px;
    width: 220px;
    padding: 26px 18px 20px;
    box-shadow: 0 20px 40px -18px rgba(18, 49, 79, 0.35);
  }

.hm-redesign .fv-price__yen {
    font-size: 96px;
  }

.hm-redesign .fv-note {
    top: 24px;
    left: auto;
    right: 8%;
    width: 160px;
    font-size: 15px;
  }

  /* Softer glow on PC so text doesn't look like it's lighting up against the photo */
.hm-redesign .fv-headline__line,
.hm-redesign .fv-lead,
.hm-redesign .fv-note {
    text-shadow:
      0 0 4px rgba(255, 255, 255, 0.9),
      0 0 8px rgba(255, 255, 255, 0.6),
      0 0 14px rgba(255, 255, 255, 0.4);
  }
}

/* Soft white glow hugging the text itself (not a box), for readability over the photo (SP + PC) */

.hm-redesign .fv-headline__line,
.hm-redesign .fv-lead,
.hm-redesign .fv-note {
  text-shadow:
    0 0 3px rgba(255, 255, 255, 1),
    0 0 3px rgba(255, 255, 255, 1),
    0 0 3px rgba(255, 255, 255, 1),
    0 0 6px rgba(255, 255, 255, 1),
    0 0 6px rgba(255, 255, 255, 1),
    0 0 6px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 0.95),
    0 0 16px rgba(255, 255, 255, 0.85);
}

/* ==========================================================
   Campaign (FV直下セクション)
   ========================================================== */

.hm-redesign .campaign {
  background: var(--navy);
  padding: 30px 14px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.hm-redesign .campaign-panel {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: var(--white);
  border-radius: 26px;
  padding: 24px 16px 20px;
  box-shadow: 0 24px 44px -22px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
}

.hm-redesign .campaign-col-left,
.hm-redesign .campaign-col-right {
  display: contents;
}

/* Ribbon */

.hm-redesign .campaign-ribbon {
  order: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  max-width: 94%;
  margin: 0 auto 18px;
  padding: 10px 24px;
  color: var(--white);
  font-weight: 700;
  font-size: 12.5px;
  white-space: nowrap;
}

.hm-redesign .campaign-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--red);
  clip-path: polygon(0% 0%, 100% 0%, 93% 50%, 100% 100%, 0% 100%, 7% 50%);
}

.hm-redesign .campaign-ribbon__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Offer box */

.hm-redesign .campaign-offer {
  order: 2;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border: 2.5px solid var(--navy);
  border-radius: 16px;
  padding: 16px 6px;
  margin-bottom: 22px;
}

.hm-redesign .campaign-offer__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
  padding: 0 6px;
}

.hm-redesign .campaign-offer__icon {
  width: 28px;
  height: 28px;
  margin-bottom: 2px;
}

.hm-redesign .campaign-offer__label {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
}

.hm-redesign .campaign-offer__value {
  font-size: 42px;
  font-weight: 900;
  color: var(--red);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hm-redesign .campaign-offer__value small {
  font-size: 17px;
  font-weight: 700;
  margin-left: 1px;
}

.hm-redesign .campaign-offer__value--text {
  font-size: 27px;
}

.hm-redesign .campaign-offer__sep {
  width: 1px;
  align-self: stretch;
  background: #D9DEE3;
  margin: 2px 2px;
}

/* Heading */

.hm-redesign .campaign-heading {
  order: 3;
  position: relative;
  text-align: center;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.hm-redesign .campaign-heading__line {
  display: block;
  color: var(--navy);
}

.hm-redesign .campaign-heading__line--accent {
  position: relative;
  display: inline-block;
  color: var(--red);
}

.hm-redesign .campaign-heading__underline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 9px;
}

.hm-redesign .campaign-heading__spark {
  position: absolute;
  top: -8px;
  left: 14%;
  width: 22px;
  height: 17px;
  color: var(--red);
  transform: scaleX(-1) rotate(-10deg);
}

/* Description */

.hm-redesign .campaign-desc {
  order: 4;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.75;
  color: #35455A;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Points + photo */

.hm-redesign .campaign-visual {
  order: 5;
  position: relative;
  margin-bottom: 22px;
  min-height: 148px;
}

.hm-redesign .campaign-points {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 80%;
}

.hm-redesign .campaign-points li {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--white);
  border: 1.5px solid #E7EAEE;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  box-shadow: 0 3px 8px rgba(18, 49, 79, 0.06);
}

.hm-redesign .campaign-points li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hm-redesign .campaign-photo {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 122px;
  border-radius: 70px 14px 20px 14px;
  overflow: hidden;
  box-shadow: 0 14px 22px -12px rgba(18, 49, 79, 0.32);
}

.hm-redesign .campaign-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 32% 68%;
}

/* CTA */

.hm-redesign .campaign-cta {
  order: 6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 16.5px;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 10px 22px -8px rgba(218, 62, 62, 0.55);
}

.hm-redesign .campaign-cta__icon {
  width: 18px;
  height: 18px;
}

.hm-redesign .campaign-cta__arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .campaign-cta__arrow svg {
  width: 17px;
  height: 17px;
}

/* Bottom assurance bar (on navy background) */

.hm-redesign .campaign-assurance {
  order: 7;
  position: relative;
  width: 100%;
  margin-top: 16px;
  background: #F7F8FA;
  border-radius: 16px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.hm-redesign .campaign-assurance__body {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
}

.hm-redesign .campaign-assurance__shield {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.hm-redesign .campaign-assurance__text {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.55;
  color: #1F2937;
  flex: 1 1 auto;
}

.hm-redesign .campaign-assurance__text span {
  color: var(--red);
  position: relative;
}

.hm-redesign .campaign-assurance__underline {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -5px;
  width: calc(100% + 4px);
  height: 7px;
}

.hm-redesign .campaign-assurance__figure {
  width: 44px;
  height: 62px;
  object-fit: cover;
  object-position: top center;
  flex-shrink: 0;
  align-self: flex-end;
}

/* ==========================================================
   Price (料金セクション)
   ========================================================== */

.hm-redesign .price {
  background: var(--white);
}

.hm-redesign .price-frame {
  max-width: 480px;
  margin: 0 auto;
  padding: 36px 14px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Intro */

.hm-redesign .price-intro {
  text-align: center;
  margin-bottom: 22px;
}

.hm-redesign .price-label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--navy);
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.hm-redesign .price-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 2.5px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--navy), var(--red));
}

.hm-redesign .price-heading {
  font-size: 27px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 10px;
}

.hm-redesign .price-heading__accent {
  position: relative;
  display: inline-block;
  color: var(--red);
}

.hm-redesign .price-heading__accent-num {
  font-size: 1.35em;
}

.hm-redesign .price-heading__spark {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 20px;
  height: 16px;
  color: var(--red);
  transform: rotate(8deg);
}

.hm-redesign .price-lead {
  font-size: 13.5px;
  line-height: 1.75;
  color: #35455A;
  font-weight: 500;
}

/* Card */

.hm-redesign .price-card {
  position: relative;
  width: 100%;
  background: var(--navy);
  border: 2.5px solid var(--navy);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 18px 32px -22px rgba(18, 49, 79, 0.4);
}

.hm-redesign .price-card__banner {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
}

.hm-redesign .price-card__frame {
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.hm-redesign .price-card__body {
  position: relative;
  border-radius: 12px 12px 0 0;
  background: #fff;
  padding: 16px;
  min-height: 120px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hm-redesign .price-card__figures {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 58%;
}

.hm-redesign .price-card__figure {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hm-redesign .price-card__figure-label {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--navy);
}

.hm-redesign .price-card__figure-value {
  position: relative;
  display: inline-block;
  width: fit-content;
  white-space: nowrap;
  font-size: 56px;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}

.hm-redesign .price-card__figure-value small {
  font-size: 14px;
  font-weight: 700;
  margin-left: 1px;
}

.hm-redesign .price-card__figure-value--navy {
  color: var(--navy);
  font-size: 36px;
  letter-spacing: -0.03em;
}

.hm-redesign .price-card__spark {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 16px;
  color: var(--red);
}

.hm-redesign .price-card__figure-note {
  font-size: 10px;
  color: var(--gray-text);
  font-weight: 500;
  margin-top: 3px;
}

.hm-redesign .price-card__figure-sep {
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background: #DCE1E6;
}

.hm-redesign .price-card__photo {
  position: absolute;
  right: -50px;
  bottom: 0;
  top: 0px;
  left: 66%;
  z-index: 1;
}

.hm-redesign .price-card__photo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hm-redesign .price-card__footnote {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: #fff;
  padding: 10px 100px 10px 14px;
  font-size: 10px;
  font-weight: 600;
  color: var(--navy);
}

.hm-redesign .price-card__footnote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 100px;
  height: 1px;
  background: #E5E8EC;
}

.hm-redesign .price-card__footnote-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hm-redesign .price-card__footnote-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hm-redesign .price-card__footnote-item b {
  color: var(--red);
  font-weight: 900;
}

.hm-redesign .price-card__footnote-sep {
  width: 1px;
  height: 14px;
  background: #D9DEE3;
}

/* Included */

.hm-redesign .price-included {
  width: 100%;
  margin-bottom: 22px;
}

.hm-redesign .price-included__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16.5px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 10px;
}

.hm-redesign .price-included__badge {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.hm-redesign .price-included__badge svg {
  width: 100%;
  height: 100%;
}

.hm-redesign .price-included__rule {
  flex: 1 1 auto;
  height: 1px;
  background: #D9DEE3;
}

.hm-redesign .price-included__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-redesign .price-included__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 2px;
  border-bottom: 1px solid #EEF0F3;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy);
}

.hm-redesign .price-included__list li:last-child {
  border-bottom: none;
}

.hm-redesign .price-included__check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.hm-redesign .price-included__label {
  flex: 1 1 auto;
}

.hm-redesign .price-included__icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

/* Extra */

.hm-redesign .price-extra {
  width: 100%;
  margin-bottom: 26px;
}

.hm-redesign .price-extra__toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hm-redesign .price-extra__more {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12.5px;
  color: #8B94A0;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 8px;
  user-select: none;
}

.hm-redesign .price-extra__more-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.hm-redesign .price-extra__toggle-input:checked ~ .price-extra__more .price-extra__more-icon {
  transform: rotate(180deg);
}

.hm-redesign .price-extra__more-label--open {
  display: none;
}

.hm-redesign .price-extra__toggle-input:checked ~ .price-extra__more .price-extra__more-label--closed {
  display: none;
}

.hm-redesign .price-extra__toggle-input:checked ~ .price-extra__more .price-extra__more-label--open {
  display: inline;
}

.hm-redesign .price-extra__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.hm-redesign .price-extra__toggle-input:checked ~ .price-extra__content {
  max-height: 400px;
}

.hm-redesign .price-extra__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 12px;
}

.hm-redesign .price-extra__badge {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.hm-redesign .price-extra__rule {
  flex: 1 1 auto;
  height: 1px;
  background: #D9DEE3;
}

.hm-redesign .price-extra__tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hm-redesign .price-extra__tags li {
  background: var(--gray-pill-bg);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
}

/* CTA */

.hm-redesign .price-cta {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 16.5px;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 10px 22px -8px rgba(218, 62, 62, 0.55);
}

.hm-redesign .price-cta__icon {
  width: 18px;
  height: 18px;
}

.hm-redesign .price-cta__arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .price-cta__arrow svg {
  width: 17px;
  height: 17px;
}

.hm-redesign .price-cta__note {
  margin-top: 10px;
  font-size: 12px;
  color: var(--gray-text);
  text-align: center;
}

/* ---------- PC campaign + price (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

  /* Campaign */

.hm-redesign .campaign {
    padding: 56px 40px;
  }

.hm-redesign .campaign-panel {
    max-width: 1160px;
    border-radius: 32px;
    padding: 44px 40px;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

.hm-redesign .campaign-col-left {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
  }

.hm-redesign .campaign-col-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    flex: 1.15 1 0;
    min-width: 0;
  }

.hm-redesign .campaign-ribbon {
    margin: 0 0 18px;
    font-size: 16px;
    padding: 13px 28px;
  }

.hm-redesign .campaign-ribbon__icon {
    width: 20px;
    height: 20px;
  }

.hm-redesign .campaign-heading {
    text-align: left;
    font-size: 40px;
  }

.hm-redesign .campaign-heading__spark {
    top: -18px;
    left: -6px;
  }

.hm-redesign .campaign-desc {
    text-align: left;
    font-size: 14.5px;
  }

.hm-redesign .campaign-offer {
    margin-bottom: 0;
  }

.hm-redesign .campaign-offer__value {
    font-size: 50px;
  }

.hm-redesign .campaign-visual {
    margin-bottom: 0;
    min-height: 220px;
  }

.hm-redesign .campaign-points {
    width: 70%;
  }

.hm-redesign .campaign-points li {
    font-size: 15px;
    padding: 12px 16px;
  }

.hm-redesign .campaign-points li svg {
    width: 22px;
    height: 22px;
  }

.hm-redesign .campaign-photo {
    width: 42%;
    height: 170px;
  }

.hm-redesign .campaign-cta {
    max-width: 340px;
    margin-bottom: 20px;
  }

.hm-redesign .campaign-assurance {
    max-width: 420px;
  }

  /* Price */

.hm-redesign .price-frame {
    max-width: 1160px;
    padding: 64px 40px 80px;
  }

.hm-redesign .price-intro {
    max-width: 640px;
    margin: 0 auto 36px;
  }

.hm-redesign .price-heading {
    font-size: 34px;
  }

.hm-redesign .price-lead {
    font-size: 15px;
  }

.hm-redesign .price-card {
    max-width: 920px;
  }

.hm-redesign .price-card__banner {
    font-size: 15px;
    padding: 8px 18px;
  }

.hm-redesign .price-card__body {
    padding: 30px 36px;
    min-height: 180px;
  }

.hm-redesign .price-card__figures {
    gap: 32px;
  }

.hm-redesign .price-card__figure-label {
    font-size: 14px;
  }

.hm-redesign .price-card__figure-value {
    font-size: 76px;
  }

.hm-redesign .price-card__figure-value small {
    font-size: 18px;
  }

.hm-redesign .price-card__figure-value--navy {
    font-size: 46px;
  }

.hm-redesign .price-card__figure-note {
    font-size: 12.5px;
  }

.hm-redesign .price-card__footnote {
    font-size: 13px;
    padding: 14px 100px 14px 20px;
  }

.hm-redesign .price-card__footnote-item svg {
    width: 20px;
    height: 20px;
  }

.hm-redesign .price-included {
    max-width: 920px;
  }

.hm-redesign .price-included__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }

.hm-redesign .price-extra {
    max-width: 920px;
  }

.hm-redesign .price-cta {
    max-width: 440px;
  }
}

/* ==========================================================
   Worry (悩み・課題セクション)
   ========================================================== */

.hm-redesign .worry {
  background: var(--white);
}

.hm-redesign .worry-frame {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 14px 36px;
}

.hm-redesign .worry-lead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.hm-redesign .worry-lead__spark {
  width: 18px;
  height: 14px;
  color: var(--red);
  flex-shrink: 0;
  transform: translateY(-10px);
}

.hm-redesign .worry-lead__label {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  color: var(--navy);
  padding-bottom: 8px;
}

.hm-redesign .worry-lead__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(to right, var(--navy) 0 50%, var(--red) 50% 100%);
}

.hm-redesign .worry-heading-row {
  position: relative;
  z-index: 0;
}

.hm-redesign .worry-heading {
  position: relative;
  z-index: 1;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 20px;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.9),
    0 0 24px rgba(255, 255, 255, 0.75),
    0 2px 6px rgba(255, 255, 255, 0.9);
}

.hm-redesign .worry-heading__line {
  display: block;
  color: var(--navy);
}

.hm-redesign .worry-heading__line--lg {
  font-size: 1.1em;
}

.hm-redesign .worry-heading__accent {
  color: var(--red);
}

.hm-redesign .worry-photo {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -14px;
  width: 40%;
  height: 230px;
  border-radius: 0 0 0 40px;
  overflow: hidden;
  background: #E7ECEF;
}

.hm-redesign .worry-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 35%),
    radial-gradient(ellipse 90% 90% at 58% 42%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.97) 96%);
  pointer-events: none;
}

.hm-redesign .worry-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 18%;
}

.hm-redesign .worry-photo__spiral {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  background: var(--white);
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0 3px 8px rgba(18, 49, 79, 0.18);
  z-index: 1;
}

.hm-redesign .worry-visual {
  position: relative;
  z-index: 0;
  margin-bottom: 4px;
}

.hm-redesign .worry-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hm-redesign .worry-list li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid #EEF0F3;
  border-radius: 8px;
  padding: 8px 8px;
  max-width: 72%;
}

.hm-redesign .worry-list__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FBE7E5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hm-redesign .worry-list__icon svg {
  width: 20px;
  height: 20px;
}

.hm-redesign .worry-list__text {
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
}

.hm-redesign .worry-list__accent {
  color: var(--red);
}

.hm-redesign .worry-arrow {
  display: flex;
  justify-content: center;
}

.hm-redesign .worry-arrow svg {
  width: 26px;
  height: 26px;
}

/* Solution panel */

.hm-redesign .worry-solution {
  position: relative;
  background: var(--navy);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}

.hm-redesign .worry-solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid var(--white);
}

.hm-redesign .worry-solution__tag {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 2px 12px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.hm-redesign .worry-solution__heading {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 6px;
}

.hm-redesign .worry-solution__accent {
  color: var(--red);
  font-size: 24px;
}

.hm-redesign .worry-solution__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.hm-redesign .worry-solution__divider-line {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.hm-redesign .worry-solution__divider-icon {
  width: 28px;
  height: 18px;
  color: var(--red);
  flex-shrink: 0;
}

.hm-redesign .worry-solution__desc {
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
}

.hm-redesign .worry-solution__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 16.5px;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 10px 22px -8px rgba(218, 62, 62, 0.55);
}

.hm-redesign .worry-solution__cta-icon {
  width: 18px;
  height: 18px;
}

.hm-redesign .worry-solution__cta-arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .worry-solution__cta-arrow svg {
  width: 17px;
  height: 17px;
}

/* ---------- PC worry (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

.hm-redesign .worry-frame {
    max-width: 1160px;
    padding: 72px 40px 80px;
  }

.hm-redesign .worry-lead {
    justify-content: flex-start;
    margin-bottom: 28px;
  }

.hm-redesign .worry-lead__label {
    font-size: 17px;
  }

.hm-redesign .worry-heading-row {
    min-height: 160px;
    margin-bottom: 40px;
  }

.hm-redesign .worry-heading {
    max-width: 620px;
    font-size: 34px;
  }

.hm-redesign .worry-photo {
    top: -100px;
    right: -40px;
    width: 520px;
    height: 380px;
    border-radius: 0 0 0 90px;
  }

.hm-redesign .worry-photo::after {
    background:
      linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 25%),
      linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 20%),
      linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 25%),
      linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 38%),
      radial-gradient(ellipse 95% 95% at 60% 45%, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.95) 98%);
  }

.hm-redesign .worry-photo__spiral {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }

.hm-redesign .worry-visual {
    margin-bottom: 40px;
  }

.hm-redesign .worry-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

.hm-redesign .worry-list li {
    max-width: none;
    gap: 16px;
    padding: 22px 24px;
  }

.hm-redesign .worry-list__icon {
    width: 52px;
    height: 52px;
  }

.hm-redesign .worry-list__icon svg {
    width: 28px;
    height: 28px;
  }

.hm-redesign .worry-list__text {
    font-size: 16px;
    line-height: 1.6;
  }

.hm-redesign .worry-arrow {
    margin-bottom: 16px;
  }

.hm-redesign .worry-arrow svg {
    width: 40px;
    height: 40px;
  }

.hm-redesign .worry-solution {
    max-width: 920px;
    margin: 0 auto;
    padding: 52px 72px;
    border-radius: 24px;
  }

.hm-redesign .worry-solution::before {
    border-left-width: 18px;
    border-right-width: 18px;
    border-top-width: 15px;
  }

.hm-redesign .worry-solution__tag {
    font-size: 12px;
    padding: 4px 16px;
    margin-bottom: 14px;
  }

.hm-redesign .worry-solution__heading {
    font-size: 26px;
    margin-bottom: 12px;
  }

.hm-redesign .worry-solution__accent {
    font-size: 36px;
  }

.hm-redesign .worry-solution__divider {
    margin-bottom: 16px;
  }

.hm-redesign .worry-solution__divider-icon {
    width: 38px;
    height: 24px;
  }

.hm-redesign .worry-solution__desc {
    font-size: 16px;
    margin-bottom: 24px;
  }

.hm-redesign .worry-solution__cta {
    max-width: 400px;
    margin: 0 auto;
    font-size: 18px;
    padding: 18px 22px;
  }
}

/* ==========================================================
   Reason (選ばれる理由セクション)
   ========================================================== */

.hm-redesign .reason {
  background: var(--white);
}

.hm-redesign .reason-frame {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 14px 36px;
}

.hm-redesign .reason-intro {
  text-align: center;
  margin-bottom: 22px;
}

.hm-redesign .reason-label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--navy);
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.hm-redesign .reason-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--navy), var(--red));
}

.hm-redesign .reason-heading {
  font-size: 25px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.3;
}

.hm-redesign .reason-heading__accent {
  position: relative;
  display: inline-block;
  color: var(--red);
  font-size: 1.25em;
}

.hm-redesign .reason-heading__spark {
  position: absolute;
  top: -10px;
  right: -16px;
  width: 18px;
  height: 14px;
  color: var(--red);
  transform: rotate(8deg);
}

/* Cards */

.hm-redesign .reason-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.hm-redesign .reason-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  border: 1px solid #EEF0F3;
  border-radius: 8px;
  padding: 8px 16px 8px 28px;
  box-shadow: 0 3px 10px rgba(18, 49, 79, 0.04);
}

.hm-redesign .reason-card__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.hm-redesign .reason-card__num {
  position: absolute;
  top: 0;
  left: 0;
  background: #FBE7E5;
  color: var(--red);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 2px 7px;
  border-radius: 5px;
}

.hm-redesign .reason-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #FBE7E5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hm-redesign .reason-card__icon svg {
  width: 36px;
  height: 36px;
}

.hm-redesign .reason-card__body {
  flex: 1 1 auto;
  padding-top: 2px;
}

.hm-redesign .reason-card__title {
  font-size: 16px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 6px;
}

.hm-redesign .reason-card__accent {
  color: var(--red);
  font-size: 1.2em;
}

.hm-redesign .reason-card__text {
  font-size: 12px;
  line-height: 1.5;
  color: #4B5563;
  font-weight: 500;
}

/* Bottom consultation block */

.hm-redesign .reason-block {
  background: #FBF4F3;
  border: 1px solid #F5DEDC;
  border-radius: 8px;
  padding: 8px;
}

.hm-redesign .reason-block__top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.hm-redesign .reason-block__content {
  flex: 1 1 auto;
}

.hm-redesign .reason-block__heading {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  color: var(--navy);
  margin-bottom: 8px;
}

.hm-redesign .reason-block__accent {
  color: var(--red);
}

.hm-redesign .reason-block__text {
  font-size: 10px;
  line-height: 1.5;
  color: #4B5563;
  font-weight: 500;
}

.hm-redesign .reason-block__photo {
  flex-shrink: 0;
  width: 30%;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px -8px rgba(18, 49, 79, 0.3);
}

.hm-redesign .reason-block__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 45%;
}

.hm-redesign .reason-block__checks {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 18px;
}

.hm-redesign .reason-block__checks li {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  border-bottom: 1px dashed #EBD5D3;
  font-size: 10px;
  font-weight: 700;
  color: var(--navy);
}

.hm-redesign .reason-block__checks li:last-child {
  border-bottom: none;
}

.hm-redesign .reason-block__checks li svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.hm-redesign .reason-block__cta {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 10px 22px -8px rgba(218, 62, 62, 0.55);
}

.hm-redesign .reason-block__cta-icon {
  width: 18px;
  height: 18px;
}

.hm-redesign .reason-block__cta-arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .reason-block__cta-arrow svg {
  width: 17px;
  height: 17px;
}

/* ---------- PC reason (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

.hm-redesign .reason-frame {
    max-width: 1160px;
    padding: 72px 40px 80px;
  }

.hm-redesign .reason-intro {
    margin-bottom: 36px;
  }

.hm-redesign .reason-heading {
    font-size: 32px;
  }

.hm-redesign .reason-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 32px;
  }

.hm-redesign .reason-card {
    padding: 26px 30px 26px 48px;
  }

.hm-redesign .reason-card__num {
    font-size: 12px;
    padding: 3px 9px;
  }

.hm-redesign .reason-card__icon {
    width: 70px;
    height: 70px;
  }

.hm-redesign .reason-card__icon svg {
    width: 40px;
    height: 40px;
  }

.hm-redesign .reason-card__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

.hm-redesign .reason-card__text {
    font-size: 15px;
    line-height: 1.7;
  }

.hm-redesign .reason-block {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 48px;
  }

.hm-redesign .reason-block__top {
    gap: 36px;
  }

.hm-redesign .reason-block__heading {
    font-size: 24px;
    margin-bottom: 12px;
  }

.hm-redesign .reason-block__text {
    font-size: 15px;
    line-height: 1.7;
  }

.hm-redesign .reason-block__photo {
    width: 280px;
    height: 190px;
  }

.hm-redesign .reason-block__checks li {
    font-size: 15px;
    padding: 10px 0;
    gap: 8px;
  }

.hm-redesign .reason-block__checks li svg {
    width: 24px;
    height: 24px;
  }

.hm-redesign .reason-block__cta {
    max-width: 400px;
    margin: 0 auto;
    font-size: 18px;
    padding: 18px 22px;
  }
}

/* ==========================================================
   Result (実績・検索上位表示セクション)
   ========================================================== */

.hm-redesign .result {
  background: #FAFBFC;
}

.hm-redesign .result-frame {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 14px 36px;
}

.hm-redesign .result-intro {
  text-align: center;
  margin-bottom: 24px;
}

.hm-redesign .result-label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--navy);
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.hm-redesign .result-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--navy), var(--red));
}

.hm-redesign .result-heading {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 12px;
}

.hm-redesign .result-heading__accent {
  color: var(--red);
}

.hm-redesign .result-lead {
  font-size: 13px;
  line-height: 1.7;
  color: #4B5563;
  font-weight: 500;
}

/* Cards */

.hm-redesign .result-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.hm-redesign .result-card {
  background: var(--white);
  border: 1px solid #EEF0F3;
  border-radius: 8px;
  padding: 16px 16px 8px;
  box-shadow: 0 3px 10px rgba(18, 49, 79, 0.05);
}

.hm-redesign .result-card__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.hm-redesign .result-card__case {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 42px;
  padding: 4px 0 12px;
  background: var(--navy);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

.hm-redesign .result-card__case strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-top: 1px;
}

.hm-redesign .result-card__meta {
  flex: 1 1 auto;
  padding-top: 2px;
}

.hm-redesign .result-card__title {
  font-size: 16px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 3px;
}

.hm-redesign .result-card__company {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #8B94A0;
}

.hm-redesign .result-card__ranks {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 18px;
}

.hm-redesign .result-card__ranks li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
}

.hm-redesign .result-card__rank {
  flex-shrink: 0;
  min-width: 34px;
  text-align: center;
  background: var(--red);
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  padding: 2px 4px;
  border-radius: 6px;
}

.hm-redesign .result-card__rank--sub {
  background: var(--navy);
}

.hm-redesign .result-card__keyword {
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
}

.hm-redesign .result-card__mock {
  position: relative;
  aspect-ratio: 1.985;
  margin-bottom: 18px;
}

.hm-redesign .result-card__mock-desktop {
  position: absolute;
  left: 0;
  top: 0;
  width: 76%;
  aspect-ratio: 1794 / 1189;
  border-radius: 6px 6px 2px 2px;
  overflow: hidden;
  border: 3px solid #202634;
  background: #000;
  box-shadow: 0 6px 14px -6px rgba(18, 49, 79, 0.25);
}

.hm-redesign .result-card__mock-desktop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 34%;
  height: 6px;
  background: #202634;
  border-radius: 0 0 4px 4px;
}

.hm-redesign .result-card__mock-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hm-redesign .result-card__mock-mobile {
  position: absolute;
  right: 2%;
  bottom: -10px;
  width: 28%;
  aspect-ratio: 437 / 812;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #202634;
  background: #000;
  box-shadow: 0 8px 16px -8px rgba(18, 49, 79, 0.35);
}

.hm-redesign .result-card__mock-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hm-redesign .result-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  color: var(--gray-text);
  opacity: 0.75;
  text-align: center;
}

.hm-redesign .result-note svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ---------- PC result (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

.hm-redesign .result-frame {
    max-width: 1160px;
    padding: 72px 40px 80px;
  }

.hm-redesign .result-intro {
    max-width: 640px;
    margin: 0 auto 36px;
  }

.hm-redesign .result-heading {
    font-size: 32px;
  }

.hm-redesign .result-lead {
    font-size: 15px;
  }

.hm-redesign .result-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 24px;
    margin-bottom: 24px;
  }

.hm-redesign .result-card {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 20px;
  }

.hm-redesign .result-card__head {
    gap: 14px;
    margin-bottom: 16px;
  }

.hm-redesign .result-card__case {
    width: 48px;
    font-size: 10px;
    padding: 5px 0 14px;
  }

.hm-redesign .result-card__case strong {
    font-size: 16px;
  }

.hm-redesign .result-card__title {
    font-size: 18px;
  }

.hm-redesign .result-card__company {
    font-size: 13px;
  }

.hm-redesign .result-card__ranks {
    margin-bottom: 20px;
  }

.hm-redesign .result-card__ranks li {
    gap: 12px;
    padding-bottom: 8px;
  }

.hm-redesign .result-card__rank {
    min-width: 38px;
    font-size: 11px;
    padding: 3px 5px;
  }

.hm-redesign .result-card__keyword {
    font-size: 13px;
  }

.hm-redesign .result-card__mock {
    margin-top: auto;
  }

.hm-redesign .result-note {
    font-size: 12px;
    margin-top: 8px;
  }

.hm-redesign .result-note svg {
    width: 18px;
    height: 18px;
  }
}

/* ==========================================================
   Works (制作実績セクション)
   ========================================================== */

.hm-redesign .works {
  position: relative;
  background: var(--white);
  padding-top: 44px;
  overflow: hidden;
}

.hm-redesign .works-frame {
  max-width: 480px;
  margin: 0 auto;
}

.hm-redesign .works-bg-label {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 84px;
  font-weight: 900;
  color: #F1F3F5;
  letter-spacing: 0.02em;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.hm-redesign .works-intro {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 14px;
  margin-bottom: 22px;
}

.hm-redesign .works-label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--navy);
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.hm-redesign .works-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--navy), var(--red));
}

.hm-redesign .works-heading {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 12px;
}

.hm-redesign .works-lead {
  font-size: 12px;
  line-height: 1.5;
  color: #4B5563;
  font-weight: 500;
}

/* Carousel */

.hm-redesign .works-carousel {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 14px;
  margin-bottom: 16px;
}

.hm-redesign .works-carousel::-webkit-scrollbar {
  display: none;
}

.hm-redesign .works-track {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 12px;
}

.hm-redesign .works-slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid #EEF0F3;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 8px 24px -12px rgba(18, 49, 79, 0.12);
}

.hm-redesign .works-slide__mock {
  position: relative;
  aspect-ratio: 1.84;
  margin-bottom: 18px;
}

.hm-redesign .works-slide__desktop {
  position: absolute;
  left: 0;
  top: 0;
  width: 82%;
  aspect-ratio: 1794 / 1189;
  border-radius: 8px 8px 2px 2px;
  overflow: hidden;
  border: 3px solid #202634;
  background: #000;
  box-shadow: 0 10px 20px -10px rgba(18, 49, 79, 0.3);
}

.hm-redesign .works-slide__desktop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 32%;
  height: 7px;
  background: #202634;
  border-radius: 0 0 5px 5px;
}

.hm-redesign .works-slide__desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hm-redesign .works-slide__mobile {
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 26%;
  aspect-ratio: 437 / 812;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid #202634;
  background: #000;
  box-shadow: 0 10px 20px -10px rgba(18, 49, 79, 0.35);
}

.hm-redesign .works-slide__mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hm-redesign .works-slide__meta {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.hm-redesign .works-slide__info {
  flex: 1 1 auto;
  padding-top: 2px;
}

.hm-redesign .works-slide__industry {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-text);
  margin-bottom: 4px;
}

.hm-redesign .works-slide__desc {
  font-size: 16px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 10px;
}

.hm-redesign .works-slide__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.hm-redesign .works-slide__tags span {
  background: var(--gray-pill-bg);
  color: var(--navy);
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 999px;
}

/* Nav (arrows + dots) */

.hm-redesign .works-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}

.hm-redesign .works-nav__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid #E3E7EC;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(18, 49, 79, 0.08);
  cursor: pointer;
  flex-shrink: 0;
}

.hm-redesign .works-nav__arrow svg {
  width: 18px;
  height: 18px;
}

.hm-redesign .works-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hm-redesign .works-dots__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D9DEE3;
  transition: width 0.2s ease, background 0.2s ease;
}

.hm-redesign .works-dots__dot--active {
  background: var(--navy);
  width: 18px;
  border-radius: 4px;
}

/* CTA panel */

.hm-redesign .works-cta-panel {
  position: relative;
  z-index: 1;
  background: var(--navy);
  padding: 22px 18px 20px;
}

.hm-redesign .works-cta-panel__inner {
  display: contents;
}

.hm-redesign .works-cta-panel__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.hm-redesign .works-cta-panel__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hm-redesign .works-cta-panel__icon svg {
  width: 32px;
  height: 32px;
}

.hm-redesign .works-cta-panel__heading {
  font-size: 18px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.4;
}

.hm-redesign .works-cta-panel__text {
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  margin-bottom: 18px;
}

.hm-redesign .works-steps {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  margin-bottom: 20px;
}

.hm-redesign .works-steps li {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  padding: 0 6px;
}

.hm-redesign .works-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8%;
  bottom: 8%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.hm-redesign .works-steps__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.hm-redesign .works-steps__icon svg {
  width: 30px;
  height: 30px;
}

.hm-redesign .works-steps__num {
  font-size: 12px;
  font-weight: 900;
  color: var(--red);
}

.hm-redesign .works-steps__label {
  font-size: 10px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
}

.hm-redesign .works-cta {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 10px 22px -8px rgba(218, 62, 62, 0.55);
}

.hm-redesign .works-cta__arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .works-cta__arrow svg {
  width: 17px;
  height: 17px;
}

/* ---------- PC works (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

.hm-redesign .works {
    padding-top: 72px;
  }

.hm-redesign .works-frame {
    max-width: 1160px;
    padding: 0 40px 80px;
  }

.hm-redesign .works-bg-label {
    font-size: 110px;
  }

.hm-redesign .works-intro {
    padding: 0;
    max-width: 640px;
    margin: 0 auto 40px;
  }

.hm-redesign .works-heading {
    font-size: 30px;
  }

.hm-redesign .works-lead {
    font-size: 14px;
  }

.hm-redesign .works-carousel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 40px;
    margin-bottom: 32px;
  }

.hm-redesign .works-track {
    gap: 28px;
  }

.hm-redesign .works-slide {
    flex: 0 0 340px;
    width: 340px;
    padding: 20px;
  }

.hm-redesign .works-slide__desc {
    font-size: 15px;
  }

.hm-redesign .works-nav {
    margin-bottom: 40px;
  }

.hm-redesign .works-cta-panel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 48px 0;
    border-radius: 0;
  }

.hm-redesign .works-cta-panel__inner {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 56px;
  }

.hm-redesign .works-cta-panel__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 14px;
  }

.hm-redesign .works-cta-panel__icon {
    width: 60px;
    height: 60px;
  }

.hm-redesign .works-cta-panel__icon svg {
    width: 42px;
    height: 42px;
  }

.hm-redesign .works-cta-panel__heading-break {
    display: none;
  }

.hm-redesign .works-cta-panel__heading {
    font-size: 26px;
  }

.hm-redesign .works-cta-panel__text {
    font-size: 16px;
    text-align: center;
  }

.hm-redesign .works-steps {
    max-width: 640px;
    margin: 0 auto 28px;
  }

.hm-redesign .works-steps__icon {
    width: 52px;
    height: 52px;
  }

.hm-redesign .works-steps__icon svg {
    width: 36px;
    height: 36px;
  }

.hm-redesign .works-steps__num {
    font-size: 13px;
  }

.hm-redesign .works-steps__label {
    font-size: 13px;
  }

.hm-redesign .works-cta {
    max-width: 380px;
    margin: 0 auto;
    font-size: 18px;
    padding: 16px 20px;
  }

.hm-redesign .works-cta__arrow {
    width: 32px;
    height: 32px;
  }

.hm-redesign .works-cta__arrow svg {
    width: 19px;
    height: 19px;
  }
}

/* ========== Voice (お客様の声セクション) ========== */

.hm-redesign .voice {
  position: relative;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F7F8FA 100%);
  padding: 44px 0 36px;
  overflow: hidden;
}

.hm-redesign .voice-frame {
  max-width: 480px;
  margin: 0 auto;
}

.hm-redesign .voice-bg-label {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 84px;
  font-weight: 900;
  color: #ECEEF1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.hm-redesign .voice-intro {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 14px;
  margin-bottom: 20px;
}

.hm-redesign .voice-label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--navy);
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.hm-redesign .voice-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--navy), var(--red));
}

.hm-redesign .voice-heading {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 12px;
}

.hm-redesign .voice-lead {
  font-size: 12px;
  line-height: 1.6;
  color: #4B5563;
  font-weight: 500;
}

.hm-redesign .voice-lead__underlined {
  position: relative;
}

.hm-redesign .voice-lead__underline {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -5px;
  width: calc(100% + 4px);
  height: 7px;
}

.hm-redesign .voice-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 14px;
}

.hm-redesign .voice-accent i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--red);
  font-style: normal;
}

.hm-redesign .voice-accent i:nth-child(2) {
  opacity: 0.6;
}

.hm-redesign .voice-accent i:nth-child(3) {
  opacity: 0.35;
}

/* Carousel */

.hm-redesign .voice-carousel {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 14px;
  margin-bottom: 16px;
}

.hm-redesign .voice-carousel::-webkit-scrollbar {
  display: none;
}

.hm-redesign .voice-track {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 12px;
}

.hm-redesign .voice-slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid #EEF0F3;
  border-radius: 18px;
  padding: 26px 20px 20px;
  box-shadow: 0 8px 24px -12px rgba(18, 49, 79, 0.12);
}

.hm-redesign .voice-slide__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.hm-redesign .voice-slide__photo-wrap {
  position: relative;
  width: 88px;
  flex-shrink: 0;
}

.hm-redesign .voice-slide__photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.hm-redesign .voice-slide__quote {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px -4px rgba(218, 62, 62, 0.6);
}

.hm-redesign .voice-slide__heading {
  flex: 1 1 auto;
  font-size: 16.5px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #E3B9B9;
}

.hm-redesign .voice-slide__text {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--gray-text);
  font-weight: 500;
  margin-bottom: 16px;
}

.hm-redesign .voice-slide__role {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--gray-pill-bg);
  border-radius: 12px;
  padding: 10px 12px;
}

.hm-redesign .voice-slide__role-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.hm-redesign .voice-slide__role span {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

/* Nav (arrows + dots) */

.hm-redesign .voice-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 26px;
}

.hm-redesign .voice-nav__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid #E3E7EC;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(18, 49, 79, 0.08);
  cursor: pointer;
  flex-shrink: 0;
}

.hm-redesign .voice-nav__arrow svg {
  width: 18px;
  height: 18px;
}

.hm-redesign .voice-dots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  max-width: 180px;
}

.hm-redesign .voice-dots__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D9DEE3;
  transition: width 0.2s ease, background 0.2s ease;
}

.hm-redesign .voice-dots__dot--active {
  background: var(--navy);
  width: 18px;
  border-radius: 4px;
}

/* CTA */

.hm-redesign .voice-cta {
  position: relative;
  z-index: 1;
  margin: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 16.5px;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 10px 22px -8px rgba(218, 62, 62, 0.55);
}

.hm-redesign .voice-cta__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
}

.hm-redesign .voice-cta__icon i {
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: var(--white);
  font-style: normal;
}

.hm-redesign .voice-cta__arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .voice-cta__arrow svg {
  width: 17px;
  height: 17px;
}

.hm-redesign .voice-cta-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 12px 14px 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-text);
  text-align: center;
}

.hm-redesign .voice-cta-note svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ---------- PC voice (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

.hm-redesign .voice {
    padding: 72px 0 80px;
  }

.hm-redesign .voice-frame {
    max-width: 1160px;
    padding: 0 40px;
  }

.hm-redesign .voice-bg-label {
    font-size: 110px;
  }

.hm-redesign .voice-intro {
    padding: 0;
    max-width: 640px;
    margin: 0 auto 40px;
  }

.hm-redesign .voice-heading {
    font-size: 30px;
  }

.hm-redesign .voice-lead {
    font-size: 14px;
  }

.hm-redesign .voice-carousel {
    overflow: visible;
    padding: 0;
    margin-bottom: 48px;
  }

.hm-redesign .voice-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

.hm-redesign .voice-slide {
    padding: 32px 28px 28px;
  }

.hm-redesign .voice-slide__photo-wrap {
    width: 96px;
  }

.hm-redesign .voice-slide__photo {
    width: 96px;
    height: 96px;
  }

.hm-redesign .voice-slide__heading {
    font-size: 17px;
  }

.hm-redesign .voice-slide__text {
    font-size: 14px;
  }

.hm-redesign .voice-nav {
    display: none;
  }

.hm-redesign .voice-cta {
    max-width: 380px;
    margin: 0 auto;
  }

.hm-redesign .voice-cta-note {
    margin-top: 14px;
  }
}

/* ========== Flow (制作の流れセクション) ========== */

.hm-redesign .flow {
  position: relative;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F7F8FA 100%);
  padding: 44px 14px 40px;
}

.hm-redesign .flow-frame {
  max-width: 480px;
  margin: 0 auto;
}

.hm-redesign .flow-intro {
  text-align: center;
  margin-bottom: 30px;
}

.hm-redesign .flow-label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--navy);
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.hm-redesign .flow-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--navy), var(--red));
}

.hm-redesign .flow-heading {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 12px;
}

.hm-redesign .flow-lead {
  font-size: 13px;
  line-height: 1.6;
  color: var(--gray-text);
  font-weight: 500;
}

.hm-redesign .flow-lead__accent {
  color: var(--red);
  font-weight: 900;
}

/* Timeline */

.hm-redesign .flow-steps {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  margin-bottom: 32px;
}

.hm-redesign .flow-step {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  border-radius: 6px;
  padding: 12px 16px;
  box-shadow: 0 0 12px rgba(18, 49, 79, 0.12);
  margin-bottom: 14px;
}

.hm-redesign .flow-step:last-child {
  margin-bottom: 0;
}

.hm-redesign .flow-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 80px;
  bottom: -26px;
  width: 2px;
  background: var(--navy);
  z-index: 0;
}

.hm-redesign .flow-step__marker {
  position: relative;
  z-index: 1;
  width: 68px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.hm-redesign .flow-step__icon-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 4px 0 rgba(18, 49, 79, 0.15);
}

.hm-redesign .flow-step__icon-circle svg {
  width: 32px;
  height: 32px;
}

.hm-redesign .flow-step__num {
  position: absolute;
  top: -4px;
  left: -8px;
  width: 28px;
  height: 24px;
  border-radius: 8px 8px 2px 8px;
  background: var(--navy);
  color: var(--white);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(18, 49, 79, 0.25);
}

.hm-redesign .flow-step__body {
  flex: 1 1 auto;
}

.hm-redesign .flow-step__title {
  font-size: 16px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 6px;
}

.hm-redesign .flow-step__text {
  font-size: 12px;
  line-height: 1.7;
  color: var(--gray-text);
  font-weight: 500;
}

.hm-redesign .flow-step__text--long {
  line-height: 1.8;
}

/* CTA */

.hm-redesign .flow-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 16.5px;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 10px 22px -8px rgba(218, 62, 62, 0.55);
}

.hm-redesign .flow-cta__arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .flow-cta__arrow svg {
  width: 17px;
  height: 17px;
}

/* ---------- PC flow (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

.hm-redesign .flow {
    padding: 72px 0 80px;
  }

.hm-redesign .flow-frame {
    max-width: 1160px;
    padding: 0 40px;
  }

.hm-redesign .flow-intro {
    max-width: 640px;
    margin: 0 auto 48px;
  }

.hm-redesign .flow-heading {
    font-size: 32px;
  }

.hm-redesign .flow-lead {
    font-size: 15px;
  }

.hm-redesign .flow-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 28px;
    margin-bottom: 44px;
  }

.hm-redesign .flow-step {
    margin-bottom: 0;
    padding: 22px 20px;
  }

.hm-redesign .flow-step:not(:last-child)::before {
    content: none;
  }

  /* Snake order: row2 (04-06) is placed right-to-left so 03->04 lines up
     in the same column, avoiding a long diagonal jump */
.hm-redesign .flow-step:nth-child(1) { grid-column: 1; grid-row: 1; }
  .flow-step:nth-child(2) { grid-column: 2; grid-row: 1; }
  .flow-step:nth-child(3) { grid-column: 3; grid-row: 1; }
  .flow-step:nth-child(4) { grid-column: 3; grid-row: 2; }
  .flow-step:nth-child(5) { grid-column: 2; grid-row: 2; }
  .flow-step:nth-child(6) { grid-column: 1; grid-row: 2; }

  /* Row connectors: row1 arrows point right, row-break arrow points down, row2 arrows point left */
  .flow-step:nth-child(1)::after,
  .flow-step:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 9.5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--red);
  }

.hm-redesign .flow-step:nth-child(4)::after,
.hm-redesign .flow-step:nth-child(5)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 9.5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 9px solid var(--red);
  }

.hm-redesign .flow-step:nth-child(3)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 7.5px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid var(--red);
  }

.hm-redesign .flow-step__icon-circle {
    width: 76px;
    height: 76px;
  }

.hm-redesign .flow-step__icon-circle svg {
    width: 36px;
    height: 36px;
  }

.hm-redesign .flow-step__marker {
    width: 76px;
  }

.hm-redesign .flow-step__num {
    width: 30px;
    height: 26px;
    font-size: 11.5px;
  }

.hm-redesign .flow-step__title {
    font-size: 17px;
  }

.hm-redesign .flow-step__text {
    font-size: 13.5px;
  }

.hm-redesign .flow-cta {
    max-width: 380px;
    margin: 0 auto;
    font-size: 18px;
    padding: 16px 20px;
  }
}

/* ========== About (ホームページワンについてセクション) ========== */

.hm-redesign .about {
  position: relative;
  background: #F6F8FA;
  padding: 44px 14px 40px;
}

.hm-redesign .about-frame {
  max-width: 480px;
  margin: 0 auto;
}

.hm-redesign .about-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.hm-redesign .about-top__text {
  flex: 1 1 auto;
  min-width: 0;
}

.hm-redesign .about-label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--navy);
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.hm-redesign .about-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--navy), var(--red));
}

.hm-redesign .about-heading {
  font-size: 21px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 12px;
}

.hm-redesign .about-lead {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--gray-text);
  font-weight: 500;
}

.hm-redesign .about-top__photo {
  position: relative;
  width: 128px;
  flex-shrink: 0;
}

.hm-redesign .about-photo-frame {
  position: absolute;
  top: 8px;
  right: -8px;
  bottom: -8px;
  left: 8px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--navy) 45%, var(--red) 100%);
  z-index: 0;
}

.hm-redesign .about-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 128px;
  height: 160px;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  box-shadow: 0 8px 20px -10px rgba(18, 49, 79, 0.4);
}

/* Info list */

.hm-redesign .about-info {
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--white);
  border: 1px solid #E7EAEE;
  border-radius: 8px;
  padding: 4px 16px;
}

.hm-redesign .about-info__row {
  display: grid;
  grid-template-columns: 36px 76px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #E7EAEE;
}

.hm-redesign .about-info__row:last-child {
  border-bottom: none;
}

.hm-redesign .about-info__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hm-redesign .about-info__icon svg {
  width: 18px;
  height: 18px;
}

.hm-redesign .about-info__label {
  font-size: 13px;
  font-weight: 900;
  color: var(--navy);
  white-space: nowrap;
}

.hm-redesign .about-info__value {
  font-size: 12px;
  font-weight: 500;
  color: #35455A;
  line-height: 1.6;
}

.hm-redesign .about-info__tag {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

/* ---------- PC about (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

.hm-redesign .about {
    padding: 88px 0 96px;
  }

.hm-redesign .about-frame {
    max-width: 1160px;
    padding: 0 40px;
  }

.hm-redesign .about-top {
    align-items: center;
    gap: 56px;
    margin-bottom: 40px;
  }

.hm-redesign .about-heading {
    font-size: 30px;
    margin-bottom: 16px;
  }

.hm-redesign .about-lead {
    font-size: 15px;
    line-height: 1.85;
  }

.hm-redesign .about-top__photo {
    width: 260px;
  }

.hm-redesign .about-photo-frame {
    top: 16px;
    right: -16px;
    bottom: -16px;
    left: 16px;
    border-radius: 20px;
  }

.hm-redesign .about-photo {
    width: 260px;
    height: 320px;
    border-radius: 20px;
  }

.hm-redesign .about-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    padding: 8px 28px;
  }

.hm-redesign .about-info__row {
    grid-template-columns: 40px 92px 1fr;
    padding: 16px 0;
  }

.hm-redesign .about-info__row:nth-last-child(-n+2) {
    border-bottom: none;
  }

.hm-redesign .about-info__icon {
    width: 40px;
    height: 40px;
  }

.hm-redesign .about-info__icon svg {
    width: 20px;
    height: 20px;
  }

.hm-redesign .about-info__label {
    font-size: 14px;
  }

.hm-redesign .about-info__value {
    font-size: 13.5px;
  }
}

/* ========== FAQ (よくあるご質問セクション) ========== */

.hm-redesign .faq {
  position: relative;
  overflow: hidden;
  background: #F8FBFE;
  padding: 44px 14px 40px;
}

.hm-redesign .faq-frame {
  max-width: 480px;
  margin: 0 auto;
}

.hm-redesign .faq-bg-label {
  position: absolute;
  top: -26px;
  left: 8px;
  font-style: italic;
  line-height: normal;
  transform-origin: left top;
  font-size: 80px;
  font-weight: 900;
  color: #ECF2F8;
  background: linear-gradient(to right bottom, #ECF2F8 50%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.02em;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.hm-redesign .faq-intro {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 24px;
}

.hm-redesign .faq-label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--navy);
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.hm-redesign .faq-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--navy), var(--red));
}

.hm-redesign .faq-heading {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
}

/* Accordion list */

.hm-redesign .faq-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hm-redesign .faq-item {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(18, 49, 79, 0.1);
}

.hm-redesign .faq-item[open] {
  box-shadow: 0 0 14px rgba(218, 62, 62, 0.18);
}

.hm-redesign .faq-item__question {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

.hm-redesign .faq-item__question::-webkit-details-marker {
  display: none;
}

.hm-redesign .faq-item__badge {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--white);
  font-size: 12.5px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .faq-item__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--red);
  z-index: -2;
}

.hm-redesign .faq-item__badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--navy);
  z-index: -1;
}

.hm-redesign .faq-item__divider {
  align-self: stretch;
  width: 1px;
  flex-shrink: 0;
  border-left: 1px dashed #D5DAE1;
}

.hm-redesign .faq-item__text {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
}

.hm-redesign .faq-item__toggle {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.hm-redesign .faq-item__toggle::before,
.hm-redesign .faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--navy);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.hm-redesign .faq-item__toggle::before {
  width: 14px;
  height: 2px;
}

.hm-redesign .faq-item__toggle::after {
  width: 2px;
  height: 14px;
}

.hm-redesign .faq-item[open] .faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hm-redesign .faq-item[open] .faq-item__toggle::before,
.hm-redesign .faq-item[open] .faq-item__toggle::after {
  background: var(--red);
}

.hm-redesign .faq-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 16px 16px 16px;
}

.hm-redesign .faq-item__a-badge {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gray-pill-bg);
  color: var(--red);
  font-size: 12.5px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .faq-item__answer-text {
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.8;
  color: var(--gray-text);
  font-weight: 500;
}

/* ---------- PC faq (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

.hm-redesign .faq {
    padding: 80px 0 88px;
  }

.hm-redesign .faq-frame {
    max-width: 960px;
    padding: 0 40px;
  }

.hm-redesign .faq-bg-label {
    font-size: 130px;
  }

.hm-redesign .faq-intro {
    margin-bottom: 40px;
  }

.hm-redesign .faq-heading {
    font-size: 30px;
  }

.hm-redesign .faq-list {
    gap: 14px;
  }

.hm-redesign .faq-item__question {
    padding: 20px 24px;
    gap: 16px;
  }

.hm-redesign .faq-item__badge {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

.hm-redesign .faq-item__badge::before {
    width: 34px;
    height: 34px;
    left: -4px;
  }

.hm-redesign .faq-item__badge::after {
    width: 34px;
    height: 34px;
  }

.hm-redesign .faq-item__text {
    font-size: 16px;
  }

.hm-redesign .faq-item__toggle {
    width: 20px;
    height: 20px;
  }

.hm-redesign .faq-item__toggle::before {
    width: 16px;
  }

.hm-redesign .faq-item__toggle::after {
    height: 16px;
  }

.hm-redesign .faq-item__answer {
    padding: 0 24px 24px 24px;
    gap: 14px;
  }

.hm-redesign .faq-item__a-badge {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

.hm-redesign .faq-item__answer-text {
    font-size: 14.5px;
    line-height: 1.9;
  }
}

/* ========== Final CTA (最終CTAセクション) ========== */

.hm-redesign .final-cta {
  position: relative;
  overflow: hidden;
  background: var(--navy) url("../img/zero-start/final-cta-bg.webp") center / cover no-repeat;
  padding: 48px 16px 44px;
}

.hm-redesign .final-cta-frame {
  max-width: 480px;
  margin: 0 auto;
}

.hm-redesign .final-cta-intro {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}

.hm-redesign .final-cta-heading {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 14px;
}

.hm-redesign .final-cta-heading__accent {
  color: var(--red);
  font-size: 1.15em;
}

.hm-redesign .final-cta-heading__accent--xl {
  display: inline-block;
  font-size: 1.75em;
  line-height: 1;
}

.hm-redesign .final-cta-lead {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}

/* Panel */

.hm-redesign .final-cta-panel {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 30px 12px 22px;
  margin-bottom: 24px;
}

.hm-redesign .final-cta-ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hm-redesign .final-cta-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--red);
  clip-path: polygon(0% 0%, 100% 0%, 93% 50%, 100% 100%, 0% 100%, 7% 50%);
}

.hm-redesign .final-cta-ribbon__text {
  display: block;
  padding: 6px 22px;
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.hm-redesign .final-cta-ribbon__spark {
  position: absolute;
  top: -12px;
  right: -14px;
  width: 20px;
  height: 16px;
  color: var(--red);
  transform: rotate(8deg);
}

.hm-redesign .final-cta-offer {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.hm-redesign .final-cta-offer__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 0 4px;
}

.hm-redesign .final-cta-offer__icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(3, 47, 94, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.hm-redesign .final-cta-offer__icon {
  width: 32px;
  height: 32px;
}

.hm-redesign .final-cta-offer__label {
  width: 100%;
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.hm-redesign .final-cta-offer__value {
  font-size: 18px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.hm-redesign .final-cta-offer__value-num {
  font-size: 40px;
  color: var(--red);
}

.hm-redesign .final-cta-offer__value small {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin-left: 1px;
}

.hm-redesign .final-cta-offer__value--text {
  font-size: 18px;
}

.hm-redesign .final-cta-offer__sep {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.15);
  margin: 2px 2px;
}

/* Note + button */

.hm-redesign .final-cta-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.hm-redesign .final-cta-note__icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(3, 47, 94, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.hm-redesign .final-cta-note__icon {
  width: 26px;
  height: 26px;
}

.hm-redesign .final-cta-note__text {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  text-align: left;
}

.hm-redesign .final-cta-button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 17px;
  text-decoration: none;
  border-radius: 999px;
  padding: 19px 20px;
  box-shadow: 0 14px 26px -12px rgba(218, 62, 62, 0.55);
}

.hm-redesign .final-cta-button__arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-redesign .final-cta-button__arrow svg {
  width: 19px;
  height: 19px;
}

/* ---------- PC final-cta (min-width: 1024px) ---------- */

@media (min-width: 1024px) {

.hm-redesign .final-cta {
    padding: 96px 0 104px;
  }

.hm-redesign .final-cta-frame {
    max-width: 1160px;
    padding: 0 40px;
  }

.hm-redesign .final-cta-intro {
    max-width: 720px;
    margin: 0 auto 48px;
  }

.hm-redesign .final-cta-heading {
    font-size: 34px;
  }

.hm-redesign .final-cta-lead {
    font-size: 15px;
  }

.hm-redesign .final-cta-panel {
    max-width: 900px;
    margin: 0 auto 32px;
    padding: 44px 56px 32px;
  }

.hm-redesign .final-cta-offer {
    gap: 24px;
  }

.hm-redesign .final-cta-offer__item {
    padding: 0 16px;
  }

.hm-redesign .final-cta-offer__icon-badge {
    width: 68px;
    height: 68px;
  }

.hm-redesign .final-cta-offer__icon {
    width: 40px;
    height: 40px;
  }

.hm-redesign .final-cta-offer__label {
    font-size: 13px;
  }

.hm-redesign .final-cta-offer__value {
    font-size: 22px;
  }

.hm-redesign .final-cta-offer__value-num {
    font-size: 48px;
  }

.hm-redesign .final-cta-offer__value small {
    font-size: 16px;
  }

.hm-redesign .final-cta-note {
    margin-bottom: 24px;
  }

.hm-redesign .final-cta-note__text {
    font-size: 14px;
  }

.hm-redesign .final-cta-button {
    max-width: 420px;
    margin: 0 auto;
    font-size: 19px;
    padding: 20px 24px;
  }

.hm-redesign .final-cta-button__arrow {
    width: 36px;
    height: 36px;
  }

.hm-redesign .final-cta-button__arrow svg {
    width: 21px;
    height: 21px;
  }
}

/* ============================================================
  FVヘッダー（プロトタイプ移植）
============================================================ */
/* ---------- Header ---------- */

.hm-redesign .fv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 14px 8px;
}

.hm-redesign .fv-logo {
  height: 30px;
  width: auto;
}

.hm-redesign .fv-header-right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hm-redesign .fv-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  font-size: 12px;
  border: none;
  border-radius: 999px;
  padding: 8px 12px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(218, 62, 62, 0.28);
}

.hm-redesign .fv-header-cta__icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
.hm-redesign .fv-header {
    padding: 24px 40px;
  }

.hm-redesign .fv-logo {
    height: 36px;
  }

.hm-redesign .fv-header-right {
    gap: 10px;
  }

.hm-redesign .fv-header-cta {
    padding: 12px 22px;
    font-size: 14px;
  }
}

/* ========== SP固定フッターCTA ========== */

.sp-fixed-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(18, 49, 79, 0.1);
  box-shadow: 0 -8px 20px -14px rgba(18, 49, 79, 0.35);
  padding: 7px 14px calc(7px + env(safe-area-inset-bottom));
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.sp-fixed-footer.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
}

@media (min-width: 768px) {
.sp-fixed-footer {
    display: none;
  }
}

.sp-fixed-footer__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
}

.sp-fixed-footer__note-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.sp-fixed-footer__accent {
  color: var(--red);
}

.sp-fixed-footer__cta {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  font-size: 15.5px;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 8px 18px -8px rgba(218, 62, 62, 0.55);
}

.sp-fixed-footer__cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -60%;
  width: 35%;
  height: 100%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: sp-fixed-footer-shine 3.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes sp-fixed-footer-shine {
0% {
    left: -60%;
  }
20% {
    left: 130%;
  }
100% {
    left: 130%;
  }
}

@media (prefers-reduced-motion: reduce) {
.sp-fixed-footer__cta::after {
    animation: none;
  }
}

.sp-fixed-footer__cta-arrow {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-fixed-footer__cta-arrow svg {
  width: 14px;
  height: 14px;
}

/* ========== PC固定バナー(右下追従CTA) ========== */

.pc-fixed-cta {
  display: none;
}

@media (min-width: 1024px) {

.pc-fixed-cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 200;
    width: 300px;
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(18, 49, 79, 0.1);
    border-radius: 16px;
    box-shadow: 0 16px 32px -14px rgba(18, 49, 79, 0.35);
    padding: 16px 18px;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }

  .pc-fixed-cta.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
  }

.pc-fixed-cta__note {
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: left;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.5;
  }

.pc-fixed-cta__note-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 1px;
  }

.pc-fixed-cta__accent {
    color: var(--red);
  }

.pc-fixed-cta__button {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--red);
    color: var(--white);
    font-weight: 900;
    font-size: 15px;
    text-decoration: none;
    border-radius: 999px;
    padding: 12px 18px;
    box-shadow: 0 10px 20px -8px rgba(218, 62, 62, 0.5);
  }

.pc-fixed-cta__button::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -60%;
    width: 35%;
    height: 100%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
    transform: skewX(-20deg);
    animation: sp-fixed-footer-shine 3.6s ease-in-out infinite;
    pointer-events: none;
  }

.pc-fixed-cta__arrow {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.pc-fixed-cta__arrow svg {
    width: 15px;
    height: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
.pc-fixed-cta__button::after {
    animation: none;
  }
}
