@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;
  line-height: 1.4;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #1d2087;
  color: #ffffff;
}

::selection {
  background: #1d2087;
  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:has(.js-open),
  body:has(.js-open) {
    overflow: hidden;
  }
}
@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", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #272932;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 834px) {
  body {
    font-size: 1.7rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1740px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 5%;
  }
}

a {
  color: #272932;
  -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: 500 !important;
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  right: -100%;
  bottom: 32px;
  z-index: 999;
  background: #fff;
  visibility: hidden;
  border: 3px solid #b9cfd4;
  border-radius: 30px;
  max-width: 848px;
  height: calc(100% - 56px);
}
@media (max-width: 834px) {
  .hamburger {
    top: 100%;
    right: 1%;
    left: 1%;
    bottom: 0;
    border-radius: 20px;
    height: calc(100% - 16px);
    max-width: 100%;
  }
}
.js-loaded .hamburger {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger.js-open {
  right: 94px;
  visibility: visible;
}
@media (max-width: 834px) {
  .hamburger.js-open {
    top: 8px;
    right: 1%;
  }
}
.hamburger__btn {
  position: fixed;
  right: 0;
  bottom: 8px;
  z-index: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: grid;
}
@media (min-width: 835px) and (any-hover: hover) {
  .hamburger__btn:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    right: 12px;
    bottom: 0;
  }
}
.hamburger__btn.js-open .hamburger__btn__txt::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 834px) {
  .hamburger__btn.js-open .hamburger__btn__txt::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.js-scrolled .hamburger__btn {
  bottom: 113px;
}
@media (max-width: 834px) {
  .js-scrolled .hamburger__btn {
    bottom: 0;
    right: 92px;
  }
}
.hamburger__btn__txt {
  position: relative;
  letter-spacing: 0.125em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.3;
  padding: 2.6em 0.923em 3.137em;
  background: #1d2087;
  border-radius: 20px 0 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn__txt {
    font-size: 1.6rem;
    border-radius: 10px 10px 0 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 0.8em 2.78em 0.63em 2.65em;
  }
}
.hamburger__btn__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.223em;
  aspect-ratio: 58/93;
  background: url(../img/common/ico_drawer_illust.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .hamburger__btn__txt::before {
    width: 2.7em;
    top: auto;
    bottom: 0;
    right: -1.6em;
    left: auto;
  }
}
.hamburger__btn__txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.278em;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_drawer_plus.png) center center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn__txt::after {
    top: 50%;
    bottom: auto;
    left: 0.79em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}
.hamburger__menu__inner {
  width: 100%;
  margin: auto;
  padding: 68px min(6vw, 75px);
}
@media (max-width: 834px) {
  .hamburger__menu__inner {
    padding: 3.1em 5% 2em;
  }
}
.hamburger__menu__head {
  position: relative;
  font-size: 2.6rem;
  letter-spacing: 0.125em;
  color: #1d2087;
  padding-left: 1.7em;
}
@media (max-width: 834px) {
  .hamburger__menu__head {
    font-size: max(3vw, 1.87rem);
    font-size: max(3vw, 1.79rem);
  }
}
.hamburger__menu__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 1.3465em;
  aspect-ratio: 35/39;
  background: url(../img/common/logo02.svg) center center/contain no-repeat;
}
.hamburger__menu__nav__list__item {
  position: relative;
}
.hamburger__menu__nav__list__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #b9cfd4, #b9cfd4 4px, transparent 2px, transparent 4px) left bottom/6px 1px repeat-x;
}
.hamburger__menu__nav__list__item a {
  font-size: 2rem;
  letter-spacing: 0.125em;
  padding: 1em 24px 1em 0;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    font-size: 1.7rem;
    padding: 0.8em 24px 0.8em 0;
  }
}
.hamburger__menu__nav__list__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  background: #1d2087;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a::before {
    width: 19px;
  }
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a::after {
    border-left: 5px solid #fff;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    color: #8dc21f;
  }
}
.hamburger__menu__nav__contact__head {
  font-size: 2rem;
  letter-spacing: 0.125em;
  padding: 1em 24px 1em 0;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact__head {
    font-size: 1.7rem;
    padding: 0.8em 20px 0.8em 0;
  }
}
.hamburger__menu__nav__contact__contents {
  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: 45px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact__contents {
    gap: 24px;
  }
}
@media (max-width: 660px) {
  .hamburger__menu__nav__contact__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hamburger__menu__nav__contact__contents .contents__left__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.hamburger__menu__nav__contact__contents .contents__left__head .text {
  position: relative;
  font-size: 1.4rem;
  color: #8dc21f;
  background: #fff;
  border: 2px solid #8dc21f;
  border-radius: 500px;
  padding: 0.572em 1.683em 0.5em;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact__contents .contents__left__head .text {
    padding: 0.5em 0.97em;
  }
}
.hamburger__menu__nav__contact__contents .contents__left__head .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #8dc21f;
  border-right: 0;
}
.hamburger__menu__nav__contact__contents .contents__left__head .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
}
.hamburger__menu__nav__contact__contents .contents__left__head .img {
  max-width: 53px;
}
.hamburger__menu__nav__contact__contents .contents__left__head .img img {
  aspect-ratio: 53/58;
}
.hamburger__menu__nav__contact__contents .contents__left__phone {
  position: relative;
  padding-left: 72px;
  margin-top: 18px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact__contents .contents__left__phone {
    padding-left: 56px;
    margin-top: 12px;
  }
}
.hamburger__menu__nav__contact__contents .contents__left__phone::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_phone.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact__contents .contents__left__phone::before {
    width: 40px;
  }
}
.hamburger__menu__nav__contact__contents .contents__left__phone .num a {
  font-family: "Lato", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  color: #8dc21f;
  line-height: 1;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact__contents .contents__left__phone .num a {
    font-size: 3rem;
  }
}
.hamburger__menu__nav__contact__contents .contents__left__phone .day {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -3px;
}
.hamburger__menu__nav__contact__contents .contents__right a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #cd4631;
  border-radius: 20px;
  line-height: 1;
  padding: 2.028em 2.666666em 2.028em 5.201em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact__contents .contents__right a {
    font-size: 1.7rem;
    gap: 8px;
    border-radius: 10px;
    padding: 1.7em 2.7em 1.7em 5.1em;
  }
}
.hamburger__menu__nav__contact__contents .contents__right a .em {
  font-size: 3rem;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact__contents .contents__right a .em {
    font-size: 2.4rem;
  }
}
.hamburger__menu__nav__contact__contents .contents__right a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.389em;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_search.png) center center/contain no-repeat;
}
.hamburger__menu__nav__contact__contents .contents__right a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 8px;
  border: 1px dashed #fff;
  border-radius: 15px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact__contents .contents__right a::after {
    inset: 6px;
    border-radius: 8px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__contact__contents .contents__right a:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0px 11px 8px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 11px 8px 0px rgba(0, 0, 0, 0.19);
  }
}
.hamburger__menu__close {
  position: absolute;
  right: 37px;
  top: 37px;
  z-index: 100;
  width: 35px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/ico_drawer_plus.png) center center/contain no-repeat;
          mask: url(../img/common/ico_drawer_plus.png) center center/contain no-repeat;
  background: #b9cfd4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: auto;
  -webkit-transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, filter 0.24s;
  transition: background 0.24s, filter 0.24s, -webkit-filter 0.24s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    right: 16px;
    top: 16px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    background: #1d2087;
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}

