@charset "UTF-8";

.w-600-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}


/* 社風についてセクション - 画像レイアウト
--------------------------------------------------------- */
.people-img-layout img {
  width: 100%;
  aspect-ratio: 291 / 194;
  object-fit: cover;
}
.people-img-layout > div {
  display: contents;
}
@media (max-width: 767px) {
  .people-img-layout > figure img {
    aspect-ratio: 343 / 180;
  }
  .people-img-layout > div {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
  }
}
