@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
@font-face {
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

.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 {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

.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 {
  height: var(--swiper-virtual-size);
  width: 1px;
}

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

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

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

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

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

.swiper-button-next svg, .swiper-button-prev svg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 100%;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px);
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px);
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  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: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

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

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  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 {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}

.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 {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

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

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

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  z-index: 50;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

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

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

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  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-prev {
  pointer-events: auto;
  visibility: visible;
}

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

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

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

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

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

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

.swiper-cards {
  overflow: visible;
}

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

:root {
  --color-00-white: #ffffff;
  --color-00-black: #3B3734;
  --color-01-green: #93C31F;
  --color-01-yellow: #FDD100;
  --color-01-orange: #F49D20;
  --color-01-gray: #EFEFEF;
  --color-02-yellow: #FAE924;
  --color-02-gray: #B5B5B6;
}

/* default setting */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: var(--color-00-white);
  color: var(--color-00-black);
  color: var(--color-00-black);
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}

ol,
ul,
dl {
  list-style-type: none;
}

em,
i {
  font-style: normal;
}

b,
strong {
  font-weight: inherit;
}

/* iOS Form */
input[type=submit],
input[type=button],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=input],
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=search] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: var(--color-00-white);
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}
input[type=input]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
input[type=input]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus {
  background-color: var(--color-01-yellow);
  outline: none;
}
textarea {
  background-color: var(--color-00-white);
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  font-size: 1.4rem;
  height: 21em;
  line-height: 1.5;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}
textarea:focus {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
/* placeholder */
input::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

select {
  background-color: #f4f4f4;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  width: 100%;
}
select:focus {
  outline: none;
}

/* SP style */
@media print, screen and (max-width: 767px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
}
/* PC style */
@media print, screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
  body {
    overflow-x: hidden;
  }
}
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* blocks */
/* --------------------
* About
* -------------------- */
.About .About__inner {
  padding: 16vw 0;
}
.About .About__title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.0666666667vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8.5333333333vw;
}
.About .About__titleImage {
  display: block;
  margin-right: 1.0666666667vw;
  width: 67.2vw;
}
.About .About__text {
  font-size: 3.7333333333vw;
  line-height: 2;
  text-align: center;
}
.About .About__textLarge {
  text-decoration-thickness: 0.5333333333vw;
  text-underline-offset: 1.8666666667vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  margin: 4.8vw 0 5.3333333333vw;
  text-align: center;
  -webkit-text-decoration-color: var(--color-01-yellow);
  text-decoration-color: var(--color-01-yellow);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
.About .About__sliderWrap {
  gap: 2.1333333333vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
.About .About__sliderWrap.-margin {
  margin: 10.6666666667vw 0 2.6666666667vw;
}
.About .About__slider {
  gap: 2.1333333333vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.About .About__slider.-left, .About .About__slider.-right {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; /* アニメーション開始までの遅延時間 */
  -webkit-animation-duration: 80s;
  animation-duration: 80s; /* アニメーション開始から終了までの時間 */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; /* アニメーション開始と終了時の状態 */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; /* アニメーションの回数 */
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; /* アニメーションが変化する速度 */
}
.About .About__slider.-left {
  -webkit-animation-name: scroll-left;
  animation-name: scroll-left; /* アニメーション名 */
}
.About .About__slider.-right {
  -webkit-animation-name: scroll-right;
  animation-name: scroll-right; /* アニメーション名 */
}
.About .About__image {
  width: 32vw;
}
@media print, screen and (min-width: 768px) {
  .About .About__inner {
    padding: clamp(45.1764705882px, 5.8823529412vw, 84.7058823529px) 0;
  }
  .About .About__title {
    font-size: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
    margin-bottom: clamp(18.0705882353px, 2.3529411765vw, 33.8823529412px);
  }
  .About .About__titleImage {
    margin-right: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px);
    width: clamp(154.1647058824px, 20.0735294118vw, 289.0588235294px);
  }
  .About .About__text {
    font-size: clamp(9.6px, 1.25vw, 18px);
    line-height: 1.8;
  }
  .About .About__text:last-of-type {
    margin-bottom: clamp(41.7882352941px, 5.4411764706vw, 78.3529411765px);
  }
  .About .About__textLarge {
    text-decoration-thickness: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px);
    text-underline-offset: clamp(3.9529411765px, 0.5147058824vw, 7.4117647059px);
    font-size: clamp(12.4235294118px, 1.6176470588vw, 23.2941176471px);
    margin: clamp(15.8117647059px, 2.0588235294vw, 29.6470588235px) 0 clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px);
  }
  .About .About__sliderWrap {
    gap: clamp(7.9058823529px, 1.0294117647vw, 14.8235294118px);
  }
  .About .About__sliderWrap.-margin {
    margin: clamp(33.8823529412px, 4.4117647059vw, 63.5294117647px) 0 clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
  }
  .About .About__slider {
    gap: clamp(7.9058823529px, 1.0294117647vw, 14.8235294118px);
  }
  .About .About__image {
    width: clamp(135.5294117647px, 17.6470588235vw, 254.1176470588px);
  }
}

