:root {
  --navy: #07182e;
  --teal: #008f8e;
  --teal-dark: #007a78;
  --coral: #ff6f66;
  --cream: #fffdf8;
  --line: #16ba4f;
  --yellow: #fff353;
  --lp-scale: 1;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 1726px;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background: #fffdf8;
  color: var(--navy);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.55;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.lp {
  width: 911px;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 6%, rgba(251, 239, 222, 0.78), transparent 26%),
    linear-gradient(180deg, #fffdf8 0%, #fff 45%, #fffdf8 100%);
  box-shadow: none;
  zoom: var(--lp-scale, 1);
}

@supports not (overflow: clip) {
  .lp {
    overflow-x: hidden;
  }
}

.site-loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 243, 83, 0.26), transparent 0 92px, transparent 93px),
    linear-gradient(135deg, #fffdf8 0%, #ffffff 46%, #edfafa 100%);
  color: var(--navy);
  pointer-events: all;
}

.site-loader::before,
.site-loader::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.site-loader::before {
  width: 360px;
  height: 360px;
  border: 1px solid rgba(0, 143, 142, 0.16);
  animation: loaderRing 1.9s ease-in-out infinite;
}

.site-loader::after {
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 111, 102, 0.12);
  animation: loaderRing 1.9s ease-in-out 0.22s infinite reverse;
}

.is-loading .site-loader {
  display: grid;
}

.is-loaded .site-loader {
  animation: loaderExit 0.62s ease forwards;
}

.loader-panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(78vw, 320px);
  padding: 34px 28px 30px;
}

.loader-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 84px;
  height: 78px;
  margin-bottom: 14px;
  animation: loaderFloat 1.35s ease-in-out infinite;
}

.loader-mark::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: rgba(0, 143, 142, 0.1);
  transform: scale(0.82);
  animation: loaderPulse 1.35s ease-in-out infinite;
}

.loader-mark img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 143, 142, 0.16));
}

.loader-name {
  margin: 0;
  color: #0a254b;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.loader-line {
  position: relative;
  width: 168px;
  height: 5px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 143, 142, 0.13);
}

.loader-line::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--coral));
  animation: loaderBar 1.08s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.hero {
  position: relative;
  min-height: 572px;
  padding: 18px 28px 24px;
  background: #fffdf8;
}

.brand {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  height: 64px;
}

.brand-mark {
  position: relative;
  width: 50px;
  height: 46px;
  margin-top: 2px;
  margin-left: 12px;
}

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

.brand-name {
  margin: 0;
  color: #0a254b;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.brand-copy {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: 480px;
  margin-top: 21px;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.12;
}

.hero-copy h1 span {
  color: var(--teal);
}

.hero-copy p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.hero-badges {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.round-card {
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  align-items: center;
  width: 126px;
  height: 126px;
  padding-bottom: 22px;
  border: 1.5px solid rgba(0, 143, 142, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--teal);
  text-align: center;
}

.round-card:nth-child(1),
.round-card:nth-child(3) {
  border-color: rgba(255, 111, 102, 0.26);
  color: var(--coral);
}

.round-card svg {
  width: 45px;
  height: 45px;
  margin-bottom: 2px;
}

.round-card .badge-icon {
  display: block;
  width: 66px;
  height: 66px;
  margin-bottom: 0;
  object-fit: contain;
}

.round-card .badge-sprout {
  width: 78px;
  height: 74px;
}

.round-card .badge-chart {
  transform: translate(-6px, 6px);
}

.round-card .badge-person {
  width: 50px;
  height: 50px;
  transform: translateY(8px);
}

.round-card span {
  align-self: end;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.2;
}

.main-cta {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  width: 388px;
  height: 55px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff796e, #ff615b);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 14px rgba(255, 100, 92, 0.28);
}

.main-cta span {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  font-size: 0;
  line-height: 0;
}

.main-cta span::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  border-radius: 1px;
  transform: rotate(-45deg);
}

