@charset "utf-8";

h1 {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    padding: 96px 0;
    background: #f2f2f2;
}

h1 span {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    margin-top: 8px;
}
.navi {
    display: flex;
    justify-content: center;
    margin: 32px auto;
}

.navi li {
    margin-right: 24px;
}
.navi li:last-child {
    margin-right:0;
}