/******************************
 * common
 ******************************/
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}

a:hover,
a:hover img,
button:hover {
  opacity: 0.7;
}

/******************************
 * fv
 ******************************/
@media screen and (min-width:768px) {
  .fv {
    padding: 30px 0;
    text-align: center;
    background-image: url('/img/lp/lp-00061/img/fv_pc_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fv img {
    width: 50%;
    max-width: 570px;
  }
}

@media screen and (max-width:767px) {
  .fv {}

  .fv img {}
}


/******************************
 * top3
 ******************************/
.top3 {
  background: linear-gradient(180deg, #FFFCE3 0%, #FFF7B2 100%);
}

@media screen and (min-width:768px) {
  .top3 {
    padding: 30px 0 0;
  }
}

@media screen and (max-width:767px) {
  .top3 {}

  .top3>picture {
    display: block;
    transform: translateY(-2em);
    position: relative;
    z-index: 1;
  }
}

.top3 .inner {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

@media screen and (min-width:768px) {
  .top3 .inner {
    margin-top: 1em;
    padding-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .top3 .inner {
    margin-top: 3em;
    padding-top: 1px;
    padding-bottom: 10px;
  }
}

.top3 .inner>picture {
  display: block;
  width: 100%;
}

@media screen and (min-width:768px) {
  .top3 .inner>picture:nth-of-type(1) {
    transform: translateY(-3em);
  }

  .top3 .inner>picture:nth-of-type(2) {}
}

@media screen and (max-width:767px) {
  .top3 .inner>picture:nth-of-type(1) {
    display: block;
    text-align: center;
    margin-top: -3em;
    width: 100%;
  }
  .top3 .inner>picture:nth-of-type(1) img {
    width: 80%;
  }

  .top3 .inner>picture:nth-of-type(2) {
    margin: 10px auto 20px;
    width: 80%;
  }

}


.top3 .inner .items {}

@media screen and (min-width:768px) {
  .top3 .inner .items {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    padding: 0 30px;
  }
}

@media screen and (max-width:767px) {
  .top3 .inner .items {}
}

.top3 .inner .item {
  position: relative;
}

@media screen and (min-width:768px) {
  .top3 .inner .item {}
}

@media screen and (max-width:767px) {
  .top3 .inner .item {
    padding: 10px;
  }
}


.top3 .inner .item .cart_btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.5%;
}

@media screen and (min-width:768px) {
  .top3 .inner .item .cart_btn {}
}

@media screen and (max-width:767px) {
  .top3 .inner .item .cart_btn {}
}


.top3 .inner .item .cart_btn .order-button {}

@media screen and (min-width:768px) {
  .top3 .inner .item .cart_btn .order-button {}
}

@media screen and (max-width:767px) {
  .top3 .inner .item .cart_btn .order-button {}
}


.top3_cloud {
  position: absolute;
}

@media screen and (min-width:768px) {
  .top3_cloud_top {
    width: 67px;
    left: 1%;
    top: 27%;
  }

  .top3_cloud_bottom {
    width: 67px;
    right: 5%;
    bottom: 1%;
  }
}

@media screen and (max-width:767px) {
  .top3_cloud_top {
    width: 67px;
    right: 0%;
    top: 12%;
  }

  .top3_cloud_bottom {
    width: 67px;
    right: 0;
    bottom: 24%;
  }
}

/******************************
 * 単品で頼むよりこんなにおトク！
 ******************************/
.setOtoku {
  border-radius: 10px;
}

@media screen and (min-width:768px) {
  .setOtoku {
    padding: 10px 60px 40px;
    background-color: #FFE9E9;
  }
}

@media screen and (max-width:767px) {
  .setOtoku img {
    width: 100%;
  }
}


/******************************
 * カジタクのセット商品はこんな方におすすめ
 ******************************/
.osusume {
  background-color: #fff;
}

@media screen and (min-width:768px) {
  .osusume {
    margin-bottom: -8%;
    padding: 0 0 10%;
  }

  .osusume div:not([class]) {
    margin: 0 auto;
    max-width: 1140px;
  }

  .osusume .btn {
    text-align: center;
    width: 32%;
    position: absolute;
    bottom: 3.5%;
    right: 0;
  }
}

@media screen and (max-width:767px) {
  .osusume {
    margin-bottom: -10%;
    padding: 0 15px 60px;
  }

  .osusume>picture {
    display: block;
    margin-top: -20%;
    margin-bottom: 20px;
  }

  .osusume .btn {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 3%;
    left: 0;
  }
}

.osusume .btn img {
  width: 80%;
}

.osusume+.plan_top_wave {
  margin-top: -10%;
}


/******************************
 * 選べるプランいろいろ
 ******************************/
.planlist {
  background: linear-gradient(180deg, #FFFCE3 0%, #FFF7B2 100%);
}

@media screen and (min-width:768px) {
  .planlist {
    margin-top: -1.5%;
    padding: 0 0 50px;
  }

  .planlist1 {
    margin-bottom: -14%;
    padding-bottom: 17%;
  }

  .planlist2 {
    padding-top: 0;
  }
}

@media screen and (max-width:767px) {
  .planlist {
    padding: 0 15px 30px;
  }

  .planlist1 {
    margin-bottom: -17%;
    padding-bottom: 100px;
  }
}

.sectioin_title {
  margin: 0 auto;
  max-width: 770px;
}

.plan_title {
  margin: 0 auto 20px;
}

@media screen and (max-width:767px) {
  .plan_title {
    margin: 35px auto 15px;
  }

  .plan_title_1 {
    margin-top: 20px;
  }
}

@media screen and (min-width:768px) {
  .plan_title_1 {
    margin-top: -7%;
  }

  .plan_title_2 {
    margin-top: 4%;
  }

  .plan_title_3 {
    margin-top: -11%;
  }
}


.planlist .plan_items {
  display: flex;
}

@media screen and (min-width:768px) {
  .planlist .plan_items {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 770px;
  }
}

@media screen and (max-width:767px) {
  .planlist .plan_items {
    flex-direction: column;
    gap: 20px;
  }
}

.planlist .item {
  position: relative;
}

@media screen and (min-width:768px) {
  .planlist .item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:767px) {}


.planlist .item .cart_btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {}

.plan_top_wave {}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {}


@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {}

.item_wrap {
  margin: 0 auto;
  max-width: 770px;
  position: relative;
}

.plan_cloud {
  position: absolute;
}

@media screen and (min-width:768px) {
  .plan_cloud_top {
    left: -12%;
    top: 10%;
  }

  .plan_cloud_bottom {
    right: -8%;
    top: 42%;
  }
}

@media screen and (max-width:767px) {

  .plan_cloud_top {
    width: 80px;
    right: -5%;
    top: 37.5%;
  }

  .plan_cloud_bottom {
    width: 74px;
    left: -5%;
    bottom: 25%;
  }
}

/******************************
 * 「ハウスクリーニング」ってちょっと心配
 ******************************/
.detailBlock02 {
  padding: 3% 0;
}

@media screen and (max-width:767px) {
  .detailBlock02 {
    padding-bottom: 20px;
  }
}

.triangle {
  text-align: center;
  width: 100%;
}

@media screen and (min-width:768px) {
  .triangle img {
    width: 10%;
  }
}

@media screen and (max-width:767px) {
  .triangle img {
    width: 30%;
  }
}


/******************************
 * カジタクが選ばれる理由
 ******************************/
.reason {
  background-color: #fff;
}

@media screen and (min-width:768px) {
  .reason {
    margin-top: -5%;
    padding-top: 100px;
  }
}

@media screen and (max-width:767px) {
  .reason {
    margin-top: -12%;
    padding: 15% 15px 0;
  }
}

.reason .inner {
  position: relative;
}


@media screen and (min-width:768px) {
  .pcbg {
    position: absolute;
    width: 100%;
    top: 1%;

    height: 90%;
    overflow: hidden;
  }

}

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

@media screen and (min-width:768px) {
  .reason .inner>picture:nth-of-type(1) {
    display: block;
    margin: 0 auto 20px;
    max-width: 800px;
  }

}

@media screen and (max-width:767px) {
  .reason .inner>picture:nth-of-type(1) {
    display: block;
    margin-bottom: 15px;
  }
}

.reason_cloud {
  position: absolute;
}

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

@media screen and (min-width:768px) {
  .reason_cloud_top {
    left: -7%;
    /*top: 38%;*/
    top: 19%;
  }

  .reason_cloud_bottom {
    right: -12%;
    bottom: 5%;
  }
}

/******************************
 * 評価
 ******************************/
.hyouka {
  background-color: #fff;
}

@media screen and (min-width:768px) {
  .hyouka {
    padding-top: 110px;
  }
}

@media screen and (max-width:767px) {
  .hyouka {
    padding: 40px 15px 0;
  }
}


/******************************
 * お客さまからいただいた声
 ******************************/
.voice {
  background-color: #fff;
}

@media screen and (min-width:768px) {
  .voice {
    margin-bottom: -14%;
    padding-bottom: 16%;
    padding-top: 50px;
  }
}

@media screen and (max-width:767px) {
  .voice {
    margin-bottom: -10%;
    padding: 30px 15px 60px;
  }
}

.voice .inner {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}

.voice .inner:first-of-type {
  border-top: 1px solid #ccc;
}

@media screen and (min-width:768px) {
  .voice .inner {
    padding-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .voice .inner {
    padding-top: 30px;
  }

}

.voice .contH202 {
  text-align: left;
}

.voice_swiper {}

.voice_swiper {}

.voice_swiper {
  margin: 0 auto;
  width: 85%;
}

@media screen and (max-width:767px) {
  .voice_swiper {
    width: 90%;
  }
}

.voice_swiper .swiper-wrapper {
  display: flex;
}

.voice_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  height: auto;
  background-image: url(/img/lp/lp-00061/img/voice_item_bg.png);
  border-radius: 10px;
  box-sizing: border-box;
}

.voice_swiper .swiper-slide p {
  font-size: 18px;
  text-align: left;
}

.voice_swiper .swiper-slide p:last-of-type {
  font-size: 16px;
}

.voice_swiper .swiper-slide p:nth-of-type(n+2) {
  margin-top: 1em;
}



.voice_swiper .swiper-pagination {
  margin-top: 10px;
  position: static;
}

/* ページネーションのサイズと色 */
.voice_swiper .swiper-pagination-bullet {
  .voice_swiper .swiper-slide background-color: #CCCCCC;
  height: 10px;
  width: 10px;
}

.voice_swiper .swiper-pagination-bullet-active {
  background-color: #B60081;
}


.voice_swiper~.swiper-button-prev {
  background-image: url("/renewal_2025/img/slide_prev.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width:767px) {
  .voice_swiper~.swiper-button-prev {
    left: -3%;
  }
}

.voice_swiper~.swiper-button-next {
  background-image: url("/renewal_2025/img/slide_next.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width:767px) {
  .voice_swiper~.swiper-button-next {
    right: -3%;
  }
}



/******************************
 * 各メニューの特徴
 ******************************/
.tokucho {
  background-color: #fff;
}

@media screen and (min-width:768px) {
  .tokucho {
    padding: 50px 0;
  }
}

@media screen and (max-width:767px) {
  .tokucho {
    padding: 30px 15px;
    overflow: clip;
  }
}


@media screen and (min-width:768px) {
  .tokucho .title {
    display: block;
    margin: 0 auto;
    max-width: 800px;
  }
}

@media screen and (max-width:767px) {
  .tokucho {}
}

.tokucho .inner {
  margin: 0 auto;
  max-width: 970px;
  position: relative;
}

@media screen and (min-width:768px) {
  .tokucho .inner {
    display: flex;
    justify-content: center;
    grid-gap: 30px;
    padding: 20px 0;
  }
}

@media screen and (max-width:767px) {
  .tokucho .inner {}
}

.tokucho .item {
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #ECF6FF;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:768px) {
  .tokucho .item {
    padding: 25px;
    width: 30%;
  }
}

@media screen and (max-width:767px) {
  .tokucho .item {
    margin-top: 20px;
    padding: 25px;
  }
}

.tokucho .item .title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

@media screen and (min-width:768px) {}

.tokucho .item .img {
  margin: 10px auto;
}

.tokucho .item .text {
  font-size: 16px;
  margin-bottom: 10px;
}

.tokucho .item .btn {
  margin: auto auto 0;
  width: 100%;
  position: static;
}

.tokucho .item .btn img {
  width: 100%;
  position: static;
}



.tokucho .women {
  position: absolute;
  left: -10%;
  top: 40%;
}

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

.tokucho .men {
  width: 200px;
  position: absolute;
  top: 25%;
}

@media screen and (max-width:767px) {
  .tokucho .men {
    width: 30%;
    position: absolute;
    top: -8%;
    right: 1%;
    z-index: 1;
  }
}

.tokucho .cloud {
  position: absolute;
}

@media screen and (min-width:768px) {
  .tokucho .cloud {
    bottom: -8%;
    right: 0%;
  }
}

@media screen and (max-width:767px) {
  .tokucho .cloud {
    width: 22%;
    top: 30%;
    right: -6%;
    z-index: 1;
  }
}

.tokucho .circle_top {
  width: 200px;
  position: absolute;
  right: 10%;
  top: -10%;
}

@media screen and (max-width:767px) {
  .tokucho .circle_top {
    width: 40%;
    right: -13%;
    top: -7%;
  }
}

.tokucho .circle_bottom {
  width: 200px;
  position: absolute;
  left: -10%;
  bottom: -5%;
}

@media screen and (max-width:767px) {
  .tokucho .circle_bottom {
    width: 40%;
    left: -13%;
    bottom: -5%;
  }
}


/******************************
 * よくあるご質問
 ******************************/
.faq {}

@media screen and (min-width:768px) {
  .faq {}
}

@media screen and (max-width:767px) {
  .faq {
    padding-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .contBtn02 a:link {
    width: 70%;
    height: 3.5em;
    border-radius: 10px;
  }
}

/******************************
 * お申し込みからクリーニングまでの流れ
 ******************************/
.flow {
  background-color: #fff;
}

@media screen and (min-width:768px) {
  .flow {
    margin-bottom: -14%;
    padding-bottom: 14%;
  }
}

@media screen and (max-width:767px) {
  .flow {
    margin-bottom: -10%;
    padding: 30px 0 50px;
  }

  .flow>picture {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.flow .inner {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}

.btn {
  position: absolute;
}

@media screen and (min-width:768px) {
  .btn {
    width: 40%;
  }

  .btn.btn1 {
    left: 8.2%;
    bottom: 10%;
  }

  .btn.btn2 {
    right: 8.2%;
    bottom: 48%;
  }

  .btn.btn3 {
    right: 8.2%;
    bottom: 10.3%;
  }

  .btn img {
    width: 44%;
  }
}

@media screen and (max-width:767px) {
  .btn {
    width: 100%;
    left: 0;
  }

  .btn.btn1 {
    bottom: 58.7%;
  }

  .btn.btn2 {
    bottom: 27%;
  }

  .btn.btn3 {
    bottom: 4%;
  }

  .btn img {
    width: 50%;
  }
}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {}


@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {}



/******************************
 * ビフォアフ
 ******************************/

@media screen and (min-width:768px) {
  .contBlock04.befoaf {
    padding: 30px 0px 60px !important;
  }
}

@media screen and (max-width:767px) {}





/******************************
 * その他のカジタクサービスはこちら
 ******************************/
.btn_group_outer {
  background-color: #EDF7FF;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .btn_group_outer {
    padding-top: min(40 / 750 * 100vw, 40px);
    padding-bottom: min(40 / 750 * 100vw, 40px);
  }
}

.btn_group_outer .btn_group_inner {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .btn_group_outer .btn_group_inner {
    padding-left: min(40 / 750 * 100vw, 40px);
    padding-right: min(40 / 750 * 100vw, 40px);
  }
}

.btn_group_outer .btn_group_inner h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .btn_group_outer .btn_group_inner h3 {
    font-size: min(32 / 750 * 100vw, 32px);
    text-align: left;
  }
}

.btn_group_outer .btn_group_inner .flex {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .btn_group_outer .btn_group_inner .flex {
    gap: min(10 / 750 * 100vw, 10px);
    margin-top: min(20 / 750 * 100vw, 20px);
  }
}

.btn_group_outer .btn_group_inner .flex>* {
  flex: 1;
}

.btn_group_outer .btn_group_inner .maintop {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .btn_group_outer .btn_group_inner .maintop {
    margin-top: min(20 / 750 * 100vw, 20px);
  }
}


/******************************
 * キャンペーンカルーセル
 ******************************/
.lp_cp_bnr_slick {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto;
  opacity: 0;
  transition: opacity .3s linear;
}

.lp_cp_bnr_slick.slick-initialized {
  opacity: 1;
}

.lp_cp_bnr_slick_item {
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -15px;
  }

}

.slick-prev::before,
.slick-next::before {
  color: #ccc;
}

.slick-dots li button::before {
  font-size: 10px;
}

@media (min-width:768px) {
  .service .service_content {
    display: block;
  }
}

.modal .modal_swipe.is-open .modal_swipe_inner {
  box-sizing: border-box;
}