:root {
  --ink: #35383a;
  --muted: #6e7778;
  --teal: #1c918b;
  --teal-deep: #10756f;
  --teal-soft: #e9f8f6;
  --coral: #ec7376;
  --coral-deep: #de5f68;
  --violet: #8672aa;
  --gold: #d9ae4d;
  --rose: #df8796;
  --blue: #7aaeca;
  --line: #d9e8e7;
  --white: #fff;
  --shadow: 0 18px 46px rgba(38, 85, 83, 0.12);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f4f8f8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

main {
  width: min(100%, 864px);
  margin: 0 auto;
  overflow: hidden;
  background: #fbfdfd;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

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

.section {
  padding: 76px 0;
}

.section-kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  color: #303437;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.42;
}

h1 span,
h2 span,
.accent {
  color: var(--teal);
}

h2 {
  margin-bottom: 18px;
  color: #303437;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.7;
}

h3 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

p {
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 34px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button::after {
  content: "›";
  margin-left: 18px;
  font-size: 24px;
  line-height: 1;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  min-width: 360px;
  color: var(--white);
  background: linear-gradient(90deg, var(--coral), #f27e7f);
  box-shadow: 0 18px 32px rgba(230, 104, 111, 0.22);
}

.button--primary:hover {
  box-shadow: 0 22px 40px rgba(230, 104, 111, 0.3);
}

.button--ghost {
  min-height: 44px;
  color: var(--teal-deep);
  background: rgba(255, 255, 255, 0.72);
  border-color: transparent;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #f7fbfb;
}

.hero__media,
.hero__wash {
  position: absolute;
  inset: 0;
}

.hero__media {
  background: url("../images/hero-gpt-image-2.webp") center right / cover no-repeat;
}

.hero__wash {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.89) 36%, rgba(255, 255, 255, 0.45) 58%, rgba(255, 255, 255, 0.1) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 36%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
  padding: 28px 0 70px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--teal);
  font-size: 18px;
  font-weight: 900;
  line-height: 0.92;
}

.brand__helix {
  width: 22px;
}

.brand__helix svg {
  width: 22px;
  height: 38px;
}

.brand__helix path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.hero__copy {
  max-width: 650px;
  padding-top: 42px;
}

.hero__lead {
  color: #464b4d;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 2;
}

.hero__lead span {
  color: var(--teal);
}

.hero__stats {
  display: block;
  width: min(557px, 100%);
  margin-top: 30px;
}

.hero__stats img {
  width: 100%;
  height: auto;
}

.stat {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  color: var(--teal);
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  border: 2px dotted currentColor;
  border-radius: 50%;
  box-shadow: 0 15px 30px rgba(33, 91, 87, 0.08);
}

.stat svg {
  width: 32px;
  height: 32px;
  margin-bottom: -5px;
}

.stat svg path,
.stat svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat strong {
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.stat strong span {
  font-size: 22px;
}

.stat > span {
  color: currentColor;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.stat--violet {
  color: var(--violet);
}

.stat--coral {
  color: #ca4f61;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 18px;
  color: #3f4848;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(28, 145, 139, 0.48);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.hero__badges b {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-size: 14px;
}

.hero__badges span:nth-child(2) {
  border-color: rgba(134, 114, 170, 0.5);
}

.hero__badges span:nth-child(2) b {
  background: var(--violet);
}

.hero__badges span:nth-child(3) {
  border-color: rgba(223, 135, 150, 0.5);
}

.hero__badges span:nth-child(3) b {
  background: var(--rose);
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(520px, 100%);
  margin: 30px auto 0;
}

.worries {
  background: #fff;
}

.worries__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 70px;
}

.worries h2 {
  font-weight: 900;
  text-align: center;
}

.check-list {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 42px;
  color: #4d5556;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.worries__illust img {
  width: 280px;
  margin-left: auto;
  mix-blend-mode: multiply;
}

.answer {
  background: #fff;
}

.answer__panel {
  position: relative;
  min-height: 316px;
  overflow: hidden;
  padding: 42px 58px;
  background:
    radial-gradient(circle at 88% 48%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18) 34%, transparent 62%),
    linear-gradient(115deg, #edf8f7, #f4fbfb 48%, #fff7f4);
  border: 1px solid rgba(200, 231, 229, 0.8);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.answer__copy {
  position: relative;
  z-index: 1;
  max-width: 630px;
}

.answer h2 {
  color: var(--teal);
}

.answer-title {
  color: var(--teal);
}

.answer-title__serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.answer-title__round {
  color: var(--ink);
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 800;
}

.dna-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.62;
}

.dna-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dna-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(239, 249, 248, 0.96) 0%, rgba(246, 252, 252, 0.85) 48%, rgba(255, 255, 255, 0.12) 100%);
}

