/* 訪問営業LP — 完成形モックアップ: リポジトリ直下 lp_all.svg（1440×6895）と見比べ用 */

:root {
  --action: #f27a1a;
  --line: #c97b00;
  --navy: #012543;
  --base: #1a2419;
  --bg: #f6f6f6;
  --white: #fff;
  --header-h: 0px;
  --container: 1000px;
  /* lp_all.svg / Figma LP フレームと同じ最大幅 */
  --lp-canvas-max: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--base);
  background: var(--bg);
  line-height: 1.8;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: var(--lp-canvas-max);
  margin: 0 auto;
  background: var(--bg);
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: calc(var(--container) + 32px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 24px);
}

/* ----- Header (4:83) ----- */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: #7a3312;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}

.lp-logo {
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.lp-nav {
  display: none;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.lp-nav a:hover {
  opacity: 0.9;
}

.lp-menu-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.lp-menu-btn span {
  width: 22px;
  height: 2px;
  background: #fff;
}

.lp-nav-mobile {
  display: none;
  flex-direction: column;
  background: #7a3312;
  padding: 12px 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.lp-nav-mobile a {
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.lp-nav-mobile.is-open {
  display: flex;
}

@media (min-width: 1024px) {
  .lp-nav {
    display: flex;
  }
  .lp-menu-btn {
    display: none;
  }
}

/* ----- Hero (4022:134) ----- */
.lp-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.lp-hero--image {
  min-height: 0;
  background: #f3a24c;
}

.lp-hero-fv {
  display: block;
  width: 100%;
  height: auto;
}

.lp-hero-hotspots {
  position: absolute;
  top: 13.2%;
  left: 5.2%;
  width: 89.6%;
  height: 9.2%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2%;
  z-index: 2;
}

.lp-hero-hotspots a {
  display: block;
  border-radius: 4px;
  cursor: pointer;
}

.lp-hero-hotspots a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 1px;
}

.lp-hero-cta-hotspot {
  position: absolute;
  left: 20.8%;
  top: 79.3%;
  width: 19.6%;
  height: 10.2%;
  z-index: 2;
  border-radius: 8px;
}

.lp-hero-cta-hotspot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.78);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .lp-hero-hotspots {
    display: none;
  }

  .lp-hero-cta-hotspot {
    left: 26.6%;
    top: 44.2%;
    width: 47.2%;
    height: 5.8%;
  }
}

.lp-hero-base {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    118deg,
    #ffb469 0%,
    #ff9a3d 38%,
    #ff8a28 100%
  );
}

.lp-hero-bar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 29.3%;
  max-width: 422px;
  height: 100%;
  background: #a94400;
}

.lp-hero-shape {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 55.6%;
  max-width: 800px;
  pointer-events: none;
}

.lp-hero-shape--1 {
  left: 10.35%;
  background: linear-gradient(
    105deg,
    rgba(255, 200, 150, 0.95) 0%,
    rgba(255, 165, 88, 0.55) 42%,
    rgba(255, 140, 60, 0) 100%
  );
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}

.lp-hero-shape--2 {
  left: calc(33.33% + 107px);
  background: linear-gradient(
    105deg,
    rgba(255, 220, 185, 0.88) 0%,
    rgba(255, 175, 95, 0.45) 50%,
    rgba(255, 150, 70, 0) 100%
  );
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

/* 右側の濃い茶・斜めシェイプ（人物の背後） */
.lp-hero-wedge {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.lp-hero-wedge--a {
  right: 0;
  width: min(62vw, 860px);
  background: linear-gradient(
    108deg,
    rgba(120, 48, 14, 0) 0%,
    rgba(82, 32, 10, 0.55) 40%,
    rgba(48, 20, 8, 0.92) 100%
  );
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
}

.lp-hero-wedge--b {
  right: 0;
  width: min(38vw, 520px);
  background: linear-gradient(
    125deg,
    rgba(40, 16, 6, 0) 0%,
    rgba(32, 14, 6, 0.5) 45%,
    rgba(24, 10, 4, 0.75) 100%
  );
  clip-path: polygon(52% 0, 100% 0, 100% 100%, 8% 100%);
}

/* 前景：左コピー / 右人物（絶対配置をやめ干渉を排除） */
.lp-hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, min(48vw, 560px));
  align-items: end;
  column-gap: clamp(12px, 2.5vw, 36px);
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 88px) clamp(16px, 3vw, 32px) 48px;
  min-height: 560px;
  box-sizing: border-box;
}

