@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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] {
  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,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  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 12.0.1
 * 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: September 11, 2025
 */
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

.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 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

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

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

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

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

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

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    transform: rotate(-90deg);
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    transform: rotate(90deg);
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

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

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

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

.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.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

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

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

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

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

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

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}

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

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

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

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

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

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

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

.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

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

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

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

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

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

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

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

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

/* --------------------------------------------------------------
# Variables
-------------------------------------------------------------- */
:root {
  --font-1: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --color-black: #000;
  --color-black-2: #3e3e3e;
  --color-red: #e60000;
  --color-gray: #f3f3f3;
  --gradient-1: linear-gradient(0deg, rgb(130 0 0 / 100%) 0%, rgb(230 0 0 / 100%) 100%);
  --easeout: cubic-bezier(0.3, 1, 0.7, 1);
  --easeinout: cubic-bezier(0.7, 0, 0.3, 1);
  --maxwidth: min(100%, 1440px);
  --innerwidth: min(100%, 1200px);
  --innerpadding: calc(100 / 1200 * 100%);
  --innerpadding-sp: calc(45 / 750 * 100%);
}

/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  line-height: 1;
  scroll-padding-top: min(6.6666666667vw, 80px);
}

@media screen and (width <= 767px) {
  html {
    scroll-padding-top: 10.6666666667vw;
  }
}
body {
  font-family: var(--font-1);
  font-synthesis: none;
  color: var(--color-black-1, #000);
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
}

:where(img, svg, video, iframe, embed, object, canvas) {
  vertical-align: middle;
}

:where(img, svg, video, iframe, embed, object, picture) {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

:where(dt) {
  font-weight: normal;
}

:where(a) {
  color: inherit;
  text-decoration: inherit;
  text-decoration-skip-ink: auto;
}

:where(input, textarea) {
  outline: none;
}

:where(button) {
  padding: 0;
  appearance: none;
  background: none;
  border: 0;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* responsive */
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (width <= 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* --------------------------------------------------------------
# Utility
# hover
-------------------------------------------------------------- */
@media (any-hover: hover) {
  .u-hov-op {
    transition: opacity 0.3s;
  }
  .u-hov-op:hover {
    opacity: 0.7;
  }
}
/* --------------------------------------------------------------
# Utility
# text
-------------------------------------------------------------- */
.u-text-upper {
  text-transform: uppercase;
}

/* --------------------------------------------------------------
# Utility
# fadeup
-------------------------------------------------------------- */
.u-fadeup {
  opacity: 0;
  translate: 0 30px;
  transition: all 0.5s;
}

.u-fadeup.is-inview {
  opacity: 1;
  translate: 0 0;
}

/* --------------------------------------------------------------
# Utility
# scrollbar
-------------------------------------------------------------- */
.u-scrollbar {
  scrollbar-color: transparent;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.u-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.u-scrollbar::-webkit-scrollbar-thumb,
.u-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

/* --------------------------------------------------------------
# Layout
# header
-------------------------------------------------------------- */
.l-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: block;
  width: 100%;
  height: min(6.6666666667vw, 80px);
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (width <= 767px) {
  .l-header {
    height: 10.6666666667vw;
  }
}
.l-header_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-header_logo {
  position: absolute;
  inset: 37.5% 0 auto 1.4705882353%;
  display: block;
  width: min(25%, 300px);
}

.l-header_logo a {
  display: block;
}

@media screen and (width <= 767px) {
  .l-header_logo {
    inset: 4.2666666667vw 0 auto 2.1333333333vw;
    width: 32.6666666667vw;
  }
}
.l-header_container-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 min(6.6666666667%, 80px) 0 0;
}

.l-header_btn {
  display: block;
  width: min(15.8333333333%, 190px);
}

@media screen and (width <= 767px) {
  .l-header_container-btn {
    gap: 1.3333333333vw;
    padding: 0 10.6666666667vw 0 0;
  }
  .l-header_btn {
    width: 25.3333333333vw;
  }
}
/* --------------------------------------------------------------
# Layout
# main
-------------------------------------------------------------- */
.l-main {
  width: 100%;
}

/* --------------------------------------------------------------
# Layout
# footer
-------------------------------------------------------------- */
.l-footer {
  position: relative;
  height: min(6.6666666667vw, 80px);
  background: #d6d6d6;
}

@media screen and (width <= 767px) {
  .l-footer {
    height: 10.6666666667vw;
  }
}
.l-footer_container-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.l-footer_copyright {
  font-size: clamp(1rem, 1vw, 1.2rem);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.025em;
}

@media screen and (width <= 767px) {
  .l-footer_copyright {
    font-size: 2.4vw;
  }
}
/* --------------------------------------------------------------
# Layout
# globalNav
-------------------------------------------------------------- */
/*
 * drawerBtn
 * ------------------ */
.l-drawerBtn {
  position: fixed;
  top: min(1.25vw, 15px);
  right: min(1.4166666667vw, 17px);
  z-index: 101;
  width: min(4.1666666667vw, 50px);
  aspect-ratio: 1/1;
  overflow: hidden;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s;
}

.l-drawerBtn_border {
  position: relative;
  display: block;
  width: 64%;
  height: 48%;
  aspect-ratio: 1/1;
  margin: auto;
}

.l-drawerBtn_border > span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #846131;
}

.l-drawerBtn_border > span:nth-child(1) {
  top: 0;
}

.l-drawerBtn_border > span:nth-child(2) {
  top: 50%;
  translate: 0 -50%;
}

.l-drawerBtn_border > span:nth-child(3) {
  bottom: 0;
}

@media (any-hover: hover) {
  .l-drawerBtn:hover {
    opacity: 0.8;
  }
}
@media screen and (width <= 767px) {
  .l-drawerBtn {
    top: 2vw;
    right: 2.2666666667vw;
    width: 6.6666666667vw;
  }
  .l-drawerBtn_border {
    width: 74%;
    height: 58%;
  }
  .l-drawerBtn_border > span {
    height: 1px;
  }
}
.l-drawerBtn * {
  transition: all 0.3s;
}

.l-drawerBtn.is-drawer-open .l-drawerBtn_border > span:nth-child(1) {
  top: 50%;
  rotate: 45deg;
  translate: 0 -50%;
}

.l-drawerBtn.is-drawer-open .l-drawerBtn_border > span:nth-child(2) {
  opacity: 0;
}

.l-drawerBtn.is-drawer-open .l-drawerBtn_border > span:nth-child(3) {
  bottom: 50%;
  rotate: -45deg;
  translate: 0 50%;
}

/*
 * nav / drawer
 * ------------------ */
.l-globalNav {
  position: fixed;
  inset: 0;
  z-index: 101;
  pointer-events: none;
}

.l-globalNav.is-drawer-open {
  /* drawer open */
  pointer-events: auto;
}

.l-globalNav::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(178, 178, 178, 0.8);
  opacity: 0;
  transition: opacity 0.4s;
}

.l-globalNav.is-drawer-open::before {
  /* drawer open */
  opacity: 0.3;
}

.l-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  scrollbar-color: transparent;
  scrollbar-width: none;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.4s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.l-drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.l-drawer::-webkit-scrollbar-thumb,
.l-drawer::-webkit-scrollbar-track {
  background: transparent;
}

/* drawer open */
.l-globalNav.is-drawer-open .l-drawer {
  clip-path: inset(0);
}

.l-drawer_inner {
  background: #fff;
}

/*
 * globalNav
 * ------------------ */
@media (any-hover: hover) {
  .l-globalNav a[href] {
    transition: opacity 0.3s;
  }
  .l-globalNav a[href]:hover {
    opacity: 0.7;
  }
}
.l-globalNav_inner {
  position: relative;
  width: min(83.3333333333%, 1000px);
  padding-block: min(8.3333333333%, 100px);
  margin-inline: auto;
  overflow: hidden;
}

@media screen and (width <= 767px) {
  .l-globalNav_inner {
    width: 100%;
    padding-block: 20%;
  }
}
.l-globalNav_container-wrapper {
  position: relative;
}

.l-globalNav_title {
  margin: 0 0 4%;
  font-size: min(3vw, 36px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (width <= 767px) {
  .l-globalNav_title {
    margin: 0 0 9.3333333333%;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (width > 767px) {
  .l-globalNavItem_wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: min(1.25vw, 15px) 4%;
    align-items: flex-start;
    justify-content: center;
  }
  .l-globalNavItem_wrapper > li {
    width: 28%;
  }
}
@media screen and (width <= 767px) {
  .l-globalNavItem_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6.6666666667vw 4.6666666667vw;
    width: 81.3333333333%;
    margin-inline: auto;
  }
}
.l-globalNavItem_thumb {
  overflow: hidden;
  border: 1px solid var(--color-red);
  border-radius: min(1.25vw, 15px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.l-globalNavItem_text {
  margin: 0.7em 0 0;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-red);
  text-align: center;
}

@media screen and (width <= 767px) {
  .l-globalNavItem_thumb {
    border-radius: 2vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .l-globalNavItem_text {
    margin: 0.7em 0 0;
    font-size: 2.8vw;
  }
}
/* --------------------------------------------------------------
# Layout
# backtoNav
-------------------------------------------------------------- */
.l-backtoNav {
  position: fixed;
  right: 8.0527086384%;
  bottom: 10px;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s;
}

.l-backtoNav_btn {
  display: block;
  width: min(12.5vw, 160px);
  height: min(12.5vw, 160px);
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}

.l-backtoNav_btn img {
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .l-backtoNav_btn:hover img {
    opacity: 0.5;
  }
}
@media screen and (width <= 767px) {
  .l-backtoNav {
    right: 4%;
  }
  .l-backtoNav_btn {
    width: 20vw;
    height: 20vw;
  }
}
/* --------------------------------------------------------------
# Component
# headline
-------------------------------------------------------------- */
.c-headline {
  font-size: min(2.5vw, 30px);
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-red);
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (width <= 767px) {
  .c-headline {
    font-size: 4.2666666667vw;
    line-height: 1.7;
  }
}
/* --------------------------------------------------------------
# Component
# entryBtn
-------------------------------------------------------------- */
.c-entryBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(58.3333333333vw, 700px);
  height: min(8.3333333333vw, 100px);
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-red);
  border-radius: 100vh;
}

.c-entryBtn::before {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--gradient-1);
}

.c-entryBtn::after {
  position: absolute;
  top: 50%;
  right: 5.7142857143%;
  display: block;
  width: min(1.4166666667vw, 17px);
  aspect-ratio: 1/1;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  translate: 0 -50%;
}

.c-entryBtn > p {
  position: relative;
  display: block;
  width: min(10.1666666667vw, 122px);
  aspect-ratio: 122/27;
}

.c-entryBtn > p path {
  fill: #fff;
}

.c-entryBtn,
.c-entryBtn::before,
.c-entryBtn::after,
.c-entryBtn * {
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .c-entryBtn:hover {
    background: #fff;
  }
  .c-entryBtn:hover::before {
    opacity: 0;
  }
  .c-entryBtn:hover::after {
    border-top-color: var(--color-red);
    border-right-color: var(--color-red);
  }
  .c-entryBtn:hover > p path {
    fill: var(--color-red);
  }
}
@media screen and (width <= 767px) {
  .c-entryBtn {
    width: 87.7333333333vw;
    height: 13.3333333333vw;
  }
  .c-entryBtn > p {
    width: 16.2666666667vw;
  }
  .c-entryBtn::after {
    right: 5.7142857143%;
    width: 2.2666666667vw;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
/* --------------------------------------------------------------
# Component
# moreBtn
-------------------------------------------------------------- */
.c-moreBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: min(16.6666666667vw, 200px);
  overflow: hidden;
  color: #fff;
  border: 1px solid var(--color-red);
  border-radius: min(1.25vw, 15px);
}

.c-moreBtn_bg {
  position: absolute;
  inset: 0;
}

.c-moreBtn_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-moreBtn::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

.c-moreBtn_text-1 {
  position: relative;
  z-index: 2;
  padding-left: 7%;
  font-size: min(2.5vw, 30px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.c-moreBtn_text-2 {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 2;
  padding-right: 5%;
  font-size: min(2vw, 24px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  translate: 0 -50%;
}

.c-moreBtn_text-2::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: min(1vw, 12px);
  aspect-ratio: 1/1;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  translate: 0 -50%;
}

.c-moreBtn,
.c-moreBtn::before,
.c-moreBtn::after,
.c-moreBtn * {
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .c-moreBtn:hover .c-moreBtn_bg {
    scale: 1.1;
  }
  .c-moreBtn:hover::before {
    opacity: 0.2;
  }
}
@media screen and (width <= 767px) {
  .c-moreBtn {
    height: 26.6666666667vw;
    border-radius: 2vw;
  }
  .c-moreBtn_text-1 {
    padding-left: 3.0303030303%;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .c-moreBtn_text-2 {
    right: 3.0303030303%;
    padding-right: 3.7878787879%;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
  .c-moreBtn_text-2::after {
    width: 1.6vw;
  }
}
/* --------------------------------------------------------------
# Project
# pageMv
-------------------------------------------------------------- */
.p-mv {
  position: relative;
  width: 100%;
  height: 43.0453879941vw;
  background: url("../../assets/images/page/img_mv_01.webp") no-repeat center top/100% auto;
}

@media screen and (width <= 767px) {
  .p-mv {
    height: auto;
    padding-top: 56%;
    background: url("../../assets/images/page/img_mv_01_sp.webp") no-repeat center top/100% auto;
  }
}
.p-mv_title {
  position: absolute;
  top: 24.8901903367vw;
  left: 13.616398243vw;
  width: 30.4538799414vw;
}

@media screen and (width <= 767px) {
  .p-mv_title {
    top: 31.7333333333vw;
    left: 6.2666666667vw;
    width: 43.7333333333vw;
  }
}
.p-mv_text {
  position: absolute;
  top: 24.5241581259vw;
  left: 53.2210834553vw;
  font-size: 1.317715959vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (width <= 767px) {
  .p-mv_text {
    position: relative;
    top: 0;
    left: 0;
    padding-inline: var(--innerpadding-sp) 0;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
/* --------------------------------------------------------------
# Project
# pageNav
-------------------------------------------------------------- */
.p-courseNav {
  position: relative;
  width: min(83.3333333333%, 1000px);
  padding-block: min(5.4166666667%, 65px) min(7.5%, 90px);
  margin-inline: auto;
}

@media screen and (width <= 767px) {
  .p-courseNav {
    width: 94.6666666667%;
    padding-block: 13.3333333333% 9.3333333333%;
  }
}
.p-courseNav_title {
  position: relative;
  font-size: min(2.9166666667vw, 35px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
}

.p-courseNav_title::after {
  display: block;
  width: 18%;
  height: 0;
  margin: 2.5% auto 0;
  content: "";
  border-top: 3px solid #e60000;
  border-bottom: 3px solid #b9945e;
}

@media screen and (width <= 767px) {
  .p-courseNav_title {
    font-size: 4.6666666667vw;
  }
  .p-courseNav_title::after {
    width: 24vw;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
}
.p-courseNav_title-category {
  position: relative;
  margin: 5% 0 2%;
  font-size: min(2.5833333333vw, 31px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (width <= 767px) {
  .p-courseNav_title-category {
    margin: 7.0422535211% 0 2.8169014085%;
    font-size: 4.1333333333vw;
  }
}
.p-courseNav_note {
  margin: 0.5em 0 0;
  font-size: min(1.1666666667vw, 14px);
  line-height: 1.8;
  color: var(--color-red);
  text-align: right;
}

@media screen and (width <= 767px) {
  .p-courseNav_note {
    margin: 0.8em 0 0;
    font-size: 1.8666666667vw;
  }
}
/*
 * pageNavA, pageNavB
 * -------------------------------- */
a.p-courseNav-color {
  color: var(--color-red);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

a.p-courseNav-color::after {
  position: absolute;
  top: 50%;
  display: block;
  aspect-ratio: 1/1;
  content: "";
  border-right: 2px solid var(--color-red);
  border-bottom: 2px solid var(--color-red);
  rotate: 45deg;
  translate: 0 -60%;
}

div.p-courseNav-color {
  color: var(--color-black);
  pointer-events: none;
  box-shadow: none;
}

@media screen and (width <= 767px) {
  a.p-courseNav-color {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  a.p-courseNav-color::after {
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  div.p-courseNav-color {
    box-shadow: none;
  }
}
@media (any-hover: hover) {
  a.p-courseNav-color:hover {
    color: #fff;
    background: var(--color-red);
  }
  a.p-courseNav-color:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
}
/*
 * pageNavB
 * -------------------------------- */
.p-courseNavB_container {
  padding: 3% 4%;
  background: rgba(185, 148, 94, 0.2);
}

.p-courseNavB_itemWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(1.25vw, 15px);
  padding: 2.1739130435%;
  background: rgba(185, 148, 94, 0.15);
  border-radius: min(1.6666666667vw, 20px);
}

.p-courseNavB_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(7.9166666667vw, 95px);
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: min(1.25vw, 15px);
}

.p-courseNavB_item::after {
  right: min(2.0833333333vw, 25px);
  width: min(1.0833333333vw, 13px);
}

@media screen and (width <= 767px) {
  .p-courseNavB_container {
    padding: 2.1126760563%;
  }
  .p-courseNavB_itemWrapper {
    gap: 2vw;
    padding: 2.6470588235%;
    border-radius: 2.6666666667vw;
  }
  .p-courseNavB_item {
    height: 9.3333333333vw;
    font-size: 2.8vw;
    letter-spacing: 0.02em;
    border-radius: 2vw;
  }
  .p-courseNavB_item::after {
    right: 2vw;
    width: 1.2vw;
  }
}
/*
 * pageNavA
 * -------------------------------- */
.p-courseNavA {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 0 2.5%;
  align-items: stretch;
  justify-content: center;
  padding: 3% 0;
  background: rgba(185, 148, 94, 0.2);
}

.p-courseNavA_column-1,
.p-courseNavA_column-3 {
  position: relative;
  width: 9%;
  background: #f5f5f5;
}

.p-courseNavA_column-1 .p-courseNavA_img,
.p-courseNavA_column-3 .p-courseNavA_img {
  display: block;
  margin: 47.7777777778% 0 0;
}

.p-courseNavA_column-2 {
  width: 64%;
}

.p-courseNavA_column-2 .p-courseNavA_img {
  display: block;
  width: 92.5%;
  margin: 5.46875% auto 2.03125%;
}

@media screen and (width <= 767px) {
  .p-courseNavA {
    gap: 0 2.1126760563%;
    padding: 4.9295774648% 0 4.2253521127%;
  }
  .p-courseNavA_column-1,
  .p-courseNavA_column-3 {
    width: 10.5633802817%;
  }
  .p-courseNavA_column-1 .p-courseNavA_img,
  .p-courseNavA_column-3 .p-courseNavA_img {
    margin: 57.3333333333% 0 0;
  }
  .p-courseNavA_column-2 {
    width: 70.4225352113%;
  }
  .p-courseNavA_column-2 .p-courseNavA_img {
    width: 94.4%;
    margin: 6% auto 4%;
  }
}
.p-courseNavA_title {
  position: absolute;
  top: min(1.6666666667vw, 22px);
  right: 0;
  left: 0;
  font-size: min(2vw, 24px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (width <= 767px) {
  .p-courseNavA_title {
    top: 3.0666666667vw;
    font-size: 3.0666666667vw;
  }
}
.p-courseNavA_itemWrapper {
  display: grid;
  grid-template-columns: 37.3754152824% 1fr;
  grid-auto-rows: min(3.3333333333vw, 40px);
  gap: min(1.25vw, 15px);
  padding: 3.125%;
  background: rgba(185, 148, 94, 0.15);
  border-radius: min(1.6666666667vw, 20px);
}

.p-courseNavA_itemWrapper > li:nth-child(1) {
  grid-row: 1/3;
}

.p-courseNavA_itemWrapper > li:nth-child(n+4) {
  grid-column: 1/3;
}

.p-courseNavA_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  line-height: 1.4;
  background: #fff;
  border-radius: min(1.25vw, 15px);
}

a.p-courseNavA_item::after {
  right: min(1.6666666667vw, 20px);
  width: min(0.8333333333vw, 10px);
}

.p-courseNavA_item_text {
  font-size: 75%;
  font-weight: normal;
}

@media screen and (width <= 767px) {
  .p-courseNavA_itemWrapper {
    grid-template-rows: 9.3333333333vw 9.3333333333vw;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 7.3333333333vw;
    gap: 2vw;
    padding: 4%;
    border-radius: 2.6666666667vw;
  }
  .p-courseNavA_item {
    font-size: 2.8vw;
    letter-spacing: 0;
    border-radius: 2vw;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  a.p-courseNavA_item::after {
    right: 2vw;
    width: 1.2vw;
  }
}
.p-courseNavA_item-layout {
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

.p-courseNavA_item-layout .p-courseNavA_item_label {
  width: 36.5448504983%;
  text-align: center;
}

.p-courseNavA_item-layout .p-courseNavA_item_text {
  width: 48.3333333333%;
}

@media screen and (width > 767px) {
  li:nth-child(2) > .p-courseNavA_item-layout .p-courseNavA_item_label,
  li:nth-child(3) > .p-courseNavA_item-layout .p-courseNavA_item_label {
    width: auto;
    padding: 0 0.8em;
    text-align: right;
  }
  li:nth-child(2) > .p-courseNavA_item-layout .p-courseNavA_item_text,
  li:nth-child(3) > .p-courseNavA_item-layout .p-courseNavA_item_text {
    width: 52.3415977961%;
  }
  li:nth-child(1) > .p-courseNavA_item-layout {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
  }
  li:nth-child(1) > .p-courseNavA_item-layout .p-courseNavA_item_label {
    width: 100%;
  }
  li:nth-child(1) > .p-courseNavA_item-layout .p-courseNavA_item_text {
    width: 100%;
    margin: 0.2em 0 0;
    text-align: center;
  }
}
@media screen and (width <= 767px) {
  li:nth-child(-n+3) > .p-courseNavA_item-layout {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
  }
  li:nth-child(-n+3) > .p-courseNavA_item-layout .p-courseNavA_item_label {
    width: 100%;
  }
  li:nth-child(-n+3) > .p-courseNavA_item-layout .p-courseNavA_item_text {
    width: 100%;
    margin: 0.1em 0 0;
    text-align: center;
  }
}
/* --------------------------------------------------------------
# Project
# pageIndex
-------------------------------------------------------------- */
.p-pageIndex {
  position: relative;
  width: 100%;
  width: min(83.3333333333%, 1000px);
  margin-block: min(5.4166666667%, 65px) min(1.6666666667%, 20px);
  margin-inline: auto;
}

@media screen and (width <= 767px) {
  .p-pageIndex {
    width: 88%;
    margin-block: 6.6666666667% 4%;
  }
}
.p-pageIndex_itemWrapper {
  display: flex;
  gap: min(1.25vw, 15px);
  align-items: stretch;
}

@media screen and (width > 767px) {
  .p-pageIndex_itemWrapper > li {
    flex: 1;
  }
}
@media screen and (width <= 767px) {
  .p-pageIndex_itemWrapper {
    flex-flow: row wrap;
    gap: 3.7333333333vw 2.2727272727%;
    justify-content: space-between;
  }
  .p-pageIndex_itemWrapper > li {
    width: 48.7878787879%;
  }
  .p-pageIndex_itemWrapper:has(> li:nth-child(5)) > li:nth-child(-n+3) {
    width: 31.8181818182%;
  }
}
.p-pageIndex_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(5vw, 60px);
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  line-height: 1.2;
  color: var(--color-red);
  text-align: center;
  background: #fff;
  border: 1px solid var(--color-red);
  border-radius: min(0.8333333333vw, 10px);
  transition: all 0.3s;
}

.p-pageIndex_item small {
  font-size: 75%;
  font-weight: normal;
}

.p-pageIndex_itemWrapper:has(> li:nth-child(5)) .p-pageIndex_item small {
  font-size: 60%;
}

.p-pageIndex_item::after {
  position: absolute;
  top: calc(100% - 1px);
  right: min(2.0833333333vw, 25px);
  left: 50%;
  width: min(1.75vw, 21px);
  aspect-ratio: 21/18;
  content: "";
  background: var(--color-red);
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  translate: -50% 0;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-pageIndex_item:hover {
    color: #fff;
    background: var(--color-red);
  }
  .p-pageIndex_item:hover::after {
    opacity: 1;
  }
}
@media screen and (width <= 767px) {
  .p-pageIndex_item {
    height: 10.6666666667vw;
    font-size: 2.9333333333vw;
    border-radius: 1.6vw;
  }
  .p-pageIndex_item::after {
    content: none;
  }
}
/* --------------------------------------------------------------
# Project
# outline
-------------------------------------------------------------- */
.p-outline {
  position: relative;
  width: 100%;
  padding-block: min(8.3333333333%, 100px);
  color: #fff;
  background: var(--gradient-1);
}

@media screen and (width <= 767px) {
  .p-outline {
    padding-block: 8%;
  }
}
.p-outline_inner {
  width: min(83.3333333333%, 1000px);
  margin-inline: auto;
}

@media screen and (width <= 767px) {
  .p-outline_inner {
    width: 88%;
  }
}
@media screen and (width > 767px) {
  .p-outline_layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .p-outline_layout_text {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-outline_layout_note {
    grid-column: 1/3;
    margin: 2% 0 0;
  }
  .p-outline_layout_img {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
@media screen and (width <= 767px) {
  .p-outline_layout_note {
    margin: 2% 0 0;
  }
}
.p-outline_title {
  margin: 0 0 1em;
  font-size: min(2.75vw, 33px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (width <= 767px) {
  .p-outline_title {
    font-size: 4.5333333333vw;
    line-height: 1.7;
  }
}
.p-outline_text {
  font-size: min(1.4166666667vw, 17px);
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  .p-outline_text {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.p-outline_note {
  font-size: min(1.1666666667vw, 14px);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media screen and (width <= 767px) {
  .p-outline_note {
    font-size: 2.4vw;
    line-height: 1.7;
  }
}
.p-outline_img {
  width: 91%;
  margin: 0 0 0 auto;
}

@media screen and (width <= 767px) {
  .p-outline_img {
    width: 100%;
    margin: 6.8181818182% 0 0;
  }
}
/* --------------------------------------------------------------
# Section
# detail
-------------------------------------------------------------- */
.section-detail {
  position: relative;
  width: min(83.3333333333%, 1000px);
  padding-block: min(4.1666666667%, 50px) min(8.3333333333%, 100px);
  margin-inline: auto;
}

@media screen and (width <= 767px) {
  .section-detail {
    width: 88%;
    padding-block: 6.6666666667%;
  }
}
.section-detail_header {
  margin: 0 0 5%;
}

@media screen and (width <= 767px) {
  .section-detail_header {
    margin: 0 0 7.5757575758%;
  }
}
/* --------------------------------------------------------------
# Section
# voice
-------------------------------------------------------------- */
.section-voice {
  position: relative;
  padding-block: min(6.6666666667%, 80px) min(4.1666666667%, 50px);
  background: var(--color-gray);
}

@media screen and (width <= 767px) {
  .section-voice {
    padding-block: 6.6666666667%;
  }
}
.section-voice_inner {
  width: min(83.3333333333%, 1000px);
  margin-inline: auto;
}

@media screen and (width <= 767px) {
  .section-voice_inner {
    width: 88%;
  }
}
.section-voice_header {
  margin: 0 0 5%;
}

@media screen and (width <= 767px) {
  .section-voice_header {
    margin: 0 0 7.5757575758%;
  }
}
/* --------------------------------------------------------------
# Section
# more
-------------------------------------------------------------- */
.section-more {
  position: relative;
  padding-block: min(4.1666666667%, 50px) min(10%, 120px);
  background: var(--color-gray);
}

@media screen and (width <= 767px) {
  .section-more {
    padding-block: 6.6666666667% 13.3333333333%;
  }
}
.section-more_inner {
  width: min(83.3333333333%, 1000px);
  margin-inline: auto;
}

@media screen and (width <= 767px) {
  .section-more_inner {
    width: 88%;
  }
}
.section-more_header {
  margin: 0 0 5%;
}

@media screen and (width <= 767px) {
  .section-more_header {
    margin: 0 0 7.5757575758%;
  }
}
/* --------------------------------------------------------------
# Section
# career
-------------------------------------------------------------- */
.section-career {
  position: relative;
  padding-block: 0 min(10%, 120px);
  background: var(--color-gray);
}

@media screen and (width <= 767px) {
  .section-career {
    padding-block: 0 13.3333333333%;
  }
}
.section-career_inner {
  width: min(83.3333333333%, 1000px);
  padding-block: min(6.6666666667%, 80px) 0;
  margin-inline: auto;
  border-top: 1px solid var(--color-black);
}

@media screen and (width <= 767px) {
  .section-career_inner {
    width: 88%;
    padding-block: 6.6666666667% 0;
  }
}
.section-career_header {
  margin: 0 0 5%;
}

@media screen and (width <= 767px) {
  .section-career_header {
    margin: 0 0 7.5757575758%;
  }
}
/* --------------------------------------------------------------
# Project
# staff
-------------------------------------------------------------- */
.section-staff {
  position: relative;
  width: 100%;
  padding-block: min(4.1666666667%, 50px) 0;
  margin-block: min(4.1666666667%, 50px) min(8.3333333333%, 100px);
  overflow: hidden;
}

@media screen and (width <= 767px) {
  .section-staff {
    padding-block: 6.6666666667% 0;
    margin-block: 6.6666666667% 13.3333333333%;
  }
}
.section-staff_header {
  margin: 0 0 min(4.1666666667%, 50px);
}

@media screen and (width <= 767px) {
  .section-staff_header {
    margin: 0 0 6.6666666667%;
  }
}
/* --------------------------------------------------------------
# Section
# Cv
-------------------------------------------------------------- */
.section-cv-1 {
  margin-block: min(8.3333333333%, 100px);
}

@media screen and (width <= 767px) {
  .section-cv-1 {
    margin-block: 0 13.3333333333%;
  }
}
.section-cv-2 {
  margin-block: min(8.3333333333%, 100px);
}

@media screen and (width <= 767px) {
  .section-cv-2 {
    margin-block: 13.3333333333%;
  }
}
/* --------------------------------------------------------------
# Project
# detail
-------------------------------------------------------------- */
.p-detail {
  display: grid;
  grid-template-columns: 23% 1fr;
  border-bottom: 1px solid var(--color-red);
}

.p-detail > dt {
  position: relative;
  padding-block: min(3.3333333333vw, 40px);
  padding-inline: 1em;
  font-size: min(1.5vw, 18px);
  line-height: 1.8;
  text-align-last: justify;
  border-top: 1px solid var(--color-red);
}

.p-detail > dt::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  border-top: 3px solid var(--color-red);
}

.p-detail > dd {
  padding-block: min(3.3333333333vw, 40px);
  padding-inline: 7.7922077922% 0;
  font-size: min(1.5vw, 18px);
  line-height: 1.8;
  border-top: 1px solid var(--color-red);
}

.p-detail > dd > * + * {
  margin-top: 1em;
}

.p-detail_text-note {
  font-size: 80%;
}

.p-detail_text-color-2 {
  color: var(--color-red);
}

@media screen and (width <= 767px) {
  .p-detail {
    display: block;
  }
  .p-detail > dt {
    padding-block: 6.0606060606% 3.0303030303%;
    padding-inline: 0.8em;
    font-size: 3.7333333333vw;
    text-align-last: auto;
  }
  .p-detail > dt::before {
    width: 45.4545454545%;
    border-top: 3px solid var(--color-red);
  }
  .p-detail > dd {
    padding-block: 0 6.0606060606%;
    padding-inline: 0.8em;
    font-size: 3.7333333333vw;
    border-top: none;
  }
  .p-detail > dd > * + * {
    margin-top: 1em;
  }
  .p-detail_text-note {
    font-size: 60%;
  }
}
/* --------------------------------------------------------------
# Project
# Flow
-------------------------------------------------------------- */
.p-flow {
  position: relative;
  width: min(83.3333333333%, 1000px);
  padding-block: min(5.4166666667%, 65px) min(8.3333333333%, 100px);
  margin-inline: auto;
  background: linear-gradient(0deg, rgba(243, 243, 243, 0) 0%, rgb(243, 243, 243) 100%);
}

@media screen and (width <= 767px) {
  .p-flow {
    width: 88%;
    padding-block: 6.6666666667% 13.3333333333%;
  }
}
.p-flow_title {
  margin: 0 0 5%;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1em;
}

@media screen and (width <= 767px) {
  .p-flow_title {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1em;
  }
}
.p-flow_text {
  padding-inline: 1em;
  font-size: min(1.5vw, 18px);
  line-height: 1.8;
  text-align: center;
}

@media screen and (width <= 767px) {
  .p-flow_text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.p-flow_container-list {
  margin: 5% 0 0;
}

@media screen and (width <= 767px) {
  .p-flow_container-list {
    margin: 7.5757575758% 0 0;
  }
}
.p-flowItem {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: min(16.6666666667vw, 200px);
  aspect-ratio: 200/100;
  font-size: min(1.5vw, 18px);
  line-height: 1.8;
  text-align: center;
  border-radius: min(0.8333333333vw, 10px);
}

.p-flowItem::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 113%;
  content: "";
  background: url("../../assets/images/page/bg_flow.png") no-repeat center center/100% 100%;
}

.p-flowItem.-index-last::before {
  width: 100%;
  background: url("../../assets/images/page/bg_flow_last.png") no-repeat center center/100% 100%;
}

.p-flowItem_text {
  position: relative;
}

.p-flowItem_text-s {
  font-size: 75%;
  line-height: 1.4;
}

.p-flowItem.-index-1,
.swiper-slide:has(.p-flowItem.-index-1) {
  z-index: 9;
}

.p-flowItem.-index-2,
.swiper-slide:has(.p-flowItem.-index-2) {
  z-index: 8;
}

.p-flowItem.-index-3,
.swiper-slide:has(.p-flowItem.-index-3) {
  z-index: 7;
}

.p-flowItem.-index-4,
.swiper-slide:has(.p-flowItem.-index-4) {
  z-index: 6;
}

@media screen and (width <= 767px) {
  .p-flowItem {
    width: 100%;
    aspect-ratio: 240/205;
    font-size: 3.7333333333vw;
    text-align: center;
    border-radius: 1.3333333333vw;
  }
  .p-flowItem:not(.-index-last) {
    padding-right: 12.5%;
  }
  .p-flowItem::before {
    width: 105%;
    background: url("../../assets/images/page/bg_flow_sp.png") no-repeat center center/100% 100%;
  }
  .p-flowItem.-index-last::before {
    width: 100%;
    background: url("../../assets/images/page/bg_flow_last_sp.png") no-repeat center center/100% 100%;
  }
}
/* slider */
.p-flowSlider {
  position: relative;
}

.p-flowSlider_btn-next,
.p-flowSlider_btn-prev {
  position: absolute;
  top: 50% !important;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(4.6666666667vw, 56px);
  height: min(4.6666666667vw, 56px);
  margin: 0 !important;
  cursor: pointer;
  background: url("../../assets/images/page/arrow_01.png") no-repeat center center/contain;
}

.p-flowSlider_btn-next {
  right: 0;
  scale: -1 1;
  translate: 30% -50%;
}

.p-flowSlider_btn-prev {
  left: 0;
  translate: -30% -50%;
}

.p-flowSlider .swiper-button-disabled {
  display: none;
}

@media screen and (width > 767px) {
  .p-flowSlider .swiper-wrapper {
    display: flex;
    gap: min(1.6666666667vw, 20px);
    justify-content: center;
  }
  .p-flowSlider .swiper-slide {
    flex: 0 1 auto;
    width: auto !important; /* Swiperのwidth指定を無効化 */
  }
  .p-flowSlider_btn-next,
  .p-flowSlider_btn-prev {
    display: none;
  }
}
@media screen and (width <= 767px) {
  .p-flowSlider_btn-next,
  .p-flowSlider_btn-prev {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
/* --------------------------------------------------------------
# Project
# voice
-------------------------------------------------------------- */
.p-voiceItemWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2.3333333333vw, 28px);
}

.p-voiceItem {
  position: relative;
  display: grid;
  grid-template-columns: 29.6907216495% 1fr;
  gap: 6.1855670103%;
  padding: 6.1855670103%;
  font-size: min(1.25vw, 15px);
  line-height: 1.8;
  background: #fff;
  border: 1px solid var(--color-red);
  border-radius: min(1.25vw, 15px);
}

@media screen and (width <= 767px) {
  .p-voiceItemWrapper {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
  .p-voiceItem {
    display: block;
    padding: 4.5454545455%;
    font-size: 2.9333333333vw;
    border-radius: 2vw;
  }
  .p-voiceItem_thumb {
    width: 27.2727272727%;
    margin: 0 auto 4.5454545455%;
  }
}
/* --------------------------------------------------------------
# Project
# career / system
-------------------------------------------------------------- */
.p-career-system {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 53.5% 1fr;
}

.p-career-system_container-text {
  padding: 0 0 0 15%;
}

.p-career-system_text-1 {
  margin: 1em 0 2em;
  font-size: min(1.8333333333vw, 22px);
  font-weight: bold;
  line-height: 1.7;
  color: var(--color-black-2);
}

.p-career-system_text {
  font-size: min(1.4166666667vw, 17px);
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  .p-career-system {
    display: block;
  }
  .p-career-system_container-text {
    padding: 0;
  }
  .p-career-system_img {
    width: 109.0909090909%;
    margin-left: -4.5454545455%;
  }
  .p-career-system_text-1 {
    margin: 2em 0 1.5em;
    font-size: 4vw;
  }
  .p-career-system_text {
    font-size: 3.7333333333vw;
  }
}
/* --------------------------------------------------------------
# Project
# Staff Slider
-------------------------------------------------------------- */
.p-staffItem_wrapper {
  height: 100%;
  padding: 10px;
}

.p-staffItem {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 0 11.320754717%;
  border-radius: min(1.25vw, 15px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.p-staffItem_thumb {
  overflow: hidden;
  border-radius: min(1.25vw, 15px) min(1.25vw, 15px) 0 0;
}

.p-staffItem_name {
  padding: 7.5471698113% 5.6603773585% 0;
  font-size: min(1.75vw, 21px);
  font-weight: bold;
  line-height: 1.7;
}

.p-staffItem_text {
  padding: 1.8867924528% 5.6603773585% 0;
  font-size: min(1.1666666667vw, 14px);
  line-height: 1.7;
}

.p-staffItem_current {
  width: 88.679245283%;
  padding: 0.5em;
  margin: 1.8867924528% auto 0;
  font-size: min(1.1666666667vw, 14px);
  line-height: 1.4;
  color: #6f8308;
  border: 1px solid #6f8308;
}

@media (any-hover: hover) {
  .p-staffItem:hover {
    opacity: 0.6;
  }
}
@media screen and (width <= 767px) {
  .p-staffItem_wrapper {
    padding: 6px;
  }
  .p-staffItem {
    padding: 0 0 11.320754717%;
    border-radius: 2vw;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .p-staffItem_thumb {
    border-radius: 2vw 2vw 0 0;
  }
  .p-staffItem_name {
    padding: 11.320754717% 7.5471698113% 0;
    font-size: 2.9333333333vw;
  }
  .p-staffItem_text {
    padding: 1.8867924528% 7.5471698113% 0;
    font-size: 2.4vw;
  }
  .p-staffItem_current {
    width: 84.9056603774%;
    padding: 0.5em 0.2em 0.5em 0.5em;
    margin: 1.8867924528% auto 0;
    font-size: 2.1333333333vw;
    line-height: 1.4;
  }
}
/* slider */
.p-staffSlider {
  position: relative;
  max-width: 765px; /* 255*3 */
  margin-inline: auto;
}

.p-staffSlider .swiper {
  overflow: visible;
}

.p-staffSlider .swiper-wrapper {
  align-items: stretch;
}

.p-staffSlider .swiper-slide {
  height: auto;
}

.p-staffSlider_btn-next,
.p-staffSlider_btn-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(4.6666666667vw, 56px);
  height: min(4.6666666667vw, 56px);
  margin: 0;
  cursor: pointer;
  background: url("../../assets/images/page/arrow_01.png") no-repeat center center/contain;
}

.p-staffSlider_btn-next {
  right: max(50% - 50vw, 50% - 600px);
  scale: -1 1;
  translate: -30% -50%;
}

.p-staffSlider_btn-prev {
  left: max(50% - 50vw, 50% - 600px);
  translate: 30% -50%;
}

.p-staffSlider:has(.is-locked) .p-staffSlider_btn-prev,
.p-staffSlider:has(.is-locked) .p-staffSlider_btn-next {
  display: none;
}

.p-staffSlider .swiper-button-disabled {
  display: none;
}

@media screen and (width <= 767px) {
  .p-staffSlider_btn-next,
  .p-staffSlider_btn-prev {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
  .p-staffSlider_btn-next {
    right: 6%;
    translate: 30% -50%;
  }
  .p-staffSlider_btn-prev {
    left: 6%;
    translate: -30% -50%;
  }
}
