@charset "UTF-8";

/*PC時はリンク非表示(2026/08/17)*/
@media (min-width: 769px) {
  #top-tel + .contents_box01 .content_wrapper .wrapper_item .inner_item_img a {
    pointer-events: none !important;
    cursor: default;
  }
}


/* MV調整(2026/08/06) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv:before {
    content: none;
}
#mv:after {
    background: rgba(35, 55, 95, .2);
}
#mv .mv_textimg {
    left: 0;
    top: 0;
}
#mv .mv_textimg > div {
    width: 35%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
@media only screen and (max-width: 768px) {
    #mv .mv_mp4 video {
        aspect-ratio: 4 / 3;
    }
    #mv .mv_textimg > div {
        width: 45%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}

}


@media (min-width: 768px) {
  .mv_textimg_pc a[href^="tel:"] {
    pointer-events: none !important;
  }
}

@media (max-width: 767px) {
  .mv_textimg_sp a[href^="tel:"] {
    pointer-events: auto !important;
  }
}