/* --------------------
* Archive
* -------------------- */
.Archive .Archive__inner {
  overflow: hidden;
  padding: 16vw 0;
}
.Archive .Archive__title {
  font-size: 5.0666666667vw;
  margin-bottom: 9.0666666667vw;
  text-align: center;
}
.Archive .Archive__titleLogoWrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Archive .Archive__titleLogo {
  margin-right: 1.0666666667vw;
  width: 63.4666666667vw;
}
.Archive .Archive__slider {
  overflow: hidden !important;
  width: 100%;
}
.Archive .Archive__sliderItem {
  margin: 0 2.6666666667vw;
  padding-bottom: 16vw;
  position: relative;
  width: 46.4vw !important;
}
.Archive .Archive__sliderImage {
  -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgb(239, 239, 239);
  box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgb(239, 239, 239);
}
.Archive .Archive__sliderBtn {
  background-color: var(--color-01-orange);
  border-radius: 8.5333333333vw;
  bottom: 2.6666666667vw;
  -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgb(239, 239, 239);
  box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgb(239, 239, 239);
  height: 8.5333333333vw;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 48.8vw;
}
.Archive .Archive__sliderBtnText {
  gap: 1.0666666667vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-00-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2vw;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.Archive .Archive__sliderBtnText::after {
  background-image: url(../images/icon_blank_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.4vw;
  margin-top: 0.4vw;
  width: 2.4vw;
}
.Archive .Archive__pagenation {
  margin-top: 2.6666666667vw;
}
.Archive .Archive__link {
  margin-top: 5.3333333333vw;
}
.Archive .Archive__linkText {
  gap: 0.8vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6666666667vw;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.03em;
}
.Archive .Archive__linkText::after {
  background-image: url(../images/icon_blank_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.4vw;
  width: 2.1333333333vw;
}
.Archive .slick-slide {
  bottom: -4.8vw;
  position: relative;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); /* 左右のスライドを小さくする */
  -webkit-transition: 0.7s;
  transition: 0.7s; /* ゆっくり小さくさせる */
}
.Archive .slick-slide .Archive__sliderBtn {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.Archive .slick-center {
  bottom: 0;
  -webkit-transform: scale(1);
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
.Archive .slick-center .Archive__sliderBtn {
  opacity: 1;
}
.Archive .slick-dots {
  gap: 4.2666666667vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Archive .slick-dot {
  background: var(--color-00-black);
  background-color: var(--color-02-gray);
  border-radius: 0;
  cursor: pointer;
  height: 2.6666666667vw;
  opacity: 1;
  width: 2.6666666667vw;
}
.Archive .slick-active .slick-dot {
  background-color: var(--color-00-black);
}
@media print, screen and (min-width: 768px) {
  .Archive .Archive__inner {
    padding: clamp(56.4705882353px, 7.3529411765vw, 105.8823529412px) 0 clamp(67.7647058824px, 8.8235294118vw, 127.0588235294px);
  }
  .Archive .Archive__title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: clamp(39.5294117647px, 5.1470588235vw, 74.1176470588px);
  }
  .Archive .Archive__titleLogo {
    margin-right: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px);
    width: clamp(146.8235294118px, 19.1176470588vw, 275.2941176471px);
  }
  .Archive .Archive__sliderItem {
    margin: 0 clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px);
    padding-bottom: clamp(50.8235294118px, 6.6176470588vw, 95.2941176471px);
    width: clamp(132.1411764706px, 17.2058823529vw, 247.7647058824px) !important;
  }
  .Archive .Archive__sliderLink:hover .Archive__sliderImage img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .Archive .Archive__sliderLink:hover .Archive__sliderBtn {
    background-color: var(--color-00-white);
  }
  .Archive .Archive__sliderLink:hover .Archive__sliderBtnText {
    color: var(--color-01-orange);
  }
  .Archive .Archive__sliderLink:hover .Archive__sliderBtnText::after {
    background-image: url(../images/icon_blank_white.svg), url(../images/icon_blank.svg);
    background-size: 0 0, contain;
  }
  .Archive .Archive__sliderImage {
    -webkit-box-shadow: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px) clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px) 0 0 rgb(239, 239, 239);
    box-shadow: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px) clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px) 0 0 rgb(239, 239, 239);
    overflow: hidden;
  }
  .Archive .Archive__sliderImage img {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
  }
  .Archive .Archive__sliderBtn {
    border: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-01-orange);
    border-radius: clamp(56.4705882353px, 7.3529411765vw, 105.8823529412px);
    bottom: clamp(14.1176470588px, 1.8382352941vw, 26.4705882353px);
    -webkit-box-shadow: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px) clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px) 0 0 rgb(239, 239, 239);
    box-shadow: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px) clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px) 0 0 rgb(239, 239, 239);
    height: clamp(22.5882352941px, 2.9411764706vw, 42.3529411765px);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    width: clamp(129.8823529412px, 16.9117647059vw, 243.5294117647px);
  }
  .Archive .Archive__sliderBtn::after {
    background-image: url(../images/icon_blank_white.svg), url(../images/icon_blank.svg);
    background-size: contain, 0 0;
  }
  .Archive .Archive__sliderBtnText {
    gap: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px);
    font-size: clamp(8.4705882353px, 1.1029411765vw, 15.8823529412px);
    padding: clamp(4.5176470588px, 0.5882352941vw, 8.4705882353px) clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
    -webkit-transition: color 300ms;
    transition: color 300ms;
  }
  .Archive .Archive__sliderBtnText::after {
    height: clamp(6.2117647059px, 0.8088235294vw, 11.6470588235px);
    margin-top: 0;
    -webkit-transition: background-image 300ms;
    transition: background-image 300ms;
    width: clamp(6.2117647059px, 0.8088235294vw, 11.6470588235px);
  }
  .Archive .Archive__pagenation {
    margin-top: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
  }
  .Archive .Archive__link {
    margin-top: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
  }
  .Archive .Archive__linkText {
    gap: clamp(1.6941176471px, 0.2205882353vw, 3.1764705882px);
    font-size: clamp(7.9058823529px, 1.0294117647vw, 14.8235294118px);
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Archive .Archive__linkText::after {
    height: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
    width: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
  }
  .Archive .Archive__linkText:hover {
    opacity: 0.7;
  }
  .Archive .slick-slide {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .Archive .slick-slide .Archive__sliderBtn {
    opacity: 1;
  }
  .Archive .slick-dots {
    gap: clamp(8.4705882353px, 1.1029411765vw, 15.8823529412px);
  }
  .Archive .slick-dot {
    height: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
    width: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
  }
}

/* --------------------
* Btn
* -------------------- */
.Btn {
  background-color: var(--color-01-orange);
  border-radius: 13.3333333333vw;
  height: 13.3333333333vw;
  margin: 0 auto;
  width: 78.6666666667vw;
}
.Btn.-marginBottom {
  margin-bottom: 6.6666666667vw;
}
.Btn .Btn__link {
  gap: 1.8666666667vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.Btn .Btn__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.Btn .Btn__icon.-tel {
  background-image: url(../images/icon_tel.svg);
  height: 4.5333333333vw;
  margin-top: 0.5333333333vw;
  width: 4.5333333333vw;
}
.Btn .Btn__icon.-mail {
  background-image: url(../images/icon_mail.svg);
  height: 3.3333333333vw;
  margin-top: 0.5333333333vw;
  width: 4.9333333333vw;
}
.Btn .Btn__icon.-offer {
  background-image: url(../images/icon_blank_green.svg);
  height: 3.4666666667vw;
  width: 3.4666666667vw;
}
.Btn.-black {
  background-color: var(--color-00-black);
}
.Btn.-black .Btn__icon.-tel {
  background-image: url(../images/icon_tel_white.svg);
}
.Btn.-black .Btn__icon.-mail {
  background-image: url(../images/icon_mail.svg);
}
.Btn.-black .Btn__linkText {
  color: var(--color-00-white);
}
.Btn.-offer {
  background-color: var(--color-00-white);
}
.Btn.-offer .Btn__linkText {
  color: var(--color-01-green);
}
.Btn .Btn__linkText {
  color: var(--color-00-white);
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  .Btn {
    border-radius: clamp(28.8px, 3.75vw, 54px);
    height: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
    margin: 0;
    width: clamp(166.5882352941px, 21.6911764706vw, 312.3529411765px);
  }
  .Btn .Btn__link {
    gap: clamp(3.9529411765px, 0.5147058824vw, 7.4117647059px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .Btn .Btn__icon.-tel {
    height: clamp(9.6px, 1.25vw, 18px);
    margin-top: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px);
    width: clamp(9.6px, 1.25vw, 18px);
  }
  .Btn .Btn__icon.-mail {
    height: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
    margin-top: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px);
    width: clamp(10.4470588235px, 1.3602941176vw, 19.5882352941px);
  }
  .Btn .Btn__icon.-offer {
    height: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
    width: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
  }
  .Btn.-header {
    width: clamp(146.8235294118px, 19.1176470588vw, 275.2941176471px);
  }
  .Btn.-black {
    border: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-00-black);
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
  }
  .Btn.-black .Btn__icon {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .Btn.-black .Btn__icon.-tel {
    background-image: url(../images/icon_tel_white.svg), url(../images/icon_tel_black.svg);
    background-size: contain, 0 0;
  }
  .Btn.-black .Btn__icon.-mail {
    background-image: url(../images/icon_mail.svg), url(../images/icon_mail_black.svg);
    background-size: contain, 0 0;
  }
  .Btn.-black .Btn__linkText {
    color: var(--color-00-white);
    -webkit-transition: color 300ms;
    transition: color 300ms;
  }
  .Btn.-black:hover {
    background-color: var(--color-00-white);
  }
  .Btn.-black:hover .Btn__icon.-tel {
    background-size: 0 0, contain;
  }
  .Btn.-black:hover .Btn__icon.-mail {
    background-size: 0 0, contain;
  }
  .Btn.-black:hover .Btn__linkText {
    color: var(--color-00-black);
  }
  .Btn.-offer {
    margin: 0 auto;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Btn.-offer .Btn__linkText {
    font-size: clamp(9.0352941176px, 1.1764705882vw, 16.9411764706px);
  }
  .Btn.-offer:hover {
    opacity: 0.7;
  }
  .Btn .Btn__linkText {
    font-size: clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
  }
}

/* --------------------
* Burger
* -------------------- */
.Burger {
  background-color: var(--color-01-yellow);
  display: none;
  height: 100vh;
  left: 0;
  overflow: scroll;
  padding-bottom: 13.3333333333vw;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 98;
}
.Burger.-open {
  display: block;
  pointer-events: auto;
}
.Burger .Burger__inner {
  background-color: var(--color-00-white);
  margin: 13.3333333333vw auto 0;
  padding-bottom: 11.7333333333vw;
  position: relative;
  width: 89.3333333333vw;
}
.Burger .Burger__inner::after {
  background-color: var(--color-01-yellow);
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  height: 9.0666666667vw;
  position: absolute;
  right: -1px;
  width: 12.8vw;
}
.Burger .Burger__list {
  padding: 10.6666666667vw;
}
.Burger .Burger__item {
  line-height: 1.5;
  margin-bottom: 4.5333333333vw;
}
.Burger .Burger__item:last-child {
  margin-bottom: 0;
}
.Burger .Burger__itemLink {
  display: block;
  font-size: 4.8vw;
  font-weight: 700;
}
.Burger .Burger__text {
  font-size: 3.2vw;
  font-weight: 700;
  margin: 1.0666666667vw auto;
  text-align: center;
}
.Burger .Burger__text span {
  font-family: "Poppins", sans-serif;
  font-size: 3.4666666667vw;
  font-style: normal;
  font-weight: 700;
}
.Burger .Burger__logo {
  display: block;
  margin-left: 5.3333333333vw;
  margin-top: 8vw;
  width: 47.7333333333vw;
}
/* --------------------
* BurgerBtn
* -------------------- */
.BurgerBtn {
  gap: 1.3333333333vw;
  height: 13.3333333333vw;
  position: relative;
  width: 13.3333333333vw;
  z-index: 99;
}
.BurgerBtn.-open span {
  width: 7.2vw;
}
.BurgerBtn.-open span:nth-child(1) {
  left: 52%;
  top: calc(50% - 2.1333333333vw);
  -webkit-transform: rotate(-30deg) translate(-50%, -50%);
  transform: rotate(-30deg) translate(-50%, -50%);
}
.BurgerBtn.-open span:nth-child(2) {
  opacity: 0;
}
.BurgerBtn.-open span:nth-child(3) {
  left: 50%;
  top: calc(50% + 1.6vw);
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
  transform: rotate(30deg) translate(-50%, -50%);
}
.BurgerBtn span {
  background-color: var(--color-00-black);
  border-radius: 2.6666666667vw;
  display: block;
  height: 0.5333333333vw;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 6.4vw;
}
.BurgerBtn span:nth-child(1) {
  top: calc(50% - 1.8666666667vw);
}
.BurgerBtn span:nth-child(3) {
  top: calc(50% + 1.8666666667vw);
}
/* --------------------
* Examples
* -------------------- */
.Examples .Examples__inner {
  padding: 18.6666666667vw 5.3333333333vw 16vw;
}
.Examples .Examples__list {
  grid-gap: 5.3333333333vw 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 8.8vw;
}
.Examples .Examples__imageText {
  font-size: 2.8vw;
  line-height: 1.5;
  margin-top: 2.1333333333vw;
  text-align: center;
}
.Examples .Examples__text {
  font-size: 3.4666666667vw;
  line-height: 2;
  margin-top: 5.3333333333vw;
  text-align: center;
  white-space: nowrap;
}
.Examples .Examples__text span {
  font-size: 4.2666666667vw;
  font-weight: 700;
  position: relative;
}
.Examples .Examples__text span::before {
  background-color: var(--color-01-orange);
  border-radius: 50%;
  content: "";
  height: 1.0666666667vw;
  left: 50%;
  position: absolute;
  top: -0.5333333333vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.0666666667vw;
}
@media print, screen and (min-width: 768px) {
  .Examples .Examples__inner {
    padding: clamp(64.9411764706px, 8.4558823529vw, 121.7647058824px) 0 clamp(62.1176470588px, 8.0882352941vw, 116.4705882353px);
  }
  .Examples .Examples__list {
    grid-gap: clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px) clamp(22.5882352941px, 2.9411764706vw, 42.3529411765px);
    grid-template-columns: 1fr 1fr 1fr;
    margin: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px) auto 0;
    max-width: clamp(490.1647058824px, 63.8235294118vw, 919.0588235294px);
  }
  .Examples .Examples__imageText {
    font-size: clamp(7.9058823529px, 1.0294117647vw, 14.8235294118px);
    margin-top: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
  }
  .Examples .Examples__text {
    font-size: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
    margin-top: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
  }
  .Examples .Examples__text span {
    font-size: clamp(10.7294117647px, 1.3970588235vw, 20.1176470588px);
  }
  .Examples .Examples__text span::before {
    height: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px);
    top: clamp(-2.1176470588px, -0.1470588235vw, -1.1294117647px);
    width: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px);
  }
}

