/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

/**
 * 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 */ /* stylelint-disable-line */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

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

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

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

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}/**
 * Swiper 12.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2026
 */
: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 {
  -webkit-backface-visibility: hidden;
  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-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.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-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

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

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    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);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      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& {
    -webkit-appearance: none;
    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 {
    -webkit-backface-visibility: hidden;
    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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
  }
}

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

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

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

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

.swiper-cards {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
}@charset "UTF-8";
/* ======================================================================
 * setting
====================================================================== */.ff-en {
  font-family: "Figtree", sans-serif;
}

.ff-title {
  font-family: "Noto Sans JP", sans-serif;
}@charset "UTF-8";
/* ------------------------------------------------------------
 * ベース変数
------------------------------------------------------------ */
:root {
  --color-base: #333;
  --color-main: #004ea2;
  --color-red: #eb0a1e;
  --font-size-base: 16px;
  --font-size-large: 20px;
  --font-size-title: 32px;
  --font-size-small-title: 28px;
  --line-height-base: 2.25;
}
@media screen and (max-width: 768px) {
  :root {
    --font-size-base: 14px;
    --font-size-large: 14px;
    --font-size-title: 20px;
    --font-size-small-title: 20px;
    --line-height-base: 2;
  }
}

/* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p,
ul,
ol,
table {
  margin: 1em 0;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #000;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, verdana, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body:has(.gnav.-js-opened) {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}@charset "UTF-8";
/* ======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認,
====================================================================== */
.widget-type-rich_text .site-policy h2 {
  margin-bottom: 4.6rem;
  font-size: 3.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .widget-type-rich_text .site-policy h2 {
    margin-bottom: 5rem;
    font-size: 2.4rem;
  }
}
.widget-type-rich_text .site-policy p {
  line-height: 2;
}@charset "UTF-8";
/* ======================================================================
 * dndセクション初期設定
====================================================================== */
.dnd-section {
  padding: 0 2rem;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}
.dnd-section:has(.hme03_recruit-list) {
  position: relative;
  overflow: hidden;
}@charset "UTF-8";
/* ======================================================================
 * layout初期設定
====================================================================== */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid::before, .row-fluid::after {
  content: "";
  display: table;
}
.row-fluid::after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}/* ======================================================================
 * adjust-width
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}@charset "UTF-8";
/* ======================================================================
 * ボタンスタイル
====================================================================== */
/* ------------------------------------------------------------
 * c-button
------------------------------------------------------------ */
.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 28rem);
  min-height: 64px;
  padding: 0 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  background: #004ea2;
  border: 1px solid #004ea2;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-height: 5.6rem;
  }
}
.c-button:link, .c-button:visited, .c-button:active {
  color: #fff;
}
.c-button.-white, .-white .c-button {
  color: #004ea2;
  background: #fff;
  border-color: #fff;
}
.c-button.-white:link, .c-button.-white:visited, .c-button.-white:active, .-white .c-button:link, .-white .c-button:visited, .-white .c-button:active {
  color: #004ea2;
}
.c-button.-white .arrow-box, .-white .c-button .arrow-box {
  background-color: #004ea2;
}
.c-button.-white .arrow-box .arrow, .-white .c-button .arrow-box .arrow {
  background-color: #fff;
}
.c-button.-white:hover, .-white .c-button:hover {
  color: #fff;
  background: #eb0a1e;
  border-color: #eb0a1e;
}
.c-button.-white:hover svg, .-white .c-button:hover svg {
  fill: #eb0a1e;
}
.c-button.-white:hover .arrow-box, .-white .c-button:hover .arrow-box {
  background-color: #fff;
  border-color: #fff;
}
.c-button.-white:hover .arrow-box .arrow, .-white .c-button:hover .arrow-box .arrow {
  background-color: #eb0a1e;
}
.c-button.-brand, .-brand .c-button {
  color: #004ea2;
  background: #fff;
  border-color: #fff;
}
.c-button.-brand:link, .c-button.-brand:visited, .c-button.-brand:active, .-brand .c-button:link, .-brand .c-button:visited, .-brand .c-button:active {
  color: #004ea2;
}
.c-button.-brand .arrow-box, .-brand .c-button .arrow-box {
  background-color: #004ea2;
}
.c-button.-brand .arrow-box .arrow, .-brand .c-button .arrow-box .arrow {
  background-color: #fff;
}
.c-button.-brand:hover, .-brand .c-button:hover {
  color: #fff;
  background: #004ea2;
  border-color: #004ea2;
}
.c-button.-brand:hover svg, .-brand .c-button:hover svg {
  fill: #004ea2;
}
.c-button.-brand:hover .arrow-box, .-brand .c-button:hover .arrow-box {
  background-color: #fff;
  border-color: #fff;
}
.c-button.-brand:hover .arrow-box .arrow, .-brand .c-button:hover .arrow-box .arrow {
  background-color: #004ea2;
}
.c-button:hover {
  color: #004ea2;
  background: #fff;
  opacity: 1;
}
.c-button:hover .arrow-box .arrow.-left {
  left: 150%;
}
.c-button:hover .arrow-box .arrow.-right {
  left: 50%;
  opacity: 1;
}
.c-button .arrow-box {
  position: absolute;
  top: 50%;
  right: 16px;
  padding: 1.5rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #004ea2;
  transform: translateY(-50%);
}
.c-button .arrow-box .arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #004ea2;
  -webkit-mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: left 0.3s ease-out, opacity 0.2s ease-out;
  transform: translate(-50%, -50%);
  will-change: left, opacity;
}
.c-button .arrow-box .arrow.-left {
  left: 50%;
  opacity: 1;
}
.c-button .arrow-box .arrow.-right {
  left: -50%;
  opacity: 0;
}
.c-button .arrow-box.-position_left {
  right: auto;
  left: 16px;
  transform: translateY(-50%) scale(-1, 1);
}
.c-button.w280 {
  max-width: 28rem;
}
.c-button.w484 {
  width: 100%;
  max-width: 48.4rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-button.w484 {
    font-size: 1.7rem;
  }
}

