.head-h6 {
  position: relative;
  padding-bottom: 8px;
  font-size: 28px;
  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-h6 {
    padding-bottom: calc(8 / 1744 * 100vw);
    font-size: clamp(14px, calc(28 / 1744 * 100vw), 28px)
  }
}
@media screen and (max-width:1024px) {
  .head-h6 {
    padding-bottom: calc(8 / 1024 * 100vw);
    font-size: clamp(14px, calc(28 / 1024 * 100vw), 28px)
  }
}
@media screen and (max-width:750px) {
  .head-h6 {
    padding-bottom: calc(16 / 750 * 100vw);
    font-size: clamp(14px, calc(36 / 750 * 100vw), 36px)
  }
}
.head-h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffc80a
}
.head-h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 2px;
  background: #1f1f1f
}