﻿@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

:root {
  --bg: #fff3e0;
  --bg-soft: #fff8ee;
  --surface: rgba(243, 255, 251, 0.9);
  --surface-strong: #ffffff;
  --text: #10323a;
  --muted: #3f6b72;
  --line: rgba(20, 121, 145, 0.15);
  --line-strong: rgba(20, 121, 145, 0.28);
  --brand: #1fa5d8;
  --brand-deep: #0c6f96;
  --brand-soft: #cdefff;
  --accent: #35bf70;
  --accent-soft: #d9f7e5;
  --line-green: #59d87f;
  --shadow: 0 18px 50px rgba(13, 85, 109, 0.14);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1160px;
  --body-font: "BIZ UDPGothic", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  --display-font: "BIZ UDPGothic", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}


body.lpwpkz-root--kaizan2,
.lpwpkz-root--kaizan2 {
  --bg: #f0f4f8;
  --bg-soft: #ffffff;
  --surface: rgba(255, 255, 255, 0.9);
  --brand: #2c5282;
  --brand-deep: #1a365d;
  --brand-soft: #d6e1f0;
  --accent: #dd6b20;
  --accent-soft: #fbd38d;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: var(--body-font);
  line-height: 1.7;
  background: var(--bg);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.bg-orb { display: none; }
.bg-orb--one { top: -80px; right: -60px; width: 240px; height: 240px; background: rgba(31, 165, 216, 0.18); }
.bg-orb--two { bottom: 120px; left: -80px; width: 220px; height: 220px; background: rgba(89, 216, 127, 0.18); }
.topbar {
  position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 16px; background: #f3fcff; border-bottom: 1px solid var(--line);
}
.topbar__brand { font-family: var(--display-font); font-size: 1.15rem; font-weight: 700; letter-spacing: 0.04em; }
.topbar__actions { display: flex; gap: 8px; }
.chip { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 14px; border-radius: 999px; font-size: 0.88rem; font-weight: 700; }
.chip--ghost { border: 1px solid var(--line-strong); background: rgba(255, 255, 255, 0.64); }
.chip--solid { background: var(--brand); color: #fff; }
.lpwpkz-root {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 24px 0 28px;
  animation: page-rise 0.55s ease both;
  background: var(--bg);
}

.lpwpkz-inner {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.hero, .section, .trustbar { margin-bottom: 20px; }
.hero, .section { border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--surface); box-shadow: var(--shadow); }
.hero { display: grid; gap: 26px; padding: 24px 18px; }
.eyebrow, .section__label { margin: 0 0 12px; color: var(--brand-deep); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.lpwpkz-root h1, .lpwpkz-root h2, .lpwpkz-root h3 { margin: 0; line-height: 1.2; }
.lpwpkz-root h1, .lpwpkz-root h2 { font-family: var(--display-font); letter-spacing: 0.01em; }

.lpwpkz-root .lpwpkz-h1, .lpwpkz-root h1 { font-size: clamp(1.28rem, 4.8vw, 2.24rem); }
.lpwpkz-root h2 { font-size: 0.8rem; line-height: 1.6; }

.lpwpkz-root h2.eyebrow { font-size: 0.64rem;
  line-height: 1.6;
}

.lpwpkz-root h2.match-pill { font-size: 0.8rem;
  line-height: 1.4;
}

.lpwpkz-root h2.problem-subhead { font-size: 0.8rem;
  color: var(--brand-deep);
  font-weight: 700;
  line-height: 1.6;
}

h3 { font-size: 1.12rem; }
.lead, .section__lead, .contact-intro { margin: 16px 0 0; color: var(--muted); font-size: 1rem; }
.hero__trust { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.hero__trust li, .bullet-list li { position: relative; padding-left: 18px; }
.hero__trust li::before, .bullet-list li::before { content: ""; position: absolute; top: 0.72em; left: 0; width: 8px; height: 8px; border-radius: 999px; background: var(--brand); }
.hero__cta { display: grid; gap: 10px; margin-top: 22px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 18px; border-radius: 16px;
  border: 1px solid transparent; font-weight: 700; text-align: center; transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}
.btn:hover, .btn:focus-visible { transform: translateY(-1px); }
.btn--primary { background: #1fa5d8; color: #fff; box-shadow: 0 14px 28px rgba(31, 165, 216, 0.24); }
.btn--secondary { background: #63d68a; color: #fff; box-shadow: 0 14px 28px rgba(32, 177, 90, 0.2); }
.btn--ghost { background: rgba(255, 255, 255, 0.72); color: var(--text); border-color: var(--line-strong); }
.btn--full { width: 100%; }
.note { margin: 14px 0 0; color: var(--muted); font-size: 0.92rem; }
.image-placeholder {
  display: grid; place-items: center; min-height: 250px; padding: 24px; border: 2px dashed rgba(20, 121, 145, 0.24);
  border-radius: var(--radius-lg);
  background: #f4fbff;
  color: var(--muted); text-align: center;
}
.image-placeholder--wide { margin-top: 20px; }
.trustbar { display: grid; gap: 12px; }
.trustbar__item { padding: 18px; border: 1px solid var(--line); border-radius: 0; background: rgba(242, 255, 251, 0.86); }
.trustbar__item strong { display: block; margin-bottom: 4px; font-size: 1.05rem; }
.trustbar__item span { color: var(--muted); font-size: 0.94rem; }
.trust-summary {
  margin-bottom: 20px;
  padding: 20px 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  display: grid;
  gap: 18px;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

@media (max-width: 860px) {
  .trust-summary {
    grid-template-columns: 1fr;
  }
}

.trust-summary__media {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.trust-summary__media img {
  display: block;
  width: 80%;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--line);
  background: #fff;
}

.trust-summary__content {
  display: block;
}
.trust-summary__head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.trust-summary__icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(20, 121, 145, 0.08); color: var(--brand-deep); font-size: 1.1rem; border-radius: 0; }
.trust-summary__title { margin: 0; font-size: 18px !important; font-weight: 800; color: var(--brand-deep); letter-spacing: 0.02em; background: transparent; }
.trust-summary__body p { margin: 0 0 10px; color: var(--text); font-size: 1rem; line-height: 1.8; }
.trust-summary__body p:last-child { margin-bottom: 0; }
.trust-summary__highlight { display: inline-block; padding: 0 6px; background: rgba(31, 165, 216, 0.12); color: var(--brand-deep); font-weight: 800; }
.trust-summary__banners {
  width: calc(100% + 36px);
  margin: 0 -18px;
  padding: 16px 18px;
  background: rgba(31, 165, 216, 0.12);
  overflow: hidden;
  grid-column: 1 / -1;
}

.trust-summary__banners-label {
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--brand-deep);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.trust-summary__banners-track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  animation: trust-banners-scroll 45s linear infinite;
}

.trust-summary__banners img {
  height: 60px;
  width: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .trust-summary__banners-track {
    animation: none;
  }
}

@keyframes trust-banners-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section { padding: 24px 18px; }
.section__head { margin-bottom: 18px; }
.split, .contact-grid, .pricing { display: grid; gap: 18px; }
.stack { display: grid; gap: 16px; }
.bullet-list, .step-list { margin: 0; padding: 0; list-style: none; }
.bullet-list { display: grid; gap: 12px; }
.bullet-list--compact { gap: 8px; }
.step-list { display: grid; gap: 10px; counter-reset: step; }
.step-list li { position: relative; padding: 14px 14px 14px 54px; border-radius: 16px; background: rgba(255, 255, 255, 0.76); border: 1px solid var(--line); }
.step-list li::before { counter-increment: step; content: counter(step); position: absolute; top: 50%; left: 14px; transform: translateY(-50%); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 700; }
.quote-grid, .reasons, .faq-list { display: grid; gap: 14px; }
.quote-card, .reason-card, .price-card, .compare-card, .side-card, .panel, .contact-panel { border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.74); box-shadow: 0 12px 36px rgba(10, 93, 120, 0.09); }
.quote-card { padding: 18px; font-weight: 700; }
.panel, .contact-panel, .side-card, .price-card, .compare-card { padding: 18px; }
.reason-card { position: relative; padding: 24px 18px 18px; }
.reason-card__num { display: inline-block; margin-bottom: 14px; color: var(--brand); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.14em; }
.reason-card p, .price-card p, .compare-card p, .side-card p, .panel p { margin: 10px 0 0; color: var(--muted); }
.pricing__main { display: grid; gap: 12px; }
.compare-list { display: grid; gap: 12px; margin: 16px 0 0; }
.compare-list div { display: grid; gap: 4px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.compare-list dt { color: var(--muted); font-size: 0.9rem; }
.compare-list dd { margin: 0; font-weight: 700; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.74); }
.faq-question { width: 100%; padding: 18px 52px 18px 18px; border: 0; background: transparent; color: var(--text); font-size: 1rem; font-weight: 700; text-align: left; cursor: pointer; position: relative; }
.faq-question::after { content: "+"; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 999px; background: var(--brand-soft); color: var(--brand-deep); font-size: 1.2rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 18px 18px; color: var(--muted); }
.contact-form { display: grid; gap: 14px; margin-top: 18px; }
.contact-form label, .choices { display: grid; gap: 8px; }
.contact-form span, .choices legend { font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid rgba(20, 121, 145, 0.22); border-radius: 14px; background: rgba(255, 255, 255, 0.84); color: var(--text); }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(31, 165, 216, 0.28); border-color: rgba(31, 165, 216, 0.5); }
.choices { padding: 0; border: 0; }
.choices label { display: inline-flex; gap: 8px; align-items: center; margin-right: 12px; font-weight: 400; }
.form-helper { margin: 0; color: var(--muted); font-size: 0.9rem; }
.contact-side { display: grid; gap: 14px; }
.side-card--soft { background: #effbf5; }
@media (min-width: 720px) {
.hero { grid-template-columns: 1.2fr 0.8fr; align-items: center; padding: 34px; }
  .trustbar { grid-template-columns: repeat(3, 1fr); }
  .split, .pricing, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split--reverse > :first-child { order: 2; }
  .split--reverse > :last-child { order: 1; }
  .quote-grid, .reasons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__cta { grid-template-columns: repeat(3, minmax(0, 1fr)); }

}
@media (min-width: 1024px) {
  .topbar { padding-right: calc((100vw - min(calc(100% - 32px), var(--container))) / 2 + 16px); padding-left: calc((100vw - min(calc(100% - 32px), var(--container))) / 2 + 16px); }
  .section, .hero { padding: 36px; }
  .quote-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .reasons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@keyframes page-rise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}



/* Minimal Flat Refresh: reduce box-heavy look */
.hero,
.section {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid var(--line);
}

.hero {
  padding-top: 8px;
}

.trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trustbar__item {
  border: 1px solid rgba(20, 121, 145, 0.22);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: none;
  border-radius: 0;
  padding: 10px 14px;
}

.quote-card,
.reason-card,
.price-card,
.compare-card,
.side-card,
.panel,
.contact-panel,
.faq-item {
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.quote-card,
.reason-card,
.price-card,
.compare-card,
.side-card,
.panel {
  border-left: 4px solid rgba(31, 165, 216, 0.35);
  padding: 8px 0 8px 14px;
}

.reason-card {
  padding-top: 6px;
}

.reason-card__num {
  margin-bottom: 6px;
  font-size: 0.72rem;
}

.compare-list div,
.step-list li {
  border-color: rgba(20, 121, 145, 0.18);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.faq-question {
  padding-left: 6px;
}

.faq-answer {
  padding-left: 6px;
}

.image-placeholder {
  border-radius: 12px;
  min-height: 190px;
}

.contact-panel,
.side-card,
.side-card--soft {
  padding: 0;
}

.contact-intro,
.form-helper {
  font-size: 0.94rem;
}


@media (min-width: 720px) {
  .hero,
  .section {
    padding-top: 16px;
    padding-bottom: 22px;
  }

  .quote-grid,
  .reasons {
    gap: 8px;
  }
}



/* Quality-score and mobile-CV focused refinements */
.hero__focus {
  margin: 0 0 10px;
  color: var(--brand-deep);
  font-size: 1rem;
  font-weight: 700;
}

.match-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 16px;
  padding: 0;
  list-style: none;
}

.match-pill {
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(20, 121, 145, 0.2);
  border-radius: 999px;
  background: #f3fcff;
  color: #0c6f96;
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-grid {
  grid-template-columns: 1fr !important;
}

.contact-action {
  margin-top: 12px;
}

.contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.form-helper {
  margin-top: 10px;
}

@media (min-width: 720px) {
  .match-pill {
    font-size: 0.9rem;
  }

  .contact-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}



/* Icon accents aligned with existing LP tone */
.icon-inline {
  margin-right: 0.45em;
  color: var(--brand-deep);
}

.icon-inline--light {
  color: #ffffff;
}

.topbar__actions .icon-inline {
  margin-right: 0.35em;
}

.hero__cta .btn .icon-inline,
.contact-actions .btn .icon-inline {
  margin-right: 0.5em;
}

.btn--primary .icon-inline,
.btn--secondary .icon-inline,
.chip--solid .icon-inline {
  color: #ffffff;
}

.icon-list li {
  padding-left: 1.65em;
}

.icon-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  color: var(--brand);
  background: transparent;
}

.trustbar__item strong,
.reason-card h3,
.price-card h3,
.panel h3 {
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.trustbar__item strong .icon-inline,
.reason-card h3 .icon-inline,
.price-card h3 .icon-inline,
.panel h3 .icon-inline {
  margin-right: 0.1em;
  color: var(--brand);
}




.hero-banner {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(20, 121, 145, 0.18);
  background: #ffffff;
}

.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.price-amount {
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--brand-deep);
  letter-spacing: 0.01em;
}

.price-tax {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--muted);
}

.payment-methods {
  margin-top: 18px;
}

.payment-methods__list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.payment-methods__list li {
  border: 1px solid rgba(20, 121, 145, 0.2);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.7);
}

.payment-methods__list strong {
  display: block;
  font-size: 0.98rem;
}

.payment-methods__list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (min-width: 720px) {
  .payment-methods__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.payment-methods__note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(20, 121, 145, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 0.9rem;
}

.section-visual {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(20, 121, 145, 0.18);
  background: transparent;
}

.section-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.price-table-wrap {
  margin-top: 18px;
}

.price-table-scroll {
  margin-top: 10px;
  overflow-x: auto;
}

.price-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.76);
}

.price-table th,
.price-table td {
  border: 1px solid rgba(20, 121, 145, 0.2);
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

.price-table tbody tr:first-child td {
  background: #f3fcff;
  color: var(--brand-deep);
  font-weight: 700;
}

.price-table tbody td:first-child {
  width: 28%;
  background: rgba(205, 239, 255, 0.35);
  color: #0c6f96;
  font-weight: 700;
}

.pricing.pricing--single {
  grid-template-columns: 1fr !important;
}


/* Solution step list refinement */
.step-list--enhanced {
  gap: 12px;
}

.step-list--enhanced li {
  padding: 14px 14px 14px 56px;
  border-left: 3px solid rgba(31, 165, 216, 0.45);
  background: linear-gradient(90deg, rgba(31, 165, 216, 0.08) 0%, rgba(255, 255, 255, 0.78) 32%);
}

.step-list--enhanced li::before {
  width: 30px;
  height: 30px;
  left: 12px;
  background: #1fa5d8;
  box-shadow: 0 6px 14px rgba(31, 165, 216, 0.28);
}

.step-list__title {
  display: block;
  color: #0c6f96;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

.step-list__detail {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.section--reasons .split {
  align-items: start;
}

.section--reasons .reasons {
  grid-template-columns: 1fr;
}







.hero-banner--inline {
  margin-top: 12px;
}

@media (min-width: 720px) {
  .hero.hero--inline-banner {
    grid-template-columns: 1fr;
  }
}





























