.banner-wrapper {
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-wrapper-title {
  font-size: 48px;
  line-height: 1;
  color: #79453E;
  text-align: center;
  padding-top: var(--menu-height);
}

@media (max-width: 1200px) {
  .banner-wrapper {
    background-size: contain;
    background-position: bottom;
  }
  .banner-wrapper .banner-wrapper-title {
    font-size: 36px;
  }
}
@media (min-width: 769px) {
  .banner-mobile-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner-wrapper {
    display: none;
  }
  .banner-handbook-mobile {
    padding-bottom: 20px;
  }
  .banner-handbook-mobile img {
    width: 100%;
  }
  .banner-mobile-wrapper {
    padding-top: 52px;
  }
  .banner-wrapper-title {
    font-size: 28px;
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 36px;
  }
}

/*# sourceMappingURL=banner.css.map */
