.kind-stage{
    position: relative;
}
.kind-stage::after{
    position: absolute;
    content: "";
    width: 590px;
    height: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/txt-deco-01.png);
    right: -100px;
    bottom: -240px;
    z-index: -1;
    animation: bing 360s infinite;
}
.map{
    position: relative;
}
.map::after{
    position: absolute;
    content: "";
    width: 590px;
    height: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/txt-deco-01.png);
    right: -100px;
    bottom: -240px;
    z-index: -1;
    animation: bing 360s infinite;
}
.sub02-1{
    position: relative;
    padding-bottom: 130px;
}
.sub02-1::after{
    position: absolute;
    content: "";
    width: 590px;
    height: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/txt-deco-01.png);
    right: -100px;
    top: 40px;
    z-index: -1;
    animation: bing 360s infinite;
}
.sub02-1 .system h2{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #231f20;
    margin-bottom: 90px;
}
.sub02-1 .system h2 span{
    color: #009a8c;
    font-weight: 700;
}
.sub02-1 .system .list{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.sub02-1 .system .list .item{
    position: relative;
    width: calc((100% - 40px) / 2);
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 50px 30px;
}
.sub02-1 .system .list .item::after{
    position: absolute;
    content: "";
    width: 200px;
    height: 20px;
    background-color: #009a8c;
    left: 0;
    top: 0;
}
.sub02-1 .system .list .item h3{
    font-size: 30px;
    font-weight: 600;
}
.sub02-1 .system .list .item p{
    font-size: 18px;
    margin-top: 25px;
}
.sub02-1 .system .list .item p span{
    color: #ff9000;
    font-weight: 700;
}
.sub03-1{
    padding-bottom: 120px;
}
.board h2{
    text-align: center;
    font-size: 40px;
}
.board .searchBox{
    display: flex;
    margin: 50px 0;
    justify-content: center;
}
.board .searchBox select{
    border: 1px solid #ddd;
    height: 54px;
    padding: 0 60px 0 20px;
    background-size: 11px;
    background-position: right 15px center;
    margin-right: 10px;
}
.board .searchBox .inputBox{
    display: flex;
}
.board .searchBox .inputBox input{
    height: 54px;
    width: 400px;
    border: 1px solid #ddd;
}
.board .searchBox .inputBox button{
    background-color: #009a8c;
    color: #fff;
    height: 54px;
    padding: 0 40px;
}
.board .cbox>p span{
    font-weight: 700;
    color: #009a8c;
}
.board .cbox .boardCont{
    margin-top: 10px;
    border-top: 2px solid #111;
    margin-bottom: 70px;
}
.board .cbox .boardCont .item{
    display: flex;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.board .cbox .boardCont .item span{
    text-align: center;
}
.board .cbox .boardCont .item>p{
    text-align: center;
    width: 100px;
}
.board .cbox .boardCont .item .notice{
    width: 60px;
    margin: 0 auto;
    display: block;
    background-color: #111;
    color: #fff;
    padding: 5px 0;
    border-radius: 20px;
}
.board .cbox .boardCont .item .tbox{
    width: calc(100% - 200px);
}
.board .cbox .boardCont .item .tbox h3{
    font-size: 20px;
}
.board .cbox .boardCont .item .tbox p{
    font-size: 16px;
}
.board .cbox .boardPage{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.board .cbox .boardPage li a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.board .cbox .boardPage li a img{
    height: 14px;
}
.board .cbox .boardPage li.num a{
    border: 1px solid #ddd;
}
.board .cbox .boardPage li.num.on a{
    background-color: #009a8c;
    color: #fff;
    border: 1px solid #009a8c;
}

.gallery .galleryList{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 70px;
}
.gallery .galleryList {
    border-top: 2px solid #111;
    margin-top: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}
.gallery .galleryList .item{
    width: calc((100% - 60px) / 3);
}
.gallery .galleryList .item .img{
    position: relative;
    border-radius: 20px 0;
    overflow: hidden;
}
.gallery .galleryList .item .img span{
    position: absolute;
    background-color: #ff9000;
    color: #fff;
    font-weight: 700;
    top: 20px;
    left: 20px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
}
.gallery .galleryList .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .galleryList .item h3{
    font-size: 24px;
    height: 76.8px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
.gallery .galleryList .item p{
    color: #333;
}

.pest-info{
    position: relative;
}
.pest-info::after{
    position: absolute;
    content: "";
    width: 590px;
    height: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/txt-deco-01.png);
    left: -100px;
    top: -240px;
    z-index: -1;
    animation: bing 360s infinite;
}

.pest-info .list .item .inner{
    display: flex;
    gap: 80px;
    align-items: center;
}
.pest-info .list .item{
    padding: 40px 0;
}
.pest-info .list .item:nth-child(odd){
    background-color: #f6f6f6;
}
.pest-info .list .item .img{
    width: 280px;
    height: 220px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.pest-info .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pest-info .list .item .tbox h3{
    font-size: 30px;
}
.pest-info .list .item .tbox span{
    font-size: 18px;
    color: #ff9000;
}
.pest-info .list .item .tbox .box {
    margin-top: 40px;
}
.pest-info .list .item .tbox .box p{
    position: relative;
    padding-left: 20px;
    font-size: 18px;
}
.pest-info .list .item .tbox .box p::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 9px;
    border-radius: 10px;
    background-color: #009a8c;
}
.pest-info .list .item .tbox .box p:not(:first-child){
    margin-top: 10px;
}

.cont2-3 {
    padding-bottom: 120px;
}
.cont2-3 .kind-txt-cont h2{
    text-align: center;
}
.cont2-3 .kind-txt-cont h3{
    font-size: 24px;
    color: #111;
    text-align: center;
    background-color: #f6f6f6;
    padding: 40px 0;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 20px;
}
.cont2-3 .kind-txt-cont p{
    text-align: center;
    font-size: 20px;
}
.specialty{
    display: flex;
    gap: 40px;
}
.specialty>div{
    width: calc((100% - 40px) / 2);
}
.specialty .imgBox>div{
    width: 100%;
    height: 650px;
}
.specialty .imgBox>div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialty .tbox{
    padding-right: calc((100% - 1400px) / 2);
}
.specialty .tbox>div{
    padding: 90px 0;
}
.specialty .tbox>div:not(:first-child){
    border-top: 1px solid #ddd;
}
.specialty .tbox>div h3{
    font-size: 28px;
    color: #009a8c;
    margin-bottom: 30px;
}
.specialty .tbox>div p{
    position: relative;
    font-size: 20px;
    padding-left: 12px;
}
.specialty .tbox>div p:not(:first-child){
    margin-top: 10px;
}
.specialty .tbox>div p::before{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #111;
    border-radius: 2px;
    left: 0;
    top: 14px;
}


.cont2-4{
    padding-bottom: 120px;
}
.cont2-4 .kind-txt-cont h2{
    text-align: center;
}
.cont2-4 .kind-txt-cont p{
    text-align: center;
    font-size: 20px;
}
.cont2-4 .box{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.cont2-4 .box .item{
    width: calc((100% - 75px) / 4);
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/box-bg.png);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}
.cont2-4 .box .item p{
    font-size: 24px;
}
.cont2-4 .notice-p{
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 100px;
}
.cont2-4 .notice-p b{
    display: inline-block;
}
.cont2-4 .docu{
    display: flex;
    gap: 100px;
    justify-content: center;
    margin-bottom: 120px;
}
.cont2-4 .docu .item{
    width: calc((100% - 200px) / 2);
}
.cont2-4 .docu .item img{
    width: 100%;
}
.cont2-4 .imgsrr .slick-slide{
    height: 400px;
    margin: 10px;
}
.cont2-4 .imgsrr .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.cont3-1 {
    padding-bottom: 80px;
}
.cont3-1 .box .item{
    display: flex;
}
.cont3-1 .box .item>*{
    width: 50%;
}
.cont3-1 .box .item:not(:first-child){
    margin-top: 50px;
}
.cont3-1 .box .item .img{
    height: 300px;
    overflow: hidden;
}
.cont3-1 .box .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont3-1 .box .item:nth-child(odd) .img{
    border-radius: 20px 0;
}
.cont3-1 .box .item:nth-child(even) .img{
    border-radius: 0 20px;
}
.cont3-1 .box .item:nth-child(even){
    flex-direction: row-reverse;
}
.cont3-1 .box .item:nth-child(even) .tbox{
    text-align: right;
}
.cont3-1 .box .item .tbox{
    padding: 0 50px;
}
.cont3-1 .box .item .tbox h3{
    position: relative;
    font-size: 20px;
    padding-left: 0px;
}
.cont3-1 .box .item .tbox h3::before{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #5aa88c;
    vertical-align: middle;
    border-radius: 10px;
    margin-bottom: 4px;
    margin-right: 10px;
}
.cont3-1 .box .item .tbox p{
    padding-left: 20px;
    font-size: 18px;
    color: #aaa;
}
.cont3-1 .box .item .tbox ul{
    font-size: 18px;
    margin-top: 50px;
}
.cont3-1 .box .item .tbox ul li:not(:first-child){
    margin-top: 10px;
}
.cont3-1 .box .item .tbox ul li span{
    font-weight: 900;
    margin-right: 5px;
}

.cont4-1 {
    padding-bottom: 100px;
}
.cont4-1 .box{
    display: flex;
}
.cont4-1 .box .imgBox{
    width: 50%;
    height: 640px;
}
.cont4-1 .box .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont4-1 .box .cbox{
    width: 50%;
    padding-right: calc((100vw - 1400px ) / 2);
    padding-left: 50px;
}
.cont4-1 .box .cbox h3{
    font-size: 30px;
    margin-bottom: 40px;
    padding-top: 40px;
}
.cont4-1 .box .cbox p{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 60px;
}
.cont4-1 .box .cbox .img{
    width: 100%;
    height: 340px;
}
.cont4-1 .box .cbox .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cont4-1 .md-tit{
    font-weight: 400;
    text-align: center;
    margin: 120px 0 50px;
}
.cont4-1 .md-tit span{
    font-weight: 700;
}
.cont4-1 .list{
    display: flex;
    gap: 25px;
}
.cont4-1 .list .item{
    border: 1px solid #ddd;
    width: calc((100% - 50px) / 3);
}
.cont4-1 .list .item .img{
    height: 250px;
}
.cont4-1 .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont4-1 .list .item .tbox{
    padding:  30px;
}
.cont4-1 .list .item .tbox h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.cont4-1 .list .item .tbox p{
    font-size: 18px;
    line-height: 2;
    word-break: keep-all;
}


.cont4-2 {
    padding-bottom: 100px;
}
.cont4-2 .tabBtn {
    display: flex;
    margin-bottom: 50px;
}
.cont4-2 .tabBtn button{
    width: 50%;
    border: 1px solid #dddddd;
    background-color: #f6f6f6;
    padding: 20px 0;
    font-size: 20px;
}
.cont4-2 .tabBtn button.on{
    background-color: #009a8c;
    color: #fff;
    font-weight: 600;
}
.cont4-2 .tabBox .box{
    display: flex;
}
.cont4-2 .tabBox .box .imgBox{
    width: 50%;
    height: 640px;
}
.cont4-2 .tabBox .box .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont4-2 .tabBox .box .cbox{
    width: 50%;
    padding-right: calc((100vw - 1400px ) / 2);
    padding-left: 50px;
}
.cont4-2 .tabBox .box .cbox h3{
    font-size: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
}
.cont4-2 .tabBox .box .cbox p{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 60px;
}
.cont4-2 .tabBox .box .cbox .img{
    width: 100%;
    height: 340px;
}
.cont4-2 .tabBox .box .cbox .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont4-2 .tabBox .tbox{
    margin-top: 100px;
    display: flex;
}
.cont4-2 .tabBox .tbox h3{
    width: 450px;
    padding-right: 150px;
    font-size: 30px;
}
.cont4-2 .tabBox .tbox p{
    font-size: 18px;
    line-height: 2;
    width: calc(100% - 450px);
}
.cont4-2 .tabBox.n-2 .box .cbox p,
.cont4-2 .tabBox.n-3 .box .cbox p{
    margin-bottom: 5px;
}
.cont4-2 .tabBox.n-2 .box .cbox p:nth-child(5),
.cont4-2 .tabBox.n-3 .box .cbox p:nth-child(5){
    margin-bottom: 20px;
}
.cont4-2 .tabBox.n-2 .box .cbox p span,
.cont4-2 .tabBox.n-3 .box .cbox p span{
    font-weight: 700;
    margin-right: 5px;
}

.cont5-1 {
    padding-bottom: 100px;
}
.cont5-1 .box{
    display: flex;
}
.cont5-1 .box .imgBox{
    width: 50%;
    height: 640px;
}
.cont5-1 .box .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont5-1 .box .cbox{
    width: 50%;
    padding-right: calc((100vw - 1400px ) / 2);
    padding-left: 50px;
}
.cont5-1 .box .cbox h3{
    font-size: 30px;
    margin-bottom: 40px;
    padding-top: 40px;
}
.cont5-1 .box .cbox p{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 60px;
}
.cont5-1 .box .cbox .img{
    width: 100%;
    height: 340px;
}
.cont5-1 .box .cbox .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cont5-1 .md-tit{
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    margin: 120px 0 50px;
}
.cont5-1 .md-tit span{
    font-weight: 700;
}
.cont5-1 .solution .nbox:first-child{
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.cont5-1 .solution .nbox h3{
    position: relative;
    font-size: 30px;
    padding-left: 30px;
    margin-bottom: 50px;
}
.cont5-1 .solution .nbox h3::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #5aa88c;
}
.cont5-1 .solution .nbox .item{
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}
.cont5-1 .solution .nbox .item:not(:last-child){
    margin-bottom: 50px;
}
.cont5-1 .solution .nbox .item .img{
    width: calc(100% - 450px);
    height: 300px;
}
.cont5-1 .solution .nbox .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont5-1 .solution .nbox .item .tt{
    width: 430px;
}
.cont5-1 .solution .nbox .item .tt h4{
    font-size: 30px;
    font-weight: 400;
    color: #009a8c;
    margin-bottom: 10px;
}
.cont5-1 .solution .nbox .item .tt p{
    font-size: 18px;
    line-height: 2;
}

.board .detailBox{
    margin-top: 80px;
}
.board .detailBox .tit{
    border-top: 2px solid #111;
    padding: 10px 0;
    font-size: 24px;
}
.board .detailBox .tit span{
    background-color: #333;
    color: #fff;
    padding: 5px 20px;
    font-size: 18px;
    vertical-align: text-top;
    margin-right: 10px;
    border-radius: 20px;
}
.board .detailBox .box{
    border-top: 1px solid #ddd;
}
.board .detailBox .date{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.board .detailBox .fileBox{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.board .detailBox .fileBox a{
    position: relative;
    padding-left: 20px;
    text-decoration: underline;
}
.board .detailBox .fileBox a::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/sub/file.svg);
}
.board .detailBox .dbox{
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}
.board .detailBox .btnWrap{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.board .detailBox .btnWrap .back-list{
    background-color: #009a8c;
    color: #fff;
    padding: 10px 30px;
}

.cont7 .topImg {
    height: 300px;
}
.cont7 .topImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont7 .why{
    margin-top: 150px;
    display: flex;
}
.cont7 .why .tbox{
    width: 55%;
}
.cont7 .why .tbox h3{
    font-size: 35px;
    margin-bottom: 30px;
}
.cont7 .why .tbox h3 span{
    color: #009a8c;
}
.cont7 .why .tbox p b{
    display: inline;
    font-weight: 600;
}
.cont7 .why .imgBox{
    margin-left: 50px;
    width: calc(45% - 50px);
    height: 350px;
}
.cont7 .why .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont7 .when{
    position: relative;
    background-color: #009a8c;
    margin-top: 120px;
    padding: 120px 0;
    overflow: hidden;
}
.cont7-4 .when{
    margin-top: 0;
}
.cont7 .when::before{
    position: absolute;
    content: "";
    width: 120%;
    height: 60%;
    rotate: 30deg;
    background-color: rgba(199, 224, 215,0.3);
    bottom: 0;
    left: -20%;
}
.cont7 .when h3{
    font-size: 35px;
    color: #fff;
    text-align: center;
}
.cont7 .when h3 span{
    border-bottom: 1px solid #fff;
}

.cont7 .when .when-p{
    font-size: 24px;
    text-align: center;
    width: 80%;
    margin: 50px auto 0;
    color: #fff;
}
.cont7 .when .when-p span{
    font-weight: 800;
}
.cont7 .when .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.cont7 .when .list .item{
    text-align: center;
    width: calc(100% / 3);
    background-color: #fff;
    padding: 30px 0;
    border: 0.1px solid #009a8c;
    font-size: 18px;
}
.cont7 .when .list .item span{
    background-color: #009a8c;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.cont7 .stepBox{
    padding: 100px 0;
}
.cont7 .stepBox h3{
    font-size: 35px;
}
.cont7 .stepBox h3 span{
    color: #009a8c;
}
.cont7 .stepBox .list{
    margin-top: 50px;
    display: flex;
    gap: 10px;
}
.cont7 .stepBox .list .item{
    position: relative;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    width: calc((100% - 60px) / 7);
    height: 90px;
    z-index: 1;
}
.cont7-2 .stepBox .list .item{
    width: calc((100% - 50px) / 6);
}
.cont7-3 .stepBox .list .item{
    width: calc((100% - 40px) / 5);
}
.cont7-4 .stepBox .list .item{
    width: calc((100% - 40px) / 5);
}
.cont7 .stepBox .list .item:not(:last-child)::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/2-2.arrow.png);
    z-index: 3;
}
.cont7 .stepBox .list .item>*{
    width: 100%;
}
.cont7 .stepBox .list .item span{
    font-weight: 700;
}


.cont7 .cleaning{
    position: relative;
    background-color: #009a8c;
    margin-top: 120px;
    padding: 120px 0;
    overflow: hidden;
}
.cont7 .cleaning::before{
    position: absolute;
    content: "";
    width: 120%;
    height: 80%;
    rotate: 30deg;
    background-color: rgba(199, 224, 215,0.3);
    bottom: 0;
    left: -20%;
}
.cont7 .cleaning h3{
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}
.cont7 .cleaning .list .item{
    display: flex;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 60px 0 60px ;
}
.cont7 .cleaning .list .item:not(:last-child){
    margin-bottom: 60px;
}
.cont7 .cleaning .list .item:nth-child(2){
    flex-direction: row-reverse;
    border-radius: 60px 0 60px 0 ;
}
.cont7 .cleaning .list .item .img{
    width: 60%;
    height: 360px;
}
.cont7 .cleaning .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont7 .cleaning .list .item .tbox{
    width: 40%;
    padding: 40px ;
}
.cont7 .cleaning .list .item .tbox h4{
    position: relative;
    font-size: 35px;
    font-weight: 900;
    color: #009a8c;
    margin-bottom: 55px;
}
.cont7 .cleaning .list .item .tbox h4::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #aaa;
    left: 0;
    bottom: -25px;
}
.cont7 .cleaning .list .item .tbox p{
    font-size: 22px;
    font-weight: 100;
}
.cont7 .sofa{
    padding: 100px 0;
}
.cont7 .sofa h3{
    text-align: center;
    font-size: 35px;
}
.cont7 .sofa h3 span{
    color: #009a8c;
}
.cont7 .sofa .imgBox{
    width: 100%;
    height: 500px;
    margin-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/sofa.png);
}
.cont7 .sofa.n-2 .imgBox{
    background-image: url(../images/sub/sofa-2.png);
}

