@charset "UTF-8";
:root {
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Rockwell", sans-serif;
  --font-Noto-Sans-JP: "Noto Sans JP", sans-serif;
  --font-Zen-Kaku-Gothic-New: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --font-rockwell: "Rockwell", sans-serif;
  --color--primary: #2F354A;
  --color--text: #222222;
  --color--base-font: #202B38;
  --color--base-black: #424641;
  --color--base-bl: #F7FAFF;
  --color--dark-blue: #01285C;
  --color--light-blue: #2F7DCB;
  --color--sky-blue: #00A6E2;
  --color--line-gray: #E4E5E5;
  --color--turquoise: #43BACA;
  --color--gray-70: rgba(222, 222, 222, 0.7);
  --grd--grd-03: linear-gradient(300deg, #90D0F5 0%, #2F7DCB 93%);
  --grd--grd-icon-sky: linear-gradient(300deg, #9CDEF5 0%, #45D0FF 100%);
  --grd--grd-flow: linear-gradient(120deg, #E4F4F9 0%, #97D6EA 100%);
  --grd--grd_dark-blue: linear-gradient(to bottom right, #1E4C92 0%, #0C2C5C 100%);
  --grd--grd_dark-blue-inverse: linear-gradient(to bottom right, #E1B36D 0%, #F3D3A3 100%);
  --grd--grd_light-blue: linear-gradient(135deg, rgba(88, 181, 212, 0.4) 1%, rgba(88, 181, 212, 0.08) 15%, rgba(88, 181, 212, 0.13) 33%, rgba(88, 181, 212, 0.25) 56%, rgba(88, 181, 212, 0.16) 78%, rgba(88, 181, 212, 0.3) 95%);
  --color--text-black: #2C2D3A;
  --color--gray: #C4CACE;
  --color--red: #FF000A;
  --color--blue: #004EA2;
  --color--white: #ffffff;
  --shadow-default: 0 0 24px 0 rgb(39 47 60 / 10%);
  --heading-1-font-weight: 500;
  --heading-1-font-size: 56px;
  --heading-1-line-height: 1.2;
  --heading-1-letter-spacing: 0.1em;
  --heading-2-font-weight: 500;
  --heading-2-font-size: 52px;
  --heading-2-line-height: 1.2;
  --heading-2-letter-spacing: 0.1em;
  --heading-3-font-weight: 500;
  --heading-3-font-size: 48px;
  --heading-3-line-height: 1.2;
  --heading-3-letter-spacing: 0.05em;
  --heading-3-sub-font-weight: 700;
  --heading-3-sub-font-size: 36px;
  --heading-3-sub-line-height: 1.4;
  --heading-3-sub-letter-spacing: 0.05em;
  --heading-4-font-weight: 600;
  --heading-4-font-size: 28px;
  --heading-4-line-height: 1.4;
  --heading-4-letter-spacing: 0.05em;
  --text-xl-font-weight: 700;
  --text-xl-font-size: 24px;
  --text-xl-line-height: 1.4;
  --text-xl-letter-spacing: 0.05em;
  --text-l-font-weight: 500;
  --text-l-font-size: 20px;
  --text-l-line-height: 1.6;
  --text-l-letter-spacing: 0.05em;
  --text-l-strong-font-weight: 700;
  --text-l-strong-font-size: 20px;
  --text-l-strong-line-height: 1.6;
  --text-l-strong-letter-spacing: 0.02em;
  --text-m-font-weight: 400;
  --text-m-font-size: 18px;
  --text-m-line-height: 1.6;
  --text-m-letter-spacing: 0.05em;
  --text-m-strong-font-weight: 700;
  --text-m-strong-font-size: 18px;
  --text-m-strong-line-height: 1.6;
  --text-m-strong-letter-spacing: 0.05em;
  --text-s-font-weight: 400;
  --text-s-font-size: 16px;
  --text-s-line-height: 1.6;
  --text-s-letter-spacing: 0.05em;
  --text-s-strong-font-weight: 600;
  --text-s-strong-font-size: 16px;
  --text-s-strong-line-height: 1.6;
  --text-s-strong-letter-spacing: 0.05em;
  --text-xs-font-weight: 400;
  --text-xs-font-size: 14px;
  --text-xs-line-height: 1.6;
  --text-xs-letter-spacing: 0.02em;
  --text-xs-strong-font-weight: 700;
  --text-xs-strong-font-size: 14px;
  --text-xs-strong-line-height: 1.6;
  --text-xs-strong-letter-spacing: 0.02em;
  --text-note-font-weight: 400;
  --text-note-font-size: 12px;
  --text-note-line-height: 1.6;
  --en-xl-font-weight: 700;
  --en-xl-font-size: 40px;
  --en-xl-line-height: 1.5;
  --en-xl-letter-spacing: 0.05em;
  --en-l-font-weight: 700;
  --en-l-font-size: 18px;
  --en-l-line-height: 1.4;
  --en-l-letter-spacing: 0.05em;
  --en-m-font-weight: 400;
  --en-m-font-size: 14px;
  --en-m-line-height: 1.4;
  --en-m-letter-spacing: 0.05em;
  --en-s-font-weight: 400;
  --en-s-font-size: 12px;
  --en-s-line-height: 1.2;
  --en-s-letter-spacing: 0.05em;
}

@media (max-width: 790px) {
  :root {
    --heading-1-font-size: 44px;
    --heading-2-font-size: 32px;
    --heading-2-line-height: 1.5;
    --heading-2-letter-spacing: 0.05em;
    --heading-3-font-size: 44px;
    --heading-3-letter-spacing: 0.1em;
    --heading-3-sub-font-size: 28px;
    --heading-4-font-weight: 700;
    --heading-4-font-size: 26px;
    --text-xl-font-size: 22px;
    --text-l-font-weight: 400;
    --text-l-font-size: 18px;
    --text-l-strong-font-size: 18px;
    --text-m-font-size: 16px;
    --text-m-strong-font-size: 16px;
    --text-s-font-size: 14px;
    --text-s-strong-font-size: 14px;
    --text-xs-font-size: 12px;
    --text-xs-strong-font-size: 12px;
    --text-note-font-size: 11px;
    --en-xl-font-size: 24px;
  }
}
/* Backward compatibility */
.u-heading-1 {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-1-font-weight);
  font-size: var(--heading-1-font-size);
  line-height: var(--heading-1-line-height);
  letter-spacing: var(--heading-1-letter-spacing);
}

.u-heading-1-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-1-font-weight);
  font-size: var(--heading-1-font-size);
  line-height: var(--heading-1-line-height);
  letter-spacing: var(--heading-1-letter-spacing);
  font-size: clamp(42px, 3.89vw, 56px);
}

.u-heading-2 {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-2-font-weight);
  font-size: var(--heading-2-font-size);
  line-height: var(--heading-2-line-height);
  letter-spacing: var(--heading-2-letter-spacing);
}

.u-heading-2-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-2-font-weight);
  font-size: var(--heading-2-font-size);
  line-height: var(--heading-2-line-height);
  letter-spacing: var(--heading-2-letter-spacing);
  font-size: clamp(39px, 3.61vw, 52px);
}

.u-heading-3 {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-font-weight);
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
  letter-spacing: var(--heading-3-letter-spacing);
}

.u-heading-3-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-font-weight);
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
  letter-spacing: var(--heading-3-letter-spacing);
  font-size: clamp(36px, 3.33vw, 48px);
}

.u-heading-3-sub {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
}

.u-heading-3-sub-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}

.u-heading-4 {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
}

.u-heading-4-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}

.u-text-l {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-font-weight);
  font-size: var(--text-l-font-size);
  line-height: var(--text-l-line-height);
  letter-spacing: var(--text-l-letter-spacing);
}

.u-text-l-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-font-weight);
  font-size: var(--text-l-font-size);
  line-height: var(--text-l-line-height);
  letter-spacing: var(--text-l-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}

.u-text-m {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
}

.u-text-m-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

.u-text-s {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
}

.u-text-s-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}

.u-text-xs {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
}

.u-text-xs-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}

.u-text-xs-pc {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
  font-size: 14px;
}

.u-text-xl-strong {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
}

.u-text-xl-strong-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}

.u-text-s-strong {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
}

.u-text-s-strong-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}

.u-text-xs-strong {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-strong-font-weight);
  font-size: var(--text-xs-strong-font-size);
  line-height: var(--text-xs-strong-line-height);
  letter-spacing: var(--text-xs-strong-letter-spacing);
}

.u-text-xs-strong-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-strong-font-weight);
  font-size: var(--text-xs-strong-font-size);
  line-height: var(--text-xs-strong-line-height);
  letter-spacing: var(--text-xs-strong-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}

.u-text-m-strong {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-strong-font-weight);
  font-size: var(--text-m-strong-font-size);
  line-height: var(--text-m-strong-line-height);
  letter-spacing: var(--text-m-strong-letter-spacing);
}

.u-text-m-strong-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-strong-font-weight);
  font-size: var(--text-m-strong-font-size);
  line-height: var(--text-m-strong-line-height);
  letter-spacing: var(--text-m-strong-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

.u-text-m-strong-pc {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-strong-font-weight);
  font-size: var(--text-m-strong-font-size);
  line-height: var(--text-m-strong-line-height);
  letter-spacing: var(--text-m-strong-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
  font-size: 18px;
}

.u-text-l-strong {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
}

.u-text-l-strong-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}

.u-text-l-strong-pc {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
  font-weight: 600;
  font-size: 20px;
}

.u-text-note {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-note-font-weight);
  font-size: var(--text-note-font-size);
  line-height: var(--text-note-line-height);
}

.u-text-note-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-note-font-weight);
  font-size: var(--text-note-font-size);
  line-height: var(--text-note-line-height);
  font-size: clamp(9px, 0.83vw, 12px);
}

.u-en-xl {
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-xl-font-weight);
  font-size: var(--en-xl-font-size);
  line-height: var(--en-xl-line-height);
  letter-spacing: var(--en-xl-letter-spacing);
}

.u-en-xl-fluid {
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-xl-font-weight);
  font-size: var(--en-xl-font-size);
  line-height: var(--en-xl-line-height);
  letter-spacing: var(--en-xl-letter-spacing);
  font-size: clamp(30px, 2.78vw, 40px);
}

.u-en-l {
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-l-font-weight);
  font-size: var(--en-l-font-size);
  line-height: var(--en-l-line-height);
  letter-spacing: var(--en-l-letter-spacing);
}

.u-en-l-fluid {
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-l-font-weight);
  font-size: var(--en-l-font-size);
  line-height: var(--en-l-line-height);
  letter-spacing: var(--en-l-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

.u-en-m {
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-m-font-weight);
  font-size: var(--en-m-font-size);
  line-height: var(--en-m-line-height);
  letter-spacing: var(--en-m-letter-spacing);
}

.u-en-m-fluid {
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-m-font-weight);
  font-size: var(--en-m-font-size);
  line-height: var(--en-m-line-height);
  letter-spacing: var(--en-m-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}

.u-en-s {
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-s-font-weight);
  font-size: var(--en-s-font-size);
  line-height: var(--en-s-line-height);
  letter-spacing: var(--en-s-letter-spacing);
}

.u-en-s-fluid {
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-s-font-weight);
  font-size: var(--en-s-font-size);
  line-height: var(--en-s-line-height);
  letter-spacing: var(--en-s-letter-spacing);
  font-size: clamp(9px, 0.83vw, 12px);
}

/* Backward compatibility */
.u-text-s-pc {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: 16px;
}

.u-text-s-pc-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}

.u-text-xl {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
}

.u-text-xl-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}

.u-text-xl-pc {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
}

.u-text-xl-pc-fluid {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}

.br-pc-only {
  display: inline;
}

.br-sp-only {
  display: none;
}

.sp-only {
  display: none;
}

@media (max-width: 790px) {
  .br-pc-only {
    display: none;
  }
  .br-sp-only {
    display: inline;
  }
  .sp-only {
    display: block;
  }
}
/* Base styles for all pages */
@font-face {
  font-family: "Rockwell";
  src: url("../fonts/rockwell-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rockwell";
  src: url("../fonts/rockwell-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--color--base-black);
  font-family: var(--font-Noto-Sans-JP);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-behavior: allow-discrete;
  transition-duration: 1ms;
  transition-property: overflow;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  background-color: var(--color--white);
  --site-bg-line-offset: 1514px;
  --site-bg-line-reveal: 0px;
  --site-bg-line-solid: 0px;
  --site-bg-line-scroll-offset: 0px;
}
@media (max-width: 790px) {
  body {
    --site-bg-line-offset: 1150px;
    --site-bg-line-reveal: 0px;
    --site-bg-line-solid: 0px;
  }
}

@media (max-width: 790px) {
  body.page-template-page-contact {
    --site-bg-line-offset: 480px;
  }
}
body > .site-bg-line {
  position: fixed;
  top: var(--site-bg-line-offset);
  left: 0;
  width: 100%;
  height: 337.1527777778vw;
  aspect-ratio: 1440/4855;
  background: url("../image/common/bg_line.webp") center top/100% 100% no-repeat;
  filter: saturate(1.25) contrast(1.15);
  -webkit-mask-image: linear-gradient(to bottom, #fff 0, #fff var(--site-bg-line-solid), rgba(0, 0, 0, 0) var(--site-bg-line-reveal), rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, #fff 0, #fff var(--site-bg-line-solid), rgba(0, 0, 0, 0) var(--site-bg-line-reveal), rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  pointer-events: none;
  transform: translate3d(0, var(--site-bg-line-scroll-offset), 0);
  will-change: transform, mask-image;
}

body > main {
  flex: 1 0 auto;
}

body > .global-cta,
body > .site-footer {
  flex-shrink: 0;
}

@media (max-width: 790px) {
  body > .site-bg-line {
    height: 1608.4615384615vw;
    aspect-ratio: 390/6273;
    background-image: url("../image/common/bg_line_sp.webp");
  }
}
body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

/* =====================================================
  Header
===================================================== */
:root {
  --header-inner-width: min(1340px, 93%);
  --header-top-padding: 35px;
  --menu-button-top-adjust: 5px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
.header .header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 54px;
  box-sizing: border-box;
  padding: var(--header-top-padding) 0 0;
  width: var(--header-inner-width);
  margin: 0 auto;
  /* margin-left: 5%; */
  /* margin-right: 2%; */
}
.header .logo {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  color: #222;
}
.header .logo img {
  width: clamp(110px, 10.62vw, 153px);
}
.header .nav_wrap {
  height: clamp(22px, 3.75vw, 54px);
  line-height: clamp(22px, 3.75vw, 54px);
  display: flex;
  align-items: center;
  gap: clamp(22px, 3.75vw, 54px);
  padding-top: 5px;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.66vw, 24px);
  margin-left: auto;
}
.header .nav a {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-strong-font-weight);
  font-size: var(--text-xs-strong-font-size);
  line-height: var(--text-xs-strong-line-height);
  letter-spacing: var(--text-xs-strong-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
  white-space: nowrap;
}
.header .header__actions {
  display: flex;
  align-items: center;
  gap: 11px;
}
.header .header__actions .menu-btn {
  position: relative;
  z-index: 120;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(2px, 0.34vw, 5px);
  width: clamp(36px, 3.75vw, 54px);
  height: clamp(36px, 3.75vw, 54px);
  border: 0;
  border-radius: 4px;
  background: var(--color--dark-blue);
  cursor: pointer;
}
.header .header__actions .menu-btn span {
  width: clamp(12px, 1.29vw, 18px);
  height: 1px;
  margin: 0 auto;
  background: var(--color--white);
  border-radius: 999px;
  transition: transform 0.24s ease, opacity 0.2s ease;
}

@media (max-width: 790px) {
  :root {
    --header-inner-width: min(1340px, 91%);
    --header-top-padding: 22px;
    --menu-button-top-adjust: 0px;
  }
  .header .header__inner {
    padding: var(--header-top-padding) 0;
    width: var(--header-inner-width);
    margin: 0 auto;
    /* margin-left: 5%; */
    /* margin-right: 4%; */
  }
  .header .logo img {
    width: 86px;
  }
  .header .nav_wrap {
    height: unset;
    line-height: unset;
    padding-top: 0;
  }
  .header .nav {
    display: none;
  }
  .header .header__actions {
    gap: 5px;
  }
  .header .header__actions .menu-btn {
    width: 42px;
    height: 42px;
    gap: 3.5px;
    border-radius: 2px;
  }
  .header .header__actions .menu-btn span {
    width: 14px;
    height: 1px;
  }
}
/* =====================================================
  Menu Overlay
===================================================== */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 110;
  box-sizing: border-box;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: contain;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62) 0%, rgba(245, 248, 252, 0.5) 100%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  display: grid;
  grid-template-rows: auto;
  align-content: center;
}
.menu-overlay .menu-overlay__close {
  position: fixed;
  top: calc(var(--header-top-padding) + var(--menu-button-top-adjust));
  right: max((100% - var(--header-inner-width)) / 2, 0px);
  z-index: 130;
  width: clamp(36px, 3.75vw, 54px);
  height: clamp(36px, 3.75vw, 54px);
  border: 0;
  border-radius: 50%;
  background: var(--color--dark-blue);
  cursor: pointer;
}
.menu-overlay .menu-overlay__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(12px, 1.29vw, 18px);
  height: 1px;
  background: #fff;
}
.menu-overlay .menu-overlay__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-overlay .menu-overlay__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-overlay .menu-overlay__inner {
  width: min(1140px, 90%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(24px, 3.68vw, 53px);
  height: max-content;
}
.menu-overlay .menu-overlay__content {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr) minmax(160px, 0.8fr);
  column-gap: clamp(24px, 3.88vw, 56px);
  row-gap: 48px;
  align-content: start;
  min-width: 0;
}
.menu-overlay .menu-overlay__company {
  border-right: 1px solid var(--color--line-gray);
  padding-right: clamp(20px, 2.4vw, 34px);
  color: #1E1F3B;
}
.menu-overlay .menu-overlay__brand {
  display: inline-flex;
}
.menu-overlay .menu-overlay__brand img {
  width: min(136px, 100%);
}
.menu-overlay .menu-overlay__company-name {
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: normal;
}
.menu-overlay .menu-overlay__address {
  margin: 10px 0 0;
  font-size: 14px;
  font-family: var(--font-rockwell);
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.menu-overlay .menu-overlay__cert {
  margin-top: 0;
  width: min(100%, 130px);
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-end;
}
.menu-overlay .menu-overlay__cert img {
  display: block;
  width: calc(50% - 3px);
  height: auto;
}
.menu-overlay .menu-overlay__cert p {
  width: 100%;
  margin: 2px 0 0;
  font-family: var(--font-Zen-Kaku-Gothic-New);
  font-size: 8px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.menu-overlay .menu-overlay__nav a {
  box-sizing: border-box;
  border-bottom: 1px solid #D9D8D8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2F3134;
  gap: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;
  padding: 25px 3px 18px 8px;
  min-width: 0;
}
.menu-overlay .menu-overlay__nav > a:first-child {
  padding: 0px 3px 18px 8px;
}
.menu-overlay .menu-overlay__nav {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 3.88vw, 56px);
}
.menu-overlay .menu-overlay__nav-col > a:first-child,
.menu-overlay .menu-overlay__nav-col > .menu-overlay__group:first-child > a:first-child {
  padding-top: 0;
}
.menu-overlay .menu-overlay__nav a::after,
.menu-overlay .menu-overlay__cta::after {
  content: "";
  width: 15px;
  height: 4px;
  flex: 0 0 auto;
  padding-right: 3px;
  background-color: currentColor;
  -webkit-mask: url("../image/common/icon_arrow-right_basefont.svg") no-repeat center/contain;
  mask: url("../image/common/icon_arrow-right_basefont.svg") no-repeat center/contain;
}
.menu-overlay .menu-overlay__group {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 3px;
}
.menu-overlay .menu-overlay__group > a {
  border-bottom: 0;
}
.menu-overlay .menu-overlay__sub {
  font-weight: 400 !important;
  padding: 5px 3px 19px 8px !important;
}
.menu-overlay .menu-overlay__sub::before {
  content: "";
  width: 7px;
  height: 2px;
  margin-right: 5px;
  flex: 0 0 auto;
  background-color: var(--color--blue);
}
.menu-overlay .menu-overlay__sub::after {
  margin-left: auto;
}
.menu-overlay .menu-overlay__meta a {
  display: block;
  color: #2F3134;
  font-size: 12px;
  line-height: 1.5;
}
.menu-overlay .menu-overlay__meta a + a {
  margin-top: 24px;
}
.menu-overlay .menu-overlay__footer {
  grid-column: 1/-1;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
.menu-overlay .menu-overlay__footer p {
  margin: 0 0 24px;
  color: var(--color--base-black);
  font-size: 16px;
}
.menu-overlay .menu-overlay-cta {
  position: relative;
  width: min(100%, 542px);
  max-width: none;
  height: 76px;
  box-sizing: border-box;
  padding: 0 55px 0 24px;
  border-radius: 4px;
  background: var(--color--dark-blue);
  color: var(--color--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.09em;
  overflow: hidden;
}
.menu-overlay .menu-overlay-cta > span {
  position: relative;
  z-index: 2;
}
.menu-overlay .menu-overlay-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: var(--color--light-blue);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease;
  z-index: 1;
}
.menu-overlay .menu-overlay-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 36px;
  height: 36px;
  background: url(../image/common/icon_arrow-right-circle_white.svg) center/contain no-repeat;
  transform: translateY(-50%);
  z-index: 2;
}
.menu-overlay .menu-overlay-cta:hover::before {
  clip-path: inset(0 0 0 0);
}

body.is-menu-open .menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow-y: auto;
}
body.is-menu-open .menu-btn span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
body.is-menu-open .menu-btn span:nth-child(2) {
  opacity: 0;
}
body.is-menu-open .menu-btn span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1180px) {
  .menu-overlay .menu-overlay__inner {
    grid-template-columns: minmax(270px, 24%) minmax(0, 1fr);
    gap: 20px;
  }
  .menu-overlay .menu-overlay__brand img {
    width: min(86px, 100%);
  }
  .menu-overlay .menu-overlay__content {
    width: 100%;
    justify-self: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 38px;
  }
  .menu-overlay .menu-overlay__company {
    padding-right: 10px;
  }
  .menu-overlay .menu-overlay__company-name {
    font-size: 14px;
  }
  .menu-overlay .menu-overlay__address {
    font-size: 13px;
  }
  .menu-overlay .menu-overlay__cert {
    width: min(100%, 110px);
  }
  .menu-overlay .menu-overlay__nav a {
    font-size: 12px;
  }
  .menu-overlay .menu-overlay__footer p {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .menu-overlay .menu-overlay__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }
  .menu-overlay .menu-overlay__meta {
    grid-column: 1/-1;
  }
  .menu-overlay .menu-overlay__nav {
    grid-column: 1/-1;
  }
  .menu-overlay .menu-overlay__footer {
    grid-column: 1/-1;
    padding: 10px 0 0;
  }
  .menu-overlay .menu-overlay__nav a {
    padding: 15px 3px 9px 8px;
  }
  .menu-overlay .menu-overlay__nav > a:first-child {
    padding: 0px 3px 9px 8px;
  }
  .menu-overlay .menu-overlay__sub {
    font-weight: 400 !important;
    padding: 5px 3px 8px 8px !important;
  }
  .menu-overlay .menu-overlay__meta a + a {
    margin-top: 14px;
  }
  .menu-overlay .menu-overlay__footer p {
    margin: 0 0 14px;
    font-size: 14px;
  }
  .menu-overlay .menu-overlay-cta {
    width: min(100%, 400px);
    height: 56px;
    font-size: 16px;
  }
  .menu-overlay .menu-overlay-cta::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 790px) {
  .menu-overlay {
    padding: 75px 0;
    overflow: hidden;
    grid-template-rows: auto;
    align-content: start;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .menu-overlay .menu-overlay__inner {
    width: min(1140px, 90%);
    grid-template-columns: 1fr;
    gap: 0;
    transform: none;
  }
  .menu-overlay .menu-overlay__company {
    display: none;
  }
  .menu-overlay .menu-overlay__content {
    display: block;
  }
  .menu-overlay .menu-overlay__nav {
    display: block;
  }
  .menu-overlay .menu-overlay__nav-col + .menu-overlay__nav-col {
    margin-top: 0;
  }
  .menu-overlay .menu-overlay__nav-col > a:first-child {
    padding: 25px 14px 18px 8px;
  }
  .menu-overlay .menu-overlay__close {
    top: calc(var(--header-top-padding) + var(--menu-button-top-adjust));
    right: max((100% - var(--header-inner-width)) / 2, 0px);
    width: 42px;
    height: 42px;
  }
  .menu-overlay .menu-overlay__close span {
    width: 16px;
  }
  .menu-overlay .menu-overlay__nav a {
    padding: 25px 14px 18px 8px;
  }
  .menu-overlay .menu-overlay__nav > a:first-child {
    padding: 25px 14px 18px 8px;
  }
  .menu-overlay .menu-overlay__nav a::after {
    width: 15px;
    height: 4px;
    padding-right: 0;
  }
  .menu-overlay .menu-overlay__group {
    border-bottom: 1px solid #D9D8D8;
  }
  .menu-overlay .menu-overlay__sub {
    display: none !important;
  }
  .menu-overlay .menu-overlay__meta {
    margin-top: 18px;
  }
  .menu-overlay .menu-overlay__meta a {
    font-size: 11px;
  }
  .menu-overlay .menu-overlay__footer {
    margin: 64px 0 0;
  }
  .menu-overlay .menu-overlay__footer p {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.5;
  }
  .menu-overlay .menu-overlay-cta {
    width: 100%;
    font-size: 16px;
    padding: 0 55px 0 16px;
    height: 65px;
  }
  .menu-overlay .menu-overlay-cta::after {
    right: 16px;
  }
}
/* =====================================================
  Footer
===================================================== */
.site-footer {
  padding: 0 0 40px;
}
.site-footer .site-footer__menu {
  width: min(1140px, 90%);
  margin: 0 auto;
}
.site-footer .site-footer__copyright {
  margin: 25px 0 0;
  text-align: center;
  color: #9999A1;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.site-footer .site-footer__copy {
  margin: 32px 0 0;
  text-align: center;
  color: var(--color--base-font);
  font-family: var(--font-Zen-Kaku-Gothic-New);
  font-size: clamp(48px, 6.11vw, 88px);
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.site-footer-menu__inner {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(24px, 3.68vw, 53px);
}

.site-footer-menu__content {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr) minmax(160px, 0.8fr);
  column-gap: clamp(24px, 3.88vw, 56px);
  row-gap: 48px;
  align-content: start;
  min-width: 0;
}

.site-footer-menu__company {
  padding-right: clamp(20px, 2.4vw, 34px);
  color: #1E1F3B;
}

.site-footer-menu__brand {
  display: inline-flex;
}

.site-footer-menu__brand img {
  width: min(136px, 100%);
}

.site-footer-menu__company-name {
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.site-footer-menu__address {
  margin: 10px 0 0;
  font-size: 14px;
  font-family: var(--font-rockwell);
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.site-footer-menu__cert {
  margin-top: 0;
  width: min(100%, 130px);
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-end;
}

.site-footer-menu__cert img {
  display: block;
  width: calc(50% - 3px);
  height: auto;
}

.site-footer-menu__cert p {
  width: 100%;
  margin: 2px 0 0;
  font-family: var(--font-Zen-Kaku-Gothic-New);
  font-size: 8px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.site-footer-menu__nav {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  column-gap: clamp(28px, 4vw, 56px);
}

.site-footer-menu__nav a {
  box-sizing: border-box;
  border-bottom: 1px solid #D9D8D8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color--base-font);
  gap: 0;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-strong-font-weight);
  font-size: var(--text-xs-strong-font-size);
  line-height: var(--text-xs-strong-line-height);
  letter-spacing: var(--text-xs-strong-letter-spacing);
  padding: 25px 3px 18px 8px;
}

.site-footer-menu__nav > a:first-child {
  padding: 0px 3px 18px 8px;
}

.site-footer-menu__nav > a:nth-child(5) {
  padding: 0px 3px 18px 8px;
}

.site-footer-menu__nav a::after,
.site-footer-menu__cta::after {
  content: "";
  width: 15px;
  height: 4px;
  flex: 0 0 auto;
  padding-right: 3px;
  background-color: currentColor;
  -webkit-mask: url("../image/common/icon_arrow-right_basefont.svg") no-repeat center/contain;
  mask: url("../image/common/icon_arrow-right_basefont.svg") no-repeat center/contain;
}

.site-footer-menu__meta a {
  display: block;
  color: #2F3134;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-note-font-weight);
  font-size: var(--text-note-font-size);
  line-height: var(--text-note-line-height);
}

.site-footer-menu__meta a + a {
  margin-top: 24px;
}

.site-footer-menu__footer {
  display: none;
}

.site-footer-menu__footer p {
  color: var(--color--base-black);
}

.site-footer-menu-cta {
  position: relative;
  width: min(100%, 542px);
  height: 76px;
  box-sizing: border-box;
  padding: 0 24px;
  border-radius: 4px;
  background: var(--color--dark-blue);
  color: var(--color--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.09em;
  overflow: hidden;
}

.site-footer-menu-cta > span {
  position: relative;
  z-index: 2;
}

.site-footer-menu-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: var(--color--light-blue);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease;
  z-index: 1;
}

.site-footer-menu-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 36px;
  height: 36px;
  background: url("../image/common/icon_arrow-right-circle_white.svg") center/contain no-repeat;
  transform: translateY(-50%);
  z-index: 2;
}

.site-footer-menu-cta:hover::before {
  clip-path: inset(0 0 0 0);
}

@media (max-width: 1180px) {
  .site-footer-menu__inner {
    grid-template-columns: minmax(270px, 24%) minmax(0, 1fr);
    gap: 20px;
  }
  .site-footer-menu__brand img {
    width: min(86px, 100%);
  }
  .site-footer-menu__content {
    width: 100%;
    justify-self: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 38px;
  }
  .site-footer-menu__company {
    padding-right: 10px;
  }
  .site-footer-menu__company-name {
    margin: 23px 0 0;
    font-size: 14px;
  }
  .site-footer-menu__address {
    margin: 18px 0 0;
    font-size: 13px;
  }
  .site-footer-menu__cert {
    width: min(100%, 110px);
  }
  .site-footer-menu__nav a {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  .site-footer-menu__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }
  .site-footer-menu__nav {
    grid-column: 1/-1;
  }
  .site-footer-menu__meta {
    grid-column: 1/-1;
  }
  .site-footer-menu__nav a {
    padding: 15px 3px 9px 8px;
  }
  .site-footer-menu__nav > a:first-child {
    padding: 0px 3px 9px 8px;
  }
  .site-footer-menu__sub {
    padding: 5px 3px 8px 8px !important;
  }
  .site-footer-menu__meta a + a {
    margin-top: 14px;
  }
  .site-footer-menu-cta {
    width: min(100%, 400px);
    height: 56px;
    font-size: 16px;
  }
  .site-footer-menu-cta::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 790px) {
  .site-footer .site-footer__menu {
    width: min(1140px, 90%);
  }
  .site-footer .site-footer__copyright {
    margin-top: 48px;
  }
  .site-footer .site-footer__copy {
    margin-top: 24px;
    font-size: clamp(28px, 12vw, 47px);
    line-height: 1.14;
    letter-spacing: 1.3px;
  }
  .site-footer-menu__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .site-footer-menu__brand img {
    width: min(175px, 100%);
  }
  .site-footer-menu__company {
    order: 2;
    text-align: center;
  }
  .site-footer-menu__cert {
    width: min(100%, 130px);
    margin: 15px auto 0;
    padding: 0;
  }
  .site-footer-menu__content {
    display: block;
    order: 1;
  }
  .site-footer-menu__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    column-gap: 48px;
    row-gap: 18px;
  }
  .site-footer-menu__nav a {
    border-bottom: 0;
    padding: 0;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .site-footer-menu__nav > a:nth-child(5) {
    padding: 0;
  }
  .site-footer-menu__nav > a:first-child {
    padding: 0;
  }
  .site-footer-menu__nav a::after {
    content: none;
  }
  .site-footer-menu__meta {
    margin-top: 32px;
  }
  .site-footer-menu__meta a {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-note-font-weight);
    font-size: var(--text-note-font-size);
    line-height: var(--text-note-line-height);
  }
  .site-footer-menu__footer {
    display: block;
    margin-top: 40px;
  }
  .site-footer-menu__footer p {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.5;
  }
  .site-footer-menu-cta {
    width: 100%;
    font-size: 16px;
    padding: 0 55px 0 20px;
    height: 65px;
  }
  .site-footer-menu-cta::after {
    right: 16px;
  }
}
/* =====================================================
  Global Cta
===================================================== */
.global-cta {
  --global-cta-base-bottom: 24px;
  position: fixed;
  right: 24px;
  bottom: var(--global-cta-base-bottom);
  width: min(100%, 439px);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transform: translateY(110%);
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0s linear 0.35s;
}
.global-cta.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: transform 0.35s ease, opacity 0.35s ease;
  animation: globalCtaPopIn 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.global-cta .global-cta__caption {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 27px;
  color: var(--color--white);
  background: var(--color--blue);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  height: 47px;
  line-height: 47px;
  z-index: 1;
}
.global-cta .global-cta__caption::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: #0654ad;
  transform: translateX(-50%) rotate(45deg);
}
.global-cta .global-cta__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  padding: 21px 15px 20px;
  border: 2px solid var(--color--blue);
  border-radius: 4px;
  background: var(--color--white);
  color: var(--color--blue);
  font-size: 26px;
  font-weight: 500;
}
.global-cta .global-cta__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 36px;
  height: 36px;
  background: url("../image/common/icon_arrow-right-circle_blue.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
.global-cta .global-cta__button p {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 2;
}

@media (max-width: 790px) {
  .global-cta {
    --global-cta-base-bottom: 12px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: 235px;
    margin-left: auto;
  }
  .global-cta .global-cta__caption {
    padding: 0 11px;
    font-size: 9px;
    height: 25px;
    line-height: 25px;
  }
  .global-cta .global-cta__caption::after {
    width: 7px;
    height: 7px;
    bottom: -4px;
  }
  .global-cta .global-cta__button {
    margin-top: -8px;
    padding: 11px 7px;
    border: 1px solid var(--color--blue);
    border-radius: 2px;
  }
  .global-cta .global-cta__button::after {
    right: 7px;
    width: 20px;
    height: 20px;
  }
  .global-cta .global-cta__button p {
    font-size: 13px;
  }
}
@keyframes globalCtaPopIn {
  0% {
    transform: translateY(110%);
  }
  75% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mvWaveDraw {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .between-wave .between-wave__line {
    animation: none;
    clip-path: inset(0 0 0 0);
  }
}
/* =====================================================
  Section Cta
===================================================== */
.section-cta {
  position: relative;
  width: min(100%, 360px);
  height: clamp(50px, 4.44vw, 64px);
  box-sizing: border-box;
  padding: 0 55px 0 20px;
  border-radius: 4px;
  background: var(--color--dark-blue);
  color: var(--color--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(12px, 1.11vw, 16px);
  font-weight: 600;
  letter-spacing: 0.09em;
  overflow: hidden;
}
.section-cta > span {
  position: relative;
  z-index: 2;
  margin: 0;
  color: inherit;
}
.section-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: clamp(33px, 2.5vw, 36px);
  height: 36px;
  background: url("../image/common/icon_arrow-right-circle_white.svg") center/contain no-repeat;
  transform: translateY(-50%);
  z-index: 2;
}

.section-cta__sky-blue {
  background: var(--color--sky-blue);
}

.section-cta__white {
  width: min(100%, 289px);
  background: var(--color--white);
  color: var(--color--base-font);
}
.section-cta__white::after {
  background: url("../image/common/icon_arrow-right-circle_black.svg") center/contain no-repeat;
}

.section-cta--contact {
  width: min(100%, 480px);
  padding: 0 75px 0 26px;
  height: clamp(70px, 5.55vw, 80px);
  font-size: clamp(15px, 1.38vw, 20px);
}
.section-cta--contact::after {
  width: 45px;
  height: 45px;
  right: 20px;
}

@media (max-width: 790px) {
  .section-cta {
    width: 100%;
    font-size: 16px;
    padding: 0 55px 0 20px;
    height: 65px;
  }
  .section-cta::after {
    right: 16px;
  }
  .section-cta--contact {
    font-size: 20px;
    padding: 0 75px 0 26px;
    height: 80px;
  }
  .section-cta--contact::after {
    right: 20px;
  }
}
/* =====================================================
  Btn
===================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(14px, 1.38vw, 20px);
  height: clamp(36px, 3.75vw, 54px);
  line-height: clamp(36px, 3.75vw, 54px);
  border-radius: 4px;
  font-size: clamp(10px, 0.83vw, 12px);
  font-weight: 600;
  white-space: nowrap;
}

.btn--primary {
  color: var(--color--white);
  background: var(--color--blue);
}

@media (max-width: 790px) {
  .btn {
    font-size: 11px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
  }
}
/* =====================================================
  Hover Slide
===================================================== */
.hover-slide-blue,
.hover-slide-sky-blue,
.hover-slide-white {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hover-slide-blue::before,
.hover-slide-sky-blue::before,
.hover-slide-white::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--hover-slide-bg);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease;
  z-index: -1;
}
.hover-slide-blue:hover::before, .hover-slide-blue:focus-visible::before,
.hover-slide-sky-blue:hover::before,
.hover-slide-sky-blue:focus-visible::before,
.hover-slide-white:hover::before,
.hover-slide-white:focus-visible::before {
  clip-path: inset(0 0 0 0);
}

.hover-slide-blue {
  --hover-slide-bg: var(--color--light-blue);
}

.hover-slide-sky-blue {
  --hover-slide-bg: #52CBF7;
}

.hover-slide-white {
  --hover-slide-bg: #E8EBF0;
}

@media (prefers-reduced-motion: reduce) {
  .hover-slide-blue::before,
  .hover-slide-sky-blue::before,
  .hover-slide-white::before {
    transition: none;
  }
}
/* =====================================================
  Page Links
===================================================== */
.page_links {
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.page_links .page_links__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.66vw, 24px);
}
.page_links.page_links--top .page_links__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.77vw, 40px);
}
.page_links.page_links--sub .page_links__inner {
  width: min(1360px, 95%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.38vw, 20px);
}
.page_links.page_links--sub .page-link-card__title {
  margin: clamp(10px, 0.83vw, 12px) 0 clamp(12px, 1.11vw, 16px);
}
.page_links.page_links--sub .page-link-card__content {
  padding: clamp(25px, 2.63vw, 38px) clamp(12px, 1.66vw, 24px) clamp(20px, 3.12vw, 45px);
}
.page_links.page_links--sub .page-link__btn {
  margin: clamp(48px, 4.16vw, 60px) 0 0;
}
.page_links .page-link-card {
  position: relative;
  display: block;
  min-height: clamp(260px, 24vw, 360px);
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}
.page_links .page-link-card--no-media {
  background: linear-gradient(135deg, #0e507d 0%, #16a7de 100%);
}
.page_links .page-link-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.page_links .page-link-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page_links .page-link-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.5vw, 36px) clamp(18px, 2.22vw, 32px) clamp(37px, 4.44vw, 64px);
}
.page_links .page-link-card__eyebrow {
  margin: 0;
  color: var(--color--base-bl);
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-s-font-weight);
  font-size: var(--en-s-font-size);
  line-height: var(--en-s-line-height);
  letter-spacing: var(--en-s-letter-spacing);
}
.page_links .page-link-card__title {
  margin: clamp(10px, 0.83vw, 12px) 0 clamp(12px, 1.66vw, 24px);
  color: var(--color--white);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-font-weight);
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
  letter-spacing: var(--heading-3-letter-spacing);
  font-size: clamp(36px, 3.33vw, 48px);
}
.page_links .page-link-card__lead {
  margin: 0;
  color: var(--color--white);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}
.page_links .page-link__btn {
  margin: clamp(24px, 3.33vw, 48px) 0 0;
  padding: 0 clamp(12px, 1.11vw, 16px);
}

@media (max-width: 790px) {
  .page_links {
    padding: 0 0 90px;
  }
  .page_links.page_links--top .page_links__inner, .page_links.page_links--sub .page_links__inner {
    width: min(790px, 90%);
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page_links.page_links--top .page-link-card__content, .page_links.page_links--sub .page-link-card__content {
    padding: 32px 24px;
  }
  .page_links.page_links--top .page-link-card__title, .page_links.page_links--sub .page-link-card__title {
    margin: 8px 0 12px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-font-weight);
    font-size: var(--heading-3-font-size);
    line-height: var(--heading-3-line-height);
    letter-spacing: var(--heading-3-letter-spacing);
  }
  .page_links.page_links--top .page-link__btn, .page_links.page_links--sub .page-link__btn {
    margin: 32px 0 0;
    padding: 0 16px 0 20px;
  }
  .page_links.page_links--top {
    padding: 0 0 42px;
  }
  .page_links .page-link-card__image {
    width: 100%;
    height: 100%;
  }
  .page_links .page-link-card__eyebrow {
    font-size: 12px;
  }
  .page_links .page-link-card__lead {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
  }
}
/* =====================================================
  WordPress Content
===================================================== */
.wp-content {
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.wp-content > *:first-child {
  margin-top: 0;
}
.wp-content > *:last-child {
  margin-bottom: 0;
}
.wp-content p {
  margin: 1.6em 0 0;
}
.wp-content strong {
  font-weight: 700;
}
.wp-content h2,
.wp-content h3,
.wp-content h4 {
  color: var(--color--base-font);
  font-weight: 700;
}
.wp-content h2 {
  margin: clamp(44px, 5.55vw, 80px) 0 0;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.wp-content h3 {
  position: relative;
  margin: 0;
  padding-left: clamp(16px, 1.94vw, 28px);
  text-align: left;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}
.wp-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 95%;
  background-color: var(--color--blue);
}
.wp-content h4 {
  margin: clamp(28px, 3.05vw, 44px) 0 0;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.wp-content .wp-content__heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.wp-content .wp-content__heading-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(20px, 1.94vw, 28px);
  height: clamp(20px, 1.94vw, 28px);
  box-sizing: border-box;
  border: 1px solid var(--color--blue);
  border-radius: 50%;
  color: var(--color--blue);
  font-size: clamp(12px, 0.97vw, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(0.3em);
}
.wp-content .wp-content__heading-icon {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  transform: translateY(0.4em);
  background: url("../image/common/icon_list-point_blue.svg") center/contain no-repeat;
}
.wp-content .wp-content__heading-text {
  min-width: 0;
}
.wp-content ul,
.wp-content ol {
  margin: 1.6em 0 0;
  padding-left: 1.4em;
}
.wp-content li + li {
  margin-top: 0.5em;
}
.wp-content a {
  color: var(--color--blue);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.wp-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-content figure {
  margin: clamp(32px, 4.44vw, 64px) 0 0;
}
.wp-content figure img {
  width: 100%;
  border-radius: 4px;
}
.wp-content figcaption {
  margin: 10px 0 0;
  color: #5B6571;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}
.wp-content .wp-block-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-content .wp-block-image:first-child {
  margin-top: 0;
}
.wp-content .wp-block-separator {
  width: 100%;
  height: 1px;
  margin: clamp(20px, 2.77vw, 40px) 0;
  border: 0;
  background: var(--color--line-gray);
  opacity: 1;
}
.wp-content .wp-block-heading + p {
  margin-top: clamp(16px, 1.66vw, 24px);
}
.wp-content .wp-block-paragraph {
  font-weight: 400;
  font-size: clamp(12px, 1.29vw, 18px);
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (max-width: 790px) {
  .wp-content {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .wp-content h2 {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-4-font-weight);
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
    letter-spacing: var(--heading-4-letter-spacing);
  }
  .wp-content h3 {
    padding-left: 24px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
  .wp-content h4 {
    margin: 40px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
  }
  .wp-content p {
    margin: 24px 0 0;
  }
  .wp-content .wp-content__heading {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
  .wp-content .wp-content__heading-number {
    width: 28px;
    height: 28px;
    font-size: 14px;
    transform: translateY(0.1em);
  }
  .wp-content .wp-content__heading-icon {
    transform: translateY(0.3em);
  }
  .wp-content .wp-content__heading-text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .wp-content figcaption {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
  }
  .wp-content .wp-block-separator {
    margin: 40px 0;
  }
  .wp-content .wp-block-paragraph {
    font-size: 16px;
  }
}
/* =====================================================
  Top Kv
===================================================== */
.top_kv {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #F3F7FD;
  padding: clamp(150px, 12.5vw, 180px) 0 0;
  margin-bottom: -7vw;
}
.top_kv[data-page-kv] {
  opacity: 0;
}
.top_kv[data-page-kv].is-ready {
  opacity: 1;
  transition: opacity 0.7s ease;
}
.top_kv .top_kv__slides {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100%, 1700px);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
.top_kv .top_kv__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0;
  animation: kvFadeSlide 18s infinite;
}
.top_kv .top_kv__slide--01 {
  background-image: url("../image/top/kv_slide/kv-white-court_slide_01.webp");
  animation-delay: 0s;
}
.top_kv.is-alt-slides-ready .top_kv__slide--02 {
  background-image: url("../image/top/kv_slide/kv-white-court_slide_02.webp");
  animation-delay: 6s;
}
.top_kv.is-alt-slides-ready .top_kv__slide--03 {
  background-image: url("../image/top/kv_slide/kv-white-court_slide_03.webp");
  animation-delay: 12s;
}
.top_kv .top_kv__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  box-sizing: border-box;
  width: min(1340px, 93%);
  margin: 0 auto;
  /* margin-left: 5%; */
  /* margin-right: 2%; */
}
.top_kv .top_kv__content {
  font-family: var(--font-Zen-Kaku-Gothic-New);
  color: var(--color--base-font);
}
.top_kv .top_kv__title {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 70px);
  line-height: 1.48;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.top_kv .top_kv__lead {
  margin: clamp(12px, 1vw, 15px) 0 0;
  font-size: clamp(14px, 1.38vw, 20px);
  line-height: 2.15;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.top_kv .top_kv__cert-cta-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.top_kv .top_kv__cert {
  margin: 0;
  width: clamp(130px, 16.66vw, 240px);
  padding: 20px 0 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.top_kv .top_kv__cert img {
  display: block;
  width: calc(50% - 4px);
  height: auto;
}
.top_kv .top_kv__cert p {
  width: 100%;
  margin: 5px 0 0;
  font-family: var(--font-Zen-Kaku-Gothic-New);
  color: #1F2A37;
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .top_kv[data-page-kv].is-ready {
    transition: none;
  }
}
@media (min-width: 1701px) {
  .top_kv .top_kv__slides {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  }
}
@keyframes kvFadeSlide {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 790px) {
  .top_kv {
    padding: 94px 0 0;
    height: 100vh;
  }
  .top_kv .top_kv__slide {
    background-position: center bottom;
    height: 100vh;
  }
  .top_kv .top_kv__slide--01 {
    background-image: url("../image/top/kv_slide/kv-white-court_slide_01_sp.webp");
  }
  .top_kv.is-alt-slides-ready .top_kv__slide--02 {
    background-image: url("../image/top/kv_slide/kv-white-court_slide_02_sp.webp");
  }
  .top_kv.is-alt-slides-ready .top_kv__slide--03 {
    background-image: url("../image/top/kv_slide/kv-white-court_slide_03_sp.webp");
  }
  .top_kv .top_kv__inner {
    isolation: isolate;
    padding-bottom: clamp(24px, 3.47vw, 50px);
    justify-content: space-between;
    height: 100vh;
  }
  .top_kv .top_kv__inner::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 420px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(206, 225, 241, 0) 57%, #CEE1F1 100%);
    pointer-events: none;
    z-index: -1;
  }
  .top_kv .top_kv__title {
    font-size: clamp(24px, 2.5vw, 36px);
    line-height: 1.6;
  }
  .top_kv .top_kv__lead {
    margin: 10px 0 0;
    font-size: clamp(12px, 1vw, 15px);
    line-height: 1.7;
  }
  .top_kv .top_kv__cert-cta-wrap {
    gap: 0;
  }
  .top_kv .top_kv__cert {
    width: 110px;
    padding: 0;
  }
  .top_kv .top_kv__cert p {
    margin: 3px 0 0;
    font-size: 7px;
  }
}
/* =====================================================
  Top Between Wave
===================================================== */
.top_between_wave {
  position: relative;
  overflow: hidden;
  z-index: 1;
  --between-wave-feather: clamp(48px, 8vw, 140px);
}
.top_between_wave .top_between_wave__inner {
  position: relative;
  width: 100%;
}
.top_between_wave .top_between_wave__base {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.top_between_wave .top_between_wave__base img,
.top_between_wave .top_between_wave__line img {
  display: block;
  width: 100%;
  height: auto;
}
.top_between_wave .top_between_wave__line {
  position: absolute;
  top: 0;
  height: auto;
  -webkit-mask-image: linear-gradient(to right, #fff 0, #fff calc(100% - var(--between-wave-feather)), rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to right, #fff 0, #fff calc(100% - var(--between-wave-feather)), rgba(255, 255, 255, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0 100%;
  mask-size: 0 100%;
  will-change: mask-size;
  z-index: 1;
}
.top_between_wave.is-visible .top_between_wave__line--white {
  animation: betweenWaveDraw 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.top_between_wave.is-visible .top_between_wave__line--blue {
  animation: betweenWaveDraw 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards;
  z-index: 3;
}

@keyframes betweenWaveDraw {
  from {
    -webkit-mask-size: 0 100%;
    mask-size: 0 100%;
  }
  to {
    -webkit-mask-size: calc(100% + var(--between-wave-feather)) 100%;
    mask-size: calc(100% + var(--between-wave-feather)) 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .top_between_wave .top_between_wave__line {
    -webkit-mask-size: calc(100% + var(--between-wave-feather)) 100%;
    mask-size: calc(100% + var(--between-wave-feather)) 100%;
  }
}
@media (min-width: 791px) {
  .top_between_wave .top_between_wave__inner {
    aspect-ratio: unset;
    height: 12.0833333333vw;
  }
  .top_between_wave .top_between_wave__line {
    left: 50%;
    width: 102.7083333333%;
    transform: translateX(-50%);
  }
}
@media (max-width: 790px) {
  .top_between_wave .top_between_wave__inner {
    width: calc(100% + 2px);
    aspect-ratio: unset;
    height: calc((100vw + 2px) * 67 / 390);
    margin-left: calc(50% - 1px);
    transform: translateX(-50%);
  }
  .top_between_wave .top_between_wave__base {
    margin-top: -1px;
  }
  .top_between_wave .top_between_wave__line {
    left: 0;
    width: 100%;
  }
}
/* =====================================================
  Top About
===================================================== */
.top_about {
  position: relative;
  background: linear-gradient(to bottom, #F5FAFE 0px, #F5FAFE 220px, transparent 320px);
  padding: 0 0 clamp(60px, 7.63vw, 110px);
  margin: 0;
}
.top_about .top_about__inner {
  position: relative;
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .top_about .top_about__inner {
    width: min(790px, 90%);
  }
}
.top_about .top_about__inner::before {
  content: "";
  position: absolute;
  top: -162px;
  left: 19%;
  width: clamp(90px, 12vw, 173px);
  mix-blend-mode: multiply;
  aspect-ratio: 1/1;
  background: url("../image/top/shape-triangle-01.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 3;
}
.top_about .top_about__service {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: clamp(24px, 3.33vw, 48px);
  align-items: start;
}
.top_about .top_about__btn {
  margin: clamp(18px, 2.22vw, 32px) 0 0;
}
.top_about .top_about__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.66vw, 24px);
}
.top_about .top_about_card {
  background: var(--color--white);
  border-radius: 8px;
  padding: clamp(18px, 2.08vw, 30px) clamp(18px, 2.08vw, 30px) clamp(20px, 2.77vw, 40px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow-default);
}
.top_about .top_about_card__icon {
  height: clamp(60px, 7.63vw, 110px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_about .top_about_card__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.top_about .top_about_card__title {
  margin: clamp(12px, 1.8vw, 26px) 0 0;
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.top_about .top_about_card__text {
  margin: clamp(12px, 1.66vw, 24px) 0 0;
  text-align: left;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}

@media (max-width: 790px) {
  .top_about {
    background: linear-gradient(180deg, #ECF7FF 0%, #fff 100%);
    padding: 22px 0 90px;
    margin-top: -1px;
  }
  .top_about .top_about__inner {
    width: min(790px, 90%);
    margin: 0 auto;
  }
  .top_about .top_about__inner::before {
    top: -65px;
    left: unset;
    right: -8%;
  }
  .top_about .top_about__service {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .top_about .top_about__btn {
    margin: 32px 0 0;
  }
  .top_about .top_about__cards {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 0;
  }
  .top_about .top_about_card {
    padding: 20px;
  }
  .top_about .top_about_card__icon {
    width: min(160px, 60%);
    height: 110px;
  }
  .top_about .top_about_card__title {
    margin: 12px 0 0;
    color: #3B556D;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .top_about .top_about_card__text {
    margin: 12px 0 0;
    color: #3B556D;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
}
/* =====================================================
  Top About roblem
===================================================== */
.top_about_problem {
  position: relative;
  padding: 0 0 clamp(50px, 6.45vw, 93px);
  margin: 0;
}
.top_about_problem .top_about_problem__inner {
  position: relative;
  width: min(1220px, 90%);
  margin: 0 auto;
}
.top_about_problem .top_about_problem__inner::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -11%;
  width: clamp(90px, 12vw, 173px);
  mix-blend-mode: multiply;
  aspect-ratio: 1/1;
  background: url("../image/top/shape-triangle-02.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 3;
}
.top_about_problem .top_about_problem-title {
  margin: 0 0 48px;
  text-align: center;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}

@media (max-width: 790px) {
  .top_about_problem {
    padding: 0 0 90px;
  }
  .top_about_problem .top_about_problem__inner {
    width: min(760px, 90%);
  }
  .top_about_problem .top_about_problem__inner::before {
    top: -115px;
    left: unset;
    right: -4%;
  }
  .top_about_problem .top_about_problem-title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
}
/* =====================================================
  Top Reason
===================================================== */
.top_reason {
  position: relative;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
  margin: 0;
  z-index: 1;
}
.top_reason .top_reason__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
.top_reason .c-section__heading .c-section__lead.top_reason__lead {
  color: #3B556D;
}
.top_reason .top_reason__cards {
  margin: clamp(20px, 2.77vw, 40px) 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.77vw, 40px);
}
.top_reason .top_reason_card {
  background: #fff;
  border-radius: 6px;
  padding: clamp(14px, 1.38vw, 20px) clamp(16px, 1.94vw, 28px);
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  gap: clamp(20px, 2.77vw, 40px);
  align-items: center;
  box-shadow: var(--shadow-default);
}
.top_reason .top_reason_card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_reason .top_reason_card__icon img {
  display: block;
  width: 100%;
  max-width: 105px;
  height: auto;
}
.top_reason .top_reason_card__num {
  margin: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--color--blue);
  color: #fff;
  font-family: var(--font-rockwell);
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
.top_reason .top_reason_card__title {
  margin: 8px 0 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: 400;
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.top_reason .top_reason_card__text {
  margin: 10px 0 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.top_reason .top_reason__btn {
  margin: 48px auto 0;
}

@media (max-width: 790px) {
  .top_reason {
    padding: 0 0 90px;
  }
  .top_reason .top_reason__inner {
    width: min(760px, 90%);
  }
  .top_reason .top_reason__cards {
    margin: 32px 0 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .top_reason .top_reason_card {
    grid-template-columns: 74px 1fr;
    gap: 10px;
    padding: 16px 12px;
  }
  .top_reason .top_reason_card__icon img {
    max-width: 64px;
  }
  .top_reason .top_reason_card__num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
  .top_reason .top_reason_card__title {
    margin-top: 4px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-font-weight);
    font-size: var(--text-l-font-size);
    line-height: var(--text-l-line-height);
    letter-spacing: var(--text-l-letter-spacing);
  }
  .top_reason .top_reason_card__text {
    margin-top: 8px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .top_reason .top_reason__btn {
    margin: 32px auto 0;
  }
}
/* =====================================================
  Top News
===================================================== */
.top_news {
  padding: 0 0 clamp(50px, 6.9vw, 100px);
  margin: 0;
}
.top_news .top_news__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .top_news .top_news__inner {
    width: min(790px, 90%);
  }
}
.top_news .top_news__service {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: clamp(48px, 5vw, 72px);
  align-items: start;
}
.top_news .top_news__btn {
  margin-top: clamp(24px, 3.33vw, 48px);
}
.top_news .top_news_btn__text-sp {
  display: none;
}
.top_news .top_news__list {
  border-top: 1px solid #D4D4D4;
}
.top_news .top_news_item {
  padding: clamp(12px, 1.66vw, 24px) 0;
  border-bottom: 1px solid #D4D4D4;
}
.top_news .top_news_item__meta {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.11vw, 16px);
  color: #2F3134;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
}
.top_news .top_news_item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: clamp(12px, 1.66vw, 24px);
  border-radius: 999px;
  background: #F2F6F7;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-note-font-weight);
  font-size: var(--text-note-font-size);
  line-height: var(--text-note-line-height);
}
.top_news .top_news_item__text {
  display: inline-block;
  margin: clamp(10px, 0.83vw, 12px) 0 0;
  color: var(--color--base-font);
  text-decoration: none;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
}
.top_news .top_news_item__text-label {
  display: inline;
  color: inherit;
  background-image: linear-gradient(var(--color--blue), var(--color--blue));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: color 0.24s ease, background-size 0.35s ease;
}
.top_news .top_news_item__text:hover .top_news_item__text-label,
.top_news .top_news_item__text:focus-visible .top_news_item__text-label {
  color: var(--color--blue);
  background-size: 100% 1px;
}

@media (max-width: 900px) {
  .top_news {
    padding: 0 0 107px;
  }
  .top_news .top_news__inner {
    width: min(790px, 90%);
    margin: 0 auto;
  }
  .top_news .top_news__service {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .top_news .top_news__intro {
    display: flex;
    align-items: flex-end;
    gap: 16%;
  }
  .top_news .top_news__intro > * {
    width: 42%;
  }
  .top_news .top_news__btn {
    margin-top: 0;
    padding: 0 12px;
    height: 50px;
    font-size: 12.5px;
  }
  .top_news .top_news__btn::after {
    right: 10px;
    width: 28px;
    height: 28px;
  }
  .top_news .top_news_btn__text-pc {
    display: none;
  }
  .top_news .top_news_btn__text-sp {
    display: inline;
  }
  .top_news .top_news_item {
    padding: 16px 0;
  }
  .top_news .top_news_item__meta {
    gap: 16px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
    font-size: clamp(11px, 0.97vw, 14px);
    font-size: 14px;
  }
  .top_news .top_news_item__tag {
    height: 23px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-note-font-weight);
    font-size: var(--text-note-font-size);
    line-height: var(--text-note-line-height);
  }
  .top_news .top_news_item__text {
    margin-top: 10px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
    font-size: clamp(11px, 0.97vw, 14px);
    font-size: 14px;
  }
}
main.page {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color--white) 100%), url("../image/common/bg_page.png");
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color--white) 100%), image-set(url("../image/common/bg_page.webp") type("image/webp"), url("../image/common/bg_page.png") type("image/png"));
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: 100% clamp(180px, 16vw, 280px), 100% auto;
}
main.page .page-kv {
  position: relative;
  overflow: hidden;
  padding: 212px 0 0;
}
main.page .page-kv__inner {
  position: relative;
  z-index: 1;
  width: min(1340px, 95%);
  margin: 0 auto;
}
main.page .page-kv__inner[data-page-kv] {
  opacity: 0;
}
main.page .page-kv__inner[data-page-kv].is-ready {
  opacity: 1;
  transition: opacity 0.7s ease;
}
main.page .page-kv__image-wrap {
  position: relative;
  margin: 30px 0 0;
  z-index: 1;
}
main.page .page-kv__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (prefers-reduced-motion: reduce) {
  main.page .page-kv__inner[data-page-kv],
  main.page .page-kv__inner[data-page-kv].is-ready {
    transition: none;
  }
}
@media (max-width: 790px) {
  main.page {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color--white) 100%), url("../image/common/bg_page_sp.png");
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color--white) 100%), image-set(url("../image/common/bg_page_sp.webp") type("image/webp"), url("../image/common/bg_page_sp.png") type("image/png"));
    background-size: 100% 160px, 100% auto;
  }
  main.page .page-kv {
    padding: 126px 0 0;
  }
  main.page .page-kv__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  main.page .page-kv__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  main.page .page-kv__image-wrap {
    margin: 16px 0 0;
  }
  main.page .page-kv__image {
    border-radius: 8px;
  }
  main.page--404 {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color--white) 100%), url("../image/common/bg_page_404_sp.png");
  }
}
/* =====================================================
  Page Hedding
===================================================== */
.page_hedding {
  display: block;
}
.page_hedding .page_hedding__eyebrow {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-m-font-weight);
  font-size: var(--en-m-font-size);
  line-height: var(--en-m-line-height);
  letter-spacing: var(--en-m-letter-spacing);
}
.page_hedding .page_hedding__eyebrow::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../image/common/icon_eyebrow_blue.svg") no-repeat center/contain;
  transform: translateY(1px);
}
.page_hedding .page_hedding__title {
  margin: 14px 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-1-font-weight);
  font-size: var(--heading-1-font-size);
  line-height: var(--heading-1-line-height);
  letter-spacing: var(--heading-1-letter-spacing);
  font-size: clamp(42px, 3.89vw, 56px);
}
.page_hedding .page_hedding__lead {
  margin: 19px 0 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

@media (max-width: 790px) {
  .page_hedding .page_hedding__eyebrow {
    font-family: var(--font-rockwell);
    font-style: normal;
    font-weight: var(--en-m-font-weight);
    font-size: var(--en-m-font-size);
    line-height: var(--en-m-line-height);
    letter-spacing: var(--en-m-letter-spacing);
  }
  .page_hedding .page_hedding__title {
    margin: 10px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-1-font-weight);
    font-size: var(--heading-1-font-size);
    line-height: var(--heading-1-line-height);
    letter-spacing: var(--heading-1-letter-spacing);
  }
  .page_hedding .page_hedding__lead {
    margin: 18px 0 0;
    font-size: 16px;
  }
}
/* =====================================================
  Breadcrumb
===================================================== */
.breadcrumb_wrap {
  margin: 33px 0 0;
  display: flex;
  justify-content: flex-end;
}
.breadcrumb_wrap .breadcrumb {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #2F354A;
}
.breadcrumb_wrap .breadcrumb a {
  color: var(--color--light-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
}
.breadcrumb_wrap .breadcrumb > span {
  color: var(--color--primary);
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.breadcrumb_wrap .breadcrumb .breadcrumb_last {
  color: var(--color--text-black);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
}

.page--breadcrumb {
  width: min(1340px, 95%);
  margin: 0 auto;
}
.page--breadcrumb .breadcrumb_wrap {
  margin: 0 auto 44px;
}

@media (max-width: 790px) {
  .breadcrumb_wrap {
    margin: 16px 0 0;
  }
  .breadcrumb_wrap .breadcrumb a {
    font-size: 11px;
  }
  .breadcrumb_wrap .breadcrumb > span {
    gap: 8px;
  }
  .breadcrumb_wrap .breadcrumb .breadcrumb_last {
    font-size: 10px;
  }
  .page--breadcrumb {
    width: min(13380px, 90%);
  }
  .page--breadcrumb .breadcrumb_wrap {
    margin: 0 auto 16px;
  }
  .single-post .breadcrumb_wrap .breadcrumb > span {
    gap: 4px;
    font-size: 0;
  }
  .single-post .breadcrumb_wrap .breadcrumb > span > span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .single-post .breadcrumb_wrap .breadcrumb > span > span:nth-of-type(1)::after {
    content: "ー";
    margin-left: 4px;
    color: var(--color--primary);
    font-size: 10px;
    line-height: 1;
  }
  .single-post .breadcrumb_wrap .breadcrumb > span > span:nth-of-type(n + 3) {
    display: none;
  }
}
/* =====================================================
  Cases
===================================================== */
.c-cases {
  position: relative;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.c-cases .c-cases__panel {
  position: relative;
  width: min(1360px, 95%);
  margin: 0 auto;
  border-radius: 10px;
}
.c-cases .c-cases__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--grd--grd_dark-blue-inverse);
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 0;
}
.c-cases .c-cases__panel.icon_shape-triangle::after {
  content: "";
  position: absolute;
  top: -115px;
  left: -6%;
  width: clamp(190px, 17vw, 245px);
  aspect-ratio: 1/1;
  background: url("../image/top/shape-triangle-03.webp") no-repeat center/contain;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 2;
}
.c-cases .c-cases__panel > * {
  position: relative;
  z-index: 1;
}
.c-cases .c-cases__inner {
  width: min(1220px, 90%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 48px 0 72px;
}
.c-cases .c-section__heading .c-section__eyebrow.c-cases__eyebrow,
.c-cases .c-section__heading .c-section__title.c-cases__title {
  color: #fff;
}
.c-cases .c-cases__cards {
  margin: clamp(24px, 3.33vw, 48px) 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.66vw, 24px);
}
.c-cases .c-case-card {
  display: block;
  background: #fff;
  border-radius: 6px;
  padding: clamp(12px, 1.52vw, 22px);
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.c-cases .c-case-card__id {
  margin: 0;
  text-align: center;
  color: var(--color--turquoise);
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: var(--font-rockwell);
}
.c-cases .c-case-card__title {
  margin: clamp(14px, 1.25vw, 18px) 0 0;
  text-align: center;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.c-cases .c-case-card__image {
  margin: clamp(12px, 1.11vw, 16px) 0;
}
.c-cases .c-case-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.c-cases .c-case-card__text {
  display: inline;
  margin: 0;
  color: var(--color--base-black);
  background-image: linear-gradient(var(--color--blue), var(--color--blue));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: color 0.24s ease, background-size 0.35s ease;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.c-cases a.c-case-card:hover .c-case-card__text,
.c-cases a.c-case-card:focus-visible .c-case-card__text {
  color: var(--color--blue);
  background-size: 100% 1px;
}
.c-cases .c-case-card__meta {
  margin: clamp(12px, 1.11vw, 16px) 0 0;
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}
.c-cases .c-case-card__tags {
  margin: clamp(12px, 1.11vw, 16px) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.c-cases .c-case-card__tags li {
  padding: 0 clamp(12px, 0.97vw, 14px);
  border-radius: 999px;
  height: clamp(17px, 1.45vw, 21px);
  line-height: 2;
  background: var(--color--gray-70);
  color: var(--color--base-black);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-note-font-weight);
  font-size: var(--text-note-font-size);
  line-height: var(--text-note-line-height);
  font-size: clamp(9px, 0.83vw, 12px);
  white-space: nowrap;
}
.c-cases .c-cases__btn {
  margin: clamp(24px, 3.33vw, 48px) auto 0;
}

@media (max-width: 1000px) {
  .c-cases {
    padding: 0 0 90px;
  }
  .c-cases .c-cases__panel {
    width: 100%;
    border-radius: unset;
  }
  .c-cases .c-cases__panel::before {
    background: var(--grd--grd_dark-blue);
    mix-blend-mode: normal;
  }
  .c-cases .c-cases__panel.icon_shape-triangle::after {
    top: -69px;
    left: unset;
    right: 3%;
    width: 123px;
  }
  .c-cases .c-cases__inner {
    padding: 40px 0;
  }
  .c-cases .c-cases__cards {
    margin: 32px 0 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .c-cases .c-case-card {
    padding: 24px 20px;
  }
  .c-cases .c-case-card__id {
    font-size: 14px;
  }
  .c-cases .c-case-card__title {
    margin: 14px 0 0;
    font-size: 20px;
  }
  .c-cases .c-case-card__image {
    margin: 14px 0;
  }
  .c-cases .c-case-card__text {
    font-size: 14px;
  }
  .c-cases .c-case-card__meta {
    margin: 14px 0 0;
    font-size: 12px;
  }
  .c-cases .c-case-card__tags {
    margin: 14px 0 0;
    gap: 4px;
  }
  .c-cases .c-case-card__tags li {
    padding: 0 11px;
    height: 19px;
    font-size: 11px;
  }
  .c-cases .c-cases__btn {
    margin: 32px 0 0;
  }
}
/* =====================================================
  Flow
===================================================== */
.c-flow {
  position: relative;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.c-flow .c-flow__panel {
  position: relative;
  width: min(1360px, 95%);
  margin: 0 auto;
  border-radius: 10px;
}
.c-flow .c-flow__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--grd--grd-flow);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.c-flow .c-flow__panel.icon_shape-triangle::after {
  content: "";
  position: absolute;
  top: -75px;
  right: -3%;
  width: clamp(90px, 12vw, 173px);
  mix-blend-mode: multiply;
  aspect-ratio: 1/1;
  background: url("../image/top/shape-triangle-04.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 3;
}
.c-flow .c-flow__panel > * {
  position: relative;
  z-index: 1;
}
.c-flow .c-flow__inner {
  width: min(1220px, 90%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(24px, 3.33vw, 48px) 0 clamp(48px, 5vw, 72px);
}
.c-flow .c-section__heading .c-section__lead.c-flow__lead {
  color: #3B556D;
}
.c-flow .c-flow__cards {
  margin: clamp(24px, 3.33vw, 48px) 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.38vw, 20px);
}
.c-flow .c-flow-card {
  background: var(--color--white);
  border-radius: 6px;
  padding: clamp(12px, 1.8vw, 26px) clamp(12px, 1.11vw, 16px) clamp(20px, 3.12vw, 45px);
  box-sizing: border-box;
  text-align: center;
}
.c-flow .c-flow-card__id {
  margin: 0;
  color: var(--color--dark-blue);
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-xl-font-weight);
  font-size: var(--en-xl-font-size);
  line-height: var(--en-xl-line-height);
  letter-spacing: var(--en-xl-letter-spacing);
  font-size: clamp(30px, 2.78vw, 40px);
}
.c-flow .c-flow-card__image {
  margin: 10px auto 0;
  width: min(158px, 72%);
}
.c-flow .c-flow-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.c-flow .c-flow-card__title {
  margin: clamp(14px, 1.38vw, 20px) 0 0;
  color: var(--color--dark-blue);
  font-weight: 600;
  font-size: clamp(16px, 1.94vw, 28px);
}
.c-flow .c-flow-card__text {
  margin: clamp(10px, 0.83vw, 12px) 0 0;
  color: var(--color--base-font);
  font-weight: 400;
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 790px) {
  .c-flow {
    padding: 0 0 90px;
  }
  .c-flow .c-flow__panel {
    width: 100%;
    border-radius: 0;
  }
  .c-flow .c-flow__panel.icon_shape-triangle::after {
    top: -58px;
    left: unset;
    right: 4%;
    width: 123px;
  }
  .c-flow .c-flow__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .c-flow .c-flow__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .c-flow .c-section__heading .c-section__eyebrow.c-flow__eyebrow {
    color: var(--color--blue);
  }
  .c-flow .c-section__heading .c-section__lead.c-flow__lead {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .c-flow .c-flow__cards {
    margin: 32px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .c-flow .c-flow-card {
    padding: 10px 8px 16px;
  }
  .c-flow .c-flow-card__image {
    margin: 5px auto 0;
    max-width: 92px;
  }
  .c-flow .c-flow-card__title {
    margin-top: 12px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-strong-font-weight);
    font-size: var(--text-m-strong-font-size);
    line-height: var(--text-m-strong-line-height);
    letter-spacing: var(--text-m-strong-letter-spacing);
  }
  .c-flow .c-flow-card__text {
    margin-top: 7px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-note-font-weight);
    font-size: var(--text-note-font-size);
    line-height: var(--text-note-line-height);
  }
}
/* =====================================================
  Section Heading
===================================================== */
.c-section__heading {
  display: block;
}
.c-section__heading .c-section__eyebrow {
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-m-font-weight);
  font-size: var(--en-m-font-size);
  line-height: var(--en-m-line-height);
  letter-spacing: var(--en-m-letter-spacing);
}
.c-section__heading .c-section__title {
  margin: 13px 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-2-font-weight);
  font-size: var(--heading-2-font-size);
  line-height: var(--heading-2-line-height);
  letter-spacing: var(--heading-2-letter-spacing);
  font-size: clamp(39px, 3.61vw, 52px);
}
.c-section__heading .c-section__lead {
  margin: 21px 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

@media (max-width: 790px) {
  .c-section__heading .c-section__eyebrow {
    font-family: var(--font-rockwell);
    font-style: normal;
    font-weight: var(--en-s-font-weight);
    font-size: var(--en-s-font-size);
    line-height: var(--en-s-line-height);
    letter-spacing: var(--en-s-letter-spacing);
  }
  .c-section__heading .c-section__title {
    margin: 8px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-2-font-weight);
    font-size: var(--heading-2-font-size);
    line-height: var(--heading-2-line-height);
    letter-spacing: var(--heading-2-letter-spacing);
  }
  .c-section__heading .c-section__lead {
    margin: 16px 0 0;
    color: #3B556D;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
}
/* =====================================================
  Section Subtitle
===================================================== */
.c-section__subtitle {
  position: relative;
  margin: 0;
  padding-left: clamp(20px, 2.77vw, 40px);
  text-align: left;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}
.c-section__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: var(--color--blue);
}

.c-section__subtitle-text {
  margin: 32px 0 0;
  color: #000;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

@media (max-width: 790px) {
  .c-section__subtitle {
    padding-left: 24px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
  .c-section__subtitle-text {
    margin: 24px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
}
/* =====================================================
  Media Content
===================================================== */
.c-media-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 37%) minmax(0, 1fr);
  gap: clamp(10px, 3.8vw, 56px);
  align-items: start;
  margin: 32px 0 0;
}
.c-media-content__grid.c-media-content__grid--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 37%);
}
.c-media-content__grid.c-media-content__grid--reverse .c-media-content__visual {
  order: 2;
}
.c-media-content__grid.c-media-content__grid--reverse .c-media-content__body {
  order: 1;
}
.c-media-content__grid .c-media-content__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.c-media-content__grid .c-media-content__body .c-media-content__title {
  margin: 0 0 clamp(16px, 1.5vw, 24px);
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.c-media-content__grid .c-media-content__body .c-media-content__text_bg {
  margin: 0 0 clamp(16px, 1.5vw, 24px);
  padding: 16px;
  background-color: var(--color--base-bl);
}
.c-media-content__grid .c-media-content__body .c-media-content__text_heading {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.c-media-content__grid .c-media-content__body .c-media-content__text_heading::before {
  content: "";
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../image/common/icon_eyebrow_dark-blue.svg) no-repeat center/contain;
}
.c-media-content__grid .c-media-content__body .c-media-content__text {
  margin: 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.c-media-content__grid .c-media-content__body .c-media-content__text + .c-media-content__text {
  margin: clamp(14px, 1.38vw, 20px) 0 0;
}

.c-feature-list .c-feature-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: feature-list;
  display: grid;
  gap: clamp(18px, 2.22vw, 32px);
}
.c-feature-list .c-feature-list__item {
  counter-increment: feature-list;
}
.c-feature-list .c-feature-list__title {
  position: relative;
  margin: 0;
  padding-left: 36px;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.c-feature-list .c-feature-list__title::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-rockwell);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}
.c-feature-list .c-feature-list__title.c-feature-list__title_no::before {
  content: counter(feature-list, decimal-leading-zero);
  background-color: var(--color--blue);
  color: var(--color--white);
}
.c-feature-list .c-feature-list__title.c-feature-list__title_icon::before {
  content: "";
  background: url("../image/common/icon_arrow-up-circle_bg-blue.svg") no-repeat center/contain;
}
.c-feature-list .c-feature-list__text {
  margin: 16px 0 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.c-feature-list .c-feature-list__note {
  margin: clamp(20px, 2.22vw, 32px) 0 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}

.c-scope-list .c-scope-list__items {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: scope-list;
  display: grid;
  gap: 12px;
}
.c-scope-list .c-scope-list__item {
  counter-increment: scope-list;
}
.c-scope-list .c-scope-list__title {
  position: relative;
  margin: 0;
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.c-scope-list .c-scope-list__text {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: var(--color--base-font);
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: clamp(12px, 1.11vw, 16px);
}
.c-scope-list .c-scope-list__text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../image/common/icon_list-point_dark-blue.svg") no-repeat center/contain;
  font-family: var(--font-rockwell);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}
.c-scope-list .c-scope-list__note {
  margin: 16px 0 0;
  color: #1F2A37;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: clamp(12px, 1.29vw, 18px);
}

@media (max-width: 790px) {
  .c-media-content__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 24px 0 0;
  }
  .c-media-content__grid.c-media-content__grid--reverse {
    grid-template-columns: 1fr;
  }
  .c-media-content__grid.c-media-content__grid--reverse .c-media-content__visual {
    order: 2;
  }
  .c-media-content__grid.c-media-content__grid--reverse .c-media-content__body {
    order: 1;
  }
  .c-media-content__grid .c-media-content__body .c-media-content__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .c-media-content__grid .c-media-content__body .c-media-content__text_bg {
    margin: 0;
  }
  .c-media-content__grid .c-media-content__body .c-media-content__text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .c-media-content__grid .c-media-content__body .c-media-content__text + .c-media-content__text {
    margin: 0;
  }
  .c-feature-list .c-feature-list__items {
    gap: 32px;
  }
  .c-feature-list .c-feature-list__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .c-feature-list .c-feature-list__text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .c-feature-list .c-feature-list__note {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .c-feature-list .c-feature-list__note {
    margin: 32px 0 0;
  }
  .c-scope-list .c-scope-list__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
  }
  .c-scope-list .c-scope-list__text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .c-scope-list .c-scope-list__text::before {
    top: 5.5px;
  }
  .c-scope-list .c-scope-list__note {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
}
/* =====================================================
  Process Improvement
===================================================== */
.c-process-improvement {
  padding: 120px 0 100px;
}
.c-process-improvement .c-process-improvement__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .c-process-improvement .c-process-improvement__inner {
    width: min(790px, 90%);
  }
}
.c-process-improvement .c-process-improvement__title {
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}
.c-process-improvement .c-process-improvement__note {
  margin: 20px 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.c-process-improvement .c-process-improvement__lead {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 80px auto 0;
  padding: 0 0 14px;
  color: var(--color--base-font);
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 2.5vw, 36px);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.c-process-improvement .c-process-improvement__lead::before, .c-process-improvement .c-process-improvement__lead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #202B38;
}
.c-process-improvement .c-process-improvement__lead::before {
  bottom: 5px;
}
.c-process-improvement .c-process-improvement__lead::after {
  bottom: 0;
}

@media (max-width: 790px) {
  .c-process-improvement {
    padding: 64px 0 90px;
  }
  .c-process-improvement .c-process-improvement__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
  .c-process-improvement .c-process-improvement__note {
    margin: 20px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .c-process-improvement .c-process-improvement__lead {
    margin: 48px auto 0;
    padding: 0 0 16px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
}
/* =====================================================
  Problem Grid
===================================================== */
.problem-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.38vw, 20px);
}
.problem-grid .problem-card {
  background: var(--color--base-bl);
  border-radius: 6px;
  padding: clamp(12px, 1.11vw, 16px) clamp(12px, 1.11vw, 16px) clamp(12px, 1.66vw, 24px);
  height: min(100%, 193px);
  box-sizing: border-box;
  mix-blend-mode: multiply;
}
.problem-grid .problem-card__icon {
  width: 32px;
  height: 30px;
  margin: 0 auto;
  background: url("../image/common/icon_speech-bubble_blue.svg") center/contain no-repeat;
}
.problem-grid .problem-card__title {
  margin: clamp(12px, 1vw, 15px) 0 0;
  text-align: center;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
  height: clamp(24px, 3.33vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.problem-grid .problem-card__text {
  margin: clamp(14px, 1.25vw, 18px) 0 0;
  text-align: center;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-note-font-weight);
  font-size: var(--text-note-font-size);
  line-height: var(--text-note-line-height);
  font-size: clamp(9px, 0.83vw, 12px);
}

.problem-grid--five {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.problem-grid--five .problem-card {
  width: calc((100% - 40px) / 3);
}

@media (max-width: 1100px) {
  .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .problem-grid .problem-card {
    width: 100%;
    min-height: auto;
    padding: 16px 16px 20px;
  }
  .problem-grid .problem-card__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
    font-size: clamp(15px, 1.39vw, 20px);
    margin-top: 7px;
    height: auto;
  }
  .problem-grid .problem-card__text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-note-font-weight);
    font-size: var(--text-note-font-size);
    line-height: var(--text-note-line-height);
    font-size: clamp(9px, 0.83vw, 12px);
    margin-top: 8px;
  }
  .problem-grid--five .problem-card {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 790px) {
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .problem-grid .problem-card__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
  }
  .problem-grid .problem-card__text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-note-font-weight);
    font-size: var(--text-note-font-size);
    line-height: var(--text-note-line-height);
    font-size: 12px;
  }
  .problem-grid--five .problem-card {
    width: 100%;
    min-height: auto;
    padding: 16px 16px 20px;
  }
}
/* =====================================================
  Service Core
===================================================== */
.service-core {
  position: relative;
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.service-core .service-core__panel {
  position: relative;
  border-radius: 10px;
  width: min(1360px, 95%);
  margin: 0 auto;
}
.service-core .service-core__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--grd--grd_light-blue);
  z-index: 0;
}
.service-core .service-core__panel > * {
  position: relative;
  z-index: 1;
}
.service-core .service-core__inner {
  width: min(1220px, 90%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 48px 0 86px;
}
.service-core .service-core__cards {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.service-core .service-core__cards .service-core_card {
  background: #fff;
  border-radius: 6px;
  padding: 14px 28px;
  display: grid;
  grid-template-columns: 21% 1fr;
  gap: clamp(12px, 1.66vw, 24px);
  align-items: center;
}
.service-core .service-core__cards .service-core_card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-core .service-core__cards .service-core_card__icon img {
  display: block;
  width: 100%;
  max-width: clamp(50px, 7.29vw, 105px);
  height: auto;
}
.service-core .service-core__cards .service-core_card__title {
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.service-core .service-core__cards .service-core_card__title span {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.service-core .service-core__cards .service-core_card__text {
  margin: 8px 0 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.service-core .service-core__cards .service-core__btn {
  margin: 48px auto 0;
}
.service-core .service-core__note {
  margin: clamp(20px, 2.77vw, 40px) 0 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

@media (max-width: 790px) {
  .service-core {
    padding: 0 0 90px;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .service-core .service-core__panel {
    width: 100%;
    border-radius: unset;
  }
  .service-core .service-core__inner {
    width: min(790px, 93%);
    padding: 24px 0;
  }
  .service-core .service-core__cards {
    margin: 24px 0 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-core .service-core__cards .service-core_card {
    gap: 10px;
    padding: 16px 12px;
    grid-template-columns: 20% 1fr;
  }
  .service-core .service-core__cards .service-core_card__id {
    font-size: 14px;
  }
  .service-core .service-core__cards .service-core_card__icon img {
    max-width: 64px;
  }
  .service-core .service-core__cards .service-core_card__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .service-core .service-core__cards .service-core_card__title span {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
  }
  .service-core .service-core__cards .service-core_card__image {
    margin: 14px 0;
  }
  .service-core .service-core__cards .service-core_card__text {
    font-size: clamp(13px, 3.7vw, 17px);
  }
  .service-core .service-core__cards .service-core_card__meta {
    margin: 14px 0 0;
    font-size: clamp(13px, 3.5vw, 16px);
  }
  .service-core .service-core__cards .service-core_card__tags {
    margin: 14px 0 0;
    gap: 6px;
  }
  .service-core .service-core__cards .service-core_card__tags li {
    padding: 0 10px;
    height: 18px;
    font-size: 10px;
  }
  .service-core .service-core__cards .service-core__btn {
    margin: 32px 0 0;
  }
  .service-core .service-core__note {
    margin: 24px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
}
/* =====================================================
  Text Slide Hover
===================================================== */
.header .nav a,
.menu-overlay .menu-overlay__nav a,
.menu-overlay .menu-overlay__meta a,
.site-footer-menu__nav a,
.site-footer-menu__meta a,
.sitemap-menu__link,
.sitemap-menu__sub-link {
  --text-slide-base-color: var(--color--base-font);
  --text-slide-hover-color: var(--color--blue);
  position: relative;
  text-decoration: none;
  color: var(--text-slide-base-color);
}
.header .nav a span,
.menu-overlay .menu-overlay__nav a span,
.menu-overlay .menu-overlay__meta a span,
.site-footer-menu__nav a span,
.site-footer-menu__meta a span,
.sitemap-menu__link span,
.sitemap-menu__sub-link span {
  position: relative;
  display: inline-block;
  color: inherit;
  transition: color 0.35s ease;
}
.header .nav a span::after,
.menu-overlay .menu-overlay__nav a span::after,
.menu-overlay .menu-overlay__meta a span::after,
.site-footer-menu__nav a span::after,
.site-footer-menu__meta a span::after,
.sitemap-menu__link span::after,
.sitemap-menu__sub-link span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 1px);
  height: 1px;
  background: var(--text-slide-hover-color);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease;
}
.header .nav a:hover span, .header .nav a:focus-visible span,
.menu-overlay .menu-overlay__nav a:hover span,
.menu-overlay .menu-overlay__nav a:focus-visible span,
.menu-overlay .menu-overlay__meta a:hover span,
.menu-overlay .menu-overlay__meta a:focus-visible span,
.site-footer-menu__nav a:hover span,
.site-footer-menu__nav a:focus-visible span,
.site-footer-menu__meta a:hover span,
.site-footer-menu__meta a:focus-visible span,
.sitemap-menu__link:hover span,
.sitemap-menu__link:focus-visible span,
.sitemap-menu__sub-link:hover span,
.sitemap-menu__sub-link:focus-visible span {
  color: var(--text-slide-hover-color);
}
.header .nav a:hover span::after, .header .nav a:focus-visible span::after,
.menu-overlay .menu-overlay__nav a:hover span::after,
.menu-overlay .menu-overlay__nav a:focus-visible span::after,
.menu-overlay .menu-overlay__meta a:hover span::after,
.menu-overlay .menu-overlay__meta a:focus-visible span::after,
.site-footer-menu__nav a:hover span::after,
.site-footer-menu__nav a:focus-visible span::after,
.site-footer-menu__meta a:hover span::after,
.site-footer-menu__meta a:focus-visible span::after,
.sitemap-menu__link:hover span::after,
.sitemap-menu__link:focus-visible span::after,
.sitemap-menu__sub-link:hover span::after,
.sitemap-menu__sub-link:focus-visible span::after {
  clip-path: inset(0);
}

.site-footer-menu-cta {
  --text-slide-base-color: var(--color--white);
  --text-slide-hover-color: var(--color--white);
}
.site-footer-menu-cta > span {
  position: relative;
  display: inline-block;
  color: var(--text-slide-base-color);
  transition: color 0.35s ease;
}
.site-footer-menu-cta > span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 1px);
  height: 1px;
  background: var(--text-slide-hover-color);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease;
}
.site-footer-menu-cta:hover > span, .site-footer-menu-cta:focus-visible > span {
  color: var(--text-slide-hover-color);
}
.site-footer-menu-cta:hover > span::after, .site-footer-menu-cta:focus-visible > span::after {
  clip-path: inset(0);
}

.global-cta .global-cta__button p {
  --text-slide-base-color: var(--color--blue);
  --text-slide-hover-color: var(--color--dark-blue);
  position: relative;
  display: inline-flex;
  color: var(--text-slide-base-color);
  transition: color 0.35s ease;
}
.global-cta .global-cta__button p::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.28em;
  height: 1px;
  background: var(--text-slide-hover-color);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease;
}

.global-cta .global-cta__button:hover p,
.global-cta .global-cta__button:focus-visible p {
  color: var(--text-slide-hover-color);
}
.global-cta .global-cta__button:hover p::after,
.global-cta .global-cta__button:focus-visible p::after {
  clip-path: inset(0);
}

.breadcrumb a {
  --text-slide-base-color: var(--color--light-blue);
  --text-slide-hover-color: var(--color--blue);
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--text-slide-base-color);
  transition: color 0.35s ease;
}
.breadcrumb a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 1px);
  height: 1px;
  background: var(--text-slide-hover-color);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease;
}
.breadcrumb a:hover, .breadcrumb a:focus-visible {
  color: var(--text-slide-hover-color);
}
.breadcrumb a:hover::after, .breadcrumb a:focus-visible::after {
  clip-path: inset(0);
}

.policy-document__address a {
  --text-slide-base-color: var(--color--blue);
  --text-slide-hover-color: var(--color--dark-blue);
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--text-slide-base-color);
  transition: color 0.35s ease;
}
.policy-document__address a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 1px);
  height: 1px;
  background: var(--text-slide-hover-color);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease;
}
.policy-document__address a:hover, .policy-document__address a:focus-visible {
  color: var(--text-slide-hover-color);
}
.policy-document__address a:hover::after, .policy-document__address a:focus-visible::after {
  clip-path: inset(0);
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  .header .nav a span,
  .menu-overlay .menu-overlay__nav a span,
  .menu-overlay .menu-overlay__meta a span,
  .site-footer-menu__nav a span,
  .site-footer-menu__meta a span,
  .sitemap-menu__link span,
  .sitemap-menu__sub-link span,
  .site-footer-menu-cta > span,
  .global-cta .global-cta__button p,
  .breadcrumb a,
  .policy-document__address a {
    background: linear-gradient(90deg, var(--text-slide-hover-color) 0 50%, var(--text-slide-base-color) 50% 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.35s ease;
  }
  .header .nav a:hover span,
  .header .nav a:focus-visible span,
  .menu-overlay .menu-overlay__nav a:hover span,
  .menu-overlay .menu-overlay__nav a:focus-visible span,
  .menu-overlay .menu-overlay__meta a:hover span,
  .menu-overlay .menu-overlay__meta a:focus-visible span,
  .site-footer-menu__nav a:hover span,
  .site-footer-menu__nav a:focus-visible span,
  .site-footer-menu__meta a:hover span,
  .site-footer-menu__meta a:focus-visible span,
  .sitemap-menu__link:hover span,
  .sitemap-menu__link:focus-visible span,
  .sitemap-menu__sub-link:hover span,
  .sitemap-menu__sub-link:focus-visible span,
  .site-footer-menu-cta:hover > span,
  .site-footer-menu-cta:focus-visible > span,
  .global-cta .global-cta__button:hover p,
  .global-cta .global-cta__button:focus-visible p,
  .breadcrumb a:hover,
  .breadcrumb a:focus-visible,
  .policy-document__address a:hover,
  .policy-document__address a:focus-visible {
    background-position: 0 0;
  }
}
/* =====================================================
  Contact
===================================================== */
.common-contact {
  padding: 0 0 clamp(42px, 4.72vw, 68px);
}
.common-contact .common-contact__inner {
  position: relative;
  overflow: hidden;
  width: min(1360px, 95%);
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding: clamp(45px, 4.3vw, 62px);
  color: var(--color--white);
}
.common-contact .common-contact__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--grd--grd_dark-blue-inverse);
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 0;
}
.common-contact .common-contact__inner > * {
  position: relative;
  z-index: 1;
}
.common-contact .common-contact__eyebrow {
  margin: 0;
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.common-contact .common-contact__title {
  margin: 16px 0 0;
  font-weight: 600;
  font-size: clamp(38px, 3.33vw, 48px);
  line-height: 1.2;
  letter-spacing: 0.05px;
}
.common-contact .common-contact__lead {
  margin: clamp(20px, 2.77vw, 40px) 0 0;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: 400;
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.common-contact .common-contact__note {
  margin: clamp(12px, 0.97vw, 14px) 0 0;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}
.common-contact .common-contact__cta {
  margin: clamp(24px, 3.33vw, 48px) auto 0;
}

@media (max-width: 790px) {
  .common-contact {
    padding: 0 0 56px;
  }
  .common-contact .common-contact__inner {
    width: min(790px, 90%);
    margin: 0 auto;
    padding: 30px 15px;
  }
  .common-contact .common-contact__inner::before {
    background: var(--grd--grd_dark-blue);
    mix-blend-mode: normal;
  }
  .common-contact .common-contact__eyebrow {
    margin: 0;
    font-family: var(--font-rockwell);
    font-style: normal;
    font-weight: var(--en-s-font-weight);
    font-size: var(--en-s-font-size);
    line-height: var(--en-s-line-height);
    letter-spacing: var(--en-s-letter-spacing);
  }
  .common-contact .common-contact__title {
    margin: 12px 0 0;
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  .common-contact .common-contact__lead {
    margin: 20px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .common-contact .common-contact__cta {
    margin: 24px 0 0;
  }
}
/* =====================================================
  Policy
===================================================== */
.policy-document__heading {
  text-align: center;
}
.policy-document__heading .policy-document__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: clamp(16px, 1.94vw, 28px);
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}
.policy-document__heading .policy-document__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--color--blue);
}

@media (max-width: 790px) {
  .policy-document__heading .policy-document__title {
    padding-bottom: 25px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
}
/* =====================================================
  slide　hover（適切なタイトルに変更してください）
===================================================== */
/* =====================================================
  Reason Conclusion
===================================================== */
.reason-conclusion {
  padding: clamp(50px, 6.9vw, 100px) 0 clamp(24px, 3.88vw, 56px);
}
.reason-conclusion .reason-conclusion__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .reason-conclusion .reason-conclusion__inner {
    width: min(790px, 90%);
  }
}
.reason-conclusion .reason-conclusion__inner {
  text-align: center;
}
.reason-conclusion .reason-conclusion__heading {
  margin: 0;
  display: inline-block;
  text-align: center;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
}
.reason-conclusion .reason-conclusion__heading::after {
  content: "";
  display: block;
  width: 30px;
  border-top: 3px solid var(--color--blue);
  margin: clamp(16px, 1.94vw, 28px) auto 0;
}
.reason-conclusion .reason-conclusion__lead {
  margin: clamp(24px, 2.5vw, 36px) 0 0;
  text-align: center;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.reason-conclusion .reason-cards {
  margin: clamp(37px, 4.44vw, 64px) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.77vw, 40px);
}
.reason-conclusion .reason-card {
  display: grid;
  grid-template-columns: 0.1fr 0.2fr 1fr;
  align-items: center;
  gap: clamp(22px, 3.88vw, 56px);
  border-radius: 4px;
  padding: clamp(20px, 2.77vw, 40px) clamp(48px, 4.16vw, 60px) clamp(20px, 2.77vw, 40px) clamp(24px, 3.33vw, 48px);
  background: var(--color--white);
  box-shadow: var(--shadow-default);
}
.reason-conclusion .reason-card__number {
  text-align: center;
  color: var(--color--blue);
}
.reason-conclusion .reason-card__label {
  display: block;
  font-family: var(--font-rockwell);
  color: var(--color--blue);
  font-weight: 400;
  font-size: clamp(11px, 0.97vw, 14px);
  line-height: 1;
  letter-spacing: 0;
}
.reason-conclusion .reason-card__value {
  display: block;
  margin: 9px 0 0;
  font-family: var(--font-rockwell);
  color: var(--color--blue);
  font-weight: bold;
  font-size: clamp(37px, 4.44vw, 64px);
  line-height: 0.73;
  letter-spacing: 3px;
}
.reason-conclusion .reason-card__icon-wrap {
  width: clamp(100px, 11.8vw, 170px);
  height: clamp(75px, 9.7vw, 140px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason-conclusion .reason-card__icon {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.reason-conclusion .reason-card__body {
  margin-left: clamp(12px, 1.11vw, 16px);
}
.reason-conclusion .reason-card__title {
  margin: 0;
  text-align: left;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}
.reason-conclusion .reason-card__text {
  margin: clamp(12px, 1.11vw, 16px) 0 0;
  text-align: left;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.reason-conclusion .reason-card__certs {
  margin: clamp(14px, 1.38vw, 20px) 0 0;
  display: grid;
  grid-template-columns: 1fr 3.15fr;
  align-items: center;
  gap: clamp(12px, 1.66vw, 24px);
}
.reason-conclusion .reason-card__certs_images {
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.reason-conclusion .reason-card__certs img {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc((100% - 10px) / 2);
  height: auto;
  display: block;
}
.reason-conclusion .reason-card__certs p {
  min-width: 0;
  margin: 0;
  text-align: left;
  color: var(--color--base-font);
  font-weight: 400;
  font-size: clamp(12px, 1.29vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.04px;
}

@media (max-width: 790px) {
  .reason-conclusion {
    padding: 45px 0 60px;
  }
  .reason-conclusion .reason-conclusion__heading::after {
    width: 28px;
    margin: 20px auto 0;
  }
  .reason-conclusion .reason-conclusion__lead {
    margin: 20px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-4-font-weight);
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
    letter-spacing: var(--heading-4-letter-spacing);
  }
  .reason-conclusion .reason-cards {
    margin: 32px 0 0;
    gap: 32px;
  }
  .reason-conclusion .reason-card {
    grid-template-columns: 1fr;
    justify-content: center;
    padding: 24px 20px;
    gap: 20px;
  }
  .reason-conclusion .reason-card__label {
    font-family: var(--font-rockwell);
    font-style: normal;
    font-weight: var(--en-s-font-weight);
    font-size: var(--en-s-font-size);
    line-height: var(--en-s-line-height);
    letter-spacing: var(--en-s-letter-spacing);
  }
  .reason-conclusion .reason-card__value {
    font-size: 40px;
    line-height: 0.8;
    letter-spacing: 3px;
  }
  .reason-conclusion .reason-card__icon-wrap {
    margin: 0 auto;
    width: auto;
    height: 120px;
  }
  .reason-conclusion .reason-card__body {
    margin-left: 0;
  }
  .reason-conclusion .reason-card__text {
    margin: 16px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .reason-conclusion .reason-card__certs {
    grid-template-columns: 1fr;
    margin: 12px 0 0;
    gap: 12px;
  }
  .reason-conclusion .reason-card__certs_images {
    justify-content: center;
    max-width: 70%;
    width: 190px;
    margin: 0 auto;
    gap: 0;
  }
  .reason-conclusion .reason-card__certs p {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
}
/* =====================================================
  Reason Summary
===================================================== */
.reason-summary {
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.reason-summary .reason-summary__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .reason-summary .reason-summary__inner {
    width: min(790px, 90%);
  }
}
.reason-summary .reason-summary__inner {
  position: relative;
  border-radius: 8px;
  padding: clamp(16px, 1.94vw, 28px) clamp(55px, 5.55vw, 80px);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(55px, 5.9vw, 86px);
  align-items: center;
  overflow: hidden;
}
.reason-summary .reason-summary__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--grd--grd_light-blue);
  z-index: 0;
}
.reason-summary .reason-summary__inner > * {
  position: relative;
  z-index: 1;
}
.reason-summary .reason-summary__title {
  margin: 0;
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}
.reason-summary .reason-summary__list {
  margin: clamp(24px, 2.43vw, 35px) 0 0;
  padding: 0;
  list-style: none;
}
.reason-summary .reason-summary__list li {
  position: relative;
  margin: 0;
  padding-left: clamp(12px, 1.8vw, 26px);
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.reason-summary .reason-summary__list li + li {
  margin-top: clamp(12px, 1.11vw, 16px);
}
.reason-summary .reason-summary__list li::before {
  content: "";
  position: absolute;
  top: 0.32em;
  left: 0;
  width: clamp(12px, 1.11vw, 16px);
  height: clamp(12px, 1.11vw, 16px);
  background: url(../image/common/icon_eyebrow_blue.svg) no-repeat center/contain;
}
.reason-summary .reason-summary__text {
  margin: clamp(18px, 2.22vw, 32px) 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.reason-summary .reason-summary__visual {
  display: flex;
  justify-content: center;
}
.reason-summary .reason-summary__visual img {
  display: block;
  width: min(100%, 445px);
  height: auto;
}

@media (max-width: 790px) {
  .reason-summary {
    padding: 0 0 90px;
  }
  .reason-summary .reason-summary__inner {
    width: min(790px, 90%);
    margin: 0 auto;
    padding: 28px 20px 22px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .reason-summary .reason-summary__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
  .reason-summary .reason-summary__list {
    margin: 24px 0 0;
  }
  .reason-summary .reason-summary__list li {
    padding-left: 30px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
    font-size: clamp(15px, 1.39vw, 20px);
    font-weight: 600;
    font-size: 20px;
  }
  .reason-summary .reason-summary__list li + li {
    margin-top: 6px;
  }
  .reason-summary .reason-summary__list li::before {
    transform: translateY(2px);
    width: 17px;
    height: 17px;
  }
  .reason-summary .reason-summary__text {
    margin-top: 20px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .reason-summary .reason-summary__visual img {
    width: min(100%, 300px);
  }
}
/* =====================================================
  Offering
===================================================== */
.service_offering {
  position: relative;
  padding: clamp(80px, 8.33vw, 120px) 0 clamp(55px, 6.56vw, 94px);
  margin: 0;
  z-index: 1;
}
.service_offering .service_offering__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .service_offering .service_offering__inner {
    width: min(790px, 90%);
  }
}
.service_offering .service_offering-list {
  display: grid;
  gap: clamp(55px, 5.55vw, 80px);
}
.service_offering .service_offering-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48%;
  gap: clamp(10px, 2.77vw, 40px);
  align-items: start;
}
.service_offering .service_offering-card--alt .service_offering-card__content {
  padding-top: 6px;
}
.service_offering .service_offering-card__number {
  width: clamp(46px, 3.88vw, 56px);
  height: clamp(18px, 1.94vw, 28px);
  border-radius: 999px;
  background: var(--color--blue);
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-rockwell);
  font-size: clamp(12px, 0.97vw, 14px);
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.service_offering .service_offering-card__title {
  margin: clamp(12px, 1.66vw, 24px) 0 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}
.service_offering .service_offering-card__lead {
  margin: clamp(15px, 2.22vw, 32px) 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.service_offering .service_offering-card__points {
  margin: clamp(12px, 1.66vw, 24px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: clamp(10px, 1.11vw, 16px);
}
.service_offering .service_offering-card__points li {
  position: relative;
  padding-left: clamp(12px, 1.66vw, 24px);
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.service_offering .service_offering-card__points li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("../image/common/icon_list-point_dark-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service_offering .service_offering-card__note {
  margin: clamp(12px, 1.66vw, 24px) 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.service_offering .service_offering-card__btn,
.service_offering .service_offering-card__btn_02 {
  margin: clamp(12px, 1.66vw, 24px) 0 0;
}
.service_offering .service_offering-card__btn {
  width: min(100%, 360px);
}
.service_offering .service_offering-card__btn_02 {
  width: min(100%, 477px);
}
.service_offering .service_offering-card__visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 790px) {
  .service_offering {
    padding: 64px 0 90px;
  }
  .service_offering .service_offering__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .service_offering .service_offering__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .service_offering .service_offering-list {
    gap: 56px;
  }
  .service_offering .service_offering-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service_offering .service_offering-card__visual {
    order: -1;
    max-width: 350px;
  }
  .service_offering .service_offering-card__number {
    width: 56px;
    height: 28px;
    font-size: 14px;
  }
  .service_offering .service_offering-card__title {
    margin: 24px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
    color: var(--color--blue);
  }
  .service_offering .service_offering-card__lead {
    margin: 24px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .service_offering .service_offering-card__points {
    margin: 24px 0 0;
    gap: 12px;
  }
  .service_offering .service_offering-card__points li {
    padding-left: 24px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
  }
  .service_offering .service_offering-card__note {
    margin: 24px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
}
/* =====================================================
  Problem
===================================================== */
.service_problem {
  position: relative;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
  margin: 0;
}
.service_problem .service_problem__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .service_problem .service_problem__inner {
    width: min(790px, 90%);
  }
}
.service_problem .service_problem-title {
  margin: 24px 0 33px;
  text-align: center;
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}

@media (max-width: 790px) {
  .service_problem {
    padding: 0 0 90px;
  }
  .service_problem .service_problem__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .service_problem .service_problem__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .service_problem .service_problem-title {
    margin: 48px 0 32px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
/* =====================================================
  How To Choose
===================================================== */
.service_how-to-choose {
  position: relative;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
  margin: 0;
  z-index: 1;
}
.service_how-to-choose .service_how-to-choose__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .service_how-to-choose .service_how-to-choose__inner {
    width: min(790px, 90%);
  }
}
.service_how-to-choose .service-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 2.77vw, 40px);
  margin: 40px 0 0;
}
.service_how-to-choose .service-choice-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 10px 60px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 18px rgba(14, 45, 78, 0.08);
}
.service_how-to-choose .service-choice-card__visual {
  width: auto;
  height: 335px;
}
.service_how-to-choose .service-choice-card__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.service_how-to-choose .service-choice-card__title {
  margin: 20px 0 0;
  color: var(--color--blue);
  text-align: center;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.service_how-to-choose .service-choice-card__btn {
  margin: 24px 0 0;
}
.service_how-to-choose .service-choice-card__btn_02 {
  width: 477px;
  max-width: 100%;
}

@media (max-width: 790px) {
  .service_how-to-choose {
    padding: 0 0 138px;
  }
  .service_how-to-choose .service_how-to-choose__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .service_how-to-choose .service_how-to-choose__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .service_how-to-choose .service-choice-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    margin: 32px 0 0;
  }
  .service_how-to-choose .service-choice-card {
    padding: 32px 15px;
  }
  .service_how-to-choose .service-choice-card__visual {
    width: 84%;
    height: auto;
  }
  .service_how-to-choose .service-choice-card__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-4-font-weight);
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
    letter-spacing: var(--heading-4-letter-spacing);
  }
  .service_how-to-choose .service-choice-card__btn {
    margin: 16px 0 0;
  }
  .service_how-to-choose .service-choice-card__btn_02 {
    padding: 0 79px 0 20px;
  }
}
/* =====================================================
  Problem
===================================================== */
.service_problem {
  position: relative;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
  margin: 0;
}
.service_problem .service_problem__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .service_problem .service_problem__inner {
    width: min(790px, 90%);
  }
}

@media (max-width: 790px) {
  .service_problem {
    padding: 0 0 90px;
  }
  .service_problem .service_problem__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .service_problem .service_problem__inner {
    width: min(790px, 90%);
  }
}
/* =====================================================
  Difficulty
===================================================== */
.rpo-difficulty {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.rpo-difficulty .rpo-difficulty__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .rpo-difficulty .rpo-difficulty__inner {
    width: min(790px, 90%);
  }
}

@media (max-width: 790px) {
  .rpo-difficulty {
    padding: 0 0 90px;
  }
  .rpo-difficulty .rpo-difficulty__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .rpo-difficulty .rpo-difficulty__inner {
    width: min(790px, 90%);
  }
}
/* =====================================================
  Fields
===================================================== */
.rpo-fields {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.rpo-fields .rpo-fields__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .rpo-fields .rpo-fields__inner {
    width: min(790px, 90%);
  }
}

@media (max-width: 790px) {
  .rpo-fields {
    padding: 0 0 90px;
  }
  .rpo-fields .rpo-fields__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .rpo-fields .rpo-fields__inner {
    width: min(790px, 90%);
  }
}
/* =====================================================
  Assessment
===================================================== */
.rpo-assessment {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.rpo-assessment .rpo-assessment__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .rpo-assessment .rpo-assessment__inner {
    width: min(790px, 90%);
  }
}

@media (max-width: 790px) {
  .rpo-assessment {
    padding: 0 0 90px;
  }
  .rpo-assessment .rpo-assessment__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .rpo-assessment .rpo-assessment__inner {
    width: min(790px, 90%);
  }
}
/* =====================================================
  Scope
===================================================== */
.rpo-scope {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.rpo-scope .rpo-scope__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .rpo-scope .rpo-scope__inner {
    width: min(790px, 90%);
  }
}
.rpo-scope .c-media-content__grid {
  grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  margin: 48px 0 0;
}

@media (max-width: 790px) {
  .rpo-scope {
    padding: 0 0 90px;
  }
  .rpo-scope .rpo-scope__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .rpo-scope .rpo-scope__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .rpo-scope .c-media-content__grid {
    grid-template-columns: 1fr;
    margin: 24px 0 0;
  }
}
/* =====================================================
  Features
===================================================== */
.rpo-features {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.rpo-features .rpo-features__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .rpo-features .rpo-features__inner {
    width: min(790px, 90%);
  }
}
.rpo-features .c-media-content__grid {
  margin: 38px 0 0;
}

@media (max-width: 790px) {
  .rpo-features {
    padding: 0 0 90px;
  }
  .rpo-features .rpo-features__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .rpo-features .rpo-features__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .rpo-features .c-media-content__grid {
    margin: 24px 0 0;
  }
}
/* =====================================================
  Benefits
===================================================== */
.rpo-benefits {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.rpo-benefits .rpo-benefits__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .rpo-benefits .rpo-benefits__inner {
    width: min(790px, 90%);
  }
}
.rpo-benefits .c-media-content__grid {
  margin: 38px 0 0;
}

@media (max-width: 790px) {
  .rpo-benefits {
    padding: 0 0 90px;
  }
  .rpo-benefits .rpo-benefits__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .rpo-benefits .rpo-benefits__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .rpo-benefits .c-media-content__grid {
    margin: 24px 0 0;
  }
}
/* =====================================================
  Difficulty
===================================================== */
.web-ad-difficulty {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.web-ad-difficulty .web-ad-difficulty__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .web-ad-difficulty .web-ad-difficulty__inner {
    width: min(790px, 90%);
  }
}

@media (max-width: 790px) {
  .web-ad-difficulty .web-ad-difficulty__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .web-ad-difficulty .web-ad-difficulty__inner {
    width: min(790px, 90%);
  }
}
/* =====================================================
  Fields
===================================================== */
.web-ad-fields {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.web-ad-fields .web-ad-fields__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .web-ad-fields .web-ad-fields__inner {
    width: min(790px, 90%);
  }
}

@media (max-width: 790px) {
  .web-ad-fields .web-ad-fields__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .web-ad-fields .web-ad-fields__inner {
    width: min(790px, 90%);
  }
}
/* =====================================================
  Scope
===================================================== */
.web-ad-scope {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.web-ad-scope .web-ad-scope__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .web-ad-scope .web-ad-scope__inner {
    width: min(790px, 90%);
  }
}
.web-ad-scope .c-media-content__grid {
  grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  margin: 48px 0 0;
}

@media (max-width: 790px) {
  .web-ad-scope {
    padding: 0 0 90px;
  }
  .web-ad-scope .web-ad-scope__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .web-ad-scope .web-ad-scope__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .web-ad-scope .c-media-content__grid {
    grid-template-columns: 1fr;
    margin: 24px 0 0;
  }
}
/* =====================================================
  Assessment
===================================================== */
.web-ad-assessment {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.web-ad-assessment .web-ad-assessment__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .web-ad-assessment .web-ad-assessment__inner {
    width: min(790px, 90%);
  }
}

@media (max-width: 790px) {
  .web-ad-assessment {
    padding: 0 0 90px;
  }
  .web-ad-assessment .web-ad-assessment__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .web-ad-assessment .web-ad-assessment__inner {
    width: min(790px, 90%);
  }
}
/* =====================================================
  Features
===================================================== */
.web-ad-features {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.web-ad-features .web-ad-features__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .web-ad-features .web-ad-features__inner {
    width: min(790px, 90%);
  }
}
.web-ad-features .c-media-content__grid {
  margin: 38px 0 0;
}

@media (max-width: 790px) {
  .web-ad-features {
    padding: 0 0 90px;
  }
  .web-ad-features .web-ad-features__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .web-ad-features .web-ad-features__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .web-ad-features .c-media-content__grid {
    margin: 24px 0 0;
  }
}
/* =====================================================
  Benefits
===================================================== */
.web-ad-benefits {
  margin: 0;
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.web-ad-benefits .web-ad-benefits__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .web-ad-benefits .web-ad-benefits__inner {
    width: min(790px, 90%);
  }
}
.web-ad-benefits .c-media-content__grid {
  margin: 38px 0 0;
}

@media (max-width: 790px) {
  .web-ad-benefits {
    padding: 0 0 90px;
  }
  .web-ad-benefits .web-ad-benefits__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .web-ad-benefits .web-ad-benefits__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .web-ad-benefits .c-media-content__grid {
    margin: 24px 0 0;
  }
}
/* =====================================================
  Index
===================================================== */
.case-index {
  padding: clamp(50px, 6.9vw, 100px) 0 clamp(24px, 3.88vw, 56px);
}
.case-index .case-index__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .case-index .case-index__inner {
    width: min(790px, 90%);
  }
}
.case-index .case-index__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.case-index .case-index-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 152px;
  padding: 16px 16px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background: var(--color--white);
  box-shadow: var(--shadow-default);
  text-decoration: none;
}
.case-index .case-index-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #E8EBF0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease;
  z-index: 1;
}
.case-index .case-index-card:hover::before, .case-index .case-index-card:focus-visible::before {
  clip-path: inset(0 0 0 0);
}
.case-index .case-index-card:focus-visible {
  outline: 2px solid var(--color--turquoise);
  outline-offset: 4px;
}
.case-index .case-index-card .case-index-card__id {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--color--turquoise);
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-l-font-weight);
  font-size: var(--en-l-font-size);
  line-height: var(--en-l-line-height);
  letter-spacing: var(--en-l-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.case-index .case-index-card .case-index-card__title {
  position: relative;
  z-index: 2;
  margin: 8px 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.case-index .case-index-card .case-index-card__meta {
  position: relative;
  z-index: 2;
  margin: 8px 0 0;
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}
.case-index .case-index-card .case-index-card__arrow {
  position: absolute;
  right: 16px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  background: url("../image/common/icon_arrow-down-circle_bg-blue.svg") center/contain no-repeat;
  z-index: 2;
}

@media (max-width: 790px) {
  .case-index {
    padding: 64px 0 56px;
  }
  .case-index .case-index__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .case-index .case-index-card {
    min-height: 119px;
    padding: 12px 16px;
  }
  .case-index .case-index-card .case-index-card__id {
    font-family: var(--font-rockwell);
    font-style: normal;
    font-weight: var(--en-l-font-weight);
    font-size: var(--en-l-font-size);
    line-height: var(--en-l-line-height);
    letter-spacing: var(--en-l-letter-spacing);
  }
  .case-index .case-index-card .case-index-card__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
  }
  .case-index .case-index-card .case-index-card__meta {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
  }
  .case-index .case-index-card .case-index-card__arrow {
    right: 16px;
    bottom: 12px;
  }
}
/* =====================================================
  Detail
===================================================== */
.case-detail {
  padding: 0 0 clamp(75px, 9.7vw, 140px);
}
.case-detail .case-detail__panel {
  position: relative;
  width: min(1360px, 95%);
  margin: 0 auto;
  border-radius: 10px;
}
.case-detail .case-detail__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--grd--grd_light-blue);
  z-index: 0;
}
.case-detail .case-detail__panel > * {
  position: relative;
  z-index: 1;
}
.case-detail .case-detail__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
  padding: 48px 0 82px;
  box-sizing: border-box;
}
.case-detail .case-detail__overview {
  display: grid;
  grid-template-columns: minmax(0, 29%) minmax(0, 1fr);
  gap: clamp(24px, 3.88vw, 56px);
  margin: 32px 0 0;
}
.case-detail .case-detail__visual img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.case-detail .case-detail__id {
  margin: 0;
  color: var(--color--turquoise);
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-l-font-weight);
  font-size: var(--en-l-font-size);
  line-height: var(--en-l-line-height);
  letter-spacing: var(--en-l-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.case-detail .case-detail__title {
  margin: 8px 0 0;
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}
.case-detail .case-detail__meta {
  margin: 32px 0 0;
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.case-detail .case-detail__sections {
  display: grid;
  gap: clamp(12px, 1.66vw, 24px);
  margin: clamp(24px, 3.88vw, 56px) 0 0;
}
.case-detail .case-detail-row {
  display: grid;
  grid-template-columns: 247px minmax(0, 1fr);
  overflow: hidden;
  border-radius: 6px;
  background: var(--color--white);
}
.case-detail .case-detail-row .case-detail-row__label {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  color: var(--color--white);
  text-align: center;
  background: var(--color--dark-blue);
}
.case-detail .case-detail-row .case-detail-row__label-ja {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.case-detail .case-detail-row .case-detail-row__label-en {
  margin: 12px 0 0;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: clamp(10px, 0.97vw, 14px);
}
.case-detail .case-detail-row .case-detail-row__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 28px 24px;
}
.case-detail .case-detail-row .case-detail-row__text {
  margin: 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-font-weight);
  font-size: var(--text-l-font-size);
  line-height: var(--text-l-line-height);
  letter-spacing: var(--text-l-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.case-detail .case-detail-row--problem .case-detail-row__label {
  background: var(--color--dark-blue);
}
.case-detail .case-detail-row--problem .case-detail-row__body {
  border: 1px solid transparent;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(var(--color--white), var(--color--white)) padding-box, var(--grd--grd_dark-blue) border-box;
}
.case-detail .case-detail-row--solution .case-detail-row__label {
  background: var(--grd--grd_dark-blue);
}
.case-detail .case-detail-row--solution .case-detail-row__body {
  border: 1px solid #134186;
  border-left: 0;
  border-radius: 0 6px 6px 0;
}
.case-detail .case-detail-row--result .case-detail-row__label {
  background: linear-gradient(120deg, #90D0F5 0%, #2F7DCB 100%);
}
.case-detail .case-detail-row--result .case-detail-row__body {
  border: 1px solid transparent;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(var(--color--white), var(--color--white)) padding-box, var(--grd--grd-03) border-box;
}
.case-detail .case-detail-row--compare .case-detail-row__label {
  color: var(--color--blue);
  background: linear-gradient(120deg, #9CDEF5 0%, #45D0FF 100%);
}
.case-detail .case-detail-row--compare .case-detail-row__body {
  border: 1px solid transparent;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(var(--color--white), var(--color--white)) padding-box, var(--grd--grd-icon-sky) border-box;
}
.case-detail .case-detail-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.case-detail .case-detail-list li {
  position: relative;
  padding-left: 40px;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.case-detail .case-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
}
.case-detail .case-detail-list--chat li::before {
  top: 0.2em;
  width: 28px;
  height: 26px;
  border-radius: 0;
  background: url("../image/common/icon_speech-bubble_dark-blue.svg") center/contain no-repeat;
}
.case-detail .case-detail-list--check li::before {
  top: 0.1em;
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: url("../image/common/icon_check_dark-blue.svg") center/contain no-repeat;
}
.case-detail .case-detail-list--result {
  margin: 0;
}
.case-detail .case-detail-list--result li {
  color: var(--color--light-blue);
}
.case-detail .case-detail-list--result li::before {
  top: 0.1em;
  width: 28px;
  height: 28px;
  background: url("../image/common/icon_thumbsup.svg") center/contain no-repeat;
}
.case-detail .case-detail-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.case-detail .case-detail-compare .case-detail-compare__title {
  position: relative;
  margin: 0 0 0 5px;
  padding-left: 34px;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.case-detail .case-detail-compare .case-detail-compare__title::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 23px;
  height: 23px;
  background: url("../image/common/icon_eyebrow_base-font.svg") center/contain no-repeat;
}
.case-detail .case-detail-compare .case-detail-compare__title--after {
  color: var(--color--blue);
}
.case-detail .case-detail-compare .case-detail-compare__title--after::before {
  background-image: url("../image/common/icon_eyebrow_blue.svg");
}
.case-detail .case-detail-list--minus,
.case-detail .case-detail-list--arrow {
  margin: 10px 0 0;
}
.case-detail .case-detail-list--minus li,
.case-detail .case-detail-list--arrow li {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.case-detail .case-detail-list--minus li::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../image/common/icon_minus_base-font.svg") center/contain no-repeat;
}
.case-detail .case-detail-list--arrow li {
  color: var(--color--blue);
}
.case-detail .case-detail-list--arrow li::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../image/common/icon_arrow-up-circle_bg-blue.svg") center/contain no-repeat;
}

@media (max-width: 790px) {
  .case-detail {
    padding: 0 0 66px;
  }
  .case-detail .case-detail__panel {
    width: min(790px, 100%);
    border-radius: 0;
  }
  .case-detail .case-detail__inner {
    padding: 24px 0 40px;
  }
  .case-detail .case-detail__overview {
    grid-template-columns: 1fr;
    margin: 24px 0 0;
    gap: 32px;
  }
  .case-detail .case-detail__visual img {
    height: 218px;
  }
  .case-detail .case-detail__id {
    font-family: var(--font-rockwell);
    font-style: normal;
    font-weight: var(--en-l-font-weight);
    font-size: var(--en-l-font-size);
    line-height: var(--en-l-line-height);
    letter-spacing: var(--en-l-letter-spacing);
  }
  .case-detail .case-detail__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
  .case-detail .case-detail__meta {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .case-detail .case-detail__sections {
    margin: 40px 0 0;
    gap: 24px;
  }
  .case-detail .case-detail-row {
    grid-template-columns: 1fr;
  }
  .case-detail .case-detail-row .case-detail-row__label {
    padding: 16px 16px 12px;
    min-height: 88px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-4-font-weight);
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
    letter-spacing: var(--heading-4-letter-spacing);
  }
  .case-detail .case-detail-row .case-detail-row__label-ja {
    font-size: 26px;
  }
  .case-detail .case-detail-row .case-detail-row__label-en {
    margin: 4px 0 0;
    font-size: 14px;
  }
  .case-detail .case-detail-row .case-detail-row__body {
    padding: 15px 15px 30px;
  }
  .case-detail .case-detail-row .case-detail-row__text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-font-weight);
    font-size: var(--text-l-font-size);
    line-height: var(--text-l-line-height);
    letter-spacing: var(--text-l-letter-spacing);
  }
  .case-detail .case-detail-row--problem .case-detail-row__body {
    border-top: 0;
    border-left: 1px solid transparent;
    border-radius: 0 0 6px 6px;
  }
  .case-detail .case-detail-row--solution .case-detail-row__body {
    border-top: 0;
    border-left: 1px solid #134186;
    border-radius: 0 0 6px 6px;
  }
  .case-detail .case-detail-row--result .case-detail-row__body {
    border-top: 0;
    border-left: 1px solid transparent;
    border-radius: 0 0 6px 6px;
  }
  .case-detail .case-detail-row--compare .case-detail-row__body {
    border-top: 0;
    border-left: 1px solid transparent;
    border-radius: 0 0 6px 6px;
  }
  .case-detail .case-detail-list li {
    padding-left: 36px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .case-detail .case-detail-list li::before {
    top: 0.2em;
    width: 24px;
    height: 23px;
  }
  .case-detail .case-detail-compare {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .case-detail .case-detail-compare .case-detail-compare__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-4-font-weight);
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
    letter-spacing: var(--heading-4-letter-spacing);
    padding-left: 40px;
  }
  .case-detail .case-detail-compare .case-detail-compare__title::before {
    width: 20px;
    height: 20px;
  }
}
/* =====================================================
  Profile
===================================================== */
.company-profile {
  padding: clamp(80px, 8.33vw, 120px) 0 clamp(50px, 6.9vw, 100px);
}
.company-profile .company-profile__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .company-profile .company-profile__inner {
    width: min(790px, 90%);
  }
}
.company-profile .company-profile-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 30.6%);
  gap: clamp(28px, 3.88vw, 56px);
  margin: 48px 0 0;
}
.company-profile .company-profile-table {
  margin: 0;
}
.company-profile .company-profile-table__row {
  display: grid;
  grid-template-columns: minmax(80px, min(24%, 186px)) 1fr;
  align-items: baseline;
}
.company-profile .company-profile-table__row dt,
.company-profile .company-profile-table__row dd {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--color--text);
}
.company-profile .company-profile-table__row dt {
  padding: 24px 0 24px 20px;
  border-top: 1px solid var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.company-profile .company-profile-table__row dd {
  padding: 24px 0 24px 0;
  border-top: 1px solid #D9D9D9;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.company-profile .company-profile-table__row:last-child dt,
.company-profile .company-profile-table__row:last-child dd {
  border-bottom: 1px solid #D9D9D9;
}
.company-profile .company-profile-visual {
  width: min(100%, 390px);
  margin-left: auto;
}
.company-profile .company-profile-visual__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 790px) {
  .company-profile {
    padding: 64px 0 90px;
  }
  .company-profile .company-profile__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .company-profile .company-profile__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .company-profile .company-profile-list {
    display: block;
    margin: 32px 0 0;
  }
  .company-profile .company-profile-table__row {
    display: block;
    min-height: 0;
  }
  .company-profile .company-profile-table__row dt {
    padding: 12px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-strong-font-weight);
    font-size: var(--text-s-strong-font-size);
    line-height: var(--text-s-strong-line-height);
    letter-spacing: var(--text-s-strong-letter-spacing);
  }
  .company-profile .company-profile-table__row dd {
    padding: 12px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .company-profile .company-profile-table__row:last-child dd {
    border-bottom: none;
  }
  .company-profile .company-profile-visual {
    width: min(100%, 330px);
    margin: 37px auto 0;
  }
}
/* =====================================================
  Credentials
===================================================== */
.company-credentials {
  padding: 0 0 clamp(50px, 6.9vw, 100px);
}
.company-credentials .company-credentials__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .company-credentials .company-credentials__inner {
    width: min(790px, 90%);
  }
}
.company-credentials .company-credentials-groups {
  display: grid;
  gap: clamp(24px, 3.88vw, 56px);
  margin: clamp(24px, 3.33vw, 48px) 0 0;
}
.company-credentials .company-credentials__subtitle {
  margin: 0;
}
.company-credentials .company-credentials-panel-list {
  --company-credentials-panel-width: clamp(334px, calc((100% - 40px) / 2), 590px);
  display: grid;
  margin: clamp(22px, 2.22vw, 32px) 0 0;
}
.company-credentials .company-credentials-panel-list--single {
  grid-template-columns: minmax(0, var(--company-credentials-panel-width));
}
.company-credentials .company-credentials-panel-list--double {
  grid-template-columns: repeat(2, minmax(0, var(--company-credentials-panel-width)));
  gap: clamp(20px, 2.77vw, 40px);
}
.company-credentials .company-credentials-panel {
  padding: 32px;
  box-sizing: border-box;
  border-radius: 6px;
  background: var(--color--base-bl);
  mix-blend-mode: multiply;
}
.company-credentials .company-credentials-security {
  display: flex;
  justify-content: space-between;
}
.company-credentials .company-credentials-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-credentials .company-credentials-list li,
.company-credentials .company-credentials-panel__title {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.company-credentials .company-credentials-list li::before,
.company-credentials .company-credentials-panel__title::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../image/common/icon_list-point_dark-blue.svg") no-repeat center/contain;
}
.company-credentials .company-credentials-cert {
  width: clamp(100px, 11.8vw, 170px);
  text-align: center;
}
.company-credentials .company-credentials-cert__images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.company-credentials .company-credentials-cert img {
  display: block;
  width: calc(50% - 4px);
  height: auto;
}
.company-credentials .company-credentials-cert p {
  margin: 8px 0 0;
  color: #1F2A37;
  font-family: var(--font-Zen-Kaku-Gothic-New);
  font-size: clamp(10px, 0.83vw, 12px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.company-credentials .company-credentials-panel__meta {
  display: grid;
  gap: 1px;
  margin: 14px 0 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.company-credentials .company-credentials-panel__meta p {
  margin: 0;
}

@media (max-width: 790px) {
  .company-credentials {
    padding: 0 0 90px;
  }
  .company-credentials .company-credentials__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .company-credentials .company-credentials__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .company-credentials .company-credentials-groups {
    gap: 56px;
    margin: 32px 0 0;
  }
  .company-credentials .company-credentials-panel-list {
    margin: 24px 0 0;
  }
  .company-credentials .company-credentials-panel-list--single,
  .company-credentials .company-credentials-panel-list--double {
    grid-template-columns: 1fr;
  }
  .company-credentials .company-credentials-panel-list--double {
    gap: 16px;
  }
  .company-credentials .company-credentials-panel {
    min-height: 0;
    padding: 24px;
  }
  .company-credentials .company-credentials-security {
    display: block;
  }
  .company-credentials .company-credentials-cert {
    width: max(180px, 40%);
    margin: 30px auto 0;
  }
  .company-credentials .company-credentials-cert p {
    margin: 7px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-note-font-weight);
    font-size: var(--text-note-font-size);
    line-height: var(--text-note-line-height);
  }
  .company-credentials .company-credentials-list li,
  .company-credentials .company-credentials-panel__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
  }
  .company-credentials .company-credentials-panel__meta {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
}
/* =====================================================
  Access
===================================================== */
.company-access {
  padding: 0 0 clamp(90px, 11.1vw, 160px);
}
.company-access .company-access__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .company-access .company-access__inner {
    width: min(790px, 90%);
  }
}
.company-access .company-access-map {
  width: min(980px, 100%);
  margin: clamp(28px, 3.33vw, 48px) auto 0;
}
.company-access .company-access-map__iframe {
  display: block;
  width: 100%;
  aspect-ratio: 980/550;
  border: 0;
}
.company-access .company-access-map__link {
  margin: 14px 0 0;
  text-align: right;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-note-font-weight);
  font-size: var(--text-note-font-size);
  line-height: var(--text-note-line-height);
  font-size: clamp(9px, 0.83vw, 12px);
}
.company-access .company-access-map__link a {
  color: var(--color--blue);
  text-decoration: none;
}
.company-access .company-access-map__link a:hover {
  text-decoration: underline;
}

