@charset "UTF-8";

#sw + .contents_box01, #f + .contents_box01 ,  #f + .composite_box01, #nbp18116051  {
  background-color: #559CCA !important;
}


/*MV調整_260706*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    width: 97%;
    height: 97%;
}
#mv .mv_textimg > div {
  width: 15%;
}
#mv .mv_textimg img {
  max-width: 100%;
}
@media screen and (min-width: 901px) {
    #mv {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
  #mv .mv_mp4 video {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  #mv .mv_textimg > div {
      width: 25%;
  }
}