/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Noto Sans JP', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-orange: #FF751F;
    --color-teal: #26bfa7;
    --color-teal-dark: #1ea090;
    --color-navy: #182e5c;
    --color-text: #3e3a39;
    --color-border: #e4e4e2;
    --color-bg-light: #f7f7f5;
    --color-bg-mid: #f3f3f1;
  }
}
@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-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[0\.615vw\] {
    top: 0.615vw;
  }
  .top-\[3\.538vw\] {
    top: 3.538vw;
  }
  .top-\[5\.128vw\] {
    top: 5.128vw;
  }
  .top-\[5\.538vw\] {
    top: 5.538vw;
  }
  .top-\[7\.692vw\] {
    top: 7.692vw;
  }
  .top-\[8px\] {
    top: 8px;
  }
  .top-\[10\.256vw\] {
    top: 10.256vw;
  }
  .top-\[15\.384vw\] {
    top: 15.384vw;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[43\%\] {
    top: 43%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[0\.461vw\] {
    right: 0.461vw;
  }
  .right-\[15\.783vw\] {
    right: 15.783vw;
  }
  .right-\[43\.589vw\] {
    right: 43.589vw;
  }
  .bottom-\[10px\] {
    bottom: 10px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[0\.461vw\] {
    left: 0.461vw;
  }
  .left-\[15\.783vw\] {
    left: 15.783vw;
  }
  .left-\[43\.589vw\] {
    left: 43.589vw;
  }
  .left-\[80px\] {
    left: 80px;
  }
  .-z-2 {
    z-index: calc(2 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-\[4px\] {
    margin-inline: 4px;
  }
  .mx-\[calc\(50\%-50vw\)\] {
    margin-inline: calc(50% - 50vw);
  }
  .mx-\[calc\(50\%_-_50vw\)\] {
    margin-inline: calc(50% - 50vw);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[40px\] {
    margin-block: 40px;
  }
  .-mt-\[6px\] {
    margin-top: calc(6px * -1);
  }
  .-mt-\[8\.33vw\] {
    margin-top: calc(8.33vw * -1);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[44px\] {
    margin-top: 44px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mr-\[6px\] {
    margin-right: 6px;
  }
  .mr-\[calc\(75\%-50vw\)\] {
    margin-right: calc(75% - 50vw);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .-ml-\[8px\] {
    margin-left: calc(8px * -1);
  }
  .ml-\[4px\] {
    margin-left: 4px;
  }
  .ml-\[calc\(75\%-50vw\)\] {
    margin-left: calc(75% - 50vw);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[31\.265vw\] {
    height: 31.265vw;
  }
  .h-\[33\.9vw\] {
    height: 33.9vw;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[67\.4vw\] {
    height: 67.4vw;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[89\.4vw\] {
    height: 89.4vw;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[123\.166vw\] {
    height: 123.166vw;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[182px\] {
    height: 182px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[40px\] {
    max-height: 40px;
  }
  .min-h-\[140px\] {
    min-height: 140px;
  }
  .min-h-\[280px\] {
    min-height: 280px;
  }
  .min-h-\[380px\] {
    min-height: 380px;
  }
  .w-\[13\.846vw\] {
    width: 13.846vw;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[41\.026vw\] {
    width: 41.026vw;
  }
  .w-\[60\.923vw\] {
    width: 60.923vw;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[171\.795vw\] {
    width: 171.795vw;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[276px\] {
    width: 276px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[840px\] {
    max-width: 840px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .max-w-\[1290px\] {
    max-width: 1290px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
  .translate-\[-50\%\] {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[logoScroll01_40s_linear_infinite\] {
    animation: logoScroll01 40s linear infinite;
  }
  .animate-\[logoScroll02_40s_linear_infinite\] {
    animation: logoScroll02 40s linear infinite;
  }
  .resize-y {
    resize: vertical;
  }
  .scroll-mt-\[44px\] {
    scroll-margin-top: 44px;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[36px_4\.7\%\] {
    gap: 36px 4.7%;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .space-y-\[6px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(6px * var(--tw-space-y-reverse));
      margin-block-end: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[28px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(28px * var(--tw-space-y-reverse));
      margin-block-end: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-\[\#e8ecf2\] {
    :where(& > :not(:last-child)) {
      border-color: #e8ecf2;
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-\[4px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#000\] {
    border-color: #000;
  }
  .border-\[\#d0d5e0\] {
    border-color: #d0d5e0;
  }
  .border-orange {
    border-color: var(--color-orange);
  }
  .border-teal {
    border-color: var(--color-teal);
  }
  .bg-\[\#a8a8a7\] {
    background-color: #a8a8a7;
  }
  .bg-\[\#d0d2d7\] {
    background-color: #d0d2d7;
  }
  .bg-\[\#e0e0e0\] {
    background-color: #e0e0e0;
  }
  .bg-\[\#f3f3f1\] {
    background-color: #f3f3f1;
  }
  .bg-\[\#f4f6fa\] {
    background-color: #f4f6fa;
  }
  .bg-\[\#fafafa\] {
    background-color: #fafafa;
  }
  .bg-\[rgba\(255\,117\,31\,0\.3\)\] {
    background-color: rgba(255,117,31,0.3);
  }
  .bg-bg-mid {
    background-color: var(--color-bg-mid);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-teal {
    background-color: var(--color-teal);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\.\.\/\.\.\/assets\/images\/service\/bg04\.png\)\] {
    background-image: url(../../assets/images/service/bg04.png);
  }
  .bg-\[url\(\.\.\/\.\.\/assets\/images\/service\/bg04s\.png\)\] {
    background-image: url(../../assets/images/service/bg04s.png);
  }
  .mask-\[url\(\.\.\/\.\.\/assets\/images\/top\/mask_main_sp\.svg\)\] {
    mask-image: url(../../assets/images/top/mask_main_sp.svg);
  }
  .mask-\[url\(\.\.\/\.\.\/assets\/images\/top\/mask_service\.svg\)\] {
    mask-image: url(../../assets/images/top/mask_service.svg);
  }
  .bg-position-\[50\%_50\%\] {
    background-position: 50% 50%;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .mask-cover {
    mask-size: cover;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[22px\] {
    padding: 22px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[2\%\] {
    padding-inline: 2%;
  }
  .px-\[2vw\] {
    padding-inline: 2vw;
  }
  .px-\[4\%\] {
    padding-inline: 4%;
  }
  .px-\[5\.33\%\] {
    padding-inline: 5.33%;
  }
  .px-\[5\.333\%\] {
    padding-inline: 5.333%;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-\[\.5vw\] {
    padding-top: .5vw;
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[9px\] {
    padding-top: 9px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[15vw\] {
    padding-top: 15vw;
  }
  .pt-\[16\.33vw\] {
    padding-top: 16.33vw;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[44px\] {
    padding-top: 44px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pr-\[32px\] {
    padding-right: 32px;
  }
  .pb-\[\.75vw\] {
    padding-bottom: .75vw;
  }
  .pb-\[6px\] {
    padding-bottom: 6px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[11px\] {
    padding-bottom: 11px;
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[95px\] {
    padding-bottom: 95px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[26px\] {
    padding-left: 26px;
  }
  .text-center {
    text-align: center;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-\[\'Montserrat\'\] {
    font-family: 'Montserrat';
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.7rem\] {
    font-size: 1.7rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[1\.9rem\] {
    font-size: 1.9rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2\.0rem\] {
    font-size: 2.0rem;
  }
  .text-\[2\.2rem\] {
    font-size: 2.2rem;
  }
  .text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .text-\[2\.8rem\] {
    font-size: 2.8rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3\.6rem\] {
    font-size: 3.6rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .text-\[4vw\] {
    font-size: 4vw;
  }
  .text-\[6vw\] {
    font-size: 6vw;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[1\.9\] {
    --tw-leading: 1.9;
    line-height: 1.9;
  }
  .leading-\[1\.33em\] {
    --tw-leading: 1.33em;
    line-height: 1.33em;
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-\[1\.85\] {
    --tw-leading: 1.85;
    line-height: 1.85;
  }
  .leading-\[1\.575\] {
    --tw-leading: 1.575;
    line-height: 1.575;
  }
  .leading-\[2\.3rem\] {
    --tw-leading: 2.3rem;
    line-height: 2.3rem;
  }
  .leading-\[2\.14\] {
    --tw-leading: 2.14;
    line-height: 2.14;
  }
  .leading-\[3\.4rem\] {
    --tw-leading: 3.4rem;
    line-height: 3.4rem;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#3e3a39\] {
    color: #3e3a39;
  }
  .text-\[\#555\] {
    color: #555;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#888\] {
    color: #888;
  }
  .text-\[\#999\] {
    color: #999;
  }
  .text-\[\#14284A\] {
    color: #14284A;
  }
  .text-\[\#566577\] {
    color: #566577;
  }
  .text-\[\#808080\] {
    color: #808080;
  }
  .text-\[\#FF751F\] {
    color: #FF751F;
  }
  .text-\[\#c4a66e\] {
    color: #c4a66e;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-orange {
    color: var(--color-orange);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-teal {
    color: var(--color-teal);
  }
  .text-white {
    color: var(--color-white);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-\[1px_1px_8px_rgba\(0\,0\,0\,\.2\)\] {
    --tw-shadow: 1px 1px 8px var(--tw-shadow-color, rgba(0,0,0,.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[1px_1px_8px_rgba\(0\,0\,0\,\.5\)\] {
    --tw-shadow: 1px 1px 8px var(--tw-shadow-color, rgba(0,0,0,.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .grayscale-\[\.4\] {
    --tw-grayscale: grayscale(.4);
    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-all {
    transition-property: all;
    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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .text-shadow-none {
    text-shadow: none;
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:top-\[55\%\] {
    &::before {
      content: var(--tw-content);
      top: 55%;
    }
  }
  .before\:-bottom-\[8px\] {
    &::before {
      content: var(--tw-content);
      bottom: calc(8px * -1);
    }
  }
  .before\:-bottom-\[100px\] {
    &::before {
      content: var(--tw-content);
      bottom: calc(100px * -1);
    }
  }
  .before\:-left-\[10px\] {
    &::before {
      content: var(--tw-content);
      left: calc(10px * -1);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:left-\[4px\] {
    &::before {
      content: var(--tw-content);
      left: 4px;
    }
  }
  .before\:-z-1 {
    &::before {
      content: var(--tw-content);
      z-index: calc(1 * -1);
    }
  }
  .before\:z-\[-1\] {
    &::before {
      content: var(--tw-content);
      z-index: -1;
    }
  }
  .before\:block {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  .before\:h-\[22px\] {
    &::before {
      content: var(--tw-content);
      height: 22px;
    }
  }
  .before\:h-\[28px\] {
    &::before {
      content: var(--tw-content);
      height: 28px;
    }
  }
  .before\:h-\[82\.66vw\] {
    &::before {
      content: var(--tw-content);
      height: 82.66vw;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-\[6px\] {
    &::before {
      content: var(--tw-content);
      width: 6px;
    }
  }
  .before\:w-\[46vw\] {
    &::before {
      content: var(--tw-content);
      width: 46vw;
    }
  }
  .before\:w-\[120\%\] {
    &::before {
      content: var(--tw-content);
      width: 120%;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:w-px {
    &::before {
      content: var(--tw-content);
      width: 1px;
    }
  }
  .before\:origin-top-right {
    &::before {
      content: var(--tw-content);
      transform-origin: 100% 0;
    }
  }
  .before\:-translate-y-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:scale-x-0 {
    &::before {
      content: var(--tw-content);
      --tw-scale-x: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .before\:-rotate-\[30deg\] {
    &::before {
      content: var(--tw-content);
      rotate: calc(30deg * -1);
    }
  }
  .before\:skew-x-\[-30deg\] {
    &::before {
      content: var(--tw-content);
      --tw-skew-x: skewX(-30deg);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .before\:rounded-\[10px\] {
    &::before {
      content: var(--tw-content);
      border-radius: 10px;
    }
  }
  .before\:bg-\[\#000\] {
    &::before {
      content: var(--tw-content);
      background-color: #000;
    }
  }
  .before\:bg-orange {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-orange);
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .before\:bg-\[url\(\.\.\/\.\.\/assets\/images\/service\/bg03s\.png\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../../assets/images/service/bg03s.png);
    }
  }
  .before\:bg-\[url\(\.\.\/\.\.\/assets\/images\/top\/bg02s\.png\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../../assets/images/top/bg02s.png);
    }
  }
  .before\:bg-\[url\(\.\.\/\.\.\/assets\/images\/top\/bg08\.png\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../../assets/images/top/bg08.png);
    }
  }
  .before\:bg-cover {
    &::before {
      content: var(--tw-content);
      background-size: cover;
    }
  }
  .before\:bg-size-\[100\%\] {
    &::before {
      content: var(--tw-content);
      background-size: 100%;
    }
  }
  .before\:bg-size-\[100\%_100\%\] {
    &::before {
      content: var(--tw-content);
      background-size: 100% 100%;
    }
  }
  .before\:bg-position-\[0_0\] {
    &::before {
      content: var(--tw-content);
      background-position: 0 0;
    }
  }
  .before\:bg-position-\[50\%_0\] {
    &::before {
      content: var(--tw-content);
      background-position: 50% 0;
    }
  }
  .before\:bg-no-repeat {
    &::before {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .before\:transition-transform {
    &::before {
      content: var(--tw-content);
      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));
    }
  }
  .before\:duration-300 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-\[55\%\] {
    &::after {
      content: var(--tw-content);
      top: 55%;
    }
  }
  .after\:top-\[80vw\] {
    &::after {
      content: var(--tw-content);
      top: 80vw;
    }
  }
  .after\:-right-\[10px\] {
    &::after {
      content: var(--tw-content);
      right: calc(10px * -1);
    }
  }
  .after\:right-\[4px\] {
    &::after {
      content: var(--tw-content);
      right: 4px;
    }
  }
  .after\:z-\[-1\] {
    &::after {
      content: var(--tw-content);
      z-index: -1;
    }
  }
  .after\:h-\[22px\] {
    &::after {
      content: var(--tw-content);
      height: 22px;
    }
  }
  .after\:h-\[82\.66vw\] {
    &::after {
      content: var(--tw-content);
      height: 82.66vw;
    }
  }
  .after\:w-\[46vw\] {
    &::after {
      content: var(--tw-content);
      width: 46vw;
    }
  }
  .after\:w-px {
    &::after {
      content: var(--tw-content);
      width: 1px;
    }
  }
  .after\:-translate-y-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:scale-\[-1_1\] {
    &::after {
      content: var(--tw-content);
      scale: -1 1;
    }
  }
  .after\:rotate-\[30deg\] {
    &::after {
      content: var(--tw-content);
      rotate: 30deg;
    }
  }
  .after\:bg-\[\#000\] {
    &::after {
      content: var(--tw-content);
      background-color: #000;
    }
  }
  .after\:bg-\[url\(\.\.\/\.\.\/assets\/images\/top\/bg08\.png\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url(../../assets/images/top/bg08.png);
    }
  }
  .after\:bg-size-\[100\%\] {
    &::after {
      content: var(--tw-content);
      background-size: 100%;
    }
  }
  .after\:bg-no-repeat {
    &::after {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:scale-\[1\.04\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.04;
      }
    }
  }
  .hover\:text-orange {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange);
      }
    }
  }
  .hover\:text-teal {
    &:hover {
      @media (hover: hover) {
        color: var(--color-teal);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:grayscale-0 {
    &:hover {
      @media (hover: hover) {
        --tw-grayscale: grayscale(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,);
      }
    }
  }
  .hover\:before\:origin-top-left {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          transform-origin: 0 0;
        }
      }
    }
  }
  .hover\:before\:scale-x-100 {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          --tw-scale-x: 100%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .hover\:before\:skew-x-\[-30deg\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          --tw-skew-x: skewX(-30deg);
          transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        }
      }
    }
  }
  .focus\:border-teal {
    &:focus {
      border-color: var(--color-teal);
    }
  }
  .focus\:ring-\[3px\] {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-teal\/20 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, #26bfa7 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-teal) 20%, transparent);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-\[18px\] {
    @media (width >= 48rem) {
      top: 18px;
    }
  }
  .md\:top-\[85px\] {
    @media (width >= 48rem) {
      top: 85px;
    }
  }
  .md\:top-\[100px\] {
    @media (width >= 48rem) {
      top: 100px;
    }
  }
  .md\:bottom-auto {
    @media (width >= 48rem) {
      bottom: auto;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:my-\[60px\] {
    @media (width >= 48rem) {
      margin-block: 60px;
    }
  }
  .md\:-mt-\[25px\] {
    @media (width >= 48rem) {
      margin-top: calc(25px * -1);
    }
  }
  .md\:-mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: calc(80px * -1);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[4vw\] {
    @media (width >= 48rem) {
      margin-top: 4vw;
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 48rem) {
      margin-top: 40px;
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: 100px;
    }
  }
  .md\:-mr-\[15\%\] {
    @media (width >= 48rem) {
      margin-right: calc(15% * -1);
    }
  }
  .md\:-mr-\[60px\] {
    @media (width >= 48rem) {
      margin-right: calc(60px * -1);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[40px\] {
    @media (width >= 48rem) {
      margin-bottom: 40px;
    }
  }
  .md\:mb-\[44px\] {
    @media (width >= 48rem) {
      margin-bottom: 44px;
    }
  }
  .md\:mb-\[50px\] {
    @media (width >= 48rem) {
      margin-bottom: 50px;
    }
  }
  .md\:mb-\[60px\] {
    @media (width >= 48rem) {
      margin-bottom: 60px;
    }
  }
  .md\:-ml-\[20\%\] {
    @media (width >= 48rem) {
      margin-left: calc(20% * -1);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[50vw\] {
    @media (width >= 48rem) {
      height: 50vw;
    }
  }
  .md\:h-\[100px\] {
    @media (width >= 48rem) {
      height: 100px;
    }
  }
  .md\:h-\[290px\] {
    @media (width >= 48rem) {
      height: 290px;
    }
  }
  .md\:h-\[700px\] {
    @media (width >= 48rem) {
      height: 700px;
    }
  }
  .md\:max-h-\[60px\] {
    @media (width >= 48rem) {
      max-height: 60px;
    }
  }
  .md\:min-h-\[380px\] {
    @media (width >= 48rem) {
      min-height: 380px;
    }
  }
  .md\:w-\[32\%\] {
    @media (width >= 48rem) {
      width: 32%;
    }
  }
  .md\:w-\[35\%\] {
    @media (width >= 48rem) {
      width: 35%;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-\[41\%\] {
    @media (width >= 48rem) {
      width: 41%;
    }
  }
  .md\:w-\[46\%\] {
    @media (width >= 48rem) {
      width: 46%;
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 48rem) {
      width: 50%;
    }
  }
  .md\:w-\[56\%\] {
    @media (width >= 48rem) {
      width: 56%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-\[61\%\] {
    @media (width >= 48rem) {
      width: 61%;
    }
  }
  .md\:w-\[110px\] {
    @media (width >= 48rem) {
      width: 110px;
    }
  }
  .md\:w-\[140px\] {
    @media (width >= 48rem) {
      width: 140px;
    }
  }
  .md\:w-\[180px\] {
    @media (width >= 48rem) {
      width: 180px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-\[256px\] {
    @media (width >= 48rem) {
      width: 256px;
    }
  }
  .md\:w-\[260px\] {
    @media (width >= 48rem) {
      width: 260px;
    }
  }
  .md\:max-w-\[130px\] {
    @media (width >= 48rem) {
      max-width: 130px;
    }
  }
  .md\:max-w-\[420px\] {
    @media (width >= 48rem) {
      max-width: 420px;
    }
  }
  .md\:max-w-\[1080px\] {
    @media (width >= 48rem) {
      max-width: 1080px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:shrink-0 {
    @media (width >= 48rem) {
      flex-shrink: 0;
    }
  }
  .md\:translate-y-\[0\%\] {
    @media (width >= 48rem) {
      --tw-translate-y: 0%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-\[4\%\] {
    @media (width >= 48rem) {
      gap: 4%;
    }
  }
  .md\:gap-\[4px\] {
    @media (width >= 48rem) {
      gap: 4px;
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 48rem) {
      gap: 16px;
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:gap-\[50px\] {
    @media (width >= 48rem) {
      gap: 50px;
    }
  }
  .md\:space-y-\[36px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(36px * var(--tw-space-y-reverse));
        margin-block-end: calc(36px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-y-\[20px\] {
    @media (width >= 48rem) {
      row-gap: 20px;
    }
  }
  .md\:overflow-visible {
    @media (width >= 48rem) {
      overflow: visible;
    }
  }
  .md\:bg-\[url\(\.\.\/\.\.\/assets\/images\/service\/bg04\.png\)\] {
    @media (width >= 48rem) {
      background-image: url(../../assets/images/service/bg04.png);
    }
  }
  .md\:mask-\[url\(\.\.\/\.\.\/assets\/images\/top\/mask_main\.svg\)\] {
    @media (width >= 48rem) {
      mask-image: url(../../assets/images/top/mask_main.svg);
    }
  }
  .md\:bg-cover {
    @media (width >= 48rem) {
      background-size: cover;
    }
  }
  .md\:bg-no-repeat {
    @media (width >= 48rem) {
      background-repeat: no-repeat;
    }
  }
  .md\:mask-cover {
    @media (width >= 48rem) {
      mask-size: cover;
    }
  }
  .md\:p-\[40px\] {
    @media (width >= 48rem) {
      padding: 40px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-\[8px\] {
    @media (width >= 48rem) {
      padding-inline: 8px;
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 20px;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 48rem) {
      padding-inline: 30px;
    }
  }
  .md\:px-\[37px\] {
    @media (width >= 48rem) {
      padding-inline: 37px;
    }
  }
  .md\:py-\[30px\] {
    @media (width >= 48rem) {
      padding-block: 30px;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 48rem) {
      padding-block: 80px;
    }
  }
  .md\:py-\[90px\] {
    @media (width >= 48rem) {
      padding-block: 90px;
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 48rem) {
      padding-block: 100px;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[2px\] {
    @media (width >= 48rem) {
      padding-top: 2px;
    }
  }
  .md\:pt-\[4px\] {
    @media (width >= 48rem) {
      padding-top: 4px;
    }
  }
  .md\:pt-\[12px\] {
    @media (width >= 48rem) {
      padding-top: 12px;
    }
  }
  .md\:pt-\[14vw\] {
    @media (width >= 48rem) {
      padding-top: 14vw;
    }
  }
  .md\:pt-\[40px\] {
    @media (width >= 48rem) {
      padding-top: 40px;
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 48rem) {
      padding-top: 60px;
    }
  }
  .md\:pt-\[70px\] {
    @media (width >= 48rem) {
      padding-top: 70px;
    }
  }
  .md\:pt-\[80px\] {
    @media (width >= 48rem) {
      padding-top: 80px;
    }
  }
  .md\:pt-\[200px\] {
    @media (width >= 48rem) {
      padding-top: 200px;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[3px\] {
    @media (width >= 48rem) {
      padding-bottom: 3px;
    }
  }
  .md\:pb-\[16px\] {
    @media (width >= 48rem) {
      padding-bottom: 16px;
    }
  }
  .md\:pb-\[80px\] {
    @media (width >= 48rem) {
      padding-bottom: 80px;
    }
  }
  .md\:pb-\[100px\] {
    @media (width >= 48rem) {
      padding-bottom: 100px;
    }
  }
  .md\:pb-\[160px\] {
    @media (width >= 48rem) {
      padding-bottom: 160px;
    }
  }
  .md\:pb-\[200px\] {
    @media (width >= 48rem) {
      padding-bottom: 200px;
    }
  }
  .md\:pl-\[28px\] {
    @media (width >= 48rem) {
      padding-left: 28px;
    }
  }
  .md\:pl-\[94px\] {
    @media (width >= 48rem) {
      padding-left: 94px;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-\[1\.5rem\] {
    @media (width >= 48rem) {
      font-size: 1.5rem;
    }
  }
  .md\:text-\[1\.6rem\] {
    @media (width >= 48rem) {
      font-size: 1.6rem;
    }
  }
  .md\:text-\[1\.7rem\] {
    @media (width >= 48rem) {
      font-size: 1.7rem;
    }
  }
  .md\:text-\[1\.8rem\] {
    @media (width >= 48rem) {
      font-size: 1.8rem;
    }
  }
  .md\:text-\[2\.1rem\] {
    @media (width >= 48rem) {
      font-size: 2.1rem;
    }
  }
  .md\:text-\[2\.4rem\] {
    @media (width >= 48rem) {
      font-size: 2.4rem;
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .md\:text-\[3\.2rem\] {
    @media (width >= 48rem) {
      font-size: 3.2rem;
    }
  }
  .md\:text-\[3\.2vw\] {
    @media (width >= 48rem) {
      font-size: 3.2vw;
    }
  }
  .md\:text-\[3\.4rem\] {
    @media (width >= 48rem) {
      font-size: 3.4rem;
    }
  }
  .md\:text-\[3\.6rem\] {
    @media (width >= 48rem) {
      font-size: 3.6rem;
    }
  }
  .md\:text-\[4\.8rem\] {
    @media (width >= 48rem) {
      font-size: 4.8rem;
    }
  }
  .md\:text-\[4rem\] {
    @media (width >= 48rem) {
      font-size: 4rem;
    }
  }
  .md\:leading-\[4\.8rem\] {
    @media (width >= 48rem) {
      --tw-leading: 4.8rem;
      line-height: 4.8rem;
    }
  }
  .md\:before\:absolute {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .md\:before\:top-\[90px\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        top: 90px;
      }
    }
  }
  .md\:before\:right-0 {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:before\:-bottom-\[150px\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        bottom: calc(150px * -1);
      }
    }
  }
  .md\:before\:-bottom-px {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        bottom: -1px;
      }
    }
  }
  .md\:before\:left-1\/2 {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        left: calc(1 / 2 * 100%);
      }
    }
  }
  .md\:before\:z-\[-1\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        z-index: -1;
      }
    }
  }
  .md\:before\:h-\[5\.65vw\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        height: 5.65vw;
      }
    }
  }
  .md\:before\:h-\[524px\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        height: 524px;
      }
    }
  }
  .md\:before\:h-\[622px\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        height: 622px;
      }
    }
  }
  .md\:before\:min-h-\[82px\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        min-height: 82px;
      }
    }
  }
  .md\:before\:w-\[347px\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        width: 347px;
      }
    }
  }
  .md\:before\:w-\[357px\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        width: 357px;
      }
    }
  }
  .md\:before\:min-w-\[1400px\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        min-width: 1400px;
      }
    }
  }
  .md\:before\:min-w-\[1440px\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        min-width: 1440px;
      }
    }
  }
  .md\:before\:-translate-x-1\/2 {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .md\:before\:bg-\[url\(\.\.\/\.\.\/assets\/images\/service\/bg03\.png\)\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-image: url(../../assets/images/service/bg03.png);
      }
    }
  }
  .md\:before\:bg-\[url\(\.\.\/\.\.\/assets\/images\/top\/bg02\.png\)\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-image: url(../../assets/images/top/bg02.png);
      }
    }
  }
  .md\:before\:bg-\[url\(\.\.\/\.\.\/assets\/images\/top\/bg09\.png\)\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-image: url(../../assets/images/top/bg09.png);
      }
    }
  }
  .md\:before\:bg-auto {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-size: auto;
      }
    }
  }
  .md\:before\:bg-position-\[0_0\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-position: 0 0;
      }
    }
  }
  .md\:before\:bg-no-repeat {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-repeat: no-repeat;
      }
    }
  }
  .md\:before\:content-\[\'\'\] {
    @media (width >= 48rem) {
      &::before {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
  }
  .md\:after\:absolute {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .md\:after\:-top-\[170px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        top: calc(170px * -1);
      }
    }
  }
  .md\:after\:right-0 {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:after\:left-0 {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:after\:z-\[-1\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        z-index: -1;
      }
    }
  }
  .md\:after\:h-\[524px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        height: 524px;
      }
    }
  }
  .md\:after\:h-\[622px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        height: 622px;
      }
    }
  }
  .md\:after\:w-\[347px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        width: 347px;
      }
    }
  }
  .md\:after\:w-\[357px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        width: 357px;
      }
    }
  }
  .md\:after\:scale-\[-1_1\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        scale: -1 1;
      }
    }
  }
  .md\:after\:bg-\[url\(\.\.\/\.\.\/assets\/images\/top\/bg09\.png\)\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        background-image: url(../../assets/images/top/bg09.png);
      }
    }
  }
  .md\:after\:bg-position-\[0_0\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        background-position: 0 0;
      }
    }
  }
  .md\:after\:bg-no-repeat {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        background-repeat: no-repeat;
      }
    }
  }
  .md\:after\:content-\[\'\'\] {
    @media (width >= 48rem) {
      &::after {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:mt-\[70px\] {
    @media (width >= 64rem) {
      margin-top: 70px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[36\.944vw\] {
    @media (width >= 64rem) {
      height: 36.944vw;
    }
  }
  .lg\:min-h-\[260px\] {
    @media (width >= 64rem) {
      min-height: 260px;
    }
  }
  .lg\:min-h-\[532px\] {
    @media (width >= 64rem) {
      min-height: 532px;
    }
  }
  .lg\:max-w-\[1120px\] {
    @media (width >= 64rem) {
      max-width: 1120px;
    }
  }
  .lg\:scroll-mt-\[70px\] {
    @media (width >= 64rem) {
      scroll-margin-top: 70px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[9vw\] {
    @media (width >= 64rem) {
      padding-top: 9vw;
    }
  }
  .lg\:pt-\[70px\] {
    @media (width >= 64rem) {
      padding-top: 70px;
    }
  }
  .lg\:text-\[3\.6rem\] {
    @media (width >= 64rem) {
      font-size: 3.6rem;
    }
  }
  .lg\:text-\[4\.4rem\] {
    @media (width >= 64rem) {
      font-size: 4.4rem;
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    font-size: 62.5%;
  }
  body {
    font-family: var(--font-sans);
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
    color: var(--color-text);
    overflow-x: hidden;
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  strong {
    font-weight: 700;
  }
  img {
    display: block;
    height: auto;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  a:link, a:visited {
    color: var(--color-text);
    text-decoration: underline;
  }
  a:hover, a:active {
    color: var(--color-text);
    text-decoration: none;
  }
}
@layer components {
  .l-inner {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .l-inner--narrow {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  .site-main {
    flex: 1;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px 1px 6px 0 rgba(0,0,0,0.2);
    transition: all 0.3s;
  }
  @media (min-width: 1024px) {
    .site-header {
      position: absolute;
      height: 70px;
    }
  }
  .site-header.is-fixed {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 1px 6px 0 rgba(0,0,0,0.2);
    transform: translate(0, 0);
    transition: all 0.3s;
  }
  .site-header.is-fixed .header-nav-link, .site-header.is-fixed .header-tel {
    color: var(--color-text);
  }
  .site-header.is-fixed .header-nav-link::before {
    border-color: var(--color-text);
  }
  .header-inner {
    position: relative;
    max-width: 1290px;
    margin: 0 auto;
    height: 100%;
  }
  .header-logo {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    display: block;
  }
  @media (min-width: 1024px) {
    .header-logo {
      width: 86px;
      height: 86px;
    }
  }
  .header-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--color-orange);
    text-decoration: none;
  }
  .header-logo-box:hover {
    text-decoration: none;
  }
  .header-logo-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .header-logo-text img {
    width: 60px;
  }
  .header-nav-area {
    display: none;
  }
  @media (min-width: 1024px) {
    .header-nav-area {
      display: flex;
      position: absolute;
      height: 70px;
      left: 150px;
      top: 0;
      align-items: center;
    }
  }
  .header-nav-list {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    gap: 0;
  }
  .header-nav-list > li {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 40px;
  }
  .header-nav-list > li:last-child {
    margin-right: 0;
  }
  .header-nav-list > li > a {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .header-nav-list > li > a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 2px;
    background-color: var(--color-orange);
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
  }
  .header-nav-list > li > a:hover::after {
    opacity: 1;
  }
  .header-nav-list > li > a:hover {
    text-decoration: none;
  }
  .header-actions {
    display: none;
  }
  @media (min-width: 1024px) {
    .header-actions {
      display: flex;
      gap: 8px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  .header-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 9px 24px 11px;
    border: solid 2px #fff;
    background-color: transparent;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    transition: color 0.3s;
  }
  .header-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: var(--color-teal);
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform 0.3s;
  }
  .header-btn:hover {
    color: #fff;
    text-decoration: none;
  }
  .header-btn:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
  }
  .is-fixed .header-btn {
    border-color: var(--color-teal);
    background-color: var(--color-teal);
    color: #fff;
  }
  .is-fixed .header-btn::before {
    background: #fff;
  }
  .is-fixed .header-btn:hover {
    color: var(--color-teal);
  }
  @media (min-width: 1024px) {
    .header-btn {
      border-color: var(--color-teal);
      background-color: var(--color-teal);
      color: #fff;
    }
  }
  @media (min-width: 1024px) {
    .site-header.is-top-page:not(.is-fixed) {
      background-color: transparent;
      box-shadow: none;
    }
    .site-header.is-top-page:not(.is-fixed) .header-nav-list > li > a {
      color: #fff;
    }
    .site-header.is-top-page:not(.is-fixed) .header-btn {
      border-color: #fff;
      background-color: transparent;
      color: #fff;
    }
    .site-header.is-top-page:not(.is-fixed) .header-btn::before {
      background: rgba(255, 255, 255, 0.15);
    }
  }
  .menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #232531;
    border: none;
    cursor: pointer;
    overflow: hidden;
  }
  @media (min-width: 1024px) {
    .menu-toggle {
      display: none !important;
    }
    .mobile-nav {
      display: none !important;
    }
  }
  .menu-toggle-bar {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all 0.1s;
  }
  .menu-toggle-bar--top {
    top: 16px;
  }
  .menu-toggle-bar--middle {
    top: 24px;
  }
  .menu-toggle-bar--bottom {
    bottom: 16px;
  }
  .is-menu-open .menu-toggle-bar--middle {
    background: none;
  }
  .is-menu-open .menu-toggle-bar--top {
    top: 24px;
    transform: rotate(45deg);
  }
  .is-menu-open .menu-toggle-bar--bottom {
    bottom: 24px;
    transform: rotate(-45deg);
  }
  .mobile-nav {
    display: none;
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    height: calc(100vh - 44px);
    background-color: var(--color-bg-light);
    overflow-y: auto;
    padding-top: 22px;
    z-index: 999;
  }
  .mobile-nav.is-open {
    display: block;
  }
  .mobile-nav-list > li {
    border-bottom: solid 1px var(--color-border);
  }
  .mobile-nav-list > li > a {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 9px 25px;
    color: var(--color-text);
    text-decoration: none;
  }
  .news-slider-wrap {
    position: relative;
  }
  .news-slider .slick-track {
    display: flex !important;
    align-items: stretch;
  }
  .news-slider .slick-slide {
    display: block !important;
    flex-direction: column;
    height: auto !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  @media (min-width: 1024px) {
    .news-slider .slick-slide {
      width: 320px;
    }
  }
  .news-slider .slick-slide > div, .news-slider .slick-slide > div > li {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
  }
  .news-slider .slick-slide > a {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    height: 100%;
  }
  .news-slider .slick-slide > div > li > a > p:last-child {
    flex: 1;
  }
  .news-slider .slick-list {
    overflow: hidden;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .news-slider-wrap .slick-prev, .news-slider-wrap .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
    transition: background .3s;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
  }
  .news-slider-wrap .slick-prev, .news-slider-wrap .slick-next {
    display: none !important;
  }
  @media (min-width: 768px) {
    .news-slider-wrap .slick-prev, .news-slider-wrap .slick-next {
      display: block !important;
    }
    .news-slider-wrap .slick-prev {
      left: 30px;
    }
    .news-slider-wrap .slick-next {
      right: 30px;
    }
  }
  @media (min-width: 1024px) {
    .news-slider-wrap .slick-prev {
      left: calc(50vw - 560px);
    }
    .news-slider-wrap .slick-next {
      right: calc(50vw - 560px);
    }
  }
  .news-slider-wrap .slick-prev:hover, .news-slider-wrap .slick-next:hover, .news-slider-wrap .slick-prev:focus, .news-slider-wrap .slick-next:focus {
    background: rgba(0,0,0,.5);
    outline: none;
  }
  .news-slider-wrap .slick-prev::before, .news-slider-wrap .slick-next::before {
    position: absolute;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    font-size: 0;
    opacity: 1;
    transition: border-color .3s;
  }
  .news-slider-wrap .slick-prev::before {
    left: 15px;
    transform: rotate(-135deg);
  }
  .news-slider-wrap .slick-next::before {
    right: 15px;
    transform: rotate(45deg);
  }
  .news-slider-wrap .slick-prev:hover::before, .news-slider-wrap .slick-next:hover::before {
    border-color: #FF751F;
  }
  @keyframes logoScroll01 {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes logoScroll02 {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  .srv {
    counter-reset: srv;
  }
  .srv-num {
    padding-top: 40px;
    position: relative;
  }
  .srv-num::before {
    counter-increment: srv;
    content: "SERVICE 0" counter(srv);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
    display: table;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }
  @media (min-width: 768px) {
    .srv-num::before {
      left: 0;
      transform: none;
    }
  }
  .btn01 {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 14px 40px 16px;
    border: solid 3px #26bfa7;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    background-color: #26bfa7;
    text-align: center;
    line-height: 1.4;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
    box-shadow: 3px 3px 4px 0 rgb(0 0 0 / 30%);
  }
  .btn01 .inner {
    position: relative;
    display: inline-block;
    padding-right: 32px;
  }
  .btn01 .inner::before, .btn01 .inner::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    transition: all 0.3s;
  }
  .btn01 .inner::before {
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
  }
  .btn01 .inner::after {
    right: 6px;
    z-index: 2;
    width: 8px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.4 6.4'%3E%3Cpath fill='%2326bfa7' d='M3.2 2.4H0V4h3.2V6.4L6.4 3.2 3.2 0z'/%3E%3C/svg%3E") no-repeat 0 0/100%;
  }
  .btn01::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #fff;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform 0.3s;
  }
  @media (min-width: 768px) {
    .btn01:hover {
      color: #26bfa7;
      text-decoration: none;
    }
    .btn01:hover::before {
      transform-origin: left top;
      transform: skewX(-30deg) scale(1, 1);
    }
    .btn01:hover .inner::before {
      background-color: #26bfa7;
    }
    .btn01:hover .inner::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.4 6.4'%3E%3Cpath fill='%23fff' d='M3.2 2.4H0V4h3.2V6.4L6.4 3.2 3.2 0z'/%3E%3C/svg%3E");
    }
  }
  .btn02 {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 14px 40px 16px;
    border-radius: 100px;
    color: #fff;
    background-color: #26bfa7;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
  }
  .btn02 .inner {
    position: relative;
    display: inline-block;
    padding-right: 32px;
  }
  .btn02 .inner::before, .btn02 .inner::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    transition: all 0.3s;
  }
  .btn02 .inner::before {
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
  }
  .btn02 .inner::after {
    right: 6px;
    z-index: 2;
    width: 8px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.4 6.4'%3E%3Cpath fill='%2326bfa7' d='M3.2 2.4H0V4h3.2V6.4L6.4 3.2 3.2 0z'/%3E%3C/svg%3E") no-repeat 0 0/100%;
  }
  .btn-gold {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 12px 40px 14px;
    border: solid 3px #FF751F;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    background-color: #FF751F;
    text-align: center;
    line-height: 1.4;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
  }
  .btn-gold .inner {
    position: relative;
    display: inline-block;
    padding-right: 32px;
  }
  .btn-gold .inner::before, .btn-gold .inner::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    transition: all 0.3s;
  }
  .btn-gold .inner::before {
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
  }
  .btn-gold .inner::after {
    right: 6px;
    z-index: 2;
    width: 8px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.4 6.4'%3E%3Cpath fill='%23FF751F' d='M3.2 2.4H0V4h3.2V6.4L6.4 3.2 3.2 0z'/%3E%3C/svg%3E") no-repeat 0 0/100%;
  }
  .btn-gold::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #fff;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform 0.3s;
  }
  .btn-gold:hover {
    color: #FF751F;
    text-decoration: none;
  }
  .btn-gold:hover .inner::before {
    background-color: #FF751F;
  }
  .btn-gold:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
  }
  .btn-gold:hover .inner::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.4%206.4%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3ECTA%E3%83%9C%E3%82%BF%E3%83%B3-80%20%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22SP%22%3E%3Cg%20id%3D%22CTA%E3%83%9C%E3%82%BF%E3%83%B3%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M3.2%2C2.4H0V4H3.2V6.4L6.4%2C3.2%2C3.2%2C0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/100%;
  }
  .anchor-white {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
  }
  .anchor-white::before {
    content: "";
    width: 26px;
    height: 19px;
    transition: all .3s;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.745%2020.496%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22mv_slide1%22%3E%3Cg%20id%3D%22footer%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2225.745%22%20height%3D%2218.496%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221%201%2013.873%2010.248%2026.745%201%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0 / 100%;
  }
  .anchor-white .inner {
    position: relative;
    display: inline-block;
    padding-right: 32px;
  }
  .anchor-white .inner::before, .anchor-white .inner::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    transition: all 0.3s;
  }
  .anchor-white .inner::before {
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
  }
  .anchor-white .inner::after {
    right: 6px;
    z-index: 2;
    width: 8px;
    height: 8px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.4%206.4%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23182e5c%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3ECTA%E3%83%9C%E3%82%BF%E3%83%B3-80%20%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22SP%22%3E%3Cg%20id%3D%22CTA%E3%83%9C%E3%82%BF%E3%83%B3%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M3.2%2C2.4H0V4H3.2V6.4L6.4%2C3.2%2C3.2%2C0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/100%;
  }
  .anchor-white:hover {
    color: #FF751F;
    border-bottom-color: #FF751F;
    text-decoration: none;
  }
  .anchor-white:hover .inner::before {
    background-color: #FF751F;
  }
  .anchor-white:hover::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.745%2020.496%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23FF751F%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22mv_slide1%22%3E%3Cg%20id%3D%22footer%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2225.745%22%20height%3D%2218.496%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221%201%2013.873%2010.248%2026.745%201%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0 / 100%;
  }
  .site-footer {
    background-color: var(--color-navy);
    padding: 60px 0 30px;
    color: rgba(255,255,255,0.7);
  }
  .footer-nav-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
  }
  @media (min-width: 768px) {
    .footer-nav-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 40px;
    }
  }
  .footer-col-heading {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .footer-col-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-col-links a {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.2s;
  }
  .footer-col-links a:hover {
    color: #fff;
    text-decoration: none;
  }
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .footer-logo-link {
    font-size: 1.8rem;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
  }
  .footer-logo-link:hover {
    color: #fff;
    text-decoration: none;
  }
  .footer-meta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer-meta-links a {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.35);
    text-decoration: none;
  }
  @media (min-width: 768px) {
    .footer-meta-links a {
      transition: color 0.2s;
    }
    .footer-meta-links a:hover {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
    }
  }
  .footer-sns-link {
    grid-column-start: 4;
    align-self: end;
    justify-self: end;
    opacity: 0.85;
  }
  @media (min-width: 768px) {
    .footer-sns-link {
      transition: opacity 0.2s, transform 0.2s;
    }
    .footer-sns-link:hover {
      opacity: 1;
      transform: translateY(-2px);
    }
  }
  .footer-copy {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.3);
  }
  .site-main--inner {
    padding-top: 44px;
  }
  @media (min-width: 1024px) {
    .site-main--inner {
      padding-top: 70px;
    }
  }
  .inner-wrap {
    padding: 60px 0;
  }
  .content-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
  @media (min-width: 1024px) {
    .content-area {
      grid-template-columns: 1fr 300px;
    }
  }
  .entry-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--color-text);
    line-height: 1.4;
  }
  .entry-meta {
    font-size: 1.3rem;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
  }
  .entry-content {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
    max-width: none;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .widget-area {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .widget {
    background-color: var(--color-bg-light);
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 20px;
  }
  .widget-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-orange);
  }
  .pagination, .post-navigation {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .pagination .page-numbers, .post-navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    font-size: 1.4rem;
    color: var(--color-text);
    text-decoration: none;
    transition: all 0.2s;
  }
  .pagination .page-numbers:hover, .post-navigation a:hover {
    background-color: var(--color-teal);
    color: #fff;
    border-color: var(--color-teal);
    text-decoration: none;
  }
  .pagination .current {
    background-color: var(--color-teal);
    color: #fff;
    border-color: var(--color-teal);
  }
  .post-list {
    display: grid;
    gap: 24px;
  }
  .post-card {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s;
  }
  .post-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  }
  .post-card__thumbnail {
    overflow: hidden;
  }
  .post-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }
  .post-card:hover .post-card__thumbnail img {
    transform: scale(1.04);
  }
  .post-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .post-card__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .post-card__title a {
    color: var(--color-text);
    text-decoration: none;
  }
  .post-card__title a:hover {
    color: var(--color-orange);
  }
  .post-card__excerpt {
    font-size: 1.4rem;
    color: #888;
    flex: 1;
  }
  @media (min-width: 768px) {
    .post-card {
      grid-template-columns: 260px 1fr;
    }
  }
  .search-form {
    display: flex;
    gap: 8px;
  }
  .search-field {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    font-size: 1.5rem;
    font-family: var(--font-sans);
  }
  .search-field:focus {
    outline: none;
    border-color: var(--color-teal);
  }
  .search-submit {
    padding: 10px 20px;
    background-color: var(--color-teal);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.4rem;
    cursor: pointer;
  }
  .search-submit:hover {
    background-color: var(--color-teal-dark);
  }
  .error-404 {
    text-align: center;
    padding: 100px 20px;
  }
  .error-404 h1 {
    font-size: 12rem;
    font-weight: 900;
    color: var(--color-orange);
    line-height: 1;
  }
  .svc-faq-icon {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 9999px;
    border: 2px solid #000;
    transition: transform 0.2s ease;
    vertical-align: middle;
  }
  .svc-faq-icon::before, .svc-faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #000;
    transform: translate(-50%, -50%);
  }
  .svc-faq-icon::before {
    width: 12px;
    height: 2px;
  }
  .svc-faq-icon::after {
    width: 2px;
    height: 12px;
  }
  .svc-faq-icon.is-open {
    transform: rotate(45deg);
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .screen-reader-text:focus {
    background-color: #fff;
    clip: auto !important;
    clip-path: none;
    color: var(--color-text);
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    padding: 16px 32px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  .svc-marquee {
    overflow: hidden;
  }
  .svc-marquee-track {
    display: flex;
    width: max-content;
    animation: svc-marquee 20s linear infinite;
  }
  .svc-marquee-set {
    display: flex;
    gap: 12px;
    padding-right: 12px;
  }
  .svc-marquee-video {
    height: 300px;
    width: auto;
    border-radius: 14px;
    object-fit: cover;
    display: block;
  }
  @media (min-width: 768px) {
    .svc-marquee-set {
      gap: 16px;
      padding-right: 16px;
    }
    .svc-marquee-video {
      height: 440px;
      border-radius: 18px;
    }
  }
  @keyframes svc-marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .svc-marquee-track {
      animation-play-state: paused;
    }
  }
  .js-logo-white {
    display: inline;
  }
  .js-logo-color {
    display: none;
  }
  @media (min-width: 768px) {
    .js-logo-btn:hover .js-logo-white {
      display: none;
    }
    .js-logo-btn:hover .js-logo-color {
      display: inline;
    }
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-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-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-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-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-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