/* --------------------
* Faq
* -------------------- */
.Faq .Faq__inner {
  background-color: var(--color-01-yellow);
  margin-top: -1.6vw;
  padding: 16vw 5.3333333333vw;
}
.Faq .Faq__text {
  font-size: 3.4666666667vw;
  font-weight: 400;
  margin-top: 8vw;
  text-align: center;
}
.Faq .Faq__list {
  grid-gap: 8vw;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 5.3333333333vw;
}
.Faq .Faq__item {
  background-color: var(--color-00-white);
}
.Faq .Faq__q,
.Faq .Faq__a {
  font-family: "Poppins", sans-serif;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
.Faq .Faq__q {
  margin-top: 0.5333333333vw;
}
.Faq .Faq__question {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.6666666667vw 5.3333333333vw;
}
.Faq .Faq__question.-open .Faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.Faq .Faq__questionText {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6;
  width: 61.3333333333vw;
}
.Faq .Faq__icon {
  background-color: var(--color-00-black);
  display: block;
  height: 0.5333333333vw;
  margin-top: 2.6666666667vw;
  position: relative;
  width: 3.7333333333vw;
}
.Faq .Faq__icon::after {
  background-color: var(--color-00-black);
  content: "";
  height: 0.5333333333vw;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  width: 3.7333333333vw;
}
.Faq .Faq__answerWrap {
  display: none;
}
.Faq .Faq__answerWrap.-open {
  display: block;
}
.Faq .Faq__answer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 0.2666666667vw dotted var(--color-00-black);
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 3.4666666667vw 5.3333333333vw;
}
.Faq .Faq__a {
  margin-right: 4.2666666667vw;
  margin-top: 1.2vw;
}
.Faq .Faq__answerText {
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 2;
}
.Faq .Faq__answerText a {
  text-decoration-thickness: 0.2666666667vw;
  color: var(--color-01-orange);
  -webkit-text-decoration-color: var(--color-01-orange);
  text-decoration-color: var(--color-01-orange);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}
