.c-title {
  padding: 80px 0 200px;
  text-align: center;
  &.c-title--normal {
    padding: 80px 0 80px;
  }
  background: #ffcb44 url(../../../images/common/bg_2.svg) 0 0 repeat;
  @media not all and (min-width: 1024px) {
    padding: 40px 0 100px;
    background-position: 80px 80px;
    background-size: 750px auto;
    &.c-title--normal {
      padding: 40px 0 40px;
    }
  }
}

.c-title__en {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 20px;
  font-family: var(--font-family-en);
  font-weight: var(--font-family-en-weight);
  @media not all and (min-width: 1024px) {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.c-title__ja {
  font-size: 56px;
  line-height: 1.3;
  display: block;
  @media not all and (min-width: 1024px) {
    font-size: 28px;
    margin: 0 16px;
  }
}
