.h1_bg {
  background: url("../img/mv.jpg") center no-repeat #f1f1f1;
  background-size: cover;
}

.pageLink {
  margin-top: 8rem;
}

.pageLink ul {
  margin-bottom: 4rem;
}

.pageLink ul li {
  width: 24%;
}

@media screen and (max-width: 899px) {
  .pageLink ul li {
    width: 48%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .pageLink {
    margin-top: 6rem;
  }
  .pageLink ul {
    flex-direction: unset;
  }
  .pageLink ul li {
    width: 48%;
    margin-bottom: 1rem;
  }
  .pageLink ul li a {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .pageLink ul li a:after {
    left: 50%;
    right: 50%;
    bottom: 10px;
    width: 8px;
    height: 8px;
  }
}
/*# sourceMappingURL=page.css.map */