@media (max-width: 790px) {
  .company-access {
    padding: 0 0 90px;
  }
  .company-access .company-access__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .company-access .company-access__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .company-access .company-access-map {
    margin: 32px auto 0;
  }
  .company-access .company-access-map__iframe {
    aspect-ratio: 335/260;
  }
  .company-access .company-access-map__link {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-note-font-weight);
    font-size: var(--text-note-font-size);
    line-height: var(--text-note-line-height);
  }
}
/* =====================================================
  Recruit Common
===================================================== */
.recruit-section,
.recruit-message,
.recruit-index {
  scroll-margin-top: 96px;
}

.recruit-section__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .recruit-section__inner {
    width: min(790px, 90%);
  }
}

.recruit-section__header {
  display: grid;
  grid-template-columns: clamp(112px, 10vw, 144px) minmax(0, 1fr);
  column-gap: clamp(12px, 1.11vw, 16px);
  align-items: end;
  margin: 0 0 clamp(24px, 3.33vw, 48px);
}

.recruit-section__eyebrow {
  grid-column: 2;
  margin: 0 0 clamp(10px, 0.83vw, 12px);
  color: var(--color--blue);
  font-family: var(--font-rockwell);
  font-size: clamp(12px, 0.97vw, 14px);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.recruit-section__title {
  display: contents;
  color: var(--color--base-font);
}
.recruit-section__title > span:first-child {
  grid-column: 1;
  grid-row: 1/span 2;
  align-self: end;
  color: var(--color--blue);
  font-family: var(--font-rockwell);
  font-size: clamp(50px, 6.97vw, 105px);
  font-weight: normal;
  line-height: 0.88;
  letter-spacing: 0;
}

.recruit-section__title-text {
  grid-column: 2;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-2-font-weight);
  font-size: var(--heading-2-font-size);
  line-height: var(--heading-2-line-height);
  letter-spacing: var(--heading-2-letter-spacing);
  font-size: clamp(39px, 3.61vw, 52px);
}

