.c-access__detail {
    max-width: 453px;
}

.t-news__wrap {
    padding-bottom: 15%;
}

.c-access__map {
    max-width: 440px;
}

.c-access-youtube__movie {
    width: 100%;
}

.c-access-youtube__movie iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
}

.c-access-youtube__text {
    color: #eb6033;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

.c-access-youtube__img {
    max-width: 410px;
}

.c-access-youtube__img img {
    margin-bottom: -24px;
}

@media only screen and (max-width: 1059px) {
    .t-news__wrap {
        padding-bottom: 35%;
    }
    .c-access-banner {
        margin-bottom: 60px;
    }
    .c-access-youtube__img {
            max-width: 100%;
        }
    
    .c-access-youtube__img img {
        margin-bottom: -24px;
    }
    .c-access-youtube__text {
        font-size: 16px;
    }
    .t-recruit__illust {
        display: none;
    }
}