/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --text-sm: 14px;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 16px;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 20px;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 24px;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --leading-loose: 2;
    --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-offwhite: #EFEFEF;
    --color-dark: #1C1B1B;
    --color-gray: #707070;
    --color-light-gray: #CFCFCF;
    --color-red: #FF3500;
    --color-dark-hard: #6A6A6A;
  }
}
@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 {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-19 {
    left: calc(var(--spacing) * 19);
  }
  .isolate {
    isolation: isolate;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-5 {
    z-index: 5;
  }
  .z-6 {
    z-index: 6;
  }
  .z-100 {
    z-index: 100;
  }
  .z-\[120\] {
    z-index: 120;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-14 {
    margin-block: calc(var(--spacing) * 14);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-18 {
    margin-top: calc(var(--spacing) * 18);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-\[-8px\] {
    margin-right: -8px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7\.5 {
    margin-bottom: calc(var(--spacing) * 7.5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-18 {
    margin-bottom: calc(var(--spacing) * 18);
  }
  .ml-12 {
    margin-left: calc(var(--spacing) * 12);
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-row {
    display: table-row;
  }
  .aspect-3\/2 {
    aspect-ratio: 3/2;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-\[1em\] {
    height: 1em;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[calc\(100\%_-_52px\)\] {
    height: calc(100% - 52px);
  }
  .h-\[calc\(100lvh-48px\)\] {
    height: calc(100lvh - 48px);
  }
  .h-full {
    height: 100%;
  }
  .h-lvh {
    height: 100lvh;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[42px\] {
    min-height: 42px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-18 {
    width: calc(var(--spacing) * 18);
  }
  .w-18\.25 {
    width: calc(var(--spacing) * 18.25);
  }
  .w-\[17px\] {
    width: 17px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[29px\] {
    width: 29px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[calc\(100\%_-_32px\)\] {
    width: calc(100% - 32px);
  }
  .w-\[calc\(100vw_-_32px\)\] {
    width: calc(100vw - 32px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-lvw {
    width: 100lvw;
  }
  .w-px {
    width: 1px;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-89\.5 {
    max-width: calc(var(--spacing) * 89.5);
  }
  .max-w-\[calc\(100\%_-_96px\)\] {
    max-width: calc(100% - 96px);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-360 {
    rotate: 360deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .scroll-mt-14 {
    scroll-margin-top: calc(var(--spacing) * 14);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_17px\] {
    grid-template-columns: 1fr 17px;
  }
  .grid-cols-\[1fr_30px_132px_60px_1fr\] {
    grid-template-columns: 1fr 30px 132px 60px 1fr;
  }
  .grid-cols-\[1fr_40px\] {
    grid-template-columns: 1fr 40px;
  }
  .grid-cols-\[1fr_72px\] {
    grid-template-columns: 1fr 72px;
  }
  .grid-cols-\[60px_1fr\] {
    grid-template-columns: 60px 1fr;
  }
  .grid-cols-\[62px_1fr\] {
    grid-template-columns: 62px 1fr;
  }
  .grid-cols-\[65\%_1fr\] {
    grid-template-columns: 65% 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: 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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-0\.75 {
    row-gap: calc(var(--spacing) * 0.75);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-2\.5 {
    row-gap: calc(var(--spacing) * 2.5);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-7 {
    row-gap: calc(var(--spacing) * 7);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-9 {
    row-gap: calc(var(--spacing) * 9);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .gap-y-18 {
    row-gap: calc(var(--spacing) * 18);
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .border-dark {
    border-color: var(--color-dark);
  }
  .border-gray {
    border-color: var(--color-gray);
  }
  .border-light-gray {
    border-color: var(--color-light-gray);
  }
  .border-offwhite {
    border-color: var(--color-offwhite);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-dark-hard {
    background-color: var(--color-dark-hard);
  }
  .bg-gray {
    background-color: var(--color-gray);
  }
  .bg-light-gray {
    background-color: var(--color-light-gray);
  }
  .bg-offwhite {
    background-color: var(--color-offwhite);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .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-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-22\.5 {
    padding-block: calc(var(--spacing) * 22.5);
  }
  .py-\[27\.1379\%\] {
    padding-block: 27.1379%;
  }
  .py-\[33\.43\%\] {
    padding-block: 33.43%;
  }
  .py-\[33\.52\%\] {
    padding-block: 33.52%;
  }
  .py-\[33\.286\%\] {
    padding-block: 33.286%;
  }
  .py-\[34\.84\%\] {
    padding-block: 34.84%;
  }
  .py-\[36\.657\%\] {
    padding-block: 36.657%;
  }
  .py-\[75\.15\%\] {
    padding-block: 75.15%;
  }
  .py-\[75\.081\%\] {
    padding-block: 75.081%;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-23 {
    padding-top: calc(var(--spacing) * 23);
  }
  .pt-\[13px\] {
    padding-top: 13px;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * 0.5);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-3\.5 {
    padding-bottom: calc(var(--spacing) * 3.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-left {
    text-align: left;
  }
  .en {
    font-family: "ibm-plex-mono", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: normal;
  }
  .jp {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: normal;
  }
  .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-\[14px\] {
    font-size: 14px !important;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-6\.5 {
    --tw-leading: calc(var(--spacing) * 6.5);
    line-height: calc(var(--spacing) * 6.5);
  }
  .leading-6\.75 {
    --tw-leading: calc(var(--spacing) * 6.75);
    line-height: calc(var(--spacing) * 6.75);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-7\.5 {
    --tw-leading: calc(var(--spacing) * 7.5);
    line-height: calc(var(--spacing) * 7.5);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-9\.5 {
    --tw-leading: calc(var(--spacing) * 9.5);
    line-height: calc(var(--spacing) * 9.5);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.33\] {
    --tw-leading: 1.33;
    line-height: 1.33;
  }
  .leading-\[1\.67\] {
    --tw-leading: 1.67;
    line-height: 1.67;
  }
  .leading-\[2\.4\] {
    --tw-leading: 2.4;
    line-height: 2.4;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .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);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-dark {
    color: var(--color-dark) !important;
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-dark-hard {
    color: var(--color-dark-hard);
  }
  .text-gray {
    color: var(--color-gray);
  }
  .text-light-gray {
    color: var(--color-light-gray);
  }
  .text-offwhite {
    color: var(--color-offwhite);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[0\.5\] {
    opacity: 0.5;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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-opacity {
    transition-property: opacity;
    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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .\*\:text-dark {
    :is(& > *) {
      color: var(--color-dark);
    }
  }
  .\*\*\:jp {
    :is(& *) {
      font-family: "hiragino-mincho-pron", sans-serif;
      font-size: 24px;
      font-weight: 300;
      line-height: 1.67;
      letter-spacing: normal;
    }
  }
  .\*\*\:transition {
    :is(& *) {
      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));
    }
  }
  .\*\*\:duration-300 {
    :is(& *) {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .group-hover\:opacity-30 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 30%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .first\:mt-0 {
    &:first-child {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .hover\:border-gray {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray);
      }
    }
  }
  .hover\:bg-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-dark);
      }
    }
  }
  .hover\:text-offwhite {
    &:hover {
      @media (hover: hover) {
        color: var(--color-offwhite);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .in-\[\.is-open-accordion\]\:opacity-0 {
    :where(*:is(.is-open-accordion)) & {
      opacity: 0%;
    }
  }
  .in-\[header\:hover\]\:\*\*\:text-red {
    :where(*:is(header:hover)) & {
      :is(& *) {
        color: var(--color-red);
      }
    }
  }
  .md\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 768px) {
      order: 2;
    }
  }
  .md\:mt-6 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:grid {
    @media (width >= 768px) {
      display: grid;
    }
  }
  .md\:max-w-\[57\%\] {
    @media (width >= 768px) {
      max-width: 57%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[65\%_1fr\] {
    @media (width >= 768px) {
      grid-template-columns: 65% 1fr;
    }
  }
  .md\:grid-cols-\[max\(30\%\,230px\)_1fr\] {
    @media (width >= 768px) {
      grid-template-columns: max(30%, 230px) 1fr;
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:gap-x-4 {
    @media (width >= 768px) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-x-6 {
    @media (width >= 768px) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-x-10 {
    @media (width >= 768px) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-8 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .\*\*\:md\:leading-loose {
    :is(& *) {
      @media (width >= 768px) {
        --tw-leading: var(--leading-loose);
        line-height: var(--leading-loose);
      }
    }
  }
  .lg\:fixed {
    @media (width >= 1024px) {
      position: fixed;
    }
  }
  .lg\:top-0 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-0 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-40 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * 40);
    }
  }
  .lg\:z-20 {
    @media (width >= 1024px) {
      z-index: 20;
    }
  }
  .lg\:mx-34 {
    @media (width >= 1024px) {
      margin-inline: calc(var(--spacing) * 34);
    }
  }
  .lg\:mt-14 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:mb-0 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-10 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-10\.5 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 10.5);
    }
  }
  .lg\:mb-14 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 1024px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:aspect-3\/2 {
    @media (width >= 1024px) {
      aspect-ratio: 3/2;
    }
  }
  .lg\:h-18 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 18);
    }
  }
  .lg\:h-132 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 132);
    }
  }
  .lg\:h-full {
    @media (width >= 1024px) {
      height: 100%;
    }
  }
  .lg\:w-40 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 40);
    }
  }
  .lg\:-translate-y-0\.75 {
    @media (width >= 1024px) {
      --tw-translate-y: calc(var(--spacing) * -0.75);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[160px_1fr\] {
    @media (width >= 1024px) {
      grid-template-columns: 160px 1fr;
    }
  }
  .lg\:flex-col {
    @media (width >= 1024px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-start {
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-x-2 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-x-4 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-x-14 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:gap-x-20 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-y-4 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-y-13\.25 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 13.25);
    }
  }
  .lg\:border-b-0 {
    @media (width >= 1024px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:p-6 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-6 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-34 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 34);
    }
  }
  .lg\:pt-9 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .lg\:pt-12 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-18 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 18);
    }
  }
  .lg\:pt-20 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pr-3 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 3);
    }
  }
  .lg\:pb-0 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-34 {
    @media (width >= 1024px) {
      padding-left: calc(var(--spacing) * 34);
    }
  }
  .lg\:text-lg {
    @media (width >= 1024px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:leading-\[1\.2\] {
    @media (width >= 1024px) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .in-\[header\:hover\]\:lg\:opacity-100 {
    :where(*:is(header:hover)) & {
      @media (width >= 1024px) {
        opacity: 100%;
      }
    }
  }
  .lg\:landscape\:sticky {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        position: sticky;
      }
    }
  }
  .lg\:landscape\:top-\[112px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        top: 112px;
      }
    }
  }
  .lg\:landscape\:top-\[168px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        top: 168px;
      }
    }
  }
  .lg\:landscape\:top-auto {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        top: auto;
      }
    }
  }
  .lg\:landscape\:right-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        right: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:landscape\:bottom-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        bottom: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:landscape\:left-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        left: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:landscape\:left-26 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        left: calc(var(--spacing) * 26);
      }
    }
  }
  .lg\:landscape\:mb-0 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:landscape\:mb-14 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        margin-bottom: calc(var(--spacing) * 14);
      }
    }
  }
  .lg\:landscape\:mb-15 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        margin-bottom: calc(var(--spacing) * 15);
      }
    }
  }
  .lg\:landscape\:mb-20 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        margin-bottom: calc(var(--spacing) * 20);
      }
    }
  }
  .lg\:landscape\:block {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        display: block;
      }
    }
  }
  .lg\:landscape\:flex {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        display: flex;
      }
    }
  }
  .lg\:landscape\:grid {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        display: grid;
      }
    }
  }
  .lg\:landscape\:hidden {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        display: none;
      }
    }
  }
  .lg\:landscape\:hidden\! {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        display: none !important;
      }
    }
  }
  .lg\:landscape\:h-6 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        height: calc(var(--spacing) * 6);
      }
    }
  }
  .lg\:landscape\:h-7 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        height: calc(var(--spacing) * 7);
      }
    }
  }
  .lg\:landscape\:h-18 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        height: calc(var(--spacing) * 18);
      }
    }
  }
  .lg\:landscape\:h-\[29\.7px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        height: 29.7px;
      }
    }
  }
  .lg\:landscape\:h-\[320px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        height: 320px;
      }
    }
  }
  .lg\:landscape\:h-\[calc\(100vh-112px\)\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        height: calc(100vh - 112px);
      }
    }
  }
  .lg\:landscape\:h-\[calc\(100vh-168px\)\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        height: calc(100vh - 168px);
      }
    }
  }
  .lg\:landscape\:h-screen {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        height: 100vh;
      }
    }
  }
  .lg\:landscape\:min-h-\[56px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        min-height: 56px;
      }
    }
  }
  .lg\:landscape\:w-22 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        width: calc(var(--spacing) * 22);
      }
    }
  }
  .lg\:landscape\:w-\[29\.7px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        width: 29.7px;
      }
    }
  }
  .lg\:landscape\:w-\[40px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        width: 40px;
      }
    }
  }
  .lg\:landscape\:w-\[calc\(100vw_-_80px\)\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        width: calc(100vw - 80px);
      }
    }
  }
  .lg\:landscape\:w-full {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        width: 100%;
      }
    }
  }
  .lg\:landscape\:max-w-98\.75 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        max-width: calc(var(--spacing) * 98.75);
      }
    }
  }
  .lg\:landscape\:max-w-\[1032px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        max-width: 1032px;
      }
    }
  }
  .lg\:landscape\:-translate-y-0 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        --tw-translate-y: calc(var(--spacing) * -0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:landscape\:grid-cols-3 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
  }
  .lg\:landscape\:grid-cols-4 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
  }
  .lg\:landscape\:grid-cols-\[50\%_1fr\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        grid-template-columns: 50% 1fr;
      }
    }
  }
  .lg\:landscape\:grid-cols-\[80px_1fr\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        grid-template-columns: 80px 1fr;
      }
    }
  }
  .lg\:landscape\:grid-cols-\[134px_1fr\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        grid-template-columns: 134px 1fr;
      }
    }
  }
  .lg\:landscape\:grid-cols-\[232px_1fr\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        grid-template-columns: 232px 1fr;
      }
    }
  }
  .lg\:landscape\:grid-cols-\[240px_1fr\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        grid-template-columns: 240px 1fr;
      }
    }
  }
  .lg\:landscape\:grid-cols-\[350px_1fr\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        grid-template-columns: 350px 1fr;
      }
    }
  }
  .lg\:landscape\:justify-between {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        justify-content: space-between;
      }
    }
  }
  .lg\:landscape\:justify-center {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        justify-content: center;
      }
    }
  }
  .lg\:landscape\:justify-start {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        justify-content: flex-start;
      }
    }
  }
  .lg\:landscape\:gap-x-4 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        column-gap: calc(var(--spacing) * 4);
      }
    }
  }
  .lg\:landscape\:gap-x-8 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        column-gap: calc(var(--spacing) * 8);
      }
    }
  }
  .lg\:landscape\:gap-x-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        column-gap: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:landscape\:gap-x-14 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        column-gap: calc(var(--spacing) * 14);
      }
    }
  }
  .lg\:landscape\:gap-y-6 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        row-gap: calc(var(--spacing) * 6);
      }
    }
  }
  .lg\:landscape\:gap-y-9 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        row-gap: calc(var(--spacing) * 9);
      }
    }
  }
  .lg\:landscape\:gap-y-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        row-gap: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:landscape\:gap-y-14 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        row-gap: calc(var(--spacing) * 14);
      }
    }
  }
  .lg\:landscape\:overflow-y-scroll {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        overflow-y: scroll;
      }
    }
  }
  .lg\:landscape\:border-0 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
    }
  }
  .lg\:landscape\:border-none {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        --tw-border-style: none;
        border-style: none;
      }
    }
  }
  .lg\:landscape\:px-6 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-inline: calc(var(--spacing) * 6);
      }
    }
  }
  .lg\:landscape\:px-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-inline: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:landscape\:py-0 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:landscape\:py-4 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-block: calc(var(--spacing) * 4);
      }
    }
  }
  .lg\:landscape\:py-\[33\.307\%\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-block: 33.307%;
      }
    }
  }
  .lg\:landscape\:pt-0 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-top: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:landscape\:pt-3 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-top: calc(var(--spacing) * 3);
      }
    }
  }
  .lg\:landscape\:pt-6 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-top: calc(var(--spacing) * 6);
      }
    }
  }
  .lg\:landscape\:pt-8 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-top: calc(var(--spacing) * 8);
      }
    }
  }
  .lg\:landscape\:pt-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-top: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:landscape\:pt-14 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-top: calc(var(--spacing) * 14);
      }
    }
  }
  .lg\:landscape\:pt-20 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-top: calc(var(--spacing) * 20);
      }
    }
  }
  .lg\:landscape\:pt-28 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-top: calc(var(--spacing) * 28);
      }
    }
  }
  .lg\:landscape\:pt-30 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-top: calc(var(--spacing) * 30);
      }
    }
  }
  .lg\:landscape\:pb-0 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:landscape\:pb-6 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-bottom: calc(var(--spacing) * 6);
      }
    }
  }
  .lg\:landscape\:pb-8 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-bottom: calc(var(--spacing) * 8);
      }
    }
  }
  .lg\:landscape\:pb-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-bottom: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:landscape\:pb-14 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-bottom: calc(var(--spacing) * 14);
      }
    }
  }
  .lg\:landscape\:pb-20 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-bottom: calc(var(--spacing) * 20);
      }
    }
  }
  .lg\:landscape\:pb-24 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        padding-bottom: calc(var(--spacing) * 24);
      }
    }
  }
  .lg\:landscape\:\!text-\[16px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        font-size: 16px !important;
      }
    }
  }
  .lg\:landscape\:text-\[16px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        font-size: 16px;
      }
    }
  }
  .lg\:landscape\:text-\[20px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        font-size: 20px;
      }
    }
  }
  .lg\:landscape\:text-\[24px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        font-size: 24px;
      }
    }
  }
  .lg\:landscape\:text-\[28px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        font-size: 28px;
      }
    }
  }
  .lg\:landscape\:text-\[40px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        font-size: 40px;
      }
    }
  }
  .lg\:landscape\:leading-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        --tw-leading: calc(var(--spacing) * 10);
        line-height: calc(var(--spacing) * 10);
      }
    }
  }
  .lg\:landscape\:leading-12 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        --tw-leading: calc(var(--spacing) * 12);
        line-height: calc(var(--spacing) * 12);
      }
    }
  }
  .lg\:landscape\:leading-15 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        --tw-leading: calc(var(--spacing) * 15);
        line-height: calc(var(--spacing) * 15);
      }
    }
  }
  .lg\:landscape\:opacity-100 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        opacity: 100%;
      }
    }
  }
  .xl\:landscape\:flex {
    @media (width >= 1280px) {
      @media (orientation: landscape) {
        display: flex;
      }
    }
  }
  .\[\&_img\]\:h-full {
    & img {
      height: 100%;
    }
  }
  .\[\&_img\]\:w-full {
    & img {
      width: 100%;
    }
  }
  .\[\&_img\]\:object-cover {
    & img {
      object-fit: cover;
    }
  }
  .\[\&_p\]\:flex {
    & p {
      display: flex;
    }
  }
  .\[\&_p\]\:items-baseline {
    & p {
      align-items: baseline;
    }
  }
  .\[\&_p\]\:en {
    & p {
      font-family: "ibm-plex-mono", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: normal;
    }
  }
  .\[\&_p\]\:jp {
    & p {
      font-family: "hiragino-mincho-pron", sans-serif;
      font-size: 24px;
      font-weight: 300;
      line-height: 1.67;
      letter-spacing: normal;
    }
  }
  .\[\&_p\]\:\!text-\[20px\] {
    & p {
      font-size: 20px !important;
    }
  }
  .\[\&_p\]\:text-\[16px\] {
    & p {
      font-size: 16px;
    }
  }
  .\[\&_p\]\:text-\[18px\] {
    & p {
      font-size: 18px;
    }
  }
  .\[\&_p\]\:text-\[24px\] {
    & p {
      font-size: 24px;
    }
  }
  .\[\&_p\]\:\!leading-\[1\.6\] {
    & p {
      --tw-leading: 1.6 !important;
      line-height: 1.6 !important;
    }
  }
  .\[\&_p\]\:leading-7\.5 {
    & p {
      --tw-leading: calc(var(--spacing) * 7.5);
      line-height: calc(var(--spacing) * 7.5);
    }
  }
  .\[\&_p\]\:leading-9\.5 {
    & p {
      --tw-leading: calc(var(--spacing) * 9.5);
      line-height: calc(var(--spacing) * 9.5);
    }
  }
  .\[\&_p\]\:\!tracking-\[0\.1em\] {
    & p {
      --tw-tracking: 0.1em !important;
      letter-spacing: 0.1em !important;
    }
  }
  .\[\&_p\]\:opacity-\[0\.5\] {
    & p {
      opacity: 0.5;
    }
  }
  .lg\:landscape\:\[\&_p\]\:text-\[24px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        & p {
          font-size: 24px;
        }
      }
    }
  }
  .lg\:landscape\:\[\&_p\]\:text-\[40px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        & p {
          font-size: 40px;
        }
      }
    }
  }
  .lg\:landscape\:\[\&_p\]\:leading-10 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        & p {
          --tw-leading: calc(var(--spacing) * 10);
          line-height: calc(var(--spacing) * 10);
        }
      }
    }
  }
  .lg\:landscape\:\[\&_p\]\:leading-15 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        & p {
          --tw-leading: calc(var(--spacing) * 15);
          line-height: calc(var(--spacing) * 15);
        }
      }
    }
  }
  .\[\&_rect\]\:transition {
    & rect {
      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));
    }
  }
  .\[\&_rect\]\:duration-300 {
    & rect {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .\[\&_span\]\:en {
    & span {
      font-family: "ibm-plex-mono", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: normal;
    }
  }
  .\[\&_span\]\:text-\[14px\] {
    & span {
      font-size: 14px;
    }
  }
  .\[\&_span\]\:text-\[24px\] {
    & span {
      font-size: 24px;
    }
  }
  .\[\&_span\]\:leading-\[1\.5\] {
    & span {
      --tw-leading: 1.5;
      line-height: 1.5;
    }
  }
  .lg\:landscape\:\[\&_span\]\:text-\[20px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        & span {
          font-size: 20px;
        }
      }
    }
  }
  .lg\:landscape\:\[\&_span\]\:text-\[32px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        & span {
          font-size: 32px;
        }
      }
    }
  }
  .\[\&_svg\]\:h-4 {
    & svg {
      height: calc(var(--spacing) * 4);
    }
  }
  .\[\&_svg\]\:h-\[17px\] {
    & svg {
      height: 17px;
    }
  }
  .\[\&_svg\]\:h-full {
    & svg {
      height: 100%;
    }
  }
  .\[\&_svg\]\:w-2\.25 {
    & svg {
      width: calc(var(--spacing) * 2.25);
    }
  }
  .\[\&_svg\]\:w-3 {
    & svg {
      width: calc(var(--spacing) * 3);
    }
  }
  .\[\&_svg\]\:w-3\.75 {
    & svg {
      width: calc(var(--spacing) * 3.75);
    }
  }
  .\[\&_svg\]\:w-4 {
    & svg {
      width: calc(var(--spacing) * 4);
    }
  }
  .\[\&_svg\]\:w-7\.5 {
    & svg {
      width: calc(var(--spacing) * 7.5);
    }
  }
  .\[\&_svg\]\:w-10 {
    & svg {
      width: calc(var(--spacing) * 10);
    }
  }
  .\[\&_svg\]\:w-\[9px\] {
    & svg {
      width: 9px;
    }
  }
  .\[\&_svg\]\:w-\[17px\] {
    & svg {
      width: 17px;
    }
  }
  .\[\&_svg\]\:w-\[20px\] {
    & svg {
      width: 20px;
    }
  }
  .\[\&_svg\]\:w-\[25px\] {
    & svg {
      width: 25px;
    }
  }
  .\[\&_svg\]\:w-\[30px\] {
    & svg {
      width: 30px;
    }
  }
  .\[\&_svg\]\:w-\[56px\] {
    & svg {
      width: 56px;
    }
  }
  .\[\&_svg\]\:w-auto {
    & svg {
      width: auto;
    }
  }
  .\[\&_svg\]\:w-full {
    & svg {
      width: 100%;
    }
  }
  .\[\&_svg\]\:fill-light-gray {
    & svg {
      fill: var(--color-light-gray);
    }
  }
  .\[\&_svg_\*\]\:text-dark {
    & svg * {
      color: var(--color-dark);
    }
  }
  .\[\&\.is-hover\]\:border-gray {
    &.is-hover {
      border-color: var(--color-gray);
    }
  }
  .\[\&\.is-hover\]\:opacity-30 {
    &.is-hover {
      opacity: 30%;
    }
  }
  .\[\&\.is-loading\]\:overflow-hidden {
    &.is-loading {
      overflow: hidden;
    }
  }
  .\[\&\.is-open-menu\]\:overflow-hidden {
    &.is-open-menu {
      overflow: hidden;
    }
  }
  .\[\&\:hover_\.hover-icon\]\:opacity-100 {
    &:hover .hover-icon {
      opacity: 100%;
    }
  }
  .\[\&\:hover_\.icon\]\:opacity-0 {
    &:hover .icon {
      opacity: 0%;
    }
  }
  .\[data-footer\]\:visible {
    &:is(data-footer) {
      visibility: visible;
    }
  }
  .\[\&\>svg\]\:w-\[30px\] {
    &>svg {
      width: 30px;
    }
  }
  .\[\&svg\]\:h-14 {
    &svg {
      height: calc(var(--spacing) * 14);
    }
  }
  .\[\&svg\]\:w-14 {
    &svg {
      width: calc(var(--spacing) * 14);
    }
  }
  .\[\&svg\]\:w-\[29px\] {
    &svg {
      width: 29px;
    }
  }
  .lg\:landscape\:\[\&svg\]\:h-18 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        &svg {
          height: calc(var(--spacing) * 18);
        }
      }
    }
  }
  .lg\:landscape\:\[\&svg\]\:w-18 {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        &svg {
          width: calc(var(--spacing) * 18);
        }
      }
    }
  }
  .lg\:landscape\:\[\&svg\]\:w-\[40px\] {
    @media (width >= 1024px) {
      @media (orientation: landscape) {
        &svg {
          width: 40px;
        }
      }
    }
  }
  .\[\.current_\&\]\:border-gray {
    .current & {
      border-color: var(--color-gray);
    }
  }
  .\[\.is-hover_\&\]\:opacity-30 {
    .is-hover & {
      opacity: 30%;
    }
  }
  .\[\.is-hover_\&\]\:opacity-100 {
    .is-hover & {
      opacity: 100%;
    }
  }
  .\[body\.is-hover-top-link_\&\]\:text-offwhite {
    body.is-hover-top-link & {
      color: var(--color-offwhite);
    }
  }
  .\[body\.is-hover-top-link_\&_svg_\*\]\:text-offwhite {
    body.is-hover-top-link & svg * {
      color: var(--color-offwhite);
    }
  }
}
@layer utilities {
  .text-trim-both {
    text-box-trim: trim-both;
  }
  .text-trim-both-none {
    text-box-trim: none !important;
  }
}
@layer utilities {
  .writing-vertical-rl {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .writing-vertical-lr {
    writing-mode: vertical-lr;
    text-orientation: mixed;
  }
}
@layer utilities {
  .scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scrollbar-none::-webkit-scrollbar {
    display: none;
  }
}
.fade-in-item {
  opacity: 0;
  transition: opacity .6s ease;
}
.fade-in-item.is-visible {
  opacity: 1;
}
.loading-wrap {
  display: none;
}
.loading-wrap .loading-head svg {
  fill: #f9f9f9;
}
.loading-wrap .loading-head ul li a {
  color: #f9f9f9;
  pointer-events: none;
}
.loading-wrap .loading-head ul li div {
  color: #f9f9f9;
}
.loading-wrap .loading-head button p {
  color: #f9f9f9;
}
.loading-wrap .loading-logo-l .cls-1 {
  fill: #f9f9f9;
}
body.is-loading .loading-wrap {
  display: block;
}
.fv,.fv-slide-container,.lg\:hidden,.hidden.lg\:block {
  height: 100svh;
}
.fv-slide-container {
  height: 100svh;
  overflow: hidden;
}
.fv-slide-container .fv-slide-wrapper {
  position: relative;
  height: 100svh;
}
.fv-slide-container .fv-slide-wrapper .slick-list,.fv-slide-container .fv-slide-wrapper .slick-track {
  height: 100svh;
}
.fv-slide-container .fv-slide-wrapper .slick-slide {
  height: auto;
}
.fv-slide-container .fv-slide-wrapper .slick-slide>div {
  height: 100svh;
}
.fv-slide-container .slick-track {
  display: flex;
}
.fv-slide-container .fv-slide {
  display: block !important;
  width: 100%;
  height: 100%;
}
.fv-slide-container .fv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .fv-logo-l {
  mix-blend-mode: hard-light;
  fill: rgba(239,239,239,.8);
}
.fv .fv-logo-l .js-fv-logo-reveal {
  opacity: 0;
  transform: translateY(120px);
}
.fv .fv-logo-l .js-fv-logo-reveal.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .8s ease,transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
header {
  background-color: #efefef;
  transition: background-color .3s ease;
}
header svg {
  transition: .3s;
}
header button {
  transition: .3s;
}
header button p {
  color: #1c1b1b;
  transition: .3s;
}
header.is-transparent {
  background-color: rgba(239,239,239,0);
}
header.is-transparent svg {
  mix-blend-mode: hard-light;
}
header.is-transparent ul>li {
  mix-blend-mode: hard-light;
}
header.is-transparent ul>li>a {
  mix-blend-mode: hard-light;
}
header.is-transparent>div svg {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1024px) {
  header.is-transparent>div svg {
    visibility: visible;
    opacity: 1;
  }
}
header.is-transparent button p {
  mix-blend-mode: hard-light;
  color: rgba(239,239,239,.7);
}
@media (min-width: 1024px) {
  header.is-transparent ul li {
    color: rgba(239,239,239,.7);
  }
  header.is-transparent ul a {
    color: rgba(239,239,239,.7);
  }
  header.is-transparent svg {
    fill: rgba(239,239,239,.7);
  }
  header.is-transparent .sub-menu-wrap {
    background-color: rgba(239,239,239,0);
  }
  header.is-transparent .sub-menu-wrap .sub-menu-inner:before {
    mix-blend-mode: hard-light;
    background-color: rgba(239,239,239,.7);
  }
}
.sub-menu-wrap {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  background-color: #efefef;
  transition: .3s;
}
@media (min-width: 1024px) {
  .sub-menu-wrap {
    top: 72px;
    padding: 24px 40px 0;
  }
  .sub-menu-wrap .sub-menu-inner {
    position: relative;
    padding: 0 78px 24px;
  }
  .sub-menu-wrap .sub-menu-inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #efefef;
  }
}
@media (hover: hover) {
  [data-submenu]:hover .sub-menu-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
li.is-open .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.service-modal {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease,visibility 0s linear .3s;
}
.service-modal.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s ease,visibility 0s linear 0s;
}
.service-modal .js-post-slider {
  margin-left: -16px;
}
.service-modal .slick-track {
  display: flex;
  gap: 0 16px;
  margin-left: 0 !important;
}
.service-modal .slick-slide {
  height: 100%;
}
.service-modal .slick-slide>div li {
  display: block !important;
}
.service-modal .slick-prev,.service-modal .slick-next {
  width: 0;
  height: 0;
  top: auto;
  bottom: -40px;
  transform: translate(0, 0);
  z-index: 50;
}
.service-modal .slick-prev {
  left: 16px;
}
.service-modal .slick-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  background: url("./img/svg/icon/icon-arrow-left.svg") no-repeat center/contain;
  opacity: 1 !important;
}
.service-modal .slick-next {
  right: 46px;
}
.service-modal .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  background: url("./img/svg/icon/icon-arrow-right.svg") no-repeat center/contain;
  opacity: 1 !important;
}
.topics-wrap {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease,visibility 0s linear .3s;
}
.topics-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28,27,27,.85);
  mix-blend-mode: multiply;
  z-index: -1;
}
.topics-wrap.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s ease,visibility 0s linear 0s;
}
.topics-wrap ul li p {
  color: #efefef;
}
.text-box-trim {
  text-box-trim: trim-both;
}
.text-trim-both {
  text-box-trim: trim-both;
}
.h-full-liquid {
  height: calc(var(--vh, 1vh)*100);
}
.min-h-full-liquid {
  min-height: calc(var(--vh, 1vh)*100);
}
.max-h-full-liquid {
  max-height: calc(var(--vh, 1vh)*100);
}
.custom-underline {
  display: inline;
  background: linear-gradient(to top, currentColor 2px, transparent 99%) no-repeat;
  transition: all .5s ease-out;
  background-position: 0% 100%;
  background-size: 200% 2px;
}
.pseudo-border-b-gray,.pseudo-border-b-dark {
  position: relative;
}
.pseudo-border-b-gray::after,.pseudo-border-b-dark::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: .3s;
}
.pseudo-border-b-dark::after {
  background-color: #282826;
}
.pseudo-border-b-gray::after {
  background-color: #707070;
}
.hover-translucent {
  transition: .3s;
}
.hover-translucent:hover,.hover-translucent.is-hover {
  opacity: .3;
}
.hover-red {
  transition: .3s;
}
.hover-red * {
  transition: .3s;
}
.hover-red:hover,.hover-red.is-hover {
  color: #ff3500;
}
.hover-red:hover *,.hover-red.is-hover * {
  color: #ff3500;
}
.hover-red:hover.pseudo-border-b-dark::after,.hover-red:hover .pseudo-border-b-dark::after,.hover-red:hover.pseudo-border-b-gray::after,.hover-red:hover .pseudo-border-b-gray::after,.hover-red.is-hover.pseudo-border-b-dark::after,.hover-red.is-hover .pseudo-border-b-dark::after,.hover-red.is-hover.pseudo-border-b-gray::after,.hover-red.is-hover .pseudo-border-b-gray::after {
  background-color: #ff3500;
}
.hover-underline {
  display: inline;
  background: linear-gradient(to top, currentColor 2px, transparent 99%) no-repeat;
  transition: all .5s ease-out;
  background-position: 0% 100%;
  background-size: 0% 2px;
}
.hover-underline:hover:not(.only-pc),.hover-underline:focus:not(.only-pc),.hover-underline.is-hover:not(.only-pc) {
  background-size: 200% 2px;
}
@media screen and (min-width: 1281px),print {
  .hover-underline:hover.only-pc,.hover-underline:focus.only-pc,.hover-underline.is-hover.only-pc {
    background-size: 200% 2px;
  }
}
.hover-underline-reverse {
  position: relative;
  display: inline-block;
}
.hover-underline-reverse::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 2px;
  transition: .3s;
}
.hover-underline-reverse:hover::after,.hover-underline-reverse.is-hover::after {
  opacity: .5;
  width: 0;
}
.minimum-hidden {
  display: block !important;
  overflow: hidden;
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
.menu-toggle {
  display: flex;
  cursor: pointer;
}
.menu-toggle .menu-toggle-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 24px;
  transition: .3s;
}
.menu-toggle .menu-toggle-inner::before,.menu-toggle .menu-toggle-inner::after {
  content: "";
  display: block;
  background-color: #077d07;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transition: .3s;
}
.menu-toggle .menu-toggle-inner::before {
  top: 0;
}
.menu-toggle .menu-toggle-inner::after {
  bottom: 0;
}
.menu-toggle:hover .menu-toggle-inner {
  opacity: .5;
}
.menu-container {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease,visibility 0s linear .3s;
}
body.is-open-menu .menu-toggle {
  position: fixed;
  top: 16px;
  right: 16px;
}
body.is-open-menu .menu-toggle .menu-toggle-inner::before,body.is-open-menu .menu-toggle .menu-toggle-inner::after {
  background-color: #fff;
}
@media screen and (max-width: 1024px),print {
  body.is-open-menu .menu-toggle .menu-toggle-inner::before,body.is-open-menu .menu-toggle .menu-toggle-inner::after {
    background-color: #077d07;
  }
}
body.is-open-menu .menu-toggle .menu-toggle-inner::before {
  top: 50%;
  transform: translateY(-50%);
}
body.is-open-menu .menu-toggle .menu-toggle-inner::after {
  bottom: 50%;
  transform: translateY(50%);
}
body.is-open-menu .menu-toggle .menu-toggle-inner .en {
  color: #fff;
}
@media screen and (max-width: 1024px),print {
  body.is-open-menu .menu-toggle .menu-toggle-inner .en {
    color: #077d07;
  }
}
@media screen and (max-width: 1024px),print {
  body.is-open-menu .header-logo {
    z-index: 100;
  }
}
body.is-open-menu .menu-container {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s ease,visibility 0s linear 0s;
}
.filter-dark {
  position: relative;
}
.filter-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: .3;
  background-color: #282826;
  filter: brightness(0.1);
  width: 100%;
  height: 100%;
}
.arrow-link {
  position: relative;
}
.arrow-link.left svg,.arrow-link.right svg {
  width: 24px;
}
.arrow-link.up svg,.arrow-link.down svg {
  width: 7px;
}
.arrow-link svg path {
  color: #077d07;
  transition: .3s;
}
.arrow-link.reverse::before {
  right: auto;
  left: 0;
}
.arrow-link:hover::before,.arrow-link.is-hover::before {
  width: 100%;
}
.arrow-link:hover .en,.arrow-link.is-hover .en {
  color: #077d07 !important;
}
.arrow-square {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01ff00;
  width: 40px;
  height: 40px;
  transition: .3s;
}
.arrow-square.left svg,.arrow-square.right svg {
  width: 24px;
}
.arrow-square.up svg,.arrow-square.down svg {
  width: 7px;
}
.arrow-square svg path {
  color: #077d07;
  transition: .3s;
}
.arrow-square:hover,.arrow-square.is-hover {
  background-color: #077d07;
}
.arrow-square:hover svg path,.arrow-square.is-hover svg path {
  color: #01ff00;
}
.view-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  width: 56px;
  height: 56px;
  transition: .3s;
  border-radius: 9999px;
}
@media (min-width: 1024px) {
  .view-link {
    width: 100%;
    height: auto;
  }
}
.view-link svg {
  display: block;
  width: 100%;
  height: auto;
}
.view-link svg circle {
  fill: none;
}
.view-link svg .cls-3,.view-link svg .cls-2 {
  fill: #1c1b1b;
}
.view-link:hover,.view-link.is-hover {
  background-color: #1c1b1b;
}
.view-link:hover svg .cls-3,.view-link.is-hover svg .cls-3 {
  fill: #efefef;
}
.view-link:hover svg .cls-3>.cls-2,.view-link.is-hover svg .cls-3>.cls-2 {
  fill: #efefef;
}
.page-link {
  transition: .3s;
}
.page-link:hover,.page-link.is-hover {
  background-color: #01ff00;
}
.border-b-dotted {
  position: relative;
}
.border-b-dotted::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #282826 1px, transparent 1px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.border-b-dotted:hover::after,.border-b-dotted.is-hover::after {
  background-image: radial-gradient(circle, #282826 1px, transparent 1px);
}
.border-b-dotted-hoverable {
  position: relative;
}
.border-b-dotted-hoverable::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #282826 1px, transparent 1px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.border-b-dotted-hoverable:hover::after,.border-b-dotted-hoverable.is-hover::after {
  background-image: radial-gradient(circle, #ff3500 1px, transparent 1px);
}
.checkbox .icon-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #282826;
  border-radius: 9999px;
}
.checkbox input[type=checkbox]:checked~.icon-checkbox {
  background-color: #282826;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #282826 !important;
}
.information-list-item p {
  transition: .3s;
}
.information-list-item .icon-wrap {
  display: block;
}
.information-list-item .icon-wrap img {
  transition: .3s;
}
.information-list-item .icon-wrap img:nth-child(1) {
  z-index: 1;
}
.information-list-item .icon-wrap img:nth-child(2) {
  opacity: 0;
  z-index: 2;
}
.information-list-item:hover p {
  opacity: .3;
}
.information-list-item:hover .icon-wrap img:nth-child(2) {
  opacity: 1;
}
.information-list-item-sp p {
  display: block;
  opacity: 1;
  transition: opacity .3s ease;
  will-change: opacity;
}
.information-list-item-sp.is-hover p {
  opacity: .3;
}
.service-item a .pb-2 {
  padding-bottom: 16px;
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@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-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-tracking {
  syntax: "*";
  inherits: false;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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-tracking: initial;
    }
  }
}
