@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-1\%\] {
  bottom: -1%;
}
.bottom-\[1\%\] {
  bottom: 1%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-2\%\] {
  left: -2%;
}
.left-\[-4\%\] {
  left: -4%;
}
.left-\[-5\%\] {
  left: -5%;
}
.left-\[20\%\] {
  left: 20%;
}
.left-\[3\%\] {
  left: 3%;
}
.left-\[36\%\] {
  left: 36%;
}
.left-\[40\%\] {
  left: 40%;
}
.left-\[5\%\] {
  left: 5%;
}
.left-\[50vw\] {
  left: 50vw;
}
.right-0 {
  right: 0px;
}
.right-\[-25\%\] {
  right: -25%;
}
.right-\[-5\%\] {
  right: -5%;
}
.right-\[-6\%\] {
  right: -6%;
}
.right-\[10\%\] {
  right: 10%;
}
.right-\[2\%\] {
  right: 2%;
}
.right-\[3\%\] {
  right: 3%;
}
.right-\[36\%\] {
  right: 36%;
}
.right-\[5\%\] {
  right: 5%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-1\%\] {
  top: -1%;
}
.top-\[-10\%\] {
  top: -10%;
}
.top-\[-160px\] {
  top: -160px;
}
.top-\[-3\%\] {
  top: -3%;
}
.top-\[-5\%\] {
  top: -5%;
}
.top-\[-8\%\] {
  top: -8%;
}
.top-\[1\%\] {
  top: 1%;
}
.top-\[140px\] {
  top: 140px;
}
.top-\[19\%\] {
  top: 19%;
}
.top-\[29\%\] {
  top: 29%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[55\%\] {
  top: 55%;
}
.top-\[56\%\] {
  top: 56%;
}
.top-\[calc\(100\/375\*16\*1vw\)\] {
  top: calc(100 / 375 * 16 * 1vw);
}
.top-\[calc\(100\/375\*30\*1vw\)\] {
  top: calc(100 / 375 * 30 * 1vw);
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[calc\(100\/1680\*10\*1vw\)\] {
  margin-bottom: calc(100 / 1680 * 10 * 1vw);
}
.ml-auto {
  margin-left: auto;
}
.mr-\[calc\(100\/375\*10\*1vw\)\] {
  margin-right: calc(100 / 375 * 10 * 1vw);
}
.mt-\[calc\(100\/375\*16\*1vw\)\] {
  margin-top: calc(100 / 375 * 16 * 1vw);
}
.mt-\[calc\(100\/375\*52\*1vw\)\] {
  margin-top: calc(100 / 375 * 52 * 1vw);
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-auto {
  aspect-ratio: auto;
}
.h-\[1600px\] {
  height: 1600px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[784px\] {
  height: 784px;
}
.h-\[calc\(100\/375\*33\*1vw\)\] {
  height: calc(100 / 375 * 33 * 1vw);
}
.h-\[calc\(100\/375\*34\*1vw\)\] {
  height: calc(100 / 375 * 34 * 1vw);
}
.h-\[calc\(100\/375\*36\*1vw\)\] {
  height: calc(100 / 375 * 36 * 1vw);
}
.h-\[calc\(100\/375\*38\*1vw\)\] {
  height: calc(100 / 375 * 38 * 1vw);
}
.h-\[calc\(100\/375\*43\*1vw\)\] {
  height: calc(100 / 375 * 43 * 1vw);
}
.h-\[calc\(100\/375\*60\*1vw\)\] {
  height: calc(100 / 375 * 60 * 1vw);
}
.h-full {
  height: 100%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[calc\(100\%-100\/375\*20\*1vw\)\] {
  width: calc(100% - 100 / 375 * 20 * 1vw);
}
.w-\[calc\(100\/375\*109_\*1vw\)\] {
  width: calc(100 / 375 * 109 * 1vw);
}
.w-\[calc\(100\/375\*11\*1vw\)\] {
  width: calc(100 / 375 * 11 * 1vw);
}
.w-\[calc\(100\/375\*128\*1vw\)\] {
  width: calc(100 / 375 * 128 * 1vw);
}
.w-\[calc\(100\/375\*134\*1vw\)\] {
  width: calc(100 / 375 * 134 * 1vw);
}
.w-\[calc\(100\/375\*139\*1vw\)\] {
  width: calc(100 / 375 * 139 * 1vw);
}
.w-\[calc\(100\/375\*145\*1vw\)\] {
  width: calc(100 / 375 * 145 * 1vw);
}
.w-\[calc\(100\/375\*148\*1vw\)\] {
  width: calc(100 / 375 * 148 * 1vw);
}
.w-\[calc\(100\/375\*171\*1vw\)\] {
  width: calc(100 / 375 * 171 * 1vw);
}
.w-\[calc\(100\/375\*186\*1vw\)\] {
  width: calc(100 / 375 * 186 * 1vw);
}
.w-\[calc\(100\/375\*198\*1vw\)\] {
  width: calc(100 / 375 * 198 * 1vw);
}
.w-\[calc\(100\/375\*217\*1vw\)\] {
  width: calc(100 / 375 * 217 * 1vw);
}
.w-\[calc\(100\/375\*239\*1vw\)\] {
  width: calc(100 / 375 * 239 * 1vw);
}
.w-\[calc\(100\/375\*243\*1vw\)\] {
  width: calc(100 / 375 * 243 * 1vw);
}
.w-\[calc\(100\/375\*247\*1vw\)\] {
  width: calc(100 / 375 * 247 * 1vw);
}
.w-\[calc\(100\/375\*254px\*1vw\)\] {
  width: calc(100 / 375 * 254px * 1vw);
}
.w-\[calc\(100\/375\*268\*1vw\)\] {
  width: calc(100 / 375 * 268 * 1vw);
}
.w-\[calc\(100\/375\*290\*1vw\)\] {
  width: calc(100 / 375 * 290 * 1vw);
}
.w-\[calc\(100\/375\*326\*1vw\)\] {
  width: calc(100 / 375 * 326 * 1vw);
}
.w-\[calc\(100\/375\*38\*1vw\)\] {
  width: calc(100 / 375 * 38 * 1vw);
}
.w-\[calc\(100\/375\*50\*1vw\)\] {
  width: calc(100 / 375 * 50 * 1vw);
}
.w-\[calc\(100\/375\*711\*1vw\)\] {
  width: calc(100 / 375 * 711 * 1vw);
}
.w-\[calc\(100\/375\*82\*1vw\)\] {
  width: calc(100 / 375 * 82 * 1vw);
}
.w-\[calc\(100\/375\*87\*1vw\)\] {
  width: calc(100 / 375 * 87 * 1vw);
}
.w-full {
  width: 100%;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1390px\] {
  max-width: 1390px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[10\%\] {
  --tw-translate-y: -10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-15\%\] {
  --tw-translate-y: -15%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-60\%\] {
  --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));
}
.translate-y-\[10px\] {
  --tw-translate-y: 10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[30deg\] {
  --tw-rotate: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-\[calc\(100\/1680\*40\*1vw\)\] {
  gap: calc(100 / 1680 * 40 * 1vw);
}
.gap-\[calc\(100\/375\*10\*1vw\)\] {
  gap: calc(100 / 375 * 10 * 1vw);
}
.gap-\[calc\(100\/375\*20\*1vw\)\] {
  gap: calc(100 / 375 * 20 * 1vw);
}
.gap-\[calc\(100\/375\*9\*1vw\)\] {
  gap: calc(100 / 375 * 9 * 1vw);
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.bg-\[\#01DEDE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 222 222 / var(--tw-bg-opacity));
}
.bg-\[\#3AFDFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 253 253 / var(--tw-bg-opacity));
}
.bg-\[\#D8FD3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 253 58 / var(--tw-bg-opacity));
}
.bg-\[\#D8FD3B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 253 59 / var(--tw-bg-opacity));
}
.bg-\[\#E1E400\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 228 0 / var(--tw-bg-opacity));
}
.bg-\[\#F9FD3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 253 58 / var(--tw-bg-opacity));
}
.bg-\[\#FF80AA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 128 170 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[calc\(100\/375\*10\*1vw\)\] {
  padding: calc(100 / 375 * 10 * 1vw);
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[calc\(100\/375\*20\*1vw\)\] {
  padding-left: calc(100 / 375 * 20 * 1vw);
  padding-right: calc(100 / 375 * 20 * 1vw);
}
.py-\[calc\(100\/375\*30\*1vw\)\] {
  padding-top: calc(100 / 375 * 30 * 1vw);
  padding-bottom: calc(100 / 375 * 30 * 1vw);
}
.py-\[calc\(100\/375\*45\*1vw\)\] {
  padding-top: calc(100 / 375 * 45 * 1vw);
  padding-bottom: calc(100 / 375 * 45 * 1vw);
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[46px\] {
  padding-bottom: 46px;
}
.pb-\[calc\(100\/1680\*20\*1vw\)\] {
  padding-bottom: calc(100 / 1680 * 20 * 1vw);
}
.pb-\[calc\(100\/1680\*40\*1vw\)\] {
  padding-bottom: calc(100 / 1680 * 40 * 1vw);
}
.pb-\[calc\(100\/375\*10\*1vw\)\] {
  padding-bottom: calc(100 / 375 * 10 * 1vw);
}
.pb-\[calc\(100\/375\*15\*1vw\)\] {
  padding-bottom: calc(100 / 375 * 15 * 1vw);
}
.pb-\[calc\(100\/375\*20\*1vw\)\] {
  padding-bottom: calc(100 / 375 * 20 * 1vw);
}
.pb-\[calc\(100\/375\*3\*1vw\)\] {
  padding-bottom: calc(100 / 375 * 3 * 1vw);
}
.pb-\[calc\(100\/375\*45\*1vw\)\] {
  padding-bottom: calc(100 / 375 * 45 * 1vw);
}
.pb-\[calc\(100\/375\*5\*1vw\)\] {
  padding-bottom: calc(100 / 375 * 5 * 1vw);
}
.pb-\[calc\(100\/375\*50\*1vw\)\] {
  padding-bottom: calc(100 / 375 * 50 * 1vw);
}
.pl-\[calc\(100\/375\*2\*1vw\)\] {
  padding-left: calc(100 / 375 * 2 * 1vw);
}
.pr-\[calc\(100\/375\*5\*1vw\)\] {
  padding-right: calc(100 / 375 * 5 * 1vw);
}
.pt-\[112px\] {
  padding-top: 112px;
}
.pt-\[132px\] {
  padding-top: 132px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[calc\(100\/375\*16\*1vw\)\] {
  padding-top: calc(100 / 375 * 16 * 1vw);
}
.pt-\[calc\(100\/375\*21\*1vw\)\] {
  padding-top: calc(100 / 375 * 21 * 1vw);
}
.pt-\[calc\(100\/375\*30\*1vw\)\] {
  padding-top: calc(100 / 375 * 30 * 1vw);
}
.pt-\[calc\(100\/375\*32\*1vw\)\] {
  padding-top: calc(100 / 375 * 32 * 1vw);
}
.pt-\[calc\(100\/375\*54\*1vw\)\] {
  padding-top: calc(100 / 375 * 54 * 1vw);
}
.pt-\[calc\(100\/375\*90\*1vw\)\] {
  padding-top: calc(100 / 375 * 90 * 1vw);
}
.text-center {
  text-align: center;
}
.text-\[calc\(100\/1680\*12\*1vw\)\] {
  font-size: calc(100 / 1680 * 12 * 1vw);
}
.text-\[calc\(100\/375\*12\*1vw\)\] {
  font-size: calc(100 / 375 * 12 * 1vw);
}
.text-\[calc\(100\/375\*13\*1vw\)\] {
  font-size: calc(100 / 375 * 13 * 1vw);
}
.text-\[calc\(100\/375\*15\*1vw\)\] {
  font-size: calc(100 / 375 * 15 * 1vw);
}
.text-\[calc\(100\/375\*16\*1vw\)\] {
  font-size: calc(100 / 375 * 16 * 1vw);
}
.text-\[calc\(100\/375\*18\*1vw\)\] {
  font-size: calc(100 / 375 * 18 * 1vw);
}
.text-\[calc\(100\/375\*20\*1vw\)\] {
  font-size: calc(100 / 375 * 20 * 1vw);
}
.text-\[calc\(100\/375\*30\*1vw\)\] {
  font-size: calc(100 / 375 * 30 * 1vw);
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-\[2\] {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[50px\] {
  --tw-blur: blur(50px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[writing-mode\:vertical-rl\] {
  writing-mode: vertical-rl;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:mr-\[calc\(100\/375\*8\*1vw\)\]::before {
  content: var(--tw-content);
  margin-right: calc(100 / 375 * 8 * 1vw);
}
.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}
.before\:h-\[calc\(100\/375\*20\*1vw\)\]::before {
  content: var(--tw-content);
  height: calc(100 / 375 * 20 * 1vw);
}
.before\:w-\[calc\(100\/375\*20\*1vw\)\]::before {
  content: var(--tw-content);
  width: calc(100 / 375 * 20 * 1vw);
}
.before\:grow::before {
  content: var(--tw-content);
  flex-grow: 1;
}
.before\:translate-x-\[calc\(-150\%\)\]::before {
  content: var(--tw-content);
  --tw-translate-x: calc(-150%);
  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));
}
.before\:translate-y-\[calc\(15\%\)\]::before {
  content: var(--tw-content);
  --tw-translate-y: calc(15%);
  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));
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:bg-\[url\(\/assets\/2024summer\/img\/icon_l-rect\.svg\)\]::before {
  content: var(--tw-content);
  background-image: url(../img/icon_l-rect.svg);
}
.before\:bg-\[url\(\/assets\/2025gw\/img\/icon_l-rect\.svg\)\]::before {
  content: var(--tw-content);
  background-image: url(/assets/2025gw/img/icon_l-rect.svg);
}
.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:ml-\[calc\(100\/375\*8\*1vw\)\]::after {
  content: var(--tw-content);
  margin-left: calc(100 / 375 * 8 * 1vw);
}
.after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}
.after\:h-\[calc\(100\/375\*20\*1vw\)\]::after {
  content: var(--tw-content);
  height: calc(100 / 375 * 20 * 1vw);
}
.after\:w-\[calc\(100\/375\*20\*1vw\)\]::after {
  content: var(--tw-content);
  width: calc(100 / 375 * 20 * 1vw);
}
.after\:grow::after {
  content: var(--tw-content);
  flex-grow: 1;
}
.after\:translate-x-\[calc\(120\%\)\]::after {
  content: var(--tw-content);
  --tw-translate-x: calc(120%);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:translate-y-\[calc\(15\%\)\]::after {
  content: var(--tw-content);
  --tw-translate-y: calc(15%);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:bg-\[url\(\/assets\/2024summer\/img\/icon_r-rect\.svg\)\]::after {
  content: var(--tw-content);
  background-image: url(../img/icon_r-rect.svg);
}
.after\:bg-\[url\(\/assets\/2025gw\/img\/icon_r-rect\.svg\)\]::after {
  content: var(--tw-content);
  background-image: url(/assets/2025gw/img/icon_r-rect.svg);
}
.after\:bg-cover::after {
  content: var(--tw-content);
  background-size: cover;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
@media (max-width: 767px) {

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

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

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

  .maxmd\:flex {
    display: flex;
  }

  .maxmd\:h-\[calc\(100\/375\*1286\*1vw\)\] {
    height: calc(100 / 375 * 1286 * 1vw);
  }

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

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

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

  .maxmd\:gap-\[calc\(100\/375\*10\*1vw\)\] {
    gap: calc(100 / 375 * 10 * 1vw);
  }

  .maxmd\:space-y-\[calc\(100\/375\*16\*1vw\)\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100 / 375 * 16 * 1vw) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100 / 375 * 16 * 1vw) * var(--tw-space-y-reverse));
  }

  .maxmd\:space-y-\[calc\(100\/375\*6\*1vw\)\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100 / 375 * 6 * 1vw) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100 / 375 * 6 * 1vw) * var(--tw-space-y-reverse));
  }

  .maxmd\:px-\[calc\(100\/375\*20\*1vw\)\] {
    padding-left: calc(100 / 375 * 20 * 1vw);
    padding-right: calc(100 / 375 * 20 * 1vw);
  }

  .maxmd\:pb-\[calc\(100\/375\*26\*1vw\)\] {
    padding-bottom: calc(100 / 375 * 26 * 1vw);
  }

  .maxmd\:pl-\[calc\(100\/375\*20\*1vw\)\] {
    padding-left: calc(100 / 375 * 20 * 1vw);
  }

  .maxmd\:pl-\[calc\(100\/375\*58\*1vw\)\] {
    padding-left: calc(100 / 375 * 58 * 1vw);
  }

  .maxmd\:pr-\[calc\(100\/375\*20\*1vw\)\] {
    padding-right: calc(100 / 375 * 20 * 1vw);
  }

  .maxmd\:pr-\[calc\(100\/375\*48\*1vw\)\] {
    padding-right: calc(100 / 375 * 48 * 1vw);
  }

  .maxmd\:pt-\[calc\(100\/375\*16\*1vw\)\] {
    padding-top: calc(100 / 375 * 16 * 1vw);
  }

  .maxmd\:leading-\[1\.8\] {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

  .md\:left-\[12\%\] {
    left: 12%;
  }

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

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

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

  .md\:right-\[15\%\] {
    right: 15%;
  }

  .md\:right-\[5vw\] {
    right: 5vw;
  }

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

  .md\:top-\[1\.1rem\] {
    top: 1.1rem;
  }

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

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

  .md\:top-\[47vw\] {
    top: 47vw;
  }

  .md\:top-\[calc\(100\/1680\*26\*1vw\)\] {
    top: calc(100 / 1680 * 26 * 1vw);
  }

  .md\:top-\[calc\(100\/1680\*70\*1vw\)\] {
    top: calc(100 / 1680 * 70 * 1vw);
  }

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

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

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

  .md\:mr-\[1em\] {
    margin-right: 1em;
  }

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

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

  .md\:block {
    display: block;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[calc\(100\/1680\*1000\*1vw\)\] {
    width: calc(100 / 1680 * 1000 * 1vw);
  }

  .md\:w-\[calc\(100\/1680\*162\*1vw\)\] {
    width: calc(100 / 1680 * 162 * 1vw);
  }

  .md\:w-\[calc\(100\/1680\*205\*1vw\)\] {
    width: calc(100 / 1680 * 205 * 1vw);
  }

  .md\:w-\[calc\(100\/1680\*263\*1vw\)\] {
    width: calc(100 / 1680 * 263 * 1vw);
  }

  .md\:w-\[calc\(100\/1680\*331\*1vw\)\] {
    width: calc(100 / 1680 * 331 * 1vw);
  }

  .md\:w-\[calc\(100\/1680\*350\*1vw\)\] {
    width: calc(100 / 1680 * 350 * 1vw);
  }

  .md\:w-\[calc\(100\/1680\*419\*1vw\)\] {
    width: calc(100 / 1680 * 419 * 1vw);
  }

  .md\:w-\[calc\(100\/1680\*503\*1vw\)\] {
    width: calc(100 / 1680 * 503 * 1vw);
  }

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

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

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

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

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

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

  .md\:grid-cols-\[1fr_160px\] {
    grid-template-columns: 1fr 160px;
  }

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

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

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

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

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

  .md\:p-2 {
    padding: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .before\:md\:h-\[27px\]::before {
    content: var(--tw-content);
    height: 27px;
  }

  .md\:before\:h-\[4px\]::before {
    content: var(--tw-content);
    height: 4px;
  }

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

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

  .md\:after\:ml-\[20px\]::after {
    content: var(--tw-content);
    margin-left: 20px;
  }

  .after\:md\:h-\[27px\]::after {
    content: var(--tw-content);
    height: 27px;
  }

  .md\:after\:h-\[4px\]::after {
    content: var(--tw-content);
    height: 4px;
  }

  .after\:md\:w-\[27px\]::after {
    content: var(--tw-content);
    width: 27px;
  }

  .after\:md\:translate-y-\[calc\(25\%\)\]::after {
    content: var(--tw-content);
    --tw-translate-y: calc(25%);
    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));
  }
}
@media (min-width: 1100px) {

  .c1100\:top-\[12vw\] {
    top: 12vw;
  }

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

  .c1100\:top-\[47vw\] {
    top: 47vw;
  }

  .c1100\:top-\[calc\(-100\/1680\*220\*1vw\)\] {
    top: calc(-100 / 1680 * 220 * 1vw);
  }

  .c1100\:top-\[calc\(100\/1680\*240\*1vw\)\] {
    top: calc(100 / 1680 * 240 * 1vw);
  }

  .c1100\:h-\[calc\(100\/1680\*550\*1vw\)\] {
    height: calc(100 / 1680 * 550 * 1vw);
  }

  .c1100\:h-\[calc\(100\/1680\*750\*1vw\)\] {
    height: calc(100 / 1680 * 750 * 1vw);
  }

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

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

  .c1100\:w-\[calc\(100\/1680\*100\*1vw\)\] {
    width: calc(100 / 1680 * 100 * 1vw);
  }

  .c1100\:w-\[calc\(100\/1680\*260\*1vw\)\] {
    width: calc(100 / 1680 * 260 * 1vw);
  }

  .c1100\:w-\[calc\(100\/1680\*426\*1vw\)\] {
    width: calc(100 / 1680 * 426 * 1vw);
  }

  .c1100\:w-\[calc\(100\/1680\*522\*1vw\)\] {
    width: calc(100 / 1680 * 522 * 1vw);
  }

  .c1100\:w-\[calc\(100\/1680\*569\*1vw\)\] {
    width: calc(100 / 1680 * 569 * 1vw);
  }

  .c1100\:w-\[calc\(100\/1680\*700\*1vw\)\] {
    width: calc(100 / 1680 * 700 * 1vw);
  }

  .c1100\:w-\[calc\(100\/1680\*711\*1vw\)\] {
    width: calc(100 / 1680 * 711 * 1vw);
  }

  .c1100\:w-\[calc\(100\/1680\*737\*1vw\)\] {
    width: calc(100 / 1680 * 737 * 1vw);
  }

  .c1100\:w-\[calc\(100\/1680\*778\*1vw\)\] {
    width: calc(100 / 1680 * 778 * 1vw);
  }

  .c1100\:w-\[calc\(100\/1680\*813\*1vw\)\] {
    width: calc(100 / 1680 * 813 * 1vw);
  }

  .c1100\:w-screen {
    width: 100vw;
  }

  .c1100\:pt-\[calc\(100\/1680\*20\*1vw\)\] {
    padding-top: calc(100 / 1680 * 20 * 1vw);
  }

  .c1100\:text-\[calc\(100\/1680\*15\*1vw\)\] {
    font-size: calc(100 / 1680 * 15 * 1vw);
  }

  .c1100\:text-\[calc\(100\/1680\*25\*1vw\)\] {
    font-size: calc(100 / 1680 * 25 * 1vw);
  }

  .c1100\:text-\[calc\(100\/1680\*50\*1vw\)\] {
    font-size: calc(100 / 1680 * 50 * 1vw);
  }
}
@media (min-width: 1680px) {

  .pc\:max-w-\[calc\(100\/1680\*1390\*1vw\)\] {
    max-width: calc(100 / 1680 * 1390 * 1vw);
  }
}

.v_color-00 {
  color: #000;
}
.v_color-01 {
  color: #fff;
}
.v_color-02 {
  color: #0d45d3;
}
.v_color-03 {
  color: #1e67f7;
}
.v_bg-00 {
  background-color: #000;
}
.v_bg-01 {
  background-color: #fff;
}
.v_bg-02 {
  background-color: #0d45d3;
}
.v_bg-03 {
  background-color: #1e67f7;
}
.v_font-sans-serif {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Meiryo", sans-serif;
}
.v_font-sans-serif2 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.v_font-serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.v_font-jost {
  font-family: "Jost", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.h2025gw {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Meiryo", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  font-size: 15px;
  min-width: 320px;
}
a,
.c_a {
  transition: all 0.3s ease;
  opacity: 1;
}
a:hover, a:active,
.c_a:hover,
.c_a:active {
  opacity: 0.7;
}
a.a_no-effect:hover, a.a_no-effect:active,
.c_a.a_no-effect:hover,
.c_a.a_no-effect:active {
  opacity: 1;
}
/* =========================================================
header / footer reset
============================================================ */
header.hotel {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Yu Gothic", YuGothic, Arial, Meiryo;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
header.hotel .txt,
header.hotel .icon {
  font-size: 10px;
}
.breadcrumb ol > li {
  color: #1e2679;
  font-size: 10px;
}
.breadcrumb ol > li .icon {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Yu Gothic", YuGothic, Arial, Meiryo;
  font-size: 10px;
}
footer.hotel {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Yu Gothic", YuGothic, Arial, Meiryo;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
footer.hotel .txt {
  color: #1e2679;
  font-size: 15px;
}
footer.hotel .icon {
  font-size: 13px;
}
footer.hotel .stit {
  font-size: 16px;
}
footer.hotel .footerAreaSearch h4,
footer.hotel .footerAreaSearch li,
footer.hotel .footerOthers h4,
footer.hotel .footerOthers li {
  font-size: 12px;
}
footer.hotel .footer_btm {
  margin-bottom: 0px;
}
footer.hotel .footer_btm_list {
  color: #1e2679;
  font-size: 13px;
}
footer.hotel .footer_btm_copy small {
  font-size: 12px;
}
@media (min-width: 768px) {
  footer.hotel .footer_btm_copy small {
    --tw-text-opacity: 1;
    color: rgb(30 38 121/var(--tw-text-opacity));
  }
}
footer.hotel .footer_pagetop {
  font-size: 12px;
}
footer.hotel .footer_list a {
  color: #1e2679;
  font-size: 11px;
  background-image: url(https://happyhotel.jp/ad/cp/reserve_girl/assets/images/icon01.png);
  background-repeat: no-repeat;
  display: block;
}
.cm {
  box-sizing: border-box;
  background: repeating-linear-gradient(45deg, rgba(245, 245, 245, 0.1), rgba(245, 245, 245, 0.1) 10px, rgba(136, 136, 136, 0.2) 0, rgba(136, 136, 136, 0.2) 20px);
  border: solid 1px rgba(68, 68, 68, 0.2);
}
@media (min-width: 768px){
  .c_pc-hidden{
    display: none;
  }
}
.c_sp-hidden{
  display: none;
}
@media (min-width: 768px){
  .c_sp-hidden{
    display: block;
  }
}
.c_sp-hidden-inline{
  display: none;
}
@media (min-width: 768px){
  .c_sp-hidden-inline{
    display: inline-block;
  }
}
/* =========================================================
#Hero
============================================================ */
#Hero > .inner{
  position: relative;
  overflow: hidden;
  padding-top: calc(100 / 375 * 16 * 1vw);
  padding-bottom: 46px;
}
@media (min-width: 768px){
  #Hero > .inner{
    padding-top: 44px;
    padding-bottom: 30px;
  }
}
#Hero .el_ribbon1{
  position: absolute;
  top: -10%;
  left: -2%;
  display: none;
  width: calc(100 / 375 * 171 * 1vw);
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .el_ribbon1{
    display: inline-block;
    width: 482px;
  }
}
@media (min-width: 1100px){
  #Hero .el_ribbon1{
    width: calc(100 / 1680 * 737 * 1vw);
  }
}
#Hero .el_ribbon2{
  position: absolute;
  top: -8%;
  right: -6%;
  display: none;
  width: calc(100 / 375 * 139 * 1vw);
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .el_ribbon2{
    display: inline-block;
    width: 278px;
  }
}
@media (min-width: 1100px){
  #Hero .el_ribbon2{
    width: calc(100 / 1680 * 426 * 1vw);
  }
}
#Hero .el_ribbon3{
  position: absolute;
  top: -1%;
  left: -2%;
  display: inline-block;
  width: calc(100 / 375 * 171 * 1vw);
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .el_ribbon3{
    display: none;
    width: 482px;
  }
}
@media (min-width: 1100px){
  #Hero .el_ribbon3{
    width: calc(100 / 1680 * 737 * 1vw);
  }
}
#Hero .el_ribbon4{
  position: absolute;
  top: -1%;
  right: -6%;
  display: inline-block;
  width: calc(100 / 375 * 139 * 1vw);
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .el_ribbon4{
    display: none;
    width: 278px;
  }
}
@media (min-width: 1100px){
  #Hero .el_ribbon4{
    width: calc(100 / 1680 * 426 * 1vw);
  }
}
#Hero .el_ribbon5{
  position: absolute;
  bottom: -1%;
  left: -5%;
  display: none;
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .el_ribbon5{
    display: inline-block;
    width: 372px;
  }
}
@media (min-width: 1100px){
  #Hero .el_ribbon5{
    width: calc(100 / 1680 * 569 * 1vw);
  }
}
#Hero .el_ribbon6{
  position: absolute;
  bottom: 1%;
  right: -5%;
  display: none;
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .el_ribbon6{
    display: inline-block;
    width: 482px;
  }
}
@media (min-width: 1100px){
  #Hero .el_ribbon6{
    width: calc(100 / 1680 * 737 * 1vw);
  }
}
#Hero .outer_canvas{
  position: relative;
}
#Hero .outer_canvas .outer_pic{
  display: flex;
  width: 100%;
  gap: calc(100 / 1680 * 40 * 1vw);
}
@media (min-width: 768px){
  #Hero .outer_canvas .outer_pic{
    width: 1200px;
    --tw-translate-x: -5%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1100px){
  #Hero .outer_canvas .outer_pic{
    width: 110vw;
  }
}
#Hero .outer_canvas .el_img1,
#Hero .outer_canvas .el_img2,
#Hero .outer_canvas .el_img3,
#Hero .outer_canvas .el_img4,
#Hero .outer_canvas .el_img5,
#Hero .outer_canvas .el_img6{
  display: inline-block;
  aspect-ratio: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