.points {
  background: #fbfdfd;
}

.points .section-heading h2 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}

.points .section-heading h2 span {
  color: var(--teal);
}

.point-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.point-card {
  position: relative;
  --point-color: var(--teal);
  min-height: 292px;
  padding: 26px 20px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(59, 97, 97, 0.08);
}

.point-card__num {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 14px;
  color: #fff;
  background: var(--point-color);
  border-radius: 50%;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.point-card svg {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
}

.point-card svg path,
.point-card svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.point-card h3 {
  margin-bottom: 10px;
  color: var(--point-color);
  text-align: center;
}

.point-card p {
  margin: 0;
  color: #4f595a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.85;
}

.point-card--teal {
  --point-color: var(--teal);
  color: var(--teal);
}

.point-card--violet {
  --point-color: var(--violet);
  color: var(--violet);
}

.point-card--gold {
  --point-color: var(--gold);
  color: var(--gold);
}

.point-card--rose {
  --point-color: var(--rose);
  color: var(--rose);
}

.point-card--blue {
  --point-color: var(--blue);
  color: var(--blue);
}

.flow {
  background: #fff;
}

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

.flow-card {
  position: relative;
  min-height: 184px;
  padding: 20px 150px 20px 20px;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: var(--teal);
  overflow: hidden;
}

.flow-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 50%;
  width: 64px;
  height: 64px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 26px solid rgba(28, 145, 139, 0.32);
  transform: translateY(-50%);
}

.flow-card:last-child::after {
  display: none;
}