.hero-visual {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 481px;
  height: 572px;
  overflow: hidden;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.worry {
  padding: 40px 29px 0;
  background: #fff;
  clip-path: inset(0 -5000px);
  box-shadow: 0 0 0 5000px #fff;
}

.worry-card {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 14px;
  min-height: 216px;
  padding: 12px 22px 10px;
  border-radius: 15px;
  background: #f7f6f4;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.02);
}

.worry-card img {
  align-self: end;
  width: 205px;
  height: 190px;
  object-fit: contain;
  object-position: center;
}

.worry-content h2 {
  margin: 0 0 7px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0;
}

.worry-content h2 span {
  color: var(--teal);
  font-size: 29px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.check-grid p {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 43px;
  padding: 8px 10px 8px 35px;
  border-radius: 9px;
  background: #fff;
  font-size: 12.2px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.check-grid p::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 6px;
  line-height: 1;
}

.down-triangle {
  width: 0;
  height: 0;
  margin: 20px auto 4px;
  border-right: 31px solid transparent;
  border-left: 31px solid transparent;
  border-top: 17px solid #54bbb8;
}

.solution {
  margin: 0;
  padding: 0 0 6px;
  text-align: center;
  font-size: 22px;
}

.solution strong {
  color: var(--teal);
  font-size: 24px;
  letter-spacing: 0.08em;
}

.reasons {
  padding: 40px 29px 40px;
  background: linear-gradient(180deg, #fffdf8, #fff);
  clip-path: inset(0 -5000px);
  box-shadow: 0 0 0 5000px #fffdf8;
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 12px;
}

.section-title span {
  height: 1.5px;
  background: var(--teal);
}

.section-title h2,
.flow h2 {
  margin: 0;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.08em;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.reason-card {
  position: relative;
  height: 211px;
  min-height: 0;
  padding: 23px 14px 12px;
  border-radius: 9px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.13);
}

.reason-card b {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 38px;
  border-radius: 8px 0 8px 0;
  background: linear-gradient(180deg, #0eaaa7, #007f7c);
  color: #fff;
  font-size: 17px;
}

.reason-icon {
  display: block;
  width: 72px;
  height: 62px;
  margin: 0 auto;
  object-fit: contain;
}

.reason-icon-people {
  width: 78px;
}

.reason-icon-search {
  width: 70px;
}

.reason-icon-growth,
.reason-icon-speed {
  width: 76px;
}

.reason-card h3 {
  margin: 5px 0 6px;
  font-size: 13.6px;
  line-height: 1.42;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.01em;
}

.reason-card h3 em {
  color: var(--teal);
  font-style: normal;
}

.reason-card p {
  margin: 18px 0 0;
  font-size: 10.3px;
  line-height: 1.65;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.01em;
}

.stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 24px 23px 0;
  min-height: 138px;
  padding: 20px 18px 28px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14) 25%, transparent 25%) right bottom / 58px 58px,
    linear-gradient(120deg, #07a885, #008a94 72%, #008486);
  color: #fff;
}

.stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
}

.stat-item + .stat-item {
  border-left: 1px solid rgba(255, 255, 255, 0.58);
}

.stat-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  color: var(--teal);
}

.stat-icon svg {
  width: 40px;
  height: 40px;
}

.stat-icon img {
  display: block;
  width: 52px;
  height: 40px;
  object-fit: contain;
}

.stat-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.22;
}

.stat-item strong {
  color: var(--yellow);
  font-size: 42px;
  line-height: 1.05;
}

.stats small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  text-align: center;
  font-size: 12px;
}

.flow {
  position: relative;
  padding: 40px 32px 14px;
  background: linear-gradient(180deg, #fff, #fffdf8);
  clip-path: inset(0 -5000px);
  box-shadow: 0 0 0 5000px #fffdf8;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 14px;
}

.flow-item {
  position: relative;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 1.5px solid rgba(160, 110, 90, 0.24);
  border-radius: 50%;
  margin: 0 auto;
  background: #fffdf8;
  text-align: center;
}

.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #25aaa7;
  transform: translateY(-50%);
}

.flow-item b {
  position: absolute;
  top: -10px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 13px;
}

.flow-icon {
  display: block;
  width: 42px;
  height: 42px;
  margin-top: 17px;
  object-fit: contain;
}

.flow-icon-offer {
  width: 48px;
  margin-top: 22px;
}

.flow-item p {
  margin: 0 0 14px;
  font-size: 11px;
}

.line-cta {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 14px 24px;
  border-radius: 0;
  overflow: hidden;
  background: rgba(7, 24, 46, 0.72);
  backdrop-filter: blur(2px);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2);
  transition: opacity 0.45s ease, transform 0.45s ease, filter 0.3s ease, box-shadow 0.3s ease;
  animation: lineCtaSlideUp 0.65s ease 0.6s both;
}

