@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1379px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1380 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  -webkit-padding-before: 5.375rem;
          padding-block-start: 5.375rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1380px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 540px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.l-footer {
  padding-block: 3.75rem 1.875rem;
  background: #257AB6;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 2.5rem 1.25rem;
  }
}

.p-footer__list {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    gap: 0.625rem;
    margin-bottom: 1.5625rem;
  }
}
.p-footer__list li {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.1875;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer__list li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__list li {
    font-size: 0.875rem;
  }
}

.p-footer__copy {
  text-align: center;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 1.1666666667;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.625rem;
  }
}

.c-btn--sm {
  color: #FFF;
  text-align: center;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2083333333;
  padding: 0.625rem 1.875rem;
  border-radius: 3.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#FCAD5B), to(#FF8D7D));
  background: linear-gradient(90deg, #FCAD5B 0%, #FF8D7D 100%);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(146, 85, 77, 0.6);
          box-shadow: 2px 2px 4px 0 rgba(146, 85, 77, 0.6);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn--sm {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--sm {
    font-size: 16px;
    padding: 10px 40px;
  }
}

.c-btn--lg {
  color: #FFF;
  text-align: center;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.1944444444;
  font-style: normal;
  padding: 1.25rem 4.375rem;
  border-radius: 3.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#FCAD5B), to(#FF8D7D));
  background: linear-gradient(90deg, #FCAD5B 0%, #FF8D7D 100%);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(146, 85, 77, 0.6);
          box-shadow: 2px 2px 4px 0 rgba(146, 85, 77, 0.6);
  white-space: nowrap;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
@media screen and (max-width: 767px) {
  .c-btn--lg {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--lg {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.2083333333;
    padding: 1rem 1.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn--lg {
    font-size: 1.5rem;
  }
}

.c-animated__fadeIn {
  translate: 0 40px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-animated__fadeIn {
    translate: 0 20px;
  }
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.animated__fadeIn {
  opacity: 0;
}
.animated__fadeIn.js-show {
  opacity: 1;
}

.animated__slideIn {
  translate: 0 30px;
}
.animated__slideIn.js-show {
  translate: 0;
}

.animated__slideInFadeIn {
  translate: 0 40px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .animated__slideInFadeIn {
    translate: 0 20px;
  }
}
.animated__slideInFadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-blue {
  background: -webkit-gradient(linear, left top, right top, from(#34B6B6), to(#46538A));
  background: linear-gradient(90deg, #34B6B6 0%, #46538A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: max(2.625rem, 33.6px);
  font-weight: 700;
  line-height: 1.1904761905;
}
@media screen and (max-width: 767px) {
  .c-blue {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-blue {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.2083333333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-blue {
    font-size: 1.5rem;
  }
}

.c-cta__btn {
  position: fixed;
  left: 50%;
  translate: -50% 110%;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/* 表示時 */
.c-cta__btn.is-visible {
  opacity: 1;
  translate: -50% 0;
  pointer-events: auto;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.375rem;
  padding-inline: 3.25rem;
  padding-block: 1.375rem 0.9375rem;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 0.625rem;
    padding-block: 0.625rem;
    height: 2.5rem;
    background: #fff;
  }
}

.p-header.is-scrolled {
  background-color: #fff;
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 9.375rem 1fr;
}

.p-header__logo {
  width: 11.3125rem;
  height: auto;
  aspect-ratio: 4.0222222222;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 5rem;
    height: auto;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.p-header__list li a {
  color: #333 !important;
  font-family: "Noto Sans JP" !important;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-header__list li a {
    font-size: 1.25rem;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-drawer__icon {
    top: 1.375rem;
    right: 3.25rem;
    width: 2.4375rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    top: 0.75rem;
    right: 0.625rem;
    width: 1.625rem;
    height: 1rem;
  }
}
@media screen and (min-width: 1001px) {
  .p-drawer__icon {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .p-drawer__icon--bar {
    width: 100%;
    height: 1px;
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__icon--bar {
    height: 0.0625rem;
  }
}

@media screen and (max-width: 1000px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
    rotate: 45deg;
    translate: 0 0.6875rem;
    background: #fff;
    height: 0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
    translate: 0 0.4375rem;
    height: 0.125rem;
  }
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
    rotate: -45deg;
    translate: 0 -0.6875rem;
    background: #fff;
    height: 0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
    translate: 0 -0.4375rem;
    height: 0.125rem;
  }
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
}
@media screen and (min-width: 1001px) {
  .p-drawer {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-drawer {
    top: 0;
    right: 0;
    border-radius: 0 0 0 10px;
    background: rgba(37, 122, 182, 0.8);
    backdrop-filter: blur(5px);
    width: 216px;
  }
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  padding-block: 60px 20px;
  padding-inline: 20px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-bottom: 20px;
}
.p-drawer__list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.p-fv {
  background: url(../img/bg-fv2.webp) no-repeat center center/cover;
  position: relative;
  width: 100%;
  height: 52.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 49.4375rem;
  }
}

.p-fv__inner {
  position: relative;
  max-width: 90rem;
  margin-inline: auto; /* 中央寄せ */
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    width: 24.375rem;
  }
}

.p-fv__content {
  overflow: hidden;
  position: absolute;
  background: #fff;
  width: 82.625rem;
  height: auto;
  aspect-ratio: 1.6862244898;
  top: -5.375rem;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    width: 23.1875rem;
    height: 43.125rem;
    top: 0;
  }
}

.p-fv__bg {
  position: absolute;
  width: 56.5rem;
  height: 43.125rem;
  right: 0;
  top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv__bg {
    width: 23.125rem;
    height: 36.75rem;
  }
}

.p-fv__img {
  position: absolute;
  width: 27.375rem;
  height: auto;
  aspect-ratio: 0.7251655629;
  top: 5.375rem;
  right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    width: 14.625rem;
    right: 0rem;
    top: 16.5625rem;
  }
}

.p-fv__title {
  margin-top: 5.375rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.8125rem;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 0.9375rem;
  z-index: 2;
}
.p-fv__title::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#FFEE58), to(#FFF7A0));
  background: linear-gradient(90deg, #FFEE58 0%, #FFF7A0 100%);
  width: 48.0625rem;
  height: 1.5rem;
  left: 3.5rem;
  bottom: 5.8125rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__title::before {
    width: 21.5rem;
    height: 0.625rem;
    left: 0.625rem;
    bottom: 3rem;
  }
}
.p-fv__title::after {
  content: "";
  position: absolute;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#FFEE58), to(#FFF7A0));
  background: linear-gradient(90deg, #FFEE58 0%, #FFF7A0 100%);
  width: 33.25rem;
  height: 1.5rem;
  left: 3.5rem;
  bottom: 0rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__title::after {
    width: 13.8125rem;
    height: 0.625rem;
    left: 0.625rem;
    bottom: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.2083333333;
    padding-left: 0.625rem;
    margin-bottom: 1.125rem;
    margin-top: 1.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.5rem;
  }
}

.p-fv__title-blue {
  font-size: 4.625rem;
  font-weight: 700;
  line-height: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title-blue {
    font-size: max(2.25rem, 28.8px);
    font-weight: 700;
    line-height: 1.1944444444;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__title-blue {
    font-size: 2.25rem;
  }
}

.p-fv__title-orange {
  font-size: 4.625rem;
  font-weight: 700;
  line-height: 5.5625rem;
  background: linear-gradient(305deg, #F18E26 12.16%, #FC644F 89.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1000px) {
  .p-fv__title-orange {
    font-size: max(3.375rem, 43.2px);
    font-weight: 700;
    line-height: 1.2037037037;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-fv__title-orange {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title-orange {
    font-size: max(2.25rem, 28.8px);
    font-weight: 700;
    line-height: 1.1944444444;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__title-orange {
    font-size: 2.25rem;
  }
}

.p-fv__title-sub {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.1875;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.375rem;
  position: relative;
  padding-left: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title-sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title-sub {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.2142857143;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__title-sub {
    font-size: 0.875rem;
  }
}

.p-fv__subtext {
  position: absolute;
  color: #257AB6;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2083333333;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  right: 66.5rem;
  top: 23.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__subtext {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-fv__subtext {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
    right: 65.625rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-fv__subtext {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__subtext {
    right: 0;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.2142857143;
    top: 14.75rem;
    right: 0.6875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__subtext {
    font-size: 0.875rem;
  }
}

.p-fv__deco {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
  right: 31.0625rem;
  top: 27.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__deco {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    right: unset;
    top: 10.5rem;
    left: 0.625rem;
    gap: 0.3125rem 0.1875rem;
  }
}

.p-fv__deco-img {
  width: 11.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__deco-img {
    width: 6.875rem;
    height: auto;
  }
}
.p-fv__deco-img img {
  width: 100%;
  height: auto;
}

.p-fv__stats {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.375rem;
  right: 2.625rem;
  top: 29.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__stats {
    gap: 0.8125rem;
    top: 29.25rem;
    right: unset;
    left: 0.6875rem;
  }
}

.p-fv__stats-img {
  width: 11.125rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__stats-img {
    width: 6.25rem;
  }
}

.p-fv__text {
  position: relative;
  margin-top: 24.75rem;
  padding-left: 13.5625rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
    padding-left: 0;
    margin-top: 29.0625rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__text {
    font-size: 1.25rem;
  }
}

.p-fv__text-orange {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.6875rem;
  background: linear-gradient(305deg, #F18E26 12.16%, #FC644F 89.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-fv__text-orange {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__text-orange {
    font-size: 1.25rem;
  }
}

.p-fv__btn {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  translate: -50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    bottom: 1.3125rem;
  }
}

.p-stats {
  padding-block: 3.75rem 4.5625rem;
  background: url(../img/bg-stats.webp) no-repeat center center/cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-stats {
    padding-block: 1.25rem;
  }
}

.p-stats__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
}

.p-stats__card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px);
  padding-block: 0.625rem 1.25rem;
  width: 36.375rem;
  text-align: center;
  margin-inline: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1000px) {
  .p-stats__card {
    width: 454px;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__card {
    width: 21.875rem;
  }
  .p-stats__card:last-child .p-stats__black {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-stats__card:last-child .p-stats__black {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__card:last-child .p-stats__num {
    font-size: max(2.625rem, 33.6px);
    font-weight: 700;
    line-height: 1.1666666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-stats__card:last-child .p-stats__num {
    font-size: 2.625rem;
  }
}

.p-stats__card-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-stats__card-title::before {
  content: "";
  position: absolute;
  background: url(../img/crown.svg) no-repeat center center/cover;
  width: 3.625rem;
  height: 3.125rem;
  left: 0;
  bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-stats__card-title::before {
    width: 2.1875rem;
    height: 1.875rem;
    bottom: 0.875rem;
  }
}
.p-stats__card-title::after {
  content: "";
  position: absolute;
  width: 31.25rem;
  height: 0.125rem;
  background: #34B6B6;
  left: 50%;
  translate: -50%;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .p-stats__card-title::after {
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__card-title::after {
    width: 20.625rem;
    height: 1px;
  }
}

.p-stats__black {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.1875;
  padding-left: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-stats__black {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__black {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.2083333333;
    padding-left: 2.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-stats__black {
    font-size: 1.5rem;
  }
}

.p-stats__blue {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.1875;
  color: #257AB6;
}
@media screen and (max-width: 767px) {
  .p-stats__blue {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__blue {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.2083333333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-stats__blue {
    font-size: 1.5rem;
  }
}

.p-stats__num {
  color: #257AB6;
  font-family: Roboto;
  font-size: max(4.625rem, 59.2px);
  font-weight: 700;
  line-height: 1.1756756757;
}
@media screen and (max-width: 767px) {
  .p-stats__num {
    font-size: 4.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__num {
    font-size: max(2.875rem, 36.8px);
    font-weight: 700;
    line-height: 1.1739130435;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-stats__num {
    font-size: 2.875rem;
  }
}

.p-stats__text {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.1875;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-stats__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.2142857143;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-stats__text {
    font-size: 0.875rem;
  }
}

.p-reasons {
  padding-block: 3.8125rem 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reasons {
    padding-block: 2.5rem;
  }
}

.p-reasons__title {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.1875;
  position: relative;
  margin-bottom: 8.75rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 767px) {
  .p-reasons__title {
    font-size: 2rem;
  }
}
.p-reasons__title::after {
  content: "";
  position: absolute;
  width: 12.5rem;
  height: 0.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#34B6B6), to(#46538A));
  background: linear-gradient(90deg, #34B6B6 0%, #46538A 100%);
  left: 50%;
  translate: -50%;
  bottom: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reasons__title::after {
    width: 6.25rem;
    bottom: -0.625rem;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-reasons__title {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.1875;
    margin-bottom: 4.0625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-reasons__title {
    font-size: 1rem;
  }
}

.p-reasons__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.75rem;
  width: 75rem;
  margin-inline: auto;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reasons__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 21.875rem;
    gap: 3.4375rem;
    margin-bottom: 1.875rem;
  }
}

.p-reasons__card {
  padding: 3.75rem 1.25rem 1.875rem;
  width: 23.75rem;
  height: 32.6875rem;
  border-radius: 1.875rem;
  background: rgba(37, 122, 182, 0.25);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-reasons__card {
    width: 21.875rem;
    height: 26.3125rem;
    padding: 2.9375rem 1.5rem 2.5rem 1.4375rem;
    margin-inline: auto;
  }
}

.p-reasons__card-num {
  color: #F2E253;
  font-family: Inter;
  font-size: max(2.875rem, 36.8px);
  font-weight: 700;
  line-height: 1.2173913043;
  position: absolute;
  width: 6.25rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #257AB6;
  display: grid;
  place-items: center;
  left: 50%;
  translate: -50%;
  top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-reasons__card-num {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-reasons__card-num {
    width: 6.25rem;
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.21875;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-reasons__card-num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reasons__card-num {
    width: 4.375rem;
    top: -2.1875rem;
  }
}

.p-reasons__card-title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reasons__card-title {
    margin-bottom: 1.25rem;
  }
}

.p-reasons__black {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.21875;
}
@media screen and (max-width: 767px) {
  .p-reasons__black {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-reasons__black {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-reasons__black {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reasons__black {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-reasons__black {
    font-size: 1.25rem;
  }
}

.p-reasons__lg {
  font-size: max(2.625rem, 33.6px);
  font-weight: 700;
  line-height: 1.1904761905;
  color: #257AB6;
}
@media screen and (max-width: 767px) {
  .p-reasons__lg {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-reasons__lg {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.21875;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-reasons__lg {
    font-size: 2rem;
  }
}

.p-reasons__blue {
  color: #257AB6;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.21875;
}
@media screen and (max-width: 767px) {
  .p-reasons__blue {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-reasons__blue {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.2083333333;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-reasons__blue {
    font-size: 1.5rem;
  }
}

.p-reasons__card-img {
  width: 18.75rem;
  margin-inline: auto;
  height: auto;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-reasons__card-img {
    margin-bottom: 0.625rem;
  }
}
.p-reasons__card-img img {
  width: 100%;
  height: auto;
}

.p-reasons__card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .p-reasons__card-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-reasons__card-text {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.1875;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-reasons__card-text {
    font-size: 1rem;
  }
}

.p-reasons__btn {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.p-solution__problems {
  padding-block: 3.75rem 6.25rem;
  background: #348FD2;
  clip-path: polygon(100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
}
@media screen and (max-width: 767px) {
  .p-solution__problems {
    padding-block: 2.5rem 3.875rem;
  }
}

.p-solution__problems-title {
  color: #fff;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 2.5rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 767px) {
  .p-solution__problems-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__problems-title {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.1875;
    letter-spacing: 0em;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solution__problems-title {
    font-size: 1rem;
  }
}

.yellow {
  font-size: max(2.625rem, 33.6px);
  font-weight: 700;
  line-height: 1.1904761905;
  letter-spacing: 0em;
  color: #F2E253;
}
@media screen and (max-width: 767px) {
  .yellow {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .yellow {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.2083333333;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .yellow {
    font-size: 1.5rem;
  }
}

.p-solution__problems-content {
  width: 75rem;
  margin-inline: auto;
  background: #fff;
  padding: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
@media screen and (max-width: 767px) {
  .p-solution__problems-content {
    width: 21.875rem;
    padding: 1.25rem 1.5rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.p-solution__problems-textwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__problems-textwrap {
    gap: 1.375rem;
  }
}

.p-solution__problems-text {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.2083333333;
  letter-spacing: 0em;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution__problems-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-solution__problems-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__problems-text {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.1875;
    letter-spacing: 0em;
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solution__problems-text {
    font-size: 1rem;
  }
}
.p-solution__problems-text::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/check-square.svg) no-repeat center center/cover;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-solution__problems-text::before {
    width: 1.25rem;
  }
}

.p-solution__problems-etc {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.2083333333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-solution__problems-etc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__problems-etc {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.1875;
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solution__problems-etc {
    font-size: 1rem;
  }
}

.p-solution__problems-img {
  width: 18.375rem;
  height: 17.375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__problems-img {
    width: 12.3125rem;
    height: 8.75rem;
    margin-inline: auto;
  }
}

.p-solution__problems-answer {
  color: #fff;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0em;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 767px) {
  .p-solution__problems-answer {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__problems-answer {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.1875;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solution__problems-answer {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__problems-answer .yellow {
    margin-top: 0.625rem;
  }
}

.p-solution__inner {
  padding-block: 4.5625rem 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__inner {
    padding-block: 1.25rem;
  }
}

.p-solution__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-solution__title-wrap {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 21.875rem;
    margin-inline: auto;
    margin-bottom: 1.1875rem;
  }
}

.p-solution__title {
  font-size: max(2.625rem, 33.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-solution__title {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solution__title {
    font-size: 1.5rem;
  }
}

.orange {
  font-size: max(2.625rem, 33.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #F48430;
}
@media screen and (max-width: 767px) {
  .orange {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .orange {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .orange {
    font-size: 1.5rem;
  }
}

.p-solution__icon {
  width: 13.125rem;
  height: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution__icon {
    position: absolute;
    width: 6.0625rem;
    height: 6.25rem;
    bottom: 0;
    right: 0;
  }
}
.p-solution__icon img {
  width: 100%;
}

.p-solution__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-solution__content {
    gap: 0.625rem;
  }
}

.p-solution__card {
  width: 36.875rem;
  height: 20.375rem;
  position: relative;
  padding: 1.875rem;
  overflow: hidden;
  background: #F5F7F9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-solution__card {
    width: 21.875rem;
    height: 16.25rem;
    padding: 1.25rem;
  }
  .p-solution__card:nth-child(1) {
    height: 18.125rem;
  }
  .p-solution__card:nth-child(4) {
    height: 14.375rem;
  }
  .p-solution__card:nth-child(5) {
    height: 15.625rem;
  }
}

.p-solution__card-title {
  color: #257AB6;
  font-size: max(2.25rem, 28.8px);
  font-weight: 500;
  line-height: 1.1944444444;
  letter-spacing: 0em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-solution__card-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-solution__card-title {
    font-size: max(1.75rem, 22.4px);
    font-weight: 500;
    line-height: 1.2857142857;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-solution__card-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__card-title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 500;
    line-height: 1.2083333333;
    letter-spacing: 0em;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solution__card-title {
    font-size: 1.5rem;
  }
}

.p-solution__card-text {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-solution__card-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-solution__card-text {
    font-size: max(0.8125rem, 10.4px);
    font-weight: 500;
    line-height: 1.1538461538;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-solution__card-text {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__card-text {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.1875;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solution__card-text {
    font-size: 1rem;
  }
}

.p-solution__card-img {
  position: absolute;
  width: 15.1875rem;
  height: auto;
  aspect-ratio: 1;
  bottom: 0;
  right: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-solution__card-img {
    width: 9.5625rem;
    right: -1.625rem;
    bottom: 1rem;
  }
}

.p-needs {
  background: #257AB6;
  padding: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-needs {
    padding: 1.25rem 0.625rem;
  }
}

.p-needs__inner {
  background: #fff;
  padding: 4.0625rem 3.75rem 7.5rem;
  max-width: 82.5rem;
  clip-path: polygon(100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-needs__inner {
    clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
    padding: 1.25rem 0.625rem 2.9375rem;
  }
}
.p-needs__inner svg {
  width: 68.875rem;
  margin: 1.875rem auto;
}
@media screen and (max-width: 767px) {
  .p-needs__inner svg {
    width: 18.75rem;
    height: 0.25rem;
    margin: 1.1875rem auto;
  }
}

.p-needs__title {
  width: 56.25rem;
  height: auto;
  margin-inline: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 767px) {
  .p-needs__title {
    width: 18.75rem;
    display: block;
  }
}

.p-lineup__content {
  background: #C8DDEC;
  padding: 1.875rem 2.6875rem 3.875rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-lineup__content {
    padding: 1.25rem 0.625rem;
    margin-bottom: 1.25rem;
    width: 21.875rem;
    margin-inline: auto;
  }
}

.p-lineup__title {
  color: #257AB6;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.1944444444;
  letter-spacing: 0em;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-lineup__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup__title {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.1875;
    letter-spacing: 0em;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-lineup__title {
    font-size: 1rem;
  }
}

.p-lineup__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-text-align-last: left;
       text-align-last: left;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-lineup__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
  .p-lineup__main > * {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-lineup__main > *:nth-child(odd) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-lineup__list {
  background: #fff;
  padding: 0.9375rem 0 0.9375rem 4.375rem;
  font-size: max(1.6875rem, 21.6px);
  font-weight: 500;
  line-height: 1.1851851852;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lineup__list {
    font-size: 1.6875rem;
  }
}
.p-lineup__list::before {
  content: "";
  position: absolute;
  background: url(../img/drop.svg) no-repeat center center/cover;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  translate: 0 -50%;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-lineup__list::before {
    width: 1.3334375rem;
    left: 0.9375rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-lineup__list {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.1875;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-lineup__list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup__list {
    padding: 0.6875rem 0.9375rem 0.625rem 2.8125rem;
  }
}

.p-needs__desc {
  display: inline-block;
  background: linear-gradient(305deg, #F18E26 12.16%, #FC644F 89.85%);
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.1944444444;
  letter-spacing: 0em;
  color: #fff;
  padding: 1.25rem 4.375rem;
  position: relative;
  margin-bottom: 3.75rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-needs__desc {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-needs__desc {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    padding: 0.625rem 2.1875rem;
    margin-bottom: 2.1875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-needs__desc {
    font-size: 1.25rem;
  }
}
.p-needs__desc::after {
  content: "";
  position: absolute;
  background: url(../img/polygon.svg) no-repeat center center/cover;
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1;
  left: 50%;
  translate: -50%;
  bottom: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-needs__desc::after {
    width: 1.875rem;
    bottom: -0.9375rem;
  }
}

.p-needs__cards {
  gap: 1.25rem 0.8125rem;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-needs__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem 0.25rem;
    width: 20.625rem;
    margin-inline: auto;
    margin-bottom: 1.25rem;
  }
}

.p-needs__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 1.5625rem 1.375rem;
  height: 12.5rem;
  border: 3px solid #D9D9D9;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p-needs__card {
    grid-column: unset;
    height: 5.9375rem;
    padding-block: 0.625rem;
    border: 1px solid #D9D9D9;
  }
}
.p-needs__card:nth-child(1) .p-needs__card-img {
  width: 6.6875rem;
  height: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .p-needs__card:nth-child(1) .p-needs__card-img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.p-needs__card:nth-child(2) .p-needs__card-img {
  width: 3.25rem;
  height: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-needs__card:nth-child(2) .p-needs__card-img {
    width: 1.8125rem;
    height: 3.125rem;
  }
}
.p-needs__card:nth-child(6) {
  grid-column: 2/span 2;
}
@media screen and (max-width: 767px) {
  .p-needs__card:nth-child(6) {
    grid-column: unset;
  }
}
.p-needs__card:nth-child(7) {
  grid-column: 4/span 2;
}
@media screen and (max-width: 767px) {
  .p-needs__card:nth-child(7) {
    grid-column: unset;
  }
}
.p-needs__card:nth-child(8) {
  grid-column: 6/span 2;
}
@media screen and (max-width: 767px) {
  .p-needs__card:nth-child(8) {
    grid-column: unset;
  }
}
.p-needs__card:nth-child(9) {
  grid-column: 8/span 2;
}
@media screen and (max-width: 767px) {
  .p-needs__card:nth-child(9) {
    grid-column: unset;
  }
}

.p-needs__card-img {
  width: 5.625rem;
  height: 5.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-needs__card-img {
    width: 3.125rem;
    height: 3.125rem;
    margin-bottom: 0.1875rem;
  }
}

.p-needs__card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-needs__card-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-needs__card-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.2142857143;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-needs__card-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-needs__card-text {
    font-size: max(0.625rem, 8px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-needs__card-text {
    font-size: 0.625rem;
  }
}

.p-needs__text {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.1944444444;
  letter-spacing: 0em;
  position: relative;
  z-index: 2;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-needs__text {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-needs__text {
    font-size: max(1.75rem, 22.4px);
    font-weight: 700;
    line-height: 1.2142857143;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-needs__text {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-needs__text {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-needs__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-needs__text::before {
    content: "";
    position: absolute;
    background: #FFF7A0;
    z-index: -1;
    left: 50%;
    translate: -50%;
    height: 0.625rem;
    bottom: 1.4375rem;
    width: 11.9375rem;
  }
}
.p-needs__text::after {
  content: "";
  position: absolute;
  width: 50rem;
  height: 1.25rem;
  left: 50%;
  translate: -50%;
  bottom: -0.625rem;
  background: #FFF7A0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-needs__text::after {
    height: 0.625rem;
    bottom: -0.1875rem;
    width: 15rem;
  }
}

.p-case {
  margin-top: -5rem;
  padding-block: 8.75rem 3.75rem;
  background: #C8DDEC;
  max-width: 82.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-case {
    margin-top: -1.875rem;
    padding-block: 3.09375rem 1.25rem;
  }
}

.p-case__inner {
  padding-inline: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-case__inner {
    padding-inline: 1.25rem;
  }
}

.p-case__text-q {
  display: inline-block;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2083333333;
  background: #fff;
  padding: 0.625rem 3.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__text-q {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__text-q {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.1875;
    padding: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case__text-q {
    font-size: 1rem;
  }
}

.p-case__text-main svg,
.p-case__text-main svg text,
.p-case__text-main svg tspan {
  all: initial !important; /* ← すべてのCSSプロパティを初期値に戻す魔法の言葉 */
}

.p-case__text-main {
  width: 24.75rem;
  height: auto;
  margin-inline: auto;
  margin-bottom: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case__text-main {
    width: 16.5rem;
    margin-bottom: 2.1875rem;
  }
}
.p-case__text-main::before {
  content: "";
  position: absolute;
  background: url(../img/line.svg) no-repeat center center/cover;
  left: 50%;
  translate: -50%;
  bottom: -1.875rem;
  width: 1.125rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__text-main::before {
    background: url(../img/line-sp.svg) no-repeat center center/cover;
    bottom: -1.5625rem;
  }
}
.p-case__text-main::after {
  content: "";
  position: absolute;
  width: 29rem;
  height: 0.1875rem;
  background: #257AB6;
  left: 50%;
  translate: -50%;
  bottom: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__text-main::after {
    width: 15.625rem;
    height: 1px;
    bottom: -0.9375rem;
  }
}

.p-case__text-sub {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.1944444444;
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__text-sub {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__text-sub {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.1875;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case__text-sub {
    font-size: 1rem;
  }
}

.p-case__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.625rem 1.5rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-case__cards {
    grid-template-columns: 1fr;
    padding-left: 0;
    row-gap: 1.25rem;
  }
}

.p-case__card {
  background: #fff;
  padding: 2.5rem 1.875rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case__card {
    padding: 1.875rem 0.9375rem 1.25rem 0.9375rem;
    width: 20.625rem;
    margin-inline: auto;
  }
}

.p-case__card-num {
  position: absolute;
  color: #fff;
  font-family: Inter;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2083333333;
  padding-block: 0.625rem;
  padding-inline: 1.25rem 2.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#34B6B6), to(#46538A));
  background: linear-gradient(90deg, #34B6B6 0%, #46538A 100%);
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  left: -0.625rem;
  top: -1.375rem;
}
@media screen and (max-width: 767px) {
  .p-case__card-num {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__card-num {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.1875;
    padding: 0.625rem 1.125rem 0.625rem 0.625rem;
    top: -0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case__card-num {
    font-size: 1rem;
  }
}

.p-case__card-title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2083333333;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#34B6B6), to(#46538A));
  background: linear-gradient(90deg, #34B6B6 0%, #46538A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__card-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__card-title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case__card-title {
    font-size: 1.25rem;
  }
}

.p-case__card-img {
  height: 19.3125rem;
  margin-bottom: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-case__card-img {
    height: 11.9375rem;
    margin-bottom: 1.25rem;
  }
}
.p-case__card-img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-case__card-text {
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .p-case__card-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__card-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.2142857143;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case__card-text {
    font-size: 0.875rem;
  }
}

.p-flow {
  padding-block: 3.875rem 3.6875rem;
  background: url(../img/bg-flow.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 2.5rem 1.875rem;
  }
}

.p-flow__title {
  text-align: center;
  position: relative;
  margin-bottom: 3.75rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    margin-bottom: 1.875rem;
  }
}
.p-flow__title::after {
  content: "";
  position: absolute;
  width: 12.5rem;
  height: 0.1875rem;
  left: 50%;
  translate: -50%;
  bottom: -1.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#34B6B6), to(#46538A));
  background: linear-gradient(90deg, #34B6B6 0%, #46538A 100%);
}
@media screen and (max-width: 767px) {
  .p-flow__title::after {
    bottom: -0.625rem;
    width: 6.25rem;
    height: 1px;
  }
}

.p-flow__title-sub {
  text-align: center;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__title-sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title-sub {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.1875;
    letter-spacing: 0em;
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__title-sub {
    font-size: 1rem;
  }
}

.p-flow__title-note {
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: 0em;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__title-note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title-note {
    font-size: max(0.625rem, 8px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__title-note {
    font-size: 0.625rem;
  }
}

.p-flow__content {
  width: 62.5rem;
  margin-inline: auto;
  margin-bottom: 7.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__content {
    width: 21.875rem;
    margin-bottom: 1.5625rem;
  }
}

.p-flow__step {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-flow__step-title {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0em;
  margin-bottom: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__step-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step-title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__step-title {
    font-size: 1.25rem;
  }
}
.p-flow__step-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background: #257AB6;
  bottom: -0.625rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .p-flow__step-title::after {
    height: 0.0625rem;
  }
}

.p-flow__step-text {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__step-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.2142857143;
    letter-spacing: 0em;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__step-text {
    font-size: 0.875rem;
  }
}
.p-flow__step-text a {
  color: #257AB6;
  text-decoration: underline;
}
.p-flow__step-text span {
  font-size: max(0.625rem, 8px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-flow__step-text span {
    font-size: 0.625rem;
  }
}

.p-flow__step-arrow {
  width: 6.5625rem;
  height: 3.125rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__step-arrow {
    width: 3.125rem;
    height: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

.p-flow__equipment {
  width: 75rem;
  border: 5px solid; /* 太さはここで指定 */
  -o-border-image: linear-gradient(90deg, #34B6B6 0%, #46538A 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#34B6B6), to(#46538A)) 1;
     border-image: linear-gradient(90deg, #34B6B6 0%, #46538A 100%) 1;
  padding: 1.5625rem 6.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .p-flow__equipment {
    padding: 1.875rem 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__equipment {
    width: 21.875rem;
    border: 1px solid;
    -o-border-image: linear-gradient(90deg, #34B6B6 0%, #46538A 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#34B6B6), to(#46538A)) 1;
       border-image: linear-gradient(90deg, #34B6B6 0%, #46538A 100%) 1;
    padding: 1.25rem 1.0625rem;
  }
}

.p-flow__equipment-title {
  text-align: center;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__equipment-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__equipment-title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__equipment-title {
    font-size: 1.25rem;
  }
}

.p-flow__equipment-list {
  display: grid;
  grid-template-columns: 31.5625rem 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 1100px) {
  .p-flow__equipment-list {
    grid-template-columns: 37.5rem 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-flow__equipment-list {
    grid-template-columns: 40rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__equipment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-flow__equipment-list > * {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-flow__equipment-list > *:nth-child(odd) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-flow__equipment-list li {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-flow__equipment-list li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-flow__equipment-list li {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 2.8571428571;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-flow__equipment-list li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__equipment-list li {
    font-size: max(0.625rem, 8px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__equipment-list li {
    font-size: 0.625rem;
  }
}

.p-faq {
  background: #C8DDEC;
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 2.5rem;
  }
}

.p-faq__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3.0625rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    margin-bottom: 1.5rem;
  }
}

.p-faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.js-content {
  overflow: hidden;
}

@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__question {
  display: block;
  text-align: left;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.2083333333;
  letter-spacing: 0em;
  background: #fff;
  padding: 1.25rem 6.5625rem 1.25rem 1.875rem;
  width: 62.5rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-faq__question {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.1875;
    letter-spacing: 0em;
    padding: 0.625rem 2.680625rem 0.625rem 0.625rem;
    width: 23.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__question {
    font-size: 1rem;
  }
}
.p-faq__question::after {
  content: "";
  position: absolute;
  background: url(../img/icon-faq.svg) no-repeat center center/cover;
  width: 2rem;
  height: 1.25rem;
  top: 50%;
  translate: 0 -50%;
  right: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question::after {
    background: url(../img/icon-faq-sp.svg) no-repeat center center/cover;
    width: 1.25rem;
    height: 0.625rem;
    top: 50%;
    translate: 0 -50%;
    right: 0.805625rem;
  }
}

.p-faq__answer {
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0em;
  padding: 0.625rem 1.875rem 1.25rem;
  width: 62.5rem;
  margin-inline: auto;
  background: #fff;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    width: 23.125rem;
    padding: 0.625rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.2142857143;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__answer {
    font-size: 0.875rem;
  }
}

details[open] .p-faq__question::after {
  rotate: 180deg;
}

.p-cta {
  text-align: center;
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 1.25rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
/* 1000px以下になったら改行有効化 */
@media (min-width: 1000px) {
  .u-md {
    display: none　 !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Inter", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}