/* PCヘッダーの事業者・自治体向け入口を明確にする */
@media (min-width: 1024px) {
  header nav a[href="/listing"] {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #8fa0b3;
    border-radius: 6px;
    color: #14213d !important;
    background: #ffffff;
    font-size: 0 !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  header nav a[href="/listing"]::after {
    content: "事業者・自治体の方へ";
    font-size: 14px;
    white-space: nowrap;
  }

  header nav a[href="/listing"]:hover {
    background: #f8fafc;
    border-color: #66788a;
  }

  header nav a[href="/listing"]:focus-visible {
    outline: 2px solid #1769e0;
    outline-offset: 2px;
  }
}
