@charset "UTF-8";

p{
    margin: 0;
    line-height: 1.5;
}

#recruit_kv{
    height: 80rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7.5rem;
}

.creator_kv{
    background: url("../img/recruit/recruit_kv.jpg") center center/cover no-repeat;
}

#recruit_kv h2{
    font-size: 7rem;
    font-weight: 900;
    color: #171C5F;
    line-height: 200%;
    z-index: 1;
}

#recruit_kv h2 span{
    position: relative;
}

#recruit_kv h2 span::before{
    content: "";
    position: absolute;
    height: 2.7rem;
    width: 100%;
    bottom: -1rem;
    right: 0;
    z-index: -1;
    background: #C8C8C8;
}

#interview .wrap{
    width: 75%;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#interview .wrap .content{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 40rem;
    position: relative;
    height: 61rem;
}

#interview .wrap .content:nth-child(2n){
    flex-direction: row-reverse;
}

#interview .wrap .content:nth-child(2n) picture{
    left: unset;
    right: 0;
}

#interview .wrap .content picture{
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translate(0, 0);
    margin-top: 10rem;
}

#interview .wrap img{
    width: 100%;
}

#interview .wrap .content div{
    width: 48%;
    padding: 5rem;
    transform: translateY(50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 .3rem 1rem  rgba(104, 104, 104, 0.16);
    backdrop-filter: blur( .4rem );
    -webkit-backdrop-filter: blur( .4rem );
    border-radius: 2rem;
    border: .1rem solid rgba( 255, 255, 255, 0.18 );
}

#interview .wrap .content div p{
    line-height: 2;
}

#interview .wrap .content div p:first-child{
    font-weight: bold;
    margin-bottom: 2rem;
    color: #171C5F;
}

#careers,#interview{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#careers .title, #interview .title{
    text-align: center;
    margin-bottom: 3.6rem;
    font-weight: bold;
}

#careers .title h2, #interview .title h2{
    border-bottom: solid .1rem #0C071A;
    margin-bottom: 1rem;
}

#careers .title p, #interview .title p{
    font-size: 1.6rem;
}

#careers > p{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4.3rem;
}

.mid{
    width: 72%;
    margin: auto;
}

#careers h3{
    background: #22243D;
    color: white;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    padding: 1.35rem 0;
    margin-bottom: 2.3rem;
}

#careers .wrap{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

#careers .wrap a{
    background: #F8F8F8;
    border-top: solid .6rem #22243D;
    width: 33%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 5.3rem;
    transition: all .2s ease-in-out;
}

#careers .wrap a:hover{
    background: white;
    transition: all .3s ease-in-out;
}

#careers .wrap a:hover h4{
    color: #FF9730;
    transition: all .3s ease-in-out;
}

#careers .wrap a:last-child{
    padding-bottom: 0;
}

#careers .wrap a:nth-child(even){
    margin: 0 .6rem auto;
}

#careers .wrap a h4{
    border-bottom: solid .1rem #CECECE;
    font-size: 1.8rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3rem 0;
    margin-bottom: 4.45rem;
    transition: all .2s ease-in-out;
}

#careers .wrap a div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 5rem;
    margin-bottom: 1.8rem;
}

#careers .wrap a div:last-child{
    margin-bottom: 0;
}

#careers .wrap a div img{
    margin-right: 2.5rem;
    width: 2.9rem;
}

#careers .wrap a div p{
    font-size: 1.8rem;
    font-weight: bold;
    color: #0C071A;
}

#careers .wrap a div p small{
    font-size: 1.4rem;
    color: #959595;
}

.other{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 72%;
    margin: 8rem auto 13.1rem;
}

.other .part{
    width: 32.6%;
}

#careers .other .part .wrap a{
    width: 100%;
}

.other .commit{
    width: 66.3%;
}

#careers .other .commit .wrap a{
    width: 49%;
    padding-bottom: 1rem;
}

@media screen and (max-width: 1020px){
    #careers .wrap a{
        width: 49%;
    }

    #careers .other .commit .wrap a {
        width: 48%;
    }
}

@media screen and (max-width: 767px){
    #recruit_kv{
        height: 73rem;
        margin-bottom: 3.4rem;
    }

    .creator_kv{
        background: url("../img/recruit/recruit_bg_sp.jpg") center center/cover no-repeat;
    }

    #recruit_kv h2{
        font-size: 3.5rem;
        margin-bottom: 5rem;
    }

    #recruit_kv h2 span::before{
        height: 1.5rem;
        bottom: -.5rem;
    }

    #interview p{
        font-size: 1.8rem;
        line-height: 2;
    }

    #interview .wrap{
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 0;
    }

    #interview .wrap .content,#interview .wrap .content:nth-child(2n){
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
        height: max-content;
    }

    #interview .wrap .content picture{
        width: 100%;
        margin-top: 0;
        margin-bottom: 3rem;
        position: relative;
    }

    #interview .wrap .content div{
        width: calc(85.33% - 4rem);
        padding: 2rem;
        box-shadow: none;
        border-radius: 0;
        transform: none;
        margin-top: -18%;
    }

    #careers .title, #interview .title{
        margin-bottom: 2.7rem;
    }

    #careers .title h2, #interview .title h2{
        font-size: 2.8rem;
        margin-bottom: .9rem;
    }

    #careers .title p, #interview .title p{
        font-size: 1.4rem;
    }

    #careers > p{
        margin-bottom: 1.9rem;
    }

    .mid{
        width: 85.3%;
        min-width: 320px;
    }

    #careers .wrap{
        flex-direction: column;
    }

    #careers .wrap a{
        width: 100%;
    }

    .other{
        width: 85.3%;
        min-width: 320px;
        margin: 3rem 0;
        flex-direction: column;
    }

    .other .part{
        width: 100%;
    }

    .other .commit{
        width: 100%;
    }

    #careers .other .commit .wrap a{
        width: 100%;
    }

    #careers .wrap a:nth-child(even){
        margin: auto auto 2rem;
    }
}