@charset "UTF-8";
/* common
---------------------------------------------------------------------- */
/*------------------------------
cta
------------------------------*/
.p-cta {
  background: #0044f2;
}
.p-cta__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.p-cta__container {
  padding: 4.6rem 4rem 4.46rem;
  border-radius: 4rem;
  background-color: #fff;
  position: relative;
}
.p-cta__lead {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-cta__heading {
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  margin-top: 0.4rem;
  position: relative;
  z-index: 2;
}
.p-cta__heading--small {
  font-size: 2.8rem;
}
.p-cta__heading img {
  width: 23rem;
  height: auto;
  aspect-ratio: 230/60;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.3rem;
}
.p-cta__image {
  width: 82.8rem;
  height: auto;
  aspect-ratio: 828/70;
  margin-inline: auto;
  margin-top: 1.8rem;
  position: relative;
  z-index: 2;
}
.p-cta__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta__button__wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
.p-cta__button {
  width: 35rem;
  height: 8.8rem;
}
.p-cta__button__tel__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4.4rem;
  box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.3);
  border: solid 0.2rem #ff4176;
  background-color: #fff;
  transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.p-cta__button__tel__text {
  width: 24rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff4176;
  border-radius: 1.1rem;
  border: solid 0.1rem #ff4176;
}
.p-cta__button__tel__number {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ff4176;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
.p-cta__button__tel__number:before {
  content: "";
  display: block;
  background: url(../img/common/cta_tel_icon.svg) no-repeat center/contain;
  width: 1.77rem;
  height: auto;
  aspect-ratio: 17.7/23.2;
  margin-bottom: 0.2rem;
}
.p-cta__button__contact__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  border-radius: 4.4rem;
  box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.3);
  background-color: #ff4176;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.p-cta__button__contact__link:before {
  content: "";
  display: block;
  background: url(../img/common/cta_contact_icon.svg) no-repeat center/contain;
  width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
}
.p-cta__form {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.9rem;
}
.p-cta__form__link {
  color: #0044f2;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: opacity 0.2s ease;
}
.p-cta__deco {
  position: absolute;
  top: -5rem;
  right: 2.3rem;
  width: 27.7rem;
  height: auto;
  aspect-ratio: 277/301.5;
  z-index: 1;
}
.p-cta__deco img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta__pagelink__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98rem;
  height: 13.2rem;
  margin-inline: auto;
  margin-top: 4rem;
}
.p-cta__pagelink__button {
  flex: 1;
}
.p-cta__pagelink__button__link {
  transition: opacity 0.2s ease;
}
.p-cta__pagelink__button__link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------
consultation
------------------------------*/
.p-consultation__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.p-consultation__container {
  padding: 5rem 4.2rem 5.8rem;
  border-radius: 4rem;
  background-color: #fbc101;
  position: relative;
}
.p-consultation__container:before {
  content: "";
  display: block;
  background: url(../img/common/consultation_deco.svg) no-repeat center/contain;
  width: auto;
  height: 100%;
  aspect-ratio: 980/430;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.p-consultation__body {
  position: relative;
  z-index: 2;
}
.p-consultation__title {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 1.3rem;
  text-decoration-thickness: 0.4rem;
  -webkit-text-decoration-color: #feff00;
          text-decoration-color: #feff00;
}
.p-consultation__title--color {
  color: #ff4176;
}
.p-consultation__text {
  margin-top: 3.5rem;
  text-align: center;
}
.p-consultation__image {
  width: 72.23rem;
  height: auto;
  aspect-ratio: 722.3/124.2;
  margin-inline: auto;
  margin-top: 3.3rem;
}
.p-consultation__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------
float-cta
------------------------------*/
.p-float-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  padding: 1rem;
  backdrop-filter: blur(3rem);
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.p-float-cta__tel {
  width: 29rem;
  border: solid 0.2rem #ff4176;
  border-radius: 1.6rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-float-cta__tel__text {
  width: 18rem;
  height: 1.65rem;
  border-radius: 0.8rem;
  border: solid 0.1rem #ff4176;
  font-size: 1rem;
  font-weight: 700;
  color: #ff4176;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-float-cta__tel__num {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff4176;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.p-float-cta__tel__num:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url(../img/common/cta_tel_icon.svg) no-repeat center/contain;
  width: 1.33rem;
  height: auto;
  aspect-ratio: 13.8/18;
}
.p-float-cta__contact {
  width: 6rem;
  height: 6rem;
  gap: 0.3rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.6rem;
  background-color: #ff4176;
}
.p-float-cta__contact:before {
  content: "";
  display: block;
  background: url(../img/common/cta_contact_icon.svg) no-repeat center/cover;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
}
.p-float-cta__contact__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

/*------------------------------
area
------------------------------*/
.p-area__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.p-area__container {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-top: -5.3rem;
}
.p-area__body {
  flex-grow: 1;
  padding-left: 7.8rem;
  padding-top: 2rem;
}
.p-area__lead {
  font-size: 2.2rem;
  font-weight: 700;
}
.p-area__lead--color {
  color: #ff4176;
}
.p-area__lead:after {
  content: "";
  display: block;
  background-color: #fbc102;
  width: 4rem;
  height: 0.2rem;
  margin-top: 1.6rem;
}
.p-area__text {
  margin-top: 2rem;
}
.p-area__image {
  flex-shrink: 0;
  width: 42.2rem;
  height: auto;
  aspect-ratio: 422/361;
  margin-right: 7.7rem;
  position: relative;
}
.p-area__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* top
---------------------------------------------------------------------- */
/*------------------------------
top kv
------------------------------*/
.p-top-kv {
  padding-top: 3.9rem;
  padding-bottom: 3.9rem;
  position: relative;
  overflow: hidden;
}
.p-top-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1.5s;
}
.p-top-kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(3rem);
  filter: blur(3rem) brightness(150%);
  opacity: 0.5;
}
.p-top-kv__bg.js-thumbnail-active {
  opacity: 1;
  transition: 1.5s;
}
.p-top-kv__slider .swiper-slide {
  height: auto;
}
.p-top-kv__banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.p-top-kv__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-kv__bottom__inner {
  padding-top: 2.4rem;
  padding-bottom: 2.5rem;
}
.p-top-kv__bottom__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/100;
}
.p-top-kv__bottom__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-kv__wrap {
  padding-bottom: 2.4rem;
  position: relative;
}
.p-top-kv__wrap .swiper-horizontal > .swiper-pagination-bullets,
.p-top-kv__wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-top-kv__wrap .swiper-pagination-custom,
.p-top-kv__wrap .swiper-pagination-fraction {
  bottom: -0.5rem;
}
.p-top-kv__wrap .swiper-pagination-bullet {
  background: #e0e0e0;
  opacity: 1;
}
.p-top-kv__wrap .swiper-pagination-bullet-active {
  background: #fbc101;
}

/*------------------------------
top service
------------------------------*/
.p-top-service__inner {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.p-top-service__inner:before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: auto;
  aspect-ratio: 1200/555;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}
