.home-hero {
  background: url(../../images/home/hero-small.jpg) center top no-repeat;
  background-size: contain;
  position: relative;
}
.home-hero::before {
  content: "";
  display: block;
  height: 115vw;
  width: 100vw;
  background: url(../../images/common/pattern.png) center top repeat;
  background-size: 45px 15px;
  opacity: 0.03;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-hero > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: auto;
  padding-top: 115vw;
  position: relative;
  z-index: 2;
}
.home-hero > .inner > .title {
  background-color: #fafafa;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-right: auto;
  padding: 20px;
  width: 100%;
}
.home-hero > .inner > .title > .text > img {
  height: auto;
  width: 76vw;
}