.Faq .Faq__answerText a::after {
  background-image: url(../images/icon_blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 3.2vw;
  left: 0.5333333333vw;
  margin-right: 1.3333333333vw;
  position: relative;
  top: 0.5333333333vw;
  width: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .Faq .Faq__inner {
    margin-top: clamp(-6.3529411765px, -0.4411764706vw, -3.3882352941px);
    padding: clamp(56.4705882353px, 7.3529411765vw, 105.8823529412px) 0 clamp(67.7647058824px, 8.8235294118vw, 127.0588235294px);
  }
  .Faq .Faq__text {
    font-size: clamp(9.0352941176px, 1.1764705882vw, 16.9411764706px);
    margin-top: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
  }
  .Faq .Faq__list {
    grid-gap: clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px);
    margin-inline: auto;
    margin-top: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
    max-width: clamp(508.2352941176px, 66.1764705882vw, 952.9411764706px);
  }
  .Faq .Faq__q {
    font-size: clamp(12.4235294118px, 1.6176470588vw, 23.2941176471px);
    margin-top: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px);
  }
  .Faq .Faq__question {
    gap: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
    cursor: pointer;
    padding: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px) clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px) clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
  }
  .Faq .Faq__questionText {
    font-size: clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
    line-height: 1.6;
    max-width: clamp(446.1176470588px, 58.0882352941vw, 836.4705882353px);
  }
  .Faq .Faq__icon {
    height: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px);
    margin-top: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
    width: clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
  }
  .Faq .Faq__icon::after {
    height: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px);
    width: clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
  }
  .Faq .Faq__answer {
    border-top: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) dotted var(--color-00-black);
    padding: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px) clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
  }
  .Faq .Faq__a {
    font-size: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
    margin-right: clamp(13.5529411765px, 1.7647058824vw, 25.4117647059px);
    margin-top: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px);
  }
  .Faq .Faq__answerText {
    font-size: clamp(9.0352941176px, 1.1764705882vw, 16.9411764706px);
    line-height: 1.6;
  }
  .Faq .Faq__answerText a {
    text-decoration-thickness: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px);
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Faq .Faq__answerText a::after {
    height: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
    left: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px);
    margin-right: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px);
    top: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px);
    width: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
  }
  .Faq .Faq__answerText a:hover {
    opacity: 0.7;
  }
}

/* --------------------
* Features
* -------------------- */
.Features .Features__inner {
  background-color: var(--color-01-yellow);
  padding: 15.4666666667vw 5.3333333333vw 21.3333333333vw;
}
.Features .Features__text {
  font-size: 4.5333333333vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 5.3333333333vw 0 8vw;
  text-align: center;
}
.Features .Features__list {
  grid-gap: 8vw;
  display: grid;
  grid-template-columns: 1fr;
}
.Features .Features__item {
  background-color: var(--color-00-white);
  border: 0.2666666667vw solid var(--color-00-black);
  padding: 6.4vw 0 8vw;
}
.Features .Features__itemHead {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5333333333vw dotted var(--color-00-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 2.1333333333vw;
}
.Features .Features__numberWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 2.6666666667vw;
  margin-right: 4.5333333333vw;
}
.Features .Features__point,
.Features .Features__number {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 600;
}
.Features .Features__point {
  border-bottom: 0.5333333333vw solid var(--color-00-black);
  font-size: 3.7333333333vw;
  line-height: 1;
  margin-right: -0.8vw;
  padding-bottom: 0.5333333333vw;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Features .Features__number {
  font-size: 15.4666666667vw;
  line-height: 1;
}
.Features .Features__itemTitle {
  font-size: 4.5333333333vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.Features .Features__itemContents {
  padding: 4vw 5.6vw 0;
}
.Features .Features__itemText {
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .Features .Features__inner {
    background-color: var(--color-01-yellow);
    padding: clamp(56.4705882353px, 7.3529411765vw, 105.8823529412px) 0 clamp(67.7647058824px, 8.8235294118vw, 127.0588235294px);
  }
  .Features .Features__text {
    font-size: clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
    margin: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px) 0 clamp(25.4117647059px, 3.3088235294vw, 47.6470588235px);
  }
  .Features .Features__list {
    grid-gap: clamp(18.6352941176px, 2.4264705882vw, 34.9411764706px);
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    max-width: clamp(564.7058823529px, 73.5294117647vw, 1058.8235294118px);
  }
  .Features .Features__item {
    border: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-00-black);
    padding: clamp(11.8588235294px, 1.5441176471vw, 22.2352941176px) 0;
  }
  .Features .Features__itemHead {
    border-bottom: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px) dotted var(--color-00-black);
    padding-bottom: clamp(4.5176470588px, 0.5882352941vw, 8.4705882353px);
  }
  .Features .Features__numberWrap {
    margin-left: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
    margin-right: clamp(9.6px, 1.25vw, 18px);
  }
  .Features .Features__point {
    border-bottom: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px) solid var(--color-00-black);
    font-size: clamp(7.9058823529px, 1.0294117647vw, 14.8235294118px);
    margin-right: clamp(-3.1764705882px, -0.2205882353vw, -1.6941176471px);
    padding-bottom: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px);
  }
  .Features .Features__number {
    font-size: clamp(31.6235294118px, 4.1176470588vw, 59.2941176471px);
  }
  .Features .Features__itemTitle {
    font-size: clamp(9.6px, 1.25vw, 18px);
    padding-bottom: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px);
  }
  .Features .Features__itemContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: clamp(8.4705882353px, 1.1029411765vw, 15.8823529412px) clamp(11.8588235294px, 1.5441176471vw, 22.2352941176px) 0;
  }
  .Features .Features__itemText {
    font-size: clamp(8.4705882353px, 1.1029411765vw, 15.8823529412px);
    height: clamp(121.4117647059px, 15.8088235294vw, 227.6470588235px);
    line-height: 1.8;
    margin-bottom: clamp(1.6941176471px, 0.2205882353vw, 3.1764705882px);
  }
  .Features .Features__image {
    margin-top: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
  }
}

/* --------------------
* FixedCta
* -------------------- */
.FixedCta {
  opacity: 0;
  position: fixed;
  right: 0;
  top: calc(50svh - 32vw);
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  z-index: 9;
}
.FixedCta.-show {
  opacity: 1;
}
.FixedCta .FixedCta__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-02-yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 32vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9.3333333333vw;
}
.FixedCta .FixedCta__image {
  background-image: url(../images/icon_glass.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 3.7333333333vw;
  width: 3.7333333333vw;
}
.FixedCta .FixedCta__linkText {
  font-size: 3.2vw;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 768px) {
  .FixedCta {
    right: 0;
    top: calc(50% - clamp(110.1176470588px, 14.3382352941vw, 206.4705882353px));
  }
  .FixedCta .FixedCta__link {
    border: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-02-yellow);
    height: clamp(81.3176470588px, 10.5882352941vw, 152.4705882353px);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    width: clamp(24.2823529412px, 3.1617647059vw, 45.5294117647px);
  }
  .FixedCta .FixedCta__link:hover {
    opacity: 0.7;
  }
  .FixedCta .FixedCta__image {
    height: clamp(8.4705882353px, 1.1029411765vw, 15.8823529412px);
    width: clamp(8.4705882353px, 1.1029411765vw, 15.8823529412px);
  }
  .FixedCta .FixedCta__linkText {
    font-size: clamp(7.9058823529px, 1.0294117647vw, 14.8235294118px);
  }
}