.cont7 .sofa .imgBox .tbox{
    width: 50%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px;
}
.cont7 .sofa .imgBox .tbox .box span{
    font-size: 50px;
    color: #a1e7e1;
}
.cont7 .sofa .imgBox .tbox .box h4{
    font-size: 30px;
    margin-bottom: 10px;
}
.cont7 .sofa .imgBox .tbox .box p{
    font-size: 18px;
}
.cont7 .sofa .imgBox .tbox .box:not(:first-child){
    margin-top: 30px;
}


.cont7 .careService{
    position: relative;
    background-color: #009a8c;
    padding: 120px 0;
    overflow: hidden;
}
.cont7 .careService::before{
    position: absolute;
    content: "";
    width: 120%;
    height: 80%;
    rotate: -30deg;
    background-color: rgba(199, 224, 215,0.3);
    bottom: 0;
    left: -20%;
}
.cont7 .careService h3 {
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.cont7 .careService h3 span{
    border-bottom: 1px solid #fff;
}
.cont7 .careService .list{
    display: flex;
    margin-top: 80px;
    gap: 40px;
}
.cont7 .careService .list .item{
    width: calc((100% - 80px) / 3);
    border-radius: 20px;
    background-color: #fff;
    padding: 80px 50px;
}
.cont7 .careService .list .item img{
    width: 50%;
    margin: 0 auto 50px;
}
.cont7 .careService .list .item h4{
    font-size: 25px;
    text-align: center;
}
.cont7 .careService .list .item p{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.cont1-1 .svc-target{
    margin-top: 80px;
    background-color: #fafafa;
    padding: 50px;
    border-radius: 0 80px 0 0;
    margin-bottom: 100px;
}
.cont1-1 .svc-target h3{
    font-size: 35px;
    text-align: center;
}
.cont1-1 .svc-target >p{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.cont1-1 .svc-target .list{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 50px;
}
.cont1-1 .svc-target .list .item{
    width: calc((100% - 100px) / 3);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
}
.cont1-1 .svc-target .list .item .img{
    width: 100%;
    height: 200px;
}
.cont1-1 .svc-target .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont1-1 .svc-target .list .item p{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}
.cont1-1 .kindBox{
    text-align: center;
    padding: 180px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/kind-1.png);
}
.cont1-1 .kindBox p{
    width: 50%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.cont1-1 .kindBox p b{
    display: inline;
}
.cont1-1 .company-h3{
    font-size: 35px;
    text-align: center;
    font-weight: 400;
}
.cont1-1 .company-h3 span{
    padding-bottom: 5px;
    border-bottom: 2px solid #009a8c;
}
.cont1-1 .vision{
    margin-top: 150px;
}

.cont1-1 .vision .imgBox{
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 0;
}
.cont1-1 .vision .imgBox img{
    width: 100%;
}

.cont1-1 .business{
    margin-top: 150px;
} 
.cont1-1 .business>p{
    color: #ababab;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.cont1-1 .business .list{
    margin-top: 60px;
    display: flex;
    gap: 100px;
}
.cont1-1 .business .list .item{
    width: calc((100% - 300px) / 4);
}
.cont1-1 .business .list .item .img{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
}
.cont1-1 .business .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont1-1 .business .list .item h4{
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-radius: 100px;
    font-size: 28px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/green-bg.png);
}
.cont1-1 .business .list .item:not(:last-child) h4::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/dots.png);
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
}
.cont1-1 .business .list .item p{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.cont1-1 .field{
    margin-top: 150px;
}
.cont1-1 .field>p{
    color: #ababab;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.cont1-1 .field img{
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
}
.cont1-1 .kind-bottom{
    color: #fff;
    text-align: center;
    padding: 180px 0;
    margin: 150px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/kind-2.png);
}
.cont1-1 .kind-bottom b{
    font-size: 35px;
}
.cont1-1 .kind-bottom p{
    width: 80%;
    margin: 40px auto 0;
    font-size: 30px;
}
@media (max-width: 1440px){

.stage-inner{
    padding: 0 10px;
}
    .loca-inner{
        padding: 0 10px;
    }
    .specialty .tbox{
        padding: 0 20px;
    }
        .brc{
        display: flex;
        justify-content: flex-end;
    }
    .care-cont-wrap{
        width: 445px;
        height: 445px;
    }

}
    