.lower-kyujin_d .hamburger__btn {
  bottom: 90px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .hamburger__btn {
    bottom: 73px;
  }
}
.lower-kyujin_d.js-scrolled .hamburger__btn {
  bottom: 168px;
}
@media (max-width: 834px) {
  .lower-kyujin_d.js-scrolled .hamburger__btn {
    bottom: 73px;
  }
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 17px !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: 12px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 12px 20px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.7rem;
  }
}
body select {
  padding-right: 64px !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: 12px 28px !important;
  background: #fff;
}
@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: 12px 20px !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;
  top: 50%;
  left: 1.3em;
  width: 3px;
  height: 14px;
  border-radius: 500px;
  background-color: #272932;
  -webkit-transform-origin: 50% calc(100% - 0.07em);
          transform-origin: 50% calc(100% - 0.07em);
}
body input[type=checkbox] + label::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(calc(-50% - 0.1em)) rotate(45deg);
          transform: translateY(calc(-50% - 0.1em)) rotate(45deg);
  height: 0.8em;
}
body input[type=checkbox] + label::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translateY(calc(-50% + 0.05em)) rotate(-45deg);
          transform: translateY(calc(-50% + 0.05em)) rotate(-45deg);
  height: 0.5em;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
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（適宜変更ください）
------------------------------------------*/
.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .custom-form_parts:nth-child(4n+1) .parts_ttl::before {
  background: url(../img/index/ico_jobsearch_deco01.jpg) center center/contain no-repeat;
}
.custom-form .custom-form_parts:nth-child(4n+2) .parts_ttl::before {
  background: url(../img/index/ico_jobsearch_deco02.jpg) center center/contain no-repeat;
}
.custom-form .custom-form_parts:nth-child(4n+3) .parts_ttl::before {
  background: url(../img/index/ico_jobsearch_deco03.jpg) center center/contain no-repeat;
}
.custom-form .custom-form_parts:nth-child(4n+4) .parts_ttl::before {
  background: url(../img/index/ico_jobsearch_deco04.jpg) center center/contain no-repeat;
}
.custom-form .parts_ttl {
  position: relative;
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 1.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(35%, 280px);
          flex: 0 0 min(35%, 280px);
  margin-top: 10px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
  }
}
.custom-form .parts_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 1.05em;
  aspect-ratio: 1/1;
  background: #fff;
}
.custom-form .form_parts_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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: #1d2087;
  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: #1d2087;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 8px 6px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.7rem;
  }
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #b9cfd4;
  border-radius: 500px;
  color: #111;
}
.custom-form .searchWord::-webkit-input-placeholder {
  color: #b9cfd4;
}
.custom-form .searchWord::-moz-placeholder {
  color: #b9cfd4;
}
.custom-form .searchWord:-ms-input-placeholder {
  color: #b9cfd4;
}
.custom-form .searchWord::-ms-input-placeholder {
  color: #b9cfd4;
}
.custom-form .searchWord::placeholder {
  color: #b9cfd4;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::before, .custom-form .pull-down::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 39px;
  width: 4px;
  height: 15px;
  border-radius: 500px;
  background-color: #1d2087;
  -webkit-transform-origin: 50% calc(100% - 1.5px);
          transform-origin: 50% calc(100% - 1.5px);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::before, .custom-form .pull-down::after {
    right: 26px;
    width: 3px;
    height: 12px;
    -webkit-transform-origin: 50% calc(100% - 1px);
            transform-origin: 50% calc(100% - 1px);
  }
}
.custom-form .pull-down::before {
  -webkit-transform: translateY(-50%) rotate(47.5deg);
          transform: translateY(-50%) rotate(47.5deg);
}
.custom-form .pull-down::after {
  -webkit-transform: translateY(-50%) rotate(-47.5deg);
          transform: translateY(-50%) rotate(-47.5deg);
}
.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: #1d2087;
  }
}
.custom-form .selCity-box {
  margin-top: 12px;
}
.custom-form .selCity_alert {
  color: #1d2087;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: rgba(185, 207, 212, 0.4);
  padding: 0.973em 1.555555em 0.973em 2.606em;
  border-radius: 500px;
}
.custom-form input[type=checkbox] + label .text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.custom-form input[type=checkbox]:checked + label {
  background: #1d2087;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #8dc21f;
}
.custom-form input[type=checkbox]:checked + label::after {
  background: #8dc21f;
}
.custom-form input[type=checkbox]:checked + label .text {
  color: #fff;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.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;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 20px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  max-width: 454px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    max-width: 320px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 1.334em;
  aspect-ratio: 1/1;
  background-image: url(../img/common/ico_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 2em;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    width: 2rem;
    left: 24px;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #cd4631;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.4835em 1em !important;
  font-size: 3rem;
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
  border-radius: 500px;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 2rem !important;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	pageHeader
--------------------*/
.pageHeader {
  position: relative;
  z-index: 1;
}
.pageHeader::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/common/pageheader_bg.jpg) center center/cover no-repeat;
  pointer-events: none;
}
.pageHeader::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -75px;
  right: 3.5%;
  width: 173px;
  aspect-ratio: 173/228;
  background: url(../img/common/pageheader_deco.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 834px) {
  .pageHeader::after {
    bottom: -18px;
    width: 86.5px;
  }
}
.js-loaded .pageHeader::after {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.pageHeader__inner {
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .pageHeader__inner {
    height: 240px;
  }
}
.pageHeader__inner .title {
  -webkit-transform: translateY(49px);
          transform: translateY(49px);
}
@media (max-width: 834px) {
  .pageHeader__inner .title {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
.pageHeader__inner .title .eng {
  overflow: hidden;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #1d2087;
  padding-left: 1.33333em;
  line-height: 1.4;
}
.pageHeader__inner .title .eng::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0.667em;
  aspect-ratio: 1/1;
  background: #8dc21f;
  border-radius: 50%;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-loaded .pageHeader__inner .title .eng::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pageHeader__inner .title .eng span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-loaded .pageHeader__inner .title .eng span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pageHeader__inner .title .ja {
  overflow: hidden;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #272932;
  line-height: 1.4;
  margin-top: 7px;
}
@media (max-width: 834px) {
  .pageHeader__inner .title .ja {
    font-size: 2.8rem;
    margin-top: 4px;
  }
}
.pageHeader__inner .title .ja span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-loaded .pageHeader__inner .title .ja span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-loaded .pageHeader .title .eng,
.js-loaded .pageHeader .title .ja {
  -webkit-animation: tada 0.8s forwards;
          animation: tada 0.8s forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-loaded .pageHeader .title .img {
  -webkit-animation: zoomInDeco 0.8s forwards;
          animation: zoomInDeco 0.8s forwards;
}
.js-loaded .pageHeader .deco .deco01 {
  -webkit-animation: zoomInDeco 0.8s forwards;
          animation: zoomInDeco 0.8s forwards;
}
.js-loaded .pageHeader .deco .deco01 img {
  -webkit-animation: kakukakuMV01 2.5s ease infinite;
          animation: kakukakuMV01 2.5s ease infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.js-loaded .pageHeader .deco .deco02 {
  -webkit-animation: zoomInDeco 0.8s forwards;
          animation: zoomInDeco 0.8s forwards;
}
.js-loaded .pageHeader .deco .deco02 img {
  -webkit-animation: kakukakuMV02 2.5s ease infinite;
          animation: kakukakuMV02 2.5s ease infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding-bottom: 32px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
  padding: 6.5px 88px 6.4px 40px;
  background: #fff;
  z-index: 1;
  background: rgba(185, 207, 212, 0.2);
}
@media (max-width: 834px) {
  .breadcrumb_list {
    padding: 6px 16px;
  }
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin: 0 2px;
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #272932;
}

/*--------------------
	commonTitle
--------------------*/
.commonTitle01__inner {
  position: relative;
}
.commonTitle01__inner .eng {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #b9cfd4;
  padding-left: 1.33333em;
}
.commonTitle01__inner .eng::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0.667em;
  aspect-ratio: 1/1;
  background: #8dc21f;
  border-radius: 50%;
}
.commonTitle01__inner .ja {
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 2px;
}
@media (max-width: 834px) {
  .commonTitle01__inner .ja {
    font-size: 3rem;
  }
}

/*--------------------
	commonBtn
--------------------*/
.commonBtn01 {
  max-width: 390px;
}
@media (max-width: 834px) {
  .commonBtn01 {
    max-width: 340px;
  }
}
.commonBtn01__inner a {
  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;
  border-radius: 500px;
  background: #1d2087;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0.4835em 1em;
  -webkit-box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
}
@media (max-width: 834px) {
  .commonBtn01__inner a {
    font-size: 2rem;
    padding: 0.6em 1.5em 0.75em;
  }
}
.commonBtn01__inner a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6335em;
  aspect-ratio: 19/20;
  background: url(../img/common/ico_arrow.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .commonBtn01__inner a::before {
    width: 0.85em;
    right: 1.3em;
  }
}
@media (any-hover: hover) {
  .commonBtn01__inner a:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 8px 16px 0 rgba(39, 41, 50, 0.2);
            box-shadow: 0 8px 16px 0 rgba(39, 41, 50, 0.2);
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}

/*--------------------
  page_back
--------------------*/
.page_back_inner {
  max-width: 360px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .page_back_inner {
    max-width: 300px;
  }
}
.page_back_inner a {
  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;
  border-radius: 500px;
  background: #1d2087;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0.8em 1em;
  -webkit-box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
}
@media (max-width: 834px) {
  .page_back_inner a {
    font-size: 1.7rem;
    padding: 0.6em 1.5em 0.75em;
  }
}
.page_back_inner a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 0.8em;
  aspect-ratio: 19/20;
  background: url(../img/common/ico_arrow.png) center center/contain no-repeat;
  height: auto;
  border: none;
  margin-right: 0;
}
@media (max-width: 834px) {
  .page_back_inner a::before {
    width: 0.85em;
    right: 1.3em;
  }
}
@media (any-hover: hover) {
  .page_back_inner a:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 8px 16px 0 rgba(39, 41, 50, 0.2);
            box-shadow: 0 8px 16px 0 rgba(39, 41, 50, 0.2);
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
    color: #fff;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  width: 100%;
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 40px 0;
}
@media (max-width: 834px) {
  .header {
    padding: 16px 0;
  }
}
.header__inner {
  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;
  padding: 0 48px 0 46px;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 0 5%;
  }
}
@media (max-width: 834px) {
  .header__logo {
    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;
    margin-inline: auto;
  }
}
.header__logo a {
  display: block;
  max-width: 324px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__logo a {
    max-width: 240px;
  }
}
.header__logo .site {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 9px;
}
@media (max-width: 834px) {
  .header__logo .site {
    margin-top: 8px;
  }
}
.header__nav__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 834px) {
  .header__nav__phone {
    display: none;
  }
}
.header__nav__phone .num a {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #8dc21f;
  padding-left: 1.333335em;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__nav__phone .num a {
    font-size: 2.4rem;
  }
}
.header__nav__phone .num a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.067em;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_phone.png) center center/contain no-repeat;
}
.header__nav__phone .day {
  font-size: 1.4rem;
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-top: 4px;
}
@media (max-width: 1400px) {
  .header__nav__list {
    display: none;
  }
}
@media (any-hover: hover) {
  .header__nav__list__item a:hover {
    opacity: 1;
    color: #8dc21f;
  }
  .header__nav__list__item a:hover .text::before {
    border-left: 0.45em solid #8dc21f;
  }
}
.header__nav__list__item a .text {
  position: relative;
  line-height: 1.6;
  padding-left: 0.88889em;
}
.header__nav__list__item a .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.45em solid #1d2087;
  border-right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-scrolled .header {
  background: #fff;
  padding: 12px 0 16px;
  -webkit-box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
}
@media (max-width: 834px) {
  .js-scrolled .header {
    padding: 8px 0;
  }
}
.js-scrolled .header__logo a {
  max-width: 280px;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo a {
    max-width: 200px;
  }
}
@media (max-width: 834px) {
  .js-scrolled .header__logo .site {
    margin-top: 6px;
  }
}
.js-scrolled .header__nav__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 834px) {
  .js-scrolled .header__nav__phone {
    display: none;
  }
}
.js-scrolled .header__nav__phone .num a {
  font-size: 2.6rem;
}
.js-scrolled .header__nav__list {
  margin-top: 0;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer__inner {
  padding-bottom: 96px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-bottom: 88px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 24px;
}
@media (max-width: 834px) {
  .footer__top {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.footer__top .logo {
  max-width: 324px;
}
@media (max-width: 834px) {
  .footer__top .logo {
    max-width: 280px;
  }
}
.footer__top .phone {
  position: relative;
  padding-left: 72px;
}
@media (max-width: 834px) {
  .footer__top .phone {
    padding-left: 56px;
  }
}
.footer__top .phone::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_phone.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .footer__top .phone::before {
    width: 42px;
  }
}
.footer__top .phone .num a {
  font-family: "Lato", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  color: #8dc21f;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__top .phone .num a {
    font-size: 2.8rem;
  }
}
.footer__top .phone .day {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
}
.footer__nav {
  position: relative;
  padding: 41px 0;
  margin-top: 41px;
}
@media (max-width: 834px) {
  .footer__nav {
    padding: 28px 0;
    margin-top: 24px;
  }
}
.footer__nav::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -100vw 0;
  background: #1d2087;
}
.footer__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;
  gap: min(1.8vw, 30px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px 32px;
  }
}
.footer__nav__list__item a .text {
  position: relative;
  color: #fff;
  line-height: 1.6;
  padding-left: 0.88889em;
  font-size: min(1.61vw, 1.8rem);
}
@media (max-width: 834px) {
  .footer__nav__list__item a .text {
    font-size: 1.7rem;
  }
}
.footer__nav__list__item a .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.45em solid #fff;
  border-right: 0;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(13vw, 200px);
  margin-top: 70px;
}
@media (max-width: 1150px) {
  .footer__bottom {
    gap: 72px;
  }
}
@media (max-width: 834px) {
  .footer__bottom {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
  }
}
.footer__bottom__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}
@media (max-width: 834px) {
  .footer__bottom__left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.footer__bottom__left .corporate a {
  position: relative;
  letter-spacing: 0.05em;
  background: #fff;
  border: 3px solid #b9cfd4;
  border-radius: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.15em 6.595em 1em 3.11em;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .footer__bottom__left .corporate a {
    font-size: 1.6rem;
    padding: 0.9em 5.1em 0.9em 2.1em;
  }
}
.footer__bottom__left .corporate a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.15em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.167em;
  aspect-ratio: 21/18;
  background: url(../img/common/ico_external.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .footer__bottom__left .corporate a::before {
    width: 1em;
  }
}
.footer__bottom__left .ga {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .footer__bottom__left .ga {
    margin-top: 16px;
  }
}
.footer__bottom__left .ga a {
  font-size: 1.4rem;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.footer__bottom__left .copyright {
  font-size: 1.4rem;
  color: #1d2087;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .footer__bottom__left .copyright {
    margin-top: 8px;
  }
}
.footer__bottom__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.footer__bottom__right .footer__search__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1150px) {
  .footer__bottom__right .footer__search__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__bottom__right .footer__search__contents:nth-child(n+2) {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .footer__bottom__right .footer__search__contents:nth-child(n+2) {
    margin-top: 16px;
  }
}
.footer__bottom__right .footer__search__contents .head {
  color: #8dc21f;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 184px;
          flex: 0 0 184px;
}
@media (max-width: 1150px) {
  .footer__bottom__right .footer__search__contents .head {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.footer__bottom__right .footer__search__contents .list {
  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: 0 20px;
}
.footer__bottom__right .footer__search__contents .list__item a {
  color: #111;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (any-hover: hover) {
  .footer__bottom__right .footer__search__contents .list__item a:hover {
    opacity: 1;
    color: #1d2087;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: fixed;
  right: -100%;
  bottom: 32px;
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .pagetop {
    bottom: 0;
  }
}
.js-scrolled .pagetop {
  right: 0;
}
@media (max-width: 834px) {
  .js-scrolled .pagetop {
    right: 8px;
  }
}
.pagetop a {
  background: #8dc21f;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 20px 0 0 20px;
  padding: 0.893em 1.2em 0.893em 1.225em;
  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;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .pagetop a {
    border-radius: 10px 10px 0 0;
    padding: 0.8em 1em 0.7em 1em;
  }
}
.pagetop a .eng {
  font-size: 1.6rem;
  font-weight: 900;
}
@media (max-width: 834px) {
  .pagetop a .eng {
    font-size: 1.5rem;
  }
}
@media (min-width: 835px) and (any-hover: hover) {
  .pagetop a:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

.lower-kyujin_d .pagetop {
  bottom: 90px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 73px;
  }
}

/* ============================================
// リクルート
// ==========================================*/
.front-page .sec__recruit__inner {
  padding-top: 120px;
}
@media (max-width: 834px) {
  .front-page .sec__recruit__inner {
    padding-top: max(27vw, 184px);
  }
}

.sec__recruit__inner {
  padding-top: 32px;
  padding-bottom: 120px;
  max-width: 1440px;
}
@media (max-width: 834px) {
  .sec__recruit__inner {
    padding-top: 136px;
    padding-bottom: 40px;
    padding-inline: 2%;
  }
}
.sec__recruit .recruit__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: 40px;
}
.sec__recruit .recruit__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: -52px;
  right: 0;
  width: min(12vw, 200px);
  aspect-ratio: 200/226;
  background: url(../img/common/recruit_logo.png) center center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents::before {
    width: max(15vw, 88px);
    top: min(-8.6vw, -50px);
    right: 19px;
  }
}
.sec__recruit .recruit__contents .imgArea {
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .imgArea {
    position: absolute;
    top: -145px;
    left: 0;
    z-index: 1;
  }
}
.sec__recruit .recruit__contents .imgArea .img {
  width: min(18vw, 228px);
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .imgArea .img {
    width: max(18vw, 144px);
  }
}
.sec__recruit .recruit__contents .imgArea .img img {
  aspect-ratio: 228/341;
}
.sec__recruit .recruit__contents .textArea {
  position: relative;
  background: #1d2087;
  border-radius: 500px 0 0 500px;
  overflow: hidden;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: calc(50% - 50vw);
  min-height: 410px;
  padding: 80px 0 80px 10.9%;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .textArea {
    padding: 80px 8%;
    min-height: 360px;
    border-radius: 100px 0 0 100px;
  }
}
.sec__recruit .recruit__contents .textArea::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/common/recruit_bg.jpg) center center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}
.sec__recruit .recruit__contents .textArea .lead {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  color: #fff;
  max-width: 500px;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .textArea .lead {
    font-size: 1.8rem;
    max-width: 100%;
  }
}
.sec__recruit .recruit__contents .textArea .link {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .textArea .link {
    margin-top: 16px;
  }
}
.sec__recruit .recruit__contents .textArea .link a {
  position: relative;
  font-size: 3rem;
  color: #fff;
  background: #cd4631;
  border-radius: 500px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.417em 3.85em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .textArea .link a {
    font-size: 2.4rem;
    padding: 0.417em max(12vw, 2.5em);
    margin-inline: auto;
  }
}
.sec__recruit .recruit__contents .textArea .link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8em;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_search.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .textArea .link a::before {
    left: 1em;
  }
}
@media (any-hover: hover) {
  .sec__recruit .recruit__contents .textArea .link a:hover {
    opacity: 1;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .front__mv {
  position: relative;
}
.front-page .front__mv::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 -50% 0;
  background: url(../img/index/mv_bg.png) top center/cover no-repeat;
}
.front-page .front__mv__inner {
  padding-top: min(13.5vw, 171px);
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .front__mv__inner {
    padding-top: 120px;
    padding-inline: 2%;
  }
}
.front-page .front__mv .mv__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page .front__mv .mv__contents .swiper {
  width: clamp(550px, 53vw, 700px);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .swiper {
    width: max(54vw, 240px);
  }
}
.front-page .front__mv .mv__contents .swiper .swiper-wrapper .swiper-slide {
  max-width: 700px;
  border-radius: 500px;
  overflow: hidden;
}
.front-page .front__mv .mv__contents .swiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 700/400;
}
.front-page .front__mv .mv__contents .mv__contents__left {
  position: relative;
}
.front-page .front__mv .mv__contents .mv__contents__left .mv__recruit {
  position: absolute;
  bottom: 0;
  left: -70px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
@media (max-width: 1500px) {
  .front-page .front__mv .mv__contents .mv__contents__left .mv__recruit {
    bottom: 24px;
    left: 40px;
  }
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__left .mv__recruit {
    bottom: -80px;
    left: 2px;
  }
}
.front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1d2087;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: min(50vw, 237px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a {
    width: max(23vw, 160px);
  }
}
.front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 8px;
  border: 1px dashed #fff;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a::before {
    inset: 5px;
  }
}
.front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a .img {
  max-width: 33px;
  margin-top: -12px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a .img {
    max-width: 24px;
  }
}
.front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a .text01 {
  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: 13px;
  color: #fff;
  line-height: 1;
  margin-top: 18px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a .text01 {
    gap: 8px;
    margin-top: 8px;
  }
}
.front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a .text01 .em {
  font-size: 3.4rem;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a .text01 .em {
    font-size: 2.4rem;
  }
}
.front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a .text02 {
  font-size: 1.3rem;
  color: #fff;
  background: #8dc21f;
  border: 1px solid #fff;
  border-radius: 500px;
  padding: 0.155em 1.125em;
  margin-top: 15px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a .text02 {
    padding: 0.1em 1em;
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
@media (any-hover: hover) {
  .front-page .front__mv .mv__contents .mv__contents__left .mv__recruit a:hover {
    opacity: 1;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: 0px 11px 16px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 11px 16px 0px rgba(0, 0, 0, 0.19);
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}
.front-page .front__mv .mv__contents .mv__contents__right {
  position: relative;
  padding-top: 230px;
  margin-left: -120px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__right {
    padding-top: 180px;
  }
}
.front-page .front__mv .mv__contents .mv__contents__right .mv__copy {
  position: absolute;
  top: 12px;
  left: min(15vw, 174px);
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__right .mv__copy {
    top: 0px;
    left: 80px;
  }
}
@media (max-width: 550px) {
  .front-page .front__mv .mv__contents .mv__contents__right .mv__copy {
    left: max(5.6vw, 54px);
    margin-right: -20px;
  }
}
.front-page .front__mv .mv__contents .mv__contents__right .mv__copy .copy {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__contents__right .mv__copy .copy {
    font-size: max(5.2vw, 2.7rem);
  }
}
.front-page .front__mv .mv__contents .mv__contents__right .mv__copy .copy .text {
  overflow: hidden;
}
.front-page .front__mv .mv__contents .mv__contents__right .mv__copy .copy .text span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-page .front__mv .mv__contents .mv__contents__right .mv__copy .copy .text01 span {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.front-page .front__mv .mv__contents .mv__contents__right .mv__copy .copy .text02 span {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.front-page .front__mv .mv__contents .mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
.front-page .front__mv .mv__contents .mv__logo .img {
  max-width: 214px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__logo .img {
    max-width: 100%;
    width: max(15vw, 100px);
  }
}
.front-page .front__mv .mv__contents .mv__logo .img img {
  aspect-ratio: 214/242;
}
.front-page .front__mv .mv__contents .mv__deco {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.front-page .front__mv .mv__contents .mv__deco .deco01 {
  position: absolute;
  top: 40px;
  left: -12px;
  max-width: 99px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .front-page .front__mv .mv__contents .mv__deco .deco01 {
    top: -40px;
    left: -72px;
  }
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__deco .deco01 {
    top: -48px;
    left: 0;
    max-width: 48px;
  }
}
.front-page .front__mv .mv__contents .mv__deco .deco01 img {
  aspect-ratio: 99/195;
}
.front-page .front__mv .mv__contents .mv__deco .deco02 {
  position: absolute;
  bottom: 96px;
  left: 390px;
  max-width: 119px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .front-page .front__mv .mv__contents .mv__deco .deco02 {
    bottom: 56px;
    left: 250px;
  }
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__deco .deco02 {
    bottom: 40px;
    left: 0;
    max-width: 80px;
  }
}
.front-page .front__mv .mv__contents .mv__deco .deco02 img {
  aspect-ratio: 119/151;
}
.front-page .front__mv .mv__contents .mv__deco .deco03 {
  position: absolute;
  top: 44px;
  right: -8px;
  max-width: 173px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .front-page .front__mv .mv__contents .mv__deco .deco03 {
    right: -58px;
  }
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents .mv__deco .deco03 {
    top: 60px;
    right: -4px;
    max-width: 104px;
  }
}
.front-page .front__mv .mv__contents .mv__deco .deco03 img {
  aspect-ratio: 173/228;
}
.front-page.js-loaded .front__mv .mv__contents .swiper {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.front-page.js-loaded .front__mv .mv__contents .mv__recruit {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.front-page.js-loaded .front__mv .mv__contents .mv__copy .copy .text span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.front-page.js-loaded .front__mv .mv__contents .mv__logo {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.front-page.js-loaded .front__mv .mv__contents .mv__deco {
  opacity: 1;
}
.front-page .front__search {
  position: relative;
}
.front-page .front__search::before {
  content: "";
  display: block;
  position: absolute;
  top: -42px;
  right: 40px;
  width: 747px;
  aspect-ratio: 747/772;
  background: url(../img/index/search_bg.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1500px) {
  .front-page .front__search::before {
    right: -174px;
  }
}
@media (max-width: 834px) {
  .front-page .front__search::before {
    width: 600px;
    top: 0;
    right: -152px;
  }
}
.front-page .front__search__inner {
  padding-top: 88px;
}
@media (max-width: 834px) {
  .front-page .front__search__inner {
    padding-top: 136px;
  }
}
.front-page .front__search .search__contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 834px) {
  .front-page .front__search .search__contents__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.front-page .front__search .search__contents__head .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .front-page .front__search .search__contents__head .heading {
    font-size: 1.8rem;
  }
}
.front-page .front__search .search__contents__head .heading .em {
  position: relative;
  font-size: 4.6rem;
  color: #8dc21f;
}
@media (max-width: 834px) {
  .front-page .front__search .search__contents__head .heading .em {
    font-size: 3.6rem;
  }
}
.front-page .front__search .search__contents__head .heading .em::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.2em;
  right: -0.4em;
  width: 0.6305em;
  aspect-ratio: 29/28;
  background: url(../img/index/ico_search_deco.png) center center/contain no-repeat;
}
.front-page .front__search .search__contents__head .lead {
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .front__search .search__contents__body {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .front-page .front__search .search__contents__body {
    margin-top: 24px;
  }
}
.front-page .front__search .search__contents__body .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  gap: 30px;
}
@media (max-width: 834px) {
  .front-page .front__search .search__contents__body .list {
    grid-template-columns: repeat(auto-fit, minmax(150px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
    gap: 8px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.front-page .front__search .search__contents__body .list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 180px;
}
@media (max-width: 834px) {
  .front-page .front__search .search__contents__body .list__item {
    max-width: 150px;
  }
}
.front-page .front__search .search__contents__body .list__item .img {
  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;
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.07);
}
.front-page .front__search .search__contents__body .list__item .img img {
  max-width: 90px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .front-page .front__search .search__contents__body .list__item .img img {
    max-width: 80px;
  }
}
.front-page .front__search .search__contents__body .list__item .text {
  margin-top: 12px;
}
@media (max-width: 834px) {
  .front-page .front__search .search__contents__body .list__item .text {
    margin-top: 6px;
  }
}
.front-page .front__jobSearch__inner {
  padding-top: 216px;
}
@media (max-width: 834px) {
  .front-page .front__jobSearch__inner {
    padding-top: 80px;
    padding-inline: 3%;
  }
}
.front-page .front__jobSearch .jobSearch__content {
  background: #fff;
  border: 3px solid #1d2087;
  border-radius: 30px;
}
.front-page .front__jobSearch .jobSearch__content__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 570px;
  margin-inline: auto;
  margin-top: -48px;
}
@media (max-width: 834px) {
  .front-page .front__jobSearch .jobSearch__content__head {
    max-width: 400px;
    margin-top: -40px;
  }
}
.front-page .front__jobSearch .jobSearch__content__head .img {
  position: absolute;
  bottom: -30px;
  left: -88px;
  max-width: 189px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .front__jobSearch .jobSearch__content__head .img {
    bottom: -3px;
    left: -11px;
    max-width: 80px;
  }
}
.front-page .front__jobSearch .jobSearch__content__head .img img {
  aspect-ratio: 189/213;
}
.front-page .front__jobSearch .jobSearch__content__head .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: #1d2087;
  border-radius: 500px;
  padding: 0.8em 1em;
}
@media (max-width: 834px) {
  .front-page .front__jobSearch .jobSearch__content__head .heading {
    font-size: 2.2rem;
    padding: 1em 1em 1em 2.5em;
  }
}
.front-page .front__jobSearch .jobSearch__content__head .heading::before {
  content: "";
  display: block;
  position: absolute;
  inset: 9px;
  border-radius: 500px;
  border: 1px solid #fff;
}
@media (max-width: 834px) {
  .front-page .front__jobSearch .jobSearch__content__head .heading::before {
    inset: 6px;
  }
}
.front-page .front__jobSearch .jobSearch__content .search_body {
  padding: 86px 6.1% 80px;
}
@media (max-width: 834px) {
  .front-page .front__jobSearch .jobSearch__content .search_body {
    padding: 16px 5% 24px;
  }
}
.front-page .front__newjobs__inner {
  padding-top: 112px;
  padding-bottom: 220px;
}
@media (max-width: 1790px) and (min-width: 835px) {
  .front-page .front__newjobs__inner {
    padding-right: 124px;
  }
}
@media (max-width: 834px) {
  .front-page .front__newjobs__inner {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
.front-page .front__newjobs .newjobs__contents {
  position: relative;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents {
    display: grid;
  }
}
.front-page .front__newjobs .newjobs__contents__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;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__head {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__head .commonTitle01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .front__newjobs .newjobs__contents__head .commonTitle01__inner .ja {
  font-size: 4.6rem;
  margin-top: 16px;
  line-height: 1;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__head .commonTitle01__inner .ja {
    font-size: 3rem;
    margin-top: 6px;
  }
}
.front-page .front__newjobs .newjobs__contents__head .commonBtn01 {
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__head .commonBtn01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-inline: auto;
    width: 100%;
    margin-top: 102px;
    max-width: 340px;
  }
}
.front-page .front__newjobs .newjobs__contents__head .commonBtn01__inner a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2rem;
  padding: 0.6em 1.5em 0.75em;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__head .commonBtn01__inner a {
    font-size: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.front-page .front__newjobs .newjobs__contents__head .commonBtn01__inner a::before {
  width: 0.95em;
  right: 1.45em;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__head .commonBtn01__inner a::before {
    width: 0.85em;
    right: 1.3em;
  }
}
.front-page .front__newjobs .newjobs__contents__body {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper {
  max-width: 320px;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
  border-radius: 30px;
  max-width: 320px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .imgArea .img {
  max-width: 320px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .imgArea .img {
    border-radius: 20px 20px 0 0;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .imgArea .img img {
  aspect-ratio: 320/214;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .imgArea .img img {
    border-radius: 20px 20px 0 0;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea {
  padding: 0 9.3% 28px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea {
    padding: 0 6% 20px;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: relative;
  margin-top: -19px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .area__item {
  font-size: 1.5rem;
  color: #fff;
  background: #1d2087;
  border-radius: 500px;
  padding: 0.467em 1.04em 0.4em;
  line-height: 1.6;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .lead {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 15px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .lead {
    margin-top: 12px;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 16px;
  padding-top: 16px;
  background: linear-gradient(to right, #b9cfd4, #b9cfd4 4px, transparent 2px, transparent 4px) left top/6px 1px repeat-x;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary {
    gap: 24px;
    margin-top: 12px;
    padding-top: 12px;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary__head {
  font-size: 1.6rem;
  color: #8dc21f;
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary__head {
    font-size: 1.5rem;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary__body {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary__body {
    font-size: 1.5rem;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .date {
  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: 21px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .date {
    margin-top: 8px;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .date__item {
  position: relative;
  font-size: 1.6rem;
  color: #b9cfd4;
  line-height: 1.6;
  padding-left: 1.3125em;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .date__item {
    font-size: 1.5rem;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .date__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/index/ico_newjobs_clock.png) center center/contain no-repeat;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .date .linkText {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-right: 1.625em;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .date .linkText {
    font-size: 1.5rem;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .date .linkText::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.15em;
  right: 0;
  width: 1.25em;
  aspect-ratio: 1/1;
  background: #fff;
  border: 2px solid #1d2087;
  border-radius: 50%;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a .textArea .date .linkText::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  right: 0.4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  border-left: 0.4em solid #1d2087;
  border-right: 0;
}
@media (any-hover: hover) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-wrapper .swiper-slide a:hover {
    opacity: 1;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-prev,
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-next {
  background-image: none;
  left: auto;
  position: absolute;
  top: calc(100% + 35px);
  width: 60px;
  height: 60px;
  margin-top: 0;
  background: #8dc21f;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-prev,
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    top: calc(100% + 24px);
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-prev::before,
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}
@media (any-hover: hover) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-prev:hover,
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-next:hover {
    -webkit-filter: saturate(1.3);
            filter: saturate(1.3);
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-prev {
  right: 70px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-prev {
    right: 64px;
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-prev::before {
  -webkit-transform: translate(calc(-50% - 2px), -50%);
          transform: translate(calc(-50% - 2px), -50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 0;
  border-right: 10px solid #fff;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-next {
  right: 0;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-button-next::before {
  -webkit-transform: translate(calc(-50% + 2px), -50%);
          transform: translate(calc(-50% + 2px), -50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-scrollbar {
  display: block !important;
  height: 8px;
  background: #e5e5e5;
  left: 0;
  bottom: -69px;
  width: calc(100% - 197px);
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents__body .swiper .swiper-scrollbar {
    height: 7px;
    bottom: -56px;
    width: calc(100% - 144px);
  }
}
.front-page .front__newjobs .newjobs__contents__body .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1d2087;
}
.front-page .front__staff {
  position: relative;
}
.front-page .front__staff::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/534;
  background: url(../img/index/staff_bg.png) center center/cover no-repeat;
  pointer-events: none;
}
.front-page .front__staff::after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: 32px;
  width: 191px;
  aspect-ratio: 191/263;
  background: url(../img/index/staff_deco01.png) center center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__staff::after {
    top: -40px;
    right: 10px;
    width: 120px;
  }
}
.front-page .front__staff__inner {
  padding-top: 112px;
}
@media (max-width: 834px) {
  .front-page .front__staff__inner {
    padding-top: 48px;
  }
}
.front-page .front__staff .staff__contents {
  padding-inline: 4.6%;
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents {
    padding-inline: 0;
  }
}
.front-page .front__staff .staff__contents .lead {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents .lead {
    margin-top: 8px;
  }
}
.front-page .front__staff .staff__contents__body {
  margin-top: 52px;
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents__body {
    margin-top: 24px;
  }
}
.front-page .front__staff .staff__contents__body .list {
  gap: 32px 3.1%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1213px) {
  .front-page .front__staff .staff__contents__body .list {
    grid-template-columns: repeat(auto-fit, minmax(250px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(250px, max-content));
  }
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents__body .list {
    gap: 16px;
  }
}
.front-page .front__staff .staff__contents__body .list__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(31.2%, 300px);
          flex: 0 0 min(31.2%, 300px);
  max-width: 300px;
  min-height: 298px;
  position: relative;
  border: 3px solid #b9cfd4;
  border-radius: 30px;
  padding: 48px 3% 200px;
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents__body .list__item {
    width: 100%;
    padding: 32px 7% 150px;
    min-height: 224px;
    border-radius: 20px;
  }
}
.front-page .front__staff .staff__contents__body .list__item::before {
  content: "";
  display: block;
  position: absolute;
  inset: 9px;
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 39.99px 3.01px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 39.99px 3.01px rgba(0, 0, 0, 0.07);
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents__body .list__item::before {
    inset: 8px;
    border-radius: 15px;
  }
}
.front-page .front__staff .staff__contents__body .list__item .heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #1d2087;
  background: linear-gradient(to right, #b9cfd4, #b9cfd4 8px, transparent 2px, transparent 8px) left bottom/12px 2px repeat-x;
  margin-inline: auto;
  padding-bottom: 6px;
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents__body .list__item .heading {
    font-size: 1.8rem;
  }
}
.front-page .front__staff .staff__contents__body .list__item .img {
  max-width: 211px;
  width: 100%;
  margin-top: 24px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents__body .list__item .img {
    max-width: 160px;
    bottom: -8px;
  }
}
.front-page .front__staff .staff__contents .commonBtn01 {
  max-width: 454px;
  margin-inline: auto;
  margin-top: 80px;
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents .commonBtn01 {
    max-width: 340px;
    margin-top: 32px;
  }
}
.front-page .front__staff .staff__contents .commonBtn01__inner a {
  padding: 0.4835em 1.8em 0.4835em 1em;
}
@media (max-width: 834px) {
  .front-page .front__staff .staff__contents .commonBtn01__inner a {
    padding: 0.6em 1.5em 0.75em;
  }
}
.front-page .front__jobsData__inner {
  padding-top: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 7.3%;
}
@media (max-width: 834px) {
  .front-page .front__jobsData__inner {
    padding-top: 64px;
    -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;
  }
}
.front-page .front__jobsData__inner .front__jobs,
.front-page .front__jobsData__inner .front__data {
  max-width: 550px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.front-page .front__jobsData__inner .front__jobs__inner,
.front-page .front__jobsData__inner .front__data__inner {
  height: 100%;
}
.front-page .front__jobsData__inner .front__jobs__inner .jobs__contents,
.front-page .front__jobsData__inner .front__jobs__inner .data__contents,
.front-page .front__jobsData__inner .front__data__inner .jobs__contents,
.front-page .front__jobsData__inner .front__data__inner .data__contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .img,
.front-page .front__jobsData__inner .front__jobs__inner .data__contents .img,
.front-page .front__jobsData__inner .front__data__inner .jobs__contents .img,
.front-page .front__jobsData__inner .front__data__inner .data__contents .img {
  max-width: 550px;
  border-radius: 30px;
  overflow: hidden;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .img,
  .front-page .front__jobsData__inner .front__jobs__inner .data__contents .img,
  .front-page .front__jobsData__inner .front__data__inner .jobs__contents .img,
  .front-page .front__jobsData__inner .front__data__inner .data__contents .img {
    border-radius: 20px;
  }
}
.front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .img img,
.front-page .front__jobsData__inner .front__jobs__inner .data__contents .img img,
.front-page .front__jobsData__inner .front__data__inner .jobs__contents .img img,
.front-page .front__jobsData__inner .front__data__inner .data__contents .img img {
  aspect-ratio: 550/258;
}
.front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .commonTitle01,
.front-page .front__jobsData__inner .front__jobs__inner .data__contents .commonTitle01,
.front-page .front__jobsData__inner .front__data__inner .jobs__contents .commonTitle01,
.front-page .front__jobsData__inner .front__data__inner .data__contents .commonTitle01 {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .commonTitle01,
  .front-page .front__jobsData__inner .front__jobs__inner .data__contents .commonTitle01,
  .front-page .front__jobsData__inner .front__data__inner .jobs__contents .commonTitle01,
  .front-page .front__jobsData__inner .front__data__inner .data__contents .commonTitle01 {
    margin-top: 10px;
  }
}
.front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .commonTitle01__inner .ja,
.front-page .front__jobsData__inner .front__jobs__inner .data__contents .commonTitle01__inner .ja,
.front-page .front__jobsData__inner .front__data__inner .jobs__contents .commonTitle01__inner .ja,
.front-page .front__jobsData__inner .front__data__inner .data__contents .commonTitle01__inner .ja {
  font-size: 3.8rem;
}
@media (max-width: 834px) {
  .front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .commonTitle01__inner .ja,
  .front-page .front__jobsData__inner .front__jobs__inner .data__contents .commonTitle01__inner .ja,
  .front-page .front__jobsData__inner .front__data__inner .jobs__contents .commonTitle01__inner .ja,
  .front-page .front__jobsData__inner .front__data__inner .data__contents .commonTitle01__inner .ja {
    font-size: 3rem;
  }
}
.front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .lead,
.front-page .front__jobsData__inner .front__jobs__inner .data__contents .lead,
.front-page .front__jobsData__inner .front__data__inner .jobs__contents .lead,
.front-page .front__jobsData__inner .front__data__inner .data__contents .lead {
  margin-top: 8px;
  margin-bottom: 53px;
}
@media (max-width: 834px) {
  .front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .lead,
  .front-page .front__jobsData__inner .front__jobs__inner .data__contents .lead,
  .front-page .front__jobsData__inner .front__data__inner .jobs__contents .lead,
  .front-page .front__jobsData__inner .front__data__inner .data__contents .lead {
    margin-top: 6px;
    margin-bottom: 0;
  }
}
.front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .commonBtn01,
.front-page .front__jobsData__inner .front__jobs__inner .data__contents .commonBtn01,
.front-page .front__jobsData__inner .front__data__inner .jobs__contents .commonBtn01,
.front-page .front__jobsData__inner .front__data__inner .data__contents .commonBtn01 {
  margin-inline: auto;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 834px) {
  .front-page .front__jobsData__inner .front__jobs__inner .jobs__contents .commonBtn01,
  .front-page .front__jobsData__inner .front__jobs__inner .data__contents .commonBtn01,
  .front-page .front__jobsData__inner .front__data__inner .jobs__contents .commonBtn01,
  .front-page .front__jobsData__inner .front__data__inner .data__contents .commonBtn01 {
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .front-page .front__jobsData__inner .front__data {
    margin-top: 64px;
  }
}
.front-page .front__faq__inner {
  padding-top: 120px;
}
@media (max-width: 834px) {
  .front-page .front__faq__inner {
    padding-top: 72px;
  }
}
@media (max-width: 660px) {
  .front-page .front__faq__inner {
    padding-top: 104px;
  }
}
.front-page .front__faq__inner .faq__contents a {
  position: relative;
  max-width: 960px;
  margin-inline: auto;
  min-height: 294px;
  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: 6%;
  border: 5px solid #1d2087;
  border-radius: 30px;
  background-image: repeating-linear-gradient(-45deg, #e7eff0, #e7eff0 8px, rgba(185, 207, 212, 0.6) 8px, rgba(185, 207, 212, 0.6) 16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .front__faq__inner .faq__contents a {
    border: 4px solid #1d2087;
    border-radius: 20px;
    min-height: 240px;
    gap: 4%;
  }
}
.front-page .front__faq__inner .faq__contents a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  right: 9px;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/index/ico_faq_question.png) center center/contain no-repeat;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .front__faq__inner .faq__contents a::before {
    bottom: 11px;
    right: 7px;
    width: 22px;
  }
}
.front-page .front__faq__inner .faq__contents a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 88px;
  aspect-ratio: 1/1;
  background: #1d2087;
  clip-path: polygon(100% 0, 100% 68%, 97% 82%, 91% 91%, 82% 97%, 68% 100%, 0 100%);
}
@media (max-width: 834px) {
  .front-page .front__faq__inner .faq__contents a::after {
    bottom: -3px;
    right: -3px;
    width: 76px;
  }
}
.front-page .front__faq__inner .faq__contents a .textArea .text {
  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: 1.2em;
  color: #1d2087;
  font-size: 2rem;
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .front-page .front__faq__inner .faq__contents a .textArea .text {
    font-size: 1.7rem;
  }
}
.front-page .front__faq__inner .faq__contents a .textArea .text::before, .front-page .front__faq__inner .faq__contents a .textArea .text::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  height: 1.1em;
  background: #1d2087;
  border-radius: 500px;
}
.front-page .front__faq__inner .faq__contents a .textArea .text::before {
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
}
.front-page .front__faq__inner .faq__contents a .textArea .text::after {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}
.front-page .front__faq__inner .faq__contents a .textArea .heading {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #1d2087;
  padding: 0.203em 0.6974em;
  margin-top: 11px;
}
@media (max-width: 834px) {
  .front-page .front__faq__inner .faq__contents a .textArea .heading {
    font-size: max(3.9vw, 3rem);
    margin-top: 4px;
    text-align: center;
  }
}
@media (max-width: 660px) {
  .front-page .front__faq__inner .faq__contents a .textArea .heading {
    margin-inline: 36px;
    min-width: 250px;
  }
}
@media (max-width: 660px) {
  .front-page .front__faq__inner .faq__contents a .imgArea {
    position: absolute;
    top: -68px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 16px));
            transform: translateX(calc(-50% - 16px));
  }
}
.front-page .front__faq__inner .faq__contents a .imgArea .img {
  max-width: 171px;
}
@media (max-width: 834px) {
  .front-page .front__faq__inner .faq__contents a .imgArea .img {
    max-width: max(13vw, 88px);
  }
}
.front-page .front__faq__inner .faq__contents a .imgArea .img img {
  aspect-ratio: 171/211;
}
@media (any-hover: hover) {
  .front-page .front__faq__inner .faq__contents a:hover {
    opacity: 1;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.19);
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .kyujin_container {
  padding-top: 108px;
  padding-bottom: 72px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container {
    padding-top: 70px;
    padding-bottom: 56px;
  }
}
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0;
  border: none;
  background: #fff;
  border: 3px solid #1d2087;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    border-radius: 20px;
  }
}
.lower-kyujin_l .search-toggle {
  border-radius: 500px;
  max-width: 570px;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
  }
}
.lower-kyujin_l .search-toggle::before {
  content: "";
  display: block;
  position: absolute;
  inset: 9px;
  border-radius: 500px;
  border: 1px solid #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle::before {
    inset: 6px;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 2.8rem;
  padding: 1em;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 2rem;
    padding: 0.9em 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: 24px;
  height: 3px;
  border-radius: 500px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 16px;
  }
}
.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-toggle.js-active + .search_body + .job_result_total {
  padding-top: 32px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle.js-active + .search_body + .job_result_total {
    padding-top: 16px;
  }
}
.lower-kyujin_l .search_body {
  position: relative;
  z-index: 1;
  padding: 96px 6.282% 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 48px 5% 0;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 96px 6.282% 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 56px 5% 24px;
  }
}
.lower-kyujin_l article.job {
  margin-top: 40px;
  padding: 50px;
  -webkit-box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 32px;
    padding: 30px 5.8%;
    border-radius: 20px;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d {
  position: relative;
}
.lower-kyujin_d::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/948;
  background: url(../img/kyujin/kyujin_d_bg.png) center center/cover no-repeat;
}
.lower-kyujin_d .l-main {
  position: relative;
}
.lower-kyujin_d .l-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 160px;
  left: 3.8%;
  width: 99px;
  aspect-ratio: 99/195;
  background: url(../img/kyujin/kyujin_d_deco01.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.lower-kyujin_d .l-main::after {
  content: "";
  display: block;
  position: absolute;
  top: 230px;
  right: 3.8%;
  width: 119px;
  aspect-ratio: 119/151;
  background: url(../img/kyujin/kyujin_d_deco02.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.lower-kyujin_d.js-loaded .l-main::before, .lower-kyujin_d.js-loaded .l-main::after {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.lower-kyujin_d .kyujin_container {
  position: relative;
  z-index: 1;
  padding-top: 184px;
  padding-bottom: 64px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-top: 104px;
    padding-bottom: 40px;
  }
}
.lower-kyujin_d .kyujin_container .job {
  background: #fff;
  -webkit-box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
  border-radius: 30px;
  padding: 50px 4.167%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container .job {
    border-radius: 20px;
    padding: 30px 5%;
  }
}
.lower-kyujin_d .footer {
  padding-bottom: 56px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #fff;
  z-index: 1;
  background: #1d2087;
  border-radius: 10px;
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    border-radius: 8px;
    font-size: 2rem;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: rgba(185, 207, 212, 0.4);
  content: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::after,
  .lower-kyujin_d .appeal_ttl::after {
    width: auto;
    left: -2000px;
    right: -2000px;
  }
}
.lower-kyujin_d .job_outline_item_ttl {
  color: #1d2087;
}

/*--------------------
求人新着
--------------------*/
.lower-whatsnew .kyujin_container {
  padding-top: 16px;
  padding-bottom: 72px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container {
    padding-top: 2px;
    padding-bottom: 56px;
  }
}
.lower-whatsnew article.job {
  margin-top: 40px;
  padding: 50px;
  -webkit-box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.17);
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-whatsnew article.job {
    margin-top: 32px;
    padding: 30px 5%;
    border-radius: 20px;
  }
}
.lower-whatsnew article.job:first-child {
  margin-top: 0;
}
.lower-whatsnew article.job .job_inner .job_wrap .job_txt_wrap .job_outline {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-whatsnew article.job .job_inner .job_wrap .job_txt_wrap .job_outline {
    margin-top: 8px;
  }
}

/* ============================================
// lower-data
// ==========================================*/
.lower-data {
  /*------------------------------
    共通設定
  ------------------------------*/
  /*------------------------------
    アイテム個別の設定
  ------------------------------*/
}
.lower-data .sec__data__inner {
  position: relative;
  max-width: 1340px;
  padding-top: 107px;
  padding-bottom: 56px;
}
@media (max-width: 834px) {
  .lower-data .sec__data__inner {
    padding-top: 54px;
    padding-bottom: 24px;
  }
}
@media (min-width: 835px) {
  .lower-data .sec__data .data__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 2.65%;
  }
}
.lower-data .sec__data .data__block {
  position: relative;
  border: 3px solid #b9cfd4;
  border-radius: 30px;
  padding: 9px;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block {
    border-radius: 20px;
    padding: 6px;
  }
  .lower-data .sec__data .data__block:nth-child(n+2) {
    margin-top: 34px;
  }
}
@media (min-width: 835px) {
  .lower-data .sec__data .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.9833333333%;
            flex: 0 0 31.9833333333%;
    max-width: 31.9833333333%;
  }
  .lower-data .sec__data .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.3166666667%;
            flex: 0 0 65.3166666667%;
    max-width: 65.3166666667%;
  }
  .lower-data .sec__data .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.65%;
            flex: 0 0 48.65%;
    max-width: 48.65%;
  }
  .lower-data .sec__data .data__block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .lower-data .sec__data .data__block#employee.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.6833333333%;
            flex: 0 0 35.6833333333%;
    max-width: 35.6833333333%;
  }
  .lower-data .sec__data .data__block#type.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.6666666667%;
            flex: 0 0 61.6666666667%;
    max-width: 61.6666666667%;
  }
  .lower-data .sec__data .data__block#founding.-one, .lower-data .sec__data .data__block#location.-one, .lower-data .sec__data .data__block#customers.-one, .lower-data .sec__data .data__block#holiday.-one, .lower-data .sec__data .data__block#work.-one, .lower-data .sec__data .data__block#age.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.5633333333%;
            flex: 0 0 31.5633333333%;
  }
}
.lower-data .sec__data .data__block__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 3.8% 20px;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 39.99px 3.01px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 39.99px 3.01px rgba(0, 0, 0, 0.07);
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block__inner {
    padding: 28px 5% 32px;
    border-radius: 14px;
  }
}
.lower-data .sec__data .data__block .numWrap {
  position: absolute;
  top: -1.1em;
  left: 0.65em;
  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;
  background: #8dc21f;
  border-radius: 50%;
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  gap: 2px;
  max-width: 2.9235em;
  width: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 1150px) {
  .lower-data .sec__data .data__block .numWrap {
    top: -1.45em;
  }
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .numWrap {
    font-size: 2.1rem;
  }
}
.lower-data .sec__data .data__block .numWrap .text {
  font-size: 1.15rem;
}
.lower-data .sec__data .data__block .title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1d2087;
  margin-bottom: 40px;
  background: linear-gradient(to right, #b9cfd4, #b9cfd4 8px, transparent 2px, transparent 8px) left bottom/12px 2px repeat-x;
  padding-bottom: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.lower-data .sec__data .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
}
.lower-data .sec__data .data__block .body.-horizontal {
  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;
}
.lower-data .sec__data .data__block .body.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .body.-vertical {
    gap: 16px;
  }
}
.lower-data .sec__data .data__block .data__item {
  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: 10%;
}
.lower-data .sec__data .data__block .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-data .sec__data .data__block .data .num {
  font-size: 1.6rem;
  line-height: 1;
}
.lower-data .sec__data .data__block .data .num:has(.big) {
  font-size: 2.8rem;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .data .num:has(.big) {
    font-size: 2.2rem;
  }
}
.lower-data .sec__data .data__block .data .num:has(.middle) {
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .data .num:has(.middle) {
    font-size: 2rem;
  }
}
.lower-data .sec__data .data__block .data .num b {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-right: 3px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .data .num b {
    font-size: 3rem;
  }
}
.lower-data .sec__data .data__block .data .num b.big {
  font-size: 8rem;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .data .num b.big {
    font-size: 5.8rem;
  }
}
.lower-data .sec__data .data__block .data .num b.middle {
  font-size: 6rem;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .data .num b.middle {
    font-size: 4rem;
  }
}
.lower-data .sec__data .data__block .line-chart {
  width: 100%;
}
.lower-data .sec__data .data__block .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-inline: auto;
  gap: 6px;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .line-chart .chart {
    max-width: inherit;
  }
}
.lower-data .sec__data .data__block .line-chart .chart .line {
  width: 100%;
  height: 57px;
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .line-chart .chart .line {
    height: 40px;
  }
}
.lower-data .sec__data .data__block .line-chart .chart .line:nth-child(2n+1) {
  background: #1d2087;
}
.lower-data .sec__data .data__block .line-chart .chart .line:nth-child(2n+2) {
  background: #8dc21f;
}
.lower-data .sec__data .data__block .pie-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 190px;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .pie-chart {
    width: 160px;
    pointer-events: none;
  }
}
.lower-data .sec__data .data__block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-data .sec__data .data__block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 50%;
  background: #f7f6ef;
}
.lower-data .sec__data .data__block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .sec__data .data__block .pie-chart .chart .num {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .pie-chart .chart .num {
    font-size: 2rem;
  }
}
.lower-data .sec__data .data__block .pie-chart .chart .num b {
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-right: 3px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .pie-chart .chart .num b {
    font-size: 4rem;
  }
}
.lower-data .sec__data .data__block .pie-chart .img {
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__block .pie-chart .img {
    bottom: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.lower-data .sec__data .data__date {
  text-align: right;
  margin-top: 1.5em;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-data .sec__data .data__date {
    font-size: 1.5rem;
    margin-top: 0.6em;
  }
}
.lower-data #founding .body {
  margin-top: 0;
  margin-bottom: 0;
  margin-inline: auto;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data #founding .body .img {
  max-width: 147px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-data #founding .body .img {
    max-width: 120px;
  }
}
.lower-data #founding .body .img img {
  aspect-ratio: 147/159;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-data #founding .body .img img {
    border-radius: 5px;
  }
}
@media (min-width: 835px) {
  .lower-data #location .data__block__inner {
    padding: 32px 8.4%;
  }
}
.lower-data #location .body {
  margin-top: 0;
  margin-bottom: 0;
  margin-inline: auto;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data #location .body .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-data #location .body .data::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-top: 6px;
  aspect-ratio: 1/1;
  background: url(../img/data/ico_pointer.jpg) center center/contain no-repeat;
  border-radius: 50%;
}
@media (max-width: 1109px) {
  .lower-data #location .body .data::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-top: -20px;
  }
}
@media (max-width: 834px) {
  .lower-data #location .body .data::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
    margin-top: 0;
  }
}
.lower-data #location .body .img {
  max-width: 157px;
}
@media (max-width: 834px) {
  .lower-data #location .body .img {
    max-width: 120px;
  }
}
.lower-data #location .body .img img {
  aspect-ratio: 157/159;
}
.lower-data #customers .body {
  margin-top: 0;
  margin-bottom: 0;
  margin-inline: auto;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data #customers .body .img {
  max-width: 230px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-data #customers .body .img {
    max-width: 140px;
  }
}
.lower-data #customers .body .img img {
  aspect-ratio: 230/159;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-data #customers .body .img img {
    border-radius: 5px;
  }
}
.lower-data #employee .body {
  margin-top: 0;
  gap: 54px;
}
@media (max-width: 834px) {
  .lower-data #employee .body {
    gap: 24px;
  }
}
.lower-data #employee .body__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.9vw, 26px);
}
@media (max-width: 834px) {
  .lower-data #employee .body__head {
    gap: 10px;
  }
}
.lower-data #employee .body__head .img {
  max-width: min(5.5vw, 80px);
}
@media (max-width: 834px) {
  .lower-data #employee .body__head .img {
    max-width: 50px;
    margin-top: 3px;
  }
}
.lower-data #employee .body__head .img img {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.lower-data #employee .body__head .data .num .big {
  font-size: min(6vw, 8rem);
}
@media (max-width: 834px) {
  .lower-data #employee .body__head .data .num .big {
    font-size: 5.8rem;
  }
}
.lower-data #employee .body__foot {
  width: 100%;
  max-width: 326px;
}
.lower-data #employee .body__foot .list__item {
  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;
}
.lower-data #employee .body__foot .list__item:nth-child(n+2) {
  margin-top: 9px;
}
.lower-data #employee .body__foot .list__item__type {
  position: relative;
  padding-left: 1.11111em;
  font-size: min(1.5vw, 1.8rem);
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-data #employee .body__foot .list__item__type {
    font-size: 1.55rem;
    max-width: max(30vw, 192px);
  }
}
.lower-data #employee .body__foot .list__item__type::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.41em;
  left: 0;
  width: 0.556em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.lower-data #employee .body__foot .list__item:nth-child(2n+1) .list__item__type::before {
  background: #1d2087;
}
.lower-data #employee .body__foot .list__item:nth-child(2n+2) .list__item__type::before {
  background: #8dc21f;
}
.lower-data #employee .body__foot .list__item .data .num b {
  font-size: min(3vw, 4rem);
}
@media (max-width: 834px) {
  .lower-data #employee .body__foot .list__item .data .num b {
    font-size: 3rem;
  }
}
.lower-data #type {
  position: relative;
}
.lower-data #type::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 4px;
  width: min(15.2vw, 206px);
  aspect-ratio: 206/204;
  background: url(../img/data/illust_woman01.png) center center/contain no-repeat;
}
@media (max-width: 1200px) {
  .lower-data #type::before {
    width: min(12vw, 206px);
  }
}
@media (max-width: 834px) {
  .lower-data #type::before {
    width: max(18vw, 80px);
  }
}
@media (min-width: 835px) {
  .lower-data #type .data__block__inner {
    padding: 32px 3.8% 68px;
  }
}
.lower-data #type .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7.3%;
  margin-left: 3.1%;
}
@media (max-width: 834px) {
  .lower-data #type .body {
    gap: 3.4%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .lower-data #type .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.lower-data #type .body .list__item .type {
  position: relative;
  padding-left: 1em;
  max-width: 224px;
  line-height: 1.6;
}
.lower-data #type .body .list__item .type::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.556em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.lower-data #type .body .list__item:nth-child(2n+1) .type::before {
  background: #1d2087;
}
.lower-data #type .body .list__item:nth-child(2n+2) .type::before {
  background: #8dc21f;
}
.lower-data #type .body .list__item:nth-child(n+2) {
  margin-top: 33px;
}
@media (max-width: 834px) {
  .lower-data #type .body .list__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.lower-data #type .body .list__item .data {
  margin-top: -1px;
}
.lower-data #type .body .list__item .data .num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (min-width: 835px) {
  .lower-data #gendar .data__block__inner {
    padding: 32px 3.8% 56px;
  }
}
.lower-data #gendar .body {
  gap: 10%;
  max-width: 432px;
}
.lower-data #gendar .body .genderWrap {
  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%;
  margin-top: 11px;
}
@media (max-width: 834px) {
  .lower-data #gendar .body .genderWrap {
    margin-top: 9px;
  }
}
.lower-data #gendar .body .genderWrap .gender {
  position: relative;
  padding-left: 1.11111em;
}
.lower-data #gendar .body .genderWrap .gender::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.556em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.lower-data #gendar .body .genderWrap .gender:nth-child(2n+1)::before {
  background: #1d2087;
}
.lower-data #gendar .body .genderWrap .gender:nth-child(2n+2)::before {
  background: #8dc21f;
}
.lower-data #gendar .body .dataWrap {
  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%;
  margin-top: 3px;
}
.lower-data #gendar .body .dataWrap .data .num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.lower-data #commuting .body {
  margin-top: 0;
}
.lower-data #commuting .body .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 166px);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px 0;
}
@media (max-width: 834px) {
  .lower-data #commuting .body .list {
    grid-template-columns: repeat(auto-fit, 137px);
    gap: 16px 0;
  }
}
.lower-data #commuting .body .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.3%;
}
@media (max-width: 834px) {
  .lower-data #commuting .body .list__item {
    gap: 8px;
  }
}
.lower-data #commuting .body .list__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-data #commuting .body .list__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
  }
}
.lower-data #commuting .body .list__item .img img {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.lower-data #commuting .body .list__item .text {
  line-height: 1.6;
}
.lower-data #holiday .body {
  margin-top: 0;
  margin-bottom: 0;
  margin-inline: auto;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data #holiday .body .data .num {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-data #holiday .body .data .num {
    font-size: 2.4rem;
  }
}
.lower-data #holiday .body .img {
  max-width: 196px;
  margin-bottom: -8px;
}
@media (max-width: 834px) {
  .lower-data #holiday .body .img {
    max-width: 160px;
    margin-bottom: -24px;
  }
}
.lower-data #holiday .body .img img {
  aspect-ratio: 196/136;
}
.lower-data #work .body {
  margin-top: 0;
  margin-bottom: 0;
  margin-inline: auto;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data #work .body .img {
  max-width: 209px;
  margin-bottom: -21px;
  margin-left: -18px;
}
@media (max-width: 834px) {
  .lower-data #work .body .img {
    max-width: 176px;
    margin-bottom: -34px;
    margin-left: -16px;
  }
}
.lower-data #work .body .img img {
  aspect-ratio: 209/183;
}
.lower-data #age .body {
  margin-top: 0;
  margin-bottom: 0;
  margin-inline: auto;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data #age .body .img {
  max-width: 258px;
  margin-bottom: -25px;
  margin-left: -24px;
}
@media (max-width: 1200px) {
  .lower-data #age .body .img {
    margin-left: -4px;
  }
}
@media (max-width: 834px) {
  .lower-data #age .body .img {
    max-width: 192px;
    margin-left: -30px;
    margin-bottom: -36px;
  }
}
.lower-data #age .body .img img {
  aspect-ratio: 258/175;
}

