@charset "utf-8";
/* ======================
Article header 
======================*/
.Job_List {
    color: #366EB3;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

/* =======================
.Driver
======================== */
.section--Driver {
    padding: 48px 5%;
}
.section__Job {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    color: #FB7BA2;
    font-family: Montserrat;
    font-size: 4.0rem;
    font-weight: 700;
}
.job_subttl{
    font-size: 2.0rem;
    font-weight: 700;
}
.section--Business {
    padding: 48px 5%; 
}

.job-detail__card{
    border: 1px solid #000;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1rem;
    background-color: #fff;
}
  
.job-detail__section h5 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
}
  
.job-detail__section p {
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
}
  
hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
}

.section--Marketing {
    padding: 48px 5%;
}
.section--EC {
    padding: 48px 5%;
}

/* Entry pc */
@media screen and (min-width:769px){
    .section--Entry {
        display: flex;
        padding: 24px 7%;
        flex-direction: column;
        align-items: center;
        gap: 100px;
    }
}