/* --------------------
* Flow
* -------------------- */
.Flow .Flow__inner {
  background-color: var(--color-01-yellow);
  margin-top: -0.8vw;
  padding: 18.6666666667vw 5.3333333333vw 15.2vw;
}
.Flow .Flow__list {
  grid-gap: 9.0666666667vw;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 6.9333333333vw;
}
.Flow .Flow__item {
  position: relative;
}
.Flow .Flow__step,
.Flow .Flow__stepNumber {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 600;
}
.Flow .Flow__stepWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-237%);
  transform: translateX(-237%);
  z-index: 1;
}
.Flow .Flow__stepWrap.-step2, .Flow .Flow__stepWrap.-step3 {
  -webkit-transform: translateX(-195%);
  transform: translateX(-195%);
}
.Flow .Flow__step {
  border-bottom: 0.5333333333vw solid var(--color-00-black);
  font-size: 3.7333333333vw;
  line-height: 1;
  margin-right: -0.8vw;
  padding-bottom: 0.5333333333vw;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Flow .Flow__stepNumber {
  font-size: 13.6vw;
  line-height: 1;
}
.Flow .Flow__circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-00-white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 44.8vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 44.8vw;
}
.Flow .Flow__circleTitle {
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
.Flow .Flow__circleTitle.-large {
  font-size: 6.6666666667vw;
}
.Flow .Flow__circleImage {
  margin-top: 5.3333333333vw;
  position: relative;
}
.Flow .Flow__circleImage.-step1 {
  margin-top: 3.4666666667vw;
  width: 22.1333333333vw;
}
.Flow .Flow__circleImage.-step2 {
  left: 1.3333333333vw;
  width: 14.6666666667vw;
}
.Flow .Flow__circleImage.-step3 {
  left: 1.3333333333vw;
  width: 13.0666666667vw;
}
.Flow .Flow__text {
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 2;
  margin-top: 4.2666666667vw;
  position: relative;
  text-align: center;
  z-index: 1;
}
.Flow .Flow__arrow {
  background-image: url(../images/flow_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -15.4%;
  height: 38.1333333333vw;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 11.4666666667vw;
}
@media print, screen and (min-width: 768px) {
  .Flow .Flow__inner {
    margin-top: clamp(-3.1764705882px, -0.2205882353vw, -1.6941176471px);
    padding: clamp(62.1176470588px, 8.0882352941vw, 116.4705882353px) 0 clamp(67.7647058824px, 8.8235294118vw, 127.0588235294px);
  }
  .Flow .Flow__list {
    grid-gap: clamp(19.2px, 2.5vw, 36px);
    grid-template-columns: 1fr 1fr 1fr;
    margin: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px) auto 0;
    max-width: clamp(496.9411764706px, 64.7058823529vw, 931.7647058824px);
  }
  .Flow .Flow__step {
    border-bottom: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px) solid var(--color-00-black);
    font-size: clamp(7.9058823529px, 1.0294117647vw, 14.8235294118px);
    margin-right: clamp(-3.1764705882px, -0.2205882353vw, -1.6941176471px);
    padding-bottom: clamp(1.1294117647px, 0.1470588235vw, 2.1176470588px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .Flow .Flow__stepNumber {
    font-size: clamp(28.8px, 3.75vw, 54px);
  }
  .Flow .Flow__circle {
    height: clamp(97.1294117647px, 12.6470588235vw, 182.1176470588px);
    width: clamp(97.1294117647px, 12.6470588235vw, 182.1176470588px);
  }
  .Flow .Flow__circleTitle {
    font-size: clamp(13.5529411765px, 1.7647058824vw, 25.4117647059px);
  }
  .Flow .Flow__circleTitle.-large {
    font-size: clamp(14.6823529412px, 1.9117647059vw, 27.5294117647px);
  }
  .Flow .Flow__circleImage {
    margin-top: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
  }
  .Flow .Flow__circleImage.-step1 {
    margin-top: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
    width: clamp(47.4352941176px, 6.1764705882vw, 88.9411764706px);
  }
  .Flow .Flow__circleImage.-step2 {
    left: clamp(4.5176470588px, 0.5882352941vw, 8.4705882353px);
    margin-top: clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
    width: clamp(32.7529411765px, 4.2647058824vw, 61.4117647059px);
  }
  .Flow .Flow__circleImage.-step3 {
    left: clamp(2.8235294118px, 0.3676470588vw, 5.2941176471px);
    width: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
  }
  .Flow .Flow__text {
    font-size: clamp(7.9058823529px, 1.0294117647vw, 14.8235294118px);
    line-height: 1.8;
    margin-top: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
  }
  .Flow .Flow__arrow {
    bottom: auto;
    height: clamp(88.6588235294px, 11.5441176471vw, 166.2352941176px);
    left: 103%;
    top: 1%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    width: clamp(27.6705882353px, 3.6029411765vw, 51.8823529412px);
  }
}

/* --------------------
* Footer
* -------------------- */
.Footer .Footer__inner {
  background-color: var(--color-01-yellow);
  padding: 16vw 0 0;
}
.Footer .Footer__logo {
  display: block;
  margin: 0 auto 10.6666666667vw;
  width: 61.3333333333vw;
}
.Footer .Footer__btnWrap {
  margin-top: 5.3333333333vw;
}
.Footer .Footer__text {
  font-size: 3.2vw;
  font-weight: 700;
  margin: 1.0666666667vw 0 0;
  text-align: center;
}
.Footer .Footer__text span {
  font-family: "Poppins", sans-serif;
  font-size: 3.4666666667vw;
  font-style: normal;
  font-weight: 700;
}
.Footer .Footer__bottom {
  border-top: 1px solid var(--color-00-black);
  margin-top: 16vw;
  padding: 2.6666666667vw 0 5.0666666667vw;
  text-align: center;
}
.Footer .Footer__bottom small {
  color: var(--color-00-black);
  display: block;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .Footer .Footer__inner {
    background-color: var(--color-01-yellow);
    padding: clamp(33.8823529412px, 4.4117647059vw, 63.5294117647px) 0 0;
  }
  .Footer .Footer__wrap {
    gap: 0 clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: clamp(564.7058823529px, 73.5294117647vw, 1058.8235294118px);
  }
  .Footer .Footer__logo {
    margin: 0 auto clamp(22.5882352941px, 2.9411764706vw, 42.3529411765px) 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    width: clamp(141.1764705882px, 18.3823529412vw, 264.7058823529px);
  }
  .Footer .Footer__logo:hover {
    opacity: 0.7;
  }
  .Footer .Footer__btnWrap {
    margin-top: 0;
  }
  .Footer .Footer__btnNumber {
    font-family: "Poppins", sans-serif;
    font-size: clamp(13.5529411765px, 1.7647058824vw, 25.4117647059px);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-top: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
    text-align: center;
  }
  .Footer .Footer__text {
    font-size: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
    margin: 0;
  }
  .Footer .Footer__text span {
    font-family: "Poppins", sans-serif;
    font-size: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
    font-style: normal;
    font-weight: 700;
  }
  .Footer .Footer__bottom {
    margin-top: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
    padding: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px) 0;
  }
  .Footer .Footer__bottom small {
    font-size: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
  }
}

/* --------------------
* Header
* -------------------- */
.Header .Header__scroll {
  background-color: var(--color-01-yellow);
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.scrolled .Header .Header__scroll {
  height: 16vw;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.Header .Header__inner {
  background-color: var(--color-01-yellow);
}
.Header .Header__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 2.6666666667vw;
  padding-right: 1.8666666667vw;
}
.scrolled .Header .Header__wrap.-noScroll {
  opacity: 0;
}
.Header .Header__logo {
  display: block;
  width: 44vw;
}
@media print, screen and (min-width: 768px) {
  .Header .Header__scroll {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .scrolled .Header .Header__scroll {
    height: clamp(45.1764705882px, 5.8823529412vw, 84.7058823529px);
    padding: 0 clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px) 0 clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
  }
  .Header .Header__inner {
    padding: 0 clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px) 0 clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
  }
  .Header .Header__wrap {
    height: clamp(45.1764705882px, 5.8823529412vw, 84.7058823529px);
    margin: 0 auto;
    max-width: clamp(722.8235294118px, 94.1176470588vw, 1355.2941176471px);
    padding: 0;
  }
  .Header .Header__logo {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    width: clamp(135.5294117647px, 17.6470588235vw, 254.1176470588px);
  }
  .Header .Header__logo:hover {
    opacity: 0.7;
  }
  .Header .Header__listWrap {
    gap: clamp(14.1176470588px, 1.8382352941vw, 26.4705882353px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Header .Header__list {
    gap: clamp(9.6px, 1.25vw, 18px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Header .Header__itemLink {
    display: block;
    font-size: clamp(9.0352941176px, 1.1764705882vw, 16.9411764706px);
    font-weight: 700;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Header .Header__itemLink:hover {
    opacity: 0.7;
  }
}

/* --------------------
* Kv
* -------------------- */
.Kv .Kv__inner {
  background-color: #333;
  height: 106.6666666667vw;
  margin-top: -16vw;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.Kv .Kv__titleArea {
  left: 50%;
  position: absolute;
  text-align: center;
  top: calc((100% + 60px) / 2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.Kv .Kv__title {
  color: var(--color-00-white);
  font-size: 7.4666666667vw;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 5.3333333333vw;
  width: 93.3333333333vw;
}
.Kv .Kv__title span {
  font-size: 5.3333333333vw;
}
.Kv .Kv__title span:first-child {
  position: relative;
  top: -1.8666666667vw;
}
.Kv .Kv__lead {
  color: var(--color-00-white);
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.Kv .KvMovie {
  background-color: var(--color-00-white);
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 189.0666666667vw;
}
.Kv .KvMovie video {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .Kv .Kv__inner {
    height: clamp(433.1294117647px, 56.3970588235vw, 812.1176470588px);
    margin-top: clamp(-84.7058823529px, -5.8823529412vw, -45.1764705882px);
    z-index: -1;
  }
  .Kv .Kv__titleArea {
    top: calc((100% + 80px) / 2);
  }
  .Kv .Kv__title {
    font-size: clamp(32.7529411765px, 4.2647058824vw, 61.4117647059px);
    margin-bottom: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
    width: clamp(417.8823529412px, 54.4117647059vw, 783.5294117647px);
  }
  .Kv .Kv__title span {
    font-size: clamp(22.5882352941px, 2.9411764706vw, 42.3529411765px);
  }
  .Kv .Kv__title span:first-child {
    top: clamp(-14.8235294118px, -1.0294117647vw, -7.9058823529px);
  }
  .Kv .Kv__lead {
    font-size: clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
  }
  .Kv .KvMovie {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  .Kv .KvMovie video {
    width: 100%;
  }
}

/* --------------------
* Loading
* -------------------- */
.Loading {
  -webkit-animation: openingloading 600ms cubic-bezier(1, 0, 0.78, 0) 1800ms 1 forwards;
  animation: openingloading 600ms cubic-bezier(1, 0, 0.78, 0) 1800ms 1 forwards;
  background-color: #fff;
  height: 100svh;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.Loading .Loading__wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Loading .Loading__image1 {
  -webkit-animation: openingAnimation1 cubic-bezier(0.04, 0.7, 0.5, 1.6) forwards;
  animation: openingAnimation1 cubic-bezier(0.04, 0.7, 0.5, 1.6) forwards;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  margin: auto;
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 50% bottom;
  transform-origin: 50% bottom;
  width: 26.6666666667vw;
  z-index: -1;
}
.Loading .Loading__image2 {
  -webkit-animation: openingAnimation2 cubic-bezier(0.04, 0.7, 0.5, 1.6) forwards;
  animation: openingAnimation2 cubic-bezier(0.04, 0.7, 0.5, 1.6) forwards;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  margin: auto;
  position: relative;
  width: 26.6666666667vw;
  z-index: 1;
}
.Loading .Loading__image3 {
  -webkit-animation: openingAnimation3 cubic-bezier(0.04, 0.7, 0.5, 1.6) forwards;
  animation: openingAnimation3 cubic-bezier(0.04, 0.7, 0.5, 1.6) forwards;
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  left: 0.8vw;
  opacity: 0;
  position: relative;
  width: 50.6666666667vw;
}
@-webkit-keyframes openingAnimation1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(120%) translateZ(0);
    transform: scale(0) translateY(120%) translateZ(0);
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(10%) translateZ(0);
    transform: scale(1) translateY(10%) translateZ(0);
    z-index: 2;
  }
}
@keyframes openingAnimation1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(120%) translateZ(0);
    transform: scale(0) translateY(120%) translateZ(0);
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(10%) translateZ(0);
    transform: scale(1) translateY(10%) translateZ(0);
    z-index: 2;
  }
}
@-webkit-keyframes openingAnimation2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(0, 0) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0px, 0px) scale(0, 0) rotate(0deg) skew(0deg, 0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes openingAnimation2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(0, 0) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0px, 0px) scale(0, 0) rotate(0deg) skew(0deg, 0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
@-webkit-keyframes openingAnimation3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px) scale(0.1, 0.2) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0px, 0px) scale(0.1, 0.2) rotate(0deg) skew(0deg, 0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes openingAnimation3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px) scale(0.1, 0.2) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0px, 0px) scale(0.1, 0.2) rotate(0deg) skew(0deg, 0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
@-webkit-keyframes openingloading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes openingloading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .Loading .Loading__image1 {
    width: clamp(118.5882352941px, 15.4411764706vw, 222.3529411765px);
  }
  .Loading .Loading__image2 {
    width: clamp(118.5882352941px, 15.4411764706vw, 222.3529411765px);
  }
  .Loading .Loading__image3 {
    left: clamp(2.8235294118px, 0.3676470588vw, 5.2941176471px);
    width: clamp(234.9176470588px, 30.5882352941vw, 440.4705882353px);
  }
}

/* --------------------
* Offer
* -------------------- */
.Offer .Offer__inner {
  padding: 16vw 5.3333333333vw;
}
.Offer .Offer__box {
  background-color: var(--color-01-green);
  border-radius: 2.6666666667vw;
  margin-bottom: 16vw;
  padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
}
.Offer .Offer__title {
  color: var(--color-00-white);
  font-size: 4.8vw;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
.Offer .Offer__boxContents {
  margin-bottom: 2.6666666667vw;
}
.Offer .Offer__image {
  margin-bottom: 5.3333333333vw;
}
.Offer .Offer__textHead {
  border-bottom: 0.2666666667vw dotted var(--color-00-white);
  color: var(--color-00-white);
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 2.6666666667vw;
  padding-bottom: 1.6vw;
}
.Offer .Offer__text {
  color: var(--color-00-white);
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 2;
}
.Offer .Offer__list {
  grid-gap: 9.8666666667vw;
  display: grid;
  grid-template-columns: 1fr;
}
.Offer .Offer__item a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .Offer .Offer__inner {
    padding: clamp(56.4705882353px, 7.3529411765vw, 105.8823529412px) 0 clamp(67.7647058824px, 8.8235294118vw, 127.0588235294px);
  }
  .Offer .Offer__box {
    margin-inline: auto;
    border-radius: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
    margin-bottom: clamp(33.8823529412px, 4.4117647059vw, 63.5294117647px);
    max-width: clamp(564.7058823529px, 73.5294117647vw, 1058.8235294118px);
    padding: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px) clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px) clamp(22.5882352941px, 2.9411764706vw, 42.3529411765px);
  }
  .Offer .Offer__title {
    font-size: clamp(12.9882352941px, 1.6911764706vw, 24.3529411765px);
    margin: clamp(14.6823529412px, 1.9117647059vw, 27.5294117647px) auto clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px);
  }
  .Offer .Offer__boxContents {
    gap: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: clamp(19.7647058824px, 2.5735294118vw, 37.0588235294px);
  }
  .Offer .Offer__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 clamp(172.2352941176px, 22.4264705882vw, 322.9411764706px);
    flex: 0 0 clamp(172.2352941176px, 22.4264705882vw, 322.9411764706px);
    margin-bottom: 0;
  }
  .Offer .Offer__textHead {
    border-bottom: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) dotted var(--color-00-white);
    font-size: clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
    margin-bottom: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
    padding-bottom: clamp(3.3882352941px, 0.4411764706vw, 6.3529411765px);
  }
  .Offer .Offer__text {
    font-size: clamp(9.0352941176px, 1.1764705882vw, 16.9411764706px);
    line-height: 1.8;
  }
  .Offer .Offer__list {
    grid-gap: clamp(33.8823529412px, 4.4117647059vw, 63.5294117647px);
    margin-inline: auto;
    grid-template-columns: 1fr 1fr;
    max-width: clamp(412.2352941176px, 53.6764705882vw, 772.9411764706px);
  }
  .Offer .Offer__item a {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Offer .Offer__item a:hover {
    opacity: 0.7;
  }
}

/* --------------------
* Price
* -------------------- */
.Price .Price__inner {
  padding: 17.0666666667vw 5.3333333333vw 16vw;
}
.Price .Price__list {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 0.2666666667vw solid var(--color-00-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 8vw;
}
.Price .Price__title {
  border-bottom: 0.2666666667vw solid var(--color-00-black);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28vw;
  flex: 0 0 28vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.4;
  padding: 2.6666666667vw 0 0 2.1333333333vw;
}
.Price .Price__title span {
  font-size: 3.2vw;
  font-weight: 400;
}
.Price .Price__contents {
  border-bottom: 0.2666666667vw solid var(--color-00-black);
  border-left: 0.2666666667vw solid var(--color-00-black);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 28vw);
  flex: 0 0 calc(100% - 28vw);
  padding: 1.8666666667vw 0 0 3.2vw;
}
.Price .Price__text {
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 2.6666666667vw;
  padding-left: 3.4666666667vw;
  text-indent: -3.4666666667vw;
}
.Price .Price__text:last-child {
  padding-bottom: 4vw;
}
.Price .Price__text span {
  font-weight: 500;
  margin-right: -1.3333333333vw;
}
.Price .Price__note {
  font-size: 2.9333333333vw;
  line-height: 1.5;
  margin-top: 2.6666666667vw;
}
.Price .Price__bannerArea {
  margin-top: 18.6666666667vw;
}
.Price .Price__bannerList {
  grid-gap: 5.3333333333vw;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 6.9333333333vw;
}
.Price .Price__bannerLink {
  border: 0.2666666667vw solid var(--color-02-gray);
  display: block;
}
@media print, screen and (min-width: 768px) {
  .Price .Price__inner {
    padding: clamp(56.4705882353px, 7.3529411765vw, 105.8823529412px) 0 clamp(67.7647058824px, 8.8235294118vw, 127.0588235294px);
  }
  .Price .Price__list {
    border-top: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-00-black);
    margin: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px) auto 0;
    max-width: clamp(415.6235294118px, 54.1176470588vw, 779.2941176471px);
  }
  .Price .Price__title {
    border-bottom: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-00-black);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 clamp(129.8823529412px, 16.9117647059vw, 243.5294117647px);
    flex: 0 0 clamp(129.8823529412px, 16.9117647059vw, 243.5294117647px);
    font-size: clamp(10.1647058824px, 1.3235294118vw, 19.0588235294px);
    line-height: 1.4;
    padding: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px) 0 0 clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px);
  }
  .Price .Price__title span {
    font-size: clamp(9.0352941176px, 1.1764705882vw, 16.9411764706px);
  }
  .Price .Price__contents {
    border-bottom: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-00-black);
    border-left: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-00-black);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - clamp(129.8823529412px, 16.9117647059vw, 243.5294117647px));
    flex: 0 0 calc(100% - clamp(129.8823529412px, 16.9117647059vw, 243.5294117647px));
    padding: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px) 0 0 clamp(12.4235294118px, 1.6176470588vw, 23.2941176471px);
  }
  .Price .Price__text {
    font-size: clamp(9.0352941176px, 1.1764705882vw, 16.9411764706px);
    line-height: 1.5;
    padding-bottom: clamp(4.5176470588px, 0.5882352941vw, 8.4705882353px);
    padding-left: clamp(9.0352941176px, 1.1764705882vw, 16.9411764706px);
    text-indent: clamp(-16.9411764706px, -1.1764705882vw, -9.0352941176px);
  }
  .Price .Price__text:last-child {
    padding-bottom: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
  }
  .Price .Price__text span {
    margin-right: clamp(-5.2941176471px, -0.3676470588vw, -2.8235294118px);
  }
  .Price .Price__note {
    font-size: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
    margin: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px) auto 0;
    max-width: clamp(415.6235294118px, 54.1176470588vw, 779.2941176471px);
  }
  .Price .Price__bannerArea {
    margin-top: clamp(33.8823529412px, 4.4117647059vw, 63.5294117647px);
  }
  .Price .Price__bannerList {
    grid-gap: clamp(33.8823529412px, 4.4117647059vw, 63.5294117647px);
    grid-template-columns: 1fr 1fr;
    margin: clamp(22.5882352941px, 2.9411764706vw, 42.3529411765px) auto 0;
    max-width: clamp(415.6235294118px, 54.1176470588vw, 779.2941176471px);
  }
  .Price .Price__bannerLink {
    border: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-02-gray);
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .Price .Price__bannerLink:hover {
    opacity: 0.7;
  }
}

