#recruit .l-sub-img,.l-breadcrumb,.c-cv02,.c-cv01{
    display: none;
}

.job-mv{
    background-image: url(../img/recruit/job-posting/mv-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
    padding-bottom: 0;
    overflow: visible;
}
.l-wrapper{
    padding-top: 0;
}
.page-hero{
    padding-bottom: 0;
}
.job-mv h1{
    color:  #FFF;
    font-family: YuMincho;
    font-size: clamp(1.5rem, 0.65rem + 3.62vw, 5rem);
    font-style: normal;
    font-weight: 800;
    line-height: 130%; 
    position: relative;
}
.job-mv h1::after{
    content: '中途採用';
    position: absolute;
    bottom: 0;
    transform: translate(0,50%);
    color: #FFF;
    font-family: "Noto Serif JP", YuMincho, serif;
    white-space: nowrap;
    font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background: linear-gradient(235deg, #CA2B26 0%, #911C1E 100%);
    padding: 2px 8px;
}
.job-mv ._inner{
    display: flex;
    align-items: end;
    justify-content: left;
    height: 100%;
}
/* ほどよいレイアウト（既存CSSがなければ最低限で表示） */
.job-archive .job-category{ 
    background:#fff;
    padding:24px;
    border-radius:16px;
    margin-bottom:40px; 
}

.job-archive .job-category__title{
    color: #444;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin:0 0 12px;
    display:flex;
    align-items:center;
    gap:8px; 
}
.job-archive .job-category__title .dot{ 
    color:#b7595b; 
}
.job-archive .job-grid{ 
    list-style:none; 
    margin:0; 
    padding:0; 
    display:grid; 
    grid-template-columns: repeat(2, minmax(0,1fr)); gap:16px; 
}

.job-archive .job-card{ 
    background:#fff; 
    border-radius:6px; 
}
.job-archive .job-card__link{ 
    display:block; 
    padding:16px 48px 16px 16px; 
    color:inherit; 
    text-decoration:none; 
    position:relative; 
}
.job-archive .job-card__head{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #444;
    padding: 16px;
    margin-bottom: 16px;
}
.job-archive .job-card__head::after{
    content: '';
    display: block;
    width: 24px;
    aspect-ratio: 1/1;
    background: url(../img/recruit/job-posting/dec.webp) no-repeat center center;
    background-size: contain;
}

.job-archive .job-card__title{ 
    color: #444;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
.job-archive .job-card__excerpt{ 
    color: #444;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

/* .job-archive ._section-title h2 span{
    border-left: none;
    padding-left: 0;
} */
@media (max-width: 768px){
    .job-archive .job-grid{ 
        grid-template-columns:1fr; 
    } 
    .job-mv{
        height: 300px;
    }
    .job-mv h1{
    margin-bottom: 24px;
    }
}