@charset "UTF-8";
/* /recruit/new-graduate/ CSS Document */



.l-section__categoryText {
    position: relative;
}

/* p-newgra-beginning */
.p-newgra-beginning {
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 18px 0;
    text-align: center;
}

.p-newgra-beginning p {
    color: #00479E;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.p-newgra-beginning p i {
    color: #DC010B;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 6px;
}

/* c-heading-02 */
.l-section--newgraduateGroup .c-heading-02 {
    font-weight: 700;
    position: relative;
    text-align: center;
}

.l-section--newgraduateGroup .c-heading-02::before {
    background-position: center;
    background-size: cover;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

/* c-heading-03 */
.l-section--newgraduateGroup .c-heading-03 {
    margin-top: 64px;
}
.l-section--newgraduateGroup .c-heading-03 i {
    font-weight: 400;
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    .l-section--newgraduateGroup .l-section__categoryText img {
        height: 112px;
        width: auto;
    }

    /* c-heading-02 */
    .l-section--newgraduateGroup .c-heading-02 {
        font-size: 3.2rem;
        margin-bottom: 40px;
        margin-top: 45px;
    }
    .l-section--newgraduateGroup .c-heading-02::before {
        background-image: url(../images/line02.svg);
        height: 82px;
        top: -10px;
        width: 301px;
    }

    /* c-heading-03 */
    .l-section--newgraduateGroup .c-heading-03 {
        margin-bottom: 24px;
    }
    .l-section--newgraduateGroup .c-heading-03 i {
        font-size: 1.4rem;
    }
}
/* PC */
@media only screen and (min-width: 769px) {
    .l-section--newgraduateGroup .l-section__categoryText img {
        height: 120px;
        width: auto;
    }
    .p-newgra-beginning {
        margin-top: 40px;
        padding: 25px 0;
    }
    .p-newgra-beginning p {
        font-size: 3.2rem;
    }
    .p-newgra-beginning p i {
        font-size: 2.0rem;
    }

    /* c-heading-02 */
    .l-section--newgraduateGroup .c-heading-02 {
        font-size: 4.0rem;
        margin-bottom: 64px;
        margin-top: 60px;
    }
    .l-section--newgraduateGroup .c-heading-02::before {
        background-image: url(../images/line01.svg);
        height: 120px;
        top: -17px;
        width: 703px;
    }

    /* c-heading-03 */
    .l-section--newgraduateGroup .c-heading-03 {
        margin-bottom: 32px;
    }
    .l-section--newgraduateGroup .c-heading-03 i {
        font-size: 1.8rem;
    }
}



/* l-section--newgraduateGroup
========================================== */
.l-section--newgraduateGroup .c-table td p {
    line-height: 1.8;
}
.l-section--newgraduateGroup .c-table td p {
    line-height: 1.8;
}
.l-section--newgraduateGroup .c-table table td .p-education__list li {
    color: #000;
    font-size: 1.6rem;
}
.l-section--newgraduateGroup .c-table table td .p-education__list li p {
    margin-top: 5px;
}
.l-section--newgraduateGroup .c-table table td .p-education__list li .clr {
    color: #5493FF;
    font-weight: 700;
}
.l-section--newgraduateGroup .c-table table td .p-education__list + .c-list__notes {
    margin-top: 10px;
}
.c-list__number + .c-list__notes,
.c-newgraduate-flow + .c-list__notesNumber {
    margin-top: 16px;
}
/* SP */
@media only screen and (max-width: 768px) {
    .l-section--newgraduateGroup .c-table table td *+p {
        margin-top: 24px;
    }
}
/* PC */
@media only screen and (min-width: 769px) {
    .l-section--newgraduateGroup .c-table table td *+p {
        margin-top: 32px;
    }
}