/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans JP", system-ui, -apple-system, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #102b56;
    --color-brand: #002b6f;
    --color-muted: #777777;
    --color-marker: #e0edff;
    --color-icon-bg: #ebf4ff;
    --color-block-gray100: #f3f3f3;
    --color-block-light: #f7f7f7;
    --color-block-dark: #eeeeee;
    --color-block-blue: #f8faff;
    --color-float: #dce4ef;
    --color-sep: #d9d9d9;
    --color-sep-blue: #d6e2f4;
    --font-num: "Montserrat", system-ui, sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-x-0 {
    inset-inline: 0;
  }
  .top-0 {
    top: 0;
  }
  .top-\[68px\] {
    top: 68px;
  }
  .top-\[185px\] {
    top: 185px;
  }
  .right-0 {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .order-first {
    order: -9999;
  }
  .container {
    width: 100%;
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[17px\] {
    margin-top: 17px;
  }
  .mt-\[21px\] {
    margin-top: 21px;
  }
  .mt-\[23px\] {
    margin-top: 23px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[29px\] {
    margin-top: 29px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[47px\] {
    margin-top: 47px;
  }
  .mt-\[54px\] {
    margin-top: 54px;
  }
  .mt-\[59px\] {
    margin-top: 59px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[62px\] {
    margin-top: 62px;
  }
  .mt-\[65px\] {
    margin-top: 65px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[-12px\] {
    margin-bottom: -12px;
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[29px\] {
    margin-bottom: 29px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mb-\[39px\] {
    margin-bottom: 39px;
  }
  .mb-\[42px\] {
    margin-bottom: 42px;
  }
  .mb-\[43px\] {
    margin-bottom: 43px;
  }
  .mb-\[44px\] {
    margin-bottom: 44px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[61px\] {
    margin-bottom: 61px;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[66px\] {
    height: 66px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[207px\] {
    height: 207px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[24px\] {
    min-height: 24px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[64px\] {
    min-height: 64px;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[4px\] {
    width: 4px;
  }
  .w-\[5px\] {
    width: 5px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-300 {
    max-width: calc(var(--spacing) * 300);
  }
  .max-w-\[\.\.\.\] {
    max-width: ...;
  }
  .max-w-\[304px\] {
    max-width: 304px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[492px\] {
    max-width: 492px;
  }
  .max-w-\[623px\] {
    max-width: 623px;
  }
  .max-w-\[784px\] {
    max-width: 784px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[840px\] {
    max-width: 840px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1020px\] {
    max-width: 1020px;
  }
  .max-w-\[1080px\] {
    max-width: 1080px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1240px\] {
    max-width: 1240px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .\!min-w-0 {
    min-width: 0 !important;
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-\[80px\] {
    min-width: 80px;
  }
  .min-w-\[164px\] {
    min-width: 164px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[19px\] {
    gap: 19px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[41px\] {
    gap: 41px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-\[83px\] {
    column-gap: 83px;
  }
  .gap-x-\[140px\] {
    column-gap: 140px;
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-\[26px\] {
    row-gap: 26px;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-float {
    border-color: var(--color-float);
  }
  .border-ink {
    border-color: var(--color-ink);
  }
  .border-sep {
    border-color: var(--color-sep);
  }
  .border-sep-blue {
    border-color: var(--color-sep-blue);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-block-blue {
    background-color: var(--color-block-blue);
  }
  .bg-block-dark {
    background-color: var(--color-block-dark);
  }
  .bg-block-gray100 {
    background-color: var(--color-block-gray100);
  }
  .bg-block-light {
    background-color: var(--color-block-light);
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .bg-icon-bg {
    background-color: var(--color-icon-bg);
  }
  .bg-ink {
    background-color: var(--color-ink);
  }
  .bg-marker {
    background-color: var(--color-marker);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[38px\] {
    padding-inline: 38px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[26px\] {
    padding-block: 26px;
  }
  .py-\[44px\] {
    padding-block: 44px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[52px\] {
    padding-block: 52px;
  }
  .py-\[56px\] {
    padding-block: 56px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[64px\] {
    padding-block: 64px;
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-18 {
    padding-top: calc(var(--spacing) * 18);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[6px\] {
    padding-top: 6px;
  }
  .pt-\[28px\] {
    padding-top: 28px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[56px\] {
    padding-top: 56px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[63px\] {
    padding-top: 63px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pt-\[66px\] {
    padding-top: 66px;
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pt-\[77px\] {
    padding-top: 77px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-18 {
    padding-bottom: calc(var(--spacing) * 18);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[31px\] {
    padding-bottom: 31px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[59px\] {
    padding-bottom: 59px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[65px\] {
    padding-bottom: 65px;
  }
  .pb-\[72px\] {
    padding-bottom: 72px;
  }
  .pb-\[74px\] {
    padding-bottom: 74px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-\[-1px\] {
    vertical-align: -1px;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-\[\'Noto_Sans\:Display_Medium_Italic\'\] {
    font-family: 'Noto Sans:Display Medium Italic';
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.48px\] {
    --tw-tracking: 0.48px;
    letter-spacing: 0.48px;
  }
  .tracking-\[0\.54px\] {
    --tw-tracking: 0.54px;
    letter-spacing: 0.54px;
  }
  .tracking-\[0\.96px\] {
    --tw-tracking: 0.96px;
    letter-spacing: 0.96px;
  }
  .tracking-\[1\.3px\] {
    --tw-tracking: 1.3px;
    letter-spacing: 1.3px;
  }
  .tracking-\[3\.6px\] {
    --tw-tracking: 3.6px;
    letter-spacing: 3.6px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .mix-blend-screen {
    mix-blend-mode: screen;
  }
  .shadow-\[0_2px_5px_rgba\(0\,0\,0\,0\.16\)\] {
    --tw-shadow: 0 2px 5px var(--tw-shadow-color, rgba(0,0,0,0.16));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_7\.5px_rgba\(16\,43\,86\,0\.1\)\] {
    --tw-shadow: 0 2px 7.5px var(--tw-shadow-color, rgba(16,43,86,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: var(--spacing);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-x-\[3px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 3px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-brand {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand);
      }
    }
  }
  .hover\:text-ink {
    &:hover {
      @media (hover: hover) {
        color: var(--color-ink);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-\[0_6px_20px_rgba\(16\,43\,86\,0\.12\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 6px 20px var(--tw-shadow-color, rgba(16,43,86,0.12));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .sm\:hidden {
    @media (width >= 576px) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 576px) {
      display: inline;
    }
  }
  .sm\:w-auto {
    @media (width >= 576px) {
      width: auto;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 576px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 576px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 576px) {
      flex-direction: row;
    }
  }
  .sm\:gap-5 {
    @media (width >= 576px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:text-\[40px\] {
    @media (width >= 576px) {
      font-size: 40px;
    }
  }
  .md\:mt-6 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-9 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .md\:mt-11 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 11);
    }
  }
  .md\:mt-14 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .md\:mt-\[57px\] {
    @media (width >= 768px) {
      margin-top: 57px;
    }
  }
  .md\:mb-6 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-\[37px\] {
    @media (width >= 768px) {
      margin-bottom: 37px;
    }
  }
  .md\:mb-\[46px\] {
    @media (width >= 768px) {
      margin-bottom: 46px;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:size-\[82px\] {
    @media (width >= 768px) {
      width: 82px;
      height: 82px;
    }
  }
  .md\:h-\[82px\] {
    @media (width >= 768px) {
      height: 82px;
    }
  }
  .md\:h-\[180px\] {
    @media (width >= 768px) {
      height: 180px;
    }
  }
  .md\:h-\[334px\] {
    @media (width >= 768px) {
      height: 334px;
    }
  }
  .md\:h-\[463px\] {
    @media (width >= 768px) {
      height: 463px;
    }
  }
  .md\:w-\[82px\] {
    @media (width >= 768px) {
      width: 82px;
    }
  }
  .md\:min-w-\[350px\] {
    @media (width >= 768px) {
      min-width: 350px;
    }
  }
  .md\:min-w-\[480px\] {
    @media (width >= 768px) {
      min-width: 480px;
    }
  }
  .md\:flex-1 {
    @media (width >= 768px) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .md\:gap-0 {
    @media (width >= 768px) {
      gap: 0;
    }
  }
  .md\:gap-9 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .md\:gap-\[76px\] {
    @media (width >= 768px) {
      gap: 76px;
    }
  }
  .md\:border-x {
    @media (width >= 768px) {
      border-inline-style: var(--tw-border-style);
      border-inline-width: 1px;
    }
  }
  .md\:border-y-0 {
    @media (width >= 768px) {
      border-block-style: var(--tw-border-style);
      border-block-width: 0px;
    }
  }
  .md\:px-9 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .md\:px-\[26px\] {
    @media (width >= 768px) {
      padding-inline: 26px;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 768px) {
      padding-inline: 30px;
    }
  }
  .md\:py-0 {
    @media (width >= 768px) {
      padding-block: 0;
    }
  }
  .md\:py-\[30px\] {
    @media (width >= 768px) {
      padding-block: 30px;
    }
  }
  .md\:py-\[56px\] {
    @media (width >= 768px) {
      padding-block: 56px;
    }
  }
  .md\:py-\[72px\] {
    @media (width >= 768px) {
      padding-block: 72px;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 768px) {
      padding-block: 80px;
    }
  }
  .md\:pt-\[59px\] {
    @media (width >= 768px) {
      padding-top: 59px;
    }
  }
  .md\:pb-0 {
    @media (width >= 768px) {
      padding-bottom: 0;
    }
  }
  .md\:text-base {
    @media (width >= 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 768px) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 768px) {
      font-size: 20px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 768px) {
      font-size: 32px;
    }
  }
  .md\:leading-11 {
    @media (width >= 768px) {
      --tw-leading: calc(var(--spacing) * 11);
      line-height: calc(var(--spacing) * 11);
    }
  }
  .lg\:mt-\[9px\] {
    @media (width >= 992px) {
      margin-top: 9px;
    }
  }
  .lg\:mt-\[24px\] {
    @media (width >= 992px) {
      margin-top: 24px;
    }
  }
  .lg\:mt-\[25px\] {
    @media (width >= 992px) {
      margin-top: 25px;
    }
  }
  .lg\:mt-\[26px\] {
    @media (width >= 992px) {
      margin-top: 26px;
    }
  }
  .lg\:mt-\[28px\] {
    @media (width >= 992px) {
      margin-top: 28px;
    }
  }
  .lg\:mt-\[32px\] {
    @media (width >= 992px) {
      margin-top: 32px;
    }
  }
  .lg\:mt-\[34px\] {
    @media (width >= 992px) {
      margin-top: 34px;
    }
  }
  .lg\:mt-\[41px\] {
    @media (width >= 992px) {
      margin-top: 41px;
    }
  }
  .lg\:mt-\[53px\] {
    @media (width >= 992px) {
      margin-top: 53px;
    }
  }
  .lg\:mt-\[57px\] {
    @media (width >= 992px) {
      margin-top: 57px;
    }
  }
  .lg\:mt-\[61px\] {
    @media (width >= 992px) {
      margin-top: 61px;
    }
  }
  .lg\:mt-\[62px\] {
    @media (width >= 992px) {
      margin-top: 62px;
    }
  }
  .lg\:mt-\[66px\] {
    @media (width >= 992px) {
      margin-top: 66px;
    }
  }
  .lg\:mt-\[81px\] {
    @media (width >= 992px) {
      margin-top: 81px;
    }
  }
  .lg\:inline {
    @media (width >= 992px) {
      display: inline;
    }
  }
  .lg\:h-\[47px\] {
    @media (width >= 992px) {
      height: 47px;
    }
  }
  .lg\:h-\[564px\] {
    @media (width >= 992px) {
      height: 564px;
    }
  }
  .lg\:min-h-\[80px\] {
    @media (width >= 992px) {
      min-height: 80px;
    }
  }
  .lg\:min-h-\[203px\] {
    @media (width >= 992px) {
      min-height: 203px;
    }
  }
  .lg\:w-\[60px\] {
    @media (width >= 992px) {
      width: 60px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 992px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 992px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 992px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_360px\] {
    @media (width >= 992px) {
      grid-template-columns: 1fr 360px;
    }
  }
  .lg\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 992px) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 992px) {
      align-items: flex-end;
    }
  }
  .lg\:gap-5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-\[84px\] {
    @media (width >= 992px) {
      gap: 84px;
    }
  }
  .lg\:px-\[38px\] {
    @media (width >= 992px) {
      padding-inline: 38px;
    }
  }
  .lg\:px-\[120px\] {
    @media (width >= 992px) {
      padding-inline: 120px;
    }
  }
  .lg\:pt-\[8px\] {
    @media (width >= 992px) {
      padding-top: 8px;
    }
  }
  .lg\:pt-\[20px\] {
    @media (width >= 992px) {
      padding-top: 20px;
    }
  }
  .lg\:pt-\[53px\] {
    @media (width >= 992px) {
      padding-top: 53px;
    }
  }
  .lg\:pt-\[65px\] {
    @media (width >= 992px) {
      padding-top: 65px;
    }
  }
  .lg\:pt-\[66px\] {
    @media (width >= 992px) {
      padding-top: 66px;
    }
  }
  .lg\:pt-\[72px\] {
    @media (width >= 992px) {
      padding-top: 72px;
    }
  }
  .lg\:pt-\[73px\] {
    @media (width >= 992px) {
      padding-top: 73px;
    }
  }
  .lg\:pt-\[75px\] {
    @media (width >= 992px) {
      padding-top: 75px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 992px) {
      padding-bottom: 0;
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 992px) {
      padding-bottom: 20px;
    }
  }
  .lg\:pb-\[60px\] {
    @media (width >= 992px) {
      padding-bottom: 60px;
    }
  }
  .lg\:pb-\[78px\] {
    @media (width >= 992px) {
      padding-bottom: 78px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 992px) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[89px\] {
    @media (width >= 992px) {
      padding-bottom: 89px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 992px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 992px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 992px) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 992px) {
      font-size: 22px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 992px) {
      font-size: 24px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 992px) {
      font-size: 36px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 992px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 992px) {
      font-size: 50px;
    }
  }
  .lg\:leading-\[34px\] {
    @media (width >= 992px) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .lg\:leading-\[38px\] {
    @media (width >= 992px) {
      --tw-leading: 38px;
      line-height: 38px;
    }
  }
  .lg\:leading-\[65px\] {
    @media (width >= 992px) {
      --tw-leading: 65px;
      line-height: 65px;
    }
  }
  .xl\:top-\[86px\] {
    @media (width >= 1200px) {
      top: 86px;
    }
  }
  .xl\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .xl\:h-\[46px\] {
    @media (width >= 1200px) {
      height: 46px;
    }
  }
  .xl\:h-\[86px\] {
    @media (width >= 1200px) {
      height: 86px;
    }
  }
  .xl\:px-6 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .xl\:px-16 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
}
:root {
  --transition: .25s ease;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@layer base {
  body {
    font-family: var(--font-sans);
    color: var(--color-ink);
    padding-top: 68px;
  }
  @media (width >=1200px) {
    body {
      padding-top: 86px;
    }
  }
  .num {
    font-family: var(--font-num);
  }
}
@layer components {
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
  }
  .btn-primary {
    min-width: 260px;
    padding: 21px 20px;
    background-color: var(--color-brand);
    border: 1px solid var(--color-brand);
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }
  .btn-primary:hover {
    background-color: #001f52;
    border-color: #001f52;
  }
  .btn-secondary {
    min-width: 260px;
    padding: 21px 20px;
    background-color: #fff;
    border: 1px solid var(--color-brand);
    color: var(--color-brand);
    font-size: 16px;
    line-height: 16px;
  }
  .btn-secondary:hover {
    background-color: var(--color-brand);
    color: #fff;
  }
  .heading-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
  }
  .heading-sholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 203px;
    height: 42px;
    padding: 0 20px;
    border-radius: 40px;
    color: var(--color-brand);
    font-size: 18px;
    font-weight: 500;
  }
  .heading-underline {
    padding-bottom: 6px;
    border-bottom: 4px solid var(--color-brand);
    color: var(--color-brand);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
  }
  .view-detail {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: var(--color-ink);
  }
  .view-detail__icon {
    flex: none;
    transition: transform .2s ease;
  }
  .view-detail:hover .view-detail__icon {
    transform: translateX(3px);
  }
  .marker {
    background-image: linear-gradient(transparent 18%, var(--color-marker) 18%, var(--color-marker) 82%, transparent 82%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .btn-sm {
    padding: .25rem .75rem;
    font-size: .875rem;
  }
  .btn-dark {
    background-color: #212529;
    color: #fff;
    border: 1px solid #212529;
  }
  .btn-dark:hover {
    background-color: #1c1f23;
    border-color: #1a1e21;
    color: #fff;
  }
  .btn-outline-secondary {
    background-color: transparent;
    color: #6c757d;
    border: 1px solid #6c757d;
  }
  .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: #fff;
  }
  .site-header__brand {
    display: inline-flex;
    align-items: center;
    @media (width >=1200px) {
      padding-left: 40px;
    }
  }
  .nav-toggle {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
  }
  .nav-toggle__bar {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--color-ink);
    transition: transform var(--transition), opacity var(--transition);
  }
  .nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .gnav {
    position: fixed;
    inset: 68px 0 0;
    background: #fff;
    border-top: 1px solid var(--color-float);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
  }
  .gnav.is-open {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .gnav__list {
    display: grid;
    padding: 1rem 1.25rem 0;
  }
  .gnav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-ink);
    text-decoration: none;
    white-space: nowrap;
  }
  .gnav__caret {
    transform: rotate(90deg);
  }
  .gnav__sub {
    padding-left: 1.25rem;
  }
  .gnav__sub-link {
    display: block;
    padding: .5rem 0;
    font-size: 15px;
    color: var(--color-ink);
    text-decoration: none;
  }
  .gnav__foot {
    display: grid;
    gap: 1.25rem;
    padding: 1.5rem 1.25rem 3rem;
  }
  body.is-nav-open {
    overflow: hidden;
  }
  @media (width >=1200px) {
    .gnav {
      position: static;
      inset: auto;
      transform: none;
      opacity: 1;
      visibility: visible;
      overflow: visible;
      border: 0;
      background: none;
      margin-left: 38px;
      align-self: stretch;
    }
    .gnav__foot {
      display: none;
    }
    .gnav__list {
      display: flex;
      align-items: stretch;
      gap: 25px;
      height: 100%;
      padding: 0;
    }
    .gnav__item {
      position: relative;
      display: flex;
      align-items: center;
    }
    .gnav__link {
      padding: 0;
      gap: 6px;
      height: 100%;
      font-size: 15px;
      font-weight: 500;
    }
    .gnav__link::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 3px;
      background: var(--color-brand);
      transform: scaleX(0);
      transition: transform var(--transition);
    }
    .gnav__link:hover::after,	.gnav__link.is-current::after {
      transform: scaleX(1);
    }
    .gnav__caret {
      transform: none;
    }
    .gnav__sub {
      position: absolute;
      left: 50%;
      top: 100%;
      translate: -50% 0;
      min-width: 220px;
      padding: .5rem 0;
      background: #fff;
      border: 1px solid var(--color-float);
      border-radius: 6px;
      box-shadow: 0 2px 7.5px rgba(16, 43, 86, .1);
      opacity: 0;
      visibility: hidden;
      transition: opacity var(--transition), visibility var(--transition);
      z-index: 10;
    }
    .gnav__item--has-children:hover .gnav__sub,	.gnav__item--has-children:focus-within .gnav__sub {
      opacity: 1;
      visibility: visible;
    }
    .gnav__sub-link {
      padding: .5rem 1.25rem;
      font-size: 14px;
      white-space: nowrap;
    }
    .gnav__sub-link:hover {
      background: var(--color-block-blue);
    }
  }
  .site-header__phones {
    display: none;
  }
  .btn.site-header__cta {
    display: none;
  }
  .btn.gnav__cta {
    background-color: #dda0dd;
    border: 2px solid var(--color-brand);
    color: var(--color-brand);
  }
  @media (width >=1200px) {
    .site-header__phones {
      display: flex;
      gap: 19px;
      margin-left: auto;
      align-self: flex-start;
      padding-top: 11px;
      margin-right: 40px;
    }
    .btn.site-header__cta {
      display: inline-flex;
      position: absolute;
      right: 64px;
      top: 61px;
      min-width: 270px;
      padding: 14px 10px 14px 20px;
      line-height: 1;
      background-color: #dda0dd;
      border: 2px solid var(--color-brand);
      color: var(--color-brand);
      &:hover {
        background-color: #da8fda;
      }
    }
  }
  .js-reveal [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
  }
  .js-reveal [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .js-reveal [data-reveal] {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
  .table {
    width: 100%;
    border-collapse: collapse;
  }
  .table th, .table td {
    padding: .75rem;
    border: 1px solid #dee2e6;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
  }
  .table-sm th, .table-sm td {
    padding: .375rem;
  }
  .cta-block__body {
    max-width: 620px;
    margin-inline: auto;
    text-wrap: balance;
  }
  .cta-block__action {
    img {
      border-radius: 50%;
    }
  }
  .home-hero__movie-btn {
    position: relative;
    display: block;
    width: 320px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--color-ink);
    box-shadow: 0 2px 15px 1px rgba(16, 43, 86, .25);
    cursor: pointer;
    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition: transform .5s ease;
    }
    &::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .92);
      transform: translate(-50%, -50%);
      transition: background .2s ease;
    }
    &::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      border-style: solid;
      border-width: 9px 0 9px 15px;
      border-color: transparent transparent transparent var(--color-brand);
      transform: translate(-35%, -50%);
    }
    &:hover {
      img {
        transform: scale(1.05);
      }
      &::before {
        background: #fff;
      }
    }
  }
  .home-hero__movie-label {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 22px 14px 10px;
    background: linear-gradient(to top, rgba(16, 43, 86, .8), rgba(16, 43, 86, 0));
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .home-hero__movie-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    &[open] {
      display: grid;
      place-items: center;
    }
    &::backdrop {
      background: rgba(16, 43, 86, .82);
    }
  }
  .home-hero__movie-dialog-inner {
    position: relative;
    width: min(1080px, 92vw);
  }
  .home-hero__movie-video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    background: #000;
  }
  .home-hero__movie-close {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    &:hover {
      text-decoration: underline;
    }
  }
  body.is-modal-open {
    overflow: hidden;
  }
  .home-tech__card {
    .grow {
      flex: 1 0 auto;
    }
    .view-detail {
      margin-top: auto;
    }
  }
  .home-recruit {
    --home-recruit-scroll: 60s;
    isolation: isolate;
    .home-recruit__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
    }
    .home-recruit__track {
      display: flex;
      width: max-content;
      height: 100%;
      animation: home-recruit-scroll var(--home-recruit-scroll) linear infinite;
      animation-direction: reverse;
      img {
        flex: none;
        width: auto;
        height: 100%;
        object-fit: cover;
      }
    }
    .home-recruit__overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(2, 57, 128, .82) 0%, rgba(8, 15, 26, .88) 100%);
    }
    .home-recruit__inner {
      position: relative;
      z-index: 2;
    }
  }
  @keyframes home-recruit-scroll {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .home-recruit .home-recruit__track {
      animation: none;
    }
  }
  .page-hero--list,	.page-hero--faq,	.page-hero--doc,	.page-hero--product,	.error-hero {
    background-color: var(--color-block-blue);
    background-image: url("/image/case-hero-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    @media (width >= 768px) {
      display: grid;
      align-content: center;
      >* {
        width: 100%;
      }
    }
  }
  .page-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }
  .page-breadcrumb__item {
    font-size: 12px;
    line-height: 28px;
    color: var(--color-muted);
  }
  .page-breadcrumb__item>div {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .page-breadcrumb__link {
    color: var(--color-muted);
  }
  .page-breadcrumb__link:hover {
    color: var(--color-brand);
    text-decoration: underline;
  }
  .page-breadcrumb__current {
    color: var(--color-muted);
  }
  .page-breadcrumb__item:not(:last-child)::after {
    content: "";
    flex: none;
    width: 4px;
    height: 7px;
    margin-left: 12px;
    background: url("/image/icn-chevron-sm.svg") no-repeat center / contain;
  }
  .page-breadcrumb__item:not(:last-child) {
    display: inline-flex;
    align-items: center;
  }
  .case-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 42px;
    padding: 0 24px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-brand);
    text-align: center;
  }
  @media (width >=768px) {
    .case-label {
      min-width: 300px;
      font-size: 18px;
    }
  }
  .case-label--white {
    background: #fff;
    color: #000;
  }
  .case-label--brand {
    background: var(--color-brand);
    color: #fff;
  }
  .case-label--blue200 {
    background: var(--color-icon-bg);
  }
  .case-label--blue300 {
    background: var(--color-marker);
  }
  .case-label--gray {
    background: var(--color-block-light);
    min-width: 203px;
  }
  @media (width >=768px) {
    .case-label--gray {
      min-width: 203px;
    }
  }
  .case-heading {
    max-width: 860px;
    margin-inline: auto;
    font-size: 26px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: var(--color-brand);
    text-decoration: underline;
    text-decoration-color: var(--color-brand);
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
    text-decoration-skip-ink: none;
  }
  @media (width >=768px) {
    .case-heading {
      font-size: 38px;
      line-height: 70px;
    }
  }
  .case-heading--sm {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
  }
  @media (width >=768px) {
    .case-heading--sm {
      font-size: 32px;
      line-height: 52px;
    }
  }
  .case-lead {
    max-width: 720px;
    margin-inline: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--color-brand);
    text-align: center;
  }
  @media (width >=768px) {
    .case-lead {
      font-size: 18px;
      line-height: 38px;
    }
  }
  .page-hero--case {
    position: relative;
    background: none;
    border: 0;
  }
  .page-hero--case::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--color-block-blue);
    background-image: url("/image/case-hero-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  @media (width >=768px) {
    .page-hero--case {
      min-height: 470px;
    }
    .page-hero--case::before {
      bottom: 150px;
    }
  }
  .page-hero--case .page-hero__inner {
    max-width: 1240px;
  }
  .page-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 44px;
    padding: 0 20px;
    border: 1px solid var(--color-brand);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    color: var(--color-brand);
  }
  @media (width >=768px) {
    .page-hero__badge {
      font-size: 20px;
    }
  }
  .page-hero__tag {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid var(--color-float);
    font-size: 12px;
    line-height: 1;
    color: var(--color-brand);
    white-space: nowrap;
  }
  .page-hero--case .page-hero__heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: var(--color-brand);
  }
  @media (width >=768px) {
    .page-hero--case .page-hero__heading {
      font-size: 40px;
      line-height: 54px;
    }
  }
  .page-hero__desc {
    max-width: 765px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--color-brand);
  }
  @media (width >=768px) {
    .page-hero__desc {
      font-size: 20px;
      line-height: 40px;
    }
  }
  .case-summary__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-brand);
  }
  @media (width >=768px) {
    .case-summary__heading {
      font-size: 28px;
    }
  }
  .case-summary__heading::before {
    content: "";
    flex: none;
    width: 48px;
    height: 38px;
    background: url("/image/icn-points.svg") no-repeat center / contain;
  }
  @media (width >=768px) {
    .case-summary__heading::before {
      width: 60px;
      height: 47px;
    }
  }
  .case-summary__table {
    background: var(--color-icon-bg);
    border: 0;
    border-radius: 24px;
    padding: 10px;
    overflow: hidden;
  }
  .case-summary__table>div {
    display: grid;
    grid-template-columns: 1fr;
  }
  @media (width >=768px) {
    .case-summary__table>div {
      grid-template-columns: 200px 1fr;
    }
  }
  .case-summary__table>div+div {
    margin-top: -1px;
  }
  .case-summary__table dt,	.case-summary__table dd {
    border: 1px solid var(--color-float);
    font-size: 15px;
    line-height: 22px;
    color: var(--color-brand);
    padding: 18px 24px;
  }
  .case-summary__table dt {
    background: var(--color-block-blue);
    font-weight: 700;
  }
  .case-summary__table dd {
    background: #fff;
    margin: 0;
  }
  @media (width >=768px) {
    .case-summary__table dd {
      margin-left: -1px;
    }
    .case-summary__table>div:first-child dt {
      border-top-left-radius: 16px;
    }
    .case-summary__table>div:first-child dd {
      border-top-right-radius: 16px;
    }
    .case-summary__table>div:last-child dt {
      border-bottom-left-radius: 16px;
    }
    .case-summary__table>div:last-child dd {
      border-bottom-right-radius: 16px;
    }
  }
  @media (width < 768px) {
    .case-summary__table>div:first-child dt {
      border-radius: 16px 16px 0 0;
    }
    .case-summary__table>div:last-child dd {
      border-radius: 0 0 16px 16px;
    }
    .case-summary__table dd {
      margin-top: -1px;
    }
  }
  .case-problem {
    position: relative;
    background: var(--color-block-light);
    border: 0;
  }
  .case-problem::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin: 42px 0 0 -90px;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 70px solid var(--color-brand);
  }
  .case-problem__heading {
    max-width: 620px;
    margin-inline: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: #000;
    text-align: center;
  }
  @media (width >=768px) {
    .case-problem__heading {
      font-size: 32px;
      line-height: 49px;
    }
  }
  .case-problem__quote {
    position: relative;
    max-width: 590px;
    background: #fff;
    border: 0;
    border-radius: 24px;
    padding: 37px 48px;
    font-size: 17px;
    font-weight: 500;
    line-height: 34px;
    color: #000;
  }
  @media (width >=768px) {
    .case-problem__quote {
      font-size: 22px;
      line-height: 43px;
    }
  }
  @media (width >=992px) {
    .case-problem__quote::before {
      content: "";
      position: absolute;
      left: 100%;
      top: 101px;
      width: 0;
      height: 0;
      border-top: 19px solid transparent;
      border-bottom: 19px solid transparent;
      border-left: 48px solid #fff;
    }
    .case-problem__quote::after {
      content: "";
      position: absolute;
      left: calc(100% + 42px);
      top: 0;
      width: 188px;
      height: 203px;
      background: url("/image/illust-worry.webp") no-repeat center / contain;
    }
  }
  .case-problem__body {
    max-width: 820px;
    font-size: 16px;
    line-height: 32px;
    color: #000;
  }
  @media (width >=768px) {
    .case-problem__body {
      font-size: 18px;
      line-height: 36px;
    }
  }
  .case-solution {
    background: var(--color-block-blue);
    border: 0;
  }
  .case-solution__grid {
    display: flex;
    flex-direction: column;
    column-gap: 32px;
  }
  @media (width >=992px) {
    .case-solution__grid {
      display: grid;
      grid-template-columns: 490px 400px;
      justify-content: space-between;
      align-items: start;
    }
    .case-solution__body {
      display: contents;
    }
    .case-solution__eyebrow {
      grid-column: 1 / -1;
      grid-row: 1;
      justify-self: center;
    }
    .case-solution__heading {
      grid-column: 1 / -1;
      grid-row: 2;
    }
    .case-solution__body>p {
      grid-column: 1;
      grid-row: 3;
    }
    .case-solution__body>a {
      grid-column: 1;
      grid-row: 4;
      align-self: start;
    }
    .case-solution__image {
      grid-column: 2;
      grid-row: 3 / span 2;
    }
  }
  .case-solution__image {
    border: 0;
    border-radius: 16px;
    aspect-ratio: 400 / 302;
  }
  .case-solution__image img {
    width: 100%;
    height: 100%;
  }
  .case-solution__body>p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--color-brand);
  }
  @media (width >=768px) {
    .case-solution__body>p {
      font-size: 18px;
      line-height: 38px;
    }
  }
  .case-solution__body>a {
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--color-brand);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  @media (width >=768px) {
    .case-solution__body>a {
      font-size: 18px;
      line-height: 38px;
    }
  }
  .case-solution__body>a::after {
    content: "";
    flex: none;
    width: 18px;
    height: 18px;
    background: url("/image/icn-arrow.svg") no-repeat center / contain;
    transition: transform .2s ease;
  }
  .case-solution__body>a:hover::after {
    transform: translateX(3px);
  }
  .case-result {
    background: transparent;
    border: 0;
  }
  .case-result__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
    min-height: 240px;
    padding: 33px 20px;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 16px;
    box-shadow: 0 2px 15px 1px rgba(16, 43, 86, .1);
  }
  .case-result__icon {
    flex: none;
    width: 82px;
    height: 82px;
    background: url("/image/icn-check.svg") no-repeat center / contain;
  }
  .case-result__card p {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-brand);
  }
  @media (width >=768px) {
    .case-result__card p {
      font-size: 20px;
      line-height: 32px;
    }
  }
  .case-data {
    background: var(--color-block-blue);
    border: 0;
  }
  .case-data__subheading {
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    color: var(--color-brand);
  }
  @media (width >=768px) {
    .case-data__subheading {
      font-size: 18px;
    }
  }
  .case-data__table {
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    overflow: hidden;
  }
  .case-data__table th,	.case-data__table td {
    height: 64px;
    padding: 8px 12px;
    border: 1px solid var(--color-sep);
    font-size: 14px;
    line-height: 22px;
  }
  @media (width >=768px) {
    .case-data__table th,	.case-data__table td {
      font-size: 15px;
    }
  }
  .case-data__table th {
    background: var(--color-block-light);
    font-weight: 500;
    color: var(--color-brand);
  }
  .case-data__table td {
    background: #fff;
    color: var(--color-muted);
  }
  .case-data__table tbody tr:first-child td {
    font-weight: 700;
    color: var(--color-brand);
  }
  .case-data__table tr+tr th,	.case-data__table tr+tr td {
    border-top: 0;
  }
  .case-data__table th+th,	.case-data__table td+td {
    border-left: 0;
  }
  .case-data__table thead tr:first-child th:first-child {
    border-top-left-radius: 16px;
  }
  .case-data__table thead tr:first-child th:last-child {
    border-top-right-radius: 16px;
  }
  .case-data__table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
  }
  .case-data__table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
  }
  .case-data__note {
    font-size: 12px;
    line-height: 24px;
    color: var(--color-muted);
  }
  .case-data__panel {
    align-self: start;
    background: #fff;
    border: 1px solid var(--color-sep);
    border-radius: 16px;
    padding: 23px 30px 30px;
    text-align: center;
  }
  .case-data__panel>p:first-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-brand);
  }
  .case-data__figure {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: var(--color-brand);
    text-wrap: balance;
  }
  .case-data__figure__value {
    font-size: 48px;
    font-weight: 700;
  }
  .case-data__figure>span {
    white-space: nowrap;
  }
  @media (width >=768px) {
    .case-data__figure {
      font-size: 28px;
    }
    .case-data__figure__value {
      font-size: 56px;
    }
  }
  .case-data__panel>p:last-child {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-brand);
    text-align: left;
  }
  .related-cases {
    background: transparent;
    border: 0;
  }
  .related-cases__inner {
    display: flex;
    flex-direction: column;
  }
  .related-cases__header {
    display: contents;
  }
  .related-cases__header>div {
    order: 1;
    text-align: center;
  }
  .related-cases__cards {
    order: 2;
    margin-top: 44px;
  }
  .related-cases__view-all {
    order: 3;
    align-self: center;
    margin-top: 60px;
  }
  .related-cases__card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 10px;
    transition: box-shadow .2s ease;
  }
  .related-cases__card:hover {
    box-shadow: 0 2px 15px 1px rgba(16, 43, 86, .1);
  }
  .related-cases__card>div:first-child {
    aspect-ratio: 380 / 207;
    background: var(--color-block-light);
  }
  .related-cases__card .case-image {
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .related-cases__card .case-image span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .case-image--acf-tape-jig {
    background-image: url("/case-studies/image/acf-tape-jig.webp");
  }
  .case-image--adhesive-nozzle {
    background-image: url("/case-studies/image/adhesive-nozzle.webp");
  }
  .case-image--adhesive-storage-tank {
    background-image: url("/case-studies/image/adhesive-storage-tank.webp");
  }
  .case-image--auto-labeling-machine {
    background-image: url("/case-studies/image/auto-labeling-machine.webp");
  }
  .case-image--diaper-hotmelt-line {
    background-image: url("/case-studies/image/diaper-hotmelt-line.webp");
  }
  .case-image--dipping-ladle {
    background-image: url("/case-studies/image/dipping-ladle.webp");
  }
  .case-image--finger-cots {
    background-image: url("/case-studies/image/finger-cots.webp");
  }
  .case-image--guide-roller {
    background-image: url("/case-studies/image/guide-roller.webp");
  }
  .case-image--hotmelt-precision-mold {
    background-image: url("/case-studies/image/hotmelt-precision-mold.webp");
  }
  .case-image--label-die-cutting-machine {
    background-image: url("/case-studies/image/label-die-cutting-machine.webp");
  }
  .case-image--labeling-cutter {
    background-image: url("/case-studies/image/labeling-cutter.webp");
  }
  .case-image--packaging-machine {
    background-image: url("/case-studies/image/packaging-machine.webp");
  }
  .case-image--parts-feeder {
    background-image: url("/case-studies/image/parts-feeder.webp");
  }
  .case-image--roller-conveyor-diaper {
    background-image: url("/case-studies/image/roller-conveyor-diaper.webp");
  }
  .case-image--roller-conveyor-hotmelt {
    background-image: url("/case-studies/image/roller-conveyor-hotmelt.webp");
  }
  .case-image--rubber-cutter-blade {
    background-image: url("/case-studies/image/rubber-cutter-blade.webp");
  }
  .case-image--rubber-molding-die {
    background-image: url("/case-studies/image/rubber-molding-die.webp");
  }
  .case-image--thomson-die-blade {
    background-image: url("/case-studies/image/thomson-die-blade.webp");
  }
  .case-image--tweezers {
    background-image: url("/case-studies/image/tweezers.webp");
  }
  .case-image--unvulcanized-rubber-conveyor {
    background-image: url("/case-studies/image/unvulcanized-rubber-conveyor.webp");
  }
  .related-cases__card>div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 30px 30px;
  }
  .related-cases__card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-brand);
  }
  .related-cases__card p {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-muted);
  }
  .related-cases__card>div:last-child>span {
    order: -1;
    display: inline-flex;
    align-items: center;
    height: 24px;
    margin-bottom: 12px;
    padding: 0 10px;
    background: var(--color-brand);
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    line-height: 1;
    color: #fff;
  }
  .page-hero--list .page-hero__eyebrow {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-muted);
  }
  .page-hero--list .page-hero__heading {
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    color: var(--color-brand);
    font-feature-settings: "palt" 1;
  }
  @media (width >=768px) {
    .page-hero--list .page-hero__heading {
      font-size: 42px;
      line-height: 57px;
    }
  }
  .page-hero--list .page-hero__lead {
    max-width: 620px;
    font-size: 16px;
    line-height: 34px;
    color: var(--color-brand);
    text-align: justify;
    &.page-hero__lead--inquiry {
      max-width: 660px;
    }
  }
  .case-filter {
    border: 0;
  }
  .case-filter__label,	.faq-filter__label {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-brand);
    white-space: nowrap;
  }
  .case-filter__label::before,	.faq-filter__label::before {
    content: "";
    flex: none;
    width: 20px;
    height: 20px;
    background: url("/image/icn-sort.svg") no-repeat center / contain;
  }
  .filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    height: 38px;
    padding: 0 15px 0 16px;
    border: 0;
    border-radius: 6px;
    background: var(--color-block-gray100);
    color: var(--color-brand);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
  }
  .filter-btn>span {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }
  .filter-btn:hover {
    background: var(--color-marker);
  }
  @media (width < 768px) {
    .filter-btn {
      height: auto;
      min-height: 38px;
      max-width: 100%;
      padding: 8px 15px 8px 16px;
      white-space: normal;
      text-align: left;
    }
  }
  .case-grid-section__count {
    font-size: 14px;
    line-height: 19px;
    color: var(--color-muted);
  }
  .case-grid__item {
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    align-content: start;
    justify-items: start;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 10px;
    transition: box-shadow .2s ease;
  }
  .case-grid__item:hover {
    box-shadow: 0 2px 15px 1px rgba(16, 43, 86, .1);
  }
  .case-grid__thumb {
    grid-column: 1 / -1;
    order: 1;
    aspect-ratio: 380 / 207;
    width: 100%;
    background: var(--color-block-light);
  }
  .case-grid__thumb img {
    width: 100%;
    height: 100%;
  }
  .case-grid__meta {
    display: contents;
  }
  .case-grid__grade,	.case-grid__name,	.case-grid__process,	.case-grid__desc,	.case-grid__industry {
    grid-column: 2;
  }
  .case-grid__grade {
    order: 2;
    display: inline-flex;
    align-items: center;
    height: 24px;
    margin-top: 28px;
    padding: 0 12px;
    background: var(--color-brand);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.3px;
  }
  .case-grid__name {
    order: 3;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--color-brand);
  }
  .case-grid__process {
    order: 4;
    font-size: 13px;
    line-height: 18px;
    color: var(--color-brand);
  }
  .case-grid__desc {
    order: 5;
    justify-self: stretch;
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    color: var(--color-muted);
  }
  .case-grid__industry {
    order: 6;
    display: inline-flex;
    align-items: center;
    height: 24px;
    margin-top: 16px;
    margin-bottom: 36px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: var(--color-brand);
  }
  .faq-filter {
    border-bottom: 1px solid var(--color-float);
    background: #fff;
  }
  .faq-category__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-brand);
  }
  @media (width >=768px) {
    .faq-category__heading {
      font-size: 22px;
    }
  }
  .faq-category__count {
    flex: none;
    font-size: 13px;
    line-height: 18px;
    color: var(--color-muted);
  }
  .faq-category__desc {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-muted);
  }
  .faq-list>a {
    border-color: var(--color-sep-blue);
  }
  .faq-list>a:first-child {
    border-top: 1px solid var(--color-sep-blue);
  }
  .faq-body__item {
    transition: background-color .15s ease;
  }
  .faq-body__item:hover {
    background: var(--color-block-blue);
  }
  .faq-body__item>span:first-child {
    flex: none;
    width: 24px;
    height: 24px;
    border: 1px solid var(--color-ink);
    border-radius: 4px;
    font-family: var(--font-num);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-ink);
  }
  .faq-body__item>span:last-child {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-ink);
  }
  @media (width >=992px) {
    .faq-body__item>span:last-child {
      font-size: 16px;
    }
  }
  .faq-body__item::after {
    content: "";
    flex: none;
    width: 5px;
    height: 9px;
    background: url("/image/icn-chevron.svg") no-repeat center / contain;
    transition: transform .2s ease;
  }
  .faq-body__item:hover::after {
    transform: translateX(4px);
  }
  .faq-body__count,	.faq-body__empty {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-muted);
  }
  .faq-body__empty a {
    color: var(--color-brand);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .faq-related-links__item {
    min-height: 120px;
    padding: 0 30px;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 10px;
    transition: box-shadow .2s ease;
  }
  .faq-related-links__item:hover {
    box-shadow: 0 2px 15px 1px rgba(16, 43, 86, .1);
  }
  .faq-related-links__item>span>span:first-child {
    font-size: 13px;
    line-height: 20px;
    color: var(--color-muted);
  }
  .faq-related-links__item>span>span:last-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--color-brand);
  }
  .faq-related-links__item::after {
    content: "";
    flex: none;
    width: 18px;
    height: 18px;
    background: url("/image/icn-arrow.svg") no-repeat center / contain;
    transition: transform .2s ease;
  }
  .faq-related-links__item:hover::after {
    transform: translateX(3px);
  }
  .page-hero--faq .page-hero__back-link {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-muted);
    transition: color .15s ease;
  }
  .page-hero--faq .page-hero__back-link::before {
    content: "";
    flex: none;
    width: 18px;
    height: 18px;
    background: url("/image/icn-arrow.svg") no-repeat center / contain;
    transform: scaleX(-1);
    transition: transform .2s ease;
  }
  .page-hero--faq .page-hero__back-link:hover {
    color: var(--color-brand);
  }
  .page-hero--faq .page-hero__back-link:hover::before {
    transform: scaleX(-1) translateX(3px);
  }
  .page-hero--faq .page-hero__heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: var(--color-brand);
    font-feature-settings: "palt" 1;
    font-weight: 500;
  }
  @media (width >=768px) {
    .page-hero--faq .page-hero__heading {
      font-size: 42px;
      line-height: 57px;
    }
  }
  .page-hero__q-icon,	.faq-answer__a-icon {
    flex: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-family: var(--font-num);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }
  .page-hero__q-icon {
    background: var(--color-brand);
    color: #fff;
  }
  .faq-answer__a-icon {
    background: #fff;
    border-color: var(--color-brand);
    color: var(--color-brand);
  }
  .faq-answer__lead {
    font-size: 16px;
    line-height: 34px;
    color: var(--color-ink);
  }
  .faq-answer__related-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-brand);
  }
  .faq-answer__related-list {
    list-style: none;
    display: grid;
    gap: 12px;
  }
  @media (width >=768px) {
    .faq-answer__related-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .faq-answer__related-item a {
    padding: 16px 20px;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-ink);
    transition: box-shadow .2s ease;
  }
  .faq-answer__related-item a:hover {
    box-shadow: 0 2px 15px 1px rgba(16, 43, 86, .1);
  }
  .faq-answer__related-item a::after {
    content: "";
    flex: none;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    background: url("/image/icn-arrow.svg") no-repeat center / contain;
    transition: transform .2s ease;
  }
  .faq-answer__related-item a:hover::after {
    transform: translateX(3px);
  }
  .faq-related-category {
    background: transparent;
    border-top: 1px solid var(--color-sep-blue);
    border-bottom: 1px solid var(--color-sep-blue);
  }
  .faq-related-category__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--color-brand);
  }
  @media (width >=768px) {
    .faq-related-category__heading {
      font-size: 22px;
    }
  }
  .faq-related-category__list {
    display: grid;
    gap: 12px;
  }
  .faq-related-category__item {
    transition: opacity .15s ease;
  }
  .faq-related-category__item:hover>span:last-child {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .faq-related-category__item>span:first-child {
    flex: none;
    width: 24px;
    height: 24px;
    border: 1px solid var(--color-ink);
    border-radius: 4px;
    font-family: var(--font-num);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-ink);
  }
  .faq-related-category__item>span:last-child {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-ink);
  }
  .faq-pager__prev,	.faq-pager__next {
    display: flex;
    align-items: center;
    transition: box-shadow .2s ease;
    gap: 10px;
  }
  .faq-pager__prev {
    justify-content: flex-start;
  }
  .faq-pager__next {
    justify-content: flex-end;
  }
  .faq-pager__prev>span:last-child,	.faq-pager__next>span:last-child {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-brand);
  }
  .faq-pager__prev::before,	.faq-pager__next::after {
    content: "";
    flex: none;
    width: 18px;
    height: 18px;
    background: url("/image/icn-arrow.svg") no-repeat center / contain;
    transition: transform .2s ease;
  }
  .faq-pager__prev::before {
    transform: scaleX(-1);
  }
  .faq-pager__prev:hover::before {
    transform: scaleX(-1) translateX(3px);
  }
  .faq-pager__next:hover::after {
    transform: translateX(3px);
  }
  .page-hero--doc {
    text-align: center;
    .page-hero__heading {
      font-size: 26px;
      font-weight: 500;
      line-height: 40px;
      color: var(--color-brand);
      @media (width >= 768px) {
        font-size: 38px;
        line-height: 54px;
      }
    }
    .page-hero__sub,	.page-hero__eyebrow {
      display: block;
      font-family: var(--font-num);
      font-size: 13px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: .12em;
      color: var(--color-muted);
    }
  }
  .doc-eyebrow {
    display: block;
    font-family: var(--font-num);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .12em;
    color: var(--color-muted);
  }
  .doc-heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: var(--color-brand);
    @media (width >= 768px) {
      font-size: 28px;
      line-height: 42px;
    }
  }
  .doc-subheading {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--color-sep-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--color-brand);
  }
  .doc-subheading--bar {
    padding: 0 0 0 16px;
    border-bottom: 0;
    border-left: 4px solid var(--color-brand);
  }
  .doc-body {
    font-size: 16px;
    line-height: 34px;
    color: var(--color-ink);
  }
  .doc-ol {
    display: grid;
    gap: 18px;
    list-style: none;
    >li {
      font-size: 16px;
      line-height: 24px;
      color: var(--color-ink);
    }
    .doc-ol__num {
      min-width: 26px;
      height: 26px;
      margin-top: 3px;
      padding: 0 7px;
      border-radius: 13px;
      background: var(--color-icon-bg);
      font-family: var(--font-num);
      font-size: 13px;
      font-weight: 600;
      line-height: 26px;
      color: var(--color-brand);
      text-align: center;
    }
  }
  .doc-note {
    background: var(--color-block-blue);
    border: 1px solid var(--color-float);
    border-radius: 16px;
    padding: 24px 30px;
    li {
      font-size: 14px;
      line-height: 26px;
      color: var(--color-muted);
    }
  }
  .doc-signature {
    border-top: 1px solid var(--color-sep-blue);
    font-size: 14px;
    line-height: 26px;
    color: var(--color-muted);
  }
  .sitemap-body__heading {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-sep-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--color-brand);
  }
  .sitemap-body__links {
    list-style: none;
    a {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      padding: 7px 0;
      font-size: 15px;
      line-height: 24px;
      color: var(--color-ink);
      transition: color .15s ease;
      &::before {
        content: "";
        flex: none;
        width: 5px;
        height: 9px;
        margin-top: 8px;
        background: url("/image/icn-chevron.svg") no-repeat center / contain;
        transition: transform .2s ease;
      }
      &:hover {
        color: var(--color-brand);
        text-decoration: underline;
        text-underline-offset: 4px;
      }
      &:hover::before {
        transform: translateX(3px);
      }
    }
  }
  .news-list__item {
    border-color: var(--color-sep-blue);
    &:first-child {
      border-top: 1px solid var(--color-sep-blue);
    }
  }
  .news-list__trigger {
    position: relative;
    width: 100%;
    cursor: pointer;
    &::after {
      content: "";
      position: absolute;
      right: 8px;
      top: 50%;
      width: 5px;
      height: 9px;
      background: url("/image/icn-chevron.svg") no-repeat center / contain;
      transform: translateY(-50%) rotate(90deg);
      transition: transform .2s ease;
    }
  }
  .acc-item.open .news-list__trigger::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .news-list__time {
    font-family: var(--font-num);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-muted);
  }
  .news-list__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: var(--color-ink);
    @media (width >= 992px) {
      font-size: 16px;
    }
  }
  .news-list__body {
    background: var(--color-block-blue);
    border: 1px solid var(--color-float);
    border-radius: 12px;
    padding: 20px 24px;
    font-size: 15px;
    line-height: 30px;
    color: var(--color-ink);
    a {
      text-decoration: underline;
    }
  }
  .page-sidenav {
    background: #fff;
    border-bottom: 1px solid var(--color-float);
    a {
      display: inline-flex;
      align-items: center;
      height: 38px;
      padding: 0 16px;
      border-radius: 6px;
      font-size: 15px;
      font-weight: 500;
      color: var(--color-brand);
      transition: background-color .15s ease;
      &:hover {
        background: var(--color-block-gray100);
      }
    }
  }
  .outline-section,	.access-section {
    background: var(--color-block-light);
    border: 0;
  }
  .outline-section__table {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 16px;
    >dl>div {
      border-top: 1px solid var(--color-float);
      &:first-child {
        border-top: 0;
      }
      @media (width >= 768px) {
        display: grid;
        grid-template-columns: 220px 1fr;
      }
    }
    dt {
      font-size: 15px;
      font-weight: 700;
      line-height: 26px;
      color: var(--color-brand);
      @media (width >= 768px) {
        margin-bottom: 0;
      }
    }
    dd {
      font-size: 15px;
      line-height: 26px;
      color: var(--color-ink);
    }
  }
  .history-section__list {
    >div {
      padding: 18px 0;
      border-top: 1px solid var(--color-sep-blue);
      &:last-child {
        border-bottom: 1px solid var(--color-sep-blue);
      }
      @media (width >= 768px) {
        display: grid;
        grid-template-columns: 160px 1fr;
      }
    }
    dt {
      font-family: var(--font-num);
      font-size: 15px;
      font-weight: 600;
      line-height: 26px;
      color: var(--color-brand);
    }
    dd {
      font-size: 15px;
      line-height: 28px;
      color: var(--color-ink);
    }
  }
  .access-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 16px;
    img {
      width: 100%;
      border-bottom: 1px solid var(--color-float);
    }
    h4 {
      font-size: 15px;
      font-weight: 700;
      line-height: 26px;
      color: var(--color-brand);
    }
    p {
      font-size: 15px;
      line-height: 28px;
      color: var(--color-ink);
    }
    iframe {
      width: 100%;
      height: 280px;
      border-radius: 12px;
    }
  }
  .doc-link-card {
    min-height: 120px;
    padding: 0 30px;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 10px;
    transition: box-shadow .2s ease;
    &:hover {
      box-shadow: 0 2px 15px 1px rgba(16, 43, 86, .1);
    }
    >span>span:first-child {
      font-size: 13px;
      line-height: 20px;
      color: var(--color-muted);
    }
    >span>span:last-child {
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
      color: var(--color-brand);
    }
    &::after {
      content: "";
      flex: none;
      width: 18px;
      height: 18px;
      background: url("/image/icn-arrow.svg") no-repeat center / contain;
      transition: transform .2s ease;
    }
    &:hover::after {
      transform: translateX(3px);
    }
  }
  .error-hero {
    .error-hero__code {
      font-family: var(--font-num);
      font-size: 64px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: .04em;
      color: var(--color-brand);
      @media (width >= 768px) {
        font-size: 88px;
      }
    }
    .error-hero__heading {
      font-size: 20px;
      font-weight: 500;
      line-height: 32px;
      color: var(--color-brand);
      @media (width >= 768px) {
        font-size: 28px;
        line-height: 42px;
      }
    }
    .error-hero__text {
      max-width: 620px;
      margin-inline: auto;
      font-size: 16px;
      line-height: 34px;
      color: var(--color-ink);
      text-wrap: balance;
    }
  }
  .error-links__item {
    min-height: 88px;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--color-brand);
    transition: box-shadow .2s ease;
    &:hover {
      box-shadow: 0 2px 15px 1px rgba(16, 43, 86, .1);
    }
    &::after {
      content: "";
      flex: none;
      width: 18px;
      height: 18px;
      background: url("/image/icn-arrow.svg") no-repeat center / contain;
      transition: transform .2s ease;
    }
    &:hover::after {
      transform: translateX(3px);
    }
  }
  .related-links {
    border: 0;
  }
  .related-links__inner {
    border-top: 1px solid var(--color-sep);
    padding-top: 47px;
  }
  .related-links__heading {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-muted);
    font-weight: 400;
  }
  .related-links__item {
    min-height: 120px;
    padding: 0 30px;
    background: #fff;
    border: 1px solid var(--color-float);
    border-radius: 10px;
    transition: box-shadow .2s ease;
  }
  .related-links__item:hover {
    box-shadow: 0 2px 15px 1px rgba(16, 43, 86, .1);
  }
  .related-links__item>span>span:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--color-brand);
  }
  .related-links__item>span>span:last-child {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-muted);
  }
  .related-links__item::after {
    content: "";
    flex: none;
    width: 18px;
    height: 18px;
    background: url("/image/icn-arrow.svg") no-repeat center / contain;
    transition: transform .2s ease;
  }
  .related-links__item:hover::after {
    transform: translateX(3px);
  }
  .calendar-body {
    .calendar-body__head {
      margin-bottom: 40px;
    }
    .calendar-total {
      padding: 24px;
      background: var(--color-block-blue);
      border: 1px solid var(--color-float);
      border-radius: 16px;
      text-align: center;
    }
    .calendar-total__label {
      color: var(--color-brand);
      font-size: 15px;
      font-weight: 500;
      line-height: 24px;
    }
    .calendar-total__value {
      margin-top: 4px;
      color: var(--color-brand);
      font-size: 48px;
      font-weight: 700;
      line-height: 1.1;
      span {
        margin-left: 4px;
        font-size: 20px;
      }
    }
    .calendar-total__note {
      margin-top: 8px;
      color: var(--color-muted);
      font-size: 13px;
      line-height: 20px;
    }
    .calendar-legend {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 28px;
      margin-bottom: 32px;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--color-sep-blue);
      list-style: none;
      li {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--color-ink);
        font-size: 14px;
        line-height: 24px;
      }
    }
    .calendar-grid {
      display: grid;
      gap: 24px;
    }
    .calendar-month {
      padding: 20px;
      background: #fff;
      border: 1px solid var(--color-float);
      border-radius: 16px;
    }
    .calendar-month__head {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--color-sep-blue);
    }
    .calendar-month__name {
      color: var(--color-brand);
      font-size: 24px;
      font-weight: 600;
      line-height: 1;
      span {
        margin-left: 2px;
        font-size: 14px;
        font-weight: 500;
      }
    }
    .calendar-month__count {
      color: var(--color-muted);
      font-size: 13px;
      line-height: 1;
    }
    .calendar-month__week,	.calendar-month__days {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 2px;
    }
    .calendar-month__days {
      margin-top: 4px;
    }
    .calendar-dow {
      padding: 4px 0;
      color: var(--color-muted);
      font-size: 12px;
      font-weight: 700;
      line-height: 1.5;
      text-align: center;
    }
  }
  .calendar-day {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 6px;
    color: var(--color-ink);
    font-size: 13px;
    line-height: 1;
    &.is-blank {
      visibility: hidden;
    }
    &.is-closed {
      background: var(--color-block-dark);
      color: var(--color-brand);
      font-weight: 700;
    }
    &.is-workday {
      background: var(--color-marker);
      border: 1px solid var(--color-float);
      color: var(--color-brand);
      font-weight: 700;
    }
  }
  .calendar-legend .calendar-day {
    flex: none;
    width: 24px;
    height: 24px;
    aspect-ratio: auto;
  }
  .calendar-offices {
    background: var(--color-block-blue);
    .calendar-offices__list {
      display: grid;
      gap: 32px;
    }
    .calendar-office__tel {
      color: var(--color-brand);
      font-weight: 600;
      &:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
      }
    }
  }
  @media (width >=768px) {
    .calendar-body {
      .calendar-body__head {
        grid-template-columns: 1fr 320px;
        gap: 40px;
        align-items: start;
      }
      .calendar-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    .calendar-offices .calendar-offices__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
    }
  }
  @media (width >=1024px) {
    .calendar-body .calendar-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .calendar-offices .calendar-offices__list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .page-hero--fineblast,	.page-hero--tosical-s {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0;
    background: none;
    border: 0;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: var(--color-block-blue);
      background-image: url("/image/tech-hero-bg.webp");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
    .page-hero__badge {
      padding: 0 32px;
    }
    .page-hero__heading {
      color: var(--color-brand);
      font-size: 32px;
      font-weight: 700;
      line-height: 1.4;
    }
    .page-hero__subheading {
      color: var(--color-brand);
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
    }
    .page-hero__desc {
      max-width: 780px;
    }
  }
  .pain-points {
    .pain-points__body {
      display: flex;
      flex-direction: column;
      gap: 48px;
    }
    .pain-points__heading {
      display: flex;
      align-items: center;
      gap: 9px;
      padding-left: 8px;
      color: var(--color-brand);
      font-size: 20px;
      font-weight: 700;
      line-height: 33px;
      &::before {
        content: "";
        flex: none;
        width: 60px;
        height: 47px;
        background: url("/image/icn-points.svg") no-repeat center / contain;
      }
    }
    .pain-points__list {
      display: grid;
      gap: 26px;
      margin-top: 32px;
      list-style: none;
      counter-reset: pain-point;
    }
    .pain-points__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 32px 31px;
      background: #fff;
      border: 1px solid var(--color-float);
      border-radius: 10px;
      counter-increment: pain-point;
      &::before {
        content: "課題" counter(pain-point);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 166px;
        padding: 5px 0;
        background: var(--color-icon-bg);
        border-radius: 6px;
        color: var(--color-brand);
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
      }
      p {
        width: 100%;
        color: var(--color-brand);
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
      }
    }
    .pain-points__solution {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      max-width: 840px;
      margin-inline: auto;
      text-align: center;
    }
    .pain-points__solution-heading {
      color: var(--color-brand);
      font-size: 28px;
      font-weight: 700;
      line-height: 1.45;
    }
    .pain-points__solution-body {
      color: var(--color-brand);
      font-size: 16px;
      font-weight: 500;
      line-height: 32px;
    }
    .pain-points__solution-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 8px;
      width: 100%;
      max-width: 480px;
      min-height: 80px;
      padding: 0 20px;
      background: var(--color-brand);
      border-radius: 6px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 27px;
      text-align: center;
      transition: background-color .15s ease;
      &:hover {
        background: #001f52;
      }
    }
  }
  @media (width >=768px) {
    .pain-points {
      .pain-points__body {
        gap: 72px;
      }
      .pain-points__heading {
        font-size: 24px;
      }
      .pain-points__list {
        grid-template-columns: repeat(4, 1fr);
      }
      .pain-points__solution-heading {
        font-size: 40px;
        line-height: 54px;
      }
      .pain-points__solution-body {
        font-size: 20px;
        line-height: 38px;
      }
      .pain-points__solution-btn {
        font-size: 20px;
      }
    }
  }
  .mechanism-steps {
    .mechanism-steps__heading {
      margin-top: 24px;
    }
    .mechanism-steps__lead {
      margin-top: 24px;
    }
    .mechanism-steps__steps {
      display: grid;
      gap: 24px;
      margin-top: 40px;
    }
    .mechanism-steps__step {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 34px 40px;
      background: #fff;
      border: 1px solid var(--color-float);
      border-radius: 16px;
      box-shadow: 0 2px 7.5px rgba(16, 43, 86, .1);
    }
    .mechanism-steps__step-num {
      display: flex;
      flex: none;
      align-items: center;
      justify-content: center;
      width: 82px;
      height: 82px;
      background: var(--color-brand);
      border-radius: 50%;
      color: #fff;
      font-size: 33px;
      font-weight: 500;
      line-height: 38px;
    }
    .mechanism-steps__step-title {
      margin-top: 23px;
      color: var(--color-brand);
      font-size: 20px;
      font-weight: 700;
      line-height: 32px;
      text-align: center;
    }
    .mechanism-steps__step-desc {
      max-width: 220px;
      margin-top: 10px;
      margin-inline: auto;
      color: var(--color-muted);
      font-size: 14px;
      line-height: 24px;
    }
  }
  @media (width >=768px) {
    .mechanism-steps {
      .mechanism-steps__heading {
        margin-top: 34px;
      }
      .mechanism-steps__lead {
        margin-top: 38px;
      }
      .mechanism-steps__steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        margin-top: 50px;
      }
    }
  }
  .fb-effects {
    .fb-effects__heading {
      margin-top: 24px;
    }
    .fb-effects__lead {
      margin-top: 24px;
    }
    .fb-effects__group {
      margin-top: 40px;
    }
    .fb-effects__group-heading {
      padding-bottom: 14px;
      border-bottom: 1px solid var(--color-sep);
      color: var(--color-brand);
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
    }
    .fb-effects__cards {
      display: grid;
      gap: 30px;
      margin-top: 40px;
    }
    .fb-effects__card {
      padding: 30px 24px 30px 30px;
      background: #fff;
      border: 1px solid var(--color-float);
    }
    .fb-effects__card-title {
      color: var(--color-brand);
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
    }
    .fb-effects__card-desc {
      margin-top: 7px;
      color: var(--color-muted);
      font-size: 14px;
      line-height: 24px;
    }
  }
  @media (width >=768px) {
    .fb-effects {
      .fb-effects__heading {
        margin-top: 40px;
      }
      .fb-effects__lead {
        margin-top: 40px;
      }
      .fb-effects__group-heading {
        font-size: 22px;
      }
      .fb-effects__cards {
        grid-template-columns: repeat(3, 1fr);
      }
      .fb-effects__card-title,	.fb-effects__card-desc {
        max-width: 290px;
      }
    }
  }
  .tech-cases {
    .tech-cases__header {
      text-align: center;
    }
    .tech-cases__eyebrow {
      min-width: 200px;
      background: #fff;
      color: var(--color-brand);
    }
    .tech-cases__heading {
      margin-top: 40px;
      color: var(--color-brand);
      font-size: 24px;
      font-weight: 700;
      line-height: 1.45;
    }
    .tech-cases__lead {
      max-width: 720px;
      margin-top: 24px;
      margin-inline: auto;
      color: var(--color-brand);
      font-size: 16px;
      font-weight: 500;
      line-height: 32px;
    }
    .tech-cases__grid {
      display: grid;
      gap: 26px;
      margin-top: 48px;
    }
    .tech-cases__card {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: #fff;
      border: 1px solid var(--color-float);
      border-radius: 10px;
    }
    .tech-cases__card-image {
      order: 1;
      aspect-ratio: 280 / 153;
      overflow: hidden;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .tech-cases__card-tag {
      order: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      align-self: flex-start;
      height: 24px;
      margin: 28px 30px 0;
      padding: 4px 12px;
      background: var(--color-brand);
      color: #fff;
      font-family: var(--font-num);
      font-size: 13px;
      font-weight: 600;
      line-height: 16px;
      letter-spacing: 1.3px;
    }
    .tech-cases__card-title {
      order: 3;
      margin: 16px 30px 0;
      color: var(--color-brand);
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
    }
    .tech-cases__card-desc {
      order: 4;
      margin: 14px 30px 36px;
      color: var(--color-muted);
      font-size: 14px;
      line-height: 24px;
    }
    .tech-cases__more {
      margin-top: 48px;
      text-align: center;
    }
  }
  @media (width >=768px) {
    .tech-cases {
      .tech-cases__heading {
        font-size: 32px;
        line-height: 44px;
      }
      .tech-cases__lead {
        font-size: 18px;
        line-height: 38px;
      }
      .tech-cases__grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }
  }
  .tech-reasons {
    .tech-reasons__lead {
      margin-top: 40px;
    }
    .tech-reasons__cards {
      display: grid;
      gap: 26px;
      margin-top: 40px;
    }
    .tech-reasons__card {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 32px 24px 24px;
      background: #fff;
      border: 1px solid var(--color-float);
      border-radius: 16px;
      box-shadow: 0 2px 7.5px rgba(16, 43, 86, .1);
      &::before {
        content: "";
        flex: none;
        width: 82px;
        height: 82px;
        background: url("/image/icn-check.svg") no-repeat center / contain;
      }
    }
    .tech-reasons__card-title {
      margin-top: 23px;
      color: var(--color-brand);
      font-size: 20px;
      font-weight: 700;
      line-height: 32px;
      text-align: center;
    }
    .tech-reasons__card-desc {
      width: 100%;
      margin-top: 16px;
      color: var(--color-muted);
      font-size: 14px;
      line-height: 24px;
    }
  }
  @media (width >=768px) {
    .tech-reasons {
      .tech-reasons__cards {
        grid-template-columns: repeat(4, 1fr);
      }
    }
  }
  .tech-faq {
    .tech-faq__heading {
      color: var(--color-brand);
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
    }
    .tech-faq__item {
      border-top: 1px solid var(--color-sep-blue);
      &:last-child {
        border-bottom: 1px solid var(--color-sep-blue);
      }
    }
    .tech-faq__trigger,	.tech-faq__link {
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
      padding: 20px 30px 20px 0;
      color: var(--color-brand);
      text-align: left;
      cursor: pointer;
      &::after {
        content: "";
        position: absolute;
        right: 6px;
        top: 50%;
        width: 6px;
        height: 10px;
        background: url("/image/icn-chevron.svg") no-repeat center / contain;
        transform: translateY(-50%) rotate(90deg);
        transition: transform .2s ease;
      }
    }
    .acc-item.open .tech-faq__trigger::after {
      transform: translateY(-50%) rotate(-90deg);
    }
    .tech-faq__link {
      &::after {
        transform: translateY(-50%);
      }
      &:hover .tech-faq__question {
        text-decoration: underline;
      }
    }
    .tech-faq__q {
      display: flex;
      flex: none;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border: 1px solid var(--color-brand);
      border-radius: 4px;
      font-size: 16px;
      font-weight: 500;
    }
    .tech-faq__question {
      font-size: 15px;
      font-weight: 500;
      line-height: 22px;
    }
    .tech-faq__answer {
      padding: 0 30px 20px 36px;
      color: var(--color-brand);
      font-size: 14px;
      line-height: 24px;
    }
  }
  @media (width >=768px) {
    .tech-faq {
      .tech-faq__heading {
        font-size: 22px;
      }
      .tech-faq__question {
        font-size: 16px;
      }
    }
  }
  .related-links--plain .related-links__inner {
    padding-top: 0;
    border-top: 0;
  }
  @media (width >=768px) {
    .page-hero--fineblast,	.page-hero--tosical-s {
      padding-top: 60px;
      min-height: 470px;
      &::before {
        bottom: 150px;
      }
      .page-hero__heading {
        font-size: 60px;
        line-height: 1;
      }
      .page-hero__subheading {
        font-size: 26px;
        line-height: 1.2;
      }
    }
  }
  .pain-points--ts {
    @media (width >=768px) {
      .pain-points__problems {
        max-width: 1072px;
        margin-inline: auto;
      }
      .pain-points__list {
        grid-template-columns: repeat(3, 1fr);
      }
      .pain-points__item {
        min-height: 234px;
      }
    }
  }
  .mechanism-steps__figure {
    max-width: 720px;
    margin: 40px auto 0;
    img {
      width: 100%;
      height: auto;
      border-radius: 16px;
    }
  }
  .ts-data {
    background: #fff;
    .case-data__panel {
      padding: 22px 40px;
    }
    .case-data__panel>p:first-child {
      line-height: 38px;
    }
    .ts-data__cta {
      width: 100%;
      @media (width >=768px) {
        width: auto;
        min-width: 480px;
      }
    }
    .case-data__figure {
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 10px;
      line-height: 1.2;
    }
  }
  .industry-section {
    .industry-section__heading {
      margin-top: 34px;
    }
    .industry-section__lead {
      margin-top: 42px;
    }
    .industry-section__list {
      display: grid;
      gap: 20px;
      margin-top: 80px;
    }
    .industry-section__item {
      background: #fff;
      border: 1px solid var(--color-sep);
    }
    .industry-section__trigger {
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
      padding: 20px 44px 20px 24px;
      color: var(--color-brand);
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      text-align: left;
      cursor: pointer;
      &::after {
        content: "";
        position: absolute;
        right: 24px;
        top: 50%;
        width: 6px;
        height: 10px;
        background: url("/image/icn-chevron.svg") no-repeat center / contain;
        transform: translateY(-50%) rotate(90deg);
        transition: transform .2s ease;
      }
    }
    .acc-item.open .industry-section__trigger::after {
      transform: translateY(-50%) rotate(-90deg);
    }
    .industry-section__body {
      margin: 0 24px;
      padding: 20px 0 24px;
      border-top: 1px solid var(--color-sep);
    }
    .industry-section__purpose {
      color: var(--color-brand);
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
    }
    .industry-section__table {
      margin-top: 16px;
      >div {
        display: grid;
        grid-template-columns: 1fr;
        border: 1px solid var(--color-sep);
      }
      >div+div {
        margin-top: -1px;
      }
      dt {
        padding: 10px 16px;
        background: var(--color-block-light);
        color: var(--color-brand);
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
      }
      dd {
        padding: 10px 16px;
        color: var(--color-muted);
        font-size: 14px;
        line-height: 24px;
      }
      @media (width >=768px) {
        >div {
          grid-template-columns: 160px 1fr;
        }
        dt {
          border-right: 1px solid var(--color-sep);
        }
      }
    }
  }
  .ts-lineup {
    .ts-lineup__heading {
      margin-top: 34px;
    }
    .ts-lineup__cards {
      display: grid;
      gap: 30px;
      margin-top: 72px;
    }
    .ts-lineup__card {
      display: flex;
      flex-direction: column;
      padding: 30px;
      background: #fff;
      border: 1px solid var(--color-float);
    }
    .ts-lineup__card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }
    .ts-lineup__card-name {
      color: var(--grade-color, var(--color-brand));
      font-size: 18px;
      font-weight: 900;
      line-height: 28px;
    }
    .ts-lineup__card-tag {
      display: inline-flex;
      flex: none;
      align-items: center;
      justify-content: center;
      height: 24px;
      padding: 0 10px;
      background: #fff;
      border: 1px solid var(--color-float);
      border-radius: 4px;
      color: var(--color-brand);
      font-size: 11px;
      font-weight: 500;
      line-height: 13px;
      white-space: nowrap;
    }
    .ts-lineup__card-desc {
      margin-top: 15px;
      color: var(--color-muted);
      font-size: 14px;
      line-height: 24px;
    }
    .ts-lineup__card-specs {
      margin-top: auto;
      padding-top: 15px;
      border-top: 1px solid var(--color-sep);
      li {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        color: var(--color-muted);
        font-size: 11px;
        line-height: 24px;
      }
    }
    .ts-lineup__note {
      margin-top: 30px;
      color: var(--color-muted);
      font-size: 12px;
      line-height: 24px;
    }
    .ts-lineup__more {
      margin-top: 40px;
      text-align: center;
    }
  }
  .ts-lineup__card--ts1800 {
    --grade-color: #246bfd;
  }
  .ts-lineup__card--ts1000 {
    --grade-color: #4147ae;
  }
  .ts-lineup__card--ts1310 {
    --grade-color: #7046e0;
  }
  .ts-lineup__card--ts1400 {
    --grade-color: #3da8cc;
  }
  .ts-lineup__card--ts2000 {
    --grade-color: #c637a5;
  }
  .ts-lineup__card--una1200 {
    --grade-color: #e54078;
  }
  @media (width >=768px) {
    .ts-lineup .ts-lineup__cards {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .ts-movie {
    .ts-movie__heading {
      margin-top: 34px;
    }
    .ts-movie__lead {
      margin-top: 34px;
    }
    .ts-movie__list {
      display: grid;
      gap: 30px 30px;
      margin-top: 72px;
    }
    .ts-movie__item {
      padding: 15px;
      background: #fff;
      border: 1px solid var(--color-float);
    }
    .ts-movie__frame {
      aspect-ratio: 16 / 9;
      iframe {
        display: block;
        width: 100%;
        height: 100%;
      }
    }
    .ts-movie__caption {
      margin-top: 15px;
      color: var(--color-muted);
      font-size: 14px;
      line-height: 24px;
    }
  }
  @media (width >=768px) {
    .ts-movie .ts-movie__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .tech-cases__card-credit {
    order: 5;
    margin: 0 30px 30px;
    color: var(--color-muted);
    font-size: 12px;
    line-height: 20px;
    a {
      text-decoration: underline;
    }
  }
  .tech-cases__card:has(.tech-cases__card-credit) .tech-cases__card-desc {
    margin-bottom: 14px;
  }
  .tech-faq__more {
    margin-top: 24px;
    text-align: right;
  }
  .inquiry-list__inner {
    display: grid;
    gap: 40px;
    @media (width >=1024px) {
      grid-template-columns: 380px minmax(0, 1fr);
      gap: 60px;
      align-items: start;
    }
  }
  .inquiry-list__intro {
    padding: 24px 24px;
    background: var(--color-block-blue);
    border: 1px solid var(--color-float);
    border-radius: 16px;
  }
  .inquiry-list__heading {
    color: var(--color-brand);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .inquiry-list__form {
    margin-top: -15px;
  }
  .inquiry-list__examples {
    margin-top: 16px;
    list-style: none;
    li {
      position: relative;
      padding-left: 20px;
      color: var(--color-brand);
      font-size: 15px;
      font-weight: 500;
      line-height: 28px;
      &::before {
        content: "";
        position: absolute;
        left: 2px;
        top: 11px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--color-brand);
      }
    }
    li+li {
      margin-top: 10px;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