.recruit-section__lead,
.recruit-message__text p,
.recruit-duty-card p,
.recruit-flow-card p,
.recruit-career-step p,
.recruit-interview-card p,
.recruit-check-list span,
.recruit-requirement-table dd {
  color: var(--color--base-font);
  font-weight: 500;
  font-size: clamp(13.5px, 1.25vw, 18px);
  line-height: 2;
  letter-spacing: 0.02em;
}

.recruit-section__lead {
  grid-column: 1/-1;
  margin: clamp(28px, 3.33vw, 48px) 0 0;
  color: var(--color--base-font);
  font-size: clamp(14px, 1.38vw, 20px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.recruit-section__lead span {
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}

.recruit-block {
  margin: clamp(48px, 5vw, 72px) 0 0;
}

.recruit-block__lead {
  margin: clamp(12px, 1.66vw, 24px) 0 0;
  color: var(--color--base-font);
  font-weight: 500;
  font-size: clamp(14px, 1.38vw, 20px);
  line-height: 2;
  letter-spacing: 0.2em;
}

.recruit-duty-card,
.recruit-flow-card,
.recruit-interview-card,
.recruit-requirement-panel {
  background: var(--color--white);
  box-shadow: var(--shadow-default);
}

@media (max-width: 790px) {
  .recruit-section,
  .recruit-message,
  .recruit-index {
    scroll-margin-top: 74px;
  }
  .recruit-section__title {
    display: contents;
  }
  .recruit-section__title > span:first-child {
    font-size: 64px;
  }
  .recruit-section__header {
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 8px;
    margin: 0 0 32px;
  }
  .recruit-section__eyebrow {
    margin: 0 0 3px;
    font-family: var(--font-rockwell);
    font-style: normal;
    font-weight: var(--en-s-font-weight);
    font-size: var(--en-s-font-size);
    line-height: var(--en-s-line-height);
    letter-spacing: var(--en-s-letter-spacing);
  }
  .recruit-section__title-text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-2-font-weight);
    font-size: var(--heading-2-font-size);
    line-height: var(--heading-2-line-height);
    letter-spacing: var(--heading-2-letter-spacing);
  }
  .recruit-section__lead {
    margin: 32px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .recruit-section__lead span {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-strong-font-weight);
    font-size: var(--text-s-strong-font-size);
    line-height: var(--text-s-strong-line-height);
    letter-spacing: var(--text-s-strong-letter-spacing);
  }
  .recruit-block {
    margin: 32px 0 0;
  }
  .recruit-block__lead {
    margin: 24px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .recruit-index__cards,
  .recruit-duty-grid,
  .recruit-flow-cards,
  .recruit-number-grid,
  .recruit-career-map,
  .recruit-interview-grid {
    grid-template-columns: 1fr;
  }
}
/* =====================================================
  Index
===================================================== */
.recruit-index {
  padding: clamp(50px, 6.9vw, 100px) 0 clamp(55px, 5.55vw, 80px);
}
.recruit-index .recruit-index__inner {
  width: min(1360px, 94%);
  margin: 0 auto;
}
.recruit-index .recruit-index__cards {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.38vw, 20px);
  padding: clamp(24px, 2.43vw, 35px) clamp(42px, 4.79vw, 70px) clamp(18px, 2.08vw, 30px);
  border-radius: 10px;
  background: var(--grd--grd-flow);
}
.recruit-index .recruit-index-card {
  position: relative;
  display: flex;
  min-height: clamp(55px, 5.9vw, 86px);
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.11vw, 16px);
  overflow: hidden;
  padding: clamp(16px, 1.94vw, 28px) clamp(12px, 1.66vw, 24px);
  border-radius: 4px;
  background: var(--color--white);
  color: var(--color--base-font);
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.recruit-index .recruit-index-card__text,
.recruit-index .recruit-index-card__arrow {
  position: relative;
  z-index: 2;
}
.recruit-index .recruit-index-card__arrow {
  width: clamp(18px, 1.66vw, 24px);
  height: clamp(18px, 1.66vw, 24px);
  flex: 0 0 auto;
  background: url("../image/common/icon_arrow-down-circle_bg-blue.svg") center/contain no-repeat;
}

