.staff-page {
    color: #2D344A;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}

.staff-top h2 {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 46px;
    text-align: center;
    line-height: 1.5;
    padding-top: 63px;
    padding-bottom: 75px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .staff-top h2 {
        font-size: 36px;
        padding-top: 42px;
        padding-bottom: 35px;
    }
}

.staff-image {
    flex: 1;
}
/* 
@media (max-width: 768px) {
    .staff-info img {
        height: unset;
    }
} */

.staff-info .staff-section-title {
    display: flex;
    align-items: center;
}

.staff-info .staff-section-title h2 {
    margin: 0;
    white-space: nowrap;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    font-family: "Noto Sans JP Medium";
}

@media (max-width: 768px) {
    .staff-info .staff-section-title h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 2;
        padding-bottom: 14px;
    }
}

.staff-info .staff-section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(45, 52, 74, 0.30);
    margin-left: 48px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .staff-info .staff-section-title::after {
        margin-left: 13px;
        margin-bottom: 13px;
    }
}

.staff-info {
    display: flex;
    gap: 59px;
    padding-bottom: 52px;
}

@media (max-width: 768px) {
    .staff-info {
        flex-direction: column;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

.info-desc {
    flex: 1.5;
}

.info-desc h2 {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .info-desc h2 {
        font-size: 28px;
        font-weight: 400;
        line-height: 1.3;
        padding-bottom: 9px;
    }
}

.info-desc h3 {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .info-desc h3 {
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 24px;
    }
}

.staff-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 768px) {
    .staff-desc {
        font-size: 14px;
        line-height: 1.8;
    }
}

.list-box {
    display: flex;
    gap: 30px;
    padding-bottom: 81px;
}

@media (max-width: 768px) {
    .list-box {
        flex-direction: column;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
        padding-bottom: 80px;
    }
}

.list-box .box-item {
    width: calc(1200px - 30px * 2);
    border-radius: 4px;
    border: 1px solid rgba(45, 52, 74, 0.30);
}

@media (max-width: 768px) {
    .list-box .box-item {
        width: 100%;
    }
}

.list-box .box-item .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px 0 0 4px;
    background: rgba(187, 193, 221, 0.30);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
}

@media (max-width: 768px) {
    .list-box .box-item .title {
        font-size: 16px;
        height: 46px;
    }
}

.list-box .box-item .box-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    padding: 23px 26px 26px;
}

.list-box .box-item .box-desc span {
    font-weight: 500;
}

@media (max-width: 768px) {
    .list-box .box-item .box-desc {
        padding: 20px 18px 23px;
        font-size: 12px;
        line-height: 1.8;
    }
}

.staff-hr {
    padding-top: calc(108px - 81px);
}

.staff-intro {
    padding-top: 106px;
    padding-bottom: calc(93px - 40px);
}

@media (max-width: 768px) {
    .staff-intro {
        padding: 83px 20px calc(73px - 70px);
    }
}

.intro-item {
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .intro-item {
        padding-bottom: 70px;
    }
}

.intro-item a {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #ACB5E1;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .intro-item a {
        font-size: 18px;
        height: 48px;
        margin-bottom: 20px;
    }
}

.intro-item .intro-content {
    display: flex;
    gap: 32px;
}

@media (max-width: 768px) {
    .intro-item .intro-content {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .intro-box img {
        margin: 0 auto;
    }
}

.intro-item .intro-content .title svg {
    margin-right: 11px;
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .intro-item .intro-content .title svg {
        margin-bottom: 0;
    }
}

.intro-item .intro-content .title {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-top: 22px;
    padding-bottom: 22px;
}

@media (max-width: 768px) {
    .intro-item .intro-content .title {
        font-size: 16px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.intro-item .intro-content .title span {
    font-size: 26px;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .intro-item .intro-content .title span {
        font-size: 24px;
        font-weight: 400;
    }
}

.intro-item .intro-content .intro-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 768px) {
    .intro-item .intro-content .intro-desc {
        font-size: 14px;
        line-height: 1.8;
    }
}