@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 1439px) and (min-width: 767px) {
  html:has(.touyucp) {
    font-size: calc(16 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  html:has(.touyucp) {
    font-size: calc(16 / 375 * 100vw) !important;
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: normal;
  position: relative;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #333333;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

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

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

button {
  color: inherit;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

.l-contact {
  padding-block: calc(80 / 16 * 1rem);
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-block: calc(22 / 16 * 1rem) calc(42 / 16 * 1rem);
  }
}
.p-contact__btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: calc(960 / 16 * 1rem);
  border-radius: 20px;
  background-color: #ffdbd3;
  position: relative;
  padding-block: calc(2 / 16 * 1rem);
  box-shadow: 0.125rem 0.125rem 0.25rem #333333;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    width: calc(335 / 16 * 1rem);
    border-radius: 10px;
    padding-block: calc(10 / 16 * 1rem);
  }
}

@media (hover: hover) {
  .p-contact__btn:hover {
    cursor: pointer;
    background-color: #ffdbd3;
    color: #333333;
    opacity: 1;
    a:hover {
    }
  }
}

#btn_animation::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  /* width: 30px; */
  width: calc(30 / 16 * 1rem);
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}

@keyframes btn_animation {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.p-contact__btn-img {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: calc(20 / 16 * 1rem);
  width: calc(50 / 16 * 1rem);
  height: auto;
  aspect-ratio: 50 / 50;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-img {
    top: 45%;
    right: calc(10 / 16 * 1rem);
    width: calc(24 / 16 * 1rem);
    height: auto;
    aspect-ratio: 24 / 24;
  }
}

.p-contact__btn {
  p {
    color: #333333;
    font-size: calc(46 / 16 * 1rem);
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    p {
      font-size: calc(18 / 16 * 1rem);
    }
  }
}

.l-fv {
  background: url(./img/fv_bg_sp.webp) no-repeat center center/cover;
  padding-top: calc(95 / 16 * 1rem);
}
@media screen and (max-width: 767px) {
  .l-fv {
    padding-top: calc(40 / 16 * 1rem);
  }
}

.l-fv__inner {
  width: min(90rem, 100%);
  padding-inline: 0rem;
  margin-inline: auto;
}

.l-fv-under {
  background-color: #ffdbd3;
}

.l-fv-under__inner {
  text-align: center;
  padding-block: 3.125rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-fv-under__inner {
    padding-block: 1.125rem 2.5rem;
  }
}

.l-pre {
  background-image: url(./img/present_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-block: 4.625rem 4.6875rem;
}
@media screen and (max-width: 767px) {
  .l-pre {
    padding-block: 1.25rem;
  }
}

.l-pre__inner {
  width: min(90rem, 100%);
  padding-inline: 11.3125rem 8.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-pre__inner {
    max-width: 23.4375rem;
    padding-inline: unset;
    padding-inline: 1.25rem;
  }
}

.l-problem {
  background-image: url(./img/problem_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-block: 9.0625rem 10.9375rem;
}
@media screen and (max-width: 767px) {
  .l-problem {
    padding-block: 1.875rem 4.375rem;
  }
}

.l-problem__inner {
  position: relative;
}

.l-inner {
  width: min(90rem, 100%);
  padding-inline: 15rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 23.4375rem;
    padding-inline: 1.375rem;
  }
}

.l-qa {
  padding-block: 7.8125rem 2.5rem;
  background-image: url(./img/que_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .l-qa {
    padding-block: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .l-qa__inner {
    padding-inline: 2.5rem 2.1875rem;
  }
}

.faq__items {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .faq__items {
    margin-top: 1.4375rem;
  }
}

details:not(:first-of-type) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  details:not(:first-of-type) {
    margin-top: 1.25rem;
  }
}
@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}

summary {
  display: block;
  position: relative;
  background: #e35b5b;
}
summary::before {
  content: "";
  position: absolute;
  background-image: url(./img/que_icon_triangle_q.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 20/16;
  top: 50%;
  translate: 0 -50%;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  summary::before {
    width: 0.375rem;
    height: auto;
    aspect-ratio: 6/5;
    right: 0.9375rem;
  }
}
summary::-webkit-details-marker {
  display: none;
}

.faq__question {
  padding-block: 1.125rem;
}
@media screen and (max-width: 767px) {
  .faq__question {
    padding-block: 0.3125rem;
  }
}

.faq__question-text {
  padding-left: 7.5625rem;
  position: relative;
  color: #fff8f0;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    font-size: 0.875rem;
    padding-left: 1.5625rem;
  }
}
.faq__question-text::before {
  content: "Q";
  position: absolute;
  font-size: 1.75rem;
  font-weight: 600;
  color: #333333;
  top: 50%;
  translate: 0 -50%;
  left: 4.875rem;
}
@media screen and (max-width: 767px) {
  .faq__question-text::before {
    font-size: 0.6875rem;
    left: 0.625rem;
  }
}

.faq__answer {
  display: block;
  background: #fff8f0;
  position: relative;
  padding-block: 1.125rem;
  box-shadow: 0.0625rem 0.0625rem 0.125rem #acaeb4;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding-block: 0.4375rem;
  }
}
.faq__answer::before {
  content: "";
  position: absolute;
  background-image: url(./img/que_icon_triangle_a.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 20/16;
  top: 50%;
  translate: 0 -50%;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq__answer::before {
    width: 0.375rem;
    height: auto;
    aspect-ratio: 6/5;
    right: 0.9375rem;
  }
}

.faq__answer-text {
  font-size: 1.25rem;
  position: relative;
  padding-left: 7.5625rem;
}
@media screen and (max-width: 767px) {
  .faq__answer-text {
    font-size: 0.75rem;
    padding-left: 1.5625rem;
  }
}
.faq__answer-text::before {
  content: "A";
  position: absolute;
  font-size: 1.75rem;
  font-weight: 600;
  color: #e35b5b;
  top: 50%;
  translate: 0 -50%;
  left: 4.875rem;
}
@media screen and (max-width: 767px) {
  .faq__answer-text::before {
    font-size: 0.6875rem;
    left: 0.625rem;
  }
}

.l-reason {
  /* padding-block: 5.5rem 4.75rem; */
  padding-block: calc(40 / 16 * 1rem);
}
@media screen and (max-width: 767px) {
  .l-reason {
    padding-block: 0.4375rem 2.5rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  z-index: 100;
  background-color: red;
}

.l-header.--white {
  background-color: #f8f8f8;
}

.l-header__inner {
  padding: 0.5625rem 5rem 0.5625rem 4.375rem;
  display: grid;
  grid-template-columns: 20.5rem 1fr;
  gap: 36.6875rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    position: relative;
    padding: 0.3125rem 0.3125rem 0.3125rem 1.1875rem;
  }
}

.l-header__inner.l-under-works {
  max-width: 90rem;
  margin-inline: auto;
}

.l-his {
  background-image: url(./img/his_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-block: 6.25rem 5rem;
}
@media screen and (max-width: 767px) {
  .l-his {
    padding-block: 1.25rem 2.5rem;
  }
}

.l-footer {
  background-color: #e35b5b;
  /* margin-top: 5.125rem; */
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 0rem;
  }
}

.c-logo {
  font-size: max(12px, 0.75rem);
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 1.25rem;
  border: 0.0625rem solid #333333;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-logo {
    padding: 0.25rem 1rem;
  }
}

.c-title {
  font-size: 3.75rem;
  font-weight: 700;
  color: #e35b5b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.1875rem;
  }
}

.c-cta {
  position: relative;
  background-image: url(https://web-development.biz/chan-website.com/wp-content/themes/portforio/assets/img/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-block: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-block: 5rem 10.75rem;
  }
}

.c-cta__inner {
  width: 100%;
  padding-inline: 15.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    padding-inline: 1.25rem;
  }
}

