/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: var(--root-color-white);
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --tracking-wider: 0.05em;
    --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-black02: var(--root-color-black02);
    --font-roboto: var(--root-font-family-roboto);
    --tracking-base01: 0.05em;
    --leading-base01: 1.8;
  }
}
@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;
  }
  :-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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-\[36\%\] {
    top: calc(36% * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-\[-30px\] {
    top: -30px;
  }
  .-right-80 {
    right: calc(var(--spacing) * -80);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-\[-49px\] {
    right: -49px;
  }
  .-bottom-0 {
    bottom: calc(var(--spacing) * -0);
  }
  .-bottom-2 {
    bottom: calc(var(--spacing) * -2);
  }
  .-bottom-5 {
    bottom: calc(var(--spacing) * -5);
  }
  .-bottom-10 {
    bottom: calc(var(--spacing) * -10);
  }
  .-bottom-12 {
    bottom: calc(var(--spacing) * -12);
  }
  .-bottom-14 {
    bottom: calc(var(--spacing) * -14);
  }
  .-bottom-16 {
    bottom: calc(var(--spacing) * -16);
  }
  .-bottom-18 {
    bottom: calc(var(--spacing) * -18);
  }
  .-bottom-47 {
    bottom: calc(var(--spacing) * -47);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-\[-30px\] {
    bottom: -30px;
  }
  .bottom-\[12\%\] {
    bottom: 12%;
  }
  .bottom-\[20\%\] {
    bottom: 20%;
  }
  .bottom-\[25\%\] {
    bottom: 25%;
  }
  .bottom-\[28\%\] {
    bottom: 28%;
  }
  .bottom-\[30\%\] {
    bottom: 30%;
  }
  .bottom-\[32\%\] {
    bottom: 32%;
  }
  .bottom-\[34\%\] {
    bottom: 34%;
  }
  .-left-51 {
    left: calc(var(--spacing) * -51);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[9px\] {
    margin-bottom: 9px;
  }
  .mb-\[36\.2px\] {
    margin-bottom: 36.2px;
  }
  .mb-\[66px\] {
    margin-bottom: 66px;
  }
  .mb-\[70px\] {
    margin-bottom: 70px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[91px\] {
    height: 91px;
  }
  .h-\[253px\] {
    height: 253px;
  }
  .h-\[529px\] {
    height: 529px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[350px\] {
    max-height: 350px;
  }
  .max-h-\[739px\] {
    max-height: 739px;
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .min-h-\[100svh\] {
    min-height: 100svh;
  }
  .min-h-\[223px\] {
    min-height: 223px;
  }
  .min-h-\[394px\] {
    min-height: 394px;
  }
  .min-h-\[760px\] {
    min-height: 760px;
  }
  .min-h-\[1126px\] {
    min-height: 1126px;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[27px\] {
    width: 27px;
  }
  .w-\[75vw\] {
    width: 75vw;
  }
  .w-\[77px\] {
    width: 77px;
  }
  .w-\[90vw\] {
    width: 90vw;
  }
  .w-\[95vw\] {
    width: 95vw;
  }
  .w-\[131px\] {
    width: 131px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[202px\] {
    width: 202px;
  }
  .w-\[211px\] {
    width: 211px;
  }
  .w-\[232px\] {
    width: 232px;
  }
  .w-\[249px\] {
    width: 249px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[368px\] {
    width: 368px;
  }
  .w-\[calc\(100vw\+361px\)\] {
    width: calc(100vw + 361px);
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[111px\] {
    max-width: 111px;
  }
  .max-w-\[115px\] {
    max-width: 115px;
  }
  .max-w-\[153px\] {
    max-width: 153px;
  }
  .max-w-\[202px\] {
    max-width: 202px;
  }
  .max-w-\[210px\] {
    max-width: 210px;
  }
  .max-w-\[243px\] {
    max-width: 243px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[486px\] {
    max-width: 486px;
  }
  .max-w-\[508px\] {
    max-width: 508px;
  }
  .max-w-\[674px\] {
    max-width: 674px;
  }
  .max-w-\[749px\] {
    max-width: 749px;
  }
  .max-w-\[797px\] {
    max-width: 797px;
  }
  .max-w-\[859px\] {
    max-width: 859px;
  }
  .max-w-\[943px\] {
    max-width: 943px;
  }
  .max-w-\[1022px\] {
    max-width: 1022px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1225px\] {
    max-width: 1225px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1283px\] {
    max-width: 1283px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-max {
    max-width: max-content;
  }
  .min-w-\[736px\] {
    min-width: 736px;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-15px\] {
    --tw-translate-y: -15px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-18px\] {
    --tw-translate-y: -18px;
    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,);
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[2em\] {
    gap: 2em;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[26px\] {
    gap: 26px;
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-7 {
    row-gap: calc(var(--spacing) * 7);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .bg-\[\#E6E6E6\] {
    background-color: #E6E6E6;
  }
  .bg-\[\#EAEAEA\] {
    background-color: #EAEAEA;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black02 {
    background-color: var(--color-black02);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\.\/assets\/images\/message_bg\.webp\)\] {
    background-image: url(./assets/images/message_bg.webp);
  }
  .bg-\[url\(\.\/assets\/images\/service01\.webp\)\] {
    background-image: url(./assets/images/service01.webp);
  }
  .bg-\[url\(\.\/assets\/images\/service02\.webp\)\] {
    background-image: url(./assets/images/service02.webp);
  }
  .from-\[\#85B2C7\] {
    --tw-gradient-from: #85B2C7;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#4C5F97\] {
    --tw-gradient-to: #4C5F97;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[14px\] {
    padding-top: 14px;
  }
  .pt-\[76px\] {
    padding-top: 76px;
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-18 {
    padding-bottom: calc(var(--spacing) * 18);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-roboto {
    font-family: var(--font-roboto);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[13\.77px\] {
    font-size: 13.77px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-16 {
    --tw-leading: calc(var(--spacing) * 16);
    line-height: calc(var(--spacing) * 16);
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-base01 {
    --tw-leading: var(--leading-base01);
    line-height: var(--leading-base01);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-base01 {
    --tw-tracking: var(--tracking-base01);
    letter-spacing: var(--tracking-base01);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-\[\#333333\] {
    color: #333333;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .will-change-transform {
    will-change: transform;
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:bg-gradient-to-r {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-position: to right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
      }
    }
  }
  .hover\:from-\[\#85B2C7\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-from: #85B2C7;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:to-\[\#4C5F97\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-to: #4C5F97;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:bg-clip-border {
    &:hover {
      @media (hover: hover) {
        background-clip: border-box;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-\[25\%\] {
    @media (width >= 48rem) {
      top: 25%;
    }
  }
  .md\:-right-18 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * -18);
    }
  }
  .md\:right-auto {
    @media (width >= 48rem) {
      right: auto;
    }
  }
  .md\:-bottom-\[7\%\] {
    @media (width >= 48rem) {
      bottom: calc(7% * -1);
    }
  }
  .md\:bottom-\[23\%\] {
    @media (width >= 48rem) {
      bottom: 23%;
    }
  }
  .md\:bottom-\[37\%\] {
    @media (width >= 48rem) {
      bottom: 37%;
    }
  }
  .md\:left-20 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 20);
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:-mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -10);
    }
  }
  .md\:mb-2\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-9 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-20 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-\[68px\] {
    @media (width >= 48rem) {
      margin-bottom: 68px;
    }
  }
  .md\:mb-\[74px\] {
    @media (width >= 48rem) {
      margin-bottom: 74px;
    }
  }
  .md\:mb-\[132px\] {
    @media (width >= 48rem) {
      margin-bottom: 132px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-8 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .md\:h-\[411px\] {
    @media (width >= 48rem) {
      height: 411px;
    }
  }
  .md\:max-h-\[196px\] {
    @media (width >= 48rem) {
      max-height: 196px;
    }
  }
  .md\:min-h-\[332px\] {
    @media (width >= 48rem) {
      min-height: 332px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[58\.5\%\] {
    @media (width >= 48rem) {
      width: 58.5%;
    }
  }
  .md\:w-\[61vw\] {
    @media (width >= 48rem) {
      width: 61vw;
    }
  }
  .md\:w-\[62vw\] {
    @media (width >= 48rem) {
      width: 62vw;
    }
  }
  .md\:w-\[80vw\] {
    @media (width >= 48rem) {
      width: 80vw;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[128px\] {
    @media (width >= 48rem) {
      max-width: 128px;
    }
  }
  .md\:max-w-\[187px\] {
    @media (width >= 48rem) {
      max-width: 187px;
    }
  }
  .md\:max-w-\[298px\] {
    @media (width >= 48rem) {
      max-width: 298px;
    }
  }
  .md\:max-w-\[610px\] {
    @media (width >= 48rem) {
      max-width: 610px;
    }
  }
  .md\:max-w-\[902px\] {
    @media (width >= 48rem) {
      max-width: 902px;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-x-7 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 7);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-7 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .md\:px-14 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .md\:py-2 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-\[53px\] {
    @media (width >= 48rem) {
      padding-top: 53px;
    }
  }
  .md\:pt-\[124px\] {
    @media (width >= 48rem) {
      padding-top: 124px;
    }
  }
  .md\:pr-0 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-\[51px\] {
    @media (width >= 48rem) {
      padding-right: 51px;
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-\[120px\] {
    @media (width >= 48rem) {
      padding-bottom: 120px;
    }
  }
  .md\:pl-5 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .md\:pl-40 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 40);
    }
  }
  .md\:pl-\[51px\] {
    @media (width >= 48rem) {
      padding-left: 51px;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 48rem) {
      font-size: 26px;
    }
  }
  .md\:text-\[60px\] {
    @media (width >= 48rem) {
      font-size: 60px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-\[-45px\] {
    @media (width >= 64rem) {
      top: -45px;
    }
  }
  .lg\:top-\[-63px\] {
    @media (width >= 64rem) {
      top: -63px;
    }
  }
  .lg\:top-\[14\%\] {
    @media (width >= 64rem) {
      top: 14%;
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:bottom-\[-45px\] {
    @media (width >= 64rem) {
      bottom: -45px;
    }
  }
  .lg\:bottom-\[80px\] {
    @media (width >= 64rem) {
      bottom: 80px;
    }
  }
  .lg\:bottom-\[240px\] {
    @media (width >= 64rem) {
      bottom: 240px;
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-1\/2 {
    @media (width >= 64rem) {
      left: calc(1/2 * 100%);
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[332px\] {
    @media (width >= 64rem) {
      height: 332px;
    }
  }
  .lg\:h-\[369px\] {
    @media (width >= 64rem) {
      height: 369px;
    }
  }
  .lg\:min-h-\[1290px\] {
    @media (width >= 64rem) {
      min-height: 1290px;
    }
  }
  .lg\:w-\[40vw\] {
    @media (width >= 64rem) {
      width: 40vw;
    }
  }
  .lg\:w-\[58\.6\%\] {
    @media (width >= 64rem) {
      width: 58.6%;
    }
  }
  .lg\:w-\[314px\] {
    @media (width >= 64rem) {
      width: 314px;
    }
  }
  .lg\:w-\[966px\] {
    @media (width >= 64rem) {
      width: 966px;
    }
  }
  .lg\:max-w-\[553px\] {
    @media (width >= 64rem) {
      max-width: 553px;
    }
  }
  .lg\:max-w-\[596px\] {
    @media (width >= 64rem) {
      max-width: 596px;
    }
  }
  .lg\:max-w-\[615px\] {
    @media (width >= 64rem) {
      max-width: 615px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:-translate-x-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-\[20px\] {
    @media (width >= 64rem) {
      --tw-translate-y: 20px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:gap-x-4 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:pl-\[194px\] {
    @media (width >= 64rem) {
      padding-left: 194px;
    }
  }
  .lg\:pl-\[330px\] {
    @media (width >= 64rem) {
      padding-left: 330px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .xl\:top-5 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 5);
    }
  }
  .xl\:bottom-\[287px\] {
    @media (width >= 80rem) {
      bottom: 287px;
    }
  }
  .xl\:w-\[615px\] {
    @media (width >= 80rem) {
      width: 615px;
    }
  }
  .xl\:gap-x-8 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:pl-\[283px\] {
    @media (width >= 80rem) {
      padding-left: 283px;
    }
  }
  .xl\:text-\[18px\] {
    @media (width >= 80rem) {
      font-size: 18px;
    }
  }
  .\32 xl\:bottom-\[16\%\] {
    @media (width >= 96rem) {
      bottom: 16%;
    }
  }
  .\32 xl\:bottom-\[28\%\] {
    @media (width >= 96rem) {
      bottom: 28%;
    }
  }
  .\32 xl\:mx-auto {
    @media (width >= 96rem) {
      margin-inline: auto;
    }
  }
  .\32 xl\:mt-\[-340px\] {
    @media (width >= 96rem) {
      margin-top: -340px;
    }
  }
  .\32 xl\:w-\[100vw\] {
    @media (width >= 96rem) {
      width: 100vw;
    }
  }
}
:root {
  --root-color-black01: #000000;
  --root-color-black02: #333333;
  --root-color-white: #ffffff;
  --root-font-family-noto: "Noto Sans JP", sans-serif;
  --root-font-family-roboto: "Roboto Condensed", sans-serif;
  --root-gradient-blue-linear: linear-gradient(180deg, rgba(133, 178, 199, 1) 0%, rgba(76, 95, 151, 1) 100%);
}
html {
  font-family: var(--root-font-family-noto);
  color: var(--color-white);
  scroll-behavior: smooth;
}
.border-gradient-blue-linear {
  border-image: var(--root-gradient-blue-linear) 1;
}
.splide__sr {
  display: none !important;
}
.scroll-border {
  position: relative;
  top: 10px;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(133, 178, 199, 1) 0%, rgba(76, 95, 151, 1) 100%);
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
#js-hamburger-menu.--is-active {
  opacity: 1;
  pointer-events: auto;
}
#js-hamburger-line-top.--is-active {
  transform: rotate(45deg);
  top: 8px;
}
#js-hamburger-line-center.--is-active {
  opacity: 0;
}
#js-hamburger-line-bottom.--is-active {
  transform: rotate(-45deg);
  bottom: 7px;
}
.navigation a {
  position: relative;
}
.navigation a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
a:hover::after {
  transform: scale(1, 1);
}
.overlay {
  transition: width 0.3s ease-in, transform 0.3s ease-out 0.3s;
}
.overlay.reveal {
  width: 100%;
}
.overlay.slide-out {
  transform: translateX(100%);
}
.message img {
  transition: .3s;
}
.message:hover .message__image {
  transform: scale(1.2);
}
.arrow {
  transition: transform 0.3s ease;
  display: block;
}
.message:hover .arrow {
  transform: scaleX(1.1) translateX(4px);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
    }
  }
}
