.lp-staff-8 {
    padding: 48px 0;
}

.lp-staff-8 .lp-staff-8-wrap {
    display: flex;
    flex-direction: column;
}

.lp-staff-8 .lp-staff-8__image {
    margin-bottom: 32px;
    line-height: 0;
    order: 1;
}

.lp-staff-8 .lp-staff-8__image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lp-staff-8 .lp-staff-8-body {
    order: 2;
}

.lp-staff-8 .lp-staff-body__title {
    margin: 0;
}

.lp-staff-8 .lp-staff-body__text {
    padding: 0;
    margin-top: 8px;
}

.lp-staff-8 .lp-staff-body-socials {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}

.lp-staff-8 .lp-staff-body__social {
    display: block;
}

.lp-staff-body__socials-item-inner {
    width: 32px;
    height: 32px;
    box-sizing: content-box;
}

.lp-staff-8 .lp-staff-body__social:last-child {
    margin-right: 0;
}

.lp-staff-8 .lp-staff-body__social svg {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.lp-staff-8 .lp-staff-body__social svg path {
    fill: var(--text-color-base);
}

.lp-staff-8 .lp-staff-body__button {
    margin-top: 16px;
    width: 100%;
    margin-right: 16px;
}

.lp-staff-8._reverse .lp-staff-8__image {
    margin-bottom: 0;
    order: 2;
}

.lp-staff-8._reverse .lp-staff-8-body {
    order: 1;
    margin-bottom: 32px;
}

@media all and (min-width: 600px) {
    .lp-staff-8 {
        padding: 64px 0;
    }

    .lp-staff-8 .lp-staff-body__text {
        margin-top: 16px;
    }

    .lp-staff-8 .lp-staff-body__button {
        width: auto;
    }
}

@media all and (min-width: 960px) {
    .lp-staff-8 .lp-staff-8-wrap {
        flex-direction: row;
    }

    .lp-staff-8 .lp-staff-8__image {
        width: 432px;
        margin: 0 48px 0 0;
    }

    .lp-staff-8 .lp-staff-8-body {
        width: 432px;
        align-self: center;
    }

    .lp-staff-8._reverse .lp-staff-8__image {
        margin: 0;
    }

    .lp-staff-8._reverse .lp-staff-8-body {
        margin: 0 48px 0 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-staff-8 .lp-staff-8__image {
        width: 564px;
        margin: 0 24px 0 0;
    }

    .lp-staff-8 .lp-staff-8-body {
        width: 564px;
    }

    .lp-staff-8._reverse .lp-staff-8__image {
        margin-right: 0;
    }

    .lp-staff-8._reverse .lp-staff-8-body {
        margin-right: 24px;
    }
}

@media all and (min-width: 1380px) {
    .lp-staff-8 {
        padding: 80px 0;
    }

    .lp-staff-8 .lp-staff-8__image {
        width: 628px;
        margin: 0 32px 0 0;
    }

    .lp-staff-8 .lp-staff-8-body {
        width: 628px;
    }

    .lp-staff-8._reverse .lp-staff-8__image {
        margin-right: 0;
    }

    .lp-staff-8._reverse .lp-staff-8-body {
        margin-right: 32px;
    }
}

.lp-staff-6__socials-item {
    margin: 0 32px 16px 0;
    FONT-VARIANT: JIS04;
}

.lp-staff-body__socials-item-inner svg {
    width: 100%;
    height: 100%;
}