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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.l-container {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px) {
  .l-container {
    max-width: 750px;
    width: calc(100% - 40px);
  }
}
@media (any-hover: none) and (max-width: 618px) {
  .l-scroll {
    position: relative;
    overflow-x: scroll;
    width: calc(100vw - 20px);
    padding-right: 20px;
  }
}
.l-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.o-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 336px;
  max-width: 100%;
  padding-left: 32px;
  border: 1px solid #707070;
  background: #fff;
  color: #5a5a5a;
  font-weight: bold;
  transition: 0.3s;
}
.o-button::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28.8px;
  height: 12.8px;
  background-image: url("/eco/assets/images/icon_arrow.svg?mackyhy0");
  background-repeat: no-repeat;
  background-size: contain;
}
a.o-button {
  color: #5a5a5a;
  text-decoration: none;
}

.o-button:hover {
  cursor: pointer;
}
.o-button:hover::after {
  filter: brightness(0) invert(1);
}

@media not all and (min-width: 1024px) {
  .o-button {
    font-size: 16px;
    height: 48px;
  }
  .o-button:active {
    background-color: #5a5a5a;
    color: #ffffff;
  }
  .o-button:active::after {
    filter: brightness(0) invert(1);
  }
}
@media all and (min-width: 1024px) {
  .o-button {
    font-size: 15.66px;
    height: 55.2px;
  }
  .o-button:hover {
    background-color: #5a5a5a;
    color: #ffffff;
  }
  .o-button:hover::after {
    filter: brightness(0) invert(1);
  }
}
.o-heading {
  text-align: center;
}
.o-heading .__en {
  margin-bottom: 22.4px;
  display: inline-block;
}
.o-heading .__en img {
  height: 56px;
  width: auto;
}
.o-heading .__ja img {
  display: inline-block;
  height: 25.6px;
  width: auto;
}

@media not all and (min-width: 1024px) {
  .o-heading .__en {
    margin-bottom: 11.2px;
  }
  .o-heading .__en img {
    height: 29.6px;
  }
  .o-heading .__ja img {
    height: 16px;
  }
}
.c-sec3-item {
  color: #000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-sec3-item__image {
  position: relative;
  margin-bottom: 8px;
}
.c-sec3-item__image::before {
  display: block;
  content: "";
  padding-top: 72.7272727273%;
}
.c-sec3-item__image img {
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-sec3-item__term {
  font-size: 14.79px;
  font-weight: bold;
  margin-bottom: 1em;
}

.c-sec3-item__desc {
  font-size: 12.18px;
  line-height: 1.846;
}

.c-sec3-item__product {
  flex-grow: 1;
  margin-top: 24px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-sec3-item__product .__small {
  font-size: 13.92px;
  margin-bottom: 0.5em;
}
.c-sec3-item__product .__large {
  font-weight: bold;
  font-size: 17.4px;
}

@media not all and (min-width: 1024px) {
  .c-sec3-item__image::before {
    padding-top: 76.1904761905%;
  }
  .c-sec3-item__image img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .c-sec3-item__term {
    font-size: 14px;
  }

  .c-sec3-item__desc {
    font-size: 13px;
  }

  .c-sec3-item__product {
    margin-top: 15px;
    padding: 15px 0;
  }
  .c-sec3-item__product .__small {
    font-size: 12px;
    margin-bottom: 0;
  }
  .c-sec3-item__product .__large {
    font-size: 15px;
  }
}
.c-sec5-introItem__title {
  font-size: 20.01px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 0.8em 0;
}

.c-sec5-introItem__content {
  font-size: 13.05px;
  line-height: 1.87;
  text-align: justify;
}

@media not all and (min-width: 1024px) {
  .c-sec5-introItem__title {
    font-size: 14px;
  }

  .c-sec5-introItem__content {
    font-size: 13px;
    line-height: 1.846;
    font-feature-settings: "palt";
  }
}
.c-sec5-productsSection {
  position: relative;
  margin-bottom: 130.5px;
}
@media not all and (min-width: 1024px) {
  .c-sec5-productsSection {
    margin-bottom: 50px;
  }
}
.c-sec5-productsSection:last-child {
  margin-bottom: 0;
}

.c-sec5-productsSection__image {
  position: relative;
}
.c-sec5-productsSection__image .__1 {
  z-index: 1;
  width: 87.5%;
  max-width: 913.5px;
  overflow: hidden;
  border-radius: 64px;
}
@media not all and (min-width: 1024px) {
  .c-sec5-productsSection__image .__1 {
    border-radius: 20px;
    width: 100%;
  }
}
.c-sec5-productsSection__image .__2 {
  z-index: 2;
  position: absolute;
  bottom: -174px;
  left: 62%;
  width: 80%;
}
@media not all and (min-width: 1024px) {
  .c-sec5-productsSection__image .__2 {
    left: 50%;
  }
}
.c-sec5-productsSection__image .__2.__shadow {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
}
@media not all and (min-width: 1024px) {
  .c-sec5-productsSection__image .__2.__shadow {
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    width: 65.671641791%;
    bottom: -60px;
  }
}
.c-sec5-productsSection__image .__2.__png {
  width: 49.1666666667%;
  bottom: 0;
  left: auto;
  right: 0;
  transform: translate(15%, 75%);
}
@media not all and (min-width: 1024px) {
  .c-sec5-productsSection__image .__2.__png {
    width: 42.3880597015%;
    transform: translate(0, 75%);
  }
}
.c-sec5-productsSection__image .__2 img {
  width: 100%;
  height: auto;
}

.c-sec5-productsSection__logo {
  margin-top: 87px;
  margin-bottom: 43.5px;
}
.c-sec5-productsSection__logo .__award {
  margin-bottom: 34.8px;
}

@media all and (min-width: 1024px) {
  .c-sec5-productsSection__logo {
    margin-top: 52.2px;
  }
  .c-sec5-productsSection__logo.__single {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    height: 174px;
  }
  .c-sec5-productsSection__logo.__single .__award {
    margin-bottom: 26.1px;
  }
}
@media not all and (min-width: 1024px) {
  .c-sec5-productsSection__logo {
    margin-top: 20px;
    margin-bottom: 13px;
  }
  .c-sec5-productsSection__logo img {
    height: 40px;
    width: auto;
  }
  .c-sec5-productsSection__logo .__award {
    margin-bottom: 20px;
    height: 34px;
    width: auto;
  }
}
.c-sec5-productsSection__text {
  font-size: 15.66px;
  line-height: 2;
  margin-bottom: 1em;
}

@media not all and (min-width: 1024px) {
  .c-sec5-productsSection__text {
    font-size: 13px;
    line-height: 1.846;
  }
}
.c-sec5-productsSection--reverse .c-sec5-productsSection__image .__1 {
  margin-right: 0;
  margin-left: auto;
}
.c-sec5-productsSection--reverse .c-sec5-productsSection__image .__2 {
  left: auto;
  right: 62%;
}
.c-sec5-productsSection--reverse .c-sec5-productsSection__logo {
  width: 57%;
  margin-right: 0;
  margin-left: auto;
}

@media not all and (min-width: 640px) {
  .c-sec5-productsSection--reverse .c-sec5-productsSection__image .__2 {
    left: auto;
    right: 50%;
  }
  .c-sec5-productsSection--reverse .c-sec5-productsSection__logo {
    width: 42%;
  }
  .c-sec5-productsSection--reverse .c-sec5-productsSection__logo img {
    display: inline-block;
  }
}
.c-sec5-productsSection__image .__1 {
  position: relative;
}
.c-sec5-productsSection__image .__1 img {
  position: relative;
  filter: blur(12px);
  opacity: 0;
  transition: all 1s 1s;
  z-index: 1;
}
.c-sec5-productsSection__image .__1 svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: visible;
}
.c-sec5-productsSection__image .__1 svg rect {
  transition: all 1.5s 0s;
  stroke-dasharray: 400%;
  stroke-dashoffset: 400%;
}

.c-sec5-productsSection__image.is-show .__1 img {
  filter: none;
  opacity: 1;
}
.c-sec5-productsSection__image.is-show .__1 svg rect {
  stroke-dashoffset: 0%;
}

.t-mv {
  position: relative;
  height: calc(100vh - 67px);
  height: 100vh;
}
.t-mv .l-container {
  height: 100%;
}

.t-mv__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 45px;
  }

  .t-mv {
    height: calc(100vh - 45px);
  }
}
.t-mv__text {
  height: 100%;
  display: flex;
  align-items: center;
}
.t-mv__text .__spanWrap {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.t-mv__text .__spanWrap span {
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}
.t-mv__text .__spanWrap span:last-child {
  margin-right: 0;
}

@media (orientation: portrait) {
  .t-mv {
    max-height: 139.4666666667vw;
  }

  .t-mv__text {
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 56%;
  }
  .t-mv__text .__spanWrap {
    transform: scale(0.5);
  }
  .t-mv__text img {
    filter: drop-shadow(4px 4px 13px rgba(4, 0, 0, 0.3));
  }
}
@media (orientation: landscape) {
  .t-mv {
    max-height: 52.7604166667vw;
  }

  .t-mv__text {
    padding-top: 8%;
  }
  .t-mv__text img {
    filter: drop-shadow(12px 12px 21px rgba(4, 0, 0, 0.3));
  }
}
.t-sec1 {
  background: #fff;
  padding: 80px 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media not all and (min-width: 640px) {
  .t-sec1 {
    padding: 40px 0;
  }
}
.t-sec1__title {
  margin-bottom: 64px;
  filter: blur(12px);
  transition: filter 1s, opacity 1s;
  opacity: 0.3;
}
.t-sec1__title.is-active {
  filter: none;
  opacity: 1;
}

@media not all and (min-width: 640px) {
  .t-sec1__title {
    margin-bottom: 25px;
  }
}
.t-sec2 {
  padding: 57.6px 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media not all and (min-width: 1024px) {
  .t-sec2 {
    padding: 30px 0;
  }
}
.t-sec2__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.t-sec2__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.t-sec2__visual {
  position: relative;
  width: 315.2px;
  margin: 0 auto;
}
.t-sec2__visual .__image2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-sec2__visual .__text {
  font-feature-settings: "palt";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 132.8px;
  color: #fff;
  line-height: 1.3;
  margin-right: 24px;
}
.t-sec2__visual .__text .__1 {
  font-size: 27.2px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.t-sec2__visual .__text .__2 {
  font-size: 16px;
  letter-spacing: 0.07em;
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.t-sec2__visual .__text .__3 {
  font-size: 17.6px;
  letter-spacing: 0.13em;
}

@media not all and (min-width: 1024px) {
  .t-sec2__visual {
    width: 181px;
  }
  .t-sec2__visual .__text {
    width: 72px;
    margin-right: 4px;
  }
  .t-sec2__visual .__text .__1 {
    font-size: 15px;
  }
  .t-sec2__visual .__text .__2 {
    font-size: 10px;
  }
  .t-sec2__visual .__text .__3 {
    font-size: 10px;
  }
}
.t-sec2__content {
  margin-top: 36.8px;
  text-align: center;
}
.t-sec2__content .__inner {
  display: inline-block;
  text-align: left;
}
.t-sec2__content .__svg {
  display: inline-block;
  filter: drop-shadow(4px 4px 10px rgba(0, 83, 60, 0.6));
}
.t-sec2__content .__text {
  display: inline-block;
  color: #fff;
  text-shadow: 4px 4px 10px rgba(0, 83, 60, 0.6);
  font-size: 13.6px;
  letter-spacing: 0.12em;
  line-height: 2;
  margin-top: 19.2px;
}

@media not all and (min-width: 1024px) {
  .t-sec2__content {
    margin-top: 20px;
    padding-left: 36px;
  }
  .t-sec2__content .__svg {
    width: 177px;
    filter: drop-shadow(2px 2px 5px rgba(0, 83, 60, 0.6));
  }
  .t-sec2__content .__text {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 12px;
    text-shadow: 2px 2px 5px rgba(0, 83, 60, 0.6);
  }
}
.t-sec3 {
  position: relative;
  background-image: url("/eco/assets/images/sec3_bg.webp?n2tz9pn1");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 96px;
  padding-bottom: 128px;
  z-index: 3;
}

@media not all and (min-width: 640px) {
  .t-sec3 {
    padding-top: 40px;
    padding-bottom: 60px;
    background-size: 320vw;
  }
}
.t-sec3-1 {
  text-align: center;
  margin-bottom: 120px;
}

@media not all and (min-width: 640px) {
  .t-sec3-1 {
    margin-bottom: 40px;
  }
}
.t-sec3-1__heading {
  display: inline-block;
  margin-bottom: 80px;
}

@media not all and (min-width: 640px) {
  .t-sec3-1__heading {
    width: 308px;
    margin-bottom: 40px;
  }
}
.t-sec3-1__image {
  display: inline-block;
}

@media not all and (min-width: 640px) {
  .t-sec3-1__image {
    width: 618px;
  }
}
.t-sec3-2 {
  background: whitesmoke;
  text-align: center;
  padding: 73.6px;
  margin-bottom: 40px;
  border-radius: 64px;
}
@media not all and (min-width: 1024px) {
  .t-sec3-2 {
    padding: 40px 30px;
    border-radius: 40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.t-sec3-2__heading {
  display: inline-block;
}
@media not all and (min-width: 1024px) {
  .t-sec3-2__heading {
    width: 156px;
  }
}

.t-sec3-2__lead {
  font-size: 14.79px;
  line-height: 2;
  padding: 2em 0;
}
@media not all and (min-width: 1024px) {
  .t-sec3-2__lead {
    max-width: 670px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    line-height: 1.846;
    letter-spacing: 0.04em;
  }
}

.t-sec3-2__content {
  display: flex;
  justify-content: space-between;
}
.t-sec3-2__content .__item {
  width: 30%;
}

@media not all and (min-width: 1024px) {
  .t-sec3-2__content {
    width: 670px;
  }
  .t-sec3-2__content .__item {
    width: 31.3432835821%;
  }
}
.t-sec3-3 {
  background: rgba(245, 245, 245, 0.5);
  padding: 56px 80px 24px;
  border-radius: 64px;
}
@media not all and (min-width: 1024px) {
  .t-sec3-3 {
    padding: 40px 30px;
    border-radius: 40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.t-sec3-3 .c-sec3-item {
  width: 438.4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.t-sec3-3 .c-sec3-item__image {
  width: 230.4px;
}

@media not all and (min-width: 1024px) {
  .t-sec3-3 .c-sec3-item {
    width: 280px;
    margin: 10px auto 0;
    flex-direction: column;
    align-items: stretch;
  }
  .t-sec3-3 .c-sec3-item__image {
    width: 168px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-sec3-3__heading {
    width: 92px;
    margin: 0 auto;
  }
}
.t-sec3-3__layout {
  display: flex;
  justify-content: space-between;
}

@media not all and (min-width: 1024px) {
  .t-sec3-3__layout {
    flex-direction: column;
  }
}
.t-sec3-3__lead {
  font-size: 14.79px;
  line-height: 2;
  padding: 1.5em 0 0;
}
.t-sec3-3__lead small {
  font-size: 70%;
}
@media not all and (min-width: 1024px) {
  .t-sec3-3__lead {
    max-width: 315px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.846;
    letter-spacing: 0.04em;
  }
  .t-sec3-3__lead small {
    font-size: 84.6%;
  }
}

.t-sec3__clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.t-sec3__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/eco/assets/images/sec3_bg.webp?2k1axqmy");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media not all and (min-width: 640px) {
  .t-sec3__bg {
    background-size: 320vw;
  }
}

.t-sec4 {
  z-index: 4;
  background: #efeee8;
  padding-top: 80px;
  padding-bottom: 112px;
}
@media not all and (min-width: 1024px) {
  .t-sec4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.t-sec4__lead {
  text-align: center;
  font-size: 14.79px;
  line-height: 2;
  padding: 2em 0;
}
@media not all and (min-width: 1024px) {
  .t-sec4__lead {
    font-size: 13px;
    line-height: 1.846;
    letter-spacing: 0.04em;
  }
}

.t-sec4__image {
  overflow: hidden;
  margin: 0 3.8461538462% 28.8px;
  border-radius: 64px;
}
@media not all and (min-width: 1024px) {
  .t-sec4__image {
    border-radius: 22px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.t-sec4__right {
  margin-bottom: 25.6px;
}

@media all and (min-width: 1024px) {
  .t-sec4__layout {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: 3.8461538462%;
  }

  .t-sec4__left {
    padding-top: 32px;
    width: 43.0769230769%;
  }

  .t-sec4__right {
    width: 51.6923076923%;
    margin-bottom: 0;
  }
}
@media not all and (min-width: 1024px) {
  .t-sec4__left .__title {
    max-width: 212px;
  }
}
.t-sec4__desc {
  padding: 1em 0 1.5em;
  line-height: 2;
  text-align: justify;
  font-size: 13.92px;
}
@media not all and (min-width: 1024px) {
  .t-sec4__desc {
    font-size: 13px;
    line-height: 1.846;
    letter-spacing: 0.04em;
  }
}

.t-sec5 {
  position: relative;
  background: #fff;
  z-index: 5;
  padding-top: 87px;
  padding-bottom: 139.2px;
  overflow: hidden;
  font-size: 13.92px;
}

.t-sec5-intro {
  display: flex;
  justify-content: space-between;
  margin-top: 59.16px;
}

.t-sec5-products {
  margin-top: 87px;
  border-top: 1px solid #b1b1b1;
  padding-top: 87px;
}

.t-sec5-intro__item {
  width: 22%;
}

.t-sec5-products__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 78.3px;
}
.t-sec5-products__title img {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .t-sec5 {
    padding-bottom: 100px;
  }
}
@media not all and (min-width: 1024px) {
  .t-sec5 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .t-sec5-intro {
    width: 756px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .t-sec5-intro__item {
    width: 23.0158730159%;
  }

  .t-sec5-products {
    margin-top: 40px;
    padding-top: 40px;
  }

  .t-sec5-products__title {
    width: 214px;
    margin-bottom: 20px;
  }
}
.eco-main {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
  overflow-x: hidden;
}

.anim-section {
  position: relative;
}

.anim-section__pin {
  width: 100%;
}

.anim-section__content {
  position: relative;
}

.t-sec3.anim-section__content,
.t-sec4.anim-section__content {
  padding-bottom: 33vh;
}

#footerArea {
  margin-top: 0;
  position: relative;
  z-index: 6;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .sp {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .tab {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc-tab {
    display: none !important;
  }
  .tab-pc {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .sp-tab {
    display: none !important;
  }
  .tab-sp {
    display: none !important;
  }
}

@media (max-width: 789px) {
  .swiper-area {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
}
.swiper-slide {
  height: auto;
}

.swiper-control {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 790px) {
  .swiper-control {
    display: none;
  }
}

.swiper-control__prev {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url("/eco/assets/images/icon_prev_green.svg?d16jxoo3");
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-control__next {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url("/eco/assets/images/icon_next_green.svg?av8elfta");
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-control__pagination {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.swiper-pagination-bullet {
  background: #b3b3b3;
}

.swiper-pagination-bullet-active {
  background: #007936;
}

.swiper-control--gray .swiper-control__prev {
  background-image: url("/eco/assets/images/icon_prev_gray.svg?zw8xxoe2");
}
.swiper-control--gray .swiper-control__next {
  background-image: url("/eco/assets/images/icon_next_gray.svg?beeez3ps");
}
.swiper-control--gray .swiper-pagination-bullet-active {
  background: #333;
}

.swiper-pagination-bullet:only-child {
  display: inline-block !important;
}
