@charset "utf-8";


/*-------------------------------------------------------------------------
スタッフ一覧
-------------------------------------------------------------------------*/
.staff__wrap {
    margin: 50px 0 0;
}
    .sub__ttl {
        border-bottom: 1px solid var(--border-color);
        margin: 0 0 17px;
        padding: 0 0 4px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
    }
    .staff__list {
        display: grid;
        gap: 20px 30px;
        grid-template-columns: 1fr 1fr;
    }
        .staff__items {
            display: flex;
            gap: 24px;
        }
            .staff__img {
                min-width: 242px;
                width: 242px;
                height: 242px;
            }
            .staff__info {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding: 39px 0;
            }
            .staff__omit-comment {
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                word-break: break-all;
            }

/*-------------------------------------------------------------------------
詳細
-------------------------------------------------------------------------*/

/* 写真  */
.staff-img {
    margin-block: 0 32px;
}
    .staff-img__items:not(:last-child){
        margin-block: 0 32px;
    }
        .staff-img__items img {
            width: 100%;
        }
            .staff-img__caption {
                margin-block: 8px 0;
                text-align: center;
            }
/* 情報  */
.staff-info {
    display: grid;
    gap            : 20px;
    flex-wrap      : wrap;
    grid-template-columns: 1fr 1fr;
    margin-block: 0 60px;
}
    .staff-info__list {
        display: flex;
        gap    : 10px;
    }
        .staff-info__ttl {
            min-width: 100px;
            height: 22px;
            background-color: #ECEFF1;
            border-radius: 3px;
            display        : flex;
            align-items    : center;
            justify-content: center;
            font-size: 12px;
            line-height: 1;
        }
.staff__massage {
    background-color: var(--main-light-color);
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
}

 .more_button {
     text-align: center;
     margin-top: 20px;
 }

/*-------------------------------------------------------------------------
担当したお客様の声
-------------------------------------------------------------------------*/
.ui-narrow-section__staff-detail {
    margin-block: 80px;
}
.md-voice2__info {
    height: 90px;
}
.md-voice2__text {
    height: 40px;
}

/*-------------------------------------------------------------------------
担当の物件
-------------------------------------------------------------------------*/
.md-members-only-img {
    margin-top: 23px;
}