/* ============================================
// lower-jobs
// ==========================================*/
.lower-jobs .sec__jobs__inner {
  max-width: 1340px;
  padding-bottom: 72px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs__inner {
    padding-bottom: 40px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__anchor {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 72px;
  padding-bottom: 70px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__anchor {
    padding-top: 30px;
    padding-bottom: 32px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__anchor .list {
  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: 16px min(3vw, 48px);
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__anchor .list {
    gap: 10px max(3.2vw, 20px);
  }
}
.lower-jobs .sec__jobs .jobs__contents__anchor .list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.8;
  border-bottom: 1px solid #b9cfd4;
  padding-right: 1.4em;
  padding-bottom: 0.1em;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__anchor .list__item a {
    font-size: 1.7rem;
  }
}
.lower-jobs .sec__jobs .jobs__contents__anchor .list__item a::before, .lower-jobs .sec__jobs .jobs__contents__anchor .list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1em);
  right: 0.35em;
  width: 0.13em;
  height: 0.5em;
  border-radius: 500px;
  background-color: #1d2087;
  -webkit-transform-origin: 50% calc(100% - 0.05em);
          transform-origin: 50% calc(100% - 0.05em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-jobs .sec__jobs .jobs__contents__anchor .list__item a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.lower-jobs .sec__jobs .jobs__contents__anchor .list__item a::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .lower-jobs .sec__jobs .jobs__contents__anchor .list__item a:hover {
    opacity: 1;
    color: #8dc21f;
    border-color: #8dc21f;
  }
  .lower-jobs .sec__jobs .jobs__contents__anchor .list__item a:hover::before, .lower-jobs .sec__jobs .jobs__contents__anchor .list__item a:hover::after {
    background-color: #8dc21f;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item {
  background: #fff;
  border: 3px solid #1d2087;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 57px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item {
    border-radius: 20px;
    margin-inline: -3%;
    padding-bottom: 30px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item:nth-child(n+2) {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item:nth-child(n+2) {
    margin-top: 32px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(185, 207, 212, 0.1);
  min-height: 144px;
  padding-right: 5.612%;
}
@media (max-width: 1100px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__head {
    padding-right: 2.1%;
  }
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__head {
    display: contents;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__head .titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__head .titleWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 72px;
    background: rgba(185, 207, 212, 0.1);
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__head .titleWrap .numWrap {
  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;
  font-family: "Lato", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #1d2087;
  line-height: 1;
  background-image: repeating-linear-gradient(-45deg, #edf3f4, #edf3f4 8px, rgba(185, 207, 212, 0.4) 8px, rgba(185, 207, 212, 0.4) 16px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 147px;
          flex: 0 0 147px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__head .titleWrap .numWrap {
    font-size: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__head .titleWrap .numWrap .text {
  font-size: 0.38em;
  letter-spacing: 0.075em;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__head .titleWrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(3.8vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #1d2087;
  margin-left: 5.2%;
  padding: 0.6em 0;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__head .titleWrap .title {
    font-size: 2.4rem;
    margin-left: 16px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__head .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 311px;
          flex: 0 0 311px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__head .link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__head .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  font-size: 2rem;
  letter-spacing: 0.075em;
  color: #fff;
  background: #1d2087;
  border-radius: 500px;
  padding: 0.675em 1.55em;
  -webkit-box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__head .link a {
    font-size: 1.8rem;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__head .link a::after {
  content: "";
  display: block;
  width: 0.95em;
  aspect-ratio: 19/20;
  background: url(../img/common/ico_arrow.png) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__head .link a:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle {
  padding-inline: 5.612%;
  margin-top: 51px;
}
@media (min-width: 835px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.6%;
  }
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle {
    padding-inline: 5%;
    margin-top: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.2%;
          flex: 0 0 45.2%;
  margin-inline: auto;
}
@media (max-width: 1230px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}
@media (max-width: 1100px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 344px;
            flex: 0 0 344px;
  }
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 480px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperMain {
  max-width: 480px;
}
@media (max-width: 1230px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperMain {
    max-width: 400px;
  }
}
@media (max-width: 1100px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperMain {
    max-width: 344px;
  }
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperMain {
    max-width: 480px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperMain .swiper-wrapper {
  max-width: 480px;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperMain .swiper-wrapper .swiper-slide {
  max-width: 480px;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperMain .swiper-wrapper .swiper-slide .img {
  max-width: 480px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperMain .swiper-wrapper .swiper-slide .img {
    border-radius: 20px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperMain .swiper-wrapper .swiper-slide .img img {
  aspect-ratio: 480/320;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb {
  position: relative;
  max-width: 480px;
  overflow: hidden;
  margin-top: 14px;
  padding: 1px 1px 20px 1px;
}
@media (max-width: 1230px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb {
    max-width: 400px;
  }
}
@media (max-width: 1100px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb {
    max-width: 344px;
  }
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb {
    max-width: 480px;
    margin-top: 9px;
    padding-bottom: 14px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img {
  outline: 1px solid #1d2087;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb .swiper-wrapper .swiper-slide .img {
  max-width: 112px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb .swiper-wrapper .swiper-slide .img {
    border-radius: 8px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb .swiper-wrapper .swiper-slide .img img {
  aspect-ratio: 112/80;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb .swiper-scrollbar {
  height: 4px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb .swiper-scrollbar {
    height: 3px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .imgArea .swiperThumb .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(29, 32, 135, 0.7);
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .textArea .heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0.5505em 0 0.5505em 2.583333em;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .textArea .heading {
    font-size: 1.8rem;
    margin-top: 12px;
    margin-left: -3%;
    padding-left: 1.6em;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .textArea .heading::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -100px 0 0;
  background: #8dc21f;
  border-radius: 500px 0 0 500px;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .textArea .heading::before {
    border-radius: 15px 0 0 15px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .textArea .heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 1.45em;
  width: 0.7085em;
  aspect-ratio: 17/25;
  background: url(../img/jobs/ico_lightbulb.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .textArea .heading::after {
    top: 0.75em;
    left: 0.6em;
    width: 0.65em;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .textArea .lead {
  margin-top: 19px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__middle .textArea .lead {
    margin-top: 16px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot {
  padding-inline: 5.612%;
  margin-top: 52px;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__foot {
    padding-inline: 5%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents {
  position: relative;
  background-image: repeating-linear-gradient(-45deg, #f3f7f8, #f3f7f8 8px, rgba(185, 207, 212, 0.3) 8px, rgba(185, 207, 212, 0.3) 16px);
  border: 2px solid #b9cfd4;
  border-radius: 10px;
  padding: 31px 4.529%;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents {
    border-radius: 8px;
    padding: 24px 3% 16px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example {
  position: absolute;
  top: -33px;
  left: -13px;
  background: #fff;
  border: 3px solid #b9cfd4;
  border-radius: 8px;
  padding: 0.223em 1.167em;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example {
    padding: 0.18em 0.8em;
    top: -36px;
    left: -10px;
    border-radius: 6px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 19px;
  width: 21px;
  aspect-ratio: 21/16;
  background: #b9cfd4;
  clip-path: polygon(84% 0, 100% 83%, 100% 89%, 98% 98%, 89% 98%, 82% 96%, 0 0);
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example::before {
    left: 13.4px;
    width: 17.5px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 22px;
  width: 15px;
  aspect-ratio: 15/13;
  background: #fff;
  clip-path: polygon(82% 0, 0 0, 100% 100%);
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example::after {
    left: 16px;
    width: 12px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 2rem;
  letter-spacing: 0.075em;
  color: #1d2087;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example span {
    font-size: 1.8rem;
    gap: 6px;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example span::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.9em;
  aspect-ratio: 18/25;
  background: url(../img/jobs/ico_list.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .example span::before {
    width: 0.8em;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .foot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 36px;
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .foot__list__item {
  position: relative;
  padding-left: 1.777777em;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .foot__list__item {
    padding-left: 1.4em;
  }
}
.lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .foot__list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1.223em;
  aspect-ratio: 1/1;
  background: url(../img/jobs/ico_checkbox.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-jobs .sec__jobs .jobs__contents__list .list__item__foot__contents .foot__list__item::before {
    top: 0.5em;
    width: 1em;
  }
}

/* ============================================
// よくある質問ページ
// ==========================================*/
.lower-faq .faq {
  /*------------------------------
    アンカー
  ------------------------------*/
  /*------------------------------
    コンテンツエリア
  ------------------------------*/
}
.lower-faq .faq__container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 80px 70px;
}
@media (max-width: 834px) {
  .lower-faq .faq__container {
    padding: 32px 5% 0;
  }
}
.lower-faq .faq__anchor .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2em;
  font-weight: 700;
  gap: 1em 2em;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors {
    font-size: 1.1em;
    gap: 0.5em 1em;
  }
}
.lower-faq .faq__anchor .anchors__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.8;
  border-bottom: 1px solid #b9cfd4;
  padding-right: 1.4em;
  padding-bottom: 0.1em;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors__item a {
    font-size: 1.7rem;
  }
}
.lower-faq .faq__anchor .anchors__item a::before, .lower-faq .faq__anchor .anchors__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1em);
  right: 0.35em;
  width: 0.13em;
  height: 0.5em;
  border-radius: 500px;
  background-color: #1d2087;
  -webkit-transform-origin: 50% calc(100% - 0.05em);
          transform-origin: 50% calc(100% - 0.05em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-faq .faq__anchor .anchors__item a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.lower-faq .faq__anchor .anchors__item a::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .lower-faq .faq__anchor .anchors__item a:hover {
    opacity: 1;
    color: #8dc21f;
    border-color: #8dc21f;
  }
  .lower-faq .faq__anchor .anchors__item a:hover::before, .lower-faq .faq__anchor .anchors__item a:hover::after {
    background-color: #8dc21f;
  }
}
.lower-faq .faq__contents {
  position: relative;
}
.lower-faq .faq__contents:not(.js-tab-target) {
  padding-top: 56px;
  padding-bottom: 78px;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents:not(.js-tab-target) {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.lower-faq .faq__contents:nth-child(2n of .faq__contents)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 534px;
  width: 120vw;
  margin: 0 calc(50% - 60vw);
  background: url(../img/faq/faq_bg.jpg) center center/cover no-repeat;
  z-index: -1;
}
.lower-faq .faq__catTitle {
  font-size: 4.6rem;
  font-weight: 700;
  color: #1d2087;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-bottom: 0.435em;
}
@media (max-width: 834px) {
  .lower-faq .faq__catTitle {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
.lower-faq .faq__list__item {
  position: relative;
  border: 3px solid #b9cfd4;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item {
    margin-inline: -3%;
    border-radius: 20px;
  }
}
.lower-faq .faq__list__item:nth-child(n+2) {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.lower-faq .faq__list__item::before {
  content: "";
  display: block;
  position: absolute;
  inset: 7px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item::before {
    inset: 4px;
    border-radius: 16px;
  }
}
.lower-faq .faq__list__item .q {
  position: relative;
  z-index: 1;
  padding: 2.055555em 3.937%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q {
    padding: 1em 4%;
  }
}
.lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
  content: "";
  width: 1.667em;
  height: 2px;
  position: absolute;
  right: 3.937%;
  top: 50%;
  background: #8dc21f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
    width: 20px;
    right: 4%;
  }
}
.lower-faq .faq__list__item .q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-faq .faq__list__item .q p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.65em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p {
    font-size: 1.8rem;
    line-height: 1.8;
    gap: 8px;
    padding-right: 24px;
    padding-top: 2px;
  }
}
.lower-faq .faq__list__item .q p::before {
  content: "Q";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1335em;
          flex: 0 0 2.1335em;
  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;
  font-family: "Lato", sans-serif;
  font-size: 1.0715em;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.075em;
  padding-bottom: 0.05em;
  padding-left: 0.05em;
  background: #8dc21f;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p::before {
    font-size: 0.76em;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .q:hover p {
    color: #8dc21f;
  }
}
.lower-faq .faq__list__item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  padding-inline: 3.937%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a {
    padding-inline: 4%;
  }
}
.lower-faq .faq__list__item .a p {
  overflow-y: hidden;
  background-image: repeating-linear-gradient(-45deg, #f3f7f8, #f3f7f8 8px, rgba(185, 207, 212, 0.3) 8px, rgba(185, 207, 212, 0.3) 16px);
  border-radius: 10px;
  padding-inline: 3.637%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a p {
    padding-inline: 4%;
  }
}
.lower-faq .faq__list__item .a .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(141, 194, 31, 0.4)));
  background: linear-gradient(transparent 60%, rgba(141, 194, 31, 0.4) 60%);
}
.lower-faq .faq__list__item .a .strong {
  font-weight: 700;
  color: #1d2087;
}
.lower-faq .faq__list__item .a .link {
  display: block;
}
.lower-faq .faq__list__item .a .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  color: #1d2087;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-faq .faq__list__item .a .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.889em;
          flex: 0 0 0.889em;
  width: 0.889em;
  margin-top: 0.5em;
  background: #1d2087;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/faq/ico_link.svg);
          mask-image: url(../img/faq/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a .link a::before {
    margin-top: 0.57em;
  }
}
.lower-faq .faq__list__item .a .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/faq/ico_external.svg);
          mask-image: url(../img/faq/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .a .link a:hover {
    opacity: 0.7;
  }
}
.lower-faq .faq__list__item.-open .q::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.lower-faq .faq__list__item.-open .a {
  grid-template-rows: 1fr;
  padding-bottom: 2.4em;
  margin-top: -0.61111em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item.-open .a {
    padding-bottom: 1.2em;
    margin-top: -0.1em;
  }
}
.lower-faq .faq__list__item.-open .a p {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item.-open .a p {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}

/* ============================================
// lower-staff
// ==========================================*/
.lower-staff .sec__staff__inner {
  max-width: 1340px;
  margin-top: 80px;
  margin-bottom: 136px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-staff .sec__staff__inner {
    margin-bottom: 100px;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__inner {
    margin-top: 30px;
    margin-bottom: 64px;
  }
}
.lower-staff .sec__staff__foreword {
  position: relative;
}
.lower-staff .sec__staff__foreword__inner {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 68px;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__foreword__inner {
    padding-bottom: 90px;
  }
}
.lower-staff .sec__staff__foreword .titleArea {
  position: relative;
  display: inline-block;
}
.lower-staff .sec__staff__foreword .titleArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #b9cfd4 8px, transparent 4px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  pointer-events: none;
}
.lower-staff .sec__staff__foreword .titleArea__title {
  color: #1d2087;
  font-size: 2.8rem;
  font-weight: 800;
  padding-bottom: 3px;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__foreword .titleArea__title {
    font-size: 2.4rem;
  }
}
.lower-staff .sec__staff__foreword .text {
  margin-top: 30px;
  letter-spacing: 0.125em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__foreword .text {
    margin-top: 18px;
    text-align: left;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__foreword .text br {
    display: none;
  }
}
.lower-staff .sec__staff__foreword::before, .lower-staff .sec__staff__foreword::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 2;
}
.lower-staff .sec__staff__foreword::before {
  left: 36px;
  bottom: -9px;
  width: 154px;
  aspect-ratio: 154/193;
  background: url(../img/staff/staff_illust01.png) center center/contain no-repeat;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-staff .sec__staff__foreword::before {
    left: 0;
    width: 110px;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__foreword::before {
    width: 60px;
    bottom: -4px;
    left: 0;
  }
}
.lower-staff .sec__staff__foreword::after {
  right: 30px;
  bottom: -2px;
  width: 182px;
  aspect-ratio: 182/178;
  background: url(../img/staff/staff_illust02.png) center center/contain no-repeat;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-staff .sec__staff__foreword::after {
    right: 0;
    width: 120px;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__foreword::after {
    width: 75px;
    right: 0;
  }
}
.lower-staff .sec__staff__contents {
  border: #b9cfd4 3px solid;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents {
    margin-inline: -1.8%;
    border-radius: 20px;
    border: #b9cfd4 2px solid;
  }
}
.lower-staff .sec__staff__contents .contentsList {
  background-color: #fff;
  padding-inline: 5.026%;
  margin: 12px;
  border-radius: 25px;
  -webkit-box-shadow: 7px 0px 43px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 0px 43px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-staff .sec__staff__contents .contentsList {
    padding-inline: 32px;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList {
    margin: 6px;
    border-radius: 15px;
    padding-left: 2.9%;
    padding-right: 4%;
  }
}
.lower-staff .sec__staff__contents .contentsList__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 50px;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item {
    display: block;
    padding-top: 16px;
  }
}
.lower-staff .sec__staff__contents .contentsList__item::before {
  content: "";
  position: absolute;
  inset: 12px 0 0 122px;
  width: 2px;
  z-index: 1;
  height: 100%;
  background-color: #b5cacf;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-staff .sec__staff__contents .contentsList__item::before {
    inset: 12px 0 0 110px;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item::before {
    width: 1px;
    left: 7px;
  }
}
.lower-staff .sec__staff__contents .contentsList__item .time {
  margin-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  padding-right: 36px;
  color: #8dc21f;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  line-height: 1;
  font-weight: 800;
  text-align: right;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-staff .sec__staff__contents .contentsList__item .time {
    font-size: 2.4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    padding-right: 24px;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .time {
    margin-top: 0;
    font-size: 1.4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0;
    padding-left: 28px;
    text-align: left;
  }
}
.lower-staff .sec__staff__contents .contentsList__item .point {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  margin-top: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: #b5cacf 2px solid;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .point {
    position: absolute;
    top: 28px;
    left: 0;
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    border: #b5cacf 1px solid;
  }
}
.lower-staff .sec__staff__contents .contentsList__item .point::after {
  content: "";
  position: absolute;
  inset: 3px;
  display: block;
  border-radius: 50%;
  background-color: #8dc21f;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .point::after {
    inset: 2px;
  }
}
.lower-staff .sec__staff__contents .contentsList__item .mainBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 58px;
  border-bottom: #b5cacf 1px solid;
  padding-bottom: 50px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-staff .sec__staff__contents .contentsList__item .mainBox {
    margin-left: 28px;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .mainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .mainBox .textArea {
    display: contents;
  }
}
.lower-staff .sec__staff__contents .contentsList__item .mainBox .textArea__hd {
  font-size: 3.8rem;
  color: #1d2087;
  line-height: 1.3;
  margin-bottom: 38px;
  font-weight: 600;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-staff .sec__staff__contents .contentsList__item .mainBox .textArea__hd {
    font-size: 3.4rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-bottom: 24px;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .mainBox .textArea__hd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2.1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}
.lower-staff .sec__staff__contents .contentsList__item .mainBox .textArea__text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.125em;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .mainBox .textArea__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .mainBox .textArea__text br {
    display: none;
  }
}
.lower-staff .sec__staff__contents .contentsList__item .mainBox .imgArea {
  max-width: 240px;
  float: right;
  margin: 0 0 15px 26px;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .mainBox .imgArea {
    max-width: 200px;
    float: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 20px;
  }
}
.lower-staff .sec__staff__contents .contentsList__item .mainBox .imgArea img {
  border-radius: 30px;
  aspect-ratio: 240/180;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item .mainBox .imgArea img {
    border-radius: 15px;
  }
}
.lower-staff .sec__staff__contents .contentsList__item:first-child {
  padding-top: 54px;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item:first-child {
    padding-top: 16px;
  }
}
.lower-staff .sec__staff__contents .contentsList__item:first-child::before {
  top: 0;
  height: calc(100% + 12px);
}
.lower-staff .sec__staff__contents .contentsList__item:last-child::before {
  height: calc(100% - 12px);
}
.lower-staff .sec__staff__contents .contentsList__item:last-child .mainBox {
  padding-bottom: 72px;
  border-bottom: none;
}
@media (max-width: 834px) {
  .lower-staff .sec__staff__contents .contentsList__item:last-child .mainBox {
    padding-bottom: 32px;
  }
}/*# sourceMappingURL=style.css.map */