@charset "UTF-8";

/*--画像調整--*/
@media screen and (max-width: 900px) {
  #company_image0 + section .inner_item_img img {
    max-height: 350px;
    object-fit: contain;
  }

  #company_image + section .inner_item_img img {
    max-height: 350px;
    object-fit: contain;
  }
}