/* --------------------
* Title
* -------------------- */
.Title .Title__text {
  gap: 2.1333333333vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Title .Title__main {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 10.6666666667vw;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
  line-height: 1;
}
.Title .Title__sub {
  background-color: var(--color-00-black);
  color: var(--color-00-white);
  display: block;
  font-size: 3.4666666667vw;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 1.0666666667vw 5.0666666667vw 1.3333333333vw 5.0666666667vw;
  position: relative;
}
.Title .Title__sub::before, .Title .Title__sub::after {
  content: "";
  height: 2.1333333333vw;
  position: absolute;
  width: 2.6666666667vw;
}
.Title .Title__sub::before {
  -webkit-clip-path: polygon(100% 1%, 0% 100%, 0 0);
  clip-path: polygon(100% 1%, 0% 100%, 0 0);
  left: -0.2666666667vw;
  top: -0.2666666667vw;
}
.Title .Title__sub::after {
  bottom: -0.2666666667vw;
  -webkit-clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  right: -0.2666666667vw;
}
.Title .Title__sub.-yellow::before, .Title .Title__sub.-yellow::after {
  background-color: var(--color-01-yellow);
}
.Title .Title__sub.-white::before, .Title .Title__sub.-white::after {
  background-color: var(--color-00-white);
}
.Title .Title__sub span {
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  .Title .Title__text {
    gap: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
  }
  .Title .Title__main {
    font-size: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px);
  }
  .Title .Title__sub {
    font-size: clamp(8.4705882353px, 1.1029411765vw, 15.8823529412px);
    padding: clamp(2.2588235294px, 0.2941176471vw, 4.2352941176px) clamp(10.7294117647px, 1.3970588235vw, 20.1176470588px) clamp(2.8235294118px, 0.3676470588vw, 5.2941176471px) clamp(10.7294117647px, 1.3970588235vw, 20.1176470588px);
  }
  .Title .Title__sub::before, .Title .Title__sub::after {
    height: clamp(4.5176470588px, 0.5882352941vw, 8.4705882353px);
    width: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
  }
  .Title .Title__sub::before {
    left: clamp(-1.0588235294px, -0.0735294118vw, -0.5647058824px);
    top: clamp(-1.0588235294px, -0.0735294118vw, -0.5647058824px);
  }
  .Title .Title__sub::after {
    bottom: clamp(-1.0588235294px, -0.0735294118vw, -0.5647058824px);
    right: clamp(-1.0588235294px, -0.0735294118vw, -0.5647058824px);
  }
  .Title .Title__sub span {
    font-size: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
  }
}

