@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: #363636;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  display: inline-block;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

span {
  display: inline-block;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  max-width: 632px;
  padding: 0 16px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1440px;
    padding: 0 176px;
  }
}
@media screen and (min-width:768px) and (max-width: 1439px) {
  .l-inner {
    padding: 0 clamp(1rem, -3.125rem + 8.59375vw, 3.75rem);
  }
}

.l-header {
  width: calc(100% - 32px);
  position: fixed;
  top: 1rem;
  left: 50%;
  translate: -50% 0;
  padding-block: 1rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(54, 54, 54, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(54, 54, 54, 0.25);
  margin-inline: auto;
  border-radius: 2.5rem;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 1.5rem;
    max-width: 68rem;
  }
}

.l-inner--header {
  padding-inline: clamp(2rem, 1.625rem + 0.78125vw, 2.25rem);
  display: grid;
  grid-template-columns: 6.3125rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-inner--header {
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }
}

.l-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.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

.l-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.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.l-header__item a {
  white-space: nowrap;
  font-weight: 500;
  line-height: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-header__item a:hover {
  color: #D3989C;
}
.l-header__item:nth-of-type(1) a, .l-header__item:nth-of-type(6) a {
  letter-spacing: 0.08rem;
}

.l-drawer__icon {
  width: 1.5rem;
  height: 1.5rem;
  justify-self: flex-end;
  position: relative;
  z-index: 41;
}
.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .l-drawer__icon {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-drawer__icon {
    display: block;
  }
}

.l-drawer-icon__bar {
  position: absolute;
  top: 0.375rem;
  right: 0.1875rem;
  width: 1.125rem;
  height: 0.125rem;
  background: #BA3A5C;
  border-radius: 100vmax;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.l-drawer-icon__bar:nth-of-type(2) {
  top: 0.6875rem;
}
.l-drawer-icon__bar:nth-of-type(3) {
  top: 1rem;
}

.l-drawer-content {
  width: 100%;
  height: 27.25rem;
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 40;
  padding: 1rem 2rem 3.5rem 3rem;
  -webkit-transform: translateY(-460px);
          transform: translateY(-460px);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.l-drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-drawer-content__menu {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.5rem;
  margin-top: 3.5rem;
  margin-left: -0.9375rem;
}

.l-drawer-content__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-drawer-content__link:hover {
  color: #D3989C;
}

.l-drawer-content__button a {
  height: 2.75rem;
}

.l-drawer__cover {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: -1rem;
  background: rgba(54, 54, 54, 0.5);
  z-index: 39;
  display: none;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .l-drawer__cover {
    top: -1.5rem;
  }
}

.l-footer {
  padding-block: 0.75rem 1rem;
  background: #363636;
  text-align: center;
}

small {
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.c-button {
  width: 100%;
  max-width: 14rem;
}
.c-button:hover a {
  color: #BA3A5C;
  background: #FFF;
  border-color: #BA3A5C;
}
.c-button a {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  background: #BA3A5C;
  border-radius: 2.5rem;
  padding: 0.625rem 2.5rem;
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s ease;
  transition: color 0.3s, background 0.3s, border 0.3s ease;
}

.c-button__cta {
  max-width: 100%;
  width: 21.4375rem;
}
.c-button__cta:hover .c-button--large a {
  color: #BA3A5C;
  background: #FFF;
  border-color: #BA3A5C;
}
.c-button__cta:hover .c-button__top svg path {
  fill: #BA3A5C;
}
.c-button__cta:hover .c-button__top-text {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-button__cta {
    width: 30.5rem;
  }
}
@media screen and (min-width:768px) and (max-width: 1439px) {
  .c-button__cta {
    width: clamp(21.4375rem, 7.84375rem + 28.3203125vw, 30.5rem);
  }
}

.c-button--large {
  max-width: 100%;
  width: 21.4375rem;
}
.c-button--large a {
  font-size: clamp(1rem, 0.25rem + 1.5625vw, 1.5rem);
  max-width: 100%;
  padding: 1.25rem 0.625rem;
  border-radius: 1.6875rem;
  border: 2px solid transparent;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s ease;
  transition: color 0.3s, background 0.3s, border 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button--large {
    width: 100%;
  }
  .c-button--large a {
    padding: 1.125rem 0.625rem;
    border-radius: 2.5rem;
  }
}

.c-button__top {
  position: relative;
  width: 21.4375rem;
  height: 2rem;
}
.c-button__top svg {
  position: absolute;
  top: calc(50% + 7px);
  left: 50%;
  translate: -50% -50%;
}
.c-button__top svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button__top {
    width: 30.5rem;
  }
  .c-button__top svg {
    top: calc(50% + 5px);
    width: 9.6875rem;
    height: auto;
  }
}
@media screen and (min-width:768px) and (max-width: 1439px) {
  .c-button__top {
    width: clamp(21.4375rem, 7.84375rem + 28.3203125vw, 30.5rem);
  }
}

.c-button__top-text {
  color: #BA3A5C;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-section__title {
  font-size: clamp(1.5rem, 0.1875rem + 2.734375vw, 2.375rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section__title {
    line-height: 150%;
    letter-spacing: 0.19rem;
  }
}

.c-section__title-sub {
  line-height: 160%;
  letter-spacing: 0.02rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section__title-sub {
    line-height: 200%;
    letter-spacing: 0.04rem;
  }
}

.p-top__bg {
  background: #F7F7F7;
  position: relative;
  height: 160vw;
  max-height: 62.5rem;
  z-index: -1 -1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top__bg {
    height: 39.625rem;
  }
}
@media screen and (min-width:768px) and (max-width: 1439px) {
  .p-top__bg {
    height: 44.0277777778vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-top__bg {
    height: 62.5rem;
  }
}

.p-top__image-sp {
  width: 100vw;
  z-index: -1;
}
.p-top__image-sp .p-top-image__sp-top img,
.p-top__image-sp .p-top-image__sp-bottom img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__image-sp .p-top-image__sp-illust {
  width: 68.8vw;
}
.p-top__image-sp .p-top-image__sp-illust img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-top__image-sp {
    height: 21.3125rem;
  }
  .p-top__image-sp .p-top-image__sp-top img,
  .p-top__image-sp .p-top-image__sp-bottom img {
    width: 100vw;
    height: 21.3125rem;
  }
  .p-top__image-sp .p-top-image__sp-illust img {
    width: 65%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1101px) {
  .p-top__image-sp .p-top-image__sp-illust {
    width: 34.375rem;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-top__image-sp .p-top-image__sp-illust {
    width: 31.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 601px) {
  .p-top__image-sp .p-top-image__sp-illust {
    width: 21.875rem;
  }
}
@media screen and (max-width: 600px) and (min-width: 500px) {
  .p-top__image-sp .p-top-image__sp-illust {
    width: 21.875rem;
  }
}

.p-top-image__sp-top,
.p-top-image__sp-illust,
.p-top-image__sp-bottom {
  position: absolute;
}

.p-top-image__sp-top {
  top: 0;
}
.p-top-image__sp-top img {
  rotate: 10deg;
}

.p-top-image__sp-illust {
  top: 10.1875rem;
}
@media screen and (max-width: 1200px) and (min-width: 1101px) {
  .p-top-image__sp-illust {
    top: 25%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 901px) {
  .p-top-image__sp-illust {
    top: 28%;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .p-top-image__sp-illust {
    top: 30%;
  }
}
@media screen and (max-width: 768px) and (min-width: 601px) {
  .p-top-image__sp-illust {
    top: 30%;
  }
}
@media screen and (max-width: 600px) and (min-width: 390px) {
  .p-top-image__sp-illust {
    top: 28%;
  }
}

.p-top-image__sp-bottom {
  bottom: 0;
}
.p-top-image__sp-bottom img {
  rotate: 10deg;
}

.p-top__image-pc {
  width: 100vw;
}

.p-top__image-illust {
  position: absolute;
  bottom: -3.125rem;
  left: 0;
  width: 42.4305555556vw;
  max-width: 44.9375rem;
}
.p-top__image-illust img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 39.875rem;
}
@media screen and (min-width: 1700px) {
  .p-top__image-illust {
    left: auto;
    right: calc(50% + 100px);
    z-index: 1;
  }
}

.p-top__image-pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 57.3611111111vw;
}
.p-top__image-pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 39.625rem;
}

.p-section {
  padding-block: clamp(2.5rem, -1.25rem + 7.8125vw, 5rem);
}

.p-fv {
  position: absolute;
  top: 12.8125rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv {
    top: 10.625rem;
    left: 0;
    translate: 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1439px) {
  .p-fv {
    top: 22%;
  }
}
@media screen and (min-width: 1450px) {
  .p-fv {
    left: auto;
    right: calc(50% - 130px);
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-fv {
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1061px) {
  .p-fv {
    top: 38%;
  }
}
@media screen and (max-width: 1060px) and (min-width: 951px) {
  .p-fv {
    top: 39%;
  }
}
@media screen and (max-width: 950px) and (min-width: 768px) {
  .p-fv {
    top: 40%;
  }
}
@media screen and (max-width: 767px) and (min-width: 581px) {
  .p-fv {
    top: 39%;
  }
}
@media screen and (max-width: 580px) and (min-width: 466px) {
  .p-fv {
    top: 37%;
  }
}
@media screen and (max-width: 465px) and (min-width: 390px) {
  .p-fv {
    top: 35%;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__wrapper {
    width: 30.875rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-fv__wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-fv__wrapper .p-fv__title-sub,
  .p-fv__wrapper .p-fv__title {
    text-align: center;
  }
}

.p-fv__title-sub {
  font-size: clamp(1.125rem, 0.9375rem + 0.390625vw, 1.25rem);
  font-weight: 700;
  line-height: 100%;
}

.p-fv__title {
  font-size: clamp(2rem, 0.5rem + 3.125vw, 3rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: clamp(0.16rem, 0.04rem + 0.25vw, 0.24rem);
  margin-top: clamp(0.75rem, -0.9375rem + 3.515625vw, 1.875rem);
}
.p-fv__title .--small {
  font-size: clamp(1.6875rem, 0.46875rem + 2.5390625vw, 2.5rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: clamp(0.135rem, 0.0375rem + 0.203125vw, 0.2rem);
}
.p-fv__title .--number {
  font-size: clamp(2.375rem, 0.6875rem + 3.515625vw, 3.5rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: clamp(0.19rem, 0.055rem + 0.28125vw, 0.28rem);
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    line-height: 121%;
  }
  .p-fv__title .--small {
    line-height: 121%;
  }
  .p-fv__title .--number {
    line-height: 121%;
  }
}

.p-fv__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04rem;
  margin-top: clamp(0.75rem, -0.9375rem + 3.515625vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    line-height: 200%;
  }
}

.p-fv__button {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-fv__button {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-fv__button {
    width: 21.4375rem;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-fv__button .c-button__top {
    width: 21.4375rem;
  }
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-fv__button--large {
    width: 21.4375rem;
  }
}

.p-worry__cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(1rem, -1.25rem + 4.6875vw, 2.5rem);
  margin-top: clamp(1.625rem, -3.71875rem + 11.1328125vw, 5.1875rem);
}
@media screen and (min-width: 768px) {
  .p-worry__cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    max-width: 68rem;
    margin-inline: auto;
  }
}
@media screen and (min-width:768px) and (max-width: 1439px) {
  .p-worry__cards {
    -webkit-column-gap: clamp(1.25rem, -2.875rem + 8.59375vw, 4rem);
       -moz-column-gap: clamp(1.25rem, -2.875rem + 8.59375vw, 4rem);
            column-gap: clamp(1.25rem, -2.875rem + 8.59375vw, 4rem);
  }
}

.p-worry__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.9375rem, 0.375rem + 1.171875vw, 1.3125rem);
     -moz-column-gap: clamp(0.9375rem, 0.375rem + 1.171875vw, 1.3125rem);
          column-gap: clamp(0.9375rem, 0.375rem + 1.171875vw, 1.3125rem);
  padding: 1rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(54, 54, 54, 0.25);
          box-shadow: 1px 1px 8px 0px rgba(54, 54, 54, 0.25);
}
.p-worry__card svg {
  width: 3.5rem;
  height: 3.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-worry__card svg {
    width: 4rem;
    height: 4rem;
    margin-left: 0.3125rem;
  }
}

.p-worry-card__text {
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.25rem);
  line-height: 160%;
  letter-spacing: clamp(0.02rem, 0.0125rem + 0.015625vw, 0.025rem);
}
.p-worry-card__text .--bold {
  display: inline;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-worry-card__text {
    line-height: 200%;
  }
}

.p-result {
  padding-block: 4.75rem 2.5rem;
  background: #F6EAEC;
  position: relative;
}
.p-result::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  aspect-ratio: 375/36;
  max-height: 3.125rem;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  .p-result {
    padding-block: 13.625rem 5rem;
  }
  .p-result::after {
    aspect-ratio: 1440/138;
    max-height: 9.375rem;
  }
}
@media screen and (min-width:768px) and (max-width: 1439px) {
  .p-result {
    padding-block: clamp(5.625rem, 2.8125rem + 5.859375vw, 7.5rem) 2.5rem;
  }
  .p-result::after {
    max-height: 3.75rem;
  }
}

.p-result__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-plan__title-sub {
  font-size: clamp(1.125rem, 0.5625rem + 1.171875vw, 1.5rem);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0225rem;
}
@media screen and (min-width: 768px) {
  .p-plan__title-sub {
    line-height: 140%;
    letter-spacing: 0.06rem;
  }
}

.p-result__title {
  margin-top: 0.25rem;
}

.p-result__illust-box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-result__illust-box {
    margin-inline: auto;
  }
}

.p-result__illusts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(1rem, -0.125rem + 2.34375vw, 1.75rem);
     -moz-column-gap: clamp(1rem, -0.125rem + 2.34375vw, 1.75rem);
          column-gap: clamp(1rem, -0.125rem + 2.34375vw, 1.75rem);
  margin-top: clamp(1.5rem, -2.25rem + 7.8125vw, 4rem);
}
@media screen and (min-width: 768px) {
  .p-result__illusts {
    max-width: 58.625rem;
    margin-inline: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-result__illust {
  width: calc((100% - 20px) / 2);
  max-width: 12.5rem;
}
.p-result__illust img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-result__illust {
    width: calc((100% - 13.3333333333px) / 3);
    max-width: none;
  }
}

.p-result__text-small {
  font-size: clamp(0.75rem, 0.375rem + 0.78125vw, 1rem);
  line-height: 140%;
  margin-top: 0.3125rem;
}
.p-result__text-small span {
  font-family: "Inter", serif;
  font-size: 0.75rem;
  line-height: 140%;
}
.p-result__text-small:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-result__text-small {
    line-height: 100%;
    letter-spacing: 0.04rem;
    -ms-flex-item-align: end;
        align-self: end;
    margin-right: 4%;
    margin-top: 0;
  }
}

.p-result__graph-box {
  margin-top: clamp(1.5rem, -1.125rem + 5.46875vw, 3.25rem);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-result__graph-box .p-result__text-small {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-result__graph-box {
    max-width: 55.25rem;
    margin-inline: auto;
  }
  .p-result__graph-box img {
    width: 46.9375rem;
    height: auto;
  }
  .p-result__graph-box .p-result__text-small {
    font-size: 1rem;
    line-height: 200%;
    letter-spacing: 0.04rem;
    margin-right: 0;
  }
}

.p-result__graph-image {
  padding: 0.5rem;
  background: #FFF;
}
.p-result__graph-image img {
  width: 100%;
  aspect-ratio: 327/142;
}
@media screen and (min-width: 768px) {
  .p-result__graph-image {
    padding: 1.5rem 2.5rem;
    width: 46.9375rem;
  }
  .p-result__graph-image img {
    aspect-ratio: 671/310;
  }
}

.p-plan__content {
  background: #F7F7F7;
  padding: 2.5rem 1rem;
  margin-top: clamp(1.5rem, 0rem + 3.125vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-plan__content {
    max-width: 68rem;
    margin-inline: auto;
  }
}

.p-plan-content__title {
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.25rem);
  line-height: 160%;
  letter-spacing: clamp(0.02rem, 0.0125rem + 0.015625vw, 0.025rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan-content__title {
    line-height: 200%;
  }
}

.p-plan__cards {
  margin-top: 4.1875rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-plan__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 0;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    margin-top: 4.75rem;
  }
}

.p-plan__card {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.8125rem 1.875rem 1.875rem;
  background: #FFF;
  position: relative;
}
.p-plan__card:not(:first-of-type) {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-plan__card {
    padding: 3.75rem 2.5rem 2.5rem;
  }
  .p-plan__card:not(:first-of-type) {
    margin-top: 0;
  }
  .p-plan__card img {
    width: 12.75rem;
    height: auto;
  }
}

.p-plan-card__word {
  font-size: clamp(0.9375rem, 0.46875rem + 0.9765625vw, 1.25rem);
  font-weight: 700;
  line-height: 100%;
  width: 10.3125rem;
  height: 3.375rem;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 1.875rem;
  background: #D3989C;
  position: absolute;
  top: -1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-plan-card__word {
    width: 15.2777777778vw;
    max-width: 13.75rem;
    height: auto;
    aspect-ratio: 220/72;
    border-radius: 2.5rem;
    top: -2.25rem;
  }
}
@media screen and (min-width:768px) and (max-width: 1439px) {
  .p-plan-card__word {
    top: -7%;
    min-width: 8.75rem;
  }
}

.p-plan-card__space {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-plan-card__space {
    width: 2.625rem;
    height: 2.625rem;
    margin-top: -2.3125rem;
  }
}

.p-plan-card__space-text {
  font-size: clamp(2.5rem, 2.05rem + 0.9375vw, 2.8rem);
  font-weight: 700;
  line-height: 60%;
}

@media screen and (min-width: 768px) {
  .p-plan-card__space-icon svg {
    rotate: -90deg;
  }
}

.p-service {
  background: #F7F7F7;
}

.p-service__title-sub {
  margin-top: 0.5rem;
}

.p-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(1.625rem, 0.3125rem + 2.734375vw, 2.5rem);
     -moz-column-gap: clamp(1.625rem, 0.3125rem + 2.734375vw, 2.5rem);
          column-gap: clamp(1.625rem, 0.3125rem + 2.734375vw, 2.5rem);
  row-gap: clamp(1.5rem, 0rem + 3.125vw, 2.5rem);
  width: 100%;
  margin-top: clamp(2.5rem, -1.25rem + 7.8125vw, 5rem);
}
@media screen and (min-width: 768px) {
  .p-service__cards {
    max-width: 50rem;
    margin-inline: auto;
  }
}

.p-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(50% - 13px);
}
.p-service__card picture {
  background: #FFF;
  padding: clamp(0.9375rem, 0.46875rem + 0.9765625vw, 1.25rem) clamp(0.8125rem, 0.15625rem + 1.3671875vw, 1.25rem);
  border-radius: 5.813px;
}
.p-service__card picture img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-service__card {
    width: calc(33% - 43px);
  }
  .p-service__card picture {
    border-radius: 0.5rem;
  }
  .p-service__card picture img {
    width: 11.3125rem;
    height: auto;
  }
}

.p-service-card__body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(0.375rem, 0.1875rem + 0.390625vw, 0.5rem);
  margin-top: clamp(0.375rem, 0rem + 0.78125vw, 0.625rem);
}

.p-service-card__title {
  font-size: clamp(1.125rem, 0.5625rem + 1.171875vw, 1.5rem);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0225rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-card__title {
    white-space: nowrap;
    letter-spacing: 0.06rem;
  }
}

.p-service-card__text {
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.02rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-card__text {
    line-height: 200%;
    letter-spacing: 0.04rem;
  }
}

@media screen and (min-width: 768px) {
  .p-case__wrapper {
    max-width: 68rem;
    margin-inline: auto;
  }
}

.p-case__cards {
  margin-top: clamp(2.625rem, -0.9375rem + 7.421875vw, 5rem);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(2.5rem, -1.25rem + 7.8125vw, 5rem);
}

.p-case__card {
  padding: clamp(1.5rem, 0rem + 3.125vw, 2.5rem) clamp(1rem, -1.25rem + 4.6875vw, 2.5rem);
  background: #F7F7F7;
  border-radius: 0.625rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(0.625rem, 0.0625rem + 1.171875vw, 1rem);
  width: 91.4666666667vw;
  max-width: 100%;
}
.p-case__card:nth-of-type(2) {
  row-gap: 0.21875rem;
}

.p-case-card__head {
  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: clamp(0.5rem, -0.25rem + 1.5625vw, 1rem);
}

.p-case-card__head-lead {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.0225rem;
  padding: 0.125rem 1rem;
  background: #BA3A5C;
  border-radius: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-case-card__head-lead .--en {
  font-family: "Inter", serif;
  font-size: clamp(1.125rem, 0.9375rem + 0.390625vw, 1.25rem);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.0225rem;
}
@media screen and (min-width: 768px) {
  .p-case-card__head-lead .--en {
    line-height: 200%;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 768px) {
  .p-case-card__head-lead {
    padding: 0 1rem;
  }
}

.p-case-card__head-title {
  color: #BA3A5C;
  font-size: clamp(1.25rem, 0.875rem + 0.78125vw, 1.5rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.05rem, 0.035rem + 0.03125vw, 0.06rem);
}

.p-case-card__head-text {
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-case-card__head-text {
    line-height: 200%;
    letter-spacing: 0.04rem;
  }
}

.p-case-card__body {
  padding: clamp(0.5rem, 0.3125rem + 0.390625vw, 0.625rem) 1rem;
  background: #FFF;
  border: 1px solid #363636;
  width: 100%;
}

.p-case-card__body-text {
  line-height: 160%;
  letter-spacing: 0.02rem;
}
.p-case-card__body-text span {
  color: #BA3A5C;
  line-height: 160%;
  letter-spacing: 0.02rem;
}
.p-case-card__body-text + .p-case-card__body-text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-case-card__body-text {
    line-height: 200%;
    letter-spacing: 0.04rem;
  }
  .p-case-card__body-text span {
    line-height: 200%;
    letter-spacing: 0.04rem;
  }
  .p-case-card__body-text + .p-case-card__body-text {
    margin-top: 0.625rem;
  }
}

.p-case__table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #363636;
}
.p-case__table td {
  font-size: clamp(0.875rem, 0.6875rem + 0.390625vw, 1rem);
  line-height: 200%;
  letter-spacing: clamp(0.035rem, 0.0275rem + 0.015625vw, 0.04rem);
  padding: 0.28125rem 0.3125rem;
}
.p-case__table td:nth-of-type(1) {
  width: 4.25rem;
  background: #E2E2E2;
  white-space: nowrap;
  text-align: center;
}
.p-case__table td:nth-of-type(2) {
  background: #FFF;
  line-break: anywhere;
}
.p-case__table tr:nth-of-type(1) td {
  border-bottom: 1px solid #363636;
}
.p-case__table td:nth-of-type(1) {
  border-right: 1px solid #363636;
}
@media screen and (min-width: 768px) {
  .p-case__table {
    max-width: 62.0625rem;
    margin-top: 0.5rem;
  }
  .p-case__table td {
    padding: 0.8125rem 1.1875rem;
  }
  .p-case__table td:nth-of-type(1) {
    width: 7.8125rem;
  }
}

.p-case__tag-box {
  margin-top: clamp(2.5rem, -1.25rem + 7.8125vw, 5rem);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-case__tag-box {
    padding-bottom: 0;
  }
}

.p-case-tag__title {
  font-size: clamp(1.25rem, 0.875rem + 0.78125vw, 1.5rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.05rem, 0.035rem + 0.03125vw, 0.06rem);
  text-align: center;
}

.p-case-tag__items {
  margin-top: clamp(1.5rem, 0rem + 3.125vw, 2.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-case-tag__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .p-case-tag__items {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.p-case-tag__item {
  font-size: clamp(0.875rem, 0.6875rem + 0.390625vw, 1rem);
  font-weight: 500;
  line-height: 120%;
  padding: clamp(0.375rem, 0.1875rem + 0.390625vw, 0.5rem) 1.4375rem;
  background: #F6EAEC;
  border-radius: 2.5rem;
  text-align: center;
  display: grid;
  place-items: center;
  width: clamp(10.5rem, 1.875rem + 17.96875vw, 16.25rem);
  height: clamp(3.125rem, 1.8125rem + 2.734375vw, 4rem);
}
@media screen and (min-width: 768px) {
  .p-case-tag__item {
    line-height: 150%;
  }
}

.p-case-tag__text {
  line-height: 200%;
  letter-spacing: 0.04rem;
  -ms-flex-item-align: end;
      align-self: end;
  margin-top: 0.625rem;
  position: absolute;
  bottom: 0;
  right: 3%;
}
@media screen and (min-width: 768px) {
  .p-case-tag__text {
    right: 45%;
  }
}
@media screen and (max-width: 767px) and (min-width: 390px) {
  .p-case-tag__text {
    right: auto;
    left: calc(50% + 132px);
  }
}

.p-cta {
  padding-block: clamp(5rem, 1.25rem + 7.8125vw, 7.5rem);
  background: #F6EAEC;
}

.p-cta--bottom {
  padding-block: 0 clamp(5rem, 1.25rem + 7.8125vw, 7.5rem);
}

.p-cta__title {
  font-size: clamp(1.5rem, 0.1875rem + 2.734375vw, 2.375rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.06rem, -0.135rem + 0.40625vw, 0.19rem);
  text-align: center;
}
.p-cta__title .--number {
  font-family: "Inter", serif;
  font-size: clamp(1.5rem, 0.1875rem + 2.734375vw, 2.375rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.06rem, -0.135rem + 0.40625vw, 0.19rem);
}
.p-cta__title .--color {
  color: #BA3A5C;
  font-size: clamp(1.5rem, 0.1875rem + 2.734375vw, 2.375rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.06rem, -0.135rem + 0.40625vw, 0.19rem);
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    line-height: 150%;
    margin-top: 0.375rem;
  }
}

.p-cta-title__sub {
  text-align: center;
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.25rem);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: clamp(0.02rem, 0.0125rem + 0.015625vw, 0.025rem);
}
@media screen and (min-width: 768px) {
  .p-cta-title__sub {
    line-height: 100%;
  }
}

.p-cta__button {
  margin-inline: auto;
  margin-top: clamp(1.0625rem, -1.09375rem + 4.4921875vw, 2.5rem);
}

@media screen and (max-width: 767px) {
  .p-reason {
    padding-block: 2.5rem 2.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__wrapper {
    max-width: 68rem;
    margin-inline: auto;
  }
}

.p-reason__cards {
  margin-top: clamp(2.5rem, -1.25rem + 7.8125vw, 5rem);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(2.5rem, -1.25rem + 7.8125vw, 5rem);
}

.p-reason__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 0;
  }
  .p-reason__card:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-reason-card__box {
  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: clamp(0.5rem, -0.25rem + 1.5625vw, 1rem);
}
@media screen and (min-width: 768px) {
  .p-reason-card__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-reason-card__heading {
  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;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.p-reason-card__box-number {
  font-family: "Inter", serif;
  color: #DAC38C;
  font-size: clamp(3.5rem, 2.75rem + 1.5625vw, 4rem);
  font-weight: 700;
  line-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-reason-card__box-title {
  font-size: clamp(1.25rem, 0.875rem + 0.78125vw, 1.5rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.05rem, 0.035rem + 0.03125vw, 0.06rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-reason-card__box-text {
  line-height: 160%;
  letter-spacing: clamp(0.02rem, -0.01rem + 0.0625vw, 0.04rem);
}
@media screen and (min-width: 768px) {
  .p-reason-card__box-text {
    line-height: 200%;
  }
}

@media screen and (min-width: 768px) {
  .p-reason-card__image {
    width: 31.0416666667vw;
    min-width: 21.4375rem;
    max-width: 27.9375rem;
  }
  .p-reason-card__image img {
    width: 100%;
    height: auto;
  }
}

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

@media screen and (min-width: 768px) {
  .p-support__wrapper {
    max-width: 68rem;
    margin-inline: auto;
  }
}

.p-service__title-sub {
  margin-top: clamp(0.5rem, -1rem + 3.125vw, 1.5rem);
}

.p-support__lists {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2.625rem;
  margin-top: clamp(1.5rem, 0rem + 3.125vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-support__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.875rem;
       -moz-column-gap: 2.875rem;
            column-gap: 2.875rem;
    row-gap: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-support__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}

.p-support__list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-support__list {
    width: calc((100% - 92px) / 3);
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-support__list {
    width: 100%;
  }
}

.p-support-list__title {
  font-size: clamp(1.25rem, 0.875rem + 0.78125vw, 1.5rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.05rem, 0.035rem + 0.03125vw, 0.06rem);
}

.p-support-list__text {
  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;
  background: #D3989C;
  border-radius: 100vmax;
  width: 21.4375rem;
  height: 2.75rem;
  margin-top: 0.5rem;
}
.p-support-list__text span {
  color: #FFFFFF;
  font-size: clamp(1.25rem, 0.875rem + 0.78125vw, 1.5rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.05rem, 0.035rem + 0.03125vw, 0.06rem);
}
@media screen and (min-width: 768px) {
  .p-support-list__text {
    width: 100%;
    max-width: 20.75rem;
    height: 3.1875rem;
  }
}

.p-support__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 21.4375rem;
  background: #FFF;
  border: 2px solid #363636;
  border-radius: 0.5rem;
  margin-top: 0.625rem;
}
.p-support__table th,
.p-support__table td {
  line-height: 100%;
  height: 3.75rem;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.p-support__table th {
  font-size: clamp(1.125rem, 0.9375rem + 0.390625vw, 1.25rem);
  letter-spacing: clamp(0.0225rem, 0.01875rem + 0.0078125vw, 0.025rem);
}
.p-support__table td {
  font-size: 1rem;
  letter-spacing: 0.04rem;
}
.p-support__table tbody tr:nth-of-type(1) th {
  line-height: 160%;
}
.p-support__table tbody tr:nth-of-type(2) th {
  line-height: 120%;
}
.p-support__table tbody th {
  font-size: 1rem;
}
.p-support__table tbody tr td:nth-of-type(2) {
  font-family: "Inter", serif;
  color: #BA3A5C;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
}
.p-support__table tbody tr td span {
  font-family: "Noto Sans JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
}
.p-support__table thead tr th {
  border-bottom: 1px solid #363636;
}
.p-support__table thead tr th:nth-of-type(2) {
  border-left: 1px solid #363636;
  border-right: 1px solid #363636;
}
.p-support__table tbody tr:nth-of-type(2) th {
  border-top: 1px solid #363636;
}
.p-support__table tbody tr:nth-of-type(2) td {
  border-top: 1px solid #363636;
}
.p-support__table tbody tr td:nth-of-type(1) {
  border-left: 1px solid #363636;
  border-right: 1px solid #363636;
}
.p-support__table thead tr th:nth-of-type(1) {
  width: 5.6875rem;
}
.p-support__table tbody tr th {
  width: 5.5625rem;
}
.p-support__table thead tr th:nth-of-type(2) {
  width: 7.4375rem;
}
.p-support__table tbody tr td:nth-of-type(1) {
  width: 7.4375rem;
}
.p-support__table tbody tr td:nth-of-type(1) {
  position: relative;
}
.p-support__table tbody tr td:nth-of-type(1) svg {
  position: absolute;
  top: 50%;
  right: -0.75rem;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-support__table {
    width: 20.75rem;
    margin-top: 0.375rem;
  }
  .p-support__table th,
  .p-support__table td {
    line-height: 200%;
  }
  .p-support__table thead tr th:nth-of-type(1) {
    width: 5.5rem;
  }
  .p-support__table tbody tr th {
    width: 5.5rem;
  }
  .p-support__table thead tr th:nth-of-type(2) {
    width: 7.125rem;
  }
  .p-support__table tbody tr td:nth-of-type(1) {
    width: 7.125rem;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-support__table {
    width: 21.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-voice {
    padding-bottom: 4.6875rem;
  }
}

.p-voice__card {
  height: 100%;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 80px 1fr;
  row-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  grid-template-areas: "image title" "text text";
  padding: 1.5rem 1rem;
  background: #F7F7F7;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(54, 54, 54, 0.25);
          box-shadow: 1px 1px 8px 0px rgba(54, 54, 54, 0.25);
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    grid-template-columns: 120px 1fr;
    grid-template-rows: 26% 1fr;
    grid-template-areas: "image title" "image text";
    padding: 1.625rem 3.375rem 1.75rem 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 0.375rem;
    max-width: 68rem;
    margin-inline: auto;
  }
}
@media screen and (min-width:768px) and (max-width: 1439px) {
  .p-voice__card {
    grid-template-rows: 17% 1fr;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .p-voice__card {
    grid-template-rows: 23% 1fr;
  }
}

.p-voice-card__title {
  grid-area: title;
  align-self: center;
  font-size: clamp(1.25rem, 0.875rem + 0.78125vw, 1.5rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.05rem, 0.035rem + 0.03125vw, 0.06rem);
}
@media screen and (min-width: 768px) {
  .p-voice-card__title {
    -ms-flex-item-align: start;
        align-self: start;
  }
}

.p-voice-card__text {
  grid-area: text;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: clamp(0.02rem, -0.01rem + 0.0625vw, 0.04rem);
}
@media screen and (min-width: 768px) {
  .p-voice-card__text {
    line-height: 200%;
    -ms-flex-item-align: start;
        align-self: start;
  }
}

.p-voice-card__image {
  grid-area: image;
}
@media screen and (min-width: 768px) {
  .p-voice-card__image {
    justify-self: center;
    -ms-flex-item-align: center;
        align-self: center;
    width: 7.5rem;
    height: auto;
  }
  .p-voice-card__image img {
    width: 100%;
    height: auto;
  }
}

.p-voice__swiper-container,
.p-voice__swiper,
.p-voice__swiper-wrapper,
.p-voice__swiper-slide {
  position: relative;
}

.p-voice__swiper-container {
  overflow: hidden;
  margin-top: clamp(1.5rem, 0rem + 3.125vw, 2.5rem);
  margin-inline: calc(50% - 50vw);
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-voice__swiper-container {
    margin-inline: auto;
    padding-bottom: 0;
  }
}

.p-voice__swiper-wrapper {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__swiper-wrapper {
    display: grid;
    grid-template-rows: 1fr;
    row-gap: 1.875rem;
  }
}

.p-voice__swiper-slide {
  width: 100%;
  max-width: 19.4375rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-voice__swiper-slide {
    max-width: 100%;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 0;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: 5.75rem;
}

.swiper-button-next {
  right: 5.75rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 0.9375rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #BA3A5C;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  margin-inline: 0.625rem;
  opacity: 0.3;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  opacity: 1;
}

.p-flow {
  background: #F7F7F7;
}

.p-flow__lists {
  margin-top: clamp(2.375rem, -1.5625rem + 8.203125vw, 5rem);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-flow__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-flow__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1rem;
  }
}

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    width: 11.25rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-flow__list {
    width: auto;
  }
}

.p-flow-list__arrow {
  width: 1.375rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow-list__arrow {
    -ms-flex-item-align: center;
        align-self: center;
    width: 1.5rem;
    height: 18.75rem;
    position: relative;
  }
  .p-flow-list__arrow svg {
    rotate: -90deg;
    position: absolute;
    top: 2.8125rem;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-flow-list__arrow {
    width: 1.375rem;
    height: 1.5rem;
    position: static;
  }
  .p-flow-list__arrow svg {
    position: static;
    rotate: 0deg;
    top: auto;
    left: auto;
    translate: 0;
  }
}

.p-flow-list__body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow-list__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow-list__title {
    line-height: 132%;
    height: 4rem;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 0.25rem;
  }
}

.p-flow-list__text {
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.02rem;
  width: 65.8666666667vw;
  max-width: 25rem;
  text-align: center;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow-list__text {
    width: 100%;
    letter-spacing: normal;
  }
}

.p-flow-list__image {
  width: clamp(10rem, 8.875rem + 2.34375vw, 10.75rem);
  height: clamp(10rem, 8.875rem + 2.34375vw, 10.75rem);
  border-radius: 5.375rem;
  background: #FFF;
  display: grid;
  place-items: center;
  position: relative;
}
.p-flow-list__number {
  position: absolute;
  top: -0.9375rem;
  left: 0;
  color: #D3989C;
  font-family: "Inter", serif;
  font-size: clamp(3rem, 2.25rem + 1.5625vw, 3.5rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-flow-list__number {
    top: -1.25rem;
  }
}

.p-flow-list__button {
  width: 11rem;
  margin-top: 0.5rem;
}
.p-flow-list__button a {
  border-radius: 1.875rem;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow-list__button {
    margin-top: 0.3125rem;
  }
}

.p-price {
  background: #F6EAEC;
}

@media screen and (min-width: 768px) {
  .p-price__wrapper {
    max-width: 68rem;
    margin-inline: auto;
  }
}

.p-price__card {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  background: #FFF;
  padding: clamp(1.5rem, 0rem + 3.125vw, 2.5rem) 1rem;
  margin-top: clamp(1.5rem, 0rem + 3.125vw, 2.5rem);
}

.p-price-card__lead {
  font-size: clamp(1.125rem, 0.5625rem + 1.171875vw, 1.5rem);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: clamp(0.0225rem, -0.03375rem + 0.1171875vw, 0.06rem);
}
@media screen and (min-width: 768px) {
  .p-price-card__lead {
    line-height: 140%;
  }
}

.p-price-card__value {
  margin-top: clamp(0.5rem, -1rem + 3.125vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-price-card__value {
    height: 6rem;
  }
}

.p-price-value__number {
  font-family: "Inter", serif;
  color: #BA3A5C;
  font-size: clamp(3rem, -0.75rem + 7.8125vw, 5.5rem);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: clamp(0.18rem, -0.045rem + 0.46875vw, 0.33rem);
}
.p-price-value__part {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-price-value__part {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-top: 0.9375rem;
  }
}

.p-price-value__tax {
  color: #BA3A5C;
  font-size: clamp(0.75rem, 0rem + 1.5625vw, 1.25rem);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: clamp(0.015rem, 0rem + 0.03125vw, 0.025rem);
}
.p-price-value__unit {
  color: #BA3A5C;
  font-size: clamp(1.5rem, -0.375rem + 3.90625vw, 2.75rem);
  font-weight: 700;
  line-height: 100%;
}
.p-price-value__text {
  margin-top: clamp(1rem, 0.25rem + 1.5625vw, 1.5rem);
  font-size: clamp(1.125rem, 0.5625rem + 1.171875vw, 1.5rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.045rem, 0.0225rem + 0.046875vw, 0.06rem);
  text-align: center;
}

.p-price-value__lists {
  margin-top: 0.5rem;
  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: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-price-value__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 39.375rem;
    gap: 1rem;
    margin-top: 0;
    padding: 1.25rem;
  }
}

.p-price-value__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-price-value__list span {
  line-height: 160%;
  letter-spacing: clamp(0.02rem, -0.01rem + 0.0625vw, 0.04rem);
}
@media screen and (min-width: 768px) {
  .p-price-value__list {
    width: calc((100% - 32px) / 3);
  }
  .p-price-value__list svg {
    width: 1.375rem;
    height: auto;
  }
  .p-price-value__list span {
    line-height: 200%;
  }
}

.p-qa {
  background: #F7F7F7;
}

@media screen and (min-width: 768px) {
  .p-qa__wrapper {
    max-width: 68rem;
    margin-inline: auto;
  }
}

.p-qa__lists {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
  row-gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-qa__lists {
    row-gap: 1.5rem;
  }
}

.p-qa__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: clamp(0.5rem, -0.25rem + 1.5625vw, 1rem);
  padding: 1.5rem clamp(1rem, -1.25rem + 4.6875vw, 2.5rem);
  background: #FFF;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__list {
    width: 100%;
  }
}

.p-qa-list__q-text {
  font-size: clamp(1.125rem, 0.9375rem + 0.390625vw, 1.25rem);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: clamp(0.0225rem, 0.01875rem + 0.0078125vw, 0.025rem);
  padding-left: 2.1875rem;
  position: relative;
}
.p-qa-list__q-text::after {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #D3989C;
  font-family: "Inter", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-qa-list__q-text {
    line-height: 200%;
  }
  .p-qa-list__q-text::after {
    top: 50%;
    translate: 0 -50%;
  }
}

.p-qa-list__a-text {
  line-height: 160%;
  letter-spacing: clamp(0.02rem, -0.01rem + 0.0625vw, 0.04rem);
}
@media screen and (min-width: 768px) {
  .p-qa-list__a-text {
    line-height: 200%;
  }
}

.p-contact__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    max-width: 68rem;
    margin-inline: auto;
  }
}

.p-contact__text {
  line-height: 160%;
  letter-spacing: clamp(0.02rem, -0.01rem + 0.0625vw, 0.04rem);
  margin-top: clamp(0.5rem, -1rem + 3.125vw, 1.5rem);
  text-align: center;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    line-height: 200%;
  }
}

.wpcf7 {
  width: 100%;
}

.wpcf7-form {
  margin-top: clamp(1.5rem, 0rem + 3.125vw, 2.5rem);
  padding: clamp(1rem, -5rem + 12.5vw, 5rem) clamp(0.625rem, -11.9375rem + 26.171875vw, 9rem);
  background: #F7F7F7;
  border-radius: 0.625rem;
}

.contact__form {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(1rem, 0.25rem + 1.5625vw, 1.5rem);
}

.contact__row {
  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: clamp(0.125rem, -0.15625rem + 0.5859375vw, 0.3125rem);
  width: 100%;
}

.contact__head span {
  font-weight: 700;
}
.contact__head .--must {
  line-height: 200%;
  padding-right: 2.5rem;
  position: relative;
}
.contact__head .--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  translate: 0 -50%;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  padding: 0.25rem;
  background: #BA3A5C;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .contact__head span {
    line-height: 200%;
  }
}

.contact__data span {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #C7C7C7;
  border-radius: 0.3125rem;
  width: 100%;
  padding: 0.71875rem;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    padding: 0.6875rem;
  }
}

textarea {
  resize: vertical;
  height: 8.0625rem;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.contact__submit {
  max-width: clamp(20.1875rem, 19.71875rem + 0.9765625vw, 20.5rem);
  width: 100%;
  text-align: center;
}
.contact__submit input[type=submit] {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 200%;
  padding: clamp(0.5625rem, 0.1875rem + 0.78125vw, 0.8125rem);
  background: #BA3A5C;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  width: 100%;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s ease;
  transition: color 0.3s, background 0.3s, border 0.3s ease;
}
.contact__submit input[type=submit]:hover {
  color: #BA3A5C;
  background: #FFF;
  border: 1px solid #BA3A5C;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-thanks__bg {
  height: 100dvh;
  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;
}

.p-thanks {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

.p-thanks__wrapper {
  background: #F7F7F7;
  border-radius: 0.625rem;
  padding: clamp(2.5rem, -1.25rem + 7.8125vw, 5rem) clamp(0.625rem, -5.9375rem + 13.671875vw, 5rem);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
  text-align: center;
  max-width: 100%;
  width: 91.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-thanks__wrapper {
    max-width: 68rem;
  }
}

.p-thanks__title {
  font-size: clamp(1.25rem, 0.875rem + 0.78125vw, 1.5rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: clamp(0.05rem, 0.035rem + 0.03125vw, 0.06rem);
}

.p-thanks__text {
  line-height: 160%;
  letter-spacing: clamp(0.02rem, -0.01rem + 0.0625vw, 0.04rem);
}

.p-thanks__button {
  width: 20.1875rem;
  max-width: 100%;
}
.p-thanks__button a {
  font-weight: 700;
  line-height: 200%;
  padding: clamp(0.5625rem, 0.1875rem + 0.78125vw, 0.8125rem) 2.5rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__button {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .u-hidden-sp--md {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width: 1439px) {
  .u-hidden-tab {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .u-hidden-sp--fv {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .u-hidden-pc--fv {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  .u-hidden-pc--service {
    display: none;
  }
}