@charset "UTF-8";

#staff_image + section.contents_box01 .inner_item_img {
    position: relative;
}
#staff_image + section.contents_box01 .inner_item_img:before {
    content: "";
    position: absolute;
    bottom: -430px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/common/upload_data/eikoh-partnersorjp/image/20220715143845.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
#staff_image + section.contents_box01 .inner_item_img img {
    width: 80% !important;
}
@media(max-width: 768px) {
#staff_image + section.contents_box01 .inner_item_img:before {
    position: absolute;
    width: 48%;
    bottom: -15px;
    right: 0;
    left: auto;
    background: url(/common/upload_data/eikoh-partnersorjp/image/20220715164002.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
#staff_image + section.contents_box01 .inner_item_img img {
    width: 48% !important;
}
#staff_image + section.contents_box01 .inner_item_img {
    text-align: left;
}
}