h1{
    font-family: "Noto Serif JP",serif;
    font-weight: 900;
    margin: 60px auto 0;
    text-align: center;
    font-size: 41px;
    text-indent: 0.7em;
    line-height: 1.4;
}
h1 span{
    font-size: 22px;
}
.header__wrapper{
    padding-left: 0;
    padding-right: 0;
}
.header__wrapper,.footer__wrapper{
    background: linear-gradient(90deg,#f59f01, #e62a0f);
}
.header{
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#ec{
    margin-top:16px;
}
.head_01{
    font-family: "Noto Serif JP",serif;
    font-weight: 900;
}
    .main__text02{
        font-weight: 400;
        margin: 2em auto;
    }
        .container__wrapper {
        background-size: 100% 100%;
    }
@media screen and (max-width: 767px) {
h1{
    font-size: 5vw;
}
h1 span{
    font-size: 2.7vw;
}
}

@media screen and (max-width: 430px) {
    h1{
        margin-top: 40px;
    }
    .container__wrapper {
        background-size: 100% 100%;
    }
    .header__wrapper{
        padding:4px 0;        
    }
    .header{
        font-size: 3vw;
    }
    .main__text02{
        font-size: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .container__wrapper.--bg {
        background-size: 100% 100%;
        background-image: url(../images/common/bg_1349.png);
    }
}
@media screen and (min-width: 1367px) {
    .container__wrapper.--bg {
        background-size: 100% 100%;
        background-image: url(../images/common/bg.png);
    }
}
