.mainV__nav--hr-report {
  flex-shrink: 0;
  max-width: calc(100vw - 30px);
  width: 760px;
}

@media screen and (min-width: 577px) and (max-width: 919px) {
  .mainV__nav--hr-report {
    margin-left: clamp(-80px, calc((630px - 100vw) / 2), 0px);
  }
}

.btn-01--wide {
  max-width: 320px;
  white-space: nowrap;
}
