@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  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;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

main {
  overflow: hidden;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: rgba(12, 41, 63, 0.8509803922);
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.body-2 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
}

.btns__area {
  margin-top: 4rem;
}

.btns__free {
  background: -webkit-gradient(linear, left top, left bottom, from(#40C5B8), to(#37A096));
  background: linear-gradient(180deg, #40C5B8 0%, #37A096 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2.4rem;
  text-align: center;
}

.btns {
  display: grid;
  margin-top: 1.6rem;
  gap: 1.6rem;
}

.btn a {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 4.8rem;
  border-radius: calc(infinity * 1px);
  font-size: 2rem;
  line-height: 150%;
}

.btn__document a {
  background: linear-gradient(87.32deg, #009AD4 2.24%, #0977C7 97.76%);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1803921569);
  color: #FFF;
}

.btn__contact a {
  border: 1px solid rgba(0, 103, 177, 0.8);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
  color: #0067B1;
}

.section {
  padding: 4rem 0;
}

.section__en {
  position: relative;
  padding-left: 6.1rem;
  color: #1FB0E6;
  font-weight: 500;
  font-size: 4rem;
  line-height: 150%;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.section__en::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.7rem;
  height: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/border_title_sp.svg) no-repeat center center/contain;
  content: "";
}

.section__jp {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 150%;
}

.section__top {
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 1.4rem;
}

.about {
  position: relative;
}
.about::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 40px 40px 0;
  background: rgba(221, 232, 241, 0.6);
  content: "";
}

.about__head {
  text-align: center;
}
.about__head p {
  display: grid;
  place-items: center;
  width: 7.2rem;
  min-height: 3.6rem;
  margin-inline: auto;
  border: 1px solid #1FB0E6;
  border-radius: 8px;
  color: #1FB0E6;
  font-size: 1.6rem;
}
.about__head h2 {
  position: relative;
  margin-top: 0.8rem;
  color: #1FB0E6;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 150%;
  font-family: "Poppins", sans-serif;
}
.about__head h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 7px;
  border-radius: 0 20px 20px 0;
  background: -webkit-gradient(linear, left top, right top, from(#6AD2EB), to(#04A7E4));
  background: linear-gradient(90deg, #6AD2EB 0%, #04A7E4 100%);
  content: "";
}

.about__logo {
  width: 31.2vw;
  margin-top: 2.4rem;
  margin-inline: auto;
}

.about__copy {
  margin-top: 2.4rem;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
}

.about__description {
  margin-top: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.about__container {
  margin-top: 4rem;
}

.about__image {
  aspect-ratio: 327/218;
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.about__content {
  padding: 1.6rem;
  border-radius: 0 0 20px 20px;
  background: #FFF;
}
.about__content ul {
  margin-top: 1.6rem;
  padding-left: 1.5em;
  list-style: disc;
}
.about__content li {
  font-weight: 400;
  font-size: 1.6rem;
  list-style: disc;
}

.about__title {
  font-size: 1.8rem;
  line-height: 150%;
}

.alignment {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 0.5px solid rgba(149, 176, 199, 0.7490196078);
}

.alignment__head {
  text-align: center;
}
.alignment__head h3 {
  font-size: 2rem;
  line-height: 150%;
}
.alignment__head p {
  margin-top: 0.8rem;
  font-weight: 400;
  font-size: 1.4rem;
}

.alignment__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-top: 4rem;
  margin-right: calc(50% - 50vw);
  padding-right: 20px;
  overflow: scroll;
  gap: 2.4rem;
}

.alignment__item {
  width: 80vw;
}

.alignment__image {
  width: 80vw;
}
.alignment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.alignment__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6rem;
  gap: 8px;
  font-size: 2rem;
  text-align: center;
}
.alignment__name span {
  position: relative;
  width: 2.5rem;
  height: 1.6rem;
}
.alignment__name span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.alignment__text {
  margin-top: 0.8rem;
  font-weight: 400;
  font-size: 1.4rem;
}

.bg__top {
  background: url(../img/bg_pain_sp.webp) no-repeat center center/cover;
}

.bottom {
  padding: 12rem 0 4rem;
}

.bottom__title {
  font-size: 3.2rem;
  text-align: center;
}

.bottom__text {
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

.bottom__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
}
.bottom__btn a {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 4.8rem;
  border: 1px solid rgba(0, 103, 177, 0.8);
  border-radius: calc(infinity * 1px);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
  color: #0067B1;
  font-size: 2rem;
}

.contact {
  position: relative;
  min-height: 100vh;
  padding-top: 9.6rem;
  padding-bottom: 4rem;
  background: url(../img/bg_thanks_sp.webp) no-repeat center center/cover;
}

.contact__title {
  font-size: 2.4rem;
  line-height: 150%;
  text-align: center;
}

.contact__area {
  margin-top: 2.4rem;
}
.contact__area .contact-iframe {
  display: block; /* 余計な隙間防止 */
  width: 100%;
  height: 820px;
  border: 0;
}

.cta {
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(7, 168, 228, 0.4)), to(rgba(103, 209, 235, 0.4)));
  background-image: linear-gradient(270deg, rgba(7, 168, 228, 0.4) 0%, rgba(103, 209, 235, 0.4) 100%);
  background-position: left bottom;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}
.cta::after {
  position: absolute;
  right: 2.9rem;
  bottom: -1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#07A8E4), to(#67D1EB));
  background: linear-gradient(270deg, #07A8E4 0%, #67D1EB 100%);
  content: "";
}

.cta__head h2 {
  font-size: 3.2rem;
  text-align: center;
}
.cta__head p {
  margin-top: 2.4rem;
  text-align: center;
}

.detail {
  position: relative;
}
.detail::after {
  position: absolute;
  bottom: -1.2rem;
  left: 69.8666666667%;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#0DAAE4), to(#138FCE));
  background: linear-gradient(270deg, #0DAAE4 0%, #138FCE 100%);
  content: "";
}

.detail__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4rem;
  gap: 2.4rem;
}

.detail__items {
  display: grid;
  gap: 1.6rem;
}

.detail__item {
  padding-bottom: 1.6rem;
  border-bottom: 0.5px solid rgba(149, 176, 199, 0.7490196078);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.detail__title {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  line-height: 150%;
}
.detail__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#69D1EB), to(#04A8E4));
  background: linear-gradient(90deg, #69D1EB 0%, #04A8E4 100%);
  content: "";
}

.detail__text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 1.4rem;
}

.document {
  padding: 40px 0;
}

.document__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.4rem 1.6rem;
  gap: 1.2rem;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.5019607843);
}

.document__title {
  font-size: 1.6rem;
  text-align: center;
}

.document__text {
  font-weight: 400;
  font-size: 1.4rem;
}

.document__btn {
  display: grid;
  place-items: center;
  min-height: 4rem;
  border-radius: calc(infinity * 1px);
  background: linear-gradient(87.32deg, #009AD4 2.24%, #0977C7 97.76%);
  color: #FFF;
  font-size: 1.6rem;
}
.document__btn span {
  position: relative;
  padding-right: 1em;
}
.document__btn span::after {
  position: absolute;
  top: 50%;
  right: -1em;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_btn.svg) no-repeat center center/contain;
  content: "";
}

.document__form {
  display: none;
}
.document__form.is-active {
  display: block;
}
.document__form .document__ifram {
  display: block;
  width: 100%;
  height: 750px;
  border: 0;
}

.document__text.is-hidden,
.document__btn.is-hidden {
  display: none;
}

.fixed {
  z-index: 100;
  position: fixed;
  bottom: 8px;
  left: 0;
  width: 100%;
  padding: 8px;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.fixed.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fixed__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 7.2rem;
  padding: 1rem 2rem;
  gap: 4px;
  border-radius: 20px;
  background: #FFF;
}

.fixed__btn a {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0.2em 2rem;
  border-radius: calc(infinity * 1px);
  font-size: 16px;
  line-height: 150%;
}

.fixed__btn.--document a {
  background: linear-gradient(87.32deg, #009AD4 2.24%, #0977C7 97.76%);
  color: #FFF;
}

.fixed__btn.--contact a {
  border: 1px solid rgba(0, 103, 177, 0.8);
  color: #0067B1;
}

.footer {
  padding: 4rem 2.4rem 10rem;
  background: rgba(12, 41, 63, 0.8);
  color: #FFF;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2.4rem;
  gap: 2.4rem;
}

.footer__logo {
  text-align: center;
}

.footer__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}

.footer__item {
  font-weight: 400;
  font-size: 1.2rem;
}

.footer__item a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__snss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}

