.page .header-img-section {
  position: relative;
  height: 380px;
  margin-bottom: 60px;
}

.page .header-img-section .header-img {
  background-image: url(./../images/top_title.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page .header-img-section .header-img .d-flex {
  height: 380px;
}

.page .header-img-section .header-img h1 {
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
}

.page .header-img-section .header-img img {
  width: 210px;
}

.page .header-img-section .svg-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  line-height: 0;
  margin-bottom: -2px;
}

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