@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #9b2f24;
  color: #ffffff;
}

::selection {
  background: #9b2f24;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #f3f5e5;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #333333;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button {
  z-index: 1020 !important;
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 85px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 1030;
  background: #f3f5e5;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.hamburger::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/bg_illust.png) center center/contain no-repeat;
  aspect-ratio: 1440/247;
  pointer-events: none;
  z-index: -1;
  width: 100%;
}
@media (max-width: 834px) {
  .hamburger::before {
    width: 200%;
  }
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 40px 30px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 1020px;
  margin: auto;
}
.hamburger__menu__logo {
  margin: 0 auto -40px;
  z-index: 1;
  position: relative;
}
@media (max-width: 834px) {
  .hamburger__menu__logo {
    margin-bottom: -31px;
  }
}
.hamburger__menu__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #ffffff;
  margin: 0 auto;
  max-width: 360px;
  background: #f3f5e5;
  padding: 20px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 16px;
    padding: 15px;
  }
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 230px;
  }
}
.hamburger__menu__logo .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding: 4px 15px 5px;
  border: 1px solid;
}
.hamburger__menu__nav {
  padding: 110px 75px;
  border-radius: 40px;
  border: 5px solid #fff;
  background: #f3f5e5;
  position: relative;
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    padding: 40px 22px;
    border: 3px solid #fff;
    border-radius: 20px;
  }
}
.hamburger__menu__nav::before {
  content: "";
  position: absolute;
  background: url(../img/index/mv_illust_people01.png) center center/contain no-repeat;
  width: clamp(15rem, 7.553rem + 14.894vw, 29rem);
  aspect-ratio: 109/85;
  bottom: -80px;
  left: 0;
  translate: -50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__nav::before {
    left: 30px;
    bottom: -90px;
  }
}
.hamburger__menu__nav::after {
  content: "";
  position: absolute;
  background: url(../img/index/mv_illust_people02.png) center center/contain no-repeat;
  width: clamp(12rem, 5.617rem + 12.766vw, 24rem);
  aspect-ratio: 260/183;
  bottom: -60px;
  right: -90px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__nav::after {
    right: -22px;
    bottom: -80px;
  }
}
.hamburger__menu__nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list {
    display: block;
  }
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item {
    margin-bottom: 10px;
  }
}
.hamburger__menu__nav__list__item a {
  display: block;
  padding: 16px 55px 16px 24px;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    padding: 10px 40px 10px 10px;
    font-size: 1.5rem;
  }
}
.hamburger__menu__nav__list__item a::before {
  content: "";
  width: 35px;
  aspect-ratio: 1/1;
  background: #6dc6c1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a::before {
    width: 28px;
  }
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  position: absolute;
  background: url(../img/common/btn_arrow.png) center center/contain no-repeat;
  width: 9px;
  aspect-ratio: 12/11;
  top: 50%;
  right: 13px;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a::after {
    width: 8px;
    right: 10px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover::before {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.hamburger__menu__close {
  position: fixed;
  top: -1px;
  right: 10px;
  aspect-ratio: 1/1;
  width: 72px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 25px));
  cursor: pointer;
  z-index: 1020;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    display: block;
    width: 55px;
    right: 5px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 18px));
  }
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    background: #e2b72e;
    color: #fff;
  }
}
.hamburger__menu__close__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hamburger__menu__close__txt::before {
  content: "";
  display: block;
  background: url(../img/common/logo02.png) center center/contain no-repeat;
  width: 35px;
  aspect-ratio: 35/11;
}
@media (max-width: 834px) {
  .hamburger__menu__close__txt::before {
    width: 28px;
  }
}
.hamburger__btn {
  position: fixed;
  top: -1px;
  right: 10px;
  aspect-ratio: 1/1;
  width: 72px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 30px));
  cursor: pointer;
  z-index: 1020;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__btn {
    display: block;
    width: 55px;
    right: 5px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 18px));
  }
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    background-color: #e2b72e;
  }
  .hamburger__btn:hover .hamburger__btn__txt {
    color: #fff;
  }
}
.hamburger__btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hamburger__btn__txt::before {
  content: "";
  display: block;
  background: url(../img/common/logo02.png) center center/contain no-repeat;
  width: 35px;
  aspect-ratio: 35/11;
}
@media (max-width: 834px) {
  .hamburger__btn__txt::before {
    width: 28px;
  }
}

.js-scrolled .hamburger__btn {
  background: #f3f5e5;
}
@media (any-hover: hover) {
  .js-scrolled .hamburger__btn:hover {
    background: #e2b72e;
    color: #fff;
  }
}

.anime.-buruburu.js-active {
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
.anime.-buruburu.-delay.js-active {
  -webkit-animation: 3s buruburu infinite 1.5s;
          animation: 3s buruburu infinite 1.5s;
}

@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  6% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  11% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  16% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes buruburu {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  6% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  11% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  16% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.anime.-fuwafuwa.js-active {
  -webkit-animation: 3s fuwafuwa infinite 1s;
          animation: 3s fuwafuwa infinite 1s;
}
@media (max-width: 834px) {
  .anime.-fuwafuwa.js-active {
    -webkit-animation: 3s fuwafuwa-sp infinite 1s;
            animation: 3s fuwafuwa-sp infinite 1s;
  }
}
.anime.-fuwafuwa.-delay.js-active {
  -webkit-animation: 3s fuwafuwa infinite 1.5s;
          animation: 3s fuwafuwa infinite 1.5s;
}
@media (max-width: 834px) {
  .anime.-fuwafuwa.-delay.js-active {
    -webkit-animation: 3s fuwafuwa-sp infinite 1.5s;
            animation: 3s fuwafuwa-sp infinite 1.5s;
  }
}
.anime.-fuwafuwa.-delay02.js-active {
  -webkit-animation: 3s fuwafuwa infinite 2s;
          animation: 3s fuwafuwa infinite 2s;
}
@media (max-width: 834px) {
  .anime.-fuwafuwa.-delay02.js-active {
    -webkit-animation: 3s fuwafuwa-sp infinite 2s;
            animation: 3s fuwafuwa-sp infinite 2s;
  }
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fuwafuwa-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes fuwafuwa-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* 初期状態：非表示かつ下にズラす */
.slidein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* .js-active が付いたときアニメーション */
.js-active .slidein {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  40%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  40%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 初期状態：非表示かつ左にズラす */
.slideinLeft {
  opacity: 0;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px); /* ← 左にオフセット */
}

/* .js-active が付いたときアニメーション */
.js-active .slideinLeft {
  -webkit-animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  40%, 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  40%, 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.6);
            transform: translateY(-10px) scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.6);
            transform: translateY(-10px) scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(150%);
            transform: scale(0.4) translateY(150%);
  }
  30% {
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1) translateY(-30%);
            transform: scale(1) translateY(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(150%);
            transform: scale(0.4) translateY(150%);
  }
  30% {
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1) translateY(-30%);
            transform: scale(1) translateY(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  30% {
    -webkit-transform: translateY(-25%) scale(1);
            transform: translateY(-25%) scale(1);
  }
  50% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  90% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  30% {
    -webkit-transform: translateY(-25%) scale(1);
            transform: translateY(-25%) scale(1);
  }
  50% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  90% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes flipInY_open {
  0% {
    z-index: auto;
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -9deg);
            transform: perspective(600px) rotate3d(0, 1, 0, -9deg);
  }
  60% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 3deg);
            transform: perspective(600px) rotate3d(0, 1, 0, 3deg);
  }
  80% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -1deg);
            transform: perspective(600px) rotate3d(0, 1, 0, -1deg);
  }
  100% {
    -webkit-transform: perspective(600px);
            transform: perspective(600px);
    opacity: 1;
  }
}
@keyframes flipInY_open {
  0% {
    z-index: auto;
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -9deg);
            transform: perspective(600px) rotate3d(0, 1, 0, -9deg);
  }
  60% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 3deg);
            transform: perspective(600px) rotate3d(0, 1, 0, 3deg);
  }
  80% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -1deg);
            transform: perspective(600px) rotate3d(0, 1, 0, -1deg);
  }
  100% {
    -webkit-transform: perspective(600px);
            transform: perspective(600px);
    opacity: 1;
  }
}
@-webkit-keyframes pop-bounce {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
  }
  60% {
    -webkit-transform: scale(0.95) rotate(-2deg);
            transform: scale(0.95) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@keyframes pop-bounce {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
  }
  60% {
    -webkit-transform: scale(0.95) rotate(-2deg);
            transform: scale(0.95) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes zoomInDecoY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.9);
            transform: translateY(100px) scale(0.9); /* 初期位置を下にずらし、少し縮小 */
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1); /* 少し上に動き、拡大 */
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); /* 元の位置に戻り、元のサイズ */
    opacity: 1;
  }
}
@keyframes zoomInDecoY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.9);
            transform: translateY(100px) scale(0.9); /* 初期位置を下にずらし、少し縮小 */
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1); /* 少し上に動き、拡大 */
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); /* 元の位置に戻り、元のサイズ */
    opacity: 1;
  }
}
@-webkit-keyframes imgChange {
  0% {
    opacity: 0;
  }
  25%, 50% {
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
  }
}
@keyframes imgChange {
  0% {
    opacity: 0;
  }
  25%, 50% {
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
  }
}
/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #f3f5e5;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 44px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 13px 20px !important;
  background: #f3f5e5;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 5px;
  height: 9px;
  color: #7f7f7f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #9b2f24;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #9b2f24 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #9b2f24;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.custom-form .custom-form_parts {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 8px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  font-weight: 700;
  margin-bottom: 5px;
}
.custom-form .parts_ttl::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: #e2b72e;
  width: 9px;
  height: 9px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  border: none;
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #9b2f24;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #9b2f24;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.custom-form .category_list li label {
  display: block;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border-radius: 3px;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  border: 2px solid #6dc6c1;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 15px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #9b2f24;
  }
}
.custom-form .selCity-box {
  margin-top: 10px;
}
.custom-form .selCity_alert {
  color: #9b2f24;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: #fff;
  padding: 13px 16px 12px 35px;
  border-radius: 3px;
}
.custom-form input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.custom-form input[type=checkbox] + label::after {
  top: 17px;
  left: 15px;
  color: #cccccc;
}
.custom-form input[type=checkbox]:checked + label::before {
  border: 2px solid #e2b72e;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #e2b72e;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
  width: 85%;
}
@media (max-width: 1260px) {
  .custom-form .-freeword .searchWord {
    width: 76%;
  }
}
@media (max-width: 834px) {
  .custom-form .-freeword .searchWord {
    width: 100%;
  }
}
.custom-form .-freeword .content {
  position: relative;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  width: 80%;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
    width: 100%;
  }
}
.custom-form .custom-form_searth_btn {
  position: absolute;
  top: -5px;
  right: 0;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    position: static;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 190px;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 300px;
    margin: 20px auto 0;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 16px !important;
  height: 16px !important;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/ico_search_white.png) center center/contain no-repeat;
          mask: url(../img/common/ico_search_white.png) center center/contain no-repeat;
  background-color: #fff;
  position: absolute;
  top: 50% !important;
  left: 25px !important;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 110px;
    width: 16px;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover::before {
    background-color: #6dc6c1;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #6dc6c1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 15px 24px 15px 48px !important;
  border-radius: 80px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 18px 24px 18px 48px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.8rem;
  }
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
    background-color: #fff;
    color: #6dc6c1;
    -webkit-box-shadow: inset 0 0 0 2px #6dc6c1;
            box-shadow: inset 0 0 0 2px #6dc6c1;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	下層ページヘッダー
