.recruit-page {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -8px;
}

.recruit-page-row {
    display: flex;
    width: 100vw;
    flex-direction: row;
    justify-content: center;
}

.recruit-page-links {
    display: flex;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: space-around;
    align-items: center;
    width: 100vw;
}

.recruit-page-links>a {
    height: 100%;
}

.recruit-page-links-link {
    cursor: pointer;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px;
    width: 18vw;
    align-items: center;
}

.recruit-page-links-link:hover {
    background-color: #555555;
}

.recruit-page-main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    margin: 28px 0 108px;
    padding: 108px 0 0;
}

.recruit-page-main-content-description {
    text-align: center;
}

.recruit-page-block-title {
    font-size: 48px;
    color: #383838;
    text-align: center;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

.recruit-page-movie {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 54px 0;
    background-color: #D4D6DE;
    flex-grow: 1;
    margin-top: 108px;
}

.recruit-movie {
    outline: none;
    width: 100%;
    object-fit: scale-down;
    max-width: 1280px;
    max-height: 80vh;
}

.recruit-page-movie-content {
    margin: 54px 0;
}

.recruit-page-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 28px 0 0;
    padding: 108px 0 54px;
}

.recruit-page-list-content {
    width: 40%;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

.recruit-page-list-content dl {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
}

.recruit-page-list-content dt {
    background: #ddd;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
}

.recruit-page-list-content dd {
    padding: 10px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 80%;
    background: #fff;
    box-sizing: border-box;
}

.recruit-page-info {
    display: flex;
    flex-direction: column;
    flex-grow: 6;
    margin-bottom: 108px;
    min-height: 360px;
    justify-content: center;
}

.recruit-page-info.right {
    align-items: baseline;
}

.recruit-page-info-right-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.recruit-page-info-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.recruit-page-info-title {
    font-size: 36px;
}

.recruit-page-info-image-content {
    width: 12vw;
    height: 16vw;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    margin: 0 128px 0 0;
}

.recruit-page-info-image-content-img {
    width: 100%;
    height: 100%;
}

.recruit-page-info-download {
    border: solid 1px #f7bc4d;
    color: #ffffff;
    padding: 8px;
    font-size: 15px;
    width: 200px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin: 16px 0;
    background-color: #f7bc4d;
    border-radius: 30px;
}

.recruit-page-info-download:hover {
    opacity: 0.85;
}

.recruit-page-info-download>a>i.fa {
    color: #f7bc4d;
}

.recruit-page-info-download-text {
    font-size: 15px;
}

.recruit-ml-text {
    padding: 24px 0;
}

@media print,
screen and (max-width: 1180px) {
    .recruit-page-links {
        flex-direction: column;
        height: 250px;
    }
    .recruit-page-links>a {
        width: 100%;
    }
    .recruit-page-links-link {
        width: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    .recruit-page-main-content {
        padding: 0;
        margin-bottom: 24px;
    }
    .recruit-page-block-title {
        font-size: 32px;
    }
    .recruit-page-main-content-description {
        padding: 10%;
        font-size: 0.9rem;
    }
}

@media print,
screen and (max-width: 480px) {
    .recruit-page-list-content {
        width: 100%;
    }
    .recruit-page-list-content dl {
        flex-flow: column nowrap;
    }
    .recruit-page-list-content dt,
    .recruit-page-list-content dd {
        width: 100%;
    }
    .recruit-page-list-content dd {
        border-left: none;
    }
    #link5 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .recruit-page-info {
        margin-bottom: 0px;
    }
    .recruit-page-info-image-content {
        width: 50vw;
        height: auto;
        margin: 0;
    }
    .recruit-page-info.right {
        align-items: center;
    }
}

@media print,
screen and (max-width: 376px) {
    .recruit-page-block-title {
        font-size: 24px;
    }
    .recruit-page-info-download {
        font-size: 18px;
        width: 230px;
    }
    .recruit-page-info-download-text {
        font-size: 18px;
    }
}