@media (max-width: 767px) {
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    /* 追従 */
    .bnr-fixed{
        width: 100%;
    }

    /* index */
    h1{
        width: 90%;
        padding: 10px;
    }
    .header-logo img{
        width: 80%;
    }
    .grnv{
        font-size: 20px;
    }

    .sp-bg{
        background-image: url("../img/index/main-sp.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .top-hero{
        top: 50%;
        left: 50%;
        padding: 0;
    }

    .main01,.main02{
        text-align: center;
    }

    .main01{
        font-size: 20px;
    }

    .main02{
        font-size: 28px;
    }

    .top-company-3{
        background-image: none;
    }

    .top-company-3 .is-size-6{
        line-height: 1.5em;
    }

    .youtube{
        flex: auto;
        width: 100%;
        height: 250px;
        margin: 0;
    }

    .top-ser-btn{
        display: flex!important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-ser-btn li a{
        display: block;
        width: 130px;
        height: 100px;
        line-height: 30px;
        background-color: white;
        text-align: center;
        margin: 10px 5px;
        box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
        transition: .3s;
    }

    .top-ser-btn li a:hover{
        box-shadow: 0px 0px 24px -6px rgba(10,10,10,0.9);
    }

    .top-ser-btn-icon i{
        color: black;
    }

    .top-ser-btn-title p{
        color: black;
    }

    .top-news dt,.top-news dd{
        width: 100%;
    }

    .top-news dt{
        border-bottom: none;
        padding-bottom: 0;
    }

    .top-news dd{
        padding-top: 0;
    }

    .sp-footsitemap{
        display: flex;
        justify-content: center;
    }

    .sp-footsitemap a{
        margin: 10px;
        color: #c8943b;
    }

    /* aboutus.html */
    .about-title h2{
        font-size: 25px;
    }
    .about-text p{
        font-size: 14px;
        line-height: 1.5em;
    }

    .about-link h3{
        font-size: 40px;
        top: 30%;
        color: white;
        -webkit-text-stroke: 0;
    }

    /* company.html */
    .section-heding{
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .header-title h2,.header-title h3{
        text-align: center;
        padding-left: 0;
    }

    .gre-text{
        margin: 0;
        padding-bottom: 100px;
    }

    .com-history,.res-table{
        width: 100%;
    }

    .com-history th,.com-history td,.res-table th,.res-table td{
        display: block;
        width: 100%;
    }

    .com-history th{
        padding: 0.5em 0.75em;
    }

    /* vision.html */
    .value_bg{
        background-position: 60%;
    }

    /* president.html */
    .sp-iframe{
        width: 100%!important;
        height: 240px!important
    }

    .greeting-content h3{
        font-size: 18px;
    }

    .greeting-content p{
        line-height: 1.5em;
    }

    /* logoconcept */
    .logo-content p{
        line-height: 1.5em;
        font-size: 14px;
    }

    /* service */
    .m-le{
        margin-left: 0!important;
    }

/* 修正中 */
    .ser-work .columns{
        display: flex;
        justify-content: center;
    }

    .ser-work .columns .column{
        width: 50%;
    }

    .ser-work .content{
        font-size: 14px;
    }

    /* suit index.html */
    .suit-about,.suit-reason,.suit-kw,.suit-flow,.suit-contact{
        margin: 50px 0;
    }

    .suit-title h2{
        font-size: 24px;
    }

    .suit-p{
        font-size: 15px;
    }

    .suit-top h2{
        font-size: 20px;
        letter-spacing: 0;
    }

    .suit-top p{
        font-size: 12px;
    }

    .suit-intro .columns{
        flex-direction: column;
        margin: 0 10px;
    }

    .suit-reason .columns{
        flex-direction: column;
    }

    .suit-reason .columns .column{
        padding: 0;
    }

    .suit-reason-text{
        margin: 20px 5px;
    }

    .suit-kodawari{
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .suit-kodawari iframe{
        width: 100%;
        height: 100%;
    }

    .suit-flow{
        width: 100%;
    }

    .suit-flow-text{
        width: 50%;
    }

    .suit-faq{
        flex-direction: column;
    }

    .suit-contact-content{
        flex-direction: column;
    }
}