.line-cta.is-hidden {
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}

.line-cta.is-hidden .green-shape {
  opacity: 0;
}

.green-shape {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.35;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.line-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 452px;
  min-height: 56px;
  padding: 9px 24px;
  border-radius: 7px;
  background: linear-gradient(180deg, #ff8479 0%, #ff6f66 48%, #f45855 100%);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: opacity 0.45s ease, transform 0.45s ease, filter 0.25s ease;
}

.line-cta.is-hidden .line-copy {
  opacity: 0;
  transform: translateY(12px);
}

.line-lead {
  display: none;
}

.line-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
}

.line-main p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  text-align: center;
}

.line-main strong {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
}

.arrow {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 36px;
  margin-top: 10px;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 0;
  line-height: 0;
}

.arrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 1px;
  transform: rotate(-45deg);
}

.phone {
  display: none;
}

.line-cta:hover {
  box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.26);
}

.line-cta:hover .line-copy {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.line-cta:hover .arrow {
  transform: translateX(4px);
}

@keyframes lineCtaSlideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.note {
  margin: 4px 0 12px 38px;
  color: #1d2b3a;
  font-size: 12px;
  font-weight: 500;
}

.site-footer {
  background: #fff;
  padding-bottom: 0;
}

.footer-cta {
  display: grid;
  place-items: center;
  padding: 48px 29px 0;
  background: #fffdf8;
  clip-path: inset(0 -5000px);
  box-shadow: 0 0 0 5000px #fffdf8;
}

.footer-cta-inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 210px;
  overflow: hidden;
  border-radius: 13px;
  background:
    radial-gradient(rgba(255, 255, 255, 0.18) 1.5px, transparent 1.5px) 18px 132px / 11px 11px,
    linear-gradient(145deg, #ff8a7f 0%, #ff6f66 48%, #f45855 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(7, 24, 46, 0.2);
}

.footer-cta-inner::before,
.footer-cta-inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.footer-cta-inner::before {
  left: 0;
  bottom: 0;
  width: 160px;
  height: 170px;
  border-radius: 0 0 0 13px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 62%),
    linear-gradient(45deg, rgba(139, 28, 36, 0.1), transparent 56%);
  clip-path: polygon(0 0, 74% 18%, 100% 100%, 0 100%);
  opacity: 0.9;
}

.footer-cta-inner::after {
  top: 0;
  right: 0;
  width: 160px;
  height: 100%;
  border-radius: 0 13px 13px 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 23%, transparent 23% 100%),
    linear-gradient(45deg, transparent 0 34%, rgba(139, 28, 36, 0.14) 34% 66%, transparent 66% 100%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.2), rgba(139, 28, 36, 0.12));
  opacity: 0.82;
}

.footer-cta-lead {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 51px;
  width: 536px;
  margin: 0;
  padding: 7px 24px 8px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.footer-cta-main {
  position: absolute;
  z-index: 2;
  left: 56px;
  top: 75px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.footer-line-logo {
  display: grid;
  place-items: center;
  width: 111px;
  height: 111px;
}

.footer-line-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-cta-copy {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.28;
  text-shadow: 0 2px 8px rgba(0, 94, 49, 0.18);
}

.footer-cta-copy strong {
  color: var(--yellow);
  font-size: 46px;
  font-weight: 950;
}

.footer-cta-arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-left: -10px;
  border-radius: 50%;
  background: #fff;
  color: #19b859;
  font-size: 0;
  font-weight: 700;
  line-height: 0;
  box-shadow: 0 6px 14px rgba(0, 93, 52, 0.14);
  transition: transform 0.25s ease;
}

.footer-cta-arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  border-radius: 1px;
  transform: translate(-3px, 7px) rotate(-45deg);
}

.footer-cta-phone {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: -24px;
  width: 230px;
  filter: drop-shadow(0 12px 22px rgba(0, 70, 55, 0.22));
}

.footer-cta-inner:hover .footer-cta-arrow {
  transform: translateX(4px);
}

.footer-body {
  display: grid;
  justify-items: center;
  padding: 16px 24px 14px;
  background: #e2e2e2;
  color: #666;
  clip-path: inset(0 -5000px);
  box-shadow: 0 0 0 5000px #e2e2e2;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
}

