.message-grid > * {
  min-width: 0;
}


/* タブのカーソルを指マークにする */
.news-category-item {
    cursor: pointer;
}

/* ニュースリスト内の各アイテムが重ならないようにする（念のため） */
.news-list {
    position: relative;
    min-height: 300px; /* 切り替え時に高さが0にならないよう確保 */
}

/* アクティブなタブのスタイル（既にある場合は不要です） */
.news-category-item.is-active {
    font-weight: bold;
    /* その他、色が変わるなどのスタイルをここに追加 */
}

/*製品・設備一覧*/
.product-slider-wrap .slick-dots li button:before{
	display: none;
}
.product-slider .slick-dots {
	
justify-content: center;	
}

.people {
	background-size: cover;
}
