@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #010101;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  background: #fff;
}

button,
input,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
}

.lp {
  width: 100%;
  overflow: hidden;
}

.l-container {
  width: min(1100px, calc(100% - 48px));
  margin-inline: auto;
}

.campaign {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 18px 24px;
  color: #fff;
  background: #02d000;
}
.campaign p {
  margin: 0;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* SP plans final alignment override from Figma section 11 */
@media (max-width: 767px) {
  .plans {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    background: #fff;
  }

  .plans__inner {
    width: 100%;
    max-width: 686px;
    min-height: 0;
    gap: 64px;
  }

  .plans h2 {
    width: auto;
    height: 66px;
    font-size: clamp(36px, 5.867vw, 44px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .plans__body {
    width: 100%;
    height: auto;
    gap: 24px;
  }

  .plans__grid {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    gap: 24px;
  }

  .plans__grid article {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 429px;
    padding: 48px 16px 64px;
    gap: 24px;
    border-radius: 24px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
  }

  .plans__en {
    height: 29px;
    font-size: clamp(18px, 2.933vw, 22px);
  }

  .plans__grid h3 {
    min-height: 42px;
    font-size: clamp(26px, 4.267vw, 32px);
  }

  .plans__target {
    width: 100%;
    height: auto;
    min-height: 108px;
    font-size: clamp(18px, 3.2vw, 24px);
    line-height: 1.5;
  }

  .plans__grid dl {
    width: 295px;
    max-width: 100%;
    height: 128px;
  }

  .plans__grid dl div {
    width: 100%;
    height: 64px;
    padding: 8px 0;
    gap: 16px;
  }

  .plans__grid dt {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .plans__grid dt img,
  .plans__trial em img {
    width: 48px;
    height: 48px;
  }

  .plans__grid dd {
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
  }

  .plans__badge {
    left: 2px;
    top: 32px;
    width: 214px;
    height: 60px;
  }

  .plans__featured {
    padding-top: 48px;
  }

  .plans__trial {
    width: 100%;
    height: auto;
    min-height: 294px;
    padding: 24px 16px;
    border-radius: 24px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
  }

  .plans__trial-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 24px;
    text-align: center;
  }

  .plans__trial strong {
    flex: 0 0 auto;
    width: auto;
    font-size: clamp(26px, 4.267vw, 32px);
    line-height: 1.3;
  }

  .plans__trial span {
    flex: 0 0 auto;
    width: 100%;
    max-width: 654px;
    font-size: clamp(18px, 3.2vw, 24px);
    line-height: 1.5;
    white-space: normal;
  }

  .plans__trial em {
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    height: 64px;
    padding: 8px 0;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .plans {
    height: 2041px;
  }
}
/* SP unsuitable final alignment from Figma section 12 */
@media (max-width: 767px) {
  .unsuitable {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    gap: 64px;
    background: #eceef2;
  }

  .unsuitable .l-container {
    width: 100%;
    max-width: 686px;
    margin: 0;
    gap: 0;
  }

  .unsuitable .speech-heading {
    width: auto;
    height: 46px;
    min-height: 0;
    margin: 0 0 24px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    font-size: clamp(24px, 4vw, 30px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .unsuitable h2 {
    width: 100%;
    margin: 0;
    font-size: clamp(34px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .unsuitable__lead {
    width: 100%;
    margin: 24px 0 0;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .unsuitable__lead strong {
    color: #ff0004;
  }

  .unsuitable__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    max-width: 100%;
    margin: 0;
    gap: 16px;
  }

  .unsuitable__grid article {
    width: min(600px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 24px 80px;
    gap: 16px;
    border-radius: 50%;
    background: #010101;
  }

  .unsuitable__grid h3 {
    width: 100%;
    min-height: 68px;
    font-size: clamp(20px, 3.467vw, 26px);
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .unsuitable__icon {
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
  }

  .unsuitable__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .unsuitable__grid p {
    width: 100%;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .unsuitable__cta {
    width: 686px;
    max-width: 100%;
    height: 180px;
    padding: 0;
    margin: 0;
  }

  .unsuitable__button {
    position: absolute;
    left: 0;
    top: 30px;
    width: 686px;
    max-width: 100%;
    height: 160px;
    min-height: 160px;
    padding: 20px 40px 8px 0;
    border-width: 6px;
    border-radius: 20px;
    font-size: clamp(26px, 4.8vw, 36px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .unsuitable__button::before {
    width: calc(100% - 32px);
    height: 32px;
    top: 10px;
  }

  .unsuitable__button::after {
    right: 38px;
    top: calc(50% - 6px);
    width: 20px;
    height: 20px;
    border-top-width: 6px;
    border-right-width: 6px;
  }

  .unsuitable__cta-badge {
    left: 50%;
    top: 4px;
    width: auto;
    max-width: calc(100% - 24px);
    min-height: 52px;
    padding: 8px 24px;
    gap: 8px;
    flex-wrap: nowrap;
    font-size: clamp(16px, 2.933vw, 22px);
    line-height: 1.5;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  .unsuitable__cta-badge span {
    width: auto;
    height: 34px;
    padding: 0 16px;
    font-size: clamp(16px, 2.933vw, 22px);
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .unsuitable {
    height: 2640px;
  }
}
/* SP process final alignment from Figma section 14 */
@media (max-width: 767px) {
  .process {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    background: #fff;
  }

  .process .l-container {
    width: 100%;
    max-width: 686px;
    margin: 0;
    gap: 64px;
  }

  .process h2 {
    width: 100%;
    height: 66px;
    font-size: clamp(34px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .process__grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    gap: 24px;
    padding: 0 0 152px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .process__grid::-webkit-scrollbar {
    display: none;
  }

  .process__grid article {
    flex: 0 0 331.52px;
    width: 331.52px;
    height: 516.8px;
    padding: 25.6px 19.2px;
    gap: 25.6px;
    border-width: 3.2px;
    border-radius: 12.8px;
    box-shadow: 12.8px 12.8px 6.4px rgba(0, 0, 0, 0.25);
    scroll-snap-align: start;
  }

  .process__grid span {
    width: 256px;
    height: 51.2px;
    padding: 0;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  }

  .process__grid h3 {
    width: 100%;
    min-height: 39px;
    font-size: clamp(22px, 3.467vw, 26px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .process__grid img {
    width: 100%;
    height: 160px;
    margin: 0;
    object-fit: cover;
  }

  .process__grid p {
    width: 100%;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .process .l-container::after {
    content: "スクロールしてください";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -128px;
    color: #02d000;
    font-size: clamp(16px, 2.667vw, 20px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .process {
    height: 969px;
  }
}
/* SP process final alignment from Figma section 14 */
@media (max-width: 767px) {
  .process {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    background: #fff;
  }

  .process .l-container {
    width: 100%;
    max-width: 686px;
    margin: 0;
    gap: 64px;
  }

  .process h2 {
    width: 100%;
    height: 66px;
    font-size: clamp(34px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .process__grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    gap: 24px;
    padding: 0 0 152px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .process__grid::-webkit-scrollbar {
    display: none;
  }

  .process__grid article {
    flex: 0 0 331.52px;
    width: 331.52px;
    height: 516.8px;
    padding: 25.6px 19.2px;
    gap: 25.6px;
    border-width: 3.2px;
    border-radius: 12.8px;
    box-shadow: 12.8px 12.8px 6.4px rgba(0, 0, 0, 0.25);
    scroll-snap-align: start;
  }

  .process__grid span {
    width: 256px;
    height: 51.2px;
    padding: 0;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  }

  .process__grid h3 {
    width: 100%;
    min-height: 39px;
    font-size: clamp(22px, 3.467vw, 26px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .process__grid img {
    width: 100%;
    height: 160px;
    margin: 0;
    object-fit: cover;
  }

  .process__grid p {
    width: 100%;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .process .l-container::after {
    content: "スクロールしてください";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -128px;
    color: #02d000;
    font-size: clamp(16px, 2.667vw, 20px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .process {
    height: 969px;
  }
}
@media (max-width: 767px) {
  .plans__inner {
    width: 100%;
    margin: 0;
  }

  .plans__grid article {
    min-height: 479px;
  }

  .plans__target {
    min-height: 72px;
  }

  .plans__target br {
    display: none;
  }
}
/* SP plans final alignment from Figma section 11 */
@media (max-width: 767px) {
  .plans {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    background: #fff;
  }

  .plans__inner {
    width: 100%;
    max-width: 686px;
    min-height: 0;
    gap: 64px;
  }

  .plans h2 {
    width: auto;
    height: 66px;
    font-size: clamp(36px, 5.867vw, 44px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .plans__body {
    width: 100%;
    height: auto;
    gap: 24px;
  }

  .plans__grid {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    gap: 24px;
  }

  .plans__grid article {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 429px;
    padding: 48px 16px 64px;
    gap: 24px;
    border-radius: 24px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
  }

  .plans__en {
    height: 29px;
    font-size: clamp(18px, 2.933vw, 22px);
  }

  .plans__grid h3 {
    min-height: 42px;
    font-size: clamp(26px, 4.267vw, 32px);
  }

  .plans__target {
    width: 100%;
    height: auto;
    min-height: 108px;
    font-size: clamp(18px, 3.2vw, 24px);
    line-height: 1.5;
  }

  .plans__grid dl {
    width: 295px;
    max-width: 100%;
    height: 128px;
  }

  .plans__grid dl div {
    width: 100%;
    height: 64px;
    padding: 8px 0;
    gap: 16px;
  }

  .plans__grid dt {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .plans__grid dt img,
  .plans__trial em img {
    width: 48px;
    height: 48px;
  }

  .plans__grid dd {
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
  }

  .plans__badge {
    left: 2px;
    top: 32px;
    width: 214px;
    height: 60px;
  }

  .plans__featured {
    padding-top: 48px;
  }

  .plans__trial {
    width: 100%;
    height: auto;
    min-height: 294px;
    padding: 24px 16px;
    border-radius: 24px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
  }

  .plans__trial-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 24px;
    text-align: center;
  }

  .plans__trial strong {
    flex: 0 0 auto;
    width: auto;
    font-size: clamp(26px, 4.267vw, 32px);
    line-height: 1.3;
  }

  .plans__trial span {
    flex: 0 0 auto;
    width: 100%;
    max-width: 654px;
    font-size: clamp(18px, 3.2vw, 24px);
    line-height: 1.5;
    white-space: normal;
  }

  .plans__trial em {
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    height: 64px;
    padding: 8px 0;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .plans {
    height: 2041px;
  }
}
.campaign__badge {
  display: inline-flex;
  align-items: baseline;
  padding: 8px 24px;
  color: #fff600;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  background: #010101;
}
.campaign__badge span {
  font-size: 44px;
}

.hero {
  position: relative;
  background: linear-gradient(#fff 0 36%, #eefded 36% 73%, #fff 73%);
}

.hero__top {
  position: relative;
  min-height: 520px;
  padding-top: 80px;
}

.hero__copy {
  position: relative;
  z-index: 1;
  width: 700px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(56px, 5.7vw, 78px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  white-space: nowrap;
  transform: skewX(-8deg);
}
.hero h1 span {
  color: #02d000;
}

.hero__lead {
  margin: 22px 0 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
.hero__lead span {
  background: linear-gradient(transparent 58%, #fff600 58%);
}

.hero__visual {
  position: absolute;
  right: -124px;
  top: 18px;
  width: 700px;
  height: auto;
}

.hero__bottom {
  position: relative;
  padding: 32px 0 34px;
}

.hero__service {
  position: relative;
  z-index: 1;
}

.hero__brand {
  display: block;
  width: 538px;
  max-width: 100%;
  margin: 0;
}
.hero__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__sub {
  margin: 12px 0 18px;
  font-size: 18px;
  font-weight: 900;
}

.hero__tags {
  display: inline-flex;
  gap: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  background: #fff;
}
.hero__tags li {
  padding: 8px 22px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}
.hero__tags li + li {
  border-left: 2px solid #666;
}

.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, 246px);
  gap: 10px;
  margin-top: 24px;
}
.hero__proof article {
  display: grid;
  place-items: center;
  width: 246px;
  height: 246px;
}
.hero__proof picture,
.hero__proof img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__proof-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
  color: #555;
  font-weight: 900;
  border: 2px solid #555;
  border-radius: 50%;
}

.hero__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 398px;
  padding: 32px 0 48px;
  text-align: center;
}
.hero__cta > p:first-child {
  width: min(476px, 100%);
  height: 36px;
  margin: 0 0 16px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.hero__cta.l-container {
  width: 100%;
  max-width: 1440px;
}

.trial-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 538px;
  height: 60px;
  gap: 8px;
  align-items: center;
  padding: 12px 48px;
  margin: 0 0 -30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background: #eefded;
  border: 2px solid #02d000;
  border-radius: 999px;
}
.trial-badge span:first-child {
  display: inline-flex;
  flex: 0 0 130px;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 36px;
  padding: 0 16px;
  color: #eefded;
  font-size: 24px;
  background: #010101;
}

.trial-badge__red {
  color: #010101;
  white-space: nowrap;
}

.button-primary {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  min-width: min(800px, 100%);
  padding: 20px 58px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  background: linear-gradient(#02e800, #029f00);
  border: 4px solid #fff;
  border-radius: 16px;
  box-shadow: inset 0 -8px 8px rgba(0, 0, 0, 0.35), inset 0 12px 12px rgba(255, 255, 255, 0.5), 0 8px 4px rgba(0, 0, 0, 0.35);
}
.button-primary::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 16px;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 760px;
  height: 32px;
  background: linear-gradient(180deg, #eefded 0%, rgba(238, 253, 237, 0) 100%);
  border-radius: 999px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  transform: translateX(-50%);
}
.button-primary::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-left: 28px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
}

.hero__cta .button-primary {
  width: 800px;
  height: 140px;
  min-width: 0;
  min-height: 140px;
  padding: 8px 40px 8px 0;
  gap: 8px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-radius: 20px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4), inset 0 -8px 8px rgba(0, 0, 0, 0.4), inset 0 12px 12px rgba(255, 255, 255, 0.6);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.hero__cta .button-primary::after {
  position: absolute;
  right: 64px;
  top: 50%;
  width: 16px;
  height: 32px;
  margin-left: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  transform: translateY(-50%) rotate(45deg);
}

.hero__accounts {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 507px;
  height: 72px;
  padding: 0 8px;
  margin: 24px 0 0;
  color: #010101;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background: none;
}
.hero__accounts::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 28px;
  background: #fff600;
}
.hero__accounts span {
  flex: 0 0 161px;
  color: #ff0004;
  font-size: 72px;
  line-height: 1;
}

.section-html {
  max-width: 1440px;
  margin-inline: auto;
}

.problem {
  padding: 80px 0;
  text-align: center;
  background: #fff;
}
.problem .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: min(1100px, calc(100% - 48px));
}
.problem h2 {
  width: 853px;
  height: 84px;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.problem__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 971px;
  max-width: 100%;
}

.speech-heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 971px;
  min-height: 70px;
  padding: 8px 40px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #010101;
  border-radius: 999px;
}
.speech-heading::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  width: 32px;
  height: 24px;
  background: #010101;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.problem__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 853px;
  min-height: 92px;
  margin: 0;
  padding: 16px 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  background: #eefded;
}
.problem__lead span {
  display: block;
}
.problem__lead strong {
  font-weight: inherit;
}

.problem__map {
  width: 1100px;
  margin: 0;
  line-height: 0;
}
.problem__map picture,
.problem__map img {
  display: block;
  width: 100%;
  height: auto;
}

.problem__note {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.problem__note p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.problem__note strong {
  font-weight: 900;
  background: linear-gradient(transparent 62%, #fff600 62%);
}

.problem__alert {
  display: block;
  width: 1100px;
  margin: 0;
  line-height: 0;
}
.problem__alert::before {
  content: none;
  display: none;
}
.problem__alert img {
  display: block;
  width: 100%;
  height: auto;
}
.problem__alert span {
  color: #010101;
}

.pattern {
  padding: 80px 0 96px;
  background: #eceef2;
  text-align: center;
}
.pattern h2 {
  margin: 0 0 64px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
}

.pattern__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pattern__cards article {
  padding: 24px;
  background: #fff;
  border: 3px solid #02d000;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}
.pattern__cards h3 {
  margin: 20px 0 24px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
}
.pattern__cards p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
}
.pattern__cards strong {
  color: #ff0004;
}

.pattern__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 42px;
  color: #fff;
  font-size: 22px !important;
  font-weight: 900;
  background: #02d000;
  border-radius: 999px;
  text-align: center !important;
}

.pattern__quote {
  padding: 14px 18px;
  margin-bottom: 22px !important;
  background: #eceef2;
  border-radius: 6px;
}

.pattern__bottom {
  margin: 64px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
.pattern__bottom strong {
  font-size: 24px;
  font-weight: 900;
}

.reason {
  padding: 80px 0;
  background: #fff;
}
.reason h2 {
  margin: 0 0 48px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.reason__list {
  display: grid;
  gap: 24px;
}
.reason__list article {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 18px;
  align-items: stretch;
}
.reason__list p {
  margin: 0;
  padding: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  border: 3px solid #02d000;
  border-radius: 6px;
}
.reason__list strong {
  color: #ff0004;
}

.reason__head {
  position: relative;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  background: #d8fbd6;
  border: 3px solid #02d000;
  border-radius: 6px;
}
.reason__head span {
  position: absolute;
  top: -16px;
  left: -16px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: #010101;
  border-radius: 50%;
}
.reason__head h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.mini-tools {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 0;
  margin: 14px 0;
  list-style: none;
}
.mini-tools li {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 8px;
  color: #02d000;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  border: 2px solid #02d000;
  border-radius: 4px;
}

.assurance {
  padding: 88px 0;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 25%, transparent 25% 50%, rgba(255, 255, 255, 0.08) 50% 75%, transparent 75%), linear-gradient(135deg, #18b65a, #41e11f);
  background-size: 220px 220px, auto;
}

.assurance__grid {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
}

.assurance__eyebrow {
  margin: 0 0 18px;
  color: #fff600;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

.assurance h2 {
  display: inline-block;
  margin: 0 0 64px;
  padding: 5px 28px;
  color: #010101;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  background: #fff;
}

.assurance__card {
  width: min(620px, 100%);
  margin-left: auto;
  padding: 34px 42px;
  color: #010101;
  text-align: left;
  background: #fff;
  border-radius: 12px;
}
.assurance__card p {
  margin: 0;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.65;
}
.assurance__card p + p {
  margin-top: 24px;
}
.assurance__card strong {
  color: #ff0004;
}

.case-study {
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.case-study h2 {
  margin: 24px 0 56px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
}

.speech-heading--small {
  width: auto;
  min-width: 0;
  padding: 6px 42px;
  font-size: 28px;
}

.case-study__card {
  width: min(540px, 100%);
  margin-inline: auto;
  padding: 28px 24px;
  text-align: left;
  background: #fff;
  border: 3px solid #02d000;
  border-radius: 8px;
  box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.18);
}
.case-study__card h3 {
  margin: 0 0 22px;
  font-size: 34px;
  font-weight: 900;
}

.case-study__icon {
  float: left;
  margin-right: 14px;
  color: #02d000;
  font-size: 52px;
  line-height: 1;
}

.case-study__question {
  clear: both;
  padding: 16px;
  margin: 0 0 22px;
  font-weight: 900;
  text-align: center;
  background: #eceef2;
  border-radius: 6px;
}

.case-study dl {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}
.case-study dl dt {
  color: #02d000;
  font-weight: 900;
}
.case-study dl dd {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.case-study__result {
  padding: 20px;
  text-align: center;
  background: #eefded;
  border-radius: 6px;
  font-weight: 900;
}
.case-study__result span {
  display: table;
  padding: 5px 24px;
  margin: -36px auto 12px;
  color: #fff;
  background: #02d000;
  border-radius: 999px;
}
.case-study__result strong {
  display: block;
  color: #ff0004;
  font-size: 42px;
}

.power {
  padding: 80px 0 64px;
  text-align: center;
  background: #fff;
}
.power h2 {
  margin: 24px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.35;
}

.power__lead {
  margin: 0 0 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.power__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(880px, 100%);
  margin-inline: auto;
}
.power__grid article {
  min-height: 210px;
  padding: 24px 20px;
  text-align: left;
  background: #eefded;
}
.power__grid h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
.power__grid p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.power__bottom {
  margin: 52px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.power__bottom strong {
  display: inline-block;
  padding: 0 14px;
  color: #fff;
  font-size: 22px;
  background: #02d000;
}

.asset {
  padding: 80px 0;
  background: #fff;
}

.cv {
  display: flex;
  justify-content: center;
  padding: 64px 0;
  background: #eefded;
}

.cv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(900px, calc(100% - 48px));
  gap: 24px;
}

.cv__title {
  display: block;
  width: 812px;
  max-width: 100%;
  height: auto;
}

.cv__button {
  display: block;
  width: 816px;
  max-width: 100%;
  line-height: 0;
  transition: transform 180ms ease, filter 180ms ease;
}
.cv__button:hover {
  transform: translateY(2px);
  filter: brightness(1.03);
}
.cv__button img {
  display: block;
  width: 100%;
  height: auto;
}

.asset__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.asset__grid img {
  max-height: 440px;
  object-fit: contain;
}

.asset__copy {
  text-align: center;
}
.asset__copy h2 {
  margin: 0 0 24px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.4;
}

.asset__lead {
  display: inline-block;
  margin: 0 0 80px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 900;
  background: #eefded;
}

.asset__box {
  padding: 32px 40px;
  text-align: left;
  background: #eefded;
  border-radius: 12px;
}
.asset__box p {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.75;
}
.asset__box p + p {
  margin-top: 24px;
}
.asset__box strong {
  color: #ff0004;
}

.voices {
  padding: 88px 0;
  text-align: center;
  background: #fff;
}
.voices h2 {
  margin: 0 0 72px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.35;
}

.voices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.voices__grid article {
  position: relative;
  padding: 56px 20px 26px;
  text-align: left;
  background: #fff;
  border: 3px solid #02d000;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}
.voices__grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.voices__grid p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
.voices__grid strong {
  color: #ff0004;
  font-weight: 900;
  background: #fff600;
}

.voices__avatar {
  position: absolute;
  top: -46px;
  left: 50%;
  width: 88px;
  height: 88px;
  border: 3px solid #02d000;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}
.voices__avatar::before, .voices__avatar::after {
  content: "";
  position: absolute;
  left: 50%;
  background: currentColor;
  transform: translateX(-50%);
}
.voices__avatar::before {
  top: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.voices__avatar::after {
  bottom: 14px;
  width: 52px;
  height: 28px;
  border-radius: 28px 28px 4px 4px;
}

.voices__avatar--red {
  color: #ff0004;
}

.voices__avatar--blue {
  color: #405684;
}

.voices__support {
  padding: 10px 12px;
  margin-bottom: 18px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-align: center;
  border-block: 3px solid #010101;
}

.voices__result {
  padding: 14px;
  margin-top: 18px;
  text-align: center;
  background: #eefded;
  border-radius: 6px;
  font-weight: 900;
}
.voices__result strong {
  display: inline-block;
  color: #ff0004;
  font-size: 34px;
  background: transparent;
}

.owner {
  padding: 88px 0;
  background: #fff;
}

.owner__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.owner__photo {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  object-position: bottom center;
}

.owner__copy h2 {
  margin: 0 0 36px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
}
.owner__copy p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}
.owner__copy p + p {
  margin-top: 18px;
}
.owner__copy strong {
  color: #ff0004;
}

.owner__name {
  font-size: 42px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}
.owner__name span {
  font-size: 24px;
}

.owner__role {
  display: inline-block;
  padding: 6px 18px;
  margin-top: 12px !important;
  color: #fff;
  font-weight: 900 !important;
  background: #010101;
}

.owner__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  padding: 14px 18px;
  margin: 18px 0 24px;
  list-style: none;
  background: #eceef2;
}
.owner__stats li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
}
.owner__stats li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #02d000;
  border-radius: 50%;
}

.owner__message {
  margin-bottom: 18px !important;
  font-size: 19px !important;
  font-weight: 900 !important;
}

.plans {
  padding: 88px 0;
  text-align: center;
  background: #fff;
}
.plans h2 {
  margin: 0 0 56px;
  font-size: 48px;
  font-weight: 900;
}

.plans__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.plans__grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 38px 34px 28px;
  background: #fff;
  border: 3px solid #02d000;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.plans__grid h3 {
  margin: 8px 0 18px;
  color: #02d000;
  font-size: 22px;
  font-weight: 900;
}
.plans__grid dl {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  margin: auto 0 0;
  border-top: 1px dashed #d5d5d5;
}
.plans__grid div {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.plans__grid dt,
.plans__grid dd {
  margin: 0;
}

.plans__en {
  margin: 0;
  color: #02d000;
  font-size: 14px;
}

.plans__target {
  margin: 0;
  font-weight: 900;
  line-height: 1.65;
}

.plans__featured span {
  position: absolute;
  top: 14px;
  left: 0;
  padding: 6px 22px;
  color: #fff;
  font-weight: 900;
  background: #f4ca4f;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.plans__trial {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 22px 34px;
  margin-top: 20px;
  text-align: left;
  background: #eefded;
  border-radius: 8px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.24);
}
.plans__trial strong {
  color: #02d000;
  font-size: 22px;
  white-space: nowrap;
}
.plans__trial span {
  font-size: 15px;
  font-weight: 900;
}
.plans__trial em {
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.unsuitable {
  padding: 88px 0;
  text-align: center;
  background: #eceef2;
}
.unsuitable h2 {
  margin: 24px 0 24px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
}

.unsuitable__lead {
  margin: 0 auto 56px;
  max-width: 760px;
  font-weight: 700;
  line-height: 1.8;
}
.unsuitable__lead strong {
  color: #ff0004;
}

.unsuitable__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.unsuitable__grid article {
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: 32px 26px;
  color: #fff;
  background: #010101;
  border-radius: 50%;
}
.unsuitable__grid h3 {
  margin: 12px 0 18px;
  color: #fff600;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
}
.unsuitable__grid p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.unsuitable__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  color: #010101;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
}

.process {
  padding: 88px 0;
  text-align: center;
  background: #fff;
}
.process h2 {
  margin: 0 0 56px;
  font-size: 48px;
  font-weight: 900;
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.process__grid article {
  padding: 16px 16px 22px;
  text-align: left;
  background: #fff;
  border: 3px solid #02d000;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.process__grid span {
  display: block;
  padding: 6px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  background: #02d000;
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}
.process__grid h3 {
  min-height: 48px;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.process__grid img {
  width: 96px;
  height: 96px;
  margin: 0 auto 12px;
  object-fit: contain;
}
.process__grid p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

.faq {
  padding: 88px 0;
  background: #fff;
}
.faq h2 {
  margin: 0 0 56px;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}

.faq__list {
  display: grid;
  gap: 18px;
}
.faq__list article {
  overflow: hidden;
  border: 3px solid #02d000;
  border-radius: 12px;
}
.faq__list h3,
.faq__list p {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.7;
}
.faq__list h3 {
  background: #eefded;
  font-weight: 900;
}
.faq__list p {
  font-weight: 500;
}
.faq__list span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  background: #02d000;
  border-radius: 50%;
}

.design-slice {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  line-height: 0;
}
.design-slice picture,
.design-slice img {
  display: block;
  width: 100%;
}

.slice-link {
  position: absolute;
  z-index: 2;
  display: block;
}

.slice-link--cta {
  left: 22%;
  top: 38%;
  width: 56%;
  height: 35%;
}

.contact {
  padding: 80px 0;
  background: #eceef2;
}

.contact__title {
  margin-bottom: 64px;
  text-align: center;
}
.contact__title h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.5;
}
.contact__title p {
  margin: 24px 0 0;
  font-size: 20px;
  font-weight: 500;
}

.contact__form {
  display: grid;
  gap: 32px;
}

.form-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: center;
}
.form-row label,
.form-row .form-row__label {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row textarea {
  width: 100%;
  min-height: 64px;
  padding: 18px 24px;
  color: #010101;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
}
.form-row input[type="text"]:focus,
.form-row input[type="email"]:focus,
.form-row input[type="tel"]:focus,
.form-row textarea:focus {
  border-color: #02d000;
  outline: 0;
}
.form-row input[type="text"]::placeholder,
.form-row input[type="email"]::placeholder,
.form-row input[type="tel"]::placeholder,
.form-row textarea::placeholder {
  color: #cfcfcf;
}
.form-row textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row--textarea,
.form-row--source {
  align-items: start;
}

.badge-required,
.badge-optional {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}

.badge-required {
  background: #ff0004;
}

.badge-optional {
  background: #999;
}

.source-options {
  display: grid;
  gap: 4px;
}
.source-options label {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.source-options p {
  margin: 24px 0 0;
  font-size: 16px;
}
.source-options input[type="radio"] {
  width: 14px;
  height: 14px;
}

.contact__submit {
  justify-self: center;
  min-width: min(500px, 100%);
  min-height: 100px;
  border-radius: 999px;
  cursor: pointer;
}

.footer {
  padding: 48px 0;
  background: #fff;
}

.footer__inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__inner strong {
  font-size: 16px;
  line-height: 1.5;
}
.footer__inner p {
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer__pagetop {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 3px solid #02d000;
  border-radius: 50%;
}
.footer__pagetop::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 8px solid #02d000;
  border-left: 8px solid #02d000;
  transform: translateY(5px) rotate(45deg);
}

.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;
}

.thanks {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 80px 24px;
  line-height: 1.8;
  text-align: center;
  background: #eefded;
}
.thanks h1 {
  margin: 0;
  font-size: clamp(28px, 5vw, 48px);
}
.thanks p {
  margin: 24px 0 32px;
}

@media (max-width: 900px) {
  .l-container {
    width: min(100% - 32px, 750px);
  }

  .campaign {
    min-height: 120px;
    gap: 28px;
    padding: 14px 18px;
  }
  .campaign p {
    font-size: 28px;
    line-height: 1.28;
  }

  .campaign__badge {
    flex-direction: column;
    align-items: center;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 1.15;
  }
  .campaign__badge span {
    font-size: 26px;
  }

  .hero {
    background: linear-gradient(#fff 0 31%, #eefded 31% 70%, #fff 70%);
  }

  .hero__top {
    min-height: 228px;
    padding-top: 28px;
  }

  .hero__copy {
    width: 74%;
  }

  .hero h1 {
    font-size: clamp(34px, 9vw, 64px);
    line-height: 1.2;
  }

  .hero__lead {
    margin-top: 18px;
    font-size: clamp(18px, 4.8vw, 28px);
    line-height: 1.5;
  }

  .hero__visual {
    right: -34px;
    top: 10px;
    width: 42%;
  }

  .hero__bottom {
    padding: 18px 0 20px;
  }

  .hero__brand {
    width: min(100%, 538px);
    margin-inline: auto;
  }

  .hero__sub {
    font-size: 18px;
    text-align: center;
  }

  .hero__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    background: transparent;
  }
  .hero__tags li {
    padding: 5px 14px;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
  }
  .hero__tags li + li {
    border-left: 0;
  }

  .hero__proof {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px;
  }
  .hero__proof article {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .hero__proof-icon {
    width: 28px;
    height: 28px;
    color: #fff;
    border-color: #fff;
  }

  .hero__cta {
    min-height: 423px;
    padding: 32px 16px 48px;
  }
  .hero__cta > p:first-child {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.5;
  }

  .trial-badge {
    width: min(100%, 655px);
    height: 55px;
    gap: 6px;
    padding: 8px 16px;
    margin-bottom: -30px;
    font-size: 12px;
  }
  .trial-badge span:first-child {
    flex: 0 0 auto;
    width: auto;
    min-width: 92px;
    height: 34px;
    font-size: 16px;
  }

  .hero__cta .button-primary {
    width: min(100%, 686px);
    height: 120px;
    min-height: 120px;
    padding: 8px 40px 8px 20px;
    font-size: clamp(24px, 6vw, 36px);
  }
  .hero__cta .button-primary::after {
    right: 32px;
    width: 12px;
    height: 24px;
    border-top-width: 5px;
    border-right-width: 5px;
  }

  .hero__accounts {
    width: min(100%, 507px);
    height: 72px;
    font-size: 20px;
  }
  .hero__accounts span {
    flex: 0 0 auto;
    width: auto;
    padding: 0 6px;
    font-size: 56px;
  }

  .problem {
    padding: 64px 0;
  }
  .problem .l-container {
    gap: 64px;
    width: min(100% - 32px, 686px);
  }
  .problem h2 {
    width: 100%;
    height: auto;
    font-size: clamp(30px, 8vw, 44px);
    line-height: 1.5;
  }

  .problem__intro {
    width: 100%;
  }

  .speech-heading {
    width: 100%;
    min-height: 106px;
    padding: 8px 40px;
    font-size: clamp(20px, 5vw, 32px);
    line-height: 1.4;
  }

  .problem__lead {
    width: 100%;
    min-height: 140px;
    padding: 16px 24px;
    font-size: clamp(15px, 4vw, 20px);
  }

  .problem__map {
    width: 100%;
    max-width: 686px;
  }

  .problem__note p {
    font-size: 17px;
  }

  .problem__alert {
    width: 100%;
    max-width: 686px;
  }

  .pattern {
    padding: 64px 0;
  }
  .pattern h2 {
    margin-bottom: 36px;
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.35;
  }

  .pattern__cards {
    grid-template-columns: 1fr;
  }
  .pattern__cards article {
    padding: 24px 18px;
  }
  .pattern__cards h3 {
    font-size: 25px;
  }

  .pattern__bottom {
    margin-top: 40px;
    font-size: 18px;
  }
  .pattern__bottom strong {
    font-size: 21px;
  }

  .reason {
    padding: 64px 0;
  }
  .reason h2 {
    margin-bottom: 40px;
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1.35;
  }

  .reason__list article {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reason__list p {
    padding: 18px;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    font-size: 15px;
  }

  .reason__head {
    min-height: 160px;
    padding: 26px 18px 20px;
    border-radius: 6px 6px 0 0;
  }
  .reason__head h3 {
    font-size: 22px;
  }

  .mini-tools {
    grid-template-columns: repeat(2, 1fr);
  }
  .mini-tools li {
    min-height: 48px;
    font-size: 13px;
  }

  .assurance {
    padding: 64px 0;
  }

  .assurance__eyebrow {
    font-size: 32px;
  }

  .assurance h2 {
    margin-bottom: 36px;
    padding-inline: 18px;
    font-size: 20px;
  }

  .assurance__card {
    padding: 24px 18px;
  }
  .assurance__card p {
    font-size: 17px;
  }

  .case-study {
    padding: 64px 0;
  }
  .case-study h2 {
    margin-bottom: 40px;
    font-size: clamp(34px, 9vw, 48px);
  }

  .case-study__card {
    padding: 24px 18px;
  }
  .case-study__card h3 {
    font-size: 28px;
  }

  .case-study__result strong {
    font-size: 34px;
  }

  .power {
    padding: 64px 0;
  }
  .power h2 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .power__lead {
    margin-bottom: 32px;
    font-size: 17px;
  }

  .power__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .power__grid article {
    min-height: 0;
    padding: 22px 16px;
  }
  .power__grid h3 {
    font-size: 18px;
    line-height: 1.35;
  }
  .power__grid p {
    font-size: 14px;
  }

  .power__bottom {
    margin-top: 36px;
    font-size: 16px;
  }
  .power__bottom strong {
    padding: 3px 8px;
    font-size: 18px;
  }

  .asset {
    padding: 64px 0;
  }

  .asset__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .asset__grid img {
    justify-self: center;
    width: min(280px, 82%);
    max-height: 360px;
    order: -1;
  }

  .asset__copy h2 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .asset__lead {
    margin-bottom: 28px;
    padding-inline: 18px;
    font-size: 16px;
  }

  .asset__box {
    padding: 24px 18px;
  }
  .asset__box p {
    font-size: 16px;
  }

  .voices {
    padding: 64px 0;
  }
  .voices h2 {
    margin-bottom: 64px;
    font-size: clamp(34px, 9vw, 48px);
  }

  .voices__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .owner {
    padding: 64px 0;
  }

  .owner__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .owner__photo {
    justify-self: center;
    width: min(320px, 85%);
    max-height: 390px;
  }

  .owner__copy h2 {
    margin-bottom: 24px;
    font-size: clamp(34px, 9vw, 48px);
    text-align: center;
  }

  .owner__name {
    font-size: 34px !important;
    text-align: center;
  }
  .owner__name span {
    display: block;
    margin-top: 8px;
    font-size: 18px;
  }

  .owner__role {
    display: block;
    text-align: center;
  }

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

  .plans {
    padding: 64px 0;
  }
  .plans h2 {
    margin-bottom: 36px;
    font-size: clamp(34px, 9vw, 48px);
  }

  .plans__grid {
    grid-template-columns: 1fr;
  }
  .plans__grid article {
    min-height: 0;
    padding: 36px 22px 28px;
  }

  .plans__trial {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 20px;
  }

  .unsuitable {
    padding: 64px 0;
  }
  .unsuitable h2 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .unsuitable__lead {
    margin-bottom: 36px;
  }

  .unsuitable__grid {
    grid-template-columns: 1fr;
  }
  .unsuitable__grid article {
    min-height: 0;
    padding: 26px 22px;
    border-radius: 14px;
  }

  .process {
    padding: 64px 0;
  }
  .process h2 {
    margin-bottom: 36px;
    font-size: clamp(30px, 8vw, 48px);
    line-height: 1.35;
  }

  .process__grid {
    grid-template-columns: 1fr;
  }
  .process__grid article {
    display: grid;
    grid-template-columns: 1fr 94px;
    gap: 0 16px;
    align-items: center;
  }
  .process__grid span {
    grid-column: 1 / -1;
  }
  .process__grid h3 {
    min-height: 0;
    text-align: left;
  }
  .process__grid img {
    grid-column: 2;
    grid-row: 2 / span 2;
    width: 82px;
    height: 82px;
    margin-bottom: 0;
  }

  .faq {
    padding: 64px 0;
  }
  .faq h2 {
    margin-bottom: 36px;
    font-size: clamp(34px, 9vw, 48px);
  }

  .faq__list h3,
  .faq__list p {
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 14px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .design-slice {
    max-width: 750px;
  }

  .slice-link--cta {
    left: 8%;
    top: 35%;
    width: 84%;
    height: 40%;
  }

  .contact {
    padding: 64px 0;
  }

  .contact__title {
    margin-bottom: 40px;
  }
  .contact__title h2 {
    font-size: 36px;
  }
  .contact__title p {
    font-size: 14px;
  }

  .contact__form {
    gap: 28px;
  }

  .form-row label,
  .form-row .form-row__label {
    font-size: 16px;
  }
  .form-row input[type="text"],
  .form-row input[type="email"],
  .form-row input[type="tel"],
  .form-row textarea {
    min-height: 64px;
  }
  .form-row textarea {
    min-height: 124px;
  }

  .contact__submit {
    min-height: 76px;
  }

  .footer__inner {
    align-items: center;
  }

  .footer__pagetop {
    width: 58px;
    height: 58px;
  }
}
/* Figma fidelity pass: values below are converted from section-level Figma CSS. */
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
  font-feature-settings: "halt" 1;
}

.l-container {
  width: min(1100px, calc(100% - 48px));
}

.section-html {
  letter-spacing: 0.02em;
}

.pattern {
  padding: 80px 0;
  background: #eceef2;
}
.pattern h2 {
  margin: 0 0 64px;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.pattern__cards {
  gap: 24px;
}
.pattern__cards article {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 414px;
  padding: 24px;
  border-width: 2px;
  border-radius: 16px;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
}
.pattern__cards h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.pattern__cards p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.pattern__label {
  min-width: 0;
  min-height: 0;
  padding: 8px 32px;
  font-size: 32px !important;
  line-height: 1.5 !important;
}

.pattern__quote {
  padding: 16px;
  margin: 0 !important;
  border-radius: 8px;
}

.pattern__bottom {
  margin-top: 64px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.pattern__bottom strong {
  font-size: inherit;
}

.reason {
  padding: 80px 0;
}
.reason h2 {
  margin-bottom: 64px;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.reason__list {
  gap: 32px;
}
.reason__list article {
  position: relative;
  grid-template-columns: 350px 1fr;
  gap: 16px;
  align-items: stretch;
  padding-left: 16px;
}
.reason__list p {
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
  border-width: 2px;
  border-radius: 8px;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
}

.reason__head {
  min-height: 100%;
  padding: 16px 24px;
  background: #d6f8d5;
  border-width: 2px;
  border-radius: 8px;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
}
.reason__head span {
  top: -16px;
  left: -16px;
  display: flex;
  gap: 2px;
  width: 64px;
  height: 64px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.reason__head span::after {
  content: "";
  display: none;
}
.reason__head h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.mini-tools {
  gap: 8px;
  margin: 16px 0;
}
.mini-tools li {
  min-height: 82px;
  padding: 8px 4px 12px;
  color: #010101;
  font-size: 12px;
  line-height: 1.3;
  border-width: 2px;
  border-radius: 4px;
}
.mini-tools li::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
  background: #02d000;
  border-radius: 50%;
}

.assurance {
  position: relative;
  min-height: 801px;
  padding: 80px 0;
  overflow: hidden;
  background: radial-gradient(circle at 8% 20%, rgba(255, 255, 255, 0.08) 0 14px, transparent 15px) 0 0/72px 72px, linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.12) 48% 62%, transparent 62%), linear-gradient(135deg, #12ad53, #34e023);
}
.assurance::before {
  content: "";
  position: absolute;
  left: calc(50% - 548px);
  bottom: 62px;
  width: 360px;
  height: 460px;
  background: url("../assets/images/figma/raw/imgImage4.png") center bottom/contain no-repeat;
}

.assurance__eyebrow {
  margin-bottom: 16px;
  color: #fff600;
  font-size: 56px;
  line-height: 1.5;
}

.assurance h2 {
  margin-bottom: 74px;
  padding: 4px 24px;
  font-size: 24px;
  line-height: 1.5;
}

.assurance__card {
  width: 530px;
  margin-right: 0;
  padding: 32px 48px;
  border-radius: 16px;
}
.assurance__card p {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.case-study {
  padding: 80px 0;
}
.case-study h2 {
  margin: 24px 0 64px;
  font-size: 56px;
  line-height: 1.5;
}

.speech-heading--small {
  width: auto;
  min-width: 0;
  padding: 8px 40px;
  font-size: 36px;
  line-height: 1.5;
  border-radius: 999px;
}

.case-study__card {
  width: 538px;
  min-height: 729px;
  padding: 24px;
  border-width: 2px;
  border-radius: 16px;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
}
.case-study__card h3 {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.3;
}

.case-study__question {
  padding: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 8px;
}

.case-study dl {
  gap: 24px;
}
.case-study dl dd {
  font-size: 16px;
  line-height: 1.5;
}

.case-study__result {
  padding: 32px 24px 24px;
  border-radius: 8px;
}
.case-study__result strong {
  font-size: 72px;
  line-height: 0.9;
}

.power {
  padding: 80px 0;
}
.power h2 {
  margin: 24px 0;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.power__lead {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 1.5;
}

.power__grid {
  grid-template-columns: repeat(4, 263px);
  gap: 16px;
  width: 1100px;
  justify-content: center;
}
.power__grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 263px;
  padding: 24px;
  background: #eefded;
}
.power__grid article::before {
  content: "";
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
  background: url("../assets/images/pc/service-icons.png") 0 0/733px 400px no-repeat;
  mix-blend-mode: color-burn;
}
.power__grid article:nth-child(2)::before {
  background-position: -88px 0;
}
.power__grid article:nth-child(3)::before {
  background-position: -176px 0;
}
.power__grid article:nth-child(4)::before {
  background-position: -264px 0;
}
.power__grid article:nth-child(5)::before {
  background-position: -352px 0;
}
.power__grid article:nth-child(6)::before {
  background-position: 0 -100px;
}
.power__grid article:nth-child(7)::before {
  background-position: -88px -100px;
}
.power__grid article:nth-child(8)::before {
  background-position: -176px -100px;
}
.power__grid article:nth-child(9)::before {
  background-position: -264px -100px;
}
.power__grid article:nth-child(10)::before {
  background-position: -352px -100px;
}
.power__grid h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.power__grid p {
  font-size: 16px;
  line-height: 1.5;
}
.power__grid strong {
  color: #ff0004;
}

.power__bottom {
  margin-top: 64px;
  font-size: 20px;
  line-height: 1.5;
}
.power__bottom strong {
  margin-top: 8px;
  padding: 0 8px;
  font-size: 24px;
}

.asset {
  padding: 80px 0;
}
.asset .l-container {
  width: min(1100px, calc(100% - 48px));
}

.asset__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.asset__heading {
  text-align: center;
}
.asset__heading h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.asset__lead {
  display: block;
  width: 100%;
  margin: 8px 0 0;
  padding: 16px 48px;
  font-size: 20px;
  line-height: 1.5;
}

.asset__grid {
  grid-template-columns: 1fr 440px;
  gap: 0;
  align-items: center;
}

.asset__box {
  margin-right: -10px;
  padding: 32px 48px;
  border-radius: 16px;
}
.asset__box p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.asset__grid img {
  width: 440px;
  max-height: 503px;
}

.voices {
  padding: 80px 0;
}
.voices h2 {
  margin-bottom: 128px;
  font-size: 56px;
  line-height: 1.5;
}

.voices__grid {
  gap: 16px;
}
.voices__grid article {
  padding: 64px 16px 24px;
  border-width: 2px;
  border-radius: 16px;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
}
.voices__grid h3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3;
}
.voices__grid p {
  font-size: 14px;
  line-height: 1.5;
}

.voices__avatar {
  top: -66px;
  width: 120px;
  height: 120px;
  border-width: 2px;
}
.voices__avatar::before {
  top: 26px;
  width: 28px;
  height: 28px;
}
.voices__avatar::after {
  bottom: 22px;
  width: 64px;
  height: 34px;
}

.voices__support {
  margin-bottom: 16px !important;
  padding: 8px 16px;
  font-size: 16px !important;
  line-height: 1.5 !important;
  background: linear-gradient(#010101 0 0) top/100% 2px no-repeat, linear-gradient(#010101 0 0) bottom/100% 2px no-repeat, #eceef2;
  border: 0;
}

.voices__result {
  padding: 8px 24px;
  border-radius: 8px;
}
.voices__result strong {
  font-size: 64px;
  line-height: 0.8;
}

.process {
  padding: 80px 0;
}
.process h2 {
  margin-bottom: 64px;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.process__grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  width: 1100px;
}
.process__grid article {
  gap: 16px;
  padding: 16px 12px;
  border-width: 2px;
  border-radius: 8px;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
}
.process__grid span {
  width: 160px;
  min-height: 32px;
  padding: 2px 8px;
  margin-bottom: 0;
  font-family: "DIN 2014", "Arial Black", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.process__grid h3 {
  min-height: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
.process__grid img {
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  object-fit: contain;
}
.process__grid p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.faq {
  padding: 80px 0;
}
.faq h2 {
  margin-bottom: 64px;
  font-size: 56px;
  line-height: 1.5;
}

.faq__list {
  gap: 24px;
}
.faq__list article {
  border-width: 2px;
  border-radius: 16px;
}
.faq__list h3,
.faq__list p {
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 16px 24px;
  line-height: 1.5;
}
.faq__list h3 {
  font-size: 16px;
}
.faq__list p {
  font-size: 14px;
}
.faq__list span {
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.faq__list h3 span {
  color: #02d000;
  background: #fff;
  border: 2px solid #02d000;
}

@media (max-width: 900px) {
  .l-container {
    width: min(100% - 32px, 686px);
  }

  .pattern {
    padding: 64px 0;
  }
  .pattern h2 {
    margin-bottom: 36px;
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.5;
    white-space: normal;
  }

  .pattern__cards {
    gap: 24px;
  }
  .pattern__cards article {
    min-height: 0;
    padding: 24px 18px;
    border-radius: 16px;
  }
  .pattern__cards h3 {
    font-size: 26px;
    line-height: 1.3;
    white-space: normal;
  }
  .pattern__cards p {
    font-size: 16px;
    line-height: 1.5;
  }

  .pattern__quote {
    font-size: 15px !important;
  }

  .pattern__bottom {
    font-size: 17px;
    white-space: normal;
  }

  .reason {
    padding: 64px 0;
  }
  .reason h2 {
    margin-bottom: 40px;
    font-size: clamp(30px, 8vw, 36px);
    white-space: normal;
  }

  .reason__list {
    gap: 40px;
  }
  .reason__list article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 0;
  }
  .reason__list p {
    padding: 18px;
    font-size: 15px;
    border-top: 2px solid #02d000;
    border-radius: 8px;
  }

  .reason__head {
    min-height: 0;
    padding: 22px 18px;
    border-radius: 8px;
  }
  .reason__head span {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 64px;
    height: 64px;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .reason__head h3 {
    font-size: 20px;
    line-height: 1.3;
    white-space: normal;
  }

  .mini-tools {
    grid-template-columns: repeat(2, 1fr);
  }
  .mini-tools li {
    min-height: 82px;
    font-size: 13px;
    border-radius: 8px;
  }
  .mini-tools li::before {
    width: 36px;
    height: 36px;
  }

  .assurance {
    min-height: 740px;
    padding: 64px 0;
  }
  .assurance::before {
    left: 50%;
    bottom: 298px;
    width: 270px;
    height: 270px;
    transform: translateX(-50%);
  }

  .assurance__eyebrow {
    font-size: 36px;
  }

  .assurance h2 {
    margin-bottom: 290px;
    font-size: 18px;
  }

  .assurance__card {
    width: 100%;
    padding: 24px 18px;
    border-radius: 16px;
  }
  .assurance__card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .case-study {
    padding: 64px 0;
  }
  .case-study h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .speech-heading--small {
    width: auto;
    font-size: 20px;
    white-space: normal;
  }

  .case-study__card {
    width: 100%;
    min-height: 0;
    border-radius: 24px;
  }

  .power {
    padding: 64px 0;
  }
  .power h2 {
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.5;
  }

  .power__lead {
    font-size: 16px;
  }

  .power__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .power__grid article {
    min-height: 260px;
    padding: 20px 14px;
  }
  .power__grid h3 {
    font-size: 18px;
  }
  .power__grid p {
    font-size: 14px;
  }

  .power__bottom {
    font-size: 16px;
  }
  .power__bottom strong {
    font-size: 18px;
  }

  .asset {
    padding: 64px 0;
  }

  .asset__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .asset__inner {
    gap: 28px;
  }

  .asset__heading h2 {
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.35;
    white-space: normal;
  }

  .asset__lead {
    margin: 0;
    padding: 12px 16px;
    font-size: 16px;
  }

  .asset__box {
    margin-right: 0;
    padding: 24px 18px;
  }
  .asset__box p {
    font-size: 16px;
  }

  .asset__grid img {
    width: min(280px, 82%);
    max-height: 360px;
  }

  .voices {
    padding: 64px 0;
  }
  .voices h2 {
    margin-bottom: 72px;
    font-size: 40px;
  }

  .voices__grid {
    gap: 72px;
  }
  .voices__grid article {
    padding: 64px 16px 24px;
  }

  .process {
    padding: 64px 0;
  }
  .process h2 {
    margin-bottom: 36px;
    font-size: clamp(30px, 8vw, 40px);
  }

  .process__grid {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 16px;
  }
  .process__grid article {
    grid-template-columns: 1fr 94px;
    padding: 16px;
  }
  .process__grid span {
    width: 100%;
  }
  .process__grid img {
    width: 82px;
    height: 82px;
  }

  .faq {
    padding: 64px 0;
  }
  .faq h2 {
    margin-bottom: 36px;
    font-size: 40px;
  }

  .faq__list {
    gap: 18px;
  }
  .faq__list h3,
  .faq__list p {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 14px;
    white-space: normal;
  }
  .faq__list span {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
}
/* True final cascade: section-by-section Figma alignment */
.assurance {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 14px, transparent 15px) left 28px top 28px/72px 72px, linear-gradient(135deg, transparent 0 48%, rgba(255, 246, 0, 0.12) 48% 62%, transparent 62%) right -90px top -130px/620px 620px no-repeat, linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 42%), #02d000;
}
.assurance::before {
  left: calc(50% - 565px);
  bottom: 56px;
  width: 430px;
  height: 500px;
  background-image: url("../assets/images/pc/hero-advisor.png");
  background-size: contain;
  background-position: center bottom;
  mix-blend-mode: normal;
}

.assurance__grid {
  display: grid;
  width: min(1100px, calc(100% - 48px));
  min-height: 641px;
  align-items: start;
  justify-items: end;
}

.assurance__eyebrow {
  margin: 0 0 16px;
  text-align: center;
  font-weight: 900;
}

.assurance h2 {
  display: table;
  margin: 0 auto 74px;
  background: #fff;
  font-weight: 900;
  text-align: center;
}

.assurance__card {
  position: relative;
  width: 620px;
  min-height: 287px;
  margin: 0;
  background: #fff;
}
.assurance__card::before {
  content: "";
  position: absolute;
  top: 32px;
  left: -30px;
  width: 48px;
  height: 40px;
  background: #fff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.assurance__card p {
  font-size: 20px;
  font-weight: 900;
}
.assurance__card strong {
  color: #ff0004;
}

.case-study .l-container {
  width: min(1100px, calc(100% - 48px));
  overflow: visible;
}

.case-study__slider {
  display: flex;
  gap: 48px;
  overflow-x: auto;
  padding: 0 0 36px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.case-study__card {
  flex: 0 0 538px;
  scroll-snap-align: start;
}
.case-study__card h3 {
  min-height: 94px;
  text-align: center;
}

.case-study__icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border: 2px solid #02d000;
  border-radius: 50%;
  color: #02d000;
  font-size: 32px;
  font-weight: 900;
  background: #fff;
}

.case-study__result {
  margin-top: auto;
}
.case-study__result span {
  display: table;
  margin: -50px auto 10px;
  padding: 3px 24px;
  color: #fff;
  background: #02d000;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
}
.case-study__result p {
  margin: 10px 0 0;
  font-weight: 900;
  text-align: center;
}

.owner,
.plans,
.unsuitable,
.contact {
  padding: 80px 0;
}

.owner .l-container,
.plans .l-container,
.unsuitable .l-container,
.contact .l-container {
  width: min(1100px, calc(100% - 48px));
}

.owner__grid {
  grid-template-columns: 445px 607px;
  gap: 48px;
  align-items: start;
}

.owner__photo {
  width: 445px;
  height: 596px;
  max-height: none;
  object-fit: cover;
}

.owner__copy h2,
.plans h2 {
  margin: 0 0 64px;
  font-size: 56px;
  line-height: 1.5;
  text-align: center;
}

.owner__copy p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.owner__name {
  margin-bottom: 8px !important;
  font-size: 56px !important;
  line-height: 1.3 !important;
}

.owner__name span {
  margin-left: 12px;
  font-size: 32px;
}

.owner__role {
  margin: 0 0 16px !important;
  padding: 3px 16px;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.owner__stats {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  margin: 0 0 16px;
  background: transparent;
}

.owner__stats li {
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.8;
}

.owner__message {
  width: fit-content;
  max-width: 100%;
  padding: 16px 24px;
  margin-bottom: 24px !important;
  background: #eefded;
  border-left: 6px solid #02d000;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.plans__grid {
  gap: 16px;
}

.plans__grid article {
  min-height: 389px;
  padding: 48px 16px 64px;
  border: 2px solid #02d000;
  border-radius: 16px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.plans__grid h3 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.3;
}

.plans__en {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
}

.plans__target {
  min-height: 81px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
}

.plans__grid dl {
  gap: 8px;
  padding-top: 0;
  border-top: 0;
}

.plans__featured span {
  top: -18px;
  left: 50%;
  padding: 6px 20px;
  background: #ff0004;
  border-radius: 999px;
  clip-path: none;
  transform: translateX(-50%);
}

.plans__trial {
  min-height: 96px;
  margin-top: 16px;
  padding: 24px 16px;
  border-radius: 16px;
}

.unsuitable h2 {
  margin: 24px 0;
  font-size: 56px;
  line-height: 1.5;
}

.unsuitable__lead {
  max-width: 940px;
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 1.5;
}

.unsuitable__grid {
  gap: 16px;
}

.unsuitable__grid article {
  width: 356px;
  min-height: 356px;
  padding: 24px 64px;
  border-radius: 50%;
}

.unsuitable__grid h3 {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.3;
}

.unsuitable__grid p {
  font-size: 14px;
  line-height: 1.5;
}

.unsuitable__icon {
  width: 100px;
  height: 100px;
  background: transparent;
}

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

.form-row {
  grid-template-columns: 240px 796px;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row textarea {
  min-height: 64px;
  border: 0;
}

.source-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.source-options p,
.source-options > input {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .assurance {
    min-height: auto;
    padding: 64px 0;
  }
  .assurance::before {
    bottom: 318px;
    width: 330px;
    height: 330px;
    background-image: url("../assets/images/sp/hero-advisor.png");
  }

  .assurance__grid {
    width: min(100% - 32px, 686px);
    min-height: 840px;
    justify-items: stretch;
  }

  .assurance__eyebrow {
    font-size: clamp(34px, 9vw, 44px);
  }

  .assurance h2 {
    margin-bottom: 420px;
    font-size: 17px;
  }

  .assurance__card {
    width: 100%;
    min-height: 300px;
    padding: 32px 24px;
    border-radius: 24px;
  }
  .assurance__card::before {
    top: -36px;
    left: 80px;
    transform: rotate(90deg);
  }
  .assurance__card p {
    font-size: 16px;
  }

  .case-study__slider {
    gap: 32px;
    padding-bottom: 24px;
  }

  .case-study__card {
    flex-basis: 100%;
  }

  .case-study__card h3 {
    min-height: 0;
    font-size: 30px;
  }

  .case-study__result strong {
    font-size: 44px;
  }

  .owner,
  .plans,
  .unsuitable,
  .contact {
    padding: 64px 0;
  }

  .owner__grid,
  .plans__grid,
  .unsuitable__grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .owner__photo {
    width: min(100%, 445px);
    height: auto;
    margin: 0 auto;
  }

  .owner__copy h2,
  .plans h2,
  .contact__title h2 {
    margin-bottom: 36px;
    font-size: 40px;
  }

  .owner__name {
    font-size: 40px !important;
  }

  .owner__name span {
    display: block;
    margin: 4px 0 0;
    font-size: 22px;
  }

  .plans__grid {
    gap: 24px;
  }

  .plans__grid article {
    min-height: 0;
    padding: 40px 16px 48px;
    border-radius: 24px;
  }

  .plans__target {
    min-height: 0;
  }

  .plans__trial {
    display: grid;
    gap: 16px;
    text-align: center;
  }

  .unsuitable h2 {
    font-size: clamp(32px, 8vw, 44px);
  }

  .unsuitable__lead {
    margin-bottom: 48px;
    font-size: 16px;
  }

  .unsuitable__grid {
    justify-items: center;
  }

  .unsuitable__grid article {
    width: min(100%, 600px);
    min-height: auto;
    aspect-ratio: 1;
    padding: 24px 64px;
  }

  .form-row {
    gap: 12px;
  }

  .source-options {
    grid-template-columns: 1fr;
  }
}
/* Pattern section final alignment from Figma 03 */
.pattern {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 946px;
  padding: 80px 0;
  background: #eceef2;
  text-align: center;
}

.pattern .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: min(1100px, calc(100% - 48px));
}

.pattern h2 {
  width: 724px;
  max-width: 100%;
  height: 84px;
  margin: 0;
  color: #010101;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.pattern__cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  width: 1100px;
  max-width: 100%;
  min-height: 466px;
}

.pattern__cards article {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 538px;
  height: 466px;
  padding: 24px;
  background: #fff;
  border: 2px solid #02d000;
  border-radius: 16px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.pattern__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 64px;
  min-width: 0;
  min-height: 0;
  padding: 8px 32px;
  margin: 0;
  color: #fff;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 0.02em;
  background: #02d000;
  border-radius: 999px;
}

.pattern__cards article:nth-child(2) .pattern__label {
  width: 218px;
}

.pattern__cards h3 {
  width: 490px;
  max-width: 100%;
  min-height: 94px;
  margin: 0;
  color: #010101;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  font-feature-settings: "halt" 1;
}

.pattern__cards article:nth-child(2) h3 {
  width: 490px;
}

.pattern__cards p {
  width: 490px;
  max-width: 100%;
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
  font-feature-settings: "halt" 1;
}

.pattern__cards .pattern__label {
  flex: 0 0 auto;
  width: 220px;
  height: 64px;
}

.pattern__cards article:nth-child(2) .pattern__label {
  width: 218px;
}

.pattern__quote {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 16px;
  margin: 0 !important;
  background: #eceef2;
  border-radius: 8px;
}

.pattern__cards article:nth-child(2) .pattern__quote {
  min-height: 128px;
}

.pattern__cards strong {
  color: inherit;
  font-weight: inherit;
}

.pattern__cards article:nth-child(2) > p:last-child,
.pattern__cards article:nth-child(2) > p:last-child strong {
  color: #ff0004;
  font-weight: 700;
}

.pattern__bottom {
  width: 924px;
  max-width: 100%;
  min-height: 108px;
  margin: 0;
  color: #010101;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  font-feature-settings: "halt" 1;
}

.pattern__bottom strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media (max-width: 900px) {
  .pattern {
    min-height: 0;
    padding: 64px 0;
  }

  .pattern .l-container {
    width: min(100% - 32px, 686px);
    gap: 40px;
  }

  .pattern h2 {
    width: 100%;
    height: auto;
    font-size: clamp(32px, 8vw, 44px);
  }

  .pattern__cards {
    flex-direction: column;
    width: 100%;
    min-height: 0;
  }

  .pattern__cards article {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 18px;
  }

  .pattern__cards article > * {
    flex: none;
  }

  .pattern__label,
  .pattern__cards article:nth-child(2) .pattern__label {
    width: auto;
    height: 56px;
    font-size: 28px !important;
  }

  .pattern__cards .pattern__label,
  .pattern__cards article:nth-child(2) .pattern__label {
    width: auto;
  }

  .pattern__cards h3,
  .pattern__cards article:nth-child(2) h3 {
    width: 100%;
    min-height: 0;
    font-size: 30px;
  }

  .pattern__cards p {
    width: 100%;
  }

  .pattern__quote,
  .pattern__cards article:nth-child(2) .pattern__quote {
    min-height: 0;
  }

  .pattern__bottom {
    width: 100%;
    min-height: 0;
    font-size: 18px;
  }
}
/* Reason section final alignment from Figma 04 */
.reason {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  min-height: 1032px;
  padding: 80px 0;
  margin-inline: auto;
  background: #fff;
}

.reason .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1100px, calc(100% - 48px));
  gap: 64px;
  margin-inline: auto;
}

.reason h2 {
  width: 739px;
  max-width: 100%;
  min-height: 84px;
  margin: 0;
  color: #010101;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.reason__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1100px;
  max-width: 100%;
  gap: 32px;
}

.reason__list article {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 1100px;
  max-width: 100%;
  padding-left: 16px;
  gap: 16px;
  isolation: isolate;
}

.reason__list article:nth-child(1) {
  height: 120px;
}

.reason__list article:nth-child(2) {
  height: 308px;
}

.reason__list article:nth-child(3) {
  height: 232px;
}

.reason__head {
  display: flex;
  flex: 0 0 350px;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 100%;
  min-height: 0;
  padding: 16px 24px;
  background: #d6f8d5;
  border: 2px solid #02d000;
  border-radius: 8px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.reason__badge {
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 4px 8px;
  gap: 2px;
  color: #fff;
  font-family: "DIN 2014", "Arial Narrow", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  background: #010101;
  border-radius: 999px;
}

.reason__badge::before {
  content: "原因";
  display: block;
  width: 12px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: normal;
}

.reason__badge::after {
  display: none;
}

.reason__head h3 {
  width: 285px;
  max-width: 100%;
  margin: 0;
  color: #010101;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  font-feature-settings: "halt" 1;
}

.reason__list article:nth-child(2) .reason__head h3,
.reason__list article:nth-child(3) .reason__head h3 {
  width: 224px;
}

.reason__head h3 strong {
  color: #ff0004;
  font-weight: inherit;
}

.reason__sp-break {
  display: none;
}

.reason__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 718px;
  min-width: 0;
  height: 100%;
  padding: 24px 22px;
  gap: 16px;
  background: #fff;
  border: 2px solid #02d000;
  border-radius: 8px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.reason__body p {
  width: 670px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: #010101;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
  font-feature-settings: "halt" 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.reason__body strong {
  color: inherit;
  font-weight: 700;
}

.reason__list article:nth-child(1) .reason__body p strong:last-child,
.reason__list article:nth-child(2) .reason__body p:last-child strong:last-child,
.reason__list article:nth-child(3) .reason__body p:last-child strong:last-child {
  color: #ff0004;
}

picture.mini-tools {
  display: block;
  width: 670px;
  max-width: 100%;
  margin: 0;
  line-height: 0;
}

picture.mini-tools img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

@media (max-width: 900px) {
  .reason {
    max-width: none;
    min-height: 0;
    padding: 80px 0;
  }

  .reason .l-container {
    width: min(686px, calc(100% - 32px));
    gap: 64px;
  }

  .reason h2 {
    width: 100%;
    min-height: 0;
    font-size: clamp(32px, 5.8667vw, 44px);
    line-height: 1.5;
  }

  .reason__list {
    width: 100%;
    gap: 64px;
  }

  .reason__list article,
  .reason__list article:nth-child(1),
  .reason__list article:nth-child(2),
  .reason__list article:nth-child(3) {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 16px;
    gap: 8px;
  }

  .reason__head {
    flex: none;
    width: 100%;
    height: 104px;
    min-height: 104px;
    padding: 16px 24px;
    border-radius: 16px;
  }

  .reason__badge {
    position: static;
    flex-direction: column;
    flex: 0 0 auto;
    order: -1;
    width: 120px;
    height: 120px;
    margin-bottom: 0;
    padding: 4px 8px;
    gap: 0;
    font-size: 64px;
    letter-spacing: -0.04em;
  }

  .reason__badge::before {
    width: auto;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .reason__head h3,
  .reason__list article:nth-child(2) .reason__head h3,
  .reason__list article:nth-child(3) .reason__head h3 {
    width: 100%;
    font-size: clamp(22px, 3.7333vw, 28px);
  }

  .reason__pc-break {
    display: none;
  }

  .reason__sp-break {
    display: initial;
  }

  .reason__body {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 32px 22px;
    border-radius: 16px;
  }

  .reason__body p {
    width: 100%;
    font-size: clamp(16px, 2.9333vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  picture.mini-tools {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .reason {
    padding: 56px 0;
  }

  .reason .l-container {
    width: min(100% - 32px, 686px);
    gap: 40px;
  }

  .reason h2 {
    font-size: clamp(29px, 8.4vw, 36px);
    white-space: normal;
  }

  .reason__list {
    gap: 40px;
  }

  .reason__list article,
  .reason__list article:nth-child(1),
  .reason__list article:nth-child(2),
  .reason__list article:nth-child(3) {
    padding-left: 0;
  }

  .reason__head {
    min-height: 92px;
    height: auto;
    padding: 14px 16px;
  }

  .reason__badge {
    width: 84px;
    height: 84px;
    font-size: 44px;
  }

  .reason__badge::before {
    font-size: 14px;
  }

  .reason__head h3,
  .reason__list article:nth-child(2) .reason__head h3,
  .reason__list article:nth-child(3) .reason__head h3 {
    font-size: 20px;
    white-space: normal;
  }

  .reason__body {
    padding: 22px 16px;
  }

  .reason__body p {
    font-size: 15px;
  }
}
/* Assurance section final alignment from Figma 05 */
.assurance {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 801.43px;
  padding: 80px 0;
  margin-inline: auto;
  overflow: hidden;
  background: url("../assets/images/assurance/pc/bg.png") center/cover no-repeat;
}

.assurance::before {
  content: none;
}

.assurance__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

.assurance__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 144px;
  gap: 16px;
}

.assurance__eyebrow {
  display: block;
  width: 566px;
  max-width: calc(100% - 48px);
  margin: 0;
  line-height: 0;
}

.assurance__eyebrow img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.assurance h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 622px;
  max-width: calc(100% - 48px);
  height: 44px;
  min-height: 44px;
  padding: 4px 24px;
  margin: 0;
  color: #010101;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  font-feature-settings: "halt" 1;
}

.assurance__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  max-width: calc(100% - 48px);
  height: 497.43px;
  gap: 0;
}

.assurance__visual {
  display: block;
  flex: 0 0 480px;
  width: 480px;
  height: 497.43px;
  margin: 0;
  line-height: 0;
}

.assurance__visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.assurance__card {
  position: relative;
  display: flex;
  flex: 0 0 620px;
  flex-direction: column;
  align-items: flex-start;
  width: 620px;
  height: 287px;
  padding: 32px 48px;
  margin: 0;
  gap: 24px;
  background: #fff;
  border-radius: 16px;
  isolation: isolate;
}

.assurance__card::before {
  content: "";
  position: absolute;
  top: 32.17px;
  left: -32px;
  z-index: 0;
  width: 48px;
  height: 40px;
  background: #fff;
}

.assurance__card p {
  position: relative;
  z-index: 1;
  width: 524px;
  max-width: 100%;
  margin: 0;
  color: #010101;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.02em;
  font-feature-settings: "halt" 1;
}

.assurance__card p:first-child strong {
  color: #ff0004;
  font-size: inherit;
  font-weight: inherit;
}

.assurance__card p:nth-child(2) {
  width: 427px;
  color: #ff0004;
  font-size: 24px;
  line-height: 33px;
}

.assurance__card p:nth-child(2) strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media (max-width: 900px) {
  .assurance {
    max-width: none;
    min-height: 1082px;
    padding: 80px 32px;
    background-image: url("../assets/images/assurance/sp/bg.png");
  }

  .assurance__inner {
    width: 100%;
    gap: 32px;
  }

  .assurance__heading {
    min-height: 0;
    gap: 16px;
  }

  .assurance__eyebrow {
    width: 566px;
    max-width: 100%;
  }

  .assurance h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(14px, 3.2vw, 24px);
  }

  .assurance__content {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    gap: 32px;
  }

  .assurance__visual {
    flex: none;
    width: min(400px, 100%);
    height: auto;
  }

  .assurance__visual img {
    height: auto;
  }

  .assurance__card {
    flex: none;
    width: 100%;
    height: auto;
    padding: 32px 24px;
    border-radius: 24px;
  }

  .assurance__card::before {
    top: -40px;
    left: 72px;
    width: 48px;
    height: 40px;
    transform: rotate(90deg);
  }

  .assurance__card p {
    width: 100%;
    font-size: clamp(16px, 3.2vw, 24px);
    line-height: 1.45;
  }

  .assurance__card p:first-child strong,
  .assurance__card p:nth-child(2) strong {
    color: #ff0004;
    font-size: clamp(18px, 3.7333vw, 28px);
  }

  .assurance__card p:nth-child(2) {
    width: 100%;
    color: #010101;
    font-size: clamp(16px, 3.2vw, 24px);
    line-height: 1.45;
  }

  .assurance__pc-break {
    display: none;
  }
}
@media (max-width: 520px) {
  .assurance {
    min-height: 0;
    padding: 56px 16px;
  }

  .assurance__inner {
    gap: 28px;
  }

  .assurance__content {
    gap: 28px;
  }

  .assurance h2 {
    height: 38px;
    min-height: 38px;
    padding-inline: 10px;
    font-size: clamp(13px, 3.45vw, 16px);
  }

  .assurance__card {
    padding: 24px 16px;
    border-radius: 18px;
  }

  .assurance__card::before {
    left: 40px;
  }

  .assurance__card p,
  .assurance__card p:nth-child(2) {
    font-size: 15px;
    line-height: 1.55;
  }

  .assurance__card p:first-child strong,
  .assurance__card p:nth-child(2) strong {
    font-size: 17px;
  }
}
/* Case study section final alignment from Figma 06 */
.case-study {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  min-height: 1215px;
  padding: 80px 0;
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.case-study .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1100px, calc(100% - 48px));
  gap: 64px;
  overflow: visible;
}

.case-study__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 702px;
  max-width: 100%;
  gap: 24px;
}

.case-study .speech-heading--small {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 702px;
  max-width: 100%;
  min-height: 70px;
  padding: 8px 40px;
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #010101;
  border-radius: 999px;
}

.case-study .speech-heading--small::after {
  content: "";
  position: absolute;
  left: calc(50% - 16px);
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 16px 0;
  border-color: #010101 transparent transparent;
}

.case-study h2 {
  width: 228px;
  max-width: 100%;
  min-height: 84px;
  margin: 0;
  color: #010101;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.case-study__slider {
  position: relative;
  width: 1100px;
  max-width: 100%;
  height: 729px;
  padding: 0;
  overflow: hidden;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.case-study__slider::-webkit-scrollbar {
  display: none;
}

.case-study__slider.is-dragging {
  cursor: grabbing;
}

.case-study__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 729px;
  gap: 48px;
  transition: transform 500ms ease;
  will-change: transform;
}

.case-study__slider.is-dragging .case-study__track {
  transition-duration: 0ms;
}

.case-study__card {
  display: flex;
  flex: 0 0 538px;
  flex-direction: column;
  align-items: center;
  width: 538px;
  height: 729px;
  min-height: 729px;
  padding: 24px;
  gap: 24px;
  text-align: left;
  background: #fff;
  border: 2px solid #02d000;
  border-radius: 16px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  opacity: 0.3;
  transition: opacity 250ms ease;
}

.case-study__card.is-active {
  opacity: 1;
}

.case-study__title {
  display: flex;
  align-items: center;
  width: 490px;
  height: 80px;
  gap: 8px;
}

.case-study__card h3 {
  width: auto;
  min-height: 0;
  margin: 0;
  color: #010101;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: left;
  font-feature-settings: "halt" 1;
}

.case-study__icon {
  display: grid;
  flex: 0 0 80px;
  place-items: center;
  width: 80px;
  height: 80px;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.case-study__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.case-study__icon--clinic::before {
  background-image: url("../assets/images/case-study/icon-clinic.svg");
}

.case-study__icon--home::before {
  background-image: url("../assets/images/case-study/icon-home.svg");
}

.case-study__icon--school::before {
  background-image: url("../assets/images/case-study/icon-school.svg");
}

.case-study__icon--ec::before {
  background-image: url("../assets/images/case-study/icon-ec.svg");
}

.case-study__question {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 490px;
  min-height: 55px;
  padding: 16px;
  margin: 0;
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  background: #eceef2;
  border-radius: 8px;
  font-feature-settings: "halt" 1;
}

.case-study__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 490px;
  gap: 24px;
}

.case-study__text {
  display: flex;
  flex-direction: column;
  width: 490px;
  gap: 8px;
}

.case-study__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.case-study__label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #ff0004;
}

.case-study__label--solution::before {
  background: #02d000;
}

.case-study__text p:not(.case-study__label),
.case-study__text li {
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
  font-feature-settings: "halt" 1;
}

.case-study__text ul {
  display: flex;
  flex-direction: column;
  width: 490px;
  padding: 0;
  margin: 0;
  gap: 0;
  list-style: none;
}

.case-study__text li {
  position: relative;
  padding-left: 24px;
}

.case-study__text li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 6px;
  height: 6px;
  background: #02d000;
  border-radius: 50%;
}

.case-study__result {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 490px;
  min-height: 250px;
  padding: 32px 24px 24px;
  margin: auto 0 0;
  gap: 24px;
  text-align: center;
  background: #eefded;
  border-radius: 8px;
}

.case-study__result--single {
  min-height: 165px;
}

.case-study__result > span {
  position: absolute;
  top: -16px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 38px;
  padding: 4px 24px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #02d000;
  border-radius: 999px;
  transform: translateX(-50%);
}

.case-study__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 277px;
}

.case-study__metric--wide {
  width: 381px;
}

.case-study__metric p {
  margin: 0;
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.case-study__metric div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 58px;
  gap: 10px;
}

.case-study__metric b,
.case-study__metric strong {
  font-family: "DIN 2014", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "halt" 1;
}

.case-study__metric b {
  color: #010101;
  font-size: 48px;
  line-height: 1;
}

.case-study__metric strong {
  color: #ff0004;
  font-size: 72px;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.case-study__metric i {
  width: 0;
  height: 0;
  margin-bottom: 12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 24px solid #010101;
}

.case-study__metric em {
  margin-bottom: 5px;
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.case-study__metric--wide em {
  color: #ff0004;
}

.case-study__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 20px;
  gap: 32px;
}

.case-study__dots button {
  width: 20px;
  height: 20px;
  padding: 0;
  background: rgba(2, 208, 0, 0.2);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.case-study__dots button.is-active {
  background: #02d000;
}

@media (max-width: 900px) {
  .case-study {
    min-height: 0;
    padding: 64px 0;
  }

  .case-study .l-container {
    width: min(100% - 32px, 686px);
    gap: 40px;
  }

  .case-study__heading {
    width: 100%;
  }

  .case-study .speech-heading--small {
    width: 100%;
    min-height: 58px;
    padding: 8px 24px;
    font-size: clamp(20px, 4.8vw, 32px);
    white-space: normal;
  }

  .case-study h2 {
    width: 100%;
    min-height: 0;
    font-size: clamp(40px, 7.4667vw, 56px);
  }

  .case-study__slider {
    width: 100%;
    height: auto;
    min-height: 729px;
  }

  .case-study__track {
    height: auto;
    min-height: 729px;
    gap: 32px;
  }

  .case-study__card {
    flex-basis: min(538px, calc(100vw - 48px));
    width: min(538px, calc(100vw - 48px));
    height: auto;
    min-height: 729px;
  }

  .case-study__title,
  .case-study__question,
  .case-study__body,
  .case-study__text,
  .case-study__text ul,
  .case-study__result {
    width: 100%;
  }

  .case-study__card h3 {
    font-size: clamp(27px, 5vw, 36px);
  }

  .case-study__question {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .case-study__card {
    padding: 20px 16px;
    gap: 18px;
  }

  .case-study__title {
    height: auto;
  }

  .case-study__icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    font-size: 36px;
  }

  .case-study__card h3 {
    font-size: 24px;
  }

  .case-study__text p:not(.case-study__label),
  .case-study__text li {
    font-size: 14px;
  }

  .case-study__result {
    min-height: 0;
    padding: 30px 14px 18px;
  }

  .case-study__metric,
  .case-study__metric--wide {
    width: 100%;
  }

  .case-study__metric div {
    gap: 7px;
    transform: scale(0.86);
  }

  .case-study__dots {
    gap: 22px;
  }
}
/* Power section final alignment from Figma */
.power {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  min-height: 1445px;
  padding: 80px 0;
  margin-inline: auto;
  background: #fff;
  text-align: center;
}

.power .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1100px, calc(100% - 48px));
  min-height: 1285px;
  gap: 64px;
}

.power__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  max-width: 100%;
  gap: 24px;
}

.power .speech-heading--small {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  max-width: 100%;
  min-height: 70px;
  padding: 8px 40px;
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #010101;
  border-radius: 999px;
}

.power .speech-heading--small::after {
  content: "";
  position: absolute;
  left: calc(50% - 16px);
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 16px 0;
  border-color: #010101 transparent transparent;
}

.power h2 {
  width: 802px;
  max-width: 100%;
  min-height: 84px;
  margin: 0;
  color: #010101;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.power__lead {
  width: 660px;
  max-width: 100%;
  min-height: 60px;
  margin: 0;
  color: #010101;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.power__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1100px;
  max-width: 100%;
  gap: 16px;
  margin: 0;
}

.power__row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 821px;
  max-width: 100%;
  gap: 16px;
}

.power__row:nth-child(2) {
  width: 1100px;
}

.power__grid article {
  display: flex;
  flex: 0 0 263px;
  flex-direction: column;
  align-items: center;
  width: 263px;
  height: 263px;
  min-height: 263px;
  padding: 24px;
  gap: 8px;
  overflow: hidden;
  text-align: left;
  background: #eefded;
}

.power__grid h3 {
  order: 0;
  width: 215px;
  min-height: 29px;
  margin: 0;
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
}

.power__grid article::before {
  content: "";
  display: block;
  order: 1;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: color-burn;
}

.power__row:nth-child(1) article:nth-child(1)::before {
  background-image: url("../assets/images/power/power-01.png");
  background-position: center;
}

.power__row:nth-child(1) article:nth-child(2)::before {
  background-image: url("../assets/images/power/power-02.png");
  background-position: center;
}

.power__row:nth-child(1) article:nth-child(3)::before {
  background-image: url("../assets/images/power/power-03.png");
  background-position: center;
}

.power__row:nth-child(2) article:nth-child(1)::before {
  background-image: url("../assets/images/power/power-04.png");
  background-position: center;
}

.power__row:nth-child(2) article:nth-child(2)::before {
  background-image: url("../assets/images/power/power-05.png");
  background-position: center;
}

.power__row:nth-child(2) article:nth-child(3)::before {
  background-image: url("../assets/images/power/power-06.png");
  background-position: center;
  opacity: 0.8;
}

.power__row:nth-child(2) article:nth-child(4)::before {
  background-image: url("../assets/images/power/power-07.png");
  background-position: center;
}

.power__row:nth-child(3) article:nth-child(1)::before {
  background-image: url("../assets/images/power/power-08.png");
  background-position: center;
}

.power__row:nth-child(3) article:nth-child(2)::before {
  background-image: url("../assets/images/power/power-09.png");
  background-position: center;
}

.power__row:nth-child(3) article:nth-child(3)::before {
  background-image: url("../assets/images/power/power-10.png");
  background-position: center;
}

.power__grid p {
  order: 2;
  width: 215px;
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
}

.power__grid strong {
  color: #ff0004;
  font-weight: 700;
}

.power__row:nth-child(2) article:nth-child(4) p {
  color: #ff0004;
  font-weight: 700;
}

.power__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1042px;
  max-width: 100%;
  gap: 8px;
  margin: 0;
  color: #010101;
}

.power__bottom p {
  width: 1042px;
  max-width: 100%;
  min-height: 30px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.power__bottom strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-width: 619px;
  max-width: 100%;
  min-height: 36px;
  padding: 0 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  background: #02d000;
}

@media (max-width: 900px) {
  .power {
    min-height: auto;
    padding: 64px 0;
  }

  .power .l-container {
    width: min(686px, calc(100% - 32px));
    min-height: auto;
    gap: 40px;
  }

  .power__heading {
    gap: 18px;
  }

  .power .speech-heading--small {
    width: min(520px, 100%);
    min-height: 56px;
    padding: 8px 24px;
    font-size: clamp(24px, 5.4vw, 32px);
  }

  .power h2 {
    min-height: auto;
    font-size: clamp(32px, 7vw, 48px);
    line-height: 1.35;
    white-space: normal;
  }

  .power__lead {
    min-height: auto;
    font-size: 17px;
  }

  .power__grid {
    width: 100%;
  }

  .power__row,
  .power__row:nth-child(2) {
    flex-wrap: wrap;
    width: 100%;
  }

  .power__grid article {
    flex: 0 0 min(263px, calc(50% - 8px));
  }

  .power__bottom p {
    min-height: auto;
    font-size: 17px;
    white-space: normal;
  }

  .power__bottom strong {
    width: fit-content;
    min-width: 0;
    font-size: 20px;
    white-space: normal;
  }
}
@media (max-width: 560px) {
  .power .l-container {
    width: calc(100% - 32px);
  }

  .power__lead br,
  .power__bottom p br {
    display: none;
  }

  .power__grid article {
    flex-basis: 263px;
  }

  .power__bottom strong {
    width: 100%;
    min-height: auto;
    padding: 6px 8px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cv {
    padding: 40px 0;
  }

  .cv__inner {
    width: calc(100% - 32px);
    gap: 16px;
  }
}
/* Voices section final alignment from Figma 09 */
.voices {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  min-height: 867px;
  padding: 80px 0;
  margin-inline: auto;
  background: #fff;
  text-align: center;
}

.voices__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1100px, calc(100% - 48px));
  min-height: 707px;
  gap: 128px;
}

.voices h2 {
  width: 285px;
  max-width: 100%;
  min-height: 84px;
  margin: 0;
  color: #010101;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.voices__grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  max-width: 100%;
  min-height: 495px;
  gap: 16px;
}

.voices__card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  width: 356px;
  max-width: 356px;
  height: 495px;
  padding: 64px 16px 24px;
  gap: 16px;
  text-align: left;
  background: #fff;
  border: 2px solid #02d000;
  border-radius: 16px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.voices__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
}

.voices__card--clinic::before {
  background-image: linear-gradient(#fff600 0 0), linear-gradient(#fff600 0 0), linear-gradient(#fff600 0 0), linear-gradient(#fff600 0 0);
  background-position: 16px 398px, 39px 377px, 185px 314px, 16px 335px;
  background-size: 14px 6px, 301px 6px, 155px 6px, 259px 6px;
}

.voices__card--entertainment::before {
  background-image: linear-gradient(#fff600 0 0), linear-gradient(#fff600 0 0);
  background-position: 74px 335px, 152px 251px;
  background-size: 98px 6px, 103px 6px;
}

.voices__card--sweets::before {
  background-image: linear-gradient(#fff600 0 0), linear-gradient(#fff600 0 0), linear-gradient(#fff600 0 0);
  background-position: 16px 292px, 196px 271px, 116px 313px;
  background-size: 44px 6px, 144px 6px, 173px 6px;
}

.voices__card > * {
  position: relative;
  z-index: 1;
}

.voices__avatar {
  position: absolute;
  top: -64.46px;
  left: 50%;
  z-index: 2;
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  transform: translateX(-50%);
}

.voices__avatar::before,
.voices__avatar::after {
  content: none;
}

.voices__card h3 {
  width: 324px;
  max-width: 100%;
  min-height: 31px;
  margin: 0;
  color: #010101;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
}

.voices__card--sweets h3 {
  font-size: 22px;
  line-height: 30px;
}

.voices__support {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 324px;
  min-width: 324px;
  max-width: 324px;
  height: 90px;
  padding: 0;
  margin: 0;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
}

.voices__support span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  align-self: stretch;
  width: 324px;
  height: 26px;
  padding: 4px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  background: #010101;
}

.voices__support p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  align-self: stretch;
  width: 324px;
  height: 64px;
  padding: 8px 16px;
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
  background: #eceef2;
  border: solid #010101;
  border-width: 0 2px 2px;
}

.voices__text {
  width: 324px;
  max-width: 100%;
  margin: 0;
  color: #010101;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
}

.voices__card--clinic .voices__text {
  min-height: 189px;
}

.voices__card--entertainment .voices__text {
  min-height: 147px;
}

.voices__card--sweets .voices__text {
  min-height: 168px;
}

.voices__result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 324px;
  max-width: 100%;
  height: 91px;
  padding: 8px 24px;
  margin: 0;
  background: #eefded;
  border-radius: 8px;
}

.voices__result p {
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.voices__result div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 51px;
  gap: 4px;
}

.voices__result b {
  color: #010101;
  font-family: "DIN 2014", "Arial", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
}

.voices__result i {
  display: block;
  align-self: center;
  width: 0;
  height: 0;
  margin-inline: 4px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #010101;
}

.voices__result strong {
  color: #ff0004;
  font-family: "DIN 2014", "Arial", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.06em;
  background: transparent;
}

.voices__result em {
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-style: normal;
}

@media (max-width: 900px) {
  .voices {
    min-height: auto;
    padding: 64px 0;
  }

  .voices__inner {
    width: calc(100% - 32px);
    min-height: auto;
    gap: 72px;
  }

  .voices h2 {
    min-height: auto;
    font-size: clamp(38px, 9vw, 48px);
    white-space: normal;
  }

  .voices__grid {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    gap: 88px;
  }

  .voices__card {
    width: min(356px, 100%);
    max-width: 356px;
    height: auto;
    min-height: 495px;
  }
}
/* Owner section final alignment from Figma */
.owner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  min-height: 904px;
  padding: 80px 0;
  margin-inline: auto;
  background: #fff;
}

.owner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1100px, calc(100% - 48px));
  min-height: 744px;
  gap: 64px;
}

.owner__inner > h2 {
  width: 285px;
  max-width: 100%;
  min-height: 84px;
  margin: 0;
  color: #010101;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.owner__content {
  display: flex;
  align-items: flex-end;
  width: 1100px;
  max-width: 100%;
  height: 596px;
  gap: 48px;
}

.owner__photo {
  flex: 1 1 445px;
  width: 445px;
  height: 596px;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
}

.owner__copy {
  display: flex;
  flex: 0 0 607px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 607px;
  height: 596px;
  gap: 16px;
}

.owner__copy p + p {
  margin-top: 0;
}

.owner__profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 607px;
  height: 206px;
  gap: 16px;
}

.owner__identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 607px;
  height: 108px;
}

.owner__name-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 607px;
  height: 73px;
  gap: 24px;
}

.owner__name {
  width: 266px;
  height: 73px;
  margin: 0 !important;
  color: #010101;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.1em;
  font-feature-settings: "halt" on;
  white-space: nowrap;
}

.owner__kana {
  width: 290px;
  height: 58px;
  margin: 0;
  color: #010101;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "halt" on;
  white-space: nowrap;
}

.owner__role {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 607px;
  height: 35px;
  padding: 4px 32px;
  margin: 0 !important;
  color: #fff;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em;
  background: #010101;
  white-space: nowrap;
}

.owner__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 607px;
  height: 82px;
  padding: 8px 16px;
  gap: 8px 16px;
  margin: 0;
  list-style: none;
  background: #eceef2;
}

.owner__stats li {
  position: relative;
  display: flex;
  align-items: center;
  height: 29px;
  padding-left: 14px;
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.owner__stats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #02d000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.owner__message {
  width: 442px;
  height: 54px;
  padding: 0;
  margin: 0 !important;
  color: #010101;
  background: transparent;
  border: 0;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em;
}

.owner__message strong {
  color: #ff0004;
  font-weight: 700;
}

.owner__text {
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.owner__text--lead {
  width: 570px;
  height: 24px;
}

.owner__text--reason {
  width: 477px;
  height: 72px;
}

.owner__text--bold {
  width: 513px;
  height: 24px;
  font-weight: 700;
}

.owner__text--tools {
  width: 424px;
  height: 72px;
}

.owner__text--red {
  width: 466px;
  height: 48px;
  color: #010101;
  font-weight: 700;
}

.owner__copy .owner__text--red {
  font-weight: 700;
}

.owner__text--red strong {
  color: #ff0004;
  font-weight: 700;
}

@media (max-width: 767px) {
  .owner {
    min-height: auto;
    padding: 64px 0;
  }

  .owner__inner {
    width: calc(100% - 32px);
    min-height: auto;
    gap: 40px;
  }

  .owner__inner > h2 {
    min-height: auto;
    font-size: clamp(38px, 9vw, 48px);
    white-space: normal;
  }

  .owner__content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 28px;
  }

  .owner__photo {
    flex: 0 1 auto;
    width: min(445px, 100%);
    height: auto;
  }

  .owner__copy,
  .owner__profile,
  .owner__identity,
  .owner__name-row,
  .owner__role,
  .owner__stats {
    width: 100%;
    height: auto;
  }

  .owner__copy {
    flex-basis: auto;
    gap: 16px;
  }

  .owner__name-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .owner__name {
    width: 100%;
    height: auto;
    font-size: clamp(38px, 10vw, 48px) !important;
  }

  .owner__kana {
    width: 100%;
    height: auto;
    font-size: clamp(22px, 6vw, 28px);
  }

  .owner__role {
    padding: 6px 12px;
    white-space: normal;
    text-align: center;
  }

  .owner__stats {
    padding: 10px 14px;
  }

  .owner__stats li {
    white-space: normal;
  }

  .owner__message,
  .owner__text,
  .owner__text--lead,
  .owner__text--reason,
  .owner__text--bold,
  .owner__text--tools,
  .owner__text--red {
    width: 100%;
    height: auto;
  }
}
/* Plans section final alignment from Figma */
.plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  min-height: 809px;
  padding: 80px 0;
  margin-inline: auto;
  background: #fff;
  text-align: center;
}

.plans__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1100px, calc(100% - 48px));
  min-height: 649px;
  gap: 64px;
}

.plans h2 {
  width: 285px;
  max-width: 100%;
  height: 84px;
  margin: 0;
  color: #010101;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.plans__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1100px;
  max-width: 100%;
  height: 501px;
  gap: 16px;
}

.plans__grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  max-width: 100%;
  height: 389px;
  gap: 16px;
}

.plans__grid article {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  width: 356px;
  max-width: 356px;
  height: 389px;
  min-height: 389px;
  padding: 48px 16px 64px;
  gap: 16px;
  text-align: center;
  background: #fff;
  border: 2px solid #02d000;
  border-radius: 16px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.plans__en {
  width: auto;
  height: 21px;
  margin: 0;
  color: #02d000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.plans__grid h3 {
  width: auto;
  min-height: 31px;
  margin: 0;
  color: #02d000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.plans__target {
  width: 324px;
  max-width: 100%;
  height: 81px;
  min-height: 81px;
  margin: 0;
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.plans__grid dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 218px;
  height: 96px;
  padding: 0;
  margin: 0;
  gap: 0;
  border: 0;
}

.plans__grid dl div {
  display: flex;
  align-items: center;
  width: 218px;
  height: 48px;
  padding: 8px 0;
  gap: 16px;
  border-bottom: 2px dashed #eceef2;
}

.plans__grid dt,
.plans__grid dd {
  margin: 0;
}

.plans__grid dt {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  line-height: 0;
}

.plans__grid dt img,
.plans__trial em img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.plans__grid dd {
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.plans__badge {
  position: absolute;
  left: 2px;
  top: 16px;
  z-index: 2;
  width: 123px;
  height: 36px;
  object-fit: contain;
}

.plans__featured > .plans__en,
.plans__featured > h3,
.plans__featured > .plans__target,
.plans__featured > dl {
  position: relative;
  z-index: 1;
}

.plans__trial {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1100px;
  max-width: 100%;
  height: 96px;
  min-height: 96px;
  padding: 24px 16px;
  margin: 0;
  gap: 16px;
  text-align: left;
  background: #eefded;
  border-radius: 16px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.plans__trial-inner {
  display: flex;
  align-items: center;
  width: 1005px;
  max-width: 100%;
  height: 48px;
  gap: 16px;
}

.plans__trial strong {
  flex: 0 0 147px;
  width: 147px;
  margin: 0;
  color: #02d000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.plans__trial span {
  flex: 0 0 641px;
  width: 641px;
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.plans__trial em {
  display: flex;
  align-items: center;
  flex: 0 0 185px;
  width: 185px;
  height: 48px;
  padding: 8px 0;
  gap: 16px;
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-style: normal;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .plans {
    min-height: auto;
    padding: 64px 0;
  }

  .plans__inner {
    width: calc(100% - 32px);
    min-height: auto;
    gap: 40px;
  }

  .plans h2 {
    height: auto;
    font-size: clamp(38px, 9vw, 48px);
    white-space: normal;
  }

  .plans__body {
    width: 100%;
    height: auto;
  }

  .plans__grid {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 24px;
  }

  .plans__grid article {
    width: min(356px, 100%);
    max-width: 356px;
    height: auto;
  }

  .plans__trial {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .plans__trial-inner {
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
  }

  .plans__trial strong,
  .plans__trial span,
  .plans__trial em {
    flex: 0 1 auto;
    width: 100%;
    white-space: normal;
    justify-content: center;
  }
}
/* Unsuitable section CTA alignment from Figma 12 */
.unsuitable {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  min-height: 1076px;
  padding: 80px 0;
  gap: 64px;
  margin-inline: auto;
  background: #eceef2;
}

.unsuitable .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unsuitable .speech-heading {
  margin: 0 0 24px;
}

.unsuitable h2 {
  margin: 0 0 24px;
}

.unsuitable__lead {
  margin: 0 0 64px;
}

.unsuitable__grid {
  margin-bottom: 64px;
}

.unsuitable__grid article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.unsuitable__grid h3 {
  width: 228px;
  min-height: 52px;
  margin: 0;
  color: #fff600;
  text-align: center;
}

.unsuitable__grid p {
  width: 228px;
  margin: 0;
  text-align: justify;
}

.unsuitable__icon {
  flex: 0 0 100px;
  margin: 0;
}

.unsuitable__cta {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: 170px;
}

.unsuitable__button {
  position: absolute;
  left: 0;
  top: 30px;
  width: 800px;
  max-width: 100%;
  height: 140px;
  min-width: 0;
  min-height: 140px;
  padding: 8px 40px 8px 0;
  gap: 8px;
  border-radius: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.unsuitable__button::after {
  position: absolute;
  right: 64px;
  top: calc(50% - 16px);
  width: 22px;
  height: 22px;
  margin: 0;
  border-top-width: 6px;
  border-right-width: 6px;
  box-shadow: 4px -4px 4px rgba(0, 0, 0, 0.12);
}

.unsuitable__cta-badge {
  position: absolute;
  left: calc(50% - 338.5px);
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 677px;
  height: 60px;
  padding: 12px 48px;
  gap: 8px;
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #fff;
  border: 2px solid #02d000;
  border-radius: 999px;
}

.unsuitable__cta-badge span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 177px;
  height: 36px;
  padding: 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: #010101;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .unsuitable {
    min-height: auto;
  }

  .unsuitable__cta {
    width: min(800px, 100%);
    height: auto;
    padding-top: 30px;
  }

  .unsuitable__button {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 104px;
    padding: 14px 48px 14px 24px;
    font-size: clamp(24px, 5.5vw, 34px);
  }

  .unsuitable__button::after {
    right: 28px;
  }

  .unsuitable__cta-badge {
    left: 50%;
    width: min(677px, calc(100% - 16px));
    height: auto;
    min-height: 52px;
    padding: 8px 18px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    transform: translateX(-50%);
  }

  .unsuitable__cta-badge span {
    width: auto;
    height: 32px;
    font-size: 18px;
  }
}
/* Process section final alignment from Figma */
.process {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  background: #fff;
}

.process .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 1100px;
  max-width: calc(100% - 48px);
}

.process h2 {
  width: 628px;
  max-width: 100%;
  height: 84px;
  margin: 0;
  color: #010101;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}

.process__grid {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 1100px;
  max-width: 100%;
  height: 323px;
}

.process__grid article {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  width: 207.2px;
  height: 323px;
  padding: 14px 10px;
  gap: 16px;
  text-align: left;
  background: #fff;
  border: 2px solid #02d000;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.process__grid span {
  display: flex;
  flex: 0 0 32px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 32px;
  min-height: 32px;
  padding: 0 8px;
  margin: 0;
  color: #fff;
  font-family: "DIN 2014", "Arial Black", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  clip-path: none;
}

.process__grid article:nth-child(1) span {
  background: #ccf6cc;
}

.process__grid article:nth-child(2) span {
  background: #9aec99;
}

.process__grid article:nth-child(3) span {
  background: #67e366;
}

.process__grid article:nth-child(4) span {
  background: #35d933;
}

.process__grid article:nth-child(5) span {
  background: #02d000;
}

.process__grid h3 {
  flex: 0 0 auto;
  min-height: 27px;
  margin: 0;
  color: #010101;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.process__grid img {
  display: block;
  flex: 0 0 100px;
  align-self: stretch;
  width: 183.2px;
  max-width: 100%;
  height: 100px;
  margin: 0;
  object-fit: cover;
}

.process__grid p {
  flex: 0 0 auto;
  width: 183.2px;
  max-width: 100%;
  margin: 0;
  color: #010101;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.02em;
  font-feature-settings: "halt" on;
}

@media (max-width: 767px) {
  .process {
    padding: 64px 0;
  }

  .process .l-container {
    gap: 36px;
  }

  .process h2 {
    width: 100%;
    height: auto;
    font-size: clamp(30px, 8vw, 40px);
  }

  .process__grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .process__grid article {
    width: 100%;
    height: auto;
  }

  .process__grid img,
  .process__grid p {
    width: 100%;
  }
}
/* Contact section final alignment from Figma 15 */
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 1346px;
  padding: 80px 0;
  background: #eceef2;
}

.contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 1100px;
  max-width: calc(100% - 48px);
}

.contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 510px;
  max-width: 100%;
  height: 138px;
  margin: 0;
}

.contact__title h2 {
  width: 342px;
  height: 84px;
  margin: 0;
  color: #010101;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}

.contact__title p {
  width: 510px;
  max-width: 100%;
  height: 30px;
  margin: 0;
  color: #010101;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "halt" on;
}

.contact__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 1100px;
  max-width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: 240px 796px;
  align-items: center;
  gap: 64px;
  width: 1100px;
  max-width: 100%;
  min-height: 64px;
}

.form-row--textarea {
  min-height: 120px;
}

.form-row--source {
  min-height: 284px;
}

.form-row > label,
.form-row__label {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 240px;
  min-height: 23.59px;
  margin: 0;
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.form-row__label {
  min-height: 46px;
}

.badge-required,
.badge-optional {
  display: inline-flex;
  flex: 0 0 44px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 23.59px;
  color: #fff;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
}

.badge-required {
  background: #ff0004;
}

.badge-optional {
  background: #999;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row textarea {
  width: 796px;
  max-width: 100%;
  height: 64px;
  min-height: 64px;
  padding: 8px 24px;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #fff;
  border: 0;
  border-radius: 8px;
}

.form-row textarea {
  height: 120px;
  min-height: 120px;
  padding: 20px 24px;
  resize: vertical;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: #ccc;
  opacity: 1;
}

.source-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 796px;
  height: 284px;
}

.source-options label {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 24px;
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.source-options input[type="radio"] {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin: 0;
}

.source-options p {
  width: 796px;
  max-width: 100%;
  height: 24px;
  margin: 0;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.source-options > input[type="text"] {
  width: 796px;
}

.contact__submit {
  position: relative;
  width: 500px;
  min-width: 0;
  height: 100px;
  min-height: 100px;
  padding: 8px 0;
  margin-top: 32px;
  gap: 8px;
  border-radius: 999px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4), inset 0 -8px 8px rgba(0, 0, 0, 0.4), inset 0 12px 12px rgba(255, 255, 255, 0.6);
}

.contact__submit::before {
  top: 7.54px;
  width: 440px;
  max-width: calc(100% - 60px);
  height: 24px;
}

.contact__submit::after {
  position: absolute;
  right: 80px;
  top: calc(50% - 12px);
  width: 17px;
  height: 17px;
  margin: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

@media (max-width: 767px) {
  .contact {
    min-height: auto;
    padding: 64px 0;
  }

  .contact__inner {
    gap: 40px;
  }

  .contact__title {
    height: auto;
  }

  .contact__title h2 {
    width: 100%;
    height: auto;
    font-size: 40px;
  }

  .contact__title p {
    height: auto;
    font-size: 14px;
  }

  .contact__form {
    gap: 28px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    min-height: 0;
  }

  .form-row > label,
  .form-row__label,
  .source-options,
  .source-options p,
  .form-row input[type="text"],
  .form-row input[type="email"],
  .form-row input[type="tel"],
  .form-row textarea {
    width: 100%;
  }

  .source-options {
    height: auto;
  }

  .contact__submit {
    width: 100%;
    height: 76px;
    min-height: 76px;
    margin-top: 12px;
    font-size: 26px;
  }

  .contact__submit::after {
    right: 40px;
  }
}
/* SP hero final alignment from Figma FV */
@media (max-width: 767px) {
  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 750px;
    min-height: 1294.6px;
    padding: 0;
    margin-inline: auto;
    background: #fff;
  }

  .hero__top.l-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 750px;
    min-height: 321.43px;
    padding: 32px;
    margin: 0;
    background: #fff;
  }

  .hero__copy {
    position: relative;
    z-index: 1;
    width: min(686px, 100%);
    min-height: 257.43px;
  }

  .hero h1 {
    width: min(450px, 100%);
    margin: -12px 0 0;
    font-size: clamp(32px, 8vw, 60px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    white-space: nowrap;
    transform: skewX(-7deg);
  }

  .hero h1 span {
    display: block;
    width: min(359px, 100%);
    color: #02d000;
    font-size: clamp(44px, 10.6667vw, 80px);
    line-height: 1.28;
  }

  .hero__lead {
    display: flex;
    align-items: flex-start;
    width: min(686px, 100%);
    height: auto;
    margin: 10px 0 0;
    color: #010101;
    font-size: clamp(16px, 4vw, 30px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .hero__lead span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: min(180px, 38vw);
    height: 1.5em;
    background: none;
    border-bottom: clamp(5px, 1.333vw, 10px) solid #fff600;
  }

  .hero__visual {
    position: absolute;
    right: clamp(-150px, -20vw, -76px);
    top: -22px;
    width: min(460px, 61.333vw);
    height: min(399px, 53.2vw);
    object-fit: contain;
  }

  .hero__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 750px;
    min-height: 550.17px;
    padding: 32px;
    background: #eefded;
  }

  .hero__service {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: min(686px, 100%);
    margin: 0;
  }

  .hero__service-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: min(686px, 100%);
  }

  .hero__brand {
    width: min(538px, 100%);
    height: 60px;
    margin: 0 auto;
  }

  .hero__brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .hero__sub {
    width: min(529px, 100%);
    height: auto;
    margin: 0;
    color: #010101;
    font-size: clamp(17px, 3.4667vw, 26px);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
  }

  .hero__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    gap: 8px;
    width: min(544px, 100%);
    min-height: 112px;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: transparent;
  }

  .hero__tags li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    padding: 8px 16px;
    color: #010101;
    font-size: clamp(16px, 3.2vw, 24px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
    background: #fff;
    border: 0;
    border-radius: 8px;
  }

  .hero__tags li:last-child {
    width: 49px;
    height: 43px;
    padding: 0;
    font-weight: 500;
    line-height: 1.8;
    background: transparent;
  }

  .hero__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 219.17px));
    gap: 14.25px;
    width: min(686px, 100%);
    height: auto;
    margin: 0;
  }

  .hero__proof article {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .hero__proof picture,
  .hero__proof img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .hero__cta.l-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 750px;
    height: 423px;
    min-height: 423px;
    padding: 0 32px;
    margin: 0;
  }

  .hero__cta > p:first-child {
    position: absolute;
    top: 32px;
    left: 50%;
    width: min(555px, calc(100% - 64px));
    height: auto;
    margin: 0;
    color: #333;
    font-size: clamp(18px, 3.7333vw, 28px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
    transform: translateX(-50%);
  }

  .hero__cta .trial-badge {
    position: absolute;
    top: 94px;
    left: 50%;
    width: min(583px, calc(100% - 64px));
    min-height: 0;
    height: 64px;
    padding: 8px 24px;
    gap: 8px;
    margin: 0;
    color: #010101;
    font-size: clamp(15px, 3.2vw, 24px);
    font-weight: 700;
    line-height: 1.5;
    background: #eefded;
    border: 2px solid #02d000;
    border-radius: 999px;
    transform: translateX(-50%);
  }

  .hero__cta .trial-badge span:first-child {
    flex: 0 0 162px;
    width: 162px;
    height: 48px;
    padding: 0 16px;
    color: #eefded;
    font-size: clamp(18px, 4.2667vw, 32px);
    line-height: 1.5;
    background: #010101;
  }

  .hero__cta .trial-badge__red {
    color: #010101;
  }

  .hero__cta .button-primary {
    position: absolute;
    top: 120px;
    left: 50%;
    width: min(686px, calc(100% - 64px));
    height: 160px;
    min-height: 160px;
    padding: 20px 40px 8px 0;
    border-width: 6px;
    border-radius: 20px;
    font-size: clamp(20px, 4.8vw, 36px);
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  .hero__cta .button-primary::before {
    top: 16px;
    width: min(654px, calc(100% - 32px));
    height: 32px;
  }

  .hero__cta .button-primary::after {
    right: 44px;
    top: calc(50% + 6px);
    width: 12px;
    height: 24px;
    border-top-width: 6px;
    border-right-width: 6px;
    transform: translateY(-50%) rotate(45deg);
  }

  .hero__accounts {
    position: absolute;
    top: 303px;
    left: 50%;
    width: min(507px, calc(100% - 64px));
    height: 72px;
    padding: 0 8px;
    margin: 0;
    color: #010101;
    font-size: clamp(22px, 4.8vw, 36px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    transform: translateX(-50%);
  }

  .hero__accounts::before {
    height: 24px;
    bottom: 0;
  }

  .hero__accounts span {
    flex: 0 0 auto;
    width: auto;
    padding: 0 8px;
    color: #ff0004;
    font-size: clamp(48px, 9.6vw, 72px);
    line-height: 1;
  }
}
/* SP problem final alignment from Figma section 02 */
.u-sp-only {
  display: none;
}

@media (max-width: 767px) {
  .u-sp-only {
    display: initial;
  }

  .problem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 80px 32px;
    background: #fff;
  }

  .problem .l-container {
    width: 100%;
    max-width: 686px;
    gap: 64px;
  }

  .problem__intro {
    width: 100%;
    gap: 24px;
  }

  .problem .speech-heading {
    width: 100%;
    min-height: 106px;
    padding: 8px 40px;
    font-size: clamp(24px, 4vw, 30px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .problem h2 {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: -16px;
    font-size: clamp(31px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .problem__lead {
    width: 100%;
    min-height: 100px;
    padding: 16px 48px;
    font-size: clamp(17px, 3.2vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  .problem__map {
    width: min(686px, calc(100vw - 64px));
    max-width: none;
    margin-inline: auto;
  }

  .problem__note {
    width: 100%;
    margin-top: 0;
    gap: 8px;
  }

  .problem__note p {
    width: 100%;
    font-size: clamp(17px, 3.2vw, 24px);
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
  }

  .problem__alert {
    width: min(686px, calc(100vw - 64px));
    max-width: none;
    margin-top: -32px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .problem {
    height: 1450px;
  }
}
/* SP pattern final alignment from Figma section 03 */
@media (max-width: 767px) {
  .pattern {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 80px 32px;
    background: #eceef2;
  }

  .pattern .l-container {
    width: 100%;
    max-width: 686px;
    gap: 64px;
  }

  .pattern h2 {
    width: 100%;
    height: auto;
    font-size: clamp(31px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .pattern__cards {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }

  .pattern__cards article {
    width: 100%;
    height: auto;
    padding: 24px;
    gap: 24px;
    border-radius: 24px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
  }

  .pattern__label,
  .pattern__cards article:nth-child(2) .pattern__label {
    height: 64px;
    padding: 8px 32px;
    font-size: clamp(24px, 4.267vw, 32px) !important;
    line-height: 1.5 !important;
  }

  .pattern__cards h3,
  .pattern__cards article:nth-child(2) h3 {
    width: 100%;
    font-size: clamp(25px, 4.8vw, 36px);
    line-height: 1.3;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .pattern__cards h3 br {
    display: none;
  }

  .pattern__cards p {
    width: 100%;
    font-size: clamp(16px, 3.2vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .pattern__quote,
  .pattern__cards article:nth-child(2) .pattern__quote {
    min-height: 0;
    padding: 16px;
    font-size: clamp(15px, 2.933vw, 22px);
    line-height: 1.5;
    background: #eceef2;
    border-radius: 8px;
  }

  .pattern__cards strong {
    font-weight: 700;
  }

  .pattern__bottom {
    width: 100%;
    min-height: 0;
    font-size: clamp(16px, 3.2vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .pattern__bottom strong {
    font-weight: 700;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .pattern {
    height: 1495px;
  }
}
/* SP reason section height from Figma section 04 */
@media (max-width: 767px) and (min-width: 700px) {
  .reason {
    height: 2410px;
  }

  .assurance {
    height: 1083px;
    min-height: 1083px;
  }
}
/* SP case-study final alignment from Figma section 06 */
@media (max-width: 767px) {
  .case-study {
    width: 100%;
    height: 1384px;
    min-height: 1384px;
    padding: 80px 32px;
    overflow: hidden;
  }

  .case-study .l-container {
    width: 100%;
    max-width: 686px;
    gap: 64px;
  }

  .case-study__heading {
    width: min(598px, 100%);
    height: 151px;
    gap: 24px;
  }

  .case-study .speech-heading--small {
    width: min(598px, 100%);
    max-width: 100%;
    height: 61px;
    min-height: 61px;
    padding: 8px 40px;
    font-size: clamp(22px, 4vw, 30px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .case-study h2 {
    width: 179px;
    height: 66px;
    min-height: 66px;
    font-size: clamp(31px, 5.867vw, 44px);
    line-height: 1.5;
  }

  .case-study__slider {
    width: 100%;
    height: 925px;
    overflow: hidden;
  }

  .case-study__track {
    gap: 32px;
    align-items: flex-start;
  }

  .case-study__card {
    flex: 0 0 min(600px, calc(100vw - 96px));
    width: min(600px, calc(100vw - 96px));
    height: 925px;
    padding: 24px;
    gap: 24px;
    border-radius: 24px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
  }

  .case-study__title {
    width: 100%;
    min-height: 80px;
    gap: 8px;
    justify-content: center;
  }

  .case-study__icon {
    width: 80px;
    height: 80px;
    font-size: 52px;
  }

  .case-study__card h3 {
    font-size: clamp(25px, 4.8vw, 36px);
    line-height: 1.3;
    white-space: nowrap;
  }

  .case-study__question {
    width: 100%;
    min-height: 71px;
    padding: 16px;
    font-size: clamp(17px, 3.2vw, 24px);
    line-height: 1.3;
  }

  .case-study__body {
    width: 100%;
    gap: 24px;
  }

  .case-study__text {
    width: 100%;
    gap: 8px;
  }

  .case-study__label {
    gap: 16px;
    font-size: clamp(16px, 2.933vw, 22px);
    line-height: 1.5;
  }

  .case-study__label::before {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }

  .case-study__text p:not(.case-study__label),
  .case-study__text li {
    font-size: clamp(16px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .case-study__text li {
    padding-left: 40px;
  }

  .case-study__text li::before {
    left: 11px;
    top: 13px;
    width: 8px;
    height: 8px;
  }

  .case-study__result {
    width: 100%;
    min-height: 166px;
    padding: 32px 24px 24px;
    margin: 0;
    gap: 24px;
  }

  .case-study__result:not(.case-study__result--single) {
    min-height: 250px;
  }

  .case-study__metric p {
    font-size: clamp(16px, 2.933vw, 22px);
    line-height: 1.5;
  }

  .case-study__metric b {
    font-size: clamp(36px, 6.4vw, 48px);
  }

  .case-study__metric strong {
    font-size: clamp(48px, 9.6vw, 72px);
  }

  .case-study__metric em {
    font-size: clamp(16px, 2.933vw, 22px);
  }

  .case-study__dots {
    width: 176px;
    height: 20px;
    gap: 32px;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .case-study {
    height: 1384px;
  }
}
/* SP power final alignment from Figma section 07 */
@media (max-width: 767px) {
  .power {
    width: 100%;
    height: 2423px;
    min-height: 2423px;
    padding: 80px 32px;
  }

  .power .l-container {
    width: 100%;
    max-width: 686px;
    height: 2263px;
    gap: 64px;
  }

  .power__heading {
    width: min(694px, 100%);
    height: 283px;
    gap: 24px;
  }

  .power .speech-heading--small {
    width: min(447px, 100%);
    height: 61px;
    min-height: 61px;
    padding: 8px 40px;
    font-size: clamp(20px, 4vw, 30px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .power h2 {
    width: min(630px, 100%);
    height: 66px;
    min-height: 66px;
    font-size: clamp(27px, 5.867vw, 44px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .power__lead {
    width: min(694px, 100%);
    height: 108px;
    font-size: clamp(15px, 3.2vw, 24px);
    line-height: 1.5;
  }

  .power__lead br {
    display: none;
  }

  .power__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    height: 1739px;
    gap: 16px;
  }

  .power__row,
  .power__row:nth-child(2) {
    display: contents;
  }

  .power__grid article {
    width: 100%;
    height: 335px;
    min-height: 335px;
    padding: 24px;
    gap: 16px;
  }

  .power__grid h3 {
    width: 100%;
    min-height: 34px;
    font-size: clamp(16px, 3.467vw, 26px);
    line-height: 1.3;
  }

  .power__grid article::before {
    flex-basis: 80px;
    width: 80px;
    height: 80px;
  }

  .power__grid p {
    width: 100%;
    font-size: clamp(13px, 2.933vw, 22px);
    line-height: 1.5;
  }

  .power__bottom {
    width: 100%;
    height: 113px;
    gap: 8px;
  }

  .power__bottom p {
    width: min(667px, 100%);
    height: 66px;
    font-size: clamp(14px, 2.933vw, 22px);
    line-height: 1.5;
    white-space: normal;
  }

  .power__bottom strong {
    width: 100%;
    min-width: 0;
    height: 39px;
    min-height: 39px;
    font-size: clamp(15px, 3.467vw, 26px);
    line-height: 1.5;
    white-space: nowrap;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .power {
    height: 2423px;
  }
}
/* SP CTA and asset final alignment from Figma CTA/section 08 */
@media (max-width: 767px) {
  .asset {
    width: 100%;
    padding: 80px 32px;
    background: #fff;
  }

  .asset .l-container,
  .asset__inner {
    width: 100%;
    max-width: 686px;
  }

  .asset__inner {
    gap: 64px;
  }

  .asset__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 8px;
  }

  .asset__heading h2 {
    width: 100%;
    font-size: clamp(31px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .asset__lead {
    width: 100%;
    margin: 0;
    padding: 16px 48px;
    font-size: clamp(17px, 3.2vw, 24px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    background: #eefded;
  }

  .asset__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
  }

  .asset__grid img {
    order: 1;
    width: min(440px, 100%);
    max-height: none;
  }

  .asset__box {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 32px 24px;
    gap: 24px;
    background: #eefded;
    border-radius: 16px;
  }

  .asset__box p {
    font-size: clamp(17px, 3.2vw, 24px);
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.02em;
  }

  .asset__box strong {
    color: #ff0004;
    font-size: clamp(20px, 3.733vw, 28px);
    font-weight: 700;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .cv {
    height: 336px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .asset {
    height: 1303px;
  }
}
/* SP voices final alignment from Figma section 09 */
@media (max-width: 767px) {
  .voices {
    width: 100%;
    padding: 80px 32px;
  }

  .voices__inner {
    width: 100%;
    max-width: 686px;
    min-height: 0;
    gap: 128px;
  }

  .voices h2 {
    margin: 0;
    font-size: clamp(31px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .voices__grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 80px;
  }

  .voices__card {
    width: 100%;
    min-height: 0;
    padding: 64px 16px 24px;
    gap: 16px;
    border-radius: 24px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
  }

  .voices__avatar {
    top: -66.46px;
    width: 120px;
    height: 120px;
    border: 0;
    object-fit: contain;
  }

  .voices__card h3 {
    margin: 0;
    font-size: clamp(20px, 3.733vw, 28px);
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .voices__support {
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0;
    background: none;
    border: 0;
  }

  .voices__support span {
    height: auto;
    padding: 4px 16px;
    font-size: clamp(16px, 2.933vw, 22px);
    line-height: 1.3;
  }

  .voices__support p {
    min-height: 64px;
    padding: 8px 16px;
    font-size: clamp(16px, 3.2vw, 24px);
    line-height: 1.5;
    text-align: center;
  }

  .voices__text {
    width: 100%;
    font-size: clamp(14px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .voices__result {
    width: 100%;
    padding: 16px 24px;
    gap: 8px;
  }

  .voices__result p {
    font-size: clamp(16px, 2.933vw, 22px);
  }

  .voices__result b {
    font-size: clamp(36px, 6.4vw, 48px);
  }

  .voices__result strong {
    font-size: clamp(48px, 9.6vw, 72px);
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .voices {
    height: 2075px;
  }
}
/* SP owner final alignment from Figma section 10 */
@media (max-width: 767px) {
  .owner {
    width: 100%;
    padding: 80px 32px;
  }

  .owner__inner {
    width: 100%;
    max-width: 686px;
    gap: 64px;
  }

  .owner__inner > h2 {
    font-size: clamp(31px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .owner__content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 48px;
  }

  .owner__photo {
    width: min(464px, 100%);
    height: auto;
  }

  .owner__copy {
    width: 100%;
    gap: 24px;
  }

  .owner__profile {
    width: 100%;
    gap: 24px;
  }

  .owner__identity {
    width: 100%;
  }

  .owner__name-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    gap: 48px;
  }

  .owner__name {
    font-size: clamp(38px, 7.467vw, 56px);
    line-height: 1.3;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .owner__kana {
    font-size: clamp(18px, 4.267vw, 32px);
    line-height: 1.8;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .owner__role {
    width: 100%;
    padding: 4px 32px;
    font-size: clamp(14px, 3.2vw, 24px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .owner__stats {
    width: 100%;
    padding: 16px 24px;
    gap: 0 16px;
  }

  .owner__stats li {
    gap: 16px;
    font-size: clamp(14px, 2.933vw, 22px);
    line-height: 1.8;
    white-space: nowrap;
  }

  .owner__stats li::before {
    width: 10px;
    height: 10px;
  }

  .owner__message,
  .owner__text,
  .owner__text--lead,
  .owner__text--reason,
  .owner__text--tools {
    width: 100%;
    font-size: clamp(15px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .owner__message,
  .owner__text--bold,
  .owner__text--red {
    font-size: clamp(17px, 3.2vw, 24px);
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .owner {
    height: 1831px;
  }
}
/* SP plans final alignment end override from Figma section 11 */
@media (max-width: 767px) {
  .plans {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    background: #fff;
  }

  .plans__inner {
    width: 100%;
    max-width: 686px;
    min-height: 0;
    margin: 0;
    gap: 64px;
  }

  .plans .plans__inner {
    width: 100%;
  }

  .plans h2 {
    width: auto;
    height: 66px;
    font-size: clamp(36px, 5.867vw, 44px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .plans__body {
    width: 100%;
    height: auto;
    gap: 24px;
  }

  .plans__grid {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    gap: 24px;
  }

  .plans__grid article {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 479px;
    padding: 48px 16px 64px;
    gap: 24px;
    border-radius: 24px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
  }

  .plans__en {
    height: 29px;
    font-size: clamp(18px, 2.933vw, 22px);
  }

  .plans__grid h3 {
    min-height: 42px;
    font-size: clamp(26px, 4.267vw, 32px);
  }

  .plans__target {
    width: 100%;
    height: auto;
    min-height: 72px;
    font-size: clamp(18px, 3.2vw, 24px);
    line-height: 1.5;
  }

  .plans__target br {
    display: none;
  }

  .plans__grid dl {
    width: 295px;
    max-width: 100%;
    height: 128px;
  }

  .plans__grid dl div {
    width: 100%;
    height: 64px;
    padding: 8px 0;
    gap: 16px;
  }

  .plans__grid dt {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .plans__grid dt img,
  .plans__trial em img {
    width: 48px;
    height: 48px;
  }

  .plans__grid dd {
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
  }

  .plans__badge {
    left: 2px;
    top: 32px;
    width: 214px;
    height: 60px;
  }

  .plans__trial {
    width: 100%;
    height: auto;
    min-height: 294px;
    padding: 24px 16px;
    border-radius: 24px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
  }

  .plans__trial-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 24px;
    text-align: center;
  }

  .plans__trial strong {
    flex: 0 0 auto;
    width: auto;
    font-size: clamp(26px, 4.267vw, 32px);
    line-height: 1.3;
  }

  .plans__trial span {
    flex: 0 0 auto;
    width: 100%;
    max-width: 654px;
    font-size: clamp(18px, 3.2vw, 24px);
    line-height: 1.5;
    white-space: normal;
  }

  .plans__trial em {
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    height: 64px;
    padding: 8px 0;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .plans {
    height: 2041px;
  }
}
/* SP unsuitable final alignment from Figma section 12 */
@media (max-width: 767px) {
  .unsuitable {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    gap: 64px;
    background: #eceef2;
  }

  .unsuitable .l-container {
    width: 100%;
    max-width: 686px;
    margin: 0;
    gap: 64px;
  }

  .unsuitable .speech-heading {
    width: auto;
    height: 46px;
    margin: 0 0 24px;
    padding: 8px 40px;
    font-size: clamp(24px, 4vw, 30px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .unsuitable h2 {
    width: 100%;
    margin: 0;
    font-size: clamp(34px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .unsuitable__lead {
    width: 100%;
    margin: 24px 0 0;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .unsuitable__lead strong {
    color: #ff0004;
  }

  .unsuitable__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    max-width: 100%;
    margin: 0;
    gap: 16px;
  }

  .unsuitable__grid article {
    width: min(600px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 24px 80px;
    gap: 16px;
    border-radius: 50%;
    background: #010101;
  }

  .unsuitable__grid h3 {
    width: 100%;
    min-height: 68px;
    font-size: clamp(20px, 3.467vw, 26px);
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .unsuitable__icon {
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
  }

  .unsuitable__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .unsuitable__grid p {
    width: 100%;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .unsuitable__cta {
    width: 686px;
    max-width: 100%;
    height: 180px;
    padding: 0;
    margin: 0;
  }

  .unsuitable__button {
    position: absolute;
    left: 0;
    top: 30px;
    width: 686px;
    max-width: 100%;
    height: 160px;
    min-height: 160px;
    padding: 20px 40px 8px 0;
    border-width: 6px;
    border-radius: 20px;
    font-size: clamp(26px, 4.8vw, 36px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .unsuitable__button::before {
    width: calc(100% - 32px);
    height: 32px;
    top: 10px;
  }

  .unsuitable__button::after {
    right: 38px;
    top: calc(50% - 6px);
    width: 20px;
    height: 20px;
    border-top-width: 6px;
    border-right-width: 6px;
  }

  .unsuitable__cta-badge {
    left: 50%;
    top: 4px;
    width: auto;
    max-width: calc(100% - 24px);
    min-height: 52px;
    padding: 8px 24px;
    gap: 8px;
    flex-wrap: nowrap;
    font-size: clamp(16px, 2.933vw, 22px);
    line-height: 1.5;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  .unsuitable__cta-badge span {
    width: auto;
    height: 34px;
    padding: 0 16px;
    font-size: clamp(16px, 2.933vw, 22px);
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .unsuitable {
    height: 2640px;
  }
}
/* SP process final alignment from Figma section 14 */
@media (max-width: 767px) {
  .process {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    background: #fff;
  }

  .process .l-container {
    width: 100%;
    max-width: 686px;
    margin: 0;
    gap: 64px;
  }

  .process h2 {
    width: 100%;
    height: 66px;
    font-size: clamp(34px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .process__grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    gap: 24px;
    padding: 0 0 152px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .process__grid::-webkit-scrollbar {
    display: none;
  }

  .process__grid article {
    flex: 0 0 331.52px;
    width: 331.52px;
    height: 516.8px;
    padding: 25.6px 19.2px;
    gap: 25.6px;
    border-width: 3.2px;
    border-radius: 12.8px;
    box-shadow: 12.8px 12.8px 6.4px rgba(0, 0, 0, 0.25);
    scroll-snap-align: start;
  }

  .process__grid span {
    width: 256px;
    height: 51.2px;
    padding: 0;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  }

  .process__grid h3 {
    width: 100%;
    min-height: 39px;
    font-size: clamp(22px, 3.467vw, 26px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .process__grid img {
    width: 100%;
    height: 160px;
    margin: 0;
    object-fit: cover;
  }

  .process__grid p {
    width: 100%;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .process .l-container::after {
    content: "スクロールしてください";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -128px;
    color: #02d000;
    font-size: clamp(16px, 2.667vw, 20px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .process {
    height: 969px;
  }
}
/* SP FAQ final alignment from Figma section 14 */
@media (max-width: 767px) {
  .faq {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    background: #fff;
  }

  .faq .l-container {
    width: 100%;
    max-width: 686px;
    margin: 0;
    gap: 64px;
  }

  .faq h2 {
    width: auto;
    height: 66px;
    font-size: clamp(36px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .faq__list {
    width: 100%;
    gap: 24px;
  }

  .faq__list article {
    width: 100%;
    overflow: hidden;
    border: 2px solid #02d000;
    border-radius: 16px;
  }

  .faq__list h3,
  .faq__list p {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 16px 24px;
    gap: 16px;
    text-align: left;
  }

  .faq__list h3 {
    background: #eefded;
    font-size: clamp(18px, 3.2vw, 24px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .faq__list p {
    background: #fff;
    font-size: clamp(17px, 2.933vw, 22px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .faq__list h3 span,
  .faq__list p span {
    display: flex;
    flex: 0 0 80px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    transform: skewX(-7deg);
  }

  .faq__list h3 span {
    color: #02d000;
    background: #fff;
    border: 2px solid #02d000;
  }

  .faq__list p span {
    color: #fff;
    background: #02d000;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .faq {
    height: 2130px;
  }
}
/* SP contact final alignment from Figma section 15 */
@media (max-width: 767px) {
  .contact {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    background: #eceef2;
  }

  .contact__inner {
    width: 100%;
    max-width: 686px;
    margin: 0;
    gap: 64px;
  }

  .contact .contact__inner {
    width: 100%;
  }

  .contact__title {
    width: 100%;
    gap: 24px;
  }

  .contact__title h2 {
    height: 84px;
    font-size: clamp(44px, 7.467vw, 56px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .contact__title p {
    height: 30px;
    font-size: clamp(16px, 2.667vw, 20px);
    line-height: 1.5;
    white-space: nowrap;
  }

  .contact__form {
    width: 100%;
    gap: 29px;
  }

  .form-row,
  .form-row--textarea,
  .form-row--source {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }

  .form-row label,
  .form-row__label {
    width: auto;
    min-height: 31px;
    margin: 0;
    gap: 16px;
    font-size: clamp(18px, 3.2vw, 24px);
    line-height: 1.3;
    white-space: nowrap;
  }

  .badge-required,
  .badge-optional {
    width: auto;
    min-width: 44px;
    height: 24px;
    padding: 2px 16px;
    border-radius: 4px;
    font-size: clamp(14px, 2.667vw, 20px);
    line-height: 1;
  }

  .contact input[type=text],
  .contact input[type=email],
  .contact input[type=tel],
  .contact textarea {
    width: 100%;
    height: 96px;
    min-height: 96px;
    padding: 8px 24px;
    border-radius: 8px;
    font-size: clamp(18px, 3.2vw, 24px);
    line-height: 1.5;
  }

  .contact textarea {
    height: 240px;
    min-height: 240px;
    padding-top: 20px;
  }

  .source-options {
    width: 100%;
    gap: 24px;
  }

  .source-options label {
    width: 100%;
    gap: 16px;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
  }

  .source-options input[type=radio] {
    width: 26px;
    height: 26px;
    margin: 0;
  }

  .source-options p {
    width: 100%;
    margin: 0;
    font-size: clamp(17px, 2.933vw, 22px);
    line-height: 1.5;
  }

  .contact__submit {
    width: 500px;
    max-width: 100%;
    height: 100px;
    min-height: 100px;
    padding: 8px 0;
    border-width: 4px;
    border-radius: 1000px;
    font-size: clamp(26px, 4.267vw, 32px);
    line-height: 1.5;
  }

  .contact__submit::before {
    width: calc(100% - 60px);
    height: 24px;
    top: 4px;
  }

  .contact__submit::after {
    right: 76px;
    width: 20px;
    height: 20px;
    border-top-width: 6px;
    border-right-width: 6px;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .contact {
    height: 1971px;
  }
}
@media (max-width: 767px) {
  .problem__lead {
    display: block;
    text-align: center;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
@media (max-width: 699px) {
  .trial-badge {
    flex-wrap: wrap;
    height: auto;
    white-space: normal;
  }

  .unsuitable__cta-badge {
    width: calc(100% - 24px);
    flex-wrap: wrap;
    white-space: normal;
    font-size: 12px;
  }

  .unsuitable__cta-badge span {
    font-size: 12px;
  }
}
.hero__top-image,
.hero__cta-image {
  display: none;
}

/* SP FV image replacements */
@media (max-width: 767px) {
  .campaign {
    width: 100%;
    max-width: 750px;
    height: 90px;
    min-height: 90px;
    padding: 0 32px;
    gap: 48px;
    justify-content: center;
    align-items: center;
    background: #02d000;
  }

  .campaign__badge {
    display: block;
    flex: 0 0 144px;
    width: 144px;
    height: 64px;
    min-height: 64px;
    padding: 5px 24px;
    border-radius: 0;
    background: #010101;
    color: #fff600;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }

  .campaign__badge span {
    display: inline;
    margin: 0;
    color: #fff600;
    font-size: inherit;
    line-height: inherit;
  }

  .campaign p {
    width: 364px;
    height: 64px;
    margin: 0;
    color: #fff;
    font-size: clamp(23px, 4vw, 30px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .hero__top.l-container {
    display: block;
    width: 100%;
    max-width: 750px;
    height: 321.43px;
    min-height: 321.43px;
    padding: 0;
    overflow: hidden;
  }

  .hero__top-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero__copy,
  .hero__visual {
    display: none;
  }

  .hero__cta .trial-badge,
  .hero__cta .button-primary {
    display: none;
  }

  .hero__cta-image {
    position: absolute;
    top: 90px;
    left: 50%;
    z-index: 2;
    display: block;
    width: min(686px, calc(100% - 64px));
    height: 180px;
    transform: translateX(-50%);
  }

  .hero__cta-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 699px) {
  .campaign {
    padding: 0 16px;
    gap: 16px;
  }

  .campaign__badge {
    flex-basis: 120px;
    width: 120px;
    height: 62px;
    min-height: 62px;
    padding: 5px 16px;
    font-size: 18px;
    line-height: 1.55;
  }

  .campaign p {
    width: calc(100% - 136px);
    height: auto;
    font-size: 18px;
    line-height: 1.3;
  }

  .hero {
    min-height: 0;
  }

  .hero__top.l-container {
    height: auto;
    min-height: 0;
    aspect-ratio: 1500 / 644;
  }

  .hero__top-image {
    object-fit: contain;
    object-position: top center;
  }

  .hero__cta-image {
    height: auto;
    aspect-ratio: 1632 / 372;
  }

  .hero__cta-image img {
    height: auto;
  }
}
/* Narrow SP overflow fixes */
@media (max-width: 699px) {
  .problem h2,
  .pattern h2,
  .power h2,
  .process h2 {
    height: auto;
    min-height: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  .problem h2,
  .pattern h2 {
    font-size: clamp(28px, 8.4vw, 34px);
  }

  .power h2 {
    font-size: clamp(24px, 7.2vw, 30px);
    min-height: 90px;
  }

  .process h2 {
    font-size: clamp(28px, 8.2vw, 34px);
  }

  .pattern__cards h3,
  .pattern__cards article:nth-child(2) h3 {
    font-size: clamp(24px, 7.2vw, 30px);
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  .pattern__cards h3 br {
    display: block;
  }

  .owner__name {
    letter-spacing: 0.06em;
  }

  .owner__role {
    height: auto;
    padding: 4px 16px;
    font-size: clamp(13px, 3.6vw, 18px);
    line-height: 1.5;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .unsuitable__button {
    padding: 22px 44px 8px 20px;
    font-size: clamp(22px, 6vw, 26px);
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  .contact__title p {
    height: auto;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .power__bottom strong {
    height: auto;
    min-height: 0;
    padding: 4px 8px;
    font-size: clamp(13px, 3.3vw, 15px);
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
/* Narrow SP case-study proportional fit */
@media (max-width: 699px) {
  .case-study {
    height: auto;
    min-height: 0;
    padding: 64px 32px;
  }

  .case-study .l-container {
    height: auto;
    gap: 40px;
  }

  .case-study__heading {
    height: auto;
    gap: 18px;
  }

  .case-study .speech-heading--small {
    height: auto;
    min-height: 50px;
    padding: 8px 24px;
    font-size: clamp(17px, 4.4vw, 24px);
    white-space: normal;
  }

  .case-study h2 {
    height: auto;
    min-height: 0;
    font-size: clamp(30px, 8.8vw, 38px);
  }

  .case-study__slider {
    height: auto;
    min-height: 0;
  }

  .case-study__track {
    height: auto;
    min-height: 0;
    gap: 16px;
    align-items: flex-start;
  }

  .case-study__card {
    flex-basis: min(600px, calc(100vw - 96px));
    width: min(600px, calc(100vw - 96px));
    height: auto;
    min-height: 0;
    padding: 14px;
    gap: 12px;
    border-radius: 16px;
  }

  .case-study__title {
    min-height: 48px;
    gap: 8px;
    justify-content: center;
  }

  .case-study__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    font-size: 32px;
  }

  .case-study__card h3 {
    font-size: clamp(18px, 5.1vw, 24px);
    white-space: normal;
  }

  .case-study__question {
    min-height: 46px;
    padding: 10px 12px;
    font-size: clamp(14px, 3.8vw, 18px);
  }

  .case-study__body {
    gap: 12px;
  }

  .case-study__text {
    gap: 5px;
  }

  .case-study__label {
    gap: 8px;
    font-size: clamp(13px, 3.5vw, 16px);
  }

  .case-study__label::before {
    width: 14px;
    height: 14px;
  }

  .case-study__text p:not(.case-study__label),
  .case-study__text li {
    font-size: clamp(12px, 3.25vw, 15px);
    line-height: 1.45;
  }

  .case-study__text li {
    padding-left: 20px;
  }

  .case-study__text li::before {
    top: 0.68em;
    left: 7px;
    width: 5px;
    height: 5px;
  }

  .case-study__result,
  .case-study__result:not(.case-study__result--single),
  .case-study__result--single {
    min-height: 0;
    padding: 22px 10px 12px;
    gap: 10px;
  }

  .case-study__result > span {
    top: -12px;
    width: 62px;
    height: 26px;
    padding: 3px 16px;
    font-size: 13px;
  }

  .case-study__metric,
  .case-study__metric--wide {
    width: 100%;
  }

  .case-study__metric p {
    font-size: clamp(12px, 3.25vw, 15px);
  }

  .case-study__metric div {
    height: auto;
    gap: 5px;
  }

  .case-study__metric b {
    font-size: clamp(22px, 6.8vw, 30px);
  }

  .case-study__metric strong {
    font-size: clamp(32px, 9.6vw, 42px);
  }

  .case-study__metric i {
    margin-bottom: 6px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 14px;
  }

  .case-study__metric em {
    margin-bottom: 2px;
    font-size: clamp(11px, 3.1vw, 14px);
  }

  .case-study__dots {
    width: 128px;
    gap: 18px;
  }

  .case-study__dots button {
    width: 18px;
    height: 18px;
  }
}
/* SP voices corrected alignment from Figma section 09 */
@media (max-width: 767px) {
  .voices {
    width: 100%;
    min-height: 0;
    padding: 80px 32px;
    background: #fff;
  }

  .voices__inner {
    width: 100%;
    max-width: 686px;
    min-height: 0;
    gap: 128px;
  }

  .voices h2 {
    width: 224px;
    min-height: 66px;
    margin: 0;
    font-size: clamp(31px, 5.867vw, 44px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .voices__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 0;
    gap: 80px;
  }

  .voices__card {
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    padding: 64px 16px 24px;
    gap: 16px;
    border-radius: 24px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  }

  .voices__card--clinic::before {
    background-position: 16px 438px, calc(100% - 350px) 405px, calc(100% - 322px) 339px, 16px 372px;
    background-size: 158px 12px, 334px 12px, 311px 12px, 343px 12px;
  }

  .voices__card--entertainment::before {
    background-position: 16px 372px, 83px 273px;
    background-size: 155px 12px, 159px 12px;
  }

  .voices__card--sweets::before {
    background-position: 16px 306px, 245px 339px;
    background-size: 297px 12px, 280px 12px;
  }

  .voices__avatar {
    top: -64.46px;
    width: 120px;
    height: 120px;
    border: 0;
    object-fit: contain;
  }

  .voices__card h3,
  .voices__card--sweets h3 {
    width: 100%;
    min-height: 36px;
    margin: 0;
    font-size: clamp(20px, 3.733vw, 28px);
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .voices__support {
    flex: none;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    margin: 0;
  }

  .voices__support span {
    width: 100%;
    height: 37px;
    padding: 4px 16px;
    font-size: clamp(16px, 2.933vw, 22px);
    line-height: 1.3;
  }

  .voices__support p {
    width: 100%;
    height: auto;
    min-height: 52px;
    padding: 8px 16px;
    font-size: clamp(16px, 3.2vw, 24px);
    line-height: 1.5;
    text-align: center;
  }

  .voices__text,
  .voices__card--clinic .voices__text,
  .voices__card--entertainment .voices__text,
  .voices__card--sweets .voices__text {
    width: 100%;
    min-height: 0;
    font-size: clamp(14px, 2.933vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .voices__result {
    width: 100%;
    height: auto;
    min-height: 131px;
    padding: 16px 24px;
    gap: 8px;
  }

  .voices__result p {
    font-size: clamp(16px, 2.933vw, 22px);
    line-height: 1.5;
  }

  .voices__result div {
    height: 58px;
    gap: 10px;
  }

  .voices__result b {
    font-size: clamp(36px, 6.4vw, 48px);
  }

  .voices__result i {
    margin-inline: 8px;
    border-width: 12px 0 12px 24px;
  }

  .voices__result strong {
    font-size: clamp(48px, 9.6vw, 72px);
  }

  .voices__result em {
    font-size: clamp(16px, 2.933vw, 22px);
  }
}
@media (min-width: 700px) and (max-width: 767px) {
  .voices {
    height: 2075px;
    min-height: 2075px;
  }

  .voices__inner {
    height: 1915px;
    min-height: 1915px;
  }

  .voices__grid {
    height: 1721px;
    min-height: 1721px;
  }

  .voices__card--clinic {
    height: 476px;
  }

  .voices__card--entertainment {
    height: 590px;
  }

  .voices__card--sweets {
    height: 495px;
  }

  .voices__support {
    height: 89px;
  }

  .voices__support p {
    height: 52px;
  }

  .voices__card--clinic .voices__text,
  .voices__card--sweets .voices__text {
    height: 231px;
  }

  .voices__card--entertainment .voices__text {
    height: 198px;
  }

  .voices__result {
    height: 131px;
  }
}
@media (max-width: 699px) {
  .voices {
    height: auto;
    padding: 64px 32px;
  }

  .voices__inner {
    height: auto;
    gap: 72px;
  }

  .voices__grid {
    height: auto;
    gap: 72px;
  }

  .voices__card {
    padding: 56px 16px 20px;
  }

  .voices__card::before {
    opacity: 0;
  }

  .voices__avatar {
    top: -54px;
    width: 108px;
    height: 108px;
  }
}
/* SP power 1/2 scale from 750px Figma source */
@media (max-width: 767px) {
  .power {
    height: 1212px;
    min-height: 1212px;
    padding: 40px 16px;
  }

  .power .l-container {
    width: 343px;
    max-width: 100%;
    height: 1132px;
    gap: 32px;
  }

  .power__heading {
    width: min(347px, 100%);
    height: 142px;
    gap: 12px;
  }

  .power .speech-heading--small {
    width: min(224px, 100%);
    height: 31px;
    min-height: 31px;
    padding: 4px 20px;
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .power .speech-heading--small::after {
    width: 16px;
    height: 16px;
    bottom: -12px;
    left: 50%;
    background: #010101;
    border: 0;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateX(-50%);
  }

  .power h2 {
    width: min(315px, 100%);
    height: 33px;
    min-height: 33px;
    font-size: 22px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .power__lead {
    width: min(347px, 100%);
    height: 54px;
    font-size: 12px;
    line-height: 1.5;
  }

  .power__lead br {
    display: none;
  }

  .power__grid {
    display: grid;
    grid-template-columns: repeat(2, 167.5px);
    width: 343px;
    max-width: 100%;
    height: 870px;
    gap: 8px;
  }

  .power__row,
  .power__row:nth-child(2) {
    display: contents;
  }

  .power__grid article {
    width: 167.5px;
    height: 167.5px;
    min-height: 167.5px;
    padding: 12px;
    gap: 6px;
  }

  .power__grid h3 {
    width: 100%;
    min-height: 17px;
    font-size: 13px;
    line-height: 1.3;
  }

  .power__grid article::before {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .power__grid p {
    width: 100%;
    font-size: 11px;
    line-height: 1.42;
  }

  .power__bottom {
    width: 343px;
    max-width: 100%;
    height: 57px;
    gap: 4px;
  }

  .power__bottom p {
    width: min(334px, 100%);
    height: 33px;
    font-size: 11px;
    line-height: 1.42;
  }

  .power__bottom strong {
    width: 100%;
    height: 20px;
    min-height: 20px;
    margin-top: 0;
    padding: 0 4px;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
  }
}
/* SP owner 1/2 scale from 750px Figma source */
@media (max-width: 767px) {
  .owner {
    width: 100%;
    min-height: 916px;
    padding: 40px 16px;
    background: #fff;
  }

  .owner .owner__inner {
    width: 343px;
    max-width: 100%;
    min-height: 836px;
    gap: 32px;
  }

  .owner__inner > h2 {
    width: 112px;
    min-height: 33px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .owner__content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 771px;
    height: auto;
    gap: 24px;
  }

  .owner__photo {
    flex: none;
    width: 232px;
    height: 268px;
    object-fit: contain;
    object-position: center bottom;
  }

  .owner__copy {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 479px;
    gap: 12px;
  }

  .owner__profile {
    width: 100%;
    height: auto;
    min-height: 167px;
    gap: 12px;
  }

  .owner__identity {
    width: 100%;
    height: 59px;
  }

  .owner__name-row {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 37px;
    gap: 24px;
  }

  .owner__name {
    width: 136px;
    height: 37px;
    font-size: 28px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .owner__kana {
    width: 148px;
    height: 29px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .owner__role {
    width: 100%;
    height: 22px;
    padding: 2px 12px;
    font-size: 11.5px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  .owner__stats {
    width: 100%;
    height: 96px;
    padding: 8px 12px;
    gap: 0 8px;
  }

  .owner__stats li {
    height: 20px;
    padding-left: 13px;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .owner__stats li::before {
    width: 5px;
    height: 5px;
  }

  .owner__message,
  .owner__text,
  .owner__text--lead,
  .owner__text--reason,
  .owner__text--bold,
  .owner__text--tools,
  .owner__text--red {
    width: 100%;
    margin: 0 !important;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
    font-feature-settings: "halt" on;
  }

  .owner__message {
    height: auto;
    min-height: 36px;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .owner__text br {
    display: none;
  }

  .owner__copy .owner__text,
  .owner__copy .owner__text--lead,
  .owner__copy .owner__text--reason,
  .owner__copy .owner__text--tools {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
  }

  .owner__text--lead {
    height: auto;
    min-height: 33px;
  }

  .owner__text--reason {
    height: auto;
    min-height: 50px;
  }

  .owner__text--bold {
    height: auto;
    min-height: 36px;
    font-size: 12px;
    font-weight: 700;
  }

  .owner__text--tools {
    height: auto;
    min-height: 50px;
  }

  .owner__text--red {
    height: auto;
    min-height: 36px;
    color: #010101;
    font-size: 12px;
    font-weight: 700;
  }

  .owner__copy .owner__text--bold,
  .owner__copy .owner__text--red {
    font-size: 12px;
    line-height: 1.5;
  }

  .owner__message strong,
  .owner__text--red strong {
    color: #ff0004;
    font-weight: 700;
  }
}
/* SP plans 1/2 scale from 750px Figma source */
@media (max-width: 767px) {
  .plans {
    width: 100%;
    min-height: 1021px;
    padding: 40px 16px;
    background: #fff;
  }

  .plans .plans__inner {
    width: 343px;
    max-width: 100%;
    min-height: 941px;
    gap: 32px;
  }

  .plans h2 {
    width: 112px;
    height: 33px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .plans__body {
    width: 100%;
    height: auto;
    gap: 12px;
  }

  .plans__grid {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    gap: 12px;
  }

  .plans__grid article {
    width: 100%;
    max-width: none;
    height: 227.5px;
    min-height: 227.5px;
    padding: 24px 8px 32px;
    gap: 12px;
    border-width: 1px;
    border-radius: 12px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .plans__en {
    height: 14.5px;
    font-size: 11px;
    line-height: 1.3;
  }

  .plans__grid h3 {
    min-height: 21px;
    font-size: 16px;
    line-height: 1.3;
  }

  .plans__target {
    width: 100%;
    height: 36px;
    min-height: 36px;
    font-size: 12px;
    line-height: 1.5;
  }

  .plans__target br {
    display: none;
  }

  .plans__grid dl {
    width: 148.5px;
    height: 64px;
  }

  .plans__grid dl div {
    width: 100%;
    height: 32px;
    padding: 4px 0;
    gap: 8px;
    border-bottom-width: 1px;
  }

  .plans__grid dt {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .plans__grid dt img,
  .plans__trial em img {
    width: 24px;
    height: 24px;
  }

  .plans__grid dd {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .plans__badge {
    left: 1px;
    top: 16px;
    width: 107px;
    height: 30px;
  }

  .plans__trial {
    width: 100%;
    height: 137px;
    min-height: 137px;
    padding: 12px 8px;
    gap: 12px;
    border-radius: 12px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .plans__trial-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 113px;
    gap: 12px;
    text-align: center;
  }

  .plans__trial strong {
    flex: 0 0 auto;
    width: auto;
    font-size: 16px;
    line-height: 1.3;
  }

  .plans__trial span {
    flex: 0 0 auto;
    width: 100%;
    max-width: 327px;
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
  }

  .plans__trial em {
    justify-content: center;
    flex: 0 0 auto;
    width: 126px;
    height: 32px;
    padding: 4px 0;
    gap: 8px;
    font-size: 11px;
    line-height: 1.5;
    white-space: nowrap;
  }
}
/* SP global side padding normalization */
@media (max-width: 767px) {
  .section-html,
  .campaign,
  .hero__top,
  .hero__service,
  .hero__cta {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .l-container,
  .section-html > .l-container,
  .section-html .l-container {
    width: min(343px, 100%) !important;
    max-width: 100% !important;
  }

  .hero__top.l-container,
  .hero__cta.l-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* SP unsuitable 1/2 scale from 750px Figma source */
@media (max-width: 767px) {
  .unsuitable {
    width: 100%;
    min-height: 1320px;
    padding: 40px 16px !important;
    gap: 32px;
    background: #eceef2;
  }

  .unsuitable .l-container {
    width: 343px !important;
    max-width: 100% !important;
    gap: 0;
  }

  .unsuitable .speech-heading {
    width: 177.5px;
    height: 30.5px;
    min-height: 30.5px;
    margin: 0 0 12px;
    padding: 4px 20px;
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .unsuitable .speech-heading::after {
    width: 16px;
    height: 16px;
    bottom: -12px;
  }

  .unsuitable h2 {
    width: 213.5px;
    height: 66px;
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .unsuitable__lead {
    width: 234px;
    height: 49.5px;
    margin: 0 0 32px;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .unsuitable__grid {
    width: 300px;
    max-width: 100%;
    height: 916px;
    margin: 0 0 32px;
    gap: 8px;
  }

  .unsuitable__grid article {
    width: 300px;
    height: 300px;
    min-height: 300px;
    padding: 12px 40px;
    gap: 8px;
    border-radius: 50%;
  }

  .unsuitable__grid h3 {
    width: 100%;
    min-height: 34px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .unsuitable__grid article:nth-child(1) h3,
  .unsuitable__grid article:nth-child(3) h3 {
    width: 144px;
  }

  .unsuitable__icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }

  .unsuitable__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .unsuitable__grid p {
    width: 220px;
    height: auto;
    min-height: 49.5px;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .unsuitable__cta {
    width: 343px;
    max-width: 100%;
    height: 90px;
    padding: 0;
    margin: 0;
  }

  .unsuitable__button {
    position: absolute;
    left: 0;
    top: 15px;
    width: 343px;
    max-width: 100%;
    height: 80px;
    min-height: 80px;
    padding: 10px 20px 4px 0;
    border-width: 3px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .unsuitable__button::before {
    width: calc(100% - 16px);
    height: 16px;
    top: 8px;
  }

  .unsuitable__button::after {
    right: 22px;
    top: calc(50% - 2px);
    width: 10px;
    height: 10px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  .unsuitable__cta-badge {
    left: 50%;
    top: 2px;
    width: min(327.5px, 100%);
    height: 27.5px;
    min-height: 27.5px;
    padding: 4px 12px;
    gap: 4px;
    flex-wrap: nowrap;
    font-size: 11px;
    line-height: 1.5;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  .unsuitable__cta-badge span {
    width: 82px;
    height: 19.5px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1.5;
  }
}
.process__scroll {
  display: none;
}

/* SP process 1/2 scale from 750px Figma source */
@media (max-width: 767px) {
  .process {
    width: 100%;
    min-height: 484.4px;
    padding: 40px 16px !important;
    background: #fff;
  }

  .process .l-container {
    align-items: center;
    width: 343px !important;
    max-width: 100% !important;
    height: 404.4px;
    gap: 0;
    margin: 0;
  }

  .process h2 {
    width: 246.5px;
    height: 33px;
    margin: 0 0 32px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  .process__grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 343px;
    max-width: 100%;
    height: 258.4px;
    margin: 0 0 12px;
    padding: 0;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .process__grid::-webkit-scrollbar {
    display: none;
  }

  .process__grid article {
    flex: 0 0 165.76px;
    width: 165.76px;
    height: 258.4px;
    padding: 12.8px 9.6px;
    gap: 12.8px;
    border-width: 1.6px;
    border-radius: 6.4px;
    box-shadow: 6.4px 6.4px 6.4px rgba(0, 0, 0, 0.25);
    scroll-snap-align: start;
  }

  .process__grid span {
    display: flex;
    flex: 0 0 25.6px;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 25.6px;
    min-height: 25.6px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-radius: 0;
    clip-path: none;
  }

  .process__grid article:nth-child(1) span {
    background: #CCF6CC;
  }

  .process__grid article:nth-child(2) span {
    background: #9AEC99;
  }

  .process__grid article:nth-child(3) span {
    background: #67E366;
  }

  .process__grid article:nth-child(4) span {
    background: #35D933;
  }

  .process__grid article:nth-child(5) span {
    background: #02D000;
  }

  .process__grid h3 {
    width: 100%;
    min-height: 19.5px;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  .process__grid img {
    flex: 0 0 80px;
    width: 100%;
    height: 80px;
    margin: 0;
    object-fit: cover;
  }

  .process__grid p {
    width: 100%;
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .process .l-container::after {
    content: none;
  }

  .process__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110.5px;
    height: 69px;
    gap: 4px;
    color: #02d000;
  }

  .process__scroll span {
    width: 110.5px;
    height: 15px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  .process__scroll img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
}
/* SP FAQ 1/2 scale from 750px Figma source */
@media (max-width: 767px) {
  .faq {
    width: 100%;
    min-height: 1065px;
    padding: 40px 16px !important;
    background: #fff;
  }

  .faq .l-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 985px;
    margin: 0 auto;
    gap: 32px;
  }

  .faq h2 {
    width: 134.5px;
    height: 33px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  .faq__list {
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    gap: 12px;
  }

  .faq__list article {
    width: 100%;
    overflow: hidden;
    border: 1px solid #02d000;
    border-radius: 8px;
  }

  .faq__list article:nth-child(1),
  .faq__list article:nth-child(2) {
    height: 112px;
  }

  .faq__list article:nth-child(3) {
    height: 138px;
  }

  .faq__list article:nth-child(n+4) {
    height: 121.5px;
  }

  .faq__list h3,
  .faq__list p {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    gap: 8px;
    letter-spacing: 0.02em;
  }

  .faq__list h3 {
    height: 56px;
    background: #eefded;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
  }

  .faq__list p {
    height: 65.5px;
    background: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
  }

  .faq__list article:nth-child(1) p,
  .faq__list article:nth-child(2) p {
    height: 56px;
  }

  .faq__list article:nth-child(3) p {
    height: 82px;
  }

  .faq__list h3 span,
  .faq__list p span {
    display: flex;
    flex: 0 0 40px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    transform: none;
  }

  .faq__list h3 span {
    color: #02d000;
    background: #fff;
    border: 1px solid #02d000;
  }

  .faq__list p span {
    color: #fff;
    background: #02d000;
  }
}
/* SP contact 1/2 scale from 750px Figma source */
@media (max-width: 767px) {
  .contact {
    width: 100%;
    min-height: 985.5px;
    padding: 40px 16px !important;
    background: #eceef2;
  }

  .contact__inner,
  .contact .contact__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 905.5px;
    margin: 0 auto;
    gap: 32px;
  }

  .contact__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 255px;
    max-width: 100%;
    height: 69px;
    margin: 0;
    gap: 12px;
    text-align: center;
  }

  .contact__title h2 {
    width: 200px;
    height: 42px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .contact__title p {
    width: 255px;
    max-width: 100%;
    height: 15px;
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .contact__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 343px;
    max-width: 100%;
    min-height: 722.5px;
    gap: 16px;
  }

  .form-row,
  .form-row--textarea,
  .form-row--source {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 343px;
    max-width: 100%;
    gap: 8px;
  }

  .form-row:not(.form-row--textarea):not(.form-row--source) {
    height: 71.5px;
  }

  .form-row--textarea {
    height: 143.5px;
  }

  .form-row--source {
    height: 213px;
  }

  .form-row label,
  .form-row__label {
    display: flex;
    align-items: center;
    width: auto;
    min-height: 15.5px;
    margin: 0;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
  }

  .form-row__label br {
    display: none;
  }

  .badge-required,
  .badge-optional {
    width: 36px;
    min-width: 36px;
    height: 12px;
    padding: 1px 8px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }

  .contact input[type=text],
  .contact input[type=email],
  .contact input[type=tel],
  .contact textarea {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 4px 12px;
    border: 0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .contact textarea {
    height: 120px;
    min-height: 120px;
    padding: 10px 12px;
  }

  .source-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 343px;
    max-width: 100%;
    height: 189.5px;
    gap: 0;
  }

  .source-options label {
    display: flex;
    align-items: center;
    width: auto;
    min-height: 16.5px;
    gap: 8px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .source-options label:not(:nth-of-type(6)) {
    margin-bottom: 2px;
  }

  .source-options label:nth-of-type(6) {
    margin-bottom: 12px;
  }

  .source-options input[type=radio] {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
    margin: 0;
  }

  .source-options p {
    width: 100%;
    height: 16.5px;
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .source-options > input[type=text] {
    width: 100%;
    height: 48px;
    min-height: 48px;
  }

  .contact__submit {
    width: 250px;
    min-width: 250px;
    max-width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 4px 0;
    border-width: 2px;
    border-radius: 1000px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .contact__submit::before {
    width: 220px;
    max-width: calc(100% - 30px);
    height: 12px;
    top: 3.77px;
  }

  .contact__submit::after {
    right: 40px;
    width: 9px;
    height: 9px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
/* SP container width normalization */
@media (max-width: 767px) {
  .l-container,
  .section-html > .l-container,
  .section-html .l-container,
  .contact__inner,
  .contact .contact__inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .faq__list,
  .contact__form,
  .form-row,
  .form-row--textarea,
  .form-row--source,
  .source-options {
    width: 100%;
    max-width: 100%;
  }
}
/* SP FV 1/2 height correction from 750px Figma source */
@media (max-width: 767px) {
  .hero {
    min-height: 647.3px;
  }

  .hero__top.l-container {
    width: 100% !important;
    height: 160.715px;
    min-height: 160.715px;
    padding: 0 !important;
    aspect-ratio: auto;
  }

  .hero__top-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .hero__bottom {
    width: 100%;
    height: 275.085px;
    min-height: 275.085px;
    padding: 16px !important;
  }

  .hero__service {
    width: 100% !important;
    max-width: 343px !important;
    gap: 12px;
    padding: 0 !important;
  }

  .hero__service-copy {
    width: 100%;
    gap: 8px;
  }

  .hero__brand {
    width: 269px;
    height: 30px;
  }

  .hero__sub {
    width: 264.5px;
    height: 19.5px;
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .hero__tags {
    width: 272px;
    min-height: 56px;
    gap: 4px;
  }

  .hero__tags li {
    height: 26px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
  }

  .hero__tags li:last-child {
    width: 24.5px;
    height: 21.5px;
    font-size: 12px;
    line-height: 1.8;
  }

  .hero__proof {
    grid-template-columns: repeat(3, minmax(0, 109.585px));
    width: 343px;
    max-width: 100%;
    height: 109.585px;
    gap: 7.125px;
  }

  .hero__proof article {
    height: 109.585px;
  }

  .hero__cta.l-container {
    width: 100% !important;
    height: 211.5px;
    min-height: 211.5px;
    padding: 0 16px !important;
  }

  .hero__cta > p:first-child {
    top: 16px;
    width: min(277.5px, 100%);
    height: 21px;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .hero__cta-image {
    top: 45px;
    width: 100%;
    max-width: 343px;
    height: 90px;
  }

  .hero__cta-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .hero__accounts {
    top: 151.5px;
    width: min(253.5px, 100%);
    height: 36px;
    padding: 0 4px;
    font-size: 18px;
    line-height: 1.5;
  }

  .hero__accounts::before {
    height: 12px;
  }

  .hero__accounts span {
    padding: 0 4px;
    font-size: 36px;
    line-height: 1;
  }
}
/* Final PC form and heading guard */
.section-html h2 {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.contact__privacy {
  width: 100%;
  margin: 0;
  color: #010101;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.02em;
}

.contact__privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 768px) {
  .hero__top {
    min-height: 386.21px;
    padding-top: 48px;
  }

  .contact {
    min-height: auto;
  }

  .contact__form {
    align-items: stretch;
    min-height: 0;
    gap: 37.5px;
  }

  .form-row {
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    align-items: center;
    width: 100%;
  }

  .form-row--textarea,
  .form-row--source {
    align-items: flex-start;
    min-height: 0;
  }

  .form-row--source {
    min-height: 284px;
  }

  .form-row input[type="text"],
  .form-row input[type="email"],
  .form-row input[type="tel"],
  .form-row textarea,
  .source-options,
  .source-options p,
  .source-options > input[type="text"] {
    width: 100%;
  }

  .source-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: flex-start;
    gap: 16px 28px;
    height: auto;
  }

  .source-options p,
  .source-options > input[type="text"] {
    grid-column: 1 / -1;
  }

  .contact__submit {
    align-self: center;
    margin-top: 0;
  }

  .problem h2 {
    margin-bottom: -24px;
  }

  .problem__map {
    width: 1044px;
  }

  .problem__note {
    margin-top: 0;
  }

  .problem__alert {
    margin-top: -32px;
  }

  .faq h2 {
    margin-bottom: 48px;
  }

  .faq__list {
    gap: 18px;
  }

  .assurance__card {
    height: auto;
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .contact,
  .contact__inner,
  .contact .contact__inner,
  .contact__form {
    min-height: 0;
  }

  .contact__privacy {
    font-size: 11px;
    line-height: 1.7;
  }
}

/*# sourceMappingURL=style.css.map */
