.interview_page_wrap {
    width: 79.412vw;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.i_card.page_1 {
    width: 49%;
    margin-bottom: 80px;
    padding-bottom: 30px;
    position: relative;
}

h3 {
    color: var(--main-dark, #142357);
    font-family: "Zen Kaku Gothic New";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.i_card_inner {
    padding: 30px 24px;
}

.btn.ab {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0);
}

.tag {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    padding: 2px 10px;
    margin-bottom: 10px;
    background: #142357;
    color: var(--main-bg, #F5F6FA);
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.i_img {
    margin-bottom: 19px;
}

p.detail {
    color: var(--main-dark, #142357);
    font-family: "Zen Kaku Gothic New";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.i_card.page_2 {
    width: 49%;
    margin-bottom: 80px;
    padding-bottom: 30px;
    position: relative;
    background: #fff;

    h3 {
        color: #EB8C2D;
        font-family: "Zen Kaku Gothic New";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 19px;
    }
}

.i_tag {
    margin-top: 0;
}

.rec.section2 {
    background: url(../img/new/recruit/sec2_bg.png);
    background-size: cover;
    padding: 140px 0 76px;
}

@media (max-width: 767px) {

    .rec.section1 {
        padding: 40px 0 0;
    }

    .rec.section2 {
        background: url(../img/new/recruit/sp/sec2_bg.png);
        background-size: cover;
        padding: 90px 0 53px;
    }

    .interview_page_wrap {
        width: 100%;
    }

    .i_card.page_1 {
        width: 90%;
    }

    .i_card.page_2 {
        width: 90%;
        margin-bottom: 33px;
    }

    .tag {
        font-size: 14px;
    }

    p.detail {
        font-size: 16px;
        line-height: 24px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .i_card.page_2 {
        h3 {
            font-size: 20px;
            line-height: 30px;
        }
    }

}