.l--cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center; // stretch を解除
}
