/* ===================================

  会社案内>スタッフ紹介 非表示

====================================== */
.page-company #staff,
.home .company__contents li:last-child {
  display: none;
}

/* ===================================

  フッター：SNS非表示
  1. Instagram
  2. Facebook
  3. YouTube
  4. X

====================================== */
.footer .footer__sns:nth-child(1),
.footer .footer__sns:nth-child(2),
.footer .footer__sns:nth-child(3),
.footer .footer__sns:nth-child(4) {
  display: none;
}