/*e:1440*/
@media (max-width: 1140px){


    .kind-txt .kind-txt-inner{
        width:100%;
        
    }
    .stage-inner{
        width: 100%;
    }
    .stage-inner .st-cont{
        width: 180px;
        height: 180px;
    }
    .kind-ment .kind-ment-inner{
        width: 100%;
    }
    .step-tit p{
        font-size: 24px;
    }
    .step-txt::after{
        width: 38px;
        height: 39px;
        background-size: cover;
        right: -45px;
    }
    .tbox{
        width: calc(100% - 360px);
    }
    .specialty .tbox>div{
        padding: 50px 0;
    }
    .cont2-4 .box .item p {
    font-size: 20px;
    }
        .care-cont-wrap{
        height: 320px;
        width: 320px;
    }
    .place-cont{
        padding: 0 20px;
    }
    .cont4-1 .list .item .tbox{
        width: 100%;
        margin-top: 0;
    }
    .cont4-2 .tabBox .tbox{
        width: 100%;
    }
}
/*e:1140*/
@media (max-width: 1024px){
    .stage-inner .st-cont{
        width: 160px;
        height: 160px;
    }
    .st-txt p {
        line-height: 22px;
    }
    .step-wrap{
        width: 240px;
    }
    .cont2-4 .imgsrr .slick-slide {
        height: 220px;
    }
    .cont4-1 .box .cbox .img{
        height: 300px;
    }
    .cont7 .when .list .item{
        padding: 30px 10px;
    }
    .cont7 .when .list .item span{
        display: block;
        margin: 0 auto 10px;
        line-height: 25px;
    }
}
/*e:1024*/
@media (max-width: 768px){
    .visual{
        height: 280px;
    }
    .visual h1{
        font-size: 36px;
    }
    .kind-stage{
        height: 600px;
    }
    .kind-txt{
        padding: 0 10px;
    }
    .kind-txt-cont h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .kind-txt-cont h3{
        font-size: 20px;
        line-height: 34px;
    }
    .stage-inner{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .kind-ment-inner p {
    font-size: 20px;
    }
    .kind-sub-logo{
        width: 200px;
    }
    .kind-sub-logo img{
        width: 100%;
        object-fit: cover;
    }
    .map{
        height: 350px;
    }
    .loca-inner{
        width: 100%;
    }
    .loca-cont{
        display: block;
        flex-wrap: nowrap;
    }
    .loca-txt{
        width: 100%;
    }
    .sub02-1 .system h2{
        font-size: 32px;
    }
    .sub02-1 .system .list{
        gap: 20px;
        display: block;
    }
    .sub02-1 .system .list .item{
        width: 100%;
        margin-bottom: 20px;
        padding: 50px 30px 30px;
    }
    .tit2-2 p span{
        font-size: 24px;
    }
    .step{
        display: block;
    }
    .step-wrap{
        width: 100%;
        margin-bottom: 35px;
    }
    .step-txt{
        height: auto !important;
        padding: 30px 20px !important;
    }
    .step-txt::after{
        left: 50%;
        transform: translateX(-50%) rotate(90deg) !important;
        top: unset !important;
        bottom: -25px;
    }
    .care-wrap{
        height: 730px;
    }
    .care-cont{
        display: block;
    }
    .care-txt{
        width: 100%;
        margin: 20px 0;
    }
    .care-cont-img{
        width: 100%;
        height: auto;
    }
    .pest-info .list .item .inner{
        display: block;
    }
    .pest-info .list .item .img{
        width: 100%;
    }
    .tbox{
        width: 100%;
        margin-top: 20px;
    }
    .cont2-3 .kind-txt-cont h3 {
        font-size: 20px;
        padding: 30px 20px;
    }
    .cont2-3 .kind-txt-cont p{
        font-size: 18px;
    }
    .specialty{
        display: block;
    }
    .specialty>div{
        width: 100%;
    }
    .imgBox>div:last-child{
        display: none;
    }
    .specialty .imgBox>div{
        height: 400px;
    }
    .cont2-4 .box{
        gap: 0;
        justify-content: space-between;

    }
    
    .cont2-4 .box .item{
        width: calc((100% - 10px) / 2);
        padding: 0 10px;
        margin-bottom: 10px;
        height: 200px;
    }
    .cont2-4 .docu{
        display: block;
    }
    .cont2-4 .docu .item{
        width: 100%;
    }
    .cont-wrap2-5{
        width: 100%;
        margin-bottom: 20px;
    }
    .cont-2-5-top{
        display: block;
    }
    .cont-2-5-top{
        margin-bottom: 0;
    }
    .care-cont-2-5{
        display: block;
        width: 335px;
            margin: 0 auto;

    }
    .care-cont-wrap{
        width: 100%;
    }
    .care-cont-wrap {
        height: 335px;
        width: 335px;
        margin-bottom: 20px;
    }
    .place-cont{
        width: 100%;
        display: block;
        padding: 0;
    }
    .place-wrap{
        width: 100%;
        
    }
    .place-img img{
        width: 100%;
        object-fit: cover;
    }
    .board .cbox .boardCont .item{
        display: block;
    }
    .board .cbox .boardCont .item .tbox{
        width: 100%;
        margin-top: 10px;
    }
    .board .cbox .boardCont .item .notice{
        padding: 0;
        margin: 0;
    }
    .board .cbox .boardCont .item>p{
        width: 100px;
        text-align: left;
        padding-left: 10px;
    }
    .board .cbox .boardCont .item>p:last-child{
        text-align: right;
            width: 100%;
    }
    .gallery .galleryList .item{
        width: 100%;
    }
    .gallery .galleryList .item:nth-child(3n){
        display: none;
    }
    .board .searchBox .inputBox input{
        width: 150px;
    }
    .board .searchBox select{
        padding: 0 40px 0 20px;

    }
    .board .searchBox .inputBox button{
        padding: 0 20px;
    }

    
    .cont3-1 {
        padding-bottom: 50px;
    }
    .cont3-1 .box .item{
        flex-wrap: wrap;
    }
    .cont3-1 .box .item>*{
        width: 100%;
    }
    .cont3-1 .box .item .img{
        height: 220px;
    }
    .cont3-1 .box .item .tbox{
        padding: 0 10px;
    }
    .cont3-1 .box .item:nth-child(even) .tbox{
        text-align: left;
    }
    .cont3-1 .box .item .tbox ul{
        font-size: 16px;
        margin-top: 20px;
    }
    .cont4-1 {
        padding-bottom: 60px;
    }
    .cont4-1 .box{
        flex-wrap: wrap;
    }
    .cont4-1 .box .imgBox{
        width: 100%;
        height: 300px;
    }
    .cont4-1 .box .cbox{
        width: 100%;
        padding: 0 20px;
    }
    .cont4-1 .box .cbox h3{
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .cont4-1 .box .cbox p{
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .cont4-1 .box .cbox .img{
        height: 200px;
    }
    .cont4-1 .list{
        flex-wrap: wrap;
        gap: 15px;
    }
    .cont4-1 .list .item{
        width: 100%;
    }
    .cont4-1 .list .item .tbox{
        padding: 20px;
    }
    .cont4-1 .list .item .tbox h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .cont4-1 .list .item .tbox p{
        font-size: 16px;
        line-height: 1.8;
    }

    .cont4-2 .tabBox .box{
        flex-wrap: wrap;
    }
    .cont4-2 .tabBox .box .imgBox{
        width: 100%;
    }
    .cont4-2 .tabBox .box .cbox{
        width: 100%;
        padding: 0 20px;
    }
    .cont4-2 .tabBox .box .imgBox{
        height: 300px;
    }
    .cont4-2 .tabBox .box .cbox .img{
        height: 280px;
    }
    .cont4-2 .tabBox .box .cbox h3{
        font-size: 24px;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .cont4-2 .tabBox .box .cbox p{
        font-size: 16px;
        line-height: 1.8;
    }
    .cont4-2 .tabBox .tbox{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .cont4-2 .tabBox .tbox h3{
        width: 100%;
        padding: 0;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .cont4-2 .tabBox .tbox p{
        width: 100%;
        font-size: 16px;
    }
    .cont4-2 .tabBtn button{
        font-size: 16px;
        padding: 15px 0;
    }
    .cont5-1 .kind-txt-cont p br{
        display: none;
    }
    .cont5-1 {
        padding-bottom: 60px;
    }
    .cont5-1 .box{
        flex-wrap: wrap;
    }
    .cont5-1 .box .imgBox{
        width: 100%;
        height: 300px;
    }
    .cont5-1 .box .cbox{
        width: 100%;
        padding: 0 20px;
    }
    .cont5-1 .box .cbox h3{
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .cont5-1 .box .cbox p{
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .cont5-1 .box .cbox p br{
        display: none;
    }
    .cont5-1 .md-tit{
        font-size: 24px;
        margin: 50px 0;
    }
    .cont5-1 .solution .nbox .item{
        flex-wrap: wrap;
    }
    .cont5-1 .solution .nbox .item .img{
        width: 100%;
        height: 150px;
    }

    .cont5-1 .solution .nbox .item .tt{
        width: 100%;
    }
    
    .cont5-1 .solution .nbox h3{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .cont5-1 .solution .nbox .item .tt h4{
        font-size: 24px;
    }
    .cont5-1 .solution .nbox .item .tt p{
        font-size: 16px;
        line-height: 1.8;
    }
    .cont5-1 .solution .nbox .item:not(:last-child){
        margin-block-start: 30px;
    }
    .cont5-1 .solution .nbox:first-child{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .board .detailBox .tit{
        font-size: 16px;
    }
    .board .detailBox .tit span{
        font-size: 14px;
        padding: 5px 12px;
        margin-right: 5px;
    }
    .board .detailBox .date{
        font-size: 14px;
        opacity: 0.6;
    }
    .board .detailBox .fileBox a{
        font-size: 14px;
    }
    .board .detailBox .dbox p{
        font-size: 14px;
    }
    .cont7 .topImg{
        height: 150px;
    }
    .cont7 .why{
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .cont7 .why .tbox{
        width: 100%;
    }
    .cont7 .why .imgBox{
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
        height: 350px;
    }
    .cont7 .why .tbox h3{
        font-size: 25px;
    }
    .cont7 .why .tbox p{
        font-size: 15px;
    }
    .cont7 .when::before{
        width: 200%;
        left: -50%;
    }
    .cont7 .when h3{
        font-size: 25px;
    }
    .cont7 .when h3 span{
        border-bottom: 1px solid #fff;
    }
    .cont7 .when{
        margin-top: 80px;
        padding: 80px 0;
    }
    .cont7 .when .list .item{
        padding: 20px 10px;
        font-size: 15px;
    }
    .cont7 .stepBox{
        padding: 80px 0;
    }
    .cont7 .stepBox h3{
        font-size: 25px;
    }
    .cont7 .stepBox .list{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .cont7 .stepBox .list .item{
        width: 100%;
    }
    .cont7 .stepBox .list .item:not(:last-child)::before{
        bottom: -6px;
        left: 50%;
        top: unset;
        right: unset;
        transform: translateX(-50%) rotate(90deg);
    }
    .cont7 .cleaning{
        padding: 80px 0;
        margin-top: 80px;
    }
    .cont7 .cleaning h3{
        font-size: 25px;
        margin-bottom: 40px;
    }
    .cont7 .cleaning .list .item{
        flex-wrap: wrap;
    }
    .cont7 .cleaning .list .item .img{
        width: 100%;
        height: 200px;
    }
    .cont7 .cleaning .list .item .tbox{
        width: 100%;
        padding: 30px;
        margin-top: 0;
    }
    .cont7 .cleaning .list .item .tbox h4{
        font-size: 25px;
        margin-bottom: 35px;
    }
    .cont7 .cleaning .list .item .tbox p{
        font-size: 16px;
    }
    .cont7 .cleaning .list .item .tbox h4::after{
        bottom: -15px;
        width: 80px;
    }
    .cont7 .cleaning::before{
        height: 200%;
        left: -50%;
    }
    .cont7 .sofa{
        padding: 60px 0;
    }
    .cont7 .sofa h3{
        font-size: 25px;
    }
    .cont7 .sofa .imgBox{
        height: auto;
        margin-top: 30px;
        padding: 40px;
        background-position: right -120px bottom -80px;
        background-size: auto calc(100% + 80px);
    }
    .cont7 .sofa .imgBox .tbox{
        width: 100%;
        height: 100%;
        display: block;
        padding: 30px;
    }
    .cont7 .sofa .imgBox .tbox .box span{
        font-size: 24px;
        display: inline-block;
    }
    .cont7 .sofa .imgBox .tbox .box h4{
        font-size: 24px;
        display: inline-block;
        margin-left: 10px;
    }
    .cont7 .sofa .imgBox .tbox .box p{
        font-size: 16px;
    }
    .cont7 .careService{
        padding: 80px 0;
    }
    .cont7 .careService h3{
        font-size: 25px;
    }
    .cont7 .careService .list {
        flex-wrap: wrap;
        gap: 20px;
    }
    .cont7 .careService .list .item{
        width: 100%;
        padding: 40px;
    }
    .cont7 .careService::before{
        height: 200%;
    }
    .cont7 .careService .list .item img{
        margin: 0 auto 30px;
    }
    .cont7 .careService .list .item h4{
        font-size: 20px;
    }
    .cont7 .careService .list .item p{
        font-size: 16px;
    }
    .cont7 .when .when-p{
        font-size: 16px;
    }
    .cont1-1 .svc-target{
        padding: 20px;
    }
    .cont1-1 .svc-target h3{
        font-size: 25px;
    }
    .cont1-1 .svc-target p{
        font-size: 16px;
    }
    .cont1-1 .svc-target .list{
        gap: 20px;
    }
    .cont1-1 .svc-target .list .item{
        width: calc((100% - 20px) / 2);
        padding: 10px;
    }
    .cont1-1 .svc-target .list .item .img{
        height: 100px;
    }
    .cont1-1 .svc-target .list .item p{
        font-size: 16px;
    }
    .cont1-1 .kind-txt-cont p{
        font-size: 15px;
        line-height: 1.6;
    }
    .cont1-1 .kindBox{
        padding: 60px 0;
    }
    .cont1-1 .kindBox p{
        width: 100%;
        font-size: 24px;
    }
    .cont1-1 .vision{
        margin-top: 80px;
    }
    .cont1-1 .company-h3{
        font-size: 25px;
    }
    .cont1-1 .vision .imgBox{
        margin-top: 50px;
    }
    .cont1-1 .business{
        margin-top: 80px;
    }
    .cont1-1 .business>p{
        font-size: 16px;
    }
    .cont1-1 .business .list{
        flex-wrap: wrap;
        gap: 40px;
    }
    .cont1-1 .business .list .item{
        width: 100%;
    }
    .cont1-1 .business .list .item h4{
        font-size: 20px;
    }
    .cont1-1 .business .list .item h4::After{
        display: none;
    }
    .cont1-1 .business .list .item p{
        font-size: 16px;
    }
    .cont1-1 .field{
        margin-top: 80px;
    }
    .cont1-1 .field>p{
        font-size: 16px;
    }
    .cont1-1 .kind-bottom{
        margin: 80px 0;
        padding: 80px 0;
    }
    .cont1-1 .kind-bottom b{
        font-size: 25px;
        padding: 0 20px;
    }
    .cont1-1 .kind-bottom p{
        width: 100%;
        padding: 0 20px;
        font-size: 20px;
    }
    .board h2{
        font-size: 32px;
    }
    .board .detailBox{
        margin-top: 30px;
    }
    .brc{
        margin-bottom: 40px;
    }
    .sub02-1 .system .list .item h3{
        font-size: 24px;
    }
    .sub02-1 .system .list .item p{
        font-size: 15px;
    }
    .step-txt li{
        font-size: 16px;
    }
    .care-txt b{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .cc-txt li{
        margin-bottom: 10px;
        font-size: 16px;
    }
    .pest-info .list .item .tbox span{
        font-size: 16px;
    }
    .pest-info .list .item .tbox .box p{
        font-size: 16px;
    }
    .kind-txt-cont p{
        font-size: 14px;
        margin-bottom: 40px;
        line-height: 1.4;
    }
}
/*e:768*/