@charset "utf-8";
.c-subhead-ttlwrap{
    background-image: url(../img/concept/head_bg.jpg);
}
.p-intro{
    position: relative;
    background: url(../img/concept/intro_bg.png) no-repeat bottom center / 100% auto;
    padding: 1rem 0;
}
.p-intro-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(233,217,173,.4);
}
.p-intro-pic{
    width: min(100%,800px);
    margin: 0 auto .6rem;
}
.p-feature{
    background: #ddd0c6 url(../img/common/bg_beige.png) no-repeat center center / cover;
    padding: 1rem 0;
    position: relative;
}
.p-feature-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255,255,255,.4);
}
@media only screen and (max-width: 1024px) {
    .p-feature{
        background-position: bottom left;
        background-size: 100% auto;
    }
}