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

.sp{
    display: none;
}

.pc{
    display: block;
}

h1{
    margin: 0;
    padding: 0;
}

h1 figure{
    margin: 0;
}

img{
    width: 100%;
}

p{
    font-size: 20px;
}

.container{
    margin: 50px auto;
}

.bg-con{
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 50px;
    display: inline-block;
    overflow: hidden;
}

.bg-con::after{
    content: "";
    height: 100%;
    width: 40px;
    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;
    }
}

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

.service-1{
    align-items: center;
    margin: 20px 0;
}

.service-1 h2{
    font-size: 60px;
    font-weight: bold;
}

.scene{
    border: 2px solid #eaeea2;
    margin: 20px;
}

.scene h3{
    background-color: #eaeea2;
    color: #4d4d4d;
    text-align: center;
    padding: 10px;
}

.scene span{
    font-size: 14px;
}

.scene p{
    padding: 10px 20px;
}

.my-6{
    margin: 50px 0;
}

.title{
    text-align: center;
}

.black{
    font-weight: bold;
}

.red{
    color: #004d25;
    font-size: 50px;
    font-weight: bold;
}

.kadenkaisyu{
    align-items: center;
}

.mb-6{
    margin-bottom: 50px;
}

footer{
    background-color: #004d25;
}

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

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;
}

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

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

.contact-text ul{
    margin: 20px 0;
    padding: 0;
}

.contact-text li{
    list-style-type: none;
}

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

.contact-1 p{
    margin: 0;
}

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

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

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

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

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

.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,.contact-2 h4,.pripoli li{
    font-size: 14px;
}

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

.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 .row{
    align-items: center;
}

.voice .col-md-6{
    padding: 24px;
    background-color: #004d25;
    color: white;
    border-radius: 20px;
}

.voice .col-md-6 h3{
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

.voice .col-md-6 p{
    margin-bottom: 0;
}

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

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