/*****************************************
*
* 事業内容
*
******************************************/

.pages-business .wide-iamges img {
  width: 100%;
}

@media screen and (min-width: 834px), print {
  .pages-business .wide-iamges img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 28/8;
  }

  .pages-business .wide-iamges {
    height: 400px;
    overflow: hidden;
  }
}