@charset "UTF-8";

/*-----------画像レイアウト調整_251014----------------*/
@media screen and (min-width: 921px) {
  #top_image + .composite_box01 .wrapper_item {
    flex-wrap: nowrap;
    justify-content: center;
  }
  #top_image + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
  #top_image + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
  #top_image + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2),
  #top_image + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
    width: auto;
  }
}
#top_image + .composite_box01 .inner_item_img img {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #top_image + .composite_box01 .inner_item {
    width: 80% !important;
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}