.education{
    margin-top: 80px;
}

.education__description{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.01em;
    text-align: center;
    padding-top: 80px;
}

.education__box:nth-of-type(n + 2){
    margin-top: 100px;
}

.education__title{
font-weight: 700;
font-size: 28px;
line-height: 140%;
letter-spacing: 0.01em;
color: #B81C22;
background: #FFF1E7;
padding: 10px 40px;
border-radius: 10px;
}

.education__history{
    margin: 0;
    line-height: 160%;
    width: 100%;
}


.education__history th{
    line-height: 140%;
    min-width: 150px;
text-align: center;

}

.education__history td{
    line-height: 160%;
}

th.education__history-th{
    background: #1B1E49;
    width: 110px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    min-width: 110px;

}

.education__history--custom{
    display: flex;
    gap: 40px;
}

.education__history--custom thead tr{
    height: 100%;
}

.education__history--custom thead .education__history-th{
    background: #B81C22;
}

.education__content{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.education__unit{
    gap: 30px;
}

.education__time{
    max-width: 102px;
}

.education__heading{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #1B1E49;

}


@media screen and (max-width: 768px) {
    
    .education__title{
        text-align: center;
        font-size: 22px;
    }

    .education__time{
        line-height: 50px;
        max-width: 70px;
        font-size: 26px;
    }

    .education__heading{
        font-size: 14px;
    }

    .education__unit{
        gap: 15px;
    }
    ul.article__list.education__list{
        gap: 70px;
    }
}