@charset "UTF-8";
/* color */
/* ============================================ */
/* font */
/* ============================================ */
main {
  background: #fff8eb;
  color: #39312a;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  main {
    padding-top: 148px;
  }
}

.swiper {
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttl_h2 {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 6px;
}
@media all and (max-width: 896px) {
  .ttl_h2 {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 2px;
  }
}
.ttl_h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  border-top: 1px solid #39312a;
  border-bottom: 1px solid #39312a;
  transform: translateY(-50%);
}
.ttl_h2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 3.65vw;
  background: #fff8eb;
}
@media all and (max-width: 896px) {
  .ttl_h2 span {
    padding: 0 16px;
  }
}
.ttl_h2 em {
  margin: 0 5px;
  font-style: normal;
  color: #20b3d2;
  font-family: Roboto;
  font-size: 9.8rem;
  font-weight: 700;
  vertical-align: bottom;
}
@media all and (max-width: 896px) {
  .ttl_h2 em {
    font-size: 4.1rem;
  }
}
.ttl_h2 small {
  font-size: 2rem;
}

.ttl_h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .ttl_h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 24px;
  }
}
.ttl_h3 span {
  position: relative;
}
.ttl_h3 span:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: -30px;
  width: 26px;
  height: 36px;
  background: url(/lp-cleanzu/assets/images/top/ico_blow_l.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .ttl_h3 span:before {
    bottom: 4px;
    left: -23px;
    width: 13px;
    height: 18px;
  }
}
.ttl_h3 span:after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: -37px;
  width: 26px;
  height: 36px;
  background: url(/lp-cleanzu/assets/images/top/ico_blow_r.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .ttl_h3 span:after {
    width: 13px;
    height: 18px;
    bottom: 4px;
    right: -23px;
  }
}
.ttl_h3 + p {
  text-align: center;
  letter-spacing: 1px;
}

.ttl_blow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  border-radius: 1000px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2px;
  filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.16));
}
@media all and (max-width: 896px) {
  .ttl_blow {
    min-height: 100px;
    border-radius: 100px;
    font-size: 2.4rem;
    text-align: center;
  }
}
.ttl_blow::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .ttl_blow::after {
    bottom: -8px;
    border-width: 10px 12px 0 12px;
  }
}
.ttl_blow.ind {
  background: #1cb4b4;
}
.ttl_blow.ind::after {
  border-color: #1cb4b4 transparent transparent transparent;
}
.ttl_blow.biz {
  background: #1186ab;
}
.ttl_blow.biz::after {
  border-color: #1186ab transparent transparent transparent;
}

/* top */
/* ============================================ */
.outer {
  max-width: 1600px;
  width: calc(100% - 30px);
  margin: 0 auto;
  overflow: visible;
}

.inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.leave {
  padding-block: 80px 120px;
  background: url(../images/top/bg_soap_l.png) no-repeat left 60px/22vw auto, url(../images/top/bg_soap_r.png) no-repeat right 0 bottom 60px/22vw auto, #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .leave {
    padding-block: 24px 30px;
    background: #fff;
    font-size: 1.4rem;
  }
}
.leave .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.leave .inner hgroup {
  flex-direction: column;
  margin-bottom: 48px;
  padding-inline: 64px;
  background: url(../images/top/ico_kira.png) no-repeat 10px 25px/50px auto, url(../images/top/ico_kira.png) no-repeat right bottom/50px auto;
  font-family: "Zen Maru Gothic";
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .leave .inner hgroup {
    margin-bottom: 24px;
    padding: 5px 24px;
    background: url(../images/top/ico_kira.png) no-repeat 24px 0/22px auto, url(../images/top/ico_kira.png) no-repeat right bottom/22px auto;
    font-size: 1.8rem;
  }
}
.leave .inner hgroup h2 {
  font-size: 4.8rem;
}
@media all and (max-width: 896px) {
  .leave .inner hgroup h2 {
    font-size: 2.4rem;
  }
}
.leave .inner hgroup h2 strong {
  color: #20b3d2;
  font-size: 7.2rem;
}
@media all and (max-width: 896px) {
  .leave .inner hgroup h2 strong {
    font-size: 4rem;
  }
}
.leave .inner ul {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .leave .inner ul {
    flex-wrap: wrap;
    gap: 16px 8px;
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
.leave .inner ul li {
  width: calc((100% - 72px) / 4);
  border-radius: 4px;
  background: #fff8eb;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .leave .inner ul li {
    width: calc((100% - 8px) / 2);
  }
}
.leave .inner ul li p {
  padding-block: 18px;
  color: #1186ab;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}

.kind {
  position: relative;
  z-index: 2;
  background: #1186ab;
}
.kind::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgb(17, 134, 171);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(24, 138, 174) 10px, rgb(24, 138, 174) 20px);
}
.kind-inner {
  position: relative;
  padding-block: 100px 160px;
  background: url(../images/top/bg_kind.png) no-repeat center bottom/100% auto;
}
@media all and (max-width: 896px) {
  .kind-inner {
    padding-block: 48px 64px;
  }
}
.kind-inner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 90px;
  height: 50px;
  background: #fff;
  translate: -50%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media all and (max-width: 896px) {
  .kind-inner::before {
    width: 40px;
    height: 24px;
  }
}
.kind-inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 360px;
  height: 74px;
  margin-inline: auto;
  border-radius: 100vmax;
  background: #fff;
  color: #1186ab;
  font-family: "Zen Maru Gothic";
  font-size: 3.2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .kind-inner h2 {
    width: 260px;
    height: 50px;
    font-size: 2.4rem;
  }
}
.kind-inner h2::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: calc(50% - 24px);
  width: 48px;
  height: 15px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media all and (max-width: 896px) {
  .kind-inner h2::after {
    bottom: -7px;
    left: calc(50% - 10px);
    width: 20px;
    height: 8px;
  }
}
.kind-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}
@media all and (max-width: 896px) {
  .kind-inner ul {
    gap: 10px 5px;
    margin-top: 30px;
  }
}
.kind-inner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: calc((100% - 100px) / 6);
  border-radius: 50%;
  border: 4px solid #fff;
  background: linear-gradient(137deg, #30cced 50%, #28c4e5 50%);
  box-shadow: 9px 9px 23px 0 rgba(10, 86, 110, 0.3);
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .kind-inner ul li {
    width: calc((100% - 15px) / 4);
    border-width: 2px;
    font-size: 1.3rem;
  }
}
.kind-inner .cp {
  margin-top: 28px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .kind-inner .cp {
    margin-top: 10px;
  }
}
.kind-inner .cp img {
  width: 87.75%;
}
@media all and (max-width: 896px) {
  .kind-inner .reason {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.kind-inner h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-block: 40px 80px;
  color: #fff;
  font-family: "Zen Maru Gothic";
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 896px) {
  .kind-inner h3 {
    margin-block: 30px 40px;
    font-size: 2.4rem;
  }
}
.kind-inner h3::before, .kind-inner h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc((100% - 400px) / 2);
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .kind-inner h3::before, .kind-inner h3::after {
    width: calc((100% - 180px) / 2);
  }
}
.kind-inner h3::before {
  left: 0;
}
.kind-inner h3::after {
  right: 0;
}
.kind-inner h3 span {
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .kind-inner h3 span {
    font-size: 1.4rem;
  }
}
.kind-inner ol {
  display: flex;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .kind-inner ol {
    flex-direction: column;
    gap: 40px;
  }
}
.kind-inner ol li {
  position: relative;
  width: calc((100% - 48px) / 3);
  padding: 48px 40px 40px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 896px) {
  .kind-inner ol li {
    width: 100%;
    padding: 32px 24px 24px;
  }
}
.kind-inner ol li span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: absolute;
  top: -28px;
  left: calc(50% - 100px);
  width: 200px;
  height: 56px;
  padding-top: 2px;
  border-radius: 100vmax;
  background: #30cced;
  color: #fff;
  font-family: Roboto;
  font-size: 3.2rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .kind-inner ol li span {
    top: -20px;
    left: calc(50% - 75px);
    width: 150px;
    height: 40px;
    padding-top: 5px;
    font-size: 2.8rem;
    line-height: 1;
  }
}
.kind-inner ol li span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: calc(50% - 5px);
  width: 10px;
  height: 5px;
  background: #30cced;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.kind-inner ol li span em {
  margin-right: 5px;
  font-size: 2.6rem;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .kind-inner ol li span em {
    font-size: 2.4rem;
  }
}
.kind-inner ol li h4 {
  margin-bottom: 16px;
  color: #1186ab;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .kind-inner ol li h4 {
    font-size: 2.4rem;
  }
}
.kind-inner ol li p {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .kind-inner ol li p {
    font-size: 1.6rem;
    text-align: justify;
  }
}
.kind-inner .more {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .kind-inner .more {
    margin-top: 32px;
  }
}
.kind-inner .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 400px;
  padding: 24px 48px;
  border-radius: 8px;
  background: #39312a;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  font-family: "Zen Maru Gothic";
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .kind-inner .more a {
    width: 100%;
    padding: 18px 36px;
    font-size: 1.8rem;
  }
}
.kind-inner .more a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 24px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 45deg;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .kind-inner .more a::after {
    right: 16px;
  }
}

