.staff-nav--new{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.staff-thumb {
    position: relative;
    margin-bottom: 5px;
}
.staff-thumb::after {
    content: "";
    border: 4px solid rgba(0, 161, 242, 0.8);
    border-radius: 50%;
    position: absolute;
    inset: 0;
}
.staff-thumb img {
    border-radius: 50%;
    vertical-align: bottom;
}
.staff-nav a img {
    margin-bottom: 0;
}
.no-staff-thumb {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #e8eefa;
    margin-bottom: 5px;
}

.staff--new .staff-in-top {
    aspect-ratio: 1000 / 388;
    background-color: #e8eefa;
    position: relative;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    flex-direction: column;
}
.staff--new .staff-in-top h2 {
    order: 1;
}
.staff--new .staff-in-top-box1 {
    order: 2;
}
.staff--new .staff-in-top-box2 {
    order: 3;
}
.staff-top-mask {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to right, #e8eefa 75%, transparent 100%);
}
.staff-in-group {
    display: flex;
    justify-content: space-between;
}
.staff-in-group--right {
    flex-direction: row-reverse;
}
.staff-in-group + .staff-in-group {
    margin-top: 30px;
}
.staff-in-group h3 {
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.staff-in-group h3::before {
    content: "Q. ";
}
.staff-in-group p + h3 {
    margin-top: 30px;
}
.staff-in-group .voice-img {
    width: 32%;
}
.staff-in-group .voice-text {
    width: 100%;
    line-height: 1.44;
}
.staff-in-group .voice-img + .voice-text {
    width: 65.6%;
}
.staff-in-group .voice-img img {
    max-width: 100%;
}

@media only screen and (max-width: 1000px) {
    .staff--new .staff-in-top h2 {
        order: 3;
        position: relative;
    }
    .staff--new .staff-in-top-box1 {
        order: 1;
        position: relative;
        margin-bottom: -48px;
        top: -25px;
    }
    .staff--new .staff-in-top-box2 {
        order: 2;
        position: static;
    }
}
@media only screen and (max-width: 767px) {
    .staff-nav a {
        display: flex;
        flex-direction: column;
    }
    .staff-nav a img {
        width: 80px;
        height: 80px;
    }
    .staff-nav a p {
        margin-left: 0;
    }
    .staff-thumb {
        margin-bottom: 0;
    }
    .staff--new .staff-in-top-box1 {
        top: -112px;
        position: absolute;
    }
    .staff--new .staff-in-top-box2 {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: -72px;
        position: absolute;
        height: 72px;
    }
    .staff--new .staff-in-top {
        align-items: center;
        justify-content: center;
        margin-top: 140px;
    }
    .staff--new {
        margin-bottom: 180px;
    }
    .staff--new:last-child {
        margin-bottom: 0;
    }
    .staff-in-group .voice-img {
        width: 100%;
    }
    .staff-in-group {
        flex-direction: column;
        gap: 20px;
    }
    .staff-in-group--right {
        flex-direction: column;
    }
    .staff h3 {
        font-size: 16px;
    }
    .staff-nav--new {
        gap: 20px 0;
    }
}