#Hero .outer_canvas .el_img1,
#Hero .outer_canvas .el_img6{
  display: none;
}
@media (min-width: 768px){
  #Hero .outer_canvas .el_img1,
#Hero .outer_canvas .el_img6{
    display: inline-block;
  }
}
#Hero .outer_text-block{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  padding-top: calc(100 / 375 * 21 * 1vw);
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .outer_text-block{
    padding-top: 100px;
  }
}
#Hero .outer_text-block > .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Hero .outer_text-block .el_img-gw{
  margin-bottom: calc(100 / 1680 * 10 * 1vw);
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 326 * 1vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Hero .outer_text-block .el_img-gw{
    width: 344px;
  }
}
@media (min-width: 1100px){
  #Hero .outer_text-block .el_img-gw{
    width: calc(100 / 1680 * 522 * 1vw);
  }
}
#Hero .outer_text-block .outer_hapihote{
  position: relative;
  z-index: 10;
}
#Hero .outer_text-block .el_img-hapihote{
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 290 * 1vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Hero .outer_text-block .el_img-hapihote{
    width: 528px;
  }
}
@media (min-width: 1100px){
  #Hero .outer_text-block .el_img-hapihote{
    width: calc(100 / 1680 * 813 * 1vw);
  }
}
#Hero .outer_text-block .el_img-text-pink{
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 711 * 1vw);
  --tw-translate-y: -50%;
  --tw-translate-x: -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));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Hero .outer_text-block .el_img-text-pink{
    width: 468px;
  }
}
@media (min-width: 1100px){
  #Hero .outer_text-block .el_img-text-pink{
    width: calc(100 / 1680 * 711 * 1vw);
  }
}
#Hero .outer_text-block .outer_fukidashi{
  position: relative;
}
#Hero .outer_text-block .el_img-fukidashi{
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 268 * 1vw);
  --tw-translate-y: -15%;
  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));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Hero .outer_text-block .el_img-fukidashi{
    width: 514px;
  }
}
@media (min-width: 1100px){
  #Hero .outer_text-block .el_img-fukidashi{
    width: calc(100 / 1680 * 778 * 1vw);
  }
}
#Hero .outer_text-block .inner-outer{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding-top: calc(100 / 375 * 16 * 1vw);
  text-align: center;
}
@media (min-width: 768px){
  #Hero .outer_text-block .inner-outer{
    padding-top: 10px;
  }
}
@media (min-width: 1100px){
  #Hero .outer_text-block .inner-outer{
    padding-top: calc(100 / 1680 * 20 * 1vw);
  }
}
#Hero .outer_text-block .el_img-blue{
  position: absolute;
  top: calc(100 / 375 * 30 * 1vw);
  left: 50%;
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 254px * 1vw);
  --tw-translate-x: -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));
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .outer_text-block .el_img-blue{
    top: calc(100 / 1680 * 70 * 1vw);
    width: 486px;
  }
}
@media (min-width: 1100px){
  #Hero .outer_text-block .el_img-blue{
    width: calc(100 / 1680 * 737 * 1vw);
  }
}
#Hero .outer_text-block .el_img-yellow-l{
  position: absolute;
  top: 140px;
  left: -4%;
  display: none;
  aspect-ratio: auto;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .outer_text-block .el_img-yellow-l{
    display: inline-block;
  }
}
@media (min-width: 1100px){
  #Hero .outer_text-block .el_img-yellow-l{
    top: calc(100 / 1680 * 240 * 1vw);
    width: calc(100 / 1680 * 100 * 1vw);
  }
}
#Hero .outer_text-block .el_img-yellow-r{
  position: absolute;
  top: -160px;
  right: -25%;
  display: none;
  aspect-ratio: auto;
  width: 60px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .outer_text-block .el_img-yellow-r{
    display: inline-block;
  }
}
@media (min-width: 1100px){
  #Hero .outer_text-block .el_img-yellow-r{
    top: calc(-100 / 1680 * 220 * 1vw);
    width: calc(100 / 1680 * 100 * 1vw);
  }
}
#Hero .outer_text-block .el_h{
  position: relative;
  font-size: calc(100 / 375 * 16 * 1vw);
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px){
  #Hero .outer_text-block .el_h{
    font-size: 34px;
  }
}
@media (min-width: 1100px){
  #Hero .outer_text-block .el_h{
    font-size: calc(100 / 1680 * 50 * 1vw);
  }
}
#Hero .outer_text{
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  font-size: calc(100 / 375 * 16 * 1vw);
  font-weight: 700;
  line-height: 2;
  opacity: 0;
}
@media (min-width: 768px){
  #Hero .outer_text{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 2.3;
  }
}
#Hero .outer_text span{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  #Hero .outer_text span{
    padding: 0.5rem;
  }
}
/* =========================================================
#Sec1
============================================================ */
#Sec1 > .inner,
#Sec2 > .inner,
#Sec3 > .inner{
  position: relative;
  padding-top: calc(100 / 375 * 90 * 1vw);
}
@media (min-width: 768px){
  #Sec1 > .inner,
#Sec2 > .inner,
#Sec3 > .inner{
    padding-top: 0px;
  }
}
#Sec1 .el_bg-photo,
#Sec2 .el_bg-photo,
#Sec3 .el_bg-photo{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px){
  #Sec1 .el_bg-photo,
