.pc{display: block;}
.sp{display: none;}
.nav li{
    margin: auto;
    border-left: solid 1px;
}
.nav li a {
    padding: 10px 2vw;
    white-space: pre;
}
.nav .navBtn01 a {
    padding: 5px 0 5px 24px;
    background-position: top 7px left 30px;
}
.nav .navBtn02 a {
    padding: 5px 0 5px 30px;
    background-position: top 7px left 17px;
    margin-left: 10px;
}
.nav .navBtn01, .nav .navBtn02{
    border: unset;
}

#main .wrap{
    position: relative;
}
#main .text-box{
    position: absolute;
    max-width: 700px;
    height: 300px;
    margin: auto;
    top: 15%;
    right: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#main .text-box img{
    filter: drop-shadow(0px 0px 6px #fff);
    max-width: 600px;
}
#main .text-box p{
    font-size: 2rem;
}

#spreading{
    padding: 100px 0;
    text-align: center;
}
#spreading h3{
    color: #006c65;
    font-size: 1.8rem;
    padding-bottom: 20px;
}
#spreading p{
    font-size: 1.5rem;
}
#spreading .btn{
    color: #fff;
    background-color: #006c65;
    padding: 10px 50px 10px 30px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}
#spreading .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #FFF;
}
#spreading .btn::after {
content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-135deg);
}

#csr .wrap{
    position: relative;
}
#csr .text-box{
    position: absolute;
    max-width: 700px;
    height: 300px;
    margin: auto;
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
#csr .text-box h3{
    font-size: 2.5rem;
    color: #fff;
}
#csr .text-box p{
    font-size: 2rem;
    color: #fff;
}

#service{
    background-color: #f6f8fb;
}
#services .wrap{
    max-width: 1200px;
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
    position: relative;
}
#services h3{
    color: #006c65;
    font-size: 2rem;
    padding-bottom: 20px;
}
#services p{
    font-size: 1.3rem;
    letter-spacing: 1px;
}
#services .wrap:before{
    content: "";
    position: absolute;
    background-image: url(../img/tablet.png);
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 500px;
    width: 28vw;
    max-height: 600px;
    height: 33vw;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

#contact .wrap{
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}
#contact .wrap h3{
    max-width: 200px;
    display: block;
    margin: auto;
}
#contact .wrap .logo{
    max-width: 400px;
    display: block;
    margin: 30px auto;
}
#contact a{
    color: #222933;
    font-size: 2rem;
}
.map iframe{
    width: 100%;
    height: 500px;
}
.footBox01{
    display: block;
}
.footBg{
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    padding: 100px 0 400px;
}

@media screen and (max-width:767px) {
    .pc{display: none;}
    .sp{display: block;}
    .wrap{
        width: 95%;
        margin: auto;
    }
    h2 img{
        height: 400px;
        object-fit: cover;
    }
    #spreading p{
        text-align: center;
    }
    #main .wrap{
        width: 100%;
    }
    #main .text-box img {
        width: 90%;
    }
    #main .text-box{
        height: 130px;
    }
    #main .text-box p {
        font-size: 1rem;
    }
    h3{
        font-size: 1.3rem;
    }
    p{
        font-size: 0.9rem!important;
        text-align: left;
    }
    #csr .wrap{
        width: 100%;
    }
    #csr img{
        height: 300px;
        object-fit: cover;
    }
    #csr .text-box p{
        text-align: center;
    }

    #services .wrap:before {
        width: 80%;
        height: 80vw;
        right: 0;
        left: 50px;
        top: unset;
        bottom: 0;
    }
    #services .wrap {
        padding-bottom: 380px;
    }
    #contact .wrap .logo{
        width: 90%;
    }
}