
@charset "UTF-8";

/*concept*/
#concept_i + section > .content_wrapper::after {
    display: block;
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: -40px;
    right: 0%;
    background: url(/common/upload_data/nplusstudiojp/image/20241008135632.png) no-repeat;
    pointer-events: none;
    background-size: 75%;
}

@media screen and (max-width: 740px) {
#concept_i + section > .content_wrapper::after {
    top: -30px;
    right: -15%;
    background-size: 50%;
}
}
