@charset "utf-8";

.staffReadImg {
    overflow: hidden;
}

.staffReadImg01 {
    aspect-ratio: 27/28;
}

.staffReadImg02 {
    aspect-ratio: 380/234;
}

.staffReadImg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.staff-row:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/cmn_bg01.jpg)no-repeat center;
    background-size: cover;
    z-index: 0;
}

.loopWr {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    gap: 15px;
}

.loopImgAr {
    display: flex;
    animation: loop-slide 50s infinite linear 1s both;
    gap: 15px;
}

.loopImgBx {
    position: relative;
    width: 200px;
    aspect-ratio: 365/325;
    overflow: hidden;
}

.loopImgAr:nth-of-type(2n-1) .loopImgBx:nth-of-type(2n) {
    margin: 30px 0 0;
}

.loopImgAr:nth-of-type(2n) .loopImgBx:nth-of-type(2n-1) {
    margin: 30px 0 0;
}

.loopImgBx img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {


    .staff-row:after {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        margin: auto;
        width: 90%;
        height: 90%;
    }

    .loopImgBx {
        width: 280px;
    }


}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .loopWr {
        gap: 20px;
    }

    .loopImgAr {
        gap: 20px;
    }

    .loopImgBx {
        width: 365px;
    }

.loopImgAr:nth-of-type(2n-1) .loopImgBx:nth-of-type(2n) {
    margin: 60px 0 0;
}

.loopImgAr:nth-of-type(2n) .loopImgBx:nth-of-type(2n-1) {
    margin: 60px 0 0;
}

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */