*, ::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.17 | 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: #E5E5E5;
  /* 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: #CDD2D7;
  /* 2 */
}

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

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #262e27;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

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

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

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

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

.-left-\[calc\(5vw\/375\*100\)\] {
  left: calc(calc(5vw / 375 * 100) * -1) !important;
}

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

.bottom-9 {
  bottom: 2.25rem !important;
}

.bottom-\[calc\(-24vw\/375\*100\)\] {
  bottom: calc(-24vw / 375 * 100) !important;
}

.bottom-\[calc\(18vw\/375\*100\)\] {
  bottom: calc(18vw / 375 * 100) !important;
}

.bottom-\[calc\(6vw\/375\*100\)\] {
  bottom: calc(6vw / 375 * 100) !important;
}

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

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

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

.left-\[calc\(123vw\/375\*100\)\] {
  left: calc(123vw / 375 * 100) !important;
}

.left-\[calc\(19vw\/375\*100\)\] {
  left: calc(19vw / 375 * 100) !important;
}

.left-\[calc\(21\.4vw\/375\*100\)\] {
  left: calc(21.4vw / 375 * 100) !important;
}

.left-\[calc\(22vw\/375\*100\)\] {
  left: calc(22vw / 375 * 100) !important;
}

.left-\[calc\(36vw\/375\*100\)\] {
  left: calc(36vw / 375 * 100) !important;
}

.left-\[calc\(38vw\/375\*100\)\] {
  left: calc(38vw / 375 * 100) !important;
}

.left-\[calc\(73vw\/375\*100\)\] {
  left: calc(73vw / 375 * 100) !important;
}

.left-\[calc\(94vw\/375\*100\)\] {
  left: calc(94vw / 375 * 100) !important;
}

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

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

.right-\[calc\(10vw\/375\*100\)\] {
  right: calc(10vw / 375 * 100) !important;
}

.right-\[calc\(42vw\/375\*100\)\] {
  right: calc(42vw / 375 * 100) !important;
}

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

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

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

.top-\[calc\(-30vw\/375\*100\)\] {
  top: calc(-30vw / 375 * 100) !important;
}

.top-\[calc\(116vw\/375\*100\)\] {
  top: calc(116vw / 375 * 100) !important;
}

.top-\[calc\(124vw\/375\*100\)\] {
  top: calc(124vw / 375 * 100) !important;
}

.top-\[calc\(38vw\/375\*100\)\] {
  top: calc(38vw / 375 * 100) !important;
}

.top-\[calc\(3vw\/375\*100\)\] {
  top: calc(3vw / 375 * 100) !important;
}

.top-\[calc\(60vw\/375\*100\)\] {
  top: calc(60vw / 375 * 100) !important;
}

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

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

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

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

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

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

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

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

.z-opening-overlay {
  z-index: 1001 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-\[calc\(\(32vw\/2\)\/375\*100\)\] {
  margin-top: calc(calc((32vw / 2) / 375 * 100) * -1) !important;
}

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

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

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

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

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

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

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

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-\[5px\] {
  margin-right: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[calc\(14vw\/375\*100\)\] {
  margin-top: calc(14vw / 375 * 100) !important;
}

.mt-\[calc\(44vw\/768\*100\)\] {
  margin-top: calc(44vw / 768 * 100) !important;
}

.block {
  display: block !important;
}

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

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.aspect-\[115\/48\] {
  aspect-ratio: 115/48 !important;
}

.aspect-\[160\/120\] {
  aspect-ratio: 160/120 !important;
}

.aspect-\[486\/324\] {
  aspect-ratio: 486/324 !important;
}

.aspect-\[70\/84\] {
  aspect-ratio: 70/84 !important;
}

.aspect-\[80\/96\] {
  aspect-ratio: 80/96 !important;
}

.aspect-\[96\/72\] {
  aspect-ratio: 96/72 !important;
}

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%_-_calc\(64vw\/375\*100\)\)\] {
  height: calc(100% - calc(64vw / 375 * 100)) !important;
}

.h-\[calc\(193vw\/375\*100\)\] {
  height: calc(193vw / 375 * 100) !important;
}

.h-\[calc\(408vw\/375\*100\)\] {
  height: calc(408vw / 375 * 100) !important;
}

.h-\[calc\(60vw\/375\*100\)\] {
  height: calc(60vw / 375 * 100) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(102vw\/375\*100\)\] {
  width: calc(102vw / 375 * 100) !important;
}

.w-\[calc\(115vw\/375\*100\)\] {
  width: calc(115vw / 375 * 100) !important;
}

.w-\[calc\(163vw\/375\*100\)\] {
  width: calc(163vw / 375 * 100) !important;
}

.w-\[calc\(193vw\/375\*100\)\] {
  width: calc(193vw / 375 * 100) !important;
}

.w-\[calc\(24vw\/375\*100\)\] {
  width: calc(24vw / 375 * 100) !important;
}

.w-\[calc\(256vw\/1440\*100\)\] {
  width: calc(256vw / 1440 * 100) !important;
}

.w-\[calc\(283vw\/375\*100\)\] {
  width: calc(283vw / 375 * 100) !important;
}

.w-\[calc\(32vw\/375\*100\)\] {
  width: calc(32vw / 375 * 100) !important;
}

.w-\[calc\(395vw\/375\*100\)\] {
  width: calc(395vw / 375 * 100) !important;
}

.w-\[calc\(40vw\/375\*100\)\] {
  width: calc(40vw / 375 * 100) !important;
}

.w-\[calc\(415vw\/375\*100\)\] {
  width: calc(415vw / 375 * 100) !important;
}

.w-\[calc\(440vw\/375\*100\)\] {
  width: calc(440vw / 375 * 100) !important;
}

.w-\[calc\(520vw\/375\*100\)\] {
  width: calc(520vw / 375 * 100) !important;
}

.w-\[calc\(52vw\/375\*100\)\] {
  width: calc(52vw / 375 * 100) !important;
}

.w-\[calc\(64vw\/375\*100\)\] {
  width: calc(64vw / 375 * 100) !important;
}

.w-\[calc\(70vw\/375\*100\)\] {
  width: calc(70vw / 375 * 100) !important;
}

.w-\[calc\(72vw\/375\*100\)\] {
  width: calc(72vw / 375 * 100) !important;
}

.w-\[calc\(80vw\/375\*100\)\] {
  width: calc(80vw / 375 * 100) !important;
}

.w-\[calc\(96vw\/375\*100\)\] {
  width: calc(96vw / 375 * 100) !important;
}

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

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

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

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

.max-w-1320 {
  max-width: 1320px !important;
}

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

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

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

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

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

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

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

.resize {
  resize: both !important;
}

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

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

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

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

.grid-rows-\[1fr\2c 1fr\2c 1fr\2c 1fr\2c 1fr\2c auto\] {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr auto !important;
}