.p-top-service__inner.sanitary {
  margin-top: 12rem;
}
.p-top-service__inner.electricity:before {
  background: #fbc101;
}
.p-top-service__inner.sanitary:before {
  background: #3ea6ff;
}
.p-top-service__text {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2rem;
}
.p-top-service__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.9rem 3rem;
  border-radius: 3.2rem;
  margin-top: 3rem;
}
.p-top-service__cat li {
  padding: 0.9rem 1.6rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.p-top-service__cat li.js-service-tab1-active, .p-top-service__cat li.js-service-tab2-active {
  background-color: #f6f6f6;
}
.p-top-service__slider {
  margin-top: 4rem;
}
.p-top-service__slider .swiper-slide:nth-child(even) {
  margin-top: 8rem;
}
.p-top-service__card {
  width: 100%;
}
.p-top-service__card__link {
  width: 100%;
}
.p-top-service__card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-filter: drop-shadow(0 0.8rem 0 #b2b2b2);
          filter: drop-shadow(0 0.8rem 0 #b2b2b2);
}
.p-top-service__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6rem;
  overflow: hidden;
}
.p-top-service__card__body {
  padding: 0 1.9rem;
}
.p-top-service__card__title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.64;
  margin-top: 2.6rem;
  transition: color 0.2s ease;
}
.p-top-service__card__kinds {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
.p-top-service__card__wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.p-top-service__card__text {
  font-size: 1.2rem;
  line-height: 1.17;
}
.p-top-service__card__discount {
  padding: 0.1rem 1.4rem 0.2rem;
  border-radius: 0.5rem;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.17;
}
.p-top-service__card__price {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ff4176;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.p-top-service__card__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
.p-top-service__note {
  padding: 2.7rem 4.2rem 2.9rem 4.9rem;
  border-radius: 2rem;
  background-color: #f6f6f6;
  font-size: 1.4rem;
  line-height: 1.57;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 4rem;
}
.p-top-service__note__inner {
  padding-top: 0;
  padding-bottom: 5.4rem;
}

/*------------------------------
top reason
------------------------------*/
.p-top-reason__inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.p-top-reason__heading__wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.p-top-reason__heading__wrap img {
  width: 13.47rem;
  height: auto;
  aspect-ratio: 134.7/61;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-reason__container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 5rem;
}
.p-top-reason__block {
  background: #f7f7f7;
  padding: 3.1rem 4rem 2.8rem 2rem;
  border-radius: 4rem;
  box-shadow: 0 0.8rem 0 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: calc(50% - 1.5rem);
}
.p-top-reason__image {
  flex-shrink: 0;
  width: 14rem;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
.p-top-reason__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-reason__num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: -0.156rem;
  line-height: 0.9;
  color: #0044f2;
  position: absolute;
  top: -0.9rem;
  left: 0.3rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-top-reason__num__en {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.p-top-reason__body {
  flex-grow: 1;
  padding-top: 0.9rem;
}
.p-top-reason__title {
  font-size: 2rem;
  font-weight: 700;
}
.p-top-reason__title--color {
  color: #ff4176;
}
.p-top-reason__text {
  margin-top: 1.5rem;
}

/*------------------------------
top staff
------------------------------*/
.p-top-staff__container {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.p-top-staff__body {
  flex-grow: 1;
  padding-left: 4.5rem;
}
.p-top-staff__title {
  font-size: 2.2rem;
  font-weight: 700;
}
.p-top-staff__title--color {
  color: #ff4176;
}
.p-top-staff__title:after {
  content: "";
  display: block;
  background-color: #fbc102;
  width: 4rem;
  height: 0.2rem;
  margin-top: 1.6rem;
}
.p-top-staff__text {
  margin-top: 2rem;
}
.p-top-staff__detail {
  width: 58.5rem;
  padding: 5.1rem 2rem;
  flex-shrink: 0;
  background: url(../img/top/staff_bg.jpg) no-repeat center/cover;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-top-staff__detail__title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.p-top-staff__detail__container {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-top-staff__detail__item {
  display: flex;
  align-items: center;
  gap: 5.3rem;
}
.p-top-staff__detail__kinds {
  width: 20.43rem;
  height: 2.69rem;
  border-radius: 1.3rem;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/*.p-top-staff__detail__kinds:after {
  content: "";
  display: block;
  width: 4.1rem;
  height: 0.1rem;
  border-top: 0.1rem dotted #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}*/
.p-top-staff__detail__num {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  min-width: 4.2rem;
}

/*------------------------------
top flow
------------------------------*/
.p-top-flow__inner {
  padding-top: 0;
  padding-bottom: 8rem;
}
.p-top-flow__wrap {
  padding: 0 4.5rem 8.6rem;
  position: relative;
}
.p-top-flow__wrap:before {
  content: "";
  display: block;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top-flow__container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}
.p-top-flow__block {
  display: flex;
  align-items: center;
  gap: 4.5rem;
  position: relative;
}
.p-top-flow__block:after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 10rem;
  background-color: #979bf3;
  position: absolute;
  top: 3rem;
  left: 20rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.p-top-flow__block:first-child:after {
  display: none;
}
.p-top-flow__block__image {
  flex-shrink: 0;
  width: 40rem;
  height: auto;
  aspect-ratio: 400/240;
  position: relative;
  z-index: 2;
  clip-path: inset(0 0 round 4rem 4rem 4rem 4rem);
  -webkit-filter: drop-shadow(0 0 0 white);
          filter: drop-shadow(0 0 0 white);
  overflow: hidden;
}
.p-top-flow__block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem;
}
.p-top-flow__block__num {
  width: 16rem;
  height: 5rem;
  border-radius: 0 0 4rem;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.64;
  color: #0044f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-flow__block__num--large {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -0.12rem;
  color: #0044f2;
  margin-right: 0.1rem;
}
.p-top-flow__block__body {
  flex-grow: 1;
}
.p-top-flow__block__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-word;
}
.p-top-flow__block__text {
  margin-top: 1.6rem;
  word-break: break-word;
}
.p-top-flow__block__text--small {
  font-size: 1.3rem;
  color: #333;
  margin-top: 0.6rem;
}
.p-top-flow__block__button__wrap {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.p-top-flow__block__button {
  width: 24rem;
  height: 5rem;
}
.p-top-flow__block__button__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 2.5rem;
  box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.3);
  background-color: #ff4176;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.p-top-flow__block__button__link:before {
  content: "";
  display: block;
  background: url(../img/common/cta_contact_icon.svg) no-repeat center/contain;
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
}
.p-top-flow__block__tel__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 2.5rem;
  box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.3);
  border: solid 0.2rem #ff4176;
  background-color: #fff;
  transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.p-top-flow__block__tel__text {
  width: 20rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #ff4176;
  border-radius: 0.8rem;
  border: solid 0.1rem #ff4176;
}
.p-top-flow__block__tel__number {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ff4176;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
.p-top-flow__block__tel__number:before {
  content: "";
  display: block;
  background: url(../img/common/cta_tel_icon.svg) no-repeat center/contain;
  width: 1.3rem;
  height: auto;
  aspect-ratio: 17.7/23.2;
  margin-bottom: 0.2rem;
}
.p-top-flow__block__form {
  font-size: 1.3rem;
  color: #333;
  margin-top: 1.5rem;
}
.p-top-flow__block__form__link {
  color: #0044f2;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: opacity 0.2s ease;
}
.p-top-flow__block__subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.p-top-flow__block__subtitle:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background-color: #fbc101;
  width: 0.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-top-flow__block__credit {
  width: 23.9rem;
  height: auto;
  aspect-ratio: 239/30;
  margin-top: 1.2rem;
}
.p-top-flow__block__credit img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------
top area
------------------------------*/
.p-top-area .l-container {
  padding-top: 0;
  padding-bottom: 8rem;
}

/*------------------------------
top results
------------------------------*/
.p-top-results__inner {
  padding-top: 8rem;
}
.p-top-results__text {
  margin-top: 5rem;
  text-align: center;
}
.p-top-results__slider {
  margin-top: 5rem;
}
.p-top-results__slider .swiper-slide {
  height: auto;
  margin-bottom: 0.8rem;
}
.p-top-results__slider .swiper-wrapper.swiper-disabled {
  gap: 4.5rem;
  width: auto;
}
.p-top-results__slider .swiper-wrapper.swiper-disabled .swiper-slide {
  max-width: 37rem;
}
.p-top-results__card {
  width: 100%;
  height: 100%;
}
.p-top-results__button {
  margin-top: 4.2rem;
}

/*------------------------------
top voice
------------------------------*/
.p-top-voice__inner {
  padding-top: 0;
  padding-bottom: 12rem;
}
.p-top-voice__text {
  margin-top: 5rem;
  text-align: center;
}
.p-top-voice__slider {
  margin-top: 5rem;
}
.p-top-voice__slider .swiper-slide {
  height: auto;
  margin-bottom: 0.8rem;
}
.p-top-voice__slider .swiper-wrapper.swiper-disabled {
  gap: 4.5rem;
  width: auto;
}
.p-top-voice__slider .swiper-wrapper.swiper-disabled .swiper-slide {
  max-width: 37rem;
}
.p-top-voice__card {
  width: 100%;
  height: 100%;
}
.p-top-voice__button {
  margin-top: 4.2rem;
}

/*------------------------------
top faq
------------------------------*/
.p-top-faq__inner {
  padding-top: 0;
}
.p-top-faq__list {
  margin-top: 2rem;
  max-width: 920px;
  margin-inline: auto;
}
.p-top-faq__item {
  border-bottom: 0.1rem dotted #979af3;
  padding: 2rem 0;
  cursor: pointer;
}
.p-top-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.p-top-faq__question__icon {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  flex-shrink: 0;
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbc101;
  border-radius: 50%;
}
.p-top-faq__question__text {
  font-size: 2.2rem;
  font-weight: 700;
  flex-grow: 1;
  margin-top: 0.8rem;
}
.p-top-faq__question__toggle {
  flex-shrink: 0;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  margin-top: 1.4rem;
}
.p-top-faq__question__toggle:before, .p-top-faq__question__toggle:after {
  content: "";
  display: block;
  background: #979af3;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-top-faq__question__toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-top-faq__item.is-open .p-top-faq__question__toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-top-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-out;
}
.p-top-faq__item.is-open .p-top-faq__answer {
  line-height: auto;
  height: auto;
  opacity: 1;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.p-top-faq__answer__icon {
  font-family: "Roboto Condensed", sans-serif;
  color: #fbc101;
  font-size: 3.6rem;
  font-weight: 600;
  flex-shrink: 0;
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-faq__answer__text {
  color: #333;
  padding-right: 9.5rem;
}
.p-top-faq__button {
  margin-top: 5rem;
}

/*------------------------------
top contact
------------------------------*/
.p-top-contact__inner {
  padding-top: 0;
}
.p-top-contact__container {
  padding: 0 14rem 7.2rem;
  position: relative;
}
.p-top-contact__container:before {
  content: "";
  display: block;
  background-color: #eff0ff;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top-contact__text {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.p-top-contact__form {
  margin-top: 4rem;
}
.p-top-contact__form__wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-top-contact__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4.5rem;
}
.p-top-contact__item.align-start {
  align-items: start;
}
.p-top-contact__label {
  font-size: 1.8rem;
  line-height: 1.56;
  width: 24rem;
  padding-right: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top-contact__label .required {
  padding: 0.1rem 0.8rem 0.2rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #fc4076;
  font-size: 1.2rem;
  line-height: 1.17;
  color: #fc4076;
  margin-left: auto;
  margin-top: 0.2rem;
}
.p-top-contact__select__wrap {
  width: 52rem;
  height: 4.8rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #e0e0e0;
  background-color: #fff;
  font-size: 1.6rem;
  position: relative;
}
.p-top-contact__select__wrap:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: auto;
  aspect-ratio: 1/1;
  border-left: solid 0.1rem #343a40;
  border-bottom: solid 0.1rem #343a40;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-top-contact__select {
  width: 100%;
  height: 100%;
  padding: 1.1rem 1rem 1.3rem 1.25rem;
  display: flex;
  align-items: center;
}
.p-top-contact__select.is-empty {
  color: #aaa;
}
.p-top-contact__textarea {
  width: 100%;
  height: 18rem;
  padding: 1.2rem 1.4rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #e0e0e0;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-top-contact__input[type=text], .p-top-contact__input[type=tel], .p-top-contact__input[type=email], .p-top-contact__input[type=address], .p-top-contact__input[type=date] {
  width: 100%;
  height: 4.8rem;
  padding: 1.2rem 1.4rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #e0e0e0;
  background-color: #fff;
  font-size: 1.6rem;
}
.p-top-contact__input[type=text]::-webkit-input-placeholder, .p-top-contact__input[type=tel]::-webkit-input-placeholder, .p-top-contact__input[type=email]::-webkit-input-placeholder, .p-top-contact__input[type=address]::-webkit-input-placeholder, .p-top-contact__input[type=date]::-webkit-input-placeholder {
  color: #aaa;
}
.p-top-contact__input[type=text]:-ms-input-placeholder, .p-top-contact__input[type=tel]:-ms-input-placeholder, .p-top-contact__input[type=email]:-ms-input-placeholder, .p-top-contact__input[type=address]:-ms-input-placeholder, .p-top-contact__input[type=date]:-ms-input-placeholder {
  color: #aaa;
}
.p-top-contact__input[type=text]::-ms-input-placeholder, .p-top-contact__input[type=tel]::-ms-input-placeholder, .p-top-contact__input[type=email]::-ms-input-placeholder, .p-top-contact__input[type=address]::-ms-input-placeholder, .p-top-contact__input[type=date]::-ms-input-placeholder {
  color: #aaa;
}
.p-top-contact__input[type=text]::placeholder, .p-top-contact__input[type=tel]::placeholder, .p-top-contact__input[type=email]::placeholder, .p-top-contact__input[type=address]::placeholder, .p-top-contact__input[type=date]::placeholder {
  color: #aaa;
}
.p-top-contact__checkbox {
  font-size: 1.6rem;
  line-height: 1.88;
  color: #3b4043;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-top-contact__checkbox > span {
  margin-left: 0;
}
.p-top-contact__checkbox.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem 2.6rem;
}
.p-top-contact__checkbox__title {
  font-size: 1.7rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.p-top-contact__file {
  font-size: 1.6rem;
  color: #3b4043;
  width: 100%;
  pointer-events: none;
}
.p-top-contact__file::file-selector-button {
  height: 4.8rem;
  padding: 1.2rem 15.7rem 1.2rem 1.4rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #e0e0e0;
  background-color: #fff;
  text-align: left;
  margin-right: 2rem;
  cursor: pointer;
  pointer-events: auto;
}
.p-top-contact__privacy-policy {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 8rem;
}
.p-top-contact__privacy-policy__text {
  padding: 3rem 4.3rem 2.3rem 3rem;
  border-radius: 0.5rem;
  background-color: #fff;
  width: 100%;
  height: 24rem;
  overflow-y: scroll;
  margin-top: 3.6rem;
}
.p-top-contact__privacy-policy__text .bold {
  font-weight: 700;
}
.p-top-contact__submit {
  width: 28rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff4176;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-radius: 3rem;
  box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  position: relative;
  padding: 1rem 5rem;
  margin-inline: auto;
  margin-top: 4rem;
}

/*------------------------------
top news
------------------------------*/
.p-top-news__inner {
  padding-top: 0;
  padding-bottom: 12rem;
}
.p-top-news__list {
  max-width: 920px;
  margin-inline: auto;
  margin-top: 5rem;
  list-style: none;
}
.p-top-news__link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3rem;
  padding: 2rem 0;
  border-bottom: 0.1rem dotted #979af3;
  transition: opacity 0.2s ease;
}
li:first-child .p-top-news__link {
  border-top: 0.1rem dotted #979af3;
}
.p-top-news__date {
  font-size: 1.4rem;
  line-height: 1.64;
  color: #999;
}
.p-top-news__title {
  font-size: 1.6rem;
  line-height: 1.44;
  color: #0044f2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-top-news__button {
  margin-top: 5rem;
}

/*------------------------------
top column
------------------------------*/
.p-top-column__inner {
  padding-top: 0;
  padding-bottom: 12rem;
}
.p-top-column__wrap {
  padding: 0 4.5rem 8rem;
  position: relative;
}
.p-top-column__wrap:before {
  content: "";
  display: block;
  border-radius: 4rem;
  background-color: #fbc101;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top-column__slider {
  margin-top: 5rem;
}
.p-top-column__slider .swiper-slide {
  height: auto;
  margin-bottom: 0.8rem;
}
.p-top-column__slider .swiper-wrapper.swiper-disabled {
  gap: 3rem;
  width: auto;
}
.p-top-column__slider .swiper-wrapper.swiper-disabled .swiper-slide {
  max-width: 35rem;
}
.p-top-column__card {
  width: 100%;
  height: 100%;
}
.p-top-column__button {
  margin-top: 5rem;
}

/* thanks
---------------------------------------------------------------------- */
/*------------------------------
thanks content
------------------------------*/
.p-thanks-content__inner {
  padding-top: 4rem;
  padding-bottom: 12rem;
}
.p-thanks-content__container {
  padding: 8rem;
  border-radius: 4rem;
  background: #eff0ff;
}
.p-thanks-content__title {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  padding-bottom: 1.5rem;
  position: relative;
}
.p-thanks-content__title:after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.2rem;
  background-color: #fbc102;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-thanks-content__text {
  margin-top: 4rem;
}
.p-thanks-content__button {
  margin-top: 5rem;
}

/* service
---------------------------------------------------------------------- */
/*------------------------------
service kv
------------------------------*/
.p-service-kv {
  padding-top: 3.9rem;
  padding-bottom: 3.9rem;
  position: relative;
  overflow: hidden;
}
.p-service-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-service-kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(3rem);
  filter: blur(3rem) brightness(150%);
  opacity: 0.5;
}
.p-service-kv__bg.js-thumbnail-active {
  opacity: 1;
  transition: 1.5s;
}
.p-service-kv__banner {
  width: 87.8477306003vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.p-service-kv__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-kv__bottom {
  background: #0044f2;
}
.p-service-kv__bottom__inner {
  height: 10rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-service-kv__bottom__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.p-service-kv__bottom__discount {
  padding: 0.22rem 3.16rem 0.48rem 3.3rem;
  border-radius: 2.2rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-right: 2.5rem;
}
.p-service-kv__bottom__discount__text {
  width: 9.61rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: #000;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-service-kv__bottom__discount__price {
  font-family: "Roboto", sans-serif;
  font-size: 2.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.p-service-kv__bottom__discount__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
}
.p-service-kv__bottom__text {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
}
.p-service-kv__bottom__text--small {
  font-size: 1.5rem;
  font-weight: 800;
  display: block;
}
.p-service-kv__bottom__arrow {
  width: 1.7rem;
  height: auto;
  aspect-ratio: 17/41;
  background-color: #fbc102;
  clip-path: polygon(1.7rem 50%, 0% 0%, 0% 4.1rem);
  flex-shrink: 0;
  margin-left: 2.1rem;
  margin-right: 1.5rem;
}
.p-service-kv__bottom__price {
  font-family: "Roboto", sans-serif;
  font-size: 6.8rem;
  font-weight: 900;
  color: #fbfb00;
}
.p-service-kv__bottom__price__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  display: inline-block;
  margin-left: 0.7rem;
}

/*------------------------------
service intro
------------------------------*/
.p-service-intro__text {
  margin-top: 3.9rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/*------------------------------
service content
------------------------------*/
.p-service-content__inner {
  padding-top: 3rem;
  padding-bottom: 0;
  margin-top: 12rem;
}
.p-service-content__inner:before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: auto;
  aspect-ratio: 1200/400;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}
.p-service-content__note__inner {
  padding-bottom: 12rem;
}

/*------------------------------
service faq
------------------------------*/
.p-service-faq__container {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.p-service-faq__heading {
  margin-bottom: 4rem;
}
.p-service-faq__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.9rem 3rem;
  border-radius: 3.2rem;
  border: 0.1rem solid #b5b5b5;
}
.p-service-faq__cat li {
  padding: 0.9rem 1.6rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.p-service-faq__cat li.js-service-faq-tab-active {
  background-color: #f6f6f6;
}
.p-service-faq__list {
  display: none;
}
.p-service-faq__list.js-faq-list-active {
  display: block;
}

/*------------------------------
service anchor
------------------------------*/
.p-service-anchor__inner {
  padding-top: 8rem;
  padding-bottom: 0;
}
.p-service-anchor__list {
  padding: 0.9rem 4.5rem 1rem;
  border-radius: 3.2rem;
  border: solid 0.1rem #b5b5b5;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.p-service-anchor__item {
  flex: 1;
  display: flex;
  align-items: center;
}
.p-service-anchor__link {
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1c1c1c;
  border-radius: 0.8rem;
  transition: background-color 0.2s ease;
  padding-right: 1.7rem;
}
.p-service-anchor__link:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: auto;
  aspect-ratio: 1/1;
  border-right: solid 0.2rem #0044f2;
  border-bottom: solid 0.2rem #0044f2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*------------------------------
service price
------------------------------*/
.p-service-price__wrap {
  padding: 0 4rem 6rem;
  position: relative;
}
.p-service-price__wrap:before {
  content: "";
  display: block;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-service-price__container {
  margin-top: 4.3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.p-service-price__card {
  width: 54rem;
  background-color: #fff;
  border-radius: 4rem;
  padding: 3rem 2rem 3rem 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  box-shadow: 0 0.8rem 0 0 rgba(0, 0, 0, 0.16);
}
.p-service-price__card__image {
  width: 20rem;
  height: auto;
  aspect-ratio: 200/160;
  border-radius: 2rem;
  overflow: hidden;
  flex-shrink: 0;
}
.p-service-price__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-price__card__body {
  flex-grow: 1;
}
.p-service-price__card__title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.36;
}
.p-service-price__card__discount {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.6rem;
}
.p-service-price__card__text {
  font-size: 1.2rem;
  line-height: 1.17;
}
.p-service-price__card__label {
  width: 7.7rem;
  height: 2rem;
  border-radius: 0.5rem;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.17;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-price__card__value {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ff4176;
  font-family: "Roboto", sans-serif;
}
.p-service-price__card__unit {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.6rem;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}

/*------------------------------
service maker
------------------------------*/
.p-service-maker__inner {
  padding-top: 0;
  padding-bottom: 12rem;
}
.p-service-maker__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
.p-service-maker__logo {
  width: 20.6rem;
  height: auto;
  aspect-ratio: 206/78;
  border-radius: 0.5rem;
  border: solid 0.1rem #b5b5b5;
  background-color: #fff;
  overflow: hidden;
}
.p-service-maker__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service-maker__text {
  margin-top: 3rem;
}

/*------------------------------
service reason
------------------------------*/

/*------------------------------
service compare
------------------------------*/
.p-service-compare__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.p-service-compare__container {
  padding: 0 4rem 4rem;
  border-radius: 4rem;
  border: solid 0.6rem #e5e5e5;
}
.p-service-compare__wrap {
  padding-top: 7rem;
}
.p-service-compare__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.p-service-compare__table tr:nth-child(odd) {
  background: #f0f0f0;
}
.p-service-compare__table tr:nth-child(even) {
  background: #fff;
}
.p-service-compare__table td,
.p-service-compare__table th {
  vertical-align: middle;
  padding: 2rem 1rem;
  text-align: center;
}
.p-service-compare__table tr:first-child th:first-child {
  border-top-left-radius: 1rem;
}
.p-service-compare__table tr:first-child th:last-child {
  border-top-right-radius: 1rem;
}
.p-service-compare__table tr:last-child th:first-child {
  border-bottom-left-radius: 1rem;
}
.p-service-compare__table tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}
.p-service-compare__yellow {
  background: #f5f5c4;
}
.p-service-compare__light-yellow {
  background: #ffffdb;
}
.p-service-compare__recommend {
  border: solid 0.4rem #fbc102;
}
.p-service-compare__header th {
  background-color: #1c1c1c;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 1rem;
}
.p-service-compare__label {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem;
  border: none;
  position: sticky;
  left: 0;
  z-index: 3;
}
.p-service-compare__label.white {
  background: #fff;
}
.p-service-compare__label.gray {
  background: #f0f0f0;
}
.p-service-compare__num {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #3e3e3e;
}
.p-service-compare__num--large {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.4;
  color: #ff4176;
}
.p-service-compare__unit {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3e3e3e;
}
.p-service-compare__unit--large {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ff4176;
}
.p-service-compare__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3e3e3e;
}
.p-service-compare__cross {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 0.5;
  color: #3e3e3e;
}
.p-service-compare__circle {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  color: #3e3e3e;
}
.p-service-compare__circle--large {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.8;
  color: #ff4176;
  vertical-align: sub;
}
.p-service-compare__logo {
  position: relative;
  background: #fbc102 !important;
}
.p-service-compare__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: -0.1rem;
  left: -0.4rem;
  z-index: 2;
  border-left: solid 0.4rem #fbc102;
  border-right: solid 0.4rem #fbc102;
  box-sizing: content-box;
  clip-path: inset(0 0 round 1rem 1rem 0 0);
  -webkit-filter: drop-shadow(0 0 0 white);
          filter: drop-shadow(0 0 0 white);
  outline: 0.5rem solid #fbc102;
  outline-offset: -0.5rem;
}
.p-service-compare__image {
  width: 23.74rem;
  height: auto;
  aspect-ratio: 237.4/38;
  margin-bottom: 1.5rem;
  margin-inline: auto;
}
.p-service-compare__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------
service area
------------------------------*/
.p-service-area .l-container {
  padding-top: 10rem;
}

/*------------------------------
service flow
------------------------------*/
.p-service-flow__inner {
  padding-top: 10rem;
  padding-bottom: 2rem;
}
.p-service-flow__payment {
  margin-top: 6rem;
  border-radius: 4rem;
  background-color: #fff;
  padding: 4rem 6.7rem 5rem;
}
.p-service-flow__payment__heading {
  font-size: 2.2rem;
}
.p-service-flow__payment__container {
  display: flex;
  margin-top: 4rem;
}
.p-service-flow__payment__block {
  flex: 1;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
.p-service-flow__payment__block:not(:last-child) {
  border-right: 0.1rem solid #b5b5b5;
}
.p-service-flow__payment__title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0044f2;
}
.p-service-flow__payment__image {
  width: auto;
  height: 3rem;
  margin-top: 1.5rem;
}
.p-service-flow__payment__image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service-flow__payment__text {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.7rem;
}
.p-service-flow__payment__text--large {
  font-size: 1.8rem;
}
.p-service-flow__payment__text:before {
  content: "";
  display: inline-block;
  background-color: #fbc101;
  width: 0.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 0.7rem;
  margin-bottom: 0.2rem;
}

/*------------------------------
service detail faq
------------------------------*/
.p-service-detail-faq__inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

/*------------------------------
service column
------------------------------*/
.p-service-column__wrap {
  padding: 0 4.5rem 8rem;
  position: relative;
}
.p-service-column__wrap:before {
  content: "";
  display: block;
  border-radius: 4rem;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-service-column__button.white .c-button__link {
  border: unset;
}

/*------------------------------
service detail content
------------------------------*/
.p-service-detail-content {
  padding-bottom: 12rem;
}
.p-service-detail-content__inner {
  margin-top: 0 !important;
}
.p-service-detail-content__note__inner {
  padding-bottom: 4rem;
}
.p-service-detail-content__button__link {
  width: 37rem;
}

/*------------------------------
service staff
------------------------------*/
.p-service-staff__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-staff__detail {
  width: 58.5rem;
  padding: 5.1rem 2rem;
  flex-shrink: 0;
  background: url(../img/top/staff_bg.jpg) no-repeat center/cover;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-service-staff__detail__title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.p-service-staff__detail__container {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-service-staff__detail__item {
  display: flex;
  align-items: center;
  gap: 5.3rem;
}
.p-service-staff__detail__kinds {
  width: 20.43rem;
  height: 2.69rem;
  border-radius: 1.3rem;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/*.p-service-staff__detail__kinds:after {
  content: "";
  display: block;
  width: 4.1rem;
  height: 0.1rem;
  border-top: 0.1rem dotted #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}*/
.p-service-staff__detail__num {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  min-width: 4.2rem;
}

/* company
---------------------------------------------------------------------- */
/*------------------------------
company
------------------------------*/
.p-company__inner {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
.p-company__container {
  padding: 6rem 4.5rem 6.9rem;
  border-radius: 4rem;
  background-color: #f7f7f7;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.p-company__card__link {
  background: #fff;
  padding: 3rem;
  border-radius: 4rem;
  box-shadow: 0 0.8rem 0 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-company__card__image {
  width: 20rem;
  height: auto;
  aspect-ratio: 200/160;
  border-radius: 2rem;
  overflow: hidden;
}
.p-company__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-company__card__body {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-company__card__body:after {
  content: "";
  display: block;
  background: url(../img/common/link_arrow.svg) no-repeat center/contain;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.p-company__card__title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.36;
  transition: color 0.2s ease;
}

/*------------------------------
company-about
------------------------------*/
.p-company-about__inner {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
.p-company-about__table__wrap {
  margin-top: 4rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-company-about__table__wrap::-webkit-scrollbar {
  display: none;
}
.p-company-about__table {
  width: 100%;
  max-width: 111rem;
  margin-inline: auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: rgba(255, 255, 255, 0.8);
}
.p-company-about__table th {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.2rem;
  border-bottom: 0.1rem solid #3144f2;
  vertical-align: middle;
  width: 27.7rem;
  text-align: center;
}
.p-company-about__table td {
  font-size: 1.6rem;
  padding: 2.4rem 2rem;
  border-bottom: 0.1rem dashed #ccc;
  vertical-align: middle;
}
.p-company-about__table__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-company-about__table__list li:before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.p-company-about__map {
  width: 100%;
  height: 30rem;
  margin-top: 2rem;
}
.p-company-about__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-about__button {
  margin-top: 8rem;
}
.p-company-about__button__link:after {
  right: unset;
  left: 1.9rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

/*------------------------------
company philosophy
------------------------------*/
.p-company-philosophy__inner {
  padding-top: 8rem;
}
.p-company-philosophy__mv {
  background: url(../img/company/philosophy/mv_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 40rem;
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
}
.p-company-philosophy__mv__lead {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-company-philosophy__mv__lead:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 0.2rem;
  height: 7rem;
}
.p-company-philosophy__heading {
  margin-top: 8rem;
}
.p-company-philosophy__text {
  margin-top: 4rem;
}

/*------------------------------
company promise
------------------------------*/
.p-company-promise__inner {
  padding-top: 0;
  padding-bottom: 12rem;
}
.p-company-promise__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  max-width: 115rem;
  margin-inline: auto;
}
.p-company-promise__card {
  background: #f7f7f7;
  border-radius: 5rem;
  overflow: hidden;
  box-shadow: 0 0.8rem 0 0 rgba(0, 0, 0, 0.16);
}
.p-company-promise__card__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 370/270;
  clip-path: inset(0 0 round 4rem 4rem 0 0);
  -webkit-filter: drop-shadow(0 0 0 #fff);
          filter: drop-shadow(0 0 0 #fff);
  overflow: hidden;
}
.p-company-promise__card__num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: -0.132rem;
  line-height: 1;
  color: #0044f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 0 0 4rem 0;
  background: #fff;
}
.p-company-promise__card__num__en {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.p-company-promise__card__text {
  padding: 2rem 2rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
  text-align: center;
}
.p-company-promise__button {
  margin-top: 8rem;
}
.p-company-promise__button__link:after {
  right: unset;
  left: 1.9rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

/*------------------------------
company area
------------------------------*/
.p-company-area .p-area__inner {
  padding-top: 8rem;
  padding-bottom: 7rem;
}
.p-company-area__inner {
  padding-top: 0;
  padding-bottom: 12rem;
}
.p-company-area__detail {
  padding: 6rem 11rem 4.8rem;
  border-radius: 4rem;
  background-color: #f7f7f7;
}
.p-company-area__detail__title {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 4rem;
}
.p-company-area__detail__title:before {
  content: "";
  display: block;
  background-color: #fbc101;
  width: 0.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-company-area__detail__text {
  font-size: 1.6rem;
  line-height: 2.38;
  margin-top: 0.5rem;
}
.p-company-area__button {
  margin-top: 8rem;
}
.p-company-area__button__link:after {
  right: unset;
  left: 1.9rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

/*------------------------------
company point
------------------------------*/
.p-company-point__inner {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
.p-company-point__container {
  padding: 0rem 4.2rem 8rem 4.6rem;
  position: relative;
}
.p-company-point__container:before {
  content: "";
  display: block;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-company-point__block {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
.p-company-point__block:first-child {
  margin-top: 5.2rem;
}
.p-company-point__block__image {
  position: relative;
  width: 40rem;
  height: auto;
  aspect-ratio: 400/240;
  overflow: hidden;
  flex-shrink: 0;
  clip-path: inset(0 0 round 4rem 4rem 4rem 4rem);
  -webkit-filter: drop-shadow(0 0 0 #fff);
          filter: drop-shadow(0 0 0 #fff);
  flex-shrink: 0;
}
.p-company-point__block__num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: -0.132rem;
  line-height: 1;
  color: #0044f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 0 0 4rem 0;
  background: #fff;
}
.p-company-point__block__num__en {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.p-company-point__block__body {
  flex-grow: 1;
}
.p-company-point__block__body__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-company-point__block__body__text {
  font-size: 1.4rem;
  line-height: 1.64;
  margin-top: 1.6rem;
}

/*------------------------------
company guideline
------------------------------*/
.p-company-guideline__inner {
  padding-top: 0;
  padding-bottom: 12rem;
}
.p-company-guideline__container {
  border-radius: 4rem;
  border: solid 0.6rem #e5e5e5;
  padding: 0rem 4.5rem 6.6rem;
}
.p-company-guideline__table__wrap {
  margin-top: 4rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-company-guideline__table__wrap::-webkit-scrollbar {
  display: none;
}
.p-company-guideline__table {
  width: 100%;
  max-width: 111rem;
  margin-inline: auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: rgba(255, 255, 255, 0.8);
}
.p-company-guideline__table th {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.2rem;
  border-bottom: 0.1rem dashed #ccc;
  vertical-align: middle;
  width: 27.7rem;
  text-align: center;
  background: #f7f7f7;
}
.p-company-guideline__table td {
  font-size: 1.6rem;
  padding: 2.4rem 2rem 2.2rem;
  border-bottom: 0.1rem dashed #ccc;
  vertical-align: middle;
}
.p-company-guideline__table td .bold {
  font-weight: 700;
}

/*------------------------------
company entry
------------------------------*/
.p-company-entry__inner {
  padding-top: 0;
  padding-bottom: 12rem;
}
.p-company-entry__container {
  padding: 0 14rem 3.6rem;
  position: relative;
}
.p-company-entry__container:before {
  content: "";
  display: block;
  background-color: #eff0ff;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-company-entry__form {
  margin-top: 4rem;
}
.p-company-entry__button {
  margin-top: 8rem;
}
.p-company-entry__button__link:after {
  right: unset;
  left: 1.9rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

#autozip {
  display: none !important;
}

/* flow 
---------------------------------------------------------------------- */
/*------------------------------
flow content
------------------------------*/
.p-flow-content__inner {
  padding-top: 8rem;
  padding-bottom: 11rem;
}

/*------------------------------
flow area
------------------------------*/
.p-flow-area {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

/* archive
---------------------------------------------------------------------- */
/*------------------------------
archive
------------------------------*/
.p-archive__inner {
  padding-top: 4rem;
  padding-bottom: 8.7rem;
  max-width: 1150px;
}

/*------------------------------
archive lead
------------------------------*/
.p-archive-lead {
  padding: 6.6rem;
  border-radius: 4rem;
  background: url(../img/common/archive_lead_bg.jpg) no-repeat center/cover;
  text-shadow: 0.2rem 0.1rem 0 #fff;
}
.p-archive-lead__inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/*------------------------------
archive main
------------------------------*/
.p-archive-main {
  flex-grow: 1;
}

.p-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.8rem 3.3rem;
}

/*------------------------------
archive consultation
------------------------------*/
.p-archive-consultation {
  padding-bottom: 12rem;
}

/*------------------------------
archive column
------------------------------*/
.p-archive-column__inner {
  padding-top: 8rem;
}
.p-archive-column__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-archive-column__card__link {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.p-archive-column__card__image {
  flex-shrink: 0;
  width: 19rem;
  height: auto;
  aspect-ratio: 190/106;
  clip-path: inset(0 0 round 2rem 2rem 2rem 2rem);
  -webkit-filter: drop-shadow(0 0 0 white);
          filter: drop-shadow(0 0 0 white);
  overflow: hidden;
  position: relative;
}
.p-archive-column__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-archive-column__card__image .category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  min-width: 9rem;
  height: 3rem;
  border-radius: 0 0 2rem 0;
  background-color: #fbc101;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.17;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.p-archive-column__card__link.electricity .category {
  background-color: #fbc101;
}
.p-archive-column__card__link.sanitary .category {
  background-color: #3ea6ff;
}
.p-archive-column__card__body {
  flex-grow: 1;
}
.p-archive-column__card__date {
  font-size: 1.2rem;
  line-height: 1;
  color: #999;
}
.p-archive-column__card__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: opacity 0.2s ease;
}
.p-archive-column__card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.3rem;
  line-height: 1.77;
  margin-top: 1.6rem;
}

/*------------------------------
archive news
------------------------------*/
.p-archive-news__list {
  margin-top: 0;
}

/* single
---------------------------------------------------------------------- */
/*------------------------------
single
------------------------------*/
.p-single__inner {
  padding-top: 0.5rem;
  max-width: 1150px;
}

/*------------------------------
single main
------------------------------*/
.p-single-main {
  flex-grow: 1;
}
.p-single-main__header {
  margin-bottom: 5rem;
}
.p-single-main__title {
  font-size: 2.8rem;
  font-weight: 800;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #0044f2;
}
.p-single-main__date__wrap {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.p-single-main__date {
  font-size: 1.2rem;
  line-height: 1;
  color: #999;
}
.p-single-main__date__text {
  color: #1c1c1c;
}
.p-single-main__thumbnail {
  margin-top: 4rem;
  width: 100%;
  height: auto;
  aspect-ratio: 773/515;
}
.p-single-main__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-main__header__wrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-single-main__cat a {
  height: 1.9rem;
  padding: 0rem 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.27;
  color: #fff;
}
.p-single-main__cat a.electricity {
  background: #fb7502;
}
.p-single-main__cat a.sanitary {
  background: #3ea6ff;
}
.p-single-main__tag {
  height: 1.9rem;
  padding: 0rem 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.27;
  color: #fff;
  background-color: #717070;
}
.p-single-main__info {
  padding: 4.3rem 4rem 4.4rem 4rem;
  border-radius: 4rem;
  border: solid 0.4rem #e5e5e5;
  margin-top: 4rem;
}
.p-single-main__info__title {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.p-single-main__info__title:before {
  content: "";
  display: block;
  background-color: #fbc101;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-single-main__info__container {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 0.1rem dashed #ccc;
  border-bottom: 0.1rem dashed #ccc;
}
.p-single-main__author__container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border: unset;
}
.p-single-main__info__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-single-main__info__item:nth-child(n+2) {
  border-top: 0.1rem dashed #ccc;
}
.p-single-main__info__item__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 0rem 2rem;
  background: #f7f7f7;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-single-main__info__item__text {
  font-size: 1.4rem;
  padding: 0rem 2rem;
  height: 5rem;
  display: flex;
  align-items: center;
}
.p-single-main__author__image {
  width: 13rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  overflow: hidden;
  flex-shrink: 0;
}
.p-single-main__author__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-main__author__body {
  flex-grow: 1;
}
.p-single-main__author__name {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-single-main__author__position {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.p-single-main__author__text {
  font-size: 1.3rem;
  line-height: 1.69;
  margin-top: 1.6rem;
}

/*------------------------------
single case
------------------------------*/
.p-single-case__inner {
  padding-top: 0;
}

/*------------------------------
single service
------------------------------*/
.p-single-service {
  padding-top: 12rem;
}
.p-single-service__note__inner {
  padding-bottom: 12rem;
}

/*------------------------------
single column
------------------------------*/
.p-single-column__inner {
  padding-top: 8rem;
}
.p-single-column__consultation {
  margin-bottom: 12rem;
}

/*------------------------------
single latest
------------------------------*/
.p-single-latest__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.p-single-latest__wrap {
  padding-bottom: 5.8rem;
}
.p-single-latest__wrap:before {
  background: #f7f7f7;
}
.p-single-latest__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 5rem;
}

/* faq
---------------------------------------------------------------------- */
/*------------------------------
faq anchor
------------------------------*/
.p-faq-anchor__inner {
  padding-top: 8rem;
  padding-bottom: 0;
}
.p-faq-anchor__list {
  padding: 0.9rem 4.5rem 1rem;
  border-radius: 3.2rem;
  border: solid 0.1rem #b5b5b5;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.p-faq-anchor__item {
  flex: 1;
  display: flex;
  align-items: center;
}
.p-faq-anchor__link {
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1c1c1c;
  border-radius: 0.8rem;
  transition: background-color 0.2s ease;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  position: relative;
}
.p-faq-anchor__link:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: auto;
  aspect-ratio: 1/1;
  border-right: solid 0.2rem #0044f2;
  border-bottom: solid 0.2rem #0044f2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* contact
---------------------------------------------------------------------- */
/*------------------------------
contact content
------------------------------*/
.p-contact-content__inner {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

/* privacy
---------------------------------------------------------------------- */
/*------------------------------
privacy
------------------------------*/

/* sitemap
---------------------------------------------------------------------- */
/*------------------------------
sitemap
------------------------------*/
.p-sitemap__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8rem;
}
.p-sitemap__list a {
  transition: color 0.2s ease;
}
.p-sitemap__list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 0.1rem dashed #ccc;
  font-weight: 700;
}
.p-sitemap__list > li > a:after {
  content: "";
  display: block;
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  border-top: 0.2rem solid #0044f2;
  border-right: 0.2rem solid #0044f2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.p-sitemap__list > li:nth-last-child(-n+3) > a {
  border-bottom: 0.1rem dashed #ccc;
}
.p-sitemap__list .children {
  padding: 2rem;
  border-top: 0.1rem dashed #ccc;
}
.p-sitemap__list .children > li > a {
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-sitemap__list .children > li > a:before {
  content: "";
  display: block;
  background-color: #fbc101;
  width: 0.6rem;
  height: 0.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-cta__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-cta__container {
    padding: 4rem 2rem 3.65rem;
  }
  .p-cta__lead {
    font-size: 1.5rem;
    text-align: left;
    text-shadow: 0.2rem 0.1rem 0 #fff;
  }
  .p-cta__heading {
    font-size: 2.9rem;
    margin-top: 1.9rem;
  }
  .p-cta__heading--small {
    font-size: 2.1rem;
  }
  .p-cta__heading img {
    width: 17.68rem;
    margin-right: 0.1rem;
  }
  .p-cta__image {
    width: 100%;
    aspect-ratio: 315/111;
    margin-top: 2rem;
  }
  .p-cta__button__wrap {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.2rem;
  }
  .p-cta__button {
    width: 100%;
    height: 7.2rem;
  }
  .p-cta__button__tel__link {
    border-radius: 3.6rem;
    box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.3);
  }
  .p-cta__button__tel__text {
    width: 21.6rem;
    height: 2rem;
    border-radius: 1rem;
    font-size: 1rem;
  }
  .p-cta__button__tel__number {
    font-size: 2.8rem;
    margin-top: 0;
  }
  .p-cta__button__tel__number:before {
    width: 1.6rem;
  }
  .p-cta__button__contact__link {
    gap: 1.4rem;
    border-radius: 3.6rem;
    box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.3);
    font-size: 2.1rem;
  }
  .p-cta__button__contact__link:before {
    width: 3.6rem;
  }
  .p-cta__form {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
  .p-cta__deco {
    top: -2.6rem;
    right: 0;
    width: 12.3rem;
  }
  .p-cta__pagelink__wrap {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
  .p-cta__pagelink__button {
    flex: unset;
    width: 100%;
  }
  .p-cta__pagelink__button__link {
    width: 100%;
    height: 9.5rem;
  }
  .p-cta__pagelink__button__link img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-consultation__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-consultation__container {
    padding: 5rem 2rem;
  }
  .p-consultation__container:before {
    background: url(../img/common/consultation_deco_sp.svg) no-repeat center/contain;
    width: 100%;
    aspect-ratio: 355/320;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-consultation__title {
    font-size: 2rem;
    text-underline-offset: 1.2rem;
    text-decoration-thickness: 0.2rem;
  }
  .p-consultation__text {
    font-size: 1.2rem;
    line-height: 1.67;
    margin-top: 2.9rem;
    text-align: left;
    word-break: break-word;
  }
  .p-consultation__image {
    width: 100%;
    height: auto;
    aspect-ratio: 311.8/53.9;
    margin-top: 1.7rem;
  }
  .p-area__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-area__container {
    flex-direction: column;
    gap: 0;
    margin-top: 3rem;
  }
  .p-area__body {
    padding: 0 1.3rem;
  }
  .p-area__lead {
    font-size: 1.6rem;
  }
  .p-area__text {
    word-break: break-word;
  }
  .p-area__image {
    width: 29.8rem;
    aspect-ratio: 298/269;
    margin-right: 2.6rem;
  }
  .p-top-kv {
    padding: 1rem 0;
  }
  .p-top-kv__banner {
    width: 94.7%;
  }
  .p-top-kv__bottom__inner {
    padding: 2.8rem 2rem 3.3rem;
  }
  .p-top-kv__bottom__image {
    aspect-ratio: 335/89;
  }
  .p-top-service__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-top-service__inner:before {
    width: calc(100% - 2rem);
    max-height: 500px;
    aspect-ratio: 355/332;
  }
  .p-top-service__inner.sanitary {
    margin-top: 6.6rem;
  }
  .p-top-service__text {
    font-size: 1.2rem;
    margin-top: 1rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-top-service__cat {
    width: 31.5rem;
    padding: 1.4rem 2.3rem 1.4rem 2.4rem;
    border-radius: 3.3rem;
    margin-top: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem 0;
  }
  .p-top-service__cat li {
    padding: 0.5rem 1.2rem 0.6rem 1.6rem;
    font-size: 1.2rem;
  }
  .p-top-service__slider {
    margin-top: 3rem;
  }
  .p-top-service__slider .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
  .p-top-service__card__image {
    -webkit-filter: drop-shadow(0 0.5rem 0 #b2b2b2);
            filter: drop-shadow(0 0.5rem 0 #b2b2b2);
  }
  .p-top-service__card__image img {
    border-radius: 4rem;
  }
  .p-top-service__card__body {
    padding: 0 1.4rem;
  }
  .p-top-service__card__title {
    font-size: 1.6rem;
    line-height: 1.56;
    margin-top: 2rem;
  }
  .p-top-service__card__kinds {
    font-size: 1rem;
  }
  .p-top-service__card__wrap {
    margin-top: 1.2rem;
  }
  .p-top-service__card__text {
    font-size: 1rem;
    line-height: 0.9;
  }
  .p-top-service__card__discount {
    padding: 0.3rem 0.9rem 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.9rem;
  }
  .p-top-service__card__price {
    font-size: 2.4rem;
    gap: 0.1rem;
    margin-top: 0;
  }
  .p-top-service__card__unit {
    font-size: 1rem;
  }
  .p-top-service__note {
    padding: 2rem;
    border-radius: 2rem;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 3rem;
    max-width: 88vw;
  }
  .p-top-service__note__inner {
    padding-top: 0;
    word-break: break-word;
    padding-bottom: 4.7rem;
  }
  .p-top-reason__inner {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .p-top-reason__heading__wrap {
    gap: 0.3rem;
  }
  .p-top-reason__heading__wrap img {
    width: 8rem;
    margin-top: 1.1rem;
  }
  .p-top-reason__container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1.6rem;
  }
  .p-top-reason__block {
    padding: 2.1rem 2.2rem 1.8rem 1.21rem;
    border-radius: 3.2rem;
    box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.16);
    gap: 1.1rem;
    width: 100%;
  }
  .p-top-reason__image {
    width: 8.5rem;
    margin-top: 2.1rem;
  }
  .p-top-reason__num {
    font-size: 3.6rem;
    letter-spacing: -0.11rem;
    top: -2.1rem;
    left: 0.8rem;
  }
  .p-top-reason__num__en {
    font-size: 0.8rem;
  }
  .p-top-reason__body {
    padding-top: 0;
  }
  .p-top-reason__title {
    font-size: 1.6rem;
  }
  .p-top-reason__text {
    font-size: 1.2rem;
    line-height: 1.67;
    margin-top: 0.6rem;
    word-break: break-word;
  }
  .p-top-staff__inner {
    padding-top: 4rem;
  }
  .p-top-staff__container {
    flex-direction: column;
    gap: 1.4rem;
  }
  .p-top-staff__body {
    padding: 0 1.3rem;
  }
  .p-top-staff__title {
    font-size: 1.6rem;
  }
  .p-top-staff__text {
    word-break: break-word;
  }
  .p-top-staff__detail {
    width: 100%;
    padding: 3.5rem 2rem 4.5rem;
    background: url(../img/top/staff_bg_sp.jpg) no-repeat center/cover;
  }
  .p-top-staff__detail__title {
    font-size: 1.6rem;
  }
  .p-top-staff__detail__container {
    margin-top: 2rem;
    gap: 0.7rem;
  }
  .p-top-staff__detail__item {
    gap: 6rem;
  }
  .p-top-flow__inner {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  .p-top-flow__wrap {
    padding: 0rem 2rem 4.5rem;
  }
  .p-top-flow__container {
    gap: 4rem;
    margin-top: 3rem;
  }
  .p-top-flow__block {
    flex-direction: column;
    gap: 2rem;
  }
  .p-top-flow__block:after {
    height: 3rem;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  .p-top-flow__block__image {
    width: 100%;
    aspect-ratio: 315/160;
    clip-path: inset(0 0 round 2.4rem 2.4rem 2.4rem 2.4rem);
  }
  .p-top-flow__block__image img {
    border-radius: 2.4rem;
  }
  .p-top-flow__block__num {
    width: 12rem;
    height: 3.6rem;
    border-radius: 0 0 2.4rem;
    font-size: 1.8rem;
    line-height: 0.89;
    padding-right: 1.4rem;
  }
  .p-top-flow__block__num--large {
    font-size: 3.2rem;
    letter-spacing: -0.096rem;
    margin-right: 0;
  }
  .p-top-flow__block__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.56;
  }
  .p-top-flow__block__text--small {
    font-size: 1.2rem;
    line-height: 1.67;
    margin-top: 0.7rem;
  }
  .p-top-flow__block__button__wrap {
    margin-top: 1.6rem;
  }
  .p-top-flow__block__button {
    margin-inline: auto;
  }
  .p-top-flow__block__form {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    text-align: center;
  }
  .p-top-flow__block__credit {
    margin-top: 1rem;
  }
  .p-top-area .l-container {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  .p-top-results__inner {
    padding-top: 4rem;
  }
  .p-top-results__text {
    margin-top: 3rem;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .p-top-results__slider {
    margin-top: 0.9rem;
  }
  .p-top-results__slider .swiper-slide {
    margin-bottom: 0.5rem;
  }
  .p-top-results__slider .swiper-wrapper.swiper-disabled {
    justify-content: center;
  }
  .p-top-results__button {
    margin-top: 3rem;
  }
  .p-top-voice__inner {
    padding-top: 0;
    padding-bottom: 6rem;
  }
  .p-top-voice__text {
    margin-top: 3rem;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .p-top-voice__slider {
    margin-top: 0.9rem;
  }
  .p-top-voice__slider .swiper-slide {
    margin-bottom: 0.5rem;
  }
  .p-top-voice__slider .swiper-wrapper.swiper-disabled {
    justify-content: center;
  }
  .p-top-voice__button {
    margin-top: 3rem;
  }
  .p-top-faq__inner {
    padding-top: 0;
  }
  .p-top-faq__item {
    padding: 1.5rem 0;
  }
  .p-top-faq__question {
    gap: 1rem;
  }
  .p-top-faq__question__icon {
    font-size: 2rem;
    width: 3.5rem;
  }
  .p-top-faq__question__text {
    font-size: 1.5rem;
    margin-top: 0.6rem;
  }
  .p-top-faq__question__toggle {
    width: 2rem;
    margin-top: 0.7rem;
  }
  .p-top-faq__question__toggle:before, .p-top-faq__question__toggle:after {
    height: 0.2rem;
  }
  .p-top-faq__answer {
    gap: 1rem;
  }
  .p-top-faq__answer__icon {
    font-size: 2.4rem;
    width: 3.5rem;
  }
  .p-top-faq__answer__text {
    padding-right: 3rem;
  }
  .p-top-faq__button {
    margin-top: 3rem;
  }
  .p-top-contact__inner {
    padding-top: 0;
  }
  .p-top-contact__container {
    padding: 0 2rem 3rem;
  }
  .p-top-contact__text {
    margin-top: 3rem;
    margin-bottom: 3rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-top-contact__form {
    margin-top: 3rem;
  }
  .p-top-contact__form__wrap {
    gap: 2rem;
  }
  .p-top-contact__item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .p-top-contact__label {
    font-size: 1.4rem;
    width: 100%;
    padding-right: 0;
    justify-content: flex-start;
    padding-top: 0 !important;
  }
  .p-top-contact__label .required {
    font-size: 1rem;
    padding: 0.1rem 0.4rem 0.1rem;
    margin-left: 1rem;
  }
  .p-top-contact__select__wrap {
    width: 100%;
    height: 4.4rem;
    font-size: 1.4rem;
  }
  .p-top-contact__textarea {
    min-height: 14rem;
    font-size: 1.4rem;
    line-height: 1.65;
  }
  .p-top-contact__input[type=text], .p-top-contact__input[type=tel], .p-top-contact__input[type=email], .p-top-contact__input[type=address], .p-top-contact__input[type=date] {
    font-size: 1.4rem;
    height: 4.4rem;
  }
  .p-top-contact__checkbox {
    font-size: 1.3rem;
  }
  .p-top-contact__checkbox__title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .p-top-contact__file {
    font-size: 1.2rem;
  }
  .p-top-contact__file::file-selector-button {
    font-size: 1.4rem;
    padding: 1.2rem 10rem 1.2rem 1.4rem;
    height: 4.4rem;
    margin-right: 0;
    margin-bottom: 1rem;
    display: block;
  }
  .p-top-contact__privacy-policy {
    font-size: 1.8rem;
    margin-top: 5rem;
  }
  .p-top-contact__privacy-policy__text {
    padding: 2rem;
    height: 20rem;
    margin-top: 2rem;
  }
  .p-top-contact__submit {
    margin-top: 3rem;
  }
  .p-top-news__inner {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  .p-top-news__list {
    margin-top: 3rem;
  }
  .p-top-news__link {
    gap: 1rem;
    padding: 1.5rem 0;
    align-items: flex-start;
  }
  .p-top-news__date {
    font-size: 1.1rem;
  }
  .p-top-news__title {
    font-size: 1.2rem;
    -webkit-line-clamp: 2;
  }
  .p-top-news__button {
    margin-top: 3rem;
  }
  .p-top-column__inner {
    padding-bottom: 5rem;
  }
  .p-top-column__wrap {
    padding: 0 2rem 5rem;
  }
  .p-top-column__slider {
    margin-top: 3rem;
  }
  .p-top-column__slider .swiper-slide {
    margin-bottom: 0.5rem;
  }
  .p-top-column__slider .swiper-wrapper.swiper-disabled {
    justify-content: center;
  }
  .p-top-column__button {
    margin-top: 3rem;
  }
  .p-thanks-content__inner {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .p-thanks-content__container {
    padding: 4rem 2rem;
  }
  .p-thanks-content__title {
    font-size: 2.2rem;
  }
  .p-thanks-content__text {
    margin-top: 3rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-thanks-content__button {
    margin-top: 3rem;
  }
  .p-service-kv {
    padding: 1rem 0;
  }
  .p-service-kv__banner {
    width: 94.7%;
  }
  .p-service-kv__bottom__inner {
    height: 6rem;
  }
  .p-service-kv__bottom__discount {
    width: 10rem;
    height: 4rem;
    padding: 0;
    border-radius: 1rem;
    flex-direction: column;
    gap: 0;
    margin-right: 0.7rem;
  }
  .p-service-kv__bottom__discount__text {
    width: 5.58rem;
    height: 1.45rem;
    border-radius: 0.3rem;
    font-size: 1rem;
    line-height: 0.9;
  }
  .p-service-kv__bottom__discount__price {
    font-size: 1.7rem;
  }
  .p-service-kv__bottom__discount__unit {
    font-size: 1.1rem;
  }
  .p-service-kv__bottom__text {
    font-size: 1.4rem;
  }
  .p-service-kv__bottom__text--small {
    font-size: 1rem;
  }
  .p-service-kv__bottom__arrow {
    width: 1rem;
    aspect-ratio: 10/24;
    clip-path: polygon(1rem 50%, 0% 0%, 0% 2.4rem);
    margin-left: 0.7rem;
    margin-right: 0.4rem;
  }
  .p-service-kv__bottom__price {
    font-size: 3.6rem;
  }
  .p-service-kv__bottom__price__unit {
    font-size: 1.2rem;
    margin-left: 0.3rem;
  }
  .p-service-intro__title {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-service-intro__text {
    margin-top: 2rem;
  }
  .p-service-content__inner {
    padding-top: 2rem;
    margin-top: 5rem !important;
  }
  .p-service-content__inner:before {
    width: calc(100% - 2rem);
    max-height: 400px;
    aspect-ratio: 355/250;
  }
  .p-service-faq__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .p-service-faq__container {
    gap: 4rem;
    margin-top: 4rem;
  }
  .p-service-faq__heading {
    margin-bottom: 2rem;
  }
  .p-service-faq__cat {
    width: 35.5rem;
    padding: 1.4rem 2.3rem 1.4rem 2.4rem;
    border-radius: 3.3rem;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem 0;
  }
  .p-service-faq__cat li {
    padding: 0.5rem 1.2rem 0.6rem 1.6rem;
    font-size: 1.2rem;
  }
  .p-service-anchor__inner {
    padding-top: 6rem;
  }
  .p-service-anchor__list {
    padding: 1.5rem 1.6rem;
    border-radius: 2.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }
  .p-service-anchor__item {
    flex: unset;
    position: relative;
  }
  .p-service-anchor__item:nth-child(even):after {
    content: "";
    display: block;
    background-color: #b5b5b5;
    width: 0.1rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: -0.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-service-anchor__link {
    padding-left: 1rem;
    padding-right: 1.2rem;
    justify-content: flex-start;
  }
  .p-service-anchor__link:after {
    margin-left: auto;
  }
  .p-service-anchor__item:nth-child(1) .p-service-anchor__link img {
    padding-right: 0.6rem;
  }
  .p-service-anchor__item:nth-child(2) .p-service-anchor__link img {
    padding-right: 0.4rem;
  }
  .p-service-anchor__item:nth-child(3) .p-service-anchor__link img {
    padding-right: 0.4rem;
  }
  .p-service-anchor__item:nth-child(4) .p-service-anchor__link img {
    padding-right: 1.1rem;
  }
  .p-service-anchor__item:nth-child(5) .p-service-anchor__link img {
    padding-right: 0.6rem;
  }
  .p-service-anchor__item:nth-child(6) .p-service-anchor__link img {
    padding-right: 0.6rem;
  }
  .p-service-anchor__item:nth-child(7) .p-service-anchor__link img {
    padding-right: 0.6rem;
  }
  .p-service-price__wrap {
    padding: 0 1.5rem 4rem;
  }
  .p-service-price__heading {
    font-size: 2.2rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .p-service-price__container {
    margin-top: 3rem;
  }
  .p-service-price__card {
    width: 33rem;
    border-radius: 3rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.16);
  }
  .p-service-price__card__image {
    width: 12rem;
    aspect-ratio: 120/100;
  }
  .p-service-price__card__title {
    font-size: 1.6rem;
  }
  .p-service-price__card__discount {
    margin-top: 1rem;
  }
  .p-service-price__card__text {
    font-size: 1rem;
  }
  .p-service-price__card__label {
    width: 5.58rem;
    height: 1.45rem;
    border-radius: 0.3rem;
    font-size: 1rem;
  }
  .p-service-price__card__value {
    font-size: 2.4rem;
  }
  .p-service-price__card__unit {
    font-size: 1rem;
  }
  .p-service-maker__inner {
    padding-bottom: 6rem;
  }
  .p-service-maker__container {
    margin-top: 3rem;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 600px;
    margin-inline: auto;
  }
  .p-service-maker__logo {
    width: 16rem;
  }
  .p-service-maker__text {
    word-break: keep-all;
    overflow-wrap: anywhere;
    margin-top: 2rem;
  }
  .p-service-compare__container {
    padding: 0 1.5rem 2rem;
    border-radius: 3rem;
    border-width: 0.4rem;
  }
  .p-service-compare__wrap {
    padding-top: 4rem;
  }
  .p-service-compare__wrap {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .p-service-compare__wrap::-webkit-scrollbar {
    display: none;
  }
  .p-service-compare__table {
    min-width: 700px;
  }
  .p-service-compare__table td,
  .p-service-compare__table th {
    padding: 1.5rem 1rem;
  }
  .p-service-compare__table tr td:first-child,
  .p-service-compare__table tr th:first-child {
    width: 11rem;
  }
  .p-service-compare__header th {
    font-size: 1.4rem;
    padding: 0.8rem 0.5rem;
  }
  .p-service-compare__label {
    font-size: 1.2rem;
  }
  .p-service-compare__num {
    font-size: 2.4rem;
  }
  .p-service-compare__num--large {
    font-size: 2.8rem;
  }
  .p-service-compare__unit {
    font-size: 1.2rem;
  }
  .p-service-compare__unit--large {
    font-size: 1.2rem;
  }
  .p-service-compare__text {
    font-size: 1.4rem;
  }
  .p-service-compare__cross {
    font-size: 3.6rem;
  }
  .p-service-compare__circle {
    font-size: 2.4rem;
  }
  .p-service-compare__circle--large {
    font-size: 2.8rem;
  }
  .p-service-compare__image {
    width: 170px;
  }
  .p-service-area .l-container {
    padding-top: 6rem;
  }
  .p-service-flow__inner {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
  .p-service-flow__heading {
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .p-service-flow__payment {
    border-radius: 3rem;
    padding: 3rem;
  }
  .p-service-flow__payment__heading {
    font-size: 1.8rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-service-flow__payment__container {
    margin-top: 1rem;
    flex-direction: column;
  }
  .p-service-flow__payment__block {
    height: auto;
    padding: 2rem 0;
  }
  .p-service-flow__payment__block:not(:last-child) {
    border-right: none;
    border-bottom: 0.1rem solid #b5b5b5;
  }
  .p-service-flow__payment__title {
    font-size: 1.6rem;
  }
  .p-service-flow__payment__image {
    height: 2.5rem;
    margin-top: 1rem;
  }
  .p-service-flow__payment__text {
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .p-service-flow__payment__text--large {
    font-size: 1.6rem;
  }
  .p-service-detail-faq__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-service-column__wrap {
    padding: 0 2rem 5rem;
  }
  .p-service-detail-content {
    padding-bottom: 6rem;
  }
  .p-service-detail-content__note__inner {
    padding-bottom: 3rem;
  }
  .p-service-detail-content__button__link {
    width: 33rem;
  }
  .p-service-staff__inner {
    padding-top: 2rem;
  }
  .p-service-staff__detail {
    width: 100%;
    max-width: 500px;
    padding: 3.5rem 2rem 4.5rem;
    background: url(../img/top/staff_bg_sp.jpg) no-repeat center/cover;
  }
  .p-service-staff__detail__title {
    font-size: 1.6rem;
  }
  .p-service-staff__detail__container {
    margin-top: 2rem;
    gap: 0.7rem;
  }
  .p-service-staff__detail__item {
    gap: 6rem;
  }
  .p-company__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .p-company__container {
    padding: 4rem 2rem 4.9rem;
    border-radius: 3rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
  }
  .p-company__card {
    max-width: 50rem;
    width: 100%;
  }
  .p-company__card__link {
    padding: 2rem;
    border-radius: 3rem;
    box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.16);
  }
  .p-company__card__image {
    width: 12rem;
    aspect-ratio: 120/100;
  }
  .p-company__card__body:after {
    width: 1.8rem;
  }
  .p-company__card__title {
    font-size: 1.4rem;
  }
  .p-company-about__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .p-company-about__table__wrap {
    overflow-x: scroll;
    margin-top: 3rem;
  }
  .p-company-about__table {
    min-width: 50rem;
  }
  .p-company-about__table th {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1rem;
    width: 10rem;
  }
  .p-company-about__table td {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1rem;
  }
  .p-company-about__map {
    height: 20rem;
  }
  .p-company-about__button {
    margin-top: 4rem;
  }
  .p-company-philosophy__inner {
    padding-top: 4rem;
  }
  .p-company-philosophy__mv {
    height: 20rem;
  }
  .p-company-philosophy__mv__lead {
    font-size: 2rem;
    gap: 0.6rem;
    width: 100%;
  }
  .p-company-philosophy__mv__lead:before {
    height: 4rem;
  }
  .p-company-philosophy__heading {
    margin-top: 4rem;
  }
  .p-company-philosophy__text {
    margin-top: 2rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-company-promise__inner {
    padding-bottom: 6rem;
  }
  .p-company-promise__container {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
  .p-company-promise__card {
    box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.16);
    width: 90%;
    max-width: 500px;
    margin-inline: auto;
  }
  .p-company-promise__card__image {
    aspect-ratio: 370/220;
  }
  .p-company-promise__card__num {
    width: 7rem;
    font-size: 3.6rem;
    letter-spacing: -0.11rem;
  }
  .p-company-promise__card__num__en {
    font-size: 0.8rem;
  }
  .p-company-promise__card__text {
    padding: 1.6rem 1.6rem 2rem;
    font-size: 1.6rem;
    line-height: 1.67;
  }
  .p-company-promise__button {
    margin-top: 4rem;
  }
  .p-company-area .p-area__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-company-area__inner {
    padding-bottom: 6rem;
  }
  .p-company-area__detail {
    padding: 3rem 2rem;
    border-radius: 3rem;
  }
  .p-company-area__detail__title {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
  .p-company-area__detail__text {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .p-company-area__button {
    margin-top: 4rem;
  }
  .p-company-point__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .p-company-point__container {
    padding: 0rem 2rem 4rem 2rem;
  }
  .p-company-point__container:before {
    border-radius: 3rem;
  }
  .p-company-point__block {
    margin-top: 4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  .p-company-point__block:first-child {
    margin-top: 3rem;
  }
  .p-company-point__block__image {
    width: 100%;
  }
  .p-company-point__block__num {
    width: 7rem;
    font-size: 3.6rem;
    letter-spacing: -0.11rem;
  }
  .p-company-point__block__num__en {
    font-size: 0.8rem;
  }
  .p-company-point__block__body__title {
    font-size: 1.6rem;
  }
  .p-company-point__block__body__text {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .p-company-guideline__inner {
    padding-bottom: 6rem;
  }
  .p-company-guideline__container {
    padding: 0rem 1rem 3rem;
    border-radius: 3rem;
    border-width: 0.4rem;
  }
  .p-company-guideline__table__wrap {
    overflow-x: scroll;
    margin-top: 3rem;
  }
  .p-company-guideline__table {
    min-width: 50rem;
  }
  .p-company-guideline__table th {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1rem;
    width: 12rem;
  }
  .p-company-guideline__table td {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1rem;
  }
  .p-company-entry__inner {
    padding-top: 0;
    padding-bottom: 6rem;
  }
  .p-company-entry__container {
    padding: 0 2rem 2rem;
  }
  .p-company-entry__form {
    margin-top: 3rem;
  }
  .p-company-entry__button {
    margin-top: 4rem;
  }
  .p-flow-content__inner {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .p-flow-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-archive__inner {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .p-archive-lead {
    padding: 3rem 2rem;
    border-radius: 3rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-archive-lead__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-archive__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    width: 90%;
    max-width: 500px;
    margin-inline: auto;
  }
  .p-archive-consultation {
    padding-bottom: 5rem;
  }
  .p-archive-column__inner {
    padding-top: 4rem;
  }
  .p-archive-column__list {
    gap: 3rem;
  }
  .p-archive-column__card__link {
    gap: 1rem;
  }
  .p-archive-column__card__image {
    width: 15rem;
    aspect-ratio: 120/75;
    clip-path: inset(0 0 round 1.5rem 1.5rem 1.5rem 1.5rem);
  }
  .p-archive-column__card__image .category {
    min-width: 7rem;
    height: 2rem;
    font-size: 1rem;
    border-radius: 0 0 1.5rem 0;
  }
  .p-archive-column__card__date {
    font-size: 1rem;
  }
  .p-archive-column__card__title {
    font-size: 1.3rem;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    margin-top: 0.2rem;
  }
  .p-archive-column__card__text {
    font-size: 1.1rem;
    margin-top: 0.8rem;
    line-height: 1.5;
  }
  .p-archive-news__list {
    margin-top: 0;
  }
  .p-single-main__header {
    margin-bottom: 4rem;
  }
  .p-single-main__title {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .p-single-main__thumbnail {
    margin-top: 3rem;
  }
  .p-single-main__header__wrap {
    margin-top: 1rem;
  }
  .p-single-main__info {
    padding: 2rem;
    border-radius: 3rem;
    border: solid 0.3rem #e5e5e5;
    margin-top: 3rem;
  }
  .p-single-main__info__title {
    font-size: 1.6rem;
  }
  .p-single-main__info__container {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }
  .p-single-main__author__container {
    flex-direction: column;
    align-items: center;
  }
  .p-single-main__info__item__title {
    font-size: 1.3rem;
    padding: 0rem 1rem;
    height: 4.5rem;
  }
  .p-single-main__info__item__text {
    font-size: 1.3rem;
    padding: 0rem 1rem;
    height: 4.5rem;
  }
  .p-single-main__body {
    padding-inline: 1rem;
  }
  .p-single-main__author__name {
    font-size: 1.4rem;
  }
  .p-single-main__author__position {
    font-size: 1.1rem;
  }
  .p-single-main__author__text {
    font-size: 1.2rem;
  }
  .p-single-case__inner {
    padding-top: 0;
  }
  .p-single-service {
    padding-top: 6rem;
  }
  .p-single-column__inner {
    padding-top: 4rem;
  }
  .p-single-column__consultation {
    margin-bottom: 5rem;
  }
  .p-single-latest__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-single-latest__wrap {
    padding-bottom: 3rem;
  }
  .p-single-latest__container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
    gap: 2rem;
    max-width: 35rem;
    margin-inline: auto;
  }
  .p-faq-anchor__inner {
    padding-top: 4rem;
  }
  .p-faq-anchor__list {
    padding: 1.5rem 1.6rem;
    border-radius: 2.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }
  .p-faq-anchor__item {
    flex: unset;
    position: relative;
  }
  .p-faq-anchor__item:nth-child(even):after {
    content: "";
    display: block;
    background-color: #b5b5b5;
    width: 0.1rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: -0.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-faq-anchor__link {
    padding-left: 1rem;
    padding-right: 1.2rem;
    justify-content: flex-start;
  }
  .p-faq-anchor__link:after {
    margin-left: auto;
  }
  .p-contact-content__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .p-privacy {
    width: 95%;
    margin-inline: auto;
  }
  .p-sitemap__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0 1rem;
    width: 90%;
    margin-inline: auto;
  }
  .p-sitemap__list > li > a {
    padding: 1.5rem 0;
  }
  .p-sitemap__list > li > a:after {
    width: 0.8rem;
  }
  .p-sitemap__list > li:nth-last-child(-n+3) > a {
    border-bottom: unset;
  }
  .p-sitemap__list:last-child {
    border-bottom: 0.1rem dashed #ccc;
  }
  .p-sitemap__list .children {
    padding: 1rem;
  }
  .p-sitemap__list .children > li > a {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .p-cta__button:hover .p-cta__button__tel__link,
  .p-cta__button:hover .p-cta__button__contact__link {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    box-shadow: unset;
  }
  .p-cta__form__link:hover {
    opacity: 0.7;
  }
  .p-cta__pagelink__button__link:hover {
    opacity: 0.7;
  }
  .p-top-service__cat li:hover {
    background-color: #f6f6f6;
  }
  .electricity .p-top-service__card__link:hover .p-top-service__card__title {
    color: #fbc101;
  }
  .sanitary .p-top-service__card__link:hover .p-top-service__card__title {
    color: #3ea6ff;
  }
  .p-top-flow__block__button__link:hover {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    box-shadow: unset;
  }
  .p-top-flow__block__tel__link:hover {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    box-shadow: unset;
  }
  .p-top-flow__block__form__link:hover {
    opacity: 0.7;
  }
  .p-top-contact__submit:hover {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    box-shadow: unset;
  }
  .p-top-news__link:hover {
    opacity: 0.7;
  }
  .p-service-faq__cat li:hover {
    background-color: #f6f6f6;
  }
  .p-service-anchor__link:hover {
    background-color: #f6f6f6;
  }
  .p-company__card__link:hover .p-company__card__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-company__card__link:hover .p-company__card__title {
    color: #0044f2;
  }
  .p-archive-column__card__link:hover .p-archive-column__card__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-archive-column__card__link:hover .p-archive-column__card__title {
    opacity: 0.5;
  }
  .p-faq-anchor__link:hover {
    background-color: #f6f6f6;
  }
  .p-sitemap__list a:hover {
    color: #fbc101;
  }
}
@media screen and (min-width: 901px) {
  .p-service-kv--narrow {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-service-intro__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .p-service-faq__inner {
    padding-top: 8rem;
    padding-bottom: 16rem;
  }
  .p-service-anchor__item:not(:last-child):after {
    content: "";
    display: block;
    background-color: #b5b5b5;
    width: 0.1rem;
    height: 2rem;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  .p-service-anchor__item:last-child .p-service-anchor__link {
    gap: 4rem;
  }
  .p-service-anchor__item:nth-child(1) .p-service-anchor__link img {
    padding-left: 1.1rem;
  }
  .p-service-anchor__item:nth-child(2) .p-service-anchor__link img {
    padding-left: 1.1rem;
  }
  .p-service-anchor__item:nth-child(3) .p-service-anchor__link img {
    padding-left: 2.2rem;
  }
  .p-service-anchor__item:nth-child(4) .p-service-anchor__link img {
    padding-left: 2.2rem;
  }
  .p-service-anchor__item:nth-child(5) .p-service-anchor__link img {
    padding-left: 1.8rem;
  }
  .p-service-anchor__item:nth-child(6) .p-service-anchor__link img {
    padding-left: 2rem;
  }
  .p-service-anchor__item:nth-child(7) .p-service-anchor__link img {
    padding-left: 1.1rem;
  }
  .p-service-price__inner {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .p-service-price.electricity .p-service-price__inner {
    padding-bottom: 12rem;
  }
  .p-service-reason__inner {
    padding-bottom: 12rem;
  }
  .p-service-flow__wrap {
    padding-bottom: 6rem;
  }
  .p-service-staff__inner {
    padding-top: 0;
    margin-top: -5rem;
  }
  .p-company-point__block:nth-child(2) {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 6.7rem;
  }
  .p-company-point__block:last-child {
    padding-right: 6.6rem;
  }
  .p-faq-anchor__item:not(:last-child):after {
    content: "";
    display: block;
    background-color: #b5b5b5;
    width: 0.1rem;
    height: 2rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .p-faq-anchor__link:after {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 1240px) and (min-width: 901px) {
  .p-service-anchor__list {
    padding: 0.9rem 1rem 1rem;
  }
  .p-service-anchor__link {
    padding-right: 1rem;
  }
  .p-service-anchor__link img {
    height: 1.6rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-service-anchor__item:nth-child(1) .p-service-anchor__link img {
    padding-left: 1rem;
  }
  .p-service-anchor__item:nth-child(2) .p-service-anchor__link img {
    padding-left: 1rem;
  }
  .p-service-anchor__item:nth-child(3) .p-service-anchor__link img {
    padding-left: 1rem;
  }
  .p-service-anchor__item:nth-child(4) .p-service-anchor__link img {
    padding-left: 1rem;
  }
  .p-service-anchor__item:nth-child(5) .p-service-anchor__link img {
    padding-left: 1rem;
  }
  .p-service-anchor__item:nth-child(6) .p-service-anchor__link img {
    padding-left: 1rem;
  }
  .p-service-anchor__item:nth-child(7) .p-service-anchor__link img {
    padding-left: 1rem;
  }
  .p-faq-anchor__list {
    padding: 0.9rem 1rem 1rem;
  }
}