@charset "utf-8";@media (min-width: 751px) {
    .featureContents .feature-detail2 .feature-kv-container {
        background-image: url(/photo/page/20240419/bf801f8bb705d103f1e8844c888828f4.jpg);
        background-repeat: no-repeat;
        background-size: contain; /* 画像が画面内に収まるように拡大される */
        background-position: center center;
    }            
}

@media (max-width: 750px) {
    .featureContents .feature-detail2 .feature-kv-container {
        background-image: url(/photo/page/20240419/fa7ea2c548e7e45559825dc23af93057.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
    }        
}
