@charset "utf-8";

/* ===== recruit.css ===== */
/* -- recruit_list01 -- */
.recruit_list01 {
    font-size: 14px;
    line-height: 2;
    margin-top: 53px;
}
@media screen and ( max-width: 900px ) {
    .recruit_list01 {
        font-size: 13px;
        margin-top: 25px;
    }
}

/* -- recruitCathBox -- */
.recruitCathBox {
    margin: 0 auto;
    max-width: 620px;
}
.recruitCathBox .tit {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    margin: 0 auto 42px;
    padding: 49px 20px 44px;
    max-width: 367px;
    background: #fff;
    border: 3px solid #25387C;
    border-radius: 12px;
}
.recruitCathBox .tit svg {
    position: absolute;
    bottom: 6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100px;
    transform: translateY(100%);
    fill: #FFF;
    z-index: 20;
}
.recruitCathBox .tit svg .st1 {
    stroke: #25387C;
    stroke-width: 3;
}
.recruitCathBox .txt {
    font-weight: bold;
    line-height: 2.5;
    margin-top: 66px;
}
.recruitCathBox .txt > :not(:last-child) {
    margin-bottom: 40px;
}
@media screen and ( max-width: 900px ) {
    .recruitCathBox .tit {
        font-size: 24px;
        padding: 35px 20px 34px;
    }
    .recruitCathBox .txt {
        font-size: 15px;
    }
    .recruitCathBox .txt > :not(:last-child) {
        margin-bottom: 30px;
    }
}

/* -- whiteCntBox -- */
#recruit .whiteCntBox {
    margin-top: 148px;
}
@media screen and ( max-width: 900px ) {
    #recruit .whiteCntBox {
        margin-top: 60px;
    }
}