#Sec2 .el_bg-photo,
#Sec3 .el_bg-photo{
    padding-top: 100px;
  }
}
#Sec1 .el_bg-photo .el_img,
#Sec2 .el_bg-photo .el_img,
#Sec3 .el_bg-photo .el_img{
  display: inline-block;
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#Sec1 .sec_top,
#Sec2 .sec_top,
#Sec3 .sec_top{
  padding-left: 30px;
  padding-right: 30px;
}
#Sec1 .sec_top > .inner,
#Sec2 .sec_top > .inner,
#Sec3 .sec_top > .inner{
  position: relative;
}
#Sec1 .sec_top .outer_height,
#Sec2 .sec_top .outer_height,
#Sec3 .sec_top .outer_height{
  display: none;
}
@media (min-width: 768px){
  #Sec1 .sec_top .outer_height,
#Sec2 .sec_top .outer_height,
#Sec3 .sec_top .outer_height{
    display: block;
    height: 500px;
  }
}
@media (min-width: 1100px){
  #Sec1 .sec_top .outer_height,
#Sec2 .sec_top .outer_height,
#Sec3 .sec_top .outer_height{
    height: calc(100 / 1680 * 750 * 1vw);
  }
}
#Sec1 .sec_top .inner-outer,
#Sec2 .sec_top .inner-outer,
#Sec3 .sec_top .inner-outer{
  width: 100%;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 253 58 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer,
