@charset "UTF-8";
/* ---------------------------------------------
  extermination
-----------------------------------------------*/
.ttl_vertical{
    position: absolute;
    right: 40px;
    top: 55px;
    z-index: 3;
}

.bg-gray{
    width: 82%;
    max-width: 956px;
    margin: 0 0 0 auto;
    position: relative;
    background:#EFEFEF;
    border-radius: 30px;
    padding: 55px 40px;
    box-sizing: border-box;
}

.bg-yellow{
    width: 82%;
    max-width: 956px;
    margin: 0 0 0 auto;
    position: relative;
    background: rgba(206,182,102,.3);
    border-radius: 30px;
    padding: 55px 40px 60px 40px;
    box-sizing: border-box;
}

.sec_ttl{
    font-size: 2.4rem;
    margin-bottom: 35px;
}

.main_wrap{
    display: flex;
    justify-content: space-between;
}
.cnts_wrap{
    width: 100%;
    margin-left: -290px;
}

.side_wrap{
    width: 23%;
    max-width: 290px;
    min-width: 230px;
    z-index: 3;
}

@media screen and (min-width: 901px){
    .side-sticky {
        postion: -webkit-sticky;
        position: sticky;
        top: 110px;
    }
}

.long_btn {
    width: 90%;
    margin: 0 auto 0 0;
    background: #E8E8E8;
    border-radius: 0 40px 40px 0;
    box-sizing: border-box;
    transition: .4s;
}
.long_btn .btn_link {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 27px 12%;
    box-sizing: border-box;
}

.long_btn.first, .long_btn.active,
.hover_btn.on .long_btn.first.active{
    width: 100%;
    background: #94BC69;
}

.long_btn.first .btn_link, .long_btn.active .btn_link,
.hover_btn.on .long_btn.first.active .btn_link{
    padding: 27px 16% 27px 12%;
}
.hover_btn.on .long_btn.first .btn_link{
    padding: 27px 12%;
}

.ie .long_btn .btn_link,
.ie .hover_btn.on .long_btn.first .btn_link{padding: 29px 12% 25px 12%;}

.ie .long_btn.first .btn_link, .ie .long_btn.active .btn_link,
.ie .hover_btn.on .long_btn.first.active .btn_link{
    padding: 29px 16% 25px 12%;
}

.extermination_wrap .box{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 250px;
}
.extermination_wrap .box+.box{ margin-top: 35px;}

.extermination_wrap .box .img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    z-index: 3;
}
.extermination_wrap .box .img img{ border-radius: 17px;}

