.arrow {
  margin-bottom: 2.0rem;
}

.br {
  display: none;
}
@media screen and (max-width: 767px) {
  .br {
    display: block;
  }
}

.features {
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 767px) {
  .features .inner {
    max-width: 100%;
  }
}
.features .inner > span {
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .features .inner > span {
    max-width: 90%;
    margin: auto;
    margin-bottom: 1.0rem;
  }
}
.features .inner .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .features .inner .row {
    flex-wrap: wrap;
    max-width: 96%;
    margin: auto;
  }
}
.features .inner .row .col {
  width: 258px;
  height: 570px;
  border: 1px solid #754C24;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: left;
  line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .features .inner .row .col {
    width: 49%;
    height: auto;
    line-height: 1.2rem;
    padding: 1.0rem 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.features .inner .row .col span {
  display: block;
  color: #754C24;
  font-family: 'Zen Old Mincho', serif;
  font-weight: bolder;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 18px;
  line-height: 2.0rem;
}
@media screen and (max-width: 767px) {
  .features .inner .row .col span {
    font-size: 1.0rem;
    line-height: 1.0rem;
    margin-bottom: 0.5rem;
  }
}
.features .inner .row .col img {
  margin-bottom: 1.0rem;
}

.exp {
  margin-bottom: 2.0rem;
}
.exp > span {
  display: block;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  .exp > span {
    max-width: 90%;
    margin: auto;
  }
}
.exp > span img {
  margin: auto;
}
.exp .row {
  background: #FFEDA4;
  padding: 2.0rem 2.5rem;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  .exp .row {
    padding: 1.0rem 4%;
  }
}
.exp .row .bar {
  width: 100%;
  margin-bottom: 1.0rem;
}
.exp .row .col {
  width: 100%;
  background: #fff;
  padding: 1.5rem 1.0rem;
  border: 1px solid #ECA13B;
  border-radius: 10px;
  margin-bottom: 1.0rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .exp .row .col {
    flex-wrap: wrap;
  }
}
.exp .row .col .txt {
  width: 57%;
  padding-left: 2%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .exp .row .col .txt {
    width: 100%;
    order: 2;
  }
}
.exp .row .col .txt span {
  display: block;
  margin-bottom: 1.0rem;
}
.exp .row .col .txt p {
  font-size: 1.1rem;
  line-height: 2.0rem;
  margin-bottom: 1.0rem;
}
@media screen and (max-width: 767px) {
  .exp .row .col .txt p {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
}
.exp .row .col .txt p.small {
  font-size: 0.7rem;
  line-height: 1.0rem;
  margin-bottom: 0;
}
.exp .row .col .img {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .exp .row .col .img {
    width: 100%;
    order: 1;
    margin-bottom: 1.0rem;
  }
  .exp .row .col .img img:nth-of-type(1) {
    height: 8vw;
    margin: auto;
    margin-bottom: 1.5rem;
  }
}
.exp .row.p3 .img {
  width: 35%;
}
.exp .row.p3 .txt {
  width: 70%;
}

.pr {
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  .pr .inner {
    max-width: 90%;
  }
}
.pr .inner span {
  display: block;
}
.pr .inner .box {
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 1.0rem;
}
.pr .inner .box .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.0rem;
}
@media screen and (max-width: 767px) {
  .pr .inner .box .row {
    flex-wrap: wrap;
  }
}
.pr .inner .box .row .img {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .pr .inner .box .row .img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.pr .inner .box .row .txt {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .pr .inner .box .row .txt {
    width: 100%;
  }
}
.pr .inner .box .row .txt img:nth-of-type(1) {
  margin-bottom: 1.0rem;
}

@media screen and (max-width: 767px) {
  .arrow img {
    width: 12vw;
    height: auto;
  }
}

.vlap {
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 767px) {
  .vlap .inner {
    max-width: 90%;
  }
}
.vlap .inner > span {
  display: block;
  margin-bottom: 1.5rem;
}
.vlap .inner .box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  padding: 1.5rem 2.0rem 2.0rem 2.0rem;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box {
    padding: 1.0rem;
  }
}
.vlap .inner .box h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: 2.0rem;
  padding: 1.0rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: bolder;
  font-size: 2.0rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box h2 {
    font-size: 1.0rem;
    padding: 0.3rem 0;
  }
}
.vlap .inner .box .img {
  margin-bottom: 2.0rem;
}
.vlap .inner .box .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.0rem;
}
.vlap .inner .box .row .col {
  width: 47%;
  text-align: left;
  line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box .row .col {
    width: 48%;
    line-height: 1.2rem;
  }
}
.vlap .inner .box .row .col p {
  height: 80px;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box .row .col p {
    height: auto;
    margin-bottom: 1.0rem;
  }
}
.vlap .inner .box .row.p3 {
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box .row.p3 {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.vlap .inner .box .row.p3 .img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box .row.p3 .img {
    width: 100%;
    margin-bottom: 1.0rem;
  }
}
.vlap .inner .box .row.p3 .txt {
  width: 60%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 3.0rem;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box .row.p3 .txt {
    width: 100%;
    padding-top: 0;
    font-size: 1.0rem;
    line-height: 1.2rem;
    margin-bottom: 1.0rem;
  }
}
.vlap .inner .box .row.p3 .txt span {
  color: #FF4B00;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box .row.p3 .txt span {
    display: none;
  }
}
.vlap .inner .box .row.process {
  max-width: 90%;
  margin: auto;
}
.vlap .inner .box .row.process .col {
  width: 45%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box .row.process .col {
    flex-wrap: wrap;
  }
}
.vlap .inner .box .row.process .col img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box .row.process .col img {
    width: 100%;
    margin-bottom: 1.0rem;
  }
}
.vlap .inner .box .row.process .col p {
  width: 70%;
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .vlap .inner .box .row.process .col p {
    width: 100%;
    font-size: 1.0rem;
  }
}

.price {
  margin-bottom: 3.0rem;
}
.price .inner {
  max-width: 90%;
}
.price .inner img {
  margin: auto;
}
.price .inner img:nth-of-type(1) {
  margin-bottom: 1.5rem;
}

.benefit {
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 767px) {
  .benefit {
    margin-bottom: 1.5rem;
  }
}
.benefit .inner {
  max-width: 90%;
}
.benefit .inner img {
  margin: auto;
}
.benefit .inner img.pc {
  margin-bottom: 2.0rem;
}
.benefit .inner img.sp {
  margin-bottom: 1.0rem;
}
.benefit .inner p {
  display: none;
}
@media screen and (max-width: 767px) {
  .benefit .inner p {
    display: block;
  }
}

.cleaning {
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 767px) {
  .cleaning .inner {
    max-width: 90%;
  }
}
.cleaning .inner span {
  display: block;
  margin-bottom: 3.0rem;
}
.cleaning .inner .box {
  background-image: url(../img/index/cleaning_bg.webp);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 98% auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  padding: 340px 2.0rem 2.0rem 2.0rem;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  .cleaning .inner .box {
    padding: 0.2rem 0.5rem;
    background-image: none;
  }
}
.cleaning .inner .box .row {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cleaning .inner .box .row {
    flex-wrap: wrap;
  }
}
.cleaning .inner .box .row .col {
  width: 30%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cleaning .inner .box .row .col {
    width: 100%;
    margin-bottom: 1.0rem;
    border: 1px solid #754C24;
    border-radius: 10px;
    padding: 1.5rem;
  }
}
.cleaning .inner .box .row .col:nth-of-type(1) {
  width: 34%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .cleaning .inner .box .row .col:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1.0rem;
  }
}
.cleaning .inner .box .row .col:nth-of-type(2) {
  width: 34%;
  padding-left: 2%;
  padding-right: 2%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .cleaning .inner .box .row .col:nth-of-type(2) {
    width: 100%;
    margin-bottom: 1.0rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cleaning .inner .box .row .col:nth-of-type(3) img {
    margin-bottom: 0;
  }
}
.cleaning .inner .box .row .col img {
  margin-bottom: 1.5rem;
}
.cleaning .inner .box .row .col p {
  line-height: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cleaning .inner .box .row .col p {
    line-height: 1.2rem;
  }
}
.cleaning .inner .bottom img {
  margin: auto;
}
.cleaning .inner .bottom img:nth-of-type(1) {
  margin-bottom: 2.0rem;
}

.item .inner {
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  .item .inner {
    max-width: 90%;
  }
}
.item .inner .row {
  max-width: 940px;
  margin: auto;
  margin-top: 2.0rem;
}
.item .inner .row .col {
  border: 2px solid #000;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.0rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .item .inner .row .col {
    padding: 0;
  }
}
.item .inner .row .col:nth-of-type(1) {
  border-color: #B20000;
}
.item .inner .row .col:nth-of-type(2) {
  border-color: #0000A3;
}
.item .inner .row .col:nth-of-type(3) {
  border-color: #008345;
}
.item .inner .row .col .img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .item .inner .row .col .img {
    width: 100%;
    display: none;
  }
}
.item .inner .row .col .txt {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .item .inner .row .col .txt {
    width: 100%;
    padding: 1.0rem;
  }
}
.item .inner .row .col .txt img {
  margin-bottom: 1.0rem;
}
@media screen and (max-width: 767px) {
  .item .inner .row .col .txt img {
    margin-bottom: 0;
  }
}
.item .inner .row .col .txt a {
  display: block;
  width: 100%;
  height: 53px;
  background-image: url(../img/index/item_btn.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item .inner .row .col .txt a {
    display: none;
  }
}
.item .inner .row .col .bottom {
  width: 100%;
  padding: 0.5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .item .inner .row .col .bottom {
    display: none;
  }
}
.item .inner .row .col .btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .item .inner .row .col .btn {
    display: block;
  }
}
.item .inner .note {
  margin-bottom: 5.0rem;
}
@media screen and (max-width: 767px) {
  .item .inner .note {
    margin-bottom: 2.0rem;
  }
}
.item .inner .note ul {
  margin-bottom: 2.0rem;
  margin-left: 2.0rem;
}
@media screen and (max-width: 767px) {
  .item .inner .note ul {
    margin-left: 0;
  }
}
.item .inner .note ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .item .inner .note ul li {
    font-size: 1.0rem;
    margin-bottom: 0.2rem;
  }
}
.item .inner .note p {
  font-size: 2.0rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .item .inner .note p {
    font-size: 1.0rem;
  }
}
.item .inner .note p span {
  text-decoration: underline;
}
.item .inner .other {
  margin-bottom: 5.0rem;
}
@media screen and (max-width: 767px) {
  .item .inner .other {
    margin-bottom: 2.0rem;
  }
}

.summary .inner {
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  .summary .inner {
    max-width: 90%;
  }
}
.summary .inner .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  .summary .inner .box {
    padding: 0.5rem;
    margin-bottom: 1.0rem;
  }
}
.summary .inner .flow .box {
  text-align: left;
}
.summary .inner .flow .box:nth-of-type(2) > p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .summary .inner .flow .box {
    padding: 1.0rem 1.5rem;
  }
  .summary .inner .flow .box:nth-of-type(4), .summary .inner .flow .box:nth-of-type(5) {
    padding: 1.0rem;
  }
  .summary .inner .flow .box:nth-of-type(4) p, .summary .inner .flow .box:nth-of-type(5) p {
    margin-bottom: 0;
  }
}
.summary .inner .flow .box h3 {
  font-size: 1.8rem;
  color: #42210B;
  margin-bottom: 1.5rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 767px) {
  .summary .inner .flow .box h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.summary .inner .flow .box p {
  font-size: 1.2rem;
  margin-bottom: 1.0rem;
}
@media screen and (max-width: 767px) {
  .summary .inner .flow .box p {
    font-size: 1.0rem;
  }
}
.summary .inner .flow .box a {
  display: block;
  width: 345px;
  height: 60px;
  background-image: url(../img/index/summary_btn_order.webp);
  background-size: 100% 100%;
  margin: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .summary .inner .flow .box a {
    width: 80%;
    height: 11vw;
  }
}
.summary .inner .flow .box .row .txt {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .summary .inner .flow .box .row .txt {
    width: 70%;
  }
}
.summary .inner .flow .box .row .img {
  width: 22%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .summary .inner .flow .box .row .img {
    width: 28%;
  }
}
.summary .inner .flow .arrow {
  padding: 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .summary .inner .flow .arrow {
    padding: 0.2rem 0;
    width: 10%;
    height: auto;
    margin-bottom: 1.0rem;
  }
}

.voice {
  margin-bottom: 3.0rem;
  background: #FFEDA4;
  padding: 2.0rem 0;
}
.voice .inner {
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  .voice .inner {
    max-width: 90%;
  }
}
.voice .inner .row .col {
  width: 49%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  padding: 1.4rem;
  border-radius: 10px;
  margin-bottom: 1.0rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .voice .inner .row .col {
    width: 100%;
    flex-wrap: wrap;
  }
}
.voice .inner .row .col .img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .voice .inner .row .col .img {
    width: 100%;
  }
}
.voice .inner .row .col .txt {
  width: 60%;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .voice .inner .row .col .txt {
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.4rem;
  }
}
