.page-title {
  height: 40rem;
  width: 100%;
  position: relative;
  padding-top: 10.5rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-title {
    padding-top: 0;
    height: 33rem;
    margin: 12rem 0 15.2rem;
  }
}
.page-title::before, .page-title::after {
  content: "";
  position: absolute;
  width: 45rem;
  height: 40rem;
}
@media print, screen and (min-width: 768px) {
  .page-title::before, .page-title::after {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title::before, .page-title::after {
    width: 13.6rem;
    height: 20rem;
  }
}
.page-title::before {
  left: 0;
  background: url("../img/common/mv-left.svg") no-repeat top left/cover;
}
@media only screen and (max-width: 767px) {
  .page-title::before {
    background: url("../img/common/sp/mv-left.svg") no-repeat top left/cover;
    top: 0;
  }
}
.page-title::after {
  right: 0;
  background: url("../img/common/mv-right.svg") no-repeat top right/cover;
}
@media only screen and (max-width: 767px) {
  .page-title::after {
    background: url("../img/common/sp/mv-right.svg") no-repeat top right/cover;
    bottom: 0;
  }
}
.page-title h1 {
  width: 113.6rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .page-title h1 {
    padding: 0px 4.2rem;
    margin: -1.8rem 0px 0;
  }
}
.page-title h1 * {
  color: #fff;
}
.page-title h1 mark {
  background: none;
  position: relative;
  padding: 0 1rem 1rem;
}
@media only screen and (max-width: 767px) {
  .page-title h1 mark {
    padding: 0 1rem 0.6rem;
  }
}
.page-title h1 mark::before {
  content: "";
  width: 100%;
  height: 2.4rem;
  background: #ff0014;
  transform: skewX(-10deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-title h1 mark span {
  position: relative;
  font-size: 6rem;
  font-weight: 700;
  font-style: italic;
}
.page-title h1 .enfont {
  display: block;
  letter-spacing: 0.1em;
  padding: 0 1rem;
  font-size: 3rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .page-title h1 .enfont {
    padding: 0 1.5rem;
  }
}
/*# sourceMappingURL=page-title.css.map */