@charset "UTF-8";
/* /recruit/mid-career/ CSS Document */



.l-section__categoryText {
    position: relative;
}

/* c-heading-02 */
.l-section--midcareerGroup .c-heading-02 {
    font-weight: 700;
    position: relative;
    text-align: center;
}

.l-section--midcareerGroup .c-heading-02::before {
    background-position: center;
    background-size: cover;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

/* c-heading-03 */
.l-section--midcareerGroup .c-heading-03 {
    margin-top: 64px;
}
.l-section--midcareerGroup .c-heading-03 i {
    font-weight: 400;
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    /* c-heading-02 */
    .l-section--midcareerGroup .c-heading-02 {
        font-size: 3.2rem;
        margin-bottom: 40px;
        margin-top: 45px;
    }
    .l-section--midcareerGroup .c-heading-02::before {
        background-image: url(../images/line02.svg);
        height: 82px;
        top: -10px;
        width: 301px;
    }

    /* c-heading-03 */
    .l-section--midcareerGroup .c-heading-03 {
        margin-bottom: 24px;
    }
    .l-section--midcareerGroup .c-heading-03 i {
        font-size: 1.4rem;
    }
}
/* PC */
@media only screen and (min-width: 769px) {
    .l-section--midcareerGroup .l-section__categoryText img {
        height: 120px;
        width: auto;
    }

    /* c-heading-02 */
    .l-section--midcareerGroup .c-heading-02 {
        font-size: 4.0rem;
        margin-bottom: 64px;
        margin-top: 60px;
    }
    .l-section--midcareerGroup .c-heading-02::before {
        background-image: url(../images/line01.svg);
        height: 120px;
        top: -17px;
        width: 703px;
    }

    /* c-heading-03 */
    .l-section--midcareerGroup .c-heading-03 {
        margin-bottom: 32px;
    }
    .l-section--midcareerGroup .c-heading-03 i {
        font-size: 1.8rem;
    }
}



/* l-section--midcareerGroup
========================================== */
.l-section--midcareerGroup .c-table td p {
    line-height: 1.8;
}
.l-section--midcareerGroup .c-table td p {
    line-height: 1.8;
}
.l-section--midcareerGroup .c-table table td .p-education__list li {
    color: #000;
    font-size: 1.6rem;
}
.l-section--midcareerGroup .c-table table td .p-education__list li p {
    margin-top: 5px;
}
.l-section--midcareerGroup .c-table table td .p-education__list li .clr {
    color: #5493FF;
    font-weight: 700;
}
.l-section--midcareerGroup .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--midcareerGroup .c-table table td *+p {
        margin-top: 24px;
    }
}
/* PC */
@media only screen and (min-width: 769px) {
    .l-section--midcareerGroup .c-table table td *+p {
        margin-top: 32px;
    }
}



/* p-ratio
========================================== */
.p-ratioGroup__heading {
    font-weight: 700;
    text-align: center;
}
.p-ratioGroup .c-table {}
.p-ratioGroup .c-table table {
    margin-inline: auto;
    max-width: 770px;
    width: 100%;
}
.p-ratioGroup .c-table table th,
.p-ratioGroup .c-table table td {
    padding: 24px 0;
}
.p-ratioGroup .c-table table th {
    color: #000;
    font-weight: 400;
    text-align: left;
    width: 40%;
}
.p-ratioGroup .c-table table td {
    text-align: center;
    width: 20%;
}
.p-ratioGroup .c-table + p {
    margin-top: 24px;
    text-align: center;
}
/* SP */
@media only screen and (max-width: 768px) {
    .p-ratioGroup__heading {
        font-size: 1.6rem;
        margin-bottom: 24px;
    }
    .p-ratioGroup .c-table table th {
        width: 25%;
    }
    .p-ratioGroup .c-table table td {
        width: 25%;
    }
}
/* PC */
@media only screen and (min-width: 769px) {
    .p-ratioGroup__heading {
        font-size: 1.8rem;
        margin-bottom: 32px;
    }
}



/* p-apply
========================================== */
.p-apply .c-table table th,
.p-apply .c-table table td {
    vertical-align: middle;
}
/* SP */
@media only screen and (max-width: 768px) {
    .p-apply {
        margin-top: 24px;
    }
}
/* PC */
@media only screen and (min-width: 769px) {
    .p-apply {
        margin-top: 32px;
    }
}