.header__wrapper,
.footer__wrapper {
    background-color: #4f453d;
}

h1 {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 38px;
    font-weight: 900;
    margin: 60px auto;
    width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.5;
    text-indent: -0.5em;
}

h1 span {
    font-size: 24px;
}

.head_01 {
    font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) and (max-width:1024px) {

    .main__box01 .dlist__wrapper,
    .main__box02 .dlist__wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 4.5vw;
    }

    h1 span {
        font-size: 3.5vw;
    }
}

@media (max-width:430px) {
    .header__wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .header {
        font-size: 3.5vw;
    }

    h1 {
        font-size: 5.5vw;
        margin: 38px auto;
        text-indent: 0;
    }

    h1 span {
        font-size: 3.5vw;
    }
}