/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --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-common-black: #454545;
    --color-main-green: #51af53;
    --color-main-orange: #ff9137;
    --color-light-orange: #fff4ea;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[1rem\] {
    top: 1rem;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[1rem\] {
    left: 1rem;
  }
  .left-\[3\%\] {
    left: 3%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mb-\[9rem\] {
    margin-bottom: 9rem;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/5 {
    width: calc(1/5 * 100%);
  }
  .w-2\/6 {
    width: calc(2/6 * 100%);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[46\%\] {
    width: 46%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3\/5 {
    max-width: calc(3/5 * 100%);
  }
  .max-w-\[7\.5rem\] {
    max-width: 7.5rem;
  }
  .max-w-\[24rem\] {
    max-width: 24rem;
  }
  .max-w-\[70rem\] {
    max-width: 70rem;
  }
  .max-w-\[120rem\] {
    max-width: 120rem;
  }
  .flex-\[1\] {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[5rem\] {
    border-radius: 5rem;
  }
  .rounded-\[10rem\] {
    border-radius: 10rem;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-t-\[3px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 3px;
  }
  .border-r-\[3px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 3px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[3px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-main-orange {
    border-color: var(--color-main-orange);
  }
  .border-t-main-orange {
    border-top-color: var(--color-main-orange);
  }
  .border-r-main-orange {
    border-right-color: var(--color-main-orange);
  }
  .border-b-common-black {
    border-bottom-color: var(--color-common-black);
  }
  .border-b-main-orange {
    border-bottom-color: var(--color-main-orange);
  }
  .border-b-white {
    border-bottom-color: var(--color-white);
  }
  .bg-light-orange {
    background-color: var(--color-light-orange);
  }
  .bg-main-green {
    background-color: var(--color-main-green);
  }
  .bg-main-orange {
    background-color: var(--color-main-orange);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[2\.2rem\] {
    padding-block: 2.2rem;
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-2xl\/relaxed {
    font-size: var(--text-2xl);
    line-height: var(--leading-relaxed);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-4xl\/relaxed {
    font-size: var(--text-4xl);
    line-height: var(--leading-relaxed);
  }
  .text-\[1\.6rem\]\/relaxed {
    font-size: 1.6rem;
    line-height: var(--leading-relaxed);
  }
  .text-\[2rem\]\/relaxed {
    font-size: 2rem;
    line-height: var(--leading-relaxed);
  }
  .\[font-size\:_clamp\(1\.5rem\,3\.6vw\,2\.5rem\)\] {
    font-size:  clamp(1.5rem, 3.6vw, 2.5rem);
  }
  .\[font-size\:_clamp\(1\.5rem\,3\.6vw\,3rem\)\] {
    font-size:  clamp(1.5rem, 3.6vw, 3rem);
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[1\.9rem\] {
    font-size: 1.9rem;
  }
  .text-\[2\.1rem\] {
    font-size: 2.1rem;
  }
  .text-\[2\.2rem\] {
    font-size: 2.2rem;
  }
  .text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3\.4rem\] {
    font-size: 3.4rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .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-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-main-orange {
    color: var(--color-main-orange);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .md\:absolute {
    @media (width >= 769px) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 769px) {
      position: relative;
    }
  }
  .md\:top-0 {
    @media (width >= 769px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:-bottom-8 {
    @media (width >= 769px) {
      bottom: calc(var(--spacing) * -8);
    }
  }
  .md\:-left-\[10rem\] {
    @media (width >= 769px) {
      left: calc(10rem * -1);
    }
  }
  .md\:left-0 {
    @media (width >= 769px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-0 {
    @media (width >= 769px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-auto {
    @media (width >= 769px) {
      margin-inline: auto;
    }
  }
  .md\:mt-0 {
    @media (width >= 769px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-4 {
    @media (width >= 769px) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mt-8 {
    @media (width >= 769px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-12 {
    @media (width >= 769px) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-16 {
    @media (width >= 769px) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:mt-20 {
    @media (width >= 769px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-32 {
    @media (width >= 769px) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .md\:mb-0 {
    @media (width >= 769px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 769px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 769px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 769px) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 769px) {
      display: inline-block;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 769px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[20\%\] {
    @media (width >= 769px) {
      width: 20%;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 769px) {
      width: 40%;
    }
  }
  .md\:w-\[46\%\] {
    @media (width >= 769px) {
      width: 46%;
    }
  }
  .md\:w-\[48\%\] {
    @media (width >= 769px) {
      width: 48%;
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 769px) {
      width: 50%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 769px) {
      width: 60%;
    }
  }
  .md\:w-full {
    @media (width >= 769px) {
      width: 100%;
    }
  }
  .md\:max-w-\[33rem\] {
    @media (width >= 769px) {
      max-width: 33rem;
    }
  }
  .md\:max-w-\[40\.4rem\] {
    @media (width >= 769px) {
      max-width: 40.4rem;
    }
  }
  .md\:max-w-\[40rem\] {
    @media (width >= 769px) {
      max-width: 40rem;
    }
  }
  .md\:max-w-\[50\.8rem\] {
    @media (width >= 769px) {
      max-width: 50.8rem;
    }
  }
  .md\:max-w-\[60\.7rem\] {
    @media (width >= 769px) {
      max-width: 60.7rem;
    }
  }
  .md\:max-w-\[70rem\] {
    @media (width >= 769px) {
      max-width: 70rem;
    }
  }
  .md\:max-w-\[74rem\] {
    @media (width >= 769px) {
      max-width: 74rem;
    }
  }
  .md\:max-w-\[80\%\] {
    @media (width >= 769px) {
      max-width: 80%;
    }
  }
  .md\:max-w-\[80rem\] {
    @media (width >= 769px) {
      max-width: 80rem;
    }
  }
  .md\:max-w-\[120rem\] {
    @media (width >= 769px) {
      max-width: 120rem;
    }
  }
  .md\:flex-1\/4 {
    @media (width >= 769px) {
      flex: calc(1/4 * 100%);
    }
  }
  .md\:flex-3\/4 {
    @media (width >= 769px) {
      flex: calc(3/4 * 100%);
    }
  }
  .md\:flex-\[2\] {
    @media (width >= 769px) {
      flex: 2;
    }
  }
  .md\:flex-\[3\] {
    @media (width >= 769px) {
      flex: 3;
    }
  }
  .md\:basis-1\/2 {
    @media (width >= 769px) {
      flex-basis: calc(1/2 * 100%);
    }
  }
  .md\:-rotate-90 {
    @media (width >= 769px) {
      rotate: calc(90deg * -1);
    }
  }
  .md\:flex-col {
    @media (width >= 769px) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 769px) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 769px) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 769px) {
      flex-wrap: nowrap;
    }
  }
  .md\:flex-wrap {
    @media (width >= 769px) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 769px) {
      align-items: center;
    }
  }
  .md\:items-stretch {
    @media (width >= 769px) {
      align-items: stretch;
    }
  }
  .md\:justify-between {
    @media (width >= 769px) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 769px) {
      justify-content: center;
    }
  }
  .md\:gap-x-7 {
    @media (width >= 769px) {
      column-gap: calc(var(--spacing) * 7);
    }
  }
  .md\:gap-x-12 {
    @media (width >= 769px) {
      column-gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-x-16 {
    @media (width >= 769px) {
      column-gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-y-6 {
    @media (width >= 769px) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:rounded-\[5rem\] {
    @media (width >= 769px) {
      border-radius: 5rem;
    }
  }
  .md\:bg-white {
    @media (width >= 769px) {
      background-color: var(--color-white);
    }
  }
  .md\:px-10 {
    @media (width >= 769px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-12 {
    @media (width >= 769px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-14 {
    @media (width >= 769px) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .md\:px-16 {
    @media (width >= 769px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-8 {
    @media (width >= 769px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-12 {
    @media (width >= 769px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-32 {
    @media (width >= 769px) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:pt-20 {
    @media (width >= 769px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-32 {
    @media (width >= 769px) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .md\:pt-40 {
    @media (width >= 769px) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .md\:pb-0 {
    @media (width >= 769px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-20 {
    @media (width >= 769px) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:pl-8 {
    @media (width >= 769px) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:text-center {
    @media (width >= 769px) {
      text-align: center;
    }
  }
  .md\:text-left {
    @media (width >= 769px) {
      text-align: left;
    }
  }
  .md\:text-3xl\/relaxed {
    @media (width >= 769px) {
      font-size: var(--text-3xl);
      line-height: var(--leading-relaxed);
    }
  }
  .md\:text-4xl {
    @media (width >= 769px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-\[1\.8rem\]\/relaxed {
    @media (width >= 769px) {
      font-size: 1.8rem;
      line-height: var(--leading-relaxed);
    }
  }
  .md\:text-\[1\.5rem\] {
    @media (width >= 769px) {
      font-size: 1.5rem;
    }
  }
  .md\:text-\[1\.8rem\] {
    @media (width >= 769px) {
      font-size: 1.8rem;
    }
  }
  .md\:text-\[2\.2rem\] {
    @media (width >= 769px) {
      font-size: 2.2rem;
    }
  }
  .md\:text-\[2\.4rem\] {
    @media (width >= 769px) {
      font-size: 2.4rem;
    }
  }
  .md\:text-\[2\.5rem\] {
    @media (width >= 769px) {
      font-size: 2.5rem;
    }
  }
  .md\:text-\[2\.7rem\] {
    @media (width >= 769px) {
      font-size: 2.7rem;
    }
  }
  .md\:text-\[2\.8rem\] {
    @media (width >= 769px) {
      font-size: 2.8rem;
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 769px) {
      font-size: 2rem;
    }
  }
  .md\:text-\[3\.3rem\] {
    @media (width >= 769px) {
      font-size: 3.3rem;
    }
  }
  .md\:text-\[3\.4rem\] {
    @media (width >= 769px) {
      font-size: 3.4rem;
    }
  }
  .md\:text-\[3\.5rem\] {
    @media (width >= 769px) {
      font-size: 3.5rem;
    }
  }
  .md\:text-\[3rem\] {
    @media (width >= 769px) {
      font-size: 3rem;
    }
  }
  .md\:text-\[4\.4rem\] {
    @media (width >= 769px) {
      font-size: 4.4rem;
    }
  }
  .md\:text-\[4\.5rem\] {
    @media (width >= 769px) {
      font-size: 4.5rem;
    }
  }
  .md\:text-\[4rem\] {
    @media (width >= 769px) {
      font-size: 4rem;
    }
  }
  .md\:text-\[5\.5rem\] {
    @media (width >= 769px) {
      font-size: 5.5rem;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-\[22\%\] {
    @media (width >= 64rem) {
      width: 22%;
    }
  }
  .lg\:gap-x-4 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
}
html {
  font-size: 62.5%;
  font-family: "Kiwi Maru", serif;
  scroll-padding-top: 64px;
  color: #454545;
}
.yellow_marker {
  background-image: linear-gradient(to bottom, transparent 60%, #F2EFA3 60%);
}
.baige_bg {
  background: #FFEFDD;
  background: linear-gradient(90deg, rgba(255, 239, 221, 1) 0%, rgba(255, 229, 193, 1) 100%);
}
.green_list_style::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #72C49B;
}
.check_h2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(-1.5rem, -50%);
  width: 80%;
  height: 75%;
  background-color: #ffffff;
  border-radius: 0 5rem 5rem 0;
  z-index: 0;
}
@media screen and (min-width:768px) {
  .check_h2::before {
    content: none;
  }
}
.check_h2_fuki::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%) rotate(180deg);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 19px 34px 19px;
  border-color: transparent transparent #FFFFFF transparent;
}
.check_h4::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 15px 0 0 15px;
  background-color: #FF9137;
}
.check_checkbox::before {
  position: absolute;
  content: '';
  background-image: url(../images/check/checkmark.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 23px;
  left: 0;
  top: 3px;
}
.aboutItem::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #72C49B;
}
.redLine {
  display: inline-block;
  background-image: linear-gradient(to bottom, transparent 60%, #FFC9C9 60%);
  background-repeat: no-repeat;
  animation: marker 1s ease-in-out forwards;
}
@keyframes marker {
  from {
    background-size: 0%;
  }
  to {
    background-size: 100%;
  }
}
.type_h3 span::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #FF9137;
}
.cta_with_doc::before, .cta_with_doc::after, .cta_with_doc_footer::before, .cta_with_doc_footer::after {
  display: none;
}
@media screen and (min-width:768px) {
  .cta_with_doc::before, .cta_with_doc::after, .cta_with_doc_footer::before, .cta_with_doc_footer::after {
    display: block;
    position: absolute;
    content: '';
    top: 55%;
    transform: translateY(-50%);
    width: 152px;
    height: 152px;
    background-size: cover;
  }
  .cta_with_doc::before {
    background-image: url(../images/cta/common_cta_person_01.svg);
    right: 50%;
    transform: translate(-160%, -60%);
  }
  .cta_with_doc::after {
    background-image: url(../images/cta/common_cta_person_02.svg);
    left: 50%;
    transform: translate(160%, -60%);
  }
  .cta_with_doc_footer::before {
    background-image: url(../images/cta/common_cta_person_01.svg);
    right: 50%;
    transform: translate(-160%, -60%);
  }
  .cta_with_doc_footer::after {
    background-image: url(../images/cta/common_cta_person_02.svg);
    left: 50%;
    transform: translate(160%, -60%);
  }
}
#intro {
  background: #fffdf5;
  background: linear-gradient(90deg, rgba(255, 253, 245, 1) 0%, rgba(255, 245, 245, 1) 100%);
}
@media screen and (min-width:768px) {
  .yoyaku_list li {
    width: 48%;
  }
}
@media screen and (min-width:1024px) {
  .yoyaku_list li {
    width: 22%;
  }
}
@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-x-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-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-ease {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-ease: initial;
    }
  }
}
