:root {
  --navy: #173761;
  --blue: #244bb8;
  --sky: #dbeafa;
  --paper: #ffffff;
  --ink: #121722;
  --muted: #5f6673;
  --greige: #e8e4dc;
  --bar: #99968f;
  --orange: #f08a24;
  --line: #06c755;
  --danger: #c0392b;
  --shadow: 0 14px 34px rgba(21, 32, 50, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.85;
  background: #fff;
}

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

.site-header {
  position: relative;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  box-shadow: 0 2px 18px rgba(23, 55, 97, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.brand img {
  display: block;
  width: min(430px, 58vw);
  height: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hero__image {
  display: block;
  width: 100%;
  background: #fff;
}

.hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__visual {
  position: relative;
  min-height: 360px;
  height: 57vh;
  max-height: 640px;
  background:
    linear-gradient(115deg, rgba(10, 33, 59, 0.15), rgba(11, 32, 59, 0.78)),
    radial-gradient(circle at 72% 28%, rgba(255, 213, 139, 0.62) 0 6%, transparent 19%),
    linear-gradient(145deg, #0d3159 0 47%, #163f71 47% 70%, #0a2441 70%);
}

.hero__visual::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -1px;
  height: 74px;
  background: #fff;
  clip-path: polygon(0 54%, 46% 30%, 52% 72%, 100% 36%, 100% 100%, 0 100%);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 74px 74px, 74px 74px;
  opacity: 0.5;
}

.hero__house {
  position: absolute;
  inset: 0;
  max-width: 1120px;
  margin: auto;
}

.house {
  position: absolute;
  display: block;
  border-radius: 4px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.25);
}

.house--left {
  left: 5%;
  bottom: 88px;
  width: 33%;
  height: 38%;
  background: linear-gradient(180deg, #a87841, #7a5330);
  transform: skewY(-7deg);
}

.house--main {
  right: 7%;
  bottom: 88px;
  width: 46%;
  height: 62%;
  background: linear-gradient(90deg, #253950, #14283f);
}

.house--main::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 13%;
  right: 13%;
  height: 62px;
  background: repeating-linear-gradient(90deg, #ffd284 0 34px, transparent 34px 58px);
  opacity: 0.75;
}

.beam {
  position: absolute;
  left: 12%;
  top: 0;
  width: 44%;
  height: 34%;
  transform: skewX(-28deg);
  transform-origin: top left;
  background: linear-gradient(180deg, #b8793c, #8f572b);
  box-shadow: inset 0 -18px 0 rgba(0, 0, 0, 0.16);
}

.soil {
  position: absolute;
  left: 18%;
  right: 20%;
  bottom: 72px;
  height: 56px;
  background: linear-gradient(90deg, #d9d0bf, #a59682);
  border-radius: 50%;
  opacity: 0.85;
}

.termite {
  position: absolute;
  bottom: 102px;
  width: 18px;
  height: 10px;
  border-radius: 50%;
  background: #d68a41;
}

.termite::before,
.termite::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.termite::before {
  left: -6px;
}

.termite::after {
  right: -6px;
}

.t1 {
  left: 42%;
}

.t2 {
  left: 50%;
  transform: scale(0.78);
}

.hero__content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(760px, calc(100% - 40px));
  transform: translate(-50%, -43%);
  color: #fff;
  text-align: center;
}

.hero__lead {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  font-weight: 800;
}

.hero__lead::before,
.hero__lead::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: currentColor;
}

.hero h1 {
  margin: 0 0 28px;
  font-size: clamp(30px, 7vw, 58px);
  line-height: 1.42;
  font-weight: 900;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.container--narrow {
  width: min(820px, calc(100% - 40px));
}

.section {
  padding: 82px 0;
}

.intro {
  text-align: center;
}

.intro h2 {
  margin: 0 0 22px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(25px, 4.3vw, 36px);
  font-weight: 700;
  line-height: 1.5;
}

.intro h2 span {
  font-size: 1.12em;
  font-weight: 800;
}

.sp-heading-break {
  display: none;
}

.intro-copy {
  width: min(700px, 100%);
  margin: 0 auto;
  text-align: center;
}

.intro-copy p {
  margin: 0;
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 700;
  line-height: 2;
}

.intro-support-list {
  display: grid;
  gap: 10px;
  width: min(360px, 100%);
  margin: 14px auto;
}

.intro-support-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 18px;
  border: 2px solid #2c4fbb;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 900;
  line-height: 1.45;
}

.text-marker {
  background: linear-gradient(transparent 62%, #fff36a 62%);
  font-weight: 900;
}

.section-heading {
  text-align: center;
  margin-bottom: 44px;
}

.section-heading p {
  margin: 0 0 6px;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(25px, 5vw, 34px);
  line-height: 1.45;
}

.section-heading span {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55em;
  padding: 0 3px;
}

.angle-section {
  position: relative;
  padding: 86px 0 112px;
  background: var(--greige);
}

.angle-section::after,
.angle-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 74px;
  background: #fff;
}

.angle-section::after {
  bottom: -1px;
  background: var(--greige);
  clip-path: polygon(0 45%, 50% 100%, 100% 45%, 100% 100%, 0 100%);
}

.feature-grid,
.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature-card,
.flow-card,
.voice-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.point-bar {
  padding: 15px 10px;
  color: #fff;
  background: var(--bar);
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.feature-card {
  min-height: 560px;
}

.feature-card h3 {
  margin: 6px 16px 16px;
  color: var(--blue);
  font-size: clamp(22px, 1.8vw, 24px);
  line-height: 1.55;
  text-align: center;
}

.feature-card h3 span {
  display: block;
  white-space: normal;
}

.feature-card p {
  margin: 0 28px 32px;
  font-weight: 600;
}

.feature-illustration {
  position: relative;
  width: min(230px, calc(100% - 44px));
  aspect-ratio: 4 / 3;
  margin: 30px auto 18px;
  overflow: hidden;
}

.feature-illustration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.cta-row--section {
  margin-top: 54px;
}

.cta-row--intro {
  margin-top: 34px;
}

.cta-row--after-early {
  margin-top: 34px;
}

.cta-image {
  display: block;
  width: min(520px, 100%);
  border-radius: 999px;
  line-height: 0;
  filter: drop-shadow(0 12px 22px rgba(15, 38, 74, 0.16));
}

.cta-image img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-image {
  position: relative;
  overflow: hidden;
  animation: ctaPulse 2.8s ease-in-out infinite;
}

.cta-image::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -45%;
  width: 34%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: ctaShine 3.2s ease-in-out infinite;
}

.cta-image--line {
  animation-delay: 0.35s;
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
}

@keyframes ctaShine {
  0% {
    left: -45%;
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  48% {
    left: 112%;
    opacity: 0;
  }
  100% {
    left: 112%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-image,
  .cta-image::after {
    animation: none;
  }
}

.early {
  margin: 58px auto 0;
  padding: clamp(22px, 4vw, 46px);
  border: 2px solid #e93d2f;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 26%, rgba(233, 61, 47, 0.08), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fff8f6 100%);
  box-shadow: 0 18px 44px rgba(148, 67, 53, 0.12);
}

.early__main {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
}

.early__heading {
  max-width: 920px;
}

.early__heading h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(28px, 4.3vw, 48px);
  font-weight: 900;
  line-height: 1.35;
}

.early__heading h3 span,
.early__heading h3 strong,
.early__heading h3 em {
  display: block;
}

.early__heading h3 .early__lead,
.early__heading h3 .early__lead strong {
  display: inline;
}

.early__heading strong {
  width: fit-content;
  padding: 0 8px;
  background: linear-gradient(transparent 58%, #fff05a 58%);
  color: #e93d2f;
  font-style: normal;
}

.early__heading em {
  color: #e93d2f;
  font-style: normal;
}

.early__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.early__box {
  width: min(610px, 100%);
  margin: 0;
  padding: 22px 28px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(148, 67, 53, 0.08);
}

.early__box p {
  margin: 0;
  color: #242424;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 900;
  line-height: 1.75;
  text-align: left;
}

.early__box p + p {
  margin-top: 10px;
}

.early__box strong {
  color: #e93d2f;
  font-size: 1.28em;
  text-decoration: underline dotted;
  text-underline-offset: 8px;
}

.early-break-mid {
  display: none !important;
}

.early__visual {
  align-self: center;
}

.early__visual img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.voices {
  overflow: hidden;
  padding-bottom: 100px;
}

.carousel {
  --visible: 3;
  overflow: hidden;
  width: 100%;
}

.carousel__track {
  display: flex;
  gap: 28px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.voice-card {
  flex: 0 0 calc((100% - 56px) / var(--visible));
  position: relative;
  display: grid;
  grid-template-rows: auto 96px auto auto auto;
  margin-top: 42px;
  padding: 58px 28px 28px;
  overflow: visible;
  background: var(--sky);
  text-align: center;
  box-shadow: none;
}

.avatar {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border: 5px solid #111;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  color: var(--navy);
  font-weight: 900;
}

.avatar img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.avatar--neutral {
  color: #6e6b64;
}

.voice-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
}

.comment {
  align-self: start;
  margin: 0;
  text-align: left;
  font-weight: 600;
}

.work {
  align-self: end;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: end;
}

.prices span {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(var(--bar) 0 30px, #fff 30px 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 30px;
}

.prices span {
  position: relative;
}

.prices b {
  display: block;
  color: #111;
  font-size: 27px;
  line-height: 42px;
}

.prices .best {
  background: linear-gradient(var(--danger) 0 30px, #fff 30px 100%);
}

.prices .best b {
  color: var(--danger);
}

.prices i {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  color: #d75b32;
  font-style: normal;
  font-size: 27px;
}

.saving {
  margin: 20px 0 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}

.saving strong {
  color: #d75b32;
  font-size: 1.45em;
}

.carousel__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.carousel__dots button {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
}

.carousel__dots button.is-active {
  background: #d75b32;
}

.flow {
  position: relative;
  background: #f1f1f1;
}

.angle-top::before {
  top: -1px;
  clip-path: polygon(0 0, 48% 0, 56% 46%, 100% 12%, 100% 0, 0 0);
}

.flow-card {
  display: grid;
  grid-template-rows: 1fr 156px;
  align-items: start;
  padding: 28px 26px 24px;
  text-align: center;
}

.step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 2px 14px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.flow-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.45;
}

.flow-title-break {
  display: none;
}

.flow-card p {
  margin: 0;
  font-weight: 600;
  text-align: center;
}

.flow-card small {
  display: block;
  margin-top: 8px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.flow-image {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  height: 156px;
  margin-top: 18px;
}

.flow-image img {
  display: block;
  width: min(220px, 100%);
  height: 100%;
  object-fit: contain;
}

.final-cta {
  padding: 76px 0 82px;
  background: var(--greige);
  text-align: center;
}

.slash {
  margin: 0 0 12px;
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 900;
}

.final-cta h2 {
  margin: 0 0 34px;
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1.6;
}

.final-cta h2 span {
  display: inline-block;
  margin: 0 5px;
  padding: 0 12px;
  background: #fff;
  color: var(--blue);
}

.privacy {
  margin: 28px 0 0;
  color: #222;
  font-size: 14px;
  font-weight: 700;
}

.privacy::before {
  content: "※";
  margin-right: 6px;
  font-size: 14px;
}

.site-footer {
  padding: 46px 20px 36px;
  background: #9d9a93;
  color: #fff;
  text-align: center;
}

.footer-brand {
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
}

.footer-brand img {
  display: block;
  width: min(360px, 78vw);
  height: auto;
  filter: invert(1);
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 22px;
  font-size: 14px;
}

.site-footer a {
  font-weight: 400;
}

.copyright {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 860px) {
  .site-header {
    padding: 14px 20px;
  }

  .hero__visual {
    height: 620px;
    min-height: 620px;
  }

  .hero__content {
    top: 48%;
    transform: translate(-50%, -46%);
  }

  .hero h1 {
    margin-bottom: 26px;
    font-size: 36px;
    text-align: left;
  }

  .hero__lead {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }

  .hero__lead::before,
  .hero__lead::after {
    width: 38px;
  }

  .house--left {
    left: -8%;
    width: 55%;
  }

  .house--main {
    right: -18%;
    width: 74%;
  }

  .beam {
    width: 62%;
  }

  .section,
  .intro {
    padding: 68px 0;
  }

  .intro {
    text-align: center;
  }

  .intro-copy p {
    font-size: 16px;
  }

  .intro-support-list {
    gap: 8px;
    margin: 12px auto;
  }

  .intro-support-list span {
    min-height: 44px;
    padding: 8px 14px;
    font-size: 16px;
  }

  .sp-heading-break {
    display: block;
  }

  .angle-section {
    padding: 74px 0 96px;
  }

  .feature-grid,
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-card h3 {
    font-size: 24px;
  }

  .cta-row {
    align-items: center;
  }

  .cta-image {
    width: min(480px, 100%);
  }

  .early {
    margin-top: 42px;
    padding: 22px 18px;
    border-radius: 12px;
  }

  .early__main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .early__body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .early__heading {
    max-width: none;
  }

  .early__heading h3 {
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.4;
  }

  .early__heading h3 .early__lead,
  .early__heading h3 .early__lead strong {
    display: block;
  }

  .early__box {
    margin: 0;
    padding: 18px;
  }

  .early__box p {
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.7;
  }

  .early__visual {
    order: -1;
    width: min(280px, 78%);
    margin: 0 auto;
  }

  .early__visual img {
    max-height: 260px;
  }

  .early-break-mid {
    display: block;
  }

  .carousel {
    --visible: 1;
    width: min(360px, 100%);
    margin: 0 auto;
    overflow: hidden;
  }

  .carousel__track {
    gap: 0;
  }

  .voice-card {
    flex-basis: 100%;
    padding: 56px 24px 26px;
  }

  .comment {
    min-height: 0;
  }

  .flow {
    padding-top: 86px;
  }

  .flow-grid {
    gap: 42px;
  }

  .flow-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 142px;
    gap: 0;
    align-items: start;
    text-align: center;
  }

  .flow-title-break {
    display: block;
  }

  .flow-card:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -29px;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 16px solid var(--blue);
  }

  .flow-image {
    height: 142px;
    margin-top: 16px;
  }

  .final-cta h2 span {
    margin-bottom: 7px;
  }

  .site-footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 420px;
    margin: 0 auto 28px;
    border-top: 0;
    border-left: 0;
  }

  .site-footer nav a {
    padding: 14px 12px;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
  }
}

@media (min-width: 861px) and (max-width: 1120px) {
  .hero-info__inner {
    gap: 20px;
    font-size: 28px;
  }
}

@media (min-width: 861px) and (max-width: 980px) {
  .hero-info__inner {
    gap: 14px;
    font-size: 24px;
  }
}

@media (min-width: 861px) and (max-width: 1280px) {
  .early {
    width: fit-content;
    max-width: calc(100% - 32px);
    padding: clamp(26px, 3vw, 38px) clamp(34px, 4vw, 52px);
  }

  .early__main {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .early__body {
    grid-template-columns: minmax(430px, max-content) 330px;
    gap: clamp(24px, 3vw, 42px);
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-inline: 0;
  }

  .early__box {
    width: fit-content;
    max-width: 100%;
  }

  .early__visual {
    justify-self: center;
    width: min(360px, 100%);
  }

  .early-break-mid {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 860px) {
  .early {
    width: fit-content;
    max-width: calc(100% - 24px);
    padding: 24px;
  }

  .early__main {
    width: fit-content;
    max-width: 100%;
    gap: 18px;
    justify-items: center;
  }

  .early__heading {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 26px;
    text-align: left;
  }

  .early__heading strong {
    margin-inline: 0;
  }

  .early__box {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    padding: 22px 26px;
  }

  .early__visual {
    width: min(300px, 72%);
    margin-inline: auto;
  }

  .early-break-mid {
    display: block;
  }
}

@media (min-width: 431px) and (max-width: 640px) {
  .early {
    width: fit-content;
    max-width: calc(100% - 24px);
    padding: 22px;
  }

  .early__main {
    width: fit-content;
    max-width: 100%;
    gap: 18px;
    justify-items: center;
  }

  .early__body {
    width: fit-content;
    max-width: 100%;
  }

  .early__box {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    padding: 20px 22px;
  }

  .early__heading {
    width: fit-content;
    max-width: 100%;
    padding-inline: 22px;
    text-align: left;
  }

  .early__heading strong {
    margin-inline: 0;
  }

  .early__visual {
    width: min(300px, 74%);
  }

  .early-break-mid {
    display: block;
  }
}

@media (max-width: 430px) {
  .container,
  .container--narrow {
    width: calc(100% - 32px);
  }

  .site-header {
    padding: 11px 0;
  }

  .site-header__inner {
    gap: 8px;
    padding: 0 4px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .brand img {
    width: min(260px, 64vw);
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero__content {
    width: calc(100% - 32px);
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .feature-illustration {
    transform: scale(0.9);
    margin-bottom: 4px;
  }

  .feature-card p {
    margin-inline: 22px;
  }

  .prices {
    gap: 8px;
  }

  .prices b {
    font-size: 25px;
  }

  .saving {
    font-size: 25px;
  }

  .flow-card {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .flow-image {
    height: 132px;
  }
}

.hero--coded {
  background: #fff;
  color: #050505;
}

.hero--image {
  background: #fff;
}

.hero-image-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  line-height: 0;
}

.hero-image-wrap picture,
.hero-image-wrap img {
  display: block;
  width: 100%;
}

.hero-image-wrap img {
  height: auto;
}

.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  align-items: end;
  min-height: 660px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 88px clamp(24px, 4vw, 52px) 0;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-bottom: 34px;
}

.hero-title {
  display: grid;
  gap: 12px;
  margin: 0;
  font-size: clamp(58px, 6.2vw, 98px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow:
    4px 0 0 #fff,
    -4px 0 0 #fff,
    0 4px 0 #fff,
    0 -4px 0 #fff;
}

.hero-title span {
  position: relative;
  width: fit-content;
  white-space: nowrap;
}

.hero-title span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0.02em;
  right: -0.06em;
  bottom: 0.12em;
  height: 0.24em;
}

.hero-title .mark-yellow {
  font-size: 1.34em;
}

.mark-yellow::after {
  background: #fff200;
}

.mark-blue::after {
  background: #dceaff;
}

.mark-blue--wide::after {
  right: -0.14em;
}

.hero-free {
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(590px, 100%);
  margin-top: 38px;
  padding: 14px 24px 14px 14px;
  border: 3px solid #2c4fbb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.hero-yen {
  display: block;
  flex: 0 0 auto;
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.hero-free p {
  margin: 0;
  font-size: clamp(30px, 3.3vw, 46px);
  font-weight: 950;
  line-height: 1.25;
}

.hero-free p span {
  display: block;
  white-space: nowrap;
}

.hero-free strong {
  color: #2c4fbb;
  font-size: 1.25em;
}

.sp-only-br {
  display: none;
}

.hero-person {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 640px;
}

.hero-person img {
  position: absolute;
  right: clamp(-150px, -9vw, -70px);
  bottom: 34px;
  width: min(860px, 64vw);
  max-width: none;
  mix-blend-mode: multiply;
}

@media (min-width: 861px) and (max-width: 1180px) {
  .hero-stage {
    grid-template-columns: minmax(0, 0.96fr) minmax(400px, 1.04fr);
    min-height: 560px;
    padding: 72px 18px 0;
  }

  .hero-copy {
    align-self: start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title {
    font-size: clamp(58px, 7.2vw, 86px);
  }

  .hero-free {
    width: fit-content;
    margin-top: 34px;
  }

  .hero-person {
    min-height: 560px;
  }

  .hero-person img {
    right: clamp(-95px, -7vw, -48px);
    bottom: 24px;
    width: min(720px, 62vw);
  }
}

.hero-info {
  width: 100%;
  background: #2c4fbb;
  color: #fff;
}

.hero-info__inner {
  display: grid;
  grid-template-columns: auto 2px auto auto;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  width: min(1180px, 100%);
  min-height: 82px;
  margin: 0 auto;
  padding: 14px clamp(18px, 4vw, 52px);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-info__inner i {
  width: 2px;
  height: 48px;
  background: rgba(255, 255, 255, 0.88);
}

.hero-info__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-info__icons img {
  display: block;
  width: 1.15em;
  height: 1.15em;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 860px) {
  .hero-stage {
    display: block;
    min-height: 0;
    height: min(100vw, 720px);
    padding: clamp(92px, 20vw, 132px) 20px 0;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    padding-bottom: 0;
  }

  .hero-title {
    gap: clamp(10px, 2.7vw, 18px);
    font-size: clamp(35px, 11.4vw, 66px);
    line-height: 1.02;
    width: fit-content;
  }

  .hero-title .mark-yellow {
    font-size: 1.55em;
  }

  .hero-title span::after {
    bottom: 0.08em;
    height: 0.24em;
  }

  .hero-title .mark-yellow::after {
    bottom: 0.16em;
  }

  .hero-title span {
    text-shadow:
      3px 0 0 #fff,
      -3px 0 0 #fff,
      0 3px 0 #fff,
      0 -3px 0 #fff,
      2px 2px 0 #fff,
      -2px 2px 0 #fff,
      2px -2px 0 #fff,
      -2px -2px 0 #fff;
  }

  .hero-free {
    position: relative;
    z-index: 4;
    width: fit-content;
    max-width: calc(100vw - 24px);
    margin-top: clamp(42px, 11vw, 70px);
    gap: clamp(13px, 3vw, 20px);
    padding: clamp(10px, 2.8vw, 15px) clamp(15px, 4vw, 26px) clamp(10px, 2.8vw, 15px) clamp(10px, 2.8vw, 15px);
    border-width: 2px;
    background: rgba(255, 255, 255, 0.78);
  }

  .hero-yen {
    width: clamp(64px, 17vw, 94px);
    height: clamp(64px, 17vw, 94px);
  }

  .hero-free p {
    font-size: clamp(25px, 7.1vw, 43px);
  }

  .sp-only-br {
    display: block;
  }

  .hero-person {
    position: absolute;
    inset: 0;
    min-height: 0;
    pointer-events: none;
  }

  .hero-person img {
    right: clamp(-250px, -45vw, -126px);
    bottom: 0;
    width: clamp(520px, 134vw, 820px);
    opacity: 0.95;
  }

  .hero-info__inner {
    grid-template-columns: auto auto auto auto;
    gap: 8px;
    justify-items: center;
    min-height: clamp(58px, 15vw, 88px);
    padding: 10px 2px;
    font-size: clamp(15px, 4.2vw, 24px);
    text-align: center;
  }

  .hero-info__inner i {
    display: block;
    width: 1px;
    height: 1.8em;
  }

  .hero-info__icons {
    gap: 6px;
  }

  .hero-info__icons img {
    width: 1.15em;
    height: 1.15em;
  }
}

@media (max-width: 430px) {
  .hero-stage {
    height: 100vw;
    padding: 80px 12px 0;
  }

  .hero-title {
    font-size: clamp(29px, 11.2vw, 45px);
  }

  .hero-person img {
    right: -178px;
    width: 548px;
    bottom: 0;
  }

  .hero-free {
    width: fit-content;
    max-width: calc(100vw - 16px);
    margin-top: 34px;
    gap: 10px;
  }

  .hero-yen {
    width: 58px;
    height: 58px;
  }

  .hero-free p {
    font-size: clamp(22px, 6.8vw, 30px);
  }
}

.policy-page {
  background: #f5f7fb;
}

.policy-header {
  background: #fff;
  border-bottom: 1px solid #e5e9f2;
  padding: 18px 20px;
}

.policy-brand {
  display: block;
  width: min(960px, 100%);
  margin: 0 auto;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.policy-main {
  width: min(960px, calc(100% - 32px));
  margin: 44px auto;
}

.policy-document {
  padding: clamp(28px, 5vw, 56px);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(23, 55, 97, 0.08);
}

.policy-document h1 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.35;
}

.policy-lead {
  margin: 0 0 34px;
  font-weight: 700;
}

.policy-document section {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid #e8edf5;
}

.policy-document h2 {
  margin: 0 0 12px;
  color: #1b2a40;
  font-size: clamp(20px, 3.5vw, 25px);
  line-height: 1.5;
}

.policy-document p,
.policy-document li,
.policy-document address {
  color: #243044;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}

.policy-document ul {
  margin: 10px 0 0;
  padding-left: 1.2em;
}

.policy-date {
  margin: 34px 0 0;
  text-align: right;
}

.policy-date--top {
  margin: 0 0 28px;
  text-align: left;
}

.policy-document a {
  color: #2c4fbb;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-footer {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto 52px;
  text-align: center;
}

.policy-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
}

.legal-table th,
.legal-table td {
  border-bottom: 1px solid #dbe3ef;
  padding: 18px 20px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
}

.legal-table tr:last-child th,
.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-table th {
  width: 30%;
  background: #f0f5fb;
  color: var(--navy);
  font-weight: 900;
  text-align: left;
}

.legal-table td {
  background: #fff;
  color: #243044;
  font-weight: 700;
}

.legal-table small {
  display: block;
  margin-top: 6px;
  color: #5f6673;
  font-size: 13px;
  line-height: 1.7;
}

.legal-table a {
  color: #2c4fbb;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-note {
  margin: 28px 0 0;
  padding: 18px 20px;
  border-radius: 8px;
  background: #fff7f5;
  color: #243044;
  font-weight: 700;
}

@media (max-width: 640px) {
  .legal-table,
  .legal-table tbody,
  .legal-table tr,
  .legal-table th,
  .legal-table td {
    display: block;
    width: 100%;
  }

  .legal-table th {
    border-bottom: 0;
    padding: 14px 16px 6px;
  }

  .legal-table td {
    padding: 6px 16px 16px;
  }

  .legal-table tr {
    border-bottom: 1px solid #dbe3ef;
  }

  .legal-table tr:last-child {
    border-bottom: 0;
  }
}
