
/* ============================================
  ■ ベース設定
============================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #1f2933;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.7;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
}

.material-symbols-outlined {
   font-weight: 200;
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 24;
}

/* ============================================
  ■ Hero
============================================ */

.hero {
    padding: var(--scale-20, 20px) var(--scale-20, 20px) var(--scale-40, 40px) var(--scale-20, 20px);
  background:
  linear-gradient(180deg, var(--secondary, #0080CC) 0%, rgba(121, 219, 255, 0.00) 50.96%),
    url("../img/hero-bg.jpg")
    center center /
    cover
    no-repeat;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  align-items: end;
  gap: var(--scale-64);
  width: min(100%, var(--container-width));
  margin-inline: auto;
}


  .hero__copy {
  display: block;
  margin: -1% 0 -1% -2%;
}

.hero__copy img {
  display: block;
  width: min(100%, 573px);
  height: auto;
}



.hero__title {
  margin: 0 0 var(--scale-20);
}

.hero__title img {
  display: block;
  width: min(100%, 400px);
  height: auto;
}

.hero__title-main {
  display: block;
  color: var(--primary);
  font-size: var(--scale-64);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.hero__title-sub {
display: flex;
padding: var(--scale-8, 8px) 0;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
background: linear-gradient(90deg, var(--secondary, #0080CC) 0%, var(--secondary, #0080CC) 47.6%, var(--primary, #00407C) 100%);
color: var(--surface, #FFF);
text-align: center;
font-family: "Noto Sans JP";
font-size: var(--scale-24, 24px);
font-style: normal;
font-weight: 700;
line-height: 100%; /* 24px */
letter-spacing: 3.84px;
max-width:400px;
}

.hero__lead {
color: var(--on-surface, #000);
font-family: "Noto Sans JP";
font-size: var(--scale-18, 18px);
font-style: normal;
font-weight: 500;
line-height: 130%; /* 23.4px */
}

.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--scale-4);
  max-width: 520px;
  margin: 0 0 var(--scale-8);
  padding: 0;
  list-style: none;
}

.hero__tag {
display: flex;
padding: var(--scale-4, 4px) var(--scale-8, 8px);
  color: var(--primary);
  font-size: var(--scale-14);
  font-weight: 700;
  line-height: 1.5;

  border: 1px solid var(--primary, #00407C);
background: var(--surface, #FFF);
}

.hero__tag--fill {
  color: var(--surface);
  background: var(--primary);
}
.hero-award {
  margin-top: var(--scale-20);
  display: flex;
  align-items: center;
  gap: var(--scale-24);

  width: fit-content;

  padding:
    var(--scale-20)
    var(--scale-24);

  background: var(--surface);

  border-radius: var(--scale-8);
}

.hero-award__lead {
  display: flex;
  align-items: center;
  gap: var(--scale-4);
}

.hero-award__laurel {
  width: var(--scale-20, 20px);
  height: auto;
}

.hero-award__message {
color: var(--on-surface-variant, #596577);
text-align: center;
font-family: "Noto Sans JP";
font-size: var(--scale-14, 14px);
font-style: normal;
font-weight: 500;
line-height: 110%; /* 15.4px */
}
.hero-award__strong {
  color: #B38B4A;
text-align: center;
font-family: "Noto Sans JP";
font-size: var(--scale-14, 14px);
font-style: normal;
font-weight: 700;
line-height: 110%; /* 15.4px */
}

.hero-award__logos {
  display: flex;
  align-items: center;
  gap: var(--scale-20);
}

.hero-award__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--scale-4);
}
.hero-award__logo--1 img{
height: var(--scale-28, 28px);
width:100%;
}
.hero-award__logo--2 img{
height: var(--scale-20, 20px);
width:100%;
}

.hero-award__logo--3 img{
height: var(--scale-20, 20px);
width:100%;
}

.hero-award__logo span {
  color: var(--on-surface, #000);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--scale-12, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 13.2px */
  letter-spacing: 0.96px;
}

/* ============================================
  ■ Download Form
============================================ */

.download-form {
  overflow: hidden;
  background: var(--surface);
  border-radius: var(--radius-s);
  box-shadow: var(--shadow-m);
}

.download-form__field {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  margin-bottom: var(--scale-16);
}

.download-form__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--scale-16);
  padding: var(--scale-16) var(--scale-24);
  color: var(--surface);
  background: linear-gradient(180deg, #268ee9 0%, var(--primary) 100%);
}

.download-form__badge {
  display: grid;
  place-items: center;
  color: var(--primary);
  font-size: var(--scale-14);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  background: var(--surface);
  border-radius: var(--scale-4);
  padding: var(--scale-4, 3px) var(--scale-8, 6px);
}

.download-form__badge strong {
  color: var(--highlight);
}

.download-form__title {
  margin: 0;
  font-size: var(--scale-24);
  font-weight: 700;
  line-height: 1.3;
}

.download-form__body {
  padding: var(--scale-40) var(--scale-20) var(--scale-36);
}
.download-form__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--scale-12);

  margin-bottom: var(--scale-24);
}

.download-form__intro-icon {
  height: auto;
  flex-shrink: 0;

  width: var(--scale-40, 40px);
aspect-ratio: 1/1;
}

.download-form__intro-text {
  margin: 0;

  color: var(--on-surface-variant);

  font-size: var(--scale-16);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.download-form__label {
  display: inline-flex;
  align-items: center;
  gap: var(--scale-8);
  color: var(--on-surface);
  font-size: var(--scale-14);
  font-weight: 500;
}

.download-form__required,
.download-form__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--scale-32);
  padding: 1px var(--scale-4);
  color: var(--surface);
  font-size: min(100vw / 375 * 12, 13px);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.download-form__required {
  background: var(--secondary);
}

.download-form__optional {
  color: var(--on-surface-variant);
  background: var(--surface-variant-dark);
}

.download-form__input {
  width: 100%;
  height: var(--scale-40);
  padding: 0 var(--scale-12);
  font: inherit;
  background: var(--surface-variant);
  border: 1px solid var(--border);
  border-radius: var(--scale-4);
}

.download-form__input:focus {
  outline: 2px solid var(--secondary);
  outline-offset: 2px;
}
.download-form__consent {
  display: flex;
  align-items: flex-start;
  gap: var(--scale-8);
  margin-top: var(--scale-20);

  color: var(--on-surface);
  font-size: var(--scale-14);
  font-weight: 700;
  line-height: 1.6;
}

.download-form__consent input[type="checkbox"] {
  margin-top: 2px;
}

.download-form__consent a {
  color: var(--secondary);
  text-decoration: none;
}

.download-form__consent a:hover {
  text-decoration: underline;
}
.download-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--scale-16);
  width: 100%;
  min-height: var(--scale-64);
  margin-top: var(--scale-24);
  color: var(--surface);
  font-size: var(--scale-20);
  text-shadow: var(--scale-2, 2px) var(--scale-2, 2px) var(--scale-2, 2px) rgba(0, 0, 0, 0.10);

  font-weight: 700;
  line-height: 1.4;
  background: var(--tertiary);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 5px 0 #1d7040;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), opacity var(--transition);
  position: relative;
}

.download-form__submit:hover {
  opacity: 0.9;
  transform: translateY(2px);
box-shadow: 0 var(--scale-8, 8px) 0 0 rgba(0, 0, 0, 0.16), 0 var(--scale-4, 4px) 0 0 rgba(0, 0, 0, 0.50), 0 var(--scale-4, 4px) 0 0 var(--tertiary, #2AB961);
}
.download-form__submit .material-symbols-outlined {
  position: absolute;
  right: var(--scale-24);
}

@media (max-width: 767px) {

    .hero {
    padding: 0 var(--scale-12) var(--scale-40);
  }


  .hero__inner {
    grid-template-columns: 1fr;
    gap: var(--scale-32);
  }

  .hero__title-main {
    font-size: var(--scale-48);
  }

  .hero__award {
    flex-wrap: wrap;
  }

  .download-form__field {
    grid-template-columns: 1fr;
    gap: var(--scale-4);
  }

  .download-form__body {
    padding-inline: var(--scale-16);
  }

}




/* ============================================
  ■ SP Hero Fix
============================================ */
@media (max-width: 767px) {
  .hero {
    padding: 0 0 28px;
    background:
      linear-gradient(180deg, var(--secondary) 0%, rgba(121, 219, 255, 0) 50%),
      url("../img/hero-bg.jpg") center top / cover no-repeat;
  }

  .hero__inner {
    padding-top: 100px;
    display: block;
    width: 100%;
  }

  .hero__content {
    max-width: none;
    text-align: center;
  }


  .hero__copy {
    width: 100%;
    margin: 0 auto var(--scale-8);
    margin-bottom: 8px;

  }

  .hero__copy img {
    width: min(100%, 340px);
    margin-inline: auto;
    width: min(100%, 330px);

  }

  .hero__title {
    margin: 0 auto var(--scale-16);

    width: min(100%, 220px);
    margin-bottom: 14px;

  }

  .hero__title img {
    width: 100%;
  }

  .hero__title-sub {
    max-width: none;
    width: 100%;
    font-size: var(--scale-20);
  }

  .hero__lead {
    font-size: var(--scale-14);
    line-height: 1.55;
    margin-bottom: 14px;

  }

  .hero__tags {
    justify-content: center;
    max-width: 330px;
    margin-inline: auto;
  }

  .hero__tag {
    font-size: var(--scale-13, 13px);
    line-height: 1.2;
  }

  .hero-award {
    flex-direction: column;
    width: calc(100% - 32px);
    gap: var(--scale-16);
    padding: 22px 14px 20px;
    margin: 16px auto ;


  }

  .hero-award__logos {
    width: 100%;
    justify-content: center;
    gap: var(--scale-16);
  }


  .hero__form {
        margin-top: 28px;

  }

  .download-form{

            border-radius: 0;
  }
  .download-form__head {
    padding: var(--scale-12) var(--scale-16);
  }



  .download-form__field {
    grid-template-columns: 8em 1fr;
    gap: var(--scale-8);
  }

  .download-form__consent {
    font-size: var(--scale-13, 13px);
  }


}

/* ============================================
  ■ Clients
============================================ */

.clients {
  padding:
    var(--scale-20)
    0
    var(--scale-24);

  background: var(--surface);
  overflow: hidden;
}

.clients__title {
  margin:
    0
    0
    var(--scale-24);

  color: var(--primary);

  font-size: var(--scale-28);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
}

.clients__slider {
  width: 100%;
  overflow: hidden;
}

.clients__track {
  display: flex;
  width: max-content;

  animation: clients-scroll 30s linear infinite;
}

.clients__list {
  display: flex;
  align-items: center;
  gap: var(--scale-40);

  padding-right: var(--scale-40);
}

.clients__list img {
  display: block;
  width: auto;
  max-width: none;
  height: var(--scale-40);

  object-fit: contain;
}

@keyframes clients-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .clients__title {
    font-size: var(--scale-20);
  }

  .clients__track {
    animation-duration: 22s;
  }

  .clients__list {
    gap: var(--scale-32);
    padding-right: var(--scale-32);
  }

  .clients__list img {
    height: var(--scale-32);
  }
}

/* ============================================
  ■ Section Heading
============================================ */

.section-heading {
  text-align: center;
}

.section-heading__label {
  display: flex;
padding: var(--scale-2, 2px) var(--scale-16, 16px);
justify-content: center;
align-items: center;
background: linear-gradient(90deg, var(--secondary, #0080CC) 0%, var(--secondary, #0080CC) 47.6%, var(--primary, #00407C) 100%);
color: var(--surface, #FFF);
text-align: center;
font-family: "Inter", sans-serif;
font-size: var(--scale-16, 16px);
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
letter-spacing: 2.56px;
justify-self: center;
}

.section-heading__title {
  margin: 0;
  color: var(--primary);
  font-size: var(--scale-40);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
  .section-heading__title br.sp{
    display: none;
  }


.section-heading__title span {
  display: block;
  color: var(--secondary);
  font-size: var(--scale-28);
}

.section-heading__lead {
  margin: var(--scale-24) 0 0;
  color: var(--on-surface);
  font-size: var(--scale-20);
  font-weight: 500;
  line-height: 1.8;
}
.section-heading__lead br.sp{
  display: none;
}
@media screen and (max-width:767px) {
  .section-heading__lead br.pc{
      display: none;
  }  
}
/* ============================================
  ■ Problems
============================================ */

.problems {
  padding: var(--scale-80) var(--container-padding);
  background: var(--surface-variant);
}

.problems__inner {
  width: min(100%, var(--container-width));
  margin-inline: auto;
}

.problems__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--scale-20);
  margin-top: var(--scale-40);
}

.problem-card {
  display: flex;
  flex-direction: column;
  padding: var(--scale-20);
  background: var(--surface);
  border-radius: var(--scale-4);
}

.problem-card__image {
  display: block;
  width: 100%;
  height: var(--scale-120);
  object-fit: contain;
  margin-bottom: var(--scale-20);
}

.problem-card__title {
  width: fit-content;
  margin: 0 auto var(--scale-24);
  color: var(--primary);
  font-size: var(--scale-20);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: var(--underline);
text-decoration-thickness: 16%; /* 3.2px */
text-underline-offset: 20%; /* 4px */
text-underline-position: from-font;
}

.problem-card__text {
  margin: 0 0 var(--scale-24);
  color: var(--on-surface);
  font-size: var(--scale-16);
  font-weight: 500;
  line-height: 1.9;
}

.problem-card__button {
  align-items: center;
  justify-content: center;
  min-height: var(--scale-64);
  margin-top: auto;
  color: var(--on-primary-highlight);
  font-size: var(--scale-18);
  text-decoration: none;
  display: flex;
padding: var(--scale-20, 20px) var(--scale-16, 16px) var(--scale-20, 20px) var(--scale-24, 24px);
align-self: stretch;
position: relative;
border-radius: 100000px;
background: var(--secondary, #0080CC);
box-shadow: 0 var(--scale-2, 2px) var(--scale-8, 8px) 0 rgba(0, 0, 0, 0.16);
text-align: center;
color: var(--surface, #FFF);
font-family: "Noto Sans JP";
font-size: var(--scale-18, 18px);
font-style: normal;
font-weight: 700;
line-height: 130%;
text-shadow: var(--scale-2, 2px) var(--scale-2, 2px) var(--scale-2, 2px) rgba(0, 0, 0, 0.10);

}
.problem-card__strong{
  color: var(--on-primary-highlight, #FFF262);
}
.problem-card__button .material-symbols-outlined {
  color: var(--surface);
  position: absolute;
  right: var(--scale-16, 16px);
}

@media (max-width: 767px) {
  .problems {
    padding-block: var(--scale-64);
  }

  .section-heading__title br.sp{
    display: block;
  }

  .section-heading__lead br.sp{
    display: block;
  }

  .problems__cards {
    grid-template-columns: 1fr;
  }
}

/* ============================================
  ■ About
============================================ */

.about {
  padding: var(--scale-80) var(--container-padding);
  background: var(--surface);
}

.about__inner {
  width: min(100%, var(--container-width));
  margin-inline: auto;
}

.about__message {
  position: relative;
  width: min(100%, 960px);
  margin: var(--scale-56) auto var(--scale-56);
  padding: var(--scale-20) var(--scale-80);
  text-align: center;
  background: var(--primary-container);
  border-radius: var(--scale-8);
}

.about__message::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 40px;
  height: 20px;
  background: var(--primary-container);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  translate: -50% 0;
}

.about__logo {
  display: block;
  width: min(100%, 220px);
  margin: 0 auto var(--scale-20);
}

.about__message p {
color: var(--on-surface, #000);
font-family: "Noto Sans JP";
font-size: var(--scale-18, 14px);
font-style: normal;
font-weight: 500;
line-height: 170%; /* 23.8px */
}

.about__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--scale-20);
}

.about-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 375px;
  padding: var(--scale-48) var(--scale-20) var(--scale-20);
  text-align: center;
  background: var(--surface-variant);
  border-radius: var(--scale-4);
  
}

.about-card__label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.2em;

color: var(--surface, #FFF);
text-align: center;
font-family: "Inter", sans-serif;
font-size: var(--scale-16, 13.5px);
font-style: normal;
font-weight: 700;
line-height: 150%; /* 20.25px */

  padding: var(--scale-2, 2px) var(--scale-16, 13.5px);
  border-radius: 0 0 var(--scale-16, 13.5px) 0;
background: linear-gradient(90deg, var(--secondary, #0080CC) 0%, var(--secondary, #0080CC) 47.6%, var(--primary, #00407C) 100%);
}

.about-card__icon {
  width: 160px;
  margin: 0 auto;
  object-fit: contain;
}

.about-card__title {
  margin: 0 0 var(--scale-20);
  color: var(--secondary);
  font-size: var(--scale-32);
  font-weight: 900;
  line-height: 1.4;

  background: var(--primary-gradient, linear-gradient(180deg, #3298F8 0%, var(--primary, #00407C) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-card__text {
  margin: 0 0 var(--scale-24);
  color: var(--on-surface);
  font-size: var(--scale-16);
  font-weight: 400;
  line-height: 1.8;
}

.about-card__text strong {
  font-weight: 900;
}

.about-card__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--scale-8);
  margin: auto 0 0;
  padding: var(--scale-8) var(--scale-12);
  list-style: none;
  background: var(--surface);
  border-radius: var(--scale-4);
}

.about-card__tags li {
  position: relative;
  padding-left: var(--scale-20);
  color: var(--on-surface);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.about-card__tags li::before {
  content: "";
  width:1em;
  aspect-ratio: 1 / 1;
  background: url(../img/icon-check.svg) center center / contain no-repeat; 
  position: absolute;
  left: 0;
  top: 0.2em;
  color: var(--tertiary);
  font-weight: 900;
}

@media (max-width: 767px) {
  .about {
    padding-block: var(--scale-64);
  }

  .about__message {
    margin-block: var(--scale-40);
    padding: var(--scale-24) var(--scale-20);
    text-align: left;
  }
  .about__cards {
    grid-template-columns: 1fr;
  }
  .about-card {
  min-height: auto;
  }
}

/* ============================================
  ■ Reasons
============================================ */

.reasons {
  padding: var(--scale-80) var(--container-padding);
  background: var(--surface-variant, #EEF6FB);
}

.reasons__inner {
  width: min(100%, var(--container-width));
  margin-inline: auto;
}

.reasons__list {
  display: grid;
  gap: var(--scale-80);
  margin-top: var(--scale-64);
}

.reason-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  align-items: center;
  gap: var(--scale-48);
  padding: var(--scale-32) var(--scale-56);
  background: var(--surface);
  border-radius: var(--scale-4);
  position: relative;
  z-index: 1;
}
.reason-card:before{
  background:linear-gradient(94deg, rgba(196, 239, 255, 0.50) 4.45%, rgba(145, 199, 250, 0.50) 64.45%, rgba(145, 199, 250, 0.00) 95.55%);
  width:100vw;
  height:240px;
  position: absolute;
  content:"";
  left:50%;
  top:calc(var(--scale-40)* -1);
  transform: translateX(-50%);
  z-index: -2;
}
.reason-card:nth-of-type(even)::before{
  background: linear-gradient(-94deg, rgba(196, 239, 255, 0.50) 4.45%, rgba(145, 199, 250, 0.50) 64.45%, rgba(145, 199, 250, 0.00) 95.55%);
}
.reason-card:after{
  content:"";
  background-color: #fff;
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height:100%;  
  z-index: -1;
  border-radius: var(--scale-4, 4px);
}
.reason-card__content {
  display: flex;
  align-items: flex-start;
  gap: var(--scale-24);
}

.reason-card__number {
  margin:0;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-family: "Inter", sans-serif;
font-size: var(--scale-56, 56px);
font-style: normal;
font-weight: 700;
line-height: 100%; /* 56px */
background: var(--primary-gradient, linear-gradient(180deg, #3298F8 0%, var(--primary, #00407C) 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  margin-top: -0.5em;

}

.reason-card__number span {
color: var(--primary, #00407C);
text-align: center;
font-family: "Inter", sans-serif;
font-size: var(--scale-16, 16px);
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
  display: block;
  color: var(--primary);
  font-size: var(--scale-14);
  letter-spacing: 0.24em;
}

.reason-card__title {
  display: flex;
align-items: center;
gap: var(--scale-12, 12px);
font-family: "Noto Sans JP";
font-size: var(--scale-32, 32px);
font-style: normal;
font-weight: 700;
line-height: 120%; /* 38.4px */
background: var(--primary-gradient, linear-gradient(180deg, #3298F8 0%, var(--primary, #00407C) 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.reason-card__lead {
  margin: 0 0 var(--scale-20);
  padding-bottom: var(--scale-16);
  color: var(--on-surface);
  font-size: var(--scale-24);
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid  var(--primary-container, #CEEFFE);
  position: relative; 
}
.reason-card__lead:after{
  content:"";
  height:2px;
  width: var(--scale-120, 120px);
  background: var(--secondary, #0080CC);
  left:0;
  position: absolute;
  bottom:-2px;
}

.reason-card__text {
  margin: 0;
  color: var(--on-surface);
  font-size: var(--scale-16);
  font-weight: 500;
  line-height: 1.9;
}

.reason-card__visual {
  display: grid;
  gap: var(--scale-24);
      justify-items: flex-end;
}

.reason-card__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.reason-card__button {
align-items: center;
    justify-content: center;
    min-height: var(--scale-64);
    margin-top: auto;
    color: var(--on-primary-highlight);
    font-size: var(--scale-18);
    text-decoration: none;
    display: flex;
    padding: var(--scale-20, 20px) var(--scale-16, 16px) var(--scale-20, 20px) var(--scale-24, 24px);
    align-self: stretch;
    position: relative;
    border-radius: 100000px;
    background: var(--secondary, #0080CC);
    box-shadow: 0 var(--scale-2, 2px) var(--scale-8, 8px) 0 rgba(0, 0, 0, 0.16);
    text-align: center;
    color: var(--surface, #FFF);
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 320px;
    width: 100%;
    text-shadow: var(--scale-2, 2px) var(--scale-2, 2px) var(--scale-2, 2px) rgba(0, 0, 0, 0.10);
}

.reason-card__button .material-symbols-outlined{
      color: var(--surface);
    position: absolute;
    right: var(--scale-16, 16px);
}

@media (max-width: 767px) {

.reasons .section-heading {
  margin-bottom: var(--scale-80);
}


  .reasons {
    padding-block: var(--scale-64);
  }

  .reasons__list {
    margin-top: var(--scale-40);
  }

  .reason-card {
    grid-template-columns: 1fr;
    gap: var(--scale-24);
    padding: var(--scale-24) var(--scale-20);
  }

  .reason-card__content {
    gap: var(--scale-16);
  }

  .reason-card__button {
    width: 100%;
  }

  .reason-card__visual {
      justify-items: center;
  }  
}

/* ============================================
  ■ Functions
============================================ */

.functions {
  padding:
    var(--scale-80)
    var(--container-padding);

  background: var(--surface);
}

.functions__inner {
  width: min(100%, var(--container-width));
  margin-inline: auto;
}

.functions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--scale-20);

  margin-top: var(--scale-64);
}

.function-card {
  padding: var(--scale-20);

  background: var(--surface);

  border: 1px solid var(--secondary);
  border-radius: var(--scale-4);
}

.function-card__label{
  display: flex;
align-items: flex-start;
gap: var(--scale-8, 8px);
align-self: stretch;
color: var(--on-surface-variant, #596577);
font-family: "Inter", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 19.5px */
margin:0 0 var(--scale-8);
}
.function-card__label span {
  color: var(--surface, #FFF);
text-align: justify;
font-family: "Noto Sans JP";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
  position: relative;
  display: flex;
padding: var(--scale-2, 2px) var(--scale-12, 12px) var(--scale-2, 2px) 2em;
align-items: center;
gap: var(--scale-4, 4px);
border-radius: 10000px;
background: var(--secondary, #0080CC);
box-shadow: var(--scale-2, 2px) var(--scale-2, 2px) var(--scale-8, 8px) 0 rgba(0, 0, 0, 0.20);
white-space:nowrap;
}  
.function-card__label span::before {
  content: "";
  width:1em;
  aspect-ratio: 1 / 1;
  background: url(../img/icon-check-white.svg) center center / contain no-repeat; 
  position: absolute;
  left: var(--scale-12, 12px);
  top: var(--scale-2, 2px);
  padding-top: 1.5em;
  color: var(--tertiary);
  font-weight: 900;
}


.function-card__title {
  width: fit-content;

  margin:
    0
    0
    var(--scale-24);

  color: var(--primary);

  font-size: var(--scale-28);
  font-weight: 900;
  line-height: 1.3;

  text-decoration: underline;
  text-decoration-color: var(--quaternary);
  text-decoration-thickness: var(--scale-4);
  text-underline-offset: var(--scale-4);
}

.function-card__body {
  display: grid;
  grid-template-columns: var(--scale-80) minmax(0, 1fr);
  align-items: start;
  gap: var(--scale-24);
}

.function-card__body img {
  display: block;
    object-fit: contain;
      .function-card__body img {
    width: var(--scale-80);
    aspect-ratio: 1 / 1;
  }

}

.function-card__body p {
  margin: 0;

color: var(--on-surface, #000);
text-align: justify;
font-family: "Noto Sans JP";
font-size: var(--scale-16, 16px);
font-style: normal;
font-weight: 400;
line-height: 170%; /* 27.2px */
}

.functions__note {
  margin-top: var(--scale-40);

  padding:
    var(--scale-28)
    var(--scale-32);

  background: var(--primary-container);
  border-radius: var(--scale-4);
}

.functions__note h3 {
  margin:
    0
    0
    var(--scale-16);

    color: var(--primary, #00407C);
font-family: "Noto Sans JP";
font-size: var(--scale-20, 20px);
font-style: normal;
font-weight: 700;
line-height: 170%; /* 34px */
}

.functions__note p {
  margin: 0;

  color: var(--on-surface, #000);
font-family: "Noto Sans JP";
font-size: var(--scale-16, 16px);
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
}

@media (max-width: 767px) {

  .functions {
    padding-block: var(--scale-64);
  }

  .functions__grid {
    grid-template-columns: 1fr;
    gap: var(--scale-16);

    margin-top: var(--scale-40);
  }

  .function-card {
    padding: var(--scale-16);
  }


  .function-card__body {
    grid-template-columns: var(--scale-64) minmax(0, 1fr);
    gap: var(--scale-16);
  }


  .functions__note {
    padding: var(--scale-20);
  }
}

/* ============================================
  ■ Pricing
============================================ */

.pricing {
  background: var(--surface);
}

.pricing__head {
  position: relative;
  padding:
    var(--scale-80)
    var(--container-padding)
    min(100vw / 375 * 80, 240px);
  color: var(--surface);
  text-align: center;
  background: var(--secondary);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
}

.section-heading--inverse .section-heading__label {
  color: var(--primary);
  background: var(--surface);
}

.section-heading--inverse .section-heading__title,
.section-heading--inverse .section-heading__title span,
.section-heading--inverse .section-heading__lead {
  color: var(--surface);
}

.pricing__unlimited {
  display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: var(--scale-12, 12px);
align-self: stretch;
text-align: center;
max-width: 760px;
margin-inline: auto;
margin-top: calc(min(100vw / 375 * 80, 220px) * -1 );
position: relative;
z-index: 100;
}

.pricing__unlimited-title {
  margin: 0 ;
  color: var(--on-primary-highlight);
  font-size: var(--scale-32);
  font-weight: 700;
  line-height: 1.4;
}

.pricing__unlimited-title span {
  font-size: var(--scale-56);
}

.pricing__unlimited-title small {
  font-size: var(--scale-12);
}

.pricing__unlimited-box {
  display: inline-block;
  padding: var(--scale-20);
  color: var(--surface);
  font-size: var(--scale-18);
  font-weight: 500;
  line-height: 1.8;
  background: var(--primary);
  
}

.pricing__note {
  margin: 0;
  color: var(--on-surface);
  font-size: var(--scale-12);
  font-weight: 500;
  width:100%;
  text-align: right;
}

.pricing__body {
  padding:
    var(--scale-64)
    var(--container-padding)
    var(--scale-80);
}

.pricing__inner {
  width: min(100%, var(--container-width));
  margin-inline: auto;
}

.pricing__points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--scale-40);
}

.pricing-point__head {
  display: flex;
  align-items: center;
  gap: var(--scale-20);
  margin-bottom: var(--scale-24);
}

.pricing-point__number {
  margin: 0;

  color: var(--secondary, #0080CC);
text-align: center;
font-family: "Inter", sans-serif;
font-size: var(--scale-56, 56px);
font-style: normal;
font-weight: 700;
line-height: 100%; /* 56px */
}

.pricing-point__number span {
  display: block;
  font-size: var(--scale-14);
  letter-spacing: 0.24em;
  line-height: 100%;
  margin:0;
}

.pricing-point__title {
  margin: 0;
  color: var(--primary);
  font-size: var(--scale-28);
  font-weight: 900;
  line-height: 1.4;
}

.pricing-point__image {
  display: block;
  width: 100%;
  height: var(--scale-200);
  object-fit: contain;
  margin-bottom: var(--scale-24);
}

.pricing-point__box {
  padding: var(--scale-24);
  background: var(--primary-container);
  border-radius: var(--scale-8);
}

.pricing-point__box h4 {
  margin: 0 0 var(--scale-16);
  color: var(--primary);
  font-size: var(--scale-24);
  font-weight: 700;
  line-height: 1.5;
}

.pricing-point__box p {
  margin: 0;
  color: var(--on-surface);
  font-size: var(--scale-16);
  font-weight: 400;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .pricing__head{
    clip-path: none;
    padding-bottom:0;
  }
.pricing__unlimited{
    padding:
      var(--scale-56)
      var(--container-padding)
      var(--scale-80);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    margin-top: 0;
        background: var(--secondary);
  }
.pricing__note{
  text-align: center;
  
}

  .pricing__unlimited-title span {
    display: inline-block;
    font-size: var(--scale-40);
  }

  .pricing__unlimited-box {
    display: block;
    margin-inline: auto;
    padding: var(--scale-8) var(--scale-16);
  }

  .pricing__points {
    grid-template-columns: 1fr;
    gap: var(--scale-48);
  }

  .pricing-point__head {
    align-items: flex-start;
    gap: var(--scale-16);
  }

  .pricing-point__title {
    font-size: var(--scale-24);
  }

  .pricing-point__image {
    height: auto;
  }
}

/* ============================================
  ■ CTA Banner
============================================ */

.cta-banner {
  padding:
    var(--scale-20)
    var(--container-padding);

  background:
    url("../img/cta-bg.jpg")
    center center /
    cover
    no-repeat;
}

.cta-banner__inner {
  width: min(100%, var(--container-width));

  margin-inline: auto;

  padding:
    var(--scale-40)
    var(--scale-20);

  background: var(--surface);

  border-radius: var(--scale-8);
}

.cta-banner__title {
  margin: 0 auto var(--scale-20);

  color: var(--secondary);

  font-size: var(--scale-32);
  font-weight: 700;
  line-height: 1.4;

  text-align: center;
}

.cta-banner__strong {
  text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-color: var(--quaternary, #5ACAFA);
text-decoration-thickness: 20%; /* 6.4px */
text-underline-offset: 10%; /* 6.4px */
text-underline-position: from-font;
}


.cta-banner__buttons {
  display: flex;
  justify-content: center;
  gap: var(--scale-40);
  margin-top: var(--scale-32);
}

.cta-banner__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--scale-16);

  width: min(100%, 400px);
  min-height: var(--scale-64);

  color: var(--surface);


  text-decoration: none;

  border-radius: 999px;

  transition:
    opacity var(--transition),
    transform var(--transition);

text-align: center;
text-shadow: var(--scale-2, 2px) var(--scale-2, 2px) var(--scale-2, 2px) rgba(0, 0, 0, 0.10);
font-size: var(--scale-24, 24px);
font-style: normal;
font-weight: 700;
line-height: 130%; /* 31.2px */
position: relative;

}

.cta-banner__button:hover {
  opacity: 0.9;
}

.cta-banner__button--green {
  background: var(--tertiary);
  box-shadow: 0 var(--scale-8, 8px) 0 0 rgba(0, 0, 0, 0.16), 0 var(--scale-4, 4px) 0 0 rgba(0, 0, 0, 0.50), 0 var(--scale-4, 4px) 0 0 var(--tertiary, #2AB961);
}

.cta-banner__button--blue {
  background: var(--secondary);
  box-shadow: 0 var(--scale-8, 8px) 0 0 rgba(0, 0, 0, 0.16), 0 var(--scale-4, 4px) 0 0 rgba(0, 0, 0, 0.50), 0 var(--scale-4, 4px) 0 0 var(--secondary, #2AB961);
}

.cta-banner__button .material-symbols-outlined{
position: absolute;
right: var(--scale-16);
}

@media (max-width: 767px) {

  .cta-banner {
    padding-block: var(--scale-48);
  }

  .cta-banner__inner {
    padding:
      var(--scale-40)
      var(--scale-20);
  }

  .cta-banner__title {
    font-size: min(100vw / 375 * 18, 32px);
  }

  .cta-banner__buttons {
    flex-direction: column;
    gap: var(--scale-20);
  }

  .cta-banner__button {
    width: 100%;
    font-size: var(--scale-20);
  }
}

/* ============================================
  ■ Cyber Insurance
============================================ */

.insurance {
  padding: var(--scale-80) var(--container-padding);
  background: var(--surface);
}

.insurance__inner {
  width: min(100%, var(--container-width));
  margin-inline: auto;
}

.insurance__partner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--scale-40);

  width: min(100%, 800px);
  margin: var(--scale-40) auto var(--scale-56);
  padding: var(--scale-16) var(--scale-48);

  border: 1px solid var(--secondary);
  border-radius: var(--scale-4);
}

.insurance__partner img {
  width: var(--scale-120, 72px);
  height: auto;
}

.insurance__partner p {
  margin: 0;
  color: var(--primary);
  font-size: var(--scale-20);
  font-weight: 700;
  line-height: 1.5;
}

.insurance__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  align-items: end;
  gap: var(--scale-64);
}

.insurance__title {
font-size: var(--scale-36, 36px);
font-style: normal;
font-weight: 700;
line-height: 150%; /* 54px */
margin-top:0;
}
.insurance__strong {
  text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-color: var(--quaternary, #5ACAFA);
text-decoration-thickness: 20%;
text-underline-offset: 10%;
text-underline-position: from-font;
}

.insurance__lead {
color: var(--on-surface, #000);
font-size: var(--scale-16, 16px);
font-style: normal;
font-weight: 500;
line-height: 170%; /* 27.2px */
}

.insurance__checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--scale-4);
  margin: 0;
  padding: 0;
  list-style: none;
}

.insurance__checks li {
  position: relative;
  padding: var(--scale-4) var(--scale-12) var(--scale-4) 2em;
  color: var(--on-surface);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--scale-4);

}

.insurance__checks li::before {
  content: "";
  width:1em;
  aspect-ratio: 1 / 1;
  background: url(../img/icon-check.svg) center center / contain no-repeat; 
  position: absolute;
  left: var(--scale-12);
  top: 0.5em;
  color: var(--tertiary);
  font-weight: 900;
}
.insurance__visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .insurance {
    padding-block: var(--scale-64);
  }

  .insurance__partner {
    gap: var(--scale-16);
    padding: var(--scale-20);
  }

  .insurance__content {
    grid-template-columns: 1fr;
    gap: var(--scale-32);
  }

  .insurance__title::after {
    width: 120px;
    margin-left: 0;
  }

  .insurance__checks {
    grid-template-columns: 1fr;
  }
}

/* ============================================
  ■ Support
============================================ */

.support {
  padding:
    var(--scale-80)
    var(--container-padding);

  background: var(--surface-variant);
}

.support__inner {
  width: min(100%, var(--container-width));
  margin-inline: auto;
}

.support__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--scale-24) var(--scale-40);

  margin-top: var(--scale-48);
}

.support-card {
  display: flex;
  align-items: flex-start;
  gap: var(--scale-24);

  padding: var(--scale-20) var(--scale-20) var(--scale-20) var(--scale-40);

  background: var(--surface);

  border-radius: var(--scale-8);
  position: relative;
}

.support-card__number {
  position: absolute;
  left: 0;
  transform: translateX(-50%);

  color: var(--secondary, #0080CC);
text-align: center;
font-family: "Inter", sans-serif;
font-size: var(--scale-64, 64px);
font-style: normal;
font-weight: 700;
line-height: 100%; /* 64px */
}

.support-card__content {
  flex: 1;
}

.support-card__title {
  margin:
    0
    0
    var(--scale-20);

  color: var(--primary);

  font-size: var(--scale-28);
  font-weight: 700;
  line-height: 1.4;
}

.support-card__text {
  margin: 0;

  color: var(--on-surface);

  font-size: var(--scale-16);
  font-weight: 500;
  line-height: 1.9;
}

@media (max-width: 767px) {

  .support {
    padding-block: var(--scale-64);
  }

  .support__grid {
    grid-template-columns: 1fr;
    gap: var(--scale-20);
  }

  .support-card__title {
    font-size: var(--scale-24);
  }
}

/* ============================================
  ■ Flow
============================================ */

.flow {
  padding:
    var(--scale-80)
    var(--container-padding);

  background: var(--surface);
}

.flow__inner {
  width: min(100%, var(--container-width));
  margin-inline: auto;
}

.flow__steps {
  align-items: start;
  display: grid;
  grid-template-columns:
    repeat(5, 1fr)
    52px;

  gap: var(--scale-8);

  margin-top: var(--scale-56);
}

.flow-step {
  overflow: hidden;
  background: var(--surface-variant);
  border-radius: var(--scale-4);
}

.flow-step__head {
  position: relative;

  padding:
    var(--scale-12)
    var(--scale-8);

  text-align: center;

  background: var(--secondary);


  color: var(--surface, #FFF);
text-align: center;
font-family: "Inter", sans-serif;
font-size: var(--scale-24, 18px);
font-style: normal;
font-weight: 700;
line-height: 100%; /* 18px */
}

.flow-step__head::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: -9px;

  width: 20px;
  height: 10px;

  background: var(--secondary);

  clip-path: polygon(0 0, 100% 0, 50% 100%);

  translate: -50% 0;
}

.flow-step__body {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: 104px;

  padding:
    var(--scale-24)
    var(--scale-12)
    var(--scale-20);
}

.flow-step__title {
  margin:
    0
    0
    var(--scale-8);

  color: var(--primary);

  font-size: var(--scale-18);
  font-weight: 700;
  line-height: 1.4;

  text-align: center;
}

.flow-step__text {
  margin: 0;

  color: var(--on-surface);

  font-size: var(--scale-14);
  font-weight: 500;
  line-height: 1.6;

  text-align: center;
}

.flow-step--goal {
  background: none;
   align-self: stretch;
     display: flex;

}

.flow-step__goal {
    height: auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--surface);

  font-size: var(--scale-18);
  font-weight: 700;

  writing-mode: vertical-rl;

  background: var(--primary);

  border-radius: var(--scale-4);
}

.flow__notice {
  margin-top: var(--scale-40);

  padding:
    var(--scale-24)
    var(--scale-40);

  color: var(--on-surface);

  font-size: var(--scale-24);
  font-weight: 700;
  line-height: 1.8;

  text-align: center;

  background: var(--primary-container);

  border-radius: var(--scale-4);
}
.flow__notice strong{
    text-decoration: underline;
  text-decoration-color: var(--underline);
text-decoration-thickness: 16%; /* 3.2px */
text-underline-offset: 20%; /* 4px */
text-underline-position: from-font;

}
/* ============================================
  ■ SP
============================================ */

@media (max-width: 767px) {

  .flow {
    padding-block: var(--scale-64);
  }

  .flow__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--scale-4);

    margin-top: var(--scale-40);
  }

  .flow-step__body {
    min-height: 92px;
    padding-inline: var(--scale-8);
  }
  .flow-step__goal {
    min-height: 100%;
    writing-mode: horizontal-tb;
  }

  .flow__notice {
    margin-top: var(--scale-24);

    padding:
      var(--scale-20)
      var(--scale-16);

    font-size: var(--scale-18);
  }
}

/* ============================================
  ■ Information
============================================ */

.information {
  padding:
    var(--scale-80)
    var(--container-padding);

  background: var(--surface-variant);
}

.information__inner {
  width: min(100%, 960px);
  margin-inline: auto;
}

.information__list {
  margin-top: var(--scale-56);
}

.information-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 32px;
  align-items: center;
  gap: var(--scale-24);

  padding:
    var(--scale-20)
    var(--scale-24);

  color: var(--on-surface);
  text-decoration: none;

  background: var(--surface);
  border-bottom: 4px solid var(--surface-variant);
}

.information-item__date {
  color: var(--on-surface-variant);

  font-size: var(--scale-14);
  font-weight: 500;
  line-height: 1.5;
}

.information-item__title {
  margin: 0;

  font-size: var(--scale-18);
  font-weight: 500;
  line-height: 1.6;
}

.information-item__icon {
  color: var(--secondary);
  font-size: var(--scale-32);
}

@media (max-width: 767px) {

  .information {
    padding-block: var(--scale-64);
  }

  .information__inner {
    width: min(100%, 344px);
  }

  .information__list {
    margin-top: var(--scale-32);
  }

  .information-item {
    grid-template-columns: 1fr 24px;
    gap: var(--scale-8);

    padding:
      var(--scale-16)
      var(--scale-16);
  }

  .information-item__date {
    grid-column: 1 / 2;
  }

  .information-item__title {
    grid-column: 1 / 2;

    font-size: var(--scale-16);
  }

  .information-item__icon {
    grid-column: 2 / 3;
    grid-row: 1 / 3;

    align-self: center;

    font-size: var(--scale-28);
  }
}

/* ============================================
  ■ FAQ
============================================ */

.faq {
  padding:
    var(--scale-80)
    var(--container-padding);

  background: var(--surface);
}

.faq__inner {
  width: min(100%, 800px);
  margin-inline: auto;
}

.faq__list {
  margin-top: var(--scale-56);
  border-top: 1px solid var(--border);
}

.faq-item {
  padding:
    var(--scale-24)
    0;

  border-bottom: 1px solid var(--border);
}

.faq-item__question {
  display: grid;
  grid-template-columns: var(--scale-40) minmax(0, 1fr);
  align-items: start;
  gap: var(--scale-8);

  margin:
    0
auto
    var(--scale-16);

  color: var(--on-surface, #000);
font-size: var(--scale-24, 24px);
font-style: normal;
font-weight: 500;
line-height: 150%; /* 36px */
}

.faq-item__answer {
display: flex;
max-width: 960px;
padding: 16px;
align-items: flex-start;
gap: 16px;
align-self: stretch;
color: var(--on-surface, #000);
font-family: "Noto Sans JP";
font-size: var(--scale-18, 18px);
font-style: normal;
font-weight: 500;
line-height: 170%; /* 30.6px */
background: var(--surface-variant, #EEF6FB);

}

.faq-item__question span,
.faq-item__answer span {
color: var(--secondary, #0080CC);
text-align: center;
font-family: "Inter", sans-serif;
font-size: min(100vw / 375 * 28, 32px);
font-style: normal;
font-weight: 600;
line-height: 30.6px; /* 95.625% */
}

@media (max-width: 767px) {

  .faq {
    padding-block: var(--scale-64);
  }

  .faq__list {
    margin-top: var(--scale-40);
  }

  .faq-item__question {
    grid-template-columns: var(--scale-32) minmax(0, 1fr);

    margin-inline: 0;

    font-size: var(--scale-20);
  }

  .faq-item__answer {
    grid-template-columns: var(--scale-32) minmax(0, 1fr);

    padding:
      var(--scale-16)
      var(--scale-12);

    font-size: var(--scale-16);
  }
}

/* ============================================
  ■ CTA Contact
============================================ */

.cta-contact {
  padding:
    var(--scale-64)
    var(--container-padding);

  background:
    url("../img/cta-bg.jpg")
    center center /
    cover
    no-repeat;
}

.cta-contact__inner {
  width: min(100%, var(--container-width));

  margin-inline: auto;

  padding:
    var(--scale-56)
    var(--scale-40);

  text-align: center;

  background: var(--surface);

  border-radius: var(--scale-8);
}

.cta-contact__title {
  width: fit-content;

  margin:
    0
    auto
    var(--scale-24);

  color: var(--secondary);

  font-size: var(--scale-48);
  font-weight: 900;
  line-height: 1.4;

  border-bottom:
    var(--scale-8)
    solid
    var(--quaternary);
}
.cta-contact__lead {
  margin:
    0
    0
    var(--scale-20);

  color: var(--on-surface-variant);
text-align: center;
  font-size: min(100vw / 375 * 14, 24px);
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 767px) {

  .cta-contact {
    padding-block: var(--scale-48);
  }

  .cta-contact__inner {
    padding:
      var(--scale-40)
      var(--scale-20);
  }

  .cta-contact__title {
    font-size: var(--scale-32);
  }

}


/* ============================================
  ■ thanks
============================================ */

.thanks-page {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: var(--scale-40) var(--container-padding);
  background: var(--surface-variant);
}

.thanks-page__inner {
  width: min(100%, 720px);
  padding: var(--scale-56) var(--scale-32);
  text-align: center;
  background: var(--surface);
  border-radius: var(--scale-8);
  box-shadow: var(--shadow-m);
}

.thanks-page__logo {
  width: min(100%, 220px);
  margin-bottom: var(--scale-32);
}

.thanks-page__title {
  margin: 0 0 var(--scale-24);
  color: var(--primary);
  font-size: var(--scale-32);
  font-weight: 900;
}

.thanks-page__text {
  margin: 0 0 var(--scale-32);
  color: var(--on-surface);
  font-size: var(--scale-16);
  font-weight: 500;
  line-height: 1.9;
}

.thanks-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--scale-56);
  padding: 0 var(--scale-40);
  color: var(--surface);
  font-weight: 900;
  text-decoration: none;
  background: var(--secondary);
  border-radius: 999px;
}