@charset "UTF-8";
html {
  font-size: 16px;
  overflow-x: clip;
  pointer-events: auto;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  overflow-x: clip;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

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

textarea {
  resize: vertical;
}

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 1330px;
}

.l-main {
  padding-top: 5.625rem;
}

.c-btn {
  align-items: center;
  border-radius: 6.25rem;
  display: flex;
  justify-content: center;
  max-width: 22.25rem;
  padding-block: 0.15625rem;
  width: 100%;
}

.c-btn-tel {
  background-color: #6C99C4;
}

.c-btn__flex {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  padding-block: 0.5rem;
  width: 100%;
}

.c-btn__flex02 {
  gap: 1.875rem;
}

.c-btn-tel__img {
  max-width: 2.5rem;
  width: 100%;
}

.c-btn-tel__img img {
  -o-object-fit: cover;
  aspect-ratio: 40/40;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-btn-tel__num {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2.3125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.0810810811;
  text-align: center;
}

.c-btn-tel__num span {
  display: block;
}

.c-btn-tel__numText1 {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.0952380952;
}

.c-btn-tel__numText2 {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3888888889;
}

.c-btn-mail {
  background-color: #F4976F;
}

.c-btn-mail__img {
  max-width: 1.9375rem;
  width: 100%;
}

.c-btn-mail__img img {
  -o-object-fit: cover;
  aspect-ratio: 31/31;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-btn-mail__num {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  text-align: center;
}

.c-btn-mail__text {
  display: block;
}

.c-btn-mail__numText1 {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
}

.c-btn-mail__numText2 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
}

.p-footer {
  background-color: #629CD2;
  padding-top: 3.125rem;
}

.p-footer__logo {
  display: block;
  margin-bottom: 1.875rem;
  margin-inline: auto;
  max-width: 20.625rem;
  width: 100%;
}

.p-footer__logo img {
  -o-object-fit: cover;
  aspect-ratio: 330/128;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-footer__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-footer__tel {
  display: inline-flex;
  gap: 0.3125rem;
  justify-content: center;
  width: 100%;
}

.p-footer__tel--img {
  max-width: 3.4375rem;
  width: 100%;
}

.p-footer__tel--img img {
  -o-object-fit: cover;
  aspect-ratio: 55/55;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-footer__num {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
}

.p-footer__tel--text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-footer__btns {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 4.0625rem;
}

.p-footer__telBtn {
  border: 2px solid #fff;
}

.p-footer__menu {
  margin-bottom: 2.8125rem;
}

.p-footer__lists {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 1.25rem;
}

.p-footer__lists:last-child {
  margin-bottom: 0;
}

.p-footer__link {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-footer__bottom {
  background-color: #3A6996;
  font-size: 0.6875rem;
  padding-block: 0.625rem;
}

.p-footer__copy {
  color: #fff;
  display: block;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  text-align: center;
}

body.is-open {
  height: calc(100vh - 3.5rem);
  overflow-y: hidden;
}

.p-header {
  background-color: #fff;
  height: 5.625rem;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.p-header__inner {
  height: inherit;
  padding-left: 2.625rem;
}

.p-header__flex {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
}

.p-header__logo {
  max-width: 23.875rem;
  max-width: clamp(11.25rem, 2.833rem + 17.53vw, 23.875rem);
  width: 100%;
}

.p-header__logo img {
  -o-object-fit: contain;
  aspect-ratio: 382/91;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-header__nav {
  display: flex;
  height: inherit;
}

.p-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__spBox {
  background-color: transparent;
}

.p-header__lists {
  align-items: center;
  display: flex;
  gap: clamp(0.625rem, -3.458rem + 6.42vw, 5.25rem);
  padding-right: clamp(0.313rem, -2.396rem + 5.64vw, 4.375rem);
}

.p-header__list {
  text-align: center;
  width: -webkit-max-content;
  width: max-content;
}

.p-header__link {
  color: #4286B2;
  display: block;
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
}

.p-header__items {
  display: flex;
  justify-content: center;
}

.p-header__item {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-inline: 0.625rem;
  text-align: center;
}

.p-header__tel {
  background-color: #6C99C4;
  display: flex;
  flex-direction: column;
}

.p-header__tel--text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
}

.p-header__item--flex {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-header__tel--img {
  width: 2rem;
}

.p-header__tel--img img {
  -o-object-fit: cover;
  aspect-ratio: 32/32;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-header__tel--num {
  font-family: "Oswald", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
}

.p-header__tel--numText1Sp {
  display: none;
}

.p-header__tel--numText2Sp {
  display: none;
}

.p-header__mail {
  background-color: #F4976F;
}

.p-header__mail--text {
  align-items: center;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1;
}

.p-header__mail--text:before,
.p-header__mail--text:after {
  background-color: #fff;
  content: "";
  height: 0.125rem;
  width: 1.25rem;
}

.p-header__mail--text:before {
  -webkit-transform: rotate(45deg);
  margin-right: 0.3125rem;
  transform: rotate(45deg);
}

.p-header__mail--text:after {
  -webkit-transform: rotate(-45deg);
  margin-left: 0.3125rem;
  transform: rotate(-45deg);
}

.p-header__mail--text span {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
}

.p-header__mail--img {
  width: 1.9375rem;
}

.p-header__mail--img img {
  -o-object-fit: cover;
  aspect-ratio: 31/31;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-header__mail--num {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-header__hamburger {
  display: none;
}

.p-header__hamburger--line {
  background-color: #4286B2;
  bottom: 0;
  height: 0.21875rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -0.3125rem;
  transition: inherit;
  width: 1.875rem;
}

.p-header__hamburger--line:before,
.p-header__hamburger--line:after {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}

.p-header__hamburger--line:before {
  top: -0.4375rem;
}

.p-header__hamburger--line:after {
  top: 0.4375rem;
}

.p-header__hamburger--line.active {
  background-color: transparent;
}

.p-header__hamburger--line.active::before {
  -webkit-transform: rotate(-45deg);
  background-color: #4286B2;
  top: 0;
  transform: rotate(-45deg);
}

.p-header__hamburger--line.active::after {
  -webkit-transform: rotate(45deg);
  background-color: #4286B2;
  top: 0;
  transform: rotate(45deg);
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.p-mv {
  background-image: url(../img/mv_back.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-block: 1.875rem 8.625rem;
  position: relative;
}

.p-mv__inner {
  position: relative;
}

.p-mv__sub {
  text-align: center;
}

.p-mv__sub--text {
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2105263158;
  padding-bottom: 1.25rem;
}

.p-mv__sub--img {
  margin-bottom: 1.875rem;
  margin-inline: auto;
  max-width: 55.5rem;
  width: 100%;
}

.p-mv__sub--img img {
  -o-object-fit: cover;
  aspect-ratio: 888/88;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-mv__title {
  margin-inline: auto;
  margin-top: -1.5625rem;
  max-width: min(65.10416vw, 1184px);
  position: relative;
  z-index: 2;
}

.p-mv__title img {
  -o-object-fit: cover;
  aspect-ratio: 1008/328;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-mv__left,
.p-mv__right {
  position: absolute;
  z-index: -1;
}

.p-mv__left {
  left: 7%;
  max-width: 33.9375rem;
  max-width: min(26.0416vw, 543px);
  top: 25%;
  width: 100%;
}

.p-mv__left img {
  -o-object-fit: cover;
  aspect-ratio: 543/494;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-mv__right {
  max-width: min(27.34375vw, 478px);
  right: 5%;
  top: 15%;
  width: 100%;
}

.p-mv__right img {
  -o-object-fit: contain;
  aspect-ratio: 478/433;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-mv__spImg {
  margin-inline: auto;
  max-width: 20.9375rem;
  position: relative;
  z-index: -1;
}

.p-mv__spImg img {
  -o-object-fit: cover;
  aspect-ratio: 335/255;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-mv__flex {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  margin-top: -1.5625rem;
}

.p-mv__point {
  max-width: 20.125rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-mv__point img {
  -o-object-fit: contain;
  aspect-ratio: 322/216;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-mv__btns {
  bottom: -2.5rem;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.p-review {
  background-image: url(../img/review_back.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 6.25rem 3.125rem;
}

.p-review__banner {
  margin-bottom: 3.125rem;
  margin-inline: auto;
  max-width: 45.625rem;
}

.p-review__text {
  margin-bottom: 1.25rem;
  margin-inline: auto;
  max-width: 30.9375rem;
  width: 100%;
}

.p-review__text img {
  -o-object-fit: contain;
  aspect-ratio: 495/116;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-review__evaluation {
  margin-bottom: 2.1875rem;
  margin-inline: auto;
  max-width: 29.1875rem;
  position: relative;
  width: 100%;
}

.p-review__evaluation img {
  -o-object-fit: cover;
  aspect-ratio: 467/248;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-review__evaluation--group {
  bottom: -0.9375rem;
  position: absolute;
  right: -54%;
}

.p-review__evaluation--text {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-review__evaluation--text:first-child {
  margin-bottom: 0.3125rem;
}

.swiper {
  overflow: visible !important;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  height: auto !important;
}

.p-review__swiperSP {
  position: relative;
}

.swiper-sp,
.swiper-sp__wrapper {
  height: 100%;
}

.swiper-pagination {
  -webkit-transform: translateY(107%);
  top: 50% !important;
  transform: translateY(107%);
}

.swiper-pagination-bullet {
  background-color: #6B6B6B;
  height: 10px;
  opacity: 1;
  width: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #3EB134;
}

.p-review__slider {
  position: relative;
}

.p-review__slider--wrapper {
  height: 100%;
}

.swiper-sp {
  height: 100%;
}

.swiper-pagination_sp {
  -webkit-transform: translateY(115%);
  top: 50% !important;
  transform: translateY(115%);
}

.swiper-pagination-bullet {
  background-color: #fff;
  height: 0.625rem;
  opacity: 1;
  width: 0.625rem;
}

.swiper-pagination-bullet-active {
  background-color: #777777;
}

.p-review__box {
  background-color: #fff;
  border-radius: 0.625rem;
  height: 100%;
  padding: 1.5625rem 0 1.5625rem 1.5625rem;
  position: relative;
}

.p-review__group {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 53.1135531136%;
}

.p-review__box--title {
  border-bottom: 2px dashed #B4E2FF;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding-bottom: 1.25rem;
}

.p-review__box--text {
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 0.625rem;
}

.p-review__box--old {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
}

.p-review__box--img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 47.619047619%;
}

.p-review__box--img img {
  -o-object-fit: cover;
  aspect-ratio: 260/260;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-worries {
  background-image: url(../img/worries_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 5.3125rem 5rem;
}

.p-worries__text {
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
  text-align: center;
}

.p-worries__sub {
  margin-bottom: 0.625rem;
  margin-inline: auto;
  max-width: 48.125rem;
  width: 100%;
}

.p-worries__text1 {
  margin-inline: auto;
  max-width: 34.375rem;
  width: 100%;
}

.p-worries__text1 img {
  -o-object-fit: cover;
  aspect-ratio: 550/128;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-worries__img {
  margin-bottom: 5rem;
  margin-inline: auto;
  max-width: 70.625rem;
  width: 100%;
}

.p-worries__img img {
  -o-object-fit: cover;
  aspect-ratio: 1130/567;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-worries__text2 {
  margin-bottom: -3.125rem;
  margin-inline: auto;
  max-width: 42.125rem;
  width: 100%;
}

.p-worries__text2 img {
  -o-object-fit: cover;
  aspect-ratio: 674/257;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-worries__flex {
  align-items: flex-end;
  display: flex;
  gap: 3.125rem;
  justify-content: center;
}

.p-worries__left {
  max-width: 27.375rem;
  width: 100%;
}

.p-worries__left img {
  -o-object-fit: cover;
  aspect-ratio: 438/277;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-worries__right {
  max-width: 30.0625rem;
  width: 100%;
}

.p-worries__right img {
  -o-object-fit: contain;
  aspect-ratio: 481/223;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-solution {
  background-image: url(../img/solution_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 6.25rem 6.25rem;
}

.p-reason {
  background-image: url(../img/reason_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 6.25rem 17.5rem;
}

.p-reason__title {
  margin-bottom: 5.3125rem;
  margin-inline: auto;
  max-width: 40rem;
  width: 100%;
}

.p-reason__title img {
  -o-object-fit: contain;
  aspect-ratio: 640/202;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-reason__items {
  margin-bottom: 8.125rem;
}

.p-reason__item {
  margin-bottom: -8.75rem;
  position: relative;
}

.p-reason__item:last-of-type {
  margin-bottom: 0;
}

.p-reason__item--img01 {
  margin-bottom: 9.6875rem;
  margin-left: auto;
  max-width: 93.5625rem;
}

.p-reason__item--img01 img {
  -o-object-fit: cover;
  aspect-ratio: 1497/604;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason__item--img02 {
  margin-right: auto;
  max-width: 90.25rem;
}

.p-reason__item--img02 img {
  -o-object-fit: contain;
  aspect-ratio: 1440/959;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-reason__item--img {
  position: relative;
  z-index: 2;
}

.p-reason__box02 {
  left: 46.25rem;
  top: 10%;
}

.p-reason__icon {
  position: absolute;
}

.p-reason__icon01 {
  left: 1.25rem;
  max-width: 17.75rem;
  top: 10%;
  width: 100%;
}

.p-reason__icon01 img {
  -o-object-fit: cover;
  aspect-ratio: 284/284;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason__icon02 {
  max-width: 12.875rem;
  right: 10%;
  top: 25%;
  width: 100%;
}

.p-reason__icon02 img {
  -o-object-fit: cover;
  aspect-ratio: 206/212;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason__icon03 {
  max-width: 21.0625rem;
  right: 0;
  top: 80%;
  width: 100%;
}

.p-reason__icon03 img {
  -o-object-fit: cover;
  aspect-ratio: 337/429;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason__icon04 {
  left: -18%;
  max-width: 9.375rem;
  top: 70%;
  width: 100%;
}

.p-reason__icon04 img {
  -o-object-fit: cover;
  aspect-ratio: 150/150;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason__cards {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.p-reason__card {
  background-color: #fff;
  border-radius: 1.0625rem 0 1.0625rem 0;
  box-shadow: 0px -4px 30px 0px rgba(8, 36, 55, 0.1);
  margin-inline: auto;
  max-width: 28rem;
  position: relative;
}

.p-reason__card01 img {
  -o-object-fit: contain;
  aspect-ratio: 448/850;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-reason__card02 img {
  -o-object-fit: contain;
  aspect-ratio: 448/850;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-reason__card03 img {
  -o-object-fit: contain;
  aspect-ratio: 448/850;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-reason__card--group {
  padding: 1rem 1.5rem 1.875rem;
  position: relative;
  z-index: 1;
}

.p-reason__card--title {
  color: #F4976F;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-block: 0.625rem 1.5625rem;
  text-align: center;
}

.p-reason__card--sub {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-decoration: underline;
  text-decoration-color: #FFF4D2;
  text-decoration-thickness: 0.9375rem;
  text-underline-offset: -0.625rem;
}

.p-reason__card--text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
}

.p-reason__card--text span {
  text-decoration: underline;
  text-decoration-color: #FFEEB3;
  text-decoration-thickness: 0.625rem;
  text-underline-offset: -0.3125rem;
}

.p-reason__card--num {
  bottom: -20%;
  color: #FFF7F1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18.75rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  position: absolute;
  right: 0;
  z-index: 0;
}

.p-sleep {
  background-image: url(../img/sleep_back.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  padding-block: 7.5rem 17.5rem;
}

.p-sleep__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 6.25rem;
  text-align: center;
}

.p-sleep__title span {
  color: #76A6DA;
}

.p-sleep__spImg {
  bottom: -3.125rem;
  margin-inline: auto;
  margin-top: 0.625rem;
  position: absolute;
  z-index: -1;
}

.p-sleep__group {
  position: relative;
  z-index: 2;
}

.p-sleep__group::after {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/sleep_text_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  left: 50%;
  padding-top: 46.875rem;
  position: absolute;
  top: -5%;
  transform: translateX(-50%);
  width: 76%;
  z-index: -1;
}

.p-sleep__text {
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-sleep__text:last-of-type {
  margin-bottom: 0;
}

.p-plan {
  padding-block: 6.25rem 5.625rem;
}

.p-plan__inner {
  position: relative;
}

.p-plan__icon {
  position: absolute;
  z-index: -1;
}

.p-plan__icon01 {
  left: -22%;
  max-width: 12.5rem;
  top: 19%;
  width: 100%;
}

.p-plan__icon01 img {
  -o-object-fit: cover;
  aspect-ratio: 200/144;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-plan__icon02 {
  left: -6%;
  max-width: 17.75rem;
  top: 39%;
  width: 100%;
}

.p-plan__icon02 img {
  -o-object-fit: cover;
  aspect-ratio: 284/204;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-plan__icon03 {
  left: -12%;
  max-width: 14.25rem;
  top: 70%;
  width: 100%;
}

.p-plan__icon03 img {
  -o-object-fit: cover;
  aspect-ratio: 228/172;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-plan__icon04 {
  max-width: 14.25rem;
  right: -11%;
  top: 14.5%;
  width: 100%;
}

.p-plan__icon04 img {
  -o-object-fit: cover;
  aspect-ratio: 228/172;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-plan__icon05 {
  max-width: 17.75rem;
  right: -22%;
  top: 28%;
  width: 100%;
}

.p-plan__icon05 img {
  -o-object-fit: cover;
  aspect-ratio: 284/204;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-plan__icon06 {
  max-width: 14.25rem;
  right: -14%;
  top: 82%;
  width: 100%;
}

.p-plan__icon06 img {
  -o-object-fit: cover;
  aspect-ratio: 228/172;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-plan__title {
  margin-bottom: 1.875rem;
  margin-inline: auto;
  max-width: 52.5rem;
  width: 100%;
}

.p-plan__title img {
  -o-object-fit: contain;
  aspect-ratio: 840/104;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-plan__text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 5.3125rem;
  text-align: center;
}

.p-plan__text span {
  color: #F4976F;
  font-size: 2.5rem;
}

.p-plan__cleaning {
  background-color: #FFD4B5;
  border-radius: 6.25rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 1.5625rem;
  margin-inline: auto;
  max-width: 31.125rem;
  padding-block: 0.9375rem;
  text-align: center;
}

.p-plan__img {
  margin-bottom: 5.3125rem;
  margin-inline: auto;
  max-width: 67.5rem;
  width: 100%;
}

.p-plan__img img {
  -o-object-fit: cover;
  aspect-ratio: 1080/718;
  border-radius: 1.875rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-plan__imgSp {
  margin-bottom: 1.25rem;
  margin-inline: auto;
  max-width: 22.5rem;
  position: relative;
}

.p-plan__iconSp01 {
  left: -43%;
  max-width: 14.25rem;
  position: absolute;
  top: 202%;
  width: 100%;
}

.p-plan__iconSp02 {
  max-width: 14.25rem;
  position: absolute;
  right: -35%;
  top: 105%;
  width: 100%;
}

.p-plan__iconSp03 {
  left: -35%;
  max-width: 14.25rem;
  position: absolute;
  top: 47%;
  width: 100%;
}

.p-plan__iconSp04 {
  max-width: 14.25rem;
  position: absolute;
  right: -17%;
  top: 92.2%;
  width: 100%;
}

.p-plan__imgSp:last-of-type {
  margin-bottom: 3.125rem;
}

.p-plan__service {
  background-color: #AFCEEC;
  border-radius: 6.25rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 1.875rem;
  margin-inline: auto;
  max-width: 31.125rem;
  padding-block: 0.9375rem;
  text-align: center;
}

.p-plan__items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  max-width: 67.5rem;
}

.p-back {
  background-color: #D9EDF9;
  background-image: url(../img/back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 7.5rem;
}

.p-method {
  background-color: #fff;
  border-radius: 1.875rem;
  margin-bottom: 5rem;
  padding-block: 3.125rem 2.8125rem;
}

.p-method__title {
  margin-bottom: 1.875rem;
  margin-inline: auto;
  max-width: 56.125rem;
  width: 100%;
}

.p-method__title img {
  -o-object-fit: contain;
  aspect-ratio: 898/104;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-method__text {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 2.1875rem;
  text-align: center;
}

.p-method__text span {
  color: #F4976F;
}

.p-method__img {
  margin-inline: auto;
  max-width: 75rem;
  width: 100%;
}

.p-method__img img {
  -o-object-fit: cover;
  aspect-ratio: 1200/606;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-area {
  margin-top: -5.625rem;
  padding-top: 5.625rem;
}

.p-area__inner {
  background-color: #fff;
  border-radius: 1.875rem;
  padding-block: 3.125rem 4.375rem;
  padding-inline: 2.5rem;
}

.p-area__title {
  margin-bottom: 4.0625rem;
  margin-inline: auto;
  max-width: 25rem;
  width: 100%;
}

.p-area__title img {
  -o-object-fit: cover;
  aspect-ratio: 400/152;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-area__flex {
  border-bottom: 1px dashed #AEAEAE;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 0.625rem;
  padding-bottom: 1.25rem;
}

.p-area__prefectures {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  width: 4.5rem;
}

.p-area__city {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-area__note {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-faq {
  padding-block: 6.25rem 7.1875rem;
}

.p-faq__box {
  background-color: #6C99C4;
  border-radius: 0.625rem;
  margin-inline: auto;
  max-width: 67.5rem;
  padding-block: 1.875rem 4.6875rem;
}

.p-faq__title {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-faq__items {
  padding-inline: 7.5rem;
}

.p-faq__item {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
  padding: 2.1875rem 2.5rem;
}

.p-faq__question {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1.875rem;
  position: relative;
}

.p-faq__questionWord {
  align-items: center;
  background-color: #417EB6;
  border-radius: 62.4375rem;
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 2.25rem;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.125;
  width: 2.25rem;
}

.p-faq__questionText {
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-faq__line {
  align-items: center;
  display: flex;
  height: 1.125rem;
  justify-content: center;
  margin: auto 0;
  position: relative;
  width: 1.125rem;
}

.p-faq__line::before,
.p-faq__line::after {
  -webkit-transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-faq__line::before {
  border-top: solid 2px #F4976F;
  left: 50%;
  top: 50%;
  width: 1.125rem;
}

.p-faq__line::after {
  border-right: solid 2px #F4976F;
  height: 1.125rem;
  left: 50%;
  top: 50%;
}

.p-faq__line.open::after {
  -webkit-transform: rotate(90deg);
  left: 47%;
  top: 0;
  transform: rotate(90deg);
}

.p-faq__ans {
  display: none;
}

.p-faq__ansOpen {
  display: block;
}

.p-faq__ansFlex {
  border-top: 1px solid #999999;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}

.p-faq__ansWord {
  align-items: center;
  background-color: #F4976F;
  border-radius: 62.4375rem;
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 2.25rem;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.125;
  width: 2.25rem;
}

.p-faq__ansText {
  color: #444444;
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
}
.p-faq__ansText a {
  text-decoration: underline;
}

.p-fixed {
  background-color: #fff;
  bottom: 0;
  display: flex;
  gap: 0.625rem;
  left: 0;
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.p-fixed__tel {
  padding-block: 0.25rem;
}

.p-fixed__teImg {
  width: 1.375rem;
}

.p-fixed__teImg img {
  -o-object-fit: cover;
  aspect-ratio: 22/22;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-fixed__num {
  font-size: 1.125rem;
}

.p-fixed__numText1 {
  font-size: 0.625rem;
}

.p-fixed__numText2 {
  font-size: 0.5625rem;
}

.p-fixed__mail {
  gap: 0.3125rem;
  padding-block: 0.25rem;
}

.p-fixed__mailImg {
  width: 1.3125rem;
}

.p-fixed__mailImg img {
  -o-object-fit: cover;
  aspect-ratio: 21/17;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-fixed__mailNum {
  font-size: 1rem;
}

.p-fixed__mailText1 {
  font-size: 0.75rem;
}

.p-fixed__mailText2 {
  font-size: 1rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 1330px) {
  html {
    font-size: 1.2030075188vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  html.is-open {
    overflow-y: hidden;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-main {
    padding-top: 2.8125rem;
  }
  .c-btn {
    margin-inline: auto;
  }
  .p-footer {
    padding-bottom: 4.3125rem;
    padding-top: 2.5rem;
  }
  .p-footer__btns {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
  .p-footer__lists {
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-header {
    height: 2.8125rem;
  }
  .p-header__inner {
    padding-left: 0.9375rem;
  }
  .p-header__logo {
    max-width: 10.625rem;
  }
  .p-header__nav {
    background-color: #fff;
    flex-direction: column;
    height: calc(100vh - 2.8125rem);
    justify-content: space-between;
    left: 0;
    margin-top: 2.8125rem;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
  }
  .p-header__spBox {
    background-color: #fff;
    margin: 0 auto;
    max-width: 18.4375rem;
    padding-block: 1.5rem;
    text-align: center;
    width: 100%;
  }
  .p-header__lists {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    padding: 4.6875rem 0 2.1875rem 0;
  }
  .p-header__list {
    position: relative;
    text-align: left;
    width: 100%;
  }
  .p-header__link {
    font-size: 1rem;
    padding-block: 1.25rem;
    padding-left: 1.875rem;
  }
  .p-header__item {
    padding-block: 0.3125rem;
    width: 100%;
  }
  .p-header__tel--text {
    font-size: 0.75rem;
  }
  .p-header__tel--img {
    width: 1.25rem;
  }
  .p-header__tel--num {
    font-size: 1rem;
  }
  .p-header__tel--numText1Sp {
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.4;
  }
  .p-header__tel--numText2Sp {
    display: block;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.4;
  }
  .p-header__mail--text {
    align-items: flex-end;
    font-size: 0.75rem;
  }
  .p-header__mail--text:before,
  .p-header__mail--text:after {
    display: none;
  }
  .p-header__mail--img {
    width: 1.25rem;
  }
  .p-header__hamburger {
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 3.5rem;
    margin-left: auto;
    outline: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 3.5rem;
    z-index: 1000;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-mv {
    background-image: url(../img/mv_back_sp.png);
    padding-block: 1.5625rem 0.625rem;
  }
  .p-mv__sub--text {
    font-size: 0.9375rem;
    padding-bottom: 0.3125rem;
  }
  .p-mv__title {
    max-width: 100%;
  }
  .p-mv__left,
  .p-mv__right {
    display: none;
  }
  .p-mv__flex {
    gap: 0;
    margin-top: -2.8125rem;
  }
  .p-mv__btns {
    display: none;
  }
  .p-review {
    background-image: url(../img/review_back_sp.png);
    padding-block: 3.125rem 3.75rem;
  }
  .p-review__evaluation {
    margin-bottom: 7.5rem;
  }
  .p-review__evaluation--group {
    padding-left: 2.1875rem;
    position: static;
  }
  .p-review__evaluation--text {
    font-size: 0.75rem;
  }
  .p-review__box {
    padding: 1.5625rem 0.625rem 1.875rem;
  }
  .p-review__group {
    padding-top: 6.25rem;
    width: 100%;
  }
  .p-review__box--title {
    padding-bottom: 0.8rem;
  }
  .p-review__box--img {
    -webkit-transform: translateX(-50%);
    left: 50%;
    max-width: 12.9375rem;
    top: -25%;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-worries {
    background-image: url(../img/worries_back_sp.png);
    padding-block: 5rem 2.5rem;
  }
  .p-worries__text {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .p-worries__sub {
    margin-bottom: 1.875rem;
  }
  .p-worries__text1 {
    margin-bottom: 2.5rem;
  }
  .p-worries__img {
    margin-bottom: 3.125rem;
    max-width: 25.75rem;
  }
  .p-worries__img img {
    -o-object-fit: contain;
    aspect-ratio: 412/358;
    object-fit: contain;
  }
  .p-worries__text2 {
    margin-bottom: 1.25rem;
    max-width: 24.375rem;
  }
  .p-worries__text2 img {
    aspect-ratio: 390/108;
  }
  .p-worries__flex {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-worries__left {
    margin-inline: auto;
    max-width: 19.1875rem;
  }
  .p-worries__right {
    margin-inline: auto;
    max-width: 21.0625rem;
  }
  .p-worries__right img {
    aspect-ratio: 337/156;
  }
  .p-reason {
    background-image: url(../img/reason_back_sp.png);
    padding-block: 2.5rem 3.75rem;
  }
  .p-reason__title {
    margin-bottom: 1.875rem;
  }
  .p-reason__items {
    margin-bottom: 1.875rem;
  }
  .p-reason__item {
    margin-bottom: 1.875rem;
  }
  .p-reason__item--img01 {
    margin-bottom: 1.875rem;
    margin-inline: auto;
    max-width: 22.375rem;
  }
  .p-reason__item--img01 img {
    aspect-ratio: 358/709;
  }
  .p-reason__item--img02 {
    margin-inline: auto;
    max-width: 22.375rem;
  }
  .p-reason__item--img02 img {
    aspect-ratio: 358/990;
  }
  .p-reason__icon {
    display: none;
  }
  .p-reason__cards {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-reason__card {
    max-width: 22.375rem;
  }
  .p-reason__card01 img {
    aspect-ratio: 358/547;
  }
  .p-reason__card02 img {
    aspect-ratio: 358/599;
  }
  .p-reason__card03 img {
    aspect-ratio: 358/625;
  }
  .p-reason__card--group {
    padding: 0.9375rem 0.625rem;
  }
  .p-reason__card--title {
    font-size: 1.625rem;
  }
  .p-reason__card--sub {
    font-size: 1.25rem;
  }
  .p-reason__card--num {
    bottom: auto;
  }
  .p-reason__card--num03 {
    bottom: 38%;
    font-size: 13.5rem;
  }
  .p-reason__card--num04 {
    bottom: 42%;
    font-size: 13.5rem;
  }
  .p-reason__card--num05 {
    bottom: 46%;
    font-size: 13.5rem;
  }
  .p-sleep {
    background-image: url(../img/sleep_back_sp.png);
    padding-block: 3.75rem 120%;
    position: relative;
  }
  .p-sleep__title {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
  }
  .p-sleep__text {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  .p-plan {
    padding-block: 3.125rem 0.9375rem;
  }
  .p-plan__icon img {
    -o-object-fit: cover;
    aspect-ratio: 228/172;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .p-plan__icon01 {
    display: none;
  }
  .p-plan__icon02 {
    display: none;
  }
  .p-plan__icon03 {
    display: none;
    left: -30%;
    top: 32.5%;
  }
  .p-plan__icon04 {
    display: none;
    right: -11%;
    top: 20.5%;
  }
  .p-plan__icon05 {
    display: none;
  }
  .p-plan__icon06 {
    display: none;
    left: -36%;
    top: 67%;
  }
  .p-plan__title {
    margin-bottom: 0.3125rem;
    max-width: 22.5rem;
  }
  .p-plan__title img {
    -o-object-fit: contain;
    aspect-ratio: 360/104;
    object-fit: contain;
  }
  .p-plan__text {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .p-plan__text span {
    font-size: 1.625rem;
  }
  .p-plan__cleaning {
    font-size: 1.625rem;
    max-width: 22.5rem;
  }
  .p-plan__service {
    font-size: 1.625rem;
    max-width: 22.5rem;
  }
  .p-plan__items {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
    max-width: 22.5rem;
    position: relative;
  }
  .p-back {
    background-image: url(../img/back_sp.png);
    padding-block: 2.5rem 3.375rem;
  }
  .p-method {
    border-radius: 0.625rem;
    margin-bottom: 3.75rem;
  }
  .p-method__title {
    max-width: 22.375rem;
  }
  .p-method__title img {
    aspect-ratio: 358/52;
  }
  .p-method__text {
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-inline: 0.625rem;
    text-align: left;
  }
  .p-method__img {
    max-width: 22.375rem;
  }
  .p-method__img img {
    aspect-ratio: 358/2866;
  }
  .p-area {
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }
  .p-area__inner {
    border-radius: 0.625rem;
    padding-block: 1.875rem 4.375rem;
    padding-inline: 1.5rem;
  }
  .p-area__title {
    margin-bottom: 3.4375rem;
    max-width: 16.25rem;
  }
  .p-area__flex {
    display: block;
  }
  .p-area__prefectures {
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .p-area__city {
    font-size: 1rem;
  }
  .p-faq {
    margin-top: -2.5rem;
    padding-block: 0;
    padding-top: 2.5rem;
  }
  .p-faq__inner {
    padding-inline: 0;
  }
  .p-faq__box {
    border-radius: 0;
    padding-block: 1.875rem 0.625rem;
  }
  .p-faq__title {
    font-size: 2.1875rem;
    margin-bottom: 1.875rem;
  }
  .p-faq__items {
    padding-inline: 0;
  }
  .p-faq__item {
    padding: 2.1875rem 1rem;
  }
  .p-faq__question {
    gap: 0.75rem;
  }
  .u-hover-back {
    transition: 0.5s;
  }
  .u-hover-back:hover {
    background-color: #F6F6F6;
    transition: background-color 0.5s;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */