@charset "UTF-8";
/* kv */
#kv {
  position: relative;
  padding-bottom: 34.66%;
}

.kv_img {
  position: relative;
}

.kv_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 210px;
  width: 36.266%;
  padding-bottom: 13.33%;
}

.kv_cat {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -5px;
  width: 100%;
}

/* intro */
#intro {
  text-align: center;
}
#intro .txt1 {
  font-size: 1.286em; /*18px*/
  font-size: min(4.8vw, 23px);
  font-weight: 700;
  line-height: 1.333;
}
#intro .txt2 {
  color: #03c4e7;
  font-size: 1.714em; /*24px*/
  font-size: min(6.4vw, 31px);
  font-weight: 700;
  line-height: 1.333;
}
#intro .txt2 .small {
  font-size: 0.75em;
}
#intro .txt3 {
  font-weight: 500;
}
#intro .pic_box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 13px;
  margin-left: auto;
  margin-right: auto;
}
#intro .pic_box::before, #intro .pic_box::after {
  content: "";
  display: block;
  position: absolute;
  background: 50% 50% no-repeat;
  background-size: contain;
}
#intro .pic_box::before {
  left: 0;
  bottom: 0;
  width: 65px;
  height: 55px;
  background-image: url("../image2/intro_pic_01.png");
}
#intro .pic_box::after {
  right: 2px;
  bottom: -3px;
  width: 70px;
  height: 64px;
  background-image: url("../image2/intro_pic_02.png");
}

/* merit */
/*#merit {

}*/
.merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
  margin: 35px auto 0;
}
.merit_list li {
  width: 48.65%;
  margin-bottom: 10px;
}
.merit_list img {
  width: 100%;
}

/* reason */
/*#reason {

}*/
.reason_lb {
  margin-bottom: 30px;
  font-size: 1.286em;
  font-weight: 500;
  line-height: 1.444;
  text-align: left;
}

.reason_cont {
  text-align: center;
}
.reason_cont > * + * {
  margin-top: 25px;
}
.reason_cont .para {
  margin-bottom: 35px;
}

.reason_popup {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.reason_popup_inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.reason_popup_box {
  padding-top: 90px;
  padding-bottom: 40px;
  background: #fff;
}

.reason_popup_btn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.reason_popup_close, .reason_popup_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.375em;
  height: 1.375em;
  padding: 0;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}

.reason_popup_open {
  position: absolute;
  right: 17px;
  bottom: 19px;
  background: #fcd003;
  color: #000;
}

.reason_popup_close {
  position: absolute;
  right: 5.33%;
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
  color: #fff;
}

#reasonSlider {
  /*.item_img {

  }*/
}
#reasonSlider .item_box {
  position: relative;
}
#reasonSlider .item_txt {
  position: absolute;
  left: 22px;
  top: 27px;
  color: #fff;
}
#reasonSlider .item_lb {
  font-size: 1.286em;
  font-weight: 500;
  line-height: 1.444;
}
#reasonSlider .item_lb span {
  display: block;
}
#reasonSlider .item_lb .num {
  font-size: 3.333em;
  line-height: 1.2;
}

/* difference */
#diff {
  padding: 40px 0;
}

#diffSlider {
  padding: 20px 0;
}
#diffSlider a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#diffSlider .item_box {
  position: relative;
}
#diffSlider .check {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(17.39%, -27.94%);
          transform: translate(17.39%, -27.94%);
}
#diffSlider .swiper-button-next,
#diffSlider .swiper-button-prev {
  top: 80px;
  top: min(20px + 16vw, 140px);
}

/* cleaning */
#cleaning .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
#cleaning .menu_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
  margin: -10px auto 0;
}
#cleaning .menu_list2 li {
  width: 48.65%;
  margin-bottom: 10px;
}

.cleaning_menu {
  padding: 25px 0;
  margin: 30px auto 35px;
  background: #fcd003;
}
.cleaning_menu .txt1 {
  font-size: 1.429em;
  font-weight: 700;
  text-align: center;
}
.cleaning_menu .txt1 .small {
  font-size: 0.7em;
  font-weight: 400;
}

/* futon */
#futon .futon_menu {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

/* flow */
/*#flow {

}*/
/* news */
/*#news {

}*/
.news_list {
  margin-top: -12px;
  white-space: nowrap;
  overflow: hidden;
}
.news_list li {
  border-bottom: dotted 2px #ccc;
}
.news_list li:last-child {
  border-bottom: none;
}
.news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 8px 0 7px;
  color: inherit;
  text-decoration: none;
}
.news_list a::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.news_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.071em;
}

/*.news_lb {

}*/
@media screen and (min-width: 769px) {
  /* intro */
  #intro .txt1 {
    font-size: 1.286em; /*18px*/
  }
  #intro .txt2 {
    font-size: 1.714em; /*24px*/
  }
  /* PC端末のみに限定すること */
  .lbOpen .reason_popup_close {
    right: 37px;
  }
  .lbOpen .reason_popup_inner {
    width: 392px;
  }
  .lbOpen .reason_popup_box {
    padding-right: 17px;
  }
  #diffSlider .swiper-button-next,
  #diffSlider .swiper-button-prev {
    top: 80px;
  }
}