/*
! tailwindcss v3.3.0 | 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: #DEE2E7;
  /* 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.
*/

html {
  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: kinto-sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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: #B3B6BC;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #B3B6BC;
  /* 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] {
  display: none;
}

*, ::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-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:  ;
}

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

.container {
  width: 100%;
}

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

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  inset: 0px !important;
}

.-bottom-5 {
  bottom: -1.25rem !important;
}

.-bottom-\[165px\] {
  bottom: -165px !important;
}

.-left-2 {
  left: -0.5rem !important;
}

.-left-6 {
  left: -1.5rem !important;
}

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

.-left-\[116px\] {
  left: -116px !important;
}

.-left-\[66px\] {
  left: -66px !important;
}

.-right-\[36px\] {
  right: -36px !important;
}

.-right-\[76px\] {
  right: -76px !important;
}

.-top-12 {
  top: -3rem !important;
}

.-top-6 {
  top: -1.5rem !important;
}

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

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

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

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

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

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

.bottom-8 {
  bottom: 2rem !important;
}

.bottom-\[-140px\] {
  bottom: -140px !important;
}

.bottom-\[166px\] {
  bottom: 166px !important;
}

.bottom-\[168px\] {
  bottom: 168px !important;
}

.bottom-\[60px\] {
  bottom: 60px !important;
}

.bottom-\[88px\] {
  bottom: 88px !important;
}

.left-0 {
  left: 0px !important;
}

.left-1 {
  left: 0.25rem !important;
}

.left-1\/2 {
  left: 50% !important;
}

.left-1\/3 {
  left: 33.333333% !important;
}

.left-2\/3 {
  left: 66.666667% !important;
}

.left-\[-14px\] {
  left: -14px !important;
}

.left-\[10px\] {
  left: 10px !important;
}

.left-\[140px\] {
  left: 140px !important;
}

.left-\[49\.5\%\] {
  left: 49.5% !important;
}

.left-\[6px\] {
  left: 6px !important;
}

.left-\[calc\(50\%-31\%\)\] {
  left: calc(50% - 31%) !important;
}

.left-\[calc\(50\%_\+_4px\)\] {
  left: calc(50% + 4px) !important;
}

.left-\[calc\(50\%_-_4px\)\] {
  left: calc(50% - 4px) !important;
}

.left-full {
  left: 100% !important;
}

.right-0 {
  right: 0px !important;
}

.right-1\/2 {
  right: 50% !important;
}

.right-3 {
  right: 0.75rem !important;
}

.right-4 {
  right: 1rem !important;
}

.right-\[-4\%\] {
  right: -4% !important;
}

.right-\[2px\] {
  right: 2px !important;
}

.right-\[3\%\] {
  right: 3% !important;
}

.right-\[44px\] {
  right: 44px !important;
}

.right-\[74px\] {
  right: 74px !important;
}

.top-0 {
  top: 0px !important;
}

.top-1\/2 {
  top: 50% !important;
}

.top-1\/3 {
  top: 33.333333% !important;
}

.top-2\/3 {
  top: 66.666667% !important;
}

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

.top-\[0\.8rem\] {
  top: 0.8rem !important;
}

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

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

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

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

.top-\[calc\(50\%\+0px\)\] {
  top: calc(50% + 0px) !important;
}

.top-\[calc\(50\%\+6px\)\] {
  top: calc(50% + 6px) !important;
}

.top-\[calc\(50\%-0px\)\] {
  top: calc(50% - 0px) !important;
}

.top-\[calc\(50\%-6px\)\] {
  top: calc(50% - 6px) !important;
}

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

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

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

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

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

.z-30 {
  z-index: 30 !important;
}

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

.z-\[1000\] {
  z-index: 1000 !important;
}

.z-\[1001\] {
  z-index: 1001 !important;
}

.z-\[100\] {
  z-index: 100 !important;
}

.z-\[11\] {
  z-index: 11 !important;
}

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

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

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

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

.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

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

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.m-0 {
  margin: 0px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

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

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-\[11px\] {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

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

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

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

.mb-3 {
  margin-bottom: 0.75rem !important;
}

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

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

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

.mb-\[18px\] {
  margin-bottom: 18px !important;
}

.mb-\[200px\] {
  margin-bottom: 200px !important;
}

.mb-\[70px\] {
  margin-bottom: 70px !important;
}

.ml-\[-50vw\] {
  margin-left: -50vw !important;
}

.ml-\[9px\] {
  margin-left: 9px !important;
}

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

.mr-0 {
  margin-right: 0px !important;
}

.mr-\[-50vw\] {
  margin-right: -50vw !important;
}

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

.mt-0\.5 {
  margin-top: 0.125rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-\[148px\] {
  margin-top: 148px !important;
}

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

.mt-\[2px\] {
  margin-top: 2px !important;
}

.mt-\[44px\] {
  margin-top: 44px !important;
}

.mt-\[56px\] {
  margin-top: 56px !important;
}

.mt-\[6px\] {
  margin-top: 6px !important;
}

.mt-\[83px\] {
  margin-top: 83px !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.aspect-\[162\/220\] {
  aspect-ratio: 162/220 !important;
}

.aspect-\[340\/177\] {
  aspect-ratio: 340/177 !important;
}

.aspect-\[343\/202\] {
  aspect-ratio: 343/202 !important;
}

.aspect-\[343\/218\] {
  aspect-ratio: 343/218 !important;
}

.aspect-\[343\/222\] {
  aspect-ratio: 343/222 !important;
}

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

.h-0 {
  height: 0px !important;
}

.h-0\.5 {
  height: 0.125rem !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-1\/3 {
  height: 33.333333% !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-\[100px\] {
  height: 100px !important;
}

.h-\[12px\] {
  height: 12px !important;
}

.h-\[14px\] {
  height: 14px !important;
}

.h-\[187px\] {
  height: 187px !important;
}

.h-\[18px\] {
  height: 18px !important;
}

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

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

.h-\[22px\] {
  height: 22px !important;
}

.h-\[24px\] {
  height: 24px !important;
}

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

.h-\[48px\] {
  height: 48px !important;
}

.h-\[56px\] {
  height: 56px !important;
}

.h-\[57px\] {
  height: 57px !important;
}

.h-\[58px\] {
  height: 58px !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-\[64px\] {
  height: 64px !important;
}

.h-\[66px\] {
  height: 66px !important;
}

.h-\[80px\] {
  height: 80px !important;
}

.h-\[96px\] {
  height: 96px !important;
}

.h-\[calc\(100\%\+24px\*2\)\] {
  height: calc(100% + 24px * 2) !important;
}

.h-auto {
  height: auto !important;
}

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

.h-full {
  height: 100% !important;
}

.h-px {
  height: 1px !important;
}

.h-screen {
  height: 100vh !important;
  height: 100dvh !important;
}

.max-h-\[500px\] {
  max-height: 500px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.min-h-\[140px\] {
  min-height: 140px !important;
}

.min-h-\[24px\] {
  min-height: 24px !important;
}

.min-h-\[500px\] {
  min-height: 500px !important;
}

.w-0 {
  width: 0px !important;
}

.w-0\.5 {
  width: 0.125rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-11 {
  width: 2.75rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-7 {
  width: 1.75rem !important;
}

.w-8 {
  width: 2rem !important;
}

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

.w-\[100vw\] {
  width: 100vw !important;
}

.w-\[10px\] {
  width: 10px !important;
}

.w-\[110\%\] {
  width: 110% !important;
}

.w-\[112px\] {
  width: 112px !important;
}

.w-\[114px\] {
  width: 114px !important;
}

.w-\[117px\] {
  width: 117px !important;
}

.w-\[124px\] {
  width: 124px !important;
}

.w-\[137px\] {
  width: 137px !important;
}

.w-\[14px\] {
  width: 14px !important;
}

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

.w-\[1528px\] {
  width: 1528px !important;
}

.w-\[153px\] {
  width: 153px !important;
}

.w-\[158px\] {
  width: 158px !important;
}

.w-\[180px\] {
  width: 180px !important;
}

.w-\[18px\] {
  width: 18px !important;
}

.w-\[196px\] {
  width: 196px !important;
}

.w-\[1px\] {
  width: 1px !important;
}

.w-\[202px\] {
  width: 202px !important;
}

.w-\[22px\] {
  width: 22px !important;
}

.w-\[24px\] {
  width: 24px !important;
}

.w-\[34\%\] {
  width: 34% !important;
}

.w-\[388px\] {
  width: 388px !important;
}

.w-\[400\%\] {
  width: 400% !important;
}

.w-\[48px\] {
  width: 48px !important;
}

.w-\[60px\] {
  width: 60px !important;
}

.w-\[64px\] {
  width: 64px !important;
}

.w-\[66px\] {
  width: 66px !important;
}

.w-\[72px\] {
  width: 72px !important;
}

.w-\[800\%\] {
  width: 800% !important;
}

.w-\[858px\] {
  width: 858px !important;
}

.w-\[96px\] {
  width: 96px !important;
}

.w-\[98px\] {
  width: 98px !important;
}

.w-\[calc\(\(100vw_-_1440px\)_\/_2\)\] {
  width: calc((100vw - 1440px) / 2) !important;
}

.w-\[calc\(100\%\+24px\*2\)\] {
  width: calc(100% + 24px * 2) !important;
}

.w-auto {
  width: auto !important;
}

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

.w-full {
  width: 100% !important;
}

.min-w-\[228px\] {
  min-width: 228px !important;
}

.min-w-\[480px\] {
  min-width: 480px !important;
}

.max-w-\[1152px\] {
  max-width: 1152px !important;
}

.max-w-\[1440px\] {
  max-width: 1440px !important;
}

.max-w-\[1528px\] {
  max-width: 1528px !important;
}

.max-w-\[375px\] {
  max-width: 375px !important;
}

.max-w-\[394px\] {
  max-width: 394px !important;
}

.max-w-\[600px\] {
  max-width: 600px !important;
}

.max-w-\[704px\] {
  max-width: 704px !important;
}

.max-w-\[720px\] {
  max-width: 720px !important;
}

.max-w-\[728px\] {
  max-width: 728px !important;
}

.max-w-\[808px\] {
  max-width: 808px !important;
}

.max-w-\[858px\] {
  max-width: 858px !important;
}

.max-w-full {
  max-width: 100% !important;
}

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

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-left {
  transform-origin: left !important;
}

.origin-right {
  transform-origin: right !important;
}

.origin-top {
  transform-origin: top !important;
}

.-translate-x-0 {
  --tw-translate-x: -0px !important;
  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)) !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  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)) !important;
}

.-translate-x-\[49\.8\%\] {
  --tw-translate-x: -49.8% !important;
  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)) !important;
}

.-translate-x-\[52\%\] {
  --tw-translate-x: -52% !important;
  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)) !important;
}

.-translate-x-\[calc\(100\%_\+_14px\)\] {
  --tw-translate-x: calc(calc(100% + 14px) * -1) !important;
  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)) !important;
}

.-translate-x-\[calc\(200\%\+32px\*2\)\] {
  --tw-translate-x: calc(calc(200% + 32px * 2) * -1) !important;
  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)) !important;
}

.-translate-x-\[calc\(200\%_\+_14px\)\] {
  --tw-translate-x: calc(calc(200% + 14px) * -1) !important;
  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)) !important;
}

.-translate-x-full {
  --tw-translate-x: -100% !important;
  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)) !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}

.-translate-y-\[16\%\] {
  --tw-translate-y: -16% !important;
  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)) !important;
}

.-translate-y-\[16\.5\%\] {
  --tw-translate-y: -16.5% !important;
  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)) !important;
}

.-translate-y-\[42\.5\%\] {
  --tw-translate-y: -42.5% !important;
  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)) !important;
}

.-translate-y-full {
  --tw-translate-y: -100% !important;
  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)) !important;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem !important;
  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)) !important;
}

.translate-y-full {
  --tw-translate-y: 100% !important;
  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)) !important;
}

.-rotate-45 {
  --tw-rotate: -45deg !important;
  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)) !important;
}

.-rotate-90 {
  --tw-rotate: -90deg !important;
  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)) !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}

.rotate-45 {
  --tw-rotate: 45deg !important;
  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)) !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
  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)) !important;
}

.scale-x-0 {
  --tw-scale-x: 0 !important;
  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)) !important;
}

.scale-y-0 {
  --tw-scale-y: 0 !important;
  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)) !important;
}

.scale-y-100 {
  --tw-scale-y: 1 !important;
  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)) !important;
}

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

@keyframes slide-in-bottom {
  0% {
    transform: translateY(20px);
  }

  50% {
    transform: translateY(0);
  }
}

.animate-slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

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

.auto-rows-max {
  grid-auto-rows: max-content !important;
}

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

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

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

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

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

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

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

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

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

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

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

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-1\.5 {
  gap: 0.375rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-2\.5 {
  gap: 0.625rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-\[10px\] {
  gap: 10px !important;
}

.gap-\[2px\] {
  gap: 2px !important;
}

.gap-\[50px\] {
  gap: 50px !important;
}

.gap-\[6px\] {
  gap: 6px !important;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

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

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

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

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

.gap-y-12 {
  row-gap: 3rem !important;
}

.gap-y-14 {
  row-gap: 3.5rem !important;
}

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

.gap-y-4 {
  row-gap: 1rem !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-y-\[56px\] {
  row-gap: 56px !important;
}

.self-stretch {
  align-self: stretch !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-clip {
  overflow: clip !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-clip {
  overflow-y: clip !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

.rounded {
  border-radius: 0.25rem !important;
}

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

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

.border {
  border-width: 1px !important;
}

.border-\[28px\] {
  border-width: 28px !important;
}

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

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

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

.border-\[\#43484E\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 72 78 / var(--tw-border-opacity)) !important;
}

.border-\[\#E5EAEF\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 234 239 / var(--tw-border-opacity)) !important;
}

.border-blue-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 45 50 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 215 222 / var(--tw-border-opacity)) !important;
}

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

.border-white-40 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.border-b-transparent {
  border-bottom-color: transparent !important;
}

.border-l-black {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(35 24 21 / var(--tw-border-opacity)) !important;
}

.border-r-transparent {
  border-right-color: transparent !important;
}

.border-t-black {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(35 24 21 / var(--tw-border-opacity)) !important;
}

.bg-\[\#262C2D\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 44 45 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#262c2D\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 44 45 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#2a2d32\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity)) !important;
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.3\)\] {
  background-color: rgba(255,255,255,.3) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity)) !important;
}

.bg-blue-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity)) !important;
}

.bg-gray-10 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity)) !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 239 243 / var(--tw-bg-opacity)) !important;
}

.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 226 231 / var(--tw-bg-opacity)) !important;
}

.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 215 222 / var(--tw-bg-opacity)) !important;
}

.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(179 182 188 / var(--tw-bg-opacity)) !important;
}

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

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

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-sand-texture {
  background-image: url('../../assets/img/bg/sand-texture.png') !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

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

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.p-0 {
  padding: 0px !important;
}

.p-4 {
  padding: 1rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

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

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

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

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

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

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

.px-\[3px\] {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

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

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

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

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

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

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

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

.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

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

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

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

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

.py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-\[14px\] {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-\[2px\] {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-\[3px\] {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-\[93px\] {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-16 {
  padding-right: 4rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

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

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

.pt-14 {
  padding-top: 3.5rem !important;
}

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

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

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

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

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

.pt-\[104px\] {
  padding-top: 104px !important;
}

.pt-\[116px\] {
  padding-top: 116px !important;
}

.pt-\[6px\] {
  padding-top: 6px !important;
}

.pt-\[96px\] {
  padding-top: 96px !important;
}

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

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

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

.align-top {
  vertical-align: top !important;
}

.font-futura {
  font-family: futura-pt, kinto-sans, sans-serif !important;
}

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

.text-2xl\/\[1\.4\] {
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
}

.text-2xl\/\[140\%\] {
  font-size: 1.5rem !important;
  line-height: 140% !important;
}

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

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

.text-\[10px\]\/\[1\.4\] {
  font-size: 10px !important;
  line-height: 1.4 !important;
}

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

.text-\[16px\]\/\[1\.8\] {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

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

.text-\[18px\]\/\[25px\] {
  font-size: 18px !important;
  line-height: 25px !important;
}

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

.text-\[24px\]\/none {
  font-size: 24px !important;
  line-height: 1 !important;
}

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

.text-\[32px\]\/\[1\.4\] {
  font-size: 32px !important;
  line-height: 1.4 !important;
}

.text-\[32px\]\/\[1\] {
  font-size: 32px !important;
  line-height: 1 !important;
}

.text-\[32px\]\/none {
  font-size: 32px !important;
  line-height: 1 !important;
}

.text-\[36px\]\/\[1\] {
  font-size: 36px !important;
  line-height: 1 !important;
}

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

.text-\[40px\]\/\[1\] {
  font-size: 40px !important;
  line-height: 1 !important;
}

.text-\[56px\]\/\[1\] {
  font-size: 56px !important;
  line-height: 1 !important;
}

.text-\[64px\] {
  font-size: 64px !important;
}

.text-\[64px\]\/\[1\] {
  font-size: 64px !important;
  line-height: 1 !important;
}

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

.text-base\/\[1\.2\] {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

.text-base\/\[1\.4\] {
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.text-base\/\[1\.8\] {
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

.text-base\/\[180\%\] {
  font-size: 1rem !important;
  line-height: 180% !important;
}

.text-base\/none {
  font-size: 1rem !important;
  line-height: 1 !important;
}

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

.text-lg\/\[1\.2\] {
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
}

.text-lg\/\[1\.4\] {
  font-size: 1.125rem !important;
  line-height: 1.4 !important;
}

.text-lg\/\[25px\] {
  font-size: 1.125rem !important;
  line-height: 25px !important;
}

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

.text-sm\/\[1\.2\] {
  font-size: 0.875rem !important;
  line-height: 1.2 !important;
}

.text-sm\/\[1\.4\] {
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
}

.text-sm\/\[1\.6\] {
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
}

.text-sm\/\[1\] {
  font-size: 0.875rem !important;
  line-height: 1 !important;
}

.text-sm\/none {
  font-size: 0.875rem !important;
  line-height: 1 !important;
}

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

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

.text-xs\/3 {
  font-size: 0.75rem !important;
  line-height: .75rem !important;
}

.text-xs\/\[1\.2\] {
  font-size: 0.75rem !important;
  line-height: 1.2 !important;
}

.text-xs\/\[1\.4\] {
  font-size: 0.75rem !important;
  line-height: 1.4 !important;
}

.text-xs\/\[17px\] {
  font-size: 0.75rem !important;
  line-height: 17px !important;
}

.text-xs\/none {
  font-size: 0.75rem !important;
  line-height: 1 !important;
}

.text-xs\/snug {
  font-size: 0.75rem !important;
  line-height: 1.375 !important;
}

.font-\[450\] {
  font-weight: 450 !important;
}

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

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

.font-normal {
  font-weight: 400 !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.leading-\[\.8\] {
  line-height: .8 !important;
}

.leading-\[1\.4\] {
  line-height: 1.4 !important;
}

.leading-\[17px\] {
  line-height: 17px !important;
}

.leading-\[20px\] {
  line-height: 20px !important;
}

.leading-\[22px\] {
  line-height: 22px !important;
}

.leading-\[25px\] {
  line-height: 25px !important;
}

.leading-\[26px\] {
  line-height: 26px !important;
}

.leading-\[29px\] {
  line-height: 29px !important;
}

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

.leading-\[31px\] {
  line-height: 31px !important;
}

.leading-\[32px\] {
  line-height: 32px !important;
}

.leading-\[36px\] {
  line-height: 36px !important;
}

.leading-none {
  line-height: 1 !important;
}

.text-\[\#FF5E5E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 94 94 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(35 24 21 / var(--tw-text-opacity)) !important;
}

.text-blue-black {
  --tw-text-opacity: 1 !important;
  color: rgb(42 45 50 / var(--tw-text-opacity)) !important;
}

.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 239 243 / var(--tw-text-opacity)) !important;
}

.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(222 226 231 / var(--tw-text-opacity)) !important;
}

.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(211 215 222 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(179 182 188 / var(--tw-text-opacity)) !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(149 152 157 / var(--tw-text-opacity)) !important;
}

.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(103 108 116 / var(--tw-text-opacity)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(85 90 98 / var(--tw-text-opacity)) !important;
}

.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(67 72 81 / var(--tw-text-opacity)) !important;
}

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

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

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

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.-outline-offset-2 {
  outline-offset: -2px !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  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) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}

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

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

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

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

.transition-none {
  transition-property: none !important;
}

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

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

.delay-150 {
  transition-delay: 150ms !important;
}

.delay-75 {
  transition-delay: 75ms !important;
}

.delay-\[0ms\] {
  transition-delay: 0ms !important;
}

.delay-\[100ms\] {
  transition-delay: 100ms !important;
}

.delay-\[140ms\] {
  transition-delay: 140ms !important;
}

.delay-\[200ms\] {
  transition-delay: 200ms !important;
}

.delay-\[280ms\] {
  transition-delay: 280ms !important;
}

.delay-\[50ms\] {
  transition-delay: 50ms !important;
}

.delay-\[75ms\] {
  transition-delay: 75ms !important;
}

.delay-\[calc\(0ms\)\] {
  transition-delay: calc(0ms) !important;
}

.delay-\[calc\(100ms\+100ms\)\] {
  transition-delay: calc(100ms + 100ms) !important;
}

.delay-\[calc\(140ms\*2\)\] {
  transition-delay: calc(140ms * 2) !important;
}

.delay-\[calc\(60ms\)\] {
  transition-delay: calc(60ms) !important;
}

.delay-\[calc\(60ms\+60ms\)\] {
  transition-delay: calc(60ms + 60ms) !important;
}

.delay-\[calc\(60ms\+60ms\+60ms\)\] {
  transition-delay: calc(60ms + 60ms + 60ms) !important;
}

.delay-\[calc\(60ms\+60ms\+60ms\+60ms\)\] {
  transition-delay: calc(60ms + 60ms + 60ms + 60ms) !important;
}

.delay-\[calc\(75ms\)\] {
  transition-delay: calc(75ms) !important;
}

.delay-\[calc\(75ms\*2\)\] {
  transition-delay: calc(75ms * 2) !important;
}

.delay-\[calc\(75ms\+75ms\)\] {
  transition-delay: calc(75ms + 75ms) !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

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

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

.duration-\[0ms\] {
  transition-duration: 0ms !important;
}

.duration-\[1200ms\] {
  transition-duration: 1200ms !important;
}

.duration-\[1400ms\] {
  transition-duration: 1400ms !important;
}

.duration-\[240ms\] {
  transition-duration: 240ms !important;
}

.duration-\[300ms\] {
  transition-duration: 300ms !important;
}

.duration-\[400ms\] {
  transition-duration: 400ms !important;
}

.duration-\[550ms\] {
  transition-duration: 550ms !important;
}

.duration-\[600ms\] {
  transition-duration: 600ms !important;
}

.duration-\[700ms\] {
  transition-duration: 700ms !important;
}

.duration-\[800ms\] {
  transition-duration: 800ms !important;
}

.duration-\[900ms\] {
  transition-duration: 900ms !important;
}

.duration-\[950ms\] {
  transition-duration: 950ms !important;
}

.ease-in-out-expo {
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1) !important;
}

.ease-linear {
  transition-timing-function: linear !important;
}

.ease-out-back {
  transition-timing-function: cubic-bezier(.15,.75,.54,2.2) !important;
}

.ease-out-expo {
  transition-timing-function: cubic-bezier(.16,1,.3,1) !important;
}

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

.\[background-image\:linear-gradient\(to_right\2c \#fff_1px\2c transparent_1px\)\;\] {
  background-image: linear-gradient(to right,#fff 1px,transparent 1px);;
}

.\[background-position\:right_center\] {
  background-position: right center;
}

.\[background-size\:6px_2px\;\] {
  background-size: 6px 2px;;
}

.\[background\:linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\.2\)0\%\2c rgba\(0\2c 0\2c 0\2c 0\)100\%\)\;\] {
  background: linear-gradient(0deg,rgba(0,0,0,0.2)0%,rgba(0,0,0,0)100%);;
}

.\[border-bottom\:1px_solid_rgba\(211\2c 215\2c 222\2c 0\.2\)\] {
  border-bottom: 1px solid rgba(211,215,222,0.2);
}

.\[counter-increment\:number\] {
  counter-increment: number;
}

.\[counter-reset\:number\] {
  counter-reset: number;
}

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

.\[grid-template-columns\:1fr_96px\] {
  grid-template-columns: 1fr 96px;
}

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

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

.\[overflow-x\:clip\] {
  overflow-x: clip;
}

.\[writing-mode\:vertical-rl\] {
  writing-mode: vertical-rl;
}

/*********************
 * 基本スタイル
 *********************/

html {
  scroll-behavior: smooth;
}

body {
  font-family: kinto-sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(42 45 50 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:target {
  scroll-margin-top: 5rem;
}

@media (min-width: 768px) {
  :target {
    scroll-margin-top: 7rem;
  }
}

.clearfix::after {
  clear: both;
  display: table;
  --tw-content: '';
  content: var(--tw-content);
}

strong {
  font-weight: 500;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*********************
 * ブロックエディター領域
 *********************/

/* エディター：全幅ブロック */

.alignfull {
  position: relative;
  left: 50%;
  right: 50%;
  margin-bottom: 0px;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  width: 100vw;
}

.wp-block-group.alignfull.has-background {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .wp-block-group.alignfull.has-background {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media (min-width: 1280px) {
  .wp-block-group.alignfull.has-background {
    padding-left: 108px;
    padding-right: 108px;
  }
}

.wp-block-group.alignfull.has-background > .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

/* エディター：ブロックスタイル：段落：スマホ改行なし */

.is-style-spbrhidden br {
  display: none;
}

@media (min-width: 1024px) {
  .is-style-spbrhidden br {
    display: block;
  }
}

/* エディター：ブロックスタイル：段落：Kinto 24px */

.is-style-kinto-bold-24 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (min-width: 768px) {
  .is-style-kinto-bold-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.is-style-kinto-bold-24.-spLarge {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.is-style-kinto-bold-24 + p {
  margin-top: 1rem !important;
}

@media (min-width: 768px) {
  .is-style-kinto-bold-24 + p {
    margin-top: 1.5rem !important;
  }
}

.is-style-kinto-bold-24 br {
  display: none;
}

@media (min-width: 1024px) {
  .is-style-kinto-bold-24 br {
    display: block;
  }
}

/* エディター：ブロックスタイル：段落：Kinto Gray 18px */

.is-style-kinto-gray-18 {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(103 108 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .is-style-kinto-gray-18 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.is-style-kinto-bold-24 + .is-style-kinto-gray-18 {
  margin-top: 0.5rem !important;
}

.is-style-kinto-gray-18 br {
  display: none;
}

@media (min-width: 1024px) {
  .is-style-kinto-gray-18 br {
    display: block;
  }
}

/* エディター：ブロックスタイル：見出し：Kinto 20px */

.is-style-kinto-bold-20 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (min-width: 768px) {
  .is-style-kinto-bold-20 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.is-style-black-label + .is-style-kinto-bold-20 {
  margin-top: 0.5rem;
}

.is-style-kinto-bold-20 br {
  display: none;
}

@media (min-width: 1024px) {
  .is-style-kinto-bold-20 br {
    display: block;
  }
}

/* エディター：ブロックスタイル：見出し：Kinto 32px */

.is-style-kinto-bold-32 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (min-width: 768px) {
  .is-style-kinto-bold-32 {
    font-size: 32px;
    line-height: 1.4;
  }
}

/* エディター：ブロックスタイル：見出し：Futura 64px */

.is-style-futura-64 {
  display: flex;
  flex-direction: column;
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

@media (min-width: 768px) {
  .is-style-futura-64 {
    font-size: 64px;
    line-height: 1;
  }
}

.is-style-futura-64 em {
  font-family: kinto-sans, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 768px) {
  .is-style-futura-64 em {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.is-style-futura-64 br {
  display: none;
}

@media (min-width: 1024px) {
  .is-style-futura-64 br {
    display: block;
  }
}

/* エディター：ブロックスタイル：見出し：黒ラベル */

.is-style-black-label {
  margin-bottom: 0.5rem;
  margin-left: 0px;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.is-style-black-label::after {
  display: none;
}

/* エディター：ブロックスタイル：見出し：横線見出し */

.is-style-line-heading {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (min-width: 768px) {
  .is-style-line-heading {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.is-style-line-heading::before {
  display: block;
  height: 1px;
  width: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .is-style-line-heading::before {
    width: 1.25rem;
  }
}

.is-style-line-heading br {
  display: none;
}

@media (min-width: 1024px) {
  .is-style-line-heading br {
    display: block;
  }
}

/* エディター：ブロックスタイル：見出し：下線見出し */

.is-style-line-under {
  display: flex;
  align-items: baseline;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 45 50 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
}

.is-style-line-under::after {
  content: var(--tw-content);
  display: none;
}

@media (min-width: 1024px) {
  .is-style-line-under {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.is-style-line-under br {
  display: none;
}

@media (min-width: 1024px) {
  .is-style-line-under br {
    display: block;
  }
}

/* エディター：ブロックスタイル：見出し：実績横線見出し */

.is-style-line-works {
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 0px;
  padding-bottom: 0px;
  padding-left: 2.5rem;
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

@media (min-width: 768px) {
  .is-style-line-works {
    padding-left: 56px;
    font-size: 3rem;
    line-height: 1;
  }
}

.is-style-line-works em {
  font-family: kinto-sans, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 768px) {
  .is-style-line-works em {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.is-style-line-works::before {
  position: absolute;
  left: 0px;
  top: 1rem;
  display: block;
  height: 1px;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .is-style-line-works::before {
    top: 24px;
    width: 2rem;
  }
}

.is-style-line-works::after {
  display: none;
}

.is-style-line-works br {
  display: none;
}

@media (min-width: 1024px) {
  .is-style-line-works br {
    display: block;
  }
}

/* エディター：ブロックスタイル：ボタン：丸矢印 */

.is-style-circle-arrow-wrapper {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .is-style-circle-arrow-wrapper {
    margin-top: 2.5rem;
  }
}

.is-style-circle-arrow .wp-block-button__link {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  background-color: transparent;
  padding: 0px;
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .is-style-circle-arrow .wp-block-button__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.is-style-circle-arrow-wrapper + * {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .is-style-circle-arrow-wrapper + * {
    margin-top: 2.5rem;
  }
}

/* エディター：ブロックスタイル：ボタン：下線矢印 */

.artscenter-column-even {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  .artscenter-column-even {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

.artscenter-column-even .wp-block-button {
  width: 100% !important;
}

.is-style-line-arrow .wp-block-button__link {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0px;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .is-style-line-arrow .wp-block-button__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* エディター：ブロックスタイル：ボタン：外部リンク */

.is-style-external-link .wp-block-button__link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 1.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .is-style-external-link .wp-block-button__link {
    padding: 2.5rem;
  }
}

.is-style-external-link .wp-block-button__link::after {
  display: block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  background-image: url('../../assets/img/icon/external.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

/* エディター：ブロックスタイル：ボタン：四角矢印リンク */

.is-style-square-link .wp-block-button__link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 1.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
  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: 300ms;
}

.is-style-square-link .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .is-style-square-link .wp-block-button__link {
    padding: 2.5rem;
  }
}

.is-style-square-link .wp-block-button__link::after {
  display: block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  background-image: url('../../assets/img/icon/right-arrow-small.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

/* エディター：ブロックスタイル：画像：枠線あり */

.is-style-border-gray img {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
}

/* エディター：カテゴリー：黒タグ */

.is-style-black-tag a {
  position: relative;
  z-index: 0;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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-delay: 50ms;
}

.is-style-black-tag a:hover {
  --tw-text-opacity: 1;
  color: rgb(42 45 50 / var(--tw-text-opacity));
}

.is-style-black-tag a:hover::before {
  left: 0px;
  content: var(--tw-content);
  width: 100%;
}

.is-style-black-tag a::before {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.is-style-black-tag a::after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

/* エディター：カテゴリー：白タグ（刊行物一覧のみで利用中のためエディターには未適用） */

.is-style-white-tag a {
  position: relative;
  display: block;
  height: 100%;
  gap: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 45 50 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 17px;
  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-delay: 50ms;
}

.is-style-white-tag a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.is-style-white-tag a:hover::before {
  left: 0px;
  content: var(--tw-content);
  width: 100%;
}

.is-style-white-tag a::before {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.is-style-white-tag a::after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.is-style-white-tag span {
  position: relative;
  display: block;
  height: 100%;
  gap: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 45 50 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 17px;
}

/* エディター：カテゴリー：ハッシュタグ */

.is-style-hash-tag a {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(103 108 116 / var(--tw-text-opacity));
}

/* エディター：ブロック：クエリーループ */

.wp-block-query .wp-block {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.wp-block-query .wp-block-post-template {
  display: grid;
  grid-auto-rows: max-content;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 640px) {
  .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.wp-block-query .wp-block-post {
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.wp-block-query .wp-block-post-date {
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 17px;
}

.wp-block-query .wp-block-post-featured-image img,
.wp-block-query .wp-post-image {
  aspect-ratio: 343/218;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .wp-block-query .wp-block-post-featured-image img,
.wp-block-query .wp-post-image {
    aspect-ratio: 392/261;
  }
}

.wp-block-query .text-box {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .wp-block-query .text-box {
    margin-top: 2rem;
  }
}

.wp-block-query .wp-block-post-title {
  margin-top: 6px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 768px) {
  .wp-block-query .wp-block-post-title {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 28px;
  }
}

.wp-block-query .wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.wp-block-query .category-date > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wp-block-query .wp-block-post-terms__separator {
  display: none;
}

/* エディター：ブロックスタイル：ギャラリー */

.wp-block-gallery.is-style-numbered {
  counter-reset: number;
}

.wp-block-gallery.is-style-numbered .wp-block-image {
  position: relative;
}

.wp-block-gallery.is-style-numbered .wp-block-image::before {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 10px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}

@media (min-width: 768px) {
  .wp-block-gallery.is-style-numbered .wp-block-image::before {
    bottom: 0.5rem;
    left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
  }
}

.wp-block-gallery.is-style-numbered .wp-block-image::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}

/* WordPressブロック：テーブル */

.wp-block-table table {
  table-layout: fixed;
}

.wp-block-table a {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(103 108 116 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(103 108 116 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.wp-block-table a:hover {
  opacity: 0.6;
}

.wp-block-table tr {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .wp-block-table tr {
    flex-direction: row;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.wp-block-table tr:not(:first-of-type) {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .wp-block-table tr > *:nth-child(1) {
    max-width: 12%;
  }
}

@media (min-width: 1024px) {
  .wp-block-table tr > *:nth-child(1) {
    min-width: 80px;
  }
}

.wp-block-table tr > *:nth-child(2) {
  flex: 1 1 0%;
}

.wp-block-table th,
.wp-block-table td {
  border-style: none;
  padding: 0px;
}

/* エディター：カテゴリー：SNS・コンタクトテーブル */

.is-style-table-sns table,
.is-style-table-contact table {
  table-layout: fixed;
  font-weight: 400;
}

.is-style-table-sns tr,
.is-style-table-contact tr {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .is-style-table-sns tr,
.is-style-table-contact tr {
    flex-direction: row;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.is-style-table-sns tr:not(:first-of-type),
.is-style-table-contact tr:not(:first-of-type) {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .is-style-table-sns tr:not(:first-of-type),
.is-style-table-contact tr:not(:first-of-type) {
    margin-top: 0.5rem;
  }
}

.is-style-table-sns tr > *:nth-child(1) {
  width: 100%;
}

@media (min-width: 1024px) {
  .is-style-table-sns tr > *:nth-child(1) {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 20%;
  }
}

.is-style-table-contact tr > *:nth-child(1) {
  width: 100%;
}

@media (min-width: 1024px) {
  .is-style-table-contact tr > *:nth-child(1) {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 10%;
  }
}

.is-style-table-sns tr > *:nth-child(2),
.is-style-table-contact tr > *:nth-child(2) {
  flex: 1 1 0%;
}

.is-style-table-sns td,
.is-style-table-contact td {
  font-size: 1rem;
  line-height: 1.8;
}

/* カラーパレット設定 */

.has-black-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
}

.has-black-color {
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
}

.has-blue-black-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity));
}

.has-blue-black-color {
  --tw-text-opacity: 1;
  color: rgb(42 45 50 / var(--tw-text-opacity));
}

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

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

.has-gray-900-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.has-gray-900-color {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.has-gray-800-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(67 72 81 / var(--tw-bg-opacity));
}

.has-gray-800-color {
  --tw-text-opacity: 1;
  color: rgb(67 72 81 / var(--tw-text-opacity));
}

.has-gray-700-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(85 90 98 / var(--tw-bg-opacity));
}

.has-gray-700-color {
  --tw-text-opacity: 1;
  color: rgb(85 90 98 / var(--tw-text-opacity));
}

.has-gray-600-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(103 108 116 / var(--tw-bg-opacity));
}

.has-gray-600-color {
  --tw-text-opacity: 1;
  color: rgb(103 108 116 / var(--tw-text-opacity));
}

.has-gray-500-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(149 152 157 / var(--tw-bg-opacity));
}

.has-gray-500-color {
  --tw-text-opacity: 1;
  color: rgb(149 152 157 / var(--tw-text-opacity));
}

.has-gray-400-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(179 182 188 / var(--tw-bg-opacity));
}

.has-gray-300-color {
  --tw-text-opacity: 1;
  color: rgb(211 215 222 / var(--tw-text-opacity));
}

.has-gray-300-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(211 215 222 / var(--tw-bg-opacity));
}

.has-gray-400-color {
  --tw-text-opacity: 1;
  color: rgb(179 182 188 / var(--tw-text-opacity));
}

.has-gray-10-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
}

.has-gray-10-color {
  --tw-text-opacity: 1;
  color: rgb(241 244 248 / var(--tw-text-opacity));
}

.has-red-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.has-red-color {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

/* フォントサイズ設定 */

.has-xx-small-font-size {
  font-size: 0.75rem;
}

.has-x-small-font-size {
  font-size: 0.875rem;
}

.has-small-font-size {
  font-size: 1rem;
}

.has-normal-font-size {
  font-size: 1.125rem;
}

.has-large-font-size {
  font-size: 1.5rem;
}

.has-huge-font-size {
  font-size: 2.25rem;
}

/* WordPressブロック：見出し・本文 */

:where(.wp-block-post-content) h2 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
}

@media (min-width: 1024px) {
  :where(.wp-block-post-content) h2 {
    margin-bottom: 1rem;
    font-size: 32px;
    line-height: 140%;
  }
}

:where(.wp-block-post-content) h2:nth-child(n + 2) {
  margin-top: 2.5rem;
}

@media (min-width: 1024px) {
  :where(.wp-block-post-content) h2:nth-child(n + 2) {
    margin-top: 5rem;
  }
}

:where(.wp-block-post-content) h3 {
  position: relative;
  padding-bottom: 1rem;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}

:where(.wp-block-post-content) h3::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(211 215 222 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  :where(.wp-block-post-content) h3 {
    font-size: 24px;
    line-height: 140%;
  }
}

:where(.wp-block-post-content) h3:nth-child(n + 2) {
  margin-top: 3.5rem;
}

@media (min-width: 1024px) {
  :where(.wp-block-post-content) h3:nth-child(n + 2) {
    margin-top: 4rem;
  }
}

:where(.wp-block-post-content) h4 {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}

@media (min-width: 1024px) {
  :where(.wp-block-post-content) h4 {
    font-size: 20px;
    line-height: 140%;
  }
}

:where(.wp-block-post-content) h4:nth-child(n + 2) {
  margin-top: 2.5rem;
}

@media (min-width: 1024px) {
  :where(.wp-block-post-content) h4:nth-child(n + 2) {
    margin-top: 4rem;
  }
}

:where(.wp-block-post-content) p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.8;
}

@media (min-width: 1024px) {
  :where(.wp-block-post-content) p {
    font-size: 18px;
  }
}

:where(.wp-block-post-content) p:nth-child(n + 2) {
  margin-top: 2rem;
}

:where(.wp-block-post-content) p:last-child {
  margin-bottom: 0px;
}

:where(.wp-block-post-content) p a {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(103 108 116 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(103 108 116 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

:where(.wp-block-post-content) p a:hover {
  opacity: 0.6;
}

/* 固定ページ */

:where(.page.type-page) p {
  font-size: 1rem;
  line-height: 1.8;
}

/* WordPressブロック：リスト（scssファイルで設定） */

/* WordPressブロック：引用 */

.wp-block-post-content .wp-block-quote {
  margin-top: 2rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .wp-block-post-content .wp-block-quote {
    padding: 3rem;
  }
}

.wp-block-post-content .wp-block-quote p {
  margin-top: 0px;
}

.wp-block-post-content .wp-block-quote cite {
  margin-top: 1.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(103 108 116 / var(--tw-text-opacity));
}

/* WordPressブロック：区切り */

.wp-block-separator {
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
}

.wp-block-separator.is-style-wide {
  width: 100%;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  border-width: 1px;
}

/* WordPressブロック：カラム */

.wp-block-post-content .wp-block-columns p:first-child {
  margin-top: 0px;
}

/* WordPressブロック：画像・動画 */

:not(.wp-block-column) > .wp-block-image,
.wp-block-embed {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  :not(.wp-block-column) > .wp-block-image,
.wp-block-embed {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.wp-block-image {
  margin-bottom: 0px;
}

.wp-block-image.alignfull {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .wp-block-image.alignfull {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.wp-block-image img {
  width: 100%;
}

.wp-block-image.is-resized img {
  width: auto;
}

.wp-block-image figcaption,
.wp-block-embed figcaption {
  margin-bottom: 0px;
  margin-top: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 90 98 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .wp-block-image figcaption,
.wp-block-embed figcaption {
    margin-top: 1rem;
  }
}

.is-type-video {
  width: 100%;
  min-width: 70%;
}

@media (min-width: 640px) {
  .is-type-video {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.is-type-video.alignwide {
  width: 100%;
}

.is-type-video .wp-block-embed__wrapper {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 56.25%;
}

.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*********************
 * カスタムブロック
 *********************/

/* カスタムブロック：プロフィール・ライター・プロジェクト（共通） */

.artscenter-block-profile-title {
  margin-bottom: 1.5rem;
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

@media (min-width: 768px) {
  .artscenter-block-profile-title {
    margin-top: 4rem;
  }
}

.artscenter-block-profile-title span:first-of-type {
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .artscenter-block-profile-title span:first-of-type {
    font-size: 56px;
    line-height: 56px;
  }
}

.artscenter-block-profile-title span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 22px;
}

/* カスタムブロック：プロジェクト */

.artscenter-block-project ul li {
  list-style-type: none;
  padding-left: 0px;
}

.artscenter-block-project ul li a {
  display: inline-block;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 17px;
}

/*********************
 * カスタムブロック
 *********************/

/* カスタムブロック：キャプションバリエーション */

.wp-block-create-block-caption-variations {
  margin-bottom: 0px;
  margin-top: 0.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .wp-block-create-block-caption-variations {
    margin-top: 1rem;
  }
}

/* カスタムブロック：拠点紹介：表 */

.artscenter-block-base-table {
  width: 100%;
}

.artscenter-block-base-table th {
  font-weight: 500;
}

.artscenter-block-base-table > tbody > tr > th,
.artscenter-block-base-table > tbody > tr > td {
  display: block;
  width: 100%;
  text-align: left;
}

.artscenter-block-base-table > tbody > tr {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .artscenter-block-base-table > tbody > tr {
    flex-direction: row;
    gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.artscenter-block-base-table > tbody > tr:first-child {
  padding-top: 0px;
}

.artscenter-block-base-table > tbody > tr:last-child {
  border-width: 0px;
  padding-bottom: 0px;
}

.artscenter-block-base-table > tbody > tr > th {
  flex-shrink: 0;
  vertical-align: top;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .artscenter-block-base-table > tbody > tr > th {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 184px;
  }
}

.artscenter-block-base-table > tbody > tr > td {
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .artscenter-block-base-table > tbody > tr > td {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.artscenter-block-base-table .google-maps {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-width: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 152 157 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.artscenter-block-base-table .contact-table th {
  width: 56px;
  vertical-align: top;
}

.artscenter-block-base-table .contact-table td {
  vertical-align: top;
}

.artscenter-block-base-table .sns-list {
  display: flex;
  gap: 0.75rem;
}

/* カスタムブロック：採用情報：フロー */

.artscenter-block-selection-flow-right > .wp-block-group__inner-container {
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .artscenter-block-selection-flow-right > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

/*********************
 * カスタムパターン
 *********************/

/* カスタムパターン：ページタイトル */

.artscenter-pattern-heading-area {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .artscenter-pattern-heading-area {
    margin-bottom: 120px;
  }
}

.artscenter-pattern-heading-area > .wp-block-group__inner-container {
  grid-column: span 9 / span 9;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-heading-area > .wp-block-group__inner-container {
    grid-column: span 11 / span 11;
    flex-direction: row;
    align-items: center;
    gap: 0px;
  }
}

.artscenter-pattern-heading-left {
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .artscenter-pattern-heading-left {
    padding-right: 5rem;
  }
}

.artscenter-pattern-heading-right {
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .artscenter-pattern-heading-right {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    border-left-width: 1px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.artscenter-pattern-heading-right > .wp-block-group__inner-container {
  margin-left: 0px !important;
}

.artscenter-pattern-heading-right p {
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .artscenter-pattern-heading-right p {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.artscenter-pattern-heading-title {
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 40px;
  line-height: 1;
}

@media (min-width: 768px) {
  .artscenter-pattern-heading-title {
    font-size: 80px;
    line-height: 1;
  }
}

.artscenter-pattern-heading-subTitle {
  margin-top: 6px !important;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

@media (min-width: 768px) {
  .artscenter-pattern-heading-subTitle {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    line-height: 22px !important;
  }
}

/* カスタムパターン：キャプション＋本文カラム */

.artscenter-pattern-caption-columns > .wp-block-group__inner-container {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-caption-columns > .wp-block-group__inner-container {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.artscenter-pattern-caption-columns-left {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .artscenter-pattern-caption-columns-left {
    grid-column: span 5 / span 5;
  }
}

.artscenter-pattern-caption-columns-right {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .artscenter-pattern-caption-columns-right {
    grid-column-start: 7;
    grid-column-end: 13;
  }

  .artscenter-pattern-caption-columns.-wide
  .artscenter-pattern-caption-columns-left {
    grid-column: span 3 / span 3;
  }

  .artscenter-pattern-caption-columns.-wide
  .artscenter-pattern-caption-columns-right {
    grid-column-start: 5;
    grid-column-end: 13;
  }
}

/* カスタムパターン：一覧用の画像＆本文 */

.artscenter-pattern-image-column-list {
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .artscenter-pattern-image-column-list {
    margin-bottom: 5rem;
  }
}

.artscenter-pattern-image-column-list > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-image-column-list > .wp-block-group__inner-container {
    gap: 3rem;
  }
}

/* カスタムパターン：詳細用の画像＆本文 */

.artscenter-pattern-image-column-detail {
  margin-bottom: 5rem;
}

.artscenter-pattern-image-column-detail > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-image-column-detail > .wp-block-group__inner-container {
    gap: 4rem;
  }
}

.artscenter-pattern-image-column-list .wp-block-image,
.artscenter-pattern-image-column-detail .wp-block-image,
.artscenter-pattern-image-column-list .wp-block-columns,
.artscenter-pattern-image-column-detail .wp-block-columns {
  margin-bottom: 0px;
  margin-top: 0px;
}

.artscenter-pattern-image-column-list img,
.artscenter-pattern-image-column-detail img {
  width: 100%;
}

.artscenter-pattern-image-column-list .wp-block-columns,
.artscenter-pattern-image-column-detail .wp-block-columns {
  gap: 0.5rem;
}

.wp-block-group__inner-container
  .artscenter-pattern-image-column-list:last-child,
.wp-block-group__inner-container
  .artscenter-pattern-image-column-detail:last-child {
  margin-bottom: 0px;
}

/* カスタムパターン：Information */

.artscenter-pattern-info {
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-info {
    margin-top: 2.5rem;
    padding: 3rem;
  }
}

.artscenter-pattern-info h2 {
  margin-top: 0px;
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(179 182 188 / var(--tw-text-opacity));
}

.artscenter-pattern-info h3 {
  margin-top: 1rem;
  padding-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .artscenter-pattern-info h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.artscenter-pattern-info h3::after {
  display: none;
}

.artscenter-pattern-info h3:not(:first-of-type) {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-info h3:not(:first-of-type) {
    padding-bottom: 0px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.artscenter-pattern-info h4 {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.artscenter-pattern-info p {
  margin-top: 2rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .artscenter-pattern-info p {
    margin-top: 3rem;
  }
}

/* カスタムパターン：プロジェクト実績・Outline */

.artscenter-pattern-outline {
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-outline {
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}

.artscenter-pattern-outline h2 {
  margin: 0px;
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .artscenter-pattern-outline h2 {
    font-size: 32px;
  }
}

.artscenter-pattern-outline .wp-block-separator:first-of-type {
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  .artscenter-pattern-outline .wp-block-separator:first-of-type {
    margin-top: 1rem;
  }
}

.artscenter-pattern-outline-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-outline-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.artscenter-pattern-outline h3 {
  margin-top: 2.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (min-width: 768px) {
  .artscenter-pattern-outline h3 {
    margin-top: 2.5rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.artscenter-pattern-outline h3::after {
  display: none;
}

.artscenter-pattern-outline p {
  margin-top: 0px;
  font-size: 1.125rem;
  line-height: 1.8;
}

.artscenter-pattern-outline-inner div > p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 180%;
}

.artscenter-pattern-outline-inner div > p:first-child {
  margin-bottom: 0.25rem;
  margin-top: 2.25rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-outline-inner div > p {
    font-size: 1.125rem;
    line-height: 180%;
  }

  .artscenter-pattern-outline-inner div > p:first-child {
    margin-bottom: 1rem;
    margin-top: 2.5rem;
  }
}

/* カスタムパターン：プロジェクト実績・コメント */

.artscenter-pattern-comment {
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .artscenter-pattern-comment {
    margin-top: 2.5rem;
    padding: 3rem;
  }
}

.artscenter-pattern-comment h2 {
  margin-top: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .artscenter-pattern-comment h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.artscenter-pattern-comment h3 {
  padding-bottom: 0px;
}

.artscenter-pattern-comment h3::after {
  display: none;
}

.artscenter-pattern-comment > :not(.artscenter-block-common_profile) > p {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(67 72 81 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .artscenter-pattern-comment > :not(.artscenter-block-common_profile) > p {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

/*********************
 * 共通UI
 *********************/

/* ページネーション */

.artscenter-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.artscenter-pagination .page-numbers {
  position: relative;
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.artscenter-pagination .page-numbers .bg-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: -90deg;
  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));
}

.artscenter-pagination .page-numbers.prev,
.artscenter-pagination .page-numbers.next {
  width: 35px;
}

.artscenter-pagination .page-numbers.dots {
  width: auto;
}

/* カテゴリー・タブUI */

.artscenter-tab-categories {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  align-items: flex-end;
  overflow-x: scroll;
}

.artscenter-tab-categories::-webkit-scrollbar {
  display: none;
}

.artscenter-tab-categories a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-bottom-width: 1px;
  padding: 1rem;
  font-weight: 500;
}

.artscenter-tab-categories a::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 1px;
  width: 0px;
  --tw-translate-y: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.artscenter-tab-categories a:hover::after {
  content: var(--tw-content);
  left: 0px;
}

@media (min-width: 768px) {
  .artscenter-tab-categories a {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.artscenter-tab-categories a::after {
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}

.artscenter-tab-categories a.active {
  --tw-border-opacity: 1;
  border-color: rgb(35 24 21 / var(--tw-border-opacity));
}

@media (hover: hover) {
  .artscenter-tab-categories a:hover::after {
    content: var(--tw-content);
    width: 100%;
  }
}

/* カテゴリー・セレクトリストUI */

.artscenter-select-categories {
  position: relative;
  height: 100%;
  white-space: nowrap;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.artscenter-select-categories.active {
  border-radius: 0.375rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.artscenter-select-categories .select-button {
  position: relative;
  display: flex;
  height: 100%;
  min-width: 120px;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 24 21 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .artscenter-select-categories .select-button {
    min-width: 200px;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.artscenter-select-categories.active .select-button {
  border-bottom-color: transparent;
}

.artscenter-select-categories .down-arrow {
  flex-shrink: 0;
  flex-grow: 0;
}

.artscenter-select-categories .category-list {
  visibility: hidden;
  position: absolute;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  opacity: 0;
  transition-duration: 200ms;
}

.artscenter-select-categories .category-list a {
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .artscenter-select-categories .category-list a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.artscenter-select-categories .category-list a.current,
.artscenter-select-categories .category-list a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
}

.artscenter-select-categories.active .category-list {
  visibility: visible;
  opacity: 1;
}

/* カテゴリー・セレクトリストUI：タブ内用 */

.artscenter-tab-categories .artscenter-select-categories .select-button,
.project-hub-list .artscenter-select-categories .select-button {
  padding: 1rem;
}

@media (min-width: 768px) {
  .artscenter-tab-categories .artscenter-select-categories .select-button,
.project-hub-list .artscenter-select-categories .select-button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.artscenter-tab-categories .artscenter-select-categories .select-button,
.project-hub-list .artscenter-select-categories .select-button,
.project-hub-list .artscenter-select-categories .category-list {
  font-size: 1rem;
  line-height: 1.5rem;
}

.artscenter-tab-categories .artscenter-select-categories .select-button {
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
}

.artscenter-tab-categories .artscenter-select-categories .select-button::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 1px;
  width: 0px;
  --tw-translate-y: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.artscenter-tab-categories .artscenter-select-categories .select-button:hover::after {
  left: 0px;
  content: var(--tw-content);
  width: 100%;
}

.project-hub-list {
  display: none;
}

/* 一覧へ戻るUI */

.artscenter-block-return-to-list {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
  margin-top: 2.5rem;
  max-width: 1440px;
}

@media (min-width: 768px) {
  .artscenter-block-return-to-list {
    margin-bottom: 120px;
    margin-top: 6rem;
  }
}

.link-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-width: 1px;
  border-style: solid;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .link-box {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.text-box {
  padding-top: 0.25rem;
  font-weight: 500;
}

/*********************
* フォーム
*********************/

:where(.wp-block-post-content) input[type="text"],
:where(.wp-block-post-content) input[type="email"],
:where(.wp-block-post-content) input[type="tel"],
:where(.wp-block-post-content) textarea {
  width: 100%;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px) {
  :where(.wp-block-post-content) input[type="text"],
:where(.wp-block-post-content) input[type="email"],
:where(.wp-block-post-content) input[type="tel"],
:where(.wp-block-post-content) textarea {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

:where(.wp-block-post-content) input[type="checkbox"] {
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
  accent-color: #434851;
}

:where(.wp-block-post-content) input[type="checkbox"]:focus {
  outline: none;
}

:where(.wp-block-post-content) input[type="checkbox"]:focus::before {
  outline: 1px solid;
}

:where(.wp-block-post-content) ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(149 152 157 / var(--tw-text-opacity));
}

:where(.wp-block-post-content) ::placeholder {
  --tw-text-opacity: 1;
  color: rgb(149 152 157 / var(--tw-text-opacity));
}

:where(.wp-block-post-content) form :focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 1px solid #95989d;
}

/* チェックボックスデザイン */

:where(.wp-block-post-content) input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

:where(.wp-block-post-content) input[type="checkbox"]::before,
:where(.wp-block-post-content) input[type="checkbox"]::after {
  position: absolute;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

:where(.wp-block-post-content) input[type="checkbox"]::before {
  left: 0px;
  top: 50%;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  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));
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
}

:where(.wp-block-post-content) input[type="checkbox"]::after {
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  height: 7px;
  width: 9px;
  opacity: 0;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjA3NDEgMC4yOTI3ODdDOS4zOTQ4OCAwLjQ4MDMxNCA5LjUwMDE5IDAuNzM0NjIyIDkuNTAwMTkgMC45OTk3ODZDOS41MDAxOSAxLjI2NDk1IDkuMzk0ODggMS41MTkyNiA5LjIwNzQxIDEuNzA2NzlMNC4yMDc0MSA2LjcwNjc5QzQuMDE5ODggNi44OTQyNiAzLjc2NTU3IDYuOTk5NTcgMy41MDA0MSA2Ljk5OTU3QzMuMjM1MjQgNi45OTk1NyAyLjk4MDk0IDYuODk0MjYgMi43OTM0MSA2LjcwNjc5TDAuNzkzNDA3IDQuNzA2NzlDMC42MTEyNDkgNC41MTgxOCAwLjUxMDQ1NSA0LjI2NTU4IDAuNTEyNzMzIDQuMDAzMzlDMC41MTUwMTIgMy43NDExOSAwLjYyMDE4IDMuNDkwMzggMC44MDU1ODkgMy4zMDQ5N0MwLjk5MDk5NyAzLjExOTU2IDEuMjQxODEgMy4wMTQzOSAxLjUwNDAxIDMuMDEyMTFDMS43NjYyIDMuMDA5ODMgMi4wMTg4IDMuMTEwNjMgMi4yMDc0MSAzLjI5Mjc5TDMuNTAwNDEgNC41ODU3OUw3Ljc5MzQxIDAuMjkyNzg3QzcuOTgwOTQgMC4xMDUzMTYgOC4yMzUyNCAwIDguNTAwNDEgMEM4Ljc2NTU3IDAgOS4wMTk4OCAwLjEwNTMxNiA5LjIwNzQxIDAuMjkyNzg3WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
}

:where(.wp-block-post-content) input[type="checkbox"]:checked::before {
  --tw-border-opacity: 1;
  border-color: rgb(67 72 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(67 72 81 / var(--tw-bg-opacity));
}

:where(.wp-block-post-content) input[type="checkbox"]:checked::after {
  opacity: 1;
}

.form-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .form-area {
    gap: 3rem;
  }
}

.form-area p {
  margin-top: 0px;
}

.form-area .sub-text {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  display: block;
}

@media (min-width: 768px) {
  .form-area .sub-text {
    margin-bottom: 14px;
    margin-top: 1.5rem;
  }
}

.form-label {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.form-label.-required::after {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: '必須';
  content: var(--tw-content);
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.wpcf7-list-item {
  margin-left: 0px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wpcf7-submit {
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 215 222 / var(--tw-border-opacity));
  background-color: transparent;
  background-image: url('../../assets/img/icon/right-arrow-small.svg');
  background-repeat: no-repeat;
  padding: 1.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
  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: 300ms;
  background-position: right 24px center;
}

.wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .wpcf7-submit {
    padding: 2.5rem;
    background-position: right 40px center;
  }
}

.wpcf7-not-valid {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.wpcf7-checkbox.wpcf7-not-valid {
  border-width: 0px !important;
}

.wpcf7-not-valid-tip {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

.wpcf7-response-output {
  margin-left: 0px !important;
  margin-right: 0px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(149 152 157 / var(--tw-border-opacity)) !important;
}

/*********************
 * 特殊レイアウト
 *********************/

/* 求める人材 */

.artscenter-requirement-area {
  padding-top: 2.5rem !important;
}

@media (min-width: 1024px) {
  .artscenter-requirement-area {
    padding-bottom: 180px !important;
    padding-top: 100px !important;
  }
}

/* 3つの事業 */

.artscenter-about-business-lead {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
}

@media (min-width: 768px) {
  .artscenter-about-business-lead {
    gap: 2px;
    writing-mode: vertical-rl;
  }
}

.artscenter-about-business-lead .sub {
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 500;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .artscenter-about-business-lead .sub {
    font-size: 1.125rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .artscenter-about-business-lead .sub {
    font-size: 27px;
    line-height: 1;
  }
}

.artscenter-about-business-lead .main {
  display: flex;
  align-items: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

@media (min-width: 768px) {
  .artscenter-about-business-lead .main {
    font-size: 54px;
    line-height: 1;
    text-orientation: upright;
  }
}

@media (min-width: 1024px) {
  .artscenter-about-business-lead .main {
    font-size: 80px;
    line-height: 1;
  }
}

.artscenter-about-business-lead .num {
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
}

@media (min-width: 768px) {
  .artscenter-about-business-lead .num {
    margin-top: -.25em;
    font-size: 68px;
    line-height: 1;
    letter-spacing: -.25em;
  }
}

@media (min-width: 1024px) {
  .artscenter-about-business-lead .num {
    font-size: 100px;
    line-height: 1;
  }
}

.artscenter-about-business-list {
  margin-top: 2rem;
  width: 100%;
  counter-reset: number;
}

@media (min-width: 768px) {
  .artscenter-about-business-list {
    margin-top: 0px;
    width: 226px;
  }
}

@media (min-width: 1024px) {
  .artscenter-about-business-list {
    width: 269px;
  }
}

@media (min-width: 1280px) {
  .artscenter-about-business-list {
    width: 288px;
  }
}

.artscenter-about-business-list .item {
  display: grid;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(211,215,222,0.2);
  grid-template-columns: 40px 1fr 64px;
}

.artscenter-about-business-list .item:first-child {
  padding-top: 0px;
}

.artscenter-about-business-list .item:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .artscenter-about-business-list .item {
    gap: 0.5rem;
    grid-template-columns: 23px 1fr 64px;
  }
}

@media (min-width: 1024px) {
  .artscenter-about-business-list .item {
    grid-template-columns: 30px 1fr 64px;
  }
}

.artscenter-about-business-list .number {
  font-family: futura-pt, kinto-sans, sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  opacity: 0.2;
  counter-increment: number;
}

.artscenter-about-business-list .number::before {
  --tw-content: counter(number,decimal);
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .artscenter-about-business-list .number {
    font-size: 40px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .artscenter-about-business-list .number {
    font-size: 54px;
    line-height: 1;
  }
}

.artscenter-about-business-list .title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
}

@media (min-width: 768px) {
  .artscenter-about-business-list .title {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .artscenter-about-business-list .title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.artscenter-about-business-list .image {
  height: 64px;
  width: 64px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .artscenter-about-business-list .image {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .artscenter-about-business-list .image {
    height: 72px;
    width: 72px;
  }
}

/* Google reCaptchaバナー 非表示 */

.grecaptcha-badge {
  visibility: hidden;
}

/* 背景テクスチャの調整 */

.bg-sand-texture {
  background-size: 150px;
}

@media (min-width: 768px) {
  .bg-sand-texture {
    background-size: 300px;
  }
}

.placeholder\:text-white-40::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.placeholder\:text-white-40::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

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

.before\:bottom-0::before {
  content: var(--tw-content) !important;
  bottom: 0px !important;
}

.before\:left-1\/2::before {
  content: var(--tw-content) !important;
  left: 50% !important;
}

.before\:right-0::before {
  content: var(--tw-content) !important;
  right: 0px !important;
}

.before\:top-0::before {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.before\:top-1\/2::before {
  content: var(--tw-content) !important;
  top: 50% !important;
}

.before\:top-full::before {
  content: var(--tw-content) !important;
  top: 100% !important;
}

.before\:z-\[-1\]::before {
  content: var(--tw-content) !important;
  z-index: -1 !important;
}

.before\:block::before {
  content: var(--tw-content) !important;
  display: block !important;
}

.before\:h-0::before {
  content: var(--tw-content) !important;
  height: 0px !important;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content) !important;
  height: 1px !important;
}

.before\:h-full::before {
  content: var(--tw-content) !important;
  height: 100% !important;
}

.before\:h-px::before {
  content: var(--tw-content) !important;
  height: 1px !important;
}

.before\:w-0::before {
  content: var(--tw-content) !important;
  width: 0px !important;
}

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

.before\:w-3::before {
  content: var(--tw-content) !important;
  width: 0.75rem !important;
}

.before\:w-4::before {
  content: var(--tw-content) !important;
  width: 1rem !important;
}

.before\:w-full::before {
  content: var(--tw-content) !important;
  width: 100% !important;
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content) !important;
  --tw-translate-x: -50% !important;
  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)) !important;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content) !important;
  --tw-translate-y: -50% !important;
  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)) !important;
}

.before\:-rotate-45::before {
  content: var(--tw-content) !important;
  --tw-rotate: -45deg !important;
  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)) !important;
}

.before\:border-4::before {
  content: var(--tw-content) !important;
  border-width: 4px !important;
}

.before\:border-transparent::before {
  content: var(--tw-content) !important;
  border-color: transparent !important;
}

.before\:border-t-black::before {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(35 24 21 / var(--tw-border-opacity)) !important;
}

.before\:bg-\[\#D2D9DF\]::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 217 223 / var(--tw-bg-opacity)) !important;
}

.before\:bg-black::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity)) !important;
}

.before\:bg-gray-300::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 215 222 / var(--tw-bg-opacity)) !important;
}

.before\:bg-white::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.before\:bg-white-80::before {
  content: var(--tw-content) !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.before\:transition-all::before {
  content: var(--tw-content) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.before\:duration-500::before {
  content: var(--tw-content) !important;
  transition-duration: 500ms !important;
}

.before\:ease-in-out-expo::before {
  content: var(--tw-content) !important;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1) !important;
}

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

.before\:content-\[counter\(number\2c decimal\)\]::before {
  --tw-content: counter(number,decimal) !important;
  content: var(--tw-content) !important;
}

.before\:content-\[counter\(number\2c decimal-leading-zero\)\]::before {
  --tw-content: counter(number,decimal-leading-zero) !important;
  content: var(--tw-content) !important;
}

.after\:absolute::after {
  content: var(--tw-content) !important;
  position: absolute !important;
}

.after\:bottom-0::after {
  content: var(--tw-content) !important;
  bottom: 0px !important;
}

.after\:left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:left-1\/2::after {
  content: var(--tw-content) !important;
  left: 50% !important;
}

.after\:top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:top-1\/2::after {
  content: var(--tw-content) !important;
  top: 50% !important;
}

.after\:z-\[-2\]::after {
  content: var(--tw-content) !important;
  z-index: -2 !important;
}

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

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

.after\:h-\[1px\]::after {
  content: var(--tw-content) !important;
  height: 1px !important;
}

.after\:h-full::after {
  content: var(--tw-content) !important;
  height: 100% !important;
}

.after\:h-px::after {
  content: var(--tw-content) !important;
  height: 1px !important;
}

.after\:w-3::after {
  content: var(--tw-content) !important;
  width: 0.75rem !important;
}

.after\:w-4::after {
  content: var(--tw-content) !important;
  width: 1rem !important;
}

.after\:w-full::after {
  content: var(--tw-content) !important;
  width: 100% !important;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content) !important;
  --tw-translate-x: -50% !important;
  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)) !important;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content) !important;
  --tw-translate-y: -50% !important;
  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)) !important;
}

.after\:rotate-45::after {
  content: var(--tw-content) !important;
  --tw-rotate: 45deg !important;
  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)) !important;
}

.after\:rotate-90::after {
  content: var(--tw-content) !important;
  --tw-rotate: 90deg !important;
  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)) !important;
}

.after\:rounded-sm::after {
  content: var(--tw-content) !important;
  border-radius: 0.125rem !important;
}

.after\:bg-black::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity)) !important;
}

.after\:bg-blue-black::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity)) !important;
}

.after\:bg-gray-300::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 215 222 / var(--tw-bg-opacity)) !important;
}

.after\:bg-white-80::after {
  content: var(--tw-content) !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.after\:transition-transform::after {
  content: var(--tw-content) !important;
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.after\:duration-\[160ms\]::after {
  content: var(--tw-content) !important;
  transition-duration: 160ms !important;
}

.first\:pt-6:first-child {
  padding-top: 1.5rem !important;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px !important;
}

.last\:pb-8:last-child {
  padding-bottom: 2rem !important;
}

.last\:after\:absolute:last-child::after {
  content: var(--tw-content) !important;
  position: absolute !important;
}

.invalid\:mb-\[50px\]:invalid {
  margin-bottom: 50px !important;
}

.hover\:text-blue-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(42 45 50 / var(--tw-text-opacity)) !important;
}

.hover\:before\:left-0:hover::before {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.hover\:before\:top-0:hover::before {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.hover\:before\:h-full:hover::before {
  content: var(--tw-content) !important;
  height: 100% !important;
}

.hover\:before\:w-full:hover::before {
  content: var(--tw-content) !important;
  width: 100% !important;
}

.group:hover .group-hover\:left-0 {
  left: 0px !important;
}

.group:hover .group-hover\:w-0 {
  width: 0px !important;
}

.group:hover .group-hover\:w-full {
  width: 100% !important;
}

.group:hover .group-hover\:-translate-y-1 {
  --tw-translate-y: -0.25rem !important;
  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)) !important;
}

.group:hover .group-hover\:translate-x-\[0\%\] {
  --tw-translate-x: 0% !important;
  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)) !important;
}

.group:hover .group-hover\:translate-x-\[150\%\] {
  --tw-translate-x: 150% !important;
  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)) !important;
}

.group:hover .group-hover\:translate-x-\[300\%\] {
  --tw-translate-x: 300% !important;
  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)) !important;
}

.group:hover .group-hover\:translate-x-\[calc\(150\%\+4px\)\] {
  --tw-translate-x: calc(150% + 4px) !important;
  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)) !important;
}

.group:hover .group-hover\:translate-x-\[calc\(24px\*2\+8px\*2\)\] {
  --tw-translate-x: calc(24px * 2 + 8px * 2) !important;
  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)) !important;
}

.group:hover .group-hover\:translate-x-\[calc\(300\%-8px\*1\.5\)\] {
  --tw-translate-x: calc(300% - 8px * 1.5) !important;
  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)) !important;
}

.group:hover .group-hover\:translate-y-6 {
  --tw-translate-y: 1.5rem !important;
  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)) !important;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

.group:hover .group-hover\:scale-x-100 {
  --tw-scale-x: 1 !important;
  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)) !important;
}

.group:hover .group-hover\:scale-y-100 {
  --tw-scale-y: 1 !important;
  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)) !important;
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(149 152 157 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4 !important;
}

.group:hover .group-hover\:delay-\[0ms\] {
  transition-delay: 0ms !important;
}

.group:hover .group-hover\:delay-\[200ms\] {
  transition-delay: 200ms !important;
}

.group:hover .group-hover\:delay-\[calc\(60ms\+60ms\)\] {
  transition-delay: calc(60ms + 60ms) !important;
}

.group:hover .group-hover\:delay-\[calc\(60ms\+60ms\+60ms\)\] {
  transition-delay: calc(60ms + 60ms + 60ms) !important;
}

.group:hover .group-hover\:delay-\[calc\(60ms\+60ms\+60ms\+60ms\)\] {
  transition-delay: calc(60ms + 60ms + 60ms + 60ms) !important;
}

.group:hover .group-hover\:duration-150 {
  transition-duration: 150ms !important;
}

.group:hover .group-hover\:duration-\[1000ms\] {
  transition-duration: 1000ms !important;
}

.group:hover .group-hover\:duration-\[500ms\] {
  transition-duration: 500ms !important;
}

.group:hover .group-hover\:ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.group:hover .group-hover\:ease-out-expo {
  transition-timing-function: cubic-bezier(.16,1,.3,1) !important;
}

@media (min-width: 640px) {
  .sm\:bottom-12 {
    bottom: 3rem !important;
  }

  .sm\:left-\[7\%\] {
    left: 7% !important;
  }

  .sm\:left-\[calc\(100\%\*0\.558\)\] {
    left: calc(100% * 0.558) !important;
  }

  .sm\:right-\[14\%\] {
    right: 14% !important;
  }

  .sm\:right-\[28\%\] {
    right: 28% !important;
  }

  .sm\:top-\[52px\] {
    top: 52px !important;
  }

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

  .sm\:block {
    display: block !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:min-h-\[174px\] {
    min-height: 174px !important;
  }

  .sm\:w-\[186px\] {
    width: 186px !important;
  }

  .sm\:w-\[206px\] {
    width: 206px !important;
  }

  .sm\:w-\[214px\] {
    width: 214px !important;
  }

  .sm\:translate-y-\[2px\] {
    --tw-translate-y: 2px !important;
    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)) !important;
  }

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

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

  .sm\:flex-col {
    flex-direction: column !important;
  }

  .sm\:gap-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:delay-\[90ms\] {
    transition-delay: 90ms !important;
  }

  .sm\:delay-\[calc\(90ms\*2\)\] {
    transition-delay: calc(90ms * 2) !important;
  }

  .sm\:duration-\[500ms\] {
    transition-duration: 500ms !important;
  }

  .sm\:duration-\[750ms\] {
    transition-duration: 750ms !important;
  }

  .group:hover .sm\:group-hover\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    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)) !important;
  }

  .group:hover .sm\:group-hover\:translate-x-\[100\%\] {
    --tw-translate-x: 100% !important;
    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)) !important;
  }

  .group:hover .sm\:group-hover\:translate-x-\[calc\(200\%\+14px\)\] {
    --tw-translate-x: calc(200% + 14px) !important;
    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)) !important;
  }

  .group:hover .sm\:group-hover\:delay-\[calc\(0ms\)\] {
    transition-delay: calc(0ms) !important;
  }

  .group:hover .sm\:group-hover\:delay-\[calc\(60ms\)\] {
    transition-delay: calc(60ms) !important;
  }

  .group:hover .sm\:group-hover\:delay-\[calc\(60ms\+60ms\)\] {
    transition-delay: calc(60ms + 60ms) !important;
  }

  .group:hover .sm\:group-hover\:delay-\[calc\(60ms\+60ms\+60ms\)\] {
    transition-delay: calc(60ms + 60ms + 60ms) !important;
  }

  .group:hover .sm\:group-hover\:delay-\[calc\(60ms\+60ms\+60ms\+60ms\)\] {
    transition-delay: calc(60ms + 60ms + 60ms + 60ms) !important;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:-top-10 {
    top: -2.5rem !important;
  }

  .md\:-top-20 {
    top: -5rem !important;
  }

  .md\:bottom-8 {
    bottom: 2rem !important;
  }

  .md\:bottom-\[-268px\] {
    bottom: -268px !important;
  }

  .md\:bottom-\[calc\(-64px\)\] {
    bottom: calc(-64px) !important;
  }

  .md\:left-\[101\%\] {
    left: 101% !important;
  }

  .md\:left-\[30px\] {
    left: 30px !important;
  }

  .md\:right-0 {
    right: 0px !important;
  }

  .md\:right-10 {
    right: 2.5rem !important;
  }

  .md\:right-\[12\.6\%\] {
    right: 12.6% !important;
  }

  .md\:top-0 {
    top: 0px !important;
  }

  .md\:top-\[-24px\] {
    top: -24px !important;
  }

  .md\:top-\[-80px\] {
    top: -80px !important;
  }

  .md\:top-\[calc\(82px\+72px\)\] {
    top: calc(82px + 72px) !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:mb-\[120px\] {
    margin-bottom: 120px !important;
  }

  .md\:mb-\[88px\] {
    margin-bottom: 88px !important;
  }

  .md\:ml-\[-17px\] {
    margin-left: -17px !important;
  }

  .md\:mr-\[calc\(30vw_-_100\%\)\] {
    margin-right: calc(30vw - 100%) !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mt-\[100px\] {
    margin-top: 100px !important;
  }

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

  .md\:mt-\[120px\] {
    margin-top: 120px !important;
  }

  .md\:mt-\[66px\] {
    margin-top: 66px !important;
  }

  .md\:mt-\[70px\] {
    margin-top: 70px !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:contents {
    display: contents !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:aspect-\[1224\/600\] {
    aspect-ratio: 1224/600 !important;
  }

  .md\:aspect-\[288\/390\] {
    aspect-ratio: 288/390 !important;
  }

  .md\:aspect-\[392\/261\] {
    aspect-ratio: 392/261 !important;
  }

  .md\:aspect-\[704\/469\] {
    aspect-ratio: 704/469 !important;
  }

  .md\:aspect-auto {
    aspect-ratio: auto !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-\[120px\] {
    height: 120px !important;
  }

  .md\:h-\[14px\] {
    height: 14px !important;
  }

  .md\:h-\[163px\] {
    height: 163px !important;
  }

  .md\:h-\[20px\] {
    height: 20px !important;
  }

  .md\:h-\[30px\] {
    height: 30px !important;
  }

  .md\:h-\[42px\] {
    height: 42px !important;
  }

  .md\:h-\[511px\] {
    height: 511px !important;
  }

  .md\:h-\[66px\] {
    height: 66px !important;
  }

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

  .md\:h-\[70px\] {
    height: 70px !important;
  }

  .md\:h-\[88px\] {
    height: 88px !important;
  }

  .md\:h-\[96px\] {
    height: 96px !important;
  }

  .md\:h-\[calc\(100vh_-_146px\)\] {
    height: calc(100vh - 146px) !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:max-h-\[313px\] {
    max-height: 313px !important;
  }

  .md\:max-h-\[426px\] {
    max-height: 426px !important;
  }

  .md\:max-h-\[618px\] {
    max-height: 618px !important;
  }

  .md\:min-h-\[180px\] {
    min-height: 180px !important;
  }

  .md\:min-h-\[488px\] {
    min-height: 488px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-9 {
    width: 2.25rem !important;
  }

  .md\:w-\[105px\] {
    width: 105px !important;
  }

  .md\:w-\[120px\] {
    width: 120px !important;
  }

  .md\:w-\[138px\] {
    width: 138px !important;
  }

  .md\:w-\[152px\] {
    width: 152px !important;
  }

  .md\:w-\[170px\] {
    width: 170px !important;
  }

  .md\:w-\[200px\] {
    width: 200px !important;
  }

  .md\:w-\[24px\] {
    width: 24px !important;
  }

  .md\:w-\[268px\] {
    width: 268px !important;
  }

  .md\:w-\[308px\] {
    width: 308px !important;
  }

  .md\:w-\[358px\] {
    width: 358px !important;
  }

  .md\:w-\[42px\] {
    width: 42px !important;
  }

  .md\:w-\[52px\] {
    width: 52px !important;
  }

  .md\:w-\[56\%\] {
    width: 56% !important;
  }

  .md\:w-\[64x\] {
    width: 64x !important;
  }

  .md\:w-\[96px\] {
    width: 96px !important;
  }

  .md\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:max-w-\[288px\] {
    max-width: 288px !important;
  }

  .md\:max-w-\[313px\] {
    max-width: 313px !important;
  }

  .md\:max-w-\[464px\] {
    max-width: 464px !important;
  }

  .md\:max-w-\[808px\] {
    max-width: 808px !important;
  }

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100% !important;
    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)) !important;
  }

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

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

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

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

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:gap-0 {
    gap: 0px !important;
  }

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-12 {
    gap: 3rem !important;
  }

  .md\:gap-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-32 {
    gap: 8rem !important;
  }

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:gap-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-7 {
    gap: 1.75rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:gap-\[11px\] {
    gap: 11px !important;
  }

  .md\:gap-\[6px\] {
    gap: 6px !important;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .md\:gap-y-\[13px\] {
    row-gap: 13px !important;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .md\:border-\[32px\] {
    border-width: 32px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:p-6 {
    padding: 1.5rem !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:px-\[10px\] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md\:px-\[6px\] {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .md\:px-\[7\%\] {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }

  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:py-\[11px\] {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .md\:py-\[4px\] {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .md\:py-\[88px\] {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .md\:py-\[9px\] {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pb-\[122px\] {
    padding-bottom: 122px !important;
  }

  .md\:pb-\[126px\] {
    padding-bottom: 126px !important;
  }

  .md\:pb-\[140px\] {
    padding-bottom: 140px !important;
  }

  .md\:pb-\[144px\] {
    padding-bottom: 144px !important;
  }

  .md\:pb-\[174px\] {
    padding-bottom: 174px !important;
  }

  .md\:pb-\[24px\] {
    padding-bottom: 24px !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

  .md\:pr-20 {
    padding-right: 5rem !important;
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

  .md\:pt-\[128px\] {
    padding-top: 128px !important;
  }

  .md\:pt-\[140px\] {
    padding-top: 140px !important;
  }

  .md\:pt-\[144px\] {
    padding-top: 144px !important;
  }

  .md\:pt-\[186px\] {
    padding-top: 186px !important;
  }

  .md\:pt-\[215px\] {
    padding-top: 215px !important;
  }

  .md\:pt-\[72px\] {
    padding-top: 72px !important;
  }

  .md\:pt-\[76px\] {
    padding-top: 76px !important;
  }

  .md\:pt-\[91px\] {
    padding-top: 91px !important;
  }

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

  .md\:text-2xl\/\[1\.4\] {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

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

  .md\:text-5xl\/\[1\.4\] {
    font-size: 3rem !important;
    line-height: 1.4 !important;
  }

  .md\:text-5xl\/\[1\] {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .md\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

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

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

  .md\:text-\[40px\] {
    font-size: 40px !important;
  }

  .md\:text-\[48px\] {
    font-size: 48px !important;
  }

  .md\:text-\[52\.72px\] {
    font-size: 52.72px !important;
  }

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

  .md\:text-\[80px\]\/\[1\] {
    font-size: 80px !important;
    line-height: 1 !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:text-base\/\[1\.4\] {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  .md\:text-base\/\[1\.8\] {
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-lg\/\[1\.4\] {
    font-size: 1.125rem !important;
    line-height: 1.4 !important;
  }

  .md\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .md\:text-sm\/\[1\.4\] {
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
  }

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

  .md\:text-xl\/\[1\.4\] {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }

  .md\:leading-\[22px\] {
    line-height: 22px !important;
  }

  .md\:leading-\[28px\] {
    line-height: 28px !important;
  }

  .md\:leading-\[29px\] {
    line-height: 29px !important;
  }

  .md\:leading-\[34px\] {
    line-height: 34px !important;
  }

  .md\:leading-\[52px\] {
    line-height: 52px !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(35 24 21 / var(--tw-text-opacity)) !important;
  }

  .md\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

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

  .md\:duration-\[640ms\] {
    transition-duration: 640ms !important;
  }

  .md\:ease-out-expo {
    transition-timing-function: cubic-bezier(.16,1,.3,1) !important;
  }

  .md\:\[grid-template-columns\:1fr_240px\] {
    grid-template-columns: 1fr 240px;
  }

  .md\:\[grid-template-columns\:352px_1fr\] {
    grid-template-columns: 352px 1fr;
  }

  .md\:\[grid-template-rows\:1fr\] {
    grid-template-rows: 1fr;
  }

  .md\:before\:h-4::before {
    content: var(--tw-content) !important;
    height: 1rem !important;
  }

  .md\:before\:w-\[1px\]::before {
    content: var(--tw-content) !important;
    width: 1px !important;
  }

  .md\:first\:pt-0:first-child {
    padding-top: 0px !important;
  }

  .md\:last\:pb-0:last-child {
    padding-bottom: 0px !important;
  }

  .group:hover .md\:group-hover\:-translate-y-\[86px\] {
    --tw-translate-y: -86px !important;
    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)) !important;
  }

  .group:hover .md\:group-hover\:translate-x-\[0\%\] {
    --tw-translate-x: 0% !important;
    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)) !important;
  }

  .group:hover .md\:group-hover\:translate-x-\[300\%\] {
    --tw-translate-x: 300% !important;
    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)) !important;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .lg\:-left-\[142px\] {
    left: -142px !important;
  }

  .lg\:-right-\[118px\] {
    right: -118px !important;
  }

  .lg\:-top-\[18px\] {
    top: -18px !important;
  }

  .lg\:-top-\[52px\] {
    top: -52px !important;
  }

  .lg\:bottom-\[530px\] {
    bottom: 530px !important;
  }

  .lg\:left-4 {
    left: 1rem !important;
  }

  .lg\:left-\[212px\] {
    left: 212px !important;
  }

  .lg\:left-\[50\%\] {
    left: 50% !important;
  }

  .lg\:right-\[10px\] {
    right: 10px !important;
  }

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

  .lg\:top-\[0px\] {
    top: 0px !important;
  }

  .lg\:top-\[calc\(50\%\)\] {
    top: calc(50%) !important;
  }

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

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .lg\:mb-\[145px\] {
    margin-bottom: 145px !important;
  }

  .lg\:ml-\[124px\] {
    margin-left: 124px !important;
  }

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

  .lg\:mr-0 {
    margin-right: 0px !important;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

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

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

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

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

  .lg\:mt-\[120px\] {
    margin-top: 120px !important;
  }

  .lg\:mt-\[140px\] {
    margin-top: 140px !important;
  }

  .lg\:mt-\[56px\] {
    margin-top: 56px !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:aspect-\[328\/192\] {
    aspect-ratio: 328/192 !important;
  }

  .lg\:aspect-\[392\/261\] {
    aspect-ratio: 392/261 !important;
  }

  .lg\:h-\[120px\] {
    height: 120px !important;
  }

  .lg\:h-\[263px\] {
    height: 263px !important;
  }

  .lg\:h-\[28px\] {
    height: 28px !important;
  }

  .lg\:h-\[370px\] {
    height: 370px !important;
  }

  .lg\:h-\[372px\] {
    height: 372px !important;
  }

  .lg\:h-\[500px\] {
    height: 500px !important;
  }

  .lg\:h-\[675px\] {
    height: 675px !important;
  }

  .lg\:h-\[70px\] {
    height: 70px !important;
  }

  .lg\:h-\[80px\] {
    height: 80px !important;
  }

  .lg\:h-\[94px\] {
    height: 94px !important;
  }

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

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:max-h-\[500px\] {
    max-height: 500px !important;
  }

  .lg\:max-h-\[600px\] {
    max-height: 600px !important;
  }

  .lg\:max-h-\[748px\] {
    max-height: 748px !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-\[117px\] {
    width: 117px !important;
  }

  .lg\:w-\[118px\] {
    width: 118px !important;
  }

  .lg\:w-\[120px\] {
    width: 120px !important;
  }

  .lg\:w-\[186px\] {
    width: 186px !important;
  }

  .lg\:w-\[1px\] {
    width: 1px !important;
  }

  .lg\:w-\[206px\] {
    width: 206px !important;
  }

  .lg\:w-\[214px\] {
    width: 214px !important;
  }

  .lg\:w-\[228px\] {
    width: 228px !important;
  }

  .lg\:w-\[324px\] {
    width: 324px !important;
  }

  .lg\:w-\[328px\] {
    width: 328px !important;
  }

  .lg\:w-\[36\%\] {
    width: 36% !important;
  }

  .lg\:w-\[412px\] {
    width: 412px !important;
  }

  .lg\:w-\[64px\] {
    width: 64px !important;
  }

  .lg\:w-\[665px\] {
    width: 665px !important;
  }

  .lg\:w-\[70px\] {
    width: 70px !important;
  }

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

  .lg\:max-w-\[1014px\] {
    max-width: 1014px !important;
  }

  .lg\:max-w-\[1224px\] {
    max-width: 1224px !important;
  }

  .lg\:max-w-\[425px\] {
    max-width: 425px !important;
  }

  .lg\:max-w-\[464px\] {
    max-width: 464px !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
    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)) !important;
  }

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

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

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

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

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

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

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

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

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

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

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

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

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

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-32 {
    gap: 8rem !important;
  }

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

  .lg\:gap-\[111px\] {
    gap: 111px !important;
  }

  .lg\:gap-\[52px\] {
    gap: 52px !important;
  }

  .lg\:gap-\[60px\] {
    gap: 60px !important;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:border-0 {
    border-width: 0px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:bg-\[\#E5EAEF\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 234 239 / var(--tw-bg-opacity)) !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

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

  .lg\:px-\[37px\] {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .lg\:py-\[220px\] {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .lg\:py-\[62px\] {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }

  .lg\:py-\[6px\] {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .lg\:py-\[88px\] {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .lg\:py-\[96px\] {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pb-\[144px\] {
    padding-bottom: 144px !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:pr-0 {
    padding-right: 0px !important;
  }

  .lg\:pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:pr-\[104px\] {
    padding-right: 104px !important;
  }

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

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pt-\[144px\] {
    padding-top: 144px !important;
  }

  .lg\:font-system {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif !important;
  }

  .lg\:text-2xl\/\[1\.2\] {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }

  .lg\:text-\[16px\]\/\[1\.8\] {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }

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

  .lg\:text-\[40px\]\/\[1\.4\] {
    font-size: 40px !important;
    line-height: 1.4 !important;
  }

  .lg\:text-\[40px\]\/\[140\%\] {
    font-size: 40px !important;
    line-height: 140% !important;
  }

  .lg\:text-\[40px\]\/\[1\] {
    font-size: 40px !important;
    line-height: 1 !important;
  }

  .lg\:text-\[50px\]\/\[1\] {
    font-size: 50px !important;
    line-height: 1 !important;
  }

  .lg\:text-\[56px\]\/\[1\] {
    font-size: 56px !important;
    line-height: 1 !important;
  }

  .lg\:text-\[64px\] {
    font-size: 64px !important;
  }

  .lg\:text-\[64px\]\/\[1\] {
    font-size: 64px !important;
    line-height: 1 !important;
  }

  .lg\:text-\[80px\]\/\[1\] {
    font-size: 80px !important;
    line-height: 1 !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:text-base\/\[1\.4\] {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

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

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-sm\/\[1\.4\] {
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
  }

  .lg\:text-xl\/\[1\.4\] {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:leading-\[13px\] {
    line-height: 13px !important;
  }

  .lg\:leading-\[20px\] {
    line-height: 20px !important;
  }

  .lg\:leading-\[29px\] {
    line-height: 29px !important;
  }

  .lg\:leading-\[34px\] {
    line-height: 34px !important;
  }

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

  .lg\:\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }

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

  .lg\:before\:left-0::before {
    content: var(--tw-content) !important;
    left: 0px !important;
  }

  .lg\:before\:h-full::before {
    content: var(--tw-content) !important;
    height: 100% !important;
  }

  .lg\:before\:w-\[1px\]::before {
    content: var(--tw-content) !important;
    width: 1px !important;
  }

  .lg\:before\:bg-\[\#E5EAEF\]::before {
    content: var(--tw-content) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 234 239 / var(--tw-bg-opacity)) !important;
  }

  .lg\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem !important;
  }

  .lg\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[-6px\] {
    left: -6px !important;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl\:mr-\[10px\] {
    margin-right: 10px !important;
  }

  .xl\:mr-\[calc\(20vw_-_100\%\)\] {
    margin-right: calc(20vw - 100%) !important;
  }

  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:grid {
    display: grid !important;
  }

  .xl\:h-\[252px\] {
    height: 252px !important;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg !important;
    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)) !important;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

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

  .xl\:flex-col {
    flex-direction: column !important;
  }

  .xl\:justify-end {
    justify-content: flex-end !important;
  }

  .xl\:justify-between {
    justify-content: space-between !important;
  }

  .xl\:gap-0 {
    gap: 0px !important;
  }

  .xl\:gap-4 {
    gap: 1rem !important;
  }

  .xl\:gap-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-8 {
    gap: 2rem !important;
  }

  .xl\:gap-\[34px\] {
    gap: 34px !important;
  }

  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:px-\[108px\] {
    padding-left: 108px !important;
    padding-right: 108px !important;
  }

  .xl\:py-\[96px\] {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:pb-\[135px\] {
    padding-bottom: 135px !important;
  }

  .xl\:pb-\[200px\] {
    padding-bottom: 200px !important;
  }

  .xl\:pb-\[240px\] {
    padding-bottom: 240px !important;
  }

  .xl\:pl-\[108px\] {
    padding-left: 108px !important;
  }

  .xl\:pr-\[108px\] {
    padding-right: 108px !important;
  }

  .xl\:pt-\[144px\] {
    padding-top: 144px !important;
  }

  .xl\:font-system {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif !important;
  }

  .xl\:leading-\[51px\] {
    line-height: 51px !important;
  }

  .xl\:\[grid-template-columns\:1fr_128px\] {
    grid-template-columns: 1fr 128px;
  }

  .xl\:\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }
}

@media (min-width: 1536px) {
  .\32xl\:right-6 {
    right: 1.5rem !important;
  }

  .\32xl\:w-\[60\%\] {
    width: 60% !important;
  }

  .\32xl\:max-w-full {
    max-width: 100% !important;
  }

  .\32xl\:max-w-none {
    max-width: none !important;
  }

  .\32xl\:gap-16 {
    gap: 4rem !important;
  }

  .\32xl\:px-\[20\%\] {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .\32xl\:pb-\[153px\] {
    padding-bottom: 153px !important;
  }

  .\32xl\:pb-\[213px\] {
    padding-bottom: 213px !important;
  }

  .\32xl\:pt-\[190px\] {
    padding-top: 190px !important;
  }
}

@media (min-width: 1670px) {
  .\33xl\:mr-\[calc\(4vw_-_100\%\)\] {
    margin-right: calc(4vw - 100%) !important;
  }

  .\33xl\:block {
    display: block !important;
  }

  .\33xl\:pl-0 {
    padding-left: 0px !important;
  }

  .\33xl\:pr-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\:nth-child\(3\)\]\:border-b-0:nth-child(3) {
    border-bottom-width: 0px !important;
  }
}

.\[\&\>\*\+\*\]\:mt-4>*+* {
  margin-top: 1rem !important;
}

.\[\&\>\*\+\*\]\:mt-6>*+* {
  margin-top: 1.5rem !important;
}

.\[\&\>\*\+\*\]\:border-t>*+* {
  border-top-width: 1px !important;
}

.\[\&\>\*\+\*\]\:border-blue-black>*+* {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 45 50 / var(--tw-border-opacity)) !important;
}

@media (min-width: 768px) {
  .md\:\[\&\>\*\+\*\]\:border-l>*+* {
    border-left-width: 1px !important;
  }

  .md\:\[\&\>\*\+\*\]\:border-t-0>*+* {
    border-top-width: 0px !important;
  }

  .md\:\[\&\>\*\+\*\]\:border-blue-black>*+* {
    --tw-border-opacity: 1 !important;
    border-color: rgb(42 45 50 / var(--tw-border-opacity)) !important;
  }
}

.\[\&\>\*\]\:absolute>* {
  position: absolute !important;
}

.\[\&\>\*\]\:left-1\/2>* {
  left: 50% !important;
}

.\[\&\>\*\]\:h-0\.5>* {
  height: 0.125rem !important;
}

.\[\&\>\*\]\:w-\[18px\]>* {
  width: 18px !important;
}

.\[\&\>\*\]\:-translate-y-1\/2>* {
  --tw-translate-y: -50% !important;
  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)) !important;
}

.\[\&\>\*\]\:rounded-sm>* {
  border-radius: 0.125rem !important;
}

.\[\&\>\*\]\:bg-blue-black>* {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity)) !important;
}

.\[\&\>\*\]\:bg-white>* {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.\[\&\>\*\]\:transition-all>* {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.\[\&\>\*\]\:duration-\[400ms\]>* {
  transition-duration: 400ms !important;
}

.\[\&\>\*\]\:ease-in-out-expo>* {
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1) !important;
}

@media (min-width: 768px) {
  .md\:\[\&\>br\]\:hidden>br {
    display: none !important;
  }
}

.\[\&\>div\+div\]\:border-t>div+div {
  border-top-width: 1px !important;
}

.\[\&\>div\+div\]\:border-\[\#E5EAEF\]>div+div {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 234 239 / var(--tw-border-opacity)) !important;
}

@media (min-width: 1024px) {
  .lg\:\[\&\>div\+div\]\:border-t-0>div+div {
    border-top-width: 0px !important;
  }
}

.\[\&\>div\]\:absolute>div {
  position: absolute !important;
}

.\[\&\>div\]\:bottom-0>div {
  bottom: 0px !important;
}

.\[\&\>div\]\:h-1>div {
  height: 0.25rem !important;
}

.\[\&\>div\]\:h-2>div {
  height: 0.5rem !important;
}

.\[\&\>div\]\:w-2>div {
  width: 0.5rem !important;
}

.\[\&\>div\]\:w-\[6px\]>div {
  width: 6px !important;
}

.\[\&\>div\]\:bg-gray-300>div {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 215 222 / var(--tw-bg-opacity)) !important;
}

.\[\&\>div\]\:transition-all>div {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.\[\&\>div\]\:delay-\[calc\(0ms\)\]>div {
  transition-delay: calc(0ms) !important;
}

.\[\&\>div\]\:delay-\[calc\(75ms\)\]>div {
  transition-delay: calc(75ms) !important;
}

.\[\&\>div\]\:delay-\[calc\(75ms\*2\)\]>div {
  transition-delay: calc(75ms * 2) !important;
}

.\[\&\>div\]\:delay-\[calc\(75ms\*3\)\]>div {
  transition-delay: calc(75ms * 3) !important;
}

.\[\&\>div\]\:duration-300>div {
  transition-duration: 300ms !important;
}

.group:hover .group-hover\:\[\&\>div\]\:bg-gray-500>div {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(149 152 157 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:\[\&\>div\]\:delay-\[calc\(0ms\)\]>div {
  transition-delay: calc(0ms) !important;
}

.group:hover .group-hover\:\[\&\>div\]\:delay-\[calc\(75ms\)\]>div {
  transition-delay: calc(75ms) !important;
}

.group:hover .group-hover\:\[\&\>div\]\:delay-\[calc\(75ms\*2\)\]>div {
  transition-delay: calc(75ms * 2) !important;
}

.group:hover .group-hover\:\[\&\>div\]\:delay-\[calc\(75ms\*3\)\]>div {
  transition-delay: calc(75ms * 3) !important;
}

@media (min-width: 768px) {
  .md\:\[\&\>div\]\:h-\[6px\]>div {
    height: 6px !important;
  }

  .md\:\[\&\>div\]\:w-\[9px\]>div {
    width: 9px !important;
  }
}

.\[\&\>img\]\:transition>img {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.\[\&\>img\]\:duration-700>img {
  transition-duration: 700ms !important;
}

.\[\&\>img\]\:duration-\[550ms\]>img {
  transition-duration: 550ms !important;
}

.\[\&\>img\]\:ease-out-expo>img {
  transition-timing-function: cubic-bezier(.16,1,.3,1) !important;
}

.group\/img:hover .group-hover\/img\:\[\&\>img\]\:scale-110>img {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  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)) !important;
}

.group:hover .group-hover\:\[\&\>img\]\:scale-110>img {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  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)) !important;
}

.group:hover .group-hover\:\[\&\>img\]\:delay-\[300ms\]>img {
  transition-delay: 300ms !important;
}

.\[\&\>span\]\:absolute>span {
  position: absolute !important;
}

.\[\&\>span\]\:left-0>span {
  left: 0px !important;
}

.\[\&\>span\]\:h-1\/3>span {
  height: 33.333333% !important;
}

.\[\&\>span\]\:h-\[34\%\]>span {
  height: 34% !important;
}

.\[\&\>span\]\:h-px>span {
  height: 1px !important;
}

.\[\&\>span\]\:w-full>span {
  width: 100% !important;
}

.\[\&\>span\]\:flex-shrink-0>span {
  flex-shrink: 0 !important;
}

.\[\&\>span\]\:origin-left>span {
  transform-origin: left !important;
}

.\[\&\>span\]\:scale-x-0>span {
  --tw-scale-x: 0 !important;
  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)) !important;
}

.\[\&\>span\]\:bg-\[rgba\(255\2c 255\2c 255\2c \.3\)\]>span {
  background-color: rgba(255,255,255,.3) !important;
}

.\[\&\>span\]\:bg-black>span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity)) !important;
}

.\[\&\>span\]\:bg-blue-black>span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 45 50 / var(--tw-bg-opacity)) !important;
}

.\[\&\>span\]\:bg-gray-10>span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity)) !important;
}

.\[\&\>span\]\:transition-all>span {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.\[\&\>span\]\:duration-500>span {
  transition-duration: 500ms !important;
}

.\[\&\>span\]\:duration-700>span {
  transition-duration: 700ms !important;
}

.group:hover .group-hover\:\[\&\>span\]\:scale-x-100>span {
  --tw-scale-x: 1 !important;
  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)) !important;
}

.\[\&\>svg\]\:h-6>svg {
  height: 1.5rem !important;
}

.\[\&\>svg\]\:w-7>svg {
  width: 1.75rem !important;
}

.\[\&\>svg\]\:max-w-full>svg {
  max-width: 100% !important;
}

.\[\&\>svg\]\:origin-bottom-right>svg {
  transform-origin: bottom right !important;
}

.\[\&\>svg\]\:transition-all>svg {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.\[\&\>svg\]\:transition-transform>svg {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.\[\&\>svg\]\:duration-300>svg {
  transition-duration: 300ms !important;
}

.\[\&\>svg\]\:ease-in-out-expo>svg {
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1) !important;
}

.group:hover .group-hover\:\[\&\>svg\]\:rotate-\[12deg\]>svg {
  --tw-rotate: 12deg !important;
  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)) !important;
}

.\[\&_\.divider\]\:px-2 .divider {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\[\&_\.divider\]\:text-\[\#A8A8A8\] .divider {
  --tw-text-opacity: 1 !important;
  color: rgb(168 168 168 / var(--tw-text-opacity)) !important;
}

.\[\&_a\]\:font-futura a {
  font-family: futura-pt, kinto-sans, sans-serif !important;
}

.\[\&_a\]\:font-medium a {
  font-weight: 500 !important;
}

.\[\&_a\]\:leading-8 a {
  line-height: 2rem !important;
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.last\:\[\&_div\]\:border-0 div:last-child {
  border-width: 0px !important;
}

.\[\&_h2_span\:nth-child\(2\)\]\:opacity-70 h2 span:nth-child(2) {
  opacity: 0.7 !important;
}

.\[\&_span\>span\]\:text-gray-600 span>span {
  --tw-text-opacity: 1 !important;
  color: rgb(103 108 116 / var(--tw-text-opacity)) !important;
}

.\[\&_td\]\:last\:border-0:last-child td {
  border-width: 0px !important;
}

.\[\&_th\]\:last\:border-0:last-child th {
  border-width: 0px !important;
}