.footer-links a {
  color: #555;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--teal);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.footer-brand-mark {
  position: relative;
  width: 34px;
  height: 31px;
}

.footer-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  color: #707070;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.footer-body small {
  color: #999;
  font-size: 12px;
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 8px 14px rgba(255, 100, 92, 0.28);
  }
  50% {
    box-shadow: 0 14px 26px rgba(255, 100, 92, 0.5);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes shimmer {
  0% {
    background-position: -180px 0;
  }
  100% {
    background-position: 180px 0;
  }
}

@keyframes loaderFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes loaderPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.82);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes loaderBar {
  0% {
    transform: translateX(-110%);
  }
  55%,
  100% {
    transform: translateX(260%);
  }
}

@keyframes loaderRing {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(0.86);
  }
  50% {
    opacity: 0.74;
    transform: scale(1);
  }
}

@keyframes loaderExit {
  to {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
  }
}

.brand,
.hero-copy h1,
.hero-copy p,
.hero-badges,
.main-cta {
  opacity: 0;
  animation: fadeUp 0.85s ease both;
}

.brand {
  animation-delay: 0.05s;
}
.hero-copy h1 {
  animation-delay: 0.2s;
}
.hero-copy p {
  animation-delay: 0.4s;
}
.hero-badges {
  animation-delay: 0.55s;
}
.main-cta {
  animation: fadeUp 0.85s ease 0.7s both, ctaPulse 2.6s ease-in-out 1.6s infinite;
}

.hero-visual img {
  animation: fadeUp 1.1s ease 0.3s both;
}

.round-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.round-card:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.08);
  border-color: currentColor;
}
.hero-badges:hover .round-card:not(:hover) {
  opacity: 0.85;
}

.main-cta {
  transition: transform 0.25s ease, filter 0.25s ease;
}
.main-cta:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.05);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: none;
}
.reveal-stagger.is-visible > *:nth-child(1) {
  transition-delay: 0.05s;
}
.reveal-stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.15s;
}
.reveal-stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.25s;
}
.reveal-stagger.is-visible > *:nth-child(4) {
  transition-delay: 0.35s;
}
.reveal-stagger.is-visible > *:nth-child(5) {
  transition-delay: 0.45s;
}
.reveal-stagger.is-visible > *:nth-child(6) {
  transition-delay: 0.55s;
}

.check-grid p {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.check-grid p:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.09);
}

.reason-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.reason-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.18);
}
.reason-icon {
  transition: transform 0.5s ease;
}
.reason-card:hover .reason-icon {
  transform: scale(1.08) rotate(-3deg);
}

.stat-item strong {
  display: inline-block;
  background: linear-gradient(90deg, #fff353 0%, #fffbb6 50%, #fff353 100%);
  background-size: 360px 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 3.5s linear infinite;
}

.flow-item {
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.flow-item:hover {
  transform: translateY(-4px);
  border-color: var(--teal);
  box-shadow: 0 10px 20px rgba(0, 143, 142, 0.15);
}
.flow-icon {
  transition: transform 0.4s ease;
}
.flow-item:hover .flow-icon {
  transform: scale(1.1);
}
.flow-item:not(:last-child)::after {
  transition: transform 0.4s ease;
  transform: translateY(-50%);
}
.flow-list:hover .flow-item:not(:last-child)::after {
  animation: badgeFloat 1.6s ease-in-out infinite;
}

.arrow {
  transition: transform 0.3s ease;
}

.note {
  padding-bottom: 0;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(7, 24, 46, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.modal[hidden] {
  display: none;
}

.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  max-height: min(85vh, 720px);
  background: #fffdf8;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(7, 24, 46, 0.35);
  overflow: hidden;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.modal.is-open .modal-dialog {
  transform: translateY(0) scale(1);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 24px;
  background: var(--navy);
  color: #fffdf8;
}

.modal-title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.modal-close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.12);
  color: #fffdf8;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.modal-close:hover {
  background: rgba(255, 253, 248, 0.22);
  transform: rotate(90deg);
}

.modal-close:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 22px 28px 28px;
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.75;
  -webkit-overflow-scrolling: touch;
}

.modal-body::-webkit-scrollbar {
  width: 8px;
}

.modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
  background: rgba(7, 24, 46, 0.18);
  border-radius: 4px;
}

