@charset "UTF-8";

@keyframes fadeIn {
    0% {
       opacity: 0;
    }
    100% {
       opacity: 1;
    }
  }

/* ========================================
   @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
  #cleaning2 main {
    background: #f2f2f2;
    padding-bottom: 120px;
  }

  .p-main__ttl .en.cleaning2 img {
    width: 20vw;
  }

  .p-mv {
    background: url(../images/cleaning2/mv_bg.jpg) no-repeat top 0px center /
      cover;
    margin-inline: auto;
    max-width: 1920px;
    width: 100%;
  }

  .p-mv .l-inner.l-mv {
    margin-inline: auto;
    padding-block: 199px 113px;
    width: min(95%, 969px);
  }

  .p-mv .p-mv__ttl {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.44;
    margin-bottom: 49px;
  }

  .p-mv .p-mv__txt {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2;
  }

  .p-okomari {
    margin-bottom: 181px;
  }

  .p-okomari .l-inner.l-okomari {
    width: 100%;
  }

  .p-okomari .p-okomairi__con-top {
    background: #21242b;
    padding-block: 65px 100px;
    position: relative;
  }

  .p-okomari .p-okomairi__con-top::after {
    background: url(../images/cleaning2/okomari_triangle.svg) no-repeat center
      center/contain;
    bottom: -45px;
    content: "";
    height: 45px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 156px;
  }

  .p-okomari .p-okomari__ttl {
    color: #2ca6e0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 54px;
    text-align: center;
  }

  .p-okomari .p-okomari__items {
    display: grid;
    gap: 0 37px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-inline: auto;
    width: min(95%, 998px);
  }

  .p-okomari .p-okomari__item {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: grid;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-block: 82px 82px;
    place-items: center;
    text-align: center;
  }

  .p-okomari .p-okomari__con-bottom {
    background: url(../images/cleaning2/okomari_bg.jpg) no-repeat top
      center/cover;
    margin-inline: auto;
    max-width: 1920px;
    padding-block: 140px 110px;
    text-align: center;
    width: 100%;
  }

  .p-okomari .p-okomari__con-bottom-txt {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 32px;
  }

  .p-okomari .p-okomari__con-bottom-txt2 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5555555556;
    margin-bottom: -74px;
  }

  .p-okomari .p-okomari__con-bottom-img {
    margin-inline: auto;
    padding-inline: 0 40px;
    text-align: right;
    width: min(95%, 800px);
  }

  .p-okomari .p-okomari__con-bottom-img img {
    height: auto;
    width: 131px;
  }

  .p-okomari .p-okomari__con-bottom-label {
    background: #2ca6e0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 60px;
    margin-inline: auto;
    padding-block: 14px;
    width: min(95%, 800px);
  }

  .p-okomari .p-okomari__con-bottom-btn a {
    background: #21242b;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-inline: auto;
    padding-block: 42px;
    position: relative;
    text-align: center;
    width: min(95%, 800px);
  }

  .p-okomari .p-okomari__con-bottom-btn a::after {
    background: url(../images/cleaning2/btn_arrow.svg) no-repeat center
      center/contain;
    content: "";
    height: 7px;
    position: absolute;
    right: 71px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
  }

  .p-cleaning {
    margin-bottom: 151px;
  }

  .p-cleaning .c-cleaning__ttl {
    margin-bottom: 33px;
    text-align: center;
  }

  .p-cleaning .p-cleaning__box {
    background: #ffffff;
    margin-bottom: 150px;
    margin-inline: auto;
    padding-block: 90px 77px;
    width: min(95%, 1280px);
  }

  .p-cleaning .p-cleaning__faq {
    margin-bottom: 65px;
  }

  .p-cleaning .p-cleaning__faq-qa {
    align-items: center;
    display: flex;
    gap: 0 20px;
    justify-content: center;
    margin-bottom: 15px;
  }

  .p-cleaning .p-cleaning__faq-qa span img {
    height: auto;
    width: 48px;
  }

  .p-cleaning .p-cleaning__faq-qa p {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5769230769;
  }

  .p-cleaning .p-cleaning__faq-line {
    margin-bottom: 36px;
    text-align: center;
  }

  .p-cleaning .p-cleaning__faq-an {
    align-items: center;
    display: flex;
    gap: 0 20px;
    justify-content: center;
  }

  .p-cleaning .p-cleaning__faq-an span img {
    height: auto;
    width: 48px;
  }

  .p-cleaning .p-cleaning__faq-an p {
    color: #2ca6e0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 0.8;
  }

  .p-cleaning .p-cleaning__what {
    margin-bottom: 81px;
  }

  .p-cleaning .p-cleaning__what .en {
    color: #2ca6e0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-bottom: 16px;
    text-align: center;
  }

  .p-cleaning .p-cleaning__what .txt p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6;
    margin-bottom: 24px;
    text-align: center;
  }

  .p-cleaning .p-cleaning__what .txt p.bottom {
    margin-bottom: 0;
  }

  .p-cleaning .p-cleaning__items {
    display: grid;
    gap: 0 37px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-inline: auto;
    width: min(95%, 998px);
  }

  .p-cleaning .p-cleaning__item {
    border: 1px solid #2ca6e0;
    border-radius: 50%;
    color: #2ca6e0;
    display: grid;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-block: 81px 81px;
    place-items: center;
    text-align: center;
  }

  .p-cleaning .p-cleaning__con02 {
    margin-inline: auto;
    width: min(95%, 1180px);
  }

  .p-cleaning .p-cleaning__con02-ttl {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 20px;
    text-align: center;
  }

  .p-cleaning .p-cleaning__con02-items {
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 58px;
  }

  .p-cleaning .p-cleaning__con02-item {
    background: #ffffff;
    padding-block: 30px 40px;
    padding-inline: 25px;
    text-align: center;
  }

  .p-cleaning .p-cleaning__con02-item h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.5625;
    margin-bottom: 11px;
  }

  .p-cleaning .p-cleaning__con02-item .img img {
    height: auto;
    width: 100%;
  }

  .p-cleaning .p-cleaning__con02-before-after {
    display: grid;
    gap: 0 123px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    margin-inline: auto;
    width: min(95%, 994px);
  }

  .p-cleaning .p-cleaning__con02-before-after-item:nth-child(1) {
    position: relative;
  }

  .p-cleaning .p-cleaning__con02-before-after-item:nth-child(1)::after {
    background: url(../images/cleaning2/cleaning_arrow.svg) no-repeat center
      center/contain;
    content: "";
    height: 76px;
    position: absolute;
    right: -83px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
  }

  .p-cleaning .p-cleaning__con02-before-after-item img {
    height: auto;
    width: 100%;
  }

  .p-reason {
    margin-bottom: 177px;
  }

  .p-reason .l-inner.l-reason {
    margin-inline: auto;
    width: min(95%, 1100px);
  }

  .p-reason .c-sec__en {
    margin-bottom: 35px;
    text-align: center;
  }

  .p-reason .c-sec__ttl {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 78px;
    text-align: center;
  }

  .p-reason .p-reason__items {
    display: grid;
    gap: 60px 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: min(95%, 1020px);
    margin-inline: auto;
  }

  .p-reason .p-reason__item {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-reason .p-reason__item-left {
    padding-inline: 0 75px;
  }

  .p-reason .p-reason__item-left .num {
    margin-bottom: 8px;
  }

  .p-reason .p-reason__item-left h3 {
    color: #2ca6e0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.1428571429;
    margin-bottom: 30px;
  }

  .p-reason .p-reason__item-left h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.7777777778;
    margin-bottom: 20px;
  }

  .p-reason .p-reason__item-left p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6;
  }

  .p-reason .p-reason__item-right img {
    height: auto;
    width: 100%;
  }

  .p-flow {
    margin-bottom: 150px;
  }

  .p-flow .l-inner.l-flow {
    margin-inline: auto;
    width: min(95%, 1100px);
  }

  .p-flow .c-sec__en {
    margin-bottom: 21px;
    text-align: center;
  }

  .p-flow .c-sec__ttl {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
  }

  .p-flow .p-flow__items {
    background: #ffffff;
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding-block: 59px 64px;
    padding-inline: 26px;
  }

  .p-flow .p-flow__item:last-child .img {
    position: static;
  }

  .p-flow .p-flow__item:last-child .img::after {
    content: none;
  }

  .p-flow .p-flow__item h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-bottom: 33px;
    text-align: center;
  }

  .p-flow .p-flow__item .img {
    position: relative;
    text-align: center;
  }

  .p-flow .p-flow__item .img::after {
    background: url(../images/cleaning2/flow_arrow.svg) no-repeat center
      center/contain;
    content: "";
    height: 7px;
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }

  .p-contact {
    background: url(../images/cleaning2/okomari_bg.jpg) no-repeat top
      center/cover;
    margin-bottom: 92px;
    margin-inline: auto;
    max-width: 1920px;
    width: 100%;
  }

  .p-contact .l-inner.l-contact {
    padding-block: 107px 126px;
  }

  .p-contact .c-sec__ttl {
    margin-bottom: -47px;
    text-align: center;
  }

  .p-contact .p-contact__img {
    margin-inline: auto;
    padding-inline: 0 40px;
    text-align: right;
    width: min(95%, 800px);
  }

  .p-contact .p-contact__img img {
    height: auto;
    width: 109px;
  }

  .p-contact .p-contact__btn a {
    background: #21242b;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-inline: auto;
    padding-block: 39px;
    position: relative;
    text-align: center;
    width: min(95%, 800px);
  }

  .p-contact .p-contact__btn a::after {
    background: url(../images/cleaning2/btn_arrow.svg) no-repeat center
      center/contain;
    content: "";
    height: 7px;
    position: absolute;
    right: 71px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
  }

  .p-faq {
    margin-bottom: 152px;
  }

  .p-faq .l-inner.l-faq {
    margin-inline: auto;
    width: min(95%, 1100px);
  }

  .p-faq .c-sec__en {
    margin-bottom: 15px;
    text-align: center;
  }

  .p-faq .c-sec__ttl {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.05;
    margin-bottom: 35px;
    text-align: center;
  }

  .p-faq .c-sec__ttl img {
    height: auto;
    width: 110px;
  }

  .p-faq .p-faq__box {
    display: grid;
    gap: 50px 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .p-faq summary {
    display: block;
    position: relative;
  }

  .p-faq summary::after {
    background: #0f0f0f;
    border-radius: 50%;
    content: "";
    height: 38px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
  }

  .p-faq summary::-webkit-details-marker {
    display: none;
  }

  .p-faq .p-faq__qu {
    background: #e2e0e0;
    display: block;
    padding-block: 28px 28px;
    position: relative;
  }

  .p-faq .p-faq__qu::before,
  .p-faq .p-faq__qu::after {
    background: #fff;
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    border-radius: 5px;
    z-index: 1;
  }

  .p-faq .p-faq__qu::before {
    height: 1px;
    right: 50px;
    width: 17px;
  }

  .p-faq .p-faq__qu::after {
    height: 17px;
    right: 58px;
    transition: rotate 0.3s ease;
    width: 1px;
  }

  .p-faq details[open] .p-faq__qu::after {
    rotate: 90deg;
  }

  .p-faq .p-faq__item[open] .p-faq__an {
    animation: fadeIn 1s ease;
  }

  .p-faq .p-faq__qu-txt {
    display: block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5769230769;
    padding-inline: 163px 0;
  }

  .p-faq .p-faq__qu-txt::before {
    background: url(../images/cleaning2/q.svg) no-repeat center center/contain;
    content: "";
    height: 52px;
    left: 95px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 48px;
  }

  .p-faq .p-faq__an {
    background: #ffffff;
    display: block;
    padding-block: 28px;
  }

  .p-faq .p-faq__an-txt {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6;
    padding-inline: 163px 97px;
    position: relative;
  }

  .p-faq .p-faq__an-txt::before {
    background: url(../images/cleaning2/a.svg) no-repeat center center/contain;
    content: "";
    height: 52px;
    left: 95px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
  }

  .p-bottom {
    margin-bottom: 170px;
  }

  .p-bottom .l-inner.l-bottom {
    width: 100%;
  }

  .p-bottom .c-sec__ttl {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3666666667;
    margin-bottom: 50px;
    text-align: center;
  }

  .p-bottom .c-sec__ttl span {
    color: #2ca6e0;
  }

  .p-bottom .p-bottom__img {
    text-align: center;
  }

  .p-bottom .p-bottom__img img {
    height: auto;
    width: 100%;
  }
}

/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
  #cleaning2 main {
    background: #f2f2f2;
    padding-bottom: 17vw;
  }

  .p-main__ttl .en.cleaning2 img {
    width: 49vw;
  }

  .p-mv {
    background: url(../images/cleaning2/mv_bg_sp.jpg) no-repeat top center/cover;
    width: 100%;
  }

  .p-mv .l-inner.l-mv {
    margin-inline: auto;
    padding-block: 48.169vw 13.179vw;
  }

  .p-mv .p-mv__ttl {
    color: #ffffff;
    font-size: 5.797vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.1666666667;
    margin-bottom: 4.831vw;
    width: min(95%, 79.3vw);
    margin-inline: auto;
  }

  .p-mv .p-mv__txt {
    color: #ffffff;
    font-size: 4.348vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6666666667;
    margin-inline: auto;
    width: min(95%, 83.3333333333vw);
  }

  .p-okomari {
    margin-bottom: 13.459vw;
  }

  .p-okomari .l-inner.l-okomari {
    width: 100%;
  }

  .p-okomari .p-okomairi__con-top {
    background: #21242b;
    padding-block: 8.903vw 14.459vw;
    position: relative;
  }

  .p-okomari .p-okomairi__con-top::after {
    background: url(../images/cleaning2/okomari_triangle.svg) no-repeat center
      center/contain;
    bottom: -5.87vw;
    content: "";
    height: 10.87vw;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 37.681vw;
  }

  .p-okomari .p-okomari__ttl {
    color: #2ca6e0;
    font-size: 4.831vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 3.831vw;
    text-align: center;
  }

  .p-okomari .p-okomari__items {
    display: grid;
    gap: 4.831vw 6.039vw;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
    width: min(95%, 78.5024154589vw);
  }

  .p-okomari .p-okomari__item {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: grid;
    font-size: 3.382vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3571428571;
    padding-block: 13.527vw 13.527vw;
    place-items: center;
    text-align: center;
  }

  .p-okomari .p-okomari__con-bottom {
    background: url(../images/cleaning2/okomari_bg_sp.jpg) no-repeat top
      center/cover;
    margin-inline: auto;
    padding-block: 17.184vw 14.493vw;
    text-align: center;
    width: 100%;
  }

  .p-okomari .p-okomari__con-bottom-txt {
    font-size: 4.831vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 0.8;
    margin-bottom: 6.556vw;
  }

  .p-okomari .p-okomari__con-bottom-txt2 {
    font-size: 3.865vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.875;
    margin-bottom: 0;
    margin-inline: auto;
    text-align: left;
    width: min(95%, 83.5748792271vw);
  }

  .p-okomari .p-okomari__con-bottom-img {
    margin-bottom: -0.932vw;
    margin-inline: auto;
    padding-inline: 0;
    text-align: right;
    width: min(95%, 75.048309vw);
  }

  .p-okomari .p-okomari__con-bottom-img img {
    height: auto;
    width: 18.357vw;
  }

  .p-okomari .p-okomari__con-bottom-label {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-color: #2ca6e0;
    display: inline;
    font-size: 4.831vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.8;
    padding-block: 1.691vw;
    padding-inline: 2.415vw;
    color: #fff;
  }

  .p-okomari .p-okomari__con-bottom-btn {
    margin-block: 11.459vw 0;
  }

  .p-okomari .p-okomari__con-bottom-btn a {
    background: #21242b;
    border-radius: 12.077vw;
    color: #ffffff;
    display: block;
    font-size: 4.348vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.3333333333;
    margin-inline: auto;
    padding-block: 9.42vw;
    padding-inline: 8.696vw;
    position: relative;
    text-align: left;
    width: min(95%, 91.7vw);
  }

  .p-okomari .p-okomari__con-bottom-btn a::after {
    background: url(../images/cleaning2/btn_arrow.svg) no-repeat center
      center/contain;
    content: "";
    height: 2.691vw;
    position: absolute;
    right: 10.15vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4.106vw;
  }

  .p-cleaning {
    margin-bottom: 18.459vw;
  }

  .p-cleaning .c-cleaning__ttl {
    margin-bottom: 5.314vw;
    text-align: center;
  }

  .p-cleaning .c-cleaning__ttl img {
    height: auto;
    width: 59vw;
  }

  .p-cleaning .p-cleaning__box {
    background: #ffffff;
    margin-inline: auto;
    padding-block: 10.628vw 13.285vw;
    width: min(95%, 91.7vw);
    margin-bottom: 19vw;
  }

  .p-cleaning .p-cleaning__faq {
    margin-bottom: 8.729vw;
  }

  .p-cleaning .p-cleaning__faq-qa {
    align-items: center;
    display: flex;
    gap: 0 4.106vw;
    margin-bottom: 2.729vw;
    margin-inline: auto;
    width: min(95%, 83.5748792271vw);
  }

  .p-cleaning .p-cleaning__faq-qa span img {
    height: auto;
    width: 7.729vw;
  }

  .p-cleaning .p-cleaning__faq-qa p {
    font-size: 4.348vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5555555556;
  }

  .p-cleaning .p-cleaning__faq-line {
    margin-bottom: 7.246vw;
    text-align: center;
  }

  .p-cleaning .p-cleaning__faq-an {
    align-items: flex-start;
    display: flex;
    gap: 0 4.106vw;
    margin-inline: auto;
    width: min(95%, 83.5748792271vw);
  }

  .p-cleaning .p-cleaning__faq-an span img {
    height: auto;
    width: 10.729vw;
  }

  .p-cleaning .p-cleaning__faq-an p {
    color: #2ca6e0;
    font-size: 4.831vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }

  .p-cleaning .p-cleaning__what {
    margin-bottom: 8.213vw;
    margin-inline: auto;
    width: min(95%, 83.5748792271vw);
  }

  .p-cleaning .p-cleaning__what .en {
    color: #2ca6e0;
    font-size: 3.865vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-bottom: 4.865vw;
    text-align: left;
  }

  .p-cleaning .p-cleaning__what .txt p {
    font-size: 3.623vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6;
    margin-bottom: 5.797vw;
    text-align: left;
  }

  .p-cleaning .p-cleaning__what .txt p.bottom {
    margin-bottom: 0;
  }

  .p-cleaning .p-cleaning__items {
    display: grid;
    gap: 1.831vw 4.415vw;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
    width: min(95%, 77.2vw);
  }

  .p-cleaning .p-cleaning__item {
    border: 1px solid #2ca6e0;
    border-radius: 50%;
    color: #2ca6e0;
    font-size: 3.382vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
  }

  .p-cleaning .p-cleaning__con02 {
    margin-inline: auto;
    width: min(95%, 91.7vw);
  }

  .p-cleaning .p-cleaning__con02-ttl {
    font-size: 4.831vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 6.831vw;
    text-align: center;
  }

  .p-cleaning .p-cleaning__con02-items {
    display: grid;
    gap: 4.831vw 3.865vw;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 13.213vw;
  }

  .p-cleaning .p-cleaning__con02-item {
    background: #ffffff;
    padding-block: 3.556vw 4.556vw;
    padding-inline: 3.865vw;
    text-align: center;
  }

  .p-cleaning .p-cleaning__con02-item h3 {
    font-size: 3.865vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.5625;
    margin-bottom: 0.865vw;
  }

  .p-cleaning .p-cleaning__con02-item .img img {
    height: auto;
    width: 100%;
  }

  .p-cleaning .p-cleaning__con02-before-after {
    display: grid;
    gap: 15.217vw 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-inline: auto;
    width: min(95%, 77.7777777778vw);
  }

  .p-cleaning .p-cleaning__con02-before-after-item:nth-child(1) {
    position: relative;
  }

  .p-cleaning .p-cleaning__con02-before-after-item:nth-child(1)::after {
    background: url(../images/cleaning2/cleaning_arrow_sp.svg) no-repeat center
      center/contain;
    bottom: -11.971vw;
    content: "";
    height: 7.971vw;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 13.527vw;
  }

  .p-cleaning .p-cleaning__con02-before-after-item img {
    height: auto;
    width: 100%;
  }

  .p-reason {
    margin-bottom: 22.459vw;
  }

  .p-reason .l-inner.l-reason {
    margin-inline: auto;
    width: min(95%, 83.5748792271vw);
  }

  .p-reason .c-sec__en {
    margin-bottom: 4.039vw;
    text-align: center;
  }

  .p-reason .c-sec__en img {
    height: auto;
    width: 18.841vw;
  }

  .p-reason .c-sec__ttl {
    font-size: 4.831vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 4.831vw;
    text-align: center;
  }

  .p-reason .p-reason__items {
    display: grid;
    gap: 14vw 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .p-reason .p-reason__item {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .p-reason .p-reason__item-left {
    display: contents;
    padding-inline: 0;
  }

  .p-reason .p-reason__item-left .num {
    margin-bottom: 0.899vw;
    order: 1;
  }

  .p-reason .p-reason__item-left h3 {
    color: #2ca6e0;
    font-size: 5.314vw;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.4545454545;
    margin-bottom: 4.831vw;
    order: 2;
  }

  .p-reason .p-reason__item-left h4 {
    font-size: 4.348vw;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.7777777778;
    margin-bottom: 3.831vw;
    order: 4;
  }

  .p-reason .p-reason__item-left p {
    font-size: 3.623vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6;
    order: 5;
  }

  .p-reason .p-reason__item-right {
    margin-bottom: 3.831vw;
    order: 3;
  }

  .p-reason .p-reason__item-right img {
    height: auto;
    width: 100%;
  }

  .p-flow {
    margin-bottom: 21.981vw;
  }

  .p-flow .l-inner.l-flow {
    margin-inline: auto;
    width: min(95%, 77.2vw);
  }

  .p-flow .c-sec__en {
    margin-bottom: 4.932vw;
    text-align: center;
  }

  .p-flow .c-sec__en img {
    height: auto;
    width: 35.647vw;
  }

  .p-flow .c-sec__ttl {
    font-size: 4.831vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-bottom: 9.831vw;
    text-align: center;
  }

  .p-flow .p-flow__items {
    display: grid;
    gap: 14.5vw 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    background: #fff;
    padding-block: 15vw;
  }

  .p-flow .p-flow__item {
    position: relative;
  }

  .p-flow .p-flow__item::after {
    background: url(../images/cleaning2/flow_arrow_sp.svg) no-repeat center
      center/contain;
    bottom: -9.338vw;
    content: "";
    height: 3.691vw;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 3.382vw;
  }

  
  .p-flow .p-flow__item:last-child {
    position: static;
  }

  .p-flow .p-flow__item:last-child::after {
    content: none;
  }

  
  .p-flow .p-flow__item h3 {
    font-size: 4.831vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-bottom: 2.971vw;
    text-align: center;
  }

  .p-flow .p-flow__item .img {
    text-align: center;
  }

  .p-contact {
    background: url(../images/cleaning2/okomari_bg_sp.jpg) no-repeat top
      center/cover;
    margin-bottom: 22.981vw;
  }

  .p-contact .l-inner.l-contact {
    padding-block: 14.285vw 11.353vw;
  }

  .p-contact .c-sec__ttl {
    margin-bottom: 4vw;
    text-align: center;
  }

  .p-contact .c-sec__ttl img {
    height: auto;
    width: 59.662vw;
  }

  .p-contact .p-contact__img {
    margin-inline: auto;
    text-align: right;
    width: min(95%, 75.7vw);
  }

  .p-contact .p-contact__img img {
    height: auto;
    width: 18.357vw;
  }

  .p-contact .p-contact__btn a {
    background: #21242b;
    border-radius: 12.077vw;
    color: #ffffff;
    display: block;
    font-size: 4.348vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.3333333333;
    margin-inline: auto;
    padding-block: 6.42vw;
    padding-inline: 8.696vw;
    position: relative;
    text-align: left;
    width: min(95%, 91.7vw);
  }

  .p-contact .p-contact__btn a::after {
    background: url(../images/cleaning2/btn_arrow.svg) no-repeat center
      center/contain;
    content: "";
    height: 1.691vw;
    position: absolute;
    right: 10.145vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4.106vw;
  }

  .p-faq {
    margin-bottom: 17.565vw;
  }

  .p-faq .l-inner.l-faq {
    margin-inline: auto;
    width: min(95%, 91.7vw);
  }

  .p-faq .c-sec__en {
    margin-bottom: 3.208vw;
    text-align: center;
  }

  .p-faq .c-sec__ttl {
    font-size: 4.831vw;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 6.415vw;
    text-align: center;
  } 

  .p-faq .p-faq__box {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .p-faq summary {
    display: block;
    position: relative;
  }

  .p-faq summary::after {
    background: #0f0f0f;
    border-radius: 50%;
    content: "";
    height: 4.348vw;
    position: absolute;
    right: 4.348vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4.348vw;
  }

  .p-faq summary::-webkit-details-marker {
    display: none;
  }

  .p-faq .p-faq__qu {
    background: #e2e0e0;
    display: block;
    padding-block: 5vw;
    position: relative;
  }

  .p-faq .p-faq__qu::before,
  .p-faq .p-faq__qu::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
  }

  .p-faq .p-faq__qu::before {
    height: 0.2vw;
    right: 5.5vw;
    width: 1.44vw;
    width: 2vw;
  }

  .p-faq .p-faq__qu::after {
    height: 1.44vw;
    height: 2vw;
    right: 6.2vw;
    transition: rotate 0.3s ease;
    width: 0.2vw;
  }

  .p-faq details[open] .p-faq__qu::after {
    rotate: 90deg;
  }

  .p-faq .p-faq__item[open] .p-faq__an {
    animation: fadeIn 0.5s ease;
  }

  .p-faq .p-faq__qu-txt {
    display: block;
    font-size: 3.865vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-inline: 13.043vw 11.111vw;
  }

  .p-faq .p-faq__qu-txt::before {
    background: url(../images/cleaning2/q.svg) no-repeat center center/contain;
    content: "";
    height: 6.763vw;
    left: 3.865vw;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 6.763vw;
  }

  .p-faq .p-faq__an {
    background: #ffffff;
    display: block;
    padding-block: 4vw;
  }

  .p-faq .p-faq__an-txt {
    display: block;
    font-size: 3.623vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.6;
    padding-inline: 13.043vw 5.111vw;
    position: relative;
  }

  .p-faq .p-faq__an-txt::before {
    background: url(../images/cleaning2/a.svg) no-repeat center center/contain;
    content: "";
    height: 6.763vw;
    left: 3.865vw;
    position: absolute;
    top: 0vw;
    width: 6.763vw;
  }

  .p-bottom {
    margin-bottom: 19.324vw;
  }

  .p-bottom .l-inner.l-bottom {
    width: 100%;
  }

  .p-bottom .c-sec__ttl {
    font-size: 4.831vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 4.831vw;
    text-align: center;
  }

  .p-bottom .c-sec__ttl span {
    color: #2ca6e0;
    display: block;
  }

  .p-bottom .p-bottom__img {
    text-align: center;
  }

  .p-bottom .p-bottom__img img {
    height: auto;
    width: 100%;
  }
}