#Sec2 .sec_top .inner-outer,
#Sec3 .sec_top .inner-outer{
    position: absolute;
    top: 130px;
    left: 12%;
    height: 360px;
    width: 88%;
  }
}
@media (min-width: 1100px){
  #Sec1 .sec_top .inner-outer,
#Sec2 .sec_top .inner-outer,
#Sec3 .sec_top .inner-outer{
    top: 12vw;
    height: calc(100 / 1680 * 550 * 1vw);
    width: 84vw;
  }
}
#Sec1 .sec_top .inner-outer > .inner,
#Sec2 .sec_top .inner-outer > .inner,
#Sec3 .sec_top .inner-outer > .inner{
  position: relative;
  height: 100%;
}
@media (max-width: 767px){
  #Sec1 .sec_top .inner-outer > .inner,
#Sec2 .sec_top .inner-outer > .inner,
#Sec3 .sec_top .inner-outer > .inner{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
#Sec1 .sec_top .inner-outer .outer_h,
#Sec2 .sec_top .inner-outer .outer_h,
#Sec3 .sec_top .inner-outer .outer_h{
  top: 19%;
  left: 40%;
  padding-top: calc(100 / 375 * 54 * 1vw);
  font-size: calc(100 / 375 * 18 * 1vw);
  font-weight: 700;
}
@media (max-width: 767px){
  #Sec1 .sec_top .inner-outer .outer_h > :not([hidden]) ~ :not([hidden]),
#Sec2 .sec_top .inner-outer .outer_h > :not([hidden]) ~ :not([hidden]),
#Sec3 .sec_top .inner-outer .outer_h > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100 / 375 * 6 * 1vw) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100 / 375 * 6 * 1vw) * var(--tw-space-y-reverse));
  }
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .outer_h,
#Sec2 .sec_top .inner-outer .outer_h,
#Sec3 .sec_top .inner-outer .outer_h{
    position: absolute;
    padding-top: 0px;
    font-size: 16px;
  }
}
@media (min-width: 1100px){
  #Sec1 .sec_top .inner-outer .outer_h,
#Sec2 .sec_top .inner-outer .outer_h,
#Sec3 .sec_top .inner-outer .outer_h{
    font-size: calc(100 / 1680 * 25 * 1vw);
  }
}
#Sec1 .sec_top .inner-outer .outer_h-01,
#Sec2 .sec_top .inner-outer .outer_h-01,
#Sec3 .sec_top .inner-outer .outer_h-01{
  position: relative;
}
#Sec1 .sec_top .inner-outer .outer_h-01 .el_img,
#Sec2 .sec_top .inner-outer .outer_h-01 .el_img,
#Sec3 .sec_top .inner-outer .outer_h-01 .el_img{
  position: absolute;
  top: calc(100 / 375 * 16 * 1vw);
  left: 0px;
  display: inline-block;
  width: calc(100 / 375 * 247 * 1vw);
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .outer_h-01 .el_img,
#Sec2 .sec_top .inner-outer .outer_h-01 .el_img,
#Sec3 .sec_top .inner-outer .outer_h-01 .el_img{
    top: calc(100 / 1680 * 26 * 1vw);
    width: calc(100 / 1680 * 350 * 1vw);
  }
}
#Sec1 .sec_top .inner-outer .outer_h-01 .el_span,
#Sec2 .sec_top .inner-outer .outer_h-01 .el_span,
#Sec3 .sec_top .inner-outer .outer_h-01 .el_span{
  position: relative;
}
#Sec1 .sec_top .inner-outer .outer_h-02,
#Sec2 .sec_top .inner-outer .outer_h-02,
#Sec3 .sec_top .inner-outer .outer_h-02{
  position: relative;
}
#Sec1 .sec_top .inner-outer .outer_h-02 .el_img,
#Sec2 .sec_top .inner-outer .outer_h-02 .el_img,
#Sec3 .sec_top .inner-outer .outer_h-02 .el_img{
  position: absolute;
  top: calc(100 / 375 * 16 * 1vw);
  left: 0px;
  display: inline-block;
  width: calc(100 / 375 * 186 * 1vw);
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .outer_h-02 .el_img,
#Sec2 .sec_top .inner-outer .outer_h-02 .el_img,
#Sec3 .sec_top .inner-outer .outer_h-02 .el_img{
    top: calc(100 / 1680 * 26 * 1vw);
    width: calc(100 / 1680 * 263 * 1vw);
  }
}
#Sec1 .sec_top .inner-outer .outer_h-02 .el_span,
#Sec2 .sec_top .inner-outer .outer_h-02 .el_span,
#Sec3 .sec_top .inner-outer .outer_h-02 .el_span{
  position: relative;
}
#Sec1 .sec_top .inner-outer .outer_h-03,
#Sec2 .sec_top .inner-outer .outer_h-03,
#Sec3 .sec_top .inner-outer .outer_h-03{
  position: relative;
}
#Sec1 .sec_top .inner-outer .outer_h-03 .el_img,
#Sec2 .sec_top .inner-outer .outer_h-03 .el_img,
#Sec3 .sec_top .inner-outer .outer_h-03 .el_img{
  position: absolute;
  top: calc(100 / 375 * 16 * 1vw);
  left: 0px;
  display: inline-block;
  width: calc(100 / 375 * 186 * 1vw);
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .outer_h-03 .el_img,
#Sec2 .sec_top .inner-outer .outer_h-03 .el_img,
#Sec3 .sec_top .inner-outer .outer_h-03 .el_img{
    top: calc(100 / 1680 * 26 * 1vw);
    width: calc(100 / 1680 * 263 * 1vw);
  }
}
#Sec1 .sec_top .inner-outer .outer_h-03 .el_span,
#Sec2 .sec_top .inner-outer .outer_h-03 .el_span,
#Sec3 .sec_top .inner-outer .outer_h-03 .el_span{
  position: relative;
}
#Sec1 .sec_top .inner-outer .outer_p,
#Sec2 .sec_top .inner-outer .outer_p,
#Sec3 .sec_top .inner-outer .outer_p{
  top: 50%;
  left: 20%;
  font-weight: 500;
}
@media (max-width: 767px){
  #Sec1 .sec_top .inner-outer .outer_p > :not([hidden]) ~ :not([hidden]),
#Sec2 .sec_top .inner-outer .outer_p > :not([hidden]) ~ :not([hidden]),
#Sec3 .sec_top .inner-outer .outer_p > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100 / 375 * 16 * 1vw) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100 / 375 * 16 * 1vw) * var(--tw-space-y-reverse));
  }
  #Sec1 .sec_top .inner-outer .outer_p,
