@charset "UTF-8";

#bg-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/shinjyuku/fv.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: blur(0px);
  transition: opacity 0.4s ease;
}

@media screen and (max-width:1024px) {
  .point-box:nth-of-type(7) {
    margin-top: 80px;
  }
}