@charset "UTF-8";
.contents{
    padding-top: 80px;
    padding-bottom: 227px;
    background-image: url("../img/greeting/greeting-illust.png");
    background-repeat: no-repeat;
    background-position: 40% bottom;
}
.top-visual h1{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -52px;
}
.article{
    width: 868px;
    margin: 0 auto;
}
@media screen and (max-width: 880px) {
    .top-visual h1{
        margin-top: -20.75px;
        margin-left: -40.5px;
    }
    .contents{
        padding-top: 30px;
        padding-bottom: 120px;
    }
    .contents-inner{
        height: 120px;
    }
    .article{
        width: 90%;
        margin: 0 auto;
    }
    .contents{
        -webkit-background-size: 90%;
        background-size: 90%;
    }
}