.mt90 {
    margin-top: 90px;
}

.jigyobu_btn .c-bnr__button.-half .-title,
.shokushu_btn .c-bnr__button.-half .-title {
    font-size: 3rem;
    color: #fff;
}

.jigyobu_btn .c-bnr__button .-link,
.shokushu_btn .c-bnr__button .-link {
    color: #fff;
}

.jigyobu_btn .c-bnr__button .-link::before,
.shokushu_btn .c-bnr__button .-link::before {
    background: url("../img/ico_arw_circle_main_w.svg") no-repeat center center/contain;
}

.jigyobu_btn .c-bnr__button:hover .-link::before,
.shokushu_btn .c-bnr__button:hover .-link::before {
    background: url("../img/ico_arw_circle_main_hover_w.svg") no-repeat center center/contain;
}

.c-bnr__button.-kenki.-half {
    background: linear-gradient(rgba(59, 61, 63, 0.4) 0%, rgba(59, 61, 63, 0.4) 100%), url("../img/bnr_message_bg_kenki.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.c-bnr__button.-tsushin.-half {
    background: linear-gradient(rgba(59, 61, 63, 0.4) 0%, rgba(59, 61, 63, 0.4) 100%), url("../img/bnr_message_bg_tsushin.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.c-bnr__button.-tc.-half {
    background: linear-gradient(rgba(59, 61, 63, 0.4) 0%, rgba(59, 61, 63, 0.4) 100%), url("../img/bnr_message_bg_tc.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.c-bnr__button.-haikan.-half {
    background: linear-gradient(rgba(59, 61, 63, 0.4) 0%, rgba(59, 61, 63, 0.4) 100%), url("../img/bnr_message_bg_haikan.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.c-bnr__button.-rentall.-half {
    background: linear-gradient(rgba(59, 61, 63, 0.4) 0%, rgba(59, 61, 63, 0.4) 100%), url("../img/bnr_message_bg_rentall.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.jigyobu_area,
.shokushu_area {
    margin-top: 90px;
}

.jigyobu_area .p-common-mv__link,
.shokushu_area .p-common-mv__link {
    margin-top: 0;
}

.jigyobu_area .p-recruit-interview__button,
.shokushu_area .p-recruit-interview__button {
    padding-top: 0;
}

.c-bnr__button.-eigyo.-half {
    background: linear-gradient(rgba(59, 61, 63, 0.4) 0%, rgba(59, 61, 63, 0.4) 100%), url("../img/bnr_message_bg_eigyo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.c-bnr__button.-gijutsu.-half {
    background: linear-gradient(rgba(59, 61, 63, 0.4) 0%, rgba(59, 61, 63, 0.4) 100%), url("../img/bnr_message_bg_gijutsu.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.c-bnr__button.-front.-half {
    background: linear-gradient(rgba(59, 61, 63, 0.4) 0%, rgba(59, 61, 63, 0.4) 100%), url("../img/bnr_message_bg_front.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.c-bnr__button.-jimu.-half {
    background: linear-gradient(rgba(59, 61, 63, 0.4) 0%, rgba(59, 61, 63, 0.4) 100%), url("../img/bnr_message_bg_jimu.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

@media screen and (max-width: 980px) {

    .jigyobu_btn .c-bnr__button.-half .-title,
    .shokushu_btn .c-bnr__button.-half .-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 640px) {

    .jigyobu_btn .c-bnr__button.-half .-title,
    .shokushu_btn .c-bnr__button.-half .-title {
        font-size: 2.2rem;
    }
}

.video_thumb_area {
    width: 40%;
    min-width: 460px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.thumb_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 50%);
    z-index: 2;
    pointer-events: none;
}

.thumb_btn img {
    width: 100%;
}

.video_thumb_area img {
    width: 100%;
    margin: 0 auto;
}

.video_thumb_area img:hover {
    transform: scale(1.1);
    transition: .3s;
}

/* モーダルと背景の指定 */
.modal.top_modal::before {
    display: none;
}

.top_move .modal-close {
    top: 15vh;
    right: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 90%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 101;
}

/* モーダルの擬似要素の指定 */
.modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.modal-active {
    opacity: 1;
    visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1200px;
    width: 100%;
    height: 100%;
}

.modal-video-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    height: auto;
    aspect-ratio: 16 / 9 !important;
}

.modal-video {
    width: 100%;
    max-width: 1200px;
    height: auto;
    aspect-ratio: 16 / 9 !important;
}

.modal-video iframe {
    width: 100%;
    height: 100%;
    border: none;
    animation: bounce 1.9s .3s;
}

@keyframes bounce {
    0% {
        opacity: 0;
        transform: scale(.5);
    }

    100% {
        transform: scale(1);
    }
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #009FE6;
    border-radius: 50%;
    cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
    background: #fff;
    text-align: left;
    line-height: 1.8;
    padding: 40px;
    border-radius: 20px;
}

@media screen and (max-width: 1310px) {
    .modal-close {
        top: -60px;
        right: 0px;
    }
}

@media screen and (max-width: 640px) {
    .video_thumb_area {
        width: 90%;
        min-width: auto;
    }
}