.block_maintxt {
  margin-block: 100px 80px;
}
@media all and (max-width: 896px) {
  .block_maintxt {
    margin-block: 40px 20px;
  }
}
.block_maintxt .ttl_h1 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 32px;
  letter-spacing: 2px;
}
.block_maintxt .ttl_h1 img {
  width: 100%;
}
.block_maintxt .ttl_h1 span {
  display: block;
  margin-top: 15px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .block_maintxt .ttl_h1 span {
    display: none;
  }
}

.sec_order {
  background: url("/lp-cleanzu/assets/images/top/bg_soap_l.png") no-repeat 0 370px/437px 305px, url("/lp-cleanzu/assets/images/top/bg_soap_r.png") no-repeat right 690px/437px 305px;
}
@media all and (max-width: 896px) {
  .sec_order {
    padding-bottom: 17px;
    overflow: hidden;
  }
}

.ordermenu {
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media all and (max-width: 896px) {
  .ordermenu {
    margin-bottom: 60px;
  }
}
.ordermenu li {
  position: relative;
  width: calc((100% - 30px) / 2);
  margin: 50px 30px 0 0;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 8px;
  color: #20b3d2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  overflow: hidden;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 896px) {
  .ordermenu li {
    width: 100%;
    margin: 24px 0 0;
    padding-bottom: 16px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 16px;
  }
}
.ordermenu li:before {
  counter-increment: item;
  content: "0" counter(item);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 25px;
  width: 82px;
  height: 82px;
  padding-bottom: 10px;
  background-color: #20b3d2;
  color: #fff;
  font-family: Roboto;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1.17px;
  clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
}
@media all and (max-width: 896px) {
  .ordermenu li:before {
    left: 14px;
    width: 50px;
    height: 50px;
    padding-bottom: 7px;
    font-size: 2rem;
    letter-spacing: 0.724px;
  }
}
.ordermenu li:nth-child(-n+2) {
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .ordermenu li:nth-child(-n+2) {
    margin-top: 24px;
  }
}
.ordermenu li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .ordermenu li:first-child {
    margin-top: 0;
  }
}
.ordermenu li figure {
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .ordermenu li figure {
    margin-bottom: 16px;
  }
}
.ordermenu li img {
  width: 100%;
}

.othermenu {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 90px;
}
@media all and (max-width: 896px) {
  .othermenu {
    margin: 32px 0 60px;
  }
}
.othermenu li {
  width: calc((100% - 48px) / 3);
  margin: 24px 24px 0 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .othermenu li {
    width: calc((100% - 8px) / 2);
    margin: 16px 8px 0 0;
    font-size: 1.6rem;
  }
}
.othermenu li:nth-child(-n+3) {
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .othermenu li:nth-child(-n+3) {
    margin-top: 16px;
  }
}
.othermenu li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .othermenu li:nth-child(3n) {
    margin-right: 8px;
  }
}
@media all and (max-width: 896px) {
  .othermenu li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .othermenu li:nth-child(2n) {
    margin-right: 0;
  }
}
.othermenu li figure {
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .othermenu li figure {
    margin-bottom: 4px;
  }
}
.othermenu li img {
  width: 100%;
  border-radius: 8px;
}

@media all and (max-width: 896px) {
  .bnr_construction {
    transform: scale(1.1);
  }
}

.sec_greet {
  margin-top: 80px;
  padding-bottom: 240px;
  background: url(/lp-cleanzu/assets/images/top/bg_wave_02_pc.png) no-repeat center bottom/100% auto;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .sec_greet {
    margin-top: -80px;
    padding-top: 100px;
    padding-bottom: 90px;
    background-image: url(/lp-cleanzu/assets/images/top/bg_wave_02_sp.png);
  }
}
.sec_greet .box_comment {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment {
    display: block;
  }
}
.sec_greet .box_comment figure {
  width: 24vw;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment figure {
    width: 220px;
    margin: 0 auto;
  }
}
.sec_greet .box_comment figure img {
  border-radius: 50%;
}
.sec_greet .box_comment .comment {
  position: relative;
  width: calc(100% - 24vw - 100px);
  background: #fff;
  border-radius: 16px;
  filter: drop-shadow(1.855px 1.855px 13.909px rgba(0, 0, 0, 0.16));
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment .comment {
    width: 100%;
  }
}
.sec_greet .box_comment .comment::before {
  content: "";
  position: absolute;
  top: 190px;
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 25px 0;
  border-color: transparent #fff transparent transparent;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment .comment::before {
    top: -17px;
    left: 50%;
    border-width: 0 14px 18px 14px;
    border-color: transparent transparent #fff transparent;
    transform: translateX(-50%);
  }
}
.sec_greet .box_comment .comment-inner {
  position: relative;
  height: 100%;
  padding: 50px 55px;
  font-size: 1.8rem;
  line-height: 36px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment .comment-inner {
    margin-top: 24px;
    padding: 30px 20px;
    font-size: 1.4rem;
    line-height: 28px;
  }
}
.sec_greet .box_comment .comment-inner::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 18px;
  width: 66px;
  height: 63px;
  background: url("/lp-cleanzu/assets/images/top/img_bucket_02.png") no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment .comment-inner::before {
    top: -47px;
    left: 8px;
  }
}
.sec_greet .box_comment .comment-inner::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -95px;
  width: 224px;
  height: 172px;
  background: url("/lp-cleanzu/assets/images/top/img_car_01.png") no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment .comment-inner::after {
    right: -6px;
    bottom: -37px;
    width: 95px;
    height: 65px;
  }
}
.sec_greet .box_comment .comment-inner .ttl_h4 {
  margin-bottom: 20px;
  color: #20b3d2;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 32px;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment .comment-inner .ttl_h4 {
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 24px;
  }
}
.sec_greet .box_comment .comment-inner .ttl_h4 span {
  position: relative;
  padding: 0 24px;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment .comment-inner .ttl_h4 span {
    padding: 0 8px 0 14px;
  }
}
.sec_greet .box_comment .comment-inner .ttl_h4 span::before, .sec_greet .box_comment .comment-inner .ttl_h4 span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 7px;
  height: 43px;
  background: url(/lp-cleanzu/assets/images/top/ico_triangle.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment .comment-inner .ttl_h4 span::before, .sec_greet .box_comment .comment-inner .ttl_h4 span::after {
    bottom: 1px;
    width: 5px;
    height: 24px;
  }
}
.sec_greet .box_comment .comment-inner .ttl_h4 span::before {
  left: 0;
  transform: rotate(150deg);
}
.sec_greet .box_comment .comment-inner .ttl_h4 span::after {
  right: 0;
  transform: rotate(210deg);
}
.sec_greet .box_comment .comment-inner .hidden-view {
  display: none;
}
.sec_greet .box_comment .comment-inner .button {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .sec_greet .box_comment .comment-inner .button {
    font-size: 1.6rem;
  }
}
.sec_greet .box_comment .comment-inner .button span {
  position: relative;
}
.sec_greet .box_comment .comment-inner .button span::before {
  content: "もっと見る";
  display: inline-flex;
  padding: 16px 66px 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #58c6dd;
  color: #fff;
  box-shadow: 2px 2px 16px 0px rgba(64, 80, 105, 0.25);
}
.sec_greet .box_comment .comment-inner .button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  width: 18px;
  height: 18px;
  background: url("/lp-cleanzu/assets/images/top/ico_plus_circle.svg") no-repeat center/cover;
  transform: translateY(-50%);
}
.sec_greet .box_comment .comment-inner input[type=checkbox]#trigger {
  display: none;
}
.sec_greet .box_comment .comment-inner input[type=checkbox]#trigger:checked ~ .hidden-view {
  display: block;
}
.sec_greet .box_comment .comment-inner input[type=checkbox]#trigger:checked ~ .button span::before {
  content: "閉じる";
}
.sec_greet .box_comment .comment-inner input[type=checkbox]#trigger:checked ~ .button span::after {
  background: url("/lp-cleanzu/assets/images/top/ico_minus_circle.svg") no-repeat center/cover;
}

.block_anc {
  display: flex;
  justify-content: space-between;
}
.block_anc li {
  width: calc((100% - 30px) / 2);
  font-family: "Zen Maru Gothic";
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .block_anc li {
    width: calc((100% - 16px) / 2);
    font-size: 2rem;
    line-height: 28px;
  }
}
.block_anc li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: 100px;
  background: #1cb4b4;
  color: #fff;
  filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.16));
}
.block_anc li a::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #1cb4b4 transparent transparent transparent;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .block_anc li a::after {
    bottom: -9px;
    border-width: 10px 9px 0 9px;
  }
}
.block_anc li a span {
  position: relative;
  padding-right: 30px;
}
@media all and (max-width: 896px) {
  .block_anc li a span {
    padding-right: 0;
  }
}
.block_anc li a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 15px;
  height: 9px;
  background: url(/lp-cleanzu/assets/images/top/ico_ar_down.svg) no-repeat center/cover;
  transform: translateY(-25%);
}
@media all and (max-width: 896px) {
  .block_anc li a span::after {
    right: -32px;
  }
}
.block_anc li:last-child a {
  background: #20b3d2;
}
.block_anc li:last-child a::after {
  border-color: #20b3d2 transparent transparent transparent;
}

