@charset "UTF-8";

/*------キャラクター------*/
#feature_icon01 + section {
    overflow: initial;
}
#feature_icon01 + section:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(/common/upload_data/denkisscom/image/20240301150004.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 300 / 356;
    bottom: clamp(-40px, -7vw, -80px);
    right: 2%;
    height: clamp(70px,10vw,140px);
}
@media screen and (max-width: 900px) {
#feature_icon01 + section:after {
    bottom: clamp(-35px, -6vw, -60px);
    height: clamp(70px, 12vw, 120px);
}
}