/*! 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: 181px;
  }
  .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-\[210px\] {
    width: 210px;
  }
  .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-\[\#EBFAE2\] {
    background-color: #EBFAE2;
  }
  .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-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .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: 40px;
  }
  .text-\[43px\] {
    font-size: 43px;
  }
  .text-\[56px\] {
    font-size: 56px;
  }
  .text-\[71px\] {
    font-size: 71px;
  }
  .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);
  }
  .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%;
  }
  .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-box__input--required {
  background-color: #FDA29B;
}
.search-box__button--selected {
  border-radius: 6px;
  border: 2px solid #FF7A3F;
  border-top-width: 8px;
}
.sort-info-container {
  position: relative;
}
.sort-info-dropdown {
  display: none;
  z-index: 10;
}
.sort-info-container:hover .sort-info-dropdown {
  display: block;
}
@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;
    }
  }
}

.search-box__filter-service-category-container {
  position: relative;
}

#dropdown {
  width: 100%;
}

footer {
  min-height: 449px;
  justify-content: unset;
}

.footer-logo {
  margin-top: 79px;
  flex-basis: 50%;
}

.footer-menu {
  display: flex;
  flex-basis: 20%;
  flex-direction: column;
  max-width: 372px;
  margin: 46px auto 0;
  width: 100%;
}

.footer-contact-info {
  margin-top: 46px;
  flex-basis: 55%;
}

.footer-menu__left-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.footer-menu__right-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.location-search__filter-district-expand-button-mobile {
  display: none;
}

.location-search__filter-district-expand-button-desktop {
  display: block;
}

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

.search-box__filter-service-category-dropdown-mobile-content {
  position: fixed;
  z-index: 12;
  top: 30%;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 20px 20px 0 0;
}

.search-box__filter-service-category-dropdown-mobile-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #1DA763;
  border-radius: 20px 20px 0 0;
}

.search-box__filter-service-category-dropdown-mobile-content-header-title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.bottom-filter-mobile {
  display: none;
}

.bottom-filter-mobile-form {
  display: none;
}
/* responsive */
@media (max-width: 768px) {

}

