@charset "UTF-8";

#mv .mv_text:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  display: inline-block;
  background: url("/common/upload_data/home0401com/image/logo1.png");
  width: 192px;
  height: 231px;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 2px #eee);
}

#mv .mv_text > div {
  display: none;
}


@media screen and (max-width: 480px) {
  #mv .mv_text:before {
    width: 100px;
    height: 120px;
    background-size: contain;
  }
}





@media screen and (max-width: 520px) {
#top_service + div .wrapper_item .inner_item {  
  width: 100% !important;
  margin-left: 0 !important;
}
}