#Sec2 .sec_top .inner-outer .outer_p,
#Sec3 .sec_top .inner-outer .outer_p{
    padding-top: calc(100 / 375 * 16 * 1vw);
    padding-bottom: calc(100 / 375 * 26 * 1vw);
  }
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .outer_p,
#Sec2 .sec_top .inner-outer .outer_p,
#Sec3 .sec_top .inner-outer .outer_p{
    position: absolute;
  }
}
#Sec1 .sec_top .inner-outer .outer_p .el_p1,
#Sec2 .sec_top .inner-outer .outer_p .el_p1,
#Sec3 .sec_top .inner-outer .outer_p .el_p1{
  padding-bottom: calc(100 / 1680 * 40 * 1vw);
  font-size: calc(100 / 375 * 15 * 1vw);
  line-height: 1.8;
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .outer_p .el_p1,
#Sec2 .sec_top .inner-outer .outer_p .el_p1,
#Sec3 .sec_top .inner-outer .outer_p .el_p1{
    font-size: 10px;
    line-height: 2;
  }
}
@media (min-width: 1100px){
  #Sec1 .sec_top .inner-outer .outer_p .el_p1,
#Sec2 .sec_top .inner-outer .outer_p .el_p1,
#Sec3 .sec_top .inner-outer .outer_p .el_p1{
    font-size: calc(100 / 1680 * 15 * 1vw);
  }
}
#Sec1 .sec_top .inner-outer .outer_p .el_p2,
#Sec2 .sec_top .inner-outer .outer_p .el_p2,
#Sec3 .sec_top .inner-outer .outer_p .el_p2{
  padding-bottom: calc(100 / 1680 * 40 * 1vw);
  font-size: calc(100 / 375 * 15 * 1vw);
  line-height: 1.8;
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .outer_p .el_p2,
#Sec2 .sec_top .inner-outer .outer_p .el_p2,
#Sec3 .sec_top .inner-outer .outer_p .el_p2{
    font-size: 10px;
    line-height: 2;
  }
}
@media (min-width: 1100px){
  #Sec1 .sec_top .inner-outer .outer_p .el_p2,
#Sec2 .sec_top .inner-outer .outer_p .el_p2,
#Sec3 .sec_top .inner-outer .outer_p .el_p2{
    font-size: calc(100 / 1680 * 15 * 1vw);
  }
}
#Sec1 .sec_top .inner-outer .outer_p .el_p3,
#Sec2 .sec_top .inner-outer .outer_p .el_p3,
#Sec3 .sec_top .inner-outer .outer_p .el_p3{
  font-size: calc(100 / 375 * 15 * 1vw);
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .outer_p .el_p3,
#Sec2 .sec_top .inner-outer .outer_p .el_p3,
#Sec3 .sec_top .inner-outer .outer_p .el_p3{
    font-size: 10px;
  }
}
@media (min-width: 1100px){
  #Sec1 .sec_top .inner-outer .outer_p .el_p3,
#Sec2 .sec_top .inner-outer .outer_p .el_p3,
#Sec3 .sec_top .inner-outer .outer_p .el_p3{
    font-size: calc(100 / 1680 * 15 * 1vw);
  }
}
#Sec1 .sec_top .inner-outer .el_num,
#Sec2 .sec_top .inner-outer .el_num,
#Sec3 .sec_top .inner-outer .el_num{
  position: absolute;
  top: 1%;
  right: 3%;
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 109 * 1vw);
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .el_num,
#Sec2 .sec_top .inner-outer .el_num,
#Sec3 .sec_top .inner-outer .el_num{
    top: 0px;
    right: 15%;
    width: calc(100 / 1680 * 162 * 1vw);
  }
}
#Sec1 .sec_top .inner-outer .outer_text,
#Sec2 .sec_top .inner-outer .outer_text,
#Sec3 .sec_top .inner-outer .outer_text{
  position: absolute;
  top: 0px;
  right: 10%;
  display: none;
  --tw-translate-y: -10%;
  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));
  font-size: calc(100 / 1680 * 12 * 1vw);
  font-weight: 700;
  writing-mode: vertical-rl;
  font-family: "Jost", sans-serif;
}
@media (min-width: 768px){
  #Sec1 .sec_top .inner-outer .outer_text,
#Sec2 .sec_top .inner-outer .outer_text,
#Sec3 .sec_top .inner-outer .outer_text{
    display: block;
  }
}
#Sec1 .sec_top .el_img1,
#Sec2 .sec_top .el_img1,
#Sec3 .sec_top .el_img1{
  position: absolute;
  top: -3%;
  left: 5%;
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 134 * 1vw);
  --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));
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Sec1 .sec_top .el_img1,
#Sec2 .sec_top .el_img1,
#Sec3 .sec_top .el_img1{
    top: 0px;
    left: 0px;
    width: 458px;
    --tw-translate-y: 0px;
    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: 20px;
  }
}
@media (min-width: 1100px){
  #Sec1 .sec_top .el_img1,
#Sec2 .sec_top .el_img1,
#Sec3 .sec_top .el_img1{
    width: calc(100 / 1680 * 700 * 1vw);
  }
}
#Sec1 .sec_top .el_img2,
#Sec2 .sec_top .el_img2,
#Sec3 .sec_top .el_img2{
  position: absolute;
  top: -5%;
  left: 36%;
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 50 * 1vw);
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Sec1 .sec_top .el_img2,
#Sec2 .sec_top .el_img2,
#Sec3 .sec_top .el_img2{
    top: 220px;
    left: 5vw;
    width: 170px;
    border-radius: 20px;
  }
}
@media (min-width: 1100px){
  #Sec1 .sec_top .el_img2,
#Sec2 .sec_top .el_img2,
#Sec3 .sec_top .el_img2{
    top: 20vw;
    width: calc(100 / 1680 * 260 * 1vw);
  }
}
#Sec1 .sec_bottom,
#Sec2 .sec_bottom,
#Sec3 .sec_bottom{
  position: relative;
}
#Sec1 .sec_bottom > .inner,
#Sec2 .sec_bottom > .inner,
#Sec3 .sec_bottom > .inner{
  display: flex;
  justify-content: center;
  padding-top: calc(100 / 375 * 30 * 1vw);
  padding-bottom: calc(100 / 375 * 30 * 1vw);
  padding-left: calc(100 / 375 * 20 * 1vw);
  padding-right: calc(100 / 375 * 20 * 1vw);
}
@media (min-width: 768px){
  #Sec1 .sec_bottom > .inner,
#Sec2 .sec_bottom > .inner,
#Sec3 .sec_bottom > .inner{
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
#Sec1 .footer > .inner,
#Sec2 .footer > .inner,
#Sec3 .footer > .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(100 / 375 * 30 * 1vw);
  padding-bottom: calc(100 / 375 * 50 * 1vw);
}
@media (max-width: 767px){
  #Sec1 .footer > .inner,
#Sec2 .footer > .inner,
#Sec3 .footer > .inner{
    padding-left: calc(100 / 375 * 20 * 1vw);
    padding-right: calc(100 / 375 * 20 * 1vw);
  }
}
@media (min-width: 768px){
  #Sec1 .footer > .inner,
#Sec2 .footer > .inner,
#Sec3 .footer > .inner{
    padding-top: 48px;
    padding-bottom: 78px;
  }
}
#Sec1 .footer .el_p,
#Sec2 .footer .el_p,
#Sec3 .footer .el_p{
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: calc(100 / 375 * 10 * 1vw);
}
#Sec1 .footer .el_p::before,
#Sec2 .footer .el_p::before,
#Sec3 .footer .el_p::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: calc(100 / 375 * 20 * 1vw);
  width: calc(100 / 375 * 20 * 1vw);
  --tw-translate-x: calc(-150%);
  --tw-translate-y: calc(15%);
  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: url(/assets/2025gw/img/icon_l-rect.svg);
  content: var(--tw-content);
  background-size: cover;
}
#Sec1 .footer .el_p::after,
#Sec2 .footer .el_p::after,
#Sec3 .footer .el_p::after{
  position: absolute;
  top: 0px;
  right: 0px;
  height: calc(100 / 375 * 20 * 1vw);
  width: calc(100 / 375 * 20 * 1vw);
  --tw-translate-x: calc(120%);
  --tw-translate-y: calc(15%);
  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: url(/assets/2025gw/img/icon_r-rect.svg);
  content: var(--tw-content);
  background-size: cover;
}
@media (min-width: 768px){
  #Sec1 .footer .el_p,
#Sec2 .footer .el_p,
#Sec3 .footer .el_p{
    padding-bottom: 10px;
  }
  #Sec1 .footer .el_p::before,
#Sec2 .footer .el_p::before,
#Sec3 .footer .el_p::before{
    height: 27px;
    width: 27px;
    content: var(--tw-content);
    --tw-translate-y: calc(25%);
    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));
  }
  #Sec1 .footer .el_p::after,
#Sec2 .footer .el_p::after,
#Sec3 .footer .el_p::after{
    height: 27px;
    width: 27px;
    content: var(--tw-content);
    --tw-translate-y: calc(25%);
    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));
  }
}
#Sec1 .footer .el_p::before, #Sec1 .footer .el_p::after,
#Sec2 .footer .el_p::before,
#Sec2 .footer .el_p::after,
#Sec3 .footer .el_p::before,
#Sec3 .footer .el_p::after {
  content: "";
}
#Sec1 .footer .el_span-top,
#Sec2 .footer .el_span-top,
#Sec3 .footer .el_span-top{
  margin-right: calc(100 / 375 * 10 * 1vw);
}
@media (min-width: 768px){
  #Sec1 .footer .el_span-top,
#Sec2 .footer .el_span-top,
#Sec3 .footer .el_span-top{
    margin-right: 10px;
  }
}
#Sec1 .footer .el_span-top img,
#Sec2 .footer .el_span-top img,
#Sec3 .footer .el_span-top img{
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 11 * 1vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Sec1 .footer .el_span-top img,
#Sec2 .footer .el_span-top img,
#Sec3 .footer .el_span-top img{
    width: 100%;
  }
}
#Sec1 .footer .el_span-bottom,
#Sec2 .footer .el_span-bottom,
#Sec3 .footer .el_span-bottom{
  font-size: calc(100 / 375 * 15 * 1vw);
  font-weight: 700;
}
@media (min-width: 768px){
  #Sec1 .footer .el_span-bottom,
#Sec2 .footer .el_span-bottom,
#Sec3 .footer .el_span-bottom{
    font-size: 20px;
  }
}
#Sec1 .footer .el_link,
#Sec2 .footer .el_link,
#Sec3 .footer .el_link{
  display: flex;
  height: calc(100 / 375 * 60 * 1vw);
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 253 58 / var(--tw-bg-opacity));
  font-size: calc(100 / 375 * 20 * 1vw);
  font-weight: 700;
}
@media (min-width: 768px){
  #Sec1 .footer .el_link,
#Sec2 .footer .el_link,
#Sec3 .footer .el_link{
    height: 90px;
    width: 420px;
    font-size: 30px;
  }
}
/* =========================================================
#Sec2
============================================================ */
@media (min-width: 768px){
  #Sec2 .el_bg-photo{
    padding-top: 60px;
  }
}
#Sec2 .sec_top .inner-outer{
  --tw-bg-opacity: 1;
  background-color: rgb(216 253 58 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer{
    right: 12%;
    left: 0px;
  }
}
#Sec2 .sec_top .inner-outer .outer_h{
  left: 20%;
}
#Sec2 .sec_top .inner-outer .outer_h-01 .el_img1{
  position: absolute;
  top: calc(100 / 375 * 16 * 1vw);
  left: 0px;
  display: none;
  width: calc(100 / 375 * 247 * 1vw);
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_h-01 .el_img1{
    top: calc(100 / 1680 * 26 * 1vw);
    display: inline-block;
    width: calc(100 / 1680 * 419 * 1vw);
  }
}
#Sec2 .sec_top .inner-outer .outer_h-01 .el_img2{
  position: absolute;
  top: calc(100 / 375 * 16 * 1vw);
  left: 0px;
  width: calc(100 / 375 * 198 * 1vw);
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_h-01 .el_img2{
    top: calc(100 / 1680 * 26 * 1vw);
    display: none;
    width: calc(100 / 1680 * 419 * 1vw);
  }
}
#Sec2 .sec_top .inner-outer .outer_h-01 .el_span1{
  position: relative;
  display: none;
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_h-01 .el_span1{
    display: inline-block;
  }
}
#Sec2 .sec_top .inner-outer .outer_h-01 .el_span2{
  position: relative;
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_h-01 .el_span2{
    display: none;
  }
}
#Sec2 .sec_top .inner-outer .outer_h-02 .el_img1{
  position: absolute;
  top: calc(100 / 375 * 16 * 1vw);
  left: 0px;
  display: none;
  width: calc(100 / 375 * 186 * 1vw);
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_h-02 .el_img1{
    top: calc(100 / 1680 * 26 * 1vw);
    display: inline-block;
    width: calc(100 / 1680 * 503 * 1vw);
  }
}
#Sec2 .sec_top .inner-outer .outer_h-02 .el_img2{
  position: absolute;
  top: calc(100 / 375 * 16 * 1vw);
  left: 0px;
  width: calc(100 / 375 * 243 * 1vw);
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_h-02 .el_img2{
    top: calc(100 / 1680 * 26 * 1vw);
    display: none;
    width: calc(100 / 1680 * 503 * 1vw);
  }
}
#Sec2 .sec_top .inner-outer .outer_h-02 .el_span1{
  position: relative;
  display: none;
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_h-02 .el_span1{
    display: inline-block;
  }
}
#Sec2 .sec_top .inner-outer .outer_h-02 .el_span2{
  position: relative;
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_h-02 .el_span2{
    display: none;
  }
  #Sec2 .sec_top .inner-outer .outer_h-03{
    display: none;
  }
}
#Sec2 .sec_top .inner-outer .outer_h-03 .el_img{
  width: calc(100 / 375 * 217 * 1vw);
}
#Sec2 .sec_top .inner-outer .outer_p .el_sec2-p1{
  padding-bottom: calc(100 / 1680 * 40 * 1vw);
  font-size: calc(100 / 375 * 15 * 1vw);
  line-height: 1.8;
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_p .el_sec2-p1{
    font-size: 10px;
    line-height: 2;
  }
}
@media (min-width: 1100px){
  #Sec2 .sec_top .inner-outer .outer_p .el_sec2-p1{
    font-size: calc(100 / 1680 * 15 * 1vw);
  }
}
#Sec2 .sec_top .inner-outer .outer_p .el_sec2-p2{
  padding-bottom: calc(100 / 1680 * 20 * 1vw);
  font-size: calc(100 / 375 * 15 * 1vw);
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_p .el_sec2-p2{
    font-size: 10px;
  }
}
@media (min-width: 1100px){
  #Sec2 .sec_top .inner-outer .outer_p .el_sec2-p2{
    font-size: calc(100 / 1680 * 15 * 1vw);
  }
}
#Sec2 .sec_top .inner-outer .el_sec2-num{
  position: absolute;
  top: 1%;
  left: 3%;
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 109 * 1vw);
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .el_sec2-num{
    top: 0px;
    left: 12%;
    width: calc(100 / 1680 * 162 * 1vw);
  }
}
#Sec2 .sec_top .inner-outer .outer_sec2-text{
  position: absolute;
  top: 0px;
  left: 5%;
  display: none;
  --tw-translate-y: -10%;
  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));
  font-size: calc(100 / 1680 * 12 * 1vw);
  font-weight: 700;
  writing-mode: vertical-rl;
  font-family: "Jost", sans-serif;
}
@media (min-width: 768px){
  #Sec2 .sec_top .inner-outer .outer_sec2-text{
    display: block;
  }
}
#Sec2 .sec_top .el_sec2-img1{
  position: absolute;
  top: -3%;
  right: 5%;
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 134 * 1vw);
  --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));
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Sec2 .sec_top .el_sec2-img1{
    top: 0px;
    right: 0px;
    width: 458px;
    --tw-translate-y: 0px;
    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: 20px;
  }
}
@media (min-width: 1100px){
  #Sec2 .sec_top .el_sec2-img1{
    width: calc(100 / 1680 * 700 * 1vw);
  }
}
#Sec2 .sec_top .el_sec2-img2{
  position: absolute;
  top: -5%;
  right: 2%;
  display: inline-block;
  aspect-ratio: auto;
  width: calc(100 / 375 * 50 * 1vw);
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Sec2 .sec_top .el_sec2-img2{
    top: 220px;
    right: 5vw;
    width: 170px;
    border-radius: 20px;
  }
}
@media (min-width: 1100px){
  #Sec2 .sec_top .el_sec2-img2{
    top: 20vw;
    width: calc(100 / 1680 * 260 * 1vw);
  }
}
#Sec2 .footer .el_link{
  --tw-bg-opacity: 1;
  background-color: rgb(216 253 59 / var(--tw-bg-opacity));
}
/* =========================================================
#Sec3
============================================================ */
#Sec3 .sec_top .inner-outer{
  --tw-bg-opacity: 1;
  background-color: rgb(58 253 253 / var(--tw-bg-opacity));
}
#Sec3 .sec_top .inner-outer .outer_h-01 .el_img{
  width: calc(100 / 375 * 239 * 1vw);
}
@media (min-width: 768px){
  #Sec3 .sec_top .inner-outer .outer_h-01 .el_img{
    width: calc(100 / 1680 * 331 * 1vw);
  }
}
#Sec3 .sec_top .inner-outer .outer_h-02 .el_img{
  width: calc(100 / 375 * 148 * 1vw);
}
@media (min-width: 768px){
  #Sec3 .sec_top .inner-outer .outer_h-02 .el_img{
    width: calc(100 / 1680 * 205 * 1vw);
  }
}
#Sec3 .sec_top .inner-outer .outer_h-03 .el_img{
  width: calc(100 / 375 * 148 * 1vw);
}
@media (min-width: 768px){
  #Sec3 .sec_top .inner-outer .outer_h-03 .el_img{
    width: calc(100 / 1680 * 205 * 1vw);
  }
}
#Sec3 .sec_top .inner-outer .outer_p .el_p2{
  padding-bottom: calc(100 / 1680 * 20 * 1vw);
}
#Sec3 .footer .el_link{
  --tw-bg-opacity: 1;
  background-color: rgb(58 253 253 / var(--tw-bg-opacity));
}
/* =========================================================
#Link
============================================================ */
#Link{
  position: relative;
}
#Link > .el_bg-photo{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
#Link > .el_bg-photo .el_img-pc{
  display: none;
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Link > .el_bg-photo .el_img-pc{
    display: inline-block;
  }
}
#Link > .el_bg-photo .el_img-sp{
  display: inline-block;
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px){
  #Link > .el_bg-photo .el_img-sp{
    display: none;
  }
}
#Link > .inner{
  padding-left: calc(100 / 375 * 18 * 1vw);
  padding-right: calc(100 / 375 * 18 * 1vw);
  padding-top: calc(100 / 375 * 20 * 1vw);
  padding-bottom: calc(100 / 375 * 20 * 1vw);
}
@media (min-width: 768px){
  #Link > .inner{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#Link .outer_col1[yy0128kf]{
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
#Link .outer_col1[yy0128kf] > .inner{
  position: relative;
  padding: calc(100 / 375 * 30 * 1vw);
}
@media (min-width: 768px){
  #Link .outer_col1[yy0128kf] > .inner{
    padding: 30px;
  }
}
#Link .outer_col1[yy0128kf] .el_blur-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#Link .outer_col1[yy0128kf] .outer_link-list{
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: calc(100 / 375 * 12 * 1vw);
}
@media (min-width: 768px){
  #Link .outer_col1[yy0128kf] .outer_link-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
  }
}
#Link .outer_col1[yy0128kf] .outer_link-list li .el_link{
  position: relative;
  display: flex;
  height: calc(100 / 375 * 50 * 1vw);
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: calc(100 / 375 * 20 * 1vw);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 38 121 / var(--tw-text-opacity));
}
#Link .outer_col1[yy0128kf] .outer_link-list li .el_link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  #Link .outer_col1[yy0128kf] .outer_link-list li .el_link{
    height: 66px;
    font-size: 30px;
  }
}
#Link .outer_col1[yy0128kf] .outer_link-list li .el_svg{
  position: absolute;
  top: 50%;
  left: calc(100 / 375 * 28 * 1vw);
  display: inline-block;
  width: calc(100 / 375 * 7 * 1vw);
  --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));
}
@media (min-width: 768px){
  #Link .outer_col1[yy0128kf] .outer_link-list li .el_svg{
    left: 40px;
    width: 8px;
  }
}
#Link .outer_col1[yy0128kf] .outer_link-list li .outer_col2{
  display: flex;
  align-items: flex-end;
  gap: 1px;
}
#Link .outer_col1[yy0128kf] .outer_link-list li .col1{
  font-size: calc(100 / 375 * 16 * 1vw);
}
@media (min-width: 768px){
  #Link .outer_col1[yy0128kf] .outer_link-list li .col1{
    font-size: 18px;
  }
}
#Link .outer_col1[yy0128kf] .outer_link-list li .col2{
  padding-bottom: 1px;
  font-size: calc(100 / 375 * 13 * 1vw);
}
@media (min-width: 768px){
  #Link .outer_col1[yy0128kf] .outer_link-list li .col2{
    font-size: 14px;
  }
  #Link .outer_col1[yy0128kf] .outer_link-list li:last-child .outer_col2{
    --tw-translate-x: 10px;
    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));
  }
}
#Link .outer_col1[yy0128kf] .outer_link-list li:last-child .col1{
  font-size: calc(100 / 375 * 16 * 1vw);
}
@media (min-width: 768px){
  #Link .outer_col1[yy0128kf] .outer_link-list li:last-child .col1{
    font-size: 16px;
  }
}
@media (min-width: 1280px){
  #Link .outer_col1[yy0128kf] .outer_link-list li:last-child .col1{
    font-size: 18px;
  }
}
#Link .outer_col1[yy0128kf] .outer_link-list li:last-child .col2{
  padding-bottom: 1px;
  font-size: calc(100 / 375 * 13 * 1vw);
}
@media (min-width: 768px){
  #Link .outer_col1[yy0128kf] .outer_link-list li:last-child .col2{
    font-size: 12px;
  }
}
@media (min-width: 1280px){
  #Link .outer_col1[yy0128kf] .outer_link-list li:last-child .col2{
    font-size: 14px;
  }
}