@layer common, page;
@layer common {
  /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  *,
  ::before,
  ::after {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    min-width: 0;
  }
  /* Document */
  /* ============================================ */
  /**

   * 1. Correct the line height in all browsers.

   * 2. Prevent adjustments of font size after orientation changes in iOS.

   * 3. Remove gray overlay on links for iOS.

   */
  html {
    line-height: 1.15; /* 1 */
    -webkit-tap-highlight-color: transparent; /* 3*/
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  /* Sections */
  /* ============================================ */
  /**

   * Remove the margin in all browsers.

   */
  body {
    margin: 0;
  }
  /**

   * Render the `main` element consistently in IE.

   */
  main {
    display: block;
  }
  /* Vertical rhythm */
  /* ============================================ */
  p,
  table,
  blockquote,
  address,
  pre,
  iframe,
  form,
  figure,
  dl {
    margin: 0;
  }
  /* Headings */
  /* ============================================ */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }
  /* Lists (enumeration) */
  /* ============================================ */
  ul,
  ol,
  menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* Lists (definition) */
  /* ============================================ */
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  /* Grouping content */
  /* ============================================ */
  /**

   * 1. Add the correct box sizing in Firefox.

   * 2. Show the overflow in Edge and IE.

   */
  hr {
    border-top-width: 1px;
    box-sizing: content-box; /* 1 */
    clear: both;
    color: inherit;
    height: 0; /* 1 */
    margin: 0;
    overflow: visible; /* 2 */
  }
  /**

   * 1. Correct the inheritance and scaling of font size in all browsers.

   * 2. Correct the odd `em` font sizing in all browsers.

   */
  pre {
    font-family: monospace; /* 1 */
    font-size: inherit; /* 2 */
  }
  address {
    font-style: inherit;
  }
  /* Text-level semantics */
  /* ============================================ */
  /**

   * Remove the gray background on active links in IE 10.

   */
  a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
  }
  /**

   * 1. Remove the bottom border in Chrome 57-

   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

   */
  abbr[title] {
    text-decoration: underline dotted; /* 2 */
  }
  /**

   * Add the correct font weight in Chrome, Edge, and Safari.

   */
  b,
  strong {
    font-weight: bolder;
  }
  /**

   * 1. Correct the inheritance and scaling of font size in all browsers.

   * 2. Correct the odd `em` font sizing in all browsers.

   */
  code,
  kbd,
  samp {
    font-family: monospace; /* 1 */
    font-size: inherit; /* 2 */
  }
  /**

   * Add the correct font size in all browsers.

   */
  small {
    font-size: 80%;
  }
  /**

   * Prevent `sub` and `sup` elements from affecting the line height in

   * all browsers.

   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Replaced content */
  /* ============================================ */
  /**

   * Prevent vertical alignment issues.

   */
  svg,
  img,
  embed,
  object,
  iframe {
    vertical-align: bottom;
  }
  /* Forms */
  /* ============================================ */
  /**

   * Reset form fields to make them styleable.

   * 1. Make form elements stylable across systems iOS especially.

   * 2. Inherit text-transform from parent.

   */
  button,
  input,
  optgroup,
  select,
  textarea {
    -webkit-appearance: none; /* 1 */
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
    vertical-align: middle;
  }
  /**

   * Correct cursors for clickable elements.

   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    cursor: pointer;
  }
  button:disabled,
  [type=button]:disabled,
  [type=reset]:disabled,
  [type=submit]:disabled {
    cursor: default;
  }
  /**

   * Improve outlines for Firefox and unify style with input elements & buttons.

   */
  :-moz-focusring {
    outline: auto;
  }
  select:disabled {
    opacity: inherit;
  }
  /**

   * Remove padding

   */
  option {
    padding: 0;
  }
  /**

   * Reset to invisible

   */
  fieldset {
    margin: 0;
    min-width: 0;
    padding: 0;
  }
  legend {
    padding: 0;
  }
  /**

   * Add the correct vertical alignment in Chrome, Firefox, and Opera.

   */
  progress {
    vertical-align: baseline;
  }
  /**

   * Remove the default vertical scrollbar in IE 10+.

   */
  textarea {
    overflow: auto;
  }
  /**

   * Correct the cursor style of increment and decrement buttons in Chrome.

   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  /**

   * Correct the outline style in Safari.

   */
  [type=search] {
    outline-offset: -2px; /* 1 */
  }
  /**

   * Remove the inner padding in Chrome and Safari on macOS.

   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**

   * 1. Correct the inability to style clickable types in iOS and Safari.

   * 2. Fix font inheritance.

   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /**

   * Fix appearance for Firefox

   */
  [type=number] {
    -moz-appearance: textfield;
  }
  /**

   * Clickable labels

   */
  label[for] {
    cursor: pointer;
  }
  /* Interactive */
  /* ============================================ */
  /*

   * Add the correct display in Edge, IE 10+, and Firefox.

   */
  details {
    display: block;
  }
  /*

   * Add the correct display in all browsers.

   */
  summary {
    display: list-item;
  }
  /*

   * Remove outline for editable content.

   */
  [contenteditable]:focus {
    outline: auto;
  }
  /* Tables */
  /* ============================================ */
  /**

  1. Correct table border color inheritance in all Chrome and Safari.

  */
  table {
    border-collapse: collapse;
    border-color: inherit; /* 1 */
  }
  caption {
    text-align: left;
  }
  td,
  th {
    padding: 0;
    vertical-align: top;
  }
  th {
    font-weight: bold;
    text-align: left;
  }
  body {
    background-color: var(--color-bg-main);
    color: var(--color-font-default);
    font-family: var(--font-family-noto);
    font-size: var(--font-size-default);
    font-weight: var(--font-weight-light);
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height-default);
    min-height: 100dvh;
    width: 100%;
  }
  :root:has(.modal.is-show), :root:has(.menu.is-open),
  html:has(.modal.is-show),
  html:has(.menu.is-open),
  body:has(.modal.is-show),
  body:has(.menu.is-open) {
    overflow: hidden;
  }
  :root {
    --color-primary: #dc0016;
    --color-secondary: #aaaaaa;
    --color-bg-main: #f3f5f7;
    --color-bg-header: #ffffff;
    --color-bg-footer: #525b5c;
    --color-bg-menu-backdrop: #00000080;
    --color-bg-button-primary: #dc0016;
    --color-bg-button-primary-hover: #c60014;
    --color-bg-button-primary-disabled: #f199a2;
    --color-bg-button-secondary: #ffffff;
    --color-bg-button-secondary-hover: #e5e5e5;
    --color-bg-menu: #ffffff;
    --color-bg-container: #ffffff;
    --color-bg-input: #ffffff;
    --color-bg-input-error: #ffe5e5;
    --color-bg-input-disabled: #eeefef;
    --color-bg-input-hover: #e5e5e5;
    --color-bg-input-error-hover: #f6c5c5;
    --color-bg-radio: #ffffff;
    --color-bg-radio-checked: #dc0016;
    --color-bg-radio-error: #ffe5e5;
    --color-bg-radio-disabled: #eeefef;
    --color-bg-radio-hover: #e5e5e5;
    --color-bg-radio-error-hover: #f6c5c5;
    --color-bg-checkbox: #ffffff;
    --color-bg-checkbox-checked: #dc0016;
    --color-bg-checkbox-disabled: #eeefef;
    --color-bg-checkbox-hover: #e5e5e5;
    --color-bg-checkbox-error-hover: #f6c5c5;
    --color-bg-table: #ffffff;
    --color-bg-th: #dcdede;
    --color-bg-td: #ffffff;
    --color-bg-tab: #ffffff;
    --color-bg-modal: #00000080;
    --color-bg-modal-inner: #ffffff;
    --color-bg-modal-button: #ffffff;
    --color-bg-menu-hover: #2222220d;
    --color-bg-flow: #ffffff;
    --color-bg-flow-current: #dc0016;
    --color-bg-pagination-current: #dc0016;
    --color-bg-pagination-hover: #2222221a;
    --color-bg-error-container: #ff00000d;
    --color-bg-error-message: #ff00001a;
    --color-border-header-current: #babdbe;
    --color-border-sp-menu: #babdbe;
    --color-border-button-primary: #dc0016;
    --color-border-button-primary-disabled: #f199a2;
    --color-border-button-secondary: #525b5c;
    --color-border-button-secondary-disabled: #babdbe;
    --color-border-title-primary: #dc0016;
    --color-border-title-secondary: #222222cc;
    --color-border-container: 1px solid #22222233;
    --color-border-input: #525b5c;
    --color-border-input-error: #ff0000;
    --color-border-input-disabled: #babdbe;
    --color-border-radio: #dc0016;
    --color-border-radio-disabled: #babdbe;
    --color-border-checkbox: #525b5c;
    --color-border-checkbox-checked: #dc0016;
    --color-border-checkbox-disabled: #babdbe;
    --color-border-table: #dcdede;
    --color-border-table-header: #babdbe;
    --color-border-menu: #dc0016;
    --color-border-flow: #babdbe;
    --color-border-flow-current: #dc0016;
    --color-border-error-message: #ff0000;
    --color-font-default: #222222;
    --color-font-title-primary: #dc0016;
    --color-font-title-secondary: #222222;
    --color-font-footer: #ffffff;
    --color-font-error: #ff0000;
    --color-font-button-primary: #ffffff;
    --color-font-button-secondary: #222222;
    --color-font-button-secondary-disabled: #babdbe;
    --color-font-input-disabled: #babdbe;
    --color-font-radio-disabled: #babdbe;
    --color-font-link: #1a2ada;
    --color-font-menu: #151515;
    --color-font-id: #151515;
    --color-font-flow: #babdbe;
    --color-font-flow-current: #222222;
    --color-font-flow-current-number: #ffffff;
    --color-font-pagination-disabled: #babdbe;
    --color-font-pagination-current: #ffffff;
    --color-font-pagination-hover: #ffffff;
    --color-link-disabled: #404040;
    --color-header-separator: #dc0016;
    --color-header-shadow: 0px 3px 15px 0px #0000000d;
    --font-family-noto: "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
    --font-family-hiragino: "Hiragino Kaku Gothic Pro", sans-serif;
    --font-size-xsmall: 0.75rem;
    --font-size-small: 0.875rem;
    --font-size-default: 1rem;
    --font-size-large: 1.125rem;
    --font-size-xlarge: 1.25rem;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-semi-bold: 600;
    --font-weight-bold: 700;
    --line-height-default: 1.5;
    --line-height-100: 1;
    --letter-spacing: 0.05em;
  }
  /*300*/
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    src: url("../../font/front/NotoSansJP-Light.woff") format("woff");
  }
  /*400*/
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("../../font/front/NotoSansJP-Regular.woff") format("woff");
  }
  /*600*/
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    src: url("../../font/front/NotoSansJP-SemiBold.woff") format("woff");
  }
  /*700*/
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("../../font/front/NotoSansJP-Bold.woff") format("woff");
  }
  .visually-hidden {
    border-width: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .pc-none {
    display: none;
  }
  @media screen and (max-width: 1279px) {
    .pc-none {
      display: block;
    }
  }
  @media screen and (max-width: 1279px) {
    .sp-none {
      display: none;
    }
  }
  body {
    display: flex;
    flex-direction: column;
  }
  body .main {
    flex: 1;
    overflow: hidden;
    padding: 32px 48px;
  }
  @media screen and (max-width: 1279px) {
    body .main {
      padding: 24px 16px;
    }
  }
  body .main.--error, body .main.--logout {
    display: grid;
    place-content: center;
  }
  body .main.--error {
    padding-block: 62px;
  }
  @media screen and (max-width: 1279px) {
    body .main.--error {
      padding-block: 48px;
    }
  }
  body .main .contents {
    display: grid;
    gap: 48px;
    height: 100%;
    margin-inline: auto;
    max-width: 1184px;
  }
  @media screen and (max-width: 1279px) {
    body .main .contents {
      max-width: 768px;
    }
  }
  @media screen and (max-width: 1279px) {
    body .main .contents.--sp-gap {
      gap: 24px;
    }
  }
  .header {
    background-color: var(--color-bg-header);
    box-shadow: var(--color-header-shadow);
  }
  .header .header-top {
    background-color: var(--color-bg-header);
    border-bottom: 1px solid var(--color-header-separator);
    position: relative;
    z-index: 999;
  }
  .header .header-top .header-top-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1280px;
    min-height: 71px;
    padding: 16px 24px 15px 24px;
  }
  @media screen and (max-width: 1279px) {
    .header .header-top .header-top-inner {
      max-width: 768px;
    }
  }
  .header .header-top .header-top-inner .header-menu-button {
    background-color: var(--color-bg-button-primary);
    border-radius: 8px;
    height: 40px;
    position: relative;
    width: 40px;
  }
  @media screen and (min-width: 1280px) {
    .header .header-top .header-top-inner .header-menu-button {
      display: none;
    }
  }
  .header .header-top .header-top-inner .header-menu-button span {
    background-color: var(--color-bg-menu);
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 18px;
  }
  .header .header-top .header-top-inner .header-menu-button span:first-of-type {
    top: 11px;
    transform: translateX(-50%);
  }
  .header .header-top .header-top-inner .header-menu-button span:nth-last-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .header-top .header-top-inner .header-menu-button span:last-of-type {
    bottom: 11px;
    transform: translateX(-50%);
  }
  .header .header-top .header-top-inner .header-menu-button.is-open span:first-of-type {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  .header .header-top .header-top-inner .header-menu-button.is-open span:nth-last-of-type(2) {
    display: none;
  }
  .header .header-top .header-top-inner .header-menu-button.is-open span:last-of-type {
    bottom: unset;
    top: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header .header-top .header-top-inner .header-left {
    align-items: center;
    display: flex;
    gap: 8px;
  }
  .header .header-top .header-top-inner .header-left .header-logo {
    height: 31px;
    width: 146px;
  }
  .header .header-top .header-top-inner .header-left .header-logo img {
    width: 100%;
  }
  .header .header-top .header-top-inner .header-left .header-service {
    font-size: var(--font-size-default);
    line-height: var(--line-height-100);
  }
  @media screen and (max-width: 1279px) {
    .header .header-top .header-top-inner .header-left .header-service {
      display: none;
    }
  }
  .header .header-top .header-top-inner .header-right {
    align-items: center;
    display: flex;
    gap: 16px;
  }
  .header .header-top .header-top-inner .header-right .header-user {
    align-items: center;
    display: flex;
    font-size: var(--font-size-default);
    gap: 4px;
    line-height: var(--line-height-100);
  }
  @media screen and (max-width: 1279px) {
    .header .header-top .header-top-inner .header-right .header-user {
      display: none;
    }
  }
  .header .header-top .header-top-inner .header-right .logout-button {
    align-items: center;
    background-color: var(--color-bg-button-primary);
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    gap: 4px;
    padding: 8px 16px;
  }
  @media screen and (max-width: 1279px) {
    .header .header-top .header-top-inner .header-right .logout-button {
      padding: 8px;
    }
  }
  .header .header-top .header-top-inner .header-right .logout-button:hover {
    background-color: var(--color-bg-button-primary-hover);
  }
  .header .header-top .header-top-inner .header-right .logout-button .logout-button-text {
    color: var(--color-font-button-primary);
    font-size: var(--font-size-xsmall);
    font-weight: var(--font-weight-bold);
  }
  @media screen and (max-width: 1279px) {
    .header .header-top .header-top-inner .header-right .logout-button .logout-button-text {
      display: none;
    }
  }
  @media screen and (max-width: 1279px) {
    .header .header-menu {
      display: none;
    }
  }
  .header .header-menu .header-menu-inner {
    margin-inline: auto;
    max-width: 1280px;
  }
  @media screen and (max-width: 1279px) {
    .header .header-menu .header-menu-inner {
      max-width: 768px;
    }
  }
  .header .header-menu .header-menu-inner .header-menu-list {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
  .header .header-menu .header-menu-inner .header-menu-list .header-menu-item .header-menu-link {
    color: var(--color-font-menu);
    display: inline-block;
    line-height: var(--line-height-100);
    padding: 16px 24px;
  }
  .header .header-menu .header-menu-inner .header-menu-list .header-menu-item .header-menu-link:hover {
    background-color: var(--color-bg-menu-hover);
  }
  .header .header-menu .header-menu-inner .header-menu-list .header-menu-item.--current .header-menu-link {
    border-bottom: 3px solid var(--color-border-menu);
    padding-bottom: 13px;
  }
  .header .header-current-page {
    border-bottom: 1px solid var(--color-border-header-current);
    display: flex;
    justify-content: center;
    line-height: var(--line-height-100);
    padding: 12px 24px 11px 24px;
  }
  @media screen and (min-width: 1280px) {
    .header .header-current-page {
      display: none;
    }
  }
  @media screen and (max-width: 1279px) {
    .header.--error .header-top .header-top-inner, .header.--logout .header-top .header-top-inner {
      justify-content: center;
    }
  }
  .header.--error .header-top .header-top-inner .header-right,
  .header.--error .header-top .header-top-inner .header-menu-button, .header.--logout .header-top .header-top-inner .header-right,
  .header.--logout .header-top .header-top-inner .header-menu-button {
    display: none;
  }
  .header.--error .header-menu, .header.--logout .header-menu {
    display: none;
  }
  .footer {
    background-color: var(--color-bg-footer);
    color: var(--color-font-footer);
    padding: 48px;
  }
  .footer .footer-inner {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 1279px) {
    .footer .footer-inner {
      align-items: center;
      flex-direction: column;
      gap: 16px;
      margin-inline: auto;
      max-width: 768px;
    }
  }
  .footer .footer-inner .footer-info {
    display: grid;
    gap: 8px;
  }
  .footer .footer-inner .footer-info .footer-tel,
  .footer .footer-inner .footer-info .footer-time {
    display: grid;
    font-size: var(--font-size-xsmall);
    gap: 4px;
  }
  .footer .footer-inner .footer-info .footer-tel .tel-number {
    align-items: flex-start;
    display: flex;
    font-size: var(--font-size-xlarge);
    font-weight: var(--font-weight-bold);
    gap: 4px;
    line-height: var(--line-height-100);
  }
  .footer .footer-inner .footer-info .footer-tel .tel-number::before {
    content: "";
    background-color: var(--color-font-footer);
    height: 24px;
    mask-image: url("../../img/front/icon_tel.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 24px 24px;
    width: 24px;
  }
  .footer .footer-inner .footer-info .footer-time .reception-time {
    font-size: var(--font-size-default);
    font-weight: var(--font-weight-bold);
  }
  .footer .footer-inner .footer-copyright {
    font-size: var(--font-size-xsmall);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-100);
  }
  .menu {
    background: var(--color-bg-menu-backdrop);
    display: none;
    height: 100dvh;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding-top: 72px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 998;
  }
  .menu.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  @media screen and (min-width: 1280px) {
    .menu {
      display: none;
    }
  }
  .menu .menu-list {
    background-color: var(--color-bg-menu);
    display: grid;
  }
  .menu .menu-list .menu-item {
    border-bottom: 1px solid var(--color-border-sp-menu);
  }
  .menu .menu-list .menu-item .menu-link {
    display: inline-block;
    line-height: var(--line-height-100);
    padding: 16px 24px 15px 24px;
    width: 100%;
  }
  .button {
    display: grid;
    place-content: center;
  }
  .button.--primary {
    background-color: var(--color-bg-button-primary);
    border: 1px solid var(--color-border-button-primary);
    color: var(--color-font-button-primary);
  }
  .button.--primary:hover {
    background-color: var(--color-bg-button-primary-hover);
  }
  .button.--primary[aria-disabled=true], .button.--primary:disabled, .button.--primary.--disabled {
    background-color: var(--color-bg-button-primary-disabled);
    border-color: var(--color-border-button-primary-disabled);
  }
  .button.--secondary {
    background-color: var(--color-bg-button-secondary);
    border: 1px solid var(--color-border-button-secondary);
  }
  .button.--secondary:hover {
    background-color: var(--color-bg-button-secondary-hover);
  }
  .button.--secondary[aria-disabled=true], .button.--secondary:disabled, .button.--secondary.--disabled {
    border-color: var(--color-border-button-secondary-disabled);
    color: var(--color-font-button-secondary-disabled);
  }
  .button[aria-disabled=true], .button:disabled, .button.--disabled {
    pointer-events: none;
  }
  .button.--sm, .button.--md, .button.--lg, .button.--inline, .button.--authority {
    border-radius: 8px;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-100);
  }
  .button.--sm, .button.--lg {
    padding: 19px;
  }
  .button.--md, .button.--authority {
    font-size: var(--font-size-xsmall);
    padding: 13px;
  }
  .button.--sm {
    width: 160px;
  }
  .button.--md {
    width: 200px;
  }
  .button.--lg {
    width: 240px;
  }
  .button.--inline {
    padding: 19px 23px;
    width: fit-content;
  }
  @media screen and (max-width: 1279px) {
    .button.--inline {
      padding: 19px;
    }
  }
  .button.--full {
    width: 100%;
  }
  @media screen and (max-width: 1279px) {
    .button.--sp-full {
      width: 100%;
    }
  }
  .button.--icon {
    align-items: center;
    display: flex;
    font-size: var(--font-size-xsmall);
    gap: 4px;
    padding: 7px;
  }
  .button.--icon.--pdf {
    width: 75px;
  }
  .button.--icon.--logout {
    width: 123px;
  }
  .button.--icon .icon {
    content: "";
    flex-shrink: 0;
    transition: all 0.2s ease 0s;
  }
  .button.--icon .icon:not([data-icon=icon_pdf]) path {
    fill: currentColor;
  }
  .checkbox-item {
    align-items: center;
    display: flex;
    gap: 6px;
    width: fit-content;
  }
  .checkbox-item .checkbox-input {
    background-color: var(--color-bg-checkbox);
    border: 1px solid var(--color-border-checkbox);
    border-radius: 2px;
    cursor: pointer;
    flex-shrink: 0;
    height: 16px;
    position: relative;
    width: 16px;
  }
  @media screen and (max-width: 1279px) {
    .checkbox-item .checkbox-input {
      height: 24px;
      width: 24px;
    }
  }
  .checkbox-item .checkbox-input::after {
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-bg-input);
    height: 14px;
    mask-image: url("../../img/front/icon_check.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 14px 14px;
    width: 14px;
  }
  @media screen and (max-width: 1279px) {
    .checkbox-item .checkbox-input::after {
      height: 18px;
      mask-size: 18px 18px;
      width: 18px;
    }
  }
  .checkbox-item .checkbox-input:checked {
    background-color: var(--color-bg-checkbox-checked);
    border: 1px solid var(--color-border-checkbox-checked);
  }
  .checkbox-item .checkbox-input:checked::after {
    opacity: 1;
  }
  .checkbox-item .checkbox-input:disabled {
    background-color: var(--color-bg-checkbox-disabled);
    border-color: var(--color-border-checkbox-disabled);
    cursor: auto;
  }
  .checkbox-item .checkbox-input:not(:disabled):not(:checked):focus-visible, .checkbox-item .checkbox-input:not(:disabled):not(:checked):hover {
    background-color: var(--color-bg-checkbox-hover);
    outline: none;
  }
  .checkbox-item:not(:has(.checkbox-input:disabled)):not(:has(.checkbox-input:checked)):focus-visible .checkbox-input, .checkbox-item:not(:has(.checkbox-input:disabled)):not(:has(.checkbox-input:checked)):hover .checkbox-input {
    background-color: var(--color-bg-checkbox-hover);
    outline: none;
  }
  .cluster {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cluster.--column-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .cluster.--column-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .cluster.--column-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .cluster.--center-right, .cluster.--center-left {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .cluster.--center-right .center, .cluster.--center-left .center {
    grid-column: 2/3;
    justify-self: center;
  }
  .cluster.--center-right .right, .cluster.--center-left .right {
    grid-column: 3/4;
    justify-self: end;
  }
  .cluster.--center-right .left, .cluster.--center-left .left {
    grid-column: 1/2;
    justify-self: start;
  }
  .cluster.--reverse {
    flex-direction: row-reverse;
  }
  .cluster.--center {
    justify-content: center;
  }
  .cluster.--start {
    justify-content: flex-start;
  }
  .cluster.--end {
    justify-content: flex-end;
  }
  .cluster.--space-between {
    justify-content: space-between;
  }
  .cluster.--align-start {
    align-items: flex-start;
  }
  .cluster.--align-end {
    align-items: flex-end;
  }
  .cluster.--align-center {
    align-items: center;
  }
  .cluster.--align-unset {
    align-items: unset;
  }
  .cluster.--sp-align-start {
    align-items: flex-start;
  }
  .cluster.--sp-align-end {
    align-items: flex-end;
  }
  .cluster.--sp-align-center {
    align-items: center;
  }
  .cluster.--sp-align-unset {
    align-items: unset;
  }
  .cluster.--no-wrap {
    flex-wrap: nowrap;
  }
  @media screen and (max-width: 1279px) {
    .cluster.--sp-column {
      display: flex;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 1279px) {
    .cluster.--sp-column-reverse {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .cluster.--gap-4 {
    gap: 4px;
  }
  .cluster.--gap-8 {
    gap: 8px;
  }
  .cluster.--gap-12 {
    gap: 12px;
  }
  .cluster.--gap-16 {
    gap: 16px;
  }
  .cluster.--gap-20 {
    gap: 20px;
  }
  .cluster.--gap-24 {
    gap: 24px;
  }
  .cluster.--gap-32 {
    gap: 32px;
  }
  .cluster.--gap-40 {
    gap: 40px;
  }
  .cluster.--gap-48 {
    gap: 48px;
  }
  .cluster.--gap-64 {
    gap: 64px;
  }
  .cluster.--gap-80 {
    gap: 80px;
  }
  @media screen and (max-width: 1279px) {
    .cluster.--sp-gap-8 {
      gap: 8px;
    }
  }
  @media screen and (max-width: 1279px) {
    .cluster.--sp-gap-12 {
      gap: 12px;
    }
  }
  @media screen and (max-width: 1279px) {
    .cluster.--sp-gap-16 {
      gap: 16px;
    }
  }
  .container {
    background-color: var(--color-bg-container);
    border: var(--color-border-container);
    border-radius: 8px;
    padding: 24px;
  }
  @media screen and (max-width: 1279px) {
    .container {
      padding: 16px;
    }
  }
  .error-message {
    align-items: center;
    background-color: var(--color-bg-error-message);
    border: 1px solid var(--color-border-error-message);
    border-radius: 4px;
    display: flex;
    gap: 12px;
    padding: 15px 23px;
  }
  .error-message::before {
    content: "";
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    background-image: url("../../img/front/icon_error.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .error-message .error-message-inner {
    display: grid;
    gap: 8px;
  }
  .error-message .error-message-inner .error-main-text {
    font-size: var(--font-size-xlarge);
    font-weight: var(--font-weight-bold);
  }
  .flow-list {
    counter-reset: number;
    display: flex;
    justify-content: space-between;
    list-style: none;
  }
  .flow-list .flow-item {
    align-items: center;
    counter-increment: num;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
    position: relative;
    text-align: center;
  }
  .flow-list .flow-item:not(:first-of-type)::before {
    background-color: var(--color-border-flow);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 50%;
  }
  .flow-list .flow-item:not(:last-of-type)::after {
    background-color: var(--color-border-flow);
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 16px;
    width: 50%;
  }
  .flow-list .flow-item .flow-number {
    background-color: var(--color-bg-flow);
    border: 2px solid var(--color-border-flow);
    border-radius: 50%;
    color: var(--color-font-flow);
    font-weight: var(--font-weight-bold);
    height: 32px;
    line-height: var(--line-height-100);
    padding: 4.5px 9px 7.5px 9px;
    position: relative;
    width: 32px;
    z-index: 2;
  }
  .flow-list .flow-item .flow-number::after {
    content: "" counter(num) "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .flow-list .flow-item .flow-text {
    color: var(--color-font-flow);
  }
  .flow-list .flow-item.--current .flow-number, .flow-list .flow-item.--done .flow-number {
    background-color: var(--color-bg-flow-current);
    border-color: var(--color-border-flow-current);
    color: var(--color-font-flow-current-number);
  }
  .flow-list .flow-item.--current .flow-text, .flow-list .flow-item.--done .flow-text {
    color: var(--color-font-flow-current);
  }
  .flow-list .flow-item.--current {
    font-weight: var(--font-weight-bold);
  }
  .flow-list .flow-item.--current::before {
    background-color: var(--color-border-flow-current);
  }
  .flow-list .flow-item.--done .flow-number::after {
    content: "";
    background-color: var(--color-bg-flow);
    height: 24px;
    mask-image: url("../../img/front/icon_flow-done.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 24px 24px;
    width: 24px;
  }
  .flow-list .flow-item.--done::before, .flow-list .flow-item.--done::after {
    background-color: var(--color-border-flow-current);
  }
  .form-item {
    display: grid;
    gap: 4px;
  }
  .form-item .form-label {
    font-family: var(--font-family-hiragino);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--line-height-100);
    width: fit-content;
  }
  @media screen and (min-width: 1280px) {
    .form-item:has(.selectbox.--medium) {
      width: 316px;
    }
    .form-item:has(.selectbox.--small) {
      width: 222.67px;
    }
  }
  .form-block {
    align-items: flex-start;
    display: flex;
    gap: 16px;
  }
  @media screen and (max-width: 1279px) {
    .form-block {
      flex-direction: column;
    }
    .form-block:not(.--column-2) {
      align-items: unset;
    }
  }
  .form-block.--column-2 {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
  }
  .fieldset {
    display: grid;
    gap: 4px;
  }
  .fieldset fieldset {
    display: contents;
  }
  .fieldset .legend {
    font-family: var(--font-family-hiragino);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--line-height-100);
  }
  .form-error-text {
    color: var(--color-font-error);
    font-size: var(--font-size-xsmall);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-100);
  }
  .input-date-wrapper {
    display: grid;
    gap: 4px;
    max-width: 269px;
  }
  @media screen and (max-width: 1279px) {
    .input-date-wrapper {
      max-width: 133.5px;
    }
  }
  .input-date-wrapper .input-date {
    display: flex;
    gap: 8px;
    position: relative;
    width: 100%;
  }
  @media screen and (max-width: 1279px) {
    .input-date-wrapper .input-date {
      flex-direction: column;
    }
  }
  .input-date-wrapper .input-date .input-area {
    background-color: var(--color-bg-input);
    border: 1px solid var(--color-border-input);
    border-radius: 4px;
    cursor: auto;
    max-width: 137px;
    outline: none;
    padding: 7px;
    text-align-last: left;
  }
  .input-date-wrapper .input-date .input-area::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
  }
  .input-date-wrapper .input-date .input-area:disabled {
    border-color: var(--color-border-input-disabled);
    color: var(--color-font-input-disabled);
  }
  .input-date-wrapper .input-date:has(.input-area:disabled)::after {
    background-color: var(--color-border-input-disabled);
  }
  .input-date-wrapper .input-date.--error .input-area {
    background-color: var(--color-bg-input-error);
    border-color: var(--color-border-input-error);
  }
  .input-date-wrapper .input-date .ui-datepicker-trigger {
    background-color: var(--color-bg-button-secondary);
    border: 1px solid var(--color-border-button-secondary);
    border-radius: 8px;
    display: grid;
    font-size: var(--font-size-xsmall);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-100);
    padding: 13px;
    place-content: center;
  }
  .input-date-wrapper .input-date .ui-datepicker-trigger:hover {
    background-color: var(--color-bg-button-secondary-hover);
  }
  .input-date-wrapper .input-date .ui-datepicker-trigger[aria-disabled=true], .input-date-wrapper .input-date .ui-datepicker-trigger:disabled, .input-date-wrapper .input-date .ui-datepicker-trigger.--disabled {
    border-color: var(--color-border-button-secondary-disabled);
    color: var(--color-font-button-secondary-disabled);
  }
  .date-wrapper {
    display: flex;
    gap: 16px;
  }
  @media screen and (max-width: 1279px) {
    .date-wrapper {
      flex-direction: column;
    }
  }
  .date-wrapper p {
    margin-top: 8px;
  }
  @media screen and (max-width: 1279px) {
    .date-wrapper p {
      margin-top: 0;
    }
  }
  .date-range {
    align-items: flex-start;
    display: flex;
    gap: 42px;
    position: relative;
    width: fit-content;
  }
  .date-range::after {
    content: "~";
    font-family: var(--font-family-hiragino);
    font-weight: var(--font-weight-semi-bold);
    left: 50%;
    line-height: var(--line-height-100);
    position: absolute;
    top: 12px;
    transform: translateX(-50%);
  }
  #ui-datepicker-div .ui-datepicker-title {
    align-items: center;
    display: flex;
    gap: 4px;
  }
  #ui-datepicker-div .ui-datepicker-title select {
    appearance: auto;
    background: var(--color-bg-input);
    border: 1px solid var(--color-border-input);
    border-radius: 4px;
  }
  #ui-datepicker-div .ui-datepicker-title select.ui-datepicker-year {
    margin-right: 4px;
    width: 40%;
  }
  #ui-datepicker-div .ui-datepicker-title select.ui-datepicker-month {
    margin-left: 4px;
    width: 40%;
  }
  .link {
    color: var(--color-font-link);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .pagination {
    display: grid;
    gap: 40px;
    grid-auto-flow: column;
    justify-content: center;
  }
  @media screen and (max-width: 1279px) {
    .pagination {
      gap: 16px 42px;
      grid-auto-flow: row;
    }
  }
  .pagination .prev-button,
  .pagination .next-button {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 86px 30px;
    display: flex;
    font-size: var(--font-size-small);
    height: 30px;
    line-height: var(--line-height-100);
    width: 86px;
  }
  @media screen and (max-width: 1279px) {
    .pagination .prev-button,
    .pagination .next-button {
      background-size: 86px 40px;
      height: 40px;
    }
  }
  @media screen and (max-width: 1279px) {
    .pagination .prev-button,
    .pagination .next-button {
      grid-row: 2/3;
    }
  }
  .pagination .prev-button.--disabled,
  .pagination .next-button.--disabled {
    color: var(--color-font-pagination-disabled);
  }
  .pagination .prev-button {
    background-image: url("../../img/front/img_pagination-prev.svg");
    padding-left: 26px;
  }
  @media screen and (max-width: 1279px) {
    .pagination .prev-button {
      background-image: url("../../img/front/img_pagination-prev-sp.svg");
      justify-self: end;
    }
  }
  .pagination .prev-button.--disabled {
    background-image: url("../../img/front/img_pagination-prev-disabled.svg");
  }
  @media screen and (max-width: 1279px) {
    .pagination .prev-button.--disabled {
      background-image: url("../../img/front/img_pagination-prev-disabled-sp.svg");
    }
  }
  .pagination .prev-button:not(.--disabled):hover {
    background-image: url("../../img/front/img_pagination-prev-hover.svg");
    color: var(--color-font-pagination-hover);
  }
  @media screen and (max-width: 1279px) {
    .pagination .prev-button:not(.--disabled):hover {
      background-image: url("../../img/front/img_pagination-prev-hover-sp.svg");
    }
  }
  .pagination .next-button {
    background-image: url("../../img/front/img_pagination-next.svg");
    justify-self: start;
    padding-left: 18px;
  }
  @media screen and (max-width: 1279px) {
    .pagination .next-button {
      background-image: url("../../img/front/img_pagination-next-sp.svg");
    }
  }
  .pagination .next-button.--disabled {
    background-image: url("../../img/front/img_pagination-next-disabled.svg");
  }
  @media screen and (max-width: 1279px) {
    .pagination .next-button.--disabled {
      background-image: url("../../img/front/img_pagination-next-disabled-sp.svg");
    }
  }
  .pagination .next-button:not(.--disabled):hover {
    background-image: url("../../img/front/img_pagination-next-hover.svg");
    color: var(--color-font-pagination-hover);
  }
  @media screen and (max-width: 1279px) {
    .pagination .next-button:not(.--disabled):hover {
      background-image: url("../../img/front/img_pagination-next-hover-sp.svg");
    }
  }
  .pagination .pagination-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  @media screen and (max-width: 1279px) {
    .pagination .pagination-list {
      gap: 16px;
      grid-column: 1/3;
      grid-row: 1/2;
    }
  }
  .pagination .pagination-list .pagination-item .pagination-text,
  .pagination .pagination-list .pagination-item .pagination-button {
    border-radius: 4px;
    display: grid;
    height: 30px;
    place-content: center;
    width: 30px;
  }
  .pagination .pagination-list .pagination-item .pagination-text {
    background-color: var(--color-bg-pagination-current);
    color: var(--color-font-pagination-current);
    font-weight: var(--font-weight-bold);
  }
  .pagination .pagination-list .pagination-item .pagination-button:hover {
    background-color: var(--color-bg-pagination-hover);
  }
  .pagination .pagination-list .pagination-item .pagination-button.--disabled {
    color: var(--color-font-pagination-disabled);
    pointer-events: none;
  }
  .radio {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    width: fit-content;
  }
  .radio .radio-input {
    background-color: var(--color-bg-radio);
    border: 1.5px solid var(--color-border-radio);
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    height: 16px;
    position: relative;
    width: 16px;
  }
  @media screen and (max-width: 1279px) {
    .radio .radio-input {
      height: 24px;
      width: 24px;
    }
  }
  .radio .radio-input::after {
    border-radius: 50%;
    content: "";
    height: 11px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
  }
  @media screen and (max-width: 1279px) {
    .radio .radio-input::after {
      height: 16px;
      width: 16px;
    }
  }
  .radio .radio-input:checked::after {
    background-color: var(--color-bg-radio-checked);
  }
  .radio .radio-input:disabled {
    background-color: var(--color-bg-radio-disabled);
    border-color: var(--color-border-radio-disabled);
    cursor: auto;
  }
  .radio .radio-input:not(:disabled):not(:checked):focus-visible, .radio .radio-input:not(:disabled):not(:checked):hover {
    background-color: var(--color-bg-radio-hover);
    outline: none;
  }
  .radio:has(.radio-input:disabled) {
    color: var(--color-font-radio-disabled);
    cursor: auto;
  }
  .radio:not(:has(.radio-input:disabled)):not(:has(.radio-input:checked)):focus-visible .radio-input, .radio:not(:has(.radio-input:disabled)):not(:has(.radio-input:checked)):hover .radio-input {
    background-color: var(--color-bg-radio-hover);
    outline: none;
  }
  .radio-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    padding-block: 8px;
  }
  @media screen and (max-width: 1279px) {
    .radio-wrapper {
      padding-block: 4px;
    }
  }
  .radio-wrapper.--error .radio:not(:has(.radio-input:disabled)):not(:has(.radio-input:checked)):focus-visible .radio-input, .radio-wrapper.--error .radio:not(:has(.radio-input:disabled)):not(:has(.radio-input:checked)):hover .radio-input {
    background-color: var(--color-bg-radio-error-hover);
    outline: none;
  }
  .radio-wrapper.--error .radio .radio-input {
    background-color: var(--color-bg-radio-error);
  }
  .radio-wrapper.--error .radio .radio-input:focus-visible, .radio-wrapper.--error .radio .radio-input:hover {
    background-color: var(--color-bg-radio-error-hover);
    outline: none;
  }
  .radio-wrapper.--center {
    justify-content: center;
  }
  .search-area {
    display: grid;
    gap: 24px;
  }
  .search-area .search-area-contents {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .search-area .search-area-contents .search-area-input-field {
    display: grid;
    gap: 24px;
    width: 100%;
  }
  .selectbox {
    max-width: 100%;
    position: relative;
  }
  .selectbox.--full {
    width: 100%;
  }
  .selectbox.--small {
    width: 222.67px;
  }
  .selectbox.--medium {
    width: 316px;
  }
  @media screen and (max-width: 1279px) {
    .selectbox.--sp-full {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 1279px) {
    .selectbox.--full, .selectbox.--small, .selectbox.--medium {
      width: 100%;
    }
  }
  .selectbox::after {
    content: "";
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-primary);
    height: 24px;
    mask-image: url("../../img/front/icon_selectbox.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 24px 24px;
    width: 24px;
  }
  .selectbox .select-area {
    background-color: var(--color-bg-input);
    border: 1px solid var(--color-border-input);
    border-radius: 4px;
    outline: none;
    overflow: hidden;
    padding: 7px 39px 7px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .selectbox .select-area:disabled {
    border-color: var(--color-border-input-disabled);
    color: var(--color-font-input-disabled);
  }
  .selectbox .select-area:not(:disabled):focus-visible, .selectbox .select-area:not(:disabled):hover {
    background-color: var(--color-bg-input-hover);
    outline: none;
  }
  .selectbox.--error .select-area {
    background-color: var(--color-bg-input-error);
    border-color: var(--color-border-input-error);
  }
  .selectbox.--error .select-area:focus-visible, .selectbox.--error .select-area:hover {
    background-color: var(--color-bg-input-error-hover);
  }
  .selectbox:has(.select-area:disabled)::after {
    background-color: var(--color-border-input-disabled);
  }
  .stack {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .stack.--reverse {
    flex-direction: column-reverse;
  }
  .stack.--center {
    justify-content: center;
  }
  .stack.--start {
    justify-content: flex-start;
  }
  .stack.--end {
    justify-content: flex-end;
  }
  .stack.--space-between {
    justify-content: space-between;
  }
  .stack.--align-start {
    align-items: flex-start;
  }
  .stack.--align-end {
    align-items: flex-end;
  }
  .stack.--align-center {
    align-items: center;
  }
  .stack.--gap-2 {
    gap: 2px;
  }
  .stack.--gap-4 {
    gap: 4px;
  }
  .stack.--gap-8 {
    gap: 8px;
  }
  .stack.--gap-12 {
    gap: 12px;
  }
  .stack.--gap-16 {
    gap: 16px;
  }
  .stack.--gap-20 {
    gap: 20px;
  }
  .stack.--gap-24 {
    gap: 24px;
  }
  .stack.--gap-32 {
    gap: 32px;
  }
  .stack.--gap-40 {
    gap: 40px;
  }
  .stack.--gap-48 {
    gap: 48px;
  }
  .stack.--gap-60 {
    gap: 60px;
  }
  .stack.--gap-64 {
    gap: 64px;
  }
  .stack.--gap-80 {
    gap: 80px;
  }
  .stack.--gap-100 {
    gap: 100px;
  }
  @media screen and (max-width: 1279px) {
    .stack.--sp-gap-8 {
      gap: 8px;
    }
  }
  @media screen and (max-width: 1279px) {
    .stack.--sp-gap-10 {
      gap: 10px;
    }
  }
  @media screen and (max-width: 1279px) {
    .stack.--sp-gap-12 {
      gap: 12px;
    }
  }
  @media screen and (max-width: 1279px) {
    .stack.--sp-gap-16 {
      gap: 16px;
    }
  }
  @media screen and (max-width: 1279px) {
    .stack.--sp-gap-24 {
      gap: 24px;
    }
  }
  @media screen and (max-width: 1279px) {
    .stack.--sp-gap-32 {
      gap: 32px;
    }
  }
  .table-wrapper {
    display: grid;
    gap: 16px;
  }
  .table-wrapper:has(.pagination) {
    padding-bottom: 32px;
  }
  .table-wrapper .table-contents {
    display: grid;
    gap: 8px;
  }
  .table-scroll-wrapper {
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
  }
  .table-scroll-wrapper .scroll-inner {
    display: inline-flex;
  }
  .table-scroll-wrapper .scroll-inner::after {
    content: "";
    flex-shrink: 0;
    width: 16px;
  }
  .table {
    border: 1px solid var(--color-border-table);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
  }
  .table.--document .thead .table-heading:first-of-type,
  .table.--document .thead .table-data:first-of-type,
  .table.--document .tbody .table-heading:first-of-type,
  .table.--document .tbody .table-data:first-of-type {
    max-width: 120px;
    min-width: 120px;
  }
  .table.--document .thead .table-heading:nth-of-type(2),
  .table.--document .thead .table-data:nth-of-type(2),
  .table.--document .tbody .table-heading:nth-of-type(2),
  .table.--document .tbody .table-data:nth-of-type(2) {
    max-width: 115px;
    min-width: 115px;
  }
  .table.--document .thead .table-heading:nth-of-type(3),
  .table.--document .thead .table-data:nth-of-type(3),
  .table.--document .tbody .table-heading:nth-of-type(3),
  .table.--document .tbody .table-data:nth-of-type(3) {
    max-width: 65px;
    min-width: 65px;
  }
  .table.--document .thead .table-heading:nth-of-type(4),
  .table.--document .thead .table-data:nth-of-type(4),
  .table.--document .tbody .table-heading:nth-of-type(4),
  .table.--document .tbody .table-data:nth-of-type(4) {
    max-width: 98px;
    min-width: 98px;
  }
  .table.--document .thead .table-heading:nth-of-type(5),
  .table.--document .thead .table-data:nth-of-type(5),
  .table.--document .tbody .table-heading:nth-of-type(5),
  .table.--document .tbody .table-data:nth-of-type(5) {
    max-width: 148px;
    min-width: 148px;
  }
  .table.--document .thead .table-heading:nth-of-type(6),
  .table.--document .thead .table-data:nth-of-type(6),
  .table.--document .tbody .table-heading:nth-of-type(6),
  .table.--document .tbody .table-data:nth-of-type(6) {
    max-width: 236px;
    min-width: 236px;
  }
  .table.--document .thead .table-heading:nth-of-type(7),
  .table.--document .thead .table-data:nth-of-type(7),
  .table.--document .tbody .table-heading:nth-of-type(7),
  .table.--document .tbody .table-data:nth-of-type(7) {
    max-width: 99px;
    min-width: 99px;
  }
  .table.--document .thead .table-heading:nth-of-type(8),
  .table.--document .thead .table-data:nth-of-type(8),
  .table.--document .tbody .table-heading:nth-of-type(8),
  .table.--document .tbody .table-data:nth-of-type(8) {
    max-width: 83px;
    min-width: 83px;
  }
  .table.--document .thead .table-heading:nth-of-type(9),
  .table.--document .thead .table-data:nth-of-type(9),
  .table.--document .tbody .table-heading:nth-of-type(9),
  .table.--document .tbody .table-data:nth-of-type(9) {
    max-width: 98px;
    min-width: 98px;
  }
  .table.--document .thead .table-heading:nth-of-type(10),
  .table.--document .thead .table-data:nth-of-type(10),
  .table.--document .tbody .table-heading:nth-of-type(10),
  .table.--document .tbody .table-data:nth-of-type(10) {
    max-width: 120px;
    min-width: 120px;
  }
  .table.--document .table-inner thead .table-row .table-heading {
    padding: 15px 7px;
  }
  .table.--switch .thead .table-heading:first-of-type,
  .table.--switch .thead .table-data:first-of-type,
  .table.--switch .tbody .table-heading:first-of-type,
  .table.--switch .tbody .table-data:first-of-type {
    width: 56px;
  }
  .table.--admin {
    width: 1184px;
  }
  .table.--admin .table-inner .thead .table-row .table-heading {
    height: 44px;
    padding: 3.5px 15px;
  }
  .table.--admin .table-inner .thead .table-row:first-of-type .table-heading:first-of-type {
    max-width: 56px;
    width: 56px;
  }
  .table.--admin .table-inner .thead .table-row:first-of-type .table-heading:nth-of-type(2), .table.--admin .table-inner .thead .table-row:first-of-type .table-heading:nth-of-type(3), .table.--admin .table-inner .thead .table-row:first-of-type .table-heading:nth-of-type(4), .table.--admin .table-inner .thead .table-row:first-of-type .table-heading:last-of-type {
    max-width: 142px;
    width: 142px;
  }
  .table.--admin .table-inner .thead .table-row:nth-of-type(2) .table-heading {
    font-size: var(--font-size-xsmall);
  }
  .table.--admin .table-inner .thead .table-row:nth-of-type(2) .table-heading:last-of-type {
    border-right: 1px solid var(--color-border-table-header);
  }
  .table.--setting .table-inner .thead .table-heading:first-of-type,
  .table.--setting .table-inner .thead .table-data:first-of-type,
  .table.--setting .table-inner .tbody .table-heading:first-of-type,
  .table.--setting .table-inner .tbody .table-data:first-of-type {
    width: 584px;
  }
  @media screen and (max-width: 1279px) {
    .table.--setting .table-inner .thead .table-heading:first-of-type,
    .table.--setting .table-inner .thead .table-data:first-of-type,
    .table.--setting .table-inner .tbody .table-heading:first-of-type,
    .table.--setting .table-inner .tbody .table-data:first-of-type {
      width: 29.446%;
    }
  }
  .table.--setting .table-inner .thead .table-heading:not(:first-of-type),
  .table.--setting .table-inner .thead .table-data:not(:first-of-type),
  .table.--setting .table-inner .tbody .table-heading:not(:first-of-type),
  .table.--setting .table-inner .tbody .table-data:not(:first-of-type) {
    width: 300px;
  }
  @media screen and (max-width: 1279px) {
    .table.--setting .table-inner .thead .table-heading:not(:first-of-type),
    .table.--setting .table-inner .thead .table-data:not(:first-of-type),
    .table.--setting .table-inner .tbody .table-heading:not(:first-of-type),
    .table.--setting .table-inner .tbody .table-data:not(:first-of-type) {
      width: 35.277%;
    }
  }
  .table.--history .table-inner .thead .table-heading:first-of-type,
  .table.--history .table-inner .thead .table-data:first-of-type,
  .table.--history .table-inner .tbody .table-heading:first-of-type,
  .table.--history .table-inner .tbody .table-data:first-of-type {
    max-width: 120px;
    min-width: 120px;
  }
  .table.--history .table-inner .thead .table-heading:nth-of-type(2),
  .table.--history .table-inner .thead .table-data:nth-of-type(2),
  .table.--history .table-inner .tbody .table-heading:nth-of-type(2),
  .table.--history .table-inner .tbody .table-data:nth-of-type(2) {
    max-width: 117px;
    min-width: 117px;
  }
  .table.--history .table-inner .thead .table-heading:nth-of-type(3),
  .table.--history .table-inner .thead .table-data:nth-of-type(3),
  .table.--history .table-inner .tbody .table-heading:nth-of-type(3),
  .table.--history .table-inner .tbody .table-data:nth-of-type(3) {
    max-width: 120px;
    min-width: 120px;
  }
  .table.--history .table-inner .thead .table-heading:nth-of-type(4),
  .table.--history .table-inner .thead .table-data:nth-of-type(4),
  .table.--history .table-inner .tbody .table-heading:nth-of-type(4),
  .table.--history .table-inner .tbody .table-data:nth-of-type(4) {
    max-width: 275px;
    min-width: 275px;
  }
  .table.--history .table-inner .thead .table-heading:nth-of-type(5),
  .table.--history .table-inner .thead .table-data:nth-of-type(5),
  .table.--history .table-inner .tbody .table-heading:nth-of-type(5),
  .table.--history .table-inner .tbody .table-data:nth-of-type(5) {
    max-width: 275px;
    min-width: 275px;
  }
  .table.--history .table-inner .thead .table-heading:nth-of-type(6),
  .table.--history .table-inner .thead .table-data:nth-of-type(6),
  .table.--history .table-inner .tbody .table-heading:nth-of-type(6),
  .table.--history .table-inner .tbody .table-data:nth-of-type(6) {
    max-width: 275px;
    min-width: 275px;
  }
  .table.--col-1 .thead .table-heading,
  .table.--col-1 .thead .table-data,
  .table.--col-1 .tbody .table-heading,
  .table.--col-1 .tbody .table-data {
    width: 100%;
  }
  .table.--col-2 .thead .table-heading,
  .table.--col-2 .thead .table-data,
  .table.--col-2 .tbody .table-heading,
  .table.--col-2 .tbody .table-data {
    width: 50%;
  }
  .table.--col-3 .thead .table-heading,
  .table.--col-3 .thead .table-data,
  .table.--col-3 .tbody .table-heading,
  .table.--col-3 .tbody .table-data {
    width: 33.333%;
  }
  .table.--fixed .table-inner {
    table-layout: fixed;
  }
  .table .table-inner {
    width: 100%;
  }
  .table .table-inner .table-heading,
  .table .table-inner .table-data {
    vertical-align: middle;
  }
  .table .table-inner .table-heading.--center,
  .table .table-inner .table-data.--center {
    text-align: center;
  }
  .table .table-inner .table-heading span,
  .table .table-inner .table-data span {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .table .table-inner .thead .table-row {
    border-bottom: 1px solid var(--color-border-table-header);
  }
  .table .table-inner .thead .table-row .table-heading {
    background-color: var(--color-bg-th);
    padding: 15px;
  }
  .table .table-inner .thead .table-row .table-heading:not(:last-of-type) {
    border-right: 1px solid var(--color-border-table-header);
  }
  .table .table-inner .tbody .table-row:not(:first-of-type) {
    border-top: 1px solid var(--color-border-table);
  }
  .table .table-inner .tbody .table-row .table-data {
    background-color: var(--color-bg-td);
    min-height: 55px;
    padding: 7px 11px;
  }
  .table .table-inner .tbody .table-row .table-data:has(span) {
    padding: 15px;
  }
  .table .table-inner .tbody .table-row .table-data:not(:last-of-type) {
    border-right: 1px solid var(--color-border-table);
  }
  .table .table-inner .tbody .table-row .table-data span.--change {
    font-weight: var(--font-weight-bold);
  }
  .table .table-inner .tbody .table-row .table-data.--center .table-data-inner {
    display: flex;
    justify-content: center;
  }
  .table-page-number {
    display: flex;
    font-family: var(--font-family-hiragino);
    font-size: var(--font-size-small);
    gap: 10px;
    line-height: var(--line-height-100);
  }
  .table-page-number .whole-number {
    font-weight: var(--font-weight-semi-bold);
  }
  .title {
    margin-block: 4px;
  }
  .title.--level-1 {
    align-items: flex-end;
    border-bottom: 2px solid var(--color-border-title-primary);
    color: var(--color-font-title-primary);
    display: flex;
    font-size: var(--font-size-xlarge);
    font-weight: var(--font-weight-bold);
    justify-content: space-between;
    line-height: var(--line-height-100);
    padding-block: 12px 10px;
  }
  .title.--level-1 .id {
    color: var(--color-font-id);
    font-size: var(--font-size-xsmall);
    font-weight: var(--font-weight-regular);
  }
  .title.--level-2 {
    border-bottom: 2px solid var(--color-border-title-secondary);
    color: var(--color-font-title-secondary);
    font-weight: var(--font-weight-semi-bold);
    padding-bottom: 2px;
  }
}
@layer page {
  .error-container {
    background-color: var(--color-bg-error-container);
    border-radius: 16px;
    margin-inline: auto;
    max-width: 768px;
    padding: 48px 40px;
    width: 100%;
  }
  @media screen and (max-width: 1279px) {
    .error-container {
      padding: 48px 16px;
    }
  }
  .error-container .error-container-inner {
    display: grid;
    gap: 24px;
  }
  .error-container .error-container-inner .error-message {
    align-items: center;
    color: var(--color-font-error);
    display: flex;
    font-size: var(--font-size-xlarge);
    font-weight: var(--font-weight-bold);
    gap: 10px;
    justify-content: center;
    text-align: center;
  }
  .error-container .error-container-inner .error-message::before {
    content: "";
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    background-image: url("../../img/front/icon_error.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .error-container .error-container-inner .error-contents {
    display: grid;
    gap: 8px;
    justify-content: center;
  }
  .error-container .error-container-inner .error-contents .error-code {
    text-align: center;
  }
  .error-container .error-container-inner .error-contents .error-code .code {
    font-weight: var(--font-weight-bold);
  }
  .error-container .error-container-inner .error-contents .error-annotation {
    font-size: var(--font-size-xsmall);
  }
  .logout-contents {
    display: grid;
    min-height: 420px;
    place-content: center;
  }
  .logout-contents .logout-message {
    font-size: var(--font-size-xlarge);
    font-weight: var(--font-weight-bold);
  }
  .authority-button-area {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(auto, 295.5px));
    justify-content: end;
  }
  @media screen and (max-width: 1279px) {
    .authority-button-area {
      grid-template-columns: repeat(2, minmax(auto, 267px));
    }
  }
  .notification-area {
    display: grid;
    gap: 8px;
    justify-content: center;
  }
  .notification-area .notification-confirm-text {
    font-weight: var(--font-weight-bold);
  }
}