/* ------------------------------------------------------------
 * c-return-link
------------------------------------------------------------ */
.c-return-link {
  position: relative;
  padding-left: 4.4rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (min-width: 769px) {
  .c-return-link:hover {
    color: #004ea2;
    opacity: 1;
  }
  .c-return-link:hover .arrow-box {
    background-color: #004ea2;
    border: 1px solid #004ea2;
  }
  .c-return-link:hover .arrow-box .arrow {
    background-color: #fff;
  }
  .c-return-link:hover .arrow-box .arrow.-left {
    left: 150%;
  }
  .c-return-link:hover .arrow-box .arrow.-right {
    left: 50%;
    opacity: 1;
  }
}
.c-return-link .arrow-box {
  position: absolute;
  top: 50%;
  right: 16px;
  background-color: #fff;
  padding: 0.9rem;
  transform: translateY(-50%);
  border: 1px solid #004ea2;
  overflow: hidden;
  right: unset;
  left: 0;
  padding: 1.6rem;
  border: 1px solid #dcdee2;
  transition: background-color 0.3s, border 0.3s;
  transform: translateY(-50%) scale(-1, 1);
}
.c-return-link .arrow-box .arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  will-change: left, opacity;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #004ea2;
  -webkit-mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: left 0.3s ease-out, opacity 0.2s ease-out;
}
.c-return-link .arrow-box .arrow.-left {
  left: 50%;
  opacity: 1;
}
.c-return-link .arrow-box .arrow.-right {
  left: -50%;
  opacity: 0;
}
.c-return-link .arrow-box .arrow {
  background-color: #707070;
  transition: left 0.3s ease-out, opacity 0.2s ease-out, background-color 0.3s;
}@charset "UTF-8";
/* ======================================================================
 * hs form
====================================================================== */
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
form .form-columns-2 .hs-form-field {
  width: 48% !important;
}
@media screen and (max-width: 768px) {
  form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
form .form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  form .form-columns-2 .hs-form-field:last-child {
    margin-left: auto !important;
  }
}
form .hs-form-field {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  form .hs-form-field {
    margin-bottom: 2.4rem;
  }
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .hs-form-field .input:has(+ .hs-error-msg) input,
form .hs-form-field .input:has(+ .hs-error-msg) select, form .hs-form-field .input:has(+ .hs-error-msgs) input,
form .hs-form-field .input:has(+ .hs-error-msgs) select {
  border-color: #eb0a1e;
  background-color: #fff6f7;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 4.8rem 0 4.2rem;
}
@media screen and (max-width: 768px) {
  form .hs-richtext h2 {
    font-size: 2rem;
    margin: 4rem 0;
  }
}
form .hs-richtext .note-box p {
  font-weight: 700;
  margin: 0;
}
form .hs-richtext .note-box li {
  font-weight: 700;
}
form .hs-richtext img {
  max-width: 100% !important;
  height: auto;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .inputs-list li {
  display: block;
}
form .hs-form-required {
  visibility: hidden;
}
form .hs-form-required::after {
  content: "必須";
  visibility: visible;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  vertical-align: 3px;
  padding: 0.4rem;
  margin-left: 0;
  background-color: #eb0a1e;
}
form .hs-error-msg,
form .hs-error-msgs {
  color: #f00;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.8rem;
}
form .hs-error-msg label,
form .hs-error-msgs label {
  margin: 0;
}
form .hs_error_rollup {
  margin-top: 1.5em;
}
form .hs_error_rollup label {
  justify-content: center;
  font-size: 1.6rem;
}
form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  padding: 1rem 1.6rem;
  border: 1px solid #dcdee2;
  border-radius: 0;
  background-color: #f8fbff;
  outline: none;
  transition: border-color 0.4s ease-out;
  font-size: 1.4rem;
  line-height: 1;
  max-height: 3.8rem;
}
form select:hover,
form textarea:hover, form input[type=text]:hover, form input[type=email]:hover, form input[type=password]:hover, form input[type=tel]:hover, form input[type=number]:hover, form input[type=file]:hover, form input[type=search]:hover, form input[type=date]:hover {
  border-color: #000;
}
form select::placeholder,
form textarea::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #b8bdc8;
  font-size: 1.4rem;
  line-height: 1 !important;
}
form select:focus::placeholder,
form textarea:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form select,
form textarea {
  line-height: 1.2;
  max-height: 100%;
}
form select.is-placeholder,
form textarea.is-placeholder {
  font-size: 1.4rem;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 5.185px;
  height: 5.185px;
  border-right: 1.5px solid #707070;
  border-bottom: 1.5px solid #707070;
  transform: translateY(-75%) rotate(45deg);
  pointer-events: none;
}
form .hs-fieldtype-select .input select {
  padding-right: 34px;
  -webkit-appearance: none;
  appearance: none;
  color: #4d545e;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  display: block;
  height: 15rem;
  resize: vertical;
}
form input[type=file] {
  padding: initial;
  cursor: pointer;
  background-color: transparent;
  border: initial;
}
form .fn-date-picker .pika-button {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  color: #fff;
  background: #000 !important;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: #000;
}
form .fn-date-picker .is-selected .pika-button {
  background: #000;
  border-radius: 0 !important;
  box-shadow: none;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 3.4rem;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
form input[type=checkbox] + span::before {
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #dcdee2;
  background-color: #fff;
  border-radius: 0.2rem;
}
form input[type=checkbox] + span::after {
  top: 0.7rem;
  left: 0.6rem;
  width: 1.2rem;
  height: 0.7rem;
  border-bottom: 2px solid #b8bdc8;
  border-left: 2px solid #b8bdc8;
  opacity: 1;
  transform: rotate(-45deg);
}
form input[type=checkbox] + span:hover::before {
  border-color: #000;
}
form input[type=checkbox]:checked + span::before {
  border-color: #004ea2;
  background-color: #004ea2;
}
form input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-color: #fff;
}
form .inputs-list:has(input[type=radio]) {
  display: flex;
  gap: 4rem;
}
form .inputs-list:has(input[type=radio]) .hs-form-radio {
  display: flex;
  align-items: center;
}
form .inputs-list:has(input[type=radio]) label {
  margin: 0;
}
form input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}
form input[type=radio] + span {
  position: relative;
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  padding-left: 3.4rem;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  border-radius: 50%;
  transition: border-color 0.3s ease-out;
}
form input[type=radio] + span::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #dcdee2;
  background-color: #fff;
}
form input[type=radio] + span::after {
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
  width: 1rem;
  height: 1rem;
  background: #dcdee2;
  opacity: 0;
}
form input[type=radio] + span:hover::before {
  border-color: #000;
}
form input[type=radio]:checked + span::before {
  border-color: #004ea2;
}
form input[type=radio]:checked + span::after {
  opacity: 1;
  background-color: #004ea2;
}
form input[type=radio]:focus-visible + span::before {
  outline: 2px solid #004ea2;
  outline-offset: 2px;
}
form .hs-fieldtype-booleancheckbox {
  margin: 0;
}
form .hs-form-booleancheckbox-display {
  margin: 0;
}
form .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form .hs-fieldtype-file {
  padding: 2.5rem 9.2rem 2.3rem 9.4rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  form .hs-fieldtype-file {
    padding: 2.2rem 3.2rem 2.6rem;
    margin-bottom: 2.6rem;
  }
}
form .hs-fieldtype-file label {
  margin-bottom: 1rem;
}
form .hs-fieldtype-file .input {
  line-height: 1;
}
form .hs-fieldtype-file span {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
form .hs-submit {
  width: 90%;
  max-width: 48.4rem;
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 768px) {
  form .hs-submit {
    width: 100%;
  }
}
form input[type=submit] {
  display: block;
  width: 100%;
  padding: 2rem 1rem;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #004ea2;
  background-color: #004ea2;
  outline: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
form .hs_submit {
  position: relative;
}
form .hs_submit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 16px - 4.5rem);
  transform: translate(-50%, -50%);
  will-change: left, opacity;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #004ea2;
  -webkit-mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: left 0.3s ease-out, opacity 0.2s ease-out, background-color 0.3s ease-out;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
form .hs_submit:hover::before {
  background-color: #fff;
  left: calc(100% - 16px - 1.5rem);
  opacity: 1;
}
form .hs_submit .actions {
  position: relative;
}
form .hs_submit .actions::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  padding: 1.5rem;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #004ea2;
  overflow: hidden;
  pointer-events: none;
  transition: background-color 0.3s ease-out;
}
form .hs_submit .actions::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 16px - 1.5rem);
  transform: translate(-50%, -50%);
  will-change: left, opacity;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #004ea2;
  -webkit-mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: left 0.3s ease-out, opacity 0.2s ease-out, background-color 0.3s ease-out;
  pointer-events: none;
  opacity: 1;
}
form .hs_submit:hover .actions::before {
  background-color: #004ea2;
}
form .hs_submit:hover .actions::after {
  background-color: #fff;
  left: calc(100% - 16px + 1.5rem);
  opacity: 0;
}
form .hs_submit:hover .actions input[type=submit] {
  background-color: #fff;
  color: #004ea2;
}
form .submitted-message {
  text-align: center;
}