.c-cta__clock {
  position: absolute;
  background-image: url(https://web-development.biz/chan-website.com/wp-content/themes/portforio/assets/img/cta_img_clock_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30.4375rem;
  height: 28.375rem;
  bottom: -6.5rem;
  left: -5.8125rem;
}
@media screen and (max-width: 767px) {
  .c-cta__clock {
    width: 14.6875rem;
    height: 13.6875rem;
    bottom: -3.875rem;
    left: unset;
    right: -4.5rem;
  }
}

.c-cta__clock_staple {
  position: relative;
  width: 14.375rem;
  height: 11.25rem;
  top: 5.625rem;
  left: 7.375rem;
}
@media screen and (max-width: 767px) {
  .c-cta__clock_staple {
    width: 6.9375rem;
    height: 5.375rem;
    top: 2.1875rem;
    left: 3.375rem;
  }
}

.c-cta__clock-long {
  position: absolute;
  width: 23.5rem;
  height: 1.875rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .c-cta__clock-long {
    width: 11.25rem;
    height: 0.9375rem;
    top: 122%;
    left: 105%;
  }
}

.c-cta__clock-short {
  position: absolute;
  width: 16.5rem;
  height: 1.5625rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .c-cta__clock-short {
    width: 7.9375rem;
    height: 0.75rem;
    top: 118%;
    left: 107%;
  }
}

.c-cta__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta__container {
    gap: 1.25rem;
  }
}

.c-cta__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-cta__en {
  text-transform: capitalize;
  font-family: "Nunito", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(
    125deg,
    #4081c3 7.46%,
    #52b87d 42.95%,
    #f3cf3d 84.23%
  );
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .c-cta__en {
    font-size: 3.75rem;
  }
}

.c-cta__ja,
.c-cta__lead {
  color: #f8f8f8;
}

.c-cta__ja {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-cta__lead {
    padding-inline: 2.25rem;
  }
}

.c-cta__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: max(12px, 0.9375rem);
    font-weight: 500;
    line-height: 1.6;
  }
}

.p-contact-announce {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-announce {
    font-size: 0.75rem;
    font-weight: 400;
    text-align: left;
  }
}

.p-contact__title {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-top: 1.25rem;
  }
}

