@charset "UTF-8";

.single-staff .breadcrumb-list {
    width: 50%;
    padding-left: 0;
    margin-left: 0;
}

.single-staff #breadcrumb {
    position: fixed;
    width: 100%;
    top: 29px;
    left: 0;
    z-index: 10000;
    margin-left: 47.5%;
}

.single-staff #breadcrumb .container {
    padding-left: 60px;
    margin-left: 0;
}

@media (max-width: 991.98px) {
    .single-staff #breadcrumb {
        position: static;
        width: 100%;
        margin-left: 0;
        margin-top: 60px;
        background: url(../../img/top/fv-bg.jpg);
        background-size: 102%;
    }

    .single-staff #breadcrumb .container {
        padding-left: 20px;
        margin-left: 0;
    }

}

.single-staff .site-body {
    margin-top: 0 !important;
}

@media (max-width: 991.98px) {
    .single-staff .breadcrumb-list {
        width: 100%;
    }
}

.staff-entry {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: url(../../img/top/fv-bg.jpg);
    background-size: 102%;
    overflow: hidden;
    padding-bottom: 100px;
}

.staff-entry__img {
    width: 44%;
    position: relative;
    aspect-ratio: 635 / 800;
    margin-right: 3.5%;
}

.staff-entry__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 0 25px 0;
}

.staff-entry__content {
    width: 50%;
    padding: 125px 60px 80px;
    display: flex;
    flex-direction: column;
    padding-right: max(20px, calc((50vw - 550px) + 20px));
}

.staff-entry__header {
    margin-bottom: 40px;
}

.staff-entry__name-en {
    font-size: 35px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    font-family: "Asap Condensed Light", sans-serif;
    color: var(--vk-color-text-body);
}

.staff-entry__name-en br {
    display: none;
}

.staff-entry__role {
    font-size: 16px;
    margin: 0 0 5px;
}

.staff-entry__name-jp {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    color: var(--vk-color-text-body);
}

.staff-entry__desc {
    line-height: 2;
    margin-bottom: 80px;
    text-align: justify;
}

.staff-entry__info {
    margin: 0;
    padding: 0;
    border-top: 0.5px solid #4d4d4d;
}

.staff-entry__row {
    display: flex;
    padding: 20px 0;
    border-bottom: 0.5px solid #4d4d4d;
}

.staff-entry__info dt {
    width: 160px;
    font-weight: normal;
    margin: 0;
    flex-shrink: 0;
}

.staff-entry__info dd {
    margin: 0;
}

@media (max-width: 991.98px) {
    .staff-entry {
        flex-direction: column;
        margin: 0 calc(50% - 50vw);
    }

    .staff-entry__img {
        width: 90%;
        min-height: auto;
    }

    .staff-entry__content {
        width: 100%;
        padding: 40px 20px;
    }

    .staff-entry__desc {
        margin-bottom: 40px;
    }
}

.vk_posts {
    margin-left: 0;
    margin-right: 0;
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(4, 1fr);
}

.staff-item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.staff-item:hover {
    opacity: 1;
    color: var(--vk-color-text-body);
}

.staff-item__img {
    width: 100%;
    aspect-ratio: 250 / 340;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.staff-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.staff-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.staff-item:hover .staff-item__overlay {
    opacity: 1;
}

.staff-item__alpha {
    color: #fff;
    font-size: 25px;
    font-family: "Asap Condensed Light";
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.staff-item__info {
    text-align: left;
}

@media (max-width: 991.98px) {
    .vk_posts {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .staff-item__overlay {
        padding: 20px;
    }
}

.staff-other {
    padding: 120px 0 60px;
    background-color: #fff;
}

.staff-other__head {
    text-align: center;
    margin-bottom: 60px;
}

.staff-other__title {
    font-size: 45px;
    font-family: "Asap Condensed", sans-serif;
    color: var(--vk-color-text-body);
    margin: 0 0 0px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.4em;
}

.staff-other__sub {
    font-size: 16px;
    color: var(--vk-color-text-body);
    margin: 0;
}

.staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.staff-list__item {
    width: calc((100% - 120px) / 4);
}

@media (max-width: 991.98px) {
    .staff-list {
        gap: 30px;
        justify-content: flex-start;
    }

    .staff-list__item {
        width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 767.98px) {
    .staff-list {
        gap: 20px;
    }

    .staff-list__item {
        width: 100%;
    }
}

.staff-item__role {
    margin: 0 0 5px;
    line-height: 1.4;
}

.staff-item__name {
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    line-height: 1.4;
    font-family: inherit;
}

@media (max-width: 767.98px) {
    .post-type-archive .header-ttl img {
        object-position: 56% 50%;
    }
}

.staff-strengths {
    margin-top: 100px;
    padding: 100px 0;
    background-size: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    aspect-ratio: 1440 / 400;
    display: flex;
    align-items: center;
    padding-top: 60px;
    width: 100vw;

}

.staff-strengths .container {
    position: relative;
    z-index: 1;
}

.staff-strengths__title {
    font-size: 30px;
    font-family: "Asap Condensed", sans-serif;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    letter-spacing: 3px;
}

.staff-strengths__btn-wrapper {
    display: flex;
    justify-content: center;
}

.staff-strengths__btn {
    border: 1px solid #fff;
    color: #fff;
}

.staff-strengths__btn::after {
    background-image: url(../../img/more-w.svg);
}

.staff-strengths__btn:hover {
    background-color: #fff;
    color: var(--vk-color-text-body);
}

.staff-strengths__btn:hover::after {
    background-image: url(../../img/more.svg);
}

@media (max-width: 991.98px) {
    .staff-strengths {
        margin-top: 60px;
        padding: 60px 0;
    }
}

@media (max-width: 991.98px) {
    .main-section {
        margin-bottom: 0;
    }
}