.c-hero__title-main .c-hero__title-inner {
    background: rgba(255,90,3,0.5)
}

@media screen and (max-width:767px) {
  .c-hero__title-main .c-hero__title-inner {
    background: #ff5a03
  }
}

.c-hero__title-sub .c-hero__title-inner {
  background: rgba(0,0,0,0.5)
}

@media screen and (max-width:767px) {
  .c-hero__title-sub .c-hero__title-inner {
    background: #000
  }
}