/* clients_v1.css — CLIENTS ロゴマーキー（原色表示） 2026/06/17 */
#clients .logo-item{
  display:flex; align-items:center; justify-content:center;
  min-width:220px; height:100px; padding:0 30px; box-sizing:border-box;
}
#clients .client-logo{
  max-height:56px; max-width:180px; width:auto; height:auto; object-fit:contain;
  transition:transform .35s ease, filter .35s ease;
}
#clients .logo-item:hover .client-logo{ transform:scale(1.08); filter:brightness(1.05); }
/* CTC はロゴが小さめなので少し大きく表示 */
#clients img[alt="CTCテクノソリューションズ"]{ max-height:84px; max-width:210px; }
#clients .logo-item .logo-text{
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; line-height:1.35;
}
