@charset "UTF-8";

/*------デンキーズの想い_キャラクター------*/
#c2 + section:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(/common/upload_data/denkisscom/image/20240301150025.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1469 / 945;
    top: 2%;
    right: 2%;
    height: clamp(70px,10vw,140px);
}
@media screen and (max-width: 900px) {
#c2 + section:after {
    top: 1%;
    height: clamp(60px, 12vw, 120px);
}
}

/*------施工事例_キャラクター------*/
#top_constructed + div:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(/common/upload_data/denkisscom/image/20240301150002.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 469 / 298;
    top: 2%;
    left: 2%;
    height: clamp(70px,10vw,140px);
}
@media screen and (max-width: 900px) {
#top_constructed + div:after {
    top: 1%;
    height: clamp(60px, 12vw, 120px);
}
}

/*------ブログ_キャラクター------*/
#top_blog + div:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(/common/upload_data/denkisscom/image/20240301145957.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 273 / 326;
    top: 2%;
    right: 2%;
    height: clamp(70px,10vw,140px);
}
@media screen and (max-width: 900px) {
#top_blog + div:after {
    top: 1%;
    height: clamp(60px, 12vw, 120px);
}
}

/*------コラム_キャラクター------*/
#top_column + div:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(/common/upload_data/denkisscom/image/20240301145953.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 177 / 216;
    bottom: 2%;
    left: 2%;
    height: clamp(70px,10vw,140px);
}
@media screen and (max-width: 900px) {
#top_column + div:after {
    bottom: 1%;
    height: clamp(60px, 12vw, 120px);
}
}