.page-hero-wrap {
  position: relative;
}
.page-hero-wrap h1 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
}
.page-hero-wrap h1 span {
  display: block;
  text-align: center;
  line-height: 1;
}
.page-hero-wrap h1 span.title-en {
  font-size: 2em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-hero-wrap h1 span.title-en {
    font-size: 4.25em;
  }
}
@media screen and (min-width: 1280px) {
  .page-hero-wrap h1 span.title-en {
    font-size: 80px;
  }
}
.page-hero-wrap h1 span.title-ja {
  font-size: 1.25em;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  .page-hero-wrap h1 span.title-ja {
    font-size: 1.315em;
  }
}
@media screen and (min-width: 1280px) {
  .page-hero-wrap h1 span.title-ja {
    font-size: 25px;
  }
}

/*.page-hero-wrap{*/
.sec-page-cont {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .sec-page-cont {
    padding-bottom: 200px;
  }
}
.sec-page-cont h2 {
  text-align: center;
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  .sec-page-cont h2 {
    padding: 115px 0 110px 0;
  }
}
.sec-page-cont h2 span {
  display: inline-block;
  font-size: 1.4em;
  position: relative;
  padding-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .sec-page-cont h2 span {
    font-size: 35px;
    padding-bottom: 30px;
  }
}
.sec-page-cont h2 span::after {
  content: " ";
  display: block;
  width: 95px;
  height: 5px;
  background: #f0efed;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .sec-page-cont h2 span::after {
    height: 7px;
  }
}/*# sourceMappingURL=page-base.css.map */