.block_staff {
  margin-top: 90px;
}
@media all and (max-width: 896px) {
  .block_staff {
    margin-top: 70px;
  }
}
@media all and (max-width: 896px) {
  .block_staff .inner {
    width: 100%;
  }
}
.block_staff .ttl_h3 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .block_staff .ttl_h3 {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
.block_staff .ttl_h3 span:before,
.block_staff .ttl_h3 span:after {
  bottom: 3px;
  width: 18px;
  height: 28px;
}
@media all and (max-width: 896px) {
  .block_staff .ttl_h3 span:before,
  .block_staff .ttl_h3 span:after {
    bottom: 10px;
  }
}
.block_staff .ttl_h3 span:before {
  left: -25px;
}
.block_staff .ttl_h3 span:after {
  right: -25px;
}
@media all and (max-width: 896px) {
  .block_staff .ttl_h3 span:after {
    right: -53px;
  }
}
.block_staff h4 {
  margin-bottom: 70px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .block_staff h4 {
    margin-block: 20px 40px;
  }
}
@media all and (max-width: 896px) {
  .block_staff h4 img {
    width: 270px;
  }
}
.block_staff .swiper2 .ctrl-wrap {
  margin-top: 30px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .block_staff .swiper2 .ctrl-wrap {
    margin-top: 24px;
  }
}
.block_staff .swiper2 .ctrl {
  display: inline-flex;
  align-items: center;
}
.block_staff .swiper2 .swiper-pagination2 {
  position: static;
  width: auto;
}
.block_staff .swiper2 .swiper-button-prev2,
.block_staff .swiper2 .swiper-button-next2 {
  width: 68px;
  height: 68px;
  background: url(/lp-cleanzu/assets/images/top/ico_ar_circle_pc.svg) no-repeat center/cover;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .block_staff .swiper2 .swiper-button-prev2,
  .block_staff .swiper2 .swiper-button-next2 {
    position: absolute;
    top: 95px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: url(/lp-cleanzu/assets/images/top/ico_ar_circle_sp.svg) no-repeat center/cover;
  }
}
.block_staff .swiper2 .swiper-button-prev2 {
  left: 11px;
  margin-right: 30px;
  transform: scale(-1, 1);
}
.block_staff .swiper2 .swiper-button-next2 {
  right: 11px;
  margin-left: 30px;
}
.block_staff .swiper2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background: #cfe4e9;
  opacity: 1;
}
.block_staff .swiper2 .swiper-pagination-bullet-active {
  background: #20b3d2;
}
.block_staff .swiper2 .swiper-button-disabled {
  opacity: 0.5;
}
.block_staff .swiper2 .swiper-slide {
  padding: 0 12px;
}
.block_staff .swiper2 .swiper-slide figure {
  width: 100%;
}
@media all and (max-width: 896px) {
  .block_staff .swiper2 .swiper-slide figure {
    width: 220px;
    margin: 0 auto;
  }
}
.block_staff .swiper2 .swiper-slide figure img {
  width: 100%;
  border-radius: 50%;
}
.block_staff .swiper2 .swiper-slide .staff {
  position: relative;
  margin-top: 40px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.16));
}
@media all and (max-width: 896px) {
  .block_staff .swiper2 .swiper-slide .staff {
    margin-top: 24px;
  }
}
.block_staff .swiper2 .swiper-slide .staff::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  border-width: 0 20px 30px 20px;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .block_staff .swiper2 .swiper-slide .staff::before {
    top: -13px;
    border-width: 0 10px 14px 10px;
  }
}
.block_staff .swiper2 .swiper-slide .staff .name {
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .block_staff .swiper2 .swiper-slide .staff .name {
    margin-bottom: 5px;
  }
}
.block_staff .swiper2 .swiper-slide .staff .name strong {
  font-size: 2.6rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .block_staff .swiper2 .swiper-slide .staff .name strong {
    font-size: 2.4rem;
  }
}
.block_staff .swiper2 .swiper-slide table {
  line-height: 28px;
}
.block_staff .swiper2 .swiper-slide table th {
  width: 120px;
  padding-block: 5px;
}
.block_staff .swiper2 .swiper-slide table th span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-block: 8px;
  border-radius: 90px;
  background: #20b3d2;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
}
.block_staff .swiper2 .swiper-slide table td {
  padding: 6px 0 6px 8px;
}
@media screen and (max-width: 1140px) {
  .block_staff .swiper2 .swiper-slide table {
    display: block;
    line-height: 24px;
  }
  .block_staff .swiper2 .swiper-slide tbody, .block_staff .swiper2 .swiper-slide tr {
    display: block;
  }
  .block_staff .swiper2 .swiper-slide th {
    display: block;
    width: 100% !important;
    margin-top: 5px;
  }
  .block_staff .swiper2 .swiper-slide th span {
    display: block;
  }
  .block_staff .swiper2 .swiper-slide td {
    display: block;
    padding: 0;
  }
}

#individual {
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  #individual {
    margin-top: 80px;
  }
}
#individual .paymenu tr:nth-child(2n) td {
  background: rgba(28, 180, 180, 0.2);
}
#individual .paymenu th {
  background: #1cb4b4;
}
#individual .paymenu td {
  background: rgba(28, 180, 180, 0.05);
}
@media all and (max-width: 896px) {
  #individual .paymenu td:last-child {
    text-align: center;
  }
}
#individual .paymenu .indoption {
  border-collapse: collapse;
}
#individual .paymenu .indoption tr:nth-child(2n) td {
  background: #fff;
}
#individual .paymenu .indoption th {
  background: #363330;
  border: 1px solid #363330;
}
#individual .paymenu .indoption td {
  background: #fff;
  border: 1px solid #cbcbcb;
}