.grid-rows-\[repeat\(7\2c calc\(56vw\/375\*100\)\)\] {
  grid-template-rows: repeat(7,calc(56vw / 375 * 100)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-7 {
  gap: 1.75rem !important;
}

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

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

.gap-\[calc\(8vw\/375\*100\)\] {
  gap: calc(8vw / 375 * 100) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-nowrap {
  text-wrap: nowrap !important;
}

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

.rounded-\[50\%\] {
  border-radius: 50% !important;
}

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

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

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

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

.border-DeepGreen-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(189 197 181 / var(--tw-border-opacity, 1)) !important;
}

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

.bg-DeepGreen-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(189 197 181 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#E8E6E1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 230 225 / var(--tw-bg-opacity, 1)) !important;
}

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

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

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}

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

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/image\/footer\/bg-image-sp\.webp\'\)\] {
  background-image: url('../../assets/image/footer/bg-image-sp.webp') !important;
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/image\/front-page\/about\/about-bg\.webp\'\)\] {
  background-image: url('../../assets/image/front-page/about/about-bg.webp') !important;
}

.bg-\[url\(\.\.\/\.\.\/assets\/image\/front-page\/research\/bg-project01\.webp\)\] {
  background-image: url(../../assets/image/front-page/research/bg-project01.webp) !important;
}

.bg-\[url\(\.\.\/\.\.\/assets\/image\/front-page\/research\/bg-project02\.webp\)\] {
  background-image: url(../../assets/image/front-page/research/bg-project02.webp) !important;
}

.bg-\[url\(\.\.\/\.\.\/assets\/image\/front-page\/research\/bg-project03\.webp\)\] {
  background-image: url(../../assets/image/front-page/research/bg-project03.webp) !important;
}

.bg-\[url\(\.\.\/\.\.\/assets\/image\/front-page\/research\/bg-project04\.webp\)\] {
  background-image: url(../../assets/image/front-page/research/bg-project04.webp) !important;
}

.bg-\[url\(\.\.\/\.\.\/assets\/image\/front-page\/research\/bg-project05\.webp\)\] {
  background-image: url(../../assets/image/front-page/research/bg-project05.webp) !important;
}

.bg-gradient-light-green {
  background-image: linear-gradient(270deg, #58A247 0%, #33795E 100%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-11 {
  padding-bottom: 2.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-en {
  font-family: Cormorant Garamond, serif !important;
}

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

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

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

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

.text-\[calc\(48vw\/375\*100\)\] {
  font-size: calc(48vw / 375 * 100) !important;
}

.text-\[calc\(70vw\/375\*100\)\] {
  font-size: calc(70vw / 375 * 100) !important;
}

.text-\[clamp\(14px\2c 4\.2vw\2c 16px\)\]\/\[1\.2\] {
  font-size: clamp(14px,4.2vw,16px) !important;
  line-height: 1.2 !important;
}

.text-\[clamp\(16px\2c 4\.26vw\2c 18px\)\]\/\[1\.2\] {
  font-size: clamp(16px,4.26vw,18px) !important;
  line-height: 1.2 !important;
}

.text-\[clamp\(18px\2c 4\.8vw\2c 24px\)\]\/\[1\.2\] {
  font-size: clamp(18px,4.8vw,24px) !important;
  line-height: 1.2 !important;
}

.text-\[clamp\(20px\2c 5\.3vw\2c 24px\)\]\/\[1\.2\] {
  font-size: clamp(20px,5.3vw,24px) !important;
  line-height: 1.2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase !important;
}

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

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

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

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

.leading-\[1\.3\] {
  line-height: 1.3 !important;
}

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

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

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em !important;
}

.tracking-\[-0\.04em\] {
  letter-spacing: -0.04em !important;
}

.tracking-\[-1\.8px\] {
  letter-spacing: -1.8px !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(38 46 39 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(221 225 229 / var(--tw-text-opacity, 1)) !important;
}

.text-lightGreen-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(73 128 98 / var(--tw-text-opacity, 1)) !important;
}

.text-lightGreen-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(56 104 79 / var(--tw-text-opacity, 1)) !important;
}

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

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

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

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

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

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

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

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

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

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

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

.vw-text-\[12\/375\] {
  font-size: 3.2000vw !important;
}

.vw-text-\[14\/375\] {
  font-size: 3.7333vw !important;
}

.vw-text-\[16\/375\] {
  font-size: 4.2667vw !important;
}

.vw-text-\[18\/375\] {
  font-size: 4.8000vw !important;
}

.vw-text-\[20\/375\] {
  font-size: 5.3333vw !important;
}

.vw-text-\[24\/375\] {
  font-size: 6.4000vw !important;
}

.vw-text-\[30\/375\] {
  font-size: 8.0000vw !important;
}

.vw-text-\[32\/375\] {
  font-size: 8.5333vw !important;
}

.vw-text-\[37\/375\] {
  font-size: 9.8667vw !important;
}

.vw-text-\[40\/375\] {
  font-size: 10.6667vw !important;
}

.vw-text-\[46\/375\] {
  font-size: 12.2667vw !important;
}

.vw-text-\[5\/375\] {
  font-size: 1.3333vw !important;
}

.vw-text-\[64\/375\] {
  font-size: 17.0667vw !important;
}

.vw-pt-\[10\/375\] {
  padding-top: 2.6667vw !important;
}

.vw-pt-\[18\/375\] {
  padding-top: 4.8000vw !important;
}

.vw-pt-\[40\/375\] {
  padding-top: 10.6667vw !important;
}

.vw-pb-\[170\/375\] {
  padding-bottom: 45.3333vw !important;
}

.vw-pb-\[22\/375\] {
  padding-bottom: 5.8667vw !important;
}

.vw-pb-\[26\/375\] {
  padding-bottom: 6.9333vw !important;
}

.vw-pb-\[60\/375\] {
  padding-bottom: 16.0000vw !important;
}

.vw-pb-\[80\/375\] {
  padding-bottom: 21.3333vw !important;
}

.vw-pb-\[93\/375\] {
  padding-bottom: 24.8000vw !important;
}

.vw-px-\[18\/375\] {
  padding-left: 4.8000vw !important;
  padding-right: 4.8000vw !important;
}

.vw-px-\[24\/375\] {
  padding-left: 6.4000vw !important;
  padding-right: 6.4000vw !important;
}

.vw-py-\[4\/375\] {
  padding-top: 1.0667vw !important;
  padding-bottom: 1.0667vw !important;
}

.\[backdrop-filter\:blur\(15px\)\] {
  -webkit-backdrop-filter: blur(15px) !important;
          backdrop-filter: blur(15px) !important;
}

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

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

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

:where(.wp-block-post-content) h2 {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 81 62 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  :where(.wp-block-post-content) h2 {
    margin-bottom: 4rem;
    font-size: 40px;
    line-height: 1.4;
  }
}

:where(.wp-block-post-content) h3 {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  :where(.wp-block-post-content) h3 {
    margin-top: 4rem;
    margin-bottom: 3.5rem;
    font-size: 32px;
    line-height: 1.4;
  }
}

