@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;700&family=Work+Sans:wght@400;500&display=swap");
h2 {
  padding-left: 32px;
  gap: 0 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media screen and (min-width: 960px) {
  h2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 52px;
  }
}
h2 > span {
  display: block;
}
h2 > span:first-child {
  position: relative;
  font-family: "Cardo", "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  h2 > span:first-child {
    font-size: 32px;
  }
}
h2 > span:first-child::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(./../image/h2_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  h2 > span:first-child::before {
    width: 35px;
    height: 35px;
    left: -52px;
  }
}
h2 > span:last-child {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 960px) {
  h2 > span:last-child {
    font-size: 16px;
  }
}