@charset "utf-8";
/* mv ************************************************************/
.subMv {
  width: 100%;
  min-width: 1024px;
  height: 50vh;
  min-height: 400px;
  position: relative;
}
.subMvText {
  position: absolute;
  width: 700px;
  max-width: 45%;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  background: #003e92;
  padding: 50px 50px 50px 10%;
  box-sizing: border-box;
  z-index: 2;
}
.subMvText h2 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* mv ************************************************************/
  .subMv {
    width: 100%;
    min-width: 100%;
    height: 40vh;
    min-height: 300px;
    max-height: 400px;
  }
  .subMvText {
    position: absolute;
    width: 275px;
    max-width: 80%;
    padding: 25px 25px 25px 5%;
  }
  .subMvText h2 {
    font-size: 1.2em;
    line-height: 1.7;
  }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 320px) {
}
