@charset "UTF-8";

#top_service + .composite_box01 .inner_item_img {
    margin: 0;
    width: auto;
}
inner_item_img img,
.contents_box01 img {
    aspect-ratio: auto;
    object-fit: cover;
}

/*MV調整*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
   height: auto;
   max-height: initial !important;
}
@media screen and (max-width: 125vh){
   #mv.mv_mp4_cover {
      height: auto !important;
      min-height: 0 !important;
   }
}