@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.star {
  fill: gold;
  animation-duration: .8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  animation-delay: calc(random() * 1s); }

.star-1 {
  animation-name: pulse1;
  animation-delay: 0.1s; }

.star-2 {
  animation-name: pulse2;
  animation-delay: 0.2s; }

.star-3 {
  animation-name: pulse3;
  animation-delay: 0.3s; }

.star-4 {
  animation-name: pulse4;
  animation-delay: 0.4s; }

.star-5 {
  animation-name: pulse5;
  animation-delay: 0.5s; }

.star-6 {
  animation-name: pulse6;
  animation-delay: 0.6s; }

.star-7 {
  animation-name: pulse7;
  animation-delay: 0.7s; }

.star-8 {
  animation-name: pulse8;
  animation-delay: 0.8s; }

.star-9 {
  animation-name: pulse9;
  animation-delay: 0.9s; }

.star-10 {
  animation-name: pulse10;
  animation-delay: 1s; }

@keyframes pulse1 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
@keyframes pulse2 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); } }
@keyframes pulse3 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); } }
@keyframes pulse4 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@keyframes pulse5 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.12); } }
@keyframes pulse6 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.08); } }
@keyframes pulse7 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.18); } }
@keyframes pulse8 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.07); } }
@keyframes pulse9 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.13); } }
@keyframes pulse10 {
  0%,
	100% {
    transform: scale(1); }
  50% {
    transform: scale(1.16); } }
/* 要素を一瞬大きくした後、元のサイズに戻す「にゅっと」した動き */
.pop-animetion-01 {
  animation: popEffect 0.5s ease-out; }

@keyframes popEffect {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
.delay-animation-01 {
  animation: delayEffect 0.5s ease-out; }

@keyframes delayEffect {
  0% {
    /* transform: scale(0.8); */
    opacity: 0; }
  /* 50% {
    transform: scale(1.1);
  } */
  100% {
    /* transform: scale(1); */
    opacity: 1; } }
.js-animate-pop-item {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.js-animate-pop-item.is-visible {
  opacity: 1;
  transform: scale(1); }

.p-heater {
  color: #382712;
  letter-spacing: 0; }
  @media print, screen and (min-width: 768px) {
    .p-heater :where(.sp) {
      display: none; } }
  @media screen and (max-width: 767px) {
    .p-heater :where(.pc) {
      display: none; } }

.u-hidden-pc {
  display: none; }

@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: block; } }
.u-hidden-sp {
  display: none; }

@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block; } }
.before_after_slider {
  position: relative;
  overflow: hidden;
  width: 800px;
  max-width: 100%;
  margin: 0 auto; }

.box_before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000; }

.box_before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center; }

.box_before::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  width: 45px;
  height: 45px;
  margin: auto;
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 10px 0 15px -13px #000; }

.slider_range {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize; }

.box_before::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  width: 45px;
  height: 45px;
  margin: auto;
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 10px 0 15px -13px #000; }

.box_before_label {
  bottom: 16px;
  left: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 8px;
  font-weight: 700;
  color: #0098D8;
  padding: 4px 16px;
  background: #fff; }

.box_after_label {
  bottom: 16px;
  right: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 8px;
  font-weight: 700;
  color: #e74c3c;
  padding: 4px 16px;
  background: #fff; }

@media (max-width: 767px) {
  .box_before_label,
  .box_after_label {
    font-size: 12px;
    padding: 2px 8px; } }
.p-wallcleaning {
  color: #382712;
  letter-spacing: 0; }
  @media print, screen and (min-width: 768px) {
    .p-wallcleaning :where(.sp) {
      display: none; } }
  @media screen and (max-width: 767px) {
    .p-wallcleaning :where(.pc) {
      display: none; } }

.p-goodtimes {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-bottom: 48px; }

.p-goodtimes__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-inline: 10px;
  margin-inline: auto; }
  @media screen and (max-width: 767px) {
    .p-goodtimes__inner {
      padding: 55px 10px; } }

.p-goodtimes__title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  text-align: center;
  position: relative;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .p-goodtimes__title {
    font-size: 20px; } }
.p-goodtimes__title::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #009B73; }

.p-goodtimes__title--sub {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .p-goodtimes__title--sub {
    font-size: 16px; } }
.p-goodtimes__lead {
  line-height: 1.6;
  margin-bottom: 40px; }

.p-goodtimes__caption {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 56px; }

