@charset "UTF-8";
/*------RECRUITheader------*/
.mv li a {
  display: block;
  position: relative;
  height: 420px;
}
.mv li a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.mv li:nth-child(1) a::before {
  background: url(../../images/recruit/castIndex.png) no-repeat center center/contain;
}
.mv li:nth-child(2) a::before {
  background: url(../../images/recruit/naikinIndex.png) no-repeat center top 10%/contain;
}
.mv li a .recTtl {
  width: 100%;
  color: #fff;
  font-size: 20px;
  padding: 20px 15px;
  position: absolute;
  bottom: 0;
  font-style: italic;
}
.mv li a .recTtl span {
  font-size: 30px;
}
.mv li:nth-child(2) a {
  background-color: #c6c6c6;
  height: 400px;
}
.mv li:nth-child(2) a .recTtl {
  background-color: #222222;
}
.mv li:nth-child(1) a {
  background-color: #5291b0;
}
.mv li:nth-child(1) a .recTtl {
  background-color: #08283b;
}
@media screen and (min-width:769px) {
  .mv {
    display: flex;
  }
  .mv li:nth-child(1) a, .mv li:nth-child(2) a {
    height: 550px;
  }
  .mv li:nth-child(2) a::before {
    left: -5%;
    width: 110%;
    height: 110%;
  }
  .mv li {
    width: 50%;
  }
  .mv li a {
    height: 720px;
  }
  .mv li a .recTtl {
    font-size: 30px;
    padding: 44px 15px;
    line-height: 1.4;
  }
  .mv li a .recTtl span {
    font-size: 55px;
  }
}
@media screen and (min-width:1000px) {
  .mv li:nth-child(2) a::before {
    left: 10%;
    width: 80%;
    height: 80%;
  }
}