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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #e5f1ff;
  color: #222;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

h1,
h2,
h3,
h4,
p,
ul,
fieldset {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(0, 133, 212, 0.65);
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.lp-shell {
  position: relative;
  width: 390px;
  height: 17324px;
  margin: 0 auto;
  overflow: visible;
  background: #fff;
  box-shadow: none;
}

.lp-stage {
  position: relative;
  width: 390px;
  height: 17324px;
  overflow: hidden;
  background: #fff;
  transform-origin: top left;
}

.anchor {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
}

.anchor-intro {
  top: 819px;
}

.anchor-self-check {
  top: calc(3537px + var(--choice-extra));
}

.anchor-about {
  top: calc(4749px + var(--choice-extra));
}

.anchor-solutions {
  top: calc(6629px + var(--choice-extra));
}

.anchor-industry {
  top: calc(8266px + var(--choice-extra));
}

.anchor-strengths {
  top: calc(10643px + var(--choice-extra));
}

.anchor-pricing {
  top: calc(12114px + var(--choice-extra));
}

.anchor-cases {
  top: calc(13254px + var(--choice-extra));
}

.anchor-flow {
  top: calc(14375px + var(--choice-extra));
}

.anchor-faq {
  top: calc(15091px + var(--choice-extra));
}

.anchor-contact {
  top: calc(16440px + var(--choice-extra));
}

.rail {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 30;
  display: none;
  width: calc((100vw - 390px) / 2);
  padding: 34px 16px;
  align-items: center;
  justify-content: center;
}

.rail-left {
  left: 0;
  flex-direction: column;
}

.rail-right {
  right: 0;
  flex-direction: column;
  gap: 8px;
  color: #222;
  font-weight: 500;
}

.rail-logo {
  display: block;
  width: min(243px, 86%);
  margin: 0 auto 40px;
}

.rail-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.rail-button {
  position: relative;
  display: flex;
  isolation: isolate;
  width: min(260px, 94%);
  height: 62px;
  min-height: 0;
  margin: 0 auto 16px;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
  border-radius: 999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0 8px 4px rgba(0, 76, 120, 0.2));
  color: #222;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1.5px 1.5px #fff, -1.5px 1.5px #fff, 1.5px -1.5px #fff, -1.5px -1.5px #fff;
}

.cta-offer-bubble {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 174px;
  height: 31px;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  transform: translateX(-50%);
  background: url("../images/hero/cta-offer-bubble-bg.svg") center/contain no-repeat;
  color: #f7323c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
  pointer-events: none;
}

.rail-button-yellow {
  height: 80px;
  padding-top: 18px;
  background-image: url("../images/hero/rail-contact-bg@2x.webp");
  background-position: center bottom;
  background-size: 100% 62px;
}

.rail-button-yellow .cta-offer-bubble {
  top: 0;
  width: max-content;
  height: auto;
  padding: 2px 6px;
  border-radius: 4px;
  background: #fff;
  line-height: 1.5;
}

.rail-button-yellow .cta-offer-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 10px;
  height: 6px;
  transform: translateX(-50%);
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.rail-button-orange {
  background-image: url("../images/hero/rail-download-bg@2x.webp");
}

.rail-menu-title {
  display: block;
  width: 106px;
  height: 48px;
  object-fit: contain;
  margin: 0;
}

.rail-menu-list {
  display: flex;
  width: 299px;
  flex-direction: column;
  gap: 12px;
  padding: 16px 20px 8px;
  border-radius: 8px;
  background: #fff;
}

.rail-menu-list a {
  position: relative;
  display: flex;
  width: 259px;
  height: 37px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 28px 12px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}

.rail-menu-list a:last-child {
  border-bottom: 0;
}

.rail-menu-list a::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-right.svg") center/contain no-repeat;
}

.sp-header,
.sp-menu-overlay {
  display: none;
}

