@charset "UTF-8";

body.home #home-mv .wrapper-img .wrapper-news {
    max-width: 90%;
}
#main-footer #footer-inner .wrapper-left .box-logo {
    max-width: none;
}

body.recruit .section-youtube-short .wrapper-youtube {
    display: flex;
    gap: 2%;
}
body.recruit .section-youtube-short .youtube {
    width: 48%;
}
body.recruit .section-youtube-short .youtube iframe {
    aspect-ratio: 9 / 16;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    #main-footer #footer-inner .wrapper-left .box-logo {
        max-width: 80%;
    }
    body.home #home-mv .wrapper-img .wrapper-news .ttl-sm {
        font-size: 12px;
    }
    body.home #home-service .box-service .list-service {
        justify-content: flex-start;
    }
    body.home #home-contact .wrapper-content .box-pagetop .img-btn {
        width: 80px;
    }
    body.home #home-contact .wrapper-content .img-btn {
        width: 80px;
    }
    body.home #home-contact {
        padding: 4%;
    }
}

@media screen and (max-width: 427px) {
    /* recruit */
    body.recruit .section-youtube-short .wrapper-youtube {
        flex-direction: column;
        gap: 40px;
    }
    body.recruit .section-youtube-short .youtube {
        width: 100%;
    }
}