/* --------------------
* TitleSub
* -------------------- */
.TitleSub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px);
  position: relative;
}
.TitleSub::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  height: 10.1333333333vw;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.TitleSub.-type1 {
  width: 42.6666666667vw;
}
.TitleSub.-type1::before {
  background-image: url(../images/bg_title_type1.webp);
}
.TitleSub.-type2 {
  width: 42.6666666667vw;
}
.TitleSub.-type2::before {
  background-image: url(../images/bg_title_type2.webp);
}
.TitleSub.-type3 {
  margin-bottom: clamp(33.8823529412px, 4.4117647059vw, 63.5294117647px);
  width: 53.0666666667vw;
}
.TitleSub.-type3::before {
  background-image: url(../images/bg_title_type3.webp);
}
.TitleSub.-type4 {
  width: 38.1333333333vw;
}
.TitleSub.-type4::before {
  background-image: url(../images/bg_title_type4.webp);
}
.TitleSub .TitleSub__text {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: -0.8vw;
}
@media print, screen and (min-width: 768px) {
  .TitleSub {
    margin-bottom: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
  }
  .TitleSub::before {
    height: clamp(28.8px, 3.75vw, 54px);
  }
  .TitleSub.-type1 {
    width: clamp(120.8470588235px, 15.7352941176vw, 226.5882352941px);
  }
  .TitleSub.-type2 {
    width: clamp(120.8470588235px, 15.7352941176vw, 226.5882352941px);
  }
  .TitleSub.-type3 {
    margin-bottom: 0;
    width: clamp(150.7764705882px, 19.6323529412vw, 282.7058823529px);
  }
  .TitleSub.-type4 {
    margin: 0 auto;
    width: clamp(111.2470588235px, 14.4852941176vw, 208.5882352941px);
  }
  .TitleSub .TitleSub__text {
    font-size: clamp(9.6px, 1.25vw, 18px);
    top: clamp(-4.2352941176px, -0.2941176471vw, -2.2588235294px);
  }
}