.flow-card p {
  margin-bottom: 8px;
  color: currentColor;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.flow-card p strong {
  font-size: 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.flow-card h3 {
  margin-bottom: 8px;
  color: currentColor;
}

.flow-card span {
  display: block;
  color: #556062;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.flow-card svg {
  position: absolute;
  right: 12px;
  bottom: 14px;
  width: 136px;
  color: currentColor;
}

.flow-card svg path,
.flow-card svg rect,
.flow-card svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-card text {
  fill: currentColor;
  font-size: 13px;
  font-weight: 800;
}

.flow-card--violet {
  color: var(--violet);
}

.flow-card--rose {
  color: var(--coral);
}

.closing {
  display: grid;
  grid-template-columns: 39% 1fr;
  min-height: 284px;
  background: linear-gradient(90deg, #fff, #fff7f7);
  border-top: 1px solid #f3e2e2;
}

.closing__photo {
  min-height: 284px;
  background: url("../images/hero-gpt-image-2.webp") center 42% / cover no-repeat;
}

.closing__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  padding: 42px 56px;
}

.closing h2 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.65;
}

.closing p {
  margin-bottom: 18px;
  font-weight: 600;
}

.closing .button {
  align-self: flex-start;
}

.notice {
  padding: 22px 0 96px;
  background: #fff;
}

.notice p {
  margin: 0;
  color: #7d8788;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.mobile-cta {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(217, 232, 231, 0.8);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-cta .button {
  width: 100%;
  min-width: 0;
  min-height: 50px;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .hero {
    min-height: 670px;
  }

  .hero__media {
    background-position: 62% center;
  }

  .hero__copy {
    max-width: 560px;
  }

  h1 {
    font-size: 44px;
  }

  .hero__stats {
    gap: 18px;
  }

  .stat {
    width: 132px;
    height: 132px;
  }

  .stat strong {
    font-size: 32px;
  }

  .point-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flow-grid {
    gap: 18px;
  }

  .flow-card {
    padding-right: 116px;
  }

  .flow-card svg {
    width: 104px;
  }
}

@media (max-width: 760px) {
  .container,
  .hero__inner {
    width: min(100% - 32px, 560px);
  }

  .section {
    padding: 54px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero__media {
    position: relative;
    height: 370px;
    background-position: 60% center;
  }

  .hero__wash {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 88%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.28));
  }

  .hero__inner {
    margin-top: -342px;
    padding: 20px 0 48px;
  }

  .brand {
    font-size: 15px;
  }

  .brand__helix svg {
    width: 18px;
    height: 32px;
  }

  .hero__copy {
    max-width: 360px;
    padding-top: 26px;
  }

  .eyebrow {
    display: inline-block;
    padding: 6px 10px;
    color: var(--white);
    background: var(--coral);
    border-radius: 6px;
  }

  h1 {
    font-size: 31px;
    line-height: 1.55;
  }

  h2 {
    font-size: 25px;
    line-height: 1.75;
  }

  .hero__lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .hero__stats {
    justify-content: space-between;
    gap: 8px;
    margin-top: 150px;
  }

  .stat {
    width: 31%;
    height: auto;
    aspect-ratio: 1;
  }

  .stat svg {
    width: 24px;
    height: 24px;
  }

  .stat strong {
    font-size: 25px;
  }

  .stat > span {
    font-size: 12px;
  }

  .hero__badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__badges span {
    justify-content: center;
  }

  .button,
  .button--primary {
    width: 100%;
    min-width: 0;
    padding: 0 20px;
  }

  .hero__actions {
    width: 100%;
  }

  .worries__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .worries h2 {
    text-align: left;
  }

  .check-list li {
    font-size: 14px;
  }

  .worries__illust img {
    width: 210px;
    margin: 0 auto;
  }

  .answer__panel {
    padding: 30px 22px 180px;
  }

  .dna-art {
    inset: auto 0 0 0;
    width: 100%;
    height: 210px;
  }

  .point-grid {
    grid-template-columns: 1fr;
  }

  .point-card {
    min-height: 0;
  }

  .flow-grid {
    grid-template-columns: 1fr;
  }

  .flow-card {
    min-height: 176px;
  }

  .flow-card::after {
    display: none;
  }

  .closing {
    grid-template-columns: 1fr;
  }

  .closing__photo {
    min-height: 210px;
  }

  .closing__copy {
    padding: 34px 20px;
  }

  .closing h2 {
    font-size: 24px;
  }

  .notice {
    padding-bottom: 86px;
  }

  .mobile-cta {
    display: block;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 28px;
  }

  .hero__stats {
    margin-top: 132px;
  }

  .stat strong {
    font-size: 22px;
  }

  .stat > span {
    font-size: 11px;
  }
}