@media (max-width: 767px) {
  body.is-sp-menu-open {
    overflow: hidden;
  }
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .sp-header::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
  }
  .sp-header.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .sp-header-logo {
    display: block;
    width: 152px;
    height: 26px;
    flex: 0 0 auto;
  }
  .sp-header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sp-menu-open,
  .sp-menu-close {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
  }
  .sp-menu-open {
    position: relative;
  }
  .sp-menu-open img,
  .sp-menu-close img {
    width: 36px;
    height: 36px;
  }
  .sp-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: block;
    overflow-y: auto;
    background-color: #e5f1ff;
    background-image: linear-gradient(rgba(229, 241, 255, 0.72), rgba(229, 241, 255, 0.72)), url("../images/pc-bg.webp");
    background-position: center, center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100vw auto;
    opacity: 1;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.34s;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .sp-menu-overlay.is-open {
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;
    visibility: visible;
  }
  .sp-menu-overlay[hidden] {
    display: none;
  }
  .sp-menu-close {
    position: absolute;
    top: 2.0513vw;
    right: 4.1026vw;
  }
  .sp-menu-inner {
    width: 87.6923vw;
    margin: 14.359vw auto 0;
    padding-bottom: 17.9487vw;
  }
  .sp-menu-title {
    width: 27.1795vw;
    height: 12.3077vw;
    margin: 0 auto 2.0513vw;
    object-fit: contain;
  }
  .sp-menu-list {
    display: flex;
    width: 87.6923vw;
    flex-direction: column;
    gap: 3.0769vw;
    padding: 4.1026vw 5.1282vw 2.0513vw;
    border-radius: 2.0513vw;
    background: #fff;
  }
  .sp-menu-list a {
    position: relative;
    display: flex;
    width: 77.4359vw;
    height: 9.4872vw;
    align-items: flex-start;
    padding: 0 7.1795vw 3.0769vw 0;
    border-bottom: 1px solid #f0f0f0;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    white-space: nowrap;
  }
  .sp-menu-list a:last-child {
    border-bottom: 0;
  }
  .sp-menu-list a::after {
    content: "";
    position: absolute;
    top: 0.5128vw;
    right: 0;
    width: 5.1282vw;
    height: 5.1282vw;
    background: url("../images/arrow-right.svg") center/contain no-repeat;
  }
  .sp-menu-actions {
    display: flex;
    width: 66.6667vw;
    flex-direction: column;
    gap: 4.1026vw;
    margin: 6.1538vw auto 0;
  }
  .sp-menu-button {
    display: flex;
    width: 66.6667vw;
    height: 15.8974vw;
    align-items: center;
    justify-content: center;
    padding-right: 6.1538vw;
    border-radius: 999px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #222;
    filter: drop-shadow(0 7px 4px rgba(0, 76, 120, 0.45));
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1.5px 1.5px #fff, -1.5px 1.5px #fff, 1.5px -1.5px #fff, -1.5px -1.5px #fff;
  }
  .sp-menu-contact {
    background-image: url("../images/hero/cta-contact-bg@2x.webp");
  }
  .sp-menu-download {
    background-image: url("../images/hero/cta-download-bg@2x.webp");
  }
}
@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .sp-header,
  .sp-menu-overlay {
    transition: none;
  }
}
@media (min-width: 768px) {
  .lp-shell {
    box-shadow: 0 0 24px rgba(0, 73, 144, 0.18), 0 0 48px rgba(0, 73, 144, 0.08);
  }
}
@media (min-width: 1080px) {
  body {
    background-color: #e5f1ff;
    background-image: url("../images/pc-bg.webp");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .rail {
    display: flex;
  }
}
.band {
  position: absolute;
  left: 0;
  width: 390px;
}

.visual-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.fv-map-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 390px;
  height: 542px;
  background: url("../images/fv/map-bg.webp") center top/cover no-repeat;
}

.fv-blue-panel {
  position: absolute;
  top: 399px;
  left: 0;
  z-index: 1;
  width: 390px;
  height: 524px;
  overflow: hidden;
  background: #0085d4;
}

.fv-blue-panel::before {
  content: "";
  position: absolute;
  top: -68px;
  left: -70px;
  width: 530px;
  height: 170px;
  border-radius: 0 0 50% 50%;
  background: #fff;
}

.fv-main-art {
  position: absolute;
  top: 20px;
  left: 9px;
  z-index: 2;
  display: block;
  width: 380px;
  height: 455px;
  max-width: none;
  object-fit: contain;
  user-select: none;
}

.hero-stats {
  position: absolute;
  top: 502px;
  left: 22px;
  z-index: 4;
  width: 345px;
  height: 89px;
}

.hero-stat-card {
  position: absolute;
  top: 10px;
  display: flex;
  height: 79px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 23px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(0, 76, 120, 0.3);
  text-align: center;
}

.hero-stat-card-count {
  left: 0;
  width: 91px;
}

.hero-stat-card-price {
  left: 99px;
  width: 113px;
}

.hero-stat-card-allinone {
  left: 220px;
  width: 125px;
  padding-top: 19px;
}

.hero-stat-icon {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 24px;
  height: 26px;
  transform: translateX(-50%);
}

.hero-stat-label {
  color: #004990;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.24;
}

.hero-stat-card-allinone .hero-stat-label {
  font-size: 11px;
  line-height: 1.14;
}