@media (max-width: 790px) {
  .recruit-index {
    padding: 50px 0;
  }
  .recruit-index .recruit-index__inner {
    width: min(790px, 90%);
  }
  .recruit-index .recruit-index__cards {
    gap: 10px;
    padding: 16px 13px;
  }
  .recruit-index .recruit-index-card {
    gap: 8px;
    padding: 20px 10px;
    min-height: 64px;
    font-size: 15px;
    letter-spacing: 0;
  }
}
/* =====================================================
  Message
===================================================== */
.recruit-message {
  padding: 0 0 clamp(37px, 4.44vw, 64px);
}
.recruit-message .recruit-message__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 35%);
  width: min(1200px, 90%);
  margin: 0 auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: flex-start;
}
.recruit-message .recruit-message__title {
  margin: 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-2-font-weight);
  font-size: var(--heading-2-font-size);
  line-height: var(--heading-2-line-height);
  letter-spacing: var(--heading-2-letter-spacing);
  font-size: clamp(39px, 3.61vw, 52px);
}
.recruit-message .recruit-message__text {
  display: grid;
  gap: 16px;
  max-width: 680px;
  margin: clamp(24px, 3.33vw, 48px) 0 0;
}
.recruit-message .recruit-message__text p {
  margin: 0;
}
.recruit-message .recruit-message__visual {
  width: min(100%, 390px);
  margin-left: auto;
}
.recruit-message .recruit-message__image {
  display: block;
  width: 100%;
  height: auto;
}
.recruit-message .recruit-message__image--front {
  left: 0;
  bottom: 0;
  z-index: 2;
}
.recruit-message .recruit-message__image--back {
  top: 0;
  right: 0;
}

