@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/*button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}*/
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
/*[type="number"] {
  -moz-appearance: textfield;
}*/
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  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-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  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: "";
  flex-shrink: 0;
  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 {
  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 {
  margin-block-start: var(--swiper-centered-offset-before);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  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 {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-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));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

.swiper-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 {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

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

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

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

.swiper-flip .swiper-slide-shadow-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 {
  z-index: 0;
  backface-visibility: hidden;
}

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

.swiper.swiper-cards {
  overflow: visible;
}

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

/*-- color --*/
/*---------------------------
@mixin
---------------------------*/
/*-- font --*/
/*-- center --*/
/*-- flex --*/
/*-- nav（header/footer/sitemap共通） --*/
/*-- mv英語テキスト用（全ページ共通） --*/
/*-- indexボタングループ用 --*/
/*-- faq用 --*/
/*-- アコーディオン（開閉）用 --*/
/*-- works h3用（ブルー帯・白テキスト） --*/
/*-- リスト用（process/regular/trainerページ共通） --*/
/*---------------------------
アニメーション
---------------------------*/
/*------- テキスト用 / 左から徐々に出てくる -------*/
.fade-txt {
  white-space: nowrap;
  overflow: clip;
  animation: fade-text 3s forwards linear;
}
@keyframes fade-text {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*------- 下から上へフェードイン用 -------*/
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

/*------- リスト用 / 右から順番にスライドイン用 -------*/
/* アニメーション前 */
.u-fade-type-left {
  transform: translateX(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-left {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.is-active .u-fade-type-left:nth-child(2) {
  transition-delay: 0.2s;
}

.is-active .u-fade-type-left:nth-child(3) {
  transition-delay: 0.4s;
}

.is-active .u-fade-type-left:nth-child(4) {
  transition-delay: 0.6s;
}

.is-active .u-fade-type-left:nth-child(5) {
  transition-delay: 0.8s;
}

.is-active .u-fade-type-left:nth-child(6) {
  transition-delay: 1s;
}

.is-active .u-fade-type-left:nth-child(7) {
  transition-delay: 1.2s;
}

.is-active .u-fade-type-left:nth-child(8) {
  transition-delay: 1.4s;
}

.is-active .u-fade-type-left:nth-child(9) {
  transition-delay: 1.6s;
}

.is-active .u-fade-type-left:nth-child(10) {
  transition-delay: 1.8s;
}

.is-active .u-fade-type-left:nth-child(11) {
  transition-delay: 2s;
}

.is-active .u-fade-type-left:nth-child(12) {
  transition-delay: 2.2s;
}

/*------- テキスト用 / 左からスライドイン用 -------*/
/*全共通*/
.slide-in {
  overflow: clip;
  display: inline-block;
}

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

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation: slideTextX100 0.8s forwards;
  -webkit-animation: slideTextX100 0.8s forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation: slideTextX-100 0.8s forwards;
  -webkit-animation: slideTextX-100 0.8s forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.u-mtauto {
  margin-top: auto !important;
}
.u-mt0 {
  margin-top: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt0 {
    margin-top: 0rem !important;
  }
}
.u-mt1 {
  margin-top: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt1 {
    margin-top: 1.4rem !important;
  }
}
.u-mtEm1 {
  margin-top: 1em !important;
}
.u-mt2 {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt2 {
    margin-top: 2.8rem !important;
  }
}
.u-mtEm2 {
  margin-top: 2em !important;
}
.u-mt3 {
  margin-top: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt3 {
    margin-top: 4.2rem !important;
  }
}
.u-mtEm3 {
  margin-top: 3em !important;
}
.u-mbauto {
  margin-bottom: auto !important;
}
.u-mb0 {
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb0 {
    margin-bottom: 0rem !important;
  }
}
.u-mb1 {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb1 {
    margin-bottom: 1.4rem !important;
  }
}
.u-mbEm1 {
  margin-bottom: 1em !important;
}
.u-mb2 {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb2 {
    margin-bottom: 2.8rem !important;
  }
}
.u-mbEm2 {
  margin-bottom: 2em !important;
}
.u-mb3 {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb3 {
    margin-bottom: 4.2rem !important;
  }
}
.u-mbEm3 {
  margin-bottom: 3em !important;
}
.u-myauto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.u-my0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-my0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
.u-my1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-my1 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
}
.u-myEm1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.u-my2 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-my2 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
}
.u-myEm2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.u-my3 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-my3 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
}
.u-myEm3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}
.u-mlauto {
  margin-left: auto !important;
}
.u-ml0 {
  margin-left: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-ml0 {
    margin-left: 0rem !important;
  }
}
.u-ml1 {
  margin-left: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-ml1 {
    margin-left: 1.4rem !important;
  }
}
.u-mlEm1 {
  margin-left: 1em !important;
}
.u-ml2 {
  margin-left: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-ml2 {
    margin-left: 2.8rem !important;
  }
}
.u-mlEm2 {
  margin-left: 2em !important;
}
.u-ml3 {
  margin-left: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-ml3 {
    margin-left: 4.2rem !important;
  }
}
.u-mlEm3 {
  margin-left: 3em !important;
}
.u-mrauto {
  margin-right: auto !important;
}
.u-mr0 {
  margin-right: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-mr0 {
    margin-right: 0rem !important;
  }
}
.u-mr1 {
  margin-right: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mr1 {
    margin-right: 1.4rem !important;
  }
}
.u-mrEm1 {
  margin-right: 1em !important;
}
.u-mr2 {
  margin-right: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mr2 {
    margin-right: 2.8rem !important;
  }
}
.u-mrEm2 {
  margin-right: 2em !important;
}
.u-mr3 {
  margin-right: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mr3 {
    margin-right: 4.2rem !important;
  }
}
.u-mrEm3 {
  margin-right: 3em !important;
}
.u-mxauto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-mx0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-mx0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
.u-mx1 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mx1 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
}
.u-mxEm1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.u-mx2 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mx2 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
}
.u-mxEm2 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}
.u-mx3 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mx3 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
}
.u-mxEm3 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}
.u-pt0 {
  padding-top: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-pt0 {
    padding-top: 0rem !important;
  }
}
.u-pt1 {
  padding-top: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-pt1 {
    padding-top: 1.4rem !important;
  }
}
.u-ptEm1 {
  padding-top: 1em !important;
}
.u-pt2 {
  padding-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-pt2 {
    padding-top: 2.8rem !important;
  }
}
.u-ptEm2 {
  padding-top: 2em !important;
}
.u-pt3 {
  padding-top: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-pt3 {
    padding-top: 4.2rem !important;
  }
}
.u-ptEm3 {
  padding-top: 3em !important;
}
.u-pb0 {
  padding-bottom: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-pb0 {
    padding-bottom: 0rem !important;
  }
}
.u-pb1 {
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-pb1 {
    padding-bottom: 1.4rem !important;
  }
}
.u-pbEm1 {
  padding-bottom: 1em !important;
}
.u-pb2 {
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-pb2 {
    padding-bottom: 2.8rem !important;
  }
}
.u-pbEm2 {
  padding-bottom: 2em !important;
}
.u-pb3 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-pb3 {
    padding-bottom: 4.2rem !important;
  }
}
.u-pbEm3 {
  padding-bottom: 3em !important;
}
.u-py0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-py0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
.u-py1 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-py1 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
}
.u-pyEm1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.u-py2 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-py2 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
}
.u-pyEm2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.u-py3 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-py3 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
}
.u-pyEm3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.u-pl0 {
  padding-left: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-pl0 {
    padding-left: 0rem !important;
  }
}
.u-pl1 {
  padding-left: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-pl1 {
    padding-left: 1.4rem !important;
  }
}
.u-plEm1 {
  padding-left: 1em !important;
}
.u-pl2 {
  padding-left: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-pl2 {
    padding-left: 2.8rem !important;
  }
}
.u-plEm2 {
  padding-left: 2em !important;
}
.u-pl3 {
  padding-left: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-pl3 {
    padding-left: 4.2rem !important;
  }
}
.u-plEm3 {
  padding-left: 3em !important;
}
.u-pr0 {
  padding-right: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-pr0 {
    padding-right: 0rem !important;
  }
}
.u-pr1 {
  padding-right: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-pr1 {
    padding-right: 1.4rem !important;
  }
}
.u-prEm1 {
  padding-right: 1em !important;
}
.u-pr2 {
  padding-right: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-pr2 {
    padding-right: 2.8rem !important;
  }
}
.u-prEm2 {
  padding-right: 2em !important;
}
.u-pr3 {
  padding-right: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-pr3 {
    padding-right: 4.2rem !important;
  }
}
.u-prEm3 {
  padding-right: 3em !important;
}
.u-px0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media screen and (max-width: 767px) {
  .u-px0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
.u-px1 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-px1 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
}
.u-pxEm1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.u-px2 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-px2 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
}
.u-pxEm2 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.u-px3 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-px3 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
}
.u-pxEm3 {
  padding-left: 3em !important;
  padding-right: 3em !important;
}
.u-none {
  display: none !important;
}
.u-block {
  display: block !important;
}
.u-iblock {
  display: inline-block !important;
}
.u-flex, .u-flexNw {
  display: flex;
  flex-wrap: wrap;
}
.u-flex > *, .u-flexNw > * {
  flex: 1 1 auto;
}
.u-flexNw {
  flex-wrap: nowrap;
}
.u-fxWrap {
  flex-wrap: wrap;
}
.u-fxNowrap {
  flex-wrap: nowrap;
}
.u-fxdrColumn {
  flex-direction: column;
}
.u-fxjcCenter {
  justify-content: center;
}
.u-fxaiCenter {
  align-items: center;
}
.u-fxbasisAuto {
  flex-basis: auto;
}
.u-fxbasisFill {
  flex-basis: 100%;
}
.u-linkCover {
  position: relative;
}
.u-linkCover a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.u-ofAuto {
  overflow: auto;
}
.u-ofHidden {
  overflow: hidden;
}
.u-radius {
  border-radius: 100vw;
}
.u-hidden {
  visibility: hidden;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

html {
  font-size: 10px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "MANIFESTO";
  src: url("../font/MANIFESTO.otf") format("opentype"), url("../font/MANIFESTO.woff2") format("woff2");
}
@font-face {
  font-family: "Interstate";
  src: url("../font/InterstateRegular.otf") format("opentype"), url("../font/InterstateRegular.woff2") format("woff2");
}
label {
  cursor: pointer;
}

/*---------------------------
body
---------------------------*/
body {
  background: #e6e7e7;
  color: #111;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.02em;
  font-feature-settings: "pkna";
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

body.no-scroll {
  overflow: hidden;
}

/*---------------------------
main
---------------------------*/
.l-wrapper {
  overflow: clip;
  overflow: hidden;
  position: relative;
}

/*---------------------------
共通スタイル
---------------------------*/
/*-- font-size --*/
.f24 {
  font-size: 2.4rem;
}

.f40 {
  font-size: 4rem;
}

.bk {
  color: #111;
}

.bl {
  color: #8dd3d1;
}

.gry {
  color: #e6e7e7;
}

.gry-bg {
  color: #f3f3f3;
}

/*-- font-style --*/
.b {
  font-weight: bold;
}

/*-- center/middle --*/
.img-center {
  display: block;
  margin: 0 auto;
}

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

.v-middle {
  display: inline-block;
  vertical-align: middle;
}

/*-- display --*/
.display-b {
  display: block;
}

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

.display-f {
  display: flex;
  align-items: center;
}

/*-- link --*/
a {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  transition-duration: 0.3s;
  opacity: 0.7;
}

.link-txt {
  text-decoration: underline;
}
.link-txt:hover {
  cursor: pointer;
  color: #8dd3d1;
}

/*-- h2（英語） --*/
.h2-en {
  font-family: "MANIFESTO", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  font-size: clamp(7.2rem, 6.25vw, 12rem);
  padding-top: 14rem;
  line-height: 1.4;
}

/*-- h3（下線） --*/
.h3-border {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #e6e7e7;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
}
.h3-border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 0.2rem solid #111;
  width: 5rem;
}

/*-- button --*/
.button {
  position: relative;
  display: block;
  background: #111;
  height: 5rem;
  border-radius: 3rem;
  color: white;
  padding-left: 3rem;
  padding-top: 2.5rem;
  line-height: 0;
  letter-spacing: 0.06em;
}
.button::after {
  content: url("../img/arrow_right.svg");
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.button:hover::after {
  transform: translateY(-55%) translateX(1rem);
}

.c-btn1 {
  display: flex;
  flex-wrap: wrap;
}
.c-btn1 > * {
  flex: 1 1 auto;
}
.c-btn1__link, .c-btn1__link--gr0 {
  background: #8dd3d1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 2em;
  border: solid 1px;
  border-radius: 100vw;
  transition: 0.3s;
  backface-visibility: hidden;
}
.c-btn1__link > *, .c-btn1__link--gr0 > * {
  flex: 1 1 auto;
}
.c-btn1__link:hover, .c-btn1__link--gr0:hover {
  opacity: 0.7;
}
.c-btn1__link--gr0 {
  flex: 0 1 auto;
}
.c-btn1__link[style*="pointer-events: none"], [style*="pointer-events: none"].c-btn1__link--gr0 {
  background: #8dd3d1 !important;
  color: #ffffff !important;
}
.c-btn1__icon, .c-btn1__icon--arrow, .c-btn1__icon--arrowBack, .c-btn1__icon--blank {
  flex: 0 0 auto;
  margin-left: 1em;
}
.c-btn1__icon--arrow, .c-btn1__icon--arrowBack {
  flex-basis: 1.7em;
  max-width: 1.7em;
  height: 0.4em;
}
.c-btn1__icon--arrowBack {
  margin: 0 1em 0 0;
  transform: rotateY(180deg);
}
.c-btn1__icon--blank {
  margin: 0 0 0.25em 0.6em;
}

/*---------------------------
header
---------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5rem;
  display: flex;
  align-items: center;
  z-index: 1000;
  transition: background-color 0.3s ease, padding 0.3s ease;
  overflow: clip;
}
header.scrolled {
  background: rgba(255, 255, 255, 0.8);
}
header.scrolled .logo img {
  transform: scale(0.6);
  transform-origin: left center;
  height: 100%;
  transition: transform 0.3s ease, height 0.3s ease;
  margin-top: 0;
}
header .logo img {
  margin-top: 3rem;
  transition: transform 0.3s ease, height 0.3s ease;
}
header .header-right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}
header .header-right .button {
  width: 16rem;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
}
header .header-right .hamburger {
  position: relative;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
header .header-right .hamburger span {
  position: absolute;
  width: 3rem;
  height: 0.2rem;
  background: #111;
  transition: all 0.4s ease;
}
header .header-right .hamburger :nth-of-type(1) {
  top: 1.4rem;
}
header .header-right .hamburger :nth-of-type(2) {
  top: 2.2rem;
}
header .header-right .hamburger :nth-of-type(3) {
  top: 3rem;
}
header .header-right .hamburger.active span:nth-of-type(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header .header-right .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
header .header-right .hamburger.active span:nth-of-type(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
header .black-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
header .black-bg.show {
  opacity: 1;
  visibility: visible;
}
header .gnav {
  position: fixed;
  top: 0;
  right: -100%;
  padding: 10rem;
  width: 80%;
  background: rgba(255, 255, 255, 0.9);
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
header .gnav .nav-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
  width: 100%;
  padding-bottom: 9rem;
}
header .gnav .nav-group .nav-wrap {
  width: 22%;
}
header .gnav .nav-group .nav-wrap .nav-h3 {
  position: relative;
  width: 100%;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-weight: bold;
  border-bottom: 0.1rem solid #e6e7e7;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
header .gnav .nav-group .nav-wrap .nav-h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 5rem;
  height: 0;
  border-bottom: 0.2rem solid #111;
}
header .gnav .nav-group .nav-wrap .nav-h3::after {
  content: url("../img/arrow_bk.svg");
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
header .gnav .nav-group .nav-wrap li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
header .gnav .nav-group .nav-wrap li.n-tab {
  position: relative;
}
header .gnav .nav-group .nav-wrap li.n-tab::after {
  content: url("../img/new_window.svg");
  position: relative;
  top: 0.2rem;
  right: -0.5rem;
}
header .gnav .sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .gnav .sub-nav .button {
  width: 16rem;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
}
header .gnav .sub-nav .pp {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
header .gnav .sub-nav .pp li.n-tab {
  position: relative;
}
header .gnav .sub-nav .pp li.n-tab::after {
  content: url("../img/new_window.svg");
  position: relative;
  top: 0.2rem;
  right: -0.5rem;
}
header .gnav.open {
  right: 0;
}

@media screen and (max-width: 1180px) {
  header .gnav .nav-group {
    padding-bottom: 0;
  }
  header .gnav .nav-group .nav-wrap {
    width: 48%;
    margin-bottom: 4rem;
  }
  header .gnav .sub-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 2rem;
    justify-content: space-between;
  }
  header .logo img {
    width: 30vw;
    height: auto;
    margin-top: 2rem;
  }
  header .header-right .button {
    display: none;
  }
  header .gnav {
    width: 100%;
    padding: 6rem 4rem;
    right: -1000px;
  }
  header .gnav .nav-group {
    padding-bottom: 0;
  }
  header .gnav .nav-group .nav-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
  header .gnav .nav-group .nav-wrap .nav-h3 {
    cursor: pointer;
    position: relative;
  }
  header .gnav .nav-group .nav-wrap .nav-h3:after {
    content: "";
    background: url("../img/hamburger_open.svg") no-repeat center;
    background-size: contain;
    width: 2em;
    height: 2em;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .gnav .nav-group .nav-wrap .nav-h3.open::after {
    background: url("../img/hamburger_close.svg") no-repeat center;
  }
  header .gnav .nav-group .nav-wrap ul {
    max-height: 0;
    overflow: clip;
    transition: max-height 0.9s ease;
  }
  header .gnav .nav-group .nav-wrap.open ul {
    max-height: 80rem;
  }
  header .gnav .sub-nav {
    margin-top: 0.5rem;
    gap: 3.5rem;
  }
  header .gnav .sub-nav .pp {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}
/*---------------------------
footer
---------------------------*/
footer {
  position: relative;
  background: white;
  padding: 6rem 0;
  overflow: clip;
}
footer .pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
footer .pagetop.visible {
  opacity: 1;
  visibility: visible;
}
footer .fnav {
  position: relative;
  width: 88%;
  max-width: 168rem;
  margin: 4rem auto 0;
}
footer .fnav .main-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #e6e7e7;
  padding-bottom: 9rem;
  margin-bottom: 6rem;
}
footer .fnav .main-nav .logo-entry {
  width: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
footer .fnav .main-nav .logo-entry .button {
  width: 16rem;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
}
footer .fnav .main-nav .nav-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
  width: 80%;
  padding-left: 4rem;
}
footer .fnav .main-nav .nav-group .nav-wrap {
  width: 22%;
}
footer .fnav .main-nav .nav-group .nav-wrap .nav-h3 {
  position: relative;
  width: 100%;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-weight: bold;
  border-bottom: 0.1rem solid #e6e7e7;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
footer .fnav .main-nav .nav-group .nav-wrap .nav-h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 5rem;
  height: 0;
  border-bottom: 0.2rem solid #111;
}
footer .fnav .main-nav .nav-group .nav-wrap .nav-h3::after {
  content: url("../img/arrow_bk.svg");
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
footer .fnav .main-nav .nav-group .nav-wrap li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
footer .fnav .main-nav .nav-group .nav-wrap li.n-tab {
  position: relative;
}
footer .fnav .main-nav .nav-group .nav-wrap li.n-tab::after {
  content: url("../img/new_window.svg");
  position: relative;
  top: 0.2rem;
  right: -0.5rem;
}
footer .fnav .sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .fnav .sub-nav .copy {
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
}
footer .fnav .sub-nav .pp {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
footer .fnav .sub-nav .pp li.n-tab {
  position: relative;
}
footer .fnav .sub-nav .pp li.n-tab::after {
  content: url("../img/new_window.svg");
  position: relative;
  top: 0.2rem;
  right: -0.5rem;
}
footer .sitemap-footer .logo-entry {
  width: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 5rem;
}
footer .sitemap-footer .logo-entry .button {
  width: 16rem;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
}
footer .sitemap-footer .sitemap-copy {
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 8rem;
}

@media screen and (max-width: 1180px) {
  footer .fnav .main-nav .logo-entry {
    gap: 2rem;
  }
  footer .fnav .main-nav .logo-entry img {
    transform: scale(0.8);
  }
  footer .fnav .main-nav .nav-group .nav-wrap {
    width: 48%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 960px) {
  footer .fnav .sub-nav {
    flex-direction: column;
    gap: 3rem;
  }
  footer .fnav .sub-nav .copy {
    order: 2;
  }
  footer .fnav .sub-nav .pp {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 5rem 4rem;
    margin-top: 3rem;
  }
  footer .fnav {
    width: 100%;
  }
  footer .fnav .main-nav {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
  }
  footer .fnav .main-nav .logo-entry {
    margin: 0 auto 5rem;
  }
  footer .fnav .main-nav .nav-group {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    display: block;
  }
  footer .fnav .main-nav .nav-group .nav-wrap {
    width: 100%;
  }
  footer .fnav .sub-nav {
    flex-direction: column;
    gap: 3.5rem;
    align-items: flex-start;
  }
  footer .fnav .sub-nav .copy {
    order: 2;
  }
  footer .fnav .sub-nav .pp {
    order: 1;
    display: block;
    line-height: 3.5em;
  }
}
/*-----------------------------------
allpage-employment（全ページ共通バナー）
-----------------------------------*/
.allpage__employment {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20rem auto 32rem;
}
.allpage__employment .h2-en {
  position: relative;
  top: 6rem;
  text-align: center;
  z-index: 2;
  padding: 0;
}
.allpage__employment .h2-en .p005 {
  letter-spacing: 0.05em;
}
.allpage__employment .h2-en .m006 {
  letter-spacing: -0.06em;
}
.allpage__employment .h2-en .m005 {
  letter-spacing: -0.05em;
}
.allpage__employment .allpage__employment-visual {
  position: relative;
  width: 100%;
}
.allpage__employment .allpage__employment-visual .allpage__employment-img {
  position: relative;
}
.allpage__employment .allpage__employment-visual .allpage__employment-img img {
  width: 66%;
  height: auto;
  aspect-ratio: 1280/500;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left -6rem;
     object-position: left -6rem;
  display: block;
}
.allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap {
  width: 57%;
  position: absolute;
  top: 20%;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  background: rgba(255, 255, 255, 0.9);
  margin-left: auto;
  padding: 8rem;
  box-sizing: border-box;
}
.allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-left,
.allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-right {
  width: 50%;
  box-sizing: border-box;
}
.allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap::after {
  content: "";
  position: absolute;
  top: 6rem;
  bottom: 6rem;
  left: 50%;
  border-right: 0.1rem solid #e6e7e7;
  z-index: 10;
}
.allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-h3 .h3-en {
  position: relative;
  font-family: "MANIFESTO", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  font-size: 3.6rem;
  display: block;
  margin: 1rem 0 4.5rem 0;
}
.allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-h3 .h3-en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  background: #8dd3d1;
  width: 4rem;
  height: 0.1rem;
}
.allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-button {
  width: 16rem;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  margin-top: 3rem;
}

@media screen and (max-width: 1180px) {
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap {
    padding: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .allpage__employment {
    margin: 16rem auto -10rem;
  }
  .allpage__employment .h2-en {
    top: 10rem;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-img img {
    width: 100%;
    aspect-ratio: 375/500;
    -o-object-position: 25% top;
       object-position: 25% top;
    overflow: clip;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    top: -40vw;
    left: 0;
    z-index: 900;
    padding: 8rem 4rem;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap::after {
    border-right: none;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-left {
    position: relative;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-left::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 0.1rem solid #e6e7e7;
    bottom: -6rem;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-left,
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-right {
    width: 100%;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-left .button,
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-right .button {
    transform: translateX(-50%);
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-left .allpage__employment-h3,
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-right .allpage__employment-h3 {
    text-align: center;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-left .allpage__employment-h3 .h3-en::after,
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-right .allpage__employment-h3 .h3-en::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-left p,
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-right p {
    text-align: center;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-left .allpage__employment-button,
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-right .allpage__employment-button {
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .allpage__employment {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 600px) {
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap {
    padding: 3rem 3rem 6rem;
  }
  .allpage__employment .allpage__employment-visual .allpage__employment-contents--wrap .allpage__employment-right::before {
    content: "";
    width: 100%;
    border-bottom: 0.1rem solid #e6e7e7;
    bottom: 0;
  }
}
/*---------------------------
トップ・下層共通
---------------------------*/
/*-- 左右レイアウト（index/works/message） --*/
.separate__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .separate__wrapper {
    flex-direction: column;
    padding: 0 5%;
  }
}
.separate__wrapper .left {
  position: relative;
  left: 5%;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .separate__wrapper .left {
    width: 100% !important;
    left: 0 !important;
  }
}
.separate__wrapper .left .c-copy {
  margin: 3rem 0 5rem;
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  font-weight: bold;
}

/*--迷彩左上三角形（index/works） --*/
.pattern .sq-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("../img/bg_ptn.jpg") top center no-repeat;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}
@supports (background: url("../img/bg_ptn.webp")) {
  .pattern .sq-bg .background {
    background: url("../img/bg_ptn.webp");
  }
}

/*-- スタッフナンバー用（index/works） --*/
.staff-number {
  position: absolute;
  bottom: 0;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-size: clamp(15rem, 13vw, 25rem);
  line-height: 0.73;
  letter-spacing: -0.01em;
  z-index: 100;
}

/*-- 店舗数用（index/works） --*/
.shop-number-wrap .shop-number {
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  line-height: 0.73;
  letter-spacing: -0.01em;
}
.shop-number-wrap .unit {
  font-size: clamp(2.4rem, 2vw, 4rem);
  font-weight: bold;
}

/*---------------------------
下層共通
---------------------------*/
/*-- 下層MV --*/
.sub__mv-wrapper {
  position: relative;
  background: white;
  overflow: clip;
  height: 40rem;
}
.sub__mv-wrapper .bg {
  position: relative;
  background: url("../img/bg_ptn.jpg") top center no-repeat;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
          clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
}
@supports (background: url("../img/bg_ptn.webp")) {
  .sub__mv-wrapper .bg .background {
    background: url("../img/bg_ptn.webp");
  }
}
.sub__mv-wrapper .mv-txt {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: 100;
  font-family: "MANIFESTO", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  font-size: clamp(7.2rem, 10.42vw, 20rem);
  line-height: 0.55;
  text-align: right;
  right: 4%;
}
.sub__mv-wrapper .mv-txt .ls-005 {
  letter-spacing: -0.05em;
}

/*-- パンくずリスト --*/
.bread {
  position: relative;
  display: flex;
  left: 5%;
  top: 5rem;
  z-index: 999;
}
.bread::before {
  position: relative;
  content: url("../img/bread_arrow.svg");
  left: 10.5rem;
}
.bread .home-icon {
  position: relative;
  content: url("../img/home_icon.svg");
  top: 0.4rem;
  margin-right: 1.2rem;
}
.bread li:nth-of-type(1) {
  margin-right: 4.5rem;
}
.bread a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*-- リクルートバナー --*/
.subpage__recruit {
  position: relative;
  width: 100%;
  margin-top: 16rem;
}
.subpage__recruit .subpage__recruit-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  height: auto;
  aspect-ratio: 1280/550;
  background: url("../img/bg_ptn.jpg") top right repeat;
  padding: 12.5rem 0 8rem;
}
@supports (background: url("../img/bg_ptn.webp")) {
  .subpage__recruit .subpage__recruit-bg .background {
    background: url("../img/bg_ptn.webp");
  }
}
.subpage__recruit .subpage__recruit-bg .h2-en {
  position: absolute;
  top: 0;
  right: 5%;
  transform: translateY(-50%);
  padding-top: 0;
  z-index: 1000;
}
.subpage__recruit .subpage__recruit-list--wrap {
  position: relative;
  left: 0;
  top: 10rem;
  width: 118rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 10rem;
  margin: 0 0 16rem 0;
  box-sizing: border-box;
}
.subpage__recruit .subpage__recruit-list--wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}
.subpage__recruit .subpage__recruit-list--wrap ul li {
  width: calc((100% - 12rem) / 3);
}
.subpage__recruit .subpage__recruit-list--wrap ul li a {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e6e7e7;
}
.subpage__recruit .subpage__recruit-list--wrap ul li a::after {
  content: url("../img/arrow_recruit.svg");
  position: absolute;
  right: 0;
}

/*-- 白背景ページの共通設定 --*/
.whiteBg__wraper {
  position: relative;
  overflow: clip;
  background: white;
  width: 90%;
  margin: 10rem auto 16rem;
  padding: 10rem 20rem;
}
@media screen and (max-width: 1440px) {
  .whiteBg__wraper {
    padding: 10rem;
  }
}
.whiteBg__wraper .sub-h2 {
  position: relative;
  font-size: clamp(2.4rem, 0.15vw, 3rem);
  font-weight: 800;
  color: #8dd3d1;
  text-align: center;
  line-height: 1;
  margin-bottom: 7rem;
}
.whiteBg__wraper .sub-h2::after {
  content: "";
  position: relative;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
  display: block;
  width: 4rem;
  border-bottom: 0.1rem solid #8dd3d1;
}
.whiteBg__wraper .t-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .whiteBg__wraper .t-center {
    text-align: left;
  }
}

@media screen and (max-width: 1180px) {
  .subpage__recruit .subpage__recruit-list--wrap {
    width: 95%;
    padding: 5rem;
  }
  .subpage__recruit .subpage__recruit-list--wrap ul {
    gap: 4rem;
  }
  .subpage__recruit .subpage__recruit-list--wrap ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (max-width: 960px) {
  .h2-en .br {
    display: block;
  }
  .h2-en,
  .c-copy {
    text-align: center;
  }
  .btn-group {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  /* ↓ ここから下層ページ */
  /* 共通設定 */
  .sub__mv-wrapper {
    height: 30rem;
  }
  .sub__mv-wrapper .bg {
    width: 60%;
    -webkit-clip-path: polygon(45% 0%, 100% 0%, 55% 100%, 0% 100%);
            clip-path: polygon(45% 0%, 100% 0%, 55% 100%, 0% 100%);
  }
  .sub__mv-wrapper .mv-txt .br {
    display: block;
    margin-top: 4rem;
  }
  .subpage__recruit .subpage__recruit-bg {
    width: 80%;
    height: auto;
    aspect-ratio: 300/450;
  }
  .subpage__recruit .subpage__recruit-list--wrap {
    top: 6rem;
  }
  .subpage__recruit .subpage__recruit-list--wrap ul {
    gap: 3rem;
  }
  .subpage__recruit .subpage__recruit-list--wrap ul li {
    width: 100%;
  }
  .whiteBg__wraper {
    padding: 6rem 2.5rem;
  }
}
.smf-form .smf-select-control, .smf-form input:not([type=checkbox], [type=radio], [type=submit], [type=reset]),
.smf-form select, .smf-form textarea, .smf-form button {
  background: #ffffff;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0.6em 1em;
  border: solid 1px #dbdbdb;
  border-radius: 0 !important;
}
.smf-form .smf-select-control::-moz-placeholder, .smf-form input:not([type=checkbox], [type=radio], [type=submit], [type=reset])::-moz-placeholder, .smf-form select::-moz-placeholder, .smf-form textarea::-moz-placeholder, .smf-form button::-moz-placeholder {
  color: #e6e7e7;
}
.smf-form .smf-select-control::placeholder, .smf-form input:not([type=checkbox], [type=radio], [type=submit], [type=reset])::placeholder,
.smf-form select::placeholder, .smf-form textarea::placeholder, .smf-form button::placeholder {
  color: #e6e7e7;
}

[data-screen=input] #form-back, [data-screen=input] #form-submit,
[data-screen=invalid] #form-back,
[data-screen=invalid] #form-submit,
[data-screen=back] #form-back,
[data-screen=back] #form-submit {
  display: none;
}

[data-screen=confirm] .js-autoAddr, [data-screen=complete] .js-autoAddr {
  display: none;
}

[data-screen=confirm] label {
  pointer-events: none;
}
[data-screen=confirm] #form-confirm {
  display: none;
}
[data-screen=confirm] .custom-confirm-error {
  display: none !important;
}
[data-screen=confirm] .c-form__head1 {
  margin-top: 0 !important;
}

.smf-form [style*="pointer-events: none;"] {
  cursor: not-allowed;
  background: #e6e7e7 !important;
}
.smf-form input:not([type=checkbox], [type=radio], [type=submit], [type=reset]),
.smf-form select, .smf-form textarea {
  width: 100%;
}
.smf-form textarea {
  resize: vertical;
  display: block;
  min-height: 17em;
  border: solid 1px #dbdbdb !important;
}
.smf-form label {
  display: inline-block;
  position: relative;
}
.smf-form .smf-radio-button-control, .smf-form .smf-checkbox-control {
  display: inline-block !important;
  gap: 0 !important;
  position: relative;
}
.smf-form .smf-radio-button-control__control, .smf-form .smf-checkbox-control__control {
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  border: 0 !important;
  position: absolute !important;
}
.smf-form .smf-radio-button-control__label, .smf-form .smf-checkbox-control__label {
  padding-left: 2em;
  position: relative;
}
.smf-form .smf-radio-button-control__label:before, .smf-form .smf-checkbox-control__label:before {
  content: "";
  position: absolute;
  top: .1em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  z-index: 1;
  border: solid 1px #8dd3d1;
}
.smf-form .smf-checkbox-control__control:checked + .smf-checkbox-control__label:before {
  background: url(../img/icon_check1.svg) no-repeat center;
  background-size: cover;
}
.smf-form .smf-radio-button-control__control:checked + .smf-radio-button-control__label:before {
  background: #8dd3d1;
}
.smf-form .smf-radio-button-control__control:checked + .smf-radio-button-control__label:after {
  background: #ffffff;
}
.smf-form .smf-radio-button-control__label:before, .smf-form .smf-radio-button-control__label:after {
  border-radius: 50%;
}
.smf-form .smf-radio-button-control__label:after {
  content: "";
  position: absolute;
  top: .1em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  z-index: 1;
  transform: scale(0.45);
}
.smf-form .smf-select-control {
  display: block !important;
  padding: 0;
  position: relative;
}
.smf-form .smf-select-control:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  z-index: 0;
  border-top: solid 0.6em #8dd3d1;
  border-left: solid 0.4em transparent;
  border-right: solid 0.4em transparent;
  transform: translateY(-50%);
}
.smf-form .smf-select-control__toggle {
  display: none !important;
}
.smf-form .smf-action {
  width: 0;
  height: 0;
  overflow: hidden;
}
.smf-form .smf-error-messages {
  line-height: 1.6;
}
.smf-form .smf-error-messages.custom-confirm-error {
  display: none;
}
.smf-form .smf-error-messages.custom-confirm-error.is-visible {
  display: inline-block;
}
.smf-form .wp-block-group.is-nowrap.is-layout-flex .smf-placeholder {
  flex: 1 1 auto;
}
.smf-form .wp-block-group.is-nowrap.is-layout-flex .prefixText {
  padding-right: 1em;
}
.smf-form .wp-block-group.is-nowrap.is-layout-flex .suffixText {
  padding-left: 1em;
}
.smf-form #form-back, .smf-form #form-confirm, .smf-form #form-submit {
  flex: 0 1 auto;
}
@media screen and (max-width: 600px) {
  .smf-form #form-back, .smf-form #form-confirm, .smf-form #form-submit {
    flex: 1 1 100%;
  }
}

#form-back {
  background: #ffffff;
  color: #8dd3d1;
  text-align: right;
}

.c-form__block1, .c-form__block1--nobdr, .c-form__block1--inblock {
  padding-bottom: 40px;
  border-bottom: solid 1px;
  border-color: #dbdbdb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-form__block1, .c-form__block1--nobdr, .c-form__block1--inblock {
    padding-bottom: 30px;
  }
}
.c-form__block1:before, .c-form__block1--nobdr:before, .c-form__block1--inblock:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 7.5em;
  height: 0;
  z-index: 1;
  border-bottom: solid 2px #111;
}
.c-form__block1:nth-child(n+2), .c-form__block1--nobdr:nth-child(n+2), .c-form__block1--inblock:nth-child(n+2) {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-form__block1:nth-child(n+2), .c-form__block1--nobdr:nth-child(n+2), .c-form__block1--inblock:nth-child(n+2) {
    padding-bottom: 30px;
  }
}
.c-form__block1 > .wp-block-group__inner-container, .c-form__block1--nobdr > .wp-block-group__inner-container, .c-form__block1--inblock > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-form__block1 > .wp-block-group__inner-container > *, .c-form__block1--nobdr > .wp-block-group__inner-container > *, .c-form__block1--inblock > .wp-block-group__inner-container > * {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .c-form__block1 > .wp-block-group__inner-container, .c-form__block1--nobdr > .wp-block-group__inner-container, .c-form__block1--inblock > .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-form__block1 > .wp-block-group__inner-container > *, .c-form__block1--nobdr > .wp-block-group__inner-container > *, .c-form__block1--inblock > .wp-block-group__inner-container > * {
    flex: 1 1 100%;
  }
}
.c-form__block1--nobdr, .c-form__block1--inblock {
  border-bottom: none;
}
.c-form__block1--nobdr:before, .c-form__block1--inblock:before {
  content: none;
}
.c-form__block1--nobdr:nth-child(n+2) {
  padding-top: 0;
}
.c-form__block1--inblock > .wp-block-group__inner-container {
  flex-wrap: wrap;
}
.c-form__block1--inblock > .wp-block-group__inner-container > * {
  flex: 1 1 100%;
}
.c-form__block1 .smf-placeholder, .c-form__block1--nobdr .smf-placeholder, .c-form__block1--inblock .smf-placeholder,
.c-form__block1 .block-placeholder,
.c-form__block1--nobdr .block-placeholder,
.c-form__block1--inblock .block-placeholder {
  max-width: 750px;
}
.c-form__block2 > * {
  flex: 0 1 auto !important;
}
.c-form__block3 {
  display: flex;
  justify-content: center;
  margin: 80px -0.5em 0;
}
.c-form__block3 > * {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .c-form__block3 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .c-form__block3 {
    flex-wrap: wrap;
  }
}
.c-form__block3 > * {
  flex: 0 1 auto;
  margin: 0 0.5em;
}
@media screen and (max-width: 600px) {
  .c-form__block3 > * {
    flex: 1 1 100%;
    max-width: 300px;
  }
}
.c-form__block3 > *:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__block4 {
  gap: 0;
  margin: -10px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.c-form__block4 > * {
  margin: 10px !important;
  margin-bottom: 0 !important;
}
.c-form__head1 {
  display: flex;
}
.c-form__head1 > * {
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .c-form__head1 {
    flex: 0 0 auto !important;
    min-width: calc(170px - 1em);
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .c-form__head1 {
    margin-bottom: 1em;
  }
}
.c-form__head1 > * {
  flex: 0 1 auto;
}
@media screen and (min-width: 768px) {
  .c-form__head1 + * {
    margin-left: 1.6em;
  }
}
.c-form__select1 {
  background: transparent !important;
  padding-right: 2.6em !important;
  border: none !important;
  position: relative;
  z-index: 2;
}
.c-form__marker1 {
  background: #8dd3d1;
  align-self: center;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1;
  padding: 0.4em 1.4em;
  margin-left: 1.6em;
}

/*---------------------------
index-mv
---------------------------*/
.index__mv-wrapper {
  position: relative;
  overflow: hidden;
}
.index__mv-slide {
  height: 100dvh;
  min-height: 600px;
  max-height: 800px;
  z-index: 0;
}
.index__mv-slide .mv-list__img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.index__mv-slide .swiper-slide {
  background: #ffffff;
  position: relative;
}
.index__mv-slide .swiper-slide:before, .index__mv-slide .swiper-slide:after {
  content: "";
  position: absolute;
  top: -50%;
  width: 100%;
  height: 200%;
  z-index: 1;
  background: #e6e7e7;
  transform: skew(0deg);
  transition: 1s;
}
.index__mv-slide .swiper-slide:before {
  left: -20%;
}
.index__mv-slide .swiper-slide:after {
  left: 20%;
}
.index__mv-slide .swiper-slide img {
  transform: translateX(-7%);
  transition: 30s;
}
.index__mv-slide .swiper-slide-active:before, .index__mv-slide .swiper-slide-active:after {
  transform: skew(-25deg);
  transition: 1s 1s;
}
.index__mv-slide .swiper-slide-active:before {
  left: -75%;
}
.index__mv-slide .swiper-slide-active:after {
  left: 75%;
}
.index__mv-slide .swiper-slide-active img {
  transform: translateX(3%);
}
.index__mv-txt, .index__mvscrolldown {
  z-index: 2;
}
.index__mv-txt {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: 100;
  font-family: "MANIFESTO", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  font-size: clamp(7.2rem, 10.42vw, 20rem);
  line-height: 0.55;
  left: 4%;
}
.index__mv-txt .l1 {
  display: block;
  line-height: 1.7;
}
.index__mv-txt .ls002 {
  letter-spacing: 0.02em;
}
.index__mv-scrolldown {
  position: absolute;
  bottom: -7%;
  right: -3%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "MANIFESTO", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  color: white;
  font-size: clamp(2rem, 1.25vw, 3rem);
  background: #8dd3d1;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
}
.index__mv-scrolldown .index__mv-scrolldown-txt {
  position: relative;
  text-align: right;
}
.index__mv-scrolldown .index__mv-scrolldown-txt img {
  display: inline-block;
  margin-right: 1rem;
}

@media screen and (max-width: 960px) {
  .index__mv-txt {
    left: 3%;
  }
  .index__mv-txt .br {
    display: block;
    margin-bottom: 4.8rem;
  }
  .index__mv-scrolldown {
    width: 15rem;
    height: 15rem;
    bottom: -3rem;
    right: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .index__mv-slide {
    min-height: 450px;
    max-height: 550px;
  }
  .index__mv-slide .swiper-slide-active:before {
    left: -85%;
  }
  .index__mv-slide .swiper-slide-active:after {
    left: 85%;
  }
  .index__mv-txt {
    font-size: 5.4rem;
    bottom: 10%;
  }
}
/*---------------------------
index-slogan
---------------------------*/
.index__slogan {
  overflow: hidden;
}
.index__slogan .index__slogan-left {
  width: 30%;
}
.index__slogan .index__slogan-left .index__slogan-btn--group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 6rem 0 14rem;
}
.index__slogan .index__slogan-left .index__slogan-btn--group .index__slogan-button {
  width: 24rem;
}
.index__slogan .index__slogan-right {
  width: 64%;
  position: relative;
  top: 0;
}
.index__slogan .index__slogan-right .index__slogan-img01 img,
.index__slogan .index__slogan-right .index__slogan-img02 img {
  width: 100%;
  height: auto;
}
.index__slogan .index__slogan-right .index__slogan-img01 {
  position: absolute;
  top: 0;
  right: 3%;
}
.index__slogan .index__slogan-right .index__slogan-img02 {
  position: relative;
  top: 20%;
  right: -8%;
}

/*---------------------------
index-shop / works
---------------------------*/
.index__sw-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index__sw-wrapper .sq-bg {
  width: 67%;
  aspect-ratio: 13/18;
}

.index__shop {
  z-index: 1;
}
.index__shop .index__shop-left {
  width: 40%;
}
.index__shop .index__shop-left .index__shop-btn--group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 6rem 0 14rem;
}
.index__shop .index__shop-left .index__shop-btn--group .index__shop-button {
  width: 32rem;
}
.index__shop .index__shop-right {
  width: 50%;
  margin-top: 20rem;
  position: relative;
  right: 5%;
}
.index__shop .index__shop-right img {
  width: 100%;
  height: auto;
}
.index__shop .index__shop-right .index__shop-right--txt {
  position: relative;
  margin-top: -20%;
  text-align: right;
}
.index__shop .index__shop-right .index__shop-right--txt .index__shop-number {
  font-size: clamp(15rem, 13vw, 25rem);
  bottom: -10rem;
}

.index__works {
  position: relative;
}
.index__works .index__works-wrapper {
  width: 90%;
  margin: 0 auto;
}
.index__works .index__works-wrapper .h2-en {
  padding-top: 0;
}
.index__works .index__works-wrapper .index__works-staff--group {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.index__works .index__works-wrapper .index__works-staff--wrap {
  position: relative;
  background-color: white;
  display: flex;
  align-items: flex-end;
  overflow: clip;
  padding: 2rem 10rem 0 3rem;
}
.index__works .index__works-wrapper .index__works-staff--wrap .index__works-number {
  left: -1rem;
  color: #8dd3d1;
}
.index__works .index__works-wrapper .index__works-staff--wrap .index__works-staff--img {
  position: relative;
  width: 41%;
  height: auto;
  bottom: 0;
  text-align: center;
}
.index__works .index__works-wrapper .index__works-staff--wrap .index__works-text--wrap {
  position: relative;
  width: 56%;
  padding: 8rem 0 8rem 4rem;
}
.index__works .index__works-wrapper .index__works-staff--wrap .index__works-text--wrap h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4rem;
  margin-bottom: 5rem;
  line-height: 1.8em;
}
.index__works .index__works-wrapper .index__works-staff--wrap .index__works-staff--name {
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-weight: bold;
  margin-top: 5rem;
}
.index__works .index__works-staff--film {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.index__works .index__works-staff--film img {
  width: 100%;
  min-width: 96rem;
  height: auto;
  margin: 10rem auto 0;
}
.index__works .index__works-button {
  width: 26rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*---------------------------
index-attraction
---------------------------*/
.index__attraction {
  position: relative;
  margin-top: 24rem;
  background: url(../img/attraction_bg.jpg) top center no-repeat;
}
@supports (background: url(../img/attraction_bg.webp)) {
  .index__attraction .background {
    background: url(../img/attraction_bg.webp);
  }
}
.index__attraction .h2-en {
  position: relative;
  top: -21rem;
  text-align: center;
}
.index__attraction .index__attraction-contents--wrap {
  position: relative;
  top: -15rem;
  width: 86rem;
  z-index: 10;
  margin: 0 auto 16rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 8rem;
}
.index__attraction .index__attraction-contents--wrap h3 {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.index__attraction .index__attraction-contents--wrap .index__attraction-button {
  width: 28rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: 5rem;
}

/*---------------------------
index-faq-bnr
---------------------------*/
.index__faq-bnr {
  position: relative;
  background: url(../img/bg_ptn.jpg) 0 0 repeat;
  padding: 14rem;
  overflow: hidden;
}
@supports (background: url(../img/bg_ptn.webp)) {
  .index__faq-bnr .background {
    background: url(../img/bg_ptn.webp);
  }
}
.index__faq-bnr h2 {
  position: relative;
  font-family: "MANIFESTO", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  font-size: 6rem;
  text-align: center;
}
.index__faq-bnr h2::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background: #8dd3d1;
  border-radius: 50%;
  margin: 2rem auto 0;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem 0.5rem;
}

@media screen and (max-width: 960px) {
  .index__slogan {
    gap: 20rem;
  }
  .index__slogan .index__slogan-left {
    order: 2;
  }
  .index__slogan .index__slogan-left .h2-en {
    padding-top: 8rem;
  }
  .index__slogan .index__slogan-left .c-copy {
    margin: 2rem 0;
  }
  .index__slogan .index__slogan-left .index__slogan-btn--group {
    margin: 2rem auto 8rem;
  }
  .index__slogan .index__slogan-right {
    width: 100%;
    order: 1;
  }
  .index__slogan .index__slogan-right .index__slogan-img02 {
    top: 25vh;
  }
  .index__sw-wrapper .sq-bg {
    width: 100vw;
  }
  .index__shop {
    gap: 5rem;
  }
  .index__shop .index__shop-left .h2-en {
    padding-top: 8rem;
  }
  .index__shop .index__shop-left .c-copy {
    margin: 2rem 0;
  }
  .index__shop .index__shop-left .index__shop-btn--group {
    margin: 4rem auto;
  }
  .index__shop .index__shop-right {
    width: 100%;
    margin-top: 0;
    top: 0;
    right: 0;
  }
  .index__shop .index__shop-right .index__shop-right--map img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .index__shop .index__shop-right .index__shop-right--txt {
    right: 10%;
  }
  .index__shop .index__shop-right .index__shop-right--txt .index__shop-number {
    font-size: 15rem;
  }
  .index__works {
    margin-top: 10rem;
  }
  .index__works .index__works-wrapper .h2-en {
    padding-bottom: 2rem;
  }
  .index__works .index__works-wrapper .index__works-staff--group .index__works-staff--wrap {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 2.5rem 0;
  }
  .index__works .index__works-wrapper .index__works-staff--group .index__works-staff--wrap .index__works-number {
    font-size: 15rem;
  }
  .index__works .index__works-wrapper .index__works-staff--group .index__works-staff--wrap .index__works-staff--img {
    order: 2;
    width: auto;
    margin: 0 auto;
  }
  .index__works .index__works-wrapper .index__works-staff--group .index__works-staff--wrap .index__works-text--wrap {
    order: 1;
    width: 100%;
    padding: 0;
  }
  .index__works .index__works-wrapper .index__works-staff--group .index__works-staff--wrap .index__works-text--wrap h3 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .index__works .index__works-wrapper .index__works-staff--group .index__works-staff--wrap .index__works-text--wrap .index__works-staff--name {
    margin-top: 3rem;
  }
  .index__works .index__works-staff--film img {
    margin-top: 6rem;
  }
  .index__attraction .h2-en {
    top: -24rem;
  }
  .index__attraction .index__attraction-contents--wrap {
    width: 90%;
    padding: 5rem 5% 6rem;
  }
  .index__attraction .index__attraction-contents--wrap h3 {
    margin-bottom: 3rem;
  }
  .index__attraction .index__attraction-contents--wrap .index__attraction-button {
    margin-top: 3rem;
  }
  .index__faq-bnr {
    margin: 0 auto 10rem;
  }
}
@media screen and (max-width: 600px) {
  .index__slogan .index__slogan-left .h2-en {
    padding-top: 3rem;
  }
  .index__shop .index__shop-right .index__shop-right--map img {
    width: 100%;
  }
  .index__shop .index__shop-right .index__shop-right--txt .index__shop-number {
    font-size: 10rem;
  }
  .index__works {
    margin-top: 5rem;
  }
  .index__works .index__works-wrapper .index__works-staff--group .index__works-staff--wrap .index__works-number {
    font-size: 10rem;
    left: -0.5rem;
  }
  .index__works .index__works-wrapper .index__works-staff--group .index__works-staff--wrap .index__works-staff--img img {
    width: 80%;
    height: auto;
  }
  .index__attraction .index__attraction-contents--wrap {
    top: -20rem;
    font-size: 1.4rem;
  }
  .index__faq-bnr {
    padding: 10rem 3rem;
  }
}
/*---------------------------
career
---------------------------*/
.career .t-center .br {
  display: block;
}
.career__about {
  margin: 10rem auto 0;
}
.career__rank {
  margin: 10rem auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  flex-wrap: wrap;
}
.career__rank .career__rank-txt--wrap {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  line-height: 1.8;
}
.career__rank .career__rank-txt--wrap .career__rank-regular,
.career__rank .career__rank-txt--wrap .career__rank-trainer {
  margin-bottom: 3.5rem;
}
.career__rank .career__rank-txt--wrap .career__rank-regular .career__rank-wrap,
.career__rank .career__rank-txt--wrap .career__rank-trainer .career__rank-wrap {
  margin-bottom: 2.5rem;
}
.career__rank .career__rank-txt--wrap .career__rank-regular .career__rank-wrap:last-child,
.career__rank .career__rank-txt--wrap .career__rank-trainer .career__rank-wrap:last-child {
  margin-bottom: 0;
}
.career__rank .career__rank-txt--wrap .career__rank-regular .career__rank-wrap .career__rank-h4--post,
.career__rank .career__rank-txt--wrap .career__rank-trainer .career__rank-wrap .career__rank-h4--post {
  border-bottom: 0.1rem solid #8dd3d1;
  margin-bottom: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: last baseline;
  justify-content: left;
}
.career__rank .career__rank-txt--wrap .career__rank-regular .career__rank-wrap .career__rank-h4--post .career__rank-number,
.career__rank .career__rank-txt--wrap .career__rank-trainer .career__rank-wrap .career__rank-h4--post .career__rank-number {
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-size: 1.8rem;
  font-weight: 300;
  color: white;
  background: #8dd3d1;
  padding: 1rem 2rem;
  margin: 0 2rem 0 0;
}
.career__rank .career__rank-txt--wrap .career__rank-regular .career__rank-wrap p,
.career__rank .career__rank-txt--wrap .career__rank-trainer .career__rank-wrap p {
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
}
.career__rank .career__rank-txt--wrap .career__rank-trainer {
  margin-bottom: 0;
}
.career__rank .career__rank-img--wrap {
  flex: 1 1 0;
  min-width: 0;
}
.career__rank .career__rank-img--wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.career__plan {
  margin: 10rem auto 0;
}
.career__plan .career__plan-table {
  table-layout: fixed;
  min-width: 120rem;
  width: 100%;
  margin: 10rem auto 3rem;
}
.career__plan .career__plan-table--scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: clip;
  min-height: 1px;
  position: relative;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #999 #f3f3f3;
}
.career__plan .career__plan-table--scroll::-webkit-scrollbar {
  height: 0.4rem;
}
.career__plan .career__plan-table--scroll::-webkit-scrollbar-track {
  background-color: #e6e7e7;
  border-radius: 0.2rem;
}
.career__plan .career__plan-table--scroll::-webkit-scrollbar-thumb {
  background-color: #f3f3f3;
  border-radius: 0.2rem;
}
.career__plan .career__plan-table--inner {
  display: inline-block;
  min-width: 120rem;
}
.career__plan .career__plan-table--btmtxt {
  margin-top: 1rem;
  font-size: 1.3rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .career__plan .career__plan-table--btmtxt {
    display: block;
  }
}
.career__plan .career__plan-pict {
  position: absolute;
  min-width: 120rem;
  width: 100%;
}
.career__plan .career__plan-pict1, .career__plan .career__plan-pict2 {
  position: absolute;
}
.career__plan .career__plan-pict1 {
  top: 6rem;
  left: 3rem;
}
.career__plan .career__plan-pict2 {
  top: 3.5rem;
  left: 61%;
}
.career__plan .row.header > * {
  vertical-align: bottom;
}
.career__plan .row.header .cell {
  background: none;
  padding: 0;
  border-right: none;
}
.career__plan .cell {
  font-size: 1.4rem;
  padding: 1rem;
  box-sizing: border-box;
  word-break: break-word;
  text-align: center;
  border-bottom: 0.1rem solid #e6e7e7;
  border-right: 0.1rem solid #e6e7e7;
}
.career__plan .cell:not(.cell-first) {
  width: 20.5rem;
  flex-shrink: 0;
}
.career__plan .cell-first {
  width: 10rem;
  text-align: center;
  background: #f3f3f3;
  border-right: 0.1rem solid white;
  border-bottom: 0.1rem solid white;
  position: sticky;
  left: 0;
  z-index: 2;
}
.career__plan .cell-first:last-child {
  border-bottom: none;
}
.career__plan .cell-header {
  color: #111;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: none;
  text-align: center;
  position: relative;
}
.career__plan .cell-body {
  background: white;
}
.career__plan .cell-body:nth-child(6) {
  border-right: none;
}
.career__plan .cell-body.left {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.8;
  border-bottom: none;
}
.career__plan .cell-body .small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8;
}
.career__plan .c-label, .career__plan .c1, .career__plan .c2, .career__plan .c3, .career__plan .c4, .career__plan .c5 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
}
.career__plan .c-label {
  background: #f3f3f3;
  height: 5rem;
}
.career__plan .c1, .career__plan .c2, .career__plan .c3, .career__plan .c4, .career__plan .c5 {
  border-left: 0.1rem solid white;
}
.career__plan .c1 {
  background: #dbf4f3;
  height: 5rem;
}
.career__plan .c2 {
  background: #bce4e3;
  height: 6rem;
}
.career__plan .c3 {
  background: #8dd3d1;
  height: 7rem;
}
.career__plan .c4 {
  background: #6abab8;
  height: 8rem;
}
.career__plan .c5 {
  background: #4ea19f;
  height: 9rem;
}
.career__modelmap {
  position: relative;
  margin: 10rem auto 0;
}
.career__modelmap .career__modelmap-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.career__modelmap .career__modelmap-group .career__modelmap-post {
  width: calc((100% - 6rem) / 2);
  margin-top: 4rem;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-label {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 2rem;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-label .big {
  font-size: 2rem;
  font-weight: bold;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap {
  margin-top: 2rem;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner {
  font-size: 1.4rem;
  box-sizing: border-box;
  position: relative;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-line {
  width: 0.1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8.1rem;
  z-index: 999;
  transform: translateX(-50%);
  padding-top: 5.8rem;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: #8dd3d1;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-line::after {
  content: url("../img/arrow-career.svg");
  position: absolute;
  left: -0.5rem;
  bottom: -1.1rem;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step {
  position: relative;
  display: flex;
  align-items: first baseline;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step:last-child dd {
  padding-bottom: 4rem;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dt {
  width: 8rem;
  padding: 4rem 2rem 2rem 0;
  text-align: right;
  font-weight: normal;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dt .career__modelmap-ball {
  position: absolute;
  background: #8dd3d1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 5.2rem;
  transform: translate(-50%, 0);
  left: 8.1rem;
  z-index: 999;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dd {
  width: calc(100% - 8rem);
  background: #f3f3f3;
  padding: 4rem 3rem 2rem 3rem;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dd.rankup .flex {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 1rem;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dd.rankup .flex .category {
  margin-left: 1rem;
  color: white;
  background: #8dd3d1;
  font-weight: 600;
  padding: 0.5rem 1rem;
  line-height: 1.6;
  white-space: nowrap;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dd.rankup .flex .txt {
  margin-left: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dd.rankup .after {
  margin-bottom: 1rem;
}

@media screen and (max-width: 960px) {
  .career .t-center .br {
    display: inline;
  }
  .career__rank {
    flex-direction: column;
  }
  .career__rank .career__rank-txt--wrap {
    width: 100%;
    order: 2;
  }
  .career__rank .career__rank-txt--wrap .career__rank-regular .career__rank-rank--wrap p,
  .career__rank .career__rank-txt--wrap .career__rank-trainer .career__rank-rank--wrap p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .career__rank .career__rank-img--wrap {
    width: 70%;
    margin: 0 auto;
    order: 1;
  }
  .career__modelmap .career__modelmap-group {
    flex-direction: column;
    gap: 3rem;
  }
  .career__modelmap .career__modelmap-group .career__modelmap-post {
    width: 100%;
  }
  .career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-label {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .career__rank {
    margin-top: 5rem;
  }
  .career__rank .career__rank-txt--wrap .career__rank-regular .career__rank-wrap .career__rank-h4--post .br,
  .career__rank .career__rank-txt--wrap .career__rank-trainer .career__rank-wrap .career__rank-h4--post .br {
    display: block;
  }
  .career__rank .career__rank-img--wrap {
    width: 100%;
  }
  .career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-label {
    margin-left: 0;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-line {
    padding-top: 5rem;
    left: 7.1rem;
  }
  .career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dd .br {
    display: block;
  }
  .career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step:last-child dd {
    padding-bottom: 2.5rem;
  }
  .career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dt {
    width: 7rem;
    padding: 2.5rem 1.5rem 2rem 0;
  }
  .career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dt .career__modelmap-ball {
    top: 3.7rem;
    left: 7.1rem;
  }
  .career__modelmap .career__modelmap-group .career__modelmap-post .career__modelmap-wrap .career__modelmap-inner .career__modelmap-step dd {
    padding: 2.5rem 1.5rem 2rem 1.8rem;
  }
}
/*---------------------------
entry
---------------------------*/
.entry .t-center .n-tab {
  position: relative;
}
.entry .t-center .n-tab::after {
  content: url("../img/new_window.svg");
  position: relative;
  top: 0.2rem;
  right: -0.5rem;
  margin-right: 1rem;
}

/*---------------------------
faq
---------------------------*/
.faq .faq__category-wrap h3 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  margin: 8rem auto 5rem;
}
.faq .faq__category-wrap .faq__group {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.faq .faq__category-wrap .faq__group .faq__wrap .faq-q {
  position: relative;
  font-weight: 800;
  border: 0.1rem solid #e6e7e7;
  padding: 1.5rem 7rem;
  cursor: pointer;
}
.faq .faq__category-wrap .faq__group .faq__wrap .faq-q::before {
  content: "Q";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "MANIFESTO", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding-top: 0.3rem;
  color: white;
  background: #8dd3d1;
  font-weight: 400;
}
.faq .faq__category-wrap .faq__group .faq__wrap .faq-q::after {
  content: "";
  background: url("../img/accordion_open.svg") no-repeat center;
  background-size: contain;
  width: 2em;
  height: 2em;
  position: absolute;
  transition: transform 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.faq .faq__category-wrap .faq__group .faq__wrap .faq-q.open::after {
  content: "";
  background: url("../img/accordion_close.svg") no-repeat center;
  background-size: contain;
  width: 2em;
  height: 2em;
  position: absolute;
}
.faq .faq__category-wrap .faq__group .faq__wrap .faq-a {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 7rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  display: none;
}
.faq .faq__category-wrap .faq__group .faq__wrap .faq-a::before {
  content: "A";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "MANIFESTO", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding-top: 0.3rem;
  transform: translateY(-60%);
  color: #8dd3d1;
  background: white;
  border: 0.1rem solid #8dd3d1;
}
.faq .faq__category-wrap .faq__group .faq__wrap .is-open .faq-a {
  padding: 2rem 0;
  max-height: 1000px;
}

@media screen and (max-width: 767px) {
  .faq .faq__category-wrap .faq__group .faq__wrap {
    line-height: 1.8;
  }
  .faq .faq__category-wrap .faq__group .faq__wrap .faq-a::before {
    top: 2rem;
    transform: translateY(0%);
  }
}
/*---------------------------
message
---------------------------*/
.message {
  top: -3.5rem;
  right: 0;
  margin-bottom: 30rem;
  background: url("../img/message_img01.jpg") top right no-repeat;
  background-size: 75%;
}
@supports (background: url("../img/message_img01.webp")) {
  .message .background {
    background: url("../img/message_img01.webp");
  }
}
.message .message__left {
  top: 16rem;
  width: 32%;
}
.message .message__left .message__post-name {
  text-align: right;
}
.message .message__left .message__post-name .post {
  font-size: 1.4rem;
}
.message .message__left .message__post-name .name {
  font-size: 1.8rem;
  font-weight: 600;
}
.message .message__right {
  width: 66%;
  position: relative;
  top: 0;
  right: 0;
}
.message .message__right .message__img {
  position: relative;
  top: 35vh;
  right: -8%;
}
.message .message__right .message__img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .message {
    gap: 20rem;
    top: 9rem;
    background-size: 100%;
    margin-bottom: 40rem;
  }
  .message .message__left {
    order: 2;
  }
  .message .message__left .c-copy {
    margin-top: 0;
  }
  .message .message__right {
    width: 100%;
    order: 1;
  }
}
/*---------------------------
process
---------------------------*/
.process .process__li {
  margin: 10rem auto 0;
}
.process .process__li .process__li-group {
  display: flex;
  flex-direction: column;
}
.process .process__li .process__li-group .process__li-wrap {
  width: 100%;
  border-bottom: 0.1rem solid #e6e7e7;
  display: flex;
  align-items: center;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}
.process .process__li .process__li-group .process__li-wrap:last-child {
  margin-bottom: 0;
}
.process .process__li .process__li-group .process__li-wrap .process__li-head {
  width: 33%;
  min-width: 33rem;
  display: flex;
  align-items: center;
}
.process .process__li .process__li-group .process__li-wrap .process__li-head .process__li-ttl {
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2rem;
}
.process .process__li .process__li-group .process__li-wrap .process__li-head .process__li-ttl .process__li-num {
  color: #8dd3d1;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-size: 2.4rem;
  font-weight: 400;
}
.process .process__li .process__li-group .process__li-wrap .process__li-head .process__li-ttl .process__li-h3 {
  font-size: 2.4rem;
}
.process .process__li .process__li-group .process__li-wrap .process__li-p {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.process .process__li .process__li-group .process__li-wrap .process__li-p .process__button {
  width: 16rem;
}

@media screen and (max-width: 960px) {
  .process .process__li .process__li-group .process__li-wrap {
    flex-direction: column;
    gap: 3rem;
    text-align: center;
  }
  .process .process__li .process__li-group .process__li-wrap .process__li-p .process__button {
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .process .process__li {
    margin-top: 5rem;
  }
  .process .process__li .process__li-group .process__li-wrap .process__li-head {
    width: 100%;
    flex-direction: column;
    gap: 3rem;
    text-align: center;
  }
  .process .process__li .process__li-group .process__li-wrap .process__li-head .process__li-ttl {
    margin-left: 0;
  }
}
/*---------------------------
recruitments
---------------------------*/
.recruitments__shop {
  margin: 10rem auto;
}
.recruitments__shop-group {
  display: flex;
  flex-direction: column;
}
.recruitments__shop-wrap {
  width: 100%;
  border-bottom: 0.1rem solid #e6e7e7;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.recruitments__shop-name {
  width: 25%;
  min-width: 28rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.recruitments__shop-area {
  display: inline-block;
  background: #8dd3d1;
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1em;
  white-space: nowrap;
  margin-right: 2rem;
  padding: 0.8rem 1.5rem;
}
.recruitments__shop-add {
  position: relative;
  width: 75%;
}
.recruitments__shop-add::before {
  content: url("../img/map_pin.svg");
  position: relative;
  top: 0.4rem;
  left: 0;
  margin-right: 1rem;
}
.recruitments__conditions {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruitments__conditions-accordion--wrap {
  width: calc((100% - 6rem) / 2);
}
.recruitments__conditions-accordion--wrap .accordion-ttl::after {
  content: "";
  background: url("../img/accordion_open.svg") no-repeat center;
  background-size: contain;
  width: 2em;
  height: 2em;
  position: absolute;
  transition: transform 0.3s ease;
  width: 1.4em !important;
  height: 1.4em !important;
  bottom: 1.9rem;
  right: 0;
}
.recruitments__conditions-accordion--wrap .accordion-ttl.open::after {
  content: "";
  background: url("../img/accordion_close.svg") no-repeat center;
  background-size: contain;
  width: 2em;
  height: 2em;
  position: absolute;
}
.recruitments__conditions-accordion--wrap .accordion-txt {
  position: relative;
  display: none;
  margin-bottom: 6rem;
}
.recruitments__conditions-accordion--wrap .accordion-txt ul.ul-1st {
  margin-bottom: 4rem;
}
.recruitments__conditions-accordion--wrap .accordion-txt ul li::before {
  content: "・";
  color: #8dd3d1;
}
.recruitments__button {
  width: 27rem;
  padding-left: 2.5rem;
  padding-top: 2rem;
  display: block;
  margin: 5rem auto 0;
}
.recruitments__button::before {
  content: url("../img/mail.svg");
  margin-right: 1.3rem;
}

@media screen and (max-width: 960px) {
  .recruitments__conditions {
    flex-direction: column;
  }
  .recruitments__conditions-accordion--wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruitments__shop {
    margin: 6rem auto;
  }
  .recruitments__shop-wrap {
    flex-direction: column;
    gap: 1rem;
    text-align: left;
  }
  .recruitments__shop-name {
    width: 100%;
  }
  .recruitments__shop-add {
    width: 100%;
  }
  .recruitments__conditions-accordion--wrap .accordion-txt {
    margin-bottom: 4rem;
  }
  .recruitments__conditions-accordion--wrap .accordion-txt.last {
    margin-bottom: 0;
  }
  .recruitments__button {
    margin-top: 2rem;
  }
}
/*---------------------------
sitemap
---------------------------*/
.sitemap .nav-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
  width: 100%;
}
.sitemap .nav-group .nav-wrap {
  width: 22%;
}
.sitemap .nav-group .nav-wrap .nav-h3 {
  position: relative;
  width: 100%;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-weight: bold;
  border-bottom: 0.1rem solid #e6e7e7;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.sitemap .nav-group .nav-wrap .nav-h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 5rem;
  height: 0;
  border-bottom: 0.2rem solid #111;
}
.sitemap .nav-group .nav-wrap .nav-h3::after {
  content: url("../img/arrow_bk.svg");
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.sitemap .nav-group .nav-wrap li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.sitemap .nav-group .nav-wrap li.n-tab {
  position: relative;
}
.sitemap .nav-group .nav-wrap li.n-tab::after {
  content: url("../img/new_window.svg");
  position: relative;
  top: 0.2rem;
  right: -0.5rem;
}
.sitemap .nav-group .nav-wrap {
  width: 30%;
  margin-bottom: 8rem;
}
.sitemap .sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sitemap .sub-nav .button {
  width: 16rem;
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
}
.sitemap .sub-nav .pp {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
.sitemap .sub-nav .pp li.n-tab {
  position: relative;
}
.sitemap .sub-nav .pp li.n-tab::after {
  content: url("../img/new_window.svg");
  position: relative;
  top: 0.2rem;
  right: -0.5rem;
}

@media screen and (max-width: 1180px) {
  .sitemap .nav-group .nav-wrap {
    width: 47.5%;
  }
}
@media screen and (max-width: 960px) {
  .sitemap .sub-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .nav-group .nav-wrap {
    width: 100%;
  }
  .sitemap .sub-nav .pp {
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
  }
}
/*---------------------------
works
---------------------------*/
.works__opening .works__opening-left {
  width: 40%;
  margin-right: 3rem;
}
.works__opening .works__opening-left .works__opening-sub {
  padding: 14rem 0 2rem;
}
.works__opening .works__opening-left .h2-en {
  padding-top: 0;
}
.works__opening .works__opening-left .h2-amazones {
  font-size: clamp(4.8rem, 6.25vw, 12rem);
}
.works__opening .works__opening-left .works__button {
  width: 18rem;
  margin: 6rem 0;
}
.works__opening .works__opening-left .works__button::after {
  content: url("../img/new_window_wt.svg");
  top: 51%;
}
.works__opening .works__opening-right {
  position: relative;
  top: 0;
}
.works__opening .works__opening-right .works__opening-img {
  position: relative;
  top: -3.5rem;
  right: -8%;
}
.works__opening .works__opening-right .works__opening-img img {
  width: 100%;
  height: auto;
}
.works__contents {
  position: relative;
  width: 100%;
  height: auto;
}
.works__contents .sq-bg {
  width: 43%;
  aspect-ratio: 84/130;
}
.works__contents-map {
  justify-content: left;
  box-sizing: border-box;
}
.works__contents-map .works__contents-left {
  width: 32%;
  height: auto;
}
.works__contents-map .works__contents-right {
  position: relative;
  width: 62%;
  top: 0;
  right: 0;
  margin: 16rem 5% 0 0;
}
.works__contents-map .works__contents-right .works__contents-img {
  position: relative;
  left: -10%;
}
.works__contents-map .works__contents-right .works__contents-img img {
  display: block;
}
.works__contents-map .works__contents-right .works__contents-txt--wrap {
  display: flex;
  flex-direction: column;
  margin-right: 5%;
  margin-bottom: -15rem;
  position: relative;
  left: 20%;
  right: 0;
  bottom: 35rem;
}
.works__contents-map .works__contents-right .works__contents-right--flex {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 5rem;
}
.works__contents-map .works__contents-right .works__contents-shop .works__contents-number {
  font-size: clamp(15rem, 10.4vw, 20rem);
}
.works__contents-map .works__contents-right .works__contents-ttl {
  color: white;
  font-size: clamp(2.4rem, 1.56vw, 3rem);
  white-space: nowrap;
  font-weight: bold;
  line-height: 2.5em;
  display: inline-block;
}
.works__contents-map .works__contents-right .works__contents-ttl .line {
  background: #8dd3d1;
  padding: 0.5rem 1.5rem 0.8rem;
}
.works__contents-map .works__contents-right .txt {
  margin-right: 5%;
}
.works__group {
  position: relative;
  margin: 10rem auto 0;
}
.works__group-wrap {
  position: relative;
  width: 90%;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 8rem 8%;
  gap: 3rem;
}
.works__group-wrap.bg-w {
  background: white;
}
.works__group-wrap:last-child {
  margin-bottom: 0;
}
.works__group-wrap .works__group-txt--wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 63rem;
}
.works__group-wrap .works__group-en02--txt {
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-size: clamp(12rem, 10.4vw, 19rem);
  line-height: 1;
}
.works__group-wrap .works__group-en02--txt .works__group-bl60 {
  color: #8dd3d1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(3rem, 3.1vw, 6rem);
  font-weight: 800;
}
.works__group-wrap .works__group-jp--txt {
  font-size: clamp(8rem, 7.8vw, 14rem);
  line-height: 1;
  font-weight: bold;
}
.works__group-wrap .works__group-jp--txt .works__group-bl70 {
  color: #8dd3d1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(3.6rem, 3.6vw, 7rem);
  font-weight: 800;
}
.works__group-wrap .works__group-ttl {
  color: white;
  font-size: clamp(2.4rem, 1.56vw, 3rem);
  white-space: nowrap;
  font-weight: bold;
  line-height: 2.5em;
  display: inline-block;
}
.works__group-wrap .works__group-ttl .line {
  background: #8dd3d1;
  padding: 0.5rem 1.5rem 0.8rem;
}
.works__group-wrap .works__group-pic {
  flex: 1 1 auto;
  max-width: 52.2rem;
}
.works__group-wrap .works__group-pic img {
  width: 100%;
  height: auto;
  display: block;
}
.works__voice {
  position: relative;
  width: 90%;
  display: block;
  margin: 0 auto;
}
.works__voice .works__voice-slider--group {
  position: relative;
  max-width: 160rem;
  overflow: clip;
  margin: 4rem auto 0;
}
.works__voice .works__voice-slider--group .swiper-wrapper {
  display: flex;
}
.works__voice .works__voice-slider--wrap {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.works__voice .works__voice-img--wrap {
  position: relative;
  overflow: clip;
}
.works__voice .works__voice-number {
  left: -0.6rem;
  color: white;
}
.works__voice .works__voice-slider--img {
  width: 62.5%;
}
.works__voice .works__voice-slider--img img {
  width: 100%;
  max-width: 100rem;
  height: auto;
  aspect-ratio: 100/75;
}
.works__voice .works__voice-text--wrap {
  position: absolute;
  top: 10%;
  right: 0;
  width: 43%;
  height: auto;
  background: white;
  padding: 3rem 8rem 8rem;
  z-index: 999;
}
.works__voice .works__voice-name {
  font-family: "Interstate", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-weight: bold;
  margin-top: 5rem;
}
.works__voice .works__voice-name::after {
  content: "";
  display: block;
  border-bottom: 0.1rem solid #8dd3d1;
  width: 4rem;
  padding-bottom: 2rem;
}
.works__voice .works__voice-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 4rem 0;
}
.works__voice .works__voice-slider--controls {
  margin-top: 6rem;
  display: flex;
  align-items: flex-end;
}
.works__voice .works__voice-slider--controls .swiper-button-group {
  display: flex;
}
.works__voice .works__voice-slider--controls .swiper-button-group .swiper-button-prev,
.works__voice .works__voice-slider--controls .swiper-button-group .swiper-button-next {
  position: static;
  width: 6rem;
  height: 6rem;
  z-index: 10;
}
.works__voice .works__voice-slider--controls .swiper-button-group .swiper-button-prev::after,
.works__voice .works__voice-slider--controls .swiper-button-group .swiper-button-next::after {
  display: none;
}
.works__voice .works__voice-slider--controls .swiper-button-group .swiper-button-prev img,
.works__voice .works__voice-slider--controls .swiper-button-group .swiper-button-next img {
  width: 100%;
  height: auto;
  display: block;
}
.works__voice .works__voice-slider--controls .swiper-button-group .swiper-button-prev {
  margin-right: 1rem;
}
.works__voice .works__voice-slider--controls .swiper-button-group .swiper-button-next {
  margin-right: 1.5rem;
}
.works__voice .works__voice-slider--controls .swiper-pagination {
  position: relative;
  display: flex;
  gap: 0.6rem;
  height: 0.2rem;
}
.works__voice .works__voice-slider--controls .swiper-pagination .swiper-pagination-bullet {
  width: 4rem;
  height: 0.2rem;
  background: white;
  border-radius: 0;
  opacity: 1;
}
.works__voice .works__voice-slider--controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8dd3d1;
}

@media screen and (max-width: 1279px) {
  .works__contents-map .works__contents-right .works__contents-img {
    left: -30%;
  }
  .works__contents-map .works__contents-right .works__contents-txt--wrap {
    left: 10%;
  }
  .works__voice .works__voice-slider--img img {
    width: 65%;
    height: auto;
  }
  .works__voice .works__voice-text--wrap {
    top: 5%;
    width: 55%;
    padding: 0 4rem 4rem;
  }
  .works__voice .works__voice-name {
    margin-top: 4rem;
  }
  .works__voice .works__voice-ttl {
    font-size: 2rem;
    margin: 2rem 0;
  }
  .works__voice .works__voice-txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .works__opening .works__opening-left .works__opening-sub,
  .works__opening .works__opening-left .works__opening-txt {
    text-align: center;
  }
  .works__opening .works__opening-left .works__button {
    display: block;
    margin: 4rem auto 6rem;
  }
  .works__opening .works__opening-right {
    width: 100%;
  }
  .works__opening .works__opening-right .works__opening-img {
    top: 0;
  }
  .works__contents .sq-bg {
    width: 70vw;
  }
  .works__contents-map .works__contents-right {
    width: 100%;
    margin-top: 2rem;
    margin-right: 0;
  }
  .works__contents-map .works__contents-right .works__contents-txt--wrap {
    left: 0;
    bottom: 25rem;
    margin-bottom: -15rem;
    margin-right: 0;
  }
  .works__contents-map .works__contents-right .works__contents-right--flex {
    position: relative;
    margin: 0 auto 5rem;
  }
  .works__contents-map .works__contents-right .works__contents-txt {
    text-align: center;
    margin-right: 0;
  }
  .works__contents-map .works__contents-right .works__contents-img {
    left: 0;
  }
  .works__contents-map .works__contents-right .works__contents-img img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .works__group {
    margin-top: 25rem;
  }
  .works__group-wrap {
    width: 100%;
    flex-direction: column;
    padding: 6rem 5%;
  }
  .works__group-wrap:last-child {
    padding-bottom: 0;
  }
  .works__group-wrap .works__group-txt--wrap {
    width: 100%;
    order: 1;
  }
  .works__group-wrap .works__group-txt--wrap .works__group-en02--txt,
  .works__group-wrap .works__group-txt--wrap .works__group-jp--txt,
  .works__group-wrap .works__group-txt--wrap .works__group-ttl,
  .works__group-wrap .works__group-txt--wrap .works__group-txt {
    text-align: center;
  }
  .works__group-wrap .works__group-pic {
    order: 2;
  }
  .works__group-wrap .works__group-pic img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .works__voice .works__voice-slider--wrap {
    flex-direction: column;
  }
  .works__voice .works__voice-img--wrap {
    width: 100%;
  }
  .works__voice .works__voice-slider--img img {
    width: 100%;
  }
  .works__voice .works__voice-text--wrap {
    position: static;
    width: 100%;
    padding: 0 3rem 4rem;
  }
  .works__voice .works__voice-name {
    margin-top: 3rem;
  }
  .works__voice .works__voice-ttl {
    font-size: 2.2rem;
    margin: 3rem 0 2rem;
  }
  .works__voice .works__voice-txt {
    font-size: 1.5rem;
  }
  .works__voice .works__voice-slider--controls {
    margin-top: 2rem;
    display: block;
  }
  .works__voice .works__voice-slider--controls .swiper-button-group {
    justify-content: center;
  }
  .works__voice .works__voice-slider--controls .swiper-pagination {
    justify-content: center;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .works__opening .works__opening-left .works__opening-txt {
    text-align: left;
  }
  .works__contents-map .works__contents-left .c-copy {
    margin: 1rem auto 3rem;
  }
  .works__contents-map .works__contents-right .works__contents-img img {
    width: 100%;
  }
  .works__contents-map .works__contents-right .works__contents-right--flex {
    flex-direction: column;
    top: 0;
    gap: 0;
    margin-bottom: 0;
  }
  .works__contents-map .works__contents-right .works__contents-right--flex .works__contents-shop {
    position: relative;
    left: -7rem;
  }
  .works__contents-map .works__contents-right .works__contents-right--flex .works__contents-shop .works__contents-number {
    font-size: 10rem;
  }
  .works__contents-map .works__contents-right .works__contents-right--flex .works__contents-ttl {
    position: relative;
    text-align: right;
    margin-top: 2rem;
    top: 0;
    right: -2rem;
  }
  .works__contents-map .works__contents-right .works__contents-txt {
    position: relative;
    margin-top: 3em;
    text-align: left;
  }
  .works__group-wrap .works__group-txt--wrap .works__group-en02--txt {
    font-size: 11rem;
  }
  .works__group-wrap .works__group-txt--wrap .works__group-ttl .line {
    font-size: clamp(2rem, 25vw, 2.4rem);
    line-height: 1.8em;
    padding: 0.5rem 0 0.8rem;
  }
  .works__group-wrap .works__group-txt--wrap .works__group-ttl .br {
    display: block;
  }
  .works__group-wrap .works__group-txt--wrap .works__group-txt {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .works__voice .works__voice-number {
    font-size: 10rem;
    left: -0.5rem;
  }
}/*# sourceMappingURL=style.css.map */