.p-goodtimes__marker {
  display: inline;
  background: linear-gradient(transparent 50%, #f7ee00 50%);
  font-weight: 700;
  color: #009B73;
  margin-bottom: 8px; }

.p-goodtimes__link {
  position: relative;
  display: inline-flex;
  background-color: #009B73;
  color: #fff;
  transition: all ease 0.5s;
  box-sizing: border-box;
  border-radius: 32px;
  font-size: 14px;
  width: 240px;
  padding: 12px 32px 14px;
  margin-inline: 8px; }

@media screen and (max-width: 767px) {
  .p-goodtimes__link {
    box-sizing: border-box;
    width: 100%;
    margin-inline: 0; } }
.p-goodtimes__link:hover {
  background-color: #d4561c; }

.p-goodtimes__link:hover .p-goodtimes__arrow {
  right: 18px; }

.p-goodtimes__arrow {
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  transition: all ease 0.5s;
  right: 24px;
  top: 0;
  bottom: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  margin: auto; }

.p-mv {
  background-color: #E6F5F1;
  padding: 40px 0 25px; }

.p-mv__copy {
  position: relative; }

.p-mv__container {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center; }

.p-mv__title {
  position: relative;
  z-index: 2;
  margin-bottom: 20px; }

.p-mv__logo {
  display: block;
  margin-bottom: 40px; }

.p-mv__subtitle {
  display: block;
  position: relative; }

.p-mv__subtitle--text01 {
  display: inline-block;
  padding-bottom: 16px;
  animation-delay: 0s; }

.p-mv__subtitle--text02 {
  display: inline-block;
  padding-bottom: 24px;
  animation-delay: 0.5s; }

.p-mv__subtitle--text03 {
  display: inline-block;
  animation-delay: 1s;
  /* padding-bottom: 4px; */ }

.p-mv__logo img,
.p-mv__subtitle img {
  max-width: 100%;
  height: auto; }

.p-mv__image {
  position: relative;
  z-index: 1;
  top: 30%;
  bottom: 0; }

.p-mv__image img {
  max-width: 100%;
  height: auto; }

.p-mv__image--left {
  position: relative;
  left: 0; }

.p-mv__image--left--01 {
  position: absolute;
  top: 212px;
  left: 60px; }

.p-mv__image--left--02 {
  position: absolute;
  top: 248px;
  left: 128px; }

.p-mv__image--left--03 {
  position: absolute;
  top: 297px;
  left: 26px; }

.p-mv__image--left--04 {
  position: absolute;
  top: 510px;
  left: 111px; }

.p-mv__image--right {
  position: relative;
  top: -350px;
  right: 0; }

.p-mv__image--right--01 {
  position: absolute;
  right: 179px;
  top: -77px; }

.p-mv__image--right--02 {
  z-index: 2;
  position: absolute;
  right: 85px;
  top: -128px; }

.p-mv__image--right--03 {
  position: absolute;
  right: 225px;
  top: 80px; }

.p-mv__image--right--04 {
  position: absolute;
  right: 34px;
  top: -51px; }

.p-mv__image--right--05 {
  position: absolute;
  top: -40px;
  right: 90px; }

.p-mv__image--right--06 {
  position: absolute;
  top: 85px;
  right: 9px; }

.p-mv__image--right--07 {
  position: absolute;
  top: 65px;
  right: 65px; }

.p-mv__image--right--08 {
  position: absolute;
  right: 128px;
  top: 272px; }

.p-mv__image--right--09 {
  position: absolute;
  right: 10px;
  top: 105px; }

.p-mv__image--right--10 {
  position: absolute;
  right: 70px;
  top: -22px; }

.p-mv__txt {
  width: fit-content;
  margin: 10px auto 0;
  padding: 0 20px;
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 1000px) {
    .p-mv__txt {
      margin-top: 26px;
      padding: 0 10px;
      font-size: 18px;
      line-height: 1.4444444444; } }
  .p-mv__txt::before, .p-mv__txt::after {
    content: "";
    width: 2px;
    height: 1em;
    position: absolute;
    top: 55%;
    background-color: currentColor; }
    @media (max-width: 1000px) {
      .p-mv__txt::before, .p-mv__txt::after {
        content: none; } }
  .p-mv__txt::before {
    left: 5px;
    transform: translateY(-50%) rotate(-30deg); }
  .p-mv__txt::after {
    right: 5px;
    transform: translateY(-50%) rotate(30deg); }
.p-mv__link {
  margin-top: 11px;
  display: flex;
  justify-content: center;
  gap: 20px; }
  @media (max-width: 1000px) {
    .p-mv__link {
      margin-top: 19px;
      flex-direction: column;
      align-items: center;
      gap: 20px; } }
.p-mv__item {
  max-width: 300px;
  width: 90%; }
  @media (max-width: 1000px) {
    .p-mv__item {
      max-width: 300px; } }
  .p-mv__item a {
    height: 58px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700; }
    @media print, screen and (min-width: 768px) {
      .p-mv__item a {
        cursor: pointer;
        transition: opacity 0.3s; }
        .p-mv__item a:hover {
          opacity: 0.7; } }
    @media (max-width: 1000px) {
      .p-mv__item a {
        height: 46px;
        font-size: 14px; } }
  .p-mv__item--line a {
    background-color: #06C755; }
  .p-mv__item--mail a {
    background-color: #E74C3C; }
  .p-mv__item-free {
    margin-right: 4px;
    border-radius: 4px;
    padding: 1px 8px;
    color: #E74C3C;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff; }
    @media (max-width: 1000px) {
      .p-mv__item-free {
        margin-right: 9px; } }

@media (max-width: 1000px) {
  .p-mv {
    padding: 25px 16px 34px; }

  .p-mv__logo {
    width: 323px;
    margin: auto auto 35px; }

  .p-mv__container {
    max-width: 375px;
    margin-inline: auto; }

  .p-mv__subtitle {
    width: 243px;
    padding-right: 8px;
    margin: auto; }

  .p-mv__subtitle--text01 {
    padding-bottom: 7px; }

  .p-mv__subtitle--text02 {
    display: inline-block;
    padding-bottom: 7px; }

  .p-mv__image--left {
    top: 54px;
    left: 0; }

  .p-mv__image--left--01 {
    top: 64px;
    left: 5px;
    width: 22px;
    height: 22px; }

  .p-mv__image--left--02 {
    width: 16px;
    height: 16px;
    top: 77px;
    left: 28px; }

  .p-mv__image--left--03 {
    width: 83px;
    height: auto;
    top: 95px;
    left: -6px; }

  .p-mv__image--left--04 {
    width: 16px;
    height: 16px;
    top: 168px;
    left: 22px; }

  .p-mv__image--right {
    top: 0;
    right: 0; }

  .p-mv__image--right--01 {
    right: 57px;
    top: -161px;
    width: 18px;
    height: 17px; }

  .p-mv__image--right--02 {
    right: 15px;
    top: -177px;
    width: 33px;
    height: 33px; }

  .p-mv__image--right--03 {
    right: 12px;
    top: -144px;
    width: 16px;
    height: 16px; }

  .p-mv__image--right--04 {
    right: 6px;
    top: -152px;
    width: 24px;
    height: 14px; }

  .p-mv__image--right--05 {
    width: 58px;
    height: 78px;
    top: -149px;
    right: 22px; }

  .p-mv__image--right--06 {
    display: none; }

  .p-mv__image--right--07 {
    top: -111px;
    right: 12px;
    width: 16px;
    height: auto; }

  .p-mv__image--right--08 {
    top: -108px;
    right: 70px;
    width: 18px;
    height: auto; }

  .p-mv__image--right--09 {
    top: -92px;
    right: -2px;
    width: 22px;
    height: auto; }

  .p-mv__image--right--10 {
    top: -40px;
    right: 39px;
    width: 16px;
    height: auto; }

  .p-mv__image--sp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px; }

  .p-mv__image--sp--right {
    position: relative;
    top: 10px;
    left: -6px; } }
.p-pickup {
  padding: 64px 0 100px;
  background-color: #E6F5F1;
  background: #E6F5F1 url(../images/bg_pickup.svg) no-repeat center top/1247px auto; }

@media (max-width: 767px) {
  .p-pickup {
    padding: 0 0 50px; } }
.p-pickup__content {
  display: block;
  position: relative; }

.p-pickup__image--left {
  position: absolute;
  top: 0;
  left: 0; }

.p-pickup__image--right {
  position: absolute;
  top: 0;
  right: 0; }

.p-pickup__image--left--01 {
  position: relative;
  top: -80px;
  left: 23px; }

.p-pickup__image--left--02 {
  position: relative;
  top: -137px;
  left: -14px; }

.p-pickup__image--left--03 {
  position: relative;
  top: auto;
  bottom: -570px;
  left: -140px; }

.p-pickup__image--right--01 {
  position: relative;
  right: -38px;
  top: -85px; }

.p-pickup__image--right--02 {
  position: relative;
  right: -22px;
  top: -100px; }

.p-pickup__image--right--03 {
  position: relative;
  top: auto;
  right: -10px;
  bottom: -560px; }

.p-pickup__title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px; }

.p-pickup__title--yellow {
  color: #FFC300;
  font-size: 44px;
  font-feature-settings: "palt";
  text-shadow: -2px -2px 0 black,  2px -2px 0 black, -2px  2px 0 black,  2px  2px 0 black, -2px  0px 0 black,  2px  0px 0 black,  0px -2px 0 black,  0px  2px 0 black, -2px -1px 0 black, -2px  1px 0 black,  2px -1px 0 black,  2px  1px 0 black, -1px -2px 0 black,  1px -2px 0 black, -1px  2px 0 black,  1px  2px 0 black; }

@media (max-width: 767px) {
  .p-pickup {
    background: #E6F5F1; }

  .p-pickup__title {
    margin-bottom: 23px;
    font-size: 14px; }

  .p-pickup__title--yellow {
    font-size: 18px;
    text-shadow: -1px -1px 0 #000, 0px -1px 0 #000, 1px -1px 0 #000, -1px 0px 0 #000, 1px 0px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000; }

  .p-pickup__image--left--01 {
    top: -60px;
    left: -10px;
    width: 34px; }

  .p-pickup__image--left--02 {
    top: -85px;
    left: -30px;
    width: 23px; }

  .p-pickup__image--left--03 {
    opacity: 0;
    /* bottom: -34vh;
    left: -50px;
    width: 20px;
    height: 20px; */ }

  .p-pickup__image--right--01 {
    right: -65px;
    top: -58px;
    width: 18px; }

  .p-pickup__image--right--02 {
    right: -56px;
    top: -66px;
    width: 36px; }

  .p-pickup__image--right--03 {
    opacity: 0;
    /* right: -10px;
    bottom: -33vh;
    width: 20px;
    height: 20px; */ } }
.p-solution {
  padding: 100px 0 100px;
  background-color: #fff; }

.p-solution__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px; }

.p-solution__header {
  margin-bottom: 30px; }

.p-solution__title {
  font-size: 28px;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 15px; }

.p-solution__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #009B73; }

.p-solution__list {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px; }

.p-solution__list-item {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  margin: 16px;
  text-align: center; }
  .p-solution__list-item strong {
    color: #009B73; }

.p-solution__image {
  margin-top: 15px;
  position: relative;
  line-height: 0;
  text-align: center; }

.p-solution__image img {
  max-width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .p-solution__list-item {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

  .p-solution__list-item.is-visible {
    opacity: 1;
    transform: scale(1); }

  /* .p-solution__list-item:first-child {
    display: inline-block;
  } */
  .p-solution__list-item:nth-child(2) {
    position: relative;
    right: 0;
    top: 0; }

  .p-solution__list-item:nth-child(3) {
    position: absolute;
    right: -70px;
    top: 60px; }

  .p-solution__list-item:nth-child(4) {
    min-width: 233px;
    position: absolute;
    top: 96px; }

  .p-solution__list-item:nth-child(5) {
    position: absolute;
    left: -64px;
    top: 54px; }

  .p-solution__list-item:nth-child(6) {
    position: absolute;
    bottom: -200px;
    left: 0px;
    padding: 18px 22px; }

  .p-solution__list-item:last-child {
    position: absolute;
    bottom: -250px;
    right: -10px;
    padding: 20px 18px; } }
@media (max-width: 767px) {
  .p-solution {
    padding: 40px 0; }

  .p-solution__title {
    font-size: 24px; }

  .p-solution__list {
    margin-top: 2px; }

  .p-solution__list-item {
    width: 100%;
    text-align: left;
    font-size: 15px; }

  .p-solution__image {
    width: 240px;
    margin-top: 0;
    margin-inline: auto; } }
.c-bubble {
  display: inline-block;
  position: relative;
  background: #ffffff;
  border: 3px solid #333;
  padding: 8px 16px;
  border-radius: 10px;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .c-bubble {
    padding: 20px 16px;
    margin: 16px 0 0; } }
@media (min-width: 768px) {
  .c-bubble:after,
  .c-bubble:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

  .c-bubble:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px; }

  .c-bubble:before {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333;
    border-width: 14px;
    margin-left: -14px; } }
.p-timing {
  padding: 0 0 100px;
  background-color: #fff; }

.p-timing__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }

.p-timing__header {
  margin-bottom: 30px; }

.p-timing__title {
  font-size: 28px;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 15px; }

.p-timing__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #009B73; }

.p-timing__content {
  margin-bottom: 40px; }

.p-timing__text {
  font-size: 18px;
  line-height: 1.8; }

.p-timing__timeline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  padding-top: 20px; }

.p-timing__timeline-item {
  flex: 1;
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  overflow: visible; }

.p-timing__timeline-item:last-child::before,
.p-timing__timeline-item:last-child::after {
  display: none; }

.p-timing__timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 3px;
  background-color: #333; }

.p-timing__timeline-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: -12px;
  bottom: 0;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #009B73;
  border-right: 0;
  margin: auto; }

.p-timing__timeline-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center; }

.p-timing__timeline-year {
  font-size: 22px;
  display: block;
  text-align: center;
  margin-right: 4px; }

.p-timing__timeline-unit {
  font-size: 14px;
  display: block;
  text-align: center; }

.p-timing__timeline-description {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
  min-height: 3rem;
  margin: 0; }

.p-timing__timeline-recommendation {
  color: #009B73;
  font-weight: bold;
  text-align: center;
  margin-inline: 0;
  margin-top: 24px; }

.p-timing__timeline-image {
  text-align: center;
  margin: 0; }

.p-timing__timeline-image img {
  max-width: 100%;
  height: auto; }

.p-timing__timeline-highlight {
  background-color: #ffff00;
  padding: 2px 5px;
  margin-right: 8px; }

.p-timing__footer {
  font-size: 24px;
  text-align: center; }

.p-timing__note {
  margin-bottom: 15px; }

.p-timing__disclaimer {
  font-size: 14px;
  color: #888; }

@media (max-width: 767px) {
  .p-timing {
    padding-bottom: 36px; }

  .p-timing__timeline {
    overflow-x: scroll;
    flex-direction: column;
    align-items: center; }

  .p-timing__timeline::before {
    display: none; }

  .p-timing__timeline {
    display: block;
    position: relative;
    overflow-x: auto;
    /* 横スクロールを有効にする */
    white-space: nowrap;
    /* 改行を防ぐ */
    -webkit-overflow-scrolling: touch;
    /* iOSでのスムーズスクロール */
    padding: 20px 0;
    /* 上下にパディングを追加 */
    margin-bottom: 2px; }

  .p-timing__timeline-content {
    display: inline-block;
    /* インラインブロック要素にする */
    min-width: 100%;
    /* 最小幅を100%に設定 */ }

  .p-timing__timeline-content img {
    max-width: none;
    /* 画像の最大幅制限を解除 */
    height: 140px;
    /* 高さを自動調整 */ }

  /* スクロールバーのスタイリング（オプション） */
  .p-timing__timeline::-webkit-scrollbar {
    height: 8px; }

  .p-timing__timeline::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px; }

  .p-timing__timeline::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1); }

  .p-timing__timeline-item {
    width: 100%;
    margin: 0 0 30px 0; }

  .p-timing__timeline-item::before {
    top: -10px; }

  .p-timing__title {
    font-size: 24px; }

  .p-timing__text {
    font-size: 15px; }

  .p-timing__timeline-year {
    font-size: 20px; }

  .p-timing__timeline-unit {
    font-size: 13px; }

  .p-timing__timeline-description,
  .p-timing__timeline-recommendation {
    font-size: 14px; }

  .p-timing__disclaimer {
    font-size: 12px; }

  .p-timing__footer {
    font-size: 16px; }

  .p-goodtimes__marker {
    background-color: #F7EE01; } }
.p-column {
  padding: 0 0 100px;
  background-color: #fff; }

.p-column__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px; }

.p-column__header {
  margin-bottom: 30px; }

.p-column__title {
  font-size: 24px;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 15px; }

.p-column__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #009B73; }

.p-column__content {
  display: flex;
  gap: 32px;
  background-color: #fff;
  border-radius: 8px;
  /* padding: 30px; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */ }

.p-column__image {
  flex: none; }

.p-column__image img {
  border-radius: 8px;
  overflow: hidden; }

.p-column__text {
  font-size: 18px;
  line-height: 1.8; }

@media (max-width: 767px) {
  .p-column {
    padding: 40px 0; }

  .p-column__title {
    font-size: 22px; }

  .p-column__content {
    padding: 25px; } }
@media (max-width: 767px) {
  .p-column {
    padding: 30px 0 44px; }

  .p-column__title {
    font-size: 20px; }

  .p-column__content {
    display: block;
    padding: 0; }

  .p-column__image {
    text-align: center; }

  .p-column__text {
    margin-top: 16px;
    font-size: 16px; } }
.p-intro {
  padding: 90px 0 100px;
  background-color: #E6F5F1; }

.p-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.p-intro__title {
  text-align: center;
  margin-bottom: 40px; }

.p-intro__logo {
  max-width: 525px;
  height: auto; }

.p-intro__content {
  max-width: 880px;
  margin-inline: auto; }

.p-intro__text {
  font-size: 18px;
  line-height: 1.8; }

@media (max-width: 767px) {
  .p-intro {
    padding: 48px 0; }

  .p-intro__logo {
    max-width: 335px; }

  .p-intro__title {
    margin-bottom: 15px; }

  .p-intro__content {
    padding: 30px 0; }

  .p-intro__text {
    font-size: 16px; } }
.p-features {
  padding: 100px 0;
  background-color: #fff; }

.p-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.p-features__header {
  text-align: center;
  margin-bottom: 50px; }

.p-features__title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 1.4; }

.p-features__title-logo {
  max-width: 525px;
  margin-right: 8px;
  vertical-align: text-bottom; }
  @media print, screen and (min-width: 768px) {
    .p-features__title-logo {
      display: inline-flex; } }
  .p-features__title-logo--01 {
    margin-right: 15px; }

.p-features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin: 0 auto; }

.p-features__content {
  padding: 24px; }

.p-features__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, 0.1);
  border-top: 3px solid #009B73;
  border-radius: 8px; }

.p-features__item:last-child {
  background-color: #E6F5F1; }

.p-features__item-image {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px; }

.p-features__item-image img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.p-features__item:nth-child(odd) {
  direction: rtl; }

.p-features__item:nth-child(odd) > * {
  direction: ltr; }

.p-features__point {
  position: relative;
  display: inline-block;
  color: #009B73;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  padding: 5px 10px 5px 16px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0; }

.p-features__point::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #009B73;
  width: 8px;
  height: 1px;
  margin: auto; }

.p-features__item-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px; }
  .p-features__item-title strong {
    color: #009B73; }

.p-features__item-description {
  font-size: 14px;
  line-height: 1.6; }

@media (max-width: 767px) {
  .p-features {
    padding: 38px 0 50px; }

  .p-features__header {
    margin-bottom: 27px; }

  .p-features__title {
    font-size: 24px;
    line-height: 1.55; }

  .p-features__title-logo--01 {
    margin-bottom: 10px;
    margin-right: 0; }

  .p-features__list {
    display: flex;
    flex-wrap: wrap; }

  .p-features__item {
    padding: 20px;
    flex-basis: 100%;
    grid-template-columns: 1fr; }

  .p-features__item:nth-child(even) {
    direction: ltr; }

  .p-features__content {
    padding: 0; }

  .p-features__item-title {
    font-size: 20px; }

  .p-features__item-image {
    order: -1; } }
.p-cleaners {
  background-color: #E6F5F1;
  padding: 100px 0; }

.p-cleaners__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.p-cleaners__header {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 40px; }

.p-cleaners .p-goodtimes__title {
  margin-bottom: 64px; }

.p-cleaners__title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 32px; }

.p-cleaners__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #009B73; }

.p-cleaners__title--sub {
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  line-height: 2; }

.p-cleaners__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px; }

.p-cleaners__item {
  flex-basis: calc(33.333% - 20px);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, 0.1); }

