.header__wrapper,
.footer__wrapper {
    background-color: #007ebc;
}

.footer__wrapper {
    background-color: #008c17;
}

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;
}

.main__text02 {
    font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width:1024px) {

    .main__box01 .dlist__wrapper,
    .main__box02 .dlist__wrapper {
        width: 90%;
    }
}

.ec_main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.ec_main .header__wrapper,
.ec_main .footer__wrapper {
    width: 100%;
}

.ec_ko_p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.ec_flex_btn_div {
    width: 100%;
    display: flex;
}

.ec_ko_div {
    text-align: center;
    width: 50%;
}

.btn01.--arrow01::before,
.btn01.--arrow01::after {
    display: none;
}

.--kiseki {
    background-color: #007ebc !important;
}

.--ys {
    background-color: #008c17 !important;
}

.--kiseki:hover,
.--ys:hover {
    opacity: 0.8;
}

.ec_back_div {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
}

.ec_back_div a {
    text-decoration: none;
}

.ec_back_div p {
    text-align: center;
    width: 230px;
    max-width: 90%;
    padding: 1.5em 8px;
    line-height: 1;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    background-color: #999;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 4.5vw;
    }

    h1 span {
        font-size: 3.5vw;
    }

    .ec_back_div {
        bottom: 70px;
    }

    .ec_back_div p {
        padding: 1em 4px
    }
}

@media (max-width:440px) {
    .ec_flex_btn_div {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .ec_ko_div {
        width: 100%;
    }

    .ec_sp_mrt28 {
        margin-top: 28px;
    }

    .--kiseki:hover,
    .--ys:hover {
        opacity: 1;
    }

}

@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.7vw;
    }
}