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

    .sp{
        display: block;
    }

    .sp-navlink a{
        color: white;
        transition: .3s;
    }

    .sp-navlink a:hover{
        color: blanchedalmond;
    }

    .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after{
        background-color: rgba(0, 0, 0, 1);
    }

    .offset-3{
        margin-left: 0;
    }

    .recr-main h2{
        text-align: center;
        font-size: 30px;
    }

    .recr-title p{
        width: 50%;
    }

    .recr-mess-text h4{
        font-size: 20px;
    }

    .recr-mess-text p{
        line-height: 1.5em;
        letter-spacing: 2px;
    }

    .recr-vision-content{
        left: 0;
        width: 100%;
        padding: 30px;
    }

    .sp-scroll{
        height: 50vh;
        overflow: scroll;
    }

    .recr-vision-text h4{
        font-size: 20px;
        font-weight: bold;
    }

    .recr-syst-list{
        width: 48%;
    }

    .recr-syst-list p{
        font-size: 18px;
    }

    .recr-iv-slide img,.recr-iv-content{
        width: 100%;
    }

    .recr-iv-slide img{
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .recruitment-bg{
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
        padding: 50px 0;
    }

    .recr-koyou{
        height: 70vh;
        overflow: scroll;
    }

    .recr-koyou-info th,.recr-koyou-info td{
        width: 100%;
        display: block;
    }

    .recr-tel h3{
        font-size: 45px;
    }

    .recr-tel p,.recr-sns p{
        font-size: 20px;
    }

    .recr-tel a{
        font-size: 16px;
    }

    .foot-logo img{
        width: 50%;
    }

    .recr-sitemap li{
        margin: 5px;
    }
}