@media (min-width: 761px) {
  .container,
  .hero__inner {
    width: calc(100% - 80px);
    max-width: 784px;
  }

  .section {
    padding: 44px 0;
  }

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

  h1 {
    margin-bottom: 14px;
    font-size: 42px;
    line-height: 1.42;
  }

  h2 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1.7;
  }

  p {
    font-size: 13px;
    line-height: 1.9;
  }

  .button {
    min-height: 48px;
    padding: 0 28px;
  }

  .button--primary {
    min-width: 470px;
  }

  .button--ghost {
    min-height: 36px;
  }

  .hero {
    min-height: 620px;
  }

  .hero__media {
    background-position: center right;
  }

  .hero__wash {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 38%, rgba(255, 255, 255, 0.42) 63%, rgba(255, 255, 255, 0.06) 100%),
      linear-gradient(0deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0) 35%);
  }

  .hero__inner {
    padding: 22px 0 34px;
  }

  .brand {
    font-size: 15px;
  }

  .brand__helix svg {
    width: 18px;
    height: 32px;
  }

  .hero__copy {
    max-width: 520px;
    padding-top: 36px;
  }

  .hero__lead {
    font-size: 17px;
    line-height: 1.85;
  }

  .hero__stats {
    gap: 34px;
    margin-top: 20px;
  }

  .stat {
    width: 118px;
    height: 118px;
  }

  .stat svg {
    width: 25px;
    height: 25px;
  }

  .stat strong {
    font-size: 31px;
  }

  .stat strong span {
    font-size: 17px;
  }

  .stat > span {
    font-size: 12px;
  }

  .hero__badges {
    gap: 10px;
    margin-top: 18px;
  }

  .hero__badges span {
    min-width: 186px;
    min-height: 31px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero__badges b {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .hero__actions {
    width: 520px;
    margin-top: 18px;
    margin-left: 54px;
  }

  .worries.section {
    padding: 32px 0 34px;
  }

  .worries__grid {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 44px;
  }

  .worries h2 {
    font-size: 24px;
    text-align: center;
  }

  .check-list {
    gap: 8px;
    margin-top: 18px;
  }

  .check-list li {
    padding-left: 34px;
    font-size: 13px;
    line-height: 1.72;
  }

  .check-list li::before {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .worries__illust img {
    width: 230px;
  }

  .answer.section {
    padding: 0 0 36px;
  }

  .answer__panel {
    min-height: 258px;
    padding: 32px 42px;
  }

  .answer__copy {
    max-width: 520px;
  }

  .answer h2 {
    font-size: 25px;
  }

  .points.section {
    padding: 28px 0 44px;
  }

  .points .section-heading h2 {
    font-size: 23px;
  }

  .point-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  .point-card {
    min-height: 222px;
    padding: 18px 12px 16px;
  }

  .point-card__num {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .point-card svg {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .point-card h3 {
    font-size: 14px;
    line-height: 1.45;
  }

  .point-card p {
    font-size: 11px;
    line-height: 1.7;
  }

  .flow.section {
    padding: 32px 0 36px;
  }

  .flow .section-heading h2 {
    font-size: 24px;
  }

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

  .flow-card {
    min-height: 130px;
    padding: 16px 96px 14px 16px;
  }

  .flow-card p {
    font-size: 12px;
  }

  .flow-card p strong {
    font-size: 28px;
  }

  .flow-card h3 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .flow-card span {
    font-size: 11px;
    line-height: 1.58;
  }

  .flow-card svg {
    right: 8px;
    bottom: 10px;
    width: 86px;
  }

  .flow-card::after {
    right: -26px;
    width: 52px;
    height: 52px;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 21px;
  }

  .closing {
    grid-template-columns: 310px 1fr;
    min-height: 178px;
  }

  .closing__photo {
    min-height: 178px;
  }

  .closing__copy {
    padding: 24px 40px;
  }

  .closing h2 {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 1.55;
  }

  .closing p {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.7;
  }

  .closing .button--primary {
    min-width: 340px;
  }

  .notice {
    padding: 14px 0 28px;
  }
}

/* PC-first pass: keep the original visual tone, but use a normal LP canvas width. */
@media (min-width: 761px) {
  body {
    background: #fff;
  }

  main {
    width: 100%;
    max-width: none;
    background: #fff;
  }

  .container,
  .hero__inner {
    width: min(1200px, calc(100% - 96px));
    max-width: 1200px;
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    min-height: 760px;
  }

  .hero__media {
    background-position: center right;
  }

  .hero__wash {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0.5) 58%, rgba(255, 255, 255, 0.08) 100%),
      linear-gradient(0deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0) 46%);
  }

  .hero__inner {
    padding: 34px 0 52px;
  }

  .brand {
    gap: 10px;
    font-size: 18px;
    line-height: 0.94;
  }

  .brand__helix {
    width: 22px;
  }

  .brand__helix svg {
    width: 22px;
    height: 42px;
  }

  .brand__helix path {
    stroke-width: 1.75;
  }

  .brand__helix .brand__curve {
    stroke-width: 1.65;
  }

  .brand__word {
    color: var(--teal);
    font-weight: 900;
  }

  .hero__copy {
    max-width: 760px;
    padding-top: 58px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 900;
  }

  h1 {
    margin-bottom: 22px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.48;
  }

  .hero__lead {
    font-size: 21px;
    font-weight: 800;
    line-height: 1.95;
  }

  .hero__stats {
    gap: 34px;
    margin-top: 28px;
  }

  .stat {
    width: 142px;
    height: 142px;
  }

  .stat svg {
    width: 30px;
    height: 30px;
  }

  .stat strong {
    font-size: 38px;
  }

  .stat strong span {
    font-size: 21px;
  }

  .stat > span {
    font-size: 14px;
  }

  .hero__badges {
    gap: 12px;
    margin-top: 24px;
  }

  .hero__badges span {
    min-width: 204px;
    min-height: 35px;
    padding: 0 16px;
    font-size: 14px;
  }

  .hero__badges b {
    width: 21px;
    height: 21px;
  }

  .hero__actions {
    width: 560px;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
  }

  .button {
    min-height: 58px;
    font-size: 16px;
  }

  .button--primary {
    min-width: 560px;
  }

  .button--ghost {
    min-height: 42px;
    font-size: 14px;
  }

  .worries.section {
    padding: 58px 0 68px;
  }

  .worries__grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 72px;
  }

  .worries h2 {
    font-size: 34px;
    line-height: 1.65;
  }

  .check-list {
    gap: 14px;
    margin-top: 24px;
  }

  .check-list li {
    padding-left: 42px;
    font-size: 16px;
    line-height: 1.8;
  }

  .check-list li::before {
    width: 26px;
    height: 26px;
  }

  .worries__illust img {
    width: 320px;
  }

  .answer.section {
    padding: 0 0 74px;
  }

  .answer__panel {
    min-height: 336px;
    padding: 46px 62px;
  }

  .answer__copy {
    max-width: 650px;
  }

  .answer h2 {
    font-size: 34px;
  }

  .answer p {
    font-size: 15px;
  }

  .points.section {
    padding: 52px 0 78px;
  }

  .points .section-heading h2,
  .flow .section-heading h2 {
    font-size: 34px;
  }

  .point-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }

  .point-card {
    min-height: 292px;
    padding: 26px 20px 24px;
  }

  .point-card__num {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .point-card svg {
    width: 60px;
    height: 60px;
  }

  .point-card h3 {
    font-size: 18px;
  }

  .point-card p {
    font-size: 13px;
  }

  .flow.section {
    padding: 58px 0 70px;
  }

  .flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
  }

  .flow-card {
    min-height: 184px;
    padding: 20px 150px 20px 20px;
  }

  .flow-card p {
    font-size: 14px;
  }

  .flow-card p strong {
    font-size: 34px;
  }

  .flow-card h3 {
    font-size: 18px;
  }

  .flow-card span {
    font-size: 13px;
    line-height: 1.7;
  }

  .flow-card svg {
    right: 12px;
    bottom: 14px;
    width: 136px;
  }

  .flow-card::after {
    right: -34px;
    width: 64px;
    height: 64px;
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 26px;
  }

  .closing {
    grid-template-columns: minmax(420px, 39%) 1fr;
    min-height: 284px;
  }

  .closing__photo {
    min-height: 284px;
  }

  .closing__copy {
    max-width: 690px;
    padding: 42px 56px;
  }

  .closing h2 {
    font-size: 30px;
    line-height: 1.65;
  }

  .closing p {
    font-size: 15px;
    line-height: 2;
  }

  .closing .button--primary {
    min-width: 430px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 761px) {
  .hero__actions {
    margin-right: auto;
    margin-left: auto;
  }

  .hero__copy h1 {
    font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 1.5;
  }

  .hero__lead {
    font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
    font-weight: 800;
  }

  .worries h2,
  .points .section-heading h2 {
    font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
    font-weight: 800;
  }

  .answer-title {
    font-weight: 600;
  }
}

.worries__wrap {
  display: block;
}

.worries__heading {
  margin: 0 auto 30px;
  text-align: center;
}

.worries__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 16px;
  line-height: 1;
}

.worries__dots i {
  display: block;
  width: 4px;
  height: 4px;
  background: var(--teal);
  border-radius: 50%;
}

.worries__heading h2 {
  margin: 0;
  color: #33383a;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.52;
}

.worries__heading h2::before {
  content: none;
}

@media (min-width: 761px) {
  .worries.section {
    padding-top: 64px;
  }

  .worries__heading {
    margin-bottom: 24px;
  }

  .worries__dots {
    gap: 16px;
    margin-bottom: 17px;
  }

  .worries__heading h2 {
    font-size: 34px;
  }

  .worries__grid {
    align-items: start;
  }

  .worries__body .check-list {
    margin-top: 18px;
  }
}

@media (max-width: 760px) {
  .worries__heading {
    margin-bottom: 24px;
  }

  .worries__dots {
    gap: 13px;
    margin-bottom: 12px;
  }

  .worries__dots i {
    width: 3px;
    height: 3px;
  }

  .worries__heading h2 {
    font-size: 27px;
    text-align: center;
  }
}
