@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

.link {
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
}

.link_none {
    opacity: 0.4;
}

.link_none:hover {
    opacity: 0.4;
}

body {
    background-image: url(../img/top_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0 100px 0;
    padding: 9.863vw 0 5.479vw 0;
}

.wrapper {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.school_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.4%;
    margin-bottom: 150px;
    margin-bottom: 8.219vw;
}

.school_lists li {
    width: 47.3%;
    margin-bottom: 45px;
}

.school_lists li:last-child {
    margin-bottom: 0;
}

.school_lists li a {
    display: block;
}

.school_lists li a img {
    width: 100%;
}

footer p {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}