@charset "UTF-8";

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

.point-col::after {
  display: block;
  content: '';
  width: 31%;
}

.point-box:nth-of-type(8) {
  margin-top: 80px;
}

@media screen and (max-width:1024px) {
  .point-col::after {
    display: none;
  }

  .point-box:nth-of-type(5) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:897px) {}

@media screen and (max-width:787px) {}

@media screen and (max-width:680px) {}

@media screen and (max-width:480px) {
  .point-box:nth-of-type(5) {
    margin-bottom: 0;
  }
}