--------------------*/
.page-header {
  position: relative;
}
.page-header__inner {
  padding-top: 140px;
  padding-bottom: 30px;
  max-width: 1380px;
}
@media (max-width: 834px) {
  .page-header__inner {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.page-header__inner .commonTitle {
  text-align: center;
  margin: 0 auto;
  max-width: 610px;
}
@media (max-width: 834px) {
  .page-header__inner .commonTitle {
    max-width: 432px;
  }
}
.page-header__illust .illust__town {
  position: absolute;
  pointer-events: none;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  z-index: -1;
}
.page-header__illust .illust__town.-left {
  width: 285px;
  top: 70%;
  left: 30px;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .page-header__illust .illust__town.-left {
    top: 90%;
    width: 130px;
    left: -20px;
  }
}
.page-header__illust .illust__town.-right {
  width: 254px;
  top: 70%;
  right: 30px;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .page-header__illust .illust__town.-right {
    top: 90%;
    right: -20px;
    width: 120px;
  }
}

/*--------------------
	パンくず
--------------------*/
.breadcrumb {
  background: #fff;
  position: relative;
  padding: 50px 40px 0;
  z-index: 2;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 14px 16px 0;
    margin-bottom: -20px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #888;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #888;
}

/*--------------------
	タイトル
--------------------*/
.commonTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commonTitle.js-active .eng .word {
  -webkit-animation: pop 0.6s ease-in 0.5s forwards;
          animation: pop 0.6s ease-in 0.5s forwards;
}
.commonTitle .eng {
  letter-spacing: 0;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .commonTitle .eng {
    font-size: 1.4rem;
  }
}
.commonTitle .eng .word {
  position: relative;
  display: inline-block;
}
.commonTitle .eng .word:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.commonTitle .eng .word:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.commonTitle .eng .word:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.commonTitle .eng .word:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.commonTitle .eng .word:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.commonTitle .eng .word:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.commonTitle .eng .word:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.commonTitle .eng .word:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.commonTitle .eng .word:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.commonTitle .eng .word:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.commonTitle .eng .word:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.commonTitle .eng .word:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.commonTitle .eng .word:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.commonTitle .eng .word:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.commonTitle .eng .word:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.commonTitle .eng .word:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.commonTitle .eng .word:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.commonTitle .eng .word:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.commonTitle .eng .word:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.commonTitle .eng .word:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.commonTitle .eng .word:nth-child(21) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.commonTitle .eng .word:nth-child(22) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.commonTitle .eng .word:nth-child(23) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.commonTitle .eng .word:nth-child(24) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.commonTitle .eng .word:nth-child(25) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.commonTitle .eng .word:nth-child(26) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.commonTitle .eng .word:nth-child(27) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.commonTitle .eng .word:nth-child(28) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.commonTitle .eng .word:nth-child(29) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.commonTitle .eng .word:nth-child(30) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.commonTitle .eng .word:nth-child(11n+1) {
  color: #56a764;
}
.commonTitle .eng .word:nth-child(11n+2) {
  color: #9460a0;
}
.commonTitle .eng .word:nth-child(11n+3) {
  color: #d06d8c;
}
.commonTitle .eng .word:nth-child(11n+4) {
  color: #de9610;
}
.commonTitle .eng .word:nth-child(11n+5) {
  color: #907f79;
}
.commonTitle .eng .word:nth-child(11n+6) {
  color: #55a0d0;
}
.commonTitle .eng .word:nth-child(11n+7) {
  color: #c93a40;
}
.commonTitle .eng .word:nth-child(11n+8) {
  color: #54b3b1;
}
.commonTitle .eng .word:nth-child(11n+9) {
  color: #9460a0;
}
.commonTitle .eng .word:nth-child(11n+10) {
  color: #ae7d42;
}
.commonTitle .eng .word:nth-child(11n+11) {
  color: #afafaf;
}
.commonTitle .ja {
  font-size: clamp(3rem, 1.077rem + 3.846vw, 6rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .commonTitle .ja {
    margin-top: 5px;
  }
}

/*--------------------
	ボタン
--------------------*/
.commonBtn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commonBtn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .commonBtn01 a {
    gap: 10px;
  }
}
.commonBtn01 a .btn__text {
  font-weight: 700;
  font-size: 1.8rem;
  padding-bottom: 5px;
  line-height: 1;
  z-index: 1;
  position: relative;
}
@media (max-width: 834px) {
  .commonBtn01 a .btn__text {
    font-size: 1.5rem;
  }
}
.commonBtn01 a .btn__text::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.commonBtn01 a .btn__ico {
  display: block;
  border-radius: 50%;
  background: #6dc6c1;
  width: 61px;
  aspect-ratio: 1/1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn01 a .btn__ico {
    width: 40px;
  }
}
.commonBtn01 a .btn__ico::before {
  content: "";
  display: block;
  background: url(../img/common/btn_arrow.png) center center/contain no-repeat;
  width: 12px;
  aspect-ratio: 12/11;
}
@media (max-width: 834px) {
  .commonBtn01 a .btn__ico::before {
    width: 8px;
  }
}
@media (any-hover: hover) {
  .commonBtn01 a:hover {
    opacity: 1;
  }
  .commonBtn01 a:hover .btn__text::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .commonBtn01 a:hover .btn__ico {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.commonBtn02 {
  width: 387px;
}
@media (max-width: 834px) {
  .commonBtn02 {
    width: 100%;
    max-width: 280px;
  }
}
.commonBtn02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  padding: 25px 60px;
  background: #6dc6c1;
  border-radius: 500px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .commonBtn02 a {
    padding: 20px 32px;
    font-size: 1.5rem;
  }
}
.commonBtn02 a::after {
  content: "";
  aspect-ratio: 24/22;
  width: 12px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 32px;
  background: #fff;
  -webkit-mask: url(../img/common/btn_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/btn_arrow.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .commonBtn02 a::after {
    right: 19px;
    width: 10px;
  }
}
@media (any-hover: hover) {
  .commonBtn02 a:hover {
    color: #6dc6c1;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #6dc6c1;
            box-shadow: inset 0 0 0 3px #6dc6c1;
  }
  .commonBtn02 a:hover::after {
    background: #6dc6c1;
  }
}
.commonBtn02 a .text {
  font-weight: 700;
}
.commonBtn02.-yellow a {
  background: #e2b72e;
}
@media (any-hover: hover) {
  .commonBtn02.-yellow a:hover {
    color: #e2b72e;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #e2b72e;
            box-shadow: inset 0 0 0 3px #e2b72e;
  }
  .commonBtn02.-yellow a:hover::after {
    background: #e2b72e;
  }
}

/*--------------------
	改行
--------------------*/
@media (max-width: 834px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 834px) {
  br.sp {
    display: inline-block;
  }
}

/*--------------------
	コンバージョン
--------------------*/
.fixed_conversion {
  z-index: 990;
}
.fixed_conversion .btn_conversion {
  border-radius: 50px;
}
.fixed_conversion .btn_conversion::after {
  top: 25px !important;
  right: 25px !important;
}
@media (any-hover: hover) {
  .fixed_conversion .btn_conversion:hover {
    opacity: 1;
    color: #6dc6c1 !important;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #6dc6c1;
            box-shadow: inset 0 0 0 2px #6dc6c1;
  }
  .fixed_conversion .btn_conversion:hover::after {
    background: url(../img/kyujin/ico_custom_blank_color02.png) no-repeat center top/contain;
  }
}

/*--------------------
	bnr(住宅営業経験者の方へ)
--------------------*/
.bnrExperience {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-animation: slideInUp 1s forwards;
          animation: slideInUp 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bnrExperience__inner {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation: 3s fuwafuwa infinite 1s;
          animation: 3s fuwafuwa infinite 1s;
}
@media (any-hover: hover) {
  .bnrExperience__inner:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
@media (max-width: 834px) {
  .bnrExperience__inner {
    -webkit-animation: 3s fuwafuwa-sp infinite 1s;
            animation: 3s fuwafuwa-sp infinite 1s;
  }
}
.bnrExperience a {
  display: block;
  max-width: 228px;
}
@media (max-width: 834px) {
  .bnrExperience a {
    max-width: 136.8px;
  }
}
@media (any-hover: hover) {
  .bnrExperience a:hover {
    opacity: 1;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}
.bnrExperience.js-scroll-hide {
  visibility: hidden;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  pointer-events: none;
  opacity: 0;
}
.bnrExperience.js-scroll-hide .bnrExperience__inner {
  opacity: 0;
}
.lower-kyujin_d .bnrExperience {
  display: none !important;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__inner {
  position: relative;
  z-index: 5;
  padding-inline: 30px;
  padding-block: 21px;
  width: 100%;
  margin-inline: auto;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    gap: 12px 15px;
    padding-inline: 15px;
    padding: 15px 56px 15px 3%;
  }
}
.header__inner::before {
  content: "";
  background: #fff;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 30px));
  position: absolute;
  margin: 0 10px;
  opacity: 0.01;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__inner::before {
    margin: 0 5px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 18px));
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
  position: relative;
  z-index: 10;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__logo__img {
  max-width: 260px;
  line-height: 1;
}
@media (max-width: 834px) {
  .header__logo__img {
    max-width: 140px;
  }
}
.header__logo__sub {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 2px 10px;
}
@media (max-width: 834px) {
  .header__logo__sub {
    font-size: 1rem;
  }
}
.header__nav {
  margin-left: auto;
  margin-right: 75px;
}
@media (max-width: 1530px) {
  .header__nav {
    display: none;
  }
}
.header__nav .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.6rem;
}
.header__nav .navList a {
  position: relative;
}
.header__nav .navList a::before {
  background: #e2b72e;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .header__nav .navList__item a:hover {
    opacity: 1;
    padding-bottom: 3px;
  }
  .header__nav .navList__item a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.js-scrolled .header__inner {
  position: relative;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding-left: 5%;
  }
}
.js-scrolled .header__inner::before {
  opacity: 1;
}

/* ============================================
// 採用情報
// ==========================================*/
.sec__recruit {
  background: #fdde81;
  position: relative;
  margin-top: 220px;
  z-index: 3;
}
@media (max-width: 834px) {
  .sec__recruit {
    margin-top: 90px;
  }
}
.sec__recruit::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url(../img/common/bg_illust.png) center center/contain no-repeat;
  aspect-ratio: 1440/247;
  pointer-events: none;
  z-index: -1;
  width: 100%;
}
@media (max-width: 834px) {
  .sec__recruit::before {
    width: 160%;
  }
}
.sec__recruit::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-mask: url(../img/index/shape_bg02.png) center center/cover no-repeat;
          mask: url(../img/index/shape_bg02.png) center center/cover no-repeat;
  background-color: #fff;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.sec__recruit__inner {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .sec__recruit__inner {
    padding-top: 40px;
  }
}
.sec__recruit__contents {
  position: relative;
  opacity: 0.01;
}
.sec__recruit__contents.js-active {
  -webkit-animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.sec__recruit__contents::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/common/recruit_logo.png) center center/contain no-repeat;
  width: 74px;
  aspect-ratio: 74/24;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__recruit__contents::after {
    width: 54px;
    top: -9px;
  }
}
.sec__recruit__contents .contentsArea {
  overflow: hidden;
  position: relative;
  padding: 56px 70px;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  border: 7px solid #fff;
}
@media (max-width: 834px) {
  .sec__recruit__contents .contentsArea {
    border-radius: 25px;
    border: 4px solid #fff;
    padding: 40px 4% 36px;
  }
}
.sec__recruit__contents .contentsArea::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: url(../img/common/logo03.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.sec__recruit__contents .contentsArea .head {
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .sec__recruit__contents .contentsArea .head .img {
    max-width: 400px;
    margin-inline: auto;
    padding-inline: 1%;
  }
}
.sec__recruit__contents .contentsArea .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .sec__recruit__contents .contentsArea .btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.sec__recruit__illust .illust {
  position: absolute;
  pointer-events: none;
}
.sec__recruit__illust .illust.-left {
  max-width: 187px;
  width: 100%;
  bottom: -10px;
  left: 70px;
}
@media (max-width: 834px) {
  .sec__recruit__illust .illust.-left {
    max-width: 97px;
    bottom: -7px;
    left: 10px;
  }
}
.sec__recruit__illust .illust.-left img {
  aspect-ratio: 187/162;
}
.sec__recruit__illust .illust.-right {
  right: 50px;
  bottom: -24px;
}
@media (max-width: 834px) {
  .sec__recruit__illust .illust.-right {
    right: 20px;
    bottom: -16px;
  }
}
.sec__recruit__illust .illust.-right .illust__people {
  max-width: 268px;
  width: 100%;
}
@media (max-width: 834px) {
  .sec__recruit__illust .illust.-right .illust__people {
    max-width: 138px;
  }
}
.sec__recruit__illust .illust.-right .illust__people img {
  aspect-ratio: 268/157;
}
.sec__recruit__illust .illust.-right .illust__fukidashi {
  position: absolute;
  top: -58px;
  right: -32px;
  max-width: 126px;
  width: 100%;
}
@media (max-width: 834px) {
  .sec__recruit__illust .illust.-right .illust__fukidashi {
    top: -38px;
    right: -12px;
    max-width: 86px;
  }
}
.sec__recruit__illust .illust.-right .illust__fukidashi img {
  aspect-ratio: 126/66;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background: #fff;
}
.footer__inner {
  padding-top: 110px;
}
@media (max-width: 834px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.7%;
  max-width: 1380px;
}
@media (max-width: 834px) {
  .footer__top {
    display: contents;
  }
}
.footer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px 0;
}
@media (max-width: 834px) {
  .footer__left {
    gap: 20px 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 20px;
  }
}
.footer__left__logo .img {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 834px) {
  .footer__left__logo .img {
    max-width: 200px;
  }
}
.footer__left__logo .img img {
  aspect-ratio: 260/28;
}
@media (max-width: 834px) {
  .footer__left__info__address {
    line-height: 1.6;
  }
}
.footer__left__info__map {
  margin-top: 10px;
}
.footer__left__info__map a {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  line-height: 1;
}
.footer__left__info__map a::before {
  content: "";
  display: block;
  background: url(../img/common/map_icon.png) center center/contain no-repeat;
  width: 10px;
  aspect-ratio: 10/13;
}
.footer__left__info__tel {
  margin-top: 26px;
}
@media (max-width: 834px) {
  .footer__left__info__tel {
    margin-top: 20px;
  }
}
.footer__left__info__tel a {
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__left__info__tel a {
    font-size: 1.8rem;
  }
}
.footer__left__info__tel a .tel {
  background: #333333;
  padding: 4px 5px 3px;
  font-size: 1.3rem;
  color: #fff;
  margin-right: 10px;
}
.footer__left__info__link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.footer__left__info__link .link a {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  position: relative;
}
.footer__left__info__link .link a::before {
  content: "";
  display: block;
  background: url(../img/common/link_icon.png) center center/contain no-repeat;
  width: 11px;
  aspect-ratio: 11/8;
}
.footer__left__info__link .link a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59%;
          flex: 0 0 59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px 0;
}
@media (max-width: 834px) {
  .footer__right {
    display: contents;
  }
}
.footer__right__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__right__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 20px;
    gap: 0;
  }
}
.footer__right__link .title {
  background: #333;
  padding: 0 15px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .footer__right__link .title {
    font-size: 1.5rem;
  }
}
.footer__right__link .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__right__link .sns {
    margin-top: 20px;
    gap: 15px;
  }
}
.footer__right__link .sns__item a {
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .footer__right__link .sns__item a {
    font-size: 1.4rem;
    gap: 7px;
  }
}
.footer__right__link .sns__item a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 39px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .footer__right__link .sns__item a::before {
    width: 29px;
  }
}
.footer__right__link .sns__item.-youtube a::before {
  background: url(../img/common/youtube_icon.png) center center/contain no-repeat;
}
.footer__right__link .sns__item.-instagram a::before {
  background: url(../img/common/instagram_icon.png) center center/contain no-repeat;
}
.footer__right__link .sns__item.-line a::before {
  background: url(../img/common/line_icon.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .footer__right__jobSearch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px 20px;
  }
}
.footer__right__jobSearch__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 80px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__right__jobSearch__upper {
    gap: 20px 30px;
    margin-bottom: 20px;
  }
}
.footer__right__jobSearch__item .title {
  font-weight: 700;
}
.footer__right__jobSearch__item .jobSearchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__right__jobSearch__item .jobSearchList {
    gap: 5px 10px;
  }
}
.footer__right__jobSearch__item .jobSearchList__item a {
  position: relative;
}
.footer__right__jobSearch__item .jobSearchList__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__right__bottom {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
}
@media (max-width: 834px) {
  .footer__right__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 30px 20px;
  }
}
.footer__right__bottom__ga a {
  color: rgba(51, 51, 51, 0.7);
  position: relative;
}
.footer__right__bottom__ga a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.7);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 834px) {
  .footer__bottom {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.footer__bottom__inner {
  max-width: 1460px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 835px) {
  .footer__bottom__inner {
    padding: 0 80px 30px;
  }
}
@media (max-width: 834px) {
  .footer__bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding-bottom: 80px;
    margin-top: 10px;
  }
}
.footer__bottom__inner .img {
  max-width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .footer__bottom__inner .img {
    max-width: 200px;
  }
}
.footer__bottom__inner .img img {
  aspect-ratio: 295/32;
}
.footer__bottom__inner .text {
  font-size: 1rem;
  font-weight: 700;
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop a {
  position: absolute;
  bottom: -1px;
  right: 10px;
  z-index: 980;
  aspect-ratio: 1/1;
  width: 72px;
  background: #f3f5e5;
  clip-path: polygon(0 34px, 13px 0, calc(100% - 13px) 0, 100% 34px, 100% 100%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .pagetop a {
    width: 58px;
    clip-path: polygon(0 20px, 10px 0, calc(100% - 10px) 0, 100% 20px, 100% 100%, 0 100%);
  }
}
@media (any-hover: hover) {
  .pagetop a:hover {
    background: #6dc6c1;
    color: #fff;
  }
  .pagetop a:hover .text::before {
    background-color: #fff;
  }
}
.pagetop a .text {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 834px) {
  .pagetop a .text {
    margin-top: 3px;
  }
}
.pagetop a .text::before {
  content: "";
  display: block;
  -webkit-mask: url(../img/common/pagetop_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/pagetop_arrow.png) center center/contain no-repeat;
  background-color: #333;
  width: 11px;
  aspect-ratio: 11/13;
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .main {
  z-index: 10;
}
.front-page .sec__mv {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__mv {
    padding-top: 50px;
    padding-bottom: 56px;
  }
}
.front-page .sec__mv__inner {
  padding: 60px 40px;
  max-width: 1300px;
}
@media (max-width: 834px) {
  .front-page .sec__mv__inner {
    padding: 60px 20px;
    padding: 64px 20px 80px;
  }
}
.front-page .sec__mv__bg {
  stroke: #9b2f24;
  stroke-width: 3;
  fill: rgba(255, 255, 255, 0.8);
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: drawW 2s ease-out forwards;
          animation: drawW 2s ease-out forwards;
  margin: 0 auto;
  width: 100%;
}
@-webkit-keyframes drawW {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawW {
  to {
    stroke-dashoffset: 0;
  }
}
.front-page .sec__mv__bg.fill-in {
  fill: rgba(255, 255, 255, 0.8);
  stroke: #9b2f24;
  stroke-width: 3;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
  -webkit-animation: fillW 1s ease-in-out forwards;
          animation: fillW 1s ease-in-out forwards;
}
@-webkit-keyframes fillW {
  0% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 0.01;
  }
}
@keyframes fillW {
  0% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 0.01;
  }
}
.front-page .sec__mv__title {
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 50%;
  translate: -50%;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.front-page .sec__mv__title .title__main, .front-page .sec__mv__title .title__sub {
  color: #9b2f24;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.15em;
}
@media (max-width: 834px) {
  .front-page .sec__mv__title .title__main, .front-page .sec__mv__title .title__sub {
    font-size: 1.1rem;
  }
}
.front-page .sec__mv__title .title__main {
  border-bottom: 1px solid #9b2f24;
}
.front-page .sec__mv__title .title__sub {
  border-top: 1px solid #9b2f24;
}
.front-page .sec__mv__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
}
.front-page .sec__mv__contents .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  margin: auto;
}
.front-page .sec__mv__contents .textArea span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .sec__mv__contents .textArea .copy {
  max-width: clamp(599.25px, 57.3170731707vw, 705px);
}
@media (max-width: 834px) {
  .front-page .sec__mv__contents .textArea .copy {
    max-width: clamp(315.84px, 71.8525179856vw, 599.25px);
  }
}
.front-page .sec__mv__contents .textArea .copy img {
  opacity: 0.01;
  -webkit-transform: scale(0.8) rotate(-5deg);
          transform: scale(0.8) rotate(-5deg);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: clip-path 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: clip-path 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: clip-path 0.6s ease-out, transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: clip-path 0.6s ease-out, transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  display: block;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.front-page .sec__mv__contents .textArea .copy.js-active img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-animation: pop-bounce 0.6s ease-out 0.6s forwards;
          animation: pop-bounce 0.6s ease-out 0.6s forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.front-page .sec__mv__illust .illust__town.js-active .illust__town__item {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.front-page .sec__mv__illust .illust__town__item {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  z-index: -1;
  display: inline-block;
  text-align: center;
}
.front-page .sec__mv__illust .illust__town__item:nth-child(1) {
  top: 30px;
  left: 70px;
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(1) {
    top: -40px;
    left: 40px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(2) {
  top: 410px;
  left: 10px;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(2) {
    top: 90px;
    left: 10px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(3) {
  top: 110px;
  left: -30px;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
@media (max-width: 1360px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(3) {
    left: 10px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(3) {
    top: -10px;
    left: 10px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(4) {
  top: 220px;
  left: 120px;
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(4) {
    top: 30px;
    left: 60px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(5) {
  top: 0;
  left: 180px;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(5) {
    top: -50px;
    left: 80px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(6) {
  top: 130px;
  left: 90px;
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(6) {
    top: -10px;
    left: 50px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(7) {
  top: 230px;
  left: -50px;
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
@media (max-width: 1360px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(7) {
    left: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(7) {
    top: 35px;
    left: 0px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(8) {
  bottom: 140px;
  left: 110px;
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(8) {
    top: 20px;
    left: 98px;
    bottom: auto;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(9) {
  top: 30px;
  right: 30px;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(9) {
    top: -40px;
    right: 30px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(10) {
  top: 250px;
  right: -10px;
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
@media (max-width: 1360px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(10) {
    right: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(10) {
    top: -40px;
    right: 110px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(11) {
  top: 140px;
  right: 90px;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(11) {
    top: 0px;
    right: 60px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(12) {
  bottom: 160px;
  right: 180px;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(12) {
    bottom: auto;
    top: 90px;
    right: 4px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(13) {
  top: 0;
  right: 150px;
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(13) {
    top: -50px;
    right: 50px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(14) {
  top: 90px;
  right: -30px;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media (max-width: 1360px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(14) {
    right: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(14) {
    top: 0px;
    right: 0px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(15) {
  top: 250px;
  right: 90px;
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(15) {
    top: 20px;
    right: 92px;
  }
}
.front-page .sec__mv__illust .illust__town__item:nth-child(16) {
  top: 370px;
  right: -30px;
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
@media (max-width: 1360px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(16) {
    right: 10px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item:nth-child(16) {
    top: 40px;
    right: 2px;
    bottom: auto;
  }
}
@media (max-width: 1280px) {
  .front-page .sec__mv__illust .illust__town__item img {
    width: 85%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__town__item img {
    width: 30%;
    height: auto;
  }
}
.front-page .sec__mv__illust .illust__people {
  position: absolute;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 40px;
  left: 0;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__people {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: -40px;
  }
}
.front-page .sec__mv__illust .illust__people .left {
  width: clamp(15rem, 5.585rem + 18.83vw, 32.7rem);
  opacity: 0.01;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__people .left {
    width: clamp(111.834px, 17.6438848921vw, 147.15px);
  }
}
.front-page .sec__mv__illust .illust__people .right {
  width: clamp(13rem, 6.085rem + 13.83vw, 26rem);
  opacity: 0.01;
  margin-right: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__mv__illust .illust__people .right {
    margin-right: 4%;
    width: clamp(95.94px, 14.964028777vw, 124.8px);
  }
}
.front-page .sec__mv__illust .illust__people.js-active .left,
.front-page .sec__mv__illust .illust__people.js-active .right {
  -webkit-animation: bounceIn 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: bounceIn 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.front-page .sec__mv__illust .illust__people.buruburu .left {
  -webkit-animation: buruburu 3s ease-in-out infinite;
          animation: buruburu 3s ease-in-out infinite;
  opacity: 1;
}
.front-page .sec__mv__illust .illust__people.buruburu .right {
  -webkit-animation: buruburu 3s ease-in-out infinite 1.5s;
          animation: buruburu 3s ease-in-out infinite 1.5s;
  opacity: 1;
}
.front-page .sec__intro {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .front-page .sec__intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.front-page .sec__intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/index/shape_bg01.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.front-page .sec__intro::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../img/index/shape_bg02.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.front-page .sec__intro__inner {
  max-width: 1180px;
}
.front-page .sec__intro__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7%;
}
@media (min-width: 835px) {
  .front-page .sec__intro__contents {
    min-height: 600px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .sec__intro__contents .copy {
  width: clamp(37rem, 7.909rem + 28.409vw, 42rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__intro__contents .copy {
    width: 249px;
  }
}
.front-page .sec__intro__contents .copy img {
  aspect-ratio: 420/240;
}
.front-page .sec__intro__contents .textArea {
  margin-top: 15px;
  font-weight: 700;
  line-height: 2.5;
}
@media (max-width: 834px) {
  .front-page .sec__intro__contents .textArea {
    margin-top: 32px;
  }
}
.front-page .sec__intro__contents .textArea .sub-copy {
  font-size: 2.55rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .front-page .sec__intro__contents .textArea .sub-copy {
    font-size: 1.85rem;
    margin-bottom: 16px;
  }
}
.front-page .sec__intro__contents .textArea .words {
  font-size: 2rem;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__intro__contents .textArea .words {
    margin-top: 30px;
    line-height: 2;
    font-size: 1.7rem;
  }
}
.front-page .sec__intro__contents .textArea .words span {
  font-size: 2.6rem;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
}
@media (max-width: 834px) {
  .front-page .sec__intro__contents .textArea .words span {
    font-size: 2.2rem;
  }
}
.front-page .sec__intro__illust {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 834px) {
  .front-page .sec__intro__illust {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
  }
}
.front-page .sec__intro__illust .illust__people {
  position: absolute;
  width: clamp(45.3rem, -24.518rem + 68.182vw, 57.3rem);
  bottom: -70px;
  left: -120px;
}
@media (max-width: 1100px) {
  .front-page .sec__intro__illust .illust__people {
    left: -40px;
    bottom: -20px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro__illust .illust__people {
    width: 180px;
    bottom: auto;
    left: auto;
    top: 90px;
    right: 10px;
  }
}
.front-page .sec__intro__illust .illust__fukidashi {
  position: absolute;
  width: 115px;
  bottom: 250px;
  left: 160px;
}
@media (max-width: 834px) {
  .front-page .sec__intro__illust .illust__fukidashi {
    width: 70px;
    bottom: auto;
    left: auto;
    top: 60px;
    right: 10px;
  }
}
.front-page .sec__interview {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .front-page .sec__interview {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
.front-page .sec__interview__contents {
  position: relative;
}
.front-page .sec__interview__contents .interview-slider-wrap {
  position: relative;
  margin-top: -60px;
}
@media (max-width: 1200px) {
  .front-page .sec__interview__contents .interview-slider-wrap {
    margin-top: -20px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider-wrap {
    margin-top: 50px;
  }
}
.front-page .sec__interview__contents .interview-slider-wrap::before {
  content: "";
  position: absolute;
  top: 112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1080px;
  height: calc(100% - 60px);
  background: #fff;
  border-radius: 20px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider-wrap::before {
    top: -20px;
    height: calc(100% + 120px);
  }
}
.front-page .sec__interview__contents .interview-slider {
  position: relative;
}
.front-page .sec__interview__contents .interview-slider__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6) !important;
          transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6) !important;
}
.front-page .sec__interview__contents .interview-slider__slide {
  max-width: 356px;
  position: relative;
  z-index: 1;
}
.front-page .sec__interview__contents .interview-slider__slide::before {
  content: "";
  position: absolute;
  background: url(../img/index/interview_logo.png) center center/contain no-repeat;
  width: 40px;
  aspect-ratio: 40/12;
  top: 50%;
  translate: -50%;
  right: -30px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider__slide::before {
    right: -40px;
  }
}
.front-page .sec__interview__contents .interview-slider__slide.swiper-slide-active::before {
  right: -50px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider__slide.swiper-slide-active::before {
    right: -40px;
  }
}
.front-page .sec__interview__contents .interview-slider__slide:last-child::before {
  display: none;
}
@media (any-hover: hover) {
  .front-page .sec__interview__contents .interview-slider__slide:hover {
    opacity: 1;
  }
  .front-page .sec__interview__contents .interview-slider__slide:hover .interview-slider__image img {
    scale: 1.05;
  }
  .front-page .sec__interview__contents .interview-slider__slide:hover .interview-slider__image img.-sideB {
    opacity: 1;
  }
}
.front-page .sec__interview__contents .interview-slider__comment-wrap {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  opacity: 0.01;
  border: 2px solid #333;
  margin-right: 60px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider__comment-wrap {
    font-size: 1.5rem;
    margin-right: 80px;
    margin-left: 20px;
    padding: 15px;
  }
}
.front-page .sec__interview__contents .interview-slider__comment-wrap::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 14px;
  width: 14px;
  aspect-ratio: 1/1;
  background: #333;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider__comment-wrap::before {
    left: 14px;
  }
}
.front-page .sec__interview__contents .interview-slider__comment {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.front-page .sec__interview__contents .interview-slider__image {
  max-width: 296px;
  margin-inline: auto;
  margin-top: -20px;
  position: relative;
  z-index: -1;
  overflow: hidden;
  border-radius: 20px;
  width: 70%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider__image {
    max-width: 236.8px;
    margin-top: -10px;
    border-radius: 15px;
  }
}
.front-page .sec__interview__contents .interview-slider__image img {
  aspect-ratio: 296/383;
  position: relative;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-page .sec__interview__contents .interview-slider__image img.-sideB {
  opacity: 0;
  position: absolute;
  inset: 0;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider__image img.-sideB {
    -webkit-animation: imgChange 5s infinite;
            animation: imgChange 5s infinite;
  }
}
.front-page .sec__interview__contents .interview-slider__info {
  opacity: 0.01;
}
.front-page .sec__interview__contents .interview-slider__position-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.front-page .sec__interview__contents .interview-slider__position {
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #e2b72e;
  padding: 0.334em 1.325em;
  margin-top: -17px;
  border-radius: 30px;
}
.front-page .sec__interview__contents .interview-slider__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider__name {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.front-page .sec__interview__contents .interview-slider__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 3px;
}
.front-page .sec__interview__contents .interview-slider__joined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .interview-slider__joined {
    margin-top: 2px;
  }
}
.front-page .sec__interview__contents .swiper-slide-active .interview-slider__comment-wrap {
  -webkit-animation: show-comment 0.3s ease-out 0.3s forwards;
          animation: show-comment 0.3s ease-out 0.3s forwards;
  pointer-events: auto;
}
@-webkit-keyframes show-comment {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes show-comment {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.front-page .sec__interview__contents .swiper-slide-active .interview-slider__image {
  width: 100%;
  -webkit-box-shadow: 0 15px 30px 10px rgba(51, 51, 51, 0.2);
          box-shadow: 0 15px 30px 10px rgba(51, 51, 51, 0.2);
}
.front-page .sec__interview__contents .swiper-slide-active .interview-slider__info {
  -webkit-animation: show-info 0.3s ease-out 0.3s forwards;
          animation: show-info 0.3s ease-out 0.3s forwards;
  pointer-events: auto;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .swiper-slide-active .interview-slider__info {
    max-width: 240px;
  }
}
@-webkit-keyframes show-info {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-info {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.front-page .sec__interview__contents .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 10px;
  left: 130px;
  width: 230px;
}
@media (max-width: 1180px) {
  .front-page .sec__interview__contents .controls {
    left: 70px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .controls {
    position: static;
    margin: 20px auto 0;
  }
}
.front-page .sec__interview__contents .controls .swiper-pagination {
  position: relative;
  inset: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  padding: 2px 10px 6px;
  border-radius: 100px;
  margin-left: auto;
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .controls .swiper-pagination {
    padding: 2px 16px 6px;
  }
}
.front-page .sec__interview__contents .controls .swiper-pagination-bullet {
  background-color: #c5e8e6;
  opacity: 1;
  margin: 0 2px;
  width: 6px;
  height: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.front-page .sec__interview__contents .controls .swiper-pagination-bullet-active {
  background-color: #6dc6c1;
  width: 19px;
  border-radius: 5px;
}
.front-page .sec__interview__contents .controls .swiper-button-next, .front-page .sec__interview__contents .controls .swiper-button-prev {
  background-image: none;
  width: 50px;
  height: 50px;
  position: relative;
  margin-top: 0;
  inset: 0;
}
.front-page .sec__interview__contents .controls .swiper-button-next::before, .front-page .sec__interview__contents .controls .swiper-button-prev::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #6dc6c1;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.front-page .sec__interview__contents .controls .swiper-button-next::after, .front-page .sec__interview__contents .controls .swiper-button-prev::after {
  content: "";
  -webkit-mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
  background-color: #6dc6c1;
  width: 14px;
  aspect-ratio: 27/23;
  top: 50%;
  right: 18px;
  position: absolute;
  translate: 0 -50%;
}
@media (any-hover: hover) {
  .front-page .sec__interview__contents .controls .swiper-button-next:hover::before, .front-page .sec__interview__contents .controls .swiper-button-prev:hover::before {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
}
.front-page .sec__interview__contents .controls .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.front-page .sec__interview__contents .commonBtn01 {
  position: absolute;
  right: 180px;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 1180px) {
  .front-page .sec__interview__contents .commonBtn01 {
    right: 70px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents .commonBtn01 {
    position: static;
    margin: 20px auto 0;
  }
}
.front-page .sec__interview__illust .illust.-top {
  position: absolute;
  top: 90px;
  right: 110px;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .front-page .sec__interview__illust .illust.-top {
    top: 123px;
    right: 80px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview__illust .illust.-top {
    top: 54px;
    right: 32px;
  }
}
.front-page .sec__interview__illust .illust.-top .illust__people {
  width: 172px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__illust .illust.-top .illust__people {
    max-width: 92px;
  }
}
.front-page .sec__interview__illust .illust.-top .illust__people img {
  aspect-ratio: 172/99;
}
.front-page .sec__interview__illust .illust.-top .illust__fukidashi {
  width: 135px;
  position: absolute;
  top: -60px;
  right: 0px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__illust .illust.-top .illust__fukidashi {
    max-width: 70px;
    top: -33px;
    right: -10px;
  }
}
.front-page .sec__interview__illust .illust.-top .illust__fukidashi img {
  aspect-ratio: 135/48;
}
.front-page .sec__interview__illust .illust.-bottom {
  position: absolute;
  pointer-events: none;
  width: 170px;
  bottom: -165px;
  left: 48px;
}
.front-page .sec__interview__illust .illust.-bottom img {
  aspect-ratio: 170/267;
}
@media (max-width: 1180px) {
  .front-page .sec__interview__illust .illust.-bottom {
    left: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview__illust .illust.-bottom {
    max-width: 92px;
    bottom: -98px;
    left: 0px;
  }
}
.front-page .sec__jobIntroduction {
  position: relative;
  background: #fff;
  padding-top: 110px;
  padding-bottom: 170px;
}
@media (max-width: 834px) {
  .front-page .sec__jobIntroduction {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
.front-page .sec__jobIntroduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/index/shape_bg01.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.front-page .sec__jobIntroduction::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../img/index/shape_bg02.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.front-page .sec__jobIntroduction__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6%;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__jobIntroduction__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.front-page .sec__jobIntroduction__contents::after {
  content: "";
  position: absolute;
  bottom: -113px;
  right: -50px;
  background: url(../img/index/jobintroduction_illust02.png) center center/contain no-repeat;
  aspect-ratio: 210/111;
  width: 210px;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .front-page .sec__jobIntroduction__contents::after {
    right: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobIntroduction__contents::after {
    right: 0;
    width: 150px;
  }
}
.front-page .sec__jobIntroduction__contents .imgArea {
  max-width: clamp(38.8rem, -77.564rem + 113.636vw, 58.8rem);
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  opacity: 0.01;
}
@media (max-width: 834px) {
  .front-page .sec__jobIntroduction__contents .imgArea {
    margin-left: 0;
    max-width: 100%;
  }
}
.front-page .sec__jobIntroduction__contents .imgArea.js-active {
  -webkit-animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.front-page .sec__jobIntroduction__contents .imgArea::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -13px;
  background: url(../img/index/logo_bg.png) center center/contain no-repeat;
  aspect-ratio: 543/242;
  width: clamp(15.5rem, 7rem + 17vw, 27.4rem);
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 834px) {
  .front-page .sec__jobIntroduction__contents .imgArea::before {
    bottom: -5px;
  }
}
.front-page .sec__jobIntroduction__contents .imgArea img {
  aspect-ratio: 588/418;
}
.front-page .sec__jobIntroduction__contents .textArea {
  position: relative;
}
.front-page .sec__jobIntroduction__contents .textArea .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__jobIntroduction__contents .textArea .text {
    margin-top: 10px;
  }
}
.front-page .sec__jobIntroduction__contents .textArea .commonBtn01 {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__jobIntroduction__contents .textArea .commonBtn01 {
    margin: 20px 0 30px;
  }
}
.front-page .sec__jobIntroduction__illust .illust__people {
  position: absolute;
  bottom: -83px;
  left: -17px;
  width: clamp(12.8rem, 2.086rem + 21.429vw, 27.8rem);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1150px) {
  .front-page .sec__jobIntroduction__illust .illust__people {
    bottom: 57px;
    left: 3px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobIntroduction__illust .illust__people {
    bottom: -56px;
    left: -7px;
  }
}
.front-page .sec__jobIntroduction__illust .illust__fukidashi {
  position: absolute;
  pointer-events: none;
  width: 111px;
  bottom: -43px;
  left: 195px;
}
@media (max-width: 1150px) {
  .front-page .sec__jobIntroduction__illust .illust__fukidashi {
    bottom: 70px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobIntroduction__illust .illust__fukidashi {
    bottom: -40px;
    left: 97px;
    width: 58px;
  }
}
.front-page .sec__about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
@media (max-width: 834px) {
  .front-page .sec__about {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.front-page .sec__about::before {
  content: "";
  background: url(../img/index/about_shape_bg.png) center center/contain no-repeat;
  width: 100%;
  aspect-ratio: 1440/181;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
}
.front-page .sec__about::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../img/index/shape_bg02.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.front-page .sec__about__inner {
  max-width: 1160px;
}
.front-page .sec__about__inner .commonTitle {
  margin: 0 auto;
}
.front-page .sec__about__contents {
  margin-top: 30px;
  justify-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px 6%;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents {
    display: block;
    margin-top: 20px;
  }
}
.front-page .sec__about__contents__item.js-active .illustArea {
  -webkit-animation: flipInY_open 1s ease-in-out forwards;
          animation: flipInY_open 1s ease-in-out forwards;
}
.front-page .sec__about__contents__item.js-active.-about02 .illustArea {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.js-active.-about02 .illustArea {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.front-page .sec__about__contents__item.js-active.-about03 .illustArea {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.js-active.-about03 .illustArea {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.front-page .sec__about__contents__item.js-active.-about05 .illustArea {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.js-active.-about05 .illustArea {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.front-page .sec__about__contents__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (min-width: 835px) {
  .front-page .sec__about__contents__item {
    max-width: 318px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.3%;
            flex: 0 0 29.3%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item {
    margin-bottom: 26px;
  }
}
.front-page .sec__about__contents__item .illustArea {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 835px) {
  .front-page .sec__about__contents__item .illustArea {
    min-height: 326px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.front-page .sec__about__contents__item .illustArea .num {
  position: absolute;
  font-size: 4.6rem;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item .illustArea .num {
    font-size: 3.2rem;
  }
}
.front-page .sec__about__contents__item .illustArea .illust {
  width: 100%;
  position: relative;
  pointer-events: none;
}
.front-page .sec__about__contents__item .title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 30px;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item .title {
    margin-top: 15px;
    padding-bottom: 5px;
    font-size: 2rem;
  }
}
.front-page .sec__about__contents__item .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 123px;
  height: 1px;
  background-color: #9b2f24;
}
.front-page .sec__about__contents__item .title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  translate: -50%;
  background-color: #fff;
  background-image: url(../img/index/about_logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  aspect-ratio: 30/10;
  pointer-events: none;
  width: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item .title::after {
    width: 20px;
    bottom: -2px;
  }
}
.front-page .sec__about__contents__item .text {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item .text {
    margin-top: 20px;
  }
}
.front-page .sec__about__contents__item.-about01 .illustArea .num {
  bottom: -4px;
  left: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.-about01 .illustArea .num {
    bottom: 0;
    left: 20px;
  }
}
.front-page .sec__about__contents__item.-about01 .illustArea .illust {
  max-width: 318px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.-about01 .illustArea .illust {
    max-width: 210px;
  }
}
.front-page .sec__about__contents__item.-about01 .illustArea .illust img {
  aspect-ratio: 318/304;
}
.front-page .sec__about__contents__item.-about02 .illustArea .num {
  top: 20px;
  right: 20px;
}
@media (max-width: 1100px) {
  .front-page .sec__about__contents__item.-about02 .illustArea .num {
    top: 44px;
  }
}
.front-page .sec__about__contents__item.-about02 .illustArea .illust {
  max-width: 311px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.-about02 .illustArea .illust {
    max-width: 200px;
  }
}
.front-page .sec__about__contents__item.-about02 .illustArea .illust img {
  aspect-ratio: 311/326;
}
.front-page .sec__about__contents__item.-about03 .illustArea .num {
  right: 20px;
  bottom: 8px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.-about03 .illustArea .num {
    bottom: 5px;
  }
}
.front-page .sec__about__contents__item.-about03 .illustArea .illust {
  max-width: 317px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.-about03 .illustArea .illust {
    max-width: 200px;
  }
}
.front-page .sec__about__contents__item.-about03 .illustArea .illust img {
  aspect-ratio: 317/310;
}
.front-page .sec__about__contents__item.-about04 .illustArea .num {
  top: 32px;
  left: 32px;
}
@media (max-width: 1100px) {
  .front-page .sec__about__contents__item.-about04 .illustArea .num {
    top: 60px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.-about04 .illustArea .num {
    left: 20px;
    top: 4px;
  }
}
.front-page .sec__about__contents__item.-about04 .illustArea .illust {
  max-width: 318px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.-about04 .illustArea .illust {
    max-width: 200px;
  }
}
.front-page .sec__about__contents__item.-about04 .illustArea .illust img {
  aspect-ratio: 318/304;
}
.front-page .sec__about__contents__item.-about05 .illustArea .num {
  right: 16px;
  bottom: 16px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.-about05 .illustArea .num {
    bottom: 2px;
  }
}
.front-page .sec__about__contents__item.-about05 .illustArea .illust {
  max-width: 317px;
}
@media (max-width: 834px) {
  .front-page .sec__about__contents__item.-about05 .illustArea .illust {
    max-width: 200px;
  }
}
.front-page .sec__about__contents__item.-about05 .illustArea .illust img {
  aspect-ratio: 317/300;
}
.front-page .sec__about .commonBtn01 {
  margin: 30px auto 0;
}
.front-page .sec__gallery {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__gallery {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.front-page .sec__gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/index/shape_bg01.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.front-page .sec__gallery__inner {
  opacity: 0.01;
}
.front-page .sec__gallery__inner.js-active {
  -webkit-animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.front-page .sec__gallery__contents {
  background: #f3f5e5;
  border-radius: 20px;
  padding: 30px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
}
.front-page .sec__gallery__contents::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url(../img/index/logo_bg.png) center center/contain no-repeat;
  aspect-ratio: 543/242;
  pointer-events: none;
  width: 543px;
  z-index: 0;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__contents::before {
    width: 60%;
    right: 0;
    bottom: 300px;
    left: auto;
  }
}
.front-page .sec__gallery__contents .textArea {
  margin-left: 30px;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__contents .textArea {
    margin-left: 0;
  }
}
.front-page .sec__gallery__contents .textArea .text {
  margin-top: 10px;
}
.front-page .sec__gallery__contents .textArea .commonBtn01 {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__contents .textArea .commonBtn01 {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.front-page .sec__gallery__contents .imgArea {
  background: #fff;
  max-width: 706px;
  padding: 40px 0 20px;
  -webkit-box-shadow: 0 0 30px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 30px 10px rgba(51, 51, 51, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__contents .imgArea {
    padding: 20px 0 10px;
  }
}
.front-page .sec__gallery__contents .imgArea .slideList {
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__contents .imgArea .slideList {
    margin-bottom: 10px;
  }
}
.front-page .sec__gallery__contents .imgArea .slideList__item {
  max-width: 246px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__contents .imgArea .slideList__item {
    max-width: 186px;
    margin-right: 10px;
  }
}
.front-page .sec__gallery__contents .imgArea .slideList__item img {
  aspect-ratio: 246/153;
}
.front-page .sec__gallery__illust {
  position: absolute;
  top: -30px;
  right: 20px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .front-page .sec__gallery__illust {
    right: 10px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__gallery__illust {
    top: 10px;
  }
}
.front-page .sec__gallery__illust__people {
  max-width: 243px;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__illust__people {
    max-width: 120px;
  }
}
.front-page .sec__gallery__illust__people img {
  aspect-ratio: 243/150;
}
.front-page .sec__gallery__illust__fukidashi {
  max-width: 136px;
  position: absolute;
  top: -65px;
  right: 0;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__illust__fukidashi {
    max-width: 72px;
    top: -35px;
  }
}
.front-page .sec__gallery__illust__fukidashi img {
  aspect-ratio: 136/76;
}
.front-page .sec__experienced {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__experienced {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.front-page .sec__experienced::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../img/index/shape_bg02.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.front-page .sec__experienced__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6%;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__experienced__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.front-page .sec__experienced__contents .imgArea {
  width: min(40vw, 540px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  opacity: 0.01;
}
@media (max-width: 834px) {
  .front-page .sec__experienced__contents .imgArea {
    margin-left: 0;
    width: 100%;
  }
}
.front-page .sec__experienced__contents .imgArea.js-active {
  -webkit-animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.front-page .sec__experienced__contents .imgArea img {
  aspect-ratio: 1081/859;
}
.front-page .sec__experienced__contents .textArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  max-width: 40%;
}
@media (max-width: 834px) {
  .front-page .sec__experienced__contents .textArea {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.front-page .sec__experienced__contents .textArea .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__experienced__contents .textArea .text {
    margin-top: 10px;
  }
}
.front-page .sec__experienced__contents .textArea .commonBtn01 {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__experienced__contents .textArea .commonBtn01 {
    margin: 20px 0 30px;
  }
}
.front-page .sec__jobSearch {
  position: relative;
  margin-top: 100px;
  margin-bottom: 180px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.front-page .sec__jobSearch__inner {
  max-width: 1380px;
}
.front-page .sec__jobSearch__ttlArea {
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6%;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__ttlArea {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.front-page .sec__jobSearch__ttlArea .illustArea {
  max-width: 298px;
  width: 100%;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__ttlArea .illustArea {
    max-width: 158px;
    margin-left: auto;
  }
}
.front-page .sec__jobSearch__ttlArea .illustArea .illust.-illust02 {
  position: absolute;
  width: 88px;
  top: -60px;
  right: 70px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__ttlArea .illustArea .illust.-illust02 {
    width: 48px;
    top: -30px;
    right: 34px;
  }
}
@media (min-width: 835px) {
  .front-page .sec__jobSearch__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
  }
}
.front-page .sec__newJobs {
  position: relative;
  z-index: 5;
}
@media (min-width: 835px) {
  .front-page .sec__newJobs {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
  }
}
.front-page .sec__newJobs__inner {
  position: relative;
}
.front-page .sec__newJobs__ttlArea {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__ttlArea {
    margin-bottom: 20px;
  }
}
.front-page .sec__newJobs__ttlArea .subtitle .ja {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__ttlArea .subtitle .ja {
    font-size: 2.2rem;
  }
}
@media (min-width: 835px) {
  .front-page .sec__newJobs__ttlArea .commonBtn01 a {
    gap: 15px;
  }
  .front-page .sec__newJobs__ttlArea .commonBtn01 a .btn__text {
    font-size: 1.6rem;
  }
  .front-page .sec__newJobs__ttlArea .commonBtn01 a .btn__ico {
    width: 27px;
  }
  .front-page .sec__newJobs__ttlArea .commonBtn01 a .btn__ico::before {
    width: 8px;
  }
}
.front-page .sec__newJobs__newJobsWrap {
  display: block;
}
.front-page .sec__newJobs .newJobs_item {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .sec__newJobs .newJobs_item {
    border-bottom: 1px solid #e5e5e5;
  }
}
.front-page .sec__newJobs .newJobs_item:first-child a {
  padding-top: 0;
}
@media (min-width: 835px) {
  .front-page .sec__newJobs .newJobs_item:nth-child(n+5) {
    display: none;
  }
}
.front-page .sec__newJobs .newJobs_item a {
  position: relative;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 835px) {
  .front-page .sec__newJobs .newJobs_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (any-hover: hover) {
  .front-page .sec__newJobs .newJobs_item a:hover {
    opacity: 1;
    padding-left: 10px;
  }
  .front-page .sec__newJobs .newJobs_item a:hover .newJobs_item_contents > .hd {
    color: #9b2f24;
  }
  .front-page .sec__newJobs .newJobs_item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.front-page .sec__newJobs .newJobs_item_image {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .sec__newJobs .newJobs_item_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 151px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__newJobs .newJobs_item_image {
    margin-bottom: 15px !important;
  }
}
.front-page .sec__newJobs .newJobs_item_image .img {
  border-radius: 5px;
  overflow: hidden;
}
.front-page .sec__newJobs .newJobs_item_image .img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.front-page .sec__newJobs .newJobs_item_contents {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
@media (min-width: 835px) {
  .front-page .sec__newJobs .newJobs_item_contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.front-page .sec__newJobs .newJobs_item_contents .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.front-page .sec__newJobs .newJobs_item_contents .info .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-page .sec__newJobs .newJobs_item_contents .info .label span {
  display: block;
  background: #e2b72e;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 7px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs .newJobs_item_contents .info .label span {
    padding: 0 10px;
  }
}
.front-page .sec__newJobs .newJobs_item_contents .info .date {
  position: relative;
  top: 3px;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .sec__newJobs .newJobs_item_contents .info .date span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0.5;
}
.front-page .sec__newJobs .newJobs_item_contents > .hd {
  width: 100%;
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs .newJobs_item_contents > .hd {
    font-size: 1.6rem;
  }
}
.front-page .sec__newJobs .newJobsSwiper {
  position: relative;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs .newJobsSwiper {
    overflow: visible;
  }
}
@media (min-width: 835px) {
  .front-page .sec__newJobs .newJobsSwiper .swiper-wrapper {
    display: block;
  }
}
@media (max-width: 834px) {
  .front-page .sec__newJobs .newJobsSwiper .swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6) !important;
            transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6) !important;
  }
}
.front-page .sec__newJobs .newJobsSwiper .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  bottom: 10px;
  left: 130px;
  width: 90%;
  margin: 20px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 835px) {
  .front-page .sec__newJobs .newJobsSwiper .controls {
    display: none;
  }
}
.front-page .sec__newJobs .newJobsSwiper .controls .swiper-pagination {
  position: relative;
  inset: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
}
.front-page .sec__newJobs .newJobsSwiper .controls .swiper-pagination-bullet {
  background-color: #c5e8e6;
  opacity: 1;
  margin: 0 2px;
  width: 6px;
  height: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.front-page .sec__newJobs .newJobsSwiper .controls .swiper-pagination-bullet-active {
  background-color: #6dc6c1;
  width: 19px;
  border-radius: 5px;
}
.front-page .sec__newJobs .newJobsSwiper .controls .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.front-page .sec__newJobs .newJobsSwiper .controls .swiper-button-next, .front-page .sec__newJobs .newJobsSwiper .controls .swiper-button-prev {
  background-image: none;
  width: 50px;
  height: 50px;
  position: relative;
  margin-top: 0;
  inset: 0;
}
.front-page .sec__newJobs .newJobsSwiper .controls .swiper-button-next::before, .front-page .sec__newJobs .newJobsSwiper .controls .swiper-button-prev::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #6dc6c1;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.front-page .sec__newJobs .newJobsSwiper .controls .swiper-button-next::after, .front-page .sec__newJobs .newJobsSwiper .controls .swiper-button-prev::after {
  content: "";
  -webkit-mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
  background-color: #6dc6c1;
  width: 14px;
  aspect-ratio: 27/23;
  top: 50%;
  right: 18px;
  position: absolute;
  translate: 0 -50%;
}
@media (any-hover: hover) {
  .front-page .sec__newJobs .newJobsSwiper .controls .swiper-button-next:hover::before, .front-page .sec__newJobs .newJobsSwiper .controls .swiper-button-prev:hover::before {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
}
.front-page .sec__newJobs .newJobsSwiper .controls .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.front-page .sec__search {
  position: relative;
  z-index: 5;
}
@media (min-width: 835px) {
  .front-page .sec__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 53%;
            flex: 1 1 53%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__search {
    margin-top: 40px;
  }
}
.front-page .sec__search__inner {
  position: relative;
  z-index: 5;
  max-width: 1500px;
}
.front-page .sec__search__contents .subtitle {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__search__contents .subtitle {
    margin-bottom: 10px;
  }
}
.front-page .sec__search__contents .subtitle .ja {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .front-page .sec__search__contents .subtitle .ja {
    font-size: 2.2rem;
  }
}
.front-page .sec__search__searchWrap {
  position: relative;
  z-index: 5;
}
.front-page:has(.sec__about, .sec__gallery) .sec__jobIntroduction {
  padding-bottom: 110px;
}
.front-page:has(.sec__about, .sec__gallery) .sec__jobIntroduction::after {
  display: none;
}
.front-page:has(.sec__gallery) .sec__about {
  padding-bottom: 40px;
  margin-bottom: -30px;
}
.front-page:has(.sec__gallery) .sec__about::after {
  display: none;
}
.front-page:has(.sec__jobIntroduction) .sec__about::before {
  top: 66.7%;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .front-page:has(.sec__jobIntroduction) .sec__about::before {
    display: none;
  }
}
.front-page:has(.sec__jobIntroduction, .sec__about) .sec__gallery::before {
  display: none;
}
.front-page:has(.sec__jobSearch) .sec__recruit {
  margin-top: 0;
}

/* ============================================
// RECRUIT
// ==========================================*/
.lower-kyujin_l .kyujin_container,
.lower-kyujin_d .kyujin_container,
.lower-whatsnew .kyujin_container {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container,
  .lower-kyujin_d .kyujin_container,
  .lower-whatsnew .kyujin_container {
    font-size: 1.4rem;
  }
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn,
.lower-whatsnew .btn {
  border-radius: 500px;
  font-size: 1.5rem;
  background: #6dc6c1;
  padding: 16px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn,
  .lower-kyujin_d .btn,
  .lower-whatsnew .btn {
    padding: 10px 0;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover,
  .lower-whatsnew .btn:hover {
    opacity: 1;
    color: #6dc6c1 !important;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #6dc6c1;
            box-shadow: inset 0 0 0 2px #6dc6c1;
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary,
.lower-whatsnew .btn.btn_secondary {
  background: #6dc6c1;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_secondary:hover,
  .lower-kyujin_d .btn.btn_secondary:hover,
  .lower-whatsnew .btn.btn_secondary:hover {
    opacity: 1;
    color: #6dc6c1 !important;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #6dc6c1;
            box-shadow: inset 0 0 0 2px #6dc6c1;
  }
}
.lower-kyujin_l .btn.btn_external,
.lower-kyujin_d .btn.btn_external,
.lower-whatsnew .btn.btn_external {
  background: #e2b72e;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_external:hover,
  .lower-kyujin_d .btn.btn_external:hover,
  .lower-whatsnew .btn.btn_external:hover {
    opacity: 1;
    color: #e2b72e !important;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #e2b72e;
            box-shadow: inset 0 0 0 2px #e2b72e;
  }
  .lower-kyujin_l .btn.btn_external:hover:after,
  .lower-kyujin_d .btn.btn_external:hover:after,
  .lower-whatsnew .btn.btn_external:hover:after {
    background: url(../img/kyujin/ico_custom_blank_color.png) no-repeat center top/contain;
  }
}
.lower-kyujin_l .btn.btn_external::after,
.lower-kyujin_d .btn.btn_external::after,
.lower-whatsnew .btn.btn_external::after {
  content: "";
  top: 25px;
  right: 25px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after,
  .lower-kyujin_d .btn.btn_external::after,
  .lower-whatsnew .btn.btn_external::after {
    top: 20px;
    right: 15px;
  }
}
.lower-kyujin_l .gMap_link::before,
.lower-kyujin_d .gMap_link::before,
.lower-whatsnew .gMap_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
          mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
  background: #6dc6c1;
}
.lower-kyujin_l .tel_link::before,
.lower-kyujin_d .tel_link::before,
.lower-whatsnew .tel_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
  background: #6dc6c1;
  top: 0;
}
.lower-kyujin_l .job,
.lower-kyujin_d .job,
.lower-whatsnew .job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  border: 5px solid #fff;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 834px) {
  .lower-kyujin_l .job,
  .lower-kyujin_d .job,
  .lower-whatsnew .job {
    margin-top: 15px;
    padding: 30px 7%;
    border-radius: 20px;
    border: 3px solid #fff;
  }
}
.lower-kyujin_l .job:first-child,
.lower-kyujin_d .job:first-child,
.lower-whatsnew .job:first-child {
  margin-top: 0;
  border-top: 5px solid #fff;
}
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  padding: 0.517em 0.471em 0.4em;
  background: #e2b72e;
  border: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_employmenttype_list_item,
  .lower-kyujin_d .job_employmenttype_list_item,
  .lower-whatsnew .job_employmenttype_list_item {
    font-size: 1.1rem;
  }
}
.lower-kyujin_l .job_body_head_txt .job_occupations::after,
.lower-kyujin_d .job_body_head_txt .job_occupations::after,
.lower-whatsnew .job_body_head_txt .job_occupations::after {
  background: #6dc6c1;
}
.lower-kyujin_l .job_count_pager.contents_bottom,
.lower-kyujin_d .job_count_pager.contents_bottom,
.lower-whatsnew .job_count_pager.contents_bottom {
  padding: 72px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom,
  .lower-kyujin_d .job_count_pager.contents_bottom,
  .lower-whatsnew .job_count_pager.contents_bottom {
    padding: 40px 0 0;
  }
}
.lower-kyujin_l .job_count_pager .pagination ul,
.lower-kyujin_d .job_count_pager .pagination ul,
.lower-whatsnew .job_count_pager .pagination ul {
  gap: 4px;
}
.lower-kyujin_l .job_count_pager .pagination ul li a,
.lower-kyujin_d .job_count_pager .pagination ul li a,
.lower-whatsnew .job_count_pager .pagination ul li a {
  background: #fff;
}
@media (any-hover: hover) {
  .lower-kyujin_l .job_count_pager .pagination ul li a:hover,
  .lower-kyujin_d .job_count_pager .pagination ul li a:hover,
  .lower-whatsnew .job_count_pager .pagination ul li a:hover {
    background-color: #6dc6c1;
  }
}
.lower-kyujin_l .job_count_pager .pagination ul li a::before,
.lower-kyujin_d .job_count_pager .pagination ul li a::before,
.lower-whatsnew .job_count_pager .pagination ul li a::before {
  display: none;
}
.lower-kyujin_l .job_count_pager .pagination ul li a,
.lower-kyujin_l .job_count_pager .pagination ul li em,
.lower-kyujin_d .job_count_pager .pagination ul li a,
.lower-kyujin_d .job_count_pager .pagination ul li em,
.lower-whatsnew .job_count_pager .pagination ul li a,
.lower-whatsnew .job_count_pager .pagination ul li em {
  border-radius: 50%;
}
@media (max-width: 480px) {
  .lower-kyujin_l .job_outline-head,
  .lower-kyujin_d .job_outline-head,
  .lower-whatsnew .job_outline-head {
    background: #f3f5e5;
    border: none;
    border-radius: 10px;
  }
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .kyujin_container {
  font-size: 1.5rem;
  max-width: none;
  padding: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container {
    font-size: 1.4rem;
  }
}
.lower-kyujin_l .search_panelArea {
  background: #fff;
  position: relative;
}
.lower-kyujin_l .search_panelArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/index/shape_bg01.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.lower-kyujin_l .search_panelArea::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../img/index/shape_bg02.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
.lower-kyujin_l .search_panel {
  border: none;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.lower-kyujin_l .search_panel__inner {
  border-radius: 30px;
  background: #f3f5e5;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel__inner {
    border-radius: 20px;
  }
}
.lower-kyujin_l .search_panel__illust {
  position: absolute;
  pointer-events: none;
  width: 170px;
  bottom: -10px;
  left: -10px;
}
@media (max-width: 1300px) {
  .lower-kyujin_l .search_panel__illust {
    left: 0;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel__illust {
    max-width: 92px;
    left: 0px;
  }
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: -31px;
  width: 400px;
  max-width: inherit;
  background: #e2b72e;
  -webkit-transform: none;
          transform: none;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0 auto;
    width: 70%;
    top: -26px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #e2b72e;
            box-shadow: inset 0 0 0 2px #e2b72e;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_txt {
    color: #e2b72e !important;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_trigger_txt_ico {
    background: #e2b72e;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .search_body {
  position: relative;
  z-index: 1;
  padding: 0 64px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 0 20px 10px;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 10px 64px 60px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 0 20px 30px;
  }
}
.lower-kyujin_l input[type=checkbox] + label {
  border: none;
}
.lower-kyujin_l input[type=checkbox] + label .check {
  display: none;
}
.lower-kyujin_l input[type=checkbox]:checked + label {
  color: #333333;
}
.lower-kyujin_l .custom-form {
  border: none;
  padding-bottom: 0;
}
.lower-kyujin_l .custom-form_parts {
  display: block;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form_parts {
    margin-top: 20px;
  }
}
.lower-kyujin_l .custom-form_parts:first-child {
  border: none;
}
.lower-kyujin_l .custom-form .custom-form_searth_btn {
  top: -5px;
  width: auto;
  margin: 0;
}
.lower-kyujin_l .custom-form .custom-form_searth_btn .btn_cover:hover {
  opacity: 1;
}
.lower-kyujin_l .custom-form .custom-form_searth_btn .btn_cover:hover::before {
  background: url(../img/kyujin/ico_custom_lenz_color.png) no-repeat center center/contain;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form .custom-form_searth_btn .btn_cover {
    width: 80%;
  }
}
@media (min-width: 835px) {
  .lower-kyujin_l .custom-form .-freeword .form_parts_inner {
    width: 90%;
  }
}
.lower-kyujin_l .custom-form .-freeword .searchWord {
  width: 90%;
}
@media (max-width: 1260px) {
  .lower-kyujin_l .custom-form .-freeword .searchWord {
    width: 86%;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form .-freeword .searchWord {
    width: 100%;
  }
}
.lower-kyujin_l .job_count_pager.contents_top {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_top {
    margin-top: 40px;
  }
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .pagetop a {
  bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop a {
    bottom: 82px;
  }
}
.lower-kyujin_d main.l-main {
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .kyujin_container {
  margin-top: 80px;
}
.lower-kyujin_d .bg__illust .illust__town {
  position: absolute;
  pointer-events: none;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  z-index: -1;
}
.lower-kyujin_d .bg__illust .illust__town.-left {
  width: 285px;
  top: 2%;
  left: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .bg__illust .illust__town.-left {
    top: 1%;
    width: 110px;
    left: 10px;
  }
}
.lower-kyujin_d .bg__illust .illust__town.-right {
  width: 254px;
  top: 2%;
  right: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .bg__illust .illust__town.-right {
    top: 1%;
    right: 10px;
    width: 100px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  padding: 25px 20px 20px;
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2rem;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.lower-kyujin_d .outline_ttl::before,
.lower-kyujin_d .appeal_ttl::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  translate: -50%;
  background-image: url(../img/index/about_logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  aspect-ratio: 30/10;
  pointer-events: none;
  width: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::before,
  .lower-kyujin_d .appeal_ttl::before {
    width: 26px;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: #f3f5e5;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::after,
  .lower-kyujin_d .appeal_ttl::after {
    border-radius: 10px;
  }
}
.lower-kyujin_d .page_back {
  margin: 0 auto;
}
.lower-kyujin_d .page_back a {
  color: #333333;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lower-kyujin_d .page_back a::before {
  display: none;
}
.lower-kyujin_d .page_back a .btn__ico::before {
  -webkit-transform: rotate(260deg);
          transform: rotate(260deg);
}
.lower-kyujin_d .fixed_conversion .phone {
  background: none;
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone_num {
    color: #fff;
  }
  .lower-kyujin_d .fixed_conversion .phone_num::before {
    background-image: url(../img/kyujin/ico_custom_tel_white.png);
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone_notes {
    color: #fff;
  }
}

/*--------------------
新着求人
--------------------*/
@media (min-width: 835px) {
  .lower-whatsnew .job {
    padding: 40px;
  }
}
.lower-whatsnew .job::before {
  display: none;
}
.lower-whatsnew .job::after {
  display: none;
}
.lower-whatsnew .job_inner {
  padding: 0;
}

/* ============================================
// interview
// ==========================================*/
@media (max-width: 834px) {
  .lower-interview_l .page-header__inner .commonTitle {
    max-width: 320px;
  }
}
.lower-interview_l .interview-l {
  position: relative;
  background: #fff;
}
.lower-interview_l .interview-l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/index/shape_bg01.png) center center/cover no-repeat;
}
.lower-interview_l .interview-l::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 300px;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
.lower-interview_l .interview-l__inner {
  position: relative;
  padding-top: 110px;
  max-width: 1180px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-interview_l .interview-l__inner::before {
  content: "";
  position: absolute;
  top: 224px;
  right: -230px;
  width: 1073px;
  aspect-ratio: 1073/476;
  background: url(../img/interview/image_interview_l_bg.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__inner::before {
    top: 370px;
    right: -80px;
    width: 480px;
  }
}
@media (min-width: 835px) {
  .lower-interview_l .interview-l__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 150px 9.6%;
  }
}
.lower-interview_l .interview-l__item {
  position: relative;
  max-width: 296px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__item {
    width: 75%;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__item:nth-child(n+2) {
    margin-top: 32px;
  }
}
@media (any-hover: hover) {
  .lower-interview_l .interview-l__link:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) and (min-width: 835px) {
  .lower-interview_l .interview-l__link:hover .interview-l__comment-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (any-hover: hover) and (min-width: 835px) {
  .lower-interview_l .interview-l__link:hover .interview-l__image img {
    scale: 1.05;
  }
  .lower-interview_l .interview-l__link:hover .interview-l__image img.-sideB {
    opacity: 1;
  }
}
.lower-interview_l .interview-l__comment-wrap {
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid #333;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}
@media (min-width: 835px) {
  .lower-interview_l .interview-l__comment-wrap {
    position: absolute;
    bottom: calc(100% - 20px);
    left: -28px;
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    pointer-events: none;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__comment-wrap {
    position: relative;
    font-size: 1.5rem;
    margin-left: -28px;
    margin-bottom: -10px;
    padding: 15px;
    opacity: 1;
  }
}
.lower-interview_l .interview-l__comment-wrap::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 14px;
  width: 14px;
  aspect-ratio: 1/1;
  background: #333;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__comment-wrap::before {
    left: 14px;
  }
}
.lower-interview_l .interview-l__image {
  position: relative;
  max-width: 296px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 40px 33px -4px rgba(51, 51, 51, 0.2);
          box-shadow: 0 40px 33px -4px rgba(51, 51, 51, 0.2);
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__image {
    border-radius: 15px;
    -webkit-box-shadow: 0 20px 16px -4px rgba(51, 51, 51, 0.2);
            box-shadow: 0 20px 16px -4px rgba(51, 51, 51, 0.2);
  }
}
.lower-interview_l .interview-l__image img {
  aspect-ratio: 296/383;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-interview_l .interview-l__image img.-sideB {
  opacity: 0;
  position: absolute;
  inset: 0;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__image img.-sideB {
    -webkit-animation: imgChange 5s infinite;
            animation: imgChange 5s infinite;
  }
}
.lower-interview_l .interview-l__position-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 8px;
  margin-inline: auto;
}
.lower-interview_l .interview-l__position {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #e2b72e;
  padding: 0.334em 1.325em;
  margin-top: -17px;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-interview_l .interview-l__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 16px;
}
@media (min-width: 835px) {
  .lower-interview_l .interview-l__name {
    max-width: 236px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__name {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.lower-interview_l .interview-l__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-interview_l .interview-l__shop {
    max-width: 236px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__shop {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.lower-interview_l .interview-l__joined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 7px;
}
@media (min-width: 835px) {
  .lower-interview_l .interview-l__joined {
    max-width: 236px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-l__joined {
    margin-top: 4px;
  }
}

.lower-interview_d .l-main {
  z-index: 10;
}
.lower-interview_d .interview-d__title {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview-d__title {
    font-size: 2.5rem;
  }
}
.lower-interview_d .interview-d__title::before {
  content: "";
  position: absolute;
  top: -0.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.75em;
  aspect-ratio: 30/10;
  background: url(../img/interview/deco_interview-d_common.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-interview_d .interview-d__title::before {
    width: 0.9em;
  }
}
@media (max-width: 834px) {
  .lower-interview_d br {
    display: none;
  }
}
.lower-interview_d .bg__illust .illust__town {
  position: absolute;
  pointer-events: none;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  z-index: -1;
}
.lower-interview_d .bg__illust .illust__town.-left {
  width: 285px;
  top: 2.3%;
  left: 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .bg__illust .illust__town.-left {
    top: 1%;
    width: 110px;
    left: 10px;
  }
}
.lower-interview_d .bg__illust .illust__town.-right {
  width: 254px;
  top: 2.3%;
  right: 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .bg__illust .illust__town.-right {
    top: 1%;
    right: 10px;
    width: 100px;
  }
}
.lower-interview_d .message {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.lower-interview_d .message__inner {
  padding-top: 94px;
}
@media (max-width: 834px) {
  .lower-interview_d .message__inner {
    padding-top: 38px;
  }
}
.lower-interview_d .message__contents {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 64px 5.834% 72px 6.667%;
}
@media (min-width: 835px) {
  .lower-interview_d .message__contents {
    min-height: clamp(650px, 61vw, 793px);
  }
}
@media (max-width: 834px) {
  .lower-interview_d .message__contents {
    border-radius: 15px;
    margin-inline: -3%;
    padding: 32px 6.3% 48px;
  }
}
.lower-interview_d .message__contents::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65px;
  aspect-ratio: 65/21;
  background: url(../img/interview/deco_interview-d_common.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-interview_d .message__contents::before {
    width: 45.5px;
    top: -7px;
  }
}
.lower-interview_d .message__heading {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  max-width: 800px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-interview_d .message__heading {
    font-size: 2.2rem;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .message__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.7%;
    margin-top: 46px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .message__main {
    margin-top: 16px;
  }
}
.lower-interview_d .message__image-area {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.2%;
          flex: 0 0 57.2%;
  max-width: 600px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media (max-width: 834px) {
  .lower-interview_d .message__image-area {
    margin-inline: auto;
  }
}
.lower-interview_d .message__image-area::before {
  content: "";
  position: absolute;
  top: calc(100% - 40px);
  left: -91px;
  width: clamp(368px, 37.1538461538vw, 483px);
  aspect-ratio: 483/214;
  background: url(../img/interview/deco_message_bg.png) center center/contain no-repeat;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media (max-width: 834px) {
  .lower-interview_d .message__image-area::before {
    top: calc(100% - 24px);
    left: calc(100% - clamp(112px, 29.8913043478vw, 220px));
    width: clamp(136px, 38.3693045564vw, 320px);
  }
}
.lower-interview_d .message__image {
  max-width: 600px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .message__image {
    border-radius: 15px;
    margin-inline: auto;
  }
}
.lower-interview_d .message__image img {
  aspect-ratio: 600/400;
}
.lower-interview_d .message__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .message__text-area {
    margin-top: 16px;
  }
}
.lower-interview_d .message__position-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 834px) {
  .lower-interview_d .message__position-wrap {
    gap: 6px;
  }
}
.lower-interview_d .message__position {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #e2b72e;
  padding: 0.334em 0.905em;
  border-radius: 100vmax;
}
.lower-interview_d .message__name {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 18px;
}
@media (max-width: 834px) {
  .lower-interview_d .message__name {
    font-size: 2rem;
    margin-top: 8px;
  }
}
.lower-interview_d .message__shop {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-interview_d .message__shop {
    font-size: 1.5rem;
    margin-top: 2px;
  }
}
.lower-interview_d .message__joined {
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 8px;
}
@media (min-width: 835px) {
  .lower-interview_d .message__joined {
    max-width: 240px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .message__joined {
    margin-top: 4px;
    max-width: clamp(120px, 52.757793765vw, 440px);
  }
}
.lower-interview_d .message__voices {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .message__voices {
    margin-top: 48px;
  }
}
.lower-interview_d .message__voice {
  position: relative;
  padding: 1.2em 5.5% 1.2em 0;
  border: 2px solid #1f1f1f;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media (max-width: 834px) {
  .lower-interview_d .message__voice {
    border-radius: 8px;
  }
}
.lower-interview_d .message__voice--senior .message__voice-label {
  background: #b1453a;
}
.lower-interview_d .message__voice--junior .message__voice-label {
  background: #6dc6c2;
}
.lower-interview_d .message__voice:nth-child(n+2) {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-interview_d .message__voice:nth-child(n+2) {
    margin-top: 24px;
  }
}
.lower-interview_d .message__voice-illust-wrapper {
  position: absolute;
  bottom: calc(100% - 18px);
  right: -8px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .message__voice-illust-wrapper {
    bottom: calc(100% - 14px);
  }
}
.lower-interview_d .message__voice-illust--01 {
  width: 103px;
  position: relative;
  bottom: -13px;
  left: -33px;
  opacity: 0;
}
@media (max-width: 834px) {
  .lower-interview_d .message__voice-illust--01 {
    width: 77.25px;
    bottom: -11px;
    left: -27px;
  }
}
.lower-interview_d .message__voice-illust--01 img {
  aspect-ratio: 103/41;
}
.lower-interview_d .message__voice-illust--02 {
  width: 98px;
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media (max-width: 834px) {
  .lower-interview_d .message__voice-illust--02 {
    width: 73.5px;
  }
}
.lower-interview_d .message__voice-illust--02 img {
  aspect-ratio: 98/80;
}
.lower-interview_d .message__voice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-interview_d .message__voice-image-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.8%;
          flex: 0 0 19.8%;
  max-width: 70px;
  margin-left: -18px;
}
@media (max-width: 834px) {
  .lower-interview_d .message__voice-image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
    max-width: 64px;
    margin-left: -16px;
  }
}
.lower-interview_d .message__voice-image-wrapper::before {
  content: "";
  position: absolute;
  top: -0.3333333333em;
  left: -0.6em;
  width: 1.2em;
  aspect-ratio: 18/28;
  background: url(../img/interview/deco_message_voice.png) center center/contain no-repeat;
}
.lower-interview_d .message__voice-image {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.lower-interview_d .message__voice-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #535353;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.lower-interview_d .message__voice-image img {
  aspect-ratio: 1/1;
}
.lower-interview_d .message__voice-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 6.8%;
}
@media (max-width: 834px) {
  .lower-interview_d .message__voice-text-wrapper {
    margin-left: 16px;
  }
}
.lower-interview_d .message__voice-label {
  position: absolute;
  top: -2.4em;
  left: 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  padding: 0.334em 1.14em 0.21em;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .lower-interview_d .message__voice-label {
    top: -2.6em;
    font-size: 1.2rem;
  }
}
.lower-interview_d .message__voice-text {
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
}
.lower-interview_d.js-loaded .message {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lower-interview_d.js-loaded .message__image-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lower-interview_d.js-loaded .message__image-area::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lower-interview_d.js-loaded .message__voice:nth-child(1) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 100ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 100ms both;
}
.lower-interview_d.js-loaded .message__voice:nth-child(2) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 200ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 200ms both;
}
.lower-interview_d.js-loaded .message__voice:nth-child(3) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 300ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 300ms both;
}
.lower-interview_d.js-loaded .message__voice:nth-child(4) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 400ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 400ms both;
}
.lower-interview_d.js-loaded .message__voice:nth-child(5) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 500ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 500ms both;
}
.lower-interview_d.js-loaded .message__voice:nth-child(6) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 600ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 600ms both;
}
.lower-interview_d.js-loaded .message__voice:nth-child(7) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 700ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 700ms both;
}
.lower-interview_d.js-loaded .message__voice:nth-child(8) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 800ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 800ms both;
}
.lower-interview_d.js-loaded .message__voice:nth-child(9) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 900ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 900ms both;
}
.lower-interview_d.js-loaded .message__voice:nth-child(10) {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1000ms both;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1000ms both;
}
.lower-interview_d.js-loaded .message__voice-illust--01 {
  -webkit-animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.lower-interview_d.js-loaded .message__voice-illust--02 {
  opacity: 1;
  translate: 0 0;
  -webkit-animation: 3s buruburu infinite 1.5s;
          animation: 3s buruburu infinite 1.5s;
}
.lower-interview_d .schedule {
  position: relative;
  background: #fff;
  margin-top: 120px;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule {
    margin-top: 50px;
  }
}
.lower-interview_d .schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/interview/shape_bg01.png) center center/cover no-repeat;
}
.lower-interview_d .schedule__inner {
  padding-top: 130px;
  padding-bottom: 188px;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__inner {
    padding-top: 82px;
    padding-bottom: 104px;
  }
}
.lower-interview_d .schedule__body {
  position: relative;
  background: #f3f5e5;
  border-radius: 20px;
  max-width: 900px;
  margin-inline: auto;
  padding: 70px 13% 70px 24.167%;
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__body {
    border-radius: 15px;
    padding: 56px 5.5% 48px;
    margin-top: 84px;
    margin-inline: -3%;
  }
}
.lower-interview_d .schedule__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__item {
    gap: 14px;
  }
}
.lower-interview_d .schedule__item:nth-child(n+2) {
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.lower-interview_d .schedule__item:last-child::before {
  content: none;
}
.lower-interview_d .schedule__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 38px;
  width: 1px;
  height: calc(100% + 16px);
  background: #333333;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__item::before {
    top: 24px;
    left: 36px;
  }
}
.lower-interview_d .schedule__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  background: #6dc6c1;
  border-radius: 100vmax;
  padding: 0.563em 0.5em;
  text-align: center;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__term {
    font-size: 1.4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
  }
}
.lower-interview_d .schedule__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__description {
    font-size: 1.5rem;
  }
}
.lower-interview_d .schedule__image {
  position: absolute;
}
.lower-interview_d .schedule__image--01 {
  bottom: calc(100% - clamp(120px, 12.4285714286vw, 174px));
  right: calc(100% - clamp(216px, 15.7142857143vw, 220px));
  width: clamp(261.3px, 27.8571428571vw, 390px);
  border-radius: 40px;
  border: 20px solid #fff;
  overflow: hidden;
  opacity: 0;
}
.lower-interview_d .schedule__image--01.js-active {
  -webkit-animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__image--01 {
    bottom: calc(100% - 35px);
    right: calc(100% - 144px);
    width: 160px;
    border-radius: 18px;
    border: 8px solid #fff;
  }
}
.lower-interview_d .schedule__image--01 img {
  aspect-ratio: 350/234;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__image--01 img {
    border-radius: 10px;
  }
}
.lower-interview_d .schedule__image--02 {
  top: calc(100% - 53px);
  left: calc(100% - clamp(200px, 15.6428571429vw, 219px));
  width: clamp(227.8px, 24.2857142857vw, 340px);
  border-radius: 40px;
  border: 20px solid #fff;
  overflow: hidden;
  opacity: 0;
}
.lower-interview_d .schedule__image--02.js-active {
  -webkit-animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__image--02 {
    width: 144px;
    border-radius: 18px;
    border: 8px solid #fff;
    top: calc(100% - 30px);
    left: calc(100% - 130px);
  }
}
.lower-interview_d .schedule__image--02 img {
  aspect-ratio: 300/200;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__image--02 img {
    border-radius: 10px;
  }
}
.lower-interview_d .schedule__illust {
  position: absolute;
}
.lower-interview_d .schedule__illust--01 {
  top: 57px;
  right: -15px;
  width: clamp(183.2px, 16.3571428571vw, 229px);
  pointer-events: none;
}
@media (max-width: 1400px) {
  .lower-interview_d .schedule__illust--01 {
    right: 40px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__illust--01 {
    top: 24px;
    right: 8px;
    width: 125.95px;
  }
}
.lower-interview_d .schedule__illust--01 img {
  aspect-ratio: 229/121;
}
.lower-interview_d .schedule__illust--02 {
  top: calc(100% - 82px);
  right: calc(100% - 200px);
  width: clamp(222.4px, 19.8571428571vw, 278px);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .schedule__illust--02 {
    top: calc(100% - 29px);
    right: calc(100% - 118px);
    width: 127.88px;
  }
}
.lower-interview_d .schedule__illust--02 img {
  aspect-ratio: 278/204;
}
.lower-interview_d .topic {
  position: relative;
  background: #fff;
}
.lower-interview_d .topic::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/interview/shape_bg02.png) center center/cover no-repeat;
}
.lower-interview_d .topic__inner {
  padding-top: 32px;
  padding-bottom: 86px;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__inner {
    padding-top: 8px;
    padding-bottom: 40px;
  }
}
.lower-interview_d .topic__list {
  margin-top: 54px;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__list {
    margin-top: 24px;
  }
}
.lower-interview_d .topic__item {
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_d .topic__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.8%;
  }
}
.lower-interview_d .topic__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lower-interview_d .topic__item:nth-child(n+2) {
  margin-top: 144px;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__item:nth-child(n+2) {
    margin-top: 64px;
  }
}
.lower-interview_d .topic__item:nth-child(2n+2)::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 60px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 111px;
  aspect-ratio: 111/35;
  background: url(../img/interview/deco_topic_illust_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__item:nth-child(2n+2)::before {
    width: 83.25px;
    bottom: calc(100% + 24px);
  }
}
.lower-interview_d .topic__item:nth-child(2n+3)::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 60px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 101px;
  aspect-ratio: 101/37;
  background: url(../img/interview/deco_topic_illust_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__item:nth-child(2n+3)::after {
    width: 75.75px;
    bottom: calc(100% + 24px);
  }
}
.lower-interview_d .topic__image-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 480px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__image-area {
    border-radius: 15px;
    margin-inline: auto;
  }
}
.lower-interview_d .topic__image-area img {
  aspect-ratio: 480/320;
}
.lower-interview_d .topic__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__text-area {
    margin-top: 16px;
  }
}
.lower-interview_d .topic__heading {
  font-size: clamp(2.53rem, 2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #6dc6c1;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-interview_d .topic__heading {
    margin-top: -8px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .topic__heading {
    font-size: 1.9rem;
  }
}
.lower-interview_d .topic__text {
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__text {
    margin-top: 8px;
  }
}
.lower-interview_d .topic__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 68px;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__footer {
    margin-top: 16px;
  }
}
.lower-interview_d .topic__back-button .btn__ico::before {
  rotate: -90deg;
}
.lower-interview_d .topic__date {
  border-bottom: 1px solid;
}
@media (max-width: 834px) {
  .lower-interview_d .topic__date {
    font-size: 1.2rem;
  }
}

/* ============================================
// gallery
// ==========================================*/
.lower-gallery .l-main {
  z-index: 10;
}
.lower-gallery .gallery {
  position: relative;
  background: #fff;
}
.lower-gallery .gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/gallery/shape_bg01.png) center top/cover no-repeat;
}
.lower-gallery .gallery::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/gallery/shape_bg02.png) center bottom/cover no-repeat;
}
.lower-gallery .gallery__inner {
  max-width: 1380px;
  padding-top: 104px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__inner {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
.lower-gallery .gallery__nav {
  max-width: 1100px;
  margin-inline: auto;
}
.lower-gallery .gallery__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4.5%;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__nav-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px 3%;
  }
}
.lower-gallery .gallery__nav-link {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding-right: 2.5em;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__nav-link {
    font-size: 1.4rem;
    padding-right: 2.4em;
  }
}
.lower-gallery .gallery__nav-link::before {
  content: "";
  position: absolute;
  bottom: -0.2em;
  right: 0;
  width: 1.75em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #6dc6c1;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.lower-gallery .gallery__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0.28em;
  right: 0.555em;
  width: 0.5625em;
  aspect-ratio: 9/13;
  background: url(../img/common/ico_arrow.png) center center/contain no-repeat;
  rotate: 90deg;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__nav-link::after {
    right: 0.61em;
  }
}
@media (any-hover: hover) {
  .lower-gallery .gallery__nav-link:hover {
    opacity: 1;
  }
  .lower-gallery .gallery__nav-link:hover::before {
    scale: 0.9;
  }
  .lower-gallery .gallery__nav-link:hover .gallery__nav-text {
    border-color: #e2b72e;
  }
}
.lower-gallery .gallery__nav-text {
  position: relative;
  border-bottom: 1px solid #222;
  padding-bottom: 3px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__nav-text {
    padding-bottom: 2px;
  }
}
.lower-gallery .gallery__body {
  position: relative;
  margin-top: 160px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__body {
    margin-top: 88px;
  }
}
.lower-gallery .gallery__illusts {
  position: absolute;
  bottom: calc(100% - 3px);
  left: calc(50% - 46px);
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__illusts {
    left: 0;
    right: 0;
    translate: 0 0;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 6px;
  }
}
.lower-gallery .gallery__illust--people {
  max-width: 80px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__illust--people {
    max-width: clamp(48px, 7.6738609113vw, 64px);
  }
}
.lower-gallery .gallery__illust--people img {
  aspect-ratio: 80/103;
}
.lower-gallery .gallery__illust--fukidashi {
  max-width: 416px;
  margin-top: -28px;
}
.lower-gallery .gallery__illust--fukidashi img {
  aspect-ratio: 416/16;
}
.lower-gallery .gallery__block {
  position: relative;
  background: #f3f5e5;
  border-radius: 30px;
  padding: 60px 7.693% 100px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__block {
    border-radius: 20px;
    padding: 32px 6% 40px;
    margin-inline: -3%;
  }
}
.lower-gallery .gallery__block::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  aspect-ratio: 50/16;
  background: url(../img/gallery/deco_gallery_logo.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__block::before {
    top: -6px;
    width: 40px;
  }
}
.lower-gallery .gallery__block:nth-child(n+2 of .gallery__block) {
  margin-top: 88px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__block:nth-child(n+2 of .gallery__block) {
    margin-top: 32px;
  }
}
.lower-gallery .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 1.6%;
  margin-top: 46px;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__list {
    margin-top: 16px;
    gap: 8px 1.3%;
  }
}
.lower-gallery .gallery__item {
  max-width: 261px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.8%;
          flex: 0 0 23.8%;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
  }
}
@media (max-width: 630px) {
  .lower-gallery .gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.3%;
            flex: 0 0 49.3%;
  }
}
.lower-gallery .gallery__title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__title {
    font-size: 2rem;
  }
}
.lower-gallery .gallery__thumbnail {
  position: relative;
  max-width: 261px;
  aspect-ratio: 640/427;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
}
.lower-gallery .gallery__thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 7px solid #fff;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__thumbnail::before {
    border: 5px solid #fff;
  }
}
.lower-gallery .gallery__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .lower-gallery .gallery__thumbnail:hover img {
    scale: 1.05;
  }
  .lower-gallery .gallery__thumbnail:hover .gallery__icon {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.lower-gallery .gallery__icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 834px) {
  .lower-gallery .gallery__icon {
    right: 8px;
    bottom: 8px;
    width: 24px;
  }
}
.lower-gallery .gallery__icon::before, .lower-gallery .gallery__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background: #55a0d0;
}
.lower-gallery .gallery__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-gallery .iziModal {
  z-index: 1030 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  max-width: 640px !important;
}
@media (max-width: 834px) {
  .lower-gallery .iziModal {
    max-width: clamp(128px, 70.5995203837vw, 588.8px) !important;
  }
}
.lower-gallery .iziModal::after {
  content: none;
}
.lower-gallery .iziModal-wrap {
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-gallery .iziModal-content {
  position: relative;
  max-width: 640px;
}
@media (max-width: 834px) {
  .lower-gallery .iziModal-content {
    max-width: clamp(128px, 70.5995203837vw, 588.8px);
  }
}
.lower-gallery .iziModal-overlay {
  z-index: 1020 !important;
}
.lower-gallery .iziModal .gallery__photo-wrapper {
  position: relative;
}
.lower-gallery .iziModal .gallery__photo {
  position: relative;
  background: #fff;
}
.lower-gallery .iziModal .gallery__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 7px solid #fff;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-gallery .iziModal .gallery__photo::before {
    border: 5px solid #fff;
  }
}
.lower-gallery .iziModal .gallery__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 640px;
  max-height: 480px;
}
@media (max-width: 834px) {
  .lower-gallery .iziModal .gallery__photo img {
    max-width: clamp(128px, 70.5995203837vw, 588.8px) !important;
    max-height: clamp(96px, 52.9496402878vw, 441.6px) !important;
  }
}
.lower-gallery .iziModal .gallery__caption {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 2;
  margin-top: 9px;
}
@media (max-width: 834px) {
  .lower-gallery .iziModal .gallery__caption {
    font-size: 1.5rem;
    margin-top: 6px;
  }
}
.lower-gallery .iziModal .gallery__button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 60px;
  height: 60px;
  background: #6dc6c1;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
@media (max-width: 834px) {
  .lower-gallery .iziModal .gallery__button {
    width: 40px;
    height: 40px;
  }
}
.lower-gallery .iziModal .gallery__button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 13px;
  aspect-ratio: 13/10;
  margin: auto;
  background: url(../img/common/ico_arrow.png) center center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-gallery .iziModal .gallery__button--prev {
  left: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lower-gallery .iziModal .gallery__button--prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 834px) {
  .lower-gallery .iziModal .gallery__button--prev {
    left: -28px;
  }
}
.lower-gallery .iziModal .gallery__button--next {
  right: -100px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 834px) {
  .lower-gallery .iziModal .gallery__button--next {
    right: -28px;
  }
}
@media (hover: hover) and (min-width: 835px) {
  .lower-gallery .iziModal .gallery__button:hover {
    width: 54px;
    height: 54px;
  }
  .lower-gallery .iziModal .gallery__button:hover::before {
    width: 11.7px;
  }
}
.lower-gallery .iziModal .gallery__close {
  position: absolute;
  right: -24px;
  top: -23px;
  aspect-ratio: 1/1;
  width: 50px;
  background: #fff;
  border: none;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-gallery .iziModal .gallery__close {
    right: -16px;
    top: -16px;
    width: 32px;
  }
}
.lower-gallery .iziModal .gallery__close::before, .lower-gallery .iziModal .gallery__close::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #6dc6c1;
}
@media (max-width: 834px) {
  .lower-gallery .iziModal .gallery__close::before, .lower-gallery .iziModal .gallery__close::after {
    width: 12px;
  }
}
.lower-gallery .iziModal .gallery__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lower-gallery .iziModal .gallery__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) {
  .lower-gallery .iziModal .gallery__close:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

/* ============================================
// job Introduction
// ==========================================*/
.lower-jobintroduction .page-header .commonTitle {
  max-width: 608px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .page-header .commonTitle {
    max-width: 432px;
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .commonTitle .ja {
    font-size: clamp(2.4rem, 1.077rem + 3.846vw, 6rem);
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .l-main {
    padding: 48px 0 24px;
  }
}
.lower-jobintroduction .l-main::before {
  content: "";
  position: absolute;
  top: calc(100% - 80px);
  left: 0;
  width: 100%;
  height: 300px;
  background: #fff;
  pointer-events: none;
}
.lower-jobintroduction .job-story {
  position: relative;
  background: #fff;
}
.lower-jobintroduction .job-story:nth-child(n+2) .job-story__inner {
  padding-top: 130px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story:nth-child(n+2) .job-story__inner {
    padding-top: 72px;
  }
}
.lower-jobintroduction .job-story::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 625px;
  aspect-ratio: 628/277;
  background: url(../img/jobintroduction/deco_job-story_bg.png) center bottom/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story::before {
    right: -40px;
    width: 375px;
  }
}
.lower-jobintroduction .job-story__inner {
  max-width: 1180px;
  padding-top: 100px;
  padding-bottom: 114px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__inner {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.lower-jobintroduction .job-story__chapter {
  position: relative;
  background: #f3f5e5;
  max-width: 800px;
  margin-inline: auto;
  padding: 52px 5% 27px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__chapter {
    padding: 32px 38px 16px;
  }
}
.lower-jobintroduction .job-story__chapter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 800/82;
  background: url(../img/jobintroduction/shape_job-story_chapter.png) center top/cover no-repeat;
  pointer-events: none;
}
.lower-jobintroduction .job-story__chapter-number {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #b1453a;
  line-height: 1.6;
  background: #fff;
  border-radius: 100vmax;
  padding: 0.327em 1.276em 0.2em;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__chapter-number {
    font-size: 1.4rem;
  }
}
.lower-jobintroduction .job-story__chapter-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 560px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__chapter-title {
    font-size: 2.1rem;
  }
}
.lower-jobintroduction .job-story__chapter-sub {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 16px;
  max-width: 600px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__chapter-sub {
    font-size: 1.9rem;
    margin-top: 8px;
  }
}
.lower-jobintroduction .job-story__chapter-sub::before, .lower-jobintroduction .job-story__chapter-sub::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.125em;
  height: 1px;
  background: #b1453a;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__chapter-sub::before, .lower-jobintroduction .job-story__chapter-sub::after {
    width: 0.9em;
  }
}
.lower-jobintroduction .job-story__chapter-sub::before {
  right: calc(100% + 20px);
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__chapter-sub::before {
    right: calc(100% + 8px);
  }
}
.lower-jobintroduction .job-story__chapter-sub::after {
  left: calc(100% + 20px);
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__chapter-sub::after {
    left: calc(100% + 8px);
  }
}
.lower-jobintroduction .job-story__description {
  margin-top: 62px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__description {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .lower-jobintroduction .job-story__scene {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.1%;
    margin-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__scene {
    margin-top: 16px;
  }
}
.lower-jobintroduction .job-story__scene-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.5%;
          flex: 0 0 45.5%;
  max-width: 500px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-inline: auto;
  opacity: 0.01;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__scene-image {
    border-radius: 15px;
  }
}
.lower-jobintroduction .job-story__scene-image.js-active {
  -webkit-animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.lower-jobintroduction .job-story__scene-image img {
  aspect-ratio: 500/334;
}
.lower-jobintroduction .job-story__scene-detail {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 2px solid #1f1f1f;
  border-radius: 10px;
  padding: 35px 4.365% 39px;
  height: 100%;
  margin: auto 0;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__scene-detail {
    border-radius: 8px;
    padding: 18px 5% 16px;
    margin-top: 24px;
  }
}
.lower-jobintroduction .job-story__scene-detail::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 40px;
  aspect-ratio: 40/12;
  background: url(../img/jobintroduction/deco_job-story_scene_logo.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__scene-detail::before {
    top: -5.4px;
    width: 36px;
  }
}
.lower-jobintroduction .job-story__scene-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5%;
  border-bottom: 1px solid #535353;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__scene-tip {
    gap: 8px;
  }
}
.lower-jobintroduction .job-story__scene-tip-illust {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
  max-width: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -6px;
  margin-left: -10px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__scene-tip-illust {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.6px;
            flex: 0 0 53.6px;
    margin-bottom: -5px;
    margin-left: -8px;
  }
}
.lower-jobintroduction .job-story__scene-tip-illust img {
  aspect-ratio: 67/59;
}
.lower-jobintroduction .job-story__scene-tip-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__scene-tip-title {
    font-size: 1.6rem;
  }
}
.lower-jobintroduction .job-story__scene-text {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story__scene-text {
    font-size: 1.4rem;
    margin-top: 11px;
  }
}
.lower-jobintroduction .job-story--chapter01 .job-story__chapter {
  position: relative;
}
.lower-jobintroduction .job-story--chapter01 .job-story__chapter::after {
  content: "";
  position: absolute;
  top: -25px;
  right: 55px;
  width: 68px;
  aspect-ratio: 68/106;
  background: url(../img/jobintroduction/deco_job-story_chapter_illust_01.png) center center/contain no-repeat;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story--chapter01 .job-story__chapter::after {
    top: -18px;
    right: 16px;
    width: 42.84px;
  }
}
.lower-jobintroduction .job-story--chapter02 .job-story__chapter {
  position: relative;
}
.lower-jobintroduction .job-story--chapter02 .job-story__chapter::after {
  content: "";
  position: absolute;
  top: -83px;
  right: 80px;
  width: 70px;
  aspect-ratio: 70/127;
  background: url(../img/jobintroduction/deco_job-story_chapter_illust_02.png) center center/contain no-repeat;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story--chapter02 .job-story__chapter::after {
    top: -51px;
    right: 24px;
    width: 44.1px;
  }
}
.lower-jobintroduction .job-story--chapter03 .job-story__chapter {
  position: relative;
}
.lower-jobintroduction .job-story--chapter03 .job-story__chapter::after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: -82px;
  width: 92px;
  aspect-ratio: 92/101;
  background: url(../img/jobintroduction/deco_job-story_chapter_illust_03.png) center center/contain no-repeat;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story--chapter03 .job-story__chapter::after {
    top: -53px;
    bottom: auto;
    left: 24px;
    width: 57.96px;
    rotate: 90deg;
  }
}
.lower-jobintroduction .job-story--chapter04 .job-story__chapter {
  position: relative;
}
.lower-jobintroduction .job-story--chapter04 .job-story__chapter::after {
  content: "";
  position: absolute;
  top: -19px;
  right: -67px;
  width: 134px;
  aspect-ratio: 134/159;
  background: url(../img/jobintroduction/deco_job-story_chapter_illust_04.png) center center/contain no-repeat;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story--chapter04 .job-story__chapter::after {
    top: -13px;
    right: -43px;
    width: 84.42px;
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story--chapter-last .job-story__inner {
    padding-bottom: 64px;
  }
}
.lower-jobintroduction .job-story--chapter-last .job-story__scene {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lower-jobintroduction .job-story--chapter-last .job-story__scene::before {
  content: "";
  position: absolute;
  bottom: -27px;
  right: calc(100% - 42px);
  width: clamp(170.4px, 16.3846153846vw, 213px);
  aspect-ratio: 213/160;
  background: url(../img/jobintroduction/deco_job-story_chapter_illust_last_01.png) center center/contain no-repeat;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story--chapter-last .job-story__scene::before {
    bottom: -48px;
    right: auto;
    left: -8px;
    width: 85.2px;
    z-index: 2;
  }
}
.lower-jobintroduction .job-story--chapter-last .job-story__scene::after {
  content: "";
  position: absolute;
  bottom: -110px;
  right: calc(100% - clamp(100.8px, 9.6923076923vw, 126px));
  width: clamp(333.6px, 32.0769230769vw, 417px);
  aspect-ratio: 417/175;
  background: url(../img/jobintroduction/deco_job-story_chapter_illust_last_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-story--chapter-last .job-story__scene::after {
    bottom: -28px;
    right: auto;
    left: -24px;
    width: 166.8px;
  }
}
.lower-jobintroduction .job-story--chapter-last .job-story__scene-image {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.lower-jobintroduction .job-story--chapter-last .job-story__scene-detail {
  display: none;
}
.lower-jobintroduction .job-picture {
  position: relative;
}
.lower-jobintroduction .job-picture__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__inner {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}
.lower-jobintroduction .job-picture__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.lower-jobintroduction .job-picture__contents::before {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: clamp(104px, 13.3846153846vw, 174px);
  width: 74px;
  aspect-ratio: 74/108;
  background: url(../img/jobintroduction/deco_job-picture_arrow_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1150px) {
  .lower-jobintroduction .job-picture__contents::before {
    left: 104px;
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__contents::before {
    top: calc(100% + 20px);
    left: -120px;
    right: 0;
    margin-inline: auto;
    width: 55.5px;
  }
}
.lower-jobintroduction .job-picture__contents.js-active .job-picture__item--to {
  -webkit-animation: flipInY_open 1s ease-in-out 500ms forwards;
          animation: flipInY_open 1s ease-in-out 500ms forwards;
}
.lower-jobintroduction .job-picture__contents.js-active .job-picture__item--transfer {
  -webkit-animation: flipInY_open 1s ease-in-out 250ms forwards;
          animation: flipInY_open 1s ease-in-out 250ms forwards;
}
.lower-jobintroduction .job-picture__contents.js-active .job-picture__item--from {
  -webkit-animation: flipInY_open 1s ease-in-out forwards;
          animation: flipInY_open 1s ease-in-out forwards;
}
.lower-jobintroduction .job-picture__item {
  position: relative;
}
@media (min-width: 835px) {
  .lower-jobintroduction .job-picture__item {
    margin-bottom: -16px;
    max-width: 200px;
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__item {
    min-width: 136px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 835px) {
  .lower-jobintroduction .job-picture__item-wrapper {
    display: contents;
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__item-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 480px;
    gap: 4px;
  }
}
@media (min-width: 835px) {
  .lower-jobintroduction .job-picture__item--to {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lower-jobintroduction .job-picture__item--to::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 6px;
  width: 65px;
  aspect-ratio: 65/47;
  background: url(../img/jobintroduction/deco_job-picture_next.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__item--to::before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: calc(100% - clamp(16px, 3.5714285714vw, 20px));
    left: calc(50% - clamp(40px, 10vw, 56px));
    transform: translateX(-50%);
    width: clamp(44.85px, 11.6071428571vw, 65px);
  }
}
.lower-jobintroduction .job-picture__item--to::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 0;
  left: calc(100% + clamp(20px, 3.0769230769vw, 40px));
  margin: auto 0;
  width: 24px;
  aspect-ratio: 24/21;
  background: url(../img/jobintroduction/deco_job-picture_arrow_01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__item--to::after {
    content: none;
  }
}
@media (min-width: 835px) {
  .lower-jobintroduction .job-picture__item--from {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.lower-jobintroduction .job-picture__item--from::before {
  content: "";
  position: absolute;
  top: -26px;
  left: -17px;
  width: 203px;
  aspect-ratio: 203/84;
  background: url(../img/jobintroduction/deco_job-picture_passing-the-baton.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__item--from::before {
    top: auto;
    bottom: calc(100% - clamp(40px, 9.8214285714vw, 55px));
    left: calc(50% - clamp(11px, 2.8571428571vw, 16px));
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(140.07px, 36.25vw, 203px);
  }
}
.lower-jobintroduction .job-picture__item--from::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 0;
  right: calc(100% + clamp(20px, 3.0769230769vw, 40px));
  margin: auto 0;
  width: 24px;
  aspect-ratio: 24/21;
  background: url(../img/jobintroduction/deco_job-picture_arrow_01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__item--from::after {
    right: calc(100% - 7px);
    width: 19.2px;
    width: clamp(14.4px, 4.8vw, 19.2px);
  }
}
.lower-jobintroduction .job-picture__item--transfer {
  position: relative;
  max-width: clamp(352px, 34.1666666667vw, 410px);
  border-radius: 50%;
  overflow: hidden;
  outline: 15px solid #fff;
  background: #fff;
}
@media (min-width: 835px) {
  .lower-jobintroduction .job-picture__item--transfer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -70px;
    margin-bottom: -70px;
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__item--transfer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 280px;
    max-width: clamp(260px, 57.1428571429vw, 320px);
    outline: 10px solid #fff;
  }
}
.lower-jobintroduction .job-picture__item--transfer img {
  aspect-ratio: 1/1;
}
.lower-jobintroduction .job-picture__image {
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__image {
    max-width: clamp(136px, 35.7142857143vw, 200px);
    margin-inline: auto;
  }
}
.lower-jobintroduction .job-picture__image img {
  aspect-ratio: 1/1;
}
.lower-jobintroduction .job-picture__role {
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.6;
  background: #e2b72e;
  padding: 0.267em 0.734em 0.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__role {
    font-size: 1.2rem;
    margin-top: -16px;
  }
}
.lower-jobintroduction .job-picture__decorations {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.lower-jobintroduction .job-picture__tree {
  position: absolute;
}
.lower-jobintroduction .job-picture__tree--01 {
  bottom: 74px;
  left: clamp(16px, 3.6153846154vw, 47px);
  width: 17px;
}
@media (max-width: 1150px) {
  .lower-jobintroduction .job-picture__tree--01 {
    left: 16px;
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__tree--01 {
    top: 32px;
    left: 32px;
    bottom: auto;
    width: 15.98px;
  }
}
.lower-jobintroduction .job-picture__tree--01 img {
  aspect-ratio: 17/43;
}
.lower-jobintroduction .job-picture__tree--02 {
  top: 37px;
  left: clamp(256px, 25.8461538462vw, 336px);
  width: 20px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__tree--02 {
    top: 216px;
    left: auto;
    right: 16px;
    width: 18.8px;
  }
}
.lower-jobintroduction .job-picture__tree--02 img {
  aspect-ratio: 20/41;
}
.lower-jobintroduction .job-picture__tree--03 {
  top: -9px;
  right: clamp(296px, 28.7692307692vw, 374px);
  width: 19px;
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__tree--03 {
    top: auto;
    bottom: 240px;
    left: 24px;
    right: auto;
    width: 17.86px;
  }
}
.lower-jobintroduction .job-picture__tree--03 img {
  aspect-ratio: 19/34;
}
.lower-jobintroduction .job-picture__tree--04 {
  bottom: 27px;
  right: clamp(25px, 4.2307692308vw, 55px);
  width: 18px;
}
@media (max-width: 1150px) {
  .lower-jobintroduction .job-picture__tree--04 {
    right: 25px;
  }
}
@media (max-width: 834px) {
  .lower-jobintroduction .job-picture__tree--04 {
    right: 24px;
    bottom: 24px;
    width: 16.92px;
  }
}
.lower-jobintroduction .job-picture__tree--04 img {
  aspect-ratio: 18/39;
}

/* ============================================
// about
// ==========================================*/
.lower-about .page-header .commonTitle {
  max-width: 608px;
}
@media (max-width: 834px) {
  .lower-about .page-header .commonTitle {
    max-width: 432px;
  }
}
.lower-about .l-main {
  z-index: 10;
}
@media (max-width: 834px) {
  .lower-about .commonTitle .ja {
    font-size: clamp(2.4rem, 1.077rem + 3.846vw, 6rem);
  }
}
@media (max-width: 834px) {
  .lower-about br {
    display: none;
  }
}
.lower-about .about__item {
  position: relative;
  background: #fff;
}
.lower-about .about__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/about/shape_bg01.png) center top/cover no-repeat;
}
.lower-about .about__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/about/shape_bg02.png) center bottom/cover no-repeat;
}
@media (max-width: 834px) {
  .lower-about .about__item:first-child .about__item-inner {
    padding-top: 56px;
  }
}
.lower-about .about__item-inner {
  max-width: 1180px;
  padding-top: 118px;
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .lower-about .about__item-inner {
    padding-inline: 3.2%;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.lower-about .about__item-title {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-about .about__item-title {
    font-size: 2.3rem;
  }
}
.lower-about .about__item-title::before {
  content: "";
  position: absolute;
  top: -0.6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.75em;
  aspect-ratio: 30/10;
  background: url(../img/about/deco_about_title.png) center center/contain no-repeat;
}
.lower-about .about__item-main {
  position: relative;
  background: #f3f5e5;
  border-radius: 20px;
  padding: 50px 9.092% 100px;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-about .about__item-main {
    border-radius: 10px;
    padding: 32px 6% 56px;
    margin-top: 24px;
  }
}
.lower-about .about__item-header {
  position: relative;
}
.lower-about .about__item-header::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 324px;
  height: 4px;
  background: url(../img/about/deco_about_dotted.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-about .about__item-header::before {
    bottom: -14px;
    width: clamp(259.2px, 38.8489208633vw, 324px);
  }
}
.lower-about .about__item-sub-heading {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  background: #6dc6c1;
  padding: 0.625em 1.169em;
  border-radius: 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-about .about__item-sub-heading {
    font-size: 1.1rem;
  }
}
.lower-about .about__item-sub-heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.5833333333em;
  aspect-ratio: 7/6;
  background: inherit;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.lower-about .about__item-heading {
  font-size: clamp(2.9rem, 2.3076923077vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-about .about__item-heading {
    font-size: 1.9rem;
    text-align: start;
    margin-top: 14px;
  }
}
.lower-about .about__item-text {
  margin-top: 34px;
}
@media (max-width: 834px) {
  .lower-about .about__item-text {
    margin-top: 25px;
  }
}
.lower-about .about__item-images-block {
  position: relative;
  z-index: 1;
}
@media (max-width: 560px) {
  .lower-about .about__item-images-wrapper {
    overflow: hidden;
  }
}
.lower-about .about__item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.2%;
  margin-top: 31px;
}
@media (max-width: 834px) {
  .lower-about .about__item-images {
    gap: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 560px) {
  .lower-about .about__item-images {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
.lower-about .about__item-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 426px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-about .about__item-image {
    border-radius: 10px;
  }
}
@media (max-width: 560px) {
  .lower-about .about__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.lower-about .about__item-image img {
  aspect-ratio: 426/284;
}
.lower-about .about__item-bg-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 543px;
  aspect-ratio: 543/242;
  -webkit-mask: url(../img/about/deco_about_bg-logo.png) center center/contain no-repeat;
          mask: url(../img/about/deco_about_bg-logo.png) center center/contain no-repeat;
  background: #fff;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-about .about__item-bg-logo {
    width: clamp(298.65px, 65.1079136691vw, 434.4px);
  }
}
.lower-about .about__item-illust {
  position: absolute;
  bottom: -19px;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .lower-about .about__item-illust {
    bottom: -40px;
  }
}
@media (max-width: 834px) {
  .lower-about .about__item-illust {
    bottom: -24px;
  }
}
.lower-about .about__item-illust--01 {
  right: calc(100% - 44px);
  width: 112px;
}
@media (max-width: 1280px) {
  .lower-about .about__item-illust--01 {
    right: calc(100% - 80px);
  }
}
@media (max-width: 834px) {
  .lower-about .about__item-illust--01 {
    width: clamp(61.6px, 9.4004796163vw, 78.4px);
    right: calc(100% - 56px);
  }
}
.lower-about .about__item-illust--01 img {
  aspect-ratio: 112/138;
}
.lower-about .about__item-illust--02 {
  left: calc(100% - 44px);
  width: 122px;
}
@media (max-width: 1280px) {
  .lower-about .about__item-illust--02 {
    left: calc(100% - 90px);
  }
}
@media (max-width: 834px) {
  .lower-about .about__item-illust--02 {
    width: clamp(67.1px, 10.2398081535vw, 85.4px);
    left: calc(100% - 64px);
  }
}
.lower-about .about__item-illust--02 img {
  aspect-ratio: 122/135;
}
.lower-about .about__item:nth-child(2n+1) .about__item-title {
  padding-inline: 22%;
}
@media (max-width: 834px) {
  .lower-about .about__item:nth-child(2n+1) .about__item-title {
    padding-inline: 88px;
  }
}
.lower-about .about__item:nth-child(2n+1) .about__item-main::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 9px);
  left: 9.092%;
  width: 111px;
  aspect-ratio: 111/96;
  background: url(../img/about/deco_about_main_illust_01.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
@media (max-width: 834px) {
  .lower-about .about__item:nth-child(2n+1) .about__item-main::before {
    bottom: calc(100% - 5px);
    left: 16px;
    width: 61.05px;
  }
}
.lower-about .about__item:nth-child(2n+1) .about__item-main::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 5px);
  right: 9.092%;
  width: 86px;
  aspect-ratio: 86/79;
  background: url(../img/about/deco_about_main_illust_02.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
@media (max-width: 834px) {
  .lower-about .about__item:nth-child(2n+1) .about__item-main::after {
    bottom: calc(100% - 4px);
    right: 16px;
    width: 47.3px;
  }
}
.lower-about .about__item:nth-child(2n) {
  background: #f3f5e5;
}
.lower-about .about__item:nth-child(2n) .about__item-title {
  padding-inline: 18.8%;
}
@media (max-width: 834px) {
  .lower-about .about__item:nth-child(2n) .about__item-title {
    padding-inline: 68px;
  }
}
.lower-about .about__item:nth-child(2n) .about__item-main {
  background: #fff;
}
.lower-about .about__item:nth-child(2n) .about__item-main::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 11px);
  left: 9.092%;
  width: 90px;
  aspect-ratio: 90/87;
  background: url(../img/about/deco_about_main_illust_03.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
@media (max-width: 834px) {
  .lower-about .about__item:nth-child(2n) .about__item-main::before {
    bottom: calc(100% - 7px);
    left: 16px;
    width: 49.5px;
  }
}
.lower-about .about__item:nth-child(2n) .about__item-main::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 42px);
  right: 9.092%;
  width: 66px;
  aspect-ratio: 66/119;
  background: url(../img/about/deco_about_main_illust_04.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
@media (max-width: 834px) {
  .lower-about .about__item:nth-child(2n) .about__item-main::after {
    bottom: calc(100% - 22px);
    right: 16px;
    width: 36.3px;
  }
}
.lower-about .about__item:nth-child(2n) .about__item-sub-heading {
  background: #e2b72e;
}
.lower-about .about__item:nth-child(2n) .about__item-bg-logo {
  background: #f3f5e5;
}
.lower-about .about__item--01 .about__item-images-block::before {
  content: "";
  position: absolute;
  top: calc(100% - 30px);
  left: 50%;
  translate: -50% 0;
  width: 180px;
  aspect-ratio: 180/149;
  background: url(../img/about/deco_about_images_illust_01.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  z-index: 3;
}
@media (max-width: 834px) {
  .lower-about .about__item--01 .about__item-images-block::before {
    top: calc(100% - 16.5px);
    width: clamp(99px, 15.1079136691vw, 126px);
  }
}
.lower-about .about__item--02 .about__item-images-block::before {
  content: "";
  position: absolute;
  top: calc(100% - 18px);
  left: 50%;
  translate: -50% 0;
  width: 166px;
  aspect-ratio: 166/130;
  background: url(../img/about/deco_about_images_illust_02.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  z-index: 3;
}
@media (max-width: 834px) {
  .lower-about .about__item--02 .about__item-images-block::before {
    top: calc(100% - 9.9px);
    width: clamp(91.3px, 13.932853717vw, 116.2px);
  }
}
.lower-about .about__item--03 .about__item-images-block::before {
  content: "";
  position: absolute;
  top: calc(100% - 39px);
  left: 50%;
  translate: -50% 0;
  width: 110px;
  aspect-ratio: 110/150;
  background: url(../img/about/deco_about_images_illust_03.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  z-index: 3;
}
@media (max-width: 834px) {
  .lower-about .about__item--03 .about__item-images-block::before {
    top: calc(100% - 21.45px);
    width: clamp(60.5px, 9.2326139089vw, 77px);
  }
}
.lower-about .about__item--04 .about__item-images-block::before {
  content: "";
  position: absolute;
  top: calc(100% - 56px);
  left: calc(50% + 15px);
  translate: -50% 0;
  width: 200px;
  aspect-ratio: 262/251;
  background: url(../img/about/deco_about_images_illust_04.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  z-index: 3;
}
@media (max-width: 834px) {
  .lower-about .about__item--04 .about__item-images-block::before {
    top: calc(100% - 30.8px);
    left: calc(50% + 7px);
    width: clamp(110px, 16.7865707434vw, 140px);
  }
}
.lower-about .about__item--05 .about__item-images-block::before {
  content: "";
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  translate: -50% 0;
  width: 148px;
  aspect-ratio: 168/187;
  background: url(../img/about/deco_about_images_illust_05.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  z-index: 3;
}
@media (max-width: 834px) {
  .lower-about .about__item--05 .about__item-images-block::before {
    top: calc(100% - 22px);
    width: clamp(81.4px, 17.7458033573vw, 103.6px);
  }
}

/* ============================================
// experienced
// ==========================================*/
.lower-career:has(.career__voice) .sec__recruit {
  margin-top: 0;
}
.lower-career .l-main {
  z-index: 10;
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .lower-career .commonTitle .ja {
    font-size: clamp(2.4rem, 1.077rem + 3.846vw, 6rem);
  }
}
@media (max-width: 834px) {
  .lower-career br {
    display: none;
  }
}
.lower-career .career {
  position: relative;
}
.lower-career .career:has(.career__intro) .career__episode {
  padding-top: 0;
}
.lower-career .career:has(.career__intro) .career__episode::before {
  display: none;
}
.lower-career .career:has(.career__episode) .career__intro::after {
  display: none;
}
.lower-career .career__intro {
  padding-bottom: 130px;
  background: #fff;
  position: relative;
  padding-top: 104px;
}
.lower-career .career__intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/experienced/shape_bg01.png) center top/cover no-repeat;
}
.lower-career .career__intro::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../img/experienced/shape_bg02.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-career .career__intro {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.lower-career .career__intro__inner {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5rem, -4.846rem + 9.615vw, 9rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .lower-career .career__intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.lower-career .career__intro__inner .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 834px) {
  .lower-career .career__intro__inner .textArea {
    gap: 20px;
  }
}
.lower-career .career__intro__inner .textArea::after {
  content: "";
  background: url(../img/experienced/intro_illust.png) center/contain no-repeat;
  width: 317px;
  aspect-ratio: 317/44;
  display: block;
}
@media (max-width: 834px) {
  .lower-career .career__intro__inner .textArea::after {
    width: 177px;
  }
}
@media (min-width: 835px) {
  .lower-career .career__intro__inner .textArea {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
.lower-career .career__intro__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 480px;
}
@media (max-width: 834px) {
  .lower-career .career__intro__inner .imgArea {
    width: 100%;
  }
}
.lower-career .career__intro__inner .imgArea .img {
  max-width: 480px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-career .career__intro__inner .imgArea .img {
    border-radius: 10px;
    margin: 0 auto;
  }
}
.lower-career .career__intro__inner .imgArea .img img {
  aspect-ratio: 480/320;
}
.lower-career .career__episode__title, .lower-career .career__environment__title, .lower-career .career__voice__title {
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-career .career__episode__title, .lower-career .career__environment__title, .lower-career .career__voice__title {
    font-size: 2.3rem;
  }
}
.lower-career .career__episode__title::before, .lower-career .career__environment__title::before, .lower-career .career__voice__title::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42px;
  aspect-ratio: 42/14;
  background: url(../img/experienced/deco_title.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-career .career__episode__title::before, .lower-career .career__environment__title::before, .lower-career .career__voice__title::before {
    width: 18px;
    top: -16px;
  }
}
.lower-career .career__episode {
  padding-bottom: 150px;
  background: #fff;
  padding-top: 120px;
  position: relative;
}
.lower-career .career__episode::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/experienced/shape_bg01.png) center top/cover no-repeat;
}
.lower-career .career__episode::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../img/experienced/shape_bg02.png) center center/cover no-repeat;
  aspect-ratio: 1440/87;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-career .career__episode {
    padding-bottom: 60px;
  }
}
.lower-career .career__episode__item {
  margin-top: 50px;
  position: relative;
  background: #f3f6e5;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item {
    margin-top: 20px;
    border-radius: 10px;
  }
}
.lower-career .career__episode__item::before {
  content: "";
  background: url(../img/experienced/episode_bg.png) center/contain no-repeat;
  width: 529px;
  aspect-ratio: 529/236;
  position: absolute;
  bottom: -2px;
  right: 0;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item::before {
    width: 100%;
  }
}
.lower-career .career__episode__item:nth-child(odd) .career__episode__item__inner .head__item.-problem .illustArea .illust::before {
  background: url(../img/experienced/episode_problem_illust02.png) center/contain no-repeat;
  width: 50px;
  aspect-ratio: 49/71;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item:nth-child(odd) .career__episode__item__inner .head__item.-problem .illustArea .illust::before {
    width: 36px;
  }
}
.lower-career .career__episode__item:nth-child(odd) .career__episode__item__inner .head__item.-solution .illustArea .illust::before {
  background: url(../img/experienced/episode_solution_illust02.png) center/contain no-repeat;
  width: 82px;
  aspect-ratio: 82/114;
  left: 60%;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item:nth-child(odd) .career__episode__item__inner .head__item.-solution .illustArea .illust::before {
    width: 50px;
  }
}
.lower-career .career__episode__item__inner {
  padding: clamp(6rem, 1.077rem + 4.808vw, 8rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner {
    padding: 20px;
  }
}
.lower-career .career__episode__item__inner.js-active .eng .word {
  -webkit-animation: pop 0.6s ease-in 0.5s forwards;
          animation: pop 0.6s ease-in 0.5s forwards;
}
.lower-career .career__episode__item__inner .eng {
  letter-spacing: 0;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .eng {
    font-size: 1.4rem;
  }
}
.lower-career .career__episode__item__inner .eng .word {
  position: relative;
  display: inline-block;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(21) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(22) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(23) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(24) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(25) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(26) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(27) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(28) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(29) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(30) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+1) {
  color: #56a764;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+2) {
  color: #9460a0;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+3) {
  color: #d06d8c;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+4) {
  color: #de9610;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+5) {
  color: #907f79;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+6) {
  color: #55a0d0;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+7) {
  color: #c93a40;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+8) {
  color: #54b3b1;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+9) {
  color: #9460a0;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+10) {
  color: #ae7d42;
}
.lower-career .career__episode__item__inner .eng .word:nth-child(11n+11) {
  color: #afafaf;
}
.lower-career .career__episode__item__inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  gap: clamp(6rem, -3.846rem + 9.615vw, 10rem);
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
    margin-top: 10px;
  }
}
.lower-career .career__episode__item__inner .head__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-career .career__episode__item__inner .head__item::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 1;
  pointer-events: none;
}
.lower-career .career__episode__item__inner .head__item .text {
  font-weight: 600;
  background: #fff;
  line-height: 1.6;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-career .career__episode__item__inner .head__item .illustArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-career .career__episode__item__inner .head__item.-problem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  position: relative;
}
.lower-career .career__episode__item__inner .head__item.-problem::after {
  content: "";
  background: url(../img/experienced/arrow.png) center/contain no-repeat;
  width: clamp(3.8rem, 1.4rem + 2.344vw, 4.4rem);
  aspect-ratio: 44/12;
  position: absolute;
  right: -18%;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .head__item.-problem::after {
    right: auto;
    translate: -50%;
    left: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 22px;
    top: 120%;
  }
}
.lower-career .career__episode__item__inner .head__item.-problem .illustArea .illust {
  background: #6dc6c1;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .head__item.-problem .illustArea .illust {
    width: 60px;
  }
}
.lower-career .career__episode__item__inner .head__item.-problem .illustArea .illust::before {
  content: "";
  background: url(../img/experienced/episode_problem_illust01.png) center/contain no-repeat;
  width: 42px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  translate: -50%;
  aspect-ratio: 41/73;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .head__item.-problem .illustArea .illust::before {
    width: 31px;
  }
}
.lower-career .career__episode__item__inner .head__item.-problem .text {
  font-size: 1.8rem;
  padding: 20px 30px;
  padding-left: 65px;
  margin-left: -50px;
  clip-path: polygon(0% 0%, 94% 0%, 100% 65%, 100% 100%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .head__item.-problem .text {
    font-size: 1.2rem;
    padding: 15px 25px;
    padding-left: 40px;
    margin-left: -30px;
  }
}
.lower-career .career__episode__item__inner .head__item.-solution {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
  opacity: 0.01;
}
.lower-career .career__episode__item__inner .head__item.-solution.js-active {
  -webkit-animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: zoomInDecoY 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.lower-career .career__episode__item__inner .head__item.-solution .text {
  font-size: 2.2rem;
  padding: 30px 40px;
  padding-left: 70px;
  margin-left: -50px;
  color: #9b2f24;
  clip-path: polygon(0% 0%, 94% 0%, 100% 65%, 100% 100%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .head__item.-solution .text {
    font-size: 1.6rem;
    padding: 16px 30px;
    padding-left: 45px;
    margin-left: -30px;
  }
}
.lower-career .career__episode__item__inner .head__item.-solution .illustArea .illust {
  background: #e2b72e;
  width: 110px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .head__item.-solution .illustArea .illust {
    width: 75px;
  }
}
.lower-career .career__episode__item__inner .head__item.-solution .illustArea .illust::before {
  content: "";
  background: url(../img/experienced/episode_solution_illust01.png) center/contain no-repeat;
  width: 98px;
  position: absolute;
  bottom: -2px;
  left: 70%;
  translate: -50%;
  aspect-ratio: 98/133;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .head__item.-solution .illustArea .illust::before {
    width: 56px;
    left: 62%;
  }
}
.lower-career .career__episode__item__inner .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
}
.lower-career .career__episode__item__inner .body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(35rem, 15.308rem + 19.231vw, 43rem);
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .body .imgArea {
    width: 100%;
  }
}
.lower-career .career__episode__item__inner .body .imgArea .img {
  max-width: clamp(35rem, 15.308rem + 19.231vw, 43rem);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-career .career__episode__item__inner .body .imgArea .img {
    border-radius: 10px;
    margin: 0 auto;
  }
}
.lower-career .career__episode__item__inner .body .imgArea .img img {
  aspect-ratio: 430/287;
}
.lower-career .career__episode__item__inner .body .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-career .career__environment {
  margin-top: 150px;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-career .career__environment {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.lower-career .career__environment__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-career .career__environment__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    gap: 40px;
  }
}
.lower-career .career__environment__contents__item {
  gap: 30px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
}
.lower-career .career__environment__contents__item:nth-child(even) .textArea::before {
  background: url(../img/experienced/environment_illust02.png) center/contain no-repeat;
  width: clamp(7.7rem, 0.315rem + 7.212vw, 10.7rem);
  aspect-ratio: 107/157;
  top: 110px;
  right: 60px;
}
@media (max-width: 834px) {
  .lower-career .career__environment__contents__item:nth-child(even) .textArea::before {
    top: 16px;
    right: 10px;
    width: 60px;
  }
}
.lower-career .career__environment__contents__item .imgArea {
  position: relative;
  width: clamp(35rem, -13rem + 46.875vw, 47rem);
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-career .career__environment__contents__item .imgArea {
    padding: 0 20px;
    width: 100%;
  }
}
.lower-career .career__environment__contents__item .imgArea .num {
  font-size: clamp(9rem, -3rem + 11.719vw, 12rem);
  font-weight: 800;
  font-family: "Lato", sans-serif;
  position: absolute;
  line-height: 1;
  color: #fff;
  top: -60px;
  left: -50px;
  z-index: 5;
}
@media (max-width: 834px) {
  .lower-career .career__environment__contents__item .imgArea .num {
    font-size: 45px;
    top: -20px;
    left: 0;
  }
}
.lower-career .career__environment__contents__item .imgArea .img {
  max-width: clamp(35rem, -13rem + 46.875vw, 47rem);
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-career .career__environment__contents__item .imgArea .img {
    border-radius: 10px;
  }
}
.lower-career .career__environment__contents__item .imgArea .img img {
  aspect-ratio: 470/314;
}
.lower-career .career__environment__contents__item .textArea {
  background-color: #fff;
  padding: 180px 50px 50px;
  margin-top: -180px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-career .career__environment__contents__item .textArea {
    padding: 110px 24px 24px;
    margin-top: -120px;
    border-radius: 10px;
  }
}
.lower-career .career__environment__contents__item .textArea::before {
  content: "";
  background: url(../img/experienced/environment_illust01.png) center/contain no-repeat;
  width: clamp(11.7rem, 1.854rem + 9.615vw, 15.7rem);
  aspect-ratio: 157/135;
  position: absolute;
  top: 120px;
  right: 30px;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
@media (max-width: 834px) {
  .lower-career .career__environment__contents__item .textArea::before {
    width: 90px;
    top: 25px;
    right: 0;
  }
}
.lower-career .career__environment__contents__item .textArea .ttl {
  font-size: clamp(2.2rem, 1.215rem + 0.962vw, 2.6rem);
  color: #6dc6c1;
  font-weight: 600;
  line-height: 1.6;
  width: 80%;
}
@media (max-width: 834px) {
  .lower-career .career__environment__contents__item .textArea .ttl {
    font-size: 1.8rem;
    width: 100%;
  }
}
.lower-career .career__environment__contents__item .textArea .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-career .career__environment__contents__item .textArea .text {
    margin-top: 6px;
  }
}
.lower-career .career__voice {
  padding-top: 150px;
  padding-bottom: clamp(13rem, -0.298rem + 26.596vw, 38rem);
  background: #fff;
  position: relative;
  margin-top: 10px;
}
.lower-career .career__voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/87;
  background: url(../img/experienced/shape_bg01.png) center top/cover no-repeat;
}
@media (max-width: 834px) {
  .lower-career .career__voice {
    padding-top: 60px;
    margin-top: 5px;
  }
}
.lower-career .career__voice__item {
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 10px;
    margin-top: 24px;
  }
}
.lower-career .career__voice__item::before {
  content: "";
  position: absolute;
  background: url(../img/experienced/voice_bg.png) center/contain no-repeat;
  overflow: hidden;
  width: 891px;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item::before {
    top: -150px;
    width: 100%;
  }
}
.lower-career .career__voice__item::after {
  content: "";
  background: url(../img/experienced/voice_illust01.png) center/contain no-repeat;
  width: 137px;
  aspect-ratio: 137/147;
  position: absolute;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  pointer-events: none;
  bottom: auto;
  left: auto;
  right: 0px;
  top: -40px;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item::after {
    width: 86px;
    right: auto;
    left: -25px;
    top: -20px;
  }
}
.lower-career .career__voice__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-career .career__voice__item:nth-child(odd)::after {
  content: "";
  background: url(../img/experienced/voice_illust02.png) center/contain no-repeat;
  position: absolute;
  pointer-events: none;
  width: 89px;
  aspect-ratio: 89/146;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
  right: 30px;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item:nth-child(odd)::after {
    width: 52px;
    left: auto;
    right: -10px;
  }
}
@media (min-width: 835px) {
  .lower-career .career__voice__item:has(.img)::after {
    left: 30px;
    bottom: -20px;
    right: auto;
    top: auto;
  }
}
@media (min-width: 835px) {
  .lower-career .career__voice__item:has(.img):nth-child(odd)::after {
    left: auto;
    right: 40px;
    bottom: -6px;
  }
}
.lower-career .career__voice__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 270px;
  border-radius: 100%;
  overflow: hidden;
  border: 13px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item .img {
    max-width: 80%;
  }
}
.lower-career .career__voice__item .img img {
  aspect-ratio: 1/1;
}
.lower-career .career__voice__item .textArea .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item .textArea .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
}
.lower-career .career__voice__item .textArea .head .name {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item .textArea .head .name {
    font-size: 2.8rem;
  }
}
.lower-career .career__voice__item .textArea .head .name .small {
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item .textArea .head .name .small {
    font-size: 1.5rem;
  }
}
.lower-career .career__voice__item .textArea .head .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #e2b72e;
  border-radius: 30px;
  padding: 0 20px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item .textArea .head .info {
    font-size: 1.3rem;
  }
}
.lower-career .career__voice__item .textArea .head .info .join {
  background: #e2b72e;
  border-radius: 30px;
  padding: 5px 20px;
  color: #fff;
}
@media (max-width: 834px) {
  .lower-career .career__voice__item .textArea .head .info .join {
    padding: 3px 20px;
  }
}
.lower-career .career__voice__item .textArea .head .info .age {
  color: #808080;
}
.lower-career .career__voice .commonBtn02 {
  margin: 100px auto 0;
}
@media (max-width: 834px) {
  .lower-career .career__voice .commonBtn02 {
    margin-top: 30px;
  }
}
.lower-career .sec__recruit {
  margin-top: 280px;
  z-index: 13;
}
@media (max-width: 834px) {
  .lower-career .sec__recruit {
    margin-top: 130px;
  }
}/*# sourceMappingURL=style.css.map */