.pc{
    display: block;
}

.sp{
    display: none;
}

body{
    max-width: 1400px;
    margin: 0 auto;
    color: #4d4d4d;
    background-color: #f8fbf8;
}

.wrap{
    overflow: hidden;
}

.container{
    margin: 20px auto;
}

.container-bx{
    margin: 50px auto 0 auto;
}

.container-bx figure{
    margin-bottom: 0;
}

img{
    width: 100%;
}

p{
    font-size: 20px;
}

.bg-con{
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.bg-con::after{
    content: "";
    height: 100%;
    width: 50px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: bg-con 2s ease-in-out infinite;
}

@keyframes bg-con{
    0%{
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80%{
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81%{
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100%{
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.service-top{
    margin-top: 150px;
}

.title{
    text-align: center;
}

.title h2{
    width: fit-content;
    margin: 0 auto;
    color: #004d25;
    border-bottom: 1px solid #004d25;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 5px;
}

.title p{
    margin: 10px 0;
}

.syorigyokyoka{
    margin-top: 100px;
}

.syorigyokyoka .col-md-10{
    border: 1px solid #9cbb1c;
    padding: 30px;
}

.syorigyokyoka h3{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    background-color: #eaeea2;
    color: #4d4d4d;
    padding: 20px;
}

.syorigyokyoka p{
    margin-bottom: 0;
}

.taiou{
    background-color: #6B8E23;
    color: white;
    text-align: center;
    padding: 30px;
    margin: 50px 0;
}

.taiou h4{
    font-size: 40px;
    font-weight: bold;
}

.taiou p{
    font-size: 20px;
    margin-bottom: 0;
}

.service{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ser-cont h4{
    font-weight: bold;
    font-size: 40px;
    font-weight: bold;
}

.ser-cont span{
    display: inline-block;
    color: white;
    background-color: #9cbb1c;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    font-size: 30px;
}

.bg-7{
    background-color: #9cbb1c;
    padding: 20px 0;
    margin-top: 150px;
}

.bg-7 .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bg-7 h3{
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 40px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    border-bottom: 3px solid white;
    padding-bottom: 10px;
}

.bg-7 p{
    background-color: white;
    border-radius: 50px;
    padding: 30px;
}

.reason-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.bg-11{
    background-color: #9cbb1c;
    margin-top: 166px;
}

.ansin{
    align-items: center;
}

.ansin .col-md-12{
    margin-bottom: 30px;
}

.kyoka p{
    font-size: 40px;
    font-weight: bold;
    color: #9cbb1c;
}

.kyoka dt{
    border-bottom: 1px solid black;
    border-left: 3px solid black;
    padding-left: 5px;
    font-size: 30px;
}

.kyoka dd{
    margin-top: 10px;
    font-size: 18px;
}

.syorizyo .col-md-6{
    margin-top: 30px;
}

.syorizyo dt{
    text-align: center;
    border-bottom: 1px solid black;
    font-size: 30px;
}

.syorizyo dd{
    margin-top: 10px;
    font-size: 22px;
}

footer{
    background-color: #9cbb1c;
}

footer .logo{
    margin-top: 50px;
}

footer p{
    color: white;
}

.tel{
    font-size: 60px;
    font-weight: bold;
}

.tel a{
    color: white;
}

.tel i{
    padding-right: 5px;
}

.foot-contact{
    display: flex;
}

.foot-contact a img{
    padding: 10px;
    margin-right: 10px;
}

.footfax{
    color: white;
    text-decoration: none;
    cursor: default;
}

.copy{
    margin-top: 10px;
    text-align: center;
}

/* contact */
.contact-text h3{
    background-color: #9cbb1c;
    color: white;
    padding: 10px 20px;
}

.contact-text ul{
    padding: 0;
    list-style-type: none;
}

.contact-1 .tel a{
    color: #9cbb1c;
}

.contact-1 h4,.contact-2 h4{
    color: #9cbb1c;
    border-bottom: 1px solid #9cbb1c;
    margin-top: 30px;
}

.contact-1 p{
    margin: 0;
}

.contact-1 .tel{
    font-size: 30px;
}

.label{
    margin: 10px 0 5px 0;
}

.label span{
    color: red;
    font-size: 12px;
    padding-left: 5px;
}

.contact-btn{
    margin-top: 30px;
    padding: 10px 40px;
    border-radius: 40px;
    background-color: #9cbb1c;
    color: white;
}

.teltap{
    font-size: 16px;
}

/* pripoli */
.pripoli{
    border: 1px solid black;
    padding: 20px;
    margin-top: 20px;
    overflow: scroll;
    height: 300px;
}

.pripoli h3{
    background-color: #9cbb1c;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

.pripoli ul{
    list-style-type: none;
    padding: 0;
}

.pripoli p,.pripoli li,.pripoli h4{
    font-size: 14px;
}

.fixed-bnr{
    position: sticky;
    bottom: 0;
    display: block;
    background-color: #9cbb1c;
    padding: 20px;
    text-align: center;
}

.fixed-bnr img{
    width: 50%;
}

.zisyataiou{
    margin: 150px 0 100px 0;
}

.zisyataiou .row{
    align-items: center;
}

.zisyataiou h4{
    text-align: center;
    background-color: #9cbb1c;
    color: white;
    padding: 20px 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.text-m{
    line-height: 1.5em;
}

.text-s{
    font-size: 14px;
}

.voice-content{
    justify-content: center;
}

.voice-text{
    border: 2px solid #9cbb1c;
    border-radius: 20px;
    padding: 30px;
    margin: 20px;
}

.voice-text h3{
    text-align: center;
    font-weight: bold;
    color: #9cbb1c;
}

.voice-text p{
    margin-bottom: 0;
}

.group-company{
    display: flex;
    align-items: center;
}

.group-company h3{
    font-weight: bold;
    border-bottom: 1px solid black;
}

.taiou figure{
    padding: 40px;
}