@charset "UTF-8";

/* -------------------------------------------------------- */
/* -------------------------------------------------------- */

/* ------------------------------------------*/
 .wrap__clean{
  width: 100%;
  background: url("../img/bg_aircon.jpg") no-repeat top center/100%;
 }
 .wrap__clean h3{padding-top: 5rem;}

 .box__clean{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:5rem;
  margin-top: 5rem;
 }
 .box__clean figcaption{
  text-align: center;
}

 .box__clean .before,
 .box__clean .after{border-radius: 2rem;}

 .box__clean .before,
  .box__clean .after{
  filter: drop-shadow(0px 3px 10px rgb(0, 0, 0, 0.4));
 }
  .box__clean .before{
    background-color: var(--gray-el);
    padding: 4rem 4rem 2rem 4rem;
  }
 .box__clean .after{
  background-color: var(--main-el);
  padding: 3rem 4rem 2rem 4rem;
 }
 .after small{float: right;font-size: var(--font12);}

 .before figcaption,
 .after figcaption{
  font-weight: 600;
  font-size: var(--font-l);
  margin-top: 1rem;
  letter-spacing: 0.1rem;
}
 .after figcaption{color: var(--main-c);}
 /* after矢印 */
 .after_arrow{
  display: block;
  margin:0 auto -3rem auto;
  filter: drop-shadow(0 8px 5px rgb(0, 0, 0, 0.3));/*影*/
  width: 60%;
  z-index: 10;
}

/*  */
.clean_more{
  background-color: var(--main-c);
  padding: 5rem 0 3rem 0;
  margin-bottom: 4rem;
  z-index: -1;
}
.clean_more img{width: 90px;margin: -1rem 2rem 0 2rem;}
 /*◎751〜900の間の幅*/
@media screen and (min-width: 751px) and (max-width: 900px){
.clean_more img{width: 8vw;margin: 0 0 1rem 0}
}

.clean_more p{text-align: center;letter-spacing: 0.1rem;}
.clean_more .txtUP{
  color: var(--white);
  font-size: var(--font-xll);
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-top: -0.8rem;
}
.clean_more .fontY{
  font-weight: 800;
  letter-spacing: 0.3rem;

}
.fontY{
  color: var(--yellow);
  font-size: var(--font30);
  margin: 0 0.3rem;
}
.clean_more .fontB{
  font-size: 70px;
  margin-right: 0.3rem;
}
.clean_more .maru {
  background-color: var(--yellow);
  border-radius: 30px;
  padding: 0.15rem 0.5rem 0.3rem 0.5rem;
  margin-right: 0.4rem;
  font-size: var(--font-sl);
  font-weight: 500;
}
.clean_more .asterisk{color:var(--white);margin-top: 1rem;}/*注記*/




/* ------------------------------------------*/
/* 当日の作業内容 */

.wrap__details{
  width: 100%;
  background: url("../img/bg_02.png") no-repeat top center/100%;
  background-color: rgb(193, 231, 247);
  padding-bottom: 5rem;
}
.wrap__details h3{
  text-align: center;
  font-size: var(--font-xl);
  padding-top: 5rem;
  margin-bottom: 3rem;
}
.wrap__details .box{width: 560px;margin: 0 auto;}
.wrap__details .box h6,
.wrap__details .txt_around{text-align: center;}
.wrap__details .box h6{
  width: 300px;
  background-color:var(--gray);
  color: var(--white);
  font-size: var(--font-sm);
  border-radius: 30px;
  margin: 0 auto -0.8rem auto;
  padding: 0.2rem 0;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
.wrap__details .txt_around{
  border-top: solid 1px var(--gray);
  border-bottom: solid 1px var(--gray);
  padding: 1.5rem 0 1rem 0;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

/* 当日の作業内容 */
 .box__sub_top_three{
  display: flex;
  flex-wrap : wrap;
  justify-content:space-between;
  margin: 5rem auto;
  gap: 1rem;
}
 /*◎751〜1300の間の幅*/
@media screen and (min-width: 751px) and (max-width: 1300px){
.box__sub_top_three{
    justify-content:center;
    gap: 2rem;
}
}
.box__sub_top_three .item{
  margin-bottom: 1rem;
  width: 378px;
  background-color: var(--white);
  border-radius: var(--r15);
  filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.3));/*影*/
}
.box__sub_top_three .item div{padding:1.5rem 2rem;}
.box__sub_top_three .item img{border-radius: var(--r15)  var(--r15) 0 0;}
.box__sub_top_three figcaption{
  color: var(--main-c);
  font-weight: 600;
  font-size: var(--font-l);
  margin-bottom: 0.5rem;
}
.box__sub_top_three .item p {text-align: justify;}
.box__sub_top_three .item p span{font-size: var(--font12);}

/* ------------------------------------------*/
/* オプション */
.wrap__option{
  background-color: var(--white);
  border-radius: var(--r15);
  filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.3));/*影*/
}
.wrap__option .box_sub{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 520px;
}
.wrap__option .box_sub img{
  border-radius: 0 var(--r15) 0 var(--r15);
  height: 100%;
}
 /*◎751〜1300の間の幅*/
@media screen and (min-width: 751px) and (max-width: 1300px){
.wrap__option .box_sub{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
}
.box_left{padding:4rem 3rem 0 3rem;}

.wrap__option .kind{
  background-color: var(--yellow);
  font-size: var(--font14);
  font-weight: 500;
  border-radius: 30px;
  width: 200px;
  text-align: center;
  letter-spacing: 0.1rem;
}
.wrap__option h4{
  color: var(--main-c);
  font-size: var(--font-xl);
  letter-spacing: 0.1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.box_left b{
  font-size: var(--font-m);
  font-weight: 500;
}

.box_emphasis{
  background-color: var(--main-c);
  border-radius: var(--r1);
  color: var(--white);
  font-weight: 500;
  padding: 1.5rem 2rem;
  margin-top: 1rem;
}
.box_emphasis em{
  font-style: normal;
  font-size: var(--font30);
}
.box_emphasis .fontB{font-size: 40px;}
.box_left .asterisk{margin-top: 0.5rem;}
.super {vertical-align: super; /*テキストを上付きに*/}

/* -------- */
.box_sub_option {padding:2rem 3rem 3rem 3rem;}
.box_sub_option table{width: 100%;}
.box_sub_option table th{
  background-color: var(--gray);
  color: var(--white);
  padding-bottom: 0.2rem;
  letter-spacing: 0.1rem;
}
.box_sub_option table th .fontY{vertical-align: -4px;}
.box_sub_option table td{
  text-align: center;
  border: solid 1px var(--gray);
  width: 50%;
  padding: 0.8rem 0;
}
.box_sub_option table td span{
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.box_sub_option table b{
  font-size: var(--font30);
  vertical-align: -0.5px;
}
.box_sub_option .asterisk{margin-top: 0.5rem;}

/* -------- */
.sbs{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sbs li{
  border-bottom: solid 1px var(--gray);
  text-align: center;
}
.sbs li:first-child{
  border-left:solid 1px var(--gray);
  border-right:solid 1px var(--gray);
  background-color: var(--gray-el);
  font-weight: 500;
  padding-top: 1rem;
}
.sbs li:last-child{
  border-right:solid 1px var(--gray);
  color: var(--main-c);
  font-weight: 500;
  font-size: var(--font-sl);
  padding: 0.3rem 0  0.5rem 0;
}
.sbs li b{
  font-size: var(--font30);
  vertical-align: -0.5px
}
