@charset "UTF-8";

.sub_mv_title {
    position: absolute;
    bottom: -5%;
    left: 0;
    font-size: 1.4375rem;
}

.title {
    margin-bottom: 30px;
    max-width: 270px;
}

.title span {
    color: #666;
    font-size: 1.3125rem;
    display: block;
    margin-top: .5em;
}

.recruit_text {
    font-size: 1.125rem;
    line-height: 2;
}

.top_button {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: 2px solid #1E4592;
    text-align: center;
    padding: 1em 0;
    font-size: 1.625rem;
    font-weight: 600;
    color: #1E4592;
}

.top_button .button {
    max-width: 260px;
}

/* mv */

.mv {
    position: relative;
}

.mv_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 30%;
    object-position: 0% 30%;
    width: 100%;
}

.information_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 90px;
}

.works_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0 10px;
    padding-bottom: .5em;
    border-bottom: 2px solid #1E4592;
}

.face_image_wrap {
    max-width: 250px;

}

.recruit_works_wrap {
    margin-bottom: 35px;
}

.works_title {
    color: #1E4592;
    font-size: 1.625rem;
    font-weight: 600;
}

.works_title_line {
    color: #1E4592;
    font-weight: 800;
    background-color: #FFF100;
    padding: .3em;
    font-size: 1.625rem;
}

.works_title_text {
    line-height: 2;
    font-size: 1.125rem;
    font-weight: 300;
}

.recruit_works_image {
    max-width: 550px;
    width: 100%;
    margin: 80px auto 0;
    display: block;
}

/* sp */

@media (max-width:768px) {

    .sub_mv_title {
        font-size: 1rem;
    }

    .title {
        font-size: 2.375rem;
        margin-bottom: 30px;
        font-weight: 800;
        width: 60%;
    }

    .title span {
        font-size: 1.25rem;
    }

    .mv {
        margin-top: 90px;
    }

    .information_title_wrap {
        padding-top: 30px;
    }

    .face_image_wrap {
        width: 35%;
        margin-left: 5%;

    }

    .works_title_wrap {
        border-bottom: none;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .works_title_line {
        font-weight: 800;
        font-size: 1.25rem;
    }

    .works_title {
        font-size: 1.25rem;
        font-weight: 600;
        border-top: 2px solid;
        display: block;
        width: 100%;
        margin-top: 0.5em;
        padding-top: 0.5em;
    }

    .works_title_wrap {
        margin: 10px 0;
    }

    .works_title_text {
        font-size: 0.875rem;
        font-weight: 300;
    }

    .recruit_table th {
        font-size: 0.875rem;
    }

    .recruit_table td {
        font-size: 0.875rem;
    }
}