@charset "UTF-8";
.l-mv{
  width:100%;
	height: 362px;
  background-image:
    url("../images/service/bg-mv_pc.png");
  background-repeat:
    no-repeat;
  background-position:
    top center;
  background-size:
    cover;
}
@media all and (max-width: 1200px) {
  .l-mv{
    width:100%;
    height: 30.16vw;
    background-image:
      url("../images/service/bg-mv_pc.png");
    background-repeat:
      no-repeat;
    background-position:
      top center;
    background-size:
      cover;
  } 
}
@media all and (max-width: 767px) {
  .l-mv{
    width:100%;
    height: 40.8vw;
    background-image:
      url("../images/service/bg-mv_sp.png");
    background-repeat:
      no-repeat;
    background-position:
      top center;
    background-size:
      cover;
  }
}

