/* =========================
   スタッフ紹介
========================= */
.staff {
}
.staff__inner {
    max-width: 1632px;
    width: 96%;
    margin: 0 auto;
    padding: 14.2rem 0 14rem;
}
@media (max-width: 768px) {
    .staff__inner {
        width: 100%;
        padding: 5rem 3.1rem;
    }
}
.staff__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .staff__heading {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
.staff__info {
    width: 50%;
}
@media (max-width: 768px) {
    .staff__info {
        width: 100%;
    }
}
.staff__info-title {
    font-size: clamp(2.4rem, 2.1vw, 4rem);
    margin-bottom: 7.3rem;
    position: relative;
}
.staff__info-title-sp {
    display: none;
    position: relative;
}
@media (max-width: 768px) {
    .staff__info-title {
        display: none;
    }
    .staff__info-title-sp {
        display: block;
        font-size: 2.6rem;
        margin-bottom: 5rem;
    }
    .staff__info-title-sp::after {
        content: '';
        display: block;
        width: 36.6%;
        height: 1px;
        background-color: #23466F;
        position: absolute;
        bottom: -1.5rem;
        left: 0;
    }
}
.staff__info-title::after {
    content: '';
    display: block;
    width: 14.9%;
    height: 1px;
    background-color: #23466F;
    position: absolute;
    bottom: -2.4rem;
    left: 0;
}
.staff__body {
    width: 100%;
}
.staff__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
@media (max-width: 768px) {
    .staff__header {
        display: block;
        margin-bottom: 3rem;
    }
}
.staff__headline {
    width: 61%;
    margin-bottom: 4.7rem;
}
@media (max-width: 768px) {
    .staff__headline {
        width: 100%;
        margin-bottom: 0;
        font-weight: 400;
    }
}
.staff__headline-role {
    font-size: clamp(0.9rem, 1.2vw, 2.2rem);
    margin-bottom: 0.7rem;
}
@media (max-width: 768px) {
    .staff__headline-role {
        font-size: 1.3rem;
        margin-bottom: 0.3rem;
    }
}
.staff__headline-name {
    display: flex;
    align-items: baseline;
    gap: 1.1rem;
}
@media (max-width: 768px) {
    .staff__headline-name {
        gap: 0.5rem;
    }
}
.staff__headline-name-main {
    width: fit-content;
    font-size: clamp(2.6rem, 2.1vw, 4rem);
}
@media (max-width: 768px) {
    .staff__headline-name-main {
        font-weight: 400;
    }
}
.staff__headline-name-sub {
    width: fit-content;
    font-size: clamp(1.3rem, 1.2vw, 2.2rem);
}
.staff__info-sns {
    width: 20%;
    display: flex;
    gap: clamp(1.6rem, 2vw, 3.2rem);
}
.staff__info-sns-sp {
    display: none;
}
@media (max-width: 768px) {
    .staff__info-sns {
        display: none;
    }
    .staff__info-sns-sp {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        gap: 2rem;
    }
}
.staff__info-sns-link {
    display: block;
    border-radius: 50%;
    background-color: transparent;
}
.staff__info-sub-text {
    font-size: clamp(0.9rem, 1vw, 1.8rem);
    line-height: calc(3.6 / 1.8);
}
@media (max-width: 768px) {
    .staff__info-sub-text {
        font-size: 1.3rem;
        line-height: calc(2.8 / 1.3);
        margin-bottom: 3.7rem;
    }
	.staff__info-sns-link {
		width: 9%;
}
}
.staff__image {
    width: 41.1%;
}
@media (max-width: 768px) {
    .staff__image {
        width: 100%;
        margin-bottom: 3rem;
    }
}
.staff__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