:where(.wp-block-post-content) h4 {
  margin-top: 54px;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  :where(.wp-block-post-content) h4 {
    margin-top: 54px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

:where(.wp-block-post-content) p {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

@media (min-width: 768px) {
  :where(.wp-block-post-content) p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

:where(.wp-block-post-content) a {
  --tw-text-opacity: 1;
  color: rgb(73 128 98 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  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: 200ms;
}

:where(.wp-block-post-content) a:hover {
  text-decoration-color: transparent;
}

/* WordPress ブロック：リスト設定 */

:where(.wp-block-post-content) ul,
:where(.wp-block-post-content) ol {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:where(.wp-block-post-content) ol {
  counter-reset: number;
}

:where(.wp-block-post-content) ul li,
:where(.wp-block-post-content) ol li {
  position: relative;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.8;
}

:where(.wp-block-post-content) ul li::before,
:where(.wp-block-post-content) ol li::before {
  content: var(--tw-content);
  position: absolute;
}

@media (min-width: 768px) {
  :where(.wp-block-post-content) ul li,
:where(.wp-block-post-content) ol li {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

:where(.wp-block-post-content) ul li:not(:first-of-type),
:where(.wp-block-post-content) ol li:not(:first-of-type) {
  margin-top: 0.25rem;
}

:where(.wp-block-post-content) ul li:before {
  position: absolute;
  left: 1rem;
  top: 14px;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 46 39 / var(--tw-bg-opacity, 1));
}

:where(.wp-block-post-content) ol li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1.5rem;
  text-align: right;
  --tw-content: counter(number)".";
  content: var(--tw-content);
  counter-increment: number;
}

/* WordPress ブロック：引用 */

:where(.wp-block-post-content) .wp-block-quote {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(43 81 62 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  :where(.wp-block-post-content) .wp-block-quote {
    padding: 3rem;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

:where(.wp-block-post-content) .wp-block-quote>:first-child {
  margin-top: 0px;
}

:where(.wp-block-post-content) .wp-block-quote>:last-child {
  margin-bottom: 0px;
}

:where(.wp-block-post-content) .wp-block-quote cite {
  --tw-text-opacity: 1;
  color: rgb(56 104 79 / var(--tw-text-opacity, 1));
}

/* WordPress ブロック：画像 */

:where(.wp-block-post-content) .wp-block-image {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:where(.wp-block-post-content) .wp-block-image figcaption {
  margin-top: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(56 104 79 / var(--tw-text-opacity, 1));
}

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

/* black */

.has-black-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(38 46 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.has-black-color {
  --tw-text-opacity: 1;
  color: rgb(38 46 39 / var(--tw-text-opacity, 1));
}

/* white */

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

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

/* gray */

.has-gray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(126 134 141 / var(--tw-bg-opacity, 1));
}

.has-gray-color {
  --tw-text-opacity: 1;
  color: rgb(126 134 141 / var(--tw-text-opacity, 1));
}

/* light-green */

.has-light-green-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(73 128 98 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.has-light-green-color {
  --tw-text-opacity: 1;
  color: rgb(73 128 98 / var(--tw-text-opacity, 1));
}

/* deep-green */

.has-deep-green-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(81 103 87 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.has-deep-green-color {
  --tw-text-opacity: 1;
  color: rgb(81 103 87 / var(--tw-text-opacity, 1));
}

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

/* 極々小 */

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

/* 極小 */

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

/* 小 */

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

/* 標準 */

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

/* 大 */

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

/* 特大 */

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

/* ====================
* 研究開発課題詳細
==================== */

/* start:カスタムパターン:プロジェクト - 説明エリア */

.souzou-pattern-project-area {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 120px;
  max-width: 1144px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .souzou-pattern-project-area {
    margin-bottom: 138px;
  }
}

.souzou-pattern-project-area h2 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-pattern-project-area h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 56px;
    line-height: 1.2;
  }
}

.souzou-pattern-project-area p {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
}

@media (min-width: 768px) {
  .souzou-pattern-project-area p {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.souzou-pattern-project-description {
  margin-left: auto;
  max-width: 872px;
}

/* end:カスタムパターン:プロジェクト - 説明エリア */

/* start:カスタムパターン:プロジェクト／3大学連携教育 - 内容エリア */

.souzou-pattern-education-area .wp-block-columns.is-layout-flex {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .souzou-pattern-education-area .wp-block-columns.is-layout-flex {
    gap: 2.5rem !important;
  }
}

.souzou-pattern-project-contents,
.souzou-pattern-education-contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.souzou-pattern-project-contents h2 {
  margin-top: -120px;
  margin-left: auto;
  max-width: 1208px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 197 181 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  padding-top: 120px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-pattern-project-contents h2 {
    margin-top: -120px;
    padding-top: 120px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.souzou-pattern-education-contents h2 {
  margin-left: auto;
  max-width: 1208px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 197 181 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  padding-top: 64px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-pattern-education-contents h2 {
    padding-top: 160px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.souzou-pattern-project-contents h3,
.souzou-pattern-education-contents h3 {
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 197 181 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-pattern-project-contents h3,
.souzou-pattern-education-contents h3 {
    margin-bottom: 38px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 40px;
    line-height: 1.4;
  }
}

.souzou-pattern-project-contents h3:not(:first-of-type),
.souzou-pattern-education-contents h3:not(:first-of-type) {
  border-top-width: 1px;
}

@media not all and (min-width: 768px) {
  .souzou-pattern-project-contents h3:not(:first-of-type),
.souzou-pattern-education-contents h3:not(:first-of-type) {
    margin-top: 38px;
  }
}

@media (min-width: 768px) {
  .souzou-pattern-project-contents h3:not(:first-of-type),
.souzou-pattern-education-contents h3:not(:first-of-type) {
    margin-top: 200px;
  }
}

.souzou-pattern-project-contents p {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
}

@media (min-width: 768px) {
  .souzou-pattern-project-contents p {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.souzou-pattern-project-contents-detail-area,
.souzou-pattern-education-contents-detail-area {
  margin-left: auto;
  max-width: 1096px;
  padding-left: 30px;
}

.souzou-pattern-project-contents-detail,
.souzou-pattern-education-contents-detail {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

@media (min-width: 768px) {
  .souzou-pattern-project-contents-detail,
.souzou-pattern-education-contents-detail {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.souzou-pattern-project-contents-detail.wp-block-columns,
.souzou-pattern-education-contents-detail.wp-block-columns {
  margin-bottom: 0px;
}

.souzou-pattern-project-contents-detail.wp-block-columns.is-layout-flex,
.souzou-pattern-education-contents-detail.wp-block-columns.is-layout-flex {
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .souzou-pattern-project-contents-detail.wp-block-columns.is-layout-flex,
.souzou-pattern-education-contents-detail.wp-block-columns.is-layout-flex {
    justify-content: space-between;
  }

  .souzou-pattern-project-contents-detail-description,
.souzou-pattern-education-contents-detail-description {
    max-width: 424px;
  }

  .souzou-pattern-project-contents-detail-image,
.souzou-pattern-education-contents-detail-image {
    max-width: 536px;
  }

  .souzou-pattern-project-contents-detail-image .wp-block-image,
.souzou-pattern-education-contents-detail-image .wp-block-image {
    max-width: 536px;
  }
}

.souzou-pattern-project-contents-detail-image .wp-block-image:not(:first-of-type),
.souzou-pattern-education-contents-detail-image .wp-block-image:not(:first-of-type) {
  margin-top: 1rem;
}

.souzou-pattern-project-contents-detail figure.wp-block-image,
.souzou-pattern-education-contents-detail figure.wp-block-image {
  margin-bottom: 0px;
}

.souzou-pattern-project-contents-detail figure img,
.souzou-pattern-education-contents-detail figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .souzou-pattern-education-illustrat img {
    margin-left: -3.8vw;
    width: calc(413vw / 1440 * 100) !important;
    max-width: 413px;
  }
}

/* end:カスタムパターン:プロジェクト - 研究内容エリア */

/* start:カスタムパターン:プロジェクト - 研究開発メンバーセクション */

.souzou-pattern-project-member {
  --tw-bg-opacity: 1;
  background-color: rgb(232 230 225 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .souzou-pattern-project-member {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media (min-width: 1280px) {
  .souzou-pattern-project-member {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.souzou-pattern-project-member h2,
.project_section-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-top: -3.5rem;
  max-width: 1320px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 197 181 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  padding-top: 3.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-pattern-project-member h2,
.project_section-title {
    margin-top: -5rem;
    margin-bottom: 4rem;
    padding-top: 5rem;
    font-size: 32px;
    line-height: 1.4;
  }
}

.souzou-pattern-project-leader {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}

.souzou-pattern-project-leader h3 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-pattern-project-leader h3 {
    margin-bottom: 2.5rem;
    font-size: 32px;
    line-height: 1.4;
  }
}

.souzou-pattern-project-leader-message p {
  font-size: 1rem;
  line-height: 1.8;
}

/* end:カスタムパターン:プロジェクト - 研究開発メンバーセクション */

/* start:カスタムブロック:プロジェクト - 課題リーダーのみ */

.souzou-block-project-leader {
  /* @apply bg-DeepGreen-50; */
}

.souzou-block-project-leader__name-ja {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-block-project-leader__name-ja {
    font-size: 32px;
    line-height: 1.4;
  }
}

.souzou-block-project-leader__name-en {
  font-family: Cormorant Garamond, serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(136 152 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .souzou-block-project-leader__name-en {
    font-size: 1rem;
    line-height: 1;
  }
}

.souzou-block-project-leader__position {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
}

/* end:カスタムブロック:プロジェクト - 課題リーダーのみ */

/* start:カスタムブロック:プロジェクト - 開発メンバー（課題リーダー以外） */

.souzou-block-project-member {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
}

@media (min-width: 768px) {
  .souzou-block-project-member {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 3rem;
  }
}

.souzou-block-project-member__profile {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .souzou-block-project-member__profile {
    margin-top: 1.5rem;
  }
}

.souzou-block-project-member__name-ja {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-block-project-member__name-ja {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.souzou-block-project-member__name-en {
  margin-top: 2px;
  font-family: Cormorant Garamond, serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(136 152 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .souzou-block-project-member__name-en {
    font-size: 1rem;
    line-height: 1;
  }
}

.souzou-block-project-member__position {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (min-width: 768px) {
  .souzou-block-project-member__position {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.souzou-block-project-member__post {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(106 173 134 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2px;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(56 104 79 / var(--tw-text-opacity, 1));
}

/* end:カスタムブロック:プロジェクト - 開発メンバー（課題リーダー以外） */

/* start:カスタムパターン:3大学連携教育 - 説明 */

.souzou-pattern-education-area {
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .souzou-pattern-education-area {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .souzou-pattern-education-area {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.souzou-pattern-education-area figure.wp-block-image {
  margin-bottom: 0px;
}

.souzou-pattern-education-copy {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 1108px;
}

@media (min-width: 768px) {
  .souzou-pattern-education-copy {
    margin-bottom: 80px;
  }
}

@media (min-width: 1280px) {
  .souzou-pattern-education-copy {
    padding-left: 118px;
  }
}

.souzou-pattern-education-copy p {
  font-weight: 700;
}

.souzou-pattern-education-copy p:nth-of-type(1) {
  font-size: clamp(18px,4.8vw,24px);
  line-height: 1.8;
}

@media (min-width: 1024px) {
  .souzou-pattern-education-copy p:nth-of-type(1) {
    font-size: 32px;
    line-height: 1.4;
  }
}

.souzou-pattern-education-copy p:nth-of-type(2) {
  font-size: clamp(24px,6.4vw,40px);
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .souzou-pattern-education-copy p:nth-of-type(2) {
    font-size: 56px;
    line-height: 1.4;
  }

  .souzou-pattern-education-copy p:nth-of-type(2)>br {
    display: none;
  }
}

.souzou-pattern-education-copy.is-layout-flex {
  gap: 0.25rem;
}

.souzou-pattern-education-description {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
}

.souzou-pattern-education-description .wp-block-columns.is-layout-flex {
  gap: 1.5rem;
}

.souzou-pattern-education-illustrat {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .souzou-pattern-education-illustrat {
    margin-top: 70px;
  }
}

/* end:カスタムパターン:3大学連携教育 - 説明 */

/* start:お問い合わせフォーム */

.contact-form-content form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .contact-form-content form {
    gap: 1.5rem;
  }
}

.contact-form-content .form-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-form-content form label {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}

.contact-form-content form input:not([type="checkbox"]):not([type="submit"]),
.contact-form-content form textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 225 229 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}

.contact-form-content
  form
  input:not([type="checkbox"]):not([type="submit"])::-moz-placeholder, .contact-form-content form textarea::-moz-placeholder {
}

.contact-form-content
  form
  input:not([type="checkbox"]):not([type="submit"])::placeholder,
.contact-form-content form textarea::placeholder {
}

.contact-form-content .wpcf7-list-item {
  margin-left: 0px;
}

.contact-form-content form input[type="checkbox"] {
  appearance: none;
  /* デフォルトスタイルを削除 */
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  height: 18px;
  width: 18px;
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(183 188 192 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 251 / var(--tw-bg-opacity, 1));
}

.contact-form-content form input[type="checkbox"]:checked {
  position: relative;
  --tw-border-opacity: 1;
  border-color: rgb(73 128 98 / var(--tw-border-opacity, 1));
}

.contact-form-content form input[type="checkbox"]:checked::after {
  content: var(--tw-content);
  position: absolute;
  left: 50%;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 14px;
  width: 14px;
  --tw-translate-x: -50%;
  --tw-translate-y: -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));
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.0762%204.02539L5.02539%2012.0762L1%208.05078%22%20stroke%3D%22%23498062%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}

.contact-form-content .form-agreement {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .contact-form-content .form-agreement {
    margin-top: 32px;
    margin-bottom: 4rem;
  }
}

.contact-form-content .form-agreement .agreement-text {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}

@media (min-width: 768px) {
  .contact-form-content .form-agreement .agreement-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.contact-form-content form a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-form-content form a::before {
  content: var(--tw-content);
  position: absolute;
}

.contact-form-content form a::after {
  content: var(--tw-content);
  position: absolute;
}

.contact-form-content form a:hover {
  --tw-text-opacity: 1;
  color: rgb(73 128 98 / var(--tw-text-opacity, 1));
}

.contact-form-content form a::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgb(38 46 39 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.contact-form-content form a:hover::before {
  transform-origin: right;
  --tw-scale-x: 0;
  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));
}

.contact-form-content form a::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: right;
  --tw-scale-x: 0;
  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));
  background-image: linear-gradient(270deg, #58A247 0%, #33795E 100%);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.contact-form-content form a:hover::after {
  transform-origin: left;
  --tw-scale-x: 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));
}

.contact-form-content .form-required {
  margin-left: 10px;
  display: inline-block;
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-image: linear-gradient(270deg, #58A247 0%, #33795E 100%);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2px;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-form-content .form-submit {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 650px;
}

.contact-form-content .form-submit::before {
  content: var(--tw-content);
  position: absolute;
}

.contact-form-content .form-submit::after {
  content: var(--tw-content);
  position: absolute;
}

.submit-arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 3;
  display: inline-block;
  height: 36px;
  width: 64px;
  --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));
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}

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

@media (min-width: 768px) {
  .submit-arrow {
    height: 60px;
    width: 108px;
  }
}

.submit-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22108%22%20height%3D%2261%22%20viewBox%3D%220%200%20108%2061%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cellipse%20cx%3D%2254%22%20cy%3D%2230.4839%22%20rx%3D%2254%22%20ry%3D%2230.4839%22%20fill%3D%22white%22%20fill-opacity%3D%220.8%22%2F%3E%3C%2Fsvg%3E");
}

.submit-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  height: 14px;
  width: 26px;
  --tw-translate-y: -50%;
  --tw-translate-x: -40%;
  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));
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .submit-arrow::before {
    height: 24px;
    width: 44px;
  }
}

.submit-arrow::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2245%22%20height%3D%2225%22%20viewBox%3D%220%200%2045%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.339844%22%20y%3D%229.93359%22%20width%3D%2223.8348%22%20height%3D%223.2502%22%20fill%3D%22%23516757%22%2F%3E%3Cpath%20d%3D%22M24.1758%2024.0145C24.1758%2017.1465%2033.3916%2011.5789%2044.7604%2011.5789C33.3916%2011.5789%2024.1758%206.47538%2024.1758%200.179688V24.0145Z%22%20fill%3D%22%23516757%22%2F%3E%3C%2Fsvg%3E");
}

.submit-arrow.disabled {
  opacity: 0.5;
}

.contact-form-content form input[type="submit"] {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 32px;
  padding-right: 32px;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .contact-form-content form input[type="submit"] {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.contact-form-content form input[type="submit"]:not(:disabled) {
  background-image: url('../../assets/image/common/button-bg-submit.webp');
}

.contact-form-content form input[type="submit"]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(183 188 192 / var(--tw-bg-opacity, 1));
}

.contact-form-content form input[type="submit"]:disabled + .submit-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(183 188 192 / var(--tw-bg-opacity, 1));
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 650px;
  --tw-border-opacity: 1;
  border-color: rgb(73 128 98 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

/* end:お問い合わせフォーム */

/* start:カスタムパターン:メディア - スピーカー（セクション・タイトル部分のみ） */

.souzou-pattern-speaker-title {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 128 98 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .souzou-pattern-speaker-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

/* end:カスタムパターン:メディア - スピーカー（セクション・タイトル部分のみ） */

/* start:カスタムブロック:メディア - スピーカー（プロフィール部分） */

.souzou-block-media-speaker {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .souzou-block-media-speaker {
    flex-direction: row;
    gap: 1rem;
    row-gap: 1.5rem;
  }
}

.souzou-block-media-speaker__item {
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px) {
  .souzou-block-media-speaker__item {
    width: 160px;
    flex-direction: column;
  }
}

.souzou-block-media-speaker__item p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.souzou-block-media-speaker__profile-image {
  aspect-ratio: 1 / 1;
  width: 104px;
}

@media (min-width: 768px) {
  .souzou-block-media-speaker__profile-image {
    width: 160px;
  }
}

.souzou-block-media-speaker__profile-image img {
  aspect-ratio: 1 / 1;
  width: 104px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .souzou-block-media-speaker__profile-image img {
    width: 160px;
  }
}

.souzou-block-media-speaker__profile {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
}

.souzou-block-media-speaker__profile-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-block-media-speaker__profile-name {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.souzou-block-media-speaker__profile-affiliation {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 109 114 / var(--tw-text-opacity, 1));
}

/* end:カスタムブロック:メディア - スピーカー（プロフィール部分） */

/* start:カスタムブロック:メディア - ファシリテーター（プロフィール部分） */

.souzou-block-media-facilitator {
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .souzou-block-media-facilitator {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.souzou-block-media-facilitator__box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .souzou-block-media-facilitator__box {
    gap: 2.5rem;
  }
}

.souzou-block-media-facilitator__profile-image {
  aspect-ratio: 1 / 1;
  width: 100px;
  overflow: hidden;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .souzou-block-media-facilitator__profile-image {
    width: 160px;
  }
}

.souzou-block-media-facilitator__profile-image img {
  aspect-ratio: 1 / 1;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .souzou-block-media-facilitator__profile-image img {
    width: 160px;
  }
}

.souzou-block-media-facilitator__textbox {
  flex: 1 1 0%;
}

.souzou-block-media-facilitator__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 128 98 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .souzou-block-media-facilitator__title {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.souzou-block-media-facilitator__profile-name {
  margin-top: 0.5rem;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-block-media-facilitator__profile-name {
    margin-top: 1rem;
  }
}

.souzou-block-media-facilitator__profile-affiliation {
  margin-top: 1rem;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 109 114 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .souzou-block-media-facilitator__profile-affiliation {
    margin-top: 0.5rem;
  }
}

/* end:カスタムブロック:メディア - ファシリテーター（プロフィール部分） */

/* start:カスタムパターン:メディア - 登壇者（セクション・タイトル部分のみ） */

.souzou-pattern-profile__area {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.souzou-pattern-profile__title {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(73 128 98 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .souzou-pattern-profile__title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

/* end:カスタムパターン:メディア - 登壇者（セクション・タイトル部分のみ） */

/* start:カスタムブロック:メディア - 登壇者（プロフィール部分） */

.souzou-block-media-profile {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .souzou-block-media-profile {
    gap: 2rem;
  }
}

.souzou-block-media-profile__item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .souzou-block-media-profile__item {
    grid-template-columns: 200px 1fr;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.souzou-block-media-profile__img {
  grid-row: span 2 / span 2;
  aspect-ratio: 1 / 1;
}

.souzou-block-media-profile__img img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.souzou-block-media-profile__profile-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
}

@media (min-width: 768px) {
  .souzou-block-media-profile__profile-name {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.souzou-block-media-profile__profile-affiliation {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 109 114 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .souzou-block-media-profile__profile-affiliation {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.souzou-block-media-profile__profile-info {
  grid-column: span 2 / span 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (min-width: 768px) {
  .souzou-block-media-profile__profile-info {
    grid-column-start: 2;
    grid-row-start: 2;
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* end:カスタムブロック:メディア - 登壇者（プロフィール部分） */

/* start:カスタムパターン:参加申し込みボタン */

.souzou-pattern-application a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: 9999px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.souzou-pattern-application a::before {
  content: var(--tw-content);
  position: absolute;
}

.souzou-pattern-application a::after {
  content: var(--tw-content);
  position: absolute;
}

.souzou-pattern-application a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(270deg, #58A247 0%, #33795E 100%);
}

.souzou-pattern-application a::after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url('../../assets/image/common/button-bg-submit.webp');
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.souzou-pattern-application a:hover::after {
  opacity: 1;
}

/* end:カスタムパターン:参加申し込みボタン */

.hover\:bg-lightGreen-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(73 128 98 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:text-lightGreen-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(56 104 79 / var(--tw-text-opacity, 1)) !important;
}

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

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:text-lightGreen-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(73 128 98 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-lightGreen-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(56 104 79 / var(--tw-text-opacity, 1)) !important;
}

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

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3 !important;
}

@media not all and (min-width: 1024px) {
  .max-lg\:py-\[14px\] {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:top-\[calc\(50vw\/375\*100\)\] {
    top: calc(50vw / 375 * 100) !important;
  }

  .max-md\:top-\[calc\(9vw\/375\*100\)\] {
    top: calc(9vw / 375 * 100) !important;
  }

  .max-md\:mb-\[52px\] {
    margin-bottom: 52px !important;
  }

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

  .max-md\:w-\[calc\(289vw\/375\*100\)\] {
    width: calc(289vw / 375 * 100) !important;
  }

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

  .max-md\:gap-x-\[calc\(8vw\/375\*100\)\] {
    -moz-column-gap: calc(8vw / 375 * 100) !important;
         column-gap: calc(8vw / 375 * 100) !important;
  }

  .max-md\:vw-mt-\[230\/375\] {
    margin-top: 61.3333vw !important;
  }

  .max-md\:vw-mt-\[24\/375\] {
    margin-top: 6.4000vw !important;
  }

  .max-md\:\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl !important;
  }
}

@media (min-width: 640px) {
  .sm\:right-\[calc\(12vw\/375\*100\)\] {
    right: calc(12vw / 375 * 100) !important;
  }

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

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

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

  .sm\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }

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

  .sm\:ml-0 {
    margin-left: 0px !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:block {
    display: block !important;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute !important;
  }

  .md\:-left-\[calc\(7vw\/1440\*100\)\] {
    left: calc(calc(7vw / 1440 * 100) * -1) !important;
  }

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

  .md\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .md\:bottom-\[calc\(23vw\/1440\*100\)\] {
    bottom: calc(23vw / 1440 * 100) !important;
  }

  .md\:bottom-\[calc\(32vw\/1440\*100\)\] {
    bottom: calc(32vw / 1440 * 100) !important;
  }

  .md\:bottom-\[calc\(56vw\/1440\*100\)\] {
    bottom: calc(56vw / 1440 * 100) !important;
  }

  .md\:bottom-\[calc\(6vw\/1440\*100\)\] {
    bottom: calc(6vw / 1440 * 100) !important;
  }

  .md\:bottom-\[calc\(77vw\/1440\*100\)\] {
    bottom: calc(77vw / 1440 * 100) !important;
  }

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

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

  .md\:left-\[calc\(102vw\/1440\*100\)\] {
    left: calc(102vw / 1440 * 100) !important;
  }

  .md\:left-\[calc\(138vw\/1440\*100\)\] {
    left: calc(138vw / 1440 * 100) !important;
  }

  .md\:left-\[calc\(154vw\/1440\*100\)\] {
    left: calc(154vw / 1440 * 100) !important;
  }

  .md\:left-\[calc\(200vw\/1440\*100\)\] {
    left: calc(200vw / 1440 * 100) !important;
  }

  .md\:left-\[calc\(220vw\/1440\*100\)\] {
    left: calc(220vw / 1440 * 100) !important;
  }

  .md\:left-\[calc\(79vw\/1440\*100\)\] {
    left: calc(79vw / 1440 * 100) !important;
  }

  .md\:left-\[calc\(93vw\/1440\*100\)\] {
    left: calc(93vw / 1440 * 100) !important;
  }

  .md\:right-\[calc\(182vw\/1440\*100\)\] {
    right: calc(182vw / 1440 * 100) !important;
  }

  .md\:right-\[calc\(24vw\/1440\*100\)\] {
    right: calc(24vw / 1440 * 100) !important;
  }

  .md\:right-\[calc\(85vw\/1440\*100\)\] {
    right: calc(85vw / 1440 * 100) !important;
  }

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

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

  .md\:top-\[calc\(-36vw\/1440\*100\)\] {
    top: calc(-36vw / 1440 * 100) !important;
  }

  .md\:top-\[calc\(136vw\/1440\*100\)\] {
    top: calc(136vw / 1440 * 100) !important;
  }

  .md\:top-\[calc\(141vw\/1440\*100\)\] {
    top: calc(141vw / 1440 * 100) !important;
  }

  .md\:top-\[calc\(200vw\/1440\*100\)\] {
    top: calc(200vw / 1440 * 100) !important;
  }

  .md\:top-\[calc\(70vw\/1440\*100\)\] {
    top: calc(70vw / 1440 * 100) !important;
  }

  .md\:top-\[calc\(7vw\/1024\*100\)\] {
    top: calc(7vw / 1024 * 100) !important;
  }

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

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

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

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

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

  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }

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

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-7 {
    grid-row: span 7 / span 7 !important;
  }

  .md\:row-span-8 {
    grid-row: span 8 / span 8 !important;
  }

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

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:row-start-9 {
    grid-row-start: 9 !important;
  }

  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

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

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .md\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

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

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

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

  .md\:ml-0 {
    margin-left: 0px !important;
  }

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

  .md\:mr-\[10px\] {
    margin-right: 10px !important;
  }

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

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

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

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

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

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

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

  .md\:mt-\[calc\(152vw\/1440\*100\)\] {
    margin-top: calc(152vw / 1440 * 100) !important;
  }

  .md\:mt-\[calc\(16vw\/1440\*100\)\] {
    margin-top: calc(16vw / 1440 * 100) !important;
  }

  .md\:mt-\[calc\(204vw\/1440\*100\)\] {
    margin-top: calc(204vw / 1440 * 100) !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:aspect-\[370\/480\] {
    aspect-ratio: 370/480 !important;
  }

  .md\:h-\[calc\(100\%_-_calc\(404vw\/1440\*100\)\)\] {
    height: calc(100% - calc(404vw / 1440 * 100)) !important;
  }

  .md\:h-\[calc\(400vw\/1024\*100\)\] {
    height: calc(400vw / 1024 * 100) !important;
  }

  .md\:h-\[calc\(626vw\/1440\*100\)\] {
    height: calc(626vw / 1440 * 100) !important;
  }

  .md\:h-\[calc\(85vw\/1440\*100\)\] {
    height: calc(85vw / 1440 * 100) !important;
  }

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

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

  .md\:min-h-\[calc\(43vw\/768\*100\)\] {
    min-height: calc(43vw / 768 * 100) !important;
  }

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

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

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

  .md\:w-\[calc\(125vw\/1440\*100\)\] {
    width: calc(125vw / 1440 * 100) !important;
  }

  .md\:w-\[calc\(140vw\/768\*100\)\] {
    width: calc(140vw / 768 * 100) !important;
  }

  .md\:w-\[calc\(154vw\/1024\*100\)\] {
    width: calc(154vw / 1024 * 100) !important;
  }

  .md\:w-\[calc\(230vw\/768\*100\)\] {
    width: calc(230vw / 768 * 100) !important;
  }

  .md\:w-\[calc\(246vw\/1440\*100\)\] {
    width: calc(246vw / 1440 * 100) !important;
  }

  .md\:w-\[calc\(440vw\/768\*100\)\] {
    width: calc(440vw / 768 * 100) !important;
  }

  .md\:w-\[calc\(456vw\/1440\*100\)\] {
    width: calc(456vw / 1440 * 100) !important;
  }

  .md\:w-\[calc\(45vw\/1440\*100\)\] {
    width: calc(45vw / 1440 * 100) !important;
  }

  .md\:w-\[calc\(51vw\/1440\*100\)\] {
    width: calc(51vw / 1440 * 100) !important;
  }

  .md\:w-\[calc\(70vw\/1440\*100\)\] {
    width: calc(70vw / 1440 * 100) !important;
  }

  .md\:w-\[calc\(750vw\/1440\*100\)\] {
    width: calc(750vw / 1440 * 100) !important;
  }

  .md\:w-\[calc\(756vw\/1440\*100\)\] {
    width: calc(756vw / 1440 * 100) !important;
  }

  .md\:w-\[calc\(864vw\/1024\*100\)\] {
    width: calc(864vw / 1024 * 100) !important;
  }

  .md\:w-\[calc\(90vw\/1440\*100\)\] {
    width: calc(90vw / 1440 * 100) !important;
  }

  .md\:w-\[calc\(92vw\/1440\*100\)\] {
    width: calc(92vw / 1440 * 100) !important;
  }

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

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

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

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

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

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

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

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

  .md\:grid-cols-\[1fr\2c auto\2c 1fr\] {
    grid-template-columns: 1fr auto 1fr !important;
  }

  .md\:grid-rows-\[auto\2c auto\2c 1fr\] {
    grid-template-rows: auto auto 1fr !important;
  }

  .md\:grid-rows-\[auto\2c auto\2c auto\2c auto\2c 1fr\] {
    grid-template-rows: auto auto auto auto 1fr !important;
  }

  .md\:grid-rows-\[repeat\(10\2c calc\(50vw\/1440\*100\)\)\] {
    grid-template-rows: repeat(10,calc(50vw / 1440 * 100)) !important;
  }

  .md\:grid-rows-\[repeat\(8\2c calc\(56vw\/1440\*100\)\)\] {
    grid-template-rows: repeat(8,calc(56vw / 1440 * 100)) !important;
  }

  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }

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

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

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

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

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

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

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

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

  .md\:gap-5 {
    gap: 1.25rem !important;
  }

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

  .md\:gap-\[calc\(24vw\/1440\*100\)\] {
    gap: calc(24vw / 1440 * 100) !important;
  }

  .md\:gap-\[calc\(8vw\/1440\*100\)\] {
    gap: calc(8vw / 1440 * 100) !important;
  }

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

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

  .md\:gap-y-\[calc\(16vw\/1440\*100\)\] {
    row-gap: calc(16vw / 1440 * 100) !important;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem !important;
  }

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

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

  .md\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:bg-\[url\(\'\.\.\/\.\.\/assets\/image\/footer\/bg-image-pc\@2x\.webp\'\)\] {
    background-image: url('../../assets/image/footer/bg-image-pc@2x.webp') !important;
  }

  .md\:p-9 {
    padding: 2.25rem !important;
  }

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

  .md\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[calc\(138vw\/1440\*100\)\] {
    font-size: calc(138vw / 1440 * 100) !important;
  }

  .md\:text-\[calc\(150vw\/1440\*100\)\] {
    font-size: calc(150vw / 1440 * 100) !important;
  }

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

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

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

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

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

  .md\:text-xl\/\[1\.1\] {
    font-size: 1.25rem !important;
    line-height: 1.1 !important;
  }

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

  .md\:leading-\[1\.1\] {
    line-height: 1.1 !important;
  }

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

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

  .md\:tracking-\[-0\.04em\] {
    letter-spacing: -0.04em !important;
  }

  .md\:tracking-\[-4\.64px\] {
    letter-spacing: -4.64px !important;
  }

  .md\:tracking-\[1\.2\] {
    letter-spacing: 1.2 !important;
  }

  .md\:tracking-\[2\] {
    letter-spacing: 2 !important;
  }

  .md\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(221 225 229 / var(--tw-text-opacity, 1)) !important;
  }

  .md\:vw-text-\[100\/1024\] {
    font-size: 9.7656vw !important;
  }

  .md\:vw-text-\[116\/1440\] {
    font-size: 8.0556vw !important;
  }

  .md\:vw-text-\[120\/1440\] {
    font-size: 8.3333vw !important;
  }

  .md\:vw-text-\[16\/1024\] {
    font-size: 1.5625vw !important;
  }

  .md\:vw-text-\[16\/1440\] {
    font-size: 1.1111vw !important;
  }

  .md\:vw-text-\[160\/1440\] {
    font-size: 11.1111vw !important;
  }

  .md\:vw-text-\[18\/1440\] {
    font-size: 1.2500vw !important;
  }

  .md\:vw-text-\[19\/1440\] {
    font-size: 1.3194vw !important;
  }

  .md\:vw-text-\[20\/1440\] {
    font-size: 1.3889vw !important;
  }

  .md\:vw-text-\[200\/1440\] {
    font-size: 13.8889vw !important;
  }

  .md\:vw-text-\[23\/1440\] {
    font-size: 1.5972vw !important;
  }

  .md\:vw-text-\[24\/1440\] {
    font-size: 1.6667vw !important;
  }

  .md\:vw-text-\[32\/1440\] {
    font-size: 2.2222vw !important;
  }

  .md\:vw-text-\[40\/1440\] {
    font-size: 2.7778vw !important;
  }

  .md\:vw-text-\[47\/1440\] {
    font-size: 3.2639vw !important;
  }

  .md\:vw-text-\[48\/1440\] {
    font-size: 3.3333vw !important;
  }

  .md\:vw-text-\[64\/1440\] {
    font-size: 4.4444vw !important;
  }

  .md\:vw-text-\[87\/1440\] {
    font-size: 6.0417vw !important;
  }

  .md\:vw-pt-\[100\/1440\] {
    padding-top: 6.9444vw !important;
  }

  .md\:vw-pt-\[132\/1440\] {
    padding-top: 9.1667vw !important;
  }

  .md\:vw-pt-\[24\/768\] {
    padding-top: 3.1250vw !important;
  }

  .md\:vw-pt-\[40\/1440\] {
    padding-top: 2.7778vw !important;
  }

  .md\:vw-pb-\[152\/1440\] {
    padding-bottom: 10.5556vw !important;
  }

  .md\:vw-pb-\[328\/1440\] {
    padding-bottom: 22.7778vw !important;
  }

  .md\:vw-pb-\[40\/1440\] {
    padding-bottom: 2.7778vw !important;
  }

  .md\:vw-pb-\[44\/768\] {
    padding-bottom: 5.7292vw !important;
  }

  .md\:vw-pl-\[15\/1440\] {
    padding-left: 1.0417vw !important;
  }

  .md\:vw-pl-\[60\/1440\] {
    padding-left: 4.1667vw !important;
  }

  .md\:vw-px-\[55\/1440\] {
    padding-left: 3.8194vw !important;
    padding-right: 3.8194vw !important;
  }

  .md\:vw-px-\[66\/1440\] {
    padding-left: 4.5833vw !important;
    padding-right: 4.5833vw !important;
  }

  .md\:vw-py-\[6\/1440\] {
    padding-top: 0.4167vw !important;
    padding-bottom: 0.4167vw !important;
  }

  .md\:vw-py-\[73\/1440\] {
    padding-top: 5.0694vw !important;
    padding-bottom: 5.0694vw !important;
  }

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

  .group:hover .md\:group-hover\:scale-\[1\.02\] {
    --tw-scale-x: 1.02 !important;
    --tw-scale-y: 1.02 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute !important;
  }

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

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

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

  .lg\:left-\[calc\(214vw\/1440\*100\)\] {
    left: calc(214vw / 1440 * 100) !important;
  }

  .lg\:left-\[calc\(234vw\/1440\*100\)\] {
    left: calc(234vw / 1440 * 100) !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:mx-\[30px\] {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:h-\[calc\(505vw\/1440\*100\)\] {
    height: calc(505vw / 1440 * 100) !important;
  }

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

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

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

  .lg\:w-\[calc\(1136vw\/1440\*100\)\] {
    width: calc(1136vw / 1440 * 100) !important;
  }

  .lg\:w-\[calc\(154vw\/1440\*100\)\] {
    width: calc(154vw / 1440 * 100) !important;
  }

  .lg\:w-\[calc\(192vw\/1440\*100\)\] {
    width: calc(192vw / 1440 * 100) !important;
  }

  .lg\:w-\[calc\(267vw\/1440\*100\)\] {
    width: calc(267vw / 1440 * 100) !important;
  }

  .lg\:w-\[calc\(404vw\/1440\*100\)\] {
    width: calc(404vw / 1440 * 100) !important;
  }

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

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

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

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem !important;
  }

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

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

  .lg\:gap-\[calc\(76vw\/1440\*100\)\] {
    gap: calc(76vw / 1440 * 100) !important;
  }

  .lg\:gap-x-\[calc\(72vw\/1440\*100\)\] {
    -moz-column-gap: calc(72vw / 1440 * 100) !important;
         column-gap: calc(72vw / 1440 * 100) !important;
  }

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

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

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

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

  .lg\:pl-\[46px\] {
    padding-left: 46px !important;
  }

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

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

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

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

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

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

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

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

  .lg\:tracking-\[-4\.8px\] {
    letter-spacing: -4.8px !important;
  }

  .lg\:vw-text-\[120\/1440\] {
    font-size: 8.3333vw !important;
  }

  .lg\:vw-text-\[16\/1440\] {
    font-size: 1.1111vw !important;
  }

  .lg\:vw-text-\[20\/1440\] {
    font-size: 1.3889vw !important;
  }

  .lg\:vw-text-\[32\/1440\] {
    font-size: 2.2222vw !important;
  }

  .lg\:vw-mt-\[20\/1440\] {
    margin-top: 1.3889vw !important;
  }

  .lg\:vw-pt-\[32\/1440\] {
    padding-top: 2.2222vw !important;
  }

  .lg\:vw-pt-\[40\/1440\] {
    padding-top: 2.7778vw !important;
  }

  .lg\:vw-pr-\[60\/1440\] {
    padding-right: 4.1667vw !important;
  }

  .lg\:vw-pb-\[42\/1440\] {
    padding-bottom: 2.9167vw !important;
  }

  .lg\:vw-pl-\[28\/1440\] {
    padding-left: 1.9444vw !important;
  }
}

@media (min-width: 1280px) {
  .xl\:right-\[calc\(146vw\/1440\*100\)\] {
    right: calc(146vw / 1440 * 100) !important;
  }

  .xl\:right-\[calc\(170vw\/1440\*100\)\] {
    right: calc(170vw / 1440 * 100) !important;
  }

  .xl\:top-\[calc\(14vw\/1440\*100\)\] {
    top: calc(14vw / 1440 * 100) !important;
  }

  .xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

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

  .xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:h-\[calc\(6vw\/1440\*100\)\] {
    height: calc(6vw / 1440 * 100) !important;
  }

  .xl\:w-\[calc\(1096vw\/1440\*100\)\] {
    width: calc(1096vw / 1440 * 100) !important;
  }

  .xl\:w-\[calc\(400vw\/1440\*100\)\] {
    width: calc(400vw / 1440 * 100) !important;
  }

  .xl\:w-\[calc\(8vw\/1440\*100\)\] {
    width: calc(8vw / 1440 * 100) !important;
  }

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

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

  .xl\:gap-\[calc\(8vw\/1440\*100\)\] {
    gap: calc(8vw / 1440 * 100) !important;
  }

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

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

  .xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .xl\:pl-\[60px\] {
    padding-left: 60px !important;
  }

  .xl\:pr-\[20px\] {
    padding-right: 20px !important;
  }

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

  .xl\:vw-text-\[148\/1440\] {
    font-size: 10.2778vw !important;
  }

  .xl\:vw-text-\[16\/1440\] {
    font-size: 1.1111vw !important;
  }

  .xl\:vw-text-\[20\/1440\] {
    font-size: 1.3889vw !important;
  }

  .xl\:vw-px-\[8\/1440\] {
    padding-left: 0.5556vw !important;
    padding-right: 0.5556vw !important;
  }

  .xl\:vw-py-\[16\/1440\] {
    padding-top: 1.1111vw !important;
    padding-bottom: 1.1111vw !important;
  }

  .xl\:vw-py-\[6\/1440\] {
    padding-top: 0.4167vw !important;
    padding-bottom: 0.4167vw !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mt-\[-64px\] {
    margin-top: -64px !important;
  }

  .\32xl\:mt-\[70px\] {
    margin-top: 70px !important;
  }

  .\32xl\:w-\[74\%\] {
    width: 74% !important;
  }

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

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

.\[\&\>span\]\:inline-block>span {
  display: inline-block !important;
}

.\[\&\>span\]\:-translate-y-0\.5>span {
  --tw-translate-y: -0.125rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.\[\&\>span\]\:leading-\[1\]>span {
  line-height: 1 !important;
}

.\[\&\>span\]\:vw-text-\[16\/375\]>span {
  font-size: 4.2667vw !important;
}

@media (min-width: 768px) {
  .md\:\[\&\>span\]\:vw-text-\[62\/1440\]>span {
    font-size: 4.3056vw !important;
  }
}
