/* l-main */
.l-main {
    overflow: hidden;
}

/* Top recruit: block number */
@media screen and (min-width: 1024px) {
    .p-recruit__cont.-number::before {
        background-image: url(../img/recruit/img_number_pc.png);
    }
}

/* footer */
.l-footer .l-navList {
    justify-content: flex-start;
}

@media screen and (min-width: 1024px) {
    .l-footer__flex img {
        flex-shrink: 0;
    }

    .l-footer .l-navList {
        width: auto;
    }
}

/* recruit number */
.c-kv__recruitNumber {
    background-color: #D5CFE8;
}

@media screen and (min-width: 1024px) {
    .c-kv__recruitNumber {
        background-image: url(../img/recruitNumber/kv_pc.png);
    }
}

.p-recruitNumber .c-tabList {
    padding: 30px 0;
    justify-content: center;
}

.p-recruitNumber .c-section + .c-section {
    padding-top: 80px;
}

.p-recruitNumber .c-section .c-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 6px;
}

.p-recruitNumber .c-section .c-list > * {
    width: 100%;
    background-color: #fff;
    padding: 20px 25px;
}

.p-recruitNumber .c-section .c-list h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #888888;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.p-recruitNumber .c-section .c-list figure {
    aspect-ratio: 485/ 282;
}

.p-recruitNumber .c-section .c-list figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1024px) {
    .p-recruitNumber .c-tabList {
        padding: 80px 0 100px;
    }
    
    .p-recruitNumber .c-section + .c-section {
        padding-top: 100px;
    }
    
    .p-recruitNumber .c-section .c-list {
        gap: 20px;
        margin-top: 20px;
    }
    
    .p-recruitNumber .c-section .c-list > * {
        width: calc((100% - 20px) / 2);
        padding: 25px 35px;
    }
    
    .p-recruitNumber .c-section .c-list h3 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 15px;
    }
    
    .p-recruitNumber .c-section .c-list figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}