.p-contact-text {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-text {
    font-size: 0.6875rem;
    margin-block: 0rem -0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7.js {
    margin-top: 2rem;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border-radius: 0;
  width: 60rem;
  height: 3.75rem !important;
  border: 0.0625rem solid #e35b5b !important;
  background-color: #fff8f0 !important;
  font-size: 1.25rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    width: 20.9375rem;
    height: 1.4375rem;
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}
textarea {
  resize: vertical;
  margin-top: 1rem;
  width: 60rem;
  height: auto;
  aspect-ratio: 960/170;
  border-color: #e35b5b;
  background-color: #fff8f0;
}
@media screen and (max-width: 767px) {
  textarea {
    width: 20.9375rem;
    height: auto;
    aspect-ratio: 335/66;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.contact__select-wrap {
  position: relative;
}

input[type="checkbox"] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox span.wpcf7-list-item-label {
  display: inline-block;
  font-size: 1.25rem;
  padding-left: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__data-checkbox span.wpcf7-list-item-label {
    font-size: 0.75rem;
    padding-left: 0.9375rem !important;
  }
}
.contact__data-checkbox span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100vmax;
  border: 0.0625rem solid #e35b5b;
}
@media screen and (max-width: 767px) {
  .contact__data-checkbox span.wpcf7-list-item-label::before {
    left: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.contact__data-checkbox span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 1.75rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100vmax;
  background-color: #333333;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contact__data-checkbox span.wpcf7-list-item-label::after {
    left: 0.8125rem;
    width: 0.125rem;
    height: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__data-checkbox .wpcf7-list-item {
    margin: 0 0 0 0.5625rem;
  }
}

input[type="radio"] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="radio"]:checked + span::after {
  opacity: 1;
}

.contact__data-radio {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact__data-radio {
    gap: 0.9375rem;
  }
}
.contact__data-radio span.wpcf7-list-item-label {
  display: inline-block;
  font-size: 1.25rem;
  padding-left: 0.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__data-radio span.wpcf7-list-item-label {
    font-size: 0.75rem;
    padding-left: 1.5625rem !important;
  }
}
.contact__data-radio span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100vmax;
  border: 0.0625rem solid #e35b5b;
}
@media screen and (max-width: 767px) {
  .contact__data-radio span.wpcf7-list-item-label::before {
    left: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.contact__data-radio span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 0.4375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100vmax;
  background-color: #333333;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contact__data-radio span.wpcf7-list-item-label::after {
    top: 44%;
    left: 0.875rem;
    width: 0.125rem;
    height: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__data-radio .wpcf7-list-item {
    margin: 0rem;
  }
}

.contact__row .wpcf7-list-item.last label {
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .contact__row .wpcf7-list-item.last label {
    padding-left: 0rem;
  }
}

.wpcf7-form .contact__row.contact__payment .wpcf7-list-item.last label {
  padding-left: 0rem;
}

.wpcf7-form
  .contact__row.contact__payment
  .wpcf7-list-item.last
  label
  span::before {
  left: 0rem;
}

.wpcf7-form
  .contact__row.contact__payment
  .wpcf7-list-item.last
  label
  span::after {
  left: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-form
    .contact__row.contact__payment
    .wpcf7-list-item.last
    label
    span::after {
    top: 44%;
    left: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item.first {
    width: auto;
  }
}

.p-contact__img {
  margin-top: 0.9375rem;
  width: 25rem;
  height: auto;
  aspect-ratio: 400/250;
}
@media screen and (max-width: 767px) {
  .p-contact__img {
    margin-top: 0.4375rem;
    width: 9.625rem;
    height: auto;
    aspect-ratio: 154/96;
  }
}
.p-contact__img picture {
  width: 100%;
}

.contact__data.contact__data-img input[type="radio"]:checked + span::after {
  opacity: 1;
}
.contact__data.contact__data-img .wpcf7-list-item {
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img .wpcf7-list-item {
    width: 33%;
    white-space: normal;
    margin-left: 1rem;
  }
}
.contact__data.contact__data-img .wpcf7-list-item span.wpcf7-list-item-label {
  padding-left: 1.875rem;
}
.contact__data.contact__data-img .contact__data-radio {
  gap: unset;
  white-space: nowrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img .contact__data-radio {
    gap: 1.6875rem;
    width: 100%;
  }
}
.contact__data.contact__data-img .contact__data-radio .wpcf7-list-item.last {
  padding-left: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img .contact__data-radio .wpcf7-list-item.last {
    padding-left: 4.25rem;
    width: 50%;
  }
}
.contact__data.contact__data-img
  .contact__data-radio
  span.wpcf7-list-item-label {
  display: inline-block;
  font-size: 1.25rem;
  padding-left: 4.25rem !important;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img
    .contact__data-radio
    span.wpcf7-list-item-label {
    font-size: 0.75rem;
    padding-left: 0rem !important;
    display: flex;
    justify-content: center;
  }
}
.contact__data.contact__data-img
  .contact__data-radio
  span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 2.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100vmax;
  border: 0.0625rem solid #e35b5b;
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img
    .contact__data-radio
    span.wpcf7-list-item-label::before {
    top: -35%;
    left: 50%;
    translate: -50%;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.contact__data.contact__data-img
  .contact__data-radio
  span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 2.9375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100vmax;
  background-color: #333333;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img
    .contact__data-radio
    span.wpcf7-list-item-label::after {
    top: -33%;
    left: 50%;
    translate: -50%;
    width: 0.125rem;
    height: 0.125rem;
  }
}
.contact__data.contact__data-img .p-contact__img-box {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img .p-contact__img-box {
    margin-top: 0.625rem;
    gap: 1.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .contact__data.contact__data-img
    .contact__data-radio
    label:last-child
    .p-contact__img {
    margin-top: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img .wpcf7-list-item.first {
    margin: 0 0 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .contact__data.contact__data-img
    .contact__data-radio
    .wpcf7-list-item.first
    label
    .wpcf7-list-item-label::before {
    top: -33%;
  }
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img
    .contact__data-radio
    .wpcf7-list-item.first
    label
    .wpcf7-list-item-label::after {
    top: -21%;
  }
}

@media screen and (max-width: 767px) {
  .contact__data.contact__data-img
    .contact__data-radio
    label:last-child
    span::before {
    top: -90%;
  }
}
@media screen and (max-width: 767px) {
  .contact__data.contact__data-img
    .contact__data-radio
    label:last-child
    span::after {
    top: -68%;
  }
}

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

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

.row.jc-center {
  justify-content: center;
}

.contact__submit {
  text-align: center;
}
.contact__submit input[type="submit"] {
  display: inline-block;
  font-size: 1.875rem;
  color: #333333;
  font-weight: 700;
  margin-top: 5.125rem;
  color: #333333 !important;
  border: 0.0625rem solid transparent !important;
  background-color: #ffdbd3 !important;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem #acaeb4;
  width: fit-content;
  margin-inline: auto;
  padding: 0.8125rem 5rem;
}

@media screen and (max-width: 767px) {
  .contact__submit input[type="submit"] {
    font-size: 0.875rem;
    margin-top: 1.375rem;
    padding: 0.25rem 1.5rem;
  }
}

.contact__row {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__row {
    margin-top: 1.0625rem;
  }
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
  height: 3.75rem !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap input[type="text"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap input[type="email"] {
    height: 1.25rem !important;
  }
}

.wpcf7-form-control-wrap textarea {
  height: 10.625rem !important;
}

@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap textarea {
    height: 4.0625rem !important;
  }
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
  color: #e35b5b;
  margin-top: 0.375rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: 0.1875rem;
    font-size: 0.75rem;
  }
}
.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.25rem;
  padding: 0.25rem 1rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 0.6875rem;
    padding: 0.125rem 0.625rem;
  }
}

.contact__head span {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contact__head span {
    font-size: 0.75rem;
    padding-left: unset;
  }
}

.contact__row span.wpcf7-list-item-label {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .contact__row span.wpcf7-list-item-label {
    font-size: 0.75rem;
    padding-left: unset;
  }
}

.contact__form .contact__row:first-child {
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__form .contact__row:first-child {
    padding-left: unset;
  }
}

.contact__row.contact__textarea .contact__head {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}
.contact__row.contact__textarea
  .contact__head
  span.wpcf7-list-item-label:last-child {
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: unset;
}
@media screen and (max-width: 767px) {
  .contact__row.contact__textarea
    .contact__head
    span.wpcf7-list-item-label:last-child {
    font-size: 0.6875rem;
  }
}

.floating {
  position: fixed;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  /* opacity: 1; */
  /* visibility: hidden; */
  /* transition: opacity 0.3s, visibility 0.3s; */
}
.floating.js-show {
  opacity: 1; /* 要素の不透明度を1にして表示する */
  visibility: visible; /* 要素を見えるようにする */
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .floating.js-show {
    height: 4.0625rem;
  }
}

.energy {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100vw;
  text-align: center;
  background-color: #fff8f0;
  box-shadow: 0.125rem 0.125rem 0.25rem #333333;
  display: flex;
  justify-content: space-between;
  padding-inline: 15rem;
  padding-block: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .energy {
    padding-inline: 1.375rem;
    padding-block: 0.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-energy-logo {
    width: 2.5rem;
    height: auto;
    aspect-ratio: 40/40;
  }
}
.p-energy-logo picture {
  width: 100%;
}

.p-energy-box {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

.p-energy-box p {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-energy-box p {
    font-size: 0.75rem;
  }
}

.p-energy-box a {
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-energy-box a {
    font-size: 1rem;
  }
}
.p-energy-box a span {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-energy-box a span {
    font-size: 0.75rem;
  }
}

.l-floating {
  position: fixed;
  top: 11.25rem;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-floating {
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
    translate: -50%;
    background-color: #fff8f0;
    width: 100vw;
    padding-block: calc(6 / 16 * 1rem);
    box-shadow: 0.125rem 0.125rem 0.25rem #333333;
  }
}

.p-floation__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 / 16 * 1rem);
  li {
    /* text-align: center;
    padding-block: 2.4375rem;
    width: calc(119 / 16 * 1rem);
    background-color: #fff8f0;
    border: 1px solid #e35b5b; */
  }
}

@media screen and (max-width: 767px) {
  .p-floation__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: calc(16 / 16 * 1rem);
    li {
      /* text-align: center;
    padding-block: 2.4375rem;
    width: calc(119 / 16 * 1rem);
    background-color: #fff8f0;
    border: 1px solid #e35b5b; */
    }
  }
}

.p-floation__item {
  text-align: center;
  padding-block: calc(29 / 16 * 1rem);
  width: calc(119 / 16 * 1rem);

  background-color: #fff8f0;
  border: 1px solid #e35b5b;
  font-size: 1.5625rem;
  font-weight: 500;
  @media (any-hover: hover) {
    &:hover {
      color: unset;
      opacity: inherit;
    }
  }
}

@media screen and (max-width: 767px) {
  .p-floation__item {
    /* padding-block: calc(11 / 16 * 1rem); */
    padding-block: calc(5 / 16 * 1rem);
    width: calc(100 / 16 * 1rem);

    font-size: calc(18 / 16 * 1rem);
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  #ast-scroll-top {
    bottom: calc(60 / 16 * 1rem);
  }
}

.p-fv__main {
  display: grid;
  grid-template-columns: 1fr 33.75rem;
  background: url(./img/fv_bg.webp) no-repeat center center/cover;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-fv__main {
    grid-template-columns: 1fr;
    background: url(./img/fv_bg_sp.webp) no-repeat center center/cover;
  }
}
.p-fv__main picture {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-fv__img {
  padding-top: 10.625rem;
  padding-inline: 17.375rem 3.75rem;
  width: 56.25rem;
  height: auto;
  aspect-ratio: 900/960;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    padding-block: 2.5rem 0.625rem;
    margin-inline: auto;
    width: 12.5rem;
    height: auto;
    aspect-ratio: 200/270;
    padding-inline: 0rem 0rem;
  }
}

.p-fv__movie {
  width: 100%;
  height: 99.8%;
  position: relative;
  margin-top: -0.0625rem;
  margin-left: 0.25rem;
  overflow: clip;
}
.p-fv__movie video {
  width: 100%;
  height: auto; /* 高さは自動で調整 */
  aspect-ratio: 9/16; /* 元動画の縦横比 540x960 */
  object-fit: cover; /* 親幅に収めつつ切れる部分はカバー */
  display: block; /* 下の余白を消す */
}
@media screen and (max-width: 767px) {
  .p-fv__movie video {
    width: 23.4375rem;
    height: auto;
    aspect-ratio: 375/667;
    height: -webkit-fill-available;
    object-fit: cover;
  }
}

.p-fv-under__search-title {
  width: 37.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-title {
    width: 14.375rem;
    height: auto;
    aspect-ratio: 230/30;
  }
}
.p-fv-under__search-title picture {
  width: 100%;
}

.p-fv-under__search-cards {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-cards {
    margin-top: 1.0625rem;
    gap: 1.75rem;
  }
}

.p-fv-under__search-card {
  padding: 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border: 0.0625rem solid #333333;
  background-color: #fff8f0;
  box-shadow: 0.375rem 0.375rem #e35b5b;
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-card {
    padding: 0.125rem 0.625rem 0.3125rem 0.625rem;
    gap: 0.125rem;
  }
}

.p-fv-under__search-card-title {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-card-title {
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
  }
}

.p-fv-under__search-card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-card-body {
    flex-direction: column;
    align-items: baseline;
  }
}

.p-fv-under__search-card-text-sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-fv-under__search-card-text-sub span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-card-text-sub {
    flex-direction: row;
  }
  .p-fv-under__search-card-text-sub span {
    font-size: 0.8125rem;
  }
}

.p-fv-under__search-card-main img {
  width: 16.125rem;
  height: auto;
  aspect-ratio: 258/61;
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-card-main img {
    width: 7.6875rem;
  }
}

.p-fv-under__search-announce {
  margin-top: calc(89 / 16 * 1rem);
  text-align: center;
  /* padding-block: calc(9 / 16 * 1rem); */
  background-color: #fff8f0;
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
  padding-bottom: calc(22 / 16 * 1rem);
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-announce {
    margin-top: calc(16 / 16 * 1rem);
    padding-block: calc(17 / 16 * 1rem);
  }
}
.p-fv-under__search-announce-main {
  font-size: calc(39 / 16 * 1rem);
  color: #e35b5b;
  position: relative;
  letter-spacing: -1.5px;

  &::before {
    content: "※キャンペーン割引前の価格です";
    position: absolute;
    bottom: -6%;
    left: calc(100% - 182 / 16 * 1rem);
    font-size: calc(12 / 16 * 1rem);
    white-space: nowrap;
    color: #333333;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-under__search-announce-main {
    font-size: calc(19 / 16 * 1rem);
    letter-spacing: normal;

    &::before {
      bottom: -29%;
      left: calc(100% - 137 / 16 * 1rem);
      font-size: calc(9 / 16 * 1rem);
      white-space: nowrap;
      color: #333333;
    }
  }
}

.p-fv-under__search-announce-main span {
  font-size: calc(60 / 16 * 1rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-announce-main span {
    font-size: calc(30 / 16 * 1rem);
  }
}
.p-fv-under__search-announce-main span.no-tax {
  font-size: calc(26 / 16 * 1rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-fv-under__search-announce-main span.no-tax {
    font-size: calc(15 / 16 * 1rem);
  }
}

.area__wrap {
  margin-top: calc(31 / 16 * 1rem);
}
@media screen and (max-width: 767px) {
  .area__wrap {
    margin-top: 1.25rem;
  }
}

.area__wrap-top {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .area__wrap-top {
    font-size: 1rem;
  }
}

.area__search {
  margin-right: 2.6875rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .area__search {
    margin-right: 0.9375rem;
    margin-top: 0.25rem;
  }
}

.area__search .area__input .area__input-top,
.area__search .area__input .area__input-btm {
  height: 3.125rem !important;
}

@media screen and (max-width: 767px) {
  .area__search .area__input .area__input-top,
  .area__search .area__input .area__input-btm {
    height: 1.25rem !important;
  }
}

.area__input-top::placeholder,
.area__input-btm::placeholder {
  color: #acaeb4;
}

.area__input {
  display: flex;
  gap: 1.75rem;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area__input {
    gap: 0.78125rem;
  }
}
.area__input::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 0.125rem;
  top: 50%;
  background-color: #333333;
  left: 37.5%;
}
@media screen and (max-width: 767px) {
  .area__input::before {
    width: 0.5625rem;
    height: 0.0625rem;
    left: 32.5%;
  }
}
.area__input button {
  margin-left: 0.5rem;
  padding: 0.25rem 1.8125rem !important;
  width: unset !important;
  font-size: 1.75rem;
  color: #333333;
  box-shadow: 0.125rem 0.125rem 0.25rem #333333;
  background-color: #fff8f0;
}
@media screen and (max-width: 767px) {
  .area__input button {
    padding: 0rem 0.8125rem !important;
    font-size: 0.8125rem;
  }
}
.area__input .area__input-top {
  width: 10rem;
  height: auto;
  aspect-ratio: 160/50;
  background-color: #fff8f0;
  font-size: 1.75rem;
  padding-inline: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .area__input .area__input-top {
    width: 4.4375rem;
    height: auto;
    aspect-ratio: 71/22;
    font-size: 1.5rem;
    padding-inline: 0.25rem;
  }
}
.area__input .area__input-btm {
  width: 13.6875rem;
  height: auto;
  aspect-ratio: 219/50;
  background-color: #fff8f0;
  font-size: 1.75rem;
  padding-inline: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .area__input .area__input-btm {
    width: 6.125rem;
    height: auto;
    aspect-ratio: 98/22;
    font-size: 1.5rem;
    padding-inline: 0.25rem;
  }
}

.bg-primary,
.area__heading {
  width: 17.5%;
  margin-left: 0.5rem;
  padding: 1.25rem 3.125rem;
  text-align: center;
  font-size: 1.25rem;
  color: #fff8f0;
  background-color: #e35b5b;
}
@media screen and (max-width: 767px) {
  .bg-primary,
  .area__heading {
    font-size: 0.75rem;
    margin-left: unset;
    padding: 0.4375rem 1.25rem;
  }
}
.area__item-heading {
  .bg-primary.color-white.fw-bold {
    background-color: #e35b5b;
    color: #fff8f0;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 700;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .area__item-heading {
    .bg-primary.color-white.fw-bold {
      font-size: calc(12 / 16 * 1rem);
    }
  }
}

.bg-primary.color-white.fw-bold {
  width: 17.2%;
  padding: 0.8125rem 2.5rem;
  display: inline-flex;
  align-items: center;
  background-color: #e35b5b;
}
@media screen and (max-width: 767px) {
  .bg-primary.color-white.fw-bold {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23%;
    padding: 0.125rem 0.4375rem;
  }
}
@media (any-hover: hover) {
  .bg-primary.color-white.fw-bold {
    color: inherit;
    background-color: #fff8f0;
  }
}

.form__item-yobi.bg-white.color-primary.fw-bold {
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__item-yobi.bg-white.color-primary.fw-bold {
    font-size: 0.9375rem;
  }
}

.bg-white.color-primary.fw-bold {
  width: 81%;
  font-size: 1.5625rem;
  padding: calc(2 / 16 * 1rem) 1.25rem;
  background-color: #fff8f0;
  border: 0.0625rem solid #e35b5b;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bg-white.color-primary.fw-bold {
    font-size: 1rem;
    padding: 0 0.625rem;
    font-weight: 600;
  }
}
.bg-white.color-primary.fw-bold {
  .bold {
    font-size: calc(30 / 16 * 1rem);
    padding-right: 0.1875rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .bg-white.color-primary.fw-bold {
    .bold {
      font-size: calc(15 / 16 * 1rem);
    }
  }
}

.bg-white.color-primary.fw-bold span span.small {
  font-size: 1.25rem;
  padding-right: 0.1875rem;
}

.bg-white.color-primary.fw-bold .small-small {
  font-size: 1.25rem;
  padding-right: 0.1875rem;
  position: relative;
  &::before {
    content: "※キャンペーン割引前の価格です";
    position: absolute;
    bottom: 0;
    left: calc(100% + 6 / 16 * 1rem);
    font-size: calc(14 / 16 * 1rem);
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .bg-white.color-primary.fw-bold .small-small {
    font-size: calc(11 / 16 * 1rem);
    padding-right: 0.1875rem;
    position: relative;
    &::before {
      content: "※キャンペーン割引前の価格です";
      position: absolute;
      bottom: 0;
      left: calc(100% + 6 / 16 * 1rem);
      font-size: calc(8 / 16 * 1rem);
      white-space: nowrap;
    }
  }
}

@media screen and (max-width: 767px) {
  .bg-white.color-primary.fw-bold span span.small {
    font-size: 0.625rem;
  }
}

.area__attention {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .area__attention {
    font-size: 0.625rem;
    margin-top: 0.375rem;
  }
}

.l-area {
  position: relative;
  background: url(./img/fv_bg_area.webp) no-repeat center center/cover;
}

.area__list {
  display: none;
  padding-block: 2.5rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .area__list {
    padding-block: 1.25rem 2.1875rem;
  }
}

.area__item-ttl.bg-primary.color-white.fw-bold {
  width: 100%;
  font-size: 1.875rem;
  color: #fff8f0;
  font-weight: 500;
  background-color: #e35b5b;
  padding: calc(5 / 16 * 1rem) 1.25rem;
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .area__item-ttl.bg-primary.color-white.fw-bold {
    font-size: 0.75rem;
    padding: calc(3 / 16 * 1rem) 1.25rem;
  }
}

.area__item-para {
  margin-top: 0.625rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .area__item-para {
    font-size: 0.75rem;
    font-weight: 400;
  }
}

.area__item-heading {
  padding-top: 2.5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .area__item-heading {
    padding-top: calc(20 / 16 * 1rem);
  }
}

.form__item-yobi {
  width: 82.4%;
  padding: 1.25rem;
  font-size: 1.25rem;
  background-color: #fff8f0;
  border: 0.0625rem solid #e35b5b;
}
.area__heading.color-primary.fw-bold {
  margin-top: 2.625rem;
  padding: 0.3125rem 0;
  font-size: 1.625rem;
  background-color: #fff8f0;
  border: 0.0625rem solid #e35b5b;
  color: #333333;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .area__heading.color-primary.fw-bold {
    width: 23%;
    font-size: 0.75rem;
    padding: 0.1875rem 0rem;
    margin-top: 1.0625rem;
  }
}

.area__para.fw-bold {
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .area__para.fw-bold {
    padding-top: 0.6875rem;
    padding-left: 0rem;
    font-size: 0.75rem;
  }
}

.p-his__title {
  width: 37.875rem;
  height: auto;
  aspect-ratio: 606/130;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-his__title {
    width: 11.875rem;
    height: auto;
    aspect-ratio: 190/45;
  }
}
.p-his__title picture {
  width: 100%;
}

.p-his__cards {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-his__cards {
    gap: 2.5rem;
    margin-top: 1.75rem;
  }
}

.p-his__card {
  display: flex;
  gap: 2.3125rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-his__card {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-his__card:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-his__card:nth-child(even) {
    flex-direction: column;
  }
}

.p-his__card-img {
  width: 29.5625rem;
  height: auto;
  aspect-ratio: 473/315;
}
@media screen and (max-width: 767px) {
  .p-his__card-img {
    width: 13.4375rem;
    height: auto;
    aspect-ratio: 215/140;
  }
}
.p-his__card-img picture {
  width: 100%;
}

.p-his__texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-his__texts {
    align-items: center;
    flex: unset;
    gap: 0.4375rem;
  }
}

.p-his__texts-ttl {
  font-size: 2.8125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-his__texts-ttl {
    font-size: 0.875rem;
  }
}

.p-his__texts-body {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-his__texts-body {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-his__under-cards ul {
  margin-top: 5rem;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-his__under-cards ul {
    margin-top: 1.25rem;
    gap: 0.9375rem;
  }
}

.p-his__under-card-text {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-his__under-card-text {
    font-size: 0.75rem;
    font-weight: 500;
  }
}
.p-his__under-card-text span {
  color: #ff8a26;
}

.p-his__under-card-img {
  margin-top: 0.9375rem;
  width: 28.75rem;
  height: auto;
  aspect-ratio: 460/300;
}
@media screen and (max-width: 767px) {
  .p-his__under-card-img {
    margin-top: 0.3125rem;
    width: 10rem;
    height: auto;
    aspect-ratio: 160/94;
  }
}
.p-his__under-card-img picture {
  width: 100%;
}

.p-drawer__icon {
  display: none;
  z-index: 140;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 1.5625rem;
    right: 0.9375rem;
    width: 1.9375rem;
    height: 1.3125rem;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-drawer__icon:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__icon::before {
    content: "";
    position: absolute;
    width: 3.75rem;
    height: auto;
    aspect-ratio: 1;
    background-color: #333333;
    border-radius: 100vmax;
    z-index: -1;
    top: -1.25rem;
    left: -0.9375rem;
  }
}

.p-drawer__icon.js-color::before {
  background-color: #f8f8f8;
}

.p-drawer__icon--bar {
  width: 100%;
  height: 0.1875rem;
  background: #f8f8f8;
  transition: all 0.5s ease;
}

.p-drawer__icon--bar.js-color {
  background: #333333;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.375rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.75rem;
}

.p-drawer {
  display: none;
  z-index: 120;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    overflow-y: scroll;
    translate: 120%;
    transition: all 0.5s ease;
  }
  .p-drawer.js-show {
    translate: 0;
  }
}

.p-drawer__body {
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding-block: 6.25rem 3.75rem;
  background-color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.5rem;
}
.p-drawer__list li a {
  font-family: "Nunito", sans-serif;
  color: #f8f8f8;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
}

li svg {
  width: 3.4375rem;
  height: 3.4375rem;
}

.p-drawer__name {
  display: flex;
  flex-direction: column;
}

.p-drawer__text-top,
.p-drawer__text-btm {
  text-align: center;
  color: #f8f8f8;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
}

.p-drawer__text-top {
  font-size: 1rem;
  text-transform: capitalize;
}

.p-drawer__text-btm {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.c-btn__rainbow {
  display: flex;
  align-items: center;
  padding: 1rem 2.9375rem;
  border: 0.125rem solid #333333;
  border-radius: 100vmax;
  width: fit-content;
  background: #f8f8f8;
}
@media (any-hover: hover) {
  .c-btn__rainbow:hover {
    background: var(
      --btn-grad,
      linear-gradient(126deg, #4081c3 6.48%, #52b87d 48.45%, #f3cf3d 97.26%)
    );
  }
  .c-btn__rainbow:hover .p-drawer__text-rainbow {
    background: #f8f8f8;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}

.p-drawer__text-rainbow {
  background: linear-gradient(
    130deg,
    #4081c3 32.86%,
    #52b87d 61.28%,
    #f3cf3d 94.32%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content;
  font-size: 1.875rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.p-footer__text {
  text-align: center;
  color: #fff8f0;
  padding-block: 1.25rem;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 0.5rem;
    padding-block: 0.625rem calc(65 / 16 * 1rem);
  }
}

.p-pre__title {
  text-align: center;
  width: 100%;
}
.p-pre__title picture {
  margin-inline: auto;
  width: 45.75rem;
  height: auto;
  aspect-ratio: 2;
}
@media screen and (max-width: 767px) {
  .p-pre__title picture {
    width: 18.125rem;
    height: auto;
    aspect-ratio: 290/150;
    margin-inline: auto;
  }
}

.p-pre__body {
  display: flex;
  gap: 1.875rem;
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-pre__body {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.375rem;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-pre__body-img {
    width: 21.875rem;
    height: auto;
    aspect-ratio: 350/430;
    margin-inline: auto;
  }
  .p-pre__body-img picture {
    width: 96%;
  }
}

.p-problem__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-problem__title {
  width: 51.0625rem;
  height: auto;
  aspect-ratio: 817/77;
}
@media screen and (max-width: 767px) {
  .p-problem__title {
    width: 14.1875rem;
    height: auto;
    aspect-ratio: 227/21;
  }
  .p-problem__title picture {
    width: 100%;
  }
}

.p-problem__lists {
  margin-top: 3.75rem;
  margin-right: 1.6875rem;
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-problem__lists {
    margin-top: 1.25rem;
    gap: 0.875rem;
  }
}

.p-problem__lists li {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  gap: 1.875rem;
  padding-left: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-problem__lists li {
    font-size: 0.875rem;
    padding-left: 1.1875rem;
    letter-spacing: -0.03125rem;
  }
}
.p-problem__lists li::before {
  content: "";
  position: absolute;
  background-image: url(./img/problem_icon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 30/30;
  top: 50%;
  translate: 0 -50%;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .p-problem__lists li::before {
    width: 0.8125rem;
    height: auto;
    aspect-ratio: 13/13;
    top: 48%;
  }
}

.p-problem__lists li:nth-child(3)::before,
.p-problem__lists li:nth-child(4)::before {
  top: 55%;
}
@media screen and (max-width: 767px) {
  .p-problem__lists li:nth-child(3)::before,
  .p-problem__lists li:nth-child(4)::before {
    top: 27%;
  }
}

.p-problem__lists li:nth-child(5)::before {
  top: 26%;
}
@media screen and (max-width: 767px) {
  .p-problem__lists li:nth-child(5)::before {
    top: 27%;
  }
}

.p-problem__img {
  position: absolute;
  bottom: -10.9375rem;
  right: 11.875rem;
  width: 17.5rem;
  height: auto;
  aspect-ratio: 280/235;
}
@media screen and (max-width: 767px) {
  .p-problem__img {
    width: 5rem;
    height: auto;
    aspect-ratio: 80/70;
    bottom: -4rem;
    right: 1.5625rem;
  }
}
.p-problem__img picture {
  width: 100%;
}

.p-reason__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    gap: 0.5625rem;
  }
}

.p-reason__title-top {
  padding-top: 1.5625rem;
  width: 34.8125rem;
  height: auto;
  aspect-ratio: 465/135;
}
@media screen and (max-width: 767px) {
  .p-reason__title-top {
    width: 11.5625rem;
    height: auto;
    aspect-ratio: 185/40;
  }
}

.p-reason__title-under {
  width: 60rem;
  height: auto;
  aspect-ratio: 960/100;
}
@media screen and (max-width: 767px) {
  .p-reason__title-under {
    width: 19.6875rem;
    height: auto;
    aspect-ratio: 315/35;
  }
}

.p-reason__cards {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__cards {
    margin-top: 2.625rem;
    gap: 2.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__cards .p-reason__card:nth-child(3) {
    margin-top: 0rem;
  }
}

.p-reason__cards .p-reason__card:nth-child(2) .p-reason__card-text {
  height: 16.1875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__cards .p-reason__card:nth-child(2) .p-reason__card-text {
    height: unset;
  }
}

.p-reason__cards .p-reason__card:nth-child(4) .p-reason__card-text {
  height: 16.1875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__cards .p-reason__card:nth-child(4) .p-reason__card-text {
    height: unset;
  }
}

.p-reason__card {
  display: flex;
  position: relative;
  width: 41.4375rem;
}
@media screen and (max-width: 767px) {
  .p-reason__card {
    height: 5.875rem;
    width: 17.625rem;
  }
}
.p-reason__card::before {
  content: "No.1";
  position: absolute;
  font-family: "Nunito", sans-serif;
  font-size: 1.875rem;
  color: #ff8a26;
  top: -3.125rem;
  right: -10.625rem;
  rotate: 10deg;
}
@media screen and (max-width: 767px) {
  .p-reason__card::before {
    font-size: 0.6875rem;
    top: -0.8125rem;
    right: -3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__cards li:nth-child(2) {
    height: 5.5rem;
  }
}

.p-reason__card:nth-of-type(3)::before {
  content: "No.3";
  top: -2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__card:nth-of-type(3)::before {
    top: -0.8125rem;
  }
}

.p-reason__card:nth-of-type(2)::before {
  content: "No.2";
  top: -1.5625rem;
  right: unset;
  left: -15rem;
  rotate: -10deg;
}
@media screen and (max-width: 767px) {
  .p-reason__card:nth-of-type(2)::before {
    left: -3.3125rem;
    top: -0.8125rem;
  }
}

.p-reason__card:nth-of-type(4)::before {
  content: "No.4";
  top: -1.25rem;
  right: unset;
  left: -14.375rem;
  rotate: -10deg;
}
@media screen and (max-width: 767px) {
  .p-reason__card:nth-of-type(4)::before {
    left: -3.3125rem;
    top: -0.8125rem;
  }
}

.p-reason__cards .p-reason__card:nth-child(even) {
  margin-left: auto;
}

.p-reason__card-text {
  width: 100%;
  padding-block: 2.5rem 1.875rem;
  padding-left: 0.3125rem;
  background: #fff8f0;
  border: 0.25rem solid #e35b5b;
}
@media screen and (max-width: 767px) {
  .p-reason__card-text {
    width: 17.625rem;
    padding-block: 0.625rem 0.3125rem;
    border: 0.0625rem solid #e35b5b;
  }
}

.p-reason__card:nth-child(even) .p-reason__card-text {
  padding-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__card:nth-child(even) .p-reason__card-text {
    padding-left: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__card:nth-child(2) .p-reason__card-text {
    padding-right: 2.5rem;
    padding-block: 0.3125rem 0.3125rem;
  }
}

.p-reason__card-title {
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-reason__card-title {
    font-size: 0.9375rem;
  }
}

.p-reason__card-body {
  margin-top: 1.5625rem;
  font-size: 1.375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-reason__card-body {
    margin-top: 0.3125rem;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: -0.03125rem;
  }
}

.p-reason-card__img {
  position: absolute;
  width: 18.4375rem;
  height: auto;
  aspect-ratio: 295/295;
  right: -11.875rem;
  top: -1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-card__img {
    width: 6.6875rem;
    height: auto;
    aspect-ratio: 107/107;
    left: 14.1875rem;
    top: 50%;
    translate: 0 -50%;
  }
}

.p-reason__card:nth-child(even) .p-reason-card__img {
  left: -13.375rem;
}
@media screen and (max-width: 767px) {
  .p-reason__card:nth-child(even) .p-reason-card__img {
    left: -3.125rem;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-lg {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-lg {
    display: block !important;
  }
}

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Nunito", sans-serif;
}

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

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

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

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

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