@media (max-width: 790px) {
  .recruit-message {
    padding: 0 0 50px;
  }
  .recruit-message .recruit-message__inner {
    grid-template-columns: 1fr;
  }
  .recruit-message .recruit-message__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-2-font-weight);
    font-size: var(--heading-2-font-size);
    line-height: var(--heading-2-line-height);
    letter-spacing: var(--heading-2-letter-spacing);
    gap: 32px;
  }
  .recruit-message .recruit-message__text {
    max-width: 100%;
    margin: 32px 0 0;
  }
  .recruit-message .recruit-message__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
  }
  .recruit-message .recruit-message__text .recruit-message__sp-gap {
    display: block;
    height: 2em;
  }
  .recruit-message .recruit-message__text .recruit-message__sp-gap br {
    display: none;
  }
  .recruit-message .recruit-message__visual {
    width: min(95%, 390px);
    margin: auto;
  }
}
/* =====================================================
  Work
===================================================== */
.recruit-work {
  padding: 0 0 clamp(80px, 8.33vw, 120px);
}
.recruit-work .recruit-duty-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: clamp(28px, 3.33vw, 48px) 0 0;
}
.recruit-work .recruit-duty-card {
  display: grid;
  min-height: 200px;
  align-content: center;
  justify-items: center;
  padding: 24px 16px 26px;
  box-sizing: border-box;
  text-align: center;
  gap: 16px;
  border-radius: 6px;
}
.recruit-work .recruit-duty-card img {
  display: block;
  width: 158px;
  object-fit: contain;
}
.recruit-work .recruit-duty-card h4 {
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.recruit-work .recruit-duty-card p {
  margin: 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.recruit-work .recruit-flow-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.77vw, 40px);
  margin: clamp(24px, 2.5vw, 36px) 0 0;
}
.recruit-work .recruit-flow-card {
  padding: clamp(20px, 2.77vw, 40px) clamp(18px, 2.22vw, 32px);
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}
.recruit-work .recruit-flow-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
  margin: clamp(18px, 2.22vw, 32px) 0;
}
.recruit-work .recruit-flow-card h4 {
  margin: 0;
  color: var(--color--blue);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: clamp(18px, 2.22vw, 32px);
}
.recruit-work .recruit-flow-card p {
  margin: 0;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(12px, 1.11vw, 16px);
}
.recruit-work .recruit-flow-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: min(100%, 360px);
  height: clamp(43px, 4.44vw, 64px);
  margin: clamp(18px, 2.22vw, 32px) auto 0;
  padding: 20px;
  border-radius: 4px;
  background: var(--color--dark-blue);
  color: var(--color--white);
  box-sizing: border-box;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.recruit-work .recruit-flow-card__link span {
  width: clamp(24px, 2.5vw, 36px);
  height: clamp(24px, 2.5vw, 36px);
  background: url("../image/common/icon_modal_white.svg") center/contain no-repeat;
}