.lp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 582px;
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.lp-hero-figure {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 0;
}

.lp-hero-person {
  position: relative;
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  max-height: min(65vh, 580px);
  margin: 0 0 0 auto;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
}

.lp-hero-title-wrap {
  max-width: 582px;
}

.lp-hero-title-grid {
  position: relative;
  min-height: 63px;
  margin-bottom: 32px;
}

.lp-hero-title-main {
  position: absolute;
  left: 0;
  top: 26px;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 50px);
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1;
}

.lp-hero-title-for {
  position: absolute;
  left: 290px;
  top: 0;
  font-family: "Allison", cursive;
  font-size: clamp(48px, 10vw, 100px);
  line-height: 0.85;
  color: #fff;
  font-weight: 400;
}

.lp-hero-title-sub {
  position: absolute;
  left: min(387px, 58vw);
  top: 32px;
  font-weight: 700;
  font-size: clamp(22px, 3.5vw, 36px);
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .lp-hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(200px, min(52vw, 480px));
  }
}

@media (max-width: 768px) {
  .lp-hero {
    min-height: 620px;
  }

  .lp-hero-stage {
    grid-template-columns: 1fr;
    row-gap: 8px;
    justify-items: center;
    min-height: 620px;
    padding: 44px 16px 160px;
  }

  .lp-hero-shape {
    width: 74%;
    opacity: 0.9;
  }

  .lp-hero-shape--1 {
    left: 8%;
  }

  .lp-hero-shape--2 {
    left: 34%;
  }

  .lp-hero-figure {
    justify-content: center;
  }

  .lp-hero-person {
    max-width: min(92vw, 440px);
    max-height: 42vh;
    margin: 0 auto;
    object-position: center bottom;
  }

  .lp-hero-inner {
    max-width: 100%;
  }

  .lp-hero-lead {
    text-align: center;
  }

  .lp-hero-title-wrap {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .lp-hero-title-grid {
    min-height: 0;
    margin: 0 0 12px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 0;
  }

  .lp-hero-title-main,
  .lp-hero-title-for,
  .lp-hero-title-sub {
    position: static;
  }

  .lp-hero-title-main {
    font-size: clamp(30px, 11vw, 44px);
    line-height: 1;
  }

  .lp-hero-title-for {
    font-size: clamp(42px, 15vw, 66px);
    line-height: 0.75;
    margin-bottom: -3px;
  }

  .lp-hero-title-sub {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1;
  }

  .lp-hero-lead p {
    font-size: clamp(17px, 6vw, 30px);
    line-height: 1.3;
  }

  .lp-kpi-row {
    margin-top: 14px;
    max-width: 100%;
    justify-content: center;
  }

  .lp-kpi-compound {
    width: min(100%, 567px);
    max-width: 100%;
    height: auto;
  }

  .lp-hero-note {
    margin-top: 8px;
    font-size: 10px;
    text-align: center;
  }

  .lp-hero-cta {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 16px;
    width: min(calc(100% - 32px), 420px);
    margin-top: 0;
    height: 62px;
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .lp-hero,
  .lp-hero-stage {
    min-height: 580px;
  }

  .lp-hero-stage {
    padding-bottom: 150px;
  }

  .lp-hero-person {
    max-width: min(90vw, 360px);
    max-height: 40vh;
  }

  .lp-hero-title-grid {
    column-gap: 6px;
  }

  .lp-hero-title-main {
    font-size: clamp(28px, 10.5vw, 40px);
  }

  .lp-hero-title-sub {
    font-size: clamp(28px, 10vw, 40px);
  }

  .lp-hero-cta {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 12px;
    width: min(calc(100% - 24px), 420px);
    height: 56px;
    font-size: 17px;
  }
}

.lp-hero-lead {
  font-weight: 600;
  color: #fff;
  text-align: left;
  max-width: 582px;
  letter-spacing: 0.06em;
}

.lp-hero-lead p {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.55;
  font-weight: 600;
}

.lp-hero-lead p + p {
  margin-top: 0.2em;
}

/* KPI row（Figma書き出し Frame 6.svg 一枚） */
.lp-kpi-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-top: clamp(24px, 4vw, 48px);
  max-width: 567px;
}

.lp-kpi-compound {
  width: 100%;
  max-width: 567px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.lp-hero-note {
  margin: 12px 0 0;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

.lp-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  width: auto;
  min-width: 272px;
  padding: 0 22px;
  height: 60px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 20px;
  color: var(--action);
  letter-spacing: 0.04em;
}

.lp-hero-cta:hover {
  filter: brightness(1.02);
}

.lp-hero-cta img {
  width: 32px;
  height: 32px;
}

.lp-hero-cta--solid {
  background: var(--action);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}

.lp-hero-cta--solid:hover {
  filter: brightness(1.06);
}

/* Hero mobile final override (placed after base styles) */
@media (max-width: 768px) {
  .lp-hero-title-main {
    font-size: clamp(26px, 8.8vw, 36px);
  }

  .lp-hero-title-for {
    font-size: clamp(34px, 12vw, 52px);
  }

  .lp-hero-title-sub {
    font-size: clamp(26px, 8.8vw, 36px);
  }

  .lp-hero-lead p {
    font-size: clamp(14px, 4.8vw, 20px);
    line-height: 1.35;
  }

  .lp-kpi-row {
    justify-content: center;
    max-width: 100%;
  }

  .lp-kpi-compound {
    width: min(100%, 567px);
    max-width: 100%;
    height: auto;
  }
}

/* ----- Logos（左→右マルquee・高さ統一） ----- */
.lp-logos {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  --lp-logo-h: 48px;
  --lp-logo-gap: clamp(40px, 6vw, 72px);
}

.lp-logos-viewport {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 12%,
    #000 88%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 12%,
    #000 88%,
    transparent
  );
}

.lp-logos-track {
  display: flex;
  width: max-content;
  animation: lp-logos-marquee-ltr 45s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .lp-logos-track {
    animation: none;
    margin: 0 auto;
  }
}

@keyframes lp-logos-marquee-ltr {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.lp-logos-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: var(--lp-logo-gap);
  padding: 0 var(--lp-logo-gap);
}

.lp-logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--lp-logo-h);
  width: clamp(96px, 14vw, 150px);
}

