@charset "UTF-8";

/*------コンセプト_キャラクター------*/
#concept_icon01 + section:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(/common/upload_data/denkisscom/image/20240301150023.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 386 / 334;
    bottom: 0;
    right: 2%;
    height: clamp(70px,10vw,140px);
}
@media screen and (max-width: 900px) {
#concept_icon01 + section:after {
    height: clamp(70px, 12vw, 120px);
}
}