@charset "UTF-8";

@media screen and (min-width: 901px) {
    .widget_staff01 .inner_item_img {
        background: none;
        border: none;
    }
    .widget_staff01.add_design2 .inner_item {
        display: flex;
        align-items: center;
        gap: 2rem;
        flex-direction: row-reverse;
    }
    .widget_staff01.add_design2 .inner_item .inner_item_txt {
        width: 100%;
    }
    .widget_staff01 .inner_item .inner_item_txt dl {
        display: flex;
        flex-direction: column;
    }
    .widget_staff01 .inner_item .inner_item_txt dl dt {
        width: 100%;
        font-weight: bold;
        font-size: 2.2rem;
    }
    .widget_staff01 .inner_item .inner_item_txt dl dd {
        padding-left: 0;
    }
    .widget_staff01 .inner_item .inner_item_txt dl:nth-child(3) dt {
        display: none;
    }
    .widget_staff01 .inner_item_txt dl {
        border-bottom: none;
    }
}
@media screen and (max-width: 900px) {
    .widget_staff01.add_design2 .inner_item {
        display: flex;
        align-items: center;
        gap: 2rem;
        flex-direction: row-reverse;
    }
    .widget_staff01 .inner_item .inner_item_txt dl {
        display: flex;
        flex-direction: column;
    }
    .widget_staff01 .inner_item_txt dl {
        border-bottom: none;
    }
    .widget_staff01 .inner_item .inner_item_txt dl:nth-child(3) dt {
        display: none;
    }
    .widget_staff01 .inner_item .inner_item_txt dl dt {
        width: 100%;
        font-weight: bold;
    }
    .widget_staff01 .inner_item_img {
        background: none;
        border: none;
    }
    .widget_staff01.add_design2 .inner_item {
        padding-bottom: 3px;
    }
}
@media screen and (max-width: 768px) {
    .widget_staff01.add_design2 .inner_item .inner_item_img {
        width: 30%;
    }
    .widget_staff01.add_design2 .inner_item {
        flex-direction: column;
    }
    .widget_staff01 .inner_item_img img {
        max-height: unset;
    }
}
@media screen and (max-width: 500px) {
    .widget_staff01.add_design2 .inner_item .inner_item_img {
        width: 45%;
    }
}
/*staff枠*/
.widget_staff01.add_design2 .inner_item {
    padding: 20px 20px;
}
.widget_staff01.add_design2 .inner_item .inner_item_img {
    position: relative;
}
/*.widget_staff01.add_design2 .inner_item .inner_item_img:before {
    content: "";
    position: absolute;
    background: url(/common/upload_data/ar-sheepcom/image/20260415124716.png) no-repeat;
    top: -7px;
    right: 0px;
    background-size: contain;
    width: 50%;
    height: 100%;
    z-index: 1;
}*/
/*.widget_staff01.add_design2 .inner_item .inner_item_img:after {
    content: "";
    position: absolute;
    background: url(/common/upload_data/ar-sheepcom/image/20260415124716_1.png) no-repeat;
    bottom: -7px;
    left: 4px;
    background-size: contain;
    width: 50%;
    height: 100%;
    z-index: 1;
}*/
@media screen and (max-width: 1150px) {
    .widget_staff01.add_design2 .inner_item .inner_item_img:before {
        top: 3px;
        right: 2px;
    }
    .widget_staff01.add_design2 .inner_item .inner_item_img:after {
        left: 3px;
        bottom: -12px;
    }
}
#staffcon+div .inner_item_img>img {
    border: 0;
    vertical-align: top;
    backface-visibility: hidden;
    filter: drop-shadow(5px 4px 6px black);
}