@charset "utf-8";
/* mv *********************************************************/
.sub-mv {
  height: calc(60vh - 80px);
  min-height: 350px;
  position: relative;
}
.sub-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.sub-mv img {
  height: calc(60vh - 80px);
  min-height: 350px;
  object-fit: cover;
}
.sub-mv .sub-mvTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.sub-mv .h2-mainTitle {
  margin-bottom: 0;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
  /* mv *********************************************************/
  .sub-mv {
    height: calc(40vh - 60px);
    min-height: 240px;
    background: #f1f1f1;
  }
  .sub-mv img {
    height: calc(40vh - 60px);
    min-height: 240px;
  }
}
