.header__wrapper,
.footer__wrapper {
    background-color: #212121;
}

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;
}
#footer_id{
    width: 100%;
    height: 70px;
}
.footer__wrapper.cta-padding{padding: 0;}
@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) {
    #footer_id{
        height: 55px;
    }
    .header__wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .header {
        font-size: 3.5vw;
    }

    h1 {
        font-size: 6vw;
        margin: 38px auto;
        text-indent: 0;
    }

    h1 span {
        font-size: 3.8vw;
    }
}

@media (max-width:500px) {
    .cta__btn .btn01.--arrow01::after,
    .cta__btn .btn01.--arrow01::before {
        opacity: 0;
    }
}