/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@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-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --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);
    --font-zen-maru-gothic: 'Zen Maru Gothic', sans-serif;
  }
}

@layer base {

  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }

  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-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 {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-\[6\%\] {
    top: 6%;
  }

  .top-\[42\%\] {
    top: 42%;
  }

  .top-\[54\%\] {
    top: 54%;
  }

  .top-\[61\%\] {
    top: 61%;
  }

  .top-\[62\%\] {
    top: 62%;
  }

  .top-\[65\%\] {
    top: 65%;
  }

  .top-\[73\%\] {
    top: 73%;
  }

  .top-\[77\%\] {
    top: 77%;
  }

  .top-\[86\%\] {
    top: 86%;
  }

  .top-\[181px\] {
    top: 131px;
  }

  .top-\[193px\] {
    top: 193px;
  }

  .top-full {
    top: 100%;
  }

  .right-\[95\%\] {
    right: 95%;
  }

  .bottom-\[75\%\] {
    bottom: 75%;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-\[6\%\] {
    left: 6%;
  }

  .left-\[15\%\] {
    left: 15%;
  }

  .left-\[24\%\] {
    left: 24%;
  }

  .left-\[35\%\] {
    left: 35%;
  }

  .left-\[36\%\] {
    left: 36%;
  }

  .left-\[48\%\] {
    left: 48%;
  }

  .left-\[61\%\] {
    left: 61%;
  }

  .left-\[66\%\] {
    left: 66%;
  }

  .left-\[70\%\] {
    left: 70%;
  }

  .z-10 {
    z-index: 10;
  }

  .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;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-4\.5 {
    margin-top: calc(var(--spacing) * 4.5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-9\.5 {
    margin-top: calc(var(--spacing) * 9.5);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }

  .mt-13 {
    margin-top: calc(var(--spacing) * 13);
  }

  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }

  .mt-\[10px\] {
    margin-top: 10px;
  }

  .mt-\[12px\] {
    margin-top: 12px;
  }

  .mt-\[18px\] {
    margin-top: 18px;
  }

  .mt-\[40px\] {
    margin-top: 40px;
  }

  .mt-\[136px\] {
    margin-top: 136px;
  }

  .mt-\[240px\] {
    margin-top: 240px;
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mb-\[72px\] {
    margin-bottom: 72px;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-\[1px\] {
    height: 1px;
  }

  .h-\[2px\] {
    height: 2px;
  }

  .h-\[5px\] {
    height: 5px;
  }

  .h-\[6px\] {
    height: 6px;
  }

  .h-\[35px\] {
    height: 35px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[200px\] {
    max-height: 200px;
  }

  .w-\[35px\] {
    width: 35px;
  }

  .w-\[44px\] {
    width: 44px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-\[104px\] {
    width: 104px;
  }

  .w-\[165px\] {
    width: 165px;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[212px\] {
    max-width: 212px;
  }

  .max-w-\[276px\] {
    max-width: 276px;
  }

  .max-w-\[318px\] {
    max-width: 318px;
  }

  .max-w-\[320px\] {
    max-width: 320px;
  }

  .max-w-\[335px\] {
    max-width: 335px;
  }

  .max-w-\[336px\] {
    max-width: 336px;
  }

  .max-w-\[340px\] {
    max-width: 340px;
  }

  .max-w-\[547px\] {
    max-width: 547px;
  }

  .max-w-\[726px\] {
    max-width: 726px;
  }

  .max-w-\[1040px\] {
    max-width: 1040px;
  }

  .max-w-\[1135px\] {
    max-width: 1135px;
  }

  .min-w-\[176px\] {
    min-width: 176px;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }

  .basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }

  .basis-1\/4 {
    flex-basis: calc(1/4 * 100%);
  }

  .basis-2\/3 {
    flex-basis: calc(2/3 * 100%);
  }

  .basis-3\/4 {
    flex-basis: calc(3/4 * 100%);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .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;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6\.5 {
    gap: calc(var(--spacing) * 6.5);
  }

  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }

  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }

  .gap-x-2\.5 {
    column-gap: calc(var(--spacing) * 2.5);
  }

  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-x-4\.5 {
    column-gap: calc(var(--spacing) * 4.5);
  }

  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }

  .gap-x-\[30px\] {
    column-gap: 30px;
  }

  .gap-x-\[125px\] {
    column-gap: 125px;
  }

  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }

  .gap-y-2\.5 {
    row-gap: calc(var(--spacing) * 2.5);
  }

  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }

  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }

  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }

  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }

  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }

  .gap-y-9 {
    row-gap: calc(var(--spacing) * 9);
  }

  .gap-y-14 {
    row-gap: calc(var(--spacing) * 14);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[20px\] {
    border-radius: 20px;
  }

  .rounded-\[24px\] {
    border-radius: 24px;
  }

  .rounded-\[32px\] {
    border-radius: 32px;
  }

  .rounded-\[100px\] {
    border-radius: 100px;
  }

  .rounded-\[125px\] {
    border-radius: 125px;
  }

  .rounded-\[750px\] {
    border-radius: 750px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-tl-\[8px\] {
    border-top-left-radius: 8px;
  }

  .rounded-tr-\[8px\] {
    border-top-right-radius: 8px;
  }

  .rounded-br-\[8px\] {
    border-bottom-right-radius: 8px;
  }

  .rounded-bl-\[8px\] {
    border-bottom-left-radius: 8px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-e {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }

  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }

  .border-\[\#000000\] {
    border-color: #000000;
  }

  .border-\[\#1DA763\] {
    border-color: #1DA763;
  }

  .border-\[\#98A2B3\] {
    border-color: #98A2B3;
  }

  .border-\[\#D0D5DD\] {
    border-color: #D0D5DD;
  }

  .border-\[\#E2E2E2\] {
    border-color: #E2E2E2;
  }

  .border-\[\#E9F4EF\] {
    border-color: #E9F4EF;
  }

  .border-\[\#EAECF0\] {
    border-color: #EAECF0;
  }

  .border-\[\#FF9900\] {
    border-color: #FF9900;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .bg-\[\#1DA563\] {
    background-color: #1DA563;
  }

  .bg-\[\#1DA763\] {
    background-color: #1DA763;
  }

  .bg-\[\#D0D5DD\] {
    background-color: #D0D5DD;
  }

  .bg-\[\#D8F390\] {
    background-color: #D8F390;
  }

  .bg-\[\#F2F4F7\] {
    background-color: #F2F4F7;
  }

  .bg-\[\#F3FFD2\] {
    background-color: #F3FFD2;
  }

  .bg-\[\#F4F4F4\] {
    background-color: #F4F4F4;
  }

  .bg-\[\#F6FEF9\] {
    background-color: #F6FEF9;
  }

  .bg-\[\#F8FFE4\] {
    background-color: #F8FFE4;
  }

  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }

  .bg-\[\#FF7A3F\] {
    background-color: #FF7A3F;
  }

  .bg-\[\#FF9900\] {
    background-color: #FF9900;
  }

  .bg-\[\#FFF0D9\] {
    background-color: #FFF0D9;
  }

  .bg-\[\#FFFBFA\] {
    background-color: #FFFBFA;
  }

  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-9 {
    padding: calc(var(--spacing) * 9);
  }

  .p-\[8px\] {
    padding: 8px;
  }

  .p-\[35px\] {
    padding: 35px;
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-6\.5 {
    padding-inline: calc(var(--spacing) * 6.5);
  }

  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[40px\] {
    padding-inline: 40px;
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .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-14 {
    padding-block: calc(var(--spacing) * 14);
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[13px\] {
    padding-block: 13px;
  }

  .py-\[25px\] {
    padding-block: 25px;
  }

  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }

  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }

  .ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }

  .ps-\[10px\] {
    padding-inline-start: 10px;
  }

  .ps-\[12px\] {
    padding-inline-start: 12px;
  }

  .ps-\[55px\] {
    padding-inline-start: 55px;
  }

  .ps-\[200px\] {
    padding-inline-start: 200px;
  }

  .pe-0\.5 {
    padding-inline-end: calc(var(--spacing) * 0.5);
  }

  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }

  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }

  .pe-4\.5 {
    padding-inline-end: calc(var(--spacing) * 4.5);
  }

  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }

  .pe-\[9px\] {
    padding-inline-end: 9px;
  }

  .pe-\[12px\] {
    padding-inline-end: 12px;
  }

  .pe-\[20px\] {
    padding-inline-end: 20px;
  }

  .pe-\[55px\] {
    padding-inline-end: 55px;
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }

  .pt-11\.5 {
    padding-top: calc(var(--spacing) * 11.5);
  }

  .pt-\[5px\] {
    padding-top: 5px;
  }

  .pt-\[21px\] {
    padding-top: 21px;
  }

  .pt-\[22px\] {
    padding-top: 22px;
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }

  .pb-13\.5 {
    padding-bottom: calc(var(--spacing) * 13.5);
  }

  .pb-\[1px\] {
    padding-bottom: 1px;
  }

  .pb-\[51px\] {
    padding-bottom: 51px;
  }

  .pb-\[72px\] {
    padding-bottom: 72px;
  }

  .pb-\[82px\] {
    padding-bottom: 82px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .font-zen-maru-gothic {
    font-family: var(--font-zen-maru-gothic);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[21px\] {
    font-size: 21px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[26px\] {
    font-size: 26px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[40px\] {
    font-size: 32px;
  }

  .text-\[43px\] {
    font-size: 43px;
  }

  .text-\[56px\] {
    font-size: 56px;
  }

  .text-\[71px\] {
    font-size: 55px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .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);
  }

  .tracking-\[-0\.011em\] {
    --tw-tracking: -0.011em;
    letter-spacing: -0.011em;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#0C111D\] {
    color: #0C111D;
  }

  .text-\[\#000000E5\] {
    color: #000000E5;
  }

  .text-\[\#000000\] {
    color: #000000;
  }

  .text-\[\#000001\] {
    color: #000001;
  }

  .text-\[\#1DA563\] {
    color: #1DA563;
  }

  .text-\[\#1DA763\] {
    color: #1DA763;
  }

  .text-\[\#2C5886\] {
    color: #2C5886;
  }

  .text-\[\#16AD16\] {
    color: #16AD16;
  }

  .text-\[\#98A2B3\] {
    color: #98A2B3;
  }

  .text-\[\#9198A4\] {
    color: #9198A4;
  }

  .text-\[\#182230\] {
    color: #182230;
  }

  .text-\[\#333333\] {
    color: #333333;
  }

  .text-\[\#344054\] {
    color: #344054;
  }

  .text-\[\#396693\] {
    color: #396693;
  }

  .text-\[\#475467\] {
    color: #475467;
  }

  .text-\[\#DA8300\] {
    color: #DA8300;
  }

  .text-\[\#E6872D\] {
    color: #E6872D;
  }

  .text-\[\#E86024\] {
    color: #E86024;
  }

  .text-\[\#FF7A3F\] {
    color: #FF7A3F;
  }

  .text-\[\#FF9900\] {
    color: #FF9900;
  }

  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }

  .text-\[18\] {
    color: 18;
  }

  .text-white {
    color: var(--color-white);
  }

  .underline {
    text-decoration-line: underline;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
    width: 178px;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .outline-transparent {
    outline-color: transparent;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, 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));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }

  .md\:mt-0 {
    @media (width >=48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  .md\:block {
    @media (width >=48rem) {
      display: block;
    }
  }

  .md\:flex {
    @media (width >=48rem) {
      display: flex;
    }
  }

  .md\:flex-row {
    @media (width >=48rem) {
      flex-direction: row;
    }
  }

  .md\:items-center {
    @media (width >=48rem) {
      align-items: center;
    }
  }

  .md\:gap-0 {
    @media (width >=48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }

  .md\:rounded-lg {
    @media (width >=48rem) {
      border-radius: var(--radius-lg);
    }
  }

  .md\:px-0 {
    @media (width >=48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  .md\:px-4\.5 {
    @media (width >=48rem) {
      padding-inline: calc(var(--spacing) * 4.5);
    }
  }

  .md\:py-9 {
    @media (width >=48rem) {
      padding-block: calc(var(--spacing) * 9);
    }
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.search-box__filter {
  transform: translateY(-33.3333%);
}

.search-box__filter-location {
  display: none;
}

.search-box__container.popup {
  .search-box__filter {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
    width: 100%;
    transform: translateY(-33.3333%);
  }

  .search-box__filter-location {
    display: block;
  }

  .overlay {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    transition: transform 0.3s ease-in-out;
    max-width: unset;
  }
}

.search-by-issue__category.selected {
  background-color: #F0FFC8;
  color: #475467;
  border-bottom: 3px solid #1DA763;
}

.search-by-issue__category:hover {
  background-color: #F0FFC8;
  color: #475467;
  border-bottom: 3px solid #1DA763;
}

.map__sub-area {
  display: none;
  border: none;
}

.map__sub-area .sub-area-item {
  border: 1px solid #D0D5DD;
}

.map__sub-area .grid {
  border-top: 1px solid #D0D5DD;
  border-left: 1px solid #D0D5DD;
  border-right: 1px solid #D0D5DD;
  border-bottom: 1px solid #D0D5DD;
}

.map__area:hover .map__area-title {
  background-color: #333333;
  color: #D0D5DD;
}

.map__area:hover .map__sub-area {
  display: block;
}

.map__area:hover .map__area-title {
  background-color: #333333;
  color: #D0D5DD;
}

.map__sub-area {
  display: none;
}

.map__area:hover .map__sub-area {
  display: block;
}

.map__sub-area .grid-cols-2 .sub-area-item:last-child:nth-child(odd) {
  grid-column: span 2;
  border-right: 1px solid #D0D5DD;
}

.search-box__input--required {
  background-color: #FDA29B;
}

.search-box__button--selected {
  border-radius: 6px;
  border: 2px solid #FF7A3F;
  border-top-width: 8px;
}

.search-box__filter button:disabled {
  background-color: #F2F4F7;
  color: #98A2B3;
  border: 1px solid #EAECF0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-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-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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}

.menu-icon,.mobile-banner,.popup-section-mobile, #areaPopup, #problemPopup, .nearby-title, .nearby-lawyer-underline, .popup-overlay, .popup-content, .search-box__mobile, .dropdown1-mb, .dropdown2-mb, .section-search-mobile, .trouble-section-arrow {
  display: none;
}