*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Noto Sans JP, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 393px) {
  .container {
    max-width: 393px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-0 {
  bottom: -0px;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-left-4 {
  left: -1rem;
}

.-left-8 {
  left: -2rem;
}

.-top-20 {
  top: -5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

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

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

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

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

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

.left-\[-500px\] {
  left: -500px;
}

.left-\[0\] {
  left: 0;
}

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

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

.left-\[26\.1\%\] {
  left: 26.1%;
}

.left-\[2px\] {
  left: 2px;
}

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

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

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

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

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

.left-\[7px\] {
  left: 7px;
}

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

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

.left-\[9\.91\%\] {
  left: 9.91%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

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

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

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

.right-\[0\] {
  right: 0;
}

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

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

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

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

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

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

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

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

.top-\[19\.2\%\] {
  top: 19.2%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-\[unset\!important\] {
  top: unset !important;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

.z-\[-1\] {
  z-index: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-full {
  grid-column: 1 / -1;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-18 {
  margin-bottom: -4.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mb-\[16\%\] {
  margin-bottom: -16%;
}

.-mb-\[20\%\] {
  margin-bottom: -20%;
}

.-mb-\[8\%\] {
  margin-bottom: -8%;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mt-0 {
  margin-top: -0px;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-60 {
  margin-top: -15rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[-20\%\] {
  margin-left: -20%;
}

.ml-\[27\%\] {
  margin-left: 27%;
}

.ml-\[5\%\] {
  margin-left: 5%;
}

.ml-auto {
  margin-left: auto;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[-40\%\] {
  margin-right: -40%;
}

.mr-\[12\%\] {
  margin-right: 12%;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

.mt-\[-7\%\] {
  margin-top: -7%;
}

.mt-\[30\%\] {
  margin-top: 30%;
}

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

.mt-auto {
  margin-top: auto;
}

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

.-mb-\[-60\%\] {
  margin-bottom: 60%;
}

.-mb-\[60\%\] {
  margin-bottom: -60%;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-\[3\/1\] {
  aspect-ratio: 3/1;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

.h-\[5\.55rem\] {
  height: 5.55rem;
}

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

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

.h-\[90\%\] {
  height: 90%;
}

.h-\[calc\(100\%\+20px\)\] {
  height: calc(100% + 20px);
}

.h-\[calc\(100vh-70vw\)\] {
  height: calc(100vh - 70vw);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

.w-\[11\%\] {
  width: 11%;
}

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

.w-\[13\%\] {
  width: 13%;
}

.w-\[14\%\] {
  width: 14%;
}

.w-\[15\%\] {
  width: 15%;
}

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

.w-\[17\%\] {
  width: 17%;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[200\%\] {
  width: 200%;
}

.w-\[22\%\] {
  width: 22%;
}

.w-\[23\%\] {
  width: 23%;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[27\%\] {
  width: 27%;
}

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

.w-\[30\%\] {
  width: 30%;
}

.w-\[300\%\] {
  width: 300%;
}

.w-\[33\%\] {
  width: 33%;
}

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

.w-\[40\%\] {
  width: 40%;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[48\%\] {
  width: 48%;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[60\%\] {
  width: 60%;
}

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

.w-\[7\%\] {
  width: 7%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[8\.6\%\] {
  width: 8.6%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[9\.5\%\] {
  width: 9.5%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[calc\(160\%\+0px\)\] {
  width: calc(160% + 0px);
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

.max-w-mobile {
  max-width: 393px;
}

.max-w-none {
  max-width: none;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-shrink {
  flex-shrink: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[20\%\] {
  --tw-translate-y: -20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-20 {
  --tw-translate-x: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[30\%\] {
  --tw-translate-x: 30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[calc\(-1\*\(100\%-100vw\)\/2\)\] {
  --tw-translate-x: calc(-1 * (100% - 100vw) / 2);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-18deg\] {
  --tw-rotate: -18deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[135deg\] {
  --tw-rotate: 135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[45deg\] {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-\[5fr_4fr\] {
  grid-template-columns: 5fr 4fr;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

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

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

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

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

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

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

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

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

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

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[var\(--accent-color-3\)\] {
  border-color: var(--accent-color-3);
}

.border-\[var\(--gray-color-2\)\] {
  border-color: var(--gray-color-2);
}

.border-\[var\(--gray-color-3\)\] {
  border-color: var(--gray-color-3);
}

.border-\[var\(--primary-color\)\] {
  border-color: var(--primary-color);
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.border-imacoco-primary {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  background-color: rgba(255,255,255,0.8);
}

.bg-\[var\(--gray-color\)\] {
  background-color: var(--gray-color);
}

.bg-\[var\(--gray-color-3\)\] {
  background-color: var(--gray-color-3);
}

.bg-\[var\(--primary-color\)\] {
  background-color: var(--primary-color);
}

.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-imacoco-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 53 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

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

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[0\!important\] {
  padding-bottom: 0 !important;
}

.pb-\[0\.4rem\] {
  padding-bottom: 0.4rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[15\%\] {
  padding-top: 15%;
}

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.825rem\] {
  font-size: 0.825rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

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

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

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

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

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[4rem\] {
  font-size: 4rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[2\.25\] {
  line-height: 2.25;
}

.leading-\[2\] {
  line-height: 2;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.text-\[\#1D1B1B\] {
  --tw-text-opacity: 1;
  color: rgb(29 27 27 / var(--tw-text-opacity, 1));
}

.text-\[var\(--accent-color-2\)\] {
  color: var(--accent-color-2);
}

.text-\[var\(--accent-color-3\)\] {
  color: var(--accent-color-3);
}

.text-\[var\(--gray-color-2\)\] {
  color: var(--gray-color-2);
}

.text-\[var\(--gray-color-4\)\] {
  color: var(--gray-color-4);
}

.text-\[var\(--primary-color\)\] {
  color: var(--primary-color);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-imacoco-primary {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.text-imacoco-secondary {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-\[0_0_8px_0_\#0098A6\] {
  --tw-shadow: 0 0 8px 0 #0098A6;
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_8px_0px_var\(--accent-color-2\)\] {
  --tw-shadow: 0px 0px 8px 0px var(--accent-color-2);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --primary-color: #1D1B1B;
  --accent-color: #00E07C;
  --accent-color-2: #0098A6;
  --accent-color-3: #03BBCC;
  --gray-color: #F9F9F9;
  --gray-color-2: #D9D9D9;
  --gray-color-3: #F1F1F1;
  --gray-color-4: #8C8C8C;
  --primary-gradient: linear-gradient(90deg, #2AABCC 0%, #00FFE7 200%);
  --secondary-gradient: linear-gradient(105deg, #2AABCC 9.36%, #03BBCC 96.79%);
  --accent-gradient: linear-gradient(135deg, #00FF8D 14.43%, #01F7EA 85.65%);
}

::-moz-selection {
  color: #fff;
  background-color: var(--gray-color-4);
}

::selection {
  color: #fff;
  background-color: var(--gray-color-4);
}

img::-moz-selection {
  background-color: transparent;
}

img::selection {
  background-color: transparent;
}

html {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(29 27 27 / var(--tw-text-opacity, 1));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  &:hover {
    opacity: 0.5;
  }
}

.home {
  h1 {
    font-size: 4rem;
  }
  h1 {
    font-weight: 700;
  }
  h1 {
    line-height: 1.2;
  }
  @media (min-width: 1024px) {
    h1 {
      font-size: 6rem;
    }
  }
  h2 {
    font-size: 4rem;
  }
  h2 {
    font-weight: 700;
  }
  h2 {
    line-height: 1.2;
  }
  @media (min-width: 1024px) {
    h2 {
      font-size: 6rem;
    }
  }
}

.hero-section {
  h1.hero-title {
    font-size: 4rem;
  }
  h1.hero-title {
    font-weight: 700;
  }
  h1.hero-title {
    line-height: 1.2;
  }
  h1.hero-title {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
            background-clip: text;
    webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
  }
  .hero-subtitle {
    font-size: 1.125rem;
  }
  .hero-subtitle {
    font-weight: 700;
  }
  .hero-subtitle {
    line-height: 1.2;
  }
}

.service-hero-section {
  h1.service-hero-title {
    font-size: 2rem;
  }
  h1.service-hero-title {
    font-weight: 700;
  }
  h1.service-hero-title {
    line-height: 1.2;
  }
  @media (min-width: 1024px) {
    h1.service-hero-title {
      font-size: 3rem;
    }
  }
  .service-hero-subtitle {
    display: flex;
  }
  .service-hero-subtitle {
    align-items: center;
  }
  .service-hero-subtitle {
    white-space: nowrap;
  }
  .service-hero-subtitle {
    font-size: 0.825rem;
  }
  .service-hero-subtitle {
    font-weight: 700;
  }
  .service-hero-subtitle {
    line-height: 1.2;
  }
  .service-hero-subtitle {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
            background-clip: text;
    webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.content-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--accent-color-2);
  font-family: 'Noto Sans JP', sans-serif;
}

.bread_crumb {
  ul {
    li {
      display: flex;
    }
    li {
      align-items: center;
    }
    li {
      font-weight: 500;
    }
    li::after {
      content: var(--tw-content);
      margin-left: 0.25rem;
      margin-right: 0.25rem;
    }
    li::after {
      content: var(--tw-content);
      display: block;
    }
    li::after {
      content: var(--tw-content);
      height: 0.5rem;
    }
    li::after {
      content: var(--tw-content);
      width: 0.5rem;
    }
    li::after {
      content: var(--tw-content);
      --tw-rotate: 45deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    li::after {
      content: var(--tw-content);
      border-top-width: 2px;
    }
    li::after {
      content: var(--tw-content);
      border-right-width: 2px;
    }
    li::after {
      content: var(--tw-content);
      --tw-border-opacity: 1;
      border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }
    li::after {
      content: var(--tw-content);
      --tw-border-opacity: 1;
      border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }
    li::after {
      --tw-content: '';
      content: var(--tw-content);
    }
    li:last-child {
      color: var(--primary-color);
    }
    li:last-child::after {
      content: var(--tw-content);
      display: none;
    }
  }
}

p {
  line-height: 2;
}

.section-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .section-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.montserrat {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.en {
  font-weight: 600;
}

.zen {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.bg-primary-gradient {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.25rem;
}

.bg-primary-gradient-fill {
  background: var(--primary-gradient);
}

.bg-accent-gradient {
  background: var(--accent-gradient);
}

.bg-gradient-white {
  border-radius: 2px;
  background: var(--white-gradient, linear-gradient(90deg, #03BBCC 0%, #03bbcc00 50%));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.border-gradient-green {
  border: 4px solid var(--accent-color);
}

.card {
  border-radius: 8px;
  background: #F9F9F9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

@media (min-width: 1024px) {
  .card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

#services {
  @media (min-width: 1024px) {
    .card {
      flex-direction: column;
    }
  }
}

.btn-white {
  background: #fff;
  color: var(--primary-color);
  padding: 0.75rem 1.25rem 0.8rem 1.5rem;
  font-weight: 500;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 9999px;
}

.btn-primary {
  background: var(--primary-gradient);
  color: #fff;
  padding: 0.1rem 1.25rem 0.05rem 1.5rem;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.btn-prim-big {
  background: var(--secondary-gradient);
  font-size: 1.25rem;
  padding: 0.1rem 2rem 0.05rem 3rem;
}

.btn-accent {
  background: #fff;
  color: var(--accent-color);
}

.txt-limit-3 {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.media-type {
  background: var(--accent-gradient);
  padding: 0.4rem 0.75rem 0.3rem 0.75rem;
  line-height: 1;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}

.media-type-selecter {
  font-size: 3.75vw;
  padding: 0.5rem 1rem 0.4em;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  background: white;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

@media (min-width: 1024px) {
  .media-type-selecter {
    width: 150px;
    font-size: 1.25rem;
  }
}

.media-type-selecter-active {
  background: var(--primary-color);
  color: white;
}

.media-tag {
  background: var(--gray-color-3);
  color: var(--primary-color);
  padding: 0.4rem 0.75rem 0.4rem 0.75rem;
  line-height: 1;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  &.active {
    display: flex;
  }
  &.active {
    align-items: center;
  }
  &.active {
    &:after {
      content: url(../images/svg/cross.svg);
    }
    &:after {
      z-index: 10;
    }
    &:after {
      height: 0.75rem;
    }
    &:after {
      width: 0.75rem;
    }
  }
}

.pickup-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  white-space: nowrap;
  font-family: 'pacifico';
  font-weight: 400;
  font-size: 25px;
  color: white;
  line-height: 1;
  &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    border-left: 100px solid var(--accent-color);
    border-top: 30px solid var(--accent-color);
    border-bottom: 30px solid transparent;
    border-right: 100px solid transparent;
  }
}

.pickup-tag-text {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  z-index: 10;
  --tw-rotate: -18deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  color: var(--primary-color);
}

.article-content {
  h2,
    h3,
    h4,
    h5,
    h6 {
    position: relative;
  }
  h2,
    h3,
    h4,
    h5,
    h6 {
    margin-top: 4rem;
  }
  h2,
    h3,
    h4,
    h5,
    h6 {
    margin-bottom: 2rem;
  }
  h2,
    h3,
    h4,
    h5,
    h6 {
    padding-left: 1rem;
  }
  h2,
    h3,
    h4,
    h5,
    h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h2::before,
    h3::before,
    h4::before,
    h5::before,
    h6::before {
    content: var(--tw-content);
    position: absolute;
  }
  h2::before,
    h3::before,
    h4::before,
    h5::before,
    h6::before {
    content: var(--tw-content);
    top: 0.25rem;
  }
  h2::before,
    h3::before,
    h4::before,
    h5::before,
    h6::before {
    content: var(--tw-content);
    left: 0px;
  }
  h2::before,
    h3::before,
    h4::before,
    h5::before,
    h6::before {
    content: var(--tw-content);
    height: 80%;
  }
  h2::before,
    h3::before,
    h4::before,
    h5::before,
    h6::before {
    content: var(--tw-content);
    width: 4px;
  }
  h2::before,
    h3::before,
    h4::before,
    h5::before,
    h6::before {
    content: var(--tw-content);
    background-color: var(--accent-color);
  }
  h2::before,
    h3::before,
    h4::before,
    h5::before,
    h6::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: 'Noto Sans JP', sans-serif;
  }
  p {
    margin-bottom: 2rem;
  }
  p {
    text-align: justify;
  }
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  p {
    line-height: 2.25;
  }
  ul {
    margin-bottom: 2rem;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-left: 1.5rem;
  }
  .index-section ul {
    margin-bottom: 0px;
  }
  .index-section ul {
    list-style-type: none;
  }
  .index-section ul {
    border-bottom-right-radius: 4px;
  }
  .index-section ul {
    border-bottom-left-radius: 4px;
  }
  .index-section ul {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .index-section ul {
    padding-bottom: 1rem;
  }
  .index-section ul {
    li {
      border-bottom-width: 1px;
    }
    li {
      border-color: var(--gray-color-3);
    }
    li {
      padding-bottom: 0.5rem;
    }
    li {
      color: var(--gray-color-4);
    }
  }
  ol {
    margin-bottom: 2rem;
  }
  ol {
    list-style-type: decimal;
  }
  ol {
    padding-left: 1.5rem;
  }
  img {
    margin-bottom: 2rem;
  }
  img {
    overflow: hidden;
  }
  img {
    border-radius: 4px;
  }
  blockquote {
    margin-bottom: 2rem;
  }
  blockquote {
    border-radius: 4px;
  }
  blockquote {
    background-color: var(--gray-color-3);
  }
  blockquote {
    padding: 1rem;
  }
  blockquote {
    p:last-child {
      margin-bottom: 0px;
    }
  }
}

/* 円形テキストのスタイル */

.circular-text-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.circular-text {
  font-family: 'pacifico';
  font-weight: 400;
  fill: url(#accentGradient);
  background: var(--accent-gradient);
  background-clip: text;
  webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-anchor: middle;
  dominant-baseline: middle;
  letter-spacing: 0px;
  line-height: 1;
}

.member-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.member-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--accent-color-2);
}

.member-name-en {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--accent-color-2);
}

.member-role {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.company-profile {
  width: 100%;
  tr {
    margin-bottom: 1rem;
  }
  tr {
    display: flex;
  }
  tr {
    flex-direction: column;
  }
  tr {
    align-items: flex-start;
  }
  tr {
    justify-content: flex-start;
  }
  @media (min-width: 1024px) {
    tr {
      display: grid;
    }
  }
  @media (min-width: 1024px) {
    tr {
      grid-template-columns: 100px 1fr;
    }
  }
  th {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  th {
    font-weight: 700;
  }
  th {
    line-height: 2;
  }
  @media (min-width: 1024px) {
    th {
      text-align: left;
    }
  }
  td {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  td {
    font-weight: 500;
  }
  td {
    line-height: 2;
  }
}

.article-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 800px;
}

.mobile-menu-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  &:last-child {
    border-bottom-width: 0px;
  }
}

.mobile-menu-subitem {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 2;
}

li.group:hover ul {
  visibility: visible;
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  svg {
    display: none;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: url(../images/svg/arrow-r-w-big.svg);
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.7;
  &.swiper-pagination-bullet-active {
    opacity: 1;
  }
}

/* .move-trアニメーション用の初期状態 */

.move-tr {
  opacity: 0;
  transform: translateX(-50px) translateY(50px) rotate(-5deg);
  transition: none;
  /* GSAPが制御するため、CSSトランジションを無効化 */
}

/* .move-tアニメーション用の初期状態 */

.move-t {
  opacity: 0;
  transform: translateY(50px);
  transition: none;
  /* GSAPが制御するため、CSSトランジションを無効化 */
}

/* .scale-loadアニメーション用の初期状態 */

.scale-load {
  opacity: 0;
  transform: scale(0.8);
  transition: none;
  /* GSAPが制御するため、CSSトランジションを無効化 */
}

/* .scaleアニメーション用の初期状態 */

.scale {
  opacity: 0;
  transform: scale(0.8);
  transition: none;
  /* GSAPが制御するため、CSSトランジションを無効化 */
}

/* .vector-pathアニメーション用の初期状態 */

.vector-path {
  stroke-dasharray: 1000;
  /* 大きな値で初期設定 */
  stroke-dashoffset: 1000;
  /* パスを非表示 */
  transition: none;
  /* GSAPが制御するため、CSSトランジションを無効化 */
}

/* #top-vector-pathアニメーション用の初期状態 */

#top-vector-path {
  stroke-dasharray: 10000;
  /* 大きな値で初期設定 */
  stroke-dashoffset: 10000;
  /* パスを非表示 */
  transition: none;
  /* GSAPが制御するため、CSSトランジションを無効化 */
}

/* GSAP ScrollTriggerマーカーを非表示 */

.gsap-marker-scroller-start,
.gsap-marker-scroller-end,
.gsap-marker-trigger-start,
.gsap-marker-trigger-end {
  display: none !important;
}

/* レスポンシブ対応 */

@media (max-width: 768px) {
  .circular-text {
  }

  .move-tr {
    transform: translateX(-30px) translateY(30px) rotate(-3deg);
  }

  .move-t {
    transform: translateY(30px);
  }

  .scale-load {
    transform: scale(0.9);
  }

  .scale {
    transform: scale(0.9);
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-1::before {
  content: var(--tw-content);
  top: 0.25rem;
}

.before\:h-\[80\%\]::before {
  content: var(--tw-content);
  height: 80%;
}

.before\:w-\[4px\]::before {
  content: var(--tw-content);
  width: 4px;
}

.before\:bg-\[var\(--accent-color\)\]::before {
  content: var(--tw-content);
  background-color: var(--accent-color);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}

.after\:rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:border-r-2::after {
  content: var(--tw-content);
  border-right-width: 2px;
}

.after\:border-t-2::after {
  content: var(--tw-content);
  border-top-width: 2px;
}

.after\:border-gray-200::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:text-\[var\(--primary-color\)\]:last-child {
  color: var(--primary-color);
}

.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:gap-16 {
    gap: 4rem;
  }
}

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-\[10\%\] {
    left: 10%;
  }

  .lg\:left-\[10\.5\%\] {
    left: 10.5%;
  }

  .lg\:left-\[25\.5\%\] {
    left: 25.5%;
  }

  .lg\:left-\[41\.1\%\] {
    left: 41.1%;
  }

  .lg\:left-\[44\.2\%\] {
    left: 44.2%;
  }

  .lg\:left-\[55\.3\%\] {
    left: 55.3%;
  }

  .lg\:left-\[56\.5\%\] {
    left: 56.5%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-\[-60\%\] {
    right: -60%;
  }

  .lg\:right-\[10\%\] {
    right: 10%;
  }

  .lg\:right-\[5\%\] {
    right: 5%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-\[-75\%\] {
    top: -75%;
  }

  .lg\:top-\[0\%\] {
    top: 0%;
  }

  .lg\:top-\[10\%\] {
    top: 10%;
  }

  .lg\:top-\[28\%\] {
    top: 28%;
  }

  .lg\:top-\[31\%\] {
    top: 31%;
  }

  .lg\:top-\[33\.1\%\] {
    top: 33.1%;
  }

  .lg\:top-\[40\%\] {
    top: 40%;
  }

  .lg\:top-\[43\%\] {
    top: 43%;
  }

  .lg\:top-\[45\%\] {
    top: 45%;
  }

  .lg\:top-\[55\%\] {
    top: 55%;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-ml-\[8\%\] {
    margin-left: -8%;
  }

  .lg\:-mr-\[10\%\] {
    margin-right: -10%;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mt-\[20\%\] {
    margin-top: -20%;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:ml-\[-117\%\] {
    margin-left: -117%;
  }

  .lg\:ml-\[-20\%\] {
    margin-left: -20%;
  }

  .lg\:ml-\[-68\%\] {
    margin-left: -68%;
  }

  .lg\:ml-\[22\%\] {
    margin-left: 22%;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-\[-100px\] {
    margin-right: -100px;
  }

  .lg\:mr-\[-20\%\] {
    margin-right: -20%;
  }

  .lg\:mr-\[0px\] {
    margin-right: 0px;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-\[-24\%\] {
    margin-top: -24%;
  }

  .lg\:mt-\[-32\%\] {
    margin-top: -32%;
  }

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

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

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

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

  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }

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

  .lg\:-mt-\[60\%\] {
    margin-top: -60%;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }

  .lg\:aspect-\[21\/9\] {
    aspect-ratio: 21/9;
  }

  .lg\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:aspect-\[3\/1\] {
    aspect-ratio: 3/1;
  }

  .lg\:h-\[unset\] {
    height: unset;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:w-\[10\%\] {
    width: 10%;
  }

  .lg\:w-\[10\.6\%\] {
    width: 10.6%;
  }

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

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

  .lg\:w-\[13\%\] {
    width: 13%;
  }

  .lg\:w-\[15\%\] {
    width: 15%;
  }

  .lg\:w-\[15\.4\%\] {
    width: 15.4%;
  }

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

  .lg\:w-\[180\%\] {
    width: 180%;
  }

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

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

  .lg\:w-\[24\.3\%\] {
    width: 24.3%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[5\%\] {
    width: 5%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

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

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[75\%\] {
    width: 75%;
  }

  .lg\:w-\[8\%\] {
    width: 8%;
  }

  .lg\:w-\[8\.2\%\] {
    width: 8.2%;
  }

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

  .lg\:w-\[9\%\] {
    width: 9%;
  }

  .lg\:w-\[9\.5\%\] {
    width: 9.5%;
  }

  .lg\:w-\[9\.7\%\] {
    width: 9.7%;
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-\[11\%\] {
    width: 11%;
  }

  .lg\:w-\[7\%\] {
    width: 7%;
  }

  .lg\:w-\[5\.5\%\] {
    width: 5.5%;
  }

  .lg\:w-\[6\.5\%\] {
    width: 6.5%;
  }

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

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

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

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

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

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

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

  .lg\:translate-x-\[calc\(-1\*\(100\%-1200px\)\/2\)\] {
    --tw-translate-x: calc(-1 * (100% - 1200px) / 2);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[100px_1fr\] {
    grid-template-columns: 100px 1fr;
  }

  .lg\:grid-cols-\[1fr_3fr\] {
    grid-template-columns: 1fr 3fr;
  }

  .lg\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .lg\:grid-cols-\[3fr_2fr\] {
    grid-template-columns: 3fr 2fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

  .lg\:rounded-\[500px\!important\] {
    border-radius: 500px !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

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

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

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[calc\(\(100vw-1000px\)\/2\)\] {
    padding-left: calc((100vw - 1000px) / 2);
    padding-right: calc((100vw - 1000px) / 2);
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

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

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

  .lg\:text-start {
    text-align: start;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .lg\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }

  .lg\:text-\[6rem\] {
    font-size: 6rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .lg\:leading-\[1\.5\] {
    line-height: 1.5;
  }
}