@charset "UTF-8";

.second-mv .inner::after{
  content: "";
  background-image: url(../../img/contact/mv_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 748px;
  height: 106px;
  position: absolute;
  bottom: 35px;
  right: 0;

}
.second-mv .img{
  background-image: url(../../img/contact/mv.png);
  width: 100%;
  height: 334px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  margin-bottom: 59px;
}