.staff__heading {
    margin-bottom: 3.2rem;
}
.staff__block {
    margin-bottom: 6.4rem;
}
.staff__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
}
.staff__item {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.staff__item:hover .staff__item-link-name {
    text-decoration: underline;
}
.staff__item:hover .staff__item-img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.staff__item-img {
    width: 100%;
    height: 29.4rem;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 3.1rem;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow var(--transition);
    transition: -webkit-box-shadow var(--transition);
    -o-transition: box-shadow var(--transition);
    transition: box-shadow var(--transition);
    transition: box-shadow var(--transition), -webkit-box-shadow var(--transition);
    background-position: top;
    background-size: 100%;
    background-color: var(--color-grey-bg);
}
.staff__item-heading {
    display: block;
    margin-bottom: 1.4rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-family: var(--second-ff);
}
.staff__item-position {
    display: block;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: var(--color-grey2);
    margin-bottom: 2.1rem;
}
.staff__item-link-name {
    display: block;
    color: var(--color-green);
    margin-top: auto;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}
.staff-detailed__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
}
.staff-detailed__block:nth-child(1) {
    -ms-grid-column-span: 9;
    grid-column: 9 span;
}
.staff-detailed__block:nth-child(2) {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
    -webkit-transform: translateY(22px);
    -ms-transform: translateY(22px);
    transform: translateY(22px);
}
.staff-detailed__img {
    width: 100%;
    height: 29.4rem;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 6.2rem;
    border-radius: 1rem;
    overflow: hidden;
    background-position: top;
    background-size: 100%
}
.staff-detailed__link {
    color: var(--color-dark);
    font-size: 2.4rem;
    line-height: 1;
    white-space: nowrap;
}
.staff-detailed__small-legend {
    display: block;
    color: var(--color-grey3);
    margin: 3.2rem 0 0.8rem;
}
.staff-detailed__content .staff-detailed__small-legend:nth-of-type(1),
.staff-detailed__small-legend:nth-last-of-type(1) {
    margin-top: 0;
}
.staff-detailed__content p {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.staff-detailed__content ul {
    max-width: 71.8rem;
    margin-bottom: 3.2rem;
}
.staff-detailed__content ul li {
    position: relative;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-left: 2.5rem;
}
.staff-detailed__content ul li::before {
    position: absolute;
    top: 0.8rem;
    left: 0.9rem;
    width: 0.4rem;
    height: 0.4rem;
    background-color: var(--color-dark);
    border-radius: 50%;
    content: "";
}
@media screen and (max-width: 991px) {
    .staff__heading {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .staff__block {
        margin-bottom: 4rem;
    }
    .staff__list {
        gap: 24px;
    }
    .staff__item {
        -ms-grid-column-span: 6;
        grid-column: 6 span;
        -ms-grid-column-span: 12;
        grid-column: 12 span;
    }
    .staff__item-img {
        margin-bottom: 1.6rem;
    }
    .staff-detailed__container {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 32px;
    }
    .staff-detailed__block {
        -ms-grid-column-span: 12 !important;
        grid-column: 12 span !important;
    }
    .staff-detailed__block:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .staff-detailed__block:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .staff-detailed__img {
        border-radius: 1rem;
        width: 28.8rem;
        height: 24.8rem;
        margin: 0 auto 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .staff__item-img {
        height: 24rem;
        margin-bottom: 1.2rem;
    }
    .staff__item-heading {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 0.4rem;
    }
    .staff__item-position {
        margin-bottom: 0.8rem;
    }
    .staff-detailed__container {
        row-gap: 24px;
    }
    .staff-detailed__link {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .staff-detailed__small-legend {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin: 2.4rem 0 1.2rem;
    }
    .staff-detailed__content ul li {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}
