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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.slide-bn {
  height: 104px;
  width: auto;
}

.midashi {
  margin-bottom: 16px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 3rem;
  --tw-text-opacity: 1;
  color: rgb(222 2 43 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .midashi {
    margin-bottom: 20px;
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .midashi {
    font-size: 64px;
  }
}

.midashi-span {
  display: block;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .midashi-span {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .midashi-span {
    font-size: 20px;
  }
}

.service-div {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 20px;
}

.service-h4 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(222 2 43 / var(--tw-bg-opacity, 1));
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .service-h4 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .service-h4 {
    font-size: 24px;
  }
}

.service-h4-2 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 73 / var(--tw-bg-opacity, 1));
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .service-h4-2 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .service-h4-2 {
    font-size: 24px;
  }
}

.service-img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 158px;
}

.service-p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 640px) {
  .service-p {
    text-align: left;
  }
}

.reason-div {
  display: flex;
  justify-content: space-between;
  gap: 27px;
}

@media (min-width: 640px) {
  .reason-div {
    gap: 42px;
  }
}

@media (min-width: 1024px) {
  .reason-div {
    gap: 54px;
  }
}

.reason-number {
  position: absolute;
  font-family: Nunito Sans, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 70px;
  --tw-text-opacity: 1;
  color: rgb(222 2 43 / var(--tw-text-opacity, 1));
  opacity: 0.1;
}

@media (min-width: 640px) {
  .reason-number {
    font-size: 112px;
    line-height: 80px;
  }
}

@media (min-width: 1024px) {
  .reason-number {
    font-size: 140px;
    line-height: 100px;
  }
}

.reason-h3 {
  margin-bottom: 12px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.8rem;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .reason-h3 {
    margin-bottom: 20px;
    font-size: 3.4vw;
    line-height: 4.5vw;
  }
}

@media (min-width: 1024px) {
  .reason-h3 {
    margin-bottom: 25px;
    line-height: 3.6rem;
  }
}

@media (min-width: 1280px) {
  .reason-h3 {
    font-size: 40px;
  }
}

.reason-p {
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .reason-p {
    font-size: 16px;
  }
}

.reason-img {
  margin-top: 50px;
  width: 100%;
}

@media (min-width: 640px) {
  .reason-img {
    margin-top: 0px;
    width: 40vw;
    min-width: 40vw;
    max-width: 40vw;
  }
}

@media (min-width: 1280px) {
  .reason-img {
    min-width: 500px;
    max-width: 500px;
  }
}

.slide-case {
  height: 435px;
  width: auto;
}

.case2-div {
  display: flex;
  max-width: 89.6vw;
  flex-direction: column;
  gap: 6.4vw;
  border-radius: 4vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 11.5vw;
  --tw-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .case2-div {
    flex-direction: row;
    gap: 0px;
    border-radius: 1vw;
    padding-bottom: 0px;
  }
}

.case2-div2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.4vw;
}

@media (min-width: 640px) {
  .case2-div2 {
    width: 30vw;
    flex-direction: row;
    align-items: flex-end;
  }
}

.case2-h4 {
  margin-bottom: 4.5vw;
  width: 89.6vw;
  border-top-right-radius: 4vw;
  border-bottom-left-radius: 4vw;
  --tw-bg-opacity: 1;
  background-color: rgb(222 2 43 / var(--tw-bg-opacity, 1));
  padding-top: 2.7vw;
  padding-bottom: 2.7vw;
  text-align: center;
  font-size: 6.4vw;
  font-weight: 900;
  letter-spacing: 0.9vw;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .case2-h4 {
    margin-bottom: 1.5vw;
    width: 37.3vw;
    border-top-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
    padding-top: 0.9vw;
    padding-bottom: 0.9vw;
    font-size: 2.2vw;
    letter-spacing: 0.3vw;
  }
}

.case2-img {
  width: 64vw;
}

@media (min-width: 640px) {
  .case2-img {
    width: 19.4vw;
  }
}

.case2-h5 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 5.3vw;
  font-weight: 900;
  line-height: 10.8vw;
}

@media (min-width: 640px) {
  .case2-h5 {
    font-size: 1.4vw;
    line-height: 3.6vw;
  }
}

.case2-p {
  margin-bottom: 5.2vw;
  font-size: 4.4vw;
  font-weight: 500;
}

@media (min-width: 640px) {
  .case2-p {
    margin-bottom: 1.32vw;
    font-size: 1.1vw;
  }
}