.footer__link {
  font-weight: 400;
  font-size: 1.2rem;
}
.footer__link a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__copy {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 160%;
  text-align: center;
}

.functioin {
  position: relative;
}
.functioin::after {
  position: absolute;
  bottom: -1.2rem;
  left: 53.8666666667%;
  width: 2.4rem;
  height: 2.4rem;
  background: -webkit-gradient(linear, right top, left top, from(#0DAAE4), to(#138FCE));
  background: linear-gradient(270deg, #0DAAE4 0%, #138FCE 100%);
  background: url(../img/function_circle.webp) no-repeat center center/cover;
  content: "";
}

.function__items {
  display: grid;
  margin-top: 4rem;
  gap: 4rem;
}

.function__item {
  display: grid;
  gap: 1.6rem;
}

.function__image {
  text-align: center;
}

.function__content {
  text-align: center;
}

.function__title {
  font-size: 1.8rem;
}
.function__title span {
  display: block;
  font-weight: 400;
}

.function__text {
  margin-top: 0.7rem;
  font-weight: 400;
}

.fv {
  position: relative;
  border-radius: 0 0 24px 24px;
  background: url(../img/fv_sp.webp) no-repeat center center/cover;
}
.fv::after {
  position: absolute;
  bottom: -1.2rem;
  left: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#07A8E4), to(#67D1EB));
  background: linear-gradient(270deg, #07A8E4 0%, #67D1EB 100%);
  content: "";
}

.fv__image {
  max-height: inherit;
}
.fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__container {
  padding: 12rem 2.4rem 4rem;
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.fv__copy {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 150%;
}

.fv__text {
  margin-top: 1.6rem;
}

.fv__form {
  display: none;
}
.fv__form .fv__iframe {
  display: block; /* 余計な隙間防止 */
  width: 100%;
  height: 820px;
  border: 0;
}

.fv__cta {
  display: grid;
  position: relative;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4.6rem;
  margin-top: 1.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6980392157);
  background-clip: padding-box;
  font-size: 2rem;
}
.fv__cta::after {
  z-index: 0;
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#40C5B8), to(#37A096));
  background: linear-gradient(180deg, #40C5B8 0%, #37A096 100%);
  content: "";
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.fv__cta span {
  z-index: 1;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#40C5B8), to(#37A096));
  background: linear-gradient(180deg, #40C5B8 0%, #37A096 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.1rem;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5019607843);
}

.header__logo {
  width: 6.4rem;
}

.header__nav {
  display: none;
}

.header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.header__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.header__item:not(:first-child) {
  font-weight: 500;
}
.header__item:not(:first-child) a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header__links {
  display: none;
}

.header__link a {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 48px;
  padding: 0.2em 2rem;
  border-radius: calc(infinity * 1px);
  font-size: 16px;
  line-height: 150%;
}

.header__link.--document a {
  background: linear-gradient(87.32deg, #009AD4 2.24%, #0977C7 97.76%);
  color: #FFF;
}

.header__link.--contact a {
  border: 1px solid rgba(0, 103, 177, 0.8);
  color: #0067B1;
}

.menu {
  color: #FFF;
}

.menu__items {
  display: grid;
}

.menu__item {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(../img/menu01.png) no-repeat center center/cover;
}

.menu__item:nth-child(2) {
  background: url(../img/menu02.png) no-repeat center center/cover;
}

.menu__items:nth-child(2) .menu__item:nth-child(1) {
  background: url(../img/menu03.png) no-repeat center center/cover;
}

.menu__items:nth-child(2) .menu__item:nth-child(2) {
  background: url(../img/menu04.png) no-repeat center center/cover;
}

.menu__item:nth-child(3) {
  background: url(../img/menu05.png) no-repeat center center/cover;
}

.menu__item:nth-child(4) {
  background: url(../img/menu06.png) no-repeat center center/cover;
}

.menu__content {
  width: 90%;
  margin-inline: auto;
  font-size: 400px;
}

.menu__title {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 7px;
  text-align: center;
}

.menu__text {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}

.menu__attention {
  margin-top: 0.4rem;
  font-size: 1.5rem;
  line-height: 2.1052631579;
  text-align: center;
}

.menu__attention span {
  color: #F7171F;
  font-weight: 600;
}

.menu__big {
  margin-left: 0.8rem;
  font-size: 3.2rem;
  letter-spacing: 0.8px;
}

.menu__small {
  margin-right: 0.8rem;
  font-size: 1.8rem;
}

.menu__item:has(.menu__attention) .menu__text {
  margin-top: 0.8rem;
}

.pain {
  position: relative;
  padding: 24px 0 40px;
}
.pain::after {
  position: absolute;
  bottom: -1.2rem;
  left: 14rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#0DAAE4), to(#138FCE));
  background: linear-gradient(270deg, #0DAAE4 0%, #138FCE 100%);
  content: "";
}

.pain__items {
  display: grid;
  margin-top: 4rem;
  gap: 3.2rem;
}

.pain__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.2rem 1.6rem;
  gap: 2.4rem;
  border-top: 1px solid #FFFFFF;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5019607843);
}

.pain__item:nth-child(1) .pain__icon {
  width: 42.1vw;
}

.pain__item:nth-child(2) .pain__icon {
  width: 36.3vw;
}

.pain__icon {
  margin-inline: auto;
}

.pain__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: center;
}

.pain__lists {
  padding-left: 1.5em;
  list-style: disc;
}

.pain__list {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  list-style: disc;
}

.qa__head h2 {
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.qa__head p {
  margin-top: 2.4rem;
  text-align: center;
}

.qa__container {
  margin-top: 4rem;
  padding: 0 16px 20px 16px;
  border-radius: 20px;
  background: rgba(56, 163, 240, 0.1019607843);
}

.qa__item {
  overflow: hidden;
  border-radius: 8px;
}
.qa__item:not(:last-child) {
  margin-bottom: 12px;
}

.qa__details[open] .qa__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.qa__summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.qa__summary::-webkit-details-marker {
  display: none;
}

.qa__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.8rem;
  padding-right: 16px;
  font-weight: 400;
  font-size: 1.6rem;
  cursor: pointer;
}

.qa__icon {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.qa__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid rgba(12, 41, 63, 0.6);
  border-bottom: 2px solid rgba(12, 41, 63, 0.6);
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qa__answer {
  padding: 1.2rem;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5019607843);
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qa__details[open] .qa__answer {
  max-height: 500px;
}

.thanks {
  position: relative;
  height: 100vh;
  background: url(../img/bg_thanks_sp.webp) no-repeat center center/cover;
}

.thanks__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.thanks__title {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.thanks__container {
  margin-top: 2.4rem;
  padding: 4rem;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: #FFF;
  text-align: center;
}

.thanks__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
}

.thanks__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
}
.thanks__btn a {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 4.8rem;
  border-radius: calc(infinity * 1px);
  background: linear-gradient(87.32deg, #009AD4 2.24%, #0977C7 97.76%);
  color: #FFF;
  font-size: 2rem;
  line-height: 150%;
}

/* =========================
  value-flow（旧 root）
========================= */
.value-flow {
  margin-top: 4rem;
  padding: 3.2rem 1.6rem;
  overflow: hidden;
  border-top: 1px solid #FFFFFF;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5019607843);
}

.value-flow__title {
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
}

.value-flow__lead {
  margin-top: 0.8rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.5px solid rgba(149, 176, 199, 0.7490196078);
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

.value-flow__inner {
  margin-top: 2.4rem;
}

/* =========================
  flow-arrows（変更なし）
========================= */
.flow-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}

.flow-arrows__item {
  display: grid;
  place-items: center;
  width: 39.1rem;
  min-height: 2.8rem;
  background: url(../img/arrow_bg.webp) no-repeat center center/cover;
  font-size: 1.2rem;
  white-space: nowrap;
}

.flow-arrows__item--last {
  background: #e8e8e8;
}

.flow-arrows__item--last::after {
  display: none;
}

.flow-arrows__arrow {
  display: block;
  width: 20px;
}

.flow-arrows__dots {
  padding: 0 10px;
  color: #6d6d6d;
  font-size: 20px;
}

/* =========================
  value-flow contents（旧 root__contents）
========================= */
.value-flow__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

/* =========================
  flow-block（旧 flow-section）
========================= */
.flow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  overflow: scroll;
  gap: 1rem;
}

.flow-block__label {
  display: grid;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  place-items: center;
  min-height: 4rem;
  border-radius: 16px;
  background: #767676;
  color: #FFF;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}

.flow-block__label--idcp {
  background: #40C5B8;
}

.flow-block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flow-block--idcp {
  gap: 2.5rem;
}
.flow-block--idcp .flow-block__label {
  background: #4db5a4;
}

/* =========================
  flow-steps（旧 step-list）
========================= */
.flow-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}

.flow-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

/* =========================
  flow-step（旧 step）
========================= */
.flow-step {
  display: grid;
  place-items: center;
  width: 8.5rem;
  min-height: 11.3rem;
  background: #ffffff;
  background: url(../img/step_bg.webp) no-repeat center center/contain;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}
.flow-step span {
  margin-left: -0.5vw;
}

.flow-step--last {
  width: 8.5rem;
}
.flow-step--last span {
  margin-left: -0.5vw;
}

.flow-step--arrow {
  width: 8.5rem;
  min-height: 5.3rem;
  min-height: 2.8rem;
  background: url(../img/arrow_last_bg.webp) no-repeat center center/cover;
}
.flow-step--arrow span {
  margin-left: -0.5vw;
}

.flow-step--idcp {
  width: 66.1596958175%;
  background: url(../img/step_bg_long.webp) no-repeat center center/contain;
  color: #229B8F;
  font-size: 1.4rem;
  text-align: left;
}
.flow-step--idcp span {
  margin-left: -5.5vw;
}

.flow-dots {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 0.8rem;
  color: #B6B6B6;
  font-size: 2.4rem;
  text-align: center;
  white-space: nowrap;
}

.flow-step-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 26.3rem;
}

.flow-balloon {
  display: grid;
  position: relative;
  place-items: center;
  aspect-ratio: 110/100;
  width: 7.64vw;
  width: 11rem;
  margin-top: -1.3rem;
  margin-left: -3.5rem;
  border-radius: 8px;
  background: #40C5B8;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 130%;
  text-align: center;
}

.flow-balloon::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.8rem;
  height: 1.1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #40C5B8;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* =========================
  value-flow center（旧 root__center）
========================= */
.value-flow__center {
  text-align: center;
}

.value-flow__note {
  color: #D02F2F;
  font-size: 1.6rem;
  text-align: center;
}

.value-flow__arrow {
  margin-top: 8px;
}

.value {
  background: url(../img/bg_value_sp.webp) no-repeat center center/cover;
}

.value__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-right: calc(50% - 50vw);
  padding-right: 20px;
  overflow: scroll;
  gap: 1.6rem;
}

.value__item {
  width: 80vw;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.5019607843);
}

.value__image {
  display: grid;
  place-items: center;
  min-height: 16.8rem;
  padding: 2.4rem 7rem;
  border-radius: 20px;
  background: #FFF;
}

.value__icon {
  min-width: min(44vw, 160px);
}

.value__content {
  padding: 1.6rem 2rem 2.4rem;
}

.valu__title {
  font-size: 1.8rem;
  text-align: center;
}

.value__text {
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 1.4rem;
}

.what {
  background: url(../img/bg_what_sp.webp) no-repeat center center/cover;
  color: #FFF;
  text-align: center;
}

.what__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

.what__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 3.2rem;
  line-height: 150%;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.what__title::after {
  position: absolute;
  top: 50%;
  left: 110%;
  width: 2.7rem;
  height: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/border_what_right.svg) no-repeat center center/contain;
  content: "";
}
.what__title::before {
  position: absolute;
  top: 50%;
  right: 110%;
  width: 2.7rem;
  height: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/border_what_left.svg) no-repeat center center/contain;
  content: "";
}

.what__description {
  font-size: 1.6rem;
  line-height: 150%;
}

.wbat__text {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
}

.u-desktop {
  display: none;
}

@media (min-width: 310px) and (max-width: 350px) {
  .header__inner {
    zoom: 0.9;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  .header__inner {
    zoom: 0.9;
  }
}

@media (min-width: 768px) and (max-width: 839px) {
  .fv .fv__container {
    grid-template-columns: 48% 1fr;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }
  body {
    font-size: max(1.6rem, 14px);
  }
  .inner {
    max-width: 1240px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner__mini {
    max-width: 1040px;
  }
  .body-2 {
    font-size: 1.8rem;
  }
  .btns__area {
    margin-top: 8rem;
  }
  .btns__free {
    font-size: 4rem;
  }
  .btns {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: min(90%, 992px);
    margin-top: 2.4rem;
    margin-inline: auto;
    gap: 3.2rem;
  }
  .btn a {
    min-height: 7.2rem;
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
  .section {
    padding: 11.2rem 0;
  }
  .section__en {
    padding-left: 10.6rem;
    font-size: 5.6rem;
  }
  .section__en::before {
    width: 5.6rem;
    height: 1.1rem;
    background: url(../img/border_title.svg) no-repeat center center/contain;
  }
  .section__jp {
    margin-top: 1.6rem;
    font-size: 3.2rem;
  }
  .section__top {
    font-size: 1.8rem;
  }
  .about__head p {
    width: 9.2rem;
    min-height: 4.6rem;
    font-size: 2rem;
  }
  .about__head h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 5.6rem;
  }
  .about__logo {
    width: 19.2rem;
  }
  .about__copy {
    font-size: 3.2rem;
  }
  .about__description {
    font-size: 1.8rem;
  }
  .about__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: min(95%, 1000px);
    margin-top: 8rem;
    margin-inline: auto;
  }
  .about__image {
    aspect-ratio: 500/333;
  }
  .about__image img {
    border-radius: 20px 0 0 20px;
  }
  .about__content {
    padding: 4rem;
    padding: min(2.8vw, 4rem);
    border-radius: 0 20px 20px 0;
  }
  .about__title {
    font-size: 2.4rem;
  }
  .alignment {
    margin-top: 8rem;
    padding-top: 8rem;
  }
  .alignment__head h3 {
    font-weight: 700;
    font-size: 3.2rem;
  }
  .alignment__head p {
    font-size: 2rem;
  }
  .alignment__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.6rem;
    margin-right: initial;
    padding-right: initial;
    overflow: initial;
    gap: 4rem;
  }
  .alignment__item {
    width: 100%;
  }
  .alignment__image {
    width: 100%;
  }
  .alignment__name {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
  .alignment__name span {
    width: 3rem;
    height: 2rem;
  }
  .alignment__text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .bg__top {
    background: initial;
    background: url(../img/bg_pain.webp) no-repeat center center/cover;
  }
  .bottom {
    padding: 8rem 0 4rem;
  }
  .bottom__text {
    font-size: 1.8rem;
  }
  .bottom__btn a {
    width: 25.1rem;
    min-height: 7.2rem;
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
  .contact {
    padding-top: 17.6rem;
    padding-bottom: 9.6rem;
    background: url(../img/bg_thanks.webp) no-repeat center center/cover;
  }
  .contact__title {
    font-size: 3.2rem;
  }
  .contact__area {
    max-width: 700px;
    margin-inline: auto;
  }
  .contact__area .contact-iframe {
    height: 580px;
  }
  .cta::after {
    right: 10rem;
    bottom: -2rem;
    width: 4rem;
    height: 4rem;
  }
  .cta .btns__area {
    margin-top: 4rem;
  }
  .cta__head h2 {
    font-size: 4.8rem;
    line-height: 140%;
  }
  .detail::after {
    bottom: -2rem;
    left: 40rem;
    left: 69.4444444444%;
    width: 4rem;
    height: 4rem;
  }
  .detail__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8rem;
    gap: 4rem;
  }
  .detail__title {
    font-size: 2.4rem;
  }
  .detail__title::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .detail__text {
    font-size: 1.6rem;
  }
  .document {
    display: none;
  }
  .fixed {
    display: none;
  }
  .footer {
    padding: 8rem 8rem 4rem;
  }
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4rem;
  }
  .footer__nav {
    position: absolute;
    top: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.4rem;
  }
  .footer__item {
    font-size: 1.6rem;
  }
  .footer__copy {
    font-size: 1.4rem;
  }
  .functioin::after {
    bottom: -2rem;
    left: 50%;
    width: 4rem;
    height: 4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .function__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8rem;
  }
  .function__item {
    gap: 3.2rem;
  }
  .function__title {
    font-size: 2.4rem;
  }
  .function__title span {
    font-size: 1.8rem;
  }
  .function__text {
    margin-top: 2.4rem;
  }
  .fv {
    height: 100vh;
    background: url(../img/fv_pc.webp) no-repeat center center/cover;
  }
  .fv::after {
    bottom: -2rem;
    left: 10rem;
    width: 4rem;
    height: 4rem;
  }
  .fv__image {
    height: inherit;
    min-height: 64vw;
  }
  .fv__container {
    display: grid;
    position: absolute;
    top: 55%;
    left: 50%;
    grid-template-columns: 61.2903225806% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 88.1944444444%;
    padding: 0 15px;
    gap: 8rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .fv__copy {
    font-size: 4.2rem;
    line-height: 140%;
  }
  .fv__text {
    margin-top: 2.4rem;
  }
  .fv__form {
    display: block;
  }
  .fv__form .fv__iframe {
    height: 67rem;
  }
  .fv__cta {
    min-height: 7.2rem;
    margin-top: 3.2rem;
    padding: 1.2rem 2.4rem;
    font-size: 3.2rem;
  }
  .header {
    padding: 8px;
  }
  .header__inner {
    padding: 20px 24px 24px 40px;
    border-radius: 20px;
    background: #FFF;
  }
  .header__logo {
    width: 10.4rem;
  }
  .header__nav {
    display: block;
    margin-left: auto;
  }
  .header__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 4rem;
    gap: 4px;
  }
  .header__link a {
    padding: 0.2em 3.2rem;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1803921569);
            box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1803921569);
    font-size: 20px;
  }
  .menu__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu__item {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .menu__content {
    width: 70%;
  }
  .menu__title {
    font-size: 3rem;
  }
  .menu__text {
    margin-top: 4.6rem;
    font-size: 1.5rem;
  }
  .menu__attention {
    font-size: 1.9rem;
  }
  .menu__big {
    font-size: 4.2rem;
  }
  .menu__small {
    font-size: 2.2rem;
  }
  .menu__item:has(.menu__attention) .menu__text {
    margin-top: 1.8rem;
  }
  .pain::after {
    bottom: -2rem;
    left: 40rem;
    width: 4rem;
    height: 4rem;
  }
  .pain__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8rem;
    gap: 3.2rem;
  }
  .pain__item {
    padding: 4.8rem;
  }
  .pain__item:nth-child(1) .pain__icon {
    width: 22rem;
  }
  .pain__item:nth-child(2) .pain__icon {
    width: 21.1rem;
  }
  .pain__title {
    font-size: 3.2rem;
  }
  .pain__list {
    font-size: 1.6rem;
  }
  .qa__head h2 {
    font-size: 5.6rem;
    line-height: 140%;
  }
  .qa__container {
    max-width: 768px;
    margin-inline: auto;
    padding: 0 24px 20px 24px;
  }
  .qa__question {
    min-height: 7.2rem;
    font-size: 1.8rem;
  }
  .qa__icon::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .qa__answer {
    font-size: 1.6rem;
  }
  .thanks {
    background: url(../img/bg_thanks.webp) no-repeat center center/cover;
  }
  .thanks__title {
    font-size: 3.2rem;
    line-height: 100%;
  }
  .thanks__container {
    max-width: 560px;
    margin-top: 4rem;
    margin-inline: auto;
  }
  .thanks__text {
    font-size: 1.8rem;
  }
  .value-flow {
    padding: 4.8rem;
  }
  .value-flow__title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 140%;
  }
  .value-flow__lead {
    padding-bottom: 4rem;
    font-size: 2rem;
  }
  .value-flow__inner {
    margin-top: 4rem;
  }
  .flow-arrows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow-arrows__item {
    width: initial;
    min-height: 5.3rem;
    background: url(../img/arrow_bg.webp) no-repeat center center/contain;
    font-size: 1.6rem;
  }
  .value-flow__contents {
    gap: 4rem;
  }
  .value-flow__contents::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 4rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/arrows.webp) no-repeat center center/contain;
    content: "";
  }
  .flow-block {
    display: grid;
    grid-template-columns: 13.0434782609% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: initial;
    margin-right: initial;
    padding-right: initial;
    overflow: initial;
    gap: 2.4rem;
  }
  .flow-block__label {
    min-height: 15.9rem;
    font-size: 2rem;
  }
  .flow-block__content {
    display: grid;
    grid-template-columns: 84.0717299578% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.6rem;
  }
  .flow-steps {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 0.4rem;
  }
  .flow-steps--idcp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
  .flow-step {
    width: 100%;
  }
  .flow-step--last {
    width: 8.5rem;
  }
  .flow-step--arrow {
    width: 8.5rem;
    min-height: 5.3rem;
    background: url(../img/arrow_last_bg.webp) no-repeat center center/contain;
  }
  .flow-step--idcp {
    width: 69.8795180723%;
    width: 66.1596958175%;
  }
  .flow-step--idcp span {
    margin-left: -1.5vw;
  }
  .flow-step-group {
    width: initial;
  }
  .flow-balloon {
    margin-left: -2.1rem;
  }
  .value-flow__note {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 2rem;
  }
  .value-flow__arrow {
    display: none;
  }
  .value {
    background: url(../img/bg_value.webp) no-repeat center center/cover;
  }
  .value__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 8rem;
    margin-right: initial;
    padding-right: initial;
    overflow: initial;
  }
  .value__item {
    width: 100%;
  }
  .value__icon {
    min-width: initial;
  }
  .value__content {
    padding: 2rem;
  }
  .valu__title {
    font-size: 2.4rem;
  }
  .value__text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .what {
    background: url(../img/bg_what.webp) no-repeat center center/cover;
  }
  .what__title {
    font-size: 5.6rem;
  }
  .what__title::after {
    left: 106%;
    width: 4rem;
  }
  .what__title::before {
    right: 106%;
    width: 4rem;
  }
  .what__description {
    font-size: 2.4rem;
  }
  .wbat__text {
    font-size: 1.8rem;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media (min-width: 840px) and (max-width: 1240px) {
  .fv .fv__container {
    grid-template-columns: 53% 1fr;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=map/styles.css.map */