.c-staff-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4rem;
    font-family: 游ゴシック体,YuGothic,Yu Gothic Medium,sans-serif!important
}

.c-staff-list__item {
    width: 29rem;
    text-align: center;
    margin-bottom: 9rem
}

.c-staff-list__item:nth-child(4n) {
    margin-right: 0
}

.c-staff-list__item--dummy {
    height: 0;
    margin-bottom: 0!important;
    visibility: hidden
}

.c-staff-list__image {
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 3rem
}

.c-staff-list__image img {
    width: 100%;
    height: 29rem;
    -o-object-fit: cover;
    object-fit: cover
}

.c-staff-list__position {
    font-size: 1.7rem;
    letter-spacing: .1em;
    margin-bottom: .25em;
    line-height: 1.5
}

.c-staff-list__name {
    letter-spacing: .1em;
    font-size: 2.2rem;
    line-height: 1.5
}

.c-staff-list__en {
    font-family: Jost,sans-serif;
    font-size: 1.6rem;
    letter-spacing: .1em;
    font-weight: 400
}

.c-staff-window {
    background: #fff;
    position: relative;
    padding: 16rem 14rem;
    border: 1.6rem solid #284e7c;
    font-family: 游ゴシック体,YuGothic,Yu Gothic Medium,sans-serif!important
}

.c-staff-window.remodal-is-opening {
    -webkit-animation: none!important;
    animation: none!important
}

.c-staff-window.remodal-is-opened .c-staff-window__body,.c-staff-window.remodal-is-opened .c-staff-window__image {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.c-staff-window.remodal-is-opened .c-staff-window__body {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.c-staff-window .modaal-container {
    max-width: none;
    width: 100%
}

.c-staff-window__shop {
    position: absolute;
    top: 3.4rem;
    left: 3.4rem;
    font-size: 2.4rem;
    letter-spacing: .075em;
    /*font-weight: 600;*/
    color: #797A7A
}

.c-staff-window__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85.5rem;
    margin-left: auto;
    margin-right: auto
}

.c-staff-window__image {
    border-radius: 50%;
    overflow: hidden;
    width: 38rem;
    height: 38rem;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
}

.c-staff-window__image img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.c-staff-window__body {
    width: 40.5rem;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.c-staff-window__position {
    font-size: 2.2rem;
    letter-spacing: .025em;
    margin-bottom: 4rem
}

.c-staff-window__en {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .025em;
    margin-bottom: 1em;
    font-family: Jost,sans-serif
}

.c-staff-window__name {
    font-size: 2.8rem;
    margin-bottom: 5rem
}

.c-staff-window__hobby {
    font-size: 1.6rem;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-staff-window__hobby>span:first-child {
    white-space: nowrap
}

.c-staff-window__shikaku {
    font-size: 1.6rem;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-staff-window__shikaku>span:first-child {
    white-space: nowrap
}

.c-staff-window__appeal {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 1.7em
}

.c-staff-window__message {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 1.7em
}

.c-staff-window__next,.c-staff-window__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.c-staff-window__prev {
    left: 3.4rem
}

.c-staff-window__next {
    right: 3.4rem
}

.c-staff-window__close {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: .05em;
    margin-top: 1.8rem;
    margin-bottom: 2em;
    text-align: center
}

.c-staff-window__close a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #797A7A;
    color: #fff;
    width: 7rem;
    height: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .c-staff-list {
        padding: 0
    }

    .c-staff-list__item {
        width: 34.66667vw;
        margin-right: 0;
        margin-bottom: 13.33333vw
    }

    .c-staff-list__image {
        margin-bottom: 5.33333vw
    }

    .c-staff-list__image img {
        height: 34.66667vw
    }

    .c-staff-list__position {
        font-size: 2.93333vw
    }

    .c-staff-list__name {
        font-size: 4.26667vw
    }

    .c-staff-list__en {
        font-size: 2.93333vw;
        white-space: nowrap
    }

    .c-staff-window {
        padding: 2.66667vw;
        border-width: 2.66667vw
    }

    .c-staff-window__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 13.33333vw
    }

    .c-staff-window__image {
        width: 53.33333vw;
        height: 53.33333vw;
        margin-bottom: 8vw
    }

    .c-staff-window__image img {
        /*width: 53.33333vw;
        height: 53.33333vw;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: middle;
        position: static;*/
        left: auto;
        top:0 /*-20px*/;
        transform: none;
    }

    .c-staff-window__body {
        width: 67vw;
        margin-left: auto;
        margin-right: auto;
        font-size: 4vw
    }

    .c-staff-window__shop {
        top: 4vw;
        left: 4vw;
        font-size: 4.8vw
    }

    .c-staff-window__position {
        font-size: 4vw;
        margin-bottom: 6.66667vw
    }

    .c-staff-window__en {
        font-size: 3.73333vw
    }

    .c-staff-window__name {
        font-size: 5.33333vw;
        margin-bottom: 6.66667vw
    }

    .c-staff-window__hobby,.c-staff-window__message,.c-staff-window__shikaku {
        font-size: 3.73333vw
    }

    .c-staff-window__prev {
        left: 0
    }

    .c-staff-window__next,.c-staff-window__prev {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .c-staff-window__next {
        right: 0
    }

    .c-staff-window__close {
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}