@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;
}

/*--------------------
	アニメーション
--------------------*/
/*--------------------
	cubic-bezier
--------------------*/
/* ============================================
// RESET
// ==========================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

::-moz-selection {
  background: #004ea0;
  color: #ffffff;
}

::selection {
  background: #004ea0;
  color: #ffffff;
}

@media (min-device-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1180px;
}
@media (max-width: 767px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
  letter-spacing: 0.12em;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #container {
    overflow: hidden;
  }
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
}

a {
  color: #000;
  -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 (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: 1201px) {
  .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;
}

.spCont {
  display: block;
}

.pcCont {
  display: none;
}

/* fonts */
.eng {
  font-family: "Oswald", 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 .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 767px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
    left: 8px !important;
  }
}

/* ============================================
// loading
// ==========================================*/
#loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  pointer-events: none;
}
#loading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #004ea0;
  background: rgba(0, 78, 160, 0.98);
  backdrop-filter: blur(8px);
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
}
#loading_text {
  width: 50%;
  text-align: center;
  color: #ffffff;
  margin: auto;
  -webkit-transition: opacity 0.24s;
  transition: opacity 0.24s;
}
#loading_text .text {
  font-weight: 400;
  margin-bottom: 10px;
}
#loading .progressbar-text {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-top: 10px !important;
}

.once #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.once.js-loaded #loading::before {
  bottom: 100%;
}
.once.js-loaded #loading_text {
  opacity: 0;
}

/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 2147483649;
  background: #004ea0;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -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;
  gap: 50px;
}
@media (max-width: 767px) {
  .hamburger__menu__inner {
    display: block;
    height: auto;
  }
}
.hamburger__menu__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.hamburger__menu__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hamburger__menu__logo a {
    gap: 16px;
  }
}
.hamburger__menu__logo img {
  width: 207px;
}
@media (max-width: 767px) {
  .hamburger__menu__logo img {
    width: 144.9px;
  }
}
.hamburger__menu__logo .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding: 4px 15px 5px;
  border: 1px solid;
}
.hamburger__menu__logo .siteText {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .hamburger__menu__logo {
    margin-bottom: 20px;
  }
}
.hamburger__menu__nav__list__item {
  text-align: center;
}
.hamburger__menu__nav__list__item:last-child a {
  margin-bottom: 0;
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .hamburger__menu__nav__list__item a {
    padding-bottom: 3px;
    margin: 12px 0;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 0.6;
  }
}
.hamburger__menu__close {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 80px;
  height: 80px;
  pointer-events: auto;
  cursor: pointer;
  background-color: #3371b3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .hamburger__menu__close {
    width: 60px;
    height: 60px;
  }
}
@media (hover: hover) {
  .hamburger__menu__close:hover {
    background-color: #fff;
  }
  .hamburger__menu__close:hover span {
    background-color: #3371b3;
  }
}
.hamburger__menu__close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger__menu__close .line__item {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hamburger__menu__close .line__item:first-child {
  margin-top: 0;
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}
.hamburger__menu__close .line__item:last-child {
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}
@media (max-width: 767px) {
  .hamburger__menu__close .line__item {
    width: 18px;
  }
}
.hamburger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/index/mvbackgroundImage.jpg) center center/cover no-repeat;
  pointer-events: none;
  opacity: 0.1;
}

/*========================================
\\ Animation
//======================================*/
/*--------------------
	anime
--------------------*/
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-opacity 600ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-t-40 {
  opacity: 0;
}
.anime.-slideIn-t-40.js-active {
  -webkit-animation: fadein-t-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-t-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-b-20 {
  opacity: 0;
}
.anime.-slideIn-b-20.js-active {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 100ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-b-40 {
  opacity: 0;
}
.anime.-slideIn-b-40.js-active {
  -webkit-animation: fadein-b-40 400ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-b-40 400ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-b-character {
  opacity: 0;
}
.anime.-slideIn-b-character.js-active {
  -webkit-animation: fadein-b-character 800ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-b-character 800ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-b-60 {
  opacity: 0;
}
.anime.-slideIn-b-60.js-active {
  -webkit-animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-boundOut-b-40 {
  opacity: 0;
}
.anime.-boundOut-b-40.js-active {
  -webkit-animation: fadein-b-40 800ms cubic-bezier(0.34, 1.88, 0.64, 1) 100ms;
  animation: fadein-b-40 800ms cubic-bezier(0.34, 1.88, 0.64, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-r-40 {
  opacity: 0;
}
.anime.-slideIn-r-40.js-active {
  -webkit-animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-r-40.-delay.js-active {
  -webkit-animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 250ms;
  animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-l-40 {
  opacity: 0;
}
.anime.-slideIn-l-40.js-active {
  -webkit-animation: fadein-l-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-l-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-tr-20 {
  opacity: 0;
}
.anime.-slideIn-tr-20.js-active {
  -webkit-animation: fadein-tr-20 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-tr-20 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-scale {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.anime.-scale.js-active {
  -webkit-animation: scale-0-1 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: scale-0-1 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-halfscale {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.anime.-halfscale.js-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.anime.-for-fadeIn span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-fadeIn.js-active span:nth-child(1) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(2) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(3) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(4) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(5) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(6) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(7) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(8) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(9) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(10) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(11) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(12) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(13) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(14) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(15) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(16) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(17) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(18) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(19) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(20) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(21) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(22) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(23) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(24) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(25) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(26) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(27) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(28) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(29) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-fadeIn.js-active span:nth-child(30) {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-opacity 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-scaleIn.js-active span:nth-child(1) {
  -webkit-animation: fadein-scale 600ms ease-in-out 35ms;
  animation: fadein-scale 600ms ease-in-out 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(2) {
  -webkit-animation: fadein-scale 600ms ease-in-out 70ms;
  animation: fadein-scale 600ms ease-in-out 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(3) {
  -webkit-animation: fadein-scale 600ms ease-in-out 105ms;
  animation: fadein-scale 600ms ease-in-out 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(4) {
  -webkit-animation: fadein-scale 600ms ease-in-out 140ms;
  animation: fadein-scale 600ms ease-in-out 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(5) {
  -webkit-animation: fadein-scale 600ms ease-in-out 175ms;
  animation: fadein-scale 600ms ease-in-out 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(6) {
  -webkit-animation: fadein-scale 600ms ease-in-out 210ms;
  animation: fadein-scale 600ms ease-in-out 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(7) {
  -webkit-animation: fadein-scale 600ms ease-in-out 245ms;
  animation: fadein-scale 600ms ease-in-out 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(8) {
  -webkit-animation: fadein-scale 600ms ease-in-out 280ms;
  animation: fadein-scale 600ms ease-in-out 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(9) {
  -webkit-animation: fadein-scale 600ms ease-in-out 315ms;
  animation: fadein-scale 600ms ease-in-out 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(10) {
  -webkit-animation: fadein-scale 600ms ease-in-out 350ms;
  animation: fadein-scale 600ms ease-in-out 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(11) {
  -webkit-animation: fadein-scale 600ms ease-in-out 385ms;
  animation: fadein-scale 600ms ease-in-out 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(12) {
  -webkit-animation: fadein-scale 600ms ease-in-out 420ms;
  animation: fadein-scale 600ms ease-in-out 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(13) {
  -webkit-animation: fadein-scale 600ms ease-in-out 455ms;
  animation: fadein-scale 600ms ease-in-out 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(14) {
  -webkit-animation: fadein-scale 600ms ease-in-out 490ms;
  animation: fadein-scale 600ms ease-in-out 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(15) {
  -webkit-animation: fadein-scale 600ms ease-in-out 525ms;
  animation: fadein-scale 600ms ease-in-out 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(16) {
  -webkit-animation: fadein-scale 600ms ease-in-out 560ms;
  animation: fadein-scale 600ms ease-in-out 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(17) {
  -webkit-animation: fadein-scale 600ms ease-in-out 595ms;
  animation: fadein-scale 600ms ease-in-out 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(18) {
  -webkit-animation: fadein-scale 600ms ease-in-out 630ms;
  animation: fadein-scale 600ms ease-in-out 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(19) {
  -webkit-animation: fadein-scale 600ms ease-in-out 665ms;
  animation: fadein-scale 600ms ease-in-out 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(20) {
  -webkit-animation: fadein-scale 600ms ease-in-out 700ms;
  animation: fadein-scale 600ms ease-in-out 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(21) {
  -webkit-animation: fadein-scale 600ms ease-in-out 735ms;
  animation: fadein-scale 600ms ease-in-out 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(22) {
  -webkit-animation: fadein-scale 600ms ease-in-out 770ms;
  animation: fadein-scale 600ms ease-in-out 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(23) {
  -webkit-animation: fadein-scale 600ms ease-in-out 805ms;
  animation: fadein-scale 600ms ease-in-out 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(24) {
  -webkit-animation: fadein-scale 600ms ease-in-out 840ms;
  animation: fadein-scale 600ms ease-in-out 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(25) {
  -webkit-animation: fadein-scale 600ms ease-in-out 875ms;
  animation: fadein-scale 600ms ease-in-out 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(26) {
  -webkit-animation: fadein-scale 600ms ease-in-out 910ms;
  animation: fadein-scale 600ms ease-in-out 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(27) {
  -webkit-animation: fadein-scale 600ms ease-in-out 945ms;
  animation: fadein-scale 600ms ease-in-out 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(28) {
  -webkit-animation: fadein-scale 600ms ease-in-out 980ms;
  animation: fadein-scale 600ms ease-in-out 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(29) {
  -webkit-animation: fadein-scale 600ms ease-in-out 1015ms;
  animation: fadein-scale 600ms ease-in-out 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-scaleIn.js-active span:nth-child(30) {
  -webkit-animation: fadein-scale 600ms ease-in-out 1050ms;
  animation: fadein-scale 600ms ease-in-out 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20 span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(1) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(2) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(3) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(4) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(5) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(6) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(7) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(8) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(9) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(10) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(11) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(12) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(13) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(14) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(15) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(16) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(17) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(18) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(19) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(20) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(21) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(22) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(23) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(24) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(25) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(26) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(27) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(28) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(29) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active span:nth-child(30) {
  -webkit-animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-b-20 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(1) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 950ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 950ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1000ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1100ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1150ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1150ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1200ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1250ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1300ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1400ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-20.js-active.-delay span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40 span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(1) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(1) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 950ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 950ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1000ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1100ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1150ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1150ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1200ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1250ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1300ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1400ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.88, 0.64, 1) 1900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40 span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(1) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 35ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(2) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 70ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(3) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 105ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(4) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 140ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(5) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 175ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(6) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 210ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(7) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 245ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(8) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 280ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(9) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 315ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(10) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 350ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(11) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 385ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(12) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 420ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(13) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 455ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(14) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 490ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(15) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 525ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(16) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 560ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(17) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 595ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(18) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 630ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(19) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 665ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(20) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(21) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 735ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(22) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 770ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(23) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 805ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(24) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 840ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(25) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 875ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(26) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 910ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(27) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 945ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(28) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 980ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(29) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1015ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(30) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(1) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 450ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(2) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 500ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(3) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 550ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(4) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 600ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(5) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 650ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(6) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(7) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 750ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(8) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 800ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(9) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 850ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(10) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 900ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(11) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 950ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 950ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(12) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1000ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(13) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(14) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1100ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(15) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1150ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1150ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(16) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1200ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(17) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1250ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(18) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1300ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(19) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1350ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(20) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1400ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(21) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1450ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(22) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1500ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(23) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1550ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(24) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1600ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(25) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1650ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(26) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1700ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(27) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1750ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(28) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1800ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(29) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1850ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(30) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1900ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*--------------------
	汎用アニメーション
--------------------*/
@-webkit-keyframes fadein-r-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein-r-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadein-l-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein-l-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadein-t-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-t-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-b-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-b-character {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, -16px);
            transform: translate(0, -16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-character {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, -16px);
            transform: translate(0, -16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-b-60 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-60 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-b-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-tr-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-tr-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-rb-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-rb-20 {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-rb-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(40px, 40px);
            transform: translate(40px, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-rb-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(40px, 40px);
            transform: translate(40px, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadein-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadein-b-scale {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.2);
            transform: translateY(20px) scale(0.2);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.115);
            transform: translateY(-10px) scale(1.115);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadein-b-scale {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.2);
            transform: translateY(20px) scale(0.2);
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.115);
            transform: translateY(-10px) scale(1.115);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadein-b-rotateX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%) rotateX(90deg);
            transform: translateY(10%) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
  }
}
@keyframes fadein-b-rotateX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%) rotateX(90deg);
            transform: translateY(10%) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
  }
}
@-webkit-keyframes fadein-l-rotateY {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%) rotateY(90deg);
            transform: translateX(-10%) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
  }
}
@keyframes fadein-l-rotateY {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%) rotateY(90deg);
            transform: translateX(-10%) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
  }
}
@-webkit-keyframes scale-0-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-0-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-h-1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-h-1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-1-0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scale-1-0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scaleX-0-1 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scaleX-0-1 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes scaleX-1-0 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes scaleX-1-0 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes scaleX-0-1-0 {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  45% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  65% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes scaleX-0-1-0 {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  45% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  65% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes scaleY-0-1 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes scaleY-0-1 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes scaleY-1-0 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes scaleY-1-0 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*--------------------
	ホバー アニメーション
--------------------*/
/*--------------------
	ページ固有アニメーション
--------------------*/
@-webkit-keyframes icon-l-r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes icon-l-r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes iconarrow-l-r {
  0% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(8px) rotate(-45deg);
            transform: translateX(8px) rotate(-45deg);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(-8px) rotate(-45deg);
            transform: translateX(-8px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }
}
@keyframes iconarrow-l-r {
  0% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(8px) rotate(-45deg);
            transform: translateX(8px) rotate(-45deg);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(-8px) rotate(-45deg);
            transform: translateX(-8px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
    opacity: 1;
  }
}
@-webkit-keyframes iconarrow-r-l {
  0% {
    -webkit-transform: translateX(0) rotate(-225deg);
            transform: translateX(0) rotate(-225deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-8px) rotate(-225deg);
            transform: translateX(-8px) rotate(-225deg);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(8px) rotate(-225deg);
            transform: translateX(8px) rotate(-225deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-225deg);
            transform: translateX(0) rotate(-225deg);
    opacity: 1;
  }
}
@keyframes iconarrow-r-l {
  0% {
    -webkit-transform: translateX(0) rotate(-225deg);
            transform: translateX(0) rotate(-225deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-8px) rotate(-225deg);
            transform: translateX(-8px) rotate(-225deg);
    opacity: 0;
  }
  50.5% {
    -webkit-transform: translateX(8px) rotate(-225deg);
            transform: translateX(8px) rotate(-225deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(-225deg);
            transform: translateX(0) rotate(-225deg);
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes clothes {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes clothes {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes clothesSP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes clothesSP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes copy {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes copy {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes badge {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes badge {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes hanger {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50% {
    opacity: 0.5;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@keyframes hanger {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50% {
    opacity: 0.5;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
/*--------------------
	FV アニメーション
--------------------*/
/*------------------------------
form base setting
------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 20px 13px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #ffffff;
}
@media (min-width: 1201px) {
  body select:hover,
  body search:hover,
  body input:hover {
    opacity: 0.8;
    background-color: #f2f6fa;
  }
}
@media (max-width: 767px) {
  body select,
  body search,
  body input {
    padding: 13px 12px !important;
  }
}
@media (max-width: 767px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
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 20px !important;
  background: #ffffff;
}
@media (min-width: 1201px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background-color: rgba(242, 246, 250, 0.65);
  }
}
@media (max-width: 767px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 10px 12px !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: 767px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 15px;
  left: 15px;
  z-index: 2;
  width: 4px;
  height: 9px;
  color: #cccccc;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  body input[type=checkbox] + label::after {
    left: 13px;
    width: 3px;
    height: 7px;
  }
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------
	form custom setting
------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #004ea0;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #004ea0 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #004ea0;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .custom-form .custom-form_parts {
    margin-top: 14px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  font-weight: 500;
  margin-bottom: 5px;
}
.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: #004ea0;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #004ea0;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 5px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .custom-form .category_list {
    gap: 7px 6px;
    padding: 5px 0;
  }
}
.custom-form .category_list li label {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  border: #c2d4e8 1px solid;
  border-radius: 5px;
  background-color: #fff;
  padding: 14px 15px 15px 34px;
  display: block;
}
@media (max-width: 767px) {
  .custom-form .category_list li label {
    font-size: 1.3rem;
    padding: 13px 22px 13px 30px;
  }
}
@media (hover: hover) {
  .custom-form .category_list li label:hover {
    background-color: #f2f6fa;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #c2d4e8;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.custom-form .searchWord {
  font-weight: 400;
  line-height: 1;
  background-color: #f2f6fa;
  border: #fff 2px solid;
  border-radius: 5px;
  color: #9ea0a3;
}
.custom-form .pull-down {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-form .pull-down::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  width: 40px;
  height: 46px;
  background-color: #f2f6fa;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 0 5px 5px 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.custom-form .pull-down::after {
  content: "";
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
  pointer-events: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #004ea0;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.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: 1201px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #004ea0;
  }
}
.custom-form .selCity-box {
  margin-top: 4px;
}
.custom-form .selCity_alert {
  color: #004ea0;
  display: block;
}
@media (max-width: 767px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: none;
}
.custom-form input[type=checkbox] + label::before {
  top: 5px;
  border-color: #004ea0;
}
.custom-form input[type=checkbox]:checked + label {
  background-color: #3371b3;
  border-radius: 5px;
  border: #3371b3 1px solid;
  color: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.custom-form .-freeWord .searchWord {
  margin-top: 0;
}
.custom-form .-freeWord .form_parts_inner {
  border: #c2d4e8 1px solid;
  border-radius: 5px;
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 20px;
  }
}
.custom-form .border {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  background-color: #f2f6fa;
  height: 5px;
  width: 100%;
}
.custom-form .btn_cover {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
  width: 200px;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .custom-form .btn_cover {
    width: 148px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 148px;
            flex: 0 0 148px;
    margin-left: 16px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/15;
  background-image: url(../img/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .custom-form .btn_cover::before {
    left: 24px;
    width: 16px;
  }
}
@media (hover: hover) {
  .custom-form .btn_cover:hover::before {
    background-image: url(../img/common/ico_search_blue.png);
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #004ea0;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 22px 22px 22px 48px !important;
  border-radius: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: #004ea0 2px solid;
}
@media (max-width: 767px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.3rem !important;
    padding: 18px 24px 18px 48px !important;
  }
}
@media (min-width: 1201px) {
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
@media (hover: hover) {
  .custom-form .btn_cover input[type=submit]:hover {
    color: #004ea0;
    background-color: #fff;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	pageHeader
--------------------*/
.pageHeader {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .pageHeader {
    padding-top: 60px;
    overflow: hidden;
  }
}
.pageHeader::before {
  content: "";
  background-color: #004ea0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  z-index: -1;
}
.pageHeader::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/common/pageheader.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .pageHeader::after {
    background-position: 70% center;
    mix-blend-mode: color-burn;
    opacity: 0.3;
  }
}
.pageHeader .pageImage {
  position: relative;
  width: 100%;
  height: 320px;
}
@media (max-width: 767px) {
  .pageHeader .pageImage {
    height: 240px;
  }
}
.pageHeader .pageImage .pageTitle {
  position: absolute;
  z-index: 5;
  top: 100px;
  left: 5%;
}
@media (max-width: 767px) {
  .pageHeader .pageImage .pageTitle {
    top: 64px;
  }
}
.pageHeader .pageImage .pageTitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .pageHeader .pageImage .pageTitle__inner {
    padding-left: 8px;
  }
}
.pageHeader .pageImage .pageTitle__title {
  color: #fff;
}
.pageHeader .pageImage .pageTitle__title__ja {
  font-weight: bold;
  font-size: 4.4rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .pageHeader .pageImage .pageTitle__title__ja {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .pageHeader .pageImage .pageTitle__title__ja {
    font-size: 2.5rem;
    margin-bottom: 4px;
  }
}
.pageHeader .pageImage .pageTitle__title__en {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .pageHeader .pageImage .pageTitle__title__en {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .lower-interview_l .pageHeader::after, .lower-welfare .pageHeader::after, .lower-faq .pageHeader::after, .lower-employee .pageHeader::after {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .lower-interview_l .pageHeader .pageImage, .lower-welfare .pageHeader .pageImage, .lower-faq .pageHeader .pageImage, .lower-employee .pageHeader .pageImage {
    height: 170px;
  }
}
.lower-interview_l .pageHeader .pageImage .pageTitle, .lower-welfare .pageHeader .pageImage .pageTitle, .lower-faq .pageHeader .pageImage .pageTitle, .lower-employee .pageHeader .pageImage .pageTitle {
  top: 120px;
}
@media (max-width: 767px) {
  .lower-interview_l .pageHeader .pageImage .pageTitle, .lower-welfare .pageHeader .pageImage .pageTitle, .lower-faq .pageHeader .pageImage .pageTitle, .lower-employee .pageHeader .pageImage .pageTitle {
    top: 64px;
  }
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  padding: 10px 20px 12px;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 6px 16px;
  }
}
.breadcrumb__list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb__list__item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  margin: 0 2px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumb__list__item {
    font-size: 1rem;
  }
}
.breadcrumb__list__item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb__list__item:last-child::after {
  display: none;
}
.breadcrumb__list__item a {
  color: rgba(0, 0, 0, 0.6);
}
.breadcrumb__list__item a:hover {
  opacity: 0.7;
}

/*--------------------
	commonTitle
--------------------*/
.commonTitle .ja {
  color: #004ea0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .commonTitle .ja {
    font-size: 1.95rem;
  }
}
.commonTitle .eng {
  display: block;
  color: #004ea0;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .commonTitle .eng {
    font-size: 1rem;
  }
}

/*--------------------
	commonBtn
--------------------*/
.commonBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004ea0;
  width: 100%;
  border: #004ea0 2px solid;
  padding: 10.5px 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .commonBtn a {
    padding: 9px;
    font-size: 1.3rem;
  }
}
.commonBtn a::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.5px;
          flex: 0 0 10.5px;
  width: 10.5px;
  height: 10.5px;
  background-image: url(../img/common/buttonicon.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .commonBtn a::before {
    padding-right: 12px;
  }
}
@media (hover: hover) {
  .commonBtn a:hover {
    background-color: #fff;
    color: #004ea0;
  }
  .commonBtn a:hover::before {
    background-image: url(../img/common/buttonicon_hover.png);
  }
}

.commonBtn02 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004ea0;
  width: 100%;
  border: #004ea0 2px solid;
  padding: 10.5px 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .commonBtn02 a {
    padding: 9px;
    font-size: 1.3rem;
  }
}
.commonBtn02 a::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.5px;
          flex: 0 0 10.5px;
  width: 10.5px;
  height: 10.5px;
  background-image: url(../img/common/buttonicon.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 16px;
}
@media (max-width: 767px) {
  .commonBtn02 a::before {
    padding-right: 12px;
  }
}
@media (hover: hover) {
  .commonBtn02 a:hover {
    background-color: #fff;
    color: #004ea0;
  }
  .commonBtn02 a:hover::before {
    background-image: url(../img/common/buttonicon_hover.png);
  }
}

/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .job_count_pager .pagination {
  padding-top: 30px;
}
@media (max-width: 767px) {
  body .job_count_pager .pagination {
    padding-top: 16px;
  }
}
body .job_count_pager .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .job_count_pager .pagination ul li {
  text-align: center;
  font-size: 1.4rem;
}
body .job_count_pager .pagination ul li a, body .job_count_pager .pagination ul li em {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .job_count_pager .pagination ul li a:hover,
body .job_count_pager .pagination ul li em {
  color: #ffffff;
  background: #004ea0;
}
body .job_count_pager .pagination ul .number {
  display: none;
}
@media (min-width: 1201px) {
  body .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
body .job_count_pager .pagination ul .number.current {
  display: inline-block;
}
body .job_count_pager.contents_top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .job_count_pager.contents_top {
    margin-bottom: 20px;
  }
}
body .job_count_pager.contents_top .pagination {
  padding-top: 0;
}
body .job_count_pager.contents_top .pagination a, body .job_count_pager.contents_top .pagination em {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
}
body .job_count_pager.contents_bottom {
  display: block;
  padding: 72px 0 0;
}
@media (max-width: 767px) {
  body .job_count_pager.contents_bottom {
    padding: 32px 0 0;
    margin-bottom: 24px;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.head {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .head {
    padding-top: 60px;
  }
}
.head::before {
  content: "";
  background-color: #004ea0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  z-index: -1;
}
.head::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/common/pageheader.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .head::after {
    background-size: 430px 286.67px;
    background-position: center 145%;
    mix-blend-mode: color-burn;
    opacity: 0.3;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.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;
  height: 80px;
}
@media (max-width: 767px) {
  .header__inner {
    margin-right: 10px;
    height: 60px;
  }
}
.header__recruit {
  padding-right: 7.2px;
  margin-right: 32px;
}
.header__recruit .logoArea {
  color: #004ea0;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .header__recruit .logoArea {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .header__recruit {
    margin-right: 8px;
  }
}
.header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4px;
  width: 80px;
  height: 100%;
  background-color: #3371b3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (hover: hover) {
  .header__hamburger:hover {
    background-color: #fff;
  }
  .header__hamburger:hover span {
    background-color: #3371b3;
  }
}
@media (max-width: 767px) {
  .header__hamburger {
    width: 60px;
  }
}
.header__hamburger span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .header__hamburger span {
    width: 16px;
  }
}
.header__logo {
  padding-left: 32px;
}
.header__logo .img {
  max-width: 207px;
}
@media (max-width: 767px) {
  .header__logo .img {
    max-width: 144.9px;
  }
}
.header__logo .img img {
  aspect-ratio: 207/59;
}

.js-scroll .header {
  -webkit-box-shadow: 0 1px 6px rgba(41, 47, 54, 0.08);
          box-shadow: 0 1px 6px rgba(41, 47, 54, 0.08);
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
}
.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #004ea0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("../img/common/footer_backgroundImage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.15;
  z-index: -1;
  mix-blend-mode: overlay;
}
.footer__mainArea {
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer__mainArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer__mainArea__info {
  padding-top: 90px;
  padding-bottom: 72px;
  max-width: 348px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 348px;
          flex: 0 0 348px;
  border-right: #3371b3 2px solid;
}
@media (max-width: 767px) {
  .footer__mainArea__info {
    display: contents;
    border-right: none;
  }
}
.footer__mainArea__info__logo {
  margin-bottom: 64px;
}
.footer__mainArea__info__logo .img {
  max-width: 207px;
}
@media (max-width: 767px) {
  .footer__mainArea__info__logo .img {
    max-width: 165.6px;
  }
}
.footer__mainArea__info__logo .img img {
  aspect-ratio: 207/59;
}
@media (max-width: 767px) {
  .footer__mainArea__info__logo {
    margin-top: 40px;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__mainArea__info__nav {
  margin-bottom: 58px;
}
.footer__mainArea__info__nav .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 0;
}
@media (max-width: 767px) {
  .footer__mainArea__info__nav .navList {
    margin-top: 40px;
    gap: 8px 16px;
    max-width: 315px;
  }
}
.footer__mainArea__info__nav .navList__item {
  max-width: 152px;
  width: 50%;
}
@media (max-width: 767px) {
  .footer__mainArea__info__nav .navList__item {
    width: inherit;
  }
}
.footer__mainArea__info__nav .navList a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer__mainArea__info__nav .navList a {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer__mainArea__info__nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 24px;
  }
}
.footer__mainArea__info__corporate a {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  padding-left: 20px;
}
.footer__mainArea__info__corporate a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 8px;
  background-image: url(../img/common/corporateicon.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .footer__mainArea__info__corporate a {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer__mainArea__info__corporate {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-bottom: 32px;
  }
}
.footer__mainArea__jobSearch {
  padding-top: 90px;
  padding-left: 94px;
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__mainArea__jobSearch__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
.footer__mainArea__jobSearch__copy .copyText {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch__copy .copyText {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.footer__mainArea__jobSearch__copy .imageArea {
  max-width: 50px;
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch__copy .imageArea {
    max-width: 35px;
  }
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch__copy {
    gap: 0 16px;
  }
}
.footer__mainArea__jobSearch__body__item {
  margin-bottom: 40px;
}
.footer__mainArea__jobSearch__body__item:last-child {
  margin-bottom: 0;
}
.footer__mainArea__jobSearch__body__item .title {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  padding-left: 18px;
}
.footer__mainArea__jobSearch__body__item .title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch__body__item .title::before {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch__body__item .title {
    font-size: 1.3rem;
    padding-left: 15px;
  }
}
.footer__mainArea__jobSearch__body__item .jobSearchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 15px;
}
.footer__mainArea__jobSearch__body__item .jobSearchList__item a {
  font-size: 1.5rem;
  color: #fff;
  border-bottom: #fff 1px solid;
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch__body__item .jobSearchList__item a {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch__body__item .jobSearchList {
    gap: 4px 12px;
  }
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch__body__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer__mainArea__jobSearch__body {
    margin-top: 18px;
  }
}
.footer__subArea {
  position: relative;
  padding: 24px 0;
  border-top: #3371b3 2px solid;
}
@media (max-width: 767px) {
  .footer__subArea {
    padding: 10px 0 18px;
  }
}
.footer__subArea__inner {
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .footer__subArea__inner {
    display: block;
  }
}
.footer__subArea__ga a {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .footer__subArea__ga a {
    font-size: 0.9rem;
  }
}
.footer__subArea__cr {
  color: #fff;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  padding-right: 64px;
}
@media (max-width: 767px) {
  .footer__subArea__cr {
    padding-right: 0;
    font-weight: 200;
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
.footer__otherArea {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: #3371b3 2px solid;
}
.footer__otherArea__text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__otherArea__text {
    font-size: 0.9rem;
    padding: 0 18px;
    line-height: 1.9;
  }
}
@media (max-width: 767px) {
  .footer__otherArea {
    padding: 20px 0;
    padding-bottom: 70px;
  }
}
.footer .pagetop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.footer .pagetop a {
  position: relative;
  display: inline-block;
  background-color: #3371b3;
  width: 80px;
  height: 80px;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.footer .pagetop a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 7px;
  height: 14px;
  background-image: url(../img/common/pagetopicon.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .footer .pagetop a {
    width: 68px;
    height: 68px;
  }
}
@media (hover: hover) {
  .footer .pagetop a:hover {
    opacity: 0.8;
  }
  .footer .pagetop a:hover::after {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

/* ============================================
// 通常スタイル
// ==========================================*/
.front-page .head {
  position: relative;
}
.front-page .head::after {
  content: "";
  background-image: url(../img/index/mvbackgroundImage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .front-page .head::after {
    background-size: 430px 286.67px;
    background-position: center 145%;
    mix-blend-mode: color-burn;
    opacity: 0.3;
  }
}
.front-page .head .mainVisual__inner {
  max-width: 1380px;
  padding: 67px 40px 0;
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .front-page .head .mainVisual__inner {
    max-width: 1460px;
    padding: 67px 80px 0;
  }
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .head .mainVisual__inner {
    max-width: 1420px;
    padding: 100px 60px 24px;
  }
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__inner {
    padding: 0 0 96px;
  }
}
.front-page .head .mainVisual__main {
  position: relative;
}
.front-page .head .mainVisual__hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: inherit;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.front-page .head .mainVisual__hero__list {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__hero__list {
    border-radius: 0;
  }
}
.front-page .head .mainVisual__hero__list__item.swiper-slide-active .image, .front-page .head .mainVisual__hero__list__item.swiper-slide-duplicate-active .image, .front-page .head .mainVisual__hero__list__item.swiper-slide-prev .image {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.front-page .head .mainVisual__hero__list__item.swiper-slide-active .image img, .front-page .head .mainVisual__hero__list__item.swiper-slide-duplicate-active .image img, .front-page .head .mainVisual__hero__list__item.swiper-slide-prev .image img {
  width: 100%;
  -webkit-animation: zoomOut 15s ease forwards;
          animation: zoomOut 15s ease forwards;
}
.front-page .head .mainVisual__hero__list__item .image {
  max-width: 1300px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: zoomOut 20s ease forwards;
          animation: zoomOut 20s ease forwards;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: transform, opacity, filter;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (min-width: 1201px) {
  .front-page .head .mainVisual__hero__list__item .image {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__hero__list__item .image {
    border-radius: 0;
  }
}
.front-page .head .mainVisual__hero__list__item .image img {
  aspect-ratio: 1300/605;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__hero__list__item .image img {
    height: 210px;
  }
}
@-webkit-keyframes zoomOut {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.front-page .head .mainVisual__hero__pagination {
  position: absolute;
  top: 50%;
  right: -36px;
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page .head .mainVisual__hero__pagination span {
  display: inline-block;
  width: 6px;
  height: 41px;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 0;
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__hero__pagination span {
    width: 24px;
    height: 3px;
    opacity: 0.3;
  }
}
.front-page .head .mainVisual__hero__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__hero__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: initial;
            flex-flow: initial;
    position: relative;
    top: auto;
    right: auto;
    bottom: -156px;
    gap: 3px;
  }
}
.front-page .head .mainVisual__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  bottom: 40px;
  left: -36px;
  z-index: 2;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .head .mainVisual__copy {
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__copy {
    bottom: -80px;
    left: 16px;
  }
}
.front-page .head .mainVisual__copy__item {
  display: inline;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.front-page .head .mainVisual__copy__item__inner {
  padding: 17px 30px 20px;
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__copy__item__inner {
    padding: 7px 18px 7px;
  }
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__copy__item {
    margin-bottom: 6px;
  }
}
.front-page .head .mainVisual__copy__item img {
  height: 57px;
  vertical-align: middle;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .head .mainVisual__copy__item img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__copy__item img {
    height: 23px;
    height: min(6.4vw, 26px);
  }
}
.front-page .head .mainVisual__nav {
  max-width: 800px;
  padding: 36px 10px 42px;
  margin: 0 auto;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .head .mainVisual__nav {
    margin-top: 20px;
  }
}
.front-page .head .mainVisual__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-page .head .mainVisual__nav__list__item a {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 2px #fff solid;
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__nav__list__item a {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__nav__list {
    display: none;
  }
}
.front-page .sec__jobSearch__inner {
  margin-top: 86px;
  margin-bottom: 90px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .sec__jobSearch__inner {
    margin-top: 64px;
    margin-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__inner {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
.front-page .sec__jobSearch__box {
  border: 3px #004ea0 solid;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__box {
    border-radius: 16px;
  }
}
.front-page .sec__jobSearch__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #fff 7px solid;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__box__inner {
    display: block;
    border: none;
    border-radius: 0;
  }
}
.front-page .sec__jobSearch__box__head {
  position: relative;
  padding: 48px 29px 50px 4.15%;
  max-width: 286px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 286px;
          flex: 0 0 286px;
  background-color: #004ea0;
  color: #fff;
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__box__head {
    padding: 30px 20px 24px 16px;
    max-width: inherit;
  }
}
.front-page .sec__jobSearch__box__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  right: -16px;
  width: 167px;
  height: 168px;
  background-image: url(../img/common/search__illustrat.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__box__head::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    bottom: -4px;
    right: -8px;
  }
}
.front-page .sec__jobSearch__box__head .ja {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__box__head .ja {
    font-size: 1.9rem;
  }
}
.front-page .sec__jobSearch__box__head .eng {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__box__head .eng {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1px;
  }
}
.front-page .sec__jobSearch__box__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 48px 70px 50px 0;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__box__body {
    padding: 24px 18px 24px;
  }
}
.front-page .sec__jobSearch__box__body .custom-form .parts_ttl .txt {
  position: relative;
  color: #3371b3;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__box__body .custom-form .parts_ttl .txt {
    font-size: 1.3rem;
    padding-left: 13px;
  }
}
.front-page .sec__jobSearch__box__body .custom-form .parts_ttl .txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #004ea0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .front-page .sec__jobSearch__box__body .custom-form .parts_ttl .txt::before {
    width: 7px;
    height: 7px;
  }
}
.front-page .sec__newJobs {
  overflow: hidden;
  background-color: #f2f6fa;
}
.front-page .sec__newJobs__head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .sec__newJobs__head__title .eng {
  margin-left: 34px;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__head__title .eng {
    margin-left: 16px;
  }
}
.front-page .sec__newJobs__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .sec__newJobs__inner {
    padding-top: 64px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.front-page .sec__newJobs__body {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body {
    margin-top: 28px;
  }
}
.front-page .sec__newJobs__body.swiper-container {
  overflow: inherit;
}
.front-page .sec__newJobs__body .jobList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.front-page .sec__newJobs__body .jobList__item {
  position: relative;
  max-width: 376px;
  width: 100%;
  height: 242px;
  border-radius: 20px;
  z-index: 1;
}
.front-page .sec__newJobs__body .jobList__item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobList__item {
    border-radius: 14px;
    max-width: 300px;
    height: 232px;
  }
}
.front-page .sec__newJobs__body .jobList__item a {
  display: block;
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobList__item a {
    border-radius: 14px;
  }
}
@media (hover: hover) {
  .front-page .sec__newJobs__body .jobList__item a:hover {
    opacity: 1;
    border: 2px solid #4753a2;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .front-page .sec__newJobs__body .jobList__item a:hover .title {
    background-color: #fff;
  }
  .front-page .sec__newJobs__body .jobList__item a:hover .jobList__item__backimage .image {
    opacity: 0.2;
  }
}
.front-page .sec__newJobs__body .jobList__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #fff;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 18px;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobList__item a::after {
    border-radius: 14px;
    border: 2px solid #fff;
  }
}
.front-page .sec__newJobs__body .jobList__item a .place {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobList__item a .place {
    font-size: 1.1rem;
  }
}
.front-page .sec__newJobs__body .jobList__item a .title {
  position: relative;
  margin-top: 28px;
  font-size: 1.8rem;
  color: #004ea0;
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobList__item a .title {
    margin-top: 20px;
    font-size: 1.7rem;
  }
}
.front-page .sec__newJobs__body .jobList__item a .detail {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 20px 0 30px;
}
.front-page .sec__newJobs__body .jobList__item a .detail .date {
  font-size: 1rem;
  font-weight: bold;
  opacity: 0.5;
  line-height: 1;
}
.front-page .sec__newJobs__body .jobList__item a .detail .btn img {
  width: 40px;
  height: 40px;
}
.front-page .sec__newJobs__body .jobList__item__inner {
  padding: 30px;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobList__item__inner {
    padding: 30px 20px;
  }
}
.front-page .sec__newJobs__body .jobList__item__backimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 20px;
}
.front-page .sec__newJobs__body .jobList__item__backimage .image {
  max-width: 376px;
  opacity: 0.1;
}
.front-page .sec__newJobs__body .jobList__item__backimage .image img {
  aspect-ratio: 376/242;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobList__item__backimage .image img {
    height: 232px;
  }
}
.front-page .sec__newJobs__body .jobList__item__backimage::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(85%, rgba(255, 255, 255, 0.7)), color-stop(95%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.7) 85%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
}
.front-page .sec__newJobs__body .jobParts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
}
.front-page .sec__newJobs__body .jobParts .controls {
  position: relative;
  width: 100%;
}
.front-page .sec__newJobs__body .jobParts .controls .swiper-pagination {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin-top: 37.5px;
  max-width: 835px;
  width: 83%;
  height: 5px;
  background-color: #c2d4e8;
}
.front-page .sec__newJobs__body .jobParts .controls .swiper-pagination-progressbar-fill {
  background-color: #004ea0;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobParts .controls .swiper-pagination {
    position: relative;
    height: 4px;
    margin-top: 0;
    margin-bottom: 36px;
    max-width: inherit;
    width: 100%;
  }
}
.front-page .sec__newJobs__body .jobParts .controls .controlbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.front-page .sec__newJobs__body .jobParts .controls .controlbtn__item {
  position: relative;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: rgba(71, 83, 162, 0.15);
  cursor: pointer;
}
.front-page .sec__newJobs__body .jobParts .controls .controlbtn__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 7px;
  background-image: url("../img/common/newjobs_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.front-page .sec__newJobs__body .jobParts .controls .controlbtn__item.swiper-button-disabled {
  background-color: rgba(71, 83, 162, 0.05);
}
.front-page .sec__newJobs__body .jobParts .controls .controlbtn__item.-prev {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-page .sec__newJobs__body .jobParts .controls .controlbtn__item.-prev::before {
  -webkit-transform: scale(-1, -1) translate(50%, 50%);
          transform: scale(-1, -1) translate(50%, 50%);
}
.front-page .sec__newJobs__body .jobParts .controls .controlbtn__item.-next {
  margin-left: -10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-page .sec__newJobs__body .jobParts .controls .controlbtn__item.-next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .front-page .sec__newJobs__body .jobParts .controls .controlbtn__item:hover.-prev {
    background-color: rgba(71, 83, 162, 0.3);
  }
  .front-page .sec__newJobs__body .jobParts .controls .controlbtn__item:hover.-next {
    background-color: rgba(71, 83, 162, 0.3);
  }
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobParts .controls .controlbtn__item {
    width: 56px;
    height: 56px;
  }
}
.front-page .sec__newJobs__body .jobParts .commonBtn {
  min-width: 155px;
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobParts .commonBtn {
    min-width: 148px;
    position: absolute;
    right: 0;
    bottom: 7.5px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__newJobs__body .jobParts {
    margin-top: 28px;
  }
}
.front-page .sec__otherContents__item {
  margin-bottom: 40px;
}
.front-page .sec__otherContents__item__inner {
  display: grid;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-row: span 3;
  height: 100%;
}
@media (max-width: 767px) {
  .front-page .sec__otherContents__item__inner {
    display: block;
  }
}
.front-page .sec__otherContents__inner {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 58px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .sec__otherContents__inner {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__otherContents__inner {
    margin-top: 44px;
    display: block;
  }
}
.front-page .sec__otherContents .imageArea {
  max-width: 360px;
}
.front-page .sec__otherContents .imageArea img {
  border-radius: 20px;
  aspect-ratio: 360/239;
}
@media (max-width: 767px) {
  .front-page .sec__otherContents .imageArea img {
    border-radius: 12px;
  }
}
.front-page .sec__otherContents .textArea {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .front-page .sec__otherContents .textArea {
    margin-top: 18px;
  }
}
.front-page .sec__otherContents .textArea__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-page .sec__otherContents .textArea__title .eng {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .front-page .sec__otherContents .textArea__title .eng {
    margin-top: 3px;
  }
}
.front-page .sec__otherContents .textArea__logo {
  margin-top: -66px;
  margin-right: 22px;
}
@media (max-width: 767px) {
  .front-page .sec__otherContents .textArea__logo {
    margin-top: -68px;
    margin-right: 16px;
  }
}
.front-page .sec__otherContents .textArea__logo .image {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 16px 14px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .front-page .sec__otherContents .textArea__logo .image {
    padding: 4px 8px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__otherContents .textArea__logo .image img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.front-page .sec__otherContents .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .front-page .sec__otherContents .btnArea {
    margin-top: 5px;
  }
}
.front-page .sec__otherContents .btnArea .commonBtn {
  margin-left: 20px;
  min-width: 145px;
}
@media (max-width: 767px) {
  .front-page .sec__otherContents .btnArea .commonBtn {
    min-width: 136px;
  }
}
.front-page .sec__otherContents .btnArea .border {
  display: inline-block;
  background-color: #f2f6fa;
  height: 5px;
  width: 100%;
}
.front-page .sec__interview .textArea__title {
  position: relative;
}
.front-page .sec__interview .textArea__title::before {
  content: "";
  position: absolute;
  top: -38px;
  left: -30px;
  width: 91.5px;
  height: 42px;
  background-image: url(../img/index/Interviewdeci.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .front-page .sec__interview .textArea__title::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.front-page .sec__message {
  margin-top: 105px;
  margin-bottom: 85px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .sec__message {
    margin-top: 56px;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message {
    margin-top: 56px;
    margin-bottom: 44px;
  }
}
.front-page .sec__message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .front-page .sec__message__head {
    display: block;
  }
}
.front-page .sec__message__head .mainArea {
  position: relative;
  right: 0;
  margin-left: 10px;
  max-width: 866px;
  max-width: clamp(692.8px, 60.1388888889vw, 866px);
  margin-top: 50px;
}
.front-page .sec__message__head .mainArea img {
  aspect-ratio: 866/554;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .front-page .sec__message__head .mainArea img {
    border-radius: 12px 0 0 12px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__head .mainArea {
    max-width: 294px;
    max-width: clamp(277.12px, 60.1388888889vw, 692.8px);
    margin-left: 0;
    margin: 0 0 0 auto;
  }
}
.front-page .sec__message__head .sideArea {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: left;
  padding-left: 80px;
  margin: 0 auto;
  gap: 80px;
}
@media (max-width: 1600px) {
  .front-page .sec__message__head .sideArea {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__head .sideArea {
    padding-top: 0;
    padding-left: 16px;
    gap: 0;
  }
}
.front-page .sec__message__head .sideArea__title {
  margin-right: -200px;
}
.front-page .sec__message__head .sideArea__title .copy {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px 0;
  margin-top: 28px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .sec__message__head .sideArea__title .copy {
    gap: 10px 0;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__head .sideArea__title .copy {
    gap: 6px 0;
    margin-top: 16px;
  }
}
.front-page .sec__message__head .sideArea__title .copy .copyText {
  color: #fff;
  font-size: clamp(28px, 2.4242424242vw, 40px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.18em;
  padding: 8px 15px;
  background-color: #3371b3;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .front-page .sec__message__head .sideArea__title .copy .copyText {
    font-size: clamp(16.8px, 3.3333333333vw, 28px);
    line-height: 1.7;
    border-radius: 6px;
    padding: 2px 8px;
  }
}
.front-page .sec__message__head .sideArea__title .copy .copyText br {
  display: none;
}
@media (max-width: 767px) {
  .front-page .sec__message__head .sideArea__title .copy .copyText br {
    display: block;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__head .sideArea__title {
    margin-top: -52px;
    margin-right: 0;
    position: relative;
    z-index: 2;
  }
}
.front-page .sec__message__head .sideArea__image {
  max-width: 444px;
  max-width: clamp(355.2px, 30.8333333333vw, 444px);
  margin-left: -80px;
}
@media (max-width: 767px) {
  .front-page .sec__message__head .sideArea__image {
    margin-top: 25px;
    margin-left: -16px;
    max-width: 230px;
  }
}
.front-page .sec__message__head .sideArea__image img {
  border-radius: 20px;
  aspect-ratio: 444/256;
}
@media (max-width: 767px) {
  .front-page .sec__message__head .sideArea__image img {
    border-radius: 0 12px 12px 0;
  }
}
.front-page .sec__message__body__inner {
  margin-top: 80px;
  max-width: 1386px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .sec__message__body__inner {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__body__inner {
    margin-top: 32px;
    padding: 0 10px;
  }
}
.front-page .sec__message__body .aboutArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1140px;
  margin: 0 auto -80px;
  z-index: 1;
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .front-page .sec__message__body .aboutArea {
    max-width: 1040px;
  }
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .sec__message__body .aboutArea {
    max-width: 1000px;
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__body .aboutArea {
    display: block;
    margin-bottom: -68px;
  }
}
.front-page .sec__message__body .aboutArea__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  max-width: 550px;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(29, 45, 86, 0.05);
          box-shadow: 0px 5px 16px 0px rgba(29, 45, 86, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .front-page .sec__message__body .aboutArea__image {
    max-width: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__body .aboutArea__image {
    max-width: 276px;
    margin: 36px auto 0;
  }
}
.front-page .sec__message__body .aboutArea__image img {
  aspect-ratio: 550/427;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .aboutArea__image img {
    border-radius: 12px;
  }
}
.front-page .sec__message__body .aboutArea__text {
  padding: 60px 0 120px 78px;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .front-page .sec__message__body .aboutArea__text {
    padding: 32px 0 120px 50px;
  }
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .sec__message__body .aboutArea__text {
    font-size: 1.5rem;
    line-height: 2.2;
    padding: 32px 0 80px 48px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__body .aboutArea__text {
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin: 0 6px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__body .aboutArea__text br {
    display: none;
  }
}
.front-page .sec__message__body .pointArea {
  position: relative;
  border: #004ea0 3px solid;
  border-radius: 20px;
  padding: 88px 48px 80px;
  background-color: #fff;
  z-index: 0;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .front-page .sec__message__body .pointArea {
    padding: 50px 48px 45px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea {
    padding: 0;
    border-radius: 15px;
  }
}
.front-page .sec__message__body .pointArea .deco::before, .front-page .sec__message__body .pointArea .deco::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #004ea0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea .deco::before, .front-page .sec__message__body .pointArea .deco::after {
    width: 6px;
    height: 6px;
  }
}
.front-page .sec__message__body .pointArea .deco::before {
  left: 28px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea .deco::before {
    left: 16px;
  }
}
.front-page .sec__message__body .pointArea .deco::after {
  right: 28px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea .deco::after {
    right: 16px;
  }
}
.front-page .sec__message__body .pointArea .deco:first-child::before, .front-page .sec__message__body .pointArea .deco:first-child::after {
  top: 28px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea .deco:first-child::before, .front-page .sec__message__body .pointArea .deco:first-child::after {
    top: 16px;
  }
}
.front-page .sec__message__body .pointArea .deco:last-child::before, .front-page .sec__message__body .pointArea .deco:last-child::after {
  bottom: 28px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea .deco:last-child::before, .front-page .sec__message__body .pointArea .deco:last-child::after {
    bottom: 16px;
  }
}
.front-page .sec__message__body .pointArea__list {
  position: relative;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list {
    grid-template-columns: 1fr;
  }
}
.front-page .sec__message__body .pointArea__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 36px 0 32px 30px;
  border-top: #f2f6fa 3px solid;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item {
    padding: 10px 20px 20px;
    border-top: #f2f6fa 3px solid;
  }
}
.front-page .sec__message__body .pointArea__list__item .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item .titleArea {
    gap: 0;
  }
}
.front-page .sec__message__body .pointArea__list__item .titleArea .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83px;
          flex: 0 0 83px;
  text-align: center;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item .titleArea .image {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    margin-left: 4px;
  }
}
.front-page .sec__message__body .pointArea__list__item .titleArea .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 2.8rem;
  font-weight: bold;
  color: #004ea0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item .titleArea .title {
    font-size: 1.8rem;
    margin-left: -24px;
    margin-top: 4px;
  }
}
.front-page .sec__message__body .pointArea__list__item .textArea {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.3;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item .textArea {
    font-size: 1.4rem;
    margin-top: 8px;
    margin: 0 5px;
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
}
.front-page .sec__message__body .pointArea__list__item:nth-child(odd) {
  padding-right: 34px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item:nth-child(odd) {
    padding-right: 20px;
  }
}
.front-page .sec__message__body .pointArea__list__item:nth-child(even) {
  padding-left: 48px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item:nth-child(even) {
    padding-left: 20px;
  }
}
.front-page .sec__message__body .pointArea__list__item:nth-child(1), .front-page .sec__message__body .pointArea__list__item:nth-child(2) {
  border-top: none;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item:nth-child(1), .front-page .sec__message__body .pointArea__list__item:nth-child(2) {
    padding-top: 0;
  }
}
.front-page .sec__message__body .pointArea__list__item:last-child {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item:last-child {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item:nth-child(1) {
    padding-top: 62px;
  }
}
.front-page .sec__message__body .pointArea__list__item:nth-child(1) .image img {
  width: 68px;
  height: 72px;
}
.front-page .sec__message__body .pointArea__list__item:nth-child(2) .image img {
  width: 71px;
  height: 63px;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list__item:nth-child(2) {
    padding-top: 10px;
    border-top: #f2f6fa 3px solid;
  }
}
.front-page .sec__message__body .pointArea__list__item:nth-child(3) .image img {
  width: 83px;
  height: 65px;
}
.front-page .sec__message__body .pointArea__list__item:nth-child(4) .image img {
  width: 78px;
  height: 84px;
}
.front-page .sec__message__body .pointArea__list::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #f2f6fa;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .front-page .sec__message__body .pointArea__list::after {
    display: none;
  }
}
.front-page .sec__recruitContents {
  background-color: #f2f6fa;
}
.front-page .sec__recruitContents__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__inner {
    display: block;
  }
}
.front-page .sec__recruitContents__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__inner::before {
    display: none;
  }
}
.front-page .sec__recruitContents__item {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__item:first-child {
    border-bottom: #fff solid 3px;
  }
}
.front-page .sec__recruitContents__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  padding: 56px 0 56px 70px;
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__item__inner {
    padding: 24px 0 24px 24px;
    gap: 0 24px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__item .textArea__title .ja {
    font-size: 1.7rem;
  }
}
.front-page .sec__recruitContents__item .textArea__title .eng {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__item .textArea__title .eng {
    margin-top: 3px;
  }
}
.front-page .sec__recruitContents__item .textArea::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 64px;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/recruit__button.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__item .textArea::after {
    right: 24px;
    -webkit-transform: scale(0.8) translate(0, -50%);
            transform: scale(0.8) translate(0, -50%);
  }
}
.front-page .sec__recruitContents__item .imageArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 214px;
          flex: 0 0 214px;
  max-width: 214px;
}
.front-page .sec__recruitContents__item .imageArea img {
  aspect-ratio: 214/142;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__item .imageArea img {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .front-page .sec__recruitContents__item .imageArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 156px;
            flex: 0 0 156px;
    max-width: 156px;
  }
}

/* ============================================
// FVアニメーション
// ==========================================*/
.front-page .head .mainVisual__hero {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.front-page .head .mainVisual__copy__item {
  position: relative;
}
.front-page .head .mainVisual__copy__item__inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__copy__item__inner {
    border-radius: 8px;
  }
}
.front-page .head .mainVisual__copy__item__inner::before, .front-page .head .mainVisual__copy__item__inner::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
.front-page .head .mainVisual__copy__item__inner::before {
  -webkit-animation: mvBgSlide 0.4s 0.6s ease forwards;
          animation: mvBgSlide 0.4s 0.6s ease forwards;
  background-color: #fff;
}
.front-page .head .mainVisual__copy__item__inner::after {
  -webkit-animation: mvBgSlide 0.4s 1s ease forwards;
          animation: mvBgSlide 0.4s 1s ease forwards;
  background-color: #3371b3;
}
.front-page .head .mainVisual__copy__item__inner img {
  -webkit-animation: fadeIn 0.5s 1s ease forwards;
          animation: fadeIn 0.5s 1s ease forwards;
  opacity: 0;
}
.front-page .head .mainVisual__copy__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 18px;
  z-index: 2;
  border-top: 10px solid #153a61;
  border-left: 18px solid transparent;
}
@media (max-width: 767px) {
  .front-page .head .mainVisual__copy__item::after {
    display: none;
  }
}
.front-page .head .mainVisual__nav__list__item {
  opacity: 0;
}
.front-page .head .mainVisual__nav__list__item:nth-child(1) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.front-page .head .mainVisual__nav__list__item:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.front-page .head .mainVisual__nav__list__item:nth-child(3) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.front-page .head .mainVisual__nav__list__item:nth-child(4) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.front-page .head .mainVisual__nav__list__item:nth-child(5) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.front-page .head .mainVisual__nav__list__item:nth-child(6) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
@-webkit-keyframes mvBgSlide {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes mvBgSlide {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.js-loaded .head .mainVisual__hero {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-loaded .head .mainVisual__hero__list__item .image {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.js-loaded .head .mainVisual__hero__list__item .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-loaded .head .mainVisual__nav__list__item {
  -webkit-animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* ============================================
// RECRUIT
// ==========================================*/
.lower-kyujin_l .kyujin_container,
.lower-whatsnew .kyujin_container {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .lower-kyujin_l .kyujin_container,
  .lower-whatsnew .kyujin_container {
    padding: 0 0 50px;
  }
}
.lower-kyujin_l .kyujin_container_inner,
.lower-whatsnew .kyujin_container_inner {
  margin-top: -80px;
  background-color: #ffffff;
  padding: 90px 6.4% 72px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 28px -20px rgba(119, 119, 119, 0.3);
          box-shadow: 0px 0px 28px -20px rgba(119, 119, 119, 0.3);
}
.lower-kyujin_l .kyujin_container_inner::before,
.lower-whatsnew .kyujin_container_inner::before {
  content: "";
  display: inline-block;
  width: 300%;
  height: calc(100% - 80px);
  background: #f2f6fa;
  position: absolute;
  top: 80px;
  bottom: 0;
  left: -100%;
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-kyujin_l .kyujin_container_inner,
  .lower-whatsnew .kyujin_container_inner {
    border-radius: 20px 20px 0 0;
  }
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .custom-form_searth_btn {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .lower-kyujin_l .custom-form_searth_btn {
    margin-top: 16px;
  }
}
.lower-kyujin_l .kyujin_container_inner {
  padding: 90px 6.4% 72px;
}
@media (max-width: 767px) {
  .lower-kyujin_l .kyujin_container_inner {
    padding: 52px 6.4% 16px;
  }
}
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0;
  border: none;
  padding: 48px 49px 28px;
  border: #c2d4e8 1.5px solid;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .lower-kyujin_l .search_panel {
    border: 0;
    border-top: #c2d4e8 1.5px solid;
    border-bottom: #c2d4e8 1.5px solid;
    padding: 43px 6.4% 15px;
    border-radius: 0;
    margin: 0 -6.4%;
  }
}
.lower-kyujin_l .search-toggle {
  border-radius: 50px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
    max-width: 200px;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
}
@media (max-width: 767px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.75em 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_body {
  position: relative;
  z-index: 1;
  padding: 28px 0 16px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .lower-kyujin_l .search_body {
    padding: 0 0 16px;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 0 0 10px;
}
.lower-kyujin_l article.job {
  font-weight: 400;
  padding: 45px 50px 50px;
}
@media (max-width: 767px) {
  .lower-kyujin_l article.job {
    padding: 32px 6.4%;
    margin: 0 -6.4%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .pageImage {
  height: 240px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .pageImage {
    height: 200px;
  }
}
.lower-kyujin_d .kyujin_container {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .kyujin_container {
    padding: 0 0 50px;
  }
}
.lower-kyujin_d .kyujin_container_inner {
  margin-top: -156px;
  background-color: #ffffff;
  padding: 90px 6.4% 72px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 28px -20px rgba(119, 119, 119, 0.3);
          box-shadow: 0px 0px 28px -20px rgba(119, 119, 119, 0.3);
}
.lower-kyujin_d .kyujin_container_inner::before {
  content: "";
  display: inline-block;
  width: 300%;
  height: calc(100% - 156px);
  background: #f2f6fa;
  position: absolute;
  top: 156px;
  bottom: 0;
  left: -100%;
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-kyujin_d .kyujin_container_inner::before {
    top: 0;
    height: 100%;
  }
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-kyujin_d .kyujin_container_inner {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .kyujin_container_inner {
    margin-top: -172px;
    border-radius: 20px 20px 0 0;
    padding: 24px 6.4% 16px;
  }
}
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 272px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .pagetop {
    bottom: 178px;
  }
}
.lower-kyujin_d .pagetop__inner {
  bottom: 92px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .pagetop__inner {
    bottom: 68px;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #004ea0;
  padding: 0;
  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;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    margin-top: 32px;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: #000;
}
@media (max-width: 767px) {
  .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 {
  border-bottom: #3371b3 1px solid;
}
.lower-kyujin_d .job_body_block .job_outline_item_txt {
  border-bottom: 1px solid #c2d4e8;
}
@media (max-width: 767px) {
  .lower-kyujin_d .job_body_block .job_outline_item_txt {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .job_body_block .job_outline_item {
    border-radius: 8px;
  }
}
.lower-kyujin_d .outline,
.lower-kyujin_d .appeal {
  position: relative;
  margin: 0 auto 0;
}
.lower-kyujin_d .outline_inner,
.lower-kyujin_d .appeal_inner {
  position: relative;
}
.lower-kyujin_d .outline_list,
.lower-kyujin_d .appeal_list {
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .outline_list,
  .lower-kyujin_d .appeal_list {
    margin-top: 0;
  }
}
.lower-kyujin_d .job_outline {
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .job_outline {
    margin-top: 0;
  }
}
.lower-kyujin_d .job_outline_item_ttl span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .lower-kyujin_d .job_outline.is_sp {
    background-color: #f2f6fa;
    border-radius: 8px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .job_outline.is_sp .job_outline_item {
    padding: 10px 5% 0;
  }
}
.lower-kyujin_d .job_head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .job_head {
    margin-bottom: 20px;
  }
}

/*--------------------
新着求人
--------------------*/
@media (max-width: 767px) {
  .lower-whatsnew .kyujin_container {
    padding: 0 0 50px;
  }
}
.lower-whatsnew .kyujin_container_inner {
  padding: 56px 6.4% 72px;
}
@media (max-width: 767px) {
  .lower-whatsnew .kyujin_container_inner {
    padding: 28px 6.4% 24px;
  }
}
.lower-whatsnew .kyujin_container .job_count_pager {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .lower-whatsnew .kyujin_container .job_count_pager {
    padding-top: 0;
  }
}
.lower-whatsnew .kyujin_container .contents_bottom {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .lower-whatsnew .kyujin_container .contents_bottom {
    margin-top: 32px;
  }
}

.lower-interview_l .interview__container,
.lower-interview_d .interview__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .lower-interview_l .interview__container,
  .lower-interview_d .interview__container {
    padding: 40px 20px;
  }
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview_l {
  /*------------------------------
      インタビュー一覧
    ------------------------------*/
}
.lower-interview_l .interviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 4%;
}
.lower-interview_l .interviews__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin: 25px 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lower-interview_l .interviews__item {
    margin: 20px 0;
  }
}
@media (max-width: 640px) {
  .lower-interview_l .interviews__item:first-child a {
    margin-top: 0;
  }
  .lower-interview_l .interviews__item:last-child a {
    margin-bottom: 0;
  }
}
.lower-interview_l .interviews__item a {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-interview_l .interviews__item a:hover {
    color: #004ea0;
  }
  .lower-interview_l .interviews__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .lower-interview_l .interviews__item a:hover .imgArea::after {
    opacity: 1;
  }
}
.lower-interview_l .interviews__item a::after {
  content: "";
  aspect-ratio: 1/1;
  width: 90px;
  height: auto;
  border-radius: 23px;
  background-color: #f2f6fa;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .lower-interview_l .interviews__item a::after {
    width: 54px;
    border-radius: 10px;
    top: -10px;
    left: -10px;
  }
}
.lower-interview_l .interviews__item a::before {
  content: "";
  display: block;
  background-image: url(../img/interview/interview_l_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 51px;
  height: auto;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (max-width: 767px) {
  .lower-interview_l .interviews__item a::before {
    width: 30.6px;
    bottom: -10px;
  }
}
.lower-interview_l .interviews__item .imgArea {
  position: relative;
  aspect-ratio: 3/2;
  margin-bottom: 1.25em;
  border: solid 1px #d9d8d8;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-interview_l .interviews__item .imgArea {
    border-radius: 10px;
  }
}
.lower-interview_l .interviews__item .imgArea::after {
  content: "";
  background-color: rgba(242, 246, 250, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.lower-interview_l .interviews__item .imgArea .job {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  padding: 6px 15px;
  border-radius: 50px;
  background: #004ea0;
}
@media (max-width: 767px) {
  .lower-interview_l .interviews__item .imgArea .job {
    left: 10px;
    bottom: 10px;
  }
}
.lower-interview_l .interviews__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_l .interviews__item .bodyArea {
  display: contents;
}
.lower-interview_l .interviews__item .bodyArea .copy {
  color: #004ea0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.76;
  border-bottom: dashed 1px #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .lower-interview_l .interviews__item .bodyArea .copy {
    padding-bottom: 12px;
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.lower-interview_l .interviews__item .bodyArea .name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lower-interview_l .interviews__item .bodyArea .name {
    font-size: 2rem;
  }
}
.lower-interview_l .interviews__item .bodyArea .name small {
  font-size: 1.5rem;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .lower-interview_l .interviews__item .bodyArea .name small {
    font-size: 1.2rem;
    margin-left: 6px;
  }
}
.lower-interview_l .interviews__item .bodyArea .data {
  font-size: 1.5rem;
  color: #8a8b8b;
}
@media (max-width: 767px) {
  .lower-interview_l .interviews__item .bodyArea .data {
    font-size: 1.2rem;
  }
}
.lower-interview_l .interviews__item .bodyArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 1.1em 0 0.8em;
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .interview__container {
  padding: initial;
  padding-top: 0;
  margin-top: -240px;
  max-width: initial;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__container {
    margin-top: -190px;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main_inner {
    padding: 0 5%;
  }
}
.lower-interview_d .interview__main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.5%;
  padding: 70px 75px;
  border: solid 3px #004ea0;
  border-radius: 20px;
  background-image: url(../img/interview/prof_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main__content {
    display: block;
    padding: 20px;
    border-radius: 10px;
    border: solid 2px #004ea0;
  }
}
.lower-interview_d .interview__main .imgArea {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  aspect-ratio: 640/427;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .imgArea {
    border-radius: 10px;
    margin: 0 0 1em;
  }
}
.lower-interview_d .interview__main .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__main .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.5em;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .txtArea {
    margin-top: 0;
  }
}
.lower-interview_d .interview__main .txtArea .copy {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .txtArea .copy {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
}
.lower-interview_d .interview__main .txtArea .job {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  border-radius: 50px;
  margin-bottom: 0.5em;
  padding: 0.6em 1em 0.5em;
  background: #004ea0;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .txtArea .job {
    font-size: 1.3rem;
    padding: 0.4em 0.8em 0.3em;
  }
}
.lower-interview_d .interview__main .txtArea .name {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #bfbfbf;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .txtArea .name {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.lower-interview_d .interview__main .txtArea .name small {
  font-size: 2rem;
  margin-left: 0.3em;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .txtArea .name small {
    font-size: 1.4rem;
  }
}
.lower-interview_d .interview__main .txtArea .data {
  color: #8a8b8b;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .txtArea .data {
    font-size: 1.2rem;
  }
}
.lower-interview_d .interview__main .txtArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}
.lower-interview_d .interview__main .txtArea .profile {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .txtArea .profile {
    margin-top: 10px;
  }
}
.lower-interview_d .interview__main .txtArea .profile .hd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  font-family: "Oswald", sans-serif;
  color: #004ea0;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .txtArea .profile .hd {
    font-size: 1.8rem;
  }
}
.lower-interview_d .interview__main .txtArea .profile .hd::before {
  display: none;
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.4em;
          flex: 0 0 0.4em;
  width: 0.4em;
  margin-top: 0.75em;
  background: #004ea0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__main .txtArea .profile .hd::before {
    margin-top: 0.62em;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    入社のきっかけ
  ------------------------------*/
}
.lower-interview_d .interview__trigger__main {
  position: relative;
  margin-top: 60px;
  padding: 4.5% 4% 3%;
  border: 3px solid #004ea0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__trigger__main {
    margin: 3em 0 0;
    padding: 3em 20px 1.7em;
    border: 2px solid #004ea0;
    border-radius: 10px;
  }
}
.lower-interview_d .interview__trigger .hd {
  position: absolute;
  left: -3px;
  top: 0;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
  padding: 0.6em 1.2em;
  background: #004ea0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 15px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__trigger .hd {
    font-size: 1.4rem;
    left: -2px;
    padding: 0.4em 1em;
    border-radius: 10px;
  }
}
.lower-interview_d .interview__trigger .hd::before {
  content: "";
  aspect-ratio: 1/1;
  width: 1.6em;
  position: absolute;
  left: 0;
  bottom: 10px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #004ea0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.lower-interview_d .interview {
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
}
.lower-interview_d .interview__topics {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__topics {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__topics__item {
  position: relative;
  counter-increment: topic-num;
  overflow: hidden;
}
.lower-interview_d .interview__topics__item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  padding: 4em 2em;
}
.lower-interview_d .interview__topics__item__main .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  aspect-ratio: 640/427;
}
.lower-interview_d .interview__topics__item__main .imgArea::before {
  content: "";
  aspect-ratio: 355/360;
  width: 355px;
  height: auto;
  background-image: url(../img/interview/topic_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 60px;
  right: -140px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__topics__item__main .imgArea::before {
    width: 177.5px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .lower-interview_d .interview__topics__item__main .imgArea {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__topics__item__main .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__topics__item__main .imgArea img {
    border-radius: 10px;
  }
}
.lower-interview_d .interview__topics__item__main .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__topics__item__main .txtArea .lead {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__topics__item__main .txtArea .lead {
    font-size: 1.8rem;
  }
}
.lower-interview_d .interview__topics__item__main .txtArea .lead::before {
  content: "TOPICS " counter(topic-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #148c00;
  line-height: 1;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #148c00;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__topics__item__main .txtArea .lead::before {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .lower-interview_d .interview__topics__item__main {
    display: block;
    padding: 40px 0;
    border-bottom: none;
  }
}
.lower-interview_d .interview__topics__item:nth-child(odd) {
  background-color: #f2f6fa;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__topics__item:nth-child(even) .imgArea::before {
    bottom: 60px;
    right: -40px;
  }
}
@media (min-width: 1201px) {
  .lower-interview_d .interview__topics__item:last-child .interview__topics__item__main {
    border-bottom: none;
  }
  .lower-interview_d .interview__topics__item:nth-child(odd) .interview__topics__item__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media (max-width: 767px) {
  .lower-interview_d .interview__topics__item:last-child .interview__topics__item__main {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    インタビューコンテンツ（対話形式）
  ------------------------------*/
}
.lower-interview_d .interview__talk {
  max-width: 1120px;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__talk {
    max-width: inherit;
    margin-top: 48px;
    padding: 0 4%;
  }
}
.lower-interview_d .interview__talk__item {
  counter-increment: talk-num;
  margin-bottom: 2.5em;
}
.lower-interview_d .interview__talk__item:last-child {
  margin-bottom: 0;
}
.lower-interview_d .interview__talk__item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 1.2em;
  padding-right: 130px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__talk__item .question {
    gap: 15px;
    padding-right: 0;
  }
}
.lower-interview_d .interview__talk__item .question .img {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border-radius: 50%;
  border: solid 2px #004ea0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__talk__item .question .img {
    border: solid 1px #004ea0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.lower-interview_d .interview__talk__item .question .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lower-interview_d .interview__talk__item .question .txt {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__talk__item .question .txt {
    font-size: 1.6rem;
  }
}
.lower-interview_d .interview__talk__item .question .txt::before {
  content: "Q " counter(talk-num, decimal-leading-zero);
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #004ea0;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__talk__item .question .txt::before {
    font-size: 1.4rem;
  }
}
.lower-interview_d .interview__talk__item .answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__talk__item .answer {
    display: block;
    padding-right: 10px;
  }
}
.lower-interview_d .interview__talk__item .answer .img {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  border-radius: 50%;
  border: solid 2px #004ea0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__talk__item .answer .img {
    width: 50px;
    border: solid 1px #004ea0;
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -10px;
  }
}
.lower-interview_d .interview__talk__item .answer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lower-interview_d .interview__talk__item .answer .txt {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2.2em 3em;
  background: #f2f6fa;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__talk__item .answer .txt {
    padding: 1.8em 2em;
  }
}
@media (min-width: 1201px) {
  .lower-interview_d .interview__talk__item .answer .txt::before {
    content: "";
    aspect-ratio: 1/1;
    width: 1em;
    position: absolute;
    right: 1px;
    top: calc(55px - 0.5em);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #f2f6fa;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
.lower-interview_d .interview {
  /*------------------------------
    一日の流れ
  ------------------------------*/
}
.lower-interview_d .interview__schedule__main {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule__main {
    margin-top: 48px;
    padding: 48px 0;
  }
}
.lower-interview_d .interview__schedule__main::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  left: -2000px;
  right: -2000px;
  background: #f2f6fa;
}
.lower-interview_d .interview__schedule .title {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-weight: 700;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .title {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__schedule .title .eng {
  color: #004ea0;
  font-size: 2.4em;
  line-height: 1;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .title .eng {
    font-size: 1.8em;
  }
}
.lower-interview_d .interview__schedule .body {
  background: #ffffff;
  border: solid 3px #004ea0;
  border-radius: 20px;
}
.lower-interview_d .interview__schedule .timeline {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__schedule .timeline::before {
  content: "";
  width: 3px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 149px;
  background: radial-gradient(ellipse at center, #004ea0 0%, #004ea0 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%) center 0 repeat-y;
  background-size: 6px 7px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .timeline::before {
    left: 19px;
    width: 2px;
    background-size: 4px 4px;
  }
}
.lower-interview_d .interview__schedule .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .timeline__item {
    display: block;
    padding: 1.3em 0;
  }
}
.lower-interview_d .interview__schedule .timeline__item:last-child {
  border-bottom: none;
}
.lower-interview_d .interview__schedule .timeline__item .timeArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #004ea0;
  line-height: 1.6;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea {
    display: block;
    font-size: 1em;
    margin-bottom: 0.2em;
    padding-left: 40px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::before, .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  content: "";
  aspect-ratio: 1/1;
  width: 0.9em;
  position: absolute;
  right: 0;
  top: 0.3em;
  border-radius: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::before, .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    right: inherit;
    left: 20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::before {
  background: #ffffff;
  border: 1px solid #da3915;
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  background: #da3915;
  -webkit-transform: translate(50%, 0) scale(0.5);
          transform: translate(50%, 0) scale(0.5);
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    -webkit-transform: translate(-50%, 0) scale(0.5);
            transform: translate(-50%, 0) scale(0.5);
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
  font-size: 1.1875em;
  font-weight: 700;
  color: #004ea0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
    font-size: 1.125em;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
  margin-top: 0.25em;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
    font-size: 0.95em;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    メッセージ
  ------------------------------*/
}
.lower-interview_d .interview__message {
  position: relative;
  padding-top: 80px;
  padding-bottom: 140px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lower-interview_d .interview__message::before {
  content: "";
  aspect-ratio: 1200/800;
  width: 1200px;
  height: auto;
  background-image: url(../img/interview/message_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message::before {
    width: auto;
    height: 100%;
  }
}
.lower-interview_d .interview__message::after {
  content: "";
  width: 100%;
  height: 100%;
  min-height: 800px;
  background-color: #fff;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -1;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message::after {
    left: -200px;
  }
}
.lower-interview_d .interview__message__main {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message__main {
    margin-top: 0px;
  }
}
.lower-interview_d .interview__message .title {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  color: #004ea0;
  font-weight: 700;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message .title {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__message .title .eng {
  font-size: 2.4em;
  line-height: 1;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message .title .eng {
    font-size: 1.8em;
  }
}
.lower-interview_d .interview__message .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message .body {
    display: block;
  }
}
.lower-interview_d .interview__message .body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message .body .imgArea {
    width: 50%;
    max-width: 240px;
    margin: 0 auto 2em;
    border-radius: 10px;
  }
}
.lower-interview_d .interview__message .body .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__message .body .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2.6em 3.5em;
  background: #f2f6fa;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message .body .txtArea {
    padding: 2em;
    border-radius: 10px;
  }
}
.lower-interview_d .interview__message .body .txtArea::before {
  content: "";
  aspect-ratio: 1/1;
  width: 1.2em;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #f2f6fa;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media (max-width: 767px) {
  .lower-interview_d .interview__message .body .txtArea::before {
    left: 0;
    right: 0;
    top: 1px;
    bottom: inherit;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
.lower-interview_d .interview {
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__bottom {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__bottom {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__bottom .backBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-interview_d .interview__bottom .backBtn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #ffffff;
  padding: 1em 2em;
  background: #004ea0;
  border-radius: 500px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__bottom .backBtn a {
    min-width: 240px;
    margin: 0 auto;
  }
}
.lower-interview_d .interview__bottom .backBtn a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  background: #ffffff;
  -webkit-mask: url(../img/common/buttonicon.png) center center/contain no-repeat;
          mask: url(../img/common/buttonicon.png) center center/contain no-repeat;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__bottom .backBtn a span {
  margin: 0 auto;
  padding: 0 2em;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-interview_d .interview__bottom .backBtn a:hover {
    background: rgba(0, 78, 160, 0.8);
  }
  .lower-interview_d .interview__bottom .backBtn a:hover::before {
    -webkit-transform: scaleX(-1) translate(4px, 0);
            transform: scaleX(-1) translate(4px, 0);
  }
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .lower-interview_d .interview__bottom .date {
    font-size: 1.4rem;
  }
}
@media (max-width: 550px) {
  .lower-interview_d .interview__bottom .date {
    color: #fff;
  }
}

.lower-welfare .welfare__container .mainWelfare__inner {
  max-width: 1284px;
  margin-top: 120px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-welfare .welfare__container .mainWelfare__inner {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare__inner {
    margin-top: 50px;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item {
  position: relative;
  border-radius: 20px;
  border: #004ea0 3px solid;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item {
    border-radius: 10px;
    border: #004ea0 2px solid;
    margin-bottom: 24px;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item:nth-child(even) .welfareList__item__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item:nth-child(even) .welfareList__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item:last-child {
  margin-bottom: 0;
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item__inner {
  max-width: 1204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 50px;
  padding: 30px 70px 59px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item__inner {
    padding: 32px 65px 52px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item__inner {
    padding: 18px 16px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  max-width: 430px;
  margin-top: 32px;
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .imgArea img {
  aspect-ratio: 430/287;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .imgArea img {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 2px auto 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea {
    display: contents;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea__head {
  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-bottom: 30px;
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea__head .icon img {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea__head .icon img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea__head .icon img {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    -webkit-transform-origin: right;
            transform-origin: right;
    margin-right: 4px;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea__head .tab {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: #148c00;
  font-weight: 600;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea__head .tab {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 0;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea .title {
  position: relative;
  font-size: 2.9rem;
  font-weight: bold;
  color: #fff;
  padding: 19px 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  display: inline-block;
  background-color: #3371b3;
  width: 500%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea .title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 1.7rem;
    padding: 14px 0;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea .text {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .textArea .text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 17px;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::after, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #004ea0;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::after, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::after {
    width: 5px;
    height: 5px;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::before {
  top: 35px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::before {
    top: 25px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::before {
    top: 12px;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::after, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::after {
  bottom: 34px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::after, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::after {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::after, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::after {
    bottom: 12px;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::after {
  left: 35px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::after {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoLeft::after {
    left: 12px;
  }
}
.lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::after {
  right: 35px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::after {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::before, .lower-welfare .welfare__container .mainWelfare .welfareList__item .decoArea .decoRight::after {
    right: 12px;
  }
}
.lower-welfare .welfare__container .otherWelfare__inner {
  margin-top: 88px;
  margin-bottom: 142px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-welfare .welfare__container .otherWelfare__inner {
    margin-top: 72px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .otherWelfare__inner {
    margin-top: 48px;
    margin-bottom: 40px;
  }
}
.lower-welfare .welfare__container .otherWelfare__title {
  color: #004ea0;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .otherWelfare__title {
    font-size: 2.2rem;
  }
}
.lower-welfare .welfare__container .otherWelfare__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .otherWelfare__list {
    display: block;
    margin-top: 20px;
  }
}
.lower-welfare .welfare__container .otherWelfare__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-row-gap: 0;
  padding: 39px 40px 34px;
  border-radius: 15px;
  background-color: #f2f6fa;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .otherWelfare__list__item {
    padding: 30px 32px 36px;
    border-radius: 10px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .otherWelfare__list__item:last-child {
    margin-bottom: 0;
  }
}
.lower-welfare .welfare__container .otherWelfare__list__item .title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.58;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .otherWelfare__list__item .title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .otherWelfare__list__item .title {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .otherWelfare__list__item .text br {
    display: none;
  }
}
.lower-welfare .welfare__container .otherWelfare__list__item .iconArea {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lower-welfare .welfare__container .otherWelfare__list__item .iconArea img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.lower-welfare .welfare__container .otherWelfare__list__item:nth-child(1) .icon img {
  width: 70px;
  height: 69px;
}
.lower-welfare .welfare__container .otherWelfare__list__item:nth-child(2) .icon img {
  width: 70px;
  height: 62px;
}
.lower-welfare .welfare__container .otherWelfare__list__item:nth-child(3) .icon img {
  width: 63px;
  height: 71px;
}

/* ============================================
// よくある質問ページ
// ==========================================*/
.lower-faq .pageHeader, .lower-faq .breadcrumb, .lower-faq .footer {
  position: relative;
  z-index: 2;
}
.lower-faq .faq__container {
  position: relative;
}
.lower-faq .faq__container::before, .lower-faq .faq__container::after {
  content: "";
  display: block;
  max-width: 580px;
  width: 40.28vw;
  height: 100%;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-faq .faq__container::before, .lower-faq .faq__container::after {
    display: none;
  }
}
.lower-faq .faq__container::before {
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #004ea0;
  opacity: 0.8;
}
.lower-faq .faq__container::after {
  position: fixed;
  top: 0;
  background: url(../img/faq/left_bgimg.jpg);
  z-index: -2;
}
.lower-faq .faq__container__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 118px 40px 120px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-faq .faq__container__inner {
    padding: 88px 40px;
  }
}
@media (max-width: 767px) {
  .lower-faq .faq__container__inner {
    padding: 36px 20px 40px;
  }
}
.lower-faq .faq__list__item {
  background-color: #f2f6fa;
  border-radius: 15px;
  margin-bottom: 11px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-faq .faq__list__item {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item {
    border-radius: 8px;
    margin-bottom: 12px;
  }
}
.lower-faq .faq__list__item:last-child {
  margin-bottom: 0;
}
.lower-faq .faq__list__item .q {
  position: relative;
  z-index: 1;
  padding: 2.4em 3.2em;
  padding-right: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item .q {
    padding: 18px 16px;
  }
}
.lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  right: 50px;
  top: 50%;
  background: #004ea0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
    right: 20px;
    width: 13px;
  }
}
.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  color: #004ea0;
  line-height: 1.7;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item .q p {
    gap: 10px;
    font-size: 1.1em;
    line-height: 1.45;
    padding-right: 30px;
  }
}
.lower-faq .faq__list__item .q p::before {
  content: "Q";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.5px;
          flex: 0 0 33.5px;
  width: 33.5px;
  height: 31px;
  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: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 0.16em;
  background: #004ea0;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item .q p::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 1.1rem;
    border-radius: 4px;
    margin-top: 1px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-faq .faq__list__item .q p:hover {
    color: rgba(0, 78, 160, 0.7);
  }
}
.lower-faq .faq__list__item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 3.2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item .a {
    padding: 0 20px;
  }
}
.lower-faq .faq__list__item .a p {
  overflow-y: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item .a p {
    font-size: 1.4rem;
    padding-right: 0;
    font-weight: 300;
  }
}
.lower-faq .faq__list__item .a .marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(0, 78, 160, 0.15)));
  background: linear-gradient(transparent 60%, rgba(0, 78, 160, 0.15) 60%);
}
.lower-faq .faq__list__item .a .strong {
  font-weight: 700;
  color: #004ea0;
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #148c00;
  font-size: 1.6rem;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-faq .faq__list__item .a .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  background: #148c00;
  -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: 767px) {
  .lower-faq .faq__list__item .a .link a::before {
    margin-top: 0.35em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.9em;
            flex: 0 0 0.9em;
    width: 0.9em;
    margin-bottom: 2px;
  }
}
.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 (hover: hover), all and (-ms-high-contrast: none) {
  .lower-faq .faq__list__item .a .link a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item .a .link a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item .a .link {
    margin-top: 6px;
  }
}
.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;
  margin-top: -2.4em;
  padding-top: 0.7em;
  padding-bottom: 2.4em;
}
@media (max-width: 767px) {
  .lower-faq .faq__list__item.-open .a {
    padding-top: 15px;
    margin-top: -1.5em;
    padding-bottom: 1.5em;
  }
}

.lower-employee .breadcrumb, .lower-employee .footer {
  position: relative;
  z-index: 2;
}
.lower-employee .employee__container .employeeList {
  margin-top: 120px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList {
    margin-top: 88px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList {
    margin-top: 50px;
  }
}
.lower-employee .employee__container .employeeList__item {
  position: relative;
  margin-bottom: 198px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList__item {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item {
    margin-bottom: 76px;
  }
}
.lower-employee .employee__container .employeeList__item::before {
  content: "";
  position: absolute;
  top: 182px;
  display: inline-block;
  background-color: #f2f6fa;
  width: 76vw;
  height: calc(100% - 182px);
  z-index: -2;
  padding-bottom: 98px;
  pointer-events: none;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList__item::before {
    width: 92vw;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item::before {
    width: 75vw;
    padding-bottom: 40px;
  }
}
.lower-employee .employee__container .employeeList__item:last-child {
  margin-bottom: 0;
}
.lower-employee .employee__container .employeeList__item .mainArea {
  font-family: "Noto Sans JP";
}
.lower-employee .employee__container .employeeList__item .mainArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 58px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__imgArea {
  position: relative;
  max-width: 640px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.4%;
          flex: 0 0 53.4%;
}
.lower-employee .employee__container .employeeList__item .mainArea__imgArea img {
  aspect-ratio: 640/426;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__imgArea img {
    border-radius: 10px;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__imgArea::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -102px;
  width: 680px;
  height: 348px;
  z-index: -1;
  background-color: #004ea0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__imgArea::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea {
    display: contents;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 10px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 22px;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__num {
  font-family: "Oswald", sans-serif;
  color: #dde3ee;
  font-size: 7.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__num {
    font-size: 5.7rem;
    letter-spacing: 0.05em;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__title {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__title {
    margin-top: 0;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__title .en {
  font-family: "Oswald", sans-serif;
  color: #148c00;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__title .en {
    font-size: 1.2rem;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__title .ja {
  color: #004ea0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__title .ja {
    margin-top: 0;
    font-size: 2rem;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__title .ja br {
  display: none;
}
@media screen and (max-width: 1291px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox__title .ja br {
    display: block;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .titleBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .copyBox {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .copyBox__text {
  display: inline;
  color: #fff;
  font-size: 3rem;
  line-height: 2.6;
  font-weight: bold;
  background-color: #3371b3;
  padding: 9px 20px 14px 17px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 10px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .copyBox__text {
    font-size: 1.8rem;
    padding: 5px 14px 8px 13px;
    border-radius: 5px;
    line-height: 2.4;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .copyBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -25px;
  }
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .profileBox {
  margin-top: 38px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.lower-employee .employee__container .employeeList__item .mainArea__textArea .profileBox .position::after {
  content: "/";
  margin: 0 0 0 6px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .mainArea__textArea .profileBox {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 28px;
    font-size: 1.5rem;
  }
}
.lower-employee .employee__container .employeeList__item .pointList {
  margin-top: 146px;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList__item .pointList {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList {
    margin-top: 72px;
  }
}
.lower-employee .employee__container .employeeList__item .pointList__inner {
  max-width: 1180px;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__inner {
    padding: 0 6.25%;
  }
}
.lower-employee .employee__container .employeeList__item .pointList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1201px) and (max-width: 1268px) {
  .lower-employee .employee__container .employeeList__item .pointList__item {
    gap: 0 64px;
  }
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList__item .pointList__item {
    margin-bottom: 90px;
    gap: 0 60px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__item {
    display: block;
    margin-bottom: 44px;
  }
}
.lower-employee .employee__container .employeeList__item .pointList__item:last-child {
  margin-bottom: 0;
}
.lower-employee .employee__container .employeeList__item .pointList__item .textArea {
  margin-top: 8px;
}
.lower-employee .employee__container .employeeList__item .pointList__item .textArea__title__text {
  width: 96%;
  position: relative;
  font-family: "Noto Sans JP";
  color: #004ea0;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 56px;
  line-height: 1.6;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .textArea__title__text {
    width: 100%;
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .textArea__title__text {
    width: 100%;
    font-size: 2rem;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .textArea__title__text br {
    display: none;
  }
}
.lower-employee .employee__container .employeeList__item .pointList__item .textArea__title__text::before {
  content: "POINT";
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
  font-family: "Oswald", sans-serif;
  color: #e2e9f2;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .textArea__title__text::before {
    font-size: 6rem;
  }
}
.lower-employee .employee__container .employeeList__item .pointList__item .textArea__title__text::after {
  content: "“";
  position: absolute;
  top: -20px;
  left: 25px;
  font-family: "Oswald", sans-serif;
  color: #004ea0;
  font-size: 10rem;
  line-height: 1;
  font-weight: 200;
  pointer-events: none;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .textArea__title__text::after {
    left: 8px;
    font-size: 9rem;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .textArea__title__text::after {
    top: -6px;
    left: -10px;
    font-size: 6.2rem;
  }
}
.lower-employee .employee__container .employeeList__item .pointList__item .textArea__text {
  margin-top: 30px;
  line-height: 1.95;
  font-weight: 500;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .textArea__text {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .textArea {
    margin-top: 0;
  }
}
.lower-employee .employee__container .employeeList__item .pointList__item .imgArea .imgBox {
  position: relative;
  width: 30.8vw;
  height: 100%;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .imgArea .imgBox {
    width: 100%;
    height: 136px;
    margin-bottom: 72px;
  }
}
.lower-employee .employee__container .employeeList__item .pointList__item .imgArea .imgBox::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #004ea0;
}
.lower-employee .employee__container .employeeList__item .pointList__item .imgArea .imgBox img {
  aspect-ratio: 390/579;
  position: absolute;
  inset: 0;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item .pointList__item .imgArea .imgBox img {
    position: relative;
    opacity: 0.28;
  }
}
.lower-employee .employee__container .employeeList__item:nth-child(odd)::before {
  left: 0;
}
.lower-employee .employee__container .employeeList__item:nth-child(odd) .mainArea__imgArea::after {
  right: -400px;
  border-radius: 20px 0 0 20px;
}
.lower-employee .employee__container .employeeList__item:nth-child(odd) .mainArea__textArea .copyBox {
  margin-right: -112px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(odd) .mainArea__textArea .copyBox {
    margin-right: 0;
  }
}
.lower-employee .employee__container .employeeList__item:nth-child(odd) .pointList__item .imgArea {
  margin-left: calc((100vw - 1000px) / 2 * -1);
}
.lower-employee .employee__container .employeeList__item:nth-child(odd) .pointList__item .imgArea .imgBox::before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(odd) .pointList__item .imgArea .imgBox::before {
    border-radius: 0 10px 10px 0;
  }
}
.lower-employee .employee__container .employeeList__item:nth-child(odd) .pointList__item .imgArea .imgBox img {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(odd) .pointList__item .imgArea .imgBox img {
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList__item:nth-child(odd) .pointList__item .imgArea {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(odd) .pointList__item .imgArea {
    margin-left: -7%;
    margin-right: 36px;
  }
}
.lower-employee .employee__container .employeeList__item:nth-child(even)::before {
  right: 0;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(even)::before {
    right: auto;
    left: 0;
  }
}
.lower-employee .employee__container .employeeList__item:nth-child(even) .mainArea__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(even) .mainArea__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-employee .employee__container .employeeList__item:nth-child(even) .mainArea__imgArea::after {
  left: -400px;
  border-radius: 0 20px 20px 0;
}
.lower-employee .employee__container .employeeList__item:nth-child(even) .mainArea__textArea .copyBox {
  margin-left: -122px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(even) .mainArea__textArea .copyBox {
    margin-left: 0;
  }
}
.lower-employee .employee__container .employeeList__item:nth-child(even) .mainArea__textArea .profileBox {
  text-align: right;
}
.lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item:first-child .textArea__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item:first-child .textArea__title {
    display: block;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item:first-child .textArea__title {
    display: block;
  }
}
.lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item .imgArea {
  margin-right: calc((100vw - 1000px) / 2 * -1);
}
.lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item .imgArea .imgBox::before {
  right: 0;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item .imgArea .imgBox::before {
    border-radius: 10px 0 0 10px;
  }
}
.lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item .imgArea .imgBox img {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item .imgArea .imgBox img {
    border-radius: 10px 0 0 10px;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item .imgArea {
    margin-right: -40px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .employeeList__item:nth-child(even) .pointList__item .imgArea {
    margin-right: -7%;
    margin-left: 36px;
  }
}
.lower-employee .employee__container .entryArea {
  margin-top: 198px;
  margin-bottom: 100px;
}
.lower-employee .employee__container .entryArea .entryBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-employee .employee__container .entryArea .entryBtn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
  color: #fff;
  font-weight: 700;
  border-radius: 500px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  background-color: #004ea0;
  border: #004ea0 2px solid;
}
@media (hover: hover) {
  .lower-employee .employee__container .entryArea .entryBtn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #004ea0;
  }
  .lower-employee .employee__container .entryArea .entryBtn a:hover::before {
    background: url(../img/common/ico_search_blue.png) center center/contain no-repeat;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .entryArea .entryBtn a {
    min-width: 240px;
  }
}
.lower-employee .employee__container .entryArea .entryBtn a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  z-index: 2;
  background: url(../img/common/ico_search_white.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-employee .employee__container .entryArea .entryBtn a span {
  margin: 0 auto;
  padding: 0 2em;
}
@media (min-width: 768px) and ( max-width: 1200px) {
  .lower-employee .employee__container .entryArea {
    margin-top: 160px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .lower-employee .employee__container .entryArea {
    margin-top: 88px;
    margin-bottom: 52px;
  }
}/*# sourceMappingURL=style.css.map */