/*
#business {
  margin-top: -55px;

  .block_area {
    background: #fff url(/lp-cleanzu/assets/images/top/bg_wave_01_pc.png) no-repeat center bottom/100% auto;
    @include g.landscape {
      background-image: url(/lp-cleanzu/assets/images/top/bg_wave_01_sp.png);
    }
  }
}*/
.block_flow_ind {
  margin-top: 120px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .block_flow_ind {
    margin-top: 40px;
  }
}
.block_flow_ind .ttl_h2 {
  margin-bottom: 30px;
}
.block_flow_ind .box_recommend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 162px;
  margin-bottom: 20px;
  padding: 0 250px;
  font-size: 2rem;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .block_flow_ind .box_recommend {
    min-height: initial;
    padding: 0;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
.block_flow_ind .box_recommend::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 235px;
  height: 130px;
  background: url(/lp-cleanzu/assets/images/top/img_clean_02.png) no-repeat center/cover;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .block_flow_ind .box_recommend::before {
    top: 22px;
    left: -68px;
    width: 130px;
    height: 72px;
  }
}
.block_flow_ind .box_recommend::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 48px;
  width: 176px;
  height: 162px;
  background: url(/lp-cleanzu/assets/images/top/img_clean_03.png) no-repeat center/cover;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .block_flow_ind .box_recommend::after {
    top: 20px;
    right: -25px;
    width: 95px;
    height: 87px;
  }
}
.block_flow_ind .box_recommend h3 {
  position: relative;
  margin-bottom: 10px;
  padding: 0 25px;
  color: #1cb4b4;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .block_flow_ind .box_recommend h3 {
    margin-bottom: 8px;
    padding: 0 10px 0 12px;
    font-size: 1.8rem;
    line-height: 28px;
  }
}
.block_flow_ind .box_recommend h3::before, .block_flow_ind .box_recommend h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 7px;
  height: 43px;
  background: url(/lp-cleanzu/assets/images/top/ico_triangle.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .block_flow_ind .box_recommend h3::before, .block_flow_ind .box_recommend h3::after {
    bottom: 1px;
    width: 5px;
    height: 24px;
  }
}
.block_flow_ind .box_recommend h3::before {
  left: 0;
  transform: rotate(150deg);
}
.block_flow_ind .box_recommend h3::after {
  right: 0;
  transform: rotate(210deg);
}
.block_flow_ind .compare {
  margin-block: 100px 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .block_flow_ind .compare {
    margin-block: 60px 30px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.block_flow_ind .compare dt {
  margin-bottom: 8px;
  color: #1cb4b4;
  font-size: 2.4rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .block_flow_ind .compare dt {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 30px;
  }
}
@media all and (max-width: 896px) {
  .block_flow_ind .compare dd {
    padding: 0 10px;
  }
}

.clip {
  margin-top: 100px;
  clip-path: polygon(50% 18%, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media all and (max-width: 896px) {
  .clip {
    margin-top: 50px;
    clip-path: polygon(50% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.clip img {
  width: 100%;
}

.block_voice {
  padding-block: 150px 280px;
  background: #fff url(/lp-cleanzu/assets/images/top/bg_wave_01_pc.png) no-repeat center bottom/100% auto;
}
@media all and (max-width: 896px) {
  .block_voice {
    padding-block: 80px 135px;
    background-image: url(/lp-cleanzu/assets/images/top/bg_wave_01_sp.png);
  }
}
.block_voice .ttl_h2 {
  color: #1cb4b4;
}
.block_voice .ttl_h2 span {
  background: #fff;
}
.block_voice .ttl_h2 small {
  color: #39312a;
}
.block_voice ul {
  display: flex;
  justify-content: space-between;
  margin-top: 156px;
}
@media all and (max-width: 896px) {
  .block_voice ul {
    display: block;
    margin-top: 116px;
  }
}
.block_voice ul li {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 100px 24px 50px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 896px) {
  .block_voice ul li {
    width: 100%;
    padding: 90px 16px 32px;
  }
}
.block_voice ul li:not(:last-child) {
  margin-right: 30px;
}
@media all and (max-width: 896px) {
  .block_voice ul li:not(:last-child) {
    margin: 0 0 100px;
  }
}
.block_voice ul li figure {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 150px;
  transform: translateX(-50%);
}
.block_voice ul li figure img {
  width: 100%;
}
.block_voice ul li dt {
  margin-bottom: 10px;
  color: #1cb4b4;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 36px;
}
@media all and (max-width: 896px) {
  .block_voice ul li dt {
    font-size: 1.8rem;
  }
}
.block_voice ul li dd {
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: 1px;
}

.block_order {
  margin-top: 100px;
  background: url("/lp-cleanzu/assets/images/top/bg_soap_l.png") no-repeat 0 342px/437px 305px, url("/lp-cleanzu/assets/images/top/bg_soap_r.png") no-repeat right 640px/437px 305px;
}
@media all and (max-width: 896px) {
  .block_order {
    margin-top: 50px;
    background: none;
  }
}

.block_achieves {
  padding-top: 100px;
  background: url("/lp-cleanzu/assets/images/top/bg_soap_l.png") no-repeat 0 200px/437px 305px, url("/lp-cleanzu/assets/images/top/bg_soap_r.png") no-repeat right 520px/437px 305px, url("/lp-cleanzu/assets/images/top/bg_soap_l.png") no-repeat 0 1146px/437px 305px, url("/lp-cleanzu/assets/images/top/bg_soap_r.png") no-repeat right 1470px/437px 305px, url("/lp-cleanzu/assets/images/top/bg_soap_l.png") no-repeat 0 2175px/437px 305px, url("/lp-cleanzu/assets/images/top/bg_soap_r.png") no-repeat right 2500px/437px 305px;
}
@media all and (max-width: 896px) {
  .block_achieves {
    background: none;
    margin-top: -50px;
    padding-bottom: 40px;
  }
}

.achieves {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .achieves {
    display: block;
  }
}
.achieves li {
  width: calc((100% - 24px) / 2);
  margin: 24px 24px 0 0;
  border-radius: 8px;
  background: #fff;
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: 1px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .achieves li {
    width: 100%;
    margin: 40px 0 0;
    font-size: 1.6rem;
  }
}
.achieves li:nth-child(-n+2) {
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .achieves li:nth-child(-n+2) {
    margin-top: 40px;
  }
}
@media all and (max-width: 896px) {
  .achieves li:first-child {
    margin-top: 0;
  }
}
.achieves li:nth-child(2n) {
  margin-right: 0;
}
.achieves h3 {
  padding-block: 24px;
  background: #1186ab;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .achieves h3 {
    padding-block: 12px;
    font-size: 2rem;
    font-weight: 400;
  }
}
.achieves h3 span {
  display: inline-block;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .achieves h3 span {
    font-size: 1.4rem;
  }
}
.achieves .achieve {
  padding: 35px;
}
@media all and (max-width: 896px) {
  .achieves .achieve {
    padding: 16px;
  }
}
.achieves figure {
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .achieves figure {
    margin-bottom: 14px;
  }
}
.achieves figure img {
  width: 100%;
  border-radius: 8px;
}
.achieves table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
}
@media all and (max-width: 896px) {
  .achieves table {
    display: block;
    border-spacing: 0;
  }
}
.achieves th {
  width: 160px;
  padding-right: 15px;
  color: #20b3d2;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .achieves th {
    display: block;
    width: 100%;
    padding: 4px 0;
  }
}
.achieves td {
  padding: 0 15px;
  border-left: 1px solid #20b3d2;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .achieves td {
    display: block;
    padding: 4px 0 8px;
    border-top: 1px solid #20b3d2;
    border-left: 0;
  }
}

.more-achieves {
  display: flex;
  flex-direction: column-reverse;
}
.more-achieves .acd-achieve {
  display: none;
}
.more-achieves .acd-achieve-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 400px;
  margin: 60px auto 0;
  padding: 24px 48px;
  border-radius: 8px;
  background: #39312a;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  font-family: "Zen Maru Gothic";
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .more-achieves .acd-achieve-label {
    width: 100%;
    margin-top: 40px;
    padding: 18px 36px;
    font-size: 1.8rem;
  }
}
.more-achieves .acd-achieve-label::before {
  content: "さらに実績を見る";
}
.more-achieves .acd-achieve-label::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 24px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 45deg;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .more-achieves .acd-achieve-label::after {
    right: 16px;
  }
}
.more-achieves .acd-achieve-content {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.more-achieves .acd-achieve:checked + .acd-achieve-label {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .more-achieves .acd-achieve:checked + .acd-achieve-label {
    margin-top: 0;
  }
}
.more-achieves .acd-achieve:checked + .acd-achieve-label::before {
  content: "閉じる";
}
.more-achieves .acd-achieve:checked + .acd-achieve-label::after {
  top: calc(50% + 2px);
  rotate: 225deg;
}
.more-achieves .acd-achieve:checked + .acd-achieve-label + .acd-achieve-content {
  height: auto;
  opacity: 1;
  padding-block: 24px;
  visibility: visible;
}
@media all and (max-width: 896px) {
  .more-achieves .acd-achieve:checked + .acd-achieve-label + .acd-achieve-content {
    padding-block: 40px;
  }
}

.block_pay {
  position: relative;
  padding-top: 140px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .block_pay {
    padding-top: 100px;
  }
}
.block_pay .ttl_h2 span {
  background: #fff;
}

.paylead {
  text-align: center;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .paylead {
    font-size: 1.6rem;
  }
}
.paylead h3 {
  display: inline-flex;
  position: relative;
  margin-bottom: 50px;
  padding: 2px 90px 4px;
  border-radius: 100px;
  background: #20b3d2;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .paylead h3 {
    display: block;
    margin-bottom: 15px;
    padding: 7px 0;
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-align: center;
  }
}
.paylead h3::after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  bottom: 3px;
  border-radius: 8px;
  border-style: solid;
  border-color: transparent #20b3d2 #20b3d2 transparent;
  border-width: 50px;
  transform: rotate(45deg);
}
@media all and (max-width: 896px) {
  .paylead h3::after {
    left: calc(50% - 10px);
    bottom: -3px;
    border-radius: 0px;
    border-width: 10px;
  }
}
.paylead h3 span {
  position: relative;
  z-index: 2;
}
.paylead picture img {
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .paylead p {
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 2px;
  }
}