.lp-logo-item img {
  max-height: calc(var(--lp-logo-h) - 10px);
  max-width: 92%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* ----- Intro problem ----- */
.lp-intro {
  padding: 54px 0 38px;
}

.lp-intro h2 {
  text-align: center;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 500;
  color: var(--navy);
  margin: 0 0 24px;
  line-height: 1.5;
}

.lp-intro-lead {
  text-align: center;
  font-weight: 500;
  margin: 0 0 36px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.lp-intro-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  margin: 0 auto;
  background: var(--bg);
  padding: 0 16px;
}

.lp-intro-card {
  padding: 0 18px 10px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.lp-intro-card:first-child {
  border-left: 1px solid var(--line);
}

.lp-intro-card img {
  height: 120px;
  width: auto;
  margin: 0 auto 18px;
  object-fit: contain;
}

.lp-intro-card h3 {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.lp-intro-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .lp-intro-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .lp-intro-cards {
    grid-template-columns: 1fr;
  }
  .lp-intro-card {
    border-left: 1px solid var(--line);
  }
}

/* ----- Banner（上辺センター・下向き三角 / Figma 約185×67） ----- */
.lp-banner-wrap {
  background: var(--bg);
}

.lp-banner {
  position: relative;
  background: var(--line);
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
  padding: calc(28px + clamp(44px, 10vw, 67px)) 20px 56px;
  overflow: visible;
}

.lp-banner-polygon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: clamp(120px, 28vw, 185px);
  height: clamp(44px, 10vw, 67px);
  background: var(--bg);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  z-index: 1;
}

.lp-banner-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.lp-banner-copy p {
  margin: 0;
  text-align: center;
}

.lp-banner-copy p + p {
  margin-top: 0.35em;
}

/* ----- After banner / design ----- */
.lp-design {
  position: relative;
  background: var(--bg);
  padding: 48px 0 80px;
  overflow: hidden;
}

.lp-design h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 36px);
  color: var(--navy);
  margin: 0 0 24px;
  line-height: 1.45;
}