@media (max-width: 480px) {
  .result-header {
    margin-top: 364px;
    padding: 0 20px;
  }

  .header-location-search {
    padding: 20px;
  }

  .header-location-search__mobile-menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .header-location-search__nav {
    gap: 22px;
  }

  .header-location-search__title-container {
    top: 138px;
    padding: 0 20px;
  }

  .header-location-search__title-container-title {
    font-size: 20px;
    font-weight: 700;
  }

  .header-location-search__title-container-title-sub {
    margin-top: 24px;
    font-size: 32px;
    font-weight: 700;
  }

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

  .search-box__filter-container {
    padding: 24px 16px;
  }

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

  .search-box__container.popup {
    .search-box__filter {
      z-index: unset;
    }
    .search-box__filter-location {
      display: none;
    }

    .search-box__filter-location-mobile {
      display: block;
      position: fixed;
      z-index: 12;
      top: 15%;
      left: 0;
      bottom: 0;
      width: 100%;
    }

    .search-box__filter-location-mobile-title {
      background-color: #1DA763;
      width: 100%;
      padding: 20px;
      border-radius: 20px 20px 0 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .search-box__filter-location-mobile-content {
      background-color: #FFFFFF;
      width: 100%;
      height: 100%;
      padding: 25px 20px 0 20px;
      border-radius: 0 0 20px 20px;
      display: flex;
      flex-direction: column;
      row-gap: 24px;
      overflow-y: scroll;
    }

    .search-box__filter-location-mobile-content-item-title-text {
      font-size: 20px;
      font-weight: 800;
      color: #344054;
    }

    .search-box__filter-location-mobile-content-item {
      display: flex;
      flex-direction: column;
      row-gap: 20px;
    }

    .search-box__filter-location-mobile-content-item-content-item {
      display: flex;
      flex-wrap: wrap;
      column-gap: 16px;
      row-gap: 8px;
    }

    .search-box__filter-location-mobile-content-item-content-item-text {
      font-size: 18px;
      font-weight: 500;
      padding: 12px 16px;
      color: #494A4B;
      background-color: #F2F4F7;
      border-radius: 8px;
    }

    .search-box__filter-location-mobile-content-item-content-item-text.selected {
      background-color: #333333;
      color: #FFFFFF;
    }
  }

  .recent-viewed-office__heading-container {
    padding: 12px 8px;
  }

  .recent-viewed-office__heading {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
  }

  .recent-viewed-office__title {
    font-size: 14px;
    font-weight: 700;
    color: #1DA763;
    margin-top: 8px;
  }

  .recent-viewed-office__address {
    font-size: 12px;
    font-weight: 500;
    color: #344054;
    margin-top: 8px;
  }

  .recent-viewed-office__address svg {
    width: 12px;
    height: 12px;
  }

  .recent-viewed-office__container {
    border-radius: 8px;
  }

  .recent-viewed-office__description {
    font-size: 12px;
    font-weight: 400;
    color: #344054;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .recent-viewed-office__description-container {
    padding: 8px 6px;
  }

  .recent-viewed-office__divider {
    margin-top: 8px;
    width: calc(100% - 8px);
  }

  .search-box__filter-sub-service-category-dropdown-mobile-overlay {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content {
    position: fixed;
    z-index: 12;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 20px 20px 0 0;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #1DA763;
    border-radius: 20px 20px 0 0;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-header-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-body {
    margin-top: 25px;
    padding: 0 20px 21px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    height: calc(100% - 92px);
    overflow-y: scroll;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-body-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-body-item-sub-category {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-body-item-title {
    color: #FFFFFF;
    background-color: #FF9900;
    font-size: 16px;
    font-weight: 500px;
    text-align: center;
    padding: 6px 0 6px 0;
    border-radius: 6px;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-body-item-sub-category-item {
    border: 1px solid #475467;
    color: #182230;
    background-color: #FFFFFF;
    border-radius: 6px;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-body-item-sub-category-item.selected {
    background-color: #FF9900;
    border: transparent;
    color: #FFFFFF;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-body-item-sub-category-item-title {
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0 6px 0;
    text-align: center;
  }

  .search-box__filter-location-mobile-content-body-button {
    background-color: #FF9900;
    border-radius: 99px;
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-box__filter-location-mobile-content-body-button-text {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
  }

  .search-box__filter-location-mobile-content-body-button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }

  .search-box__filter-service-category-dropdown-mobile-content-body-button {
    background-color: #FF9900;
    border-radius: 99px;
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-box__filter-service-category-dropdown-mobile-content-body-button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }

  .search-box__filter-service-category-dropdown-mobile-content-body-button-text {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-body-button-text {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
  }

  .search-box__filter-sub-service-category-dropdown-mobile-content-body-button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }


  .search-box__filter-sub-service-category-dropdown-mobile-content-body-button {
    background-color: #FF9900;
    border-radius: 99px;
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-box__filter-button-container {
    width: 100%;
    justify-content: unset;
  }

  #locationButton {
    width: calc(50% - 4px);
  }

  .search-box__filter-service-category-container {
    width: calc(50% - 4px);
  }

  #serviceCategoryButton {
    width: 100%;
  }

  .search-box__filter-service-sub-category-container {
    width: 100%;
    margin-right: 0;
  }

  #serviceSubCategoryButton {
    width: 100%;
    margin-top: 16px;
  }

  .search-box__filter-search-button {
    width: 100%;
    margin-top: 18px;
  }

  .search-box__result-container {
    flex-basis: 100%;
    padding: 0 20px;
  }

  .search-box__result-item {
    background-color: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 24px 20px;
    row-gap: 20px;
  }

  .search-box__result-item-title {
    font-size: 24px;
    font-weight: 700;
  }

  .mobile-hidden {
    display: none;
  }

  .search-box__result-item-content {
    flex-direction: column;
    row-gap: 24px;
  }

  .search-box__filter-service-category-dropdown-mobile-content-body {
    margin-top: 25px;
    padding: 0 20px 17px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    height: 100%;
    overflow-y: scroll;
  }

  .search-box__filter-service-category-dropdown-mobile-content-body-item.selected {
    border: 4px solid #FF9900;
    border-radius: 8px;
  }

  .search-box__filter-service-category-dropdown-mobile-content-body-item-title {
    position: relative;
  }

  .search-box__filter-service-category-dropdown-mobile-content-body-item-title-image {
    max-height: 80px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 39/8;
  }

  .search-box__filter-service-category-dropdown-mobile-content-body-item-title-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
  }

  .bottom-filter-mobile.show {
    display: flex;
    position: fixed;
    height: 80px;
    left: 0;
    bottom: 0;
    width: 100%;
    /* #000000 80% */
    background-color: rgb(0 0 0 / 0.8);
    align-items: center;
    justify-content: center;
  }

  .bottom-filter-mobile-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF9900;
    column-gap: 12px;
    border-radius: 99px;
    padding: 16px 57px;
  }

  .bottom-filter-mobile-button-text {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
  }

  .bottom-filter-mobile-form {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height 1/3 vh */
    max-height: 40%;
    height: fit-content;
    background-color: #FFFFFF;
  }

  .bottom-filter-mobile-form.show {
    display: flex;
    flex-direction: column;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }

  .bottom-filter-mobile-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1DA763;
    border-radius: 16px 16px 0 0;
    padding: 4px 20px;
  }

  .bottom-filter-mobile-form-header-title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color:#FFFFFF;
  }

  .bottom-filter-mobile-form-header-close-button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bottom-filter-mobile-form-body {
    padding: 16px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .bottom-filter-mobile-form-body-item {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }

  .bottom-filter-mobile-form-body-label {
    font-size: 18px;
    font-weight: 700;
    color: #344054;
  }

  .bottom-filter-mobile-form-body-item-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #344054;
  }

  .bottom-filter-mobile-form-body-item-select.disabled {
    background-color: #F2F4F7;
    border: 1px solid #EAECF0;
    color: #98A2B3;
  }

  .bottom-filter-mobile-form-footer {
    display: flex;
    padding: 0 20px 16px 20px;
  }

  .bottom-filter-mobile-form-footer-button {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #FF9900;
    border-radius: 99px;
    padding: 12.5px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bottom-filter-mobile-form-body-tab-container {
    display: flex;
    column-gap: 12px;
    margin-top: 32px;
  }

  .bottom-filter-mobile-form-body-tab-button-text {
    font-size: 18px;
    font-weight: 700;
    color: #475467;
  }

  .bottom-filter-mobile-form-body-tab-button {
    flex-basis: 33.33333333333333%;
    padding-bottom: 4px;
  }

  .bottom-filter-mobile-form-body-tab-button.selected {
    color: #182230;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 3px solid #FF7A3F;
  }

  #bottom-filter-mobile-form-body-prefecture {
    flex-direction: column;
  }

  #bottom-filter-mobile-form-body-service-category {
    flex-direction: column;
  }

  .bottom-filter-mobile-form-body-service-category-item {
    font-size: 16px;
    font-weight: 500;
    color: #192331;
    flex-basis: calc(50% - 6px);
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 6px;
    border: 1px solid #475467;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bottom-filter-mobile-form-body-service-category-item.selected {
    background-color: #FF9900;
    color: #FFFFFF;
    border: 1px solid #FF7A3F;
  }

  .bottom-filter-mobile-form-body-sub-service-category-item {
    font-size: 16px;
    font-weight: 500;
    color: #192331;
    flex-basis: calc(50% - 6px);
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #475467;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bottom-filter-mobile-form-body-sub-service-category-item.selected {
    background-color: #FF9900;
    color: #FFFFFF;
    border: 1px solid #FF7A3F;
  }

  .bottom-filter-mobile-form-body-item-container {
    display: none;
    flex-wrap: wrap;
    gap: 12px;
    max-height: 180px;
    overflow-y: scroll;
  }

  .bottom-filter-mobile-form-body-item-container.show {
    display: flex;
  }

  .bottom-filter-mobile-form-body-item-select-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 10;
    border-radius: 16px;
    padding: 16px 20px;
    display: none;
    flex-direction: column;
    row-gap: 8px;
    overflow-y: scroll;
  }

  .bottom-filter-mobile-form-body-item-select-content.show {
    display: flex;
  }

  .bottom-filter-mobile-form-body-item-select-content-location-item {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #D0D5DD;
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .bottom-filter-mobile-form-body-item-select-content-city-item {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #D0D5DD;
    padding-top: 4px;
    padding-bottom: 8px;
  }

  footer {
    min-height: 563px;
  }

  .footer-logo {
    margin-top: 60px;
    width: 372px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .location-search__filter-title {
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
  }

  .footer-menu {
    display: flex;
    flex-direction: row;
    max-width: 300px;
  }

  .location-search__filter-district-container {
    flex-direction: column;
    row-gap: 20px;
  }

  .location-search__filter-district-expand-button-mobile {
    display: block;
  }

  .location-search__filter-district-expand-button-desktop {
    display: none;
  }

  .location-search__filter-page-button {
    font-size: 16px;
    font-weight: 700;
  }

  .search-box__filter-service-category-dropdown-mobile-overlay {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
  }

  .search-box__filter-service-category-dropdown {
    display: none;
  }

  .footer-menu__left-container {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    flex-basis: 50%;
  }

  .footer-menu__right-container {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    flex-basis: 50%;
  }

  .footer-contact-info {
    margin-top: 44px;
    max-width: 372px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (max-width: 320px) {
  
}