@media (max-width: 790px) {
  .recruit-work {
    padding: 0 0 90px;
  }
  .recruit-work .recruit-duty-grid {
    margin: 24px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .recruit-work .recruit-duty-card {
    align-content: baseline;
    gap: 7px;
    padding: 15px 9px;
  }
  .recruit-work .recruit-duty-card img {
    width: 93px;
  }
  .recruit-work .recruit-duty-card h4 {
    margin: 5px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-strong-font-weight);
    font-size: var(--text-m-strong-font-size);
    line-height: var(--text-m-strong-line-height);
    letter-spacing: var(--text-m-strong-letter-spacing);
  }
  .recruit-work .recruit-duty-card p {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-note-font-weight);
    font-size: var(--text-note-font-size);
    line-height: var(--text-note-line-height);
  }
  .recruit-work .recruit-work-flow {
    margin: 50px 0 0;
  }
  .recruit-work .recruit-flow-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 24px 0 0;
  }
  .recruit-work .recruit-flow-card {
    padding: 15px 15px 33px;
    border-radius: 2.42px;
  }
  .recruit-work .recruit-flow-card img {
    border-radius: 3.63px;
    margin: 10px 0 13px;
  }
  .recruit-work .recruit-flow-card h4 {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .recruit-work .recruit-flow-card p {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
  }
  .recruit-work .recruit-flow-card__link {
    margin: 14px auto 0;
    padding: 13px 16px 13px 21px;
    height: 64px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .recruit-work .recruit-flow-card__link span {
    width: 36px;
    height: 36px;
    background: url(../image/common/icon_modal_white_sp.svg) center/contain no-repeat;
  }
}
/* =====================================================
  Environment
===================================================== */
.recruit-environment {
  padding: 0 0 clamp(80px, 8.33vw, 120px);
}
.recruit-environment .recruit-media-block {
  margin: clamp(37px, 4.44vw, 64px) 0 0;
}
.recruit-environment .recruit-media-block.recruit-media-block--benefits {
  margin: clamp(100px, 12.36vw, 178px) 0 0;
}
.recruit-environment .recruit-media-block .recruit-media-block__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 36%);
  gap: clamp(24px, 4.16vw, 60px);
  margin: clamp(20px, 2.77vw, 40px) 0 0;
}
.recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: recruit-workstyle;
  gap: clamp(18px, 2.22vw, 32px);
}
.recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list li {
  position: relative;
  display: grid;
  grid-template-columns: clamp(16px, 1.94vw, 28px) minmax(0, 1fr);
  column-gap: 8px;
  counter-increment: recruit-workstyle;
  padding-left: 0;
}
.recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list li::before {
  content: counter(recruit-workstyle, decimal-leading-zero);
  display: grid;
  width: clamp(16px, 1.94vw, 28px);
  height: clamp(16px, 1.94vw, 28px);
  margin-top: 0.1em;
  place-items: center;
  border-radius: 50%;
  background: var(--color--blue);
  color: var(--color--white);
  font-family: var(--font-rockwell);
  font-size: clamp(12px, 0.97vw, 14px);
  font-weight: bold;
  letter-spacing: 0;
}
.recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list li strong {
  display: block;
  color: var(--color--blue);
  font-size: clamp(12px, 1.66vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list li span {
  grid-column: 1/-1;
  display: block;
  margin: clamp(12px, 1.11vw, 16px) 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.recruit-environment .recruit-media-block .recruit-media-block__body .recruit-dot-list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.83vw, 12px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.recruit-environment .recruit-media-block .recruit-media-block__body .recruit-dot-list li {
  position: relative;
  padding-left: 24px;
  color: var(--color--base-font);
  font-weight: 500;
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.recruit-environment .recruit-media-block .recruit-media-block__body .recruit-dot-list li::before {
  content: "";
  position: absolute;
  top: 0.76em;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../image/common/icon_list-point_dark-blue.svg) no-repeat center/contain;
}
.recruit-environment .recruit-media-block .recruit-media-block__body img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.recruit-environment .recruit-number-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: clamp(35px, 4.3vw, 62px) 0 0;
}
.recruit-environment .recruit-number-card {
  display: grid;
  min-height: 200px;
  align-content: center;
  justify-items: center;
  box-sizing: border-box;
  text-align: center;
  gap: 16px;
  border-radius: 6px;
  box-shadow: var(--shadow-default);
}
.recruit-environment .recruit-number-card img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.recruit-environment .recruit-number-card h4 {
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.recruit-environment .recruit-number-card p {
  margin: 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}

@media (max-width: 790px) {
  .recruit-environment {
    padding: 0 0 90px;
  }
  .recruit-environment .recruit-numbers {
    margin: 56px 0 0;
  }
  .recruit-environment .recruit-media-block {
    margin: 40px 0 0;
  }
  .recruit-environment .recruit-media-block.recruit-media-block--benefits {
    margin: 56px 0 0;
  }
  .recruit-environment .recruit-media-block .recruit-media-block__body {
    grid-template-columns: 1fr;
    margin: 24px 0 0;
    gap: 24px;
  }
  .recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list {
    gap: 24px;
  }
  .recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list li {
    grid-template-columns: 28px minmax(0, 1fr);
  }
  .recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list li::before {
    width: 28px;
    height: 28px;
  }
  .recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list li strong {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .recruit-environment .recruit-media-block .recruit-media-block__body .recruit-check-list li span {
    margin: 12px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .recruit-environment .recruit-media-block .recruit-media-block__body .recruit-dot-list li {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .recruit-environment .recruit-number-grid {
    margin: 24px 0 0;
    grid-template-columns: 1fr;
  }
  .recruit-environment .recruit-number-card {
    min-height: auto;
  }
}
/* =====================================================
  Career
===================================================== */
.recruit-career {
  padding: 0 0 clamp(80px, 8.33vw, 120px);
}
.recruit-career .recruit-career-map {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(20px, 2.98vw, 43px) clamp(60px, 7.63vw, 110px) clamp(37px, 4.44vw, 64px) clamp(50px, 6.59vw, 95px);
  border-radius: 10px;
  background: var(--grd--grd_light-blue);
  overflow: hidden;
}
.recruit-career .recruit-career-map__header .recruit-career-map__title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.recruit-career .recruit-career-map__header .recruit-career-map__title p {
  margin: 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.recruit-career .recruit-career-map__header .recruit-career-map__title span {
  color: var(--color--blue);
  font-family: var(--font-rockwell);
  font-style: normal;
  font-weight: var(--en-s-font-weight);
  font-size: var(--en-s-font-size);
  line-height: var(--en-s-line-height);
  letter-spacing: var(--en-s-letter-spacing);
  font-size: clamp(9px, 0.83vw, 12px);
  transform: translateY(0.2em);
}
.recruit-career .recruit-career-map__header .recruit-career-map__lead {
  margin: clamp(12px, 1.29vw, 18px) 0 0;
  color: var(--color--base-font);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(11px, 0.97vw, 14px);
}
.recruit-career .recruit-career-map__image {
  margin: -20px auto 0;
}
.recruit-career .recruit-career-map__image img {
  max-width: 100%;
}

@media (max-width: 790px) {
  .recruit-career .recruit-career-map {
    padding: 36px 20px 54px;
    gap: 0;
  }
  .recruit-career .recruit-career-map__header .recruit-career-map__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .recruit-career .recruit-career-map__header .recruit-career-map__title p {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .recruit-career .recruit-career-map__header .recruit-career-map__title span {
    order: -1;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    transform: none;
  }
  .recruit-career .recruit-career-map__header .recruit-career-map__lead {
    margin: 27px 0 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .recruit-career .recruit-career-map__image {
    margin: 48px auto 0;
  }
  .recruit-career .recruit-career-map__image img {
    max-width: 100%;
    width: min(86%, 272px);
    padding: 0 0 0 16px;
  }
}
/* =====================================================
  Interview
===================================================== */
.recruit-interview {
  padding: 0 0 clamp(80px, 8.33vw, 120px);
}
.recruit-interview .recruit-interview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2.77vw, 40px);
}
.recruit-interview .recruit-interview-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(300px, 23.61vw, 340px);
  overflow: hidden;
  padding: clamp(18px, 2.08vw, 30px) clamp(18px, 2.22vw, 32px) clamp(16px, 1.94vw, 28px);
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--color--white);
  box-shadow: var(--shadow-default);
}
.recruit-interview .recruit-interview-card__profile {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.83vw, 12px);
  padding: 0 0 clamp(55px, 6.04vw, 87px);
}
.recruit-interview .recruit-interview-card__tag {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 30px;
  margin: 0;
  padding: 4px 16px;
  border-radius: 999px;
  background: #EBF1FA;
  color: var(--color--blue);
  box-sizing: border-box;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
}
.recruit-interview .recruit-interview-card h3 {
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-rockwell);
  font-size: clamp(34px, 3.33vw, 48px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.recruit-interview .recruit-interview-card__previous {
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.recruit-interview .recruit-interview-card__image {
  position: absolute;
  right: clamp(12px, 1.66vw, 24px);
  bottom: 0;
  z-index: 1;
  display: block;
  width: clamp(138px, 16.66vw, 240px);
  object-fit: contain;
  object-position: right bottom;
}
.recruit-interview .recruit-interview-card__question {
  position: relative;
  z-index: 2;
  margin: auto 0 0;
  padding: clamp(13px, 1.31vw, 19px) clamp(12px, 1.52vw, 22px) clamp(12px, 1.66vw, 24px);
  border-radius: 6px;
  background: var(--color--base-bl);
  box-sizing: border-box;
}
.recruit-interview .recruit-interview-card__question h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.recruit-interview .recruit-interview-card__question h4 .recruit-interview-card__question-icon {
  display: block;
  width: clamp(18px, 2.22vw, 32px);
  height: clamp(18px, 2.22vw, 32px);
  flex: 0 0 auto;
}
.recruit-interview .recruit-interview-card__question p {
  margin: clamp(10px, 0.83vw, 12px) 0 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.recruit-interview .recruit-interview-card__link {
  position: relative;
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: clamp(12px, 1.29vw, 18px);
  margin: clamp(10px, 0.83vw, 12px) 0 0;
  text-decoration: none;
  color: var(--color--light-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.recruit-interview .recruit-interview-card__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: calc(36px + clamp(12px, 1.29vw, 18px));
  bottom: -0.12em;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.recruit-interview .recruit-interview-card__link:hover::after, .recruit-interview .recruit-interview-card__link:focus-visible::after {
  transform: scaleX(1);
}
.recruit-interview .recruit-interview-card__link span {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  background: url("../image/recruit/icon_modal_light-blue.svg") center/contain no-repeat;
}

@media (max-width: 790px) {
  .recruit-interview .recruit-interview-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .recruit-interview .recruit-interview-card__profile {
    padding: 0;
    gap: 16px;
  }
  .recruit-interview .recruit-interview-card__tag {
    min-height: 23px;
    padding: 4px 12px;
    font-size: 13px;
  }
  .recruit-interview .recruit-interview-card h3 {
    font-size: 40px;
  }
  .recruit-interview .recruit-interview-card__previous {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
    font-size: clamp(11px, 0.97vw, 14px);
    font-size: 14px;
  }
  .recruit-interview .recruit-interview-card__image {
    right: 0;
    width: min(45%, 160px);
  }
  .recruit-interview .recruit-interview-card__question {
    padding: 12px;
  }
  .recruit-interview .recruit-interview-card__question h4 {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-strong-font-weight);
    font-size: var(--text-m-strong-font-size);
    line-height: var(--text-m-strong-line-height);
    letter-spacing: var(--text-m-strong-letter-spacing);
    font-size: clamp(13.5px, 1.25vw, 18px);
    font-size: 18px;
  }
  .recruit-interview .recruit-interview-card__question h4 .recruit-interview-card__question-icon {
    width: 32px;
    height: 34px;
  }
  .recruit-interview .recruit-interview-card__question p {
    margin: 6px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
    font-size: 16px;
  }
  .recruit-interview .recruit-interview-card__link {
    margin: 6px 0 0;
    gap: 18px;
    font-size: 14px;
  }
}
/* =====================================================
  Requirements
===================================================== */
.recruit-requirements {
  padding: 0 0 clamp(75px, 9.7vw, 140px);
}
.recruit-requirements .recruit-requirements__groups {
  display: grid;
  gap: clamp(28px, 3.88vw, 56px);
  margin: clamp(55px, 5.55vw, 80px) 0 0;
}
.recruit-requirements .recruit-requirement-panel {
  padding: clamp(24px, 3.88vw, 56px) clamp(50px, 6.9vw, 100px);
}
.recruit-requirements .recruit-requirement-table {
  margin: clamp(20px, 2.77vw, 40px) 0 0;
}
.recruit-requirements .recruit-requirement-table .recruit-requirement-table__row {
  display: grid;
  grid-template-columns: minmax(80px, min(24%, 186px)) 1fr;
}
.recruit-requirements .recruit-requirement-table .recruit-requirement-table__row dt,
.recruit-requirements .recruit-requirement-table .recruit-requirement-table__row dd {
  display: flex;
  align-items: flex-start;
  margin: 0;
  color: var(--color--base-font);
}
.recruit-requirements .recruit-requirement-table .recruit-requirement-table__row dt {
  padding: 24px 0 24px 20px;
  border-top: 1px solid var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.recruit-requirements .recruit-requirement-table .recruit-requirement-table__row dd {
  flex-direction: column;
  padding: 24px;
  border-top: 1px solid #D9D9D9;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0;
}
.recruit-requirements .recruit-requirement-table .recruit-requirement-list {
  margin: 0;
  padding-left: 0.5em;
}
.recruit-requirements .recruit-requirement-table .recruit-requirement-list + .recruit-requirement-list {
  margin-top: 14px;
}
.recruit-requirements .recruit-requirement-table .recruit-requirement-list li {
  margin: 0;
}
.recruit-requirements .recruit-requirement-table .recruit-requirement-list__note {
  list-style: none;
}
.recruit-requirements .recruit-requirement-table .recruit-requirement-note {
  margin: 10px 0;
  font-weight: 700;
}

@media (max-width: 790px) {
  .recruit-requirements {
    padding: 0 0 90px;
  }
  .recruit-requirements .recruit-requirements__groups {
    margin: 56px 0 0;
    gap: 56px;
  }
  .recruit-requirements .recruit-requirement-panel {
    padding: 0;
    box-shadow: none;
  }
  .recruit-requirements .recruit-requirement-table {
    margin: 24px 0 0;
  }
  .recruit-requirements .recruit-requirement-table .recruit-requirement-table__row {
    display: block;
    border-top: 1px solid var(--color--blue);
  }
  .recruit-requirements .recruit-requirement-table .recruit-requirement-table__row dt,
  .recruit-requirements .recruit-requirement-table .recruit-requirement-table__row dd {
    display: block;
    padding-left: 10px;
  }
  .recruit-requirements .recruit-requirement-table .recruit-requirement-table__row dt {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 0;
    border-bottom: 1px solid #D9D9D9;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-strong-font-weight);
    font-size: var(--text-s-strong-font-size);
    line-height: var(--text-s-strong-line-height);
    letter-spacing: var(--text-s-strong-letter-spacing);
  }
  .recruit-requirements .recruit-requirement-table .recruit-requirement-table__row dd {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .recruit-requirements .recruit-requirement-table .recruit-requirement-list {
    padding-left: 17px;
    gap: 6px;
    display: flex;
    flex-direction: column;
  }
}
/* =====================================================
  Contact Guidance
===================================================== */
.contact-guidance {
  padding: clamp(50px, 6.9vw, 100px) 0;
}
.contact-guidance .contact-guidance__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .contact-guidance .contact-guidance__inner {
    width: min(790px, 90%);
  }
}
.contact-guidance .contact-guidance__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.38vw, 20px);
}

.contact-guidance-card {
  min-height: clamp(75px, 9.7vw, 140px);
  padding: clamp(12px, 1.11vw, 16px) clamp(12px, 1.11vw, 16px) clamp(12px, 1.66vw, 24px);
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--color--base-bl);
  text-align: center;
}
.contact-guidance-card .contact-guidance-card__icon {
  display: inline-block;
  width: clamp(16px, 1.94vw, 28px);
  height: clamp(16px, 1.94vw, 28px);
  background: url("../image/common/icon_check_blue.svg") no-repeat center/contain;
  vertical-align: bottom;
}
.contact-guidance-card .contact-guidance-card__title {
  margin: 8px 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.contact-guidance-card .contact-guidance-card__text {
  margin: 0;
  color: var(--color--base-font);
  font-size: clamp(10px, 0.83vw, 12px);
  font-weight: 400;
  line-height: 19.8px;
  letter-spacing: 0.48px;
}

/* =====================================================
  FAQ
===================================================== */
.contact-faq {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.contact-faq .contact-faq__inner {
  position: relative;
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .contact-faq .contact-faq__inner {
    width: min(790px, 90%);
  }
}
.contact-faq .contact-faq__inner {
  z-index: 1;
}
.contact-faq .contact-faq__list {
  margin: clamp(24px, 2.63vw, 38px) 0 0;
}

.contact-faq-item {
  padding: 0 0 clamp(14px, 1.38vw, 20px);
  border-bottom: 1px solid var(--color--line-gray);
}
.contact-faq-item + .contact-faq-item {
  padding-top: clamp(14px, 1.38vw, 20px);
}
.contact-faq-item h4 {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.11vw, 16px);
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.contact-faq-item h4 .contact-faq-item__question-icon {
  display: block;
  flex: 0 0 auto;
  width: clamp(18px, 2.22vw, 32px);
  height: clamp(18px, 2.22vw, 32px);
}
.contact-faq-item p {
  margin: clamp(10px, 0.83vw, 12px) 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

@media (max-width: 790px) {
  .contact-guidance {
    padding: 50px 0 90px;
  }
  .contact-guidance .contact-guidance__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-guidance-card {
    min-height: 128px;
    padding: 16px 16px 20px;
  }
  .contact-guidance-card .contact-guidance-card__icon {
    width: 28px;
    height: 28px;
  }
  .contact-guidance-card .contact-guidance-card__title {
    margin: 8px 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
  }
  .contact-guidance-card .contact-guidance-card__text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-note-font-weight);
    font-size: var(--text-note-font-size);
    line-height: var(--text-note-line-height);
  }
  .contact-faq {
    padding: 0 0 90px;
  }
  .contact-faq .contact-faq__list {
    margin: 24px 0 0;
  }
  .contact-faq-item {
    padding: 0 0 24px;
    border-bottom: 0;
  }
  .contact-faq-item + .contact-faq-item {
    padding-top: 4px;
  }
  .contact-faq-item h4 {
    align-items: flex-start;
    gap: 8px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .contact-faq-item h4 .contact-faq-item__question-icon {
    width: 32px;
    height: 32px;
  }
  .contact-faq-item p {
    margin: 12px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
}
/* =====================================================
  Contact Form
===================================================== */
.contact-form {
  padding: clamp(50px, 6.9vw, 100px) 0 clamp(60px, 7.63vw, 110px);
}
.contact-form .contact-form__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .contact-form .contact-form__inner {
    width: min(790px, 90%);
  }
}
.contact-form.contact-form--thanks {
  padding: clamp(50px, 6.9vw, 100px) 0 clamp(75px, 9.7vw, 140px);
}

.contact-form-card {
  position: relative;
  padding: clamp(24px, 3.47vw, 50px) clamp(42px, 4.79vw, 70px);
  box-sizing: border-box;
  margin: clamp(24px, 3.88vw, 56px) 0 0;
  border-radius: 24px;
  background: var(--color--white);
  box-shadow: var(--shadow-default);
}
.contact-form-card .contact-form-card__body {
  width: min(100%, 1080px);
  margin: 0;
}

.contact-form-card .wpcf7 form {
  margin: 0;
}
.contact-form-card .wpcf7 p {
  margin: 0;
}
.contact-form-card .wpcf7 p:has(> label),
.contact-form-card .wpcf7 form > label {
  border-bottom: 1px solid #d9d9d9;
}
.contact-form-card .wpcf7 p:has(> label),
.contact-form-card .wpcf7 form > label {
  display: block;
}
.contact-form-card .wpcf7 label {
  position: relative;
  display: block;
  padding: clamp(12px, 1.52vw, 22px) 0 clamp(12px, 1.52vw, 22px) clamp(42px, 4.79vw, 70px);
  box-sizing: border-box;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
  line-height: clamp(48px, 3.75vw, 54px);
}
.contact-form-card .wpcf7 label > br {
  display: none;
}
.contact-form-card .wpcf7 label::before {
  content: "任意";
  position: absolute;
  top: calc(clamp(12px, 1.52vw, 22px) + (clamp(48px, 3.75vw, 54px) - clamp(14px, 1.38vw, 20px)) / 1.9);
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(24px, 3.88vw, 56px);
  height: clamp(14px, 1.38vw, 20px);
  border-radius: 2px;
  background: var(--color--dark-blue);
  color: var(--color--white);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-note-font-weight);
  font-size: var(--text-note-font-size);
  line-height: var(--text-note-line-height);
  font-size: clamp(9px, 0.83vw, 12px);
}
.contact-form-card .wpcf7 label:has(.wpcf7-validates-as-required)::before,
.contact-form-card .wpcf7 label:has([aria-required=true])::before,
.contact-form-card .wpcf7 .contact-confirm-field--required::before {
  content: "必須";
  background: var(--color--sky-blue);
}
.contact-form-card .wpcf7 .contact-confirm-field {
  display: block;
}
.contact-form-card .wpcf7 .contact-confirm-field__label {
  display: block;
  width: clamp(160px, 13.88vw, 200px);
  overflow-wrap: anywhere;
}
.contact-form-card .wpcf7 .wpcf7-form-control-wrap:not(:has(.wpcf7-acceptance)),
.contact-form-card .wpcf7 .contact-confirm-field__value {
  position: static;
  display: block;
  width: calc(100% + clamp(42px, 4.79vw, 70px) - clamp(24px, 3.88vw, 56px) - clamp(160px, 13.88vw, 200px) - clamp(16px, 2.22vw, 32px) - clamp(16px, 2.22vw, 32px));
  margin: calc(0px - clamp(48px, 3.75vw, 54px)) 0 0 auto;
  min-width: 0;
  line-height: 1;
}
.contact-form-card .wpcf7 .contact-confirm-field__value {
  display: flex;
  align-items: center;
  min-height: clamp(48px, 3.75vw, 54px);
  padding: 0 16px;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 1.5;
  white-space: pre-wrap;
}
.contact-form-card .wpcf7 .contact-confirm-field--message .contact-confirm-field__value {
  align-items: flex-start;
  padding: 16px;
}
.contact-form-card .wpcf7 .wpcf7-form-control-wrap:has(.wpcf7-acceptance) {
  position: static;
  display: block;
  width: auto;
}
.contact-form-card .wpcf7 input[type=text],
.contact-form-card .wpcf7 input[type=email],
.contact-form-card .wpcf7 input[type=tel],
.contact-form-card .wpcf7 select,
.contact-form-card .wpcf7 textarea {
  display: block;
  width: 100%;
  min-height: clamp(48px, 3.75vw, 54px);
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  background: #FDFDFC;
  color: var(--color--base-font);
  font-family: inherit;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 1.5;
}
.contact-form-card .wpcf7 input[type=text],
.contact-form-card .wpcf7 input[type=email],
.contact-form-card .wpcf7 input[type=tel],
.contact-form-card .wpcf7 select {
  padding: 0 16px;
}
.contact-form-card .wpcf7 textarea {
  height: clamp(100px, 13.8vw, 200px);
  padding: 16px;
  resize: vertical;
}
.contact-form-card .wpcf7 ::placeholder {
  color: #969696;
  opacity: 1;
}
.contact-form-card .wpcf7 .wpcf7-not-valid {
  border-color: var(--color--red);
  background: #FFF9F7;
}
.contact-form-card .wpcf7 input.wpcf7-not-valid,
.contact-form-card .wpcf7 select.wpcf7-not-valid,
.contact-form-card .wpcf7 textarea.wpcf7-not-valid,
.contact-form-card .wpcf7 input[aria-invalid=true],
.contact-form-card .wpcf7 select[aria-invalid=true],
.contact-form-card .wpcf7 textarea[aria-invalid=true] {
  border-color: var(--color--red);
  background: #FFF9F7;
}
.contact-form-card .wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin: 6px 0 0;
  color: var(--color--red);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.contact-form-card .wpcf7 .contact-form__select {
  appearance: none;
  width: 40%;
  min-width: 240px;
  padding-right: clamp(32px, 3.33vw, 48px);
  background-image: url("../image/common/icon_toggle.svg");
  background-position: right clamp(20px, 2.22vw, 32px) center;
  background-size: clamp(9px, 0.83vw, 12px) auto;
  background-repeat: no-repeat;
}
.contact-form-card .wpcf7 .wpcf7-list-item-label {
  font-weight: 400;
  font-size: clamp(14px, 1.38vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0 60px 0 0;
}
.contact-form-card .wpcf7 .wpcf7-acceptance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 0.69vw, 10px);
  margin: clamp(20px, 2.77vw, 40px) 0 0;
  padding: clamp(14px, 1.38vw, 20px);
  background: rgba(109, 132, 146, 0.05);
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.contact-form-card .wpcf7 .wpcf7-acceptance::before {
  content: "送信前に、下記をお読みください。";
  display: block;
  text-align: center;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.contact-form-card .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-form-card .wpcf7 .wpcf7-acceptance label {
  display: inline-flex;
  grid-template-columns: none;
  gap: 10px;
  align-items: center;
  padding: 0;
}
.contact-form-card .wpcf7 .wpcf7-acceptance label::before {
  content: none;
}
.contact-form-card .wpcf7 .wpcf7-acceptance input[type=checkbox] {
  width: clamp(12px, 1.8vw, 26px);
  height: clamp(12px, 1.8vw, 26px);
  margin: 0;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background: var(--color--white);
  accent-color: var(--color--blue);
  transform: translateY(0.15em);
}
.contact-form-card .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked {
  background: var(--color--blue);
}
.contact-form-card .wpcf7 .wpcf7-acceptance a {
  color: var(--color--sky-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-form-card .wpcf7 .wpcf7-submit,
.contact-form-card .wpcf7 .wpcf7-previous {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 360px);
  height: clamp(60px, 4.44vw, 64px);
  margin: 0 auto;
  padding: 0 55px 0 20px;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  background: var(--color--sky-blue);
  color: var(--color--white);
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(15px, 1.29vw, 18px);
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
.contact-form-card .wpcf7 .wpcf7-submit {
  background-image: url("../image/common/icon_arrow-right-circle_white.svg"), linear-gradient(#52CBF7, #52CBF7);
  background-position: right 16px center, left top;
  background-size: clamp(33px, 2.5vw, 36px) 36px, 0 100%;
  background-repeat: no-repeat;
  text-align: left;
  transition: background-size 0.35s ease;
}
.contact-form-card .wpcf7 .wpcf7-submit:hover, .contact-form-card .wpcf7 .wpcf7-submit:focus-visible {
  background-size: clamp(33px, 2.5vw, 36px) 36px, 100% 100%;
}
.contact-form-card .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.contact-form-card .wpcf7 .wpcf7-submit:disabled:hover, .contact-form-card .wpcf7 .wpcf7-submit:disabled:focus-visible {
  background-size: clamp(33px, 2.5vw, 36px) 36px, 0 100%;
}
.contact-form-card .wpcf7 .wpcf7-previous {
  justify-content: center;
  width: min(100%, 220px);
  min-height: clamp(50px, 3.88vw, 56px);
  height: auto;
  margin: clamp(18px, 2.22vw, 32px) auto 0;
  padding: 0 20px;
  background-image: linear-gradient(#A1A1A1, #A1A1A1);
  background-position: left top;
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-color: #8D8D8D;
  font-size: clamp(15px, 1.29vw, 18px);
  transition: background-size 0.35s ease;
}
.contact-form-card .wpcf7 .wpcf7-previous:hover, .contact-form-card .wpcf7 .wpcf7-previous:focus-visible {
  background-size: 100% 100%;
}
.contact-form-card .wpcf7 .wpcf7-spinner {
  display: none;
  margin: 0 auto;
}
.contact-form-card .wpcf7 form.submitting .wpcf7-spinner {
  display: block;
  margin: 16px 0 0;
}
.contact-form-card .wpcf7 .wpcf7-response-output {
  display: none;
}

.contact-form--input .contact-form-card .wpcf7 form:not(.is-contact-validation-visible) .wpcf7-not-valid {
  border-color: #D9D9D9;
  background: #FDFDFC;
}
.contact-form--input .contact-form-card .wpcf7 form:not(.is-contact-validation-visible) input[aria-invalid=true],
.contact-form--input .contact-form-card .wpcf7 form:not(.is-contact-validation-visible) select[aria-invalid=true],
.contact-form--input .contact-form-card .wpcf7 form:not(.is-contact-validation-visible) textarea[aria-invalid=true] {
  border-color: #D9D9D9;
  background: #FDFDFC;
}
.contact-form--input .contact-form-card .wpcf7 form:not(.is-contact-validation-visible) .wpcf7-not-valid-tip {
  display: none;
}
.contact-form--input .contact-form-card .wpcf7 form > p:has(.wpcf7-submit) {
  margin: 30px 0 0;
}
.contact-form--input .contact-form-card .wpcf7 form > p:has(.wpcf7-submit) {
  margin: clamp(20px, 3.12vw, 45px) 0 0;
  text-align: center;
}
.contact-form--input .contact-form-card .wpcf7 form > p:has(.wpcf7-submit)::before {
  content: "ご入力内容をご確認のうえ、お気軽に送信ください";
  display: block;
  margin: 0 0 clamp(12px, 1.8vw, 26px);
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}
.contact-form--input .contact-form-card .wpcf7 form > p:has(.wpcf7-submit) + p {
  display: none;
}
.contact-form--input .contact-form-card .wpcf7 form > p:has(.wpcf7-submit) ~ p:not(:has(label)) {
  margin: 0;
}

.contact-confirm-list {
  margin: 0;
}

.contact-confirm-list__row {
  position: relative;
  display: block;
  padding: clamp(12px, 1.52vw, 22px) 0 clamp(12px, 1.52vw, 22px) clamp(42px, 4.79vw, 70px);
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
  line-height: clamp(48px, 3.75vw, 54px);
}

.contact-confirm-list__row:first-child {
  border-top: 0;
}

.contact-confirm-list__row::before {
  content: "任意";
  position: absolute;
  top: calc(clamp(12px, 1.52vw, 22px) + (clamp(48px, 3.75vw, 54px) - clamp(14px, 1.38vw, 20px)) / 1.9);
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(24px, 3.88vw, 56px);
  height: clamp(14px, 1.38vw, 20px);
  border-radius: 2px;
  background: var(--color--dark-blue);
  color: var(--color--white);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-note-font-weight);
  font-size: var(--text-note-font-size);
  line-height: var(--text-note-line-height);
  font-size: clamp(9px, 0.83vw, 12px);
}

.contact-confirm-list__row:nth-child(1)::before,
.contact-confirm-list__row:nth-child(2)::before,
.contact-confirm-list__row:nth-child(4)::before,
.contact-confirm-list__row:nth-child(6)::before {
  content: "必須";
  background: var(--color--sky-blue);
}

.contact-confirm-list__label {
  display: block;
  font-weight: 500;
}

.contact-confirm-list__value {
  display: flex;
  align-items: center;
  width: calc(100% + clamp(42px, 4.79vw, 70px) - clamp(24px, 3.88vw, 56px) - clamp(160px, 13.88vw, 200px) - clamp(16px, 2.22vw, 32px) - clamp(16px, 2.22vw, 32px));
  min-height: clamp(48px, 3.75vw, 54px);
  margin: calc(0px - clamp(48px, 3.75vw, 54px)) 0 0 auto;
  padding: 0 22px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  background: #FDFDFC;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 1.5;
  white-space: pre-wrap;
}

.contact-confirm-list__row:nth-child(6) {
  min-height: clamp(138px, 16.66vw, 240px);
}

.contact-confirm-list__row:nth-child(6) .contact-confirm-list__value {
  align-items: flex-start;
  min-height: clamp(100px, 13.8vw, 200px);
  padding: 16px 22px;
}

.contact-form--confirm .contact-form__agreement {
  margin: clamp(24px, 2.43vw, 35px) 0 clamp(20px, 2.77vw, 40px);
  padding: clamp(18px, 2.08vw, 30px) clamp(14px, 1.38vw, 20px);
  background: #f7f8f9;
  color: var(--color--base-font);
  text-align: center;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

.contact-form-notes {
  margin: clamp(20px, 2.77vw, 40px) 0 0;
  padding: 0;
  color: var(--color--base-font);
  list-style: none;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}
.contact-form-notes li::before {
  content: "※";
}

.contact-thanks-card {
  min-height: clamp(500px, 56.25vw, 810px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.contact-thanks-card__content {
  display: grid;
  gap: clamp(42px, 4.79vw, 70px);
  width: min(100%, 808px);
  text-align: center;
}

.contact-thanks-card__title {
  margin: 0;
  color: var(--color--light-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-3-sub-font-weight);
  font-size: var(--heading-3-sub-font-size);
  line-height: var(--heading-3-sub-line-height);
  letter-spacing: var(--heading-3-sub-letter-spacing);
  font-size: clamp(27px, 2.5vw, 36px);
}

.contact-thanks-card__lead {
  margin: 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-font-weight);
  font-size: var(--text-l-font-size);
  line-height: var(--text-l-line-height);
  letter-spacing: var(--text-l-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}

.contact-thanks-card__message {
  margin: 0 auto;
  width: 100%;
  max-width: clamp(600px, 55.5vw, 800px);
  box-sizing: border-box;
  padding: clamp(24px, 2.5vw, 36px) clamp(28px, 3.47vw, 50px) clamp(20px, 3.12vw, 45px);
  background: var(--color--base-bl);
  color: var(--color--base-font);
  text-align: left;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.contact-thanks-card__message p {
  margin: 0;
}
.contact-thanks-card__message p + p {
  margin: 28px 0 0;
}

.contact-thanks-card__button {
  margin: 0 auto;
}

@media (max-width: 790px) {
  .contact-form {
    padding: 32px 0 90px;
  }
  .contact-form .contact-form__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .contact-form .contact-form__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .contact-form.contact-form--thanks {
    padding: 32px 0 90px;
  }
  .contact-form-card {
    margin: 25px 0 0;
    padding: 20px 10px 26px;
    border-radius: 16px;
  }
  .contact-form-card .wpcf7 p:has(> label) + p:has(> label),
  .contact-form-card .wpcf7 label + label {
    border-top: 0;
  }
  .contact-form-card .wpcf7 label {
    min-height: 0;
    padding: 15px 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
    line-height: inherit;
  }
  .contact-form-card .wpcf7 label::before {
    position: static;
    transform: none;
    width: 44px;
    height: 16px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .contact-form-card .wpcf7 .contact-confirm-field {
    display: block;
  }
  .contact-form-card .wpcf7 .wpcf7-form-control-wrap:not(:has(.wpcf7-acceptance)),
  .contact-form-card .wpcf7 .contact-confirm-field__value {
    position: static;
    width: 100%;
    margin: 12px 0 0;
  }
  .contact-form-card .wpcf7 label:has(textarea) .wpcf7-form-control-wrap,
  .contact-form-card .wpcf7 .contact-confirm-field--message .contact-confirm-field__value {
    width: 100%;
    margin: 8px 0 0;
  }
  .contact-form-card .wpcf7 .contact-confirm-field__label {
    display: inline;
    width: auto;
  }
  .contact-form-card .wpcf7 .contact-form__select {
    width: 100%;
    min-width: 100%;
  }
  .contact-form-card .wpcf7 .contact-confirm-field__value {
    min-height: 48px;
    padding: 0 14px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .contact-form-card .wpcf7 .contact-confirm-field--message .contact-confirm-field__value {
    padding: 12px;
  }
  .contact-form-card .wpcf7 input[type=text],
  .contact-form-card .wpcf7 input[type=email],
  .contact-form-card .wpcf7 input[type=tel],
  .contact-form-card .wpcf7 select {
    min-height: 48px;
    padding: 0 14px;
  }
  .contact-form-card .wpcf7 textarea {
    min-height: 170px;
    padding: 12px;
  }
  .contact-form-card .wpcf7 .wpcf7-acceptance {
    gap: 11px;
    margin: 25px 0 0;
    padding: 22px 12px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .contact-form-card .wpcf7 .wpcf7-acceptance label {
    display: flex;
    justify-content: center;
  }
  .contact-form-card .wpcf7 .wpcf7-acceptance input[type=checkbox] {
    width: 22px;
    height: 22px;
  }
  .contact-form-card .wpcf7 .wpcf7-list-item {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .contact-form-card .wpcf7 .wpcf7-list-item-label {
    margin: 0;
  }
  .contact-form-card .wpcf7 .wpcf7-submit,
  .contact-form-card .wpcf7 .wpcf7-previous {
    width: min(100%, 310px);
    margin: 22px auto 0;
    font-size: 16px;
  }
  .contact-form-card .wpcf7 .wpcf7-submit {
    height: 65px;
    padding: 0 55px 0 20px;
    justify-content: space-between;
    background-position: right 16px center, left top;
    background-size: 36px 36px, 0 100%;
  }
  .contact-form-card .wpcf7 .wpcf7-submit:hover, .contact-form-card .wpcf7 .wpcf7-submit:focus-visible {
    background-size: 36px 36px, 100% 100%;
  }
  .contact-form-card .wpcf7 .wpcf7-submit:disabled:hover, .contact-form-card .wpcf7 .wpcf7-submit:disabled:focus-visible {
    background-size: 36px 36px, 0 100%;
  }
  .contact-form-card .wpcf7 .wpcf7-previous {
    width: min(100%, 210px);
    min-height: 50px;
    margin: 22px auto 0;
    padding: 0 20px;
    justify-content: center;
    font-size: 14px;
  }
  .contact-confirm-list__row {
    display: block;
    min-height: 0;
    padding: 14px 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
    line-height: inherit;
  }
  .contact-confirm-list__row::before {
    position: static;
    width: 48px;
    height: 18px;
    margin-right: 12px;
    font-size: 11px;
  }
  .contact-confirm-list__label {
    display: inline;
  }
  .contact-confirm-list__value {
    width: 100%;
    min-height: 48px;
    margin: 8px 0 0;
    padding: 0 14px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .contact-confirm-list__row:nth-child(6) {
    min-height: 0;
  }
  .contact-confirm-list__row:nth-child(6) .contact-confirm-list__value {
    min-height: 170px;
    padding: 12px 14px;
  }
  .contact-form--confirm .contact-form__agreement {
    margin: 28px 0 0;
    padding: 22px 12px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .contact-form-notes {
    margin: 22 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
  }
  .contact-thanks-card {
    min-height: unset;
    padding: 44px 18px 54px;
    margin: 90px 0 0;
  }
  .contact-thanks-card__content {
    gap: 30px;
  }
  .contact-thanks-card__title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
    font-size: 24px;
    text-align: left;
  }
  .contact-thanks-card__lead {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .contact-thanks-card__message {
    padding: 16px 12px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
}
/* =====================================================
  Flow Modal
===================================================== */
.recruit-flow-modal {
  --recruit-flow-modal-padding-y: clamp(34px, 4.86vw, 70px);
  --recruit-flow-modal-close-size: 54px;
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  align-items: center;
  box-sizing: border-box;
  height: 100vh;
  padding: var(--recruit-flow-modal-padding-y) 20px;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62) 0%, rgba(245, 248, 252, 0.5) 100%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
.recruit-flow-modal .recruit-flow-modal__frame {
  position: relative;
  width: min(100% - var(--recruit-flow-modal-close-size), 960px);
  max-height: calc(100vh - var(--recruit-flow-modal-padding-y) * 2);
  margin: auto;
}
.recruit-flow-modal .recruit-flow-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 130;
  width: var(--recruit-flow-modal-close-size);
  height: var(--recruit-flow-modal-close-size);
  border: 0;
  border-radius: 50%;
  background: var(--color--dark-blue);
  cursor: pointer;
  transform: translate(50%, -50%);
}
.recruit-flow-modal .recruit-flow-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  background: var(--color--white);
}
.recruit-flow-modal .recruit-flow-modal__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.recruit-flow-modal .recruit-flow-modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.recruit-flow-modal .recruit-flow-modal__dialog {
  width: 100%;
  max-height: calc(100vh - var(--recruit-flow-modal-padding-y) * 2);
  margin: 0;
  padding: clamp(37px, 4.44vw, 64px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 10px;
  background: var(--color--white);
  box-shadow: var(--shadow-default);
  box-sizing: border-box;
}
.recruit-flow-modal .recruit-flow-modal__dialog > .c-section__subtitle {
  padding-right: 70px;
}
.recruit-flow-modal .recruit-flow-modal__timeline {
  position: relative;
  display: grid;
  gap: clamp(12px, 1.66vw, 24px);
  margin: clamp(37px, 4.44vw, 64px) 0 0;
  padding: 0;
  list-style: none;
}
.recruit-flow-modal .recruit-flow-modal__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(8px, 1.11vw, 16px);
  width: 2px;
  height: 100%;
  opacity: 0.3;
  background: var(--color--blue);
}
.recruit-flow-modal .recruit-flow-modal__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(26vw, 250px));
  gap: 36px;
  padding: 0 0 0 clamp(35px, 4.3vw, 62px);
}
.recruit-flow-modal .recruit-flow-modal__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: clamp(18px, 2.22vw, 32px);
  height: clamp(18px, 2.22vw, 32px);
  background: url("../image/common/icon_timeline.svg") center/contain no-repeat;
}
.recruit-flow-modal .recruit-flow-modal__item::after {
  content: none;
}
.recruit-flow-modal .recruit-flow-modal__body {
  min-width: 0;
  padding: 0 0 clamp(18px, 2.22vw, 32px);
  border-bottom: 1px solid var(--color--line-gray);
}
.recruit-flow-modal .recruit-flow-modal__item--last {
  grid-template-columns: 1fr;
}
.recruit-flow-modal .recruit-flow-modal__item--last .recruit-flow-modal__body {
  padding-bottom: 0;
  border-bottom: 0;
}
.recruit-flow-modal .recruit-flow-modal__item h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.recruit-flow-modal .recruit-flow-modal__item time {
  flex: 0 0 auto;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.recruit-flow-modal .recruit-flow-modal__item p {
  margin: clamp(12px, 1.11vw, 16px) 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.recruit-flow-modal .recruit-flow-modal__item img {
  display: block;
  width: 100%;
  aspect-ratio: 250/150;
  object-fit: cover;
}
.recruit-flow-modal .recruit-flow-modal__note {
  margin: clamp(20px, 2.77vw, 40px) 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}

body.is-flow-modal-open {
  overflow: hidden;
}

.recruit-flow-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.recruit-interview-modal .recruit-interview-modal__intro {
  display: grid;
  grid-template-columns: minmax(0, min(33.42vw, 480px)) minmax(0, 1fr);
  gap: clamp(24px, 3.33vw, 48px);
  margin: clamp(37px, 4.44vw, 64px) 0 0;
}
.recruit-interview-modal .recruit-interview-modal__image {
  display: block;
  width: 100%;
  aspect-ratio: 480/270;
  object-fit: contain;
  background: #F3F7FC;
}
.recruit-interview-modal .recruit-interview-modal__profile {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.83vw, 12px);
  padding: 0;
}
.recruit-interview-modal .recruit-interview-modal__tag {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 32px;
  margin: 0;
  padding: 4px 16px;
  border-radius: 999px;
  background: #EBF1FA;
  color: var(--color--blue);
  box-sizing: border-box;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
}
.recruit-interview-modal .recruit-interview-modal__name {
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-rockwell);
  font-size: clamp(34px, 3.33vw, 48px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.recruit-interview-modal .recruit-interview-modal__previous {
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.recruit-interview-modal .recruit-interview-modal__lead {
  margin: clamp(14px, 1.38vw, 20px) 0 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.recruit-interview-modal .recruit-interview-modal__qa {
  display: grid;
  gap: 0;
  margin: clamp(20px, 2.77vw, 40px) 0 0;
}
.recruit-interview-modal .recruit-interview-modal__question {
  margin: 0;
  padding: 0 0 clamp(18px, 1.8vw, 26px);
  border-bottom: 1px solid var(--color--line-gray);
  border-radius: 0;
  background: transparent;
}
.recruit-interview-modal .recruit-interview-modal__question + .recruit-interview-modal__question {
  padding-top: clamp(18px, 1.8vw, 26px);
}
.recruit-interview-modal .recruit-interview-modal__question h4 {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.11vw, 16px);
  margin: 0;
  color: var(--color--blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xl-font-weight);
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
  font-size: clamp(18px, 1.66vw, 24px);
}
.recruit-interview-modal .recruit-interview-modal__question h4 .recruit-interview-modal__question-icon {
  display: block;
  width: clamp(18px, 2.22vw, 32px);
  height: clamp(18px, 2.22vw, 32px);
  flex: 0 0 auto;
}
.recruit-interview-modal .recruit-interview-modal__question p {
  margin: clamp(10px, 0.83vw, 12px) 0 0;
  color: #1F2A37;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}

@media (max-width: 790px) {
  .recruit-flow-modal {
    --recruit-flow-modal-padding-y: 74px;
    --recruit-flow-modal-close-size: 50px;
    padding: 0 2.5%;
  }
  .recruit-flow-modal .recruit-flow-modal__close {
    right: 5%;
  }
  .recruit-flow-modal .recruit-flow-modal__frame,
  .recruit-flow-modal .recruit-flow-modal__dialog {
    max-height: calc(100vh - var(--recruit-flow-modal-padding-y) - 24px);
    width: 100%;
  }
  .recruit-flow-modal .recruit-flow-modal__dialog {
    padding: 24px 16px;
  }
  .recruit-flow-modal .recruit-flow-modal__dialog > .c-section__subtitle {
    padding-right: 0;
  }
  .recruit-flow-modal .recruit-flow-modal__timeline {
    gap: 16px;
    margin: 24px 0 0;
  }
  .recruit-flow-modal .recruit-flow-modal__timeline::before {
    left: 15px;
    height: 100.5%;
  }
  .recruit-flow-modal .recruit-flow-modal__item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 12px 0 42px;
  }
  .recruit-flow-modal .recruit-flow-modal__item::before {
    width: 32px;
    height: 32px;
  }
  .recruit-flow-modal .recruit-flow-modal__body {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .recruit-flow-modal .recruit-flow-modal__item h4 {
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-4-font-weight);
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
    letter-spacing: var(--heading-4-letter-spacing);
  }
  .recruit-flow-modal .recruit-flow-modal__item time {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-4-font-weight);
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
    letter-spacing: var(--heading-4-letter-spacing);
  }
  .recruit-flow-modal .recruit-flow-modal__item p {
    margin: 12px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .recruit-flow-modal .recruit-flow-modal__item img {
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color--line-gray);
    margin-left: auto;
  }
  .recruit-flow-modal .recruit-flow-modal__note {
    margin: 38px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
  }
  .recruit-interview-modal .recruit-interview-modal__intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 24px 0 0;
  }
  .recruit-interview-modal .recruit-interview-modal__profile {
    display: grid;
    justify-items: start;
    gap: 0;
  }
  .recruit-interview-modal .recruit-interview-modal__tag {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-strong-font-weight);
    font-size: var(--text-s-strong-font-size);
    line-height: var(--text-s-strong-line-height);
    letter-spacing: var(--text-s-strong-letter-spacing);
  }
  .recruit-interview-modal .recruit-interview-modal__name {
    font-size: 48px;
  }
  .recruit-interview-modal .recruit-interview-modal__previous {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .recruit-interview-modal .recruit-interview-modal__lead {
    margin: 24px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .recruit-interview-modal .recruit-interview-modal__qa {
    margin: 24px 0 0;
  }
  .recruit-interview-modal .recruit-interview-modal__question + .recruit-interview-modal__question {
    padding-top: 20px;
  }
  .recruit-interview-modal .recruit-interview-modal__question h4 {
    gap: 16px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xl-font-weight);
    font-size: var(--text-xl-font-size);
    line-height: var(--text-xl-line-height);
    letter-spacing: var(--text-xl-letter-spacing);
  }
  .recruit-interview-modal .recruit-interview-modal__question p {
    margin: 12px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .recruit-interview-modal .recruit-interview-modal__question h4 .recruit-interview-modal__question-icon {
    width: 32px;
    height: 32px;
  }
}
/* =====================================================
  List
===================================================== */
.news-list {
  padding: clamp(60px, 7.63vw, 110px) 0;
}
.news-list .news-list__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .news-list .news-list__inner {
    width: min(790px, 90%);
  }
}
.news-list .news-list-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.66vw, 24px);
  margin: clamp(24px, 3.88vw, 56px) 0 0;
}
.news-list .news-list-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(104px, 12.36vw, 178px);
  height: clamp(37px, 3.75vw, 54px);
  box-sizing: border-box;
  border: 1px solid var(--color--dark-blue);
  border-radius: 4px;
  color: var(--color--dark-blue);
  text-decoration: none;
  background-color: var(--color--white);
  background-image: linear-gradient(var(--color--dark-blue), var(--color--dark-blue));
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: color 0.24s ease, background-size 0.35s ease;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.news-list .news-list-tabs__item.is-current,
.news-list .news-list-tabs__item:hover {
  color: var(--color--white);
  background-size: 100% 100%;
}
.news-list .news-list__items {
  margin: clamp(37px, 4.44vw, 64px) 0 clamp(24px, 3.88vw, 56px);
  display: grid;
  gap: 16px;
}
.news-list .news-list-card {
  margin: 0;
}
.news-list .news-list-card.is-hidden {
  display: none;
}
.news-list .news-list-card__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  box-sizing: border-box;
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
  background: var(--color--base-bl);
  mix-blend-mode: multiply;
}
.news-list .news-list-card__body {
  min-width: 0;
}
.news-list .news-list-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.news-list .news-list-card__date {
  color: #5B6571;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.news-list .news-list-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 26px;
  box-sizing: border-box;
  border: 1px solid #D5DDE6;
  border-radius: 999px;
  color: var(--color--blue);
  background: var(--color--white);
  font-size: clamp(11px, 0.97vw, 14px);
  font-weight: 500;
}
.news-list .news-list-card__title {
  margin: 20px 0 0;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-strong-font-weight);
  font-size: var(--text-l-strong-font-size);
  line-height: var(--text-l-strong-line-height);
  letter-spacing: var(--text-l-strong-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
  position: relative;
  color: var(--color--base-font);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-list .news-list-card__title-text {
  position: relative;
  display: inline;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--color--blue), var(--color--blue));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: color 0.24s ease, background-size 0.35s ease;
}
.news-list .news-list-card__link:hover .news-list-card__title-text,
.news-list .news-list-card__link:focus-visible .news-list-card__title-text,
.news-list .news-list-card__title-text:hover {
  color: var(--color--blue);
  background-size: 100% 1px;
}
.news-list .news-list-card__arrow {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.news-list .news-list-card__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(24px, 3.33vw, 48px);
  height: clamp(24px, 3.33vw, 48px);
  transform: translate(-50%, -50%);
  background: url("../image/common/icon_arrow-right-circle_black.svg") center/contain no-repeat;
}
.news-list .news-list__empty {
  margin: 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.news-list .news-list-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.news-list .news-list-pagination[hidden] {
  display: none;
}
.news-list .news-list-pagination__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(22px, 3.75vw, 54px);
  height: clamp(22px, 3.75vw, 54px);
  padding: 0;
  box-sizing: border-box;
  border: 1px solid var(--color--dark-blue);
  border-radius: 4px;
  color: var(--color--dark-blue);
  background-color: var(--color--white);
  background-image: linear-gradient(var(--color--dark-blue), var(--color--dark-blue));
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 0 100%;
  cursor: pointer;
  transition: color 0.24s ease, background-size 0.35s ease, opacity 0.2s ease;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.news-list .news-list-pagination__button.is-current,
.news-list .news-list-pagination__button:not(:disabled):hover {
  color: var(--color--white);
  background-size: 100% 100%;
}
.news-list .news-list-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(22px, 3.75vw, 54px);
  height: clamp(22px, 3.75vw, 54px);
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.news-list .news-list-pagination__button--prev,
.news-list .news-list-pagination__button--next {
  position: relative;
}
.news-list .news-list-pagination__button--prev {
  margin-right: 8px;
}
.news-list .news-list-pagination__button--next {
  margin-left: 8px;
}
.news-list .news-list-pagination__button--prev::before,
.news-list .news-list-pagination__button--next::before {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  background-color: currentColor;
  -webkit-mask: url("../image/common/icon_arrow-right_dark_blue.svg") center/contain no-repeat;
  mask: url("../image/common/icon_arrow-right_dark_blue.svg") center/contain no-repeat;
}
.news-list .news-list-pagination__button--prev::before {
  transform: scaleX(-1);
}
.news-list .news-list-pagination__button:disabled {
  opacity: 0.3;
  cursor: default;
}

@media (max-width: 790px) {
  .news-list {
    padding: 38px 0 90px;
  }
  .news-list .news-list__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .news-list .news-list__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .news-list .news-list-tabs {
    gap: 12px;
    margin: 32px 0 0;
  }
  .news-list .news-list-tabs__item {
    min-width: 0;
    min-height: 44px;
    padding: 10px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-strong-font-weight);
    font-size: var(--text-s-strong-font-size);
    line-height: var(--text-s-strong-line-height);
    letter-spacing: var(--text-s-strong-letter-spacing);
  }
  .news-list .news-list__items {
    margin: 32px 0 48px;
    gap: 12px;
  }
  .news-list .news-list-card__link {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 16px;
    min-height: 128px;
    padding: 12px 15px;
  }
  .news-list .news-list-card__meta {
    gap: 8px 12px;
  }
  .news-list .news-list-card__date {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .news-list .news-list-card__category {
    padding: 1px 26px 2px;
    font-size: 14px;
    font-weight: 500;
  }
  .news-list .news-list-card__title {
    margin: 8px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-strong-font-weight);
    font-size: var(--text-l-strong-font-size);
    line-height: var(--text-l-strong-line-height);
    letter-spacing: var(--text-l-strong-letter-spacing);
  }
  .news-list .news-list-card__arrow {
    width: 32px;
    height: 32px;
  }
  .news-list .news-list-card__arrow::before {
    width: 100%;
    height: 100%;
  }
  .news-list .news-list__empty {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .news-list .news-list-pagination__button {
    width: 54px;
    height: 54px;
    font-size: 16px;
    font-weight: 600;
  }
}
/* =====================================================
  Detail
===================================================== */
.news-detail {
  padding: clamp(130px, 13.88vw, 200px) 0 clamp(60px, 7.63vw, 110px);
}
.news-detail .news-detail__inner {
  width: min(1060px, 90%);
  margin: 0 auto;
}
.news-detail .news-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.news-detail .news-detail__date {
  color: #5B6571;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.news-detail .news-detail__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 26px;
  box-sizing: border-box;
  border: 1px solid #D5DDE6;
  border-radius: 999px;
  color: var(--color--blue);
  background: var(--color--white);
  font-size: clamp(11px, 0.97vw, 14px);
  font-weight: 500;
}
.news-detail .news-detail__title {
  margin: 24px 0 0;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  font-size: clamp(21px, 1.94vw, 28px);
}
.news-detail .news-detail__content {
  width: min(960px, 90%);
  margin: 0 auto;
  padding: clamp(60px, 7.63vw, 110px) 0 clamp(24px, 3.47vw, 50px);
}
.news-detail .news-detail__footer {
  display: flex;
  justify-content: center;
  margin: clamp(24px, 3.33vw, 48px) 0 0;
}
.news-detail .news-detail__back {
  justify-content: center;
  width: min(100%, 196px);
  height: 60px;
  padding: 0 18px;
  border: 1px solid var(--color--dark-blue);
  color: var(--color--dark-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-strong-font-weight);
  font-size: var(--text-s-strong-font-size);
  line-height: var(--text-s-strong-line-height);
  letter-spacing: var(--text-s-strong-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.news-detail .news-detail__back::after {
  content: none;
}

@media (max-width: 790px) {
  .news-detail {
    padding: 112px 0 90px;
  }
  .news-detail .news-detail__inner {
    width: min(790px, 90%);
  }
  .news-detail .news-detail__date {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .news-detail .news-detail__category {
    padding: 1px 26px 2px;
    font-size: 14px;
  }
  .news-detail .news-detail__title {
    margin: 18px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--heading-3-sub-font-weight);
    font-size: var(--heading-3-sub-font-size);
    line-height: var(--heading-3-sub-line-height);
    letter-spacing: var(--heading-3-sub-letter-spacing);
  }
  .news-detail .news-detail__content {
    width: 100%;
    margin: 0;
    padding: 56px 0 20px;
  }
  .news-detail .news-detail__back {
    width: min(100%, 196px);
    height: 60px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-strong-font-weight);
    font-size: var(--text-m-strong-font-size);
    line-height: var(--text-m-strong-line-height);
    letter-spacing: var(--text-m-strong-letter-spacing);
  }
}
/* =====================================================
  Policy Index
===================================================== */
.policy-index {
  padding: clamp(55px, 5.55vw, 80px) 0 clamp(80px, 8.33vw, 120px);
}
.policy-index .policy-index__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .policy-index .policy-index__inner {
    width: min(790px, 90%);
  }
}
.policy-index .policy-index__panel {
  padding: clamp(24px, 3.61vw, 52px) clamp(42px, 4.72vw, 67px) clamp(42px, 4.79vw, 70px);
  border-radius: 24px;
  background: var(--color--white);
  box-shadow: var(--shadow-default);
}
.policy-index .policy-index__list {
  display: grid;
  gap: clamp(12px, 1.66vw, 24px);
  margin: clamp(20px, 3.19vw, 46px) 0 0;
  padding: 0;
  list-style: none;
}
.policy-index .policy-index__item {
  position: relative;
  margin: 0;
  padding-left: clamp(18px, 1.66vw, 24px);
}
.policy-index .policy-index__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(10px, 0.83vw, 12px);
  height: clamp(10px, 0.83vw, 12px);
  transform: translateY(-50%);
  background: url("../image/common/icon_list-point_dark-blue.svg") no-repeat center/contain;
}
.policy-index .policy-index__link {
  display: inline-block;
  color: var(--color--light-blue);
  text-decoration: none;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-l-font-weight);
  font-size: var(--text-l-font-size);
  line-height: var(--text-l-line-height);
  letter-spacing: var(--text-l-letter-spacing);
  font-size: clamp(15px, 1.39vw, 20px);
}
.policy-index .policy-index__link:hover, .policy-index .policy-index__link:focus-visible {
  color: var(--color--blue);
  text-decoration: none;
}
.policy-index .policy-index__link:hover .policy-index__link-label, .policy-index .policy-index__link:focus-visible .policy-index__link-label {
  background-size: 100% 1px;
}
.policy-index .policy-index__link:focus-visible {
  outline: 2px solid var(--color--turquoise);
  outline-offset: 4px;
  border-radius: 2px;
}
.policy-index .policy-index__link-label {
  display: inline;
  color: inherit;
  background-image: linear-gradient(var(--color--blue), var(--color--blue));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: color 0.24s ease, background-size 0.35s ease;
}

@media (max-width: 790px) {
  .policy-index {
    padding: 48px 0 72px;
  }
  .policy-index .policy-index__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .policy-index .policy-index__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .policy-index .policy-index__panel {
    padding: 42px 20px 48px;
  }
  .policy-index .policy-index__list {
    gap: 16px;
    margin: 38px 0 0;
  }
  .policy-index .policy-index__link {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .policy-index .policy-index__item {
    padding-left: 26px;
  }
  .policy-index .policy-index__item::before {
    width: 12px;
    height: 12px;
  }
}
/* =====================================================
  Policy Document
===================================================== */
.policy-document {
  padding: clamp(50px, 6.9vw, 100px) 0 clamp(72px, 8.33vw, 120px);
  color: #1A1A1A;
  font-weight: 300;
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 2;
  letter-spacing: 1.28px;
}
.policy-document .policy-document__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .policy-document .policy-document__inner {
    width: min(790px, 90%);
  }
}
.policy-document .policy-document__panel {
  margin: clamp(24px, 3.33vw, 48px) 0 0;
  border-radius: 24px;
  background: var(--color--white);
  box-shadow: var(--shadow-default);
}
.policy-document .policy-document__body {
  min-height: clamp(360px, 31.25vw, 450px);
  padding: clamp(37px, 4.44vw, 64px) clamp(55px, 5.55vw, 80px);
}
.policy-document .policy-document__body > *:first-child,
.policy-document .policy-document__section > *:first-child {
  margin-top: 0;
}
.policy-document .policy-document__body > *:last-child,
.policy-document .policy-document__section > *:last-child {
  margin-bottom: 0;
}
.policy-document .policy-document__lead {
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
  padding-right: 0;
}
.policy-document p {
  margin: 0;
  padding-left: 0.1em;
  padding-right: 2em;
}
.policy-document .policy-document__section {
  margin: clamp(24px, 3.88vw, 56px) 0 0;
}
.policy-document .policy-document__section-title {
  margin: 0 0 clamp(12px, 0.97vw, 14px);
  padding-bottom: clamp(5px, 0.69vw, 10px);
  border-bottom: 1px solid var(--color--gray);
  font-weight: 600;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.75;
  letter-spacing: 1.28px;
}
.policy-document .policy-document__ordered-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding-left: 1.45em;
  padding-right: 2em;
}
.policy-document ul.policy-document__ordered-list {
  list-style: none;
  padding-left: 0;
}
.policy-document .policy-document__ordered-list--nested {
  margin-top: 0;
  padding-right: 0;
}
.policy-document ul.policy-document__ordered-list + ul.policy-document__ordered-list {
  margin: clamp(24px, 2.43vw, 35px) 0 0;
}
.policy-document .policy-document__address {
  margin: 1.2em 0 0;
  font-style: normal;
}
.policy-document .policy-document__signature {
  display: grid;
  gap: 0;
  margin: clamp(24px, 3.33vw, 48px) 0 0;
  text-align: right;
}
.policy-document .policy-document__signature p {
  padding: 0;
}
.policy-document a {
  overflow-wrap: anywhere;
  color: var(--color--light-blue);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
}

@media (max-width: 790px) {
  .policy-document {
    padding: 46px 0 72px;
  }
  .policy-document .policy-document__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .policy-document .policy-document__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .policy-document .policy-document__panel {
    margin: 35px 0 0;
  }
  .policy-document .policy-document__body {
    min-height: 0;
    padding: 40px 15px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .policy-document .policy-document__lead {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .policy-document p {
    padding: 0;
  }
  .policy-document .policy-document__section {
    margin: 38px 0 0;
  }
  .policy-document .policy-document__section-title {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-strong-font-weight);
    font-size: var(--text-m-strong-font-size);
    line-height: var(--text-m-strong-line-height);
    letter-spacing: var(--text-m-strong-letter-spacing);
    margin: 0 0 14px;
    padding-bottom: 10px;
  }
  .policy-document .policy-document__ordered-list {
    gap: 10px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
    padding-right: 0;
  }
  .policy-document .policy-document__signature {
    margin: 38px 0 0;
  }
}
/* =====================================================
  Anti Social
===================================================== */
.anti-social-document .anti-social-document__list {
  display: grid;
  gap: clamp(0px, 0.34vw, 5px);
  margin: clamp(24px, 3.88vw, 56px) 0 0;
  padding-left: 1.35em;
}
.anti-social-document .anti-social-document__item {
  padding-left: 0.2em;
}
.anti-social-document .anti-social-document__item::marker {
  font-weight: 600;
}
.anti-social-document .anti-social-document__item-title {
  display: inline;
  margin: 0;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.anti-social-document .anti-social-document__item-title::after {
  content: "";
  display: block;
}

@media (max-width: 790px) {
  .anti-social-document .anti-social-document__list {
    gap: 10px;
    margin: 28px 0 0;
    padding-left: 1.4em;
  }
  .anti-social-document .anti-social-document__item {
    padding-left: 0.15em;
  }
  .anti-social-document .anti-social-document__item-text {
    margin: 5px 0 0;
  }
}
/* =====================================================
  Privacy
===================================================== */
.privacy-purpose-table-wrap {
  margin: clamp(24px, 2.77vw, 40px) 0 0;
}

.privacy-purpose-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.privacy-purpose-table th,
.privacy-purpose-table td {
  padding: clamp(14px, 1.66vw, 24px);
  border: 1px solid var(--color--base-font);
  vertical-align: top;
}
.privacy-purpose-table thead th {
  text-align: center;
  font-weight: normal;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
  font-size: clamp(13.5px, 1.25vw, 18px);
}
.privacy-purpose-table tbody th {
  width: 35%;
  text-align: left;
  font-weight: normal;
}
.privacy-purpose-table ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 790px) {
  .privacy-purpose-table {
    display: block;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .privacy-purpose-table thead,
  .privacy-purpose-table tbody,
  .privacy-purpose-table tr,
  .privacy-purpose-table th,
  .privacy-purpose-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .privacy-purpose-table thead {
    display: none;
  }
  .privacy-purpose-table tr + tr {
    margin-top: 24px;
  }
  .privacy-purpose-table tbody th {
    width: 100%;
    border-bottom: 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-strong-font-weight);
    font-size: var(--text-s-strong-font-size);
    line-height: var(--text-s-strong-line-height);
    letter-spacing: var(--text-s-strong-letter-spacing);
  }
  .privacy-purpose-table th,
  .privacy-purpose-table td {
    padding: 12px 8px;
  }
  .privacy-purpose-table td::before {
    content: attr(data-label);
    display: block;
    margin: 0 0 8px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-strong-font-weight);
    font-size: var(--text-s-strong-font-size);
    line-height: var(--text-s-strong-line-height);
    letter-spacing: var(--text-s-strong-letter-spacing);
  }
}
/* =====================================================
  Disclosure
===================================================== */
.disclosure-document .disclosure-document__section {
  margin-top: 0;
}
.disclosure-document .disclosure-document__table-title {
  margin: clamp(22px, 2.08vw, 30px) 0 clamp(14px, 1.38vw, 20px);
  text-align: center;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: 400;
  font-size: var(--text-xl-font-size);
  line-height: var(--text-xl-line-height);
  letter-spacing: var(--text-xl-letter-spacing);
}
.disclosure-document .disclosure-document__note {
  margin: clamp(16px, 1.66vw, 24px) 0 0;
  color: #202B38;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.disclosure-document .disclosure-document__refund {
  margin: clamp(28px, 3.33vw, 48px) 0 0;
  font-weight: 400;
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
}
.disclosure-document .disclosure-document__refund-text {
  margin: 0;
}
.disclosure-document .disclosure-document__refund-list {
  padding-left: 1.4em;
  margin: 0;
}
.disclosure-document .disclosure-document__refund-list li {
  padding-left: clamp(5px, 0.69vw, 10px);
}
.disclosure-document .disclosure-document__closing {
  margin: clamp(20px, 2.77vw, 40px) 0 0;
  font-weight: 400;
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
}
.disclosure-document .disclosure-document__license {
  width: fit-content;
  max-width: 100%;
  margin: clamp(24px, 3.33vw, 48px) auto 0;
  padding: clamp(12px, 1.66vw, 24px);
  background: var(--color--base-bl);
  text-align: left;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
}

.disclosure-fee-table-wrap {
  margin: 0;
}

.disclosure-fee-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--color--base-font);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-s-font-weight);
  font-size: var(--text-s-font-size);
  line-height: var(--text-s-line-height);
  letter-spacing: var(--text-s-letter-spacing);
  font-size: clamp(12px, 1.11vw, 16px);
}
.disclosure-fee-table .disclosure-fee-table__service-col,
.disclosure-fee-table .disclosure-fee-table__fee-col {
  width: 50%;
}
.disclosure-fee-table th,
.disclosure-fee-table td {
  padding: clamp(25px, 2.63vw, 38px) clamp(12px, 1.66vw, 24px);
  border: 1px solid var(--color--base-font);
  vertical-align: middle;
  font-weight: 400;
}
.disclosure-fee-table thead th {
  padding-block: clamp(14px, 1.52vw, 22px);
  text-align: center;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-m-font-weight);
  font-size: var(--text-m-font-size);
  line-height: var(--text-m-line-height);
  letter-spacing: var(--text-m-letter-spacing);
}
.disclosure-fee-table tbody th {
  text-align: left;
}
.disclosure-fee-table .disclosure-fee-table__service-note {
  display: block;
  margin: 1em 0 0;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}
.disclosure-fee-table td {
  vertical-align: top;
}
.disclosure-fee-table .disclosure-fee-table__fee--right {
  text-align: right;
  vertical-align: middle;
}
.disclosure-fee-table .disclosure-fee-table__fee-heading {
  margin: 0;
  font-weight: 600;
}

@media (max-width: 790px) {
  .disclosure-document .disclosure-document__table-title {
    margin: 40px 0 16px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-l-font-weight);
    font-size: var(--text-l-font-size);
    line-height: var(--text-l-line-height);
    letter-spacing: var(--text-l-letter-spacing);
  }
  .disclosure-document .disclosure-document__note {
    margin: 14px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-xs-font-weight);
    font-size: var(--text-xs-font-size);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
  }
  .disclosure-document .disclosure-document__refund {
    margin: 26px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .disclosure-document .disclosure-document__closing {
    margin: 26px 0 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .disclosure-document .disclosure-document__license {
    width: 100%;
    margin: 30px auto 0;
    padding: 16px;
    box-sizing: border-box;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .disclosure-fee-table {
    display: block;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .disclosure-fee-table colgroup,
  .disclosure-fee-table thead,
  .disclosure-fee-table tbody,
  .disclosure-fee-table tr,
  .disclosure-fee-table th,
  .disclosure-fee-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .disclosure-fee-table thead {
    display: none;
  }
  .disclosure-fee-table tr + tr {
    margin-top: 18px;
  }
  .disclosure-fee-table .disclosure-fee-table__continued-row {
    margin-top: 0;
  }
  .disclosure-fee-table .disclosure-fee-table__continued-row td {
    border-top: 0;
  }
  .disclosure-fee-table th,
  .disclosure-fee-table td {
    padding: 12px 8px;
  }
  .disclosure-fee-table tbody th {
    border-bottom: 0;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-strong-font-weight);
    font-size: var(--text-s-strong-font-size);
    line-height: var(--text-s-strong-line-height);
    letter-spacing: var(--text-s-strong-letter-spacing);
  }
  .disclosure-fee-table td::before {
    content: attr(data-label);
    display: block;
    margin: 0 0 8px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-strong-font-weight);
    font-size: var(--text-s-strong-font-size);
    line-height: var(--text-s-strong-line-height);
    letter-spacing: var(--text-s-strong-letter-spacing);
  }
  .disclosure-fee-table .disclosure-fee-table__fee--right {
    text-align: left;
  }
}
/* =====================================================
  Index
===================================================== */
.sitemap-index {
  padding: clamp(50px, 6.9vw, 100px) 0 clamp(72px, 8.33vw, 120px);
}
.sitemap-index .sitemap-index__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .sitemap-index .sitemap-index__inner {
    width: min(790px, 90%);
  }
}
.sitemap-index .sitemap-index__panel {
  margin: clamp(24px, 3.33vw, 48px) 0 0;
  border-radius: 24px;
  background: var(--color--white);
  box-shadow: var(--shadow-default);
}
.sitemap-index .sitemap-index__body {
  min-height: clamp(360px, 31.25vw, 450px);
  padding: clamp(37px, 4.44vw, 64px) clamp(55px, 5.55vw, 80px);
}
.sitemap-index .sitemap-index__menu {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sitemap-menu__col {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.66vw, 24px);
}

.sitemap-menu__group {
  border-bottom: 1px solid #D9D8D8;
}

.sitemap-menu__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2F3134;
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-strong-font-weight);
  font-size: var(--text-xs-strong-font-size);
  line-height: var(--text-xs-strong-line-height);
  letter-spacing: var(--text-xs-strong-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
  padding: 0 4px clamp(14px, 1.25vw, 18px) 8px;
}

.sitemap-menu__link::after {
  content: "";
  width: 15px;
  height: 4px;
  flex: 0 0 auto;
  padding-right: 3px;
  background-color: currentColor;
  -webkit-mask: url("../image/common/icon_arrow-right_basefont.svg") no-repeat center/contain;
  mask: url("../image/common/icon_arrow-right_basefont.svg") no-repeat center/contain;
}

.sitemap-menu__sub {
  display: grid;
  gap: clamp(14px, 1.25vw, 18px);
  padding: 0 0 clamp(14px, 1.25vw, 18px) 8px;
  border-bottom: 1px solid #D9D8D8;
}

.sitemap-menu__sub-link {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: var(--color--text-black);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: var(--text-xs-font-weight);
  font-size: var(--text-xs-font-size);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  font-size: clamp(11px, 0.97vw, 14px);
}

.sitemap-menu__sub-link::before {
  content: "";
  width: 5px;
  height: 1px;
  flex: 0 0 auto;
  margin-top: 0.8em;
  background: currentColor;
}

@media (max-width: 1000px) {
  .sitemap-index .sitemap-index__body {
    padding: clamp(37px, 4.44vw, 64px) clamp(20px, 2.77vw, 40px);
  }
}
@media (max-width: 790px) {
  .sitemap-index {
    padding: 46px 0 72px;
  }
  .sitemap-index .sitemap-index__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .sitemap-index .sitemap-index__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .sitemap-index .sitemap-index__panel {
    margin: 35px 0 0;
  }
  .sitemap-index .sitemap-index__body {
    min-height: 0;
    padding: 40px 15px 48px;
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-s-font-weight);
    font-size: var(--text-s-font-size);
    line-height: var(--text-s-line-height);
    letter-spacing: var(--text-s-letter-spacing);
  }
  .sitemap-index .sitemap-index__menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sitemap-menu__col {
    gap: 20px;
  }
  .sitemap-menu__link {
    padding: 0 3px 20px 8px;
  }
  .sitemap-menu__sub {
    gap: 20px;
    padding: 0 0 20px 8px;
    border-bottom: none;
  }
}
/* =====================================================
  Index
===================================================== */
.not-found {
  position: relative;
  overflow: hidden;
  padding: 212px 0 80px;
}
.not-found .not-found__inner {
  width: min(1220px, 90%);
  margin: 0 auto;
}
@media (max-width: 790px) {
  .not-found .not-found__inner {
    width: min(790px, 90%);
  }
}
.not-found .not-found__panel {
  border-radius: 24px;
  background: var(--color--white);
  box-shadow: var(--shadow-default);
}
.not-found .not-found__body {
  display: grid;
  gap: clamp(24px, 3.33vw, 48px);
  justify-content: center;
  padding: clamp(37px, 4.44vw, 64px) clamp(55px, 5.55vw, 80px);
}
.not-found .not-found__text {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.7;
  letter-spacing: 0.9px;
}
.not-found .not-found__button {
  margin: 0 auto;
}

@media (max-width: 790px) {
  .not-found {
    padding: 126px 0 80px;
  }
  .not-found .not-found__inner {
    width: min(1220px, 90%);
    margin: 0 auto;
  }
}
@media (max-width: 790px) and (max-width: 790px) {
  .not-found .not-found__inner {
    width: min(790px, 90%);
  }
}
@media (max-width: 790px) {
  .not-found .not-found__body {
    padding: 40px 25px 48px;
  }
  .not-found .not-found__text {
    font-family: var(--font-jp);
    font-style: normal;
    font-weight: var(--text-m-font-weight);
    font-size: var(--text-m-font-size);
    line-height: var(--text-m-line-height);
    letter-spacing: var(--text-m-letter-spacing);
  }
  .not-found .not-found__button {
    margin: 0 auto;
  }
}