.lp-design-lead {
  text-align: center;
  font-weight: 500;
  margin: 0 0 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.lp-design-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  max-width: 1120px;
  margin: 0 auto;
}

.lp-dcard {
  width: 100%;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 32px;
}

.lp-dcard img {
  width: 100%;
  aspect-ratio: 360 / 240;
  object-fit: cover;
}

.lp-dcard-body {
  padding: 25px 20px 0;
  text-align: center;
}

.lp-dcard h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
}

.lp-dcard .sub {
  font-size: 15px;
  font-weight: 500;
  color: var(--navy);
  margin: 0 0 12px;
}

.lp-dcard p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--base);
  text-align: left;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .lp-design-cards {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

/* ----- Exec strip ----- */
.lp-exec {
  position: relative;
  padding: clamp(48px, 8vw, 72px) 0;
  background:
    linear-gradient(rgba(26, 36, 48, 0.78), rgba(26, 36, 48, 0.78)),
    url("../images/bg_sales_design.svg") center / cover no-repeat;
}

.lp-exec h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 32px);
  margin: 0 0 16px;
  line-height: 1.5;
}

.lp-exec-lead {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto 36px;
}

.lp-exec-lead p {
  margin: 0;
}

.lp-exec-lead p + p {
  margin-top: 0.35em;
}

