.head-h3 {
  position: relative;
  padding-left: 37px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .055em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .head-h3 {
    padding-left: calc(37 / 1744 * 100vw);
    font-size: clamp(14px, calc(30 / 1744 * 100vw), 30px)
  }
}
@media screen and (max-width:1024px) {
  .head-h3 {
    padding-left: calc(37 / 1024 * 100vw);
    font-size: calc(30 / 1024 * 100vw);
    font-size: clamp(14px, calc(30 / 1024 * 100vw), 30px)
  }
}
@media screen and (max-width:750px) {
  .head-h3 {
    padding-left: calc(42 / 750 * 100vw);
    font-size: clamp(14px, calc(38 / 750 * 100vw), 38px)
  }
}
.head-h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 5px;
  height: 100%;
  background: #ffc80a
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .head-h3::before {
    left: calc(10 / 1744 * 100vw);
    width: calc(5 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .head-h3::before {
    left: calc(10 / 1024 * 100vw);
    width: calc(5 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .head-h3::before {
    left: calc(10 / 750 * 100vw);
    width: calc(10 / 750 * 100vw)
  }
}
.head-h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 1px;
  height: 100%;
  background: #ffc80a
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .head-h3::after {
    left: calc(18 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .head-h3::after {
    left: calc(18 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .head-h3::after {
    left: calc(23 / 750 * 100vw)
  }
}