@charset "UTF-8";

/*------テキスト_キャラクター01------*/
#staff_icon01 + section {
    overflow: initial;
}
#staff_icon01 + section:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(/common/upload_data/denkisscom/image/20240301150009.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 407 / 289;
    bottom: calc(-2% + clamp(-70px,-10vw,-140px));
    left: 2%;
    height: clamp(70px,10vw,140px);
}
@media screen and (max-width: 900px) {
#staff_icon01 + section:after {
    bottom: clamp(-35px,-6vw,-60px);
    height: clamp(80px, 12vw, 120px);
}
}