/*コメント*/
@media screen and (max-width:3000px){
.bgImaging {
  width: 100%;
  height: 0;padding-top:calc(125%/3);
  position: relative;
  z-index: -1;
}
 .bgImaging div {
  height: 100%;
  width: 100%;
  background-size: 100%;background-repeat:no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.background_service30{background:url("../img/index58_L.jpg");}

.background_service31{background:url("../img/index59_L.jpg");}

.background_service32{background:url("../img/index68_L.jpg");}

}

@media screen and (max-width:768px){
.bgImaging {
  width: 100%;
  height: 0;padding-top:calc(64000%/960);
  position: relative;
  z-index: -1;
}
 .bgImaging div {
  height: 100%;
  width: 100%;
  background-size: 100%;background-repeat:no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.background_service30{background:url("../img/index58_M.jpg");}

.background_service31{background:url("../img/index59_M.jpg");}

.background_service32{background:url("../img/index68_M.jpg");}

}