.form-title {
  margin: 0;
}

/* ------------------------------------------------------------
 * プライバシーポリシーテキスト
------------------------------------------------------------ */
.scroll-area {
  width: 100%;
  height: 33.6rem;
  position: relative;
  overflow: auto;
  border: 1px solid #dcdee2;
  background-color: #fff;
  padding: 4.8rem;
}
@media screen and (max-width: 768px) {
  .scroll-area {
    padding: 1.6rem;
  }
}
.scroll-area::-webkit-scrollbar {
  width: 0.8rem;
  background-color: #dcdee2;
}
.scroll-area::-webkit-scrollbar-track {
  background-color: #dcdee2;
}
.scroll-area::-webkit-scrollbar-thumb {
  background-color: #004ea2;
}
.scroll-area dl.circle-black > dt {
  display: flex;
  align-items: flex-start;
}
.scroll-area dl.circle-black > dt::before {
  content: "";
  display: inline-block;
  text-indent: 0;
  text-align: center;
  margin: 1rem 0.6rem 1.3rem 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #000;
  flex: 0 0 auto;
}
.scroll-area dl.circle-black p {
  margin: 0;
}
.scroll-area dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555;
  letter-spacing: 0;
}
.scroll-area dt:nth-child(n+2) {
  margin-top: 3.6rem;
}
.scroll-area dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  margin-left: 0;
}
.scroll-area table {
  border-collapse: collapse;
}
.scroll-area table th,
.scroll-area table td {
  border: 1px solid #e5e5e5;
  padding: 0.5em;
}
.scroll-area table th {
  padding: 2.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.scroll-area table td {
  padding: 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  width: 50%;
}@charset "UTF-8";
/* ======================================================================
 * Header
====================================================================== */
.c-container {
  padding-top: 70px;
}

/* ------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------ */
.is-in-editor {
  padding-top: 0;
}
.is-in-editor .c-header {
  position: relative;
}
.is-in-editor .c-header .gnav-overlay {
  display: none;
}

/* ------------------------------------------------------------
 * header
------------------------------------------------------------ */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 70px;
  background: #fff;
}
.c-header .logo {
  flex: 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .c-header .logo {
    max-width: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .logo {
    max-width: 100%;
    width: 80%;
  }
}
.c-header .logo img {
  width: auto !important;
}
.c-header .gnav {
  margin-left: auto;
  margin-right: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .c-header .gnav {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-header .gnav {
    padding: 0;
    position: absolute;
    top: 70px;
    right: -100%;
    width: 100%;
    max-width: 280px;
    height: calc(100vh - 70px);
    background: #fff;
    transition: right 0.3s ease-in-out;
    margin-right: 0;
  }
  .c-header .gnav.-js-opened {
    right: 0;
  }
}
.c-header .gnav-overlay {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  visibility: hidden;
  background: rgba(77, 84, 94, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-header .gnav-overlay.-js-opened {
  visibility: visible;
  opacity: 1;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 3.2rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0;
    margin-left: 1.5rem;
    gap: 1rem;
  }
}
.header-inner .main-menu {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header-inner .main-menu {
    padding: 5rem 0 12.2rem 4rem;
    overflow-y: scroll;
  }
}
.header-inner .main-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 2.4rem;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header-inner .main-menu ul {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .header-inner .main-menu ul {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .header-inner .main-menu ul {
    flex-direction: column;
  }
}
.header-inner .main-menu li {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header-inner .main-menu li {
    font-size: 0;
  }
}
.header-inner .main-menu li a {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  font-size: clamp(1.2rem, -0.3rem + 1.25vw, 1.4rem);
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: right;
  text-decoration: none;
}
.header-inner .main-menu li a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease-out;
}
@media screen and (max-width: 1200px) {
  .header-inner .main-menu li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .header-inner .main-menu li a {
    font-size: 1.5rem;
    padding: 0px 0 6px;
  }
}
.header-inner .main-menu li.-current a::after {
  width: 100%;
}
.header-inner .main-menu li.hs-menu-depth-1.active > a:after {
  width: 100%;
}
.header-inner .main-menu li.hs-menu-depth-1:hover > a {
  opacity: 1;
}
.header-inner .main-menu li.hs-menu-depth-1:hover > a::after {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .header-inner .main-menu li.hs-menu-depth-1:nth-last-child(2), .header-inner .main-menu li.hs-menu-depth-1:last-of-type {
    display: none;
  }
}
.header-inner .main-menu .hs-menu-children-wrapper {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  display: flex !important;
  flex-direction: column;
  gap: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  padding: 2.4rem;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  transform: translateX(-50%);
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.16));
  height: auto;
}
@media screen and (max-width: 1000px) {
  .header-inner .main-menu .hs-menu-children-wrapper {
    padding: 2.4rem 0 0 1.5rem;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    filter: none;
    gap: 2.4rem;
  }
}
.header-inner .main-menu .hs-menu-children-wrapper li {
  display: block;
  white-space: nowrap;
  line-height: 1;
}
.header-inner .main-menu .hs-menu-children-wrapper li.hs-menu-depth-2:hover a {
  opacity: 1;
}
.header-inner .main-menu .hs-menu-children-wrapper li.hs-menu-depth-2:hover a::after {
  width: 100%;
}
.header-inner .main-menu .hs-menu-children-wrapper a {
  padding: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0;
  text-align: left;
  display: inline-flex;
  align-items: center;
}
.header-inner .main-menu .hs-menu-children-wrapper a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #000;
  margin-right: 1rem;
}
.header-inner .main-menu .hs-menu-children-wrapper a:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  .header-inner .main-menu li.hs-item-has-children {
    position: relative;
  }
  .header-inner .main-menu li.hs-item-has-children::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
    display: none;
  }
  .header-inner .main-menu li.hs-item-has-children:hover:after {
    display: block;
  }
  .header-inner .main-menu li.hs-item-has-children:hover .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.header-inner .toggle-btn {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin-left: auto;
  margin-right: 2.4rem;
}
.header-inner .toggle-btn.-js-opened i:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.header-inner .toggle-btn.-js-opened i:nth-child(2) {
  transform: scale(0, 1);
}
.header-inner .toggle-btn.-js-opened i:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}
.header-inner .toggle-btn i {
  position: absolute;
  width: 32px;
  height: 2px;
  inset: 0;
  margin: auto;
  background: #000;
  transition: transform 0.3s linear;
}
.header-inner .toggle-btn i:nth-child(1) {
  top: 3px;
  bottom: auto;
}
.header-inner .toggle-btn i:nth-child(3) {
  top: auto;
  bottom: 3px;
}
.header-inner .toggle-btn span {
  display: block;
  font-size: 0.846em;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .header-inner .toggle-btn {
    display: none;
  }
}

