.head-p {
  position: relative;
  padding-bottom: 24px;
  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-p {
    padding-bottom: calc(24 / 1744 * 100vw);
    font-size: clamp(14px, calc(28 / 1744 * 100vw), 28px)
  }
}
@media screen and (max-width:1024px) {
  .head-p {
    padding-bottom: calc(24 / 1024 * 100vw);
    font-size: clamp(14px, calc(28 / 1024 * 100vw), 28px)
  }
}
@media screen and (max-width:750px) {
  .head-p {
    padding-bottom: calc(48 / 750 * 100vw);
    font-size: clamp(14px, calc(36 / 750 * 100vw), 36px)
  }
}
.head-p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 5px;
  background: #ffc80a
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .head-p::before {
    width: calc(46 / 1744 * 100vw);
    height: calc(5 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .head-p::before {
    width: calc(46 / 1024 * 100vw);
    height: calc(5 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .head-p::before {
    width: calc(82 / 750 * 100vw);
    height: calc(10 / 750 * 100vw)
  }
}