/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/style.css ***!
  \***************************************************************************************************************/
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

img,
svg,
canvas {
  display: inline-block;
  width: 100%;
  max-width: none;
}

html {
  overflow-x: hidden;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}

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

.css-hover-transition {
  transition: background-color 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

@media (hover: hover) {
  .css-hover-bg:hover {
    background-color: #4E72B1;
  }
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.-top-\[3vw\] {
  top: -3vw;
}

.-top-\[2vh\] {
  top: -2vh;
}

.right-0 {
  right: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-5 {
  left: 1.25rem;
}

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

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

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

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.mt-\[3\.5vh\] {
  margin-top: 3.5vh;
}

.mt-\[3vh\] {
  margin-top: 3vh;
}

.mt-\[4vh\] {
  margin-top: 4vh;
}

.mt-\[2vh\] {
  margin-top: 2vh;
}

.mb-\[5vh\] {
  margin-bottom: 5vh;
}

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

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

.mb-\[6vh\] {
  margin-bottom: 6vh;
}

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

.h-\[calc\(var\(--vh\2c 1vh\)\*100\)\] {
  height: calc(var(--vh, 1vh) * 100);
}

.h-auto {
  height: auto;
}

.h-\[9rem\] {
  height: 9rem;
}

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

.h-14 {
  height: 3.5rem;
}

.h-full {
  height: 100%;
}

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

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

.h-4\/6 {
  height: 66.666667%;
}

.h-0 {
  height: 0px;
}

.h-screen {
  height: 100vh;
}

.h-16 {
  height: 4rem;
}

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


.max-h-fit {
  max-height: fit-content
}

.min-h-\[calc\(var\(--vh\2c 1vh\)\*100\)\] {
  min-height: calc(var(--vh, 1vh) * 100);
}

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

.w-full {
  width: 100%;
}

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

.w-7\/16 {
  width: 43.75%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-11\/16 {
  width: 68.75%;
}

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

.w-\[12vw\] {
  width: 12vw;
}

.w-\[min\(65vw\2c 460px\)\] {
  width: min(65vw, 460px);
}

.w-screen {
  width: 100vw;
}

.w-14 {
  width: 3.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-13\/16 {
  width: 81.25%;
}

.w-\[calc\(100\%-110px\)\] {
  width: calc(100% - 110px);
}

.w-10\/12 {
  width: 83.333333%;
}

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

.w-\[calc\(100\%-105px\)\] {
  width: calc(100% - 105px);
}

.w-12\/16 {
  width: 75%;
}

.w-36 {
  width: 9rem;
}

.w-\[min\(18vw\2c 50px\)\] {
  width: min(18vw, 50px);
}

.w-\[calc\(100\%-95px\)\] {
  width: calc(100% - 95px);
}

.w-\[min\(19vw\2c 60px\)\] {
  width: min(19vw, 60px);
}

.w-\[min\(38vw\2c 110px\)\] {
  width: min(38vw, 110px);
}

.w-28 {
  width: 7rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-\[min\(6vw\2c 25px\)\] {
  width: min(6vw, 25px);
}

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

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

.w-\[min\(45vw\2c 280px\)\] {
  width: min(45vw, 280px);
}

.w-16 {
  width: 4rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[8rem\] {
  max-width: 8rem;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.break-words {
  overflow-wrap: break-word;
}

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

.rounded-\[14px_0px_0px_14px\] {
  border-radius: 14px 0px 0px 14px;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 135 / var(--tw-bg-opacity));
}

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

.bg-black\/\[0\.6\] {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

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

.bg-\[position\:center_right_26\%\] {
  background-position: center right 26%;
}

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

.bg-\[position\:bottom_left\] {
  background-position: bottom left;
}

.bg-\[position\:center_right_13\%\] {
  background-position: center right 13%;
}

.bg-\[position\:center_left_25\%\] {
  background-position: center left 25%;
}

.bg-\[position\:top_50\%_right_20\%\] {
  background-position: top 50% right 20%;
}

.bg-\[position\:bottom_right_26\%\] {
  background-position: bottom right 26%;
}

.bg-\[position\:center_right_23\%\] {
  background-position: center right 23%;
}

.bg-repeat {
  background-repeat: repeat;
}

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

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

.p-0\.5 {
  padding: 0.125rem;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

.py-\[1\.2rem\] {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

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

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

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

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

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

.pr-\[2\.5rem\] {
  padding-right: 2.5rem;
}

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

.pb-\[5vh\] {
  padding-bottom: 5vh;
}

.pt-\[16vh\] {
  padding-top: 16vh;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pb-\[56\.25\%\;\] {
  padding-bottom: 56.25%;
  ;
}

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

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

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

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

.text-xxs {
  font-size: 0.8125rem;
  line-height: 1.25;
}

.text-\[min\(5\.5vw\2c 1\.75rem\)\] {
  font-size: min(5.5vw, 1.75rem);
}

.text-\[min\(7vw\2c 1\.9rem\)\] {
  font-size: min(7vw, 1.9rem);
}

.text-\[min\(4\.5vw\2c 1\.1rem\)\] {
  font-size: min(4.5vw, 1.1rem);
}

.text-\[min\(6\.5vw\2c 1\.9rem\)\] {
  font-size: min(6.5vw, 1.9rem);
}

.text-\[min\(4vw\2c 1\.05rem\)\] {
  font-size: min(4vw, 1.05rem);
}

.text-\[min\(4vw\2c 1rem\)\] {
  font-size: min(4vw, 1rem);
}

.text-\[min\(5vw\2c 1\.1rem\)\] {
  font-size: min(5vw, 1.1rem);
}

.text-\[min\(4\.5vw\2c 1\.2rem\)\] {
  font-size: min(4.5vw, 1.2rem);
}

.text-xxxs {
  font-size: 0.75rem;
  line-height: 1.25;
}

.text-\[min\(5\.5vw\2c 1\.6rem\)\] {
  font-size: min(5.5vw, 1.6rem);
}

.text-\[min\(4\.2vw\2c 1\.05rem\)\] {
  font-size: min(4.2vw, 1.05rem);
}

.text-\[min\(3\.9vw\2c 1rem\)\] {
  font-size: min(3.9vw, 1rem);
}

.text-\[min\(6vw\2c 1\.6rem\)\] {
  font-size: min(6vw, 1.6rem);
}

.text-\[min\(438vw\2c 1\.2rem\)\] {
  font-size: min(438vw, 1.2rem);
}

.text-\[min\(4\.3vw\2c 1\.1rem\)\] {
  font-size: min(4.3vw, 1.1rem);
}

.text-\[min\(4vw\2c 0\.95rem\)\] {
  font-size: min(4vw, 0.95rem);
}

.text-\[min\(3vw\2c 0\.8rem\)\] {
  font-size: min(3vw, 0.8rem);
}

.text-\[min\(6\.5vw\2c 1\.6rem\)\] {
  font-size: min(6.5vw, 1.6rem);
}

.text-\[min\(4\.2vw\2c 1rem\)\] {
  font-size: min(4.2vw, 1rem);
}

.text-\[min\(4\.8vw\2c 1\.2rem\)\] {
  font-size: min(4.8vw, 1.2rem);
}

.text-\[min\(4vw\2c 1\.1rem\)\] {
  font-size: min(4vw, 1.1rem);
}

.text-\[min\(6vw\2c 1\.5rem\)\] {
  font-size: min(6vw, 1.5rem);
}

.text-\[1\.05rem\] {
  font-size: 1.05rem;
}

.text-\[min\(8vw\2c 1\.5rem\)\] {
  font-size: min(8vw, 1.5rem);
}

.text-sm {
  font-size: 0.9375rem;
  line-height: 1.75;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-normal {
  line-height: 1.5;
}

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

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

.leading-snug {
  line-height: 1.375;
}

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

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

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.-tracking-\[0\.05em\] {
  letter-spacing: -0.05em;
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

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

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

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

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.no-underline {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-0 {
  opacity: 0;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
}

.\[-webkit-overflow-scrolling\:touch\] {
  -webkit-overflow-scrolling: touch;
}

/*jsに紐づいたclass*/
#js-button-side-fixed.active {
  bottom: 45px;
}

.css-scroll-snap {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  height: calc(var(--vh, 1vh)*100);
}

.css-scroll-snap-item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: calc(var(--vh, 1vh)*100);
}

.css-zoom-out {
  -webkit-animation: zoom-out linear 6000ms forwards;
  animation: zoom-out linear 6000ms forwards;
}

@-webkit-keyframes zoom-out {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

@keyframes zoom-out {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.css-line-left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #fff;
}

.css-line-right::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #fff;
}

.swiper-wrapper {
  transition-timing-function: ease-in-out;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  top: 45% !important;
  background: #262626;
  border-radius: 50px;
}

.swiper-button-next {
  right: 12px !important;
}

.swiper-button-prev {
  left: 12px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  color: #fff !important;
}

.swiper-button-prev::after {
  transform: translateX(-1px);
}

.swiper-button-next::after {
  transform: translateX(1px);
}

@media (min-height: 650px) {
  .height-element {
    display: none;
  }
}

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

.before\:-top-3::before {
  content: var(--tw-content);
  top: -0.75rem;
}

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

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

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

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

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

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

.after\:top-3::after {
  content: var(--tw-content);
  top: 0.75rem;
}

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

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-inherit::after {
  content: var(--tw-content);
  background-color: inherit;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

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

.group:hover .group-hover\:scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

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

.group:hover .group-hover\:drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

@media (min-width: 640px) {

  .sm\:visible {
    visibility: visible;
  }

  .sm\:static {
    position: static;
  }

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

  .sm\:-top-\[4\.5vw\] {
    top: -4.5vw;
  }

  .sm\:top-auto {
    top: auto;
  }

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

  .sm\:clear-both {
    clear: both;
  }

  .sm\:m-0 {
    margin: 0px;
  }

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

  .sm\:mb-\[9vh\] {
    margin-bottom: 9vh;
  }

  .sm\:mt-\[4vh\] {
    margin-top: 4vh;
  }

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

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-full {
    height: 100%;
  }

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

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

  .sm\:w-auto {
    width: auto;
  }

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

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

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

  .sm\:w-8\/16 {
    width: 50%;
  }

  .sm\:w-10\/16 {
    width: 62.5%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

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

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

  .sm\:w-\[min\(18vw\2c 60px\)\] {
    width: min(18vw, 60px);
  }

  .sm\:w-\[min\(18vw\2c 75px\)\] {
    width: min(18vw, 75px);
  }

  .sm\:w-\[min\(35vw\2c 135px\)\] {
    width: min(35vw, 135px);
  }

  .sm\:w-\[calc\(100\%-150px\)\] {
    width: calc(100% - 150px);
  }

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

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

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

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

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

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

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

  .sm\:grow {
    flex-grow: 1;
  }

  .sm\:-translate-y-1\/2 {
    --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));
  }

  .sm\:translate-x-\[30px\] {
    --tw-translate-x: 30px;
    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));
  }

  .sm\:translate-x-\[-30px\] {
    --tw-translate-x: -30px;
    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));
  }

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .sm\:rounded-r-\[25px\] {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

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

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

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

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

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:px-\[5vw\] {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sm\:py-\[3\.5vw\] {
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
  }

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

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .sm\:pt-\[12vh\] {
    padding-top: 12vh;
  }

  .sm\:pl-\[1vw\] {
    padding-left: 1vw;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-\[50px\] {
    padding-right: 50px;
  }

  .sm\:pr-\[1vw\] {
    padding-right: 1vw;
  }

  .sm\:pl-\[50px\] {
    padding-left: 50px;
  }

  .sm\:text-\[min\(3\.4vw\2c 1\.7rem\)\] {
    font-size: min(3.4vw, 1.7rem);
  }

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

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

  .sm\:text-\[min\(3\.1vw\2c 2\.3rem\)\] {
    font-size: min(3.1vw, 2.3rem);
  }

  .sm\:text-\[min\(2\.2vw\2c 1\.15rem\)\] {
    font-size: min(2.2vw, 1.15rem);
  }

  .sm\:text-\[min\(2\.2vw\2c 1\.2rem\)\] {
    font-size: min(2.2vw, 1.2rem);
  }

  .sm\:text-\[min\(3vw\2c 2\.2rem\)\] {
    font-size: min(3vw, 2.2rem);
  }

  .sm\:text-\[min\(3\.2vw\2c 2rem\)\] {
    font-size: min(3.2vw, 2rem);
  }

  .sm\:text-\[min\(3\.2vw\2c 1\.8rem\)\] {
    font-size: min(3.2vw, 1.8rem);
  }

  .sm\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

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

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

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em;
  }
}

@media (min-width: 768px) {

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

  .md\:left-auto {
    left: auto;
  }

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

  .md\:clear-both {
    clear: both;
  }

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

  .md\:mt-\[4vh\] {
    margin-top: 4vh;
  }

  .md\:mt-\[2vh\] {
    margin-top: 2vh;
  }

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

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

  .md\:mt-\[3vh\] {
    margin-top: 3vh;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:ml-\[50px\] {
    margin-left: 50px;
  }

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-10\/16 {
    width: 62.5%;
  }

  .md\:w-6\/16 {
    width: 37.5%;
  }

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

  .md\:w-7\/16 {
    width: 43.75%;
  }

  .md\:w-9\/16 {
    width: 56.25%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

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

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

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

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

  .md\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

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

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

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

  .md\:grow {
    flex-grow: 1;
  }

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

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

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

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

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

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

  .md\:bg-center {
    background-position: center;
  }

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

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

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

  .md\:text-\[min\(4\.5vw\2c 2\.8rem\)\] {
    font-size: min(4.5vw, 2.8rem);
  }

  .md\:text-\[1\.15rem\] {
    font-size: 1.15rem;
  }

  .md\:text-\[min\(2vw\2c 1\.15rem\)\] {
    font-size: min(2vw, 1.15rem);
  }

  .md\:text-xxs {
    font-size: 0.8125rem;
    line-height: 1.25;
  }

  .md\:text-xs {
    font-size: 0.875rem;
    line-height: 1.375;
  }

  .md\:text-\[calc\(1rem\+0\.3vw\)\] {
    font-size: calc(1rem + 0.3vw);
  }

  .md\:text-\[min\(4\.5vw\2c 2rem\)\] {
    font-size: min(4.5vw, 2rem);
  }

  .md\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.75;
  }

  .md\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 1024px) {

  .lg\:mb-\[5vh\] {
    margin-bottom: 5vh;
  }

  .lg\:block {
    display: block;
  }

  .lg\:w-7\/16 {
    width: 43.75%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

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

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

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

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

  .lg\:pl-\[2vw\] {
    padding-left: 2vw;
  }

  .lg\:pr-\[115px\] {
    padding-right: 115px;
  }

  .lg\:pr-\[2vw\] {
    padding-right: 2vw;
  }

  .lg\:pl-\[115px\] {
    padding-left: 115px;
  }
}

@media (min-width: 1280px) {

  .xl\:pl-\[3vw\] {
    padding-left: 3vw;
  }

  .xl\:pr-\[4vw\] {
    padding-right: 4vw;
  }

  .xl\:pl-\[4vw\] {
    padding-left: 4vw;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-6\/16 {
    width: 37.5%;
  }

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

  .\32xl\:pl-\[5vw\] {
    padding-left: 5vw;
  }

  .\32xl\:pr-\[5vw\] {
    padding-right: 5vw;
  }
}

@media (min-width: 640px) {
  .css-posi {
    bottom: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }
}
