.bb {
    border-right: 2px dotted var(--education-color);
    height: 7vh;
}


/* フッター */
footer {
    padding-bottom: 10px;
    color: white;
}

footer {
    background-color: rgba(56, 85, 27, 0.788);
}

footer>div>ul>li>a {
    color: white;
}