.extermination_wrap .box .txt{
    position: relative;
    margin: 0 0 0 auto;
    width: 93%;
    max-width: 830px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 30px;
    background: #FFF;
    padding: 45px 25px 35px 280px;
    box-sizing: border-box;
    z-index: 1;
}
.ie .extermination_wrap .box .txt{min-height: 255px;}
.extermination_wrap .box .txt .ttl{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.extermination_wrap .box .txt .text{
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}
.extermination_wrap .box .txt .txt_link{ color: #499CFD; transition: .4s;}
.extermination_wrap .box .txt .txt_link:hover{ opacity: .7;}

@media screen and (max-width: 900px) {
/* tab */

    .main_wrap{
        display: block;
    }
    .cnts_wrap{
        width: 100%;
        margin-left: auto;
    }

    .side_wrap{
        width: 94%;
        max-width: inherit;
        min-width: inherit;
        margin: 4% auto 6% auto;
    }
    .bg-gray{
        width: 100%;
        max-width: inherit;
        padding: 9% 5%;
        border-radius: 20px;
    }
    .bg-yellow{
        width: 100%;
        max-width: inherit;
        padding: 9% 5%;
        border-radius: 20px;
    }
    .side_wrap .reason_links{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .side_wrap .reason_links .long_btn{
        margin: 0;
        border-radius: 12px;
    }
    
    .side_wrap .reason_links .long_btn,
    .hover_btn.on .long_btn.first,
    .long_btn.first, .long_btn.active, .hover_btn.on .long_btn.first.active{
        width: 49%;
        margin-bottom: 5px;
    }

    .long_btn .btn_link,
    .hover_btn.on .long_btn.first .btn_link,
    .long_btn.first .btn_link, .long_btn.active .btn_link, .hover_btn.on .long_btn.first.active .btn_link{
        padding: 10% 8%;
    }

   .extermination_wrap .box{
        position: relative;
        display: block;
        min-height: 250px;
    }
    .extermination_wrap .box+.box{ margin-top: 5%;}

    .extermination_wrap .box .img{
        position: relative;
        width: 70%;
        max-width: 592px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 17px;
        z-index: 3;
        text-align: center;
    }
    .extermination_wrap .img img{
        width: 100%;
        max-width: inherit;
    }
    .extermination_wrap .box .txt{
        position: relative;
        width: 94%;
        max-width: inherit;
        height: auto;
        display: block;
        border-radius: 17px;
        padding:12% 5% 7% 5%;
        margin: -6% auto 0 auto;
        z-index: 1;
    }

}


@media screen and (max-width: 600px) {
    .ttl_vertical{
        right: 2%;
        top: 2%;
    }

    .sec_ttl{
        font-size: 5.0vw;
        margin-bottom: 5%;
    }

    .long_btn .btn_link,
    .long_btn.first .btn_link, .long_btn.active .btn_link, .hover_btn.on .long_btn.first.active .btn_link{
        font-size: 3.8vw;
    }

    .extermination_wrap .box .txt{
        padding:14% 5% 7% 5%;
    }

    .extermination_wrap .box .txt .ttl{
        font-size: 4.2vw;
        line-height: 1.5;
    }
    .extermination_wrap .box .txt .text{
        font-size: 3.8vw;
    }


}

/*  sec-termite -------------------------------------------*/
.sec-termite{
    margin: 0 auto 60px auto;
}
.sec-termite .lead{
    width: 100%;
    max-width: 560px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.1;
    margin-bottom: 30px;
    font-feature-settings: "palt";
}



@media screen and (max-width: 600px) {
    .sec-termite{
        margin:  0 auto 12% auto;
    }

    .sec-termite .lead {
        width: 90%;
        max-width: inherit;
        font-size: 3.6vw;
        line-height: 2;
        margin-bottom: 5%;
    }


}

/*  sec02 -------------------------------------------*/
.sec02{ margin: 0 auto 60px auto;}

.sec02 .flex_box{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}
.sec02 .flex_box .img{
    width: 54%;
    max-width: 465px;
    border-radius: 17px;
    overflow: hidden;
    box-sizing: border-box;
}
.sec02 .flex_box .txt{
    width: 42%;
}

.sec02 .ico_list li{
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.444;
    padding-left: 33px;
    box-sizing: border-box;
}
.sec02 .ico_list li+li{ margin-top: 15px;}
.sec02 .ico_list li:before{
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    content: '';
    background: url("../img/extermination/ico_check2x.jpg") no-repeat center center;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
}
.ie .sec02 .ico_list li:before{top: -2px;}

.sec02 .flex_box .btn_wrap{ margin-top: 30px;}
.sec02 .flex_box .btn_wrap .btn.green{
    max-width: 280px;
    background: #94BC69;
}
.sec02 .flex_box .btn_wrap .btn.green:hover{ opacity: .7;}

@media screen and (max-width: 1024px) {
    .sec02 .flex_box .img{
        width: 50%;
    }
    .sec02 .flex_box .txt{
        width: 46%;
    }
}

@media screen and (max-width: 900px) {
/* tab */
    .sec02 .flex_box{
        display: block;
    }
    .sec02 .flex_box .img{
        width: 100%;
        max-width: 465px;
        margin: 0 auto 6% auto;
    }
    .sec02 .flex_box .img img{
        width: 100%;
        max-width: inherit;
    }
    .sec02 .flex_box .txt{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .sec02{ margin: 0 auto 12% auto;}

    .sec02 .ico_list li{
        font-size: 4vw;
        padding-left: 8vw;
    }
    .sec02 .ico_list li:before{
        top: .8vw;
        width: 5vw;
        max-width: 48px;
        height: 5vw;
        max-height: 48px;
    }


    .sec02 .flex_box .btn_wrap{ margin-top: 6%;}
    .sec02 .flex_box .btn_wrap .btn.green{
        width: 80%;
        max-width: inherit;
    }

}

/*  sec03 -------------------------------------------*/
.sec03{ margin: 0 auto 60px auto;}

.price_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 68px;
    padding: 23px 10px;
    box-sizing: border-box;
}
.ie .price_wrap{padding: 26px 10px 20px 10px;}

.price_wrap .txt01{
    font-size: 2.4rem;
    font-weight: 700;
    margin-right: 50px;
}
.ie .price_wrap .txt01{
    position: relative;
    top: 3px;
}

.price_wrap .price{
    font-size: 2.4rem;
    font-weight: 700;
    color: #94BC69;
}
.price_wrap .price .en{ font-size: 3.0rem;}
.price_wrap .txt02{
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: 20px;
}
.ie .price_wrap .txt02{
    position: relative;
    top: 5px;
}

.sec03 .text{
    font-size: 1.6rem;
    line-height: 2;
}

@media screen and (max-width: 1054px) {
    .price_wrap .txt01{
        font-size: 2.vw;
        margin-right: 5%;
    }


    .price_wrap .price{
        font-size: 2.2vw;
    }
    .price_wrap .price .en{ font-size: 2.8vw;}
    .price_wrap .txt02{
        font-size: 1.6vw;
        margin-left: 4%;
    }

}

@media screen and (max-width: 900px) {
/* tab */
    .price_wrap{
        flex-wrap: wrap;
        margin-bottom: 6%;
        border-radius: 60px;
        padding: 23px 10px;
    }
    .price_wrap .txt01{
        margin-right: 5%;
    }
    .price_wrap .txt02{
        width: 100%;
        text-align: center;
        margin: 0 4% 0 4%;
    }

}

@media screen and (max-width: 600px) {
    .sec03{ margin: 0 auto 12% auto;}

    .price_wrap{
        border-radius: 17px;
    }
    .price_wrap .txt01{
        font-size: 5.6vw;
    }
    .price_wrap .price{
        font-size: 5.6vw;
    }
    .price_wrap .price .en{ font-size: 6.4vw;}
    .price_wrap .txt02{
        width: 100%;
        font-size: 3.8vw;
    }

    .sec03 .text{
        font-size: 3.8vw;
    }

}

/*  sec-flow -------------------------------------------*/
.sec-flow{ margin: 0 auto 60px auto;}
.sec-flow .bg-gray{ padding-bottom: 0;}
.sec-flow .box_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-flow .box{
    position: relative;
    width: 31%;
    max-width: 267px;
    margin-bottom: 30px;
}
.sec-flow .box .img:after{
    position: absolute;
    right: -10%;
    top: 50%;
    margin-top: -7px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    border-color: transparent transparent transparent #707070;
}
.sec-flow .box:nth-of-type(3n) .img:after{ display: none;}

.sec-flow .box .img{
    position: relative;
}
.sec-flow .box .img img{
    border-radius: 17px;
    overflow: hidden;
}
.sec-flow .box .txt .price{
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 17px;
    padding: 3px 20px 2px 20px;
    margin: 20px 0;
    box-sizing: border-box;
}
.ie .sec-flow .box .txt .price{padding: 5px 20px 0 20px;}
.sec-flow .box .txt .price.free{
    color: #FFF;
    background: #94BC69;
}
.sec-flow .box .txt .price.paid{ background: #FFEB00;}

.sec-flow .box .ttl{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.sec-flow .box .ttl .num{ font-size: 2.2rem; margin-right: 10px;}
.sec-flow .box .text{
    font-size: 1.4rem;
    line-height: 2.28;
}

@media screen and (max-width: 1024px) {
    .sec-flow .box .img:after{
        right: -9%;
    }
}

@media screen and (max-width: 600px) {
    .sec-flow{ margin: 0 auto 12% auto;}
    .sec-flow .bg-gray{ padding-bottom: 1px;}
    .sec-flow .box_wrap{
        display: block;
    }
    .sec-flow .box{
        position: relative;
        width: 100%;
        max-width: inherit;
        margin-bottom: 14%;
    }
    .sec-flow .box .img:after{ display: none;}
    .sec-flow .box:after{
        position: relative;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        right: auto;
        left: auto;
        top: auto;
        bottom: -15px;
        margin: 0 auto;
        border-width: 13px 7px 0 7px;
        border-color: #707070 transparent transparent transparent;
    }
    .sec-flow .box:nth-of-type(3n):after{ display: block;}
    .sec-flow .box:last-of-type::after{ display: none;}

    .sec-flow .box .img img{
        width: 100%;
        max-width: inherit;
    }
    .sec-flow .box .txt .price{
        font-size: 3.4vw;
        padding: 3px 20px;
        margin: 4% 0;
    }

    .sec-flow .box .ttl{
        font-size: 3.8vw;
        margin-bottom: 10px;
    }
    .sec-flow .box .ttl .num{ font-size: 5vw; margin-right: 10px;}
    .sec-flow .box .text{
        font-size: 3.6vw;
        line-height: 2;
    }

}

/*  
sec-hornet / .sec-rat /.sec-hornet02 -------------------------------------------*/
.sec-hornet,
.sec-rat{ margin: 0 auto 60px auto;}

.sec-hornet02{margin: 0 auto 95px auto;}

.sec-hornet .lead,
.sec-rat .lead,
.sec-hornet02 .lead{
    width: 100%;
    max-width: 560px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.1;
    margin-bottom: 30px;
    font-feature-settings: "palt";
}


@media screen and (max-width: 600px) {
.sec-hornet,
.sec-rat{ margin: 0 auto 12% auto;}

.sec-hornet02{margin: 0 auto 16% auto;}
    .sec-hornet .lead,
    .sec-rat .lead,
    .sec-hornet02 .lead{
        width: 90%;
        max-width: inherit;
        font-size: 3.6vw;
        line-height: 2;
        margin-bottom: 5%;
    }



}