/* --------------------
* Voice
* -------------------- */
.Voice .Voice__inner {
  background-color: var(--color-01-yellow);
  margin-top: -0.5333333333vw;
  padding: 16vw 5.3333333333vw;
}
.Voice .Voice__list {
  grid-gap: 8vw;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 8vw;
}
.Voice .Voice__item {
  background-color: var(--color-00-white);
  border: 0.2666666667vw solid var(--color-00-black);
  padding: 8vw 5.3333333333vw;
  position: relative;
  width: 100%;
}
.Voice .Voice__item::before, .Voice .Voice__item::after {
  background-color: var(--color-00-black);
  content: "";
  height: 8.4vw;
  position: absolute;
  width: 13.0666666667vw;
}
.Voice .Voice__item::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: -0.24vw;
  top: -0.24vw;
}
.Voice .Voice__item::after {
  bottom: -0.24vw;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  right: -0.24vw;
}
.Voice .Voice__itemInner {
  overflow: hidden;
}
.Voice .Voice__itemInner::before, .Voice .Voice__itemInner::after {
  background-color: var(--color-01-yellow);
  content: "";
  height: 8.5333333333vw;
  position: absolute;
  width: 13.3333333333vw;
}
.Voice .Voice__itemInner::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: -0.5333333333vw;
  top: -0.5333333333vw;
}
.Voice .Voice__itemInner::after {
  bottom: -0.5333333333vw;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  right: -0.5333333333vw;
  z-index: 1;
}
.Voice .Voice__itemHead {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Voice .Voice__avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.2vw;
  flex: 0 0 23.2vw;
  margin-right: 2.6666666667vw;
}
.Voice .Voice__title {
  border-bottom: 0.2666666667vw dotted var(--color-00-black);
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 1.3333333333vw;
}
.Voice .Voice__titleText {
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.3333333333vw;
}
.Voice .Voice__contents {
  margin-top: 4vw;
}
.Voice .Voice__text {
  border-bottom: 0.2666666667vw dotted var(--color-00-black);
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 8vw;
}
.Voice .Voice__foot {
  gap: 1.8666666667vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5.3333333333vw;
}
.Voice .Voice__footText {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.0666666667vw;
  flex: 0 0 57.0666666667vw;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.5;
}
.Voice .Voice__footImage figcaption {
  font-size: 2.9333333333vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .Voice .Voice__inner {
    margin-top: clamp(-2.1176470588px, -0.1470588235vw, -1.1294117647px);
    padding: clamp(56.4705882353px, 7.3529411765vw, 105.8823529412px) 0 clamp(67.7647058824px, 8.8235294118vw, 127.0588235294px);
  }
  .Voice .Voice__list {
    grid-gap: clamp(19.7647058824px, 2.5735294118vw, 37.0588235294px);
    grid-template-columns: 1fr 1fr 1fr;
    margin: clamp(28.2352941176px, 3.6764705882vw, 52.9411764706px) auto 0;
    max-width: clamp(564.7058823529px, 73.5294117647vw, 1058.8235294118px);
  }
  .Voice .Voice__item {
    border: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) solid var(--color-00-black);
    padding: clamp(16.9411764706px, 2.2058823529vw, 31.7647058824px) clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
  }
  .Voice .Voice__item::before, .Voice .Voice__item::after {
    height: clamp(17.9011764706px, 2.3308823529vw, 33.5647058824px);
    width: clamp(28.0658823529px, 3.6544117647vw, 52.6235294118px);
  }
  .Voice .Voice__item::before {
    left: clamp(-0.5294117647px, -0.0367647059vw, -0.2823529412px);
    top: clamp(-0.9529411765px, -0.0661764706vw, -0.5082352941px);
  }
  .Voice .Voice__item::after {
    bottom: clamp(-0.9529411765px, -0.0661764706vw, -0.5082352941px);
    right: clamp(-0.5294117647px, -0.0367647059vw, -0.2823529412px);
  }
  .Voice .Voice__itemInner::before, .Voice .Voice__itemInner::after {
    height: clamp(18.3529411765px, 2.3897058824vw, 34.4117647059px);
    width: clamp(28.5176470588px, 3.7132352941vw, 53.4705882353px);
  }
  .Voice .Voice__itemInner::before {
    left: clamp(-1.8px, -0.125vw, -0.96px);
    top: clamp(-1.8px, -0.125vw, -0.96px);
  }
  .Voice .Voice__itemInner::after {
    bottom: clamp(-1.8px, -0.125vw, -0.96px);
    right: clamp(-1.8px, -0.125vw, -0.96px);
  }
  .Voice .Voice__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 clamp(52.5176470588px, 6.8382352941vw, 98.4705882353px);
    flex: 0 0 clamp(52.5176470588px, 6.8382352941vw, 98.4705882353px);
    margin-right: clamp(8.4705882353px, 1.1029411765vw, 15.8823529412px);
  }
  .Voice .Voice__title {
    border-bottom: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) dotted var(--color-00-black);
    font-size: clamp(8.4705882353px, 1.1029411765vw, 15.8823529412px);
    padding-bottom: clamp(2.8235294118px, 0.3676470588vw, 5.2941176471px);
  }
  .Voice .Voice__titleText {
    font-size: clamp(6.2117647059px, 0.8088235294vw, 11.6470588235px);
    margin-top: clamp(2.8235294118px, 0.3676470588vw, 5.2941176471px);
  }
  .Voice .Voice__contents {
    margin-top: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
  }
  .Voice .Voice__text {
    border-bottom: clamp(0.5647058824px, 0.0735294118vw, 1.0588235294px) dotted var(--color-00-black);
    font-size: clamp(7.3411764706px, 0.9558823529vw, 13.7647058824px);
    line-height: 1.8;
    padding-bottom: clamp(11.2941176471px, 1.4705882353vw, 21.1764705882px);
  }
  .Voice .Voice__foot {
    gap: clamp(4.5176470588px, 0.5882352941vw, 8.4705882353px);
    padding-top: clamp(5.6470588235px, 0.7352941176vw, 10.5882352941px);
  }
  .Voice .Voice__footText {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 clamp(107.2941176471px, 13.9705882353vw, 201.1764705882px);
    flex: 0 0 clamp(107.2941176471px, 13.9705882353vw, 201.1764705882px);
    font-size: clamp(6.7764705882px, 0.8823529412vw, 12.7058823529px);
  }
  .Voice .Voice__footImage figcaption {
    font-size: clamp(6.2117647059px, 0.8088235294vw, 11.6470588235px);
  }
}