/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Hiragino UD Sans F StdN", "Noto Sans JP", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: 1.8;
    --text-sm: 0.875rem;
    --text-sm--line-height: 1.8;
    --text-base--line-height: 1.8;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: 1.8;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --font-weight-bold: 700;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: "palt";
    --default-mono-font-family: var(--font-mono);
    --color-gray-50: #f5f5f5;
    --color-gray-100: #ededed;
    --color-gray-150: #dde0e3;
    --color-gray-200: #c3c8ce;
    --color-gray-300: #aab2ba;
    --color-black-1000: #1b1b1b;
    --color-white: #fff;
    --color-marine-50: #f0fbff;
    --color-marine-100: #d6f4ff;
    --color-marine-150: #c0e9fc;
    --color-marine-400: #009ce5;
    --color-marine-500: #0075cb;
    --color-marine-600: #0256be;
    --color-marine-700: #0047a1;
    --color-marine-800: #003c7c;
    --color-yellow-150: #fee4a0;
    --color-yellow-200: #ffd167;
    --color-yellow-300: #ffc737;
    --color-yellow-1000: #1c1200;
    --radius-full: 9999px;
    --border-width-lg: 2px;
    --border-width-xl: 4px;
    --text-base-default: var(--color-black-1000);
    --text-primary-default: var(--color-marine-600);
    --text-primary-secondary: var(--color-marine-800);
    --text-primary-on-primary: var(--color-white);
    --text-warning-on-warning: var(--color-yellow-1000);
    --text-disabled-default: var(--color-gray-300);
    --background-base-default: var(--color-white);
    --background-base-default-hover: var(--color-gray-50);
    --background-primary-default: var(--color-marine-600);
    --background-primary-default-hover: var(--color-marine-700);
    --background-primary-secondary: var(--color-marine-50);
    --background-primary-secondary-hover: var(--color-marine-100);
    --background-primary-quaternary: var(--color-marine-100);
    --background-warning-default: var(--color-yellow-200);
    --background-warning-default-hover: var(--color-yellow-150);
    --background-disabled-default: var(--color-gray-100);
    --border-base-default: var(--color-gray-100);
    --border-base-secondary: var(--color-gray-200);
    --border-primary-default: var(--color-marine-700);
    --border-primary-secondary: var(--color-marine-400);
    --border-warning-default: var(--color-yellow-300);
    --border-disabled-default: var(--color-gray-150);
    --border-focus-default: var(--color-marine-150);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .container {
    max-width: 1232px;
    margin-inline: auto;
    padding-inline: 24px;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .max-w-258 {
    max-width: calc(var(--spacing) * 258);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .bg-marine-50 {
    background-color: var(--color-marine-50);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .text-lg\/\[1\.4\] {
    font-size: var(--text-lg);
    line-height: 1.4;
  }
  .text-xl\/\[1\.6\] {
    font-size: var(--text-xl);
    line-height: 1.6;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .md\:my-20 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-6 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-15 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .md\:mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:text-2xl\/\[1\.6\] {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: 1.6;
    }
  }
  .md\:text-3xl\/\[1\.6\] {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: 1.6;
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
}
@layer components {
  .anchor-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: var(--radius-full);
    background-color: var(--background-primary-secondary);
    color: var(--text-primary-default);
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.8;
    transition-property: background-color;
    transition-duration: 0.3s;
  }
  @media screen and (width >= 768px) {
    .anchor-link {
      padding-inline: 20px;
      font-size: 1rem;
    }
  }
  @media (hover: hover) {
    .anchor-link:hover {
      background-color: var(--background-primary-secondary-hover);
    }
    .anchor-link:hover svg {
      animation: anchorLinkAnimation 0.3s both;
    }
  }
  @keyframes anchorLinkAnimation {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    50% {
      transform: translateY(10px);
      opacity: 0;
    }
    51% {
      transform: translateY(-10px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .anchor-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 var(--border-width-lg) var(--border-focus-default);
  }
  .anchor-link[aria-disabled="true"] {
    pointer-events: none;
    background-color: var(--background-disabled-default);
    color: var(--text-disabled-default);
  }
  .anchor-link-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid currentColor;
    border-radius: 100%;
    background-color: var(--background-base-default);
    color: inherit;
  }
  .breadcrumb-list {
    display: flex;
    gap: 6px;
    align-items: center;
    padding-block: 16px;
    font-size: 0.75rem;
    line-height: 1.5;
    overflow: auto;
  }
  .breadcrumb-list > li {
    display: contents;
    white-space: nowrap;
  }
  .breadcrumb-list > li + li:before {
    flex-shrink: 0;
    content: "";
    width: 12px;
    height: 12px;
    background: url(/assets/img/util-icon/chevron-right-gray-300.svg) center / contain;
  }
  .breadcrumb-list > li:last-of-type {
    color: var(--text-base-default);
  }
  .breadcrumb-list > li a {
    transition: opacity 0.3s;
  }
  @media (hover: hover) {
    .breadcrumb-list > li a:hover {
      opacity: 0.5;
    }
  }
  .button-conversion, .button-outline, .button {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 48px;
    padding: 9px 23px;
    border: 1px solid;
    border-radius: var(--radius-lg);
    font-weight: var(--font-weight-bold);
    line-height: 1.3;
    transition-property: background-color, border-color;
    transition-duration: 0.3s;
  }
  :where(.button-conversion, .button-outline, .button) > :where(svg, img) {
    flex-shrink: 0;
  }
  .button-conversion.button-icon-left, .button-outline.button-icon-left, .button.button-icon-left {
    padding-left: 19px;
  }
  .button-conversion.button-icon-right, .button-outline.button-icon-right, .button.button-icon-right {
    padding-right: 19px;
  }
  .button-conversion:focus-visible, .button-outline:focus-visible, .button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 var(--border-width-lg) var(--border-focus-default);
  }
  .button-conversion.lg, .button-outline.lg, .button.lg {
    gap: 12px;
    padding-inline: 38px;
    min-height: 64px;
    border-width: var(--border-width-lg);
    border-radius: var(--radius-xl);
    font-size: 1.25rem;
  }
  @media screen and (width >= 768px) {
    .button-conversion.md {
      gap: 12px;
      padding-inline: 38px;
      min-height: 64px;
      border-width: var(--border-width-lg);
      border-radius: var(--radius-xl);
      font-size: 1.25rem;
    }
  }
  .button-conversion.button-icon-left.lg, .button-outline.button-icon-left.lg, .button.button-icon-left.lg {
    padding-left: 22px;
  }
  @media screen and (width >= 768px) {
    .button-conversion.button-icon-left.md, .button-outline.button-icon-left.md, .button.button-icon-left.md {
      padding-left: 22px;
    }
  }
  .button-conversion.button-icon-right.lg, .button-outline.button-icon-right.lg, .button.button-icon-right.lg {
    padding-right: 22px;
  }
  @media screen and (width >= 768px) {
    .button-conversion.button-icon-right.md, .button-outline.button-icon-right.md, .button.button-icon-right.md {
      padding-right: 22px;
    }
  }
  .button-conversion.lg:focus-visible, .button-outline.lg:focus-visible, .button.lg:focus-visible {
    box-shadow: 0 0 0 var(--border-width-xl) var(--border-focus-default);
  }
  @media screen and (width >= 768px) {
    .button-conversion.md:focus-visible, .button-outline.md:focus-visible, .button.md:focus-visible {
      box-shadow: 0 0 0 var(--border-width-xl) var(--border-focus-default);
    }
  }
  .button {
    border-color: var(--border-primary-default);
    background-color: var(--background-primary-default);
    color: var(--color-white);
  }
  @media (hover: hover) {
    .button:hover {
      background-color: var(--background-primary-default-hover);
    }
  }
  .button-conversion {
    border-color: var(--border-warning-default);
    background-color: var(--background-warning-default);
    color: var(--text-warning-on-warning);
  }
  @media (hover: hover) {
    .button-conversion:hover {
      background-color: var(--background-warning-default-hover);
    }
  }
  .button-conversion[aria-disabled="true"], .button-conversion:disabled, .button[aria-disabled="true"], .button:disabled {
    pointer-events: none;
    border-color: var(--border-disabled-default);
    background-color: var(--background-disabled-default);
    color: var(--text-disabled-default);
  }
  .button-outline {
    border-color: var(--border-base-default);
    background-color: var(--background-base-default);
    color: var(--text-primary-secondary);
  }
  @media (hover: hover) {
    .button-outline:hover {
      background-color: var(--background-base-default-hover);
    }
  }
  .button-outline[aria-disabled="true"], .button-outline:disabled {
    pointer-events: none;
    border-color: var(--border-disabled-default);
    color: var(--text-disabled-default);
  }
  @media (hover: hover) {
    :where(.button, .button-conversion, .button-outline):hover .loop-right {
      animation: loop-right 0.3s both;
    }
    :where(.button, .button-conversion, .button-outline):hover .loop-left {
      animation: loop-left 0.3s both;
    }
  }
  @keyframes loop-right {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    50% {
      transform: translateX(20px);
      opacity: 0;
    }
    51% {
      transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes loop-left {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    50% {
      transform: translateX(-20px);
      opacity: 0;
    }
    51% {
      transform: translateX(20px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .button-icon-office, .button-icon-circle {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: var(--color-marine-500);
    color: var(--color-white);
  }
  .button-icon-office.lg, :where(.button, .button-conversion, .button-outline).lg :where(.button-icon-office, .button-icon-circle) {
    width: 40px;
    height: 40px;
  }
  @media screen and (width >= 768px) {
    :where(.button, .button-conversion, .button-outline).md :where(.button-icon-office, .button-icon-circle) {
      width: 40px;
      height: 40px;
    }
  }
  .button-icon-right svg, .button-icon-left svg {
    width: 24px;
    height: auto;
  }
  .button-icon-right.lg svg, .button-icon-left.lg svg {
    width: 32px;
    height: auto;
  }
  @media screen and (width >= 768px) {
    .button-icon-right.md svg, .button-icon-left.md svg {
      width: 32px;
      height: auto;
    }
  }
  .button-icon-office svg {
    width: 18px;
    height: auto;
  }
  .button-icon-office.lg svg, .button-conversion.lg .button-icon-office svg {
    width: 26px;
    height: auto;
  }
  @media screen and (width >= 768px) {
    .button-conversion.md .button-icon-office svg {
      width: 26px;
      height: auto;
    }
  }
  [aria-disabled="true"] .button-icon-office, [aria-disabled="true"] .button-icon-circle, :disabled .button-icon-office, :disabled .button-icon-circle {
    background-color: var(--color-gray-150);
  }
  .icon-button-outline, .icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    transition-property: background-color;
    transition-duration: 0.3s;
  }
  .icon-button-outline {
    border: 1px solid currentColor;
  }
  :where(.icon-button, .icon-button-outline):focus-visible {
    outline: 0;
    box-shadow: 0 0 0 var(--border-width-lg) var(--border-focus-default);
  }
  @media (hover: hover) {
    :where(.icon-button, .icon-button-outline):hover {
      background-color: var(--background-base-default-hover);
    }
  }
  .icon-button:where(:disabled, [aria-disabled="true"]) {
    pointer-events: none;
    color: var(--text-disabled-default);
  }
  .icon-button-outline:where(:disabled, [aria-disabled="true"]) {
    pointer-events: none;
    border-color: var(--border-disabled-default);
    color: var(--text-disabled-default);
  }
  .icon-button-conversion {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid var(--border-warning-default);
    border-radius: var(--radius-xl);
    background-color: var(--background-warning-default);
    color: var(--color-white);
    transition-property: background-color;
    transition-duration: 0.3s;
  }
  .icon-button-conversion:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 var(--border-width-xl) var(--border-focus-default);
  }
  @media (hover: hover) {
    .icon-button-conversion:hover {
      background-color: var(--background-warning-default-hover);
    }
  }
  .icon-button-conversion[aria-disabled="true"], .icon-button-conversion:disabled {
    pointer-events: none;
    border-color: var(--border-disabled-default);
    background-color: var(--background-disabled-default);
    color: var(--text-disabled-default);
  }
  .card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 23px 19px 23px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-base-default);
    background: var(--background-base-default);
    color: var(--text-base-default);
  }
  .card:has(.card-header img) {
    padding-top: 15px;
  }
  @media screen and (width >= 768px) {
    .card {
      gap: 24px;
      padding: 39px;
    }
    .card:has(.card-header img) {
      padding-top: 31px;
    }
  }
  .card-header {
    display: flex;
    gap: 16px;
    align-items: center;
    font-weight: 700;
    line-height: 1.3;
  }
  @media screen and (width >=768px) {
    .card-header {
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
      font-size: 1.5rem;
      line-height: 1.6;
    }
  }
  .card-content {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  @media screen and (width >=768px) {
    .card-content {
      font-size: 1rem;
    }
  }
  .heading-line {
    position: relative;
    padding-left: 22px;
    font-weight: 700;
  }
  .heading-line::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 6px;
    height: 100%;
    border-radius: var(--radius-full);
    background-color: var(--color-marine-400);
  }
  .heading-underline {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: var(--border-width-lg) solid var(--border-primary-secondary);
    font-weight: 700;
  }
  .heading-underline > :where(svg, img) {
    flex-shrink: 0;
  }
  .hanging {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  :root {
    --COLOR_WHITE: #ffffff;
    --COLOR_BLUE_20: #c0e9fc;
    --COLOR_BLUE_50: #009ce5;
    --COLOR_BLUE_60: #0075cb;
    --COLOR_BLUE_80: #0047a1;
    --COLOR_BLUE_90: #003c7c;
    --COLOR_GRAY_10: #ededed;
    --COLOR_GRAY_30: #c3c8ce;
    --COLOR_GRAY_70: #545d66;
    --LINE_HEIGHT_DEFAULT: 1.7;
    --FONT_MEDIUM: 500;
    --FONT_SEMI_BOLD: 600;
    --FONT_BOLD: 700;
    --LAYER_TOP: 100;
    --OUTSIDE_GUTTER_SP: 24px;
    --CONTENT_WIDTH_MIN: calc(320px - (var(--OUTSIDE_GUTTER_SP) * 2));
    --CONTENT_WIDTH_MAX: 682px;
  }
  @media screen and (width >= 1280px) {
    :root {
      --CONTENT_WIDTH_MAX: 1184px;
    }
  }
  html:has(:is(.l-header__utility-button[aria-expanded="true"], .l-navigation-company__title[aria-expanded="true"])) .l-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms;
  }
  .footer__nav > ul > li > a[href] {
    font-size: 0.875rem;
  }
  .footer {
    padding: 16px 48px 28px;
    position: relative;
    background-color: #002656;
    line-height: var(--LINE_HEIGHT_DEFAULT);
  }
  .footer__nav {
    border-bottom: 1px solid #9babc0;
    padding-bottom: 16px;
  }
  .footer__nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__nav > ul > li {
    position: relative;
  }
  .footer__nav > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    padding-right: 24px;
    padding-left: 24px;
    border-right: 1px solid #fff;
  }
  @media (any-hover: hover) {
    .footer__nav > ul > li > a:hover {
      text-decoration: underline;
    }
  }
  .footer__nav > ul > li > a:focus-visible {
    text-decoration: underline;
  }
  .footer__nav > ul > li > a:active {
    text-decoration: underline;
  }
  .footer__nav > ul > li:first-child a {
    padding-left: 0;
  }
  .footer__nav > ul > li:last-child a {
    padding-right: 0;
    border: none;
  }
  .footer__content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__nav + .footer__content > .footer__content-inner {
    padding-top: 28px;
  }
  .footer__body {
    text-align: right;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .footer__logo img, .footer__copy-img img {
    display: inline;
    vertical-align: baseline;
  }
  .footer__copy {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  @media screen and (width <= 767px) {
    .footer {
      padding: 24px 24px 32px;
    }
    .footer.is-static {
      padding-top: 65px;
    }
    .footer__nav {
      padding-bottom: 24px;
    }
    .footer__nav > ul {
      row-gap: 16px;
    }
    .footer__nav > ul > li > a {
      padding-right: 16px;
      padding-left: 16px;
      font-size: 1.4rem;
    }
    .footer__content {
      position: relative;
    }
    .footer__content-inner {
      padding-top: 22px;
      flex-direction: column;
      row-gap: 16px;
    }
    .footer__nav + .footer__content > .footer__content-inner {
      padding-top: 32px;
    }
    .footer__head {
      order: 2;
    }
    .footer__logo {
      display: flex;
      justify-content: center;
    }
    .footer__body {
      padding: 0;
      display: contents;
    }
    .footer__copy-img {
      order: 1;
    }
    .footer__copy {
      order: 3;
      text-align: center;
      margin-top: 12px;
    }
  }
  .l-footer-navigation {
    border-top: 1px solid var(--border-base-secondary);
    background-color: var(--COLOR_WHITE);
    padding: 40px 30px 60px;
    line-height: var(--LINE_HEIGHT_DEFAULT);
  }
  @media screen and (width >= 768px) {
    .l-footer-navigation {
      background-color: var(--COLOR_WHITE);
    }
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation {
      padding: 80px;
    }
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__inner {
      max-width: var(--CONTENT_WIDTH_MAX);
      margin-inline: auto;
    }
  }
  .l-footer-navigation__head {
    grid-template-areas: "customer" "company" "contact" "about";
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__head {
      border-bottom: 1px solid var(--COLOR_GRAY_30);
      display: grid;
      gap: 67px;
      grid-template-areas: "customer company contact about";
      grid-template-columns: repeat(4, 1fr);
      padding-block-end: 48px;
    }
  }
  .l-footer-navigation__body {
    padding-block-start: 24px;
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__body {
      padding-block-start: 48px;
    }
  }
  .l-footer-navigation__head-item {
    border-bottom: 1px solid var(--COLOR_GRAY_30);
    padding-block: 24px;
  }
  .l-footer-navigation__head-item:first-child {
    padding-block-start: 0;
  }
  .l-footer-navigation__head-item > :last-child {
    border-bottom: none;
    padding-block-end: 0;
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__head-item {
      border-bottom: none;
      padding-block: 0;
    }
  }
  .l-footer-navigation__disclosure {
    border-bottom: 1px solid var(--COLOR_GRAY_30);
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__disclosure {
      border-bottom: none;
    }
  }
  .l-footer-navigation__disclosure:not(:first-child) .l-footer-navigation__disclosure-title {
    padding-block-start: 24px;
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__disclosure:not(:first-child) .l-footer-navigation__disclosure-title {
      padding-block-start: 0;
    }
  }
  .l-footer-navigation__disclosure-title {
    align-items: center;
    display: flex;
    font-size: 0.9375rem;
    font-weight: var(--FONT_BOLD);
    justify-content: space-between;
    padding-block-end: 24px;
  }
  .l-footer-navigation__disclosure-title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3756 1.0592L6.71875 6.71605L1.0619 1.0592' stroke='%23009CE5' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 8px;
    min-width: 14px;
    width: 14px;
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__disclosure-title {
      border-bottom: none;
      font-size: 1rem;
      display: none;
      padding-block: 0;
    }
    .l-footer-navigation__disclosure-title::after {
      content: none;
    }
  }
  .l-footer-navigation__disclosure-title[aria-expanded="true"]::after {
    rotate: 180deg;
  }
  .l-footer-navigation__disclosure-title--pc-wide {
    display: none;
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__disclosure-title--pc-wide {
      display: block;
    }
  }
  .l-footer-navigation__disclosure-body {
    display: none;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__disclosure-body {
      display: block;
    }
  }
  .l-footer-navigation__disclosure-body.is-show {
    display: block;
  }
  .l-footer-navigation__disclosure-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-block-end: 24px;
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__disclosure-list {
      gap: 8px;
      margin-block: 24px 0px;
    }
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__disclosure-list.l-footer-navigation__disclosure-list--auto {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .l-footer-navigation__disclosure-link {
    font-size: 0.875rem;
    transition: opacity 0.3s ease;
  }
  @media (any-hover: hover) {
    .l-footer-navigation__disclosure-link:hover {
      opacity: 0.5;
    }
  }
  .l-footer-navigation__disclosure-note {
    font-size: 0.75rem;
    margin-inline-start: 4px;
  }
  .l-footer-navigation__sns {
    display: flex;
    gap: 24px;
    margin-block: 24px;
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__sns {
      margin-block-end: 0;
    }
  }
  .l-footer-navigation__links {
    margin-block: 16px 24px;
  }
  @media screen and (width >= 1280px) {
    .l-footer-navigation__links {
      margin-block: 72px 0;
    }
  }
  .l-header {
    position: sticky;
    top: 0;
    z-index: var(--LAYER_TOP);
    line-height: var(--LINE_HEIGHT_DEFAULT);
  }
  .l-header__outer {
    align-items: center;
    background-color: var(--COLOR_WHITE);
    border-bottom: 1px solid var(--COLOR_GRAY_10);
    display: flex;
    justify-content: space-between;
    padding: 8px 14px;
    position: relative;
    z-index: var(--LAYER_TOP);
  }
  @media screen and (width >= 768px) {
    .l-header__outer {
      padding: 8px 24px 8px;
    }
  }
  @media screen and (width >= 1280px) {
    .l-header__outer {
      padding: 13px 40px 11px;
    }
  }
  .l-header__img {
    display: block;
    object-fit: contain;
    width: 136px;
  }
  @media screen and (width >= 768px) {
    .l-header__img {
      height: 37px;
      width: 198px;
    }
  }
  @media screen and (width >= 1280px) {
    .l-header__img--company {
      width: 317px;
    }
  }
  .l-header__inner {
    align-items: center;
    display: flex;
    gap: 24px;
  }
  @media screen and (width >= 768px) {
    .l-header__inner {
      gap: clamp(1.5rem, -0.754rem + 4.7vw, 3rem);
    }
  }
  @media screen and (width >= 1280px) {
    .l-header__inner {
      gap: 40px;
    }
  }
  .l-header__meta {
    display: none;
  }
  @media screen and (width >= 768px) {
    .l-header__meta {
      display: flex;
    }
  }
  .l-header__meta-item--holdings {
    display: none;
    align-items: center;
    line-height: 1;
  }
  @media screen and (width >= 1280px) {
    .l-header__meta-item--holdings {
      display: flex;
    }
  }
  .l-header__meta-item--customer .l-header__meta-link {
    border-right: 2px solid #d9d9d9;
    padding-inline-end: 12px;
  }
  @media screen and (width >= 1280px) {
    .l-header__meta-item--customer .l-header__meta-link {
      padding-inline-end: 24px;
    }
  }
  .l-header__meta-item--about .l-header__meta-link {
    padding-inline-start: 12px;
  }
  @media screen and (width >= 1280px) {
    .l-header__meta-item--about .l-header__meta-link {
      border-right: 2px solid #d9d9d9;
      padding-inline: 24px;
    }
  }
  .l-header__meta-item--holdings .l-header__meta-link {
    padding-inline-start: 24px;
  }
  .l-header__meta-link {
    color: var(--COLOR_GRAY_70);
    font-weight: var(--FONT_MEDIUM);
    display: flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.3s ease;
  }
  @media (any-hover: hover) {
    .l-header__meta-link:hover {
      opacity: 0.5;
    }
  }
  @media screen and (width >= 768px) {
    .l-header__meta-link {
      font-size: 0.75rem;
    }
  }
  @media screen and (width >= 1280px) {
    .l-header__meta-link {
      font-size: 0.875rem;
    }
  }
  .l-header__meta-link .m-icon {
    margin-inline-start: 0;
    top: 0;
  }
  .l-header__utilities {
    display: flex;
  }
  @media screen and (width >= 768px) {
    .l-header__utilities {
      gap: clamp(0.25rem, -0.877rem + 2.35vw, 1rem);
    }
  }
  .l-header__utility-button {
    align-items: center;
    color: #003c7c;
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    font-weight: var(--FONT_MEDIUM);
    justify-content: center;
    gap: 4px;
    padding: 5px;
    min-height: 55px;
    min-width: 64px;
    transition: opacity 0.3s ease;
  }
  @media (any-hover: hover) {
    .l-header__utility-button:hover {
      opacity: 0.5;
    }
  }
  .l-header__utility-button--login {
    display: none;
  }
  @media screen and (width >= 768px) {
    .l-header__utility-button--login {
      display: flex;
    }
  }
  .l-header__utility-button--search .l-header__utility-button-lines::before, .l-header__utility-button--search .l-header__utility-button-lines::after {
    inset: 0;
    opacity: 0;
  }
  .l-header__utility-button--search .l-header__utility-button-lines::before {
    rotate: 45deg;
  }
  .l-header__utility-button--search .l-header__utility-button-lines::after {
    rotate: -45deg;
  }
  .l-header__utility-button--search[aria-expanded="true"] .l-header__utility-button-lines::before, .l-header__utility-button--search[aria-expanded="true"] .l-header__utility-button-lines::after {
    background: #0075cb;
    opacity: 1;
  }
  .l-header__utility-button--search[aria-expanded="true"] .l-header__utility-icon {
    opacity: 0;
  }
  .l-header__utility-button--menu[aria-expanded="true"] .l-header__utility-button-lines::before {
    background: #0075cb;
    rotate: 45deg;
    top: 0;
  }
  .l-header__utility-button--menu[aria-expanded="true"] .l-header__utility-button-lines::after {
    rotate: -45deg;
    top: 0;
  }
  .l-header__utility-button--menu[aria-expanded="true"] .l-header__utility-button-line {
    opacity: 0;
  }
  .l-header__utility-button-lines {
    display: block;
    height: 24px;
    position: relative;
    width: 24px;
  }
  .l-header__utility-button-lines::before, .l-header__utility-button-lines::after {
    content: "";
    display: block;
    height: 2px;
    inset: 0;
    margin: auto;
    position: absolute;
    transition: opacity 0.3s, top 0.3s, rotate 0.3s;
    width: 20px;
  }
  .l-header__utility-button-lines::before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='2' viewBox='0 0 22 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.875 1h16.5' stroke='%230075CB' stroke-width='1.75' stroke-linecap='square' stroke-linejoin='round'/%3E%3Ccircle cx='20.875' cy='1' r='1' fill='%230075CB'/%3E%3C/svg%3E%0A");
    background-size: cover;
    background-repeat: no-repeat;
    top: -14px;
  }
  .l-header__utility-button-lines::after {
    background-color: #0075cb;
    top: 13px;
  }
  @media screen and (width >= 768px) {
    .l-header__utility-button-lines::before, .l-header__utility-button-lines::after {
      width: clamp(1rem, 0.249rem + 1.57vw, 1.5rem);
    }
    .l-header__utility-button-lines::before {
      top: -14px;
    }
    .l-header__utility-button-lines::after {
      background-color: #0075cb;
      top: 13px;
    }
  }
  .l-header__utility-button-line {
    background-color: #0075cb;
    content: "";
    display: block;
    height: 1.75px;
    inset: 0;
    margin: auto;
    position: absolute;
    transition: rotate 0.3s;
    width: 20px;
  }
  @media screen and (width >= 768px) {
    .l-header__utility-button-line {
      width: clamp(1rem, 0.249rem + 1.57vw, 1.5rem);
    }
  }
  .l-header__utility-icon {
    transition: opacity 0.3s ease;
  }
  @media screen and (width >= 768px) {
    .l-header__utility-button-text {
      font-size: clamp(0.625rem, 0.437rem + 0.39vw, 0.75rem);
    }
  }
  .l-header__navigation {
    left: 0;
    overflow: auto;
    overscroll-behavior: none;
    max-height: calc(100svh - 71px);
    position: absolute;
    top: var(--header-height);
    visibility: hidden;
    width: 100%;
    z-index: var(--LAYER_TOP);
  }
  @media screen and (width >= 768px) {
    .l-header__navigation {
      max-height: calc(100svh - 79px);
    }
  }
  .l-header__navigation:has(.l-header__navigation-wrapper.is-show) {
    visibility: visible;
  }
  .l-header__navigation:has(.l-header__navigation-wrapper.is-hidden) {
    visibility: hidden;
  }
  .l-header__navigation-wrapper {
    background-color: var(--COLOR_WHITE);
    display: grid;
    gap: 0 var(--OUTSIDE_GUTTER_SP);
    grid-template-columns: 1fr minmax(var(--CONTENT_WIDTH_MIN), var(--CONTENT_WIDTH_MAX)) 1fr;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
  @media screen and (width >= 768px) {
    .l-header__navigation-wrapper {
      --CONTENT_WIDTH_MAX: 746px;
    }
  }
  @media screen and (width >= 1280px) {
    .l-header__navigation-wrapper {
      --CONTENT_WIDTH_MAX: 1184px;
    }
  }
  .l-header__navigation-inner {
    grid-column: 2/3;
    opacity: 0;
    padding-block: 32px;
    transition: opacity 0.6s ease;
  }
  .l-header__navigation-inner > :first-child {
    margin-block-start: 0;
  }
  @media screen and (width >= 768px) {
    .l-header__navigation-inner {
      padding-block: 48px 60px;
    }
  }
  .l-header__navigation-wrapper.is-show .l-header__navigation-inner {
    opacity: 1;
  }
  .l-header__navigation-wrapper.is-hide .l-header__navigation-inner {
    opacity: 0;
  }
  .l-header__navigation-inner--search {
    --CONTENT_WIDTH_MAX: 622px;
  }
  .l-header__navigation-inner--menu {
    grid-template-areas: "heading-first" "conductor" "box-first" "panels" "heading-second" "support" "box-second" "box-third";
  }
  @media screen and (width >= 1280px) {
    .l-header__navigation-inner--menu {
      display: grid;
      column-gap: 54px;
      grid-template-areas: "heading-first panels" "conductor panels" "box-first box-third" "heading-second box-third" "support box-third" "box-second box-third";
      grid-template-columns: 2fr 1fr;
    }
  }
  .l-header__heading {
    border-bottom: 1px solid var(--COLOR_GRAY_30);
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-block-start: 32px;
    padding-block-end: 8px;
  }
  .l-header__heading.l-header__heading--first {
    grid-area: heading-first;
  }
  .l-header__heading.l-header__heading--second {
    grid-area: heading-second;
  }
  .l-header__heading-text {
    font-size: 1.25rem;
    font-weight: var(--FONT_BOLD);
  }
  .l-header__heading-link {
    color: var(--COLOR_BLUE_50);
    display: none;
    font-feature-settings: "palt" on;
    font-weight: var(--FONT_SEMI_BOLD);
    transition: opacity 0.3s ease;
  }
  .l-header__heading-link::after {
    background-color: var(--COLOR_BLUE_50);
    content: "";
    display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.875' y1='6.76367' x2='14.125' y2='6.76367' stroke='%23009CE5' stroke-width='1.75' stroke-linecap='square'/%3E%3Cpath d='M9.64123 12.5514L15.2981 6.89453L9.64123 1.23768' stroke='%23009CE5' stroke-width='1.75' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.875' y1='6.76367' x2='14.125' y2='6.76367' stroke='%23009CE5' stroke-width='1.75' stroke-linecap='square'/%3E%3Cpath d='M9.64123 12.5514L15.2981 6.89453L9.64123 1.23768' stroke='%23009CE5' stroke-width='1.75' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-inline-start: 8px;
    height: 13px;
    width: 16px;
  }
  @media (any-hover: hover) {
    .l-header__heading-link:hover {
      opacity: 0.5;
    }
    .l-header__heading-link:hover::after {
      animation: arrowAnimation 0.3s both;
    }
  }
  @media screen and (width >= 768px) {
    .l-header__heading-link {
      display: block;
      font-size: 1rem;
      font-feature-settings: "palt" on;
      line-height: 1.25rem;
    }
  }
  .l-header__support {
    display: grid;
    gap: 16px 8px;
    grid-area: support;
    grid-template-areas: "login support" "contact contact";
    margin-block-start: 16px;
  }
  @media screen and (width >= 768px) {
    .l-header__support {
      gap: 16px;
      grid-template-areas: "login support contact";
    }
  }
  .l-header__support-item--login {
    grid-area: login;
  }
  .l-header__support-item--login .l-header__support-link::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64141 16.2384C4.90008 17.497 6.50373 18.3542 8.24956 18.7015C9.99539 19.0487 11.805 18.8705 13.4495 18.1893C15.0941 17.5081 16.4997 16.3546 17.4886 14.8745C18.4775 13.3945 19.0054 11.6544 19.0054 9.87441C19.0054 8.09437 18.4775 6.35432 17.4886 4.87427C16.4997 3.39423 15.0941 2.24068 13.4495 1.55949C11.805 0.878302 9.99539 0.700072 8.24956 1.04734C6.50373 1.39461 4.90008 2.25177 3.64141 3.51045' stroke='%230047A1' stroke-width='1.75'/%3E%3Cpath d='M7.3501 5.42578L11.6445 9.72022C11.7304 9.80613 11.7304 9.94543 11.6445 10.0313L7.3501 14.3258' stroke='%230047A1' stroke-width='1.75'/%3E%3Cpath d='M0 9.875H11.25' stroke='%230047A1' stroke-width='1.75'/%3E%3C/svg%3E%0A");
  }
  .l-header__support-item--support {
    grid-area: support;
  }
  .l-header__support-item--support .l-header__support-link::before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.875 20.875C16.3978 20.875 20.875 16.3978 20.875 10.875C20.875 5.35215 16.3978 0.875 10.875 0.875C5.35215 0.875 0.875 5.35215 0.875 10.875C0.875 16.3978 5.35215 20.875 10.875 20.875Z' stroke='%230047A1' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10.875' cy='16.875' r='1' fill='%230047A1'/%3E%3Cpath d='M7.875 8.375C7.875 6.71815 9.21815 5.375 10.875 5.375C12.5319 5.375 13.875 6.71815 13.875 8.375C13.875 9.68797 13.0315 10.8039 11.8569 11.2106C11.335 11.3913 10.875 11.8227 10.875 12.375V13.875' stroke='%230047A1' stroke-width='1.75'/%3E%3C/svg%3E%0A");
  }
  .l-header__support-item--contact {
    grid-area: contact;
  }
  .l-header__support-item--contact .l-header__support-link::before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.52079 1.40625C10.0981 0.406249 11.5415 0.40625 12.1189 1.40625L20.7791 16.4063C21.3565 17.4063 20.6348 18.6562 19.4801 18.6562H2.15957C1.00487 18.6562 0.283182 17.4063 0.860532 16.4063L9.52079 1.40625Z' stroke='%230047A1' stroke-width='1.3125'/%3E%3Ccircle cx='10.8198' cy='15.1562' r='1' fill='%230047A1'/%3E%3Cline x1='11.0635' y1='12.1562' x2='11.0635' y2='6.15625' stroke='%230047A1' stroke-width='1.3125'/%3E%3C/svg%3E%0A");
    position: relative;
    top: 2px;
  }
  .l-header__support-item--contact .l-header__support-main {
    font-size: 1rem;
  }
  .l-header__support-link {
    align-items: center;
    border: 1px solid var(--COLOR_BLUE_90);
    border-radius: 20px;
    color: var(--COLOR_BLUE_90);
    font-weight: var(--FONT_BOLD);
    display: flex;
    justify-content: center;
    gap: 8px;
    line-height: 1.5;
    height: 100%;
    padding: 13px;
    transition: background-color 0.3s ease;
  }
  .l-header__support-link::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    min-width: 24px;
  }
  @media (any-hover: hover) {
    .l-header__support-link:hover {
      background-color: #f5f5f5;
    }
  }
  @media screen and (width >= 768px) {
    .l-header__support-link {
      padding: 16px 24px;
    }
  }
  .l-header__support-main {
    display: block;
    font-size: 0.9375rem;
  }
  .l-header__support-sub {
    display: block;
    font-size: 0.875rem;
  }
  .l-header__conductor {
    display: grid;
    gap: 16px 5px;
    grid-area: conductor;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    margin-block-start: 16px;
  }
  @media screen and (width >= 768px) {
    .l-header__conductor {
      gap: 16px 32px;
    }
  }
  .l-header__conductor-link {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-weight: var(--FONT_BOLD);
    gap: 4px;
    text-align: center;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  @media (any-hover: hover) {
    .l-header__conductor-link:hover {
      color: #009ce5;
    }
    .l-header__conductor-link:hover .l-header__conductor-icon {
      opacity: 0.7;
    }
  }
  .l-header__conductor-link:focus-visible {
    color: #009ce5;
  }
  .l-header__conductor-link:focus-visible .l-header__conductor-icon {
    opacity: 0.7;
  }
  .l-header__conductor-link:active {
    color: #009ce5;
  }
  .l-header__conductor-link:active .l-header__conductor-icon {
    opacity: 0.7;
  }
  @media screen and (width >= 768px) {
    .l-header__conductor-link {
      min-width: 80px;
    }
  }
  .l-header__conductor-icon {
    transition: opacity 0.3s ease;
  }
  .l-header__conductor-main {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  @media screen and (width >= 768px) {
    .l-header__conductor-main {
      line-height: 1.375rem;
    }
  }
  .l-header__conductor-sub {
    font-size: 0.6875rem;
    font-weight: var(--FONT_BOLD);
    line-height: 1rem;
  }
  .l-header__conductor-link.l-header__conductor-link--cta::before {
    background-color: #0256be;
    border-radius: 100rem;
    content: "";
    display: block;
    height: 32px;
    margin: 16px;
    min-width: 32px;
  }
  .l-header__conductor-link.l-header__conductor-link--cta::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4.875' y1='11.875' x2='18.125' y2='11.875' stroke='white' stroke-width='1.75' stroke-linecap='square'/%3E%3Cpath d='M13.6412 17.6622L19.2981 12.0054L13.6412 6.34852' stroke='white' stroke-width='1.75' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    height: 24px;
    margin-block-start: 20px;
    min-width: 24px;
  }
  @media screen and (width >= 768px) {
    .l-header__conductor-link.l-header__conductor-link--cta {
      font-size: 0.75rem;
    }
  }
  .l-header__box {
    background-color: #f0fbff;
    border-radius: 16px;
    margin-block-start: 32px;
    height: fit-content;
    padding: 24px;
  }
  .l-header__box + .l-header__box {
    margin-block-start: 16px;
  }
  .l-header__box > :first-child {
    margin-block-start: 0;
  }
  .l-header__box.l-header__box--first {
    grid-area: box-first;
  }
  .l-header__box.l-header__box--second {
    grid-area: box-second;
  }
  .l-header__box.l-header__box--third {
    grid-area: box-third;
  }
  .l-header__box-list {
    display: flex;
    flex-direction: column;
    gap: 16px 32px;
  }
  @media screen and (width >= 768px) {
    .l-header__box-list {
      column-gap: 48px;
      flex-direction: row;
    }
  }
  .l-header__box-list.l-header__box-list--column {
    flex-direction: column;
  }
  .l-header__box-link {
    align-items: center;
    display: inline-flex;
    font-weight: var(--FONT_SEMI_BOLD);
    gap: 12px;
    transition: opacity 0.3s ease;
  }
  .l-header__box-link::before {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1L1 0L7 6L1 12L0 11L5 6L0 1Z' fill='%230075CB'/%3E%3C/svg%3E%0A");
    background-size: cover;
    content: "";
    display: block;
    height: 12px;
    min-width: 7px;
  }
  @media (any-hover: hover) {
    .l-header__box-link:hover {
      opacity: 0.5;
    }
  }
  .l-header__panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-area: panels;
    margin-block-start: 32px;
  }
  @media screen and (width >= 768px) {
    .l-header__panel {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (width >= 1280px) {
    .l-header__panel {
      display: flex;
      height: fit-content;
    }
  }
  .l-header__panel-link {
    border-radius: 20px;
    display: grid;
    grid-template-columns: 65% 1fr;
    overflow: hidden;
  }
  .l-header__panel-link:focus-visible {
    outline: 4.944px solid #abe9ff;
    box-shadow: 0 0 0 4.944px #abe9ff;
  }
  .l-header__panel-content {
    background-color: var(--COLOR_BLUE_60);
    display: grid;
    padding: 24px 20px;
  }
  @media screen and (width >= 768px) {
    .l-header__panel-content {
      place-content: center;
    }
  }
  .l-header__panel-text {
    color: var(--COLOR_WHITE);
    font-size: 0.875rem;
    font-weight: var(--FONT_SEMI_BOLD);
    min-width: 155px;
    margin-inline: auto;
    width: fit-content;
  }
  @media screen and (width >= 768px) {
    .l-header__panel-text {
      min-width: none;
    }
  }
  @media screen and (width >= 1280px) {
    .l-header__panel-text {
      font-size: 1rem;
      min-width: 175px;
    }
  }
  .l-header__panel-media {
    background-color: var(--COLOR_BLUE_20);
    position: relative;
  }
  .l-header__panel-img {
    inset: 0;
    margin: auto;
    position: absolute;
    object-fit: cover;
    width: 100%;
  }
  .l-header__sns {
    display: flex;
    gap: 16px;
    margin-block-start: 24px;
  }
  .l-header__sns:has(.l-header__sns-content) {
    flex-direction: column;
  }
  .l-header__sns-lead {
    font-weight: var(--FONT_BOLD);
  }
  .l-header__sns-content > :first-child {
    margin-block-start: 0;
  }
  .l-header__sns-list {
    display: flex;
    gap: 16px;
    margin-block-start: 24px;
  }
  .l-header__form-container {
    display: flex;
    gap: 10px;
  }
  .l-header__form-input {
    border: 2px solid #0047a1;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
  }
  .l-header__form-search {
    background-color: #0256be;
    border-radius: 10px;
    color: var(--COLOR_WHITE);
    font-weight: var(--FONT_MEDIUM);
    min-width: 84px;
    padding: 15px;
    transition: background-color 0.3s ease;
  }
  @media (any-hover: hover) {
    .l-header__form-search:hover {
      background-color: #0047a1;
    }
  }
  .l-header__description {
    margin-block-start: 24px;
  }
  .l-header__description-term {
    font-weight: var(--FONT_SEMI_BOLD);
  }
  .l-header__description-definition {
    margin-block-start: 24px;
  }
  .l-header__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .l-header__tags-link {
    border: 1px solid #0047a1;
    border-radius: 100rem;
    font-size: 0.75rem;
    display: block;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
  }
  @media (any-hover: hover) {
    .l-header__tags-link:hover {
      background-color: #f5f5f5;
    }
  }
  .l-header__disclosure-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .l-header__disclosure-body {
    display: none;
  }
  .l-header__disclosure-body:has(.l-header__disclosure-wrapper.is-show) {
    display: block;
  }
  .l-header__disclosure-wrapper {
    background-color: var(--COLOR_WHITE);
    overflow: hidden;
    max-height: calc(100svh - 79px);
    transition: height 0.3s ease-in-out;
  }
  .l-header__disclosure-title {
    align-items: center;
    border-bottom: 1px solid #0047a1;
    display: flex;
    font-weight: var(--FONT_SEMI_BOLD);
    gap: 8px;
    justify-content: space-between;
    line-height: 3.0625rem;
  }
  .l-header__disclosure-title[aria-expanded="true"] {
    color: var(--COLOR_BLUE_50);
  }
  .l-header__disclosure-title[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }
  .l-header__disclosure-title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3756 1.0592L6.71875 6.71605L1.0619 1.0592' stroke='%23009CE5' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 8px;
    min-width: 14px;
    width: 14px;
  }
  @media screen and (width >= 768px) {
    .l-header__disclosure-title {
      border-bottom: none;
      line-height: 1.5rem;
    }
  }
  @media screen and (width >= 1280px) {
    .l-header__disclosure-title {
      line-height: 3.0625rem;
    }
  }
  .l-header__disclosure-link, .l-header__menu-link {
    align-items: center;
    border-bottom: 1px solid #0047a1;
    display: flex;
    font-weight: var(--FONT_SEMI_BOLD);
    gap: 8px;
    justify-content: space-between;
    line-height: 3.0625rem;
    transition: color 0.3s ease, opacity 0.3s ease;
  }
  .l-header__disclosure-link::after, .l-header__menu-link::after {
    background-color: #003c7c;
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4.875' y1='11.875' x2='18.125' y2='11.875' stroke='%23003C7C' stroke-width='1.75' stroke-linecap='square'/%3E%3Cpath d='M13.6412 17.6622L19.2981 12.0054L13.6412 6.34852' stroke='%23003C7C' stroke-width='1.75' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-repeat: no-repeat;
    mask-size: cover;
    content: "";
    display: block;
    height: 24px;
    min-width: 24px;
    transition: opacity 0.3s ease;
  }
  @media (any-hover: hover) {
    .l-header__disclosure-link:hover, .l-header__menu-link:hover {
      color: rgb(from var(--COLOR_BLUE_90) r g b/0.5);
    }
    .l-header__disclosure-link:hover::after, .l-header__menu-link:hover::after {
      animation: arrowAnimation 0.3s both;
      opacity: 0.5;
    }
  }
  @media screen and (width >= 768px) {
    .l-header__disclosure-link, .l-header__menu-link {
      border-bottom: none;
    }
    .l-header__disclosure-link::after, .l-header__menu-link::after {
      height: 19px;
      min-width: 22px;
    }
  }
  .l-header__menu-list {
    margin-block-start: 8px;
  }
  .l-header__menu-item:first-child .l-header__menu-link {
    padding: 8px 0;
  }
  @media screen and (width >= 768px) {
    .l-header__menu-item:first-child .l-header__menu-link {
      border-bottom: 3px solid #0047a1;
    }
  }
  .l-header__menu-link {
    border-color: #c3c8ce;
    padding: 8px 0 8px 32px;
  }
  @media screen and (width >= 768px) {
    .l-header__menu-link {
      border-bottom: 1px solid #0047a1;
    }
  }
  .l-header__menu + .l-header__box {
    margin-block-start: 0;
  }
  @media screen and (width >= 768px) {
    .l-header__menu + .l-header__box {
      margin-inline-end: clamp(1.438rem, -0.535rem + 4.11vw, 2.75rem);
    }
  }
  .l-header__closeButton {
    position: relative;
    display: block;
    height: 44px;
    transition: opacity 0.3s ease;
    width: 44px;
  }
  .l-header__closeButton::before, .l-header__closeButton::after {
    background-color: #545d66;
    content: "";
    display: block;
    inset: 0;
    height: 2px;
    margin: auto;
    position: absolute;
    width: 22px;
  }
  .l-header__closeButton::before {
    transform: rotate(45deg);
  }
  .l-header__closeButton::after {
    transform: rotate(-45deg);
  }
  @media (any-hover: hover) {
    .l-header__closeButton:hover {
      opacity: 0.5;
    }
  }
  @media screen and (width >= 1280px) {
    .l-header__closeButton::before, .l-header__closeButton::after {
      width: 30px;
    }
  }
  .l-header__closeButton-text {
    clip-path: inset(1px 1px 1px 1px);
    overflow: hidden;
    position: absolute;
    width: 0;
  }
  .l-overlay {
    background-color: rgb(from #000 r g b/0.6);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    visibility: hidden;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.32s step-end 80ms;
    width: 100%;
    z-index: 98;
  }
  @keyframes arrowAnimation {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    50% {
      transform: translateX(20px);
      opacity: 0;
    }
    51% {
      transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes topArrowAnimation {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    50% {
      transform: translateY(-20px);
      opacity: 0;
    }
    51% {
      transform: translateY(20px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .l-navigation-top {
    bottom: 10px;
    opacity: 0;
    margin-block-start: -62px;
    margin-inline-start: auto;
    padding: 15px 20px;
    position: sticky;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    width: fit-content;
    z-index: 1;
  }
  .l-navigation-top.is-show {
    opacity: 1;
    visibility: visible;
  }
  @media screen and (width >= 1280px) {
    .l-navigation-top {
      padding: 32px;
      margin-block-start: -136px;
    }
  }
  .l-navigation-top__link {
    background-color: var(--COLOR_WHITE);
    border: 1px solid var(--COLOR_BLUE_80);
    border-radius: 100rem;
    display: block;
    height: 32px;
    padding: 8px;
    position: relative;
    width: 32px;
  }
  .l-navigation-top__link::after {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4.4238' y1='10.08' x2='4.4238' y2='1.18498' stroke='%230047A1' stroke-width='0.988341' stroke-linecap='square'/%3E%3Cpath d='M8.15305 4.22195L4.42578 0.494685L0.698514 4.22195' stroke='%230047A1' stroke-width='0.988341' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    inset: 0;
    right: -1px;
    margin: auto;
    height: 15px;
    position: absolute;
    width: 12px;
  }
  @media (any-hover: hover) {
    .l-navigation-top__link:hover::after {
      animation: topArrowAnimation 0.3s both;
    }
  }
  @media screen and (width >= 1280px) {
    .l-navigation-top__link {
      height: 72px;
      width: 72px;
    }
    .l-navigation-top__link::after {
      background-size: cover;
      height: 20px;
      width: 20px;
    }
  }
  .l-navigation-top__text {
    clip-path: inset(1px 1px 1px 1px);
    overflow: hidden;
    position: absolute;
    width: 0;
  }
  .l-svg {
    display: none;
  }
  .m-icon {
    display: inline-block;
    fill: transparent;
    height: 16px;
    margin-inline-start: 0.4em;
    position: relative;
    top: 0.2em;
    width: 16px;
    vertical-align: baseline;
  }
  .l-section-top {
    display: grid;
    gap: 0 var(--OUTSIDE_GUTTER_SP);
    grid-template-columns: 1fr minmax(var(--CONTENT_WIDTH_MIN), var(--CONTENT_WIDTH_MAX)) 1fr;
  }
  .l-section-top--terms {
    --CONTENT_WIDTH_MAX: 1184px;
    border-top: 1px solid var(--border-base-secondary);
    background: rgba(237, 237, 237, 0.5);
    line-height: var(--LINE_HEIGHT_DEFAULT);
  }
  .l-section-top__inner {
    grid-column: 2/3;
  }
  .l-section-top__inner > :first-child {
    margin-block-start: 0 !important;
  }
  .l-section-top__inner > :last-child {
    margin-block-end: 0 !important;
  }
  .u-text-application {
    font-weight: var(--FONT_SEMI_BOLD);
    margin-block-start: 40px;
  }
  .u-list-terms {
    margin-block-start: 24px;
  }
  .u-list-terms__item {
    display: flex;
  }
  .u-widget-terms + .u-widget-terms {
    margin-block-start: 40px;
  }
  .u-widget-terms[open] .u-widget-terms__title::after {
    rotate: -180deg;
  }
  .u-widget-terms__title {
    align-items: center;
    color: #0256be;
    display: flex;
    font-size: 1rem;
    font-weight: var(--FONT_BOLD);
    flex-direction: row-reverse;
    gap: 8px;
    line-height: 1.625rem;
    letter-spacing: 0.04rem;
    transition: opacity 0.3s ease;
    width: fit-content;
  }
  .u-widget-terms__title::after {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 3.13124e-07 12.4183 6.99382e-07 8C1.08564e-06 3.58172 3.58172 3.13124e-07 8 6.99382e-07C12.4183 1.08564e-06 16 3.58172 16 8Z' fill='%23009CE5'/%3E%3Cpath d='M11 6.5L8.05303 9.44697C8.02374 9.47626 7.97626 9.47626 7.94697 9.44697L5 6.5' stroke='white' stroke-width='1.125'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    content: "";
    display: inline-block;
    height: 16px;
    transition: rotate 0.3s ease;
    width: 16px;
  }
  @media (any-hover: hover) {
    .u-widget-terms__title:hover {
      opacity: 0.5;
    }
  }
  .u-widget-terms__content {
    font-size: 0.9375rem;
    margin-block-start: 24px;
  }
  .u-widget-terms__content > :first-child {
    margin-block-start: 0;
  }
  @media screen and (width >= 768px) {
    .u-widget-terms__content {
      line-height: 1.8;
    }
  }
  .related-page {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 24px;
    border-radius: 10px;
    background: var(--background-primary-secondary);
  }
  @media screen and (width >= 768px) {
    .related-page {
      flex-direction: row;
      gap: 80px;
    }
  }
  .related-page-title {
    flex-shrink: 0;
    font-weight: 700;
  }
  .related-page-list {
    display: flex;
    flex-direction: column;
    gap: 4px 32px;
  }
  @media screen and (width >= 768px) {
    .related-page-list {
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  .related-page-list a {
    transition: opacity 0.3s;
  }
  @media (hover: hover) {
    .related-page-list a:hover {
      opacity: 0.5;
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    line-height: var(--text-base--line-height);
    letter-spacing: 0.01875rem;
  }
  body {
    background-color: var(--background-base-default);
    color: var(--text-primary-secondary);
  }
  small {
    font-size: inherit;
  }
  em {
    font-style: normal;
  }
  button {
    cursor: pointer;
  }
  summary {
    cursor: pointer;
    list-style: none;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  ::placeholder {
    color: var(--text-disabled-default);
  }
}
