.container {
    position: relative;
  }
.image is-1980x480 {
    width: 100%; /* divの幅に対する割合 */
  }
.container > .hero > h1 {
    /* color: #ffffff; 文字色 */
    font-size: 1.6rem; /* 文字の大きさ */
    position: absolute;
    left: 10%;
    top: 50%;
  }
