@charset "UTF-8";


/* ==========================================================================
   #cont2
========================================================================== */
.cont-bg {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.cont-bg::before {
  content: '';
  display: block;
  background: var(--white);
  position: absolute;
  top: 18rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}


#cont2 .mv-images {
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}
#cont2 .mv-images .svg-txt {
  max-width: 8vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  margin-left: -1.5rem;
}
#cont2 .mv-images > picture:nth-of-type(1) {
  margin-right: -1.5rem;
}
#cont2 .mv-images > picture:nth-of-type(2) {
  margin-top: 2.5rem;
  margin-left: -1.5rem;
  margin-bottom: -2.5rem;
}

@media (min-width: 576px) {
  #cont2 .mv-images .svg-txt {
    margin-top: 1rem;
  }
  #cont2 .mv-images > picture {
    min-height: 400px;
  }
  #cont2 .mv-images > picture:nth-of-type(2) {
    margin-top: 3rem;
    margin-bottom: -3rem;
  }
}