.hero-stat-value {
  margin-top: 2px;
  color: #f7323c;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.hero-stat-value span {
  background: linear-gradient(transparent 58%, #ffe647 58%);
}

.hero-stat-card-count .hero-stat-value {
  font-size: 17px;
}

.hero-stat-card-price .hero-stat-value {
  font-size: 17px;
}

.hero-stat-card-allinone .hero-stat-value {
  margin-top: 3px;
  font-size: 15px;
}

.hero-actions {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.hero-cta-offer {
  position: absolute;
  top: 615px;
  left: 0;
  width: 390px;
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
  pointer-events: none;
  text-align: center;
}

.hero-cta-offer-kicker {
  display: flex;
  height: 30px;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
}

.hero-cta-offer-kicker img {
  display: block;
  width: 16px;
  height: 20px;
}

.hero-cta-offer-main {
  height: 42px;
  margin: 0;
  color: #ffe647;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-action {
  position: absolute;
  left: 40px;
  display: flex;
  width: 309px;
  height: 74px;
  align-items: center;
  justify-content: center;
  padding-right: 28px;
  border-radius: 999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 309px 74px;
  filter: drop-shadow(0 8px 4px rgba(0, 76, 120, 0.5));
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  pointer-events: auto;
  text-align: center;
}

.hero-action::after {
  content: none;
}

.hero-action-contact {
  top: 699px;
  color: #222;
  background-image: url("../images/hero/cta-contact-bg@2x.webp");
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1.5px 1.5px #fff, -1.5px 1.5px #fff, 1.5px -1.5px #fff, -1.5px -1.5px #fff;
}

.hero-action-download {
  top: 789px;
  color: #222;
  background-image: url("../images/hero/cta-download-bg@2x.webp");
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1.5px 1.5px #fff, -1.5px 1.5px #fff, 1.5px -1.5px #fff, -1.5px -1.5px #fff;
}

.band-intro {
  top: 887px;
  height: 2104px;
  background: #e5f1ff;
}

.band-check {
  top: calc(3601px + var(--choice-extra));
  height: 1116px;
  background: #e5f1ff;
}

.choice-section {
  position: absolute;
  top: 887px;
  left: 24px;
  z-index: 4;
  width: 342px;
  color: #222;
  text-align: center;
}

.choice-heading {
  position: relative;
  height: 112px;
}

.choice-heading-bg {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 358px;
  height: 128px;
  max-width: none;
  pointer-events: none;
}

.choice-heading h2 {
  position: relative;
  z-index: 1;
  padding-top: 17px;
  font-weight: 900;
  line-height: 1.5;
}

.choice-heading span {
  display: block;
  font-size: 18px;
}

.choice-heading strong {
  display: block;
  color: #004990;
  font-size: 24px;
}

.choice-lead {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.choice-lead mark {
  padding-inline: 3px;
  color: #f7323c;
  background: #ffe647;
  font-weight: 900;
}

.choice-cards {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  gap: 24px;
}

.choice-card {
  height: 243px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(0, 76, 120, 0.1);
}

.choice-card h3 {
  display: flex;
  height: 43px;
  align-items: center;
  justify-content: center;
  background: #0085d4;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.choice-photo {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.choice-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choice-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.voice {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.voice img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}

.voice p {
  position: relative;
  margin: 0;
  padding: 8px;
  border-radius: 4px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}

.voice-left {
  left: 24px;
}

.voice-right {
  right: 10px;
}

.voice-left p {
  background: #ffeaea;
}

.voice-left p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 6px;
  height: 8px;
  transform: translateY(-50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background: #ffeaea;
}

.voice-right p {
  background: #daf1ff;
}

.voice-right p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 6px;
  height: 8px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #daf1ff;
}

.choice-card-drive .voice-primary,
.choice-card-station .voice-primary {
  top: 88px;
}

.choice-card-drive .voice-secondary,
.choice-card-station .voice-secondary {
  top: 138px;
}

.choice-card-office .voice-primary {
  top: 80px;
}

.choice-card-office .voice-secondary {
  top: 130px;
}

.judge-section {
  position: absolute;
  top: calc(1773px + var(--choice-extra));
  left: 0;
  z-index: 3;
  width: 390px;
  height: 408px;
  overflow: hidden;
}

.judge-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 390px;
  height: 120px;
  background: #fff;
}

.judge-bg {
  position: absolute;
  top: 121px;
  left: 0;
  width: 390px;
  height: 287px;
  overflow: hidden;
}

.judge-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 186px;
  background: #0085d4;
}

.judge-bg::after {
  content: "";
  position: absolute;
  top: 47px;
  left: -45px;
  width: 480px;
  height: 240px;
  border-radius: 0 0 50% 50%;
  background: #0085d4;
}

.judge-panel {
  position: absolute;
  top: 143px;
  left: 16px;
  width: 358px;
  height: 213px;
}

.judge-balloon {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 1;
  width: 246px;
  height: 121px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 76, 120, 0.5);
}

.judge-marker {
  position: absolute;
  top: 59px;
  left: 134px;
  width: 72px;
  height: 15px;
  background: #ffe647;
}

.judge-balloon h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 17px;
  padding-left: 0;
  width: 100%;
  color: #222;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.judge-balloon span,
.judge-balloon em,
.judge-balloon b {
  display: block;
  font-style: normal;
}

.judge-balloon em,
.judge-balloon b {
  font-size: 24px;
}

.judge-balloon strong {
  color: #f7323c;
}

.judge-map,
.judge-person {
  position: absolute;
  z-index: 2;
  display: block;
  max-width: none;
}

.judge-map {
  top: 79px;
  left: 205px;
  width: 73px;
  height: 50px;
}

.judge-person {
  top: 0;
  left: 254px;
  width: 88px;
  height: 135px;
}

