@charset "UTF-8";

#bg-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/sapporo/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:1536px) {
  #staff2 .staff-name {
    display: inline-block;
    width: 100%;
  }
}