.paydefault {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-block: 30px 50px;
  border-radius: 16px;
  border: 4px solid #39312a;
  background: #fff8eb;
}
@media all and (max-width: 896px) {
  .paydefault {
    margin-top: 40px;
    padding-block: 16px;
  }
}
.paydefault i {
  position: relative;
  top: 8px;
}
@media all and (max-width: 896px) {
  .paydefault i {
    display: none;
  }
}
.paydefault .price {
  margin-left: 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 36px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .paydefault .price {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.paydefault .yen {
  position: relative;
  margin-top: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .paydefault .yen {
    margin-top: 16px;
    padding-left: 80px;
    font-size: 2.4rem;
  }
}
@media all and (max-width: 896px) {
  .paydefault .yen::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 71px;
    height: 48px;
    background: url(/lp-cleanzu/assets/images/top/ico_aircon.svg) no-repeat center/cover;
    transform: translateY(-50%);
  }
}
.paydefault .yen strong {
  font-size: 8.3rem;
  letter-spacing: 4px;
}
@media all and (max-width: 896px) {
  .paydefault .yen strong {
    font-size: 4rem;
    letter-spacing: 1px;
  }
}
.paydefault .yen span {
  position: absolute;
  top: -15px;
  right: 87px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .paydefault .yen span {
    position: static;
    font-size: 1.6rem;
  }
}

.payoption {
  position: relative;
  margin-block: 150px 75px;
  border-radius: 16px;
  border: 5px solid #26b592;
  background: #effff1;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .payoption {
    margin-block: 70px 40px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.payoption::before {
  content: "";
  position: absolute;
  top: -116px;
  left: 50%;
  width: 84px;
  height: 84px;
  background: url(/lp-cleanzu/assets/images/top/ico_plus.svg) no-repeat center/cover;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .payoption::before {
    top: -60px;
    width: 40px;
    height: 40px;
  }
}
.payoption h3 {
  padding-block: 8px 18px;
  background: #2ab392;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .payoption h3 {
    padding-block: 5px 8px;
    font-size: 1.8rem;
  }
}
.payoption .exp {
  padding: 50px 20px 65px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .payoption .exp {
    padding: 24px 15px 30px;
  }
}
.payoption .exp .guard {
  font-family: "Zen Maru Gothic";
  font-size: 2.8rem;
  letter-spacing: 0.28px;
}
@media all and (max-width: 896px) {
  .payoption .exp .guard {
    font-size: 1.4rem;
  }
}
.payoption .exp .guard strong {
  font-size: 4rem;
  letter-spacing: 0.4px;
}
@media all and (max-width: 896px) {
  .payoption .exp .guard strong {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
}
.payoption .exp .coat {
  margin-block: 10px 45px;
  color: #2ab392;
  font-family: "Zen Maru Gothic";
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 85px;
}
@media all and (max-width: 896px) {
  .payoption .exp .coat {
    margin-block: 6px 20px;
    font-size: 2.4rem;
    line-height: 45px;
  }
}
.payoption .exp .coat strong {
  display: block;
  font-size: 8.8rem;
}
@media all and (max-width: 896px) {
  .payoption .exp .coat strong {
    font-size: 3.6rem;
    letter-spacing: -2.4px;
  }
}
.payoption .exp figure {
  width: 726px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .payoption .exp figure {
    width: 100%;
  }
}
.payoption .exp figure img {
  width: 100%;
}
.payoption .exp figure figcaption {
  margin-top: 30px;
  text-align: left;
}
@media all and (max-width: 896px) {
  .payoption .exp figure figcaption {
    margin-top: 20px;
  }
}
.payoption .exp .recommend {
  position: relative;
  width: 745px;
  margin: 50px auto 0;
  padding-block: 32px 24px;
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 38px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .payoption .exp .recommend {
    width: 100%;
    margin: 30px auto 0;
    padding: 28px 7px 13px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.payoption .exp .recommend dt {
  display: inline-flex;
  position: absolute;
  top: -20px;
  left: 50%;
  height: 40px;
  padding: 0 24px;
  background: #2ab392;
  color: #fff;
  border-radius: 20px;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .payoption .exp .recommend dt {
    display: block;
    top: -15px;
    height: 30px;
    width: 220px;
    font-size: 1.8rem;
    text-align: center;
  }
}

.paymenu {
  padding-block: 24px 32px;
  border-radius: 8px;
  background: #fff;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .paymenu {
    padding-block: 0 24px;
  }
}
.paymenu h4 {
  margin-bottom: 24px;
  color: #20b3d2;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .paymenu h4 {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.paymenu table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
@media all and (max-width: 896px) {
  .paymenu table.sponly {
    display: table;
    table-layout: auto;
  }
  .paymenu table.sponly td:first-of-type {
    width: 4.2em;
    text-align: center;
  }
}
@media all and (max-width: 896px) and (max-width: 896px) {
  .paymenu table.sponly td:last-child {
    text-align: left;
  }
}
.paymenu tr:nth-child(2n) td {
  background: rgba(17, 134, 171, 0.2);
}
.paymenu th {
  padding: 16px 10px;
  background: #1186ab;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .paymenu th {
    padding: 8px 10px;
    font-size: 1.8rem;
  }
}
.paymenu td {
  padding: 16px 40px;
  background: rgba(17, 134, 171, 0.05);
  text-align: center;
  font-size: 2rem;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .paymenu td {
    padding: 8px 10px;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media all and (max-width: 896px) {
  .paymenu td:last-child {
    text-align: center;
  }
}
.paymenu .note {
  margin-top: 24px;
  text-align: center;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .paymenu .note {
    margin: 16px 0 0 1em;
    font-size: 1.4rem;
    text-align: left;
    text-indent: -1em;
  }
}

.block_flow_operation {
  padding-block: 100px 50px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .block_flow_operation {
    margin-top: -40px;
    padding-block: 90px;
  }
}
.block_flow_operation .ttl_h2 span {
  background: #fff;
}
.block_flow_operation .ttl_h2 small {
  font-size: 3.5rem;
  letter-spacing: 4.2px;
}
@media all and (max-width: 896px) {
  .block_flow_operation .ttl_h2 small {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
.block_flow_operation ol {
  counter-reset: item;
  position: relative;
}
.block_flow_operation ol::after {
  content: "";
  position: absolute;
  top: 73px;
  left: 80px;
  width: 3px;
  height: calc(100% - 150px);
  background: #20b3d2;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol::after {
    left: 50px;
  }
}
.block_flow_operation ol > li {
  position: relative;
  min-height: 150px;
  margin-bottom: 64px;
  padding: 43px 75px 40px 162px;
  border-radius: 16px;
  background: #fff8eb;
  box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.08);
  font-family: "Zen Maru Gothic";
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.28px;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li {
    min-height: 120px;
    margin-bottom: 24px;
    padding: 45px 16px 45px 97px;
    font-size: 2rem;
    letter-spacing: 0.8px;
  }
}
.block_flow_operation ol > li::before {
  content: "Point";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 2;
  width: 98px;
  height: 98px;
  padding-bottom: 27px;
  color: #fff;
  font-family: Roboto;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li::before {
    left: 16px;
    width: 70px;
    height: 70px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 300;
  }
}
.block_flow_operation ol > li::after {
  counter-increment: item;
  content: "0" counter(item);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 32px;
  width: 98px;
  height: 98px;
  padding-top: 27px;
  border-radius: 50%;
  background: #20b3d2;
  color: #fff;
  font-family: Roboto;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li::after {
    left: 16px;
    width: 70px;
    height: 70px;
    padding-top: 20px;
    font-size: 2.4rem;
  }
}
.block_flow_operation ol > li p {
  margin-top: 5px;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.block_flow_operation ol > li ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul {
    flex-direction: column;
  }
}
.block_flow_operation ol > li ul li {
  width: calc((100% - 30px) / 2);
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul li {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .contact {
    order: 2;
  }
}
.block_flow_operation ol > li ul .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #ff5465;
  color: #fff;
  font-size: 1.51vw;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .contact a {
    margin-top: 12px;
    min-height: 63px;
    font-size: 1.4rem;
  }
}
.block_flow_operation ol > li ul .contact a img {
  width: 30px;
  margin: 3px 10px 0 0;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .contact a img {
    width: 20px;
    margin: 3px 8px 0 0;
  }
}
.block_flow_operation ol > li ul .contact a i {
  margin-left: 14px;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .contact a i {
    margin-left: 8px;
  }
}
.block_flow_operation ol > li ul .contact a i img {
  width: auto;
  height: 20px;
  margin-right: 0;
  vertical-align: baseline;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .contact a i img {
    height: 10px;
  }
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .tel {
    order: 1;
  }
}
.block_flow_operation ol > li ul .tel a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-block: 7px 12px;
  border-radius: 10px;
  background-color: #20b3d2;
  color: #fff;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .tel a {
    padding-bottom: 4px;
    min-height: 63px;
    pointer-events: auto;
  }
}
.block_flow_operation ol > li ul .tel a p {
  margin-top: 0;
  font-size: 1.82vw;
  letter-spacing: 4px;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .tel a p {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}
.block_flow_operation ol > li ul .tel a p img {
  margin-right: 14px;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .tel a p img {
    width: 23px;
    margin-right: 7px;
  }
}
.block_flow_operation ol > li ul .tel a p:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .block_flow_operation ol > li ul .tel a p:last-child {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}

.block_area {
  background: #fff;
  padding-bottom: 100px;
}
@media all and (max-width: 896px) {
  .block_area {
    margin-top: -130px;
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.block_area .ttl_h2 span {
  background: #fff;
}
.block_area ul {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .block_area ul {
    display: block;
  }
}
.block_area ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding: 32px 24px;
  border-radius: 8px;
  border: 2px solid #30cced;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 896px) {
  .block_area ul li {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
  }
}
.block_area ul li:last-child {
  margin-right: 0;
}
.block_area ul li dt {
  margin-bottom: 18px;
  color: #20b3d2;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .block_area ul li dt {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.block_area ul li dd {
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .block_area ul li dd {
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.block_area .note {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: right;
}
@media all and (max-width: 896px) {
  .block_area .note {
    text-align: center;
  }
}
.block_area .to_faq {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .block_area .to_faq {
    margin-top: 80px;
  }
}
.block_area .to_faq a {
  display: flex;
  justify-content: center;
  min-width: 690px;
  padding: 28px 32px;
  border-radius: 8px;
  background: #58c6dd;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 2px 2px 16px 0 rgba(64, 80, 105, 0.25);
}
@media all and (max-width: 896px) {
  .block_area .to_faq a {
    min-width: initial;
    padding: 16px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.block_area .to_faq a span {
  position: relative;
  padding-left: 62px;
}
@media all and (max-width: 896px) {
  .block_area .to_faq a span {
    padding-left: 38px;
  }
}
.block_area .to_faq a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 43px;
  background: url(/lp-cleanzu/assets/images/top/ico_question.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .block_area .to_faq a span::before {
    width: 31px;
    height: 31px;
  }
}

.block_faq {
  padding-block: 70px 100px;
}
@media all and (max-width: 896px) {
  .block_faq {
    margin-top: -80px;
    padding-block: 90px 20px;
  }
}
.block_faq .acd-menu li {
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 0 32px;
  background: #fff;
  box-shadow: 2px 2px 25px 0 rgba(64, 80, 105, 0.08);
}
@media all and (max-width: 896px) {
  .block_faq .acd-menu li {
    margin-bottom: 16px;
    padding: 0 16px;
  }
}
.block_faq .acd-menu .acd-check {
  display: none;
}
.block_faq .acd-menu .acd-label {
  display: block;
  position: relative;
  padding: 24px 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 2px;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .block_faq .acd-menu .acd-label {
    padding: 16px 26px 16px 48px;
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.block_faq .acd-menu .acd-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 44px;
  background: url(/lp-cleanzu/assets/images/top/ico_q.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .block_faq .acd-menu .acd-label:before {
    width: 40px;
    height: 40px;
  }
}
.block_faq .acd-menu .acd-label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/lp-cleanzu/assets/images/top/ico_ar_up.svg) no-repeat center/cover;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .block_faq .acd-menu .acd-label:after {
    width: 18px;
    height: 18px;
  }
}
.block_faq .acd-menu .acd-content {
  position: relative;
  height: 0;
  opacity: 0;
  padding: 0 0 0 60px;
  border-top: 1px dashed rgba(64, 80, 105, 0.2);
  font-size: 1.8rem;
  line-height: 34px;
  letter-spacing: 1px;
  transition: 0.2s;
  visibility: hidden;
}
@media all and (max-width: 896px) {
  .block_faq .acd-menu .acd-content {
    padding: 0 0 0 48px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.block_faq .acd-menu .acd-content::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 44px;
  height: 44px;
  background: url(/lp-cleanzu/assets/images/top/ico_a.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .block_faq .acd-menu .acd-content::before {
    width: 40px;
    height: 40px;
  }
}
.block_faq .acd-menu .acd-check:checked + .acd-label:after {
  transform: rotate(0deg);
  top: calc(50% - 11px);
}
.block_faq .acd-menu .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 16px 0 24px 60px;
  visibility: visible;
}
@media all and (max-width: 896px) {
  .block_faq .acd-menu .acd-check:checked + .acd-label + .acd-content {
    padding: 19px 0 16px 48px;
  }
}

.block_quotation {
  padding-block: 40px 60px;
  background: #fff url(../images/top/bg_contact_pc.jpg) no-repeat center 0/100% auto;
}
@media all and (max-width: 896px) {
  .block_quotation {
    padding-block: 40px 30px;
    background-image: url(../images/top/bg_contact_sp.jpg);
  }
}
.block_quotation.transparent {
  background-color: transparent;
}
.block_quotation_upper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
}
@media all and (max-width: 896px) {
  .block_quotation_upper {
    flex-direction: column;
  }
}
.block_quotation_upper h3 {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: min(2vw, 3rem);
  font-weight: 700;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .block_quotation_upper h3 {
    font-size: 2rem;
  }
}
.block_quotation_upper ul {
  display: flex;
}
@media all and (max-width: 896px) {
  .block_quotation_upper ul {
    justify-content: center;
    position: static;
  }
}
.block_quotation_upper ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 147px;
  border: 4px solid #20b3d2;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.4px;
}
@media all and (max-width: 896px) {
  .block_quotation_upper ul li {
    width: 103px;
    height: 103px;
    border-width: 3px;
    font-size: 1.6rem;
    letter-spacing: 0.32px;
  }
}
.block_quotation_upper ul li:not(:last-child) {
  margin-right: 8px;
}
@media all and (max-width: 896px) {
  .block_quotation_upper ul li:not(:last-child) {
    margin-right: 12px;
  }
}
.block_quotation_upper ul li strong {
  color: #ff5465;
  font-size: 2.8rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .block_quotation_upper ul li strong {
    font-size: 1.8rem;
  }
}
@media (min-width: 897px) and (max-width: 1700px) {
  .block_quotation_upper ul {
    justify-content: center;
    position: static;
    margin-top: 20px;
  }
}
.block_quotation_lower {
  max-width: 1720px;
  width: calc(100% - 30px);
  margin: 40px auto 0;
  padding-block: 32px 40px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 896px) {
  .block_quotation_lower {
    margin-block: 16px 24px;
    padding-block: 1px 20px;
  }
}
.block_quotation_lower h4 {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 3.2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .block_quotation_lower h4 {
    margin-block: 20px;
    font-size: 2rem;
  }
}
.block_quotation_lower ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  letter-spacing: 4px;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul {
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    letter-spacing: 1px;
  }
}
.block_quotation_lower ul li {
  width: calc((100% - 30px) / 2);
  margin-inline: 15px;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul li {
    width: 100%;
    margin-inline: 0;
  }
}
.block_quotation_lower ul .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #ff5465;
  color: #fff;
  font-size: 2.9rem;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .contact a {
    min-height: 84px;
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
.block_quotation_lower ul .contact a img {
  width: 30px;
  margin: 3px 10px 0 0;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .contact a img {
    width: 22px;
    margin: 3px 8px 0 0;
  }
}
.block_quotation_lower ul .contact a i {
  margin-left: 5px;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .contact a i {
    margin-left: 9px;
  }
}
.block_quotation_lower ul .contact a i img {
  width: auto;
  height: 20px;
  margin-right: 0;
  vertical-align: baseline;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .contact a i img {
    height: 13px;
  }
}
.block_quotation_lower ul .tel a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0 20px;
  border-radius: 10px;
  background-color: #20b3d2;
  color: #fff;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .tel a {
    min-height: 84px;
  }
}
.block_quotation_lower ul .tel a p {
  margin-top: 0;
  font-size: max(2vw, 2.4rem);
  letter-spacing: 4px;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .tel a p {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}
.block_quotation_lower ul .tel a p img {
  margin-right: 14px;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .tel a p img {
    width: 26px;
    margin: -4px 8px 0 0;
  }
}
.block_quotation_lower ul .tel a p:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(1vw, 1.6rem);
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .tel a p:last-child {
    letter-spacing: 1px;
  }
}
.block_quotation_lower ul .line a {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  border-radius: 16px;
  background: #a7e896;
  color: #0a4b25;
  font-family: "Zen Maru Gothic";
  font-size: max(1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .line a {
    gap: 16px;
    padding: 12px 20px;
    font-size: 1.2rem;
  }
}
.block_quotation_lower ul .line a i {
  width: 96px;
  height: 96px;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .line a i {
    width: 64px;
    height: 64px;
  }
}
.block_quotation_lower ul .line a p strong {
  display: block;
  margin-top: -12px;
  font-size: max(2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 2.4px;
}
@media all and (max-width: 896px) {
  .block_quotation_lower ul .line a p strong {
    margin-top: -6px;
    font-size: 2rem;
  }
}

.block_bnr {
  padding-block: 60px 50px;
  background: #fff;
  text-align: center;
}
@media all and (max-width: 896px) {
  .block_bnr {
    padding-block: 30px;
  }
}
.block_bnr li:not(:first-child) {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .block_bnr li:not(:first-child) {
    margin-top: 0;
  }
}

.block_sns {
  padding-block: 50px 150px;
  background: #fff;
  text-align: center;
}
@media all and (max-width: 896px) {
  .block_sns {
    padding-block: 30px 70px;
  }
}
.block_sns ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .block_sns ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 252px;
    margin-top: 30px;
  }
}
.block_sns ul li {
  margin: 0 10px;
}
@media all and (max-width: 896px) {
  .block_sns ul li {
    width: 118px;
    margin: 16px 16px 0 0;
  }
}
@media all and (max-width: 896px) {
  .block_sns ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .block_sns ul li:nth-child(2n) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=top.css.map */