.lp-exec-box {
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  padding: clamp(32px, 4vw, 48px) clamp(20px, 3vw, 36px);
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

.lp-exec-col {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 clamp(12px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.lp-exec-col h3 {
  margin: 0 0 20px;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.lp-exec-col p {
  margin: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--base);
  flex: 1 1 auto;
}

.lp-exec-vdiv {
  flex: 0 0 auto;
  width: 1px;
  min-width: 1px;
  align-self: stretch;
  background: var(--line);
  opacity: 0.85;
}

@media (max-width: 768px) {
  .lp-exec-box {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 28px 20px;
  }

  .lp-exec-vdiv {
    display: none;
  }

  .lp-exec-col {
    padding: 0 0 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(201, 123, 0, 0.35);
  }

  .lp-exec-col:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

/* ----- Cases ----- */
.lp-cases {
  padding: 72px 0;
}

.lp-cases h2 {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 32px);
  color: var(--navy);
  margin: 0 0 44px;
}

.lp-case-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 47px;
  align-items: start;
  max-width: 1320px;
  margin: 0 auto 48px;
  padding: 0 16px;
}

.lp-case-row--rev {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.lp-case-row img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lp-case-card {
  background: #fff;
}

.lp-case-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.lp-case-head .case {
  font: 500 36px/1 "Yu Mincho", serif;
}

.lp-case-head .co {
  font: 700 13px/1.2 "Noto Sans JP", sans-serif;
}

.lp-case-card > p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
}

.lp-case-label {
  display: inline-block;
  background: var(--bg);
  border: 1px solid #bcbcbc;
  font-size: 12px;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.lp-case-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.lp-case-bullets li {
  padding: 8px 0 8px 18px;
  font-size: 12px;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.lp-case-bullets li::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 10px;
}

@media (max-width: 900px) {
  .lp-case-row,
  .lp-case-row--rev {
    grid-template-columns: 1fr;
  }
}

/* ----- Plans ----- */
.lp-plans {
  padding: 72px 0;
  background: #faf8f5;
}

.lp-plans h2 {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 32px);
  color: var(--navy);
  margin: 0 0 44px;
}

.lp-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 999px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.lp-plan {
  border-right: 1px solid var(--line);
  padding-bottom: 24px;
}

.lp-plan:last-child {
  border-right: 0;
}

.lp-plan-head {
  height: 60px;
  display: grid;
  place-items: center;
  position: relative;
  color: #fff;
  font: 700 clamp(18px, 2vw, 24px)/1 "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
}

.lp-plan.trial .lp-plan-head {
  background: #4a4a4a;
}
.lp-plan.basic .lp-plan-head {
  background: var(--action);
}
.lp-plan.enterprise .lp-plan-head {
  background: var(--line);
}

.lp-plan-badge {
  position: absolute;
  left: 12px;
  top: 10px;
  background: #777;
  color: #fff;
  font: 700 10px/1 "Noto Sans JP", sans-serif;
  padding: 4px 8px;
  border-radius: 999px;
  letter-spacing: 0;
}

.lp-plan-price {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.2em;
  margin: 14px 8px 8px;
  font-weight: 600;
  font-size: clamp(14px, 2.35vw + 0.45rem, 24px);
  white-space: nowrap;
}

.lp-plan-price small {
  font-size: clamp(10px, 0.52em + 0.22rem, 13px);
  font-weight: 600;
}

.lp-plan-desc {
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  min-height: 72px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.lp-plan ul {
  list-style: none;
  margin: 0;
  padding: 0 24px 16px;
}

.lp-plan li {
  margin: 8px 0;
  font-size: 15px;
}

.lp-plan li.on {
  color: var(--action);
  font-weight: 600;
}
.lp-plan li.off {
  color: #4a4a4a;
}

@media (max-width: 768px) {
  .lp-plan-grid {
    grid-template-columns: 1fr;
  }
  .lp-plan {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

/* ----- Flow ----- */
.lp-flow {
  padding: 72px 0;
}

.lp-flow h2 {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 32px);
  color: var(--navy);
  margin: 0 0 44px;
}

.lp-flow-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

.lp-flow-step {
  border-right: 1px solid var(--line);
}

.lp-flow-step:last-child {
  border-right: 0;
}

.lp-flow-num {
  background: var(--action);
  color: #fff;
  height: 80px;
  display: grid;
  place-items: center;
  font: 400 28px/1 "Yu Mincho", serif;
}

.lp-flow-title {
  background: var(--bg);
  color: var(--action);
  min-height: 60px;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 8px;
}

.lp-flow-copy {
  padding: 16px;
  font-size: 13px;
  line-height: 1.55;
  min-height: 140px;
}

@media (max-width: 1024px) {
  .lp-flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .lp-flow-grid {
    grid-template-columns: 1fr;
  }
  .lp-flow-step {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

/* ----- Contact ----- */
.lp-contact {
  background: #efefef;
  padding: 86px 0 120px;
}

.lp-contact h2 {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 32px);
  color: var(--navy);
  margin: 0 0 22px;
}

.lp-contact-lead {
  text-align: center;
  margin: 0 0 42px;
  font-size: 16px;
}

.lp-contact-form {
  max-width: 560px;
  margin: 0 auto;
}

.lp-contact-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

.lp-contact-form input,
.lp-contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 24px;
  border: 1px solid #dadada;
  border-radius: 4px;
  font-size: 16px;
}

.lp-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.lp-contact-form button {
  width: 100%;
  height: 80px;
  background: var(--action);
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
}

.lp-contact-status {
  margin: 0 0 16px;
  border-radius: 4px;
  padding: 14px 16px;
  text-align: center;
  font-weight: 700;
}

.lp-contact-status.is-success {
  background: #edf9ee;
  border: 1px solid #cde9cf;
  color: #2f6e35;
}

.lp-contact-status.is-error {
  background: #fff0f0;
  border: 1px solid #f2c3c3;
  color: #a03333;
}

.req {
  color: #d32d00;
  font-size: 12px;
}

/* ----- Footer ----- */
.lp-footer {
  background: var(--action);
  color: #fff;
  text-align: center;
  padding: 40px 16px;
  font-size: 10px;
  font-weight: 500;
}

.lp-mobile-sticky-cta {
  display: none;
}

@media (max-width: 768px) {
  .page {
    padding-bottom: 88px;
  }

  .lp-mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 999px;
    background: var(--action);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  }
}