.header-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.header-menu li {
  flex: 0 1 auto;
}
.header-menu li a {
  display: block;
  text-decoration: none;
}
.header-menu li.-current {
  border-bottom: 2px solid;
}

.header-buttons {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .header-buttons {
    display: none;
  }
}
.header-buttons.-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header-buttons.-sp {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .header-buttons .recruit,
  .header-buttons .entry {
    width: 50%;
  }
}
.header-buttons .recruit .hs-button,
.header-buttons .entry .hs-button {
  padding: 2.8rem 2.6rem 2.7rem 2.7rem;
  background-color: #004ea2;
  border: 1px solid #004ea2;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  height: 100%;
  max-width: 11.5rem;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 1200px) {
  .header-buttons .recruit .hs-button,
  .header-buttons .entry .hs-button {
    padding: 2.8rem 1.3rem 2.7rem 1.3rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .header-buttons .recruit .hs-button,
  .header-buttons .entry .hs-button {
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
  }
}
.header-buttons .recruit .hs-button:hover,
.header-buttons .entry .hs-button:hover {
  background-color: #fff;
  color: #004ea2;
  opacity: 1;
}
.header-buttons .entry .hs-button {
  padding: 1.3rem 1.9rem;
  background-color: #eb0a1e;
  border-color: #eb0a1e;
  text-align: center;
  line-height: 1.4;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .header-buttons .entry .hs-button {
    padding: 1.3rem;
    font-size: 1.2rem;
  }
}
.header-buttons .entry .hs-button:hover {
  color: #eb0a1e;
}/* ======================================================================
 * footer
====================================================================== */
.c-footer {
  color: #fff;
  background: #dcdee2;
}
.c-footer .logo {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-footer .logo .company img {
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .c-footer .logo .company img {
    max-width: 350px;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .logo .company:last-of-type img {
    max-width: 56px;
  }
}
.c-footer .logo a:hover {
  opacity: 1;
}

.footer-inner {
  padding: 9.8rem 2rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    padding-top: 6.4rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav {
    margin-top: 4.2rem;
  }
}
.footer-nav .main-menu {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1000px) {
  .footer-nav .main-menu {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav .main-menu {
    flex-direction: column;
    gap: 3rem;
  }
}
.footer-nav .main ul,
.footer-nav .sub ul {
  padding: 0;
  list-style: none;
  padding: 0;
}
.footer-nav .main ul li a,
.footer-nav .sub ul li a {
  color: #4d545e;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
.footer-nav .main ul .hs-menu-depth-1,
.footer-nav .sub ul .hs-menu-depth-1 {
  margin-top: 5.2rem;
  font-size: 0;
}
.footer-nav .main ul .hs-menu-depth-1:first-of-type,
.footer-nav .sub ul .hs-menu-depth-1:first-of-type {
  margin-top: 0;
}
.footer-nav .main ul .hs-menu-depth-1 > a::before,
.footer-nav .sub ul .hs-menu-depth-1 > a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  mask-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #4d545e;
  margin-right: 0.8rem;
  margin-bottom: 0.1rem;
}
.footer-nav .main ul .hs-menu-depth-2,
.footer-nav .sub ul .hs-menu-depth-2 {
  margin-left: 1.5rem;
}
.footer-nav .main ul .hs-menu-depth-2 > a,
.footer-nav .sub ul .hs-menu-depth-2 > a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-nav .main ul .hs-menu-depth-2 > a::before,
.footer-nav .sub ul .hs-menu-depth-2 > a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #4d545e;
  margin-right: 0.6rem;
  margin-bottom: 0.3rem;
}
.footer-nav .main ul {
  column-count: 2;
}
@media screen and (max-width: 768px) {
  .footer-nav .main ul {
    column-gap: 0;
  }
}
.footer-nav .main ul.hs-menu-children-wrapper {
  column-count: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .main ul.hs-menu-children-wrapper {
    gap: 2rem;
  }
}
.footer-nav .main ul .hs-item-has-children {
  break-before: column;
}
.footer-nav .main ul .hs-menu-depth-1:last-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .footer-nav .sub ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .footer-nav .sub ul .hs-menu-depth-1 {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}

.bottom-container {
  border-top: 1px solid rgba(117, 124, 133, 0.2);
}
.bottom-container .inner {
  padding: 1.7rem 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bottom-container .inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.bottom-container .copyright span {
  color: #4d545e;
  font-size: 1.2rem;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.16;
}
.bottom-container .bottom ul {
  padding: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 4rem;
}
.bottom-container .bottom ul li a {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #4d545e;
  text-decoration: none;
}@charset "UTF-8";
/* ======================================================================
 * カスタムセクション
====================================================================== */
/* ------------------------------------------------------------
 * ホームBrandingセクション
------------------------------------------------------------ */
.brabding-section {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/home/bg_branding.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 768px) {
  .brabding-section {
    background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/home/bg_branding-sp.jpg");
  }
}
.brabding-section .branding-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.111;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brabding-section .branding-text {
    font-size: 1.6rem;
    text-align: left;
    line-height: 2;
  }
}
.brabding-section .branding-text p {
  margin: 1.2em 0;
}

/* ------------------------------------------------------------
 * ライン装飾セクション
------------------------------------------------------------ */
.line-section {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/bg_line.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 768px) {
  .line-section {
    background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/bg_line-sp.jpg");
  }
}

/* ------------------------------------------------------------
 * お問い合わせセクション
------------------------------------------------------------ */
.contact-partial-container,
.contact-section {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/bg_contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .contact-partial-container .cmn01_title,
  .contact-section .cmn01_title {
    text-align: center;
  }
}
.contact-partial-container .cmn01_title .main,
.contact-section .cmn01_title .main {
  font-size: 2.8rem;
}
.contact-partial-container .cmn01_title .sub,
.contact-section .cmn01_title .sub {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact-partial-container .cmn01_title .sub,
  .contact-section .cmn01_title .sub {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .contact-partial-container .row-fluid:has(.hs_cos_wrapper_type_cta) .dnd-module .widget-type-cta,
  .contact-section .row-fluid:has(.hs_cos_wrapper_type_cta) .dnd-module .widget-type-cta {
    width: 100%;
    text-align: center;
  }
}
.contact-partial-container .hs_cos_wrapper_type_rich_text,
.contact-section .hs_cos_wrapper_type_rich_text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact-partial-container .hs_cos_wrapper_type_rich_text,
  .contact-section .hs_cos_wrapper_type_rich_text {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.contact-partial-container .hs_cos_wrapper_type_cta,
.contact-section .hs_cos_wrapper_type_cta {
  display: block;
  width: 100%;
  min-width: 360px;
}
@media screen and (max-width: 1000px) {
  .contact-partial-container .hs_cos_wrapper_type_cta,
  .contact-section .hs_cos_wrapper_type_cta {
    min-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .contact-partial-container .hs_cos_wrapper_type_cta,
  .contact-section .hs_cos_wrapper_type_cta {
    min-width: auto;
  }
}
.contact-partial-container .hs_cos_wrapper_type_cta .c-button,
.contact-section .hs_cos_wrapper_type_cta .c-button {
  width: 100%;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .contact-partial-container .hs_cos_wrapper_type_cta .c-button,
  .contact-section .hs_cos_wrapper_type_cta .c-button {
    max-width: 280px;
  }
}
.contact-partial-container .hs_cos_wrapper_type_cta .c-button .arrow-box,
.contact-section .hs_cos_wrapper_type_cta .c-button .arrow-box {
  padding: 1.5rem;
}

/* ------------------------------------------------------------
 * お問い合わせパーシャル
------------------------------------------------------------ */
.contact-partial-container {
  padding: 84px 20px;
}
@media screen and (max-width: 768px) {
  .contact-partial-container {
    padding: 70px 20px;
  }
}
.contact-partial-container .inner {
  max-width: 994px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact-partial-container .inner {
    flex-direction: column;
  }
}
.contact-partial-container .inner .text-container {
  width: 57.446808505%;
}
@media screen and (max-width: 768px) {
  .contact-partial-container .inner .text-container {
    width: 100%;
  }
}
.contact-partial-container .inner .cta-container {
  margin-left: 2.127659574%;
}
@media screen and (max-width: 768px) {
  .contact-partial-container .inner .cta-container {
    margin-top: 30px !important;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

/* ------------------------------------------------------------
 * ブランド用スパイラル背景セクション
------------------------------------------------------------ */
.spiral-section {
  position: relative;
  aspect-ratio: 1372/1446;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .spiral-section {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 768px) {
  .spiral-section {
    aspect-ratio: 390/654.98;
  }
}
.spiral-section::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1372/1446;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/brand/bg_brand-01.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .spiral-section::before {
    background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/brand/bg_brand-01-sp.jpg");
    aspect-ratio: 390/654.98;
  }
}

/* ------------------------------------------------------------
 * ブランドスローガン用セクション
------------------------------------------------------------ */
.slogan-section {
  position: relative;
}
.slogan-section::before, .slogan-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: 0;
}
.slogan-section::before {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/brand/bg_brand-slogan_top.png");
  background-position: top left;
  top: 0;
}
.slogan-section::after {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/brand/bg_brand-slogan_bottom.png");
  background-position: bottom right;
  bottom: 0;
}

/* ------------------------------------------------------------
 * OurBrand用セクション
------------------------------------------------------------ */
.our-brand-section {
  background-color: #f5f5f5;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/brand/bg_brand-03.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 32%;
}
@media screen and (max-width: 768px) {
  .our-brand-section {
    background-position: left 45%;
  }
}

/* ------------------------------------------------------------
 * 波線背景セクション
------------------------------------------------------------ */
.wave-line-section {
  position: relative;
}
.wave-line-section > .row-fluid {
  position: relative;
  z-index: 1;
}
.wave-line-section::before, .wave-line-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
.wave-line-section::before {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/beginner/bg-wave-line-top.png");
  background-position: top left;
  top: 0;
}
.wave-line-section::after {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/beginner/bg-wave-line-bottom.png");
  background-position: bottom right;
  bottom: 0;
}/* ======================================================================
 * pager
====================================================================== */
.c-pagination {
  margin-top: 20px;
}
.c-pagination .inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
}
.c-pagination a,
.c-pagination span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: currentcolor;
  font-weight: bold;
  line-height: 1;
}
.c-pagination .latest-link,
.c-pagination .prev-link,
.c-pagination .next-link,
.c-pagination .oldest-link {
  position: relative;
}
.c-pagination .latest-link.-disabled,
.c-pagination .prev-link.-disabled,
.c-pagination .next-link.-disabled,
.c-pagination .oldest-link.-disabled {
  opacity: 0.4;
}
.c-pagination .latest-link::before, .c-pagination .latest-link::after,
.c-pagination .oldest-link::before,
.c-pagination .oldest-link::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentcolor;
  border-width: 2px 2px 0 0;
}
.c-pagination .latest-link {
  padding-left: 20px;
}
.c-pagination .latest-link::before, .c-pagination .latest-link::after {
  transform: rotate(-135deg);
}
.c-pagination .latest-link::before {
  left: 3px;
}
.c-pagination .latest-link::after {
  left: 8px;
}
.c-pagination .oldest-link {
  padding-right: 20px;
}
.c-pagination .oldest-link::before, .c-pagination .oldest-link::after {
  transform: rotate(45deg);
}
.c-pagination .oldest-link::before {
  right: 3px;
}
.c-pagination .oldest-link::after {
  right: 8px;
}
.c-pagination .prev-link::before,
.c-pagination .next-link::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentcolor;
  border-width: 2px 2px 0 0;
}
.c-pagination .prev-link {
  padding-left: 15px;
}
.c-pagination .prev-link::before {
  transform: rotate(-135deg);
  left: 3px;
}
.c-pagination .prev-link::after {
  left: 8px;
}
.c-pagination .next-link {
  padding-right: 15px;
}
.c-pagination .next-link::before {
  transform: rotate(45deg);
  right: 3px;
}
.c-pagination .number-link.-current {
  color: #eb0a1e;
}.entry-partial-container,
.brand-partial-container {
  padding: 10rem 2rem;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/common/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .entry-partial-container,
  .brand-partial-container {
    padding: 8rem 0;
  }
}
.entry-partial-container .inner,
.brand-partial-container .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry-partial-container .inner,
  .brand-partial-container .inner {
    max-width: 320px;
  }
}
.entry-partial-container .inner .text-container,
.brand-partial-container .inner .text-container {
  text-align: center;
}
.entry-partial-container .inner .text-container p,
.brand-partial-container .inner .text-container p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .entry-partial-container .inner .text-container p,
  .brand-partial-container .inner .text-container p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.entry-partial-container .inner .text-container .main,
.brand-partial-container .inner .text-container .main {
  font-size: 3.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .entry-partial-container .inner .text-container .main,
  .brand-partial-container .inner .text-container .main {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.entry-partial-container .inner .cta,
.brand-partial-container .inner .cta {
  text-align: center;
  margin-top: 3.8rem;
}
.entry-partial-container .inner .cta .c-button,
.brand-partial-container .inner .cta .c-button {
  min-width: 484px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .entry-partial-container .inner .cta .c-button,
  .brand-partial-container .inner .cta .c-button {
    font-size: 1.7rem;
    min-width: 100%;
    line-height: 1.4;
  }
}

.brand-partial-container {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/sunstaff.co.jp/sunstaff-career2026/assets/brand/bg_bottom_cta.jpg");
}
@media screen and (max-width: 768px) {
  .brand-partial-container .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .brand-partial-container .inner .text-container .main {
    margin-top: 0;
  }
}
.brand-partial-container .inner .cta .c-button {
  min-width: 400px;
  min-height: 72px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .brand-partial-container .inner .cta .c-button {
    min-width: 100%;
    font-size: 1.7rem;
    min-height: 56px;
    line-height: 1.4;
  }
}@charset "UTF-8";
/* ------------------------------------------------------------
 * h1テキスト用非表示
------------------------------------------------------------ */
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ------------------------------------------------------------
 * responsive
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only {
    display: none;
  }
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
.u-sp-block {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
}

/* ------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------ */
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 40px;
}
.u-mt-default {
  margin-top: 60px;
}
.u-mt-large {
  margin-top: 80px;
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 40px;
}
.u-mb-default {
  margin-bottom: 60px;
}
.u-mb-large {
  margin-bottom: 80px;
}

/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.u-ofi.-contain {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

/* ------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------ */
.-js-slide-toggle-trig,
[data-tab-target],
[data-tab-switch] {
  -webkit-user-select: none;
  user-select: none;
}

.u-tab-switch-target,
.-js-tab-target-hide,
.-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show,
.-js-tab-switch-show {
  animation: fade-in 0.25s ease-out;
  display: block;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-container:not(.is-in-editor) .u-fadein {
  visibility: hidden;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.8s;
  transition-property: opacity, transform, visibility;
  transform: translateY(20px);
}
.c-container:not(.is-in-editor) .u-fadein.-is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}