.case2-p2 {
  margin-bottom: 2.2vw;
  display: block;
  border-radius: 2.8vw;
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
  padding-top: 2.8vw;
  padding-bottom: 2.8vw;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 6.4vw;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(222 2 43 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .case2-p2 {
    margin-bottom: 0.3vw;
    border-radius: 0.7vw;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
    font-size: 2.2vw;
  }
}

.flow-div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 640px) {
  .flow-div {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.flow-h3 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}

.flow-img {
  margin-bottom: 8px;
  width: 82px;
}

@media (min-width: 640px) {
  .flow-img {
    width: 66px;
  }
}

@media (min-width: 1024px) {
  .flow-img {
    width: 82px;
  }
}

.flow-arrow {
  position: absolute;
  right: -12px;
  width: 23px;
}

.flow-p {
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(222 2 43 / var(--tw-text-opacity, 1));
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 640px) {
  .news-list {
    gap: 32px;
  }
}

@media (min-width: 1024px) {
  .news-list {
    gap: 40px;
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

@media (min-width: 640px) {
  .news-item {
    flex-direction: row;
    gap: 72px;
  }
}

@media (min-width: 1024px) {
  .news-item {
    gap: 90px;
  }
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[25\.6vw\] {
  bottom: 25.6vw;
}

.bottom-\[32vw\] {
  bottom: 32vw;
}

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

.left-0 {
  left: 0px;
}

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

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

.left-\[2\.7vw\] {
  left: 2.7vw;
}

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

.left-\[5\.2vw\] {
  left: 5.2vw;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[4\.8vw\] {
  margin-bottom: 4.8vw;
}

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

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

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

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

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

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

.ml-\[3\.2vw\] {
  margin-left: 3.2vw;
}

.ml-\[3\.47vw\] {
  margin-left: 3.47vw;
}

.ml-\[5\.33vw\] {
  margin-left: 5.33vw;
}

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

.ms-\[8px\] {
  margin-inline-start: 8px;
}

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

.mt-\[0\.5vw\] {
  margin-top: 0.5vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-\[100dvh\] {
  height: 100dvh;
}

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

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

.h-\[17\.22vw\] {
  height: 17.22vw;
}

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

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

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

.h-\[23\.68vw\] {
  height: 23.68vw;
}

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

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

.h-\[249\.51px\] {
  height: 249.51px;
}

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

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

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

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

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

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

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

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

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[29\.6vw\] {
  width: 29.6vw;
}

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

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

.w-\[35\.49vw\] {
  width: 35.49vw;
}

.w-\[374\.07px\] {
  width: 374.07px;
}

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

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

.w-\[50\.2vw\] {
  width: 50.2vw;
}

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

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

.w-\[54\.7vw\] {
  width: 54.7vw;
}

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

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

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

.w-\[83\.5vw\] {
  width: 83.5vw;
}

.w-\[84\.8vw\] {
  width: 84.8vw;
}

.w-\[89\.3vw\] {
  width: 89.3vw;
}

.w-\[90\.7vw\] {
  width: 90.7vw;
}

.w-\[93\.3vw\] {
  width: 93.3vw;
}

.w-\[93\.6vw\] {
  width: 93.6vw;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[788\.97px\] {
  max-width: 788.97px;
}

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

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

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

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

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

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

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

.-translate-y-full {
  --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));
}

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

.translate-y-full {
  --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));
}

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.scroll-m-\[60px\] {
  scroll-margin: 60px;
}

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-\[100px\] {
  gap: 100px;
}

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

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[21px\] {
  gap: 21px;
}

.gap-\[26px\] {
  gap: 26px;
}

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

.gap-\[36px\] {
  gap: 36px;
}

.gap-\[8\.3vw\] {
  gap: 8.3vw;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-\[\#232323\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}

.border-\[\#CBCBCB\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity, 1));
}

.border-\[\#D8D4D4\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 212 212 / var(--tw-border-opacity, 1));
}

.border-\[\#E3DEDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 222 222 / var(--tw-border-opacity, 1));
}

.border-\[\#ECECEC\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(222 2 43 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#DE022B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 2 43 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F8F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FCF8F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(222 2 43 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 73 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

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

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

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

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

.px-\[2\.9vw\] {
  padding-left: 2.9vw;
  padding-right: 2.9vw;
}

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

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

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

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-\[38px\] {
  padding-top: 38px;
  padding-bottom: 38px;
}

.py-\[6\.4vw\] {
  padding-top: 6.4vw;
  padding-bottom: 6.4vw;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-\[0\.76vw\] {
  padding-bottom: 0.76vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-noto {
  font-family: Noto Sans JP, sans-serif;
}

.font-nunito {
  font-family: Nunito Sans, sans-serif;
}

.font-zen {
  font-family: Zen Kaku Gothic New, sans-serif;
}

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

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

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

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

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

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

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

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

.text-\[3\.2vw\] {
  font-size: 3.2vw;
}

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

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

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

.text-\[4\.27vw\] {
  font-size: 4.27vw;
}

.text-\[4\.3vw\] {
  font-size: 4.3vw;
}

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

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

.font-black {
  font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

.-tracking-\[0\.14em\] {
  letter-spacing: -0.14em;
}

.tracking-\[-0\.1em\] {
  letter-spacing: -0.1em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.text-\[\#DE022B\] {
  --tw-text-opacity: 1;
  color: rgb(222 2 43 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(222 2 43 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.outline {
  outline-style: solid;
}

.drop-shadow-\[0_0_7\.86038px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-drop-shadow: drop-shadow(0 0 7.86038px rgba(0,0,0,0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition {
  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: 150ms;
}

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

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

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

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

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

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

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

.\[font-size\:clamp\(14\.1487px\2c 3\.77vw\2c 16px\)\] {
  font-size: clamp(14.1487px,3.77vw,16px);
}

.\[font-size\:clamp\(15px\2c 4vw\2c 17px\)\] {
  font-size: clamp(15px,4vw,17px);
}

.\[font-size\:clamp\(16px\2c 4\.27vw\2c 18\.1px\)\] {
  font-size: clamp(16px,4.27vw,18.1px);
}

.\[font-size\:clamp\(24px\2c 6\.4vw\2c 27\.2px\)\] {
  font-size: clamp(24px,6.4vw,27.2px);
}

.\[font-size\:clamp\(36px\2c 9\.6vw\2c 9\.6vw\)\] {
  font-size: clamp(36px,9.6vw,9.6vw);
}

.\[font-size\:clamp\(40px\2c 10\.67vw\2c 45\.3px\)\] {
  font-size: clamp(40px,10.67vw,45.3px);
}

.\[line-height\:clamp\(30px\2c 8vw\2c 34px\)\] {
  line-height: clamp(30px,8vw,34px);
}

.\[line-height\:clamp\(40px\2c 10\.67vw\2c 10\.67vw\)\] {
  line-height: clamp(40px,10.67vw,10.67vw);
}

.\[line-height\:clamp\(40px\2c 10\.67vw\2c 45\.3px\)\] {
  line-height: clamp(40px,10.67vw,45.3px);
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  min-width: 375px;
}

a,
button {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 300ms;
}

a:hover,
button:hover {
  opacity: 0.8;
}

.ttl {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  background: linear-gradient(
    to right,
    #374149 calc(100% - 40px),
    #374149 0
  );
  /* 右端40pxを別色 */
  color: #fff;
  padding: 8px 20px;
  clip-path: polygon(
    0 0,
    calc(100% - 40px) 0,
    100% 50%,
    calc(100% - 40px) 100%,
    0 100%
  );
}

.ttl2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  background: linear-gradient(
    to right,
    #de022b calc(100% - 40px),
    #de022b 0
  );
  /* 右端40pxを別色 */
  color: #fff;
  padding: 8px 20px;
  clip-path: polygon(
    0 0,
    calc(100% - 40px) 0,
    100% 50%,
    calc(100% - 40px) 100%,
    0 100%
  );
}

@media (min-width: 640px) {
  .ttl,
  .ttl2 {
    min-height: 72px;
    font-size: 26px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  .ttl,
  .ttl2 {
    min-height: 90px;
    font-size: 32px;
    margin-bottom: 18px;
  }
}

/* 一時パッチ：初期化されたら表示 */

.splide.is-initialized {
  visibility: visible !important;
}

.case2-slide {
  width: initial !important;
}

/* 対象スライダー限定（#case-splide-2）に絞るのが安全 */

#case-splide-2 .splide__arrows {
  /* 位置調整（中央配置） */
  position: absolute;
  inset: 0;
  /* スライダー全体を覆う */
  pointer-events: none;
  /* 親はクリック透過 */
}

#case-splide-2 .splide__arrow {
  pointer-events: auto;
  /* ボタンはクリック可能に戻す */
  width: 2.36vw;
  /* 画像サイズに合わせて調整 */
  height: 4.72vw;
  border: none;
  border-radius: 9999px;
  /* 影響を受けないよう一応 */
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* 画像を潰さずフィット */
  opacity: 1;
  /* Splideのデフォ薄さを無効化 */
  box-shadow: none;
  transform: none;
}

/* デフォルトのSVGアイコンは非表示 */

#case-splide-2 .splide__arrow svg {
  display: none;
}

/* 左右の配置（縦中央） */

#case-splide-2 .splide__arrow--prev {
  position: absolute;
  left: 10vw;
  /* お好みで */
  top: 50%;
  transform: translateY(-50%);
  background-image: url('img/arrow_prev.svg');
  /* ←自作SVG */
}

#case-splide-2 .splide__arrow--next {
  position: absolute;
  right: 19vw;
  /* お好みで */
  top: 50%;
  transform: translateY(-50%);
  background-image: url('img/arrow_next.svg');
  /* ←自作SVG */
}

/* スマホは少し小さく＆位置を内側へ */

@media (max-width: 640px) {
  #case-splide-2 .splide__arrow {
    width: 9vw;
    height: 18vw;
  }

  #case-splide-2 .splide__arrow--prev {
    left: 0.5rem;
  }

  #case-splide-2 .splide__arrow--next {
    right: 0.5rem;
  }
}

/* 押せないときの見た目（#case-splide-2 限定） */

#case-splide-2 .splide__arrow[disabled],
#case-splide-2 .splide__arrow[aria-disabled='true'] {
  opacity: 0.4;
  filter: grayscale(100%);
  cursor: not-allowed;
  pointer-events: none;
  /* クリック無効 */
}

/* デフォ色＆サイズ */

#case-splide-2 .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #dadde2;
  /* 非アクティブ色 */
  opacity: 0.8;
  transition: transform 0.2s, background-color 0.2s, opacity 0.2s;
}

/* アクティブ時（現在のスライド） */

#case-splide-2 .splide__pagination__page.is-active,
#case-splide-2 .splide__pagination__page[aria-current='true'] {
  background: #de022b;
  /* ← 好きな色に */
  opacity: 1;
  transform: scale(1.2);
  /* ちょい大きく（任意） */
}

/* ついでにホバー時（任意） */

#case-splide-2 .splide__pagination__page:hover {
  opacity: 1;
}

/* 基本：スマホ（～640px）は外の下中央に配置 */

#case-splide-2 {
  position: relative;
}

#case-splide-2 .splide__pagination {
  position: absolute;
  right: 0px;
  /* transform: translateX(-50%); */
  bottom: -18px;
  /* スライダーの外に少し離して置く */
  gap: 10px;
  /* ドット間隔 */
  justify-content: center;
  display: none;
}

/* PC（641px～）：内側の右下に配置 */

@media (min-width: 641px) {
  #case-splide-2 .splide__pagination {
    display: block;
    left: auto;
    right: 21vw;
    bottom: -2vw;
    /* 内側に配置 */
    transform: none;
    justify-content: flex-end;
  }
}

.faq-panel {
  overflow: hidden;
  height: 0;
  transition: height 240ms ease;
}

/* デフォ色＆サイズ */

#case-splide-3 .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #dadde2;
  /* 非アクティブ色 */
  opacity: 0.8;
  transition: transform 0.2s, background-color 0.2s, opacity 0.2s;
}

/* アクティブ時（現在のスライド） */

#case-splide-3 .splide__pagination__page.is-active,
#case-splide-3 .splide__pagination__page[aria-current='true'] {
  background: #de022b;
  /* ← 好きな色に */
  opacity: 1;
  transform: scale(1.2);
  /* ちょい大きく（任意） */
}

/* ついでにホバー時（任意） */

#case-splide-3 .splide__pagination__page:hover {
  opacity: 1;
}

/* 基本：スマホ（～640px）は外の下中央に配置 */

#case-splide-3 .splide__pagination {
  position: absolute;
  /* transform: translateX(-50%); */
  bottom: -18px;
  /* スライダーの外に少し離して置く */
  gap: 10px;
  /* ドット間隔 */
  justify-content: center;
  display: none;
}

/* PC（641px～）：内側の右下に配置 */

@media (min-width: 641px) {
  #case-splide-3 .splide__pagination {
    position: absolute;
    /* 親(.splide)は relative 前提 */
    left: 0;
    right: 0;
    bottom: -2vw;
    display: flex;
    /* ← block をやめる */
    justify-content: center;
    margin: 0;
    /* auto は不要 */
  }
}

/* HTML: <div class="loader"></div> */

.loader-anime {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #de022b;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }

  25% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }

  50% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  62.5% {
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  75% {
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  100% {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}

@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.fade-in-up {
  opacity: 0;
  transform: translateY(2rem);
  /* Tailwindのtranslate-y-8相当 */
  transition: all 0.7s ease;
}

.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 640px) {
  .sm\:bottom-\[2\.1vw\] {
    bottom: 2.1vw;
  }

  .sm\:bottom-\[25px\] {
    bottom: 25px;
  }

  .sm\:bottom-\[4\.2vw\] {
    bottom: 4.2vw;
  }

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

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

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

  .sm\:top-\[13\.2vw\] {
    top: 13.2vw;
  }

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

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

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

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

  .sm\:mb-\[2vw\] {
    margin-bottom: 2vw;
  }

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:min-h-\[46\.5vw\] {
    min-height: 46.5vw;
  }

  .sm\:w-\[14\.1vw\] {
    width: 14.1vw;
  }

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

  .sm\:w-\[34\.7vw\] {
    width: 34.7vw;
  }

  .sm\:w-\[36\.4vw\] {
    width: 36.4vw;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-\[15px\] {
    gap: 15px;
  }

  .sm\:gap-\[40px\] {
    gap: 40px;
  }

  .sm\:gap-\[56px\] {
    gap: 56px;
  }

  .sm\:gap-\[80px\] {
    gap: 80px;
  }

  .sm\:gap-x-\[36px\] {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .sm\:gap-y-\[26px\] {
    row-gap: 26px;
  }

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

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

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

  .sm\:py-\[112px\] {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .sm\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sm\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:py-\[76px\] {
    padding-top: 76px;
    padding-bottom: 76px;
  }

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

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

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

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

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

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

  .sm\:pr-\[2\.36vw\] {
    padding-right: 2.36vw;
  }

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

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

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

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

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

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

  .sm\:text-\[0\.97vw\] {
    font-size: 0.97vw;
  }

  .sm\:text-\[1\.83vw\] {
    font-size: 1.83vw;
  }

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

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

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

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

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

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

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

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

  .sm\:leading-\[3\.2rem\] {
    line-height: 3.2rem;
  }

  .sm\:leading-\[64px\] {
    line-height: 64px;
  }
}

@media (min-width: 768px) {
  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-\[25vw\] {
    margin-left: 25vw;
  }

  .md\:mr-\[3vw\] {
    margin-right: 3vw;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[25vw\] {
    height: 25vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[28px\] {
    gap: 28px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }

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

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

  .md\:pt-\[12vw\] {
    padding-top: 12vw;
  }

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

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

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

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

  .md\:leading-\[24px\] {
    line-height: 24px;
  }

  .md\:leading-\[70px\] {
    line-height: 70px;
  }

  .md\:\[font-size\:clamp\(14px\2c 1\.64vw\2c 18px\)\] {
    font-size: clamp(14px,1.64vw,18px);
  }

  .md\:\[font-size\:clamp\(24px\2c 3\.27vw\2c 36px\)\] {
    font-size: clamp(24px,3.27vw,36px);
  }

  .md\:\[line-height\:clamp\(34px\2c 4\.73vw\2c 52px\)\] {
    line-height: clamp(34px,4.73vw,52px);
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[0vw\] {
    left: 0vw;
  }

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

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

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

  .lg\:ml-\[305px\] {
    margin-left: 305px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

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

  .lg\:gap-\[70px\] {
    gap: 70px;
  }

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

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

  .lg\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:py-\[96px\] {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

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

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

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

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

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

  .lg\:pt-\[80\] {
    padding-top: 80;
  }

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

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

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

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

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

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

  .lg\:leading-\[4rem\] {
    line-height: 4rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .xl\:gap-\[100px\] {
    gap: 100px;
  }

  .xl\:gap-\[24px\] {
    gap: 24px;
  }

  .xl\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px;
  }

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

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

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

@media (min-width: 1440px) {
  .\32xl\:bottom-\[30px\] {
    bottom: 30px;
  }

  .\32xl\:bottom-\[55px\] {
    bottom: 55px;
  }

  .\32xl\:bottom-\[60px\] {
    bottom: 60px;
  }

  .\32xl\:bottom-\[72px\] {
    bottom: 72px;
  }

  .\32xl\:left-\[25px\] {
    left: 25px;
  }

  .\32xl\:left-\[75px\] {
    left: 75px;
  }

  .\32xl\:top-\[175px\] {
    top: 175px;
  }

  .\32xl\:top-\[190px\] {
    top: 190px;
  }

  .\32xl\:max-h-\[71px\] {
    max-height: 71px;
  }

  .\32xl\:min-h-\[670px\] {
    min-height: 670px;
  }

  .\32xl\:max-w-\[364px\] {
    max-width: 364px;
  }

  .\32xl\:pb-\[11px\] {
    padding-bottom: 11px;
  }

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

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

  .\32xl\:text-\[26\.4px\] {
    font-size: 26.4px;
  }
}
