@charset "utf-8";

/* 共通文字指定 */
.recruit_wrapper {
    letter-spacing: 0.16em;
}

/* 共通 */
.SP_lb {
    display: none;
}

/* メインビジュアル */
.page_mv.page_mv-recruit {
    background-image: url(../img/pageRecruit_top_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.page_mv.page_mv-recruit::before {
    position: absolute;
    background-color: #1F0A0A;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    mix-blend-mode: multiply;
}

/* タイトル */
.recruit_title_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit_title {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    border: double 4px #1F0A0A;
    padding: 56px 46px;
    margin-top: 120px;
}

.recruit_title_text {
    text-align: center;
    margin-top: 50px;
    line-height: 1.6;
}

/* 情報 */
.recruit_information_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.recruit_information_title::before {
    display: inline-block;
    content: "";
    background-color: #1F0A0A;
    width: 1px;
    height: 16px;
    margin: 0 20px;
    rotate: 30deg;
}

.recruit_information_title::after {
    display: inline-block;
    content: "";
    background-color: #1F0A0A;
    width: 1px;
    height: 16px;
    margin: 0 20px;
    rotate: 30deg;
}

.recruit_information_title {
    display: flex;
    align-items: center;
}

.recruit_information_text {
    margin-top: 30px;
}

.recruit_tel_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 175px;
    margin-bottom: 180px;
}




/* スマホ対応 */

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

    /* 共通 */
    .SP_lb {
        display: flex;
    }

    .recruit_title {
        line-height: 1.5;
        padding: 30px 60px;
        margin-top: 60px;
    }

    .recruit_information_box {
        margin-top: 60px;
    }

    .recruit_information_text {
        margin-top: 20px;
    }

    .recruit_information_text {
        text-align: center;
        line-height: 1.5;
    }

    .recruit_information_text {
        text-align: center;
        line-height: 1.5;
    }

    .recruit_tel_box {
        margin-top: 120px;
        margin-bottom: 120px;
    }

}