@media (max-width: 767px) {
    .sp{
        display: block;
    }

    .pc{
        display: none;
    }
    .bg-con{
        height: auto;
        margin-top: 0;
        margin-bottom: 10px;
    }

    p{
        font-size: 18px;
    }

    .contact .col-md-6{
        width: 50%;
    }

    .ser-setumei{
        font-size: 20px;
    }

    .service-1 .col-md-3{
        display: none;
    }

    .service-1 h2{
        text-align: center;
        font-size: 40px;
    }

    .red{
        font-size: 30px;
    }

    .tel{
        font-size: 30px;
    }

    .offset-1{
        margin: 0;
    }

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

    .offset-2{
        margin: 0;
    }

    .voice .col-md-3 figure{
        text-align: center;
    }

    .voice .col-md-3 img{
        width: 50%;
    }

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

    .voice .col-md-6{
        width: 90%;
        margin-top: 20px;
    }

    .group-company{
        flex-direction: column;
    }

    .zisyataiou{
        margin: 50px 0;
    }
}

@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}