.p-cleaners__logo {
  display: flex;
  align-items: center;
  width: 45%; }

.p-cleaners__image {
  width: 100%;
  height: auto;
  display: block; }

.p-cleaners__text {
  width: 50%;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 32px; }

@media (max-width: 767px) {
  .p-cleaners {
    padding: 33px 0 40px; }

  .p-cleaners__title {
    font-size: 24px; }

  .p-cleaners__text {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px; }

  .p-cleaners__content {
    gap: 20px; }

  .p-cleaners__item {
    flex-basis: 100%; }

  .p-cleaners__header {
    display: flex;
    flex-wrap: wrap; }

  .p-cleaners__title--sub {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 32px; }

  .p-cleaners__logo {
    width: 80%; } }
.p-cases {
  padding: 100px 0;
  background-color: #fff; }

.p-cases__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.p-cases__header {
  text-align: center;
  margin-bottom: 50px; }

.p-cases__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333; }

.p-cases__subtitle {
  color: #666; }

.p-cases__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 840px;
  margin-inline: auto; }

.p-cases__item {
  /* flex-basis: calc(50% - 20px); */
  flex-basis: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, 0.1);
  overflow: hidden;
  /* transition: transform 0.3s ease; */ }

/* 
.p-cases__item:hover {
  transform: translateY(-5px);
} */
.p-cases__info {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  background-color: #009B73;
  color: #fff; }

.p-cases__info-term {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 16px; }

.p-cases__info-description {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  font-size: 18px; }

.p-cases__info-description::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/images/icon_house.svg");
  width: 24px;
  height: 24px;
  margin-right: 4px; }

