@charset "utf-8";

/* ------------------
fv
---------------------*/
.recruit-header {
    display: block;
    height: 100vh;
    background-image: url(../img/bg_b.jpg);
}

.recruit-fv {
    display: flex;
    align-items: center;
    width: 100%;
}

.recruit-fv-img {
    background-image: url(../img/recruit/mv_other.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 81vh;
}

.recruit-fv-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    padding-bottom: 100px;
}

.logo_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.txt_box {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 75%;
    padding: 20px 61px 56px 0;
}

.recruit-fv-logo {
    width: 28%;
}

.recruit-fv-text-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 20%;
}


.recruit-fv-text {
    font-size: 20px;
    line-height: 1.8;
}

/* ------------------
privacypolicy
---------------------*/
.privacypolicy {
    background-color: #FFFFFF;
    color: #111111;
    padding: 121px 200px 102px;
}

.content-label {
    font-size: 24px;
    font-weight: 700;
    margin-top: 70px;
}

.content-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    margin-top: 40px;
}

.number-text-area {
    margin-top: 40px;
}

.number-text-box {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}

.number {
    width: 2%;
}

.number-text {
    width: 98%;
}

@media screen and (max-width:1024px) {
    /* ------------------
    fv
    ---------------------*/
    .recruit-fv-logo {
        width: 4.3rem;
        padding-bottom: 0.5rem;
    }
    
    .recruit-fv-img {
        height: 85vh;
    }

    .recruit-fv-img {
        background-image: url(../img/privacy/mv_other_tb.jpg);
        height: 81vh;
    }

    /* ------------------
    privacypolicy
    ---------------------*/
    .privacypolicy {
        padding: 10rem 6.3rem;
    }
}

@media screen and (max-width:767.9px) {
    /* ------------------
    fv
    ---------------------*/
    .recruit-header {
        height: 50vh;
    }

    .recruit-fv-title {
        width: 30%;
    }

    .title-img {
        width: 45%;
    }

    .logo_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 23%;
    }

    .txt_box {
        display: flex;
        justify-content: end;
        align-items: center;
        width: 75%;
        padding: 2.3rem 1.5rem 2.9rem 0;
    }

    .recruit-fv-logo {
        width: 3.7rem;
        padding-bottom: 0.5rem;
        margin-top: 0;
    }

    .recruit-fv-text-group {
        width: 100%;
        align-items: center;
        height: 0%;
    }

    .recruit-fv-img {
        background-image: url(../img/recruit/mv_other_sp.jpg);
        height: 40vh;
    }

    .recruit-fv-text {
        font-size: 1.2rem;
        line-height: 1.8;
        height: 44%;
    }
    /* ------------------
    privacypolicy
    ---------------------*/
    .privacypolicy {
        padding: 5.1rem 1.5rem;
    }

    .content-label {
        font-size: 1.8rem;
        margin-top: 4rem;
    }

    .content-text {
        font-size: 1.4rem;
        margin-top: 3rem;
    }

    .number-text-area {
        margin-top: 4rem;
    }

    .number-text-box {
        font-size: 1.4rem;
    }

    .number {
        width: 5%;
    }

    .number-text {
        width: 95%;
    }
}