.judge-lead {
  position: absolute;
  top: 151px;
  left: 0;
  z-index: 1;
  width: 358px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.selection-points {
  position: absolute;
  top: calc(2181px + var(--choice-extra));
  left: 0;
  z-index: 4;
  display: flex;
  width: 390px;
  height: 848px;
  flex-direction: column;
  gap: 24px;
  padding: 12px 20px 0;
  background: #fff;
  color: #222;
}

.selection-point {
  display: grid;
  min-height: 140px;
  grid-template-columns: 124px 1fr;
  gap: 14px;
  align-items: end;
}

.selection-point-media {
  position: relative;
  width: 124px;
  height: 140px;
  flex: 0 0 auto;
}

.selection-point-photo {
  position: absolute;
  top: 14px;
  left: 0;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  filter: drop-shadow(0 8px 8px rgba(0, 76, 120, 0.1));
}

.selection-point-badge {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 42px;
  height: 54px;
  padding-bottom: 10px;
  place-items: center;
  background: url("../images/intro/selection-number-badge.svg") center/contain no-repeat;
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.selection-point-body {
  min-width: 0;
  padding-bottom: 12px;
}

.selection-point-body h3 {
  margin: 0 0 8px;
  color: #0085d4;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.selection-point-body p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.selection-point-note {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: space-between;
}

.selection-point-copy {
  width: 196px;
}

.selection-point-label {
  display: block;
  width: 122px;
  height: 34px;
  margin: 0 0 8px;
}

.selection-point-copy > p:last-child {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.selection-point-person {
  width: 128px;
  height: 134px;
  flex: 0 0 auto;
}

.meo-ai-section {
  position: absolute;
  top: calc(3002px + var(--choice-extra));
  left: 24px;
  z-index: 4;
  width: 342px;
  height: 562px;
  padding: 24px;
  border-radius: 16px;
  background: #f9f9f9;
  color: #222;
  text-align: center;
}

.meo-ai-title {
  width: 390px;
  margin: 0 0 0 -48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.meo-ai-title span,
.meo-ai-title strong {
  display: block;
}

.meo-ai-title strong {
  color: #0085d4;
  font-size: 24px;
}

.meo-ai-metrics {
  display: flex;
  width: 294px;
  margin-top: 16px;
  flex-direction: column;
  gap: 10px;
}

.meo-ai-card {
  display: flex;
  width: 294px;
  height: 110px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 16px 0;
  border-radius: 8px;
  background: #ffe647;
}

.meo-ai-card-label {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.meo-ai-card-label small {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.meo-ai-card-value {
  margin: 0;
  color: #f7323c;
  font-family: "Readex Pro", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.meo-ai-card-value span {
  font-size: 48px;
}

.meo-ai-card-value small {
  font-size: 32px;
}

.meo-ai-card-value em {
  font-size: 24px;
  font-style: normal;
}

.meo-ai-notes {
  width: 294px;
  margin: 16px 0 0;
  color: #717171;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.meo-ai-notes a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.selfcheck-section {
  position: absolute;
  top: calc(3601px + var(--choice-extra));
  left: 0;
  z-index: 4;
  width: 390px;
  height: 691px;
  overflow: hidden;
  color: #222;
  text-align: center;
}

.selfcheck-bg {
  position: absolute;
  inset: 0;
  width: 390px;
  height: 778px;
}

.selfcheck-store {
  position: absolute;
  top: 0;
  left: 169px;
  width: 52px;
  height: 55px;
}

.selfcheck-pill {
  position: absolute;
  top: 58px;
  left: 68px;
  display: grid;
  width: 254px;
  height: 35px;
  margin: 0;
  place-items: center;
  border-radius: 999px;
  background: #0085d4;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.selfcheck-pill::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 18px;
  height: 10px;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #0085d4;
}

.selfcheck-section h2 {
  position: absolute;
  top: 113px;
  left: 0;
  width: 390px;
  margin: 0;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.5;
}

.selfcheck-card {
  position: absolute;
  top: 165px;
  left: 24px;
  width: 342px;
  min-height: 355px;
  padding: 22px 22px 24px;
  background-color: #fff;
  background-image: repeating-linear-gradient(0deg, transparent 0 9px, rgba(0, 76, 120, 0.06) 9px 10px), repeating-linear-gradient(90deg, transparent 0 9px, rgba(0, 76, 120, 0.06) 9px 10px);
  box-shadow: 0 8px 8px rgba(0, 76, 120, 0.1);
  text-align: left;
}

.selfcheck-card ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 18px;
  list-style: none;
}

.selfcheck-card li {
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.8;
}

.selfcheck-item {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  cursor: pointer;
}

.selfcheck-input {
  position: absolute;
  width: 28px;
  height: 28px;
  margin: 0;
  opacity: 0;
}

.selfcheck-check {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  background: url("../images/sec-35386/check-box-bg.svg") -2px -2px/36px 36px no-repeat;
}

.selfcheck-check::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 36px;
  height: 36px;
  background: url("../images/sec-35386/check-mark.svg") 0 0/36px 36px no-repeat;
  opacity: 0;
}

.selfcheck-input:checked + .selfcheck-check::after {
  opacity: 1;
}

.selfcheck-input:focus-visible + .selfcheck-check {
  outline: 3px solid rgba(0, 133, 212, 0.35);
  outline-offset: 2px;
}

.selfcheck-people {
  position: absolute;
  top: 544px;
  left: 72px;
  width: 246px;
  height: 96px;
}

.intro-cta-section {
  position: absolute;
  top: calc(4285px + var(--choice-extra));
  left: 0;
  z-index: 4;
  width: 390px;
  height: 432px;
  isolation: isolate;
  overflow: visible;
  background: transparent;
  color: #fff;
  text-align: center;
}

.intro-cta-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 390px;
  height: 433px;
  clip-path: polygon(0 0, 50% 39px, 100% 0, 100% 100%, 0 100%);
  background: #0085d4;
}

.intro-cta-bubble {
  position: absolute;
  top: -19px;
  left: 145px;
  z-index: 2;
  display: flex;
  width: 100px;
  height: 107px;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
  background: url("../images/intro/intro-cta-bubble-bg.svg") center/contain no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

.intro-cta-bubble::after {
  content: none;
}

.intro-cta-lead {
  position: absolute;
  top: 112px;
  left: 0;
  z-index: 1;
  width: 390px;
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
}

.intro-cta-lead strong {
  color: #ffe647;
}

.intro-cta-button {
  position: absolute;
  left: 40px;
  z-index: 1;
  display: flex;
  width: 309px;
  height: 74px;
  align-items: center;
  justify-content: center;
  padding-right: 28px;
  border-radius: 999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 309px 74px;
  color: #222;
  filter: drop-shadow(0 8px 4px rgba(0, 76, 120, 0.5));
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1.5px 1.5px #fff, -1.5px 1.5px #fff, 1.5px -1.5px #fff, -1.5px -1.5px #fff;
}

.intro-cta-button .cta-offer-bubble {
  top: -14px;
  width: 184px;
  height: 31px;
  font-size: 14px;
  line-height: 1.5;
}

.intro-cta-contact {
  top: 250px;
  background-image: url("../images/hero/cta-contact-bg@2x.webp");
}

.intro-cta-download {
  top: 340px;
  background-image: url("../images/hero/cta-download-bg@2x.webp");
}

.band-solution {
  top: calc(6573px + var(--choice-extra));
  height: 1693px;
  overflow: hidden;
  background: transparent;
}

.band-solution::before,
.band-solution::after {
  content: "";
  position: absolute;
  left: 0;
  background: #0085d4;
}

.band-solution::before {
  top: 0;
  left: -43px;
  width: 476px;
  height: 160px;
  border-radius: 50%;
}

.band-solution::after {
  top: 40px;
  bottom: 0;
  width: 390px;
}

.about-meo-section {
  position: absolute;
  top: calc(4749px + var(--choice-extra));
  left: 14px;
  z-index: 4;
  width: 362px;
  height: 536px;
  overflow: visible;
  color: #222;
}

.about-meo-section::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -49px;
  z-index: 0;
  width: 460px;
  height: 250px;
  background: url("../images/intro/about-meo-map-bg.webp") center/100% 100% no-repeat;
  pointer-events: none;
}

.about-meo-title {
  position: relative;
  z-index: 1;
  width: 342px;
  height: 158px;
  margin-inline: auto;
  overflow: visible;
}

.about-meo-heading-card {
  position: absolute;
  top: 17px;
  left: 0;
  width: 342px;
  height: 141px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.about-meo-folds {
  position: absolute;
  top: -10px;
  left: 49px;
  width: 243px;
  height: 10px;
}

.about-meo-label {
  position: absolute;
  top: -20px;
  left: 62px;
  width: 217px;
  height: 72px;
}

.about-meo-heading-card p {
  position: absolute;
  top: 53px;
  left: 0;
  width: 342px;
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}

.about-meo-pin {
  position: absolute;
  top: 4px;
  left: 294px;
  width: 33px;
  height: 48px;
}

.about-meo-copy {
  margin: 33px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.about-meo-copy strong {
  color: #f7323c;
  font-weight: 900;
}

.about-meo-illustration {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 342px;
  height: 160px;
}

.comparison-section {
  position: absolute;
  top: calc(5325px + var(--choice-extra));
  left: 24px;
  z-index: 4;
  width: 342px;
  color: #222;
}

.comparison-title {
  width: 342px;
  min-height: 33px;
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.comparison-card {
  width: 342px;
  height: 373px;
  overflow: hidden;
  border: 2px solid #92c7f5;
  border-radius: 8px;
  background: #f4f9ff;
}

.comparison-card + .comparison-card {
  margin-top: 20px;
}

.comparison-card-yellow {
  border-color: #ffe647;
  background: #fffef3;
}

.comparison-card-title {
  display: flex;
  min-height: 43px;
  margin: 0;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #92c7f5;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.comparison-card-yellow .comparison-card-title {
  background: #ffe647;
  color: #222;
}

.comparison-card-body {
  display: flex;
  height: 326px;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background: #f4f9ff;
}

.comparison-card-yellow .comparison-card-body {
  background: #fffef3;
}

.comparison-image {
  width: 292px;
  height: 160px;
  border-radius: 4px;
  object-fit: cover;
}

.comparison-description {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.comparison-ratings {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  padding: 0;
  list-style: none;
}

.comparison-ratings li {
  display: flex;
  width: 92px;
  height: 79px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}

.comparison-ratings span {
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.comparison-icon {
  display: block;
  object-fit: contain;
}

.comparison-icon-circle,
.comparison-icon-double {
  width: 36px;
  height: 36px;
}

.comparison-icon-triangle {
  width: 33px;
  height: 29px;
}

.comparison-icon-cross {
  width: 30px;
  height: 30px;
}

.solutions-section {
  position: absolute;
  top: calc(6629px + var(--choice-extra));
  left: 0;
  z-index: 4;
  width: 390px;
  height: 1605px;
  color: #222;
}

.solutions-heading {
  position: absolute;
  top: 0;
  left: 64px;
  display: flex;
  width: 262px;
  height: 114px;
  flex-direction: column;
  align-items: center;
  background: #0085d4;
}

.solutions-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.solutions-kicker img {
  width: 12px;
  height: 18px;
  max-width: none;
}

.solutions-kicker img:last-child {
  transform: scaleX(-1);
}

.solutions-title {
  position: relative;
  width: 262px;
  height: 84px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.solutions-title-number {
  position: absolute;
  top: 20px;
  left: 0;
  width: 59px;
  height: 60px;
  object-fit: contain;
}

.solutions-title-small,
.solutions-title-main {
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.solutions-title-small {
  top: 41px;
  left: 63px;
  font-size: 28px;
}

.solutions-title-main {
  top: 29px;
  left: 119px;
  font-size: 36px;
}

.solution-card {
  position: absolute;
  left: 24px;
  width: 342px;
  height: 481px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(0, 76, 120, 0.5);
}

.solution-card-01 {
  top: 130px;
}

.solution-card-02 {
  top: 627px;
}

.solution-card-03 {
  top: 1124px;
}

.solution-card-inner {
  display: flex;
  width: 294px;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.solution-card-head {
  display: flex;
  width: 266px;
  flex-direction: column;
  align-items: center;
}

.solution-card-number {
  display: flex;
  width: 266px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.solution-card-number img {
  width: 37px;
  height: 18px;
  max-width: none;
}

.solution-problem {
  display: flex;
  isolation: isolate;
  width: 266px;
  align-items: center;
}

.solution-person {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  margin-right: -32px;
  max-width: none;
}

.solution-problem p {
  position: relative;
  z-index: 1;
  display: flex;
  width: 234px;
  height: 43px;
  align-items: center;
  justify-content: center;
  padding: 6px 32px 6px 40px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.solution-dots {
  width: 35px;
  height: 22px;
  max-width: none;
}

.solution-card-body {
  display: flex;
  width: 294px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.solution-card-body h3 {
  width: 294px;
  color: #f7323c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.solution-photo {
  width: 294px;
  height: 180px;
  border-radius: 4px;
  object-fit: cover;
}

.solution-photo-contain {
  object-fit: contain;
}

.solution-card-body p {
  width: 294px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.band-industry {
  top: calc(8266px + var(--choice-extra));
  height: 2377px;
  background: #e5f1ff;
}

.industry-section {
  position: absolute;
  top: calc(8298px + var(--choice-extra));
  left: 0;
  z-index: 4;
  width: 390px;
  color: #222;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.industry-heading-image {
  display: block;
  width: 324px;
  height: 134px;
  margin-left: 33px;
  max-width: none;
}

.industry-lead {
  margin: 16px 0 0;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.industry-card-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.industry-card {
  width: 342px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(0, 76, 120, 0.1);
}

.industry-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.industry-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-top: 12px;
}

.industry-photo {
  display: block;
  width: 294px;
  height: 160px;
  max-width: none;
  border-radius: 4px;
  object-fit: cover;
}

.industry-accordion,
.industry-accordion-set {
  width: 294px;
}

.industry-accordion-set {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.industry-accordion-trigger {
  position: relative;
  display: flex;
  width: 294px;
  height: 39px;
  padding: 6px 16px;
  border: 0;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font: 700 15px/1.8 "Noto Sans JP", system-ui, sans-serif;
  text-align: center;
  cursor: pointer;
  appearance: none;
}

.industry-accordion-trigger span:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.industry-accordion-orange .industry-accordion-trigger {
  background: #ff9234;
}

.industry-accordion-blue .industry-accordion-trigger {
  background: #0085d4;
}

.industry-accordion-chevron {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.industry-accordion-chevron::before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
}

.industry-accordion-trigger[aria-expanded=true] .industry-accordion-chevron::before {
  top: 7px;
  transform: rotate(225deg);
}

.industry-accordion-panel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 294px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.industry-accordion-panel[hidden] {
  display: none;
}

.industry-accordion-panel li {
  display: flex;
  min-height: 27px;
  align-items: center;
  gap: 10px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.industry-accordion-panel img {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  max-width: none;
}

.band-strength {
  top: calc(10643px + var(--choice-extra));
  height: 1439px;
  background: #0085d4;
}

.band-pricing {
  top: calc(12082px + var(--choice-extra));
  height: 1140px;
  background: #fff;
}

.strength-section {
  position: absolute;
  top: calc(10666px + var(--choice-extra) + var(--industry-extra));
  left: 0;
  z-index: 4;
  width: 390px;
  height: 1376px;
  color: #222;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.strength-heading-image {
  display: block;
  width: 327px;
  height: 224px;
  margin-left: 31.5px;
  max-width: none;
}

.strength-card {
  position: absolute;
  left: 24px;
  width: 342px;
  padding: 24px 25px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(0, 76, 120, 0.5);
}

.strength-card-01 {
  top: 239px;
}

.strength-card-02 {
  top: 597px;
}

.strength-card-03 {
  top: 982px;
}

.strength-card-inner {
  display: flex;
  width: 292px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.strength-card-head {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.strength-card-number {
  display: block;
  width: 42px;
  height: 20px;
  max-width: none;
  object-fit: contain;
}

.strength-card h3 {
  margin: 0;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.strength-card-icon {
  display: block;
  width: 120px;
  height: 120px;
  max-width: none;
}

.strength-card p {
  width: 292px;
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.pricing-section-rebuild {
  position: absolute;
  top: calc(12114px + var(--choice-extra) + var(--industry-extra));
  left: 24px;
  z-index: 4;
  width: 342px;
  color: #222;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.pricing-heading {
  display: flex;
  width: 342px;
  height: 124px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.pricing-heading-main {
  display: flex;
  width: 140px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pricing-plan-label {
  width: 51px;
  height: 16px;
  max-width: none;
  object-fit: contain;
}

.pricing-heading h2 {
  margin: 0;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.pricing-heading p {
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.pricing-card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.pricing-plan-card {
  width: 342px;
  padding: 22px 23px;
  border: 2px solid #a9cefb;
  border-radius: 8px;
  background: #f4f9ff;
  text-align: center;
}

.pricing-plan-card h3 {
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.pricing-price {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.pricing-price span {
  font-family: "Readex Pro", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.pricing-price-standard {
  color: #0085d4;
}

.pricing-price-premium {
  color: #f7323c;
}

.pricing-price-vmeo {
  color: #d76b00;
}

.pricing-description {
  width: 292px;
  margin: 8px 0 0;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

.pricing-button {
  display: flex;
  width: 292px;
  min-height: 53px;
  margin-top: 16px;
  padding: 12px 16px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 4px;
  background: #ffe647;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.pricing-button span {
  flex: 1 1 auto;
  padding-left: 27px;
}

.pricing-button img {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  max-width: none;
}

.pricing-plan-featured {
  position: relative;
  width: 342px;
  padding-top: 16px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 120px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdac3b;
  border-radius: 1000px;
  background: #cab636;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transform: translateX(-50%);
}

.pricing-plan-premium {
  border-color: #bdac3b;
  background: #fffef3;
}

.pricing-plan-vmeo {
  border-color: #e8c792;
  background: #fff8ed;
}

.pricing-notes {
  margin-top: 15px;
  color: #717171;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

.band-cases {
  top: calc(13222px + var(--choice-extra));
  height: 1153px;
  background: #e5f1ff;
}

.band-flow {
  top: calc(14375px + var(--choice-extra));
  height: 716px;
  background: #fff;
}

.band-faq {
  top: calc(15091px + var(--choice-extra));
  height: 861px;
  background: #f9f9f9;
}

.cases-section-rebuild {
  position: absolute;
  top: calc(13254px + var(--choice-extra) + var(--industry-extra));
  left: 24px;
  z-index: 4;
  width: 342px;
  color: #222;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.cases-heading {
  display: flex;
  width: 342px;
  height: 94px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.cases-heading-main {
  display: flex;
  width: 140px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cases-label {
  width: 53px;
  height: 16px;
  max-width: none;
  object-fit: contain;
}

.cases-heading h2 {
  margin: 0;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.cases-heading p {
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}

.cases-card-list {
  display: flex;
  width: 342px;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.case-card {
  display: flex;
  width: 342px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  background: #fff;
}

.case-card-first {
  border-radius: 4px;
}

.case-photo {
  width: 310px;
  height: 180px;
  border-radius: 4px;
  object-fit: cover;
}

.case-card-copy {
  display: flex;
  width: 310px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #222;
}

.case-card h3 {
  width: 310px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.case-card p {
  width: 310px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

.flow-section-rebuild {
  position: absolute;
  top: calc(14375px + var(--choice-extra) + var(--industry-extra));
  left: 24px;
  z-index: 4;
  display: flex;
  width: 342px;
  height: 716px;
  padding: 32px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #222;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.flow-dots {
  position: absolute;
  top: 200px;
  left: 39px;
  z-index: 0;
  width: 2px;
  height: 393px;
  max-width: none;
}

.flow-heading {
  display: flex;
  width: 342px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.flow-heading-main {
  display: flex;
  width: 140px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.flow-label {
  width: 53px;
  height: 16px;
  max-width: none;
  object-fit: contain;
}

.flow-heading h2 {
  margin: 0;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.flow-heading p {
  width: 342px;
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.flow-step-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.flow-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.flow-step-icon {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  max-width: none;
}

.flow-step-body {
  display: flex;
  width: 244px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.flow-step-label {
  width: 80px;
  height: 25px;
  max-width: none;
}

.flow-step-label-03 {
  width: 81px;
}

.flow-step-copy {
  display: flex;
  width: 244px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.flow-step h3 {
  width: 244px;
  margin: 0;
  color: #004990;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.flow-step p {
  width: 244px;
  margin: 0;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.faq-section-rebuild {
  position: absolute;
  top: calc(15091px + var(--choice-extra) + var(--industry-extra));
  left: 0;
  z-index: 4;
  display: flex;
  width: 390px;
  height: 861px;
  padding: 32px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #f9f9f9;
  color: #222;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.faq-heading {
  display: flex;
  width: 342px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.faq-heading-main {
  display: flex;
  width: 140px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.faq-label {
  width: 39px;
  height: 16px;
  max-width: none;
  object-fit: contain;
}

.faq-heading h2 {
  margin: 0;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.faq-list {
  display: flex;
  width: 342px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.faq-item {
  display: flex;
  width: 342px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.faq-question,
.faq-answer {
  display: flex;
  width: 342px;
  padding: 8px 12px;
  gap: 12px;
  border-radius: 8px;
}

.faq-question {
  align-items: center;
  background: #fff;
}

.faq-answer {
  align-items: flex-start;
}

.faq-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  max-width: none;
}

.faq-question p,
.faq-answer p {
  margin: 0;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.faq-question p {
  width: 244px;
}

.faq-answer p {
  flex: 1 1 auto;
  min-width: 0;
}

.band-contact {
  top: calc(15952px + var(--choice-extra));
  height: 1372px;
  background: #0085d4;
}

.contact-section-rebuild {
  position: absolute;
  top: calc(15952px + var(--choice-extra) + var(--industry-extra));
  left: 0;
  z-index: 4;
  display: flex;
  width: 390px;
  height: 1372px;
  padding: 40px 24px 32px;
  align-items: flex-end;
  justify-content: center;
  background: #0085d4;
  color: #fff;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.contact-section-inner {
  display: flex;
  width: 342px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.contact-hero {
  display: flex;
  width: 342px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-hero h2 {
  width: 342px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

.contact-heading-small,
.contact-heading-large {
  display: block;
}

.contact-heading-small {
  font-size: 20px;
}

.contact-heading-large {
  font-size: 28px;
}

.contact-hero mark {
  padding: 0;
  color: #ffe647;
  background: transparent;
}

.contact-illustration {
  width: 208px;
  height: 166px;
  margin-top: 16px;
  max-width: none;
}

.contact-hero p {
  width: 275px;
  margin: 16px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.contact-form-rebuild {
  position: relative;
  display: flex;
  width: 342px;
  padding: 20px 20px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #f9f9f9;
  color: #222;
}

.contact-form-fields {
  display: flex;
  width: 302px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.contact-choice-group {
  display: flex;
  width: 302px;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border: 0;
}

.contact-choice-group legend,
.contact-field > span {
  display: flex;
  gap: 4px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}

.contact-choice-group legend span,
.contact-field em {
  color: #f7323c;
  font-style: normal;
}

.contact-choice {
  position: relative;
  display: flex;
  width: 302px;
  min-height: 25px;
  align-items: center;
  gap: 8px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.contact-choice input {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
}

.contact-choice-box {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.contact-choice input:checked + .contact-choice-box::after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #0085d4;
}

.contact-choice input:focus-visible + .contact-choice-box {
  outline: 3px solid rgba(0, 133, 212, 0.35);
  outline-offset: 2px;
}

.contact-field {
  display: flex;
  width: 302px;
  height: 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.contact-field input {
  width: 302px;
  height: 32px;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font: 500 14px/1.4 "Noto Sans JP", system-ui, sans-serif;
}

.contact-field input:focus {
  border-color: #0085d4;
  outline: 3px solid rgba(0, 133, 212, 0.18);
}

.privacy-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.privacy-lead {
  margin: 0;
  color: #222;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.privacy-box {
  width: 302px;
  height: 160px;
  padding: 12px 16px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #fff;
  color: #222;
  scrollbar-color: rgba(187, 187, 187, 0.73) transparent;
  scrollbar-width: thin;
}

.privacy-box::-webkit-scrollbar {
  width: 9px;
}

.privacy-box::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: rgba(187, 187, 187, 0.73);
}

.privacy-box p {
  margin: 0;
  color: #222;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.privacy-box .privacy-title {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.contact-submit {
  display: flex;
  width: 200px;
  min-height: 49px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 1000px;
  background: #ffe647;
  color: #222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.contact-submit:hover {
  filter: brightness(0.98);
}

.contact-form-message {
  position: absolute;
  right: 20px;
  bottom: -21px;
  left: 20px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.contact-copyright {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.lp-stage {
  --choice-extra: 0px;
  --industry-extra: 0px;
}

.band-industry {
  height: calc(2377px + var(--industry-extra));
}

.anchor-strengths {
  top: calc(10643px + var(--choice-extra) + var(--industry-extra));
}

.anchor-pricing {
  top: calc(12114px + var(--choice-extra) + var(--industry-extra));
}

.anchor-cases {
  top: calc(13254px + var(--choice-extra) + var(--industry-extra));
}

.anchor-flow {
  top: calc(14375px + var(--choice-extra) + var(--industry-extra));
}

.anchor-faq {
  top: calc(15091px + var(--choice-extra) + var(--industry-extra));
}

.anchor-contact {
  top: calc(16440px + var(--choice-extra) + var(--industry-extra));
}

.band-strength {
  top: calc(10643px + var(--choice-extra) + var(--industry-extra));
}

.band-pricing {
  top: calc(12082px + var(--choice-extra) + var(--industry-extra));
}

.band-cases {
  top: calc(13222px + var(--choice-extra) + var(--industry-extra));
}

.band-flow {
  top: calc(14375px + var(--choice-extra) + var(--industry-extra));
}

.band-faq {
  top: calc(15091px + var(--choice-extra) + var(--industry-extra));
}

.band-contact {
  top: calc(15952px + var(--choice-extra) + var(--industry-extra));
}
