@charset "utf-8";

/* MV sub */
#main_visual._sub {
    margin-bottom: calc(194 / 1920 * 100vw);
}
.mv_wrap {
    position: relative;
}
.lead_text {
    position: absolute;
    top: 40%;
    left: 11%;
    padding: calc(70 / 1920 * 100vw) calc(100 / 1920 * 100vw);
    z-index: 10;
}
.lead_text::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.lead_text::after {
    content: '';
    background: #003B51;
    padding: calc(70 / 1920 * 100vw);
    display: block;
    position: absolute;
    top: 6%;
    left: 3%;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.lead_text img {
    width: calc(187 / 1920 * 100vw);
    /* width: 187px; */
    z-index: 15;
}
.mv_wrap img {
    position: relative;
    display: block;
    margin: 0 auto;
}
#main_visual > div > img {
    width: calc(1012 / 1920 * 100vw);
    position: relative;
    z-index: 10;
}
.mv_wrap::after {
    width: 41%;
    height: calc(548 / 1920 * 100vw);
    content: '';
    background: url('/assets/images/common/bg_stripe.svg');
    background-size: cover;
    display: block;
    position: absolute;
    top: 7%;
    left: 23%;
}

/*  */
#recruit .inner {
    flex-direction: column;
    text-align: center;
}
.contents_title img {
    width: 100px;
}
.contents_lead img {
    width: calc(700 / 980 * 100%);
}
#recruit p {
    color: #003B51;
    margin-top: 120px;
    position: relative;
    line-height: 2;
}
#recruit span {
    font-size: 3.2rem;
    font-weight: 500;
}
#recruit {
    margin-bottom: 300px;
}
span.tel::before {
    content: '';
    background: url('/assets/images/recruit/tel.svg') no-repeat center top;
    background-size: contain;
    display: block;
    width: 28px;
    height: 28px;
    /* position: absolute;
    top: 2px;
    left: -37px; */
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}

/* 募集要項 */
.contents_lead._active img {
    margin: 0 auto 100px;
}
.recruit_container {
    background: #fff;
    border-radius: 23px;
    padding: calc(52 / 980 * 100%) calc(90 / 980 * 100%) calc(100 / 980 * 100%);
    border: 3px solid #ECF3F7;
    box-shadow: rgba(6, 105, 196, 0.25) 0px 50px 100px -20px, rgba(6, 105, 196, 0.3) 0px 30px 60px -30px;
    margin-top: 80px;
    display: block;
}
.recruit_container dl {
    text-align: left;
    display: flex;
    border-bottom: 1px solid #88B5C4;
    padding: 1.5em;
    letter-spacing: 0.02em;
}
.recruit_container dt {
    color: #003B51;
    font-weight: 500;
    width: calc(245 / 980 * 100%);
    flex-shrink: 0;
}
#recruit > div > div > div.recruit_container > p {
    margin-top: 75px;
}
#recruit > div > div > div.recruit_container > p > span {
    margin-left: 30px;
    margin-bottom: 100px;
}


@media screen and (max-width: 1024px) {
    #main_visual > div > img {
        width: 100%;
    }
    .mv_wrap::after {
        width: 100%;
        height: calc(548 / 1024 * 100vw);
        bottom: -3%;
        left: 0;
    }
    .lead_text {
        top: 40%;
        left: 0;
        padding: calc(70 / 1024 * 100vw);
    }
    .lead_text img {
        width: calc(280 / 1024 * 100vw);
    }
    .mv_wrap::after {
        width: 100%;
        height: calc(548 / 1024 * 100vw);
        bottom: -3%;
        left: 0;
    }

    .contents_lead img {
        width: calc(800 / 1024 * 100%);
    }
    .contents_lead._active img {
        margin: 0 auto 60px;
    }
    .recruit_container {
        margin-top: 46px;
        padding: 60px 20px;
    }
    .recruit_container dl {
        flex-direction: column;
        padding: 1.5em 0;
    }
    .recruit_container dt {
        margin-bottom: 20px;
    }
    #recruit {
        margin-bottom: 80px;
    }

}

@media screen and (max-width: 480px) {
    .contents_lead img {
        width: 100%;
    }
    .recruit_container dt {
        color: #003B51;
        font-weight: 500;
        width: 100%;
    }
}

#recruit .t_ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #003B51;
}
@media screen and (max-width: 1024px) {
    #recruit .t_ttl {
        font-size: 2rem;
    }
    #recruit .t_txt {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 480px) {
    #recruit .t_txt {
        text-align: left;
    }
}