.p-cases__before,
.p-cases__after {
  padding: 20px; }

.p-cases__label {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; }

.p-cases__images {
  display: flex;
  padding: 24px; }

.p-cases__image {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden; }

.p-cases__img {
  width: 100%;
  height: auto;
  display: block; }

@media (max-width: 767px) {
  .p-cases__item {
    width: 100%; } }
@media (max-width: 767px) {
  .p-cases {
    padding: 40px 0; }

  .p-cases__title {
    font-size: 28px; }

  .p-cases__header {
    margin-bottom: 16px; }

  .p-cases__info-term {
    font-size: 20px; }

  .p-cases__info-description {
    font-size: 14px; } }
@media (max-width: 767px) {
  .p-cases__title {
    font-size: 24px; }

  .p-cases__info {
    padding: 8px 16px; }

  .p-cases__info-term {
    font-size: 18px;
    padding-left: 0; }

  .p-cases__info-description::before {
    width: 16px;
    height: 16px; }

  .p-cases__images {
    padding: 0; } }
.p-flow {
  padding: 60px 0;
  background-color: #f9f9f9; }

.p-flow__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.p-flow__header {
  text-align: center;
  margin-bottom: 50px; }

.p-flow__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333; }

.p-flow__subtitle {
  color: #666; }

.p-flow__content {
  counter-reset: flow-section;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px; }

.p-flow__item {
  flex-basis: calc(33.333% - 20px);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, 0.1);
  border-radius: 8px;
  transition: transform 0.3s ease;
  position: relative; }

@media print, screen and (min-width: 768px) {
  .p-flow__item:not(:last-child)::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #009B73;
    transition: transform 0.3s ease; } }
.p-flow__item-title {
  display: flex;
  align-items: center;
  color: #009B73;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  padding: 15px;
  font-size: 20px;
  text-align: left; }

.p-flow__item-title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #009B73;
  color: #fff;
  counter-increment: flow-section;
  content: counter(flow-section);
  width: 24px;
  height: 24px;
  font-size: 16px;
  margin-right: 8px; }

.p-flow__item-image {
  padding: 0 20px 20px;
  text-align: center; }

.p-flow__item-img {
  max-width: 100%;
  height: auto; }

.p-flow__item-description {
  padding: 0 20px 20px; }

.p-flow__item-description p {
  font-size: 14px;
  line-height: 1.6;
  color: #333; }

.p-flow__note_bold {
  margin-top: 28px;
  font-weight: bold;
  font-size: 16px;
  color: #666; }

.p-flow__note {
  font-size: 14px;
  color: #666; }

@media (max-width: 767px) {
  .p-flow__item {
    flex-basis: calc(50% - 15px); }

  .p-flow__item:nth-child(2n)::after {
    display: none; } }
@media (max-width: 767px) {
  .p-flow {
    padding: 40px 0; }

  .p-flow__title {
    font-size: 28px; }

  .p-flow__content {
    flex-direction: column;
    gap: 20px; }

  .p-flow__item {
    flex-basis: 100%; } }
@media (max-width: 767px) {
  .p-flow__title {
    font-size: 24px; }

  .p-flow__item-description p {
    font-size: 14px; } }
.p-goodtimes__faq {
  background-color: #E6F5F1; }
  @media screen and (max-width: 767px) {
    .p-goodtimes__faq .p-goodtimes__inner {
      padding: 46px 15px 36px; } }
  @media screen and (max-width: 767px) {
    .p-goodtimes__faq .p-goodtimes__title--sub {
      font-size: 15px;
      margin-bottom: 25px; } }

.p-goodtimes__faq__list {
  margin-top: 38px; }
  @media screen and (max-width: 767px) {
    .p-goodtimes__faq__list {
      margin-top: 25px; } }

.p-goodtimes__faq__item {
  margin-bottom: 16px; }
  @media screen and (max-width: 767px) {
    .p-goodtimes__faq__item {
      margin-bottom: 12px; } }

.p-goodtimes__faq__head {
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #009B73;
  padding: 20px 70px 20px 0;
  min-height: 85px;
  color: #009B73;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 2px 4px rgba(185, 141, 74, 0.1); }
  @media screen and (max-width: 767px) {
    .p-goodtimes__faq__head {
      border-width: 2px;
      border-radius: 0;
      padding: 18px 60px 18px 0;
      min-height: 80px; } }

.p-goodtimes__faq__head .p-goodtimes__faq__txt {
  padding-left: 58px;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .p-goodtimes__faq__head .p-goodtimes__faq__txt {
      padding-left: 61px;
      font-size: 15px;
      line-height: 1.44; } }

.p-goodtimes__faq__head .p-goodtimes__faq__txt::before {
  position: absolute;
  top: 26px;
  left: 15px;
  content: "Q";
  border-radius: 30px;
  padding-bottom: 1px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #009B73;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-goodtimes__faq__head .p-goodtimes__faq__txt::before {
      top: 19px;
      left: 13px;
      width: 40px;
      height: 40px;
      font-size: 22px; } }

.p-goodtimes__faq__head .arrow {
  width: 35px;
  height: 35px;
  border: 2px solid #009B73;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .p-goodtimes__faq__head .arrow {
      right: 15px; } }
  .p-goodtimes__faq__head .arrow::before, .p-goodtimes__faq__head .arrow::after {
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #009B73; }
  .p-goodtimes__faq__head .arrow::before {
    transition: transform 0.3s;
    transform: translate(-50%, -50%) rotate(90deg); }

.p-goodtimes__faq__head.is-open .arrow::before {
  transform: translate(-50%, -50%); }

.p-goodtimes__faq__body {
  position: relative;
  display: none; }

.p-goodtimes__faq__body .p-goodtimes__faq__txt {
  padding: 20px 20px 20px 58px;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .p-goodtimes__faq__body .p-goodtimes__faq__txt {
      padding-left: 61px; } }

.p-goodtimes__faq__body.is-open {
  padding: 20px;
  height: auto;
  opacity: 1; }

.p-goodtimes__faq__body::before {
  position: absolute;
  top: 18px;
  left: 15px;
  content: "A";
  border-radius: 30px;
  padding-bottom: 1px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF140;
  color: #009B73;
  font-size: 18px;
  font-weight: 700;
  text-align: center; }

.p-goodtimes__faq__body p {
  padding-left: 38px; }

.p-service-menu {
  background-color: #E6F5F1;
  padding: 0; }

.p-service-menu__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding-top: 34px; }

.p-service-menu__item {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, 0.1); }

.p-service-menu__item--recommend {
  box-sizing: border-box;
  border: solid 3px #009B73; }

.p-service-menu__item--recommend::before {
  position: absolute;
  top: -18px;
  left: -8px;
  content: "オススメ!!";
  background-color: #e74c3c;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 5px 8px; }

.p-service-menu__item--recommend::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #e74c3c;
  border-bottom: 0; }

.p-service-menu__item-info {
  padding: 20px 20px 16px; }

.p-service-menu__item-price--normal {
  display: inline-flex;
  font-size: 12px;
  color: #888;
  margin-bottom: 8px; }

.p-service-menu__item-price--normal--number {
  text-decoration: line-through; }

.p-service-menu__item-price--normal--title {
  margin-right: 4px; }

.p-service-menu__item-price-number--highlight {
  display: inline;
  background: linear-gradient(transparent 70%, #f7ee00 70%); }

.p-service-menu__item-price--normal--content {
  margin: 0; }

.p-service-menu__item-title {
  border-bottom: solid 1px #B4B4B5;
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  color: #333; }

.p-service-menu__item-price {
  display: flex;
  align-items: baseline; }

.p-service-menu__item-price-discount {
  display: inline-block;
  background-color: #e74c3c;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  margin-bottom: 16px; }

.p-service-menu__item-price-number {
  line-height: 1;
  font-size: 42px;
  font-weight: bold;
  color: #e74c3c; }

.p-service-menu__item-price-unit {
  font-size: 14px;
  color: #666;
  margin-left: 5px; }

.p-service-menu__item-image {
  height: 224px; }

.p-service-menu__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.p-service-menu__pack {
  grid-column: 1 / -1;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, 0.1); }

.p-service-menu__pack-title {
  display: inline-block;
  font-size: 24px;
  background-color: #009B73;
  border-radius: 48px;
  color: #fff;
  font-weight: 700;
  padding: 8px 24px;
  margin-bottom: 15px; }

.p-service-menu__pack-description {
  background-color: #E6F5F1;
  border-radius: 8px;
  padding: 16px 16px 18px;
  margin: 60px 0 0 0; }

.p-service-menu__pack-description--title {
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px; }

.p-service-menu__pack-description--item {
  position: relative;
  position: relative;
  font-size: 14px;
  margin-left: 1.2rem; }

.p-service-menu__pack-description--item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #009B73;
  margin: auto; }

.p-service-menu__pack-description--unit {
  font-size: 12px; }

.p-service-menu__pack-prices {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.p-service-menu__pack-price-item {
  text-align: center; }

.p-service-menu__pack-price-label {
  color: #666;
  margin-bottom: 5px; }

.p-service-menu__pack-price-value {
  font-size: 24px;
  font-weight: bold;
  color: #333; }

.p-service-menu__pack-price-value--discounted {
  color: #e74c3c; }

.p-service-menu__pack-note {
  font-size: 14px;
  color: #999; }

@media (max-width: 767px) {
  .p-service-menu {
    padding: 0; }

  .p-service-menu__title {
    font-size: 28px; }

  .p-service-menu__content {
    grid-template-columns: 1fr; }

  .p-service-menu__pack-prices {
    flex-direction: column;
    align-items: center; }

  .p-service-menu__pack-price-item:not(:last-child) {
    margin-bottom: 15px; }

  .p-service-menu__title {
    font-size: 24px; }

  .p-service-menu__item-title {
    font-size: 20px; }

  .p-service-menu__item-price-number {
    font-size: 24px; }

  .p-service-menu__item-price--normal {
    width: 100%; }

  .p-service-menu__pack-title {
    font-size: 24px; }

  .p-service-menu__pack-price-value {
    font-size: 20px; }

  .p-service-menu__pack-description--title {
    font-size: 16px; } }
#animated-text-1,
#animated-text-2 {
  display: inline-block; }

#animated-text-1 span,
#animated-text-2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px) scale(0.5);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.js-animate-on-scroll {
  opacity: 0;
  transition: opacity 0.5s ease; }

.js-animate-on-scroll.is-visible {
  opacity: 1; }

.p-contact__wrap {
  max-width: 980px;
  margin: 0 auto; }
.p-contact__block {
  padding: 97px 15px 100px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .p-contact__block {
      padding-top: 48px;
      padding-bottom: 64px; } }
.p-contact__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25em;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-contact__catch {
      font-size: 21px;
      line-height: 1.380952381;
      gap: 0; } }
.p-contact__ttl {
  margin-top: 96px;
  padding-bottom: 21px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-contact__ttl {
      margin-top: 34px;
      padding-bottom: 11px; } }
  .p-contact__ttl::after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #009B73; }
.p-contact__txt {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 500;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-contact__txt {
      margin-top: 14px; } }
.p-contact__form {
  max-width: 760px;
  margin: 34px auto 0; }
  @media screen and (max-width: 767px) {
    .p-contact__form {
      margin-top: 14px; } }
.p-contact__table {
  width: 100%;
  box-shadow: 0 2px 4px rgba(185, 141, 74, 0.1); }
  .p-contact__table th {
    width: 30%;
    border-bottom: 1px solid #fff;
    padding: 16px 50px 16px 16px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    vertical-align: middle;
    background-color: #E6F5F1; }
    @media screen and (max-width: 767px) {
      .p-contact__table th {
        width: 100%;
        display: block;
        padding: 10px 55px 10px 16px; } }
    .p-contact__table th span {
      border-radius: 3px;
      padding: 2px 5px 3px;
      margin-left: auto;
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%);
      color: #fff;
      font-size: 12px; }
      @media screen and (max-width: 767px) {
        .p-contact__table th span {
          padding: 2px 6px 3px;
          right: 18px; } }
    .p-contact__table th .required {
      background-color: #E74C3C; }
    .p-contact__table th .optional {
      background-color: #0098D8; }
  .p-contact__table td {
    border: 1px solid #F2F2F2; }
    @media screen and (max-width: 767px) {
      .p-contact__table td {
        display: block; } }
    .p-contact__table td .inner {
      padding: 15px 15px 12px; }
      @media screen and (max-width: 767px) {
        .p-contact__table td .inner {
          padding-bottom: 14px; } }
    .p-contact__table td input, .p-contact__table td select, .p-contact__table td textarea {
      padding: 0 9px;
      background-color: #F2F2F2; }
    .p-contact__table td input, .p-contact__table td textarea {
      width: 100%;
      border-radius: 4px;
      font-size: 14px; }
    .p-contact__table td input {
      height: 43px; }
    .p-contact__table td select {
      min-width: 139px;
      height: 27px;
      color: #000;
      font-size: 13.3px; }
    .p-contact__table td textarea {
      padding: 9px;
      resize: vertical; }
      @media screen and (max-width: 767px) {
        .p-contact__table td textarea {
          height: 241px; } }
    .p-contact__table td .example {
      margin-top: 11px;
      color: #888;
      font-size: 14px;
      line-height: 1.6;
      font-weight: 500;
      letter-spacing: 0; }
      @media screen and (max-width: 767px) {
        .p-contact__table td .example {
          margin-top: 7px; } }
    .p-contact__table td .error {
      margin-top: 11px;
      color: #f00;
      font-size: 14px;
      line-height: 1.6;
      font-weight: 500;
      letter-spacing: 0; }
.p-contact__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center; }
.p-contact__submit {
  width: 90%;
  max-width: 340px;
  height: 56px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-contact__submit {
      max-width: 220px; } }
  .p-contact__submit::before, .p-contact__submit::after {
    pointer-events: none;
    z-index: 1;
    content: "";
    position: absolute;
    top: 50%; }
  .p-contact__submit::before {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #fff;
    right: 16px;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .p-contact__submit::before {
        right: 48px; } }
  .p-contact__submit::after {
    width: 7px;
    height: 7px;
    border-top: solid 1px #eb6120;
    border-right: solid 1px #eb6120;
    transform: translateY(-50%) rotate(45deg);
    right: 23px; }
    @media screen and (max-width: 767px) {
      .p-contact__submit::after {
        right: 55px; } }
  .p-contact__submit input {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #E74C3C; }
    @media print, screen and (min-width: 768px) {
      .p-contact__submit input {
        cursor: pointer;
        transition: opacity 0.3s; }
        .p-contact__submit input:hover {
          opacity: 0.7; } }
    @media screen and (max-width: 767px) {
      .p-contact__submit input {
        padding-right: 35px; } }