.modal-lead {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 3px solid var(--teal);
  background: rgba(0, 143, 142, 0.06);
  font-size: 13px;
  line-height: 1.7;
  border-radius: 0 6px 6px 0;
}

.modal-body h3 {
  margin: 22px 0 6px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 900;
  color: var(--teal);
  letter-spacing: 0.02em;
  border-bottom: 1px dashed rgba(0, 143, 142, 0.3);
}

.modal-body h3:first-of-type {
  margin-top: 4px;
}

.modal-body p {
  margin: 0 0 10px;
}

.modal-body ul {
  margin: 6px 0 14px;
  padding-left: 20px;
}

.modal-body ul li {
  margin-bottom: 4px;
  list-style: disc;
}

.modal-meta {
  margin: 24px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(7, 24, 46, 0.12);
  font-size: 12px;
  color: rgba(7, 24, 46, 0.65);
  text-align: right;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  body {
    min-width: 0;
    min-height: auto;
    padding-bottom: 0;
  }

  .lp {
    width: 100%;
    zoom: 1 !important;
  }

  .loader-panel {
    width: min(86vw, 300px);
  }

  .loader-name {
    font-size: 21px;
  }

  .hero {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 800px;
    padding: 16px 16px 32px;
    text-align: center;
    overflow: hidden;
  }

  .hero > .brand,
  .hero > .hero-copy,
  .hero > .hero-badges,
  .hero > .main-cta {
    position: relative;
    z-index: 2;
  }

  .hero > .main-cta {
    margin-top: auto;
  }

  .brand {
    height: auto;
    gap: 10px;
    margin-bottom: 18px;
    text-align: left;
  }

  .brand-mark {
    width: 38px;
    height: 36px;
    margin-top: 1px;
    margin-left: 0;
    flex: 0 0 38px;
  }

  .brand-name {
    font-size: 22px;
  }

  .brand-copy {
    position: static;
    margin-top: 2px;
    font-size: 5px;
    line-height: 1.3;
  }

  .hero-copy {
    width: auto;
    max-width: none;
    margin-top: 4px;
    padding-left: 0;
    text-align: left;
  }

  .hero-copy h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .hero-copy p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-visual {
    position: absolute;
    inset: auto;
    width: 88%;
    height: auto;
    top: 78px;
    left: auto;
    right: 0;
    bottom: 56px;
    margin: 0;
    border-radius: 14px 0 0 14px;
    overflow: hidden;
    z-index: 0;
  }

  .hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(255, 253, 248, 0.3) 0%,
      rgba(255, 253, 248, 0.18) 40%,
      rgba(255, 253, 248, 0.1) 58%,
      rgba(255, 253, 248, 0.18) 80%,
      rgba(255, 253, 248, 0.3) 100%
    );
    pointer-events: none;
    z-index: 1;
  }

  .hero-visual img {
    object-fit: cover;
    object-position: 0% 20%;
  }

  .hero-copy h1 {
    text-shadow:
      0 0 14px rgba(255, 253, 248, 0.9),
      0 1px 2px rgba(255, 253, 248, 0.7);
  }

  .hero-copy p {
    text-shadow: 0 0 10px rgba(255, 253, 248, 0.9);
  }

  .brand-name,
  .brand-copy {
    text-shadow: 0 0 10px rgba(255, 253, 248, 0.85);
  }

  .hero-badges {
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
  }

  .round-card {
    width: 104px;
    height: 104px;
    padding-bottom: 16px;
    border-width: 1.5px;
  }

  .round-card .badge-icon {
    width: 50px;
    height: 50px;
  }

  .round-card .badge-sprout {
    width: 56px;
    height: 54px;
    transform: translateY(1px);
  }

  .round-card .badge-person {
    width: 38px;
    height: 38px;
    transform: translateY(4px);
  }

  .round-card .badge-chart {
    transform: translate(-3px, 3px);
  }

  .round-card span {
    font-size: 11px;
    line-height: 1.2;
  }

  .main-cta {
    width: 100%;
    max-width: 340px;
    height: 52px;
    margin: 20px auto 0;
    gap: 24px;
    font-size: 17px;
  }

  .main-cta span {
    width: 24px;
    height: 24px;
  }

  .main-cta span::before {
    left: 6px;
    top: 6px;
    width: 9px;
    height: 9px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }

  .worry {
    padding: 30px 16px 0;
  }

  .worry-card {
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto auto;
    gap: 10px 12px;
    min-height: 0;
    padding: 16px 14px 14px;
    align-items: center;
  }

  .worry-card img {
    width: 110px;
    height: 96px;
    margin: 0;
    align-self: center;
    grid-column: 1;
    grid-row: 1;
  }

  .worry-content {
    display: contents;
  }

  .worry-content h2 {
    font-size: 21px;
    margin-bottom: 0;
    text-align: left;
    grid-column: 2;
    grid-row: 1;
  }

  .worry-content h2 span {
    font-size: 24px;
  }

  .check-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .check-grid p {
    min-height: 44px;
    padding: 9px 12px 9px 38px;
    font-size: 15px;
  }

  .check-grid p::before {
    left: 12px;
    width: 17px;
    height: 17px;
    font-size: 12px;
  }

  .down-triangle {
    margin: 16px auto 4px;
    border-right-width: 22px;
    border-left-width: 22px;
    border-top-width: 13px;
  }

  .solution {
    margin: 8px 0 0;
    padding: 14px 0 16px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .solution.reveal,
  .solution.reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
  }

  .solution strong {
    display: inline-block;
    margin: 0 2px;
    padding: 1px 6px;
    background: var(--teal);
    color: #fff;
    font-size: 19px;
    border-radius: 5px;
    letter-spacing: 0.02em;
  }

  .reasons {
    padding: 30px 16px 28px;
  }

  .section-title {
    gap: 14px;
    margin-bottom: 14px;
  }

  .section-title h2,
  .flow h2 {
    font-size: 18px;
    letter-spacing: 0.06em;
  }

  .flow .section-title {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .flow .section-title span {
    display: none;
  }

  .flow h2 {
    font-size: 22px;
    color: var(--navy);
    letter-spacing: 0.04em;
    margin-top: 0;
  }

  .reason-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .reason-card {
    height: auto;
    min-height: 0;
    padding: 24px 10px 14px;
  }

  .reason-card b {
    width: 28px;
    height: 28px;
    font-size: 13px;
    border-radius: 8px 0 8px 0;
  }

  .reason-icon {
    width: 58px;
    height: 48px;
  }

  .reason-icon-people {
    width: 62px;
  }

  .reason-icon-search {
    width: 56px;
  }

  .reason-icon-growth,
  .reason-icon-speed {
    width: 60px;
  }

  .reason-card h3 {
    margin: 8px 0 4px;
    font-size: 12.5px;
    line-height: 1.38;
  }

  .reason-card p {
    margin: 10px 0 0;
    font-size: 10.5px;
    line-height: 1.6;
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    margin: 18px 16px 0;
    padding: 14px 18px 32px;
  }

  .stat-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    gap: 16px;
    padding: 10px 4px;
    width: 220px;
    justify-self: center;
    margin: 0 auto;
  }

  .stat-item + .stat-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
  }

  .stat-icon {
    width: 52px;
    height: 52px;
  }

  .stat-icon img {
    width: 36px;
    height: 30px;
  }

  .stat-item p {
    font-size: 13px;
    line-height: 1.25;
  }

  .stat-item strong {
    font-size: 30px;
  }

  .stats small {
    bottom: 8px;
    font-size: 10px;
  }

  .flow {
    margin: 46px 16px 0;
    padding: 24px 18px 24px;
    background: #fff;
    border: 1.5px solid var(--teal);
    border-radius: 16px;
    clip-path: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  }

  .flow-list {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 0;
    max-width: 360px;
    margin: 0 auto;
  }

  .flow-item {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: auto;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 14px 4px 18px;
    margin: 0 auto;
    justify-self: stretch;
    position: relative;
    text-align: left;
  }

  .flow-item::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border: 2px solid var(--teal);
    border-radius: 50%;
    background: #fff;
    z-index: 0;
    pointer-events: none;
  }

  .flow-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .flow-item:not(:first-child) {
    margin-top: 0;
  }

  .flow-item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 78px;
    right: 0;
    bottom: 0;
    top: auto;
    width: auto;
    height: 0;
    border: 0;
    border-top: 1.5px dotted #b8a99c;
    transform: none;
    z-index: 0;
  }

  .flow-item:nth-child(odd):not(:last-child)::after,
  .flow-item:nth-child(even):not(:last-child)::after {
    left: 78px;
    right: 0;
    transform: none;
  }

  .flow-item b {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 70px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #b8a99c;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: inherit;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .flow-item b::before {
    content: "Step ";
  }

  .flow-icon {
    order: -1;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin-top: 0;
    padding: 14px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    object-fit: contain;
    position: relative;
    z-index: 1;
  }

  .flow-icon-offer {
    width: 64px;
    height: 64px;
    margin-top: 0;
    padding: 14px;
  }

  .flow-icon-line,
  .flow-icon-chat,
  .flow-icon-person,
  .flow-icon-offer {
    transform: translate(2px, 1px);
  }

  .flow-item p {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--navy);
  }

  .flow-item:last-child p {
    color: var(--coral);
  }

  .footer-cta {
    padding: 30px 16px 0;
  }

  .footer-cta-inner {
    min-height: 0;
    padding: 8px 16px;
  }

  .footer-cta-inner::before {
    width: 110px;
    height: 120px;
  }

  .footer-cta-inner::after {
    display: none;
  }

  .footer-cta-lead {
    position: static;
    width: 100%;
    margin: 0 auto 8px;
    padding: 6px 10px;
    font-size: min(13px, 3.1vw);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
  }

  .footer-cta-main {
    position: static;
    gap: clamp(10px, 3vw, 18px);
    margin-top: 10px;
    padding-right: 0;
  }

  .footer-line-logo {
    flex: 0 0 clamp(42px, 13vw, 64px);
    width: clamp(42px, 13vw, 64px);
    height: clamp(42px, 13vw, 64px);
  }

  .footer-cta-copy {
    margin-left: clamp(20px, calc(2.4vw + 14px), 28px);
    font-size: clamp(15px, calc(4vw + 2px), 22px);
    line-height: 1.25;
    white-space: nowrap;
  }

  .footer-cta-copy strong {
    font-size: clamp(20px, calc(5.4vw + 2px), 29px);
  }

  .footer-cta-arrow {
    width: clamp(20px, 6vw, 28px);
    height: clamp(20px, 6vw, 28px);
    margin-left: auto;
    margin-right: clamp(10px, 3.8vw, 14px);
  }

  .footer-cta-arrow::before {
    width: 8px;
    height: 8px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    transform: translate(-2px, 5px) rotate(-45deg);
  }

  .footer-cta-phone {
    display: none;
  }

  .note {
    margin: 10px 16px 14px;
    font-size: 11px;
    line-height: 1.45;
  }

  .footer-body {
    padding: 18px 16px;
  }

  .footer-links {
    gap: 14px;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .footer-brand {
    gap: 10px;
    margin-bottom: 10px;
  }

  .footer-brand-mark {
    width: 24px;
    height: 22px;
  }

  .footer-brand p {
    font-size: 20px;
  }

  .footer-body small {
    font-size: 10px;
    text-align: center;
  }

  .line-cta {
    min-height: 70px;
    padding: 10px 16px;
  }

  .line-copy {
    width: 100%;
    max-width: 340px;
    min-height: 50px;
    padding: 8px 14px;
  }

  .line-main {
    gap: 10px;
  }

  .line-main p {
    font-size: 11px;
  }

  .line-main strong {
    font-size: 18px;
  }

  .arrow {
    width: 22px;
    height: 30px;
    margin-top: 8px;
  }

  .arrow::before {
    width: 8px;
    height: 8px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }

  .modal {
    padding: 14px;
  }

  .modal-dialog {
    max-height: 90vh;
    border-radius: 14px;
  }

  .modal-header {
    padding: 14px 18px;
  }

  .modal-title {
    font-size: 16px;
  }

  .modal-close {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .modal-body {
    padding: 18px 18px 24px;
    font-size: 13px;
    line-height: 1.7;
  }

  .modal-lead {
    padding: 10px 12px;
    font-size: 12px;
  }

  .modal-body h3 {
    margin: 18px 0 6px;
    font-size: 13.5px;
  }

  .modal-body ul {
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
  }
  .site-loader::before,
  .site-loader::after,
  .loader-mark,
  .loader-mark::before,
  .loader-line::before {
    animation: none !important;
  }
}
