@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 {
  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] {
  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 */ /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
* {
  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;
  backface-visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

::-moz-selection {
  background: #f6ab00;
  color: #ffffff;
}

::selection {
  background: #f6ab00;
  color: #ffffff;
}

@media (min-device-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  height: 100%;
  min-width: 1024px;
}
@media screen and (max-width: 834px) {
  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: 500;
  color: #402a20;
  line-height: 2;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  background-color: #f5f2ed;
  font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    background-size: auto;
  }
}

/* for IE11 + */
_:-ms-lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 834px) {
  .innerWrap {
    padding: 0 24px;
  }
}
@media screen and (max-width: 320px) {
  .innerWrap {
    padding: 0 20px;
  }
}

body:not(.front-page) .main {
  padding-bottom: 120px;
}
@media screen and (max-width: 834px) {
  body:not(.front-page) .main {
    padding-bottom: 48px;
  }
}

a {
  color: #402a20;
  transition: opacity 0.24s, color 0.24s;
}
@media screen and (min-width: 835px) {
  a:hover {
    color: #f6ab00;
  }
}

/* classes */
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    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: "Montserrat", sans-serif;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#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: 102px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 78px;
  }
}

/* ============================================
// loading
// ==========================================*/
#loading {
  display: none;
}

.js-loaded.once #loading::before {
  height: 0;
  opacity: 0;
  transition-delay: 0.4s;
}
.js-loaded.once #loading .loading__body {
  opacity: 0;
  transition-delay: 0.4s;
}

.once #loading {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
}
.once #loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  background: #ffffff;
  transition: height 1s, opacity 0.8s;
}
.once #loading .loading__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .once #loading .loading__inner {
    padding: 24px;
  }
}
.once #loading .loading__body {
  text-align: center;
  transition: opacity 0.4s;
}
.once #loading .loading__title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .once #loading .loading__title {
    font-size: 1.3rem;
  }
}
.once #loading .loading__copy {
  width: 85%;
  margin: 0 auto;
}
.once #loading .loading__copy .eng {
  width: 100%;
}
.once #loading .loading__copy .ja {
  width: 49.38%;
  margin-left: 20px;
}
.once #loading .loading__copy img {
  max-width: 100%;
}

@keyframes wave-text {
  00% {
    transform: translateY(0em);
  }
  60% {
    transform: translateY(-0.2em);
  }
  100% {
    transform: translateY(0em);
  }
}
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
  background: #f5f2ed;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0);
}
.js-loaded .hamburger {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media screen and (max-width: 834px) {
  .hamburger__menu {
    padding: 80px 32px 40px 32px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.hamburger__menu__logo {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__logo img {
    height: 50px;
    width: auto;
  }
}
.hamburger__menu__logo a {
  display: block;
}
.hamburger__menu__logo .title {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #f6ab00;
  margin-top: 8px;
}
.hamburger__menu__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__nav__list {
    display: block;
    border-top: 1px solid #dedede;
  }
}
.hamburger__menu__nav__list__item {
  flex: 0 0 48%;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}
@media screen and (min-width: 835px) {
  .hamburger__menu__nav__list__item:nth-child(-n+2) {
    border-top: 1px solid #dedede;
  }
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: block;
  padding: 20px 16px;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    padding: 14px 10px;
    background-position: right 10px center;
    background-size: auto 12px;
  }
}
.hamburger__menu__nav__list__item a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: 2px solid #402a20;
  box-sizing: border-box;
  border-color: #402a20 #402a20 transparent transparent;
  transform: rotate(45deg);
}
.hamburger__menu__share {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .hamburger__menu__share {
    margin-top: 20px;
  }
}
.hamburger__menu__share .hd {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-right: 8px;
}
.hamburger__menu__share .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger__menu__share .list__item {
  margin: 0 4px;
}
.hamburger__menu__close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #fff;
  transition: background 0.3s;
}
@media screen and (min-width: 835px) {
  .hamburger__menu__close:hover {
    background-color: #f7f7f7;
  }
}
@media screen and (max-width: 1200px) {
  .hamburger__menu__close {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 834px) {
  .hamburger__menu__close {
    width: 60px;
    height: 80px;
    background: transparent;
  }
}
.hamburger__menu__close > span {
  display: block;
  width: 40px;
  height: 3px;
  background: #402a20;
}
@media screen and (max-width: 1200px) {
  .hamburger__menu__close > span {
    width: 32px;
  }
}
@media screen and (max-width: 834px) {
  .hamburger__menu__close > span {
    width: 24px;
  }
}
.hamburger__menu__close > span:nth-child(1) {
  transform: rotate(45deg) translate(0, 2px);
}
.hamburger__menu__close > span:nth-child(2) {
  transform: rotate(-45deg) translate(0, -2px);
}
.hamburger .hamburger__menu__logo {
  display: flex;
  flex-flow: column;
}
.hamburger .hamburger__menu__logo .text {
  display: none;
}
@media screen and (max-width: 834px) {
  .hamburger .hamburger__menu__logo .text {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 8px;
    display: block;
  }
}

/* ============================================
// keyframes
// ==========================================*/
@keyframes zoomOut {
  0% {
    transform: scale(1.15) rotate(0.00001deg);
  }
  100% {
    transform: scale(1) rotate(0.00001deg);
  }
}
/* ============================================
// PC SP 出し分け
// ==========================================*/
@media screen and (max-width: 834px) {
  .u-pcOnly {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .u-spOnly {
    display: none;
  }
}

/* ============================================
// 下層 ヘッダー固定
// ==========================================*/
body[class^=lower-] #container {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  body[class^=lower-] #container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 834px) {
  body[class^=lower-] #container {
    padding-top: 80px;
  }
}
body[class^=lower-] .fixedHeader {
  transform: translateY(0);
}

/* ============================================
// l-main
// ==========================================*/
.l-main {
  background-color: #f5f2ed;
}

/*========================================
\\ Animation
//======================================*/
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active {
  animation: fadein-opacity 600ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}
.anime.-slideIn-t-40 {
  opacity: 0;
}
.anime.-slideIn-t-40.js-active {
  animation: fadein-t-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}
.anime.-slideIn-b-40 {
  opacity: 0;
}
.anime.-slideIn-b-40.js-active {
  animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}
.anime.-slideIn-b-character {
  opacity: 0;
}
.anime.-slideIn-b-character.js-active {
  animation: fadein-b-character 800ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}
.anime.-slideIn-b-60 {
  opacity: 0;
}
.anime.-slideIn-b-60.js-active {
  animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}
.anime.-boundOut-b-40 {
  opacity: 0;
}
.anime.-boundOut-b-40.js-active {
  animation: fadein-b-40 800ms cubic-bezier(0.34, 1.56, 0.64, 1) 100ms;
  animation-fill-mode: both;
}
.anime.-slideIn-r-40 {
  opacity: 0;
}
.anime.-slideIn-r-40.js-active {
  animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}
.anime.-slideIn-r-40.-delay.js-active {
  animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 250ms;
  animation-fill-mode: both;
}
.anime.-slideIn-l-40 {
  opacity: 0;
}
.anime.-slideIn-l-40.js-active {
  animation: fadein-l-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}
.anime.-scale {
  transform: scale(0);
}
.anime.-scale.js-active {
  animation: scale-0-1 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}
.anime.-halfscale {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.15s;
}
.anime.-halfscale.js-active {
  transform: scale(1);
  opacity: 1;
}
.anime.-for-boundIn-b-40 span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(1) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 35ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(2) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 70ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(3) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 105ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(4) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 140ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(5) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 175ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(6) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 210ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(7) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 245ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(8) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 280ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(9) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 315ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(10) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 350ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(11) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 385ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(12) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 420ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(13) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 455ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(14) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 490ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(15) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 525ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(16) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 560ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(17) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 595ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(18) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 630ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(19) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 665ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(20) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(21) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 735ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(22) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 770ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(23) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 805ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(24) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 840ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(25) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 875ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(26) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 910ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(27) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 945ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(28) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 980ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(29) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1015ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(30) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(1) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 450ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(2) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 500ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(3) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 550ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(4) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 600ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(5) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 650ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(6) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(7) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 750ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(8) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 800ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(9) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 850ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(10) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 900ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(11) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 950ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(12) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1000ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(13) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(14) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1100ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(15) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1150ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(16) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1200ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(17) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1250ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(18) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1300ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(19) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1350ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(20) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1400ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(21) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1450ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(22) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1500ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(23) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1550ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(24) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1600ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(25) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1650ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(26) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1700ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(27) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1750ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(28) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1800ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(29) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1850ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(30) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1900ms;
  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) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 35ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(2) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 70ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(3) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 105ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(4) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 140ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(5) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 175ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(6) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 210ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(7) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 245ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(8) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 280ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(9) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 315ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(10) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 350ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(11) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 385ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(12) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 420ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(13) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 455ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(14) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 490ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(15) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 525ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(16) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 560ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(17) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 595ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(18) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 630ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(19) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 665ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(20) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(21) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 735ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(22) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 770ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(23) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 805ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(24) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 840ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(25) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 875ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(26) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 910ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(27) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 945ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(28) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 980ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(29) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1015ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(30) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(1) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 450ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(2) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 500ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(3) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 550ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(4) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 600ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(5) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 650ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(6) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(7) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 750ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(8) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 800ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(9) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 850ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(10) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 900ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(11) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 950ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(12) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1000ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(13) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(14) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1100ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(15) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1150ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(16) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1200ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(17) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1250ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(18) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1300ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(19) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1350ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(20) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1400ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(21) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1450ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(22) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1500ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(23) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1550ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(24) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1600ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(25) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1650ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(26) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1700ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(27) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1750ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(28) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1800ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(29) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1850ms;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(30) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1900ms;
  animation-fill-mode: both;
}
@keyframes fadein-r-40 {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein-l-40 {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein-t-40 {
  0% {
    opacity: 0;
    transform: translate(0, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein-b-40 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein-b-character {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  60% {
    opacity: 1;
    transform: translate(0, -16px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein-b-60 {
  0% {
    opacity: 0;
    transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein-b-20 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein-rb-20 {
  0% {
    opacity: 0;
    transform: translate(20px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein-rb-40 {
  0% {
    opacity: 0;
    transform: translate(40px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-scale {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    transform: scale(1.115);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadein-b-scale {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.2);
  }
  50% {
    transform: translateY(-10px) scale(1.115);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadein-b-rotateX {
  0% {
    opacity: 0;
    transform: translateY(10%) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}
@keyframes fadein-l-rotateY {
  0% {
    opacity: 0;
    transform: translateX(-10%) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0);
  }
}
@keyframes scale-0-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-h-1 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-1-0 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaleX-0-1 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes scaleX-1-0 {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes scaleX-0-1-0 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  45% {
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  51% {
    transform-origin: right;
  }
  65% {
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes scaleY-0-1 {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes scaleY-1-0 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes waveY-20 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein-b-rotateX-reverse {
  0% {
    opacity: 0;
    transform: translateY(10%) rotateX(90deg) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0) scale(-1, 1);
  }
}
@keyframes imgZoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.js-loaded .anime-fuwafuwa {
  animation: 3s fuwafuwa infinite 1s;
}
@media screen and (max-width: 834px) {
  .js-loaded .anime-fuwafuwa {
    animation: 3s fuwafuwa-sp infinite 1s;
  }
}
.js-loaded .anime-fuwafuwa.-delay01 {
  animation: 3s fuwafuwa infinite 1.5s;
}
@media screen and (max-width: 834px) {
  .js-loaded .anime-fuwafuwa.-delay01 {
    animation: 3s fuwafuwa-sp infinite 1.5s;
  }
}
.js-loaded .anime-fuwafuwa.-delay02 {
  animation: 3s fuwafuwa infinite 2s;
}
@media screen and (max-width: 834px) {
  .js-loaded .anime-fuwafuwa.-delay02 {
    animation: 3s fuwafuwa-sp infinite 3s;
  }
}
.js-loaded .anime-fuwafuwa.-delay03 {
  animation: 3s fuwafuwa infinite 2.5s;
}
@media screen and (max-width: 834px) {
  .js-loaded .anime-fuwafuwa.-delay03 {
    animation: 3s fuwafuwa-sp infinite 2.5s;
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa-sp {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.mainVisual__copy__ja {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.mainVisual__copy__eng {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}

.js-loaded .mainVisual__copy__ja {
  opacity: 1;
  transform: translateX(0px);
}
.js-loaded .mainVisual__copy__eng {
  opacity: 1;
  transform: translateY(0px);
}

/*------------------------------
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;
  -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;
  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;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
}
@media screen and (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}

/*------------------------------
	form custom setting
------------------------------*/
.search_body {
  background-color: #fff;
  border-radius: 10px;
  padding: 48px 7.2% 56px;
}
@media screen and (max-width: 1200px) {
  .search_body {
    padding: 48px 7.2%;
  }
}
@media screen and (max-width: 834px) {
  .search_body {
    padding: 32px 6% 40px;
  }
}

.custom-form {
  font-weight: bold;
}
.custom-form .search_item {
  margin-bottom: 5px;
}
.custom-form .search_item.-area .parts_ttl::before {
  background-image: url(../img/common/ico_place.png);
}
.custom-form .search_item.-job .parts_ttl::before {
  background-image: url(../img/common/ico_job.png);
}
.custom-form .search_item.-type .parts_ttl::before {
  background-image: url(../img/common/ico_type.png);
}
.custom-form .search_item.-keyword {
  display: flex;
  align-items: flex-end;
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .custom-form .search_item.-keyword {
    display: block;
  }
}
.custom-form .search_item.-keyword .custom-form_parts {
  flex: 1 1 auto;
}
.custom-form .search_item.-keyword .parts_ttl::before {
  background-image: url(../img/common/ico_word.png);
}
.custom-form .search_item.-keyword .custom-form_searth_btn {
  flex: 0 0 160px;
  max-width: 160px;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .custom-form .search_item.-keyword .custom-form_searth_btn {
    max-width: 80%;
    margin: 16px auto 0;
  }
}
.custom-form .custom-form_parts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #dbd9d5;
}
@media screen and (max-width: 1200px) {
  .custom-form .custom-form_parts {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .custom-form .custom-form_parts {
    padding: 20px 0;
  }
}
.custom-form .custom-form_parts:first-child {
  padding-top: 0;
}
.custom-form .custom-form_parts:last-child {
  border: none;
  padding-bottom: 0;
}
.custom-form .parts_ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  flex: 0 0 160px;
  margin-top: 8px;
}
@media screen and (max-width: 1200px) {
  .custom-form .parts_ttl {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.5rem;
  }
}
.custom-form .parts_ttl .icon {
  margin-right: 10px;
}
.custom-form .form_parts_inner {
  flex: 1 1 auto;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .custom-form .form_parts_inner {
    margin-top: 12px;
  }
}
@media screen and (max-width: 834px) {
  .custom-form .form_parts_inner {
    margin-top: 8px;
  }
}
.custom-form .pull-down_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .custom-form .pull-down_wrap {
    display: block;
  }
}
.custom-form .pull-down {
  position: relative;
  padding: 4px 0;
  flex: 1 1 auto;
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .custom-form .pull-down {
    margin-right: 0;
  }
}
.custom-form .pull-down:last-child {
  margin-right: 0;
}
.custom-form .pull-down::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #173a55 transparent transparent transparent;
}
.custom-form .pull-down select {
  padding: 9px 48px 9px 20px;
  background: #f2f2f2;
  border-radius: 5px;
  transition: background 0.24s;
}
@media screen and (min-width: 835px) {
  .custom-form .pull-down select:hover {
    background: #eaeaea;
  }
}
.custom-form .category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .custom-form .category_list li {
    flex: 0 0 auto;
  }
}
.custom-form .category_list input[type=checkbox] {
  display: none;
}
.custom-form .category_list input[type=checkbox] + label {
  position: relative;
  display: block;
  line-height: 1.75;
  padding: 10px 20px 10px 42px;
  background: #fff;
  border: 1px solid #dbd9d5;
  border-radius: 5px;
  transition: all 0.2s;
  cursor: pointer;
  transition: background 0.24s;
}
@media screen and (min-width: 835px) {
  .custom-form .category_list input[type=checkbox] + label:hover {
    background: #f7f7f7;
  }
}
@media screen and (max-width: 834px) {
  .custom-form .category_list input[type=checkbox] + label {
    padding: 10px 16px 10px 34px;
  }
}
.custom-form .category_list input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 18px;
  height: 18px;
  background: #e5e5e5;
  border-radius: 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .custom-form .category_list input[type=checkbox] + label::before {
    left: 12px;
    top: 14px;
    width: 16px;
    height: 16px;
  }
}
.custom-form .category_list input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 16px;
  left: 21px;
  z-index: 2;
  width: 5px;
  height: 9px;
  color: #f6ab00;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-180deg);
  transition: all 0.2s;
  box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  .custom-form .category_list input[type=checkbox] + label::after {
    top: 16px;
    left: 17px;
    width: 4px;
    height: 8px;
  }
}
.custom-form .category_list input[type=checkbox]:checked + label {
  color: #ffffff;
  background: #f6ab00;
  border-color: transparent;
}
.custom-form .category_list input[type=checkbox]:checked + label::before {
  border-color: transparent;
  background-color: #fff;
}
.custom-form .category_list input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: rotate(40deg);
}
.custom-form .search_word {
  flex: 1 1 auto;
}
.custom-form .search_word input {
  padding: 9px 20px;
  background: #f2f2f2;
  border-radius: 5px;
  transition: background 0.24s;
}
@media screen and (min-width: 835px) {
  .custom-form .search_word input:hover {
    background: #eaeaea;
  }
}
.custom-form .search_word input::-moz-placeholder {
  color: rgba(64, 42, 32, 0.5);
}
.custom-form .search_word input::placeholder {
  color: rgba(64, 42, 32, 0.5);
}
.custom-form .custom-form_searth_btn {
  flex: 0 0 140px;
  height: 48px;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 24px;
  }
}
.custom-form .custom-form_searth_btn .btn_cover {
  display: block;
  background: linear-gradient(135deg, rgb(246, 171, 0) 0%, rgb(247, 181, 0) 50%, rgba(237, 87, 0, 0.76) 100%);
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: relative;
  padding-left: 16px;
}
@media screen and (min-width: 835px) {
  .custom-form .custom-form_searth_btn .btn_cover {
    transition: transform 0.3s;
  }
  .custom-form .custom-form_searth_btn .btn_cover:hover {
    transform: scale(1.05);
  }
}
.custom-form .custom-form_searth_btn .btn_cover:before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: calc(50% - 24px);
  transform: translate(-50%, -50%);
}
.custom-form .custom-form_searth_btn .btn_cover input {
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
.custom-form .-freeWord .form_parts_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .custom-form .-freeWord .form_parts_inner {
    display: block;
  }
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	pageHeader
--------------------*/
.pageHeader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background: #402a20;
}
@media screen and (max-width: 834px) {
  .pageHeader {
    height: 180px;
  }
}
.pageHeader .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  opacity: 0.5;
}
.pageHeader .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center !important;
  text-align: center;
}
.pageHeader .title .eng {
  font-size: 4.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 834px) {
  .pageHeader .title .eng {
    font-size: 2.8rem;
  }
}
.pageHeader .title .ja {
  font-size: 1.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  .pageHeader .title .ja {
    font-size: 1.4rem;
  }
}

.lower-kyujin_l .pageHeader,
.lower-whatsnew .pageHeader,
.lower-interview_l .pageHeader {
  height: 320px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .pageHeader,
  .lower-whatsnew .pageHeader,
  .lower-interview_l .pageHeader {
    height: 180px;
  }
}

.lower-orientation_l .pageHeader {
  height: 400px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .pageHeader {
    height: 240px;
  }
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb__list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
  padding: 12px 20px;
  background: #f5f2ed;
  border-top: 1px solid #dbd9d5;
}
@media screen and (max-width: 834px) {
  .breadcrumb__list {
    padding: 10px;
  }
}
.breadcrumb__list__item {
  display: inline;
  font-size: 1.1rem;
  font-weight: bold;
  color: #887a72;
  margin: 0 2px;
}
.breadcrumb__list__item::after {
  content: "/";
  margin-left: 7px;
}
.breadcrumb__list__item:last-child::after {
  display: none;
}
.breadcrumb__list__item a {
  color: #887a72;
}
.breadcrumb__list__item a:hover {
  opacity: 0.7;
}

/*--------------------
	commonHead
--------------------*/
.commonHead01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.commonHead01 .eng {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 834px) {
  .commonHead01 .eng {
    font-size: 2.7rem;
  }
}
.commonHead01 .ja {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 4px;
  margin-left: 14px;
}
@media screen and (max-width: 834px) {
  .commonHead01 .ja {
    margin-left: 10px;
    font-size: 1.5rem;
  }
}
.commonHead01.-column {
  flex-direction: column;
  align-items: flex-start;
}
.commonHead01.-column .ja {
  margin-left: 0;
  margin-top: 12px;
}
@media screen and (max-width: 834px) {
  .commonHead01.-column .ja {
    margin-top: 8px;
  }
}
.commonHead01.-white {
  color: #fff;
}
.commonHead01.-l .eng {
  font-size: 4.8rem;
}
@media screen and (max-width: 834px) {
  .commonHead01.-l .eng {
    font-size: 3.2rem;
  }
}

/*--------------------
	commonBtn
--------------------*/
.commonBtn01 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 200px;
  height: 56px;
  background: linear-gradient(135deg, rgb(246, 171, 0) 0%, rgb(247, 181, 0) 50%, rgba(237, 87, 0, 0.76) 100%);
  position: relative;
}
@media screen and (min-width: 835px) {
  .commonBtn01 a {
    transition: all 0.3s;
  }
  .commonBtn01 a:hover {
    transform: scale(1.04);
  }
}
.commonBtn01 .icon {
  margin-bottom: 8px;
  margin-right: 16px;
}
@media screen and (max-width: 834px) {
  .commonBtn01 .icon {
    margin-bottom: 3px;
    margin-right: 12px;
  }
}
.commonBtn01 .txt {
  font-weight: bold;
  color: #fff;
}
.commonBtn01.-l a {
  width: 320px;
  height: 100px;
}
@media screen and (max-width: 834px) {
  .commonBtn01.-l a {
    width: 280px;
    height: 72px;
  }
}
.commonBtn01.-l .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .commonBtn01.-l .txt {
    font-size: 1.6rem;
  }
}
.commonBtn01.-secondary a {
  background: linear-gradient(135deg, #7cb236 0%, #89ba3c 50%, rgba(0, 101, 0, 0.76) 100%);
}

/*--------------------
	commonLink
--------------------*/
.commonLink01 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.commonLink01 a .txt {
  font-weight: bold;
  border-bottom: 1px solid;
  color: #402a20;
}
@media screen and (min-width: 835px) {
  .commonLink01 a .txt {
    transition: color 0.3s;
  }
  .commonLink01 a .txt:hover {
    color: #f6ab00;
  }
}
.commonLink01 a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_circlearrow_orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .commonLink01 a::after {
    transform: scale(0.8);
    transform-origin: left center;
    margin-left: 6px;
    margin-bottom: -2px;
  }
}
.commonLink01.-reverse a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_circlearrow_orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 834px) {
  .commonLink01.-reverse a::before {
    transform: scale(-0.8, 0.8);
    transform-origin: center center;
    margin-right: 6px;
    margin-bottom: -2px;
  }
}
.commonLink01.-reverse a::after {
  content: none;
}

/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: flex;
}
body .job_count_pager.contents_top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  body .job_count_pager.contents_top {
    margin-bottom: 24px;
  }
}
body .job_count_pager.contents_bottom {
  display: block;
  padding: 80px 0 0;
}
@media screen and (max-width: 834px) {
  body .job_count_pager.contents_bottom {
    padding: 40px 0 0;
  }
}
body .job_count_pager.contents_bottom .pagination {
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  body .job_count_pager.contents_bottom .pagination {
    padding-top: 20px;
  }
}
body .job_count_pager.contents_bottom .pagination ul {
  display: flex;
  justify-content: center;
}
body .job_count_pager.contents_bottom .pagination ul li {
  text-align: center;
  font-size: 1.4rem;
}
body .job_count_pager.contents_bottom .pagination ul li a, body .job_count_pager.contents_bottom .pagination ul li em {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-style: normal;
  line-height: 40px;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  background: #eef0f2;
}
body .job_count_pager.contents_bottom .pagination ul li a:hover,
body .job_count_pager.contents_bottom .pagination ul li em {
  color: #ffffff;
  background: #f6ab00;
}
body .job_count_pager.contents_bottom .pagination ul .number {
  display: none;
}
@media screen and (min-width: 835px) {
  body .job_count_pager.contents_bottom .pagination ul .number {
    display: inline-block;
  }
}
body .job_count_pager.contents_bottom .pagination ul .number.current {
  display: inline-block;
}

/*--------------------
	mainMovie
--------------------*/
.mainMovie {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  top: 120px !important;
}
@media screen and (max-width: 834px) {
  .mainMovie {
    top: 80px !important;
  }
}
.mainMovie #iframe_movie {
  top: 50px !important;
}
@media screen and (max-width: 834px) {
  .mainMovie #iframe_movie {
    top: 50px !important;
    width: auto !important;
    height: 100dvh !important;
    aspect-ratio: 560/315;
  }
}
.mainMovie.-mv {
  width: 100%;
  left: 50%;
  top: 0 !important;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1480px) {
  .mainMovie.-mv {
    bottom: inherit;
    height: 64vw;
  }
}
@media screen and (max-width: 834px) {
  .mainMovie.-mv {
    height: 80vw;
    top: 80px !important;
  }
}
.mainMovie.-mv #iframe_movie {
  top: 0 !important;
}
@media screen and (max-width: 834px) {
  .mainMovie.-mv #iframe_movie {
    width: auto !important;
    height: 95vw !important;
    aspect-ratio: 560/315;
    top: -15vw !important;
    left: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, 0);
  }
}

/*--------------------
	introMovie
--------------------*/
.introMovie {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.introMovie::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.introMovie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .header__inner {
    align-items: flex-start;
  }
}
.header__pagettl {
  padding-left: 40px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .header__pagettl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .header__pagettl {
    display: none;
  }
}
.header__logo a {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 834px) {
  .header__logo a {
    padding: 16px 20px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo a img {
    height: 48px;
  }
}
@media screen and (max-width: 834px) {
  .header__logo a img {
    height: 34px;
  }
}
.header__logo a .text {
  display: none;
}
@media screen and (max-width: 834px) {
  .header__logo a .text {
    text-align: center;
    font-size: 1rem;
    display: block;
  }
}
.header__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .header__button {
    display: none;
  }
}
.header__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 1200px) {
  .header__button a {
    width: 100px;
    height: 100px;
  }
}
.header__button a .txt {
  color: #fff;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 1200px) {
  .header__button a .txt {
    font-size: 1.4rem;
  }
}
.header__button.-jobSearch a {
  background-color: #f6ab00;
  border-radius: 0 0 0 10px;
  transition: background 0.3s;
}
@media screen and (min-width: 835px) {
  .header__button.-jobSearch a:hover {
    background-color: #ffb306;
  }
}
.header__button.-orientation a {
  background-color: #7cb236;
  border-radius: 0 0 0 10px;
  transition: background 0.3s;
}
@media screen and (min-width: 835px) {
  .header__button.-orientation a:hover {
    background-color: #84be3a;
  }
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.4s, background 0.3s;
}
@media screen and (min-width: 835px) {
  .header__hamburger:hover {
    background-color: #f7f7f7;
  }
}
@media screen and (max-width: 1200px) {
  .header__hamburger {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 834px) {
  .header__hamburger {
    width: 60px;
    height: 60px;
  }
}
.header__hamburger span {
  width: 40px;
  height: 3px;
  margin: 4px 0;
  background: #402a20;
  transition: background 0.4s;
}
@media screen and (max-width: 1200px) {
  .header__hamburger span {
    width: 32px;
  }
}
@media screen and (max-width: 834px) {
  .header__hamburger span {
    width: 24px;
    margin: 2px 0;
  }
}

.fixedHeader {
  position: fixed;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.4s;
}
@media screen and (max-width: 834px) {
  .fixedHeader {
    transform: translateY(0);
  }
}
@media screen and (max-width: 834px) {
  .fixedHeader .header__inner {
    align-items: center;
  }
}
.fixedHeader .header__pagettl {
  color: #402a20;
}
.fixedHeader .-jobSearch a {
  border-radius: 0;
}
.fixedHeader .-orientation a {
  border-radius: 0;
}

.js-scroll .fixedHeader {
  transform: translateY(0);
}

/* ============================================
// リクルート
// ==========================================*/
.sec__recruit {
  text-align: center;
  padding-top: 134px;
  padding-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec__recruit {
    padding-top: 110px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 834px) {
  .sec__recruit {
    padding-top: 56px;
    padding-bottom: 48px;
  }
}
.sec__recruit::after {
  content: "";
  display: inline-block;
  background: rgba(64, 42, 32, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec__recruit .recruit__inner {
  max-width: 980px;
}
.sec__recruit .recruit .copy {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .copy {
    font-size: 2.6rem;
  }
}
.sec__recruit .recruit .body {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body {
    margin-top: 32px;
    display: block;
  }
}
.sec__recruit .recruit .body .speak {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .speak {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}
.sec__recruit .recruit .body .speak::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  border-radius: 5px;
  background-color: #fff;
  transform: rotate(-24deg);
  margin-right: 16px;
  margin-bottom: -6px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .speak::before {
    height: 20px;
    margin-bottom: -3px;
    margin-right: 10px;
  }
}
.sec__recruit .recruit .body .speak::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  border-radius: 5px;
  background-color: #fff;
  transform: rotate(24deg);
  margin-left: 16px;
  margin-bottom: -6px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .speak::after {
    height: 20px;
    margin-left: 10px;
    margin-bottom: -3px;
  }
}
.sec__recruit .recruit .body .button01 .commonBtn01.-l a {
  width: 430px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .button01 .commonBtn01.-l a {
    width: 280px;
  }
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .button02 {
    margin-top: 16px;
  }
}
.sec__recruit .recruit .body .commonBtn01 a {
  background-color: #f6ab00;
}
.sec__recruit .recruit .body .commonBtn01.-secondary a {
  background-color: #7cb236;
}
.sec__recruit .recruit .body .telBtn {
  width: calc(100% - 340px);
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .telBtn {
    width: 280px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.sec__recruit .recruit .body .telBtn a {
  background-color: rgba(26, 19, 15, 0.72);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border-radius: 100px;
  padding: 0 40px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .telBtn a {
    flex-wrap: wrap;
    height: 90px;
  }
}
.sec__recruit .recruit .body .telBtn .icon {
  margin-right: 10px;
}
.sec__recruit .recruit .body .telBtn .icon img {
  transform: scale(0.8);
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .telBtn .icon img {
    transform: scale(0.7);
    transform-origin: center right;
  }
}
.sec__recruit .recruit .body .telBtn .txt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-right: 16px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .telBtn .txt {
    font-size: 1.4rem;
    margin-right: 0;
  }
}
.sec__recruit .recruit .body .telBtn .num {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .telBtn .num {
    width: 100%;
    font-size: 2.6rem;
    line-height: 1;
    margin-top: -28px;
    margin-bottom: 4px;
  }
}
.sec__recruit .recruit .body .telBtn + .contactBtn {
  margin-left: 20px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .telBtn + .contactBtn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.sec__recruit .recruit .body .contactBtn {
  margin-top: 40px;
}
.sec__recruit .recruit .body .annotation {
  width: 100%;
  margin-top: 32px;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .annotation {
    margin-top: 20px;
  }
}
.sec__recruit .recruit .body .annotation a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .sec__recruit .recruit .body .annotation a {
    transition: opacity 0.3s;
  }
  .sec__recruit .recruit .body .annotation a:hover {
    opacity: 0.7;
  }
}
.sec__recruit .recruit .body .annotation .icon {
  display: flex;
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .annotation .icon {
    margin-right: 6px;
  }
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .annotation .icon img {
    transform: scale(0.8);
    transform-origin: center right;
  }
}
.sec__recruit .recruit .body .annotation .txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .sec__recruit .recruit .body .annotation .txt {
    font-size: 1.5rem;
  }
}

/* ============================================
// フッター
// ==========================================*/
.footer {
  background-color: #f5f2ed;
}
.footer__media {
  padding: 50px 0;
  border-bottom: 1px solid #dbd9d5;
}
@media screen and (max-width: 834px) {
  .footer__media {
    padding: 40px 0 44px;
  }
}
.footer__media .innerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .footer__media .innerWrap {
    display: block;
  }
}
.footer__body {
  padding-top: 116px;
  padding-bottom: 230px;
}
@media screen and (max-width: 1200px) {
  .footer__body {
    padding-top: 88px;
  }
}
@media screen and (max-width: 834px) {
  .footer__body {
    padding-top: 48px;
    padding-bottom: 88px;
  }
}
.footer__body__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .footer__body__top {
    display: block;
  }
}
.footer__body__middle {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .footer__body__middle {
    margin-top: 40px;
  }
}
.footer__body__bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .footer__body__bottom {
    margin-top: 32px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer__sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .footer__sns {
    display: block;
  }
}
.footer__sns .head {
  font-size: 2rem;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .footer__sns .head {
    font-size: 1.8rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .footer__sns .head {
    font-size: 1.6rem;
  }
}
.footer__sns .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .footer__sns .list {
    margin-top: 8px;
  }
}
.footer__sns .list__item {
  margin-right: 40px;
}
.footer__sns .list__item:nth-child(1) {
  animation-delay: 0.1s;
}
.footer__sns .list__item .width-1 {
  width: 10rem;
}
.footer__sns .list__item:nth-child(2) {
  animation-delay: 0.2s;
}
.footer__sns .list__item .width-2 {
  width: 20rem;
}
.footer__sns .list__item:nth-child(3) {
  animation-delay: 0.3s;
}
.footer__sns .list__item .width-3 {
  width: 30rem;
}
.footer__sns .list__item:nth-child(4) {
  animation-delay: 0.4s;
}
.footer__sns .list__item .width-4 {
  width: 40rem;
}
.footer__sns .list__item:nth-child(5) {
  animation-delay: 0.5s;
}
.footer__sns .list__item .width-5 {
  width: 50rem;
}
.footer__sns .list__item:nth-child(6) {
  animation-delay: 0.6s;
}
.footer__sns .list__item .width-6 {
  width: 60rem;
}
.footer__sns .list__item:nth-child(7) {
  animation-delay: 0.7s;
}
.footer__sns .list__item .width-7 {
  width: 70rem;
}
.footer__sns .list__item:nth-child(8) {
  animation-delay: 0.8s;
}
.footer__sns .list__item .width-8 {
  width: 80rem;
}
.footer__sns .list__item:nth-child(9) {
  animation-delay: 0.9s;
}
.footer__sns .list__item .width-9 {
  width: 90rem;
}
@media screen and (max-width: 1200px) {
  .footer__sns .list__item {
    margin-right: 12px;
  }
}
.footer__sns .list__item:last-child {
  margin-right: 0;
}
.footer__sns .list__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .footer__sns .list__item a:hover .icon img {
    transform: scale(1.05);
  }
}
.footer__sns .list__item .icon img {
  transition: transform 0.3s;
}
@media screen and (max-width: 1200px) {
  .footer__sns .list__item .icon img {
    height: 56px;
  }
}
@media screen and (max-width: 834px) {
  .footer__sns .list__item .icon img {
    height: 40px;
  }
}
.footer__sns .list__item .eng {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 4px;
}
@media screen and (max-width: 1200px) {
  .footer__sns .list__item .eng {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .footer__sns .list__item .eng {
    font-size: 1rem;
  }
}
.footer__blog {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .footer__blog {
    display: block;
    margin-top: 24px;
  }
}
.footer__blog .head {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .footer__blog .head {
    font-size: 1.8rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .footer__blog .head {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 835px) {
  .footer__blog .banner {
    animation-delay: 0.2s !important;
  }
}
@media screen and (max-width: 834px) {
  .footer__blog .banner {
    margin-top: 8px;
  }
}
@media screen and (max-width: 834px) {
  .footer__logo img {
    height: 24px;
  }
}
.footer__share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .footer__share {
    margin-top: 20px;
  }
}
.footer__share .hd {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-right: 8px;
}
.footer__share .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__share .list__item {
  margin: 0 4px;
}
@media screen and (max-width: 834px) {
  .footer__share .list__item img {
    height: 28px;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -8px -24px;
}
@media screen and (max-width: 1200px) {
  .footer__nav__list {
    margin: -8px -16px;
  }
}
@media screen and (max-width: 834px) {
  .footer__nav__list {
    margin: -5px -12px;
  }
}
.footer__nav__list__item {
  padding: 8px 24px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer__nav__list__item {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 834px) {
  .footer__nav__list__item {
    padding: 5px 12px;
  }
}
.footer__nav__list__item:after {
  content: "";
  display: inline-block;
  background-color: rgba(64, 42, 32, 0.4);
  width: 1px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(24deg);
}
.footer__nav__list__item:last-child:after {
  content: none;
}
.footer__nav__list__item a {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .footer__nav__list__item a {
    font-size: 1.5rem;
  }
}
.footer .onlineBnr {
  margin-top: 56px;
}
@media screen and (max-width: 834px) {
  .footer .onlineBnr {
    margin-top: 32px;
  }
}
.footer .onlineBnr a {
  display: block;
  aspect-ratio: 360/110;
  max-width: 360px;
  width: 100%;
}
@media (hover: hover) {
  .footer .onlineBnr a:hover {
    opacity: 0.8;
    transition: all 0.16s linear;
  }
}
.footer__search {
  margin-top: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .footer__search {
    margin-top: 32px;
    display: block;
  }
}
.footer__search .head {
  margin-right: 40px;
  flex-shrink: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .footer__search .head {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.footer__search .head:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #f6ab00;
  border-radius: 50%;
  margin-right: 10px;
}
.footer__search .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -2px -8px;
}
@media screen and (max-width: 834px) {
  .footer__search .list {
    margin: -2px -6px;
  }
}
.footer__search .list__item {
  margin: 2px 8px;
}
@media screen and (max-width: 834px) {
  .footer__search .list__item {
    margin: 2px 6px;
  }
}
.footer__search .list__item a {
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
.footer__cr {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .footer__cr {
    margin-top: 16px;
  }
}
.footer__ga {
  margin-left: 32px;
  margin-right: auto;
  margin-bottom: 4px;
}
@media screen and (max-width: 834px) {
  .footer__ga {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 6px;
  }
}
.footer__ga a {
  font-size: 1.2rem;
  font-weight: 400;
  border-bottom: 1px solid;
  padding-bottom: 4px;
  color: rgba(64, 42, 32, 0.6);
}
@media screen and (min-width: 835px) {
  .footer__ga a {
    transition: color 0.3s;
  }
  .footer__ga a:hover {
    color: #f6ab00;
  }
}
@media screen and (min-width: 835px) {
  .footer__corporate a {
    transition: opacity 0.3s;
  }
  .footer__corporate a:hover {
    color: #402a20;
    opacity: 0.7;
  }
}
.footer__corporate a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_external.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .footer__corporate a:after {
    transform: scale(0.8);
    transform-origin: center left;
    margin-left: 6px;
  }
}

.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}

/* ============================================
// 説明会を予約する フローティング
// ==========================================*/
.orientationBtn {
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
}
@media screen and (max-width: 834px) {
  .orientationBtn {
    bottom: 76px;
    right: 5px;
  }
}
.orientationBtn a {
  background: linear-gradient(135deg, #7cb236 0%, #89ba3c 50%, rgba(0, 101, 0, 0.76) 100%);
  width: 100px;
  height: 90px;
  color: #FFF;
  padding: 16px 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px;
  font-size: 1.5rem;
  transform: scale(1);
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .orientationBtn a {
    width: 80px;
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}
.orientationBtn a .icon {
  display: block;
  margin-bottom: 5px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 834px) {
  .orientationBtn a .icon {
    width: 16px;
    height: 16px;
  }
}
.orientationBtn a .icon img {
  vertical-align: top;
}
@media (hover: hover) {
  .orientationBtn a:hover {
    transform: scale(1.04);
  }
}
.js-scroll .orientationBtn {
  opacity: 1;
  pointer-events: all;
}

/* ============================================
// ページトップ
// ==========================================*/
.pagetop {
  position: fixed;
  right: 28px;
  bottom: 24px;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .pagetop {
    right: 16px;
    bottom: 16px;
  }
}
@media screen and (min-width: 835px) {
  .pagetop:hover {
    transform: translate(0, -5px);
  }
}
.js-scroll .pagetop {
  opacity: 1;
  pointer-events: all;
}
.pagetop a {
  display: block;
}
@media screen and (max-width: 834px) {
  .pagetop a img {
    height: 48px;
    width: auto;
  }
}

.lower-kyujin_d .orientationBtn {
  bottom: 200px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .orientationBtn {
    bottom: 140px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 116px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 84px;
  }
}

/* ============================================
// トップページ
// ==========================================*/
.front-page .mainVisual {
  position: relative;
  max-height: 100vh;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual {
    width: 100%;
    margin-top: 80px;
  }
}
.front-page .mainVisual::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual::before {
    padding-top: 80%;
  }
}
.front-page .mainVisual::after {
  content: "";
  display: inline-block;
  background: rgba(64, 42, 32, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front-page .mainVisual__inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 835px) {
  .front-page .mainVisual__copy__ja {
    writing-mode: vertical-rl;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .mainVisual__copy__ja {
    margin-top: 80px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__copy__ja {
    margin-top: 0px;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
  }
}
.front-page .mainVisual__copy__ja span {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .front-page .mainVisual__copy__ja span {
    border-right: 3px solid;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .mainVisual__copy__ja span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__copy__ja span {
    font-size: 1.2rem;
    border: none;
  }
}
.front-page .mainVisual__copy__eng {
  align-self: flex-end;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__copy__eng {
    margin-bottom: 0;
    align-self: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .front-page .mainVisual__copy__eng img {
    height: 72px;
  }
}
.front-page .main {
  background-color: #f5f2ed;
  padding-bottom: 140px;
}
@media screen and (max-width: 834px) {
  .front-page .main {
    padding-bottom: 64px;
  }
}
.front-page .sec__info {
  padding: 48px 0;
  border-bottom: 1px solid #dbd9d5;
}
@media screen and (max-width: 834px) {
  .front-page .sec__info {
    padding: 32px 0;
  }
}
.front-page .sec__info .info__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .front-page .sec__info .info__inner {
    display: block;
  }
}
.front-page .sec__info .info__swiper {
  flex: 0 0 75%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .front-page .sec__info .info__swiper {
    flex: 0 0 68%;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__info .info__swiper {
    width: 100%;
  }
}
.front-page .sec__info .info__swiper-slide a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .front-page .sec__info .info__swiper-slide a {
    flex-wrap: wrap;
  }
}
.front-page .sec__info .info__swiper-slide .date {
  margin-right: 24px;
  color: #402a20 !important;
}
@media screen and (max-width: 1200px) {
  .front-page .sec__info .info__swiper-slide .date {
    font-size: 1.5rem;
    margin-right: 16px;
  }
}
.front-page .sec__info .info__swiper-slide .budge {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 2px 16px;
  margin-right: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__info .info__swiper-slide .budge {
    font-size: 1.4rem;
    padding: 0 12px;
    margin-right: 0;
    margin-right: 10px;
  }
}
.front-page .sec__info .info__swiper-slide .lead {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .front-page .sec__info .info__swiper-slide .lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__info .info__swiper-slide .lead {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.front-page .sec__info .info__swiper-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 212px;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .front-page .sec__info .info__swiper-button {
    top: auto;
    right: auto;
    bottom: -4px;
    left: 20px;
    transform: translateY(0);
    z-index: 3;
  }
}
.front-page .sec__info .info__swiper-button-prev, .front-page .sec__info .info__swiper-button-next {
  background-image: url(../img/common/swiper_pagination.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  margin-top: 0;
  top: auto;
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 835px) {
  .front-page .sec__info .info__swiper-button-prev, .front-page .sec__info .info__swiper-button-next {
    transition: transform 0.3s;
  }
  .front-page .sec__info .info__swiper-button-prev:hover, .front-page .sec__info .info__swiper-button-next:hover {
    transform: scale(1.08);
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__info .info__swiper-button-prev, .front-page .sec__info .info__swiper-button-next {
    width: 32px;
    height: 32px;
    z-index: 3;
  }
}
.front-page .sec__info .info__swiper-button-prev {
  transform: scale(-1, 1);
  margin-right: 6px;
}
@media screen and (min-width: 835px) {
  .front-page .sec__info .info__swiper-button-prev:hover {
    transform: scale(-1.08, 1.08);
  }
}
.front-page .sec__info .info .commonLink01 {
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__info .info .commonLink01 {
    margin-top: 12px;
    text-align: right;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__info .info .commonLink01 a {
    display: inline-flex;
    justify-content: flex-end;
  }
}
.front-page .sec__intro {
  margin-top: 124px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__intro {
    margin-top: 48px;
  }
}
.front-page .sec__intro .intro__inner {
  padding-bottom: 108px;
  text-align: center;
}
.front-page .sec__intro .intro__inner:before {
  content: "";
  display: inline-block;
  background-image: url(../img/index/intro_illust01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 214px;
  height: 215px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .front-page .sec__intro .intro__inner:before {
    transform: scale(0.75);
    transform-origin: bottom left;
    left: 16px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__intro .intro__inner:before {
    transform: scale(0.5);
    bottom: -4px;
  }
}
.front-page .sec__intro .intro__inner:after {
  content: "";
  display: inline-block;
  background-image: url(../img/index/intro_illust02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 114px;
  height: 213px;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .front-page .sec__intro .intro__inner:after {
    transform: scale(0.75);
    transform-origin: bottom right;
    right: 16px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__intro .intro__inner:after {
    transform: scale(0.5);
    bottom: -4px;
  }
}
.front-page .sec__intro .intro .ttl img {
  height: 44px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__intro .intro .ttl img {
    height: 71px;
  }
}
.front-page .sec__intro .intro .desc {
  margin-top: 48px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .front-page .sec__intro .intro .desc {
    line-height: 2.3;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__intro .intro .desc {
    margin-top: 20px;
    text-align: left;
  }
}
.front-page .separateImgs {
  position: relative;
  z-index: 1;
}
.front-page .separateImgs__list__item {
  flex: 0 0 650px;
  max-width: 650px;
  margin: 0 9px;
}
@media screen and (max-width: 834px) {
  .front-page .separateImgs__list__item {
    margin: 4px;
    flex: 0 0 325px;
    max-width: 325px;
  }
}
.front-page .separateImgs__list__item.-center {
  flex: 0 0 294px;
  max-width: 294px;
}
@media screen and (max-width: 834px) {
  .front-page .separateImgs__list__item.-center {
    flex: 0 0 147px;
    max-width: 147px;
  }
}
.front-page .sec__jobSearch {
  margin-top: 96px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch {
    margin-top: 56px;
  }
}
.front-page .sec__jobSearch .jobSearch__inner {
  position: relative;
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch__inner {
    display: block;
  }
}
.front-page .sec__jobSearch .jobSearch__content {
  width: 72%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch__content {
    width: 100%;
  }
}
.front-page .sec__jobSearch .jobSearch__head {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch__head {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch__head .commonHead01 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch__head .commonHead01 .ja {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch__head .commonLink01 {
    margin-top: 16px;
  }
}
.front-page .sec__jobSearch .jobSearch .jobSearch__wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
}
.front-page .sec__jobSearch .jobSearch__body .search_body {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch__body .search_body {
    border-top-right-radius: 20px;
  }
}
.front-page .sec__jobSearch .jobSearch .jobSearch__online {
  position: relative;
  width: 28%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch .jobSearch__online {
    min-width: none;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.front-page .sec__jobSearch .jobSearch .jobSearch__online a {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  padding: 30px 20px;
}
.front-page .sec__jobSearch .jobSearch .jobSearch__online a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_online.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  opacity: 0.5;
  transform: scale(1);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch .jobSearch__online a::before {
    background: url(../img/common/bg_online_sp.jpg);
    background-size: cover;
  }
}
.front-page .sec__jobSearch .jobSearch .jobSearch__online a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_circlearrow_orange.png);
  background-size: cover;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.front-page .sec__jobSearch .jobSearch .jobSearch__online a .icon {
  position: relative;
  z-index: 1;
  aspect-ratio: 32/28;
  width: 32px;
  height: 28px;
  margin-top: -20px;
  transform: scale(1.1);
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch .jobSearch__online a .icon {
    margin-top: 0;
  }
}
.front-page .sec__jobSearch .jobSearch .jobSearch__online a .text {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch .jobSearch__online a .text {
    margin-top: 10px;
  }
}
.front-page .sec__jobSearch .jobSearch .jobSearch__online a .text .ja {
  text-align: center;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  line-height: 1.6;
}
.front-page .sec__jobSearch .jobSearch .jobSearch__online a .text .eng {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  margin-top: 10px;
}
@media (hover: hover) {
  .front-page .sec__jobSearch .jobSearch .jobSearch__online a:hover::before {
    transform: scale(1.1);
    opacity: 0.6;
  }
}
.front-page .sec__jobSearch .jobSearch__illust {
  position: absolute;
  bottom: calc(100% - 120px);
  right: 40px;
  z-index: -1;
}
.front-page .sec__jobSearch .jobSearch__illust img {
  transform: scale(0.95);
  transform-origin: right bottom;
}
@media screen and (max-width: 834px) {
  .front-page .sec__jobSearch .jobSearch__illust img {
    transform: scale(0.5);
  }
}
.front-page .sec__newJobs {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs {
    margin-top: 48px;
  }
}
.front-page .sec__newJobs .newJobs__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__head .commonHead01 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__head .commonHead01 .ja {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__head .commonLink01 {
    margin-top: 16px;
  }
}
.front-page .sec__newJobs .newJobs__body {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__body {
    margin-top: 24px;
  }
}
.front-page .sec__newJobs .newJobs__swiper {
  width: 420px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__swiper {
    width: 220px;
    margin: 0 auto;
    position: relative;
  }
}
.front-page .sec__newJobs .newJobs__swiper-slide {
  padding-right: 16px;
}
.front-page .sec__newJobs .newJobs__swiper-slide a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__swiper-slide a {
    display: block;
  }
}
@media screen and (min-width: 835px) {
  .front-page .sec__newJobs .newJobs__swiper-slide a:hover img {
    transform: scale(1.08);
  }
}
.front-page .sec__newJobs .newJobs__swiper-slide .img-holder {
  flex: 0 0 140px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__swiper-slide .img-holder {
    margin-right: 0;
    max-width: 140px;
    margin: 0 auto;
  }
}
.front-page .sec__newJobs .newJobs__swiper-slide .img-holder .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
}
.front-page .sec__newJobs .newJobs__swiper-slide .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.front-page .sec__newJobs .newJobs__swiper-slide .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.front-page .sec__newJobs .newJobs__swiper-slide .img-holder .img img {
  border-radius: 50%;
  transition: transform 0.3s;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__swiper-slide .txt-holder {
    margin-top: 10px;
  }
}
.front-page .sec__newJobs .newJobs__swiper-slide .txt-holder .area {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 2px 16px;
  border-radius: 100px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__swiper-slide .txt-holder .area {
    padding: 0 12px;
  }
}
.front-page .sec__newJobs .newJobs__swiper-slide .txt-holder .lead {
  margin-top: 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__swiper-slide .txt-holder .lead {
    margin-top: 10px;
  }
}
.front-page .sec__newJobs .newJobs__swiper-slide .txt-holder .date {
  display: inline-block;
  color: rgba(64, 42, 32, 0.6);
  margin-top: 8px;
}
.front-page .sec__newJobs .newJobs__swiper-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  right: 212px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__newJobs .newJobs__swiper-button {
    top: 54px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 120%;
    justify-content: space-between;
  }
}
.front-page .sec__newJobs .newJobs__swiper-button-prev, .front-page .sec__newJobs .newJobs__swiper-button-next {
  background-image: url(../img/common/swiper_pagination.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  margin-top: 0;
  top: auto;
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 835px) {
  .front-page .sec__newJobs .newJobs__swiper-button-prev, .front-page .sec__newJobs .newJobs__swiper-button-next {
    transition: transform 0.3s;
  }
  .front-page .sec__newJobs .newJobs__swiper-button-prev:hover, .front-page .sec__newJobs .newJobs__swiper-button-next:hover {
    transform: scale(1.08);
  }
}
.front-page .sec__newJobs .newJobs__swiper-button-prev {
  transform: scale(-1, 1);
  margin-right: 6px;
}
@media screen and (min-width: 835px) {
  .front-page .sec__newJobs .newJobs__swiper-button-prev:hover {
    transform: scale(-1.08, 1.08);
  }
}
.front-page .sec__orientation {
  margin-top: 64px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__orientation {
    margin-top: 56px;
  }
}
.front-page .sec__orientation .orientation a {
  position: relative;
  display: block;
}
@media screen and (min-width: 835px) {
  .front-page .sec__orientation .orientation a:hover .orientation__bg img {
    transform: scale(1.04);
  }
  .front-page .sec__orientation .orientation a:hover .orientation__bg:before {
    background-color: rgba(38, 25, 19, 0.3);
  }
}
.front-page .sec__orientation .orientation a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/index/txt-orientation.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 99px;
  height: 40px;
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .front-page .sec__orientation .orientation a::before {
    transform: scale(0.8);
    transform-origin: top left;
    top: 16px;
    left: 16px;
  }
}
.front-page .sec__orientation .orientation a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_circlearrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 20px;
  right: 24px;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .front-page .sec__orientation .orientation a::after {
    transform: scale(0.8);
    transform-origin: bottom right;
    bottom: 16px;
    right: 16px;
  }
}
.front-page .sec__orientation .orientation__bg {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__orientation .orientation__bg {
    height: 180px;
  }
}
.front-page .sec__orientation .orientation__bg::before {
  content: "";
  display: inline-block;
  background-color: rgba(38, 25, 19, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 10px;
  transition: background 0.3s;
}
.front-page .sec__orientation .orientation__bg img {
  border-radius: 10px;
  transition: transform 0.3s;
}
.front-page .sec__orientation .orientation__head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .front-page .sec__orientation .orientation__head img {
    transform: scale(0.8);
  }
}
.front-page .sec__merit {
  margin-top: 160px;
  padding-top: 110px;
  background-color: #f0ece6;
  position: relative;
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit {
    margin-top: 72px;
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.front-page .sec__merit::before {
  content: "Advantage";
  font-family: "Montserrat", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  color: #e5e2dc;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit::before {
    font-size: min(15vw, 7.6rem);
  }
}
.front-page .sec__merit .merit__inner {
  max-width: 1380px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__inner {
    display: block;
  }
}
.front-page .sec__merit .merit__head {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .front-page .sec__merit .merit__head {
    flex: 0 0 30%;
  }
}
.front-page .sec__merit .merit__head .lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__head .lead {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.front-page .sec__merit .merit__head .illust {
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__head .illust {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 0;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__head .illust img {
    transform: scale(0.7);
  }
}
.front-page .sec__merit .merit__body {
  flex: 1 1 auto;
}
.front-page .sec__merit .merit__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__list {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
}
.front-page .sec__merit .merit__list__item {
  width: 29%;
  max-width: 220px;
  margin-right: 4%;
  position: relative;
}
@media screen and (min-width: 835px) {
  .front-page .sec__merit .merit__list__item:nth-child(3n+2) {
    animation-delay: 0.2s;
  }
  .front-page .sec__merit .merit__list__item:nth-child(3n+3) {
    animation-delay: 0.4s;
  }
  .front-page .sec__merit .merit__list__item:nth-child(3n+4) {
    animation-delay: 0.6s;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__list__item {
    width: 42%;
    margin: 0 4%;
  }
}
.front-page .sec__merit .merit__list__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.front-page .sec__merit .merit__list__item .num-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .front-page .sec__merit .merit__list__item .num-holder {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__list__item .num-holder {
    transform: scale(1);
  }
}
.front-page .sec__merit .merit__list__item .num-holder .eng {
  position: absolute;
  top: 0;
  left: 1px;
  transform: translateY(-82%);
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__list__item .num-holder .eng {
    transform: scale(0.75) translateY(-75%);
    transform-origin: top left;
  }
}
.front-page .sec__merit .merit__list__item .num-holder .num {
  width: 48px;
  height: 48px;
  background-color: #402a20;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit__list__item .num-holder .num {
    font-size: 1.8rem;
    width: 36px;
    height: 36px;
  }
}
.front-page .sec__merit .merit__list__item .lead {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .front-page .sec__merit .merit__list__item .lead {
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
.front-page .sec__merit .merit__list__item .lead .c-primary {
  display: inline-block;
  background-color: #fff;
  color: #f6ab00;
  padding: 0 6px;
}
.front-page .sec__merit .merit .desc {
  margin-top: 56px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit .desc {
    margin-top: 24px;
  }
}
.front-page .sec__merit .merit .commonBtn01 {
  margin-top: 48px;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .front-page .sec__merit .merit .commonBtn01 {
    text-align: center;
    margin-top: 28px;
  }
}
.front-page .sec__support {
  padding-top: 132px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .front-page .sec__support {
    padding-top: 56px;
  }
}
.front-page .sec__support::before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 975px;
  background-color: #f0ece6;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .front-page .sec__support::before {
    width: 0;
  }
}
.front-page .sec__support::after {
  content: "Support";
  font-family: "Montserrat", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  color: #e5e2dc;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(20%);
}
@media screen and (max-width: 834px) {
  .front-page .sec__support::after {
    font-size: 7.2rem;
    top: 0px;
    right: auto;
    left: 0;
    transform: translateY(-50%);
  }
}
.front-page .sec__support .support__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1404px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__support .support__inner {
    display: block;
  }
}
.front-page .sec__support .support .txt-holder .lead {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__support .support .txt-holder .lead {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.front-page .sec__support .support .txt-holder .desc {
  margin-top: 24px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__support .support .txt-holder .desc {
    margin-top: 20px;
  }
}
.front-page .sec__support .support .txt-holder .commonBtn01 {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  .front-page .sec__support .support .txt-holder .commonBtn01 {
    margin-top: 28px;
    text-align: center;
  }
}
.front-page .sec__support .support .img-holder {
  flex: 0 0 60.5%;
  max-width: 800px;
  margin-left: 7.2%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__support .support .img-holder {
    margin: 0 auto;
    margin-top: 16px;
  }
}
.front-page .sec__support .support .img-holder .img {
  position: relative;
  z-index: 1;
}
.front-page .sec__support .support .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 57.5%;
}
.front-page .sec__support .support .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.front-page .sec__support .support .img-holder .img img {
  border-radius: 10px;
}
.front-page .sec__others {
  margin-top: 140px;
}
@media screen and (max-width: 1200px) {
  .front-page .sec__others {
    margin-top: 100px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__others {
    margin-top: 56px;
  }
}
.front-page .sec__others .others__inner {
  max-width: 1404px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .front-page .sec__others .others__inner {
    display: block;
  }
}
.front-page .sec__others .commonSection {
  flex: 0 0 48%;
}
@media screen and (max-width: 834px) {
  .front-page .sec__others .commonSection {
    margin-top: 24px;
  }
  .front-page .sec__others .commonSection:first-child {
    margin-top: 0;
  }
}
.front-page .sec__others .commonSection a {
  position: relative;
  display: block;
}
@media screen and (min-width: 835px) {
  .front-page .sec__others .commonSection a:hover .img img {
    transform: scale(1.05);
  }
}
.front-page .sec__others .commonSection a::after {
  content: "";
  display: inline-block;
  background: linear-gradient(90deg, rgba(38, 25, 19, 0) 0%, rgba(38, 25, 19, 0.25) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.front-page .sec__others .commonSection .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.front-page .sec__others .commonSection .img:before {
  content: "";
  display: block;
  padding-top: 75.4%;
}
.front-page .sec__others .commonSection .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.front-page .sec__others .commonSection .img img {
  border-radius: 10px;
  transition: transform 0.3s;
}
.front-page .sec__others .commonSection .txt-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-self: center;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .front-page .sec__others .commonSection .txt-holder {
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__others .commonSection .txt-holder .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .front-page .sec__others .commonSection .txt-holder .icon img {
    height: 40px;
  }
}

/* ============================================
// 説明会予約
// ==========================================*/
.lower-orientation_l .l-main .innerWrap {
  max-width: 1180px;
}
.lower-orientation_l .jobSearch__inner {
  display: flex;
  align-items: stretch;
  margin-top: -60px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .jobSearch__inner {
    margin-top: -30px;
    flex-flow: column;
  }
}
.lower-orientation_l .jobSearch__inner .jobSearch__content {
  width: 100%;
}
.lower-orientation_l .jobSearch__inner .jobSearch__content .search_body {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .jobSearch__inner .jobSearch__content .search_body {
    border-top-right-radius: 20px;
  }
}
.lower-orientation_l .jobSearch__inner .jobSearch__online {
  position: relative;
  width: 35%;
  min-width: 300px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .jobSearch__inner .jobSearch__online {
    min-width: none;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.lower-orientation_l .jobSearch__inner .jobSearch__online a {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  padding: 30px 20px;
}
.lower-orientation_l .jobSearch__inner .jobSearch__online a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_online.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  opacity: 0.5;
  transform: scale(1);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .jobSearch__inner .jobSearch__online a::before {
    background: url(../img/common/bg_online_sp.jpg);
    background-size: cover;
  }
}
.lower-orientation_l .jobSearch__inner .jobSearch__online a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_circlearrow_orange.png);
  background-size: cover;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.lower-orientation_l .jobSearch__inner .jobSearch__online a .icon {
  position: relative;
  z-index: 1;
  aspect-ratio: 32/28;
  width: 32px;
  height: 28px;
  margin-top: -20px;
  transform: scale(1.1);
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .jobSearch__inner .jobSearch__online a .icon {
    margin-top: 0;
  }
}
.lower-orientation_l .jobSearch__inner .jobSearch__online a .text {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .jobSearch__inner .jobSearch__online a .text {
    margin-top: 10px;
  }
}
.lower-orientation_l .jobSearch__inner .jobSearch__online a .text .ja {
  text-align: center;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  line-height: 1.6;
}
.lower-orientation_l .jobSearch__inner .jobSearch__online a .text .eng {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  margin-top: 10px;
}
@media (hover: hover) {
  .lower-orientation_l .jobSearch__inner .jobSearch__online a:hover::before {
    transform: scale(1.1);
    opacity: 0.6;
  }
}
.lower-orientation_l .orientationList__body {
  margin-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
.lower-orientation_l .orientationList__body__title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__title {
    margin-bottom: -10px;
  }
}
.lower-orientation_l .orientationList__body__title .eng {
  text-align: center;
}
.lower-orientation_l .orientationList__body__title .ja {
  display: inline-flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__title .ja {
    font-size: 1.8rem;
  }
}
.lower-orientation_l .orientationList__body__main {
  display: flex;
  flex-flow: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.lower-orientation_l .orientationList__body__main .item {
  width: 47%;
  margin-top: 40px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemHead {
  padding: 30px 40px 16px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemHead {
    padding: 20px 20px 16px;
    line-height: 1.6;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemHead .titleMain {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemHead .titleMain {
    font-size: 1.6rem;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemHead .titleSub {
  font-size: 1.5rem;
  color: rgba(64, 42, 32, 0.8);
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemHead .titleSub {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemBody {
  padding: 30px 40px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemBody {
    padding: 20px 20px 10px;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemBody .photo {
  flex: 1 0 135px;
  max-width: 135px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemBody .photo {
    flex: 1 0 100px;
    max-width: 100px;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemBody .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.lower-orientation_l .orientationList__body__main .item .itemBody .photo > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lower-orientation_l .orientationList__body__main .item .itemBody .info {
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemBody .info {
    margin-left: 20px;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemBody .info dt {
  display: inline-flex;
  align-items: baseline;
}
.lower-orientation_l .orientationList__body__main .item .itemBody .info dt .icon {
  display: inline-block;
}
.lower-orientation_l .orientationList__body__main .item .itemBody .info dt .icon img {
  max-width: 100%;
  vertical-align: middle;
}
.lower-orientation_l .orientationList__body__main .item .itemBody .info dt .title {
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.5rem;
}
.lower-orientation_l .orientationList__body__main .item .itemBody .info dd p {
  font-size: 1.5rem;
  color: rgba(64, 42, 32, 0.8);
  line-height: 1.8;
}
.lower-orientation_l .orientationList__body__main .item .itemButton {
  padding: 16px 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemButton {
    padding: 16px;
    flex-flow: wrap;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemButton .commonBtn01 {
  margin: 8px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemButton .commonBtn01 {
    margin: 8px;
    width: calc(50% - 16px);
  }
}
.lower-orientation_l .orientationList__body__main .item .itemButton .commonBtn01 a {
  width: 200px;
  height: 56px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemButton .commonBtn01 a {
    width: 100%;
    height: auto;
    padding: 10px 10px;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemButton .commonBtn01 a .txt {
  font-size: 1.6rem;
  margin-bottom: 1px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .orientationList__body__main .item .itemButton .commonBtn01 a .txt {
    font-size: 1.4rem;
  }
}
.lower-orientation_l .orientationList__body__main .item .itemButton .commonBtn01 .icon {
  margin-bottom: 3px;
  margin-right: 8px;
}
.lower-orientation_l .orientationList__body__main .item .itemButton .commonBtn01 .icon img {
  vertical-align: middle;
}
.lower-orientation_l .job_count_pager.contents_top .pagination a,
.lower-orientation_l .job_count_pager.contents_top .pagination em, .lower-orientation_l .job_count_pager.contents_bottom .pagination a,
.lower-orientation_l .job_count_pager.contents_bottom .pagination em {
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .lower-orientation_l .job_count_pager.contents_top .pagination a:hover,
  .lower-orientation_l .job_count_pager.contents_top .pagination em:hover, .lower-orientation_l .job_count_pager.contents_bottom .pagination a:hover,
  .lower-orientation_l .job_count_pager.contents_bottom .pagination em:hover {
    background-color: #f6ab00;
    color: #fff;
  }
}
.lower-orientation_l .job_count_pager.contents_top .pagination a, .lower-orientation_l .job_count_pager.contents_bottom .pagination a {
  background-color: #fff;
}
.lower-orientation_l .job_count_pager.contents_top {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_l .job_count_pager.contents_top {
    margin-bottom: 30px;
  }
}
.lower-orientation_l .job_count_pager.contents_top .pagination li {
  margin: 0 2px;
}
.lower-orientation_l .job_count_pager .pager_next .btn {
  border-radius: 1000px;
}

.lower-orientation_d .icon {
  display: inline-block;
}
.lower-orientation_d .icon img {
  vertical-align: middle;
}
.lower-orientation_d .orientationDetail {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail {
    padding-bottom: 40px;
  }
}
.lower-orientation_d .orientationDetail__head {
  position: relative;
  background: #402a20;
  padding: 80px 0;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head {
    padding: 40px 0;
  }
}
.lower-orientation_d .orientationDetail__head .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.lower-orientation_d .orientationDetail__head .bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/orientation/orientation_bg.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: blur(10px);
  transform: scale(1.05);
  opacity: 0.35;
}
.lower-orientation_d .orientationDetail__head__tag {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head__tag {
    margin-bottom: 15px;
  }
}
.lower-orientation_d .orientationDetail__head__tag ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head__tag ul {
    justify-content: flex-start;
  }
}
.lower-orientation_d .orientationDetail__head__tag li {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 50px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.2);
  padding: 3px 15px;
  margin: 5px 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head__tag li {
    font-size: 1.2rem;
  }
}
.lower-orientation_d .orientationDetail__head__title {
  color: #FFF;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head__title {
    margin-bottom: 20px;
    text-align: left;
  }
}
.lower-orientation_d .orientationDetail__head__title .titleMain {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head__title .titleMain {
    font-size: 2.2rem;
  }
}
.lower-orientation_d .orientationDetail__head__title .titleSub {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head__title .titleSub {
    font-size: 1.4rem;
    margin-top: 5px;
    text-align: left;
  }
}
@media screen and (max-width: 490px) {
  .lower-orientation_d .orientationDetail__head__title .titleSub {
    align-self: flex-start;
  }
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head .orientationDetail__wrap {
    flex-flow: column;
  }
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .photo {
  flex: 0 0 460px;
  max-width: 460px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head .orientationDetail__wrap .photo {
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .photo + .info {
  margin-left: 70px;
  margin-right: 70px;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head .orientationDetail__wrap .photo + .info {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 70px);
    margin-top: 20px;
  }
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .info {
  width: 100%;
  color: #FFF;
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .info .infoItem {
  display: flex;
  flex-flow: column;
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .info .infoItem + .infoItem {
  margin-top: 10px;
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .info .infoItem dt {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .info .infoItem dt .icon {
  font-size: 0;
  margin-right: 10px;
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .info .infoItem dt .title {
  line-height: 1.4;
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .info .infoItem dd {
  margin-top: 5px;
  line-height: 1.8;
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .illust {
  position: absolute;
  bottom: -86px;
  left: calc(100% - 60px);
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head .orientationDetail__wrap .illust {
    left: auto;
    right: 0;
  }
}
.lower-orientation_d .orientationDetail__head .orientationDetail__wrap .illust img {
  transform: scale(1);
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head .orientationDetail__wrap .illust img {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
}
.lower-orientation_d .orientationDetail__head .date {
  color: #FFF;
  font-size: 1.2rem;
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0.9;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__head .date {
    position: static;
    margin-top: 20px;
    font-size: 1rem;
    margin-left: 20px;
  }
}
.lower-orientation_d .orientationDetail__point__inner {
  display: flex;
  align-items: center;
  padding: 90px 40px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__point__inner {
    flex-flow: wrap;
    padding: 40px 20px;
  }
}
.lower-orientation_d .orientationDetail__point__inner .content {
  width: 100%;
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 0 50px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__point__inner .content {
    order: 1;
    padding: 0;
  }
}
.lower-orientation_d .orientationDetail__point__inner .content .eng span {
  font-family: "Montserrat", sans-serif;
  color: #f6ab00;
  background: #FFF;
  padding: 5px 15px;
}
.lower-orientation_d .orientationDetail__point__inner .content .ja {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 2.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__point__inner .content .ja {
    font-size: 1.8rem;
  }
}
.lower-orientation_d .orientationDetail__point__inner .content .text {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__point__inner .content .text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.lower-orientation_d .orientationDetail__point__inner .photo {
  display: flex;
  max-width: 310px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  order: 1;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__point__inner .photo {
    order: 2;
    width: 49%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lower-orientation_d .orientationDetail__point__inner .photo + .photo {
  order: 3;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__point__inner .photo + .photo {
    order: 3;
  }
}
.lower-orientation_d .orientationDetail__point__inner .photo:only-child {
  margin-right: 60px;
}
.lower-orientation_d .orientationDetail__information .commonHead01,
.lower-orientation_d .orientationDetail__requirement .commonHead01 {
  display: flex;
  align-items: center;
}
.lower-orientation_d .orientationDetail__information .commonHead01 .eng,
.lower-orientation_d .orientationDetail__requirement .commonHead01 .eng {
  color: #f6ab00;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__information .commonHead01 .eng,
  .lower-orientation_d .orientationDetail__requirement .commonHead01 .eng {
    font-size: 1.1rem;
  }
}
.lower-orientation_d .orientationDetail__information .commonHead01 .ja,
.lower-orientation_d .orientationDetail__requirement .commonHead01 .ja {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__information .commonHead01 .ja,
  .lower-orientation_d .orientationDetail__requirement .commonHead01 .ja {
    font-size: 2.6rem;
  }
}
.lower-orientation_d .orientationDetail__information {
  background: #f0ece6;
  padding: 90px 0 120px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__information {
    padding: 50px 0;
  }
}
.lower-orientation_d .orientationDetail__information .commonHead01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__information .commonHead01 {
    margin-bottom: 0;
  }
}
.lower-orientation_d .orientationDetail__information .information__wrap {
  display: flex;
  flex-flow: wrap;
}
.lower-orientation_d .orientationDetail__information .informationItem {
  position: relative;
  background: #FFF;
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-top: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__information .informationItem {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.lower-orientation_d .orientationDetail__information .informationItem__num {
  position: absolute;
  top: -1.4em;
  left: 30px;
  width: 2.8em;
  height: 2.8em;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  background: #f6ab00;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__information .informationItem__num {
    font-size: 1.6rem;
    width: 2.5em;
    height: 2.5em;
    left: 20px;
  }
}
.lower-orientation_d .orientationDetail__information .informationItem__title {
  padding: 14px 80px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__information .informationItem__title {
    padding: 15px 20px;
    font-size: 1.8rem;
  }
}
.lower-orientation_d .orientationDetail__information .informationItem__text {
  padding: 20px 50px 30px;
  font-weight: 400;
  color: rgba(64, 42, 32, 0.9);
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__information .informationItem__text {
    line-height: 1.8;
    padding: 20px;
  }
}
.lower-orientation_d .orientationDetail__requirement {
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement {
    padding-top: 50px;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content {
  position: relative;
}
.lower-orientation_d .orientationDetail__requirement .requirement__content + .requirement__content {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content + .requirement__content {
    margin-top: 60px;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content:nth-child(2n) .illust {
  left: auto;
  right: 60px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content:nth-child(2n) .illust {
    right: 20px;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content:nth-child(2n) .illust img {
  transform: scale(1);
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content:nth-child(2n) .illust img {
    transform: scale(0.45);
    transform-origin: bottom right;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content .commonHead01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content .commonHead01 {
    margin-bottom: 30px;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content__wrap {
  position: relative;
  background: #FFF;
  border-radius: 20px;
  padding: 60px 80px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content__wrap {
    padding: 30px 20px;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content__wrap .illust {
  max-width: 212px;
  position: absolute;
  bottom: 100%;
  left: 60px;
  transform: scale(1);
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content__wrap .illust {
    left: 20px;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content__wrap .illust img {
  max-width: 100%;
  transform: scale(1);
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content__wrap .illust img {
    transform: scale(0.3);
    transform-origin: bottom left;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem {
  display: flex;
  flex-flow: row;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem {
    flex-flow: column;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem:first-child {
  border-top: 1px solid #e5e5e5;
}
.lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem dt {
  max-width: 220px;
  width: 100%;
  background: #f7f5f0;
  padding: 20px 40px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem dt {
    max-width: none;
    padding: 10px 20px;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem dd {
  width: 100%;
  padding: 20px 40px;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem dd {
    padding: 10px 5% 15px;
    line-height: 1.8;
  }
}
.lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem dd a {
  color: #f6ab00;
  opacity: 1;
  transition: opacity 0.3s;
}
.lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem dd a[href^="tel:"] {
  color: #402a20;
}
.lower-orientation_d .orientationDetail__requirement .requirement__content .table .tableItem dd a:hover {
  opacity: 0.7;
}
.lower-orientation_d .orientationDetail__button {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .orientationDetail__button {
    margin-top: 30px;
  }
}
.lower-orientation_d .orientationDetail__button .commonLink01 {
  text-align: center;
}
.lower-orientation_d .orientationDetail__button .commonLink01 a {
  display: inline-flex;
}
.lower-orientation_d .orientationDetail__button .commonLink01 a .txt {
  order: 2;
}
.lower-orientation_d .orientationDetail__button .commonLink01 a::after {
  order: 1;
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(180deg);
  transform-origin: center;
}
.lower-orientation_d .floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(64, 42, 32, 0.95);
  z-index: 10;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .floating {
    padding: 10px 10px;
  }
}
.lower-orientation_d .floating__tel {
  color: #FFF;
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .floating__tel {
    display: flex;
    flex-flow: column;
    margin-right: 10px;
  }
}
.lower-orientation_d .floating__tel .telText {
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .floating__tel .telText {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.lower-orientation_d .floating__tel .num {
  display: inline-flex;
  align-items: center;
}
.lower-orientation_d .floating__tel .num .icon {
  width: 26px;
  font-size: 0;
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .floating__tel .num .icon {
    margin-right: 5px;
    width: 15px;
  }
}
.lower-orientation_d .floating__tel .num .icon img {
  vertical-align: middle;
}
.lower-orientation_d .floating__tel a {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .floating__tel a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .floating__button {
    width: 45%;
  }
}
.lower-orientation_d .floating__button a {
  height: 56px;
  width: 280px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .floating__button a {
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }
}
.lower-orientation_d .floating__button a .icon {
  margin-bottom: 3px;
  width: 13px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .floating__button a .icon {
    margin-right: 8px;
  }
}
.lower-orientation_d .floating__button a .icon img {
  max-width: 100%;
}
.lower-orientation_d .floating__button a .txt {
  font-size: 1.6rem;
}
.lower-orientation_d .footer {
  padding-bottom: 92px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .footer {
    padding-bottom: 68px;
  }
}
.lower-orientation_d .pagetop {
  bottom: 116px;
}
@media screen and (max-width: 834px) {
  .lower-orientation_d .pagetop {
    bottom: 84px;
  }
}

/* ============================================
// インタビュー
// ==========================================*/
.lower-interview_l {
  line-height: 1.8;
}
.lower-interview_l .interviewList__button {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin: -30px auto 0;
  padding: 0 40px;
  display: flex;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interviewList__button {
    padding: 0 20px;
  }
}
.lower-interview_l .interviewList__button::before {
  content: "";
  display: inline-block;
  width: calc(100% - 80px);
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  border-radius: 100px;
  box-shadow: 0 0 40px rgba(64, 42, 32, 0.04);
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interviewList__button::before {
    width: calc(100% - 40px);
  }
}
.lower-interview_l .interviewList__button .button {
  position: relative;
  width: 50%;
  text-align: center;
  padding: 16px 40px;
  cursor: pointer;
  overflow: hidden;
}
.lower-interview_l .interviewList__button .button::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  opacity: 0;
}
.lower-interview_l .interviewList__button .button .text {
  color: #FFF;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.lower-interview_l .interviewList__button .button.button01 {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
  z-index: 1;
}
.lower-interview_l .interviewList__button .button.button02 {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  z-index: 1;
}
.lower-interview_l .interviewList__button .button[data-is-buttonShow=true]::before {
  opacity: 1;
}
.lower-interview_l .interviewList__button .button[data-is-buttonShow=true].button01::before {
  background: linear-gradient(135deg, rgb(246, 171, 0) 0%, rgb(247, 181, 0) 50%, rgba(237, 87, 0, 0.76) 100%);
}
.lower-interview_l .interviewList__button .button[data-is-buttonShow=true].button02::before {
  background: linear-gradient(135deg, #7cb236 0%, #89ba3c 50%, rgba(0, 101, 0, 0.76) 100%);
}
.lower-interview_l .interviewList__button .button[data-is-buttonShow=""] {
  background: #FFF;
}
.lower-interview_l .interviewList__button .button[data-is-buttonShow=""]::before {
  opacity: 0;
}
.lower-interview_l .interviewList__button .button[data-is-buttonShow=""].button01 .text {
  color: #f6ab00;
}
.lower-interview_l .interviewList__button .button[data-is-buttonShow=""].button02 .text {
  color: #7cb236;
}
.lower-interview_l .interviewList__body__wrap {
  display: flex;
  flex-flow: wrap;
  margin-left: -2%;
  margin-right: -2%;
  padding-bottom: 100px;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interviewList__body__wrap {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.lower-interview_l .interviewList__item {
  width: 33.3%;
  padding: 0 2%;
  margin: 60px 0 0;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interviewList__item {
    width: 45%;
    padding: 0;
    margin: 56px 0 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .lower-interview_l .interviewList__item {
    max-width: 360px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_l .interviewList__item {
    max-width: 300px;
  }
}
.lower-interview_l .interviewList__item .tagArea {
  margin-bottom: 10px;
}
.lower-interview_l .interviewList__item .tag {
  border-radius: 20px;
  padding: 4px 16px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
}
.lower-interview_l .interviewList__item .title {
  font-size: 2.4rem;
  font-weight: bold;
  font-size: clamp(2rem, 1.686rem + 0.6vw, 2.4rem);
  line-height: 1.6;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interviewList__item .itemWrap {
    background: #FFF;
    border-radius: 10px;
  }
}
.lower-interview_l .interviewList__item .itemWrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 70%;
  background: #FFF;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interviewList__item .itemWrap::before {
    display: none;
  }
}
.lower-interview_l .interviewList__item .photoArea {
  position: relative;
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.lower-interview_l .interviewList__item .photoArea .photo {
  position: relative;
}
.lower-interview_l .interviewList__item .photoArea .photo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 78.674351585%;
}
.lower-interview_l .interviewList__item .photoArea .photo img,
.lower-interview_l .interviewList__item .photoArea .photo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lower-interview_l .interviewList__item .photoArea .photo img {
  transition: transform 0.3s;
}
.lower-interview_l .interviewList__item .textArea {
  position: relative;
  z-index: 1;
  padding: 24px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #FFF;
}
@media screen and (max-width: 834px) {
  .lower-interview_l .interviewList__item .textArea {
    padding: 20px;
  }
}
.lower-interview_l .interviewList__item .textArea .info {
  color: rgba(64, 42, 32, 0.8);
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  transition: color 0.3s;
  line-height: 1.6;
}
.lower-interview_l .interviewList__item .textArea .info + .name {
  margin-top: 8px;
}
.lower-interview_l .interviewList__item .textArea .name {
  font-size: 1.5rem;
  font-weight: bold;
}
.lower-interview_l .interviewList__item[data-type=type01] .tag {
  background: #f6ab00;
}
.lower-interview_l .interviewList__item[data-type=type02] .tag {
  background: #7cb236;
}
.lower-interview_l .interviewList__item a {
  position: relative;
  display: block;
  height: 100%;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-interview_l .interviewList__item a:hover .photoArea .photo img {
    transform: scale(1.05);
  }
  .lower-interview_l .interviewList__item a:hover .textArea .info {
    color: #f6ab00;
  }
}

.lower-interview_d .commonHead01 .eng {
  font-size: 4.8rem;
  font-size: clamp(2.4rem, 0.8rem + 5.33vw, 4.8rem);
}
@media screen and (max-width: 834px) {
  .lower-interview_d .commonHead01 .ja {
    font-size: 1.4rem;
  }
}
.lower-interview_d .interviewDetail__head {
  position: relative;
  background: #f0ece6;
  padding-top: 80px;
  padding-top: clamp(2.5rem, 0.833rem + 5.56vw, 5rem);
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__head {
    padding-top: 30px;
  }
}
.lower-interview_d .interviewDetail__head .interviewDetail__head__inner {
  max-width: 1080px;
}
.lower-interview_d .interviewDetail__head .leadArea {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.lower-interview_d .interviewDetail__head .leadArea .leadArea__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__head .leadArea .leadArea__logo {
    margin-bottom: 5px;
  }
}
.lower-interview_d .interviewDetail__head .leadArea .leadArea__lead {
  margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__head .leadArea .leadArea__lead {
    margin-bottom: 20px;
  }
}
.lower-interview_d .interviewDetail__head .leadArea .leadArea__lead .lead {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
}
.lower-interview_d .interviewDetail__head .photoArea {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__head .photoArea {
    flex-flow: wrap;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 40px;
  }
}
.lower-interview_d .interviewDetail__head .photoArea .photoBox {
  position: relative;
  order: 2;
  z-index: 1;
  width: 100%;
  margin-left: 140px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__head .photoArea .photoBox {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.lower-interview_d .interviewDetail__head .photoArea .photoBox .photo {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  max-width: 567px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.lower-interview_d .interviewDetail__head .photoArea .photoBox .photo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74.4268077601%;
}
.lower-interview_d .interviewDetail__head .photoArea .photoBox .photo img,
.lower-interview_d .interviewDetail__head .photoArea .photoBox .photo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .lower-interview_d .interviewDetail__head .photoArea .photoBox .photo {
    border-radius: 0;
  }
}
.lower-interview_d .interviewDetail__head .photoArea .textBox {
  order: 3;
  position: relative;
  z-index: 1;
  max-width: 300px;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  padding: 40px 45px 40px;
  margin-left: -140px;
  margin-bottom: -60px;
  min-height: 180px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__head .photoArea .textBox {
    max-width: 400px;
    margin: 0;
    margin-top: -40px;
    margin-right: 24px;
    width: calc(100% - 108px);
    padding: 30px 20px 30px 45px;
  }
}
@media screen and (max-width: 500px) {
  .lower-interview_d .interviewDetail__head .photoArea .textBox {
    max-width: none;
  }
}
.lower-interview_d .interviewDetail__head .photoArea .textBox .tag {
  border-radius: 20px;
  padding: 4px 16px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  top: -1.25em;
  right: 20px;
}
.lower-interview_d .interviewDetail__head .photoArea .textBox .tag.-orange {
  background: #f6ab00;
}
.lower-interview_d .interviewDetail__head .photoArea .textBox .tag.-green {
  background: #7cb236;
}
.lower-interview_d .interviewDetail__head .photoArea .textBox .info {
  color: rgba(64, 42, 32, 0.8);
  font-size: 1.5rem;
  font-size: clamp(1.3rem, 1.167rem + 0.44vw, 1.5rem);
  font-weight: 400;
  display: inline-block;
  transition: color 0.3s;
  line-height: 1.6;
}
.lower-interview_d .interviewDetail__head .photoArea .textBox .info + .name {
  margin-top: 8px;
}
.lower-interview_d .interviewDetail__head .photoArea .textBox .name {
  font-size: 1.5rem;
  font-weight: bold;
}
.lower-interview_d .interviewDetail__head .photoArea .textBox .name.-big {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.lower-interview_d .interviewDetail__head .photoArea .decoBox {
  order: 1;
  position: absolute;
  left: 0;
  bottom: 130px;
  z-index: 1;
  max-width: 112px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__head .photoArea .decoBox {
    position: static;
    order: 2;
    max-width: 80px;
    margin-right: -20px;
    margin-left: 24px;
  }
}
.lower-interview_d .interviewDetail__head .decoText {
  pointer-events: none;
  position: absolute;
  top: -18%;
  left: -21vw;
  right: -21vw;
  margin: auto;
  font-size: 21vw;
  line-height: 1;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: rgba(64, 42, 32, 0.06);
  z-index: 0;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__head .decoText {
    left: -18vw;
    right: -18vw;
    font-size: 18vw;
    top: auto;
    bottom: 98%;
  }
}
.lower-interview_d .interviewDetail__head + .interviewDetail__movie {
  padding-top: 70px;
  margin-top: 0;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__head + .interviewDetail__movie {
    padding-top: 40px;
  }
}
.lower-interview_d .interviewDetail__head + .interviewDetail__main {
  padding: 20px 0 90px;
}
.lower-interview_d .interviewDetail__profile {
  position: relative;
  margin-top: -40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__profile {
    margin-top: -40px;
    padding: 20px 0 40px;
  }
}
.lower-interview_d .interviewDetail__profile::before {
  content: "";
  display: inline-block;
  width: 300%;
  height: calc(100% + 120px);
  background: #e8e4df;
  position: absolute;
  top: -120px;
  left: -50%;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__profile::before {
    height: calc(100% + 190px);
    top: -190px;
  }
}
.lower-interview_d .interviewDetail__profile .interviewDetail__profile__inner {
  max-width: 1080px;
}
.lower-interview_d .interviewDetail__profile .profile__title {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__profile .profile__title {
    font-size: 1.8rem;
  }
}
.lower-interview_d .interviewDetail__profile .profile__text {
  position: relative;
  z-index: 1;
  width: 65%;
  font-weight: 400;
  color: rgba(64, 42, 32, 0.9);
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__profile .profile__text {
    width: 100%;
  }
}
.lower-interview_d .interviewDetail__profile + .interviewDetail__movie::before {
  background: #e8e4df;
}
.lower-interview_d .interviewDetail__movie {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__movie {
    margin-top: -30px;
  }
}
.lower-interview_d .interviewDetail__movie::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 70px;
  background: #f0ece6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.lower-interview_d .interviewDetail__movie .titleArea {
  margin-top: -40px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__movie .titleArea {
    margin-top: -30px;
  }
}
.lower-interview_d .interviewDetail__movie .titleArea .title {
  text-align: right;
  background: #f5f2ed;
  display: inline-block;
  padding: 30px 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__movie .titleArea .title {
    padding: 20px 30px;
  }
}
.lower-interview_d .interviewDetail__movie .movie {
  overflow: hidden;
  border-radius: 20px;
  margin: 30px auto 80px;
  max-width: 800px;
  width: 100%;
  position: relative;
}
.lower-interview_d .interviewDetail__movie .movie::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.lower-interview_d .interviewDetail__movie .movie img,
.lower-interview_d .interviewDetail__movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__movie .movie {
    margin: 20px auto 50px;
  }
}
.lower-interview_d .interviewDetail__movie .movie iframe {
  width: 100%;
  height: 100%;
}
.lower-interview_d .interviewDetail__main {
  background: #f0ece6;
  padding: 90px 0;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__main {
    padding: 40px 0;
  }
}
.lower-interview_d .interviewDetail__main .interviewArea {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__main .interviewArea {
    margin-top: 30px;
  }
}
.lower-interview_d .interviewDetail__main .interviewDetail__main__inner {
  max-width: 1180px;
}
.lower-interview_d .interviewDetail__main .interviewArea__item {
  display: flex;
  align-items: flex-start;
}
.lower-interview_d .interviewDetail__main .interviewArea__item + .interviewArea__item {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #dbd9d5;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__main .interviewArea__item + .interviewArea__item {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.lower-interview_d .interviewDetail__main .interviewArea__item .photoBox {
  position: relative;
  max-width: 420px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.lower-interview_d .interviewDetail__main .interviewArea__item .photoBox::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
}
.lower-interview_d .interviewDetail__main .interviewArea__item .photoBox img,
.lower-interview_d .interviewDetail__main .interviewArea__item .photoBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lower-interview_d .interviewDetail__main .interviewArea__item .textBox {
  width: 100%;
}
.lower-interview_d .interviewDetail__main .interviewArea__item .textBox .textBox__title {
  display: flex;
  align-items: flex-start;
}
.lower-interview_d .interviewDetail__main .interviewArea__item .textBox .textBox__title .num {
  color: #f6ab00;
  font-weight: bold;
  flex: 1 0 1.5em;
  margin-top: 0.3em;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__main .interviewArea__item .textBox .textBox__title .num {
    font-size: 1.6rem;
    margin-top: 0.15em;
  }
}
.lower-interview_d .interviewDetail__main .interviewArea__item .textBox .textBox__title .num + .title {
  border-left: 1px solid #dbd9d5;
}
.lower-interview_d .interviewDetail__main .interviewArea__item .textBox .textBox__title .title {
  font-weight: bold;
  width: 100%;
  margin-left: 10px;
  padding: 0 0 0 20px;
  font-size: clamp(1.7rem, 0.967rem + 2.44vw, 2.8rem);
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__main .interviewArea__item .textBox .textBox__title .title {
    padding: 0 0 0 10px;
    line-height: 1.4;
  }
}
.lower-interview_d .interviewDetail__main .interviewArea__item .textBox .textBox_text {
  margin-top: 20px;
  color: rgba(64, 42, 32, 0.9);
  font-weight: 400;
}
.lower-interview_d .interviewDetail__main .interviewArea__item:nth-child(2n+1) {
  flex-flow: row;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__main .interviewArea__item:nth-child(2n+1) {
    flex-flow: column-reverse;
  }
}
.lower-interview_d .interviewDetail__main .interviewArea__item:nth-child(2n+1) .photoBox {
  margin-right: 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__main .interviewArea__item:nth-child(2n+1) .photoBox {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
}
.lower-interview_d .interviewDetail__main .interviewArea__item:nth-child(2n) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__main .interviewArea__item:nth-child(2n) {
    flex-flow: column-reverse;
  }
}
.lower-interview_d .interviewDetail__main .interviewArea__item:nth-child(2n) .photoBox {
  margin-left: 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__main .interviewArea__item:nth-child(2n) .photoBox {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
}
.lower-interview_d .-graduate .interviewArea {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interviewArea {
    margin-top: 30px;
  }
}
.lower-interview_d .-graduate .interviewArea .tag {
  position: absolute;
  background: #f6ab00;
  color: #FFF;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.lower-interview_d .-graduate .interviewArea__item:nth-child(2n+1) {
  flex-flow: initial;
}
.lower-interview_d .-graduate .interviewArea__item:nth-child(2n+1) .photoBox {
  margin-right: initial;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interviewArea__item:nth-child(2n+1) .photoBox {
    margin-top: initial;
  }
}
.lower-interview_d .-graduate .interviewArea__item:nth-child(2n) {
  flex-flow: initial;
}
.lower-interview_d .-graduate .interviewArea__item:nth-child(2n) .photoBox {
  margin-left: initial;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interviewArea__item:nth-child(2n) .photoBox {
    margin-top: initial;
  }
}
.lower-interview_d .-graduate .interviewArea__item.-odd {
  flex-flow: row-reverse !important;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interviewArea__item.-odd {
    flex-flow: column-reverse !important;
  }
}
.lower-interview_d .-graduate .interviewArea__item.-odd .photoBox {
  margin-left: 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interviewArea__item.-odd .photoBox {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
}
.lower-interview_d .-graduate .interviewArea__item.-even {
  flex-flow: row !important;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interviewArea__item.-even {
    flex-flow: column-reverse !important;
  }
}
.lower-interview_d .-graduate .interviewArea__item.-even .photoBox {
  margin-right: 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interviewArea__item.-even .photoBox {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
}
.lower-interview_d .-graduate .interviewArea_wrap {
  position: relative;
  padding: 60px 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interviewArea_wrap {
    padding: 60px 20px 40px;
  }
}
.lower-interview_d .-graduate .interviewArea_wrap + .interviewArea_wrap {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interviewArea_wrap + .interviewArea_wrap {
    margin-top: 40px;
  }
}
.lower-interview_d .-graduate .interview__sectionLead {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interview__sectionLead {
    margin-top: 40px;
  }
}
.lower-interview_d .-graduate .interview__sectionLead:first-child {
  margin-top: 0;
}
.lower-interview_d .-graduate .interview__sectionLead .sectionLead {
  font-size: clamp(1.5rem, 1.8vw, 1.9rem);
  margin-bottom: 60px;
  padding: 40px 40px;
  border-top: 4px double #dbd9d5;
  border-bottom: 4px double #dbd9d5;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .-graduate .interview__sectionLead .sectionLead {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
.lower-interview_d .interviewDetail__message {
  padding: 100px 0 60px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__message {
    padding: 60px 0 20px;
  }
}
.lower-interview_d .interviewDetail__message .interviewDetail__message__inner {
  max-width: 1180px;
}
.lower-interview_d .interviewDetail__message .titleArea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-interview_d .interviewDetail__message .titleArea .title {
  align-items: center;
}
.lower-interview_d .interviewDetail__message .messageArea {
  display: flex;
  align-items: center;
  padding: 40px 140px 40px 100px;
  border-radius: 1000px;
  margin-top: 40px;
  background: #FFF;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__message .messageArea {
    padding: 0;
    background: transparent;
    border-radius: 0;
    flex-flow: column;
    margin-top: 30px;
  }
}
.lower-interview_d .interviewDetail__message .messageArea .photo {
  position: relative;
  max-width: 250px;
  width: 100%;
  flex: 1 0 250px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.lower-interview_d .interviewDetail__message .messageArea .photo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.lower-interview_d .interviewDetail__message .messageArea .photo img,
.lower-interview_d .interviewDetail__message .messageArea .photo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__message .messageArea .photo {
    z-index: 1;
    margin-right: 0;
    flex: none;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__message .messageArea .photo + .text {
    margin-top: -40px;
    padding: 60px 30px 30px;
  }
}
.lower-interview_d .interviewDetail__message .messageArea .text {
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__message .messageArea .text {
    background: #FFF;
    margin-left: 0;
    border-radius: 20px;
    padding: 30px;
  }
}
.lower-interview_d .interviewDetail__date {
  padding: 0 40px;
  text-align: center;
  margin: 70px auto 70px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__date {
    padding: 0 20px;
    margin: 20px auto 10px;
  }
}
.lower-interview_d .interviewDetail__link {
  text-align: center;
  margin-top: 40px;
  background: #f0ece6;
}
.lower-interview_d .interviewDetail__link .interviewDetail__link__inner {
  max-width: 1180px;
  padding: 60px 40px 60px;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__link .interviewDetail__link__inner {
    padding: 30px 20px 30px;
  }
}
.lower-interview_d .interviewDetail__link .commonLink01 {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-interview_d .interviewDetail__link .commonLink01 a {
  position: relative;
  padding: 25px 35px 28px 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  max-width: 800px;
}
.lower-interview_d .interviewDetail__link .commonLink01 a::after {
  flex: 1 0 18px;
  width: 18px;
  height: 18px;
}
.lower-interview_d .interviewDetail__link .commonLink01 a .txt {
  border-bottom: 0;
  text-align: left;
  display: inline;
  line-height: 1.6;
  word-break: break-all;
}
@media screen and (min-width: 835px) {
  .lower-interview_d .interviewDetail__link .commonLink01 a {
    transition: color 0.3s;
  }
  .lower-interview_d .interviewDetail__link .commonLink01 a:hover .txt {
    color: #f6ab00;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__link .commonLink01 a {
    padding: 16px 20px 16px 25px;
  }
}
.lower-interview_d .interviewDetail__link .commonLink01 a[target=_blank] .txt::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url(../img/common/ico_external.png);
  background-size: cover;
  flex: 1 0 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: scale(1);
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__link .commonLink01 a[target=_blank] .txt::after {
    transform: scale(0.8);
    top: 6px;
    right: 6px;
  }
}
.lower-interview_d .interviewDetail__button {
  padding-top: 100px;
  padding-bottom: 120px;
  background: #f0ece6;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__button {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.lower-interview_d .interviewDetail__button .interviewDetail__button__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__button .interviewDetail__button__inner {
    flex-flow: wrap;
  }
}
.lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonLink01 {
  display: flex;
}
.lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonLink01.-prev {
  width: 50%;
  order: 1;
  text-align: left;
}
.lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonLink01.-prev a {
  display: inline-flex;
}
.lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonLink01.-prev a .txt {
  order: 2;
}
.lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonLink01.-prev a::after {
  order: 1;
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(180deg);
  transform-origin: center;
}
.lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonLink01.-next {
  display: flex;
  width: 50%;
  order: 3;
  margin: 0 0 0 auto;
  text-align: right;
  justify-content: flex-end;
}
.lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonBtn01 {
  position: absolute;
  left: 50%;
  top: -0.7em;
  bottom: 0;
  margin: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonBtn01 {
    position: static;
    transform: translateX(0);
    order: 3;
    margin-top: 30px;
  }
}
.lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonBtn01 a {
  width: 200px;
  height: 56px;
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonBtn01 a {
    height: 50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-interview_d .interviewDetail__button .interviewDetail__button__inner .commonBtn01 a .txt {
    font-size: 1.4rem;
  }
}

/* ============================================
// 支配人の一日
// ==========================================*/
.lower-oneday .oneday {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday {
    padding-bottom: 50px;
  }
}
.lower-oneday .oneday__movie {
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__movie {
    padding-top: 40px;
  }
}
.lower-oneday .oneday__main {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__main {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.lower-oneday .oneday__main__inner {
  max-width: 1180px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__main__inner {
    padding: 0 10px;
  }
}
.lower-oneday .onedayItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.lower-oneday .onedayItem .onedayItem__time {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #f6ab00;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -40px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .onedayItem__time {
    width: 80px;
    height: 80px;
    margin-bottom: -35px;
  }
}
.lower-oneday .onedayItem .onedayItem__time .timeItem {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .onedayItem__time .timeItem {
    font-size: 1.6rem;
  }
}
.lower-oneday .onedayItem .onedayItem__time .timeItem + .timeItem {
  position: relative;
}
.lower-oneday .onedayItem .onedayItem__time .timeItem + .timeItem::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 10px;
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(100% - 5px);
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .onedayItem__time .timeItem + .timeItem::before {
    bottom: calc(100% - 4px);
    width: 2px;
  }
}
.lower-oneday .onedayItem .onedayItem__wrap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .onedayItem__wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem .onedayItem__wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.lower-oneday .onedayItem .onedayItem__wrap::before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 20px solid #e8e4df;
  border-bottom: 20px solid #e8e4df;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .onedayItem__wrap::before {
    border-top: 10px solid #e8e4df;
    border-bottom: 10px solid #e8e4df;
  }
}
.lower-oneday .onedayItem .onedayItem__wrap__inner {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem .onedayItem__wrap__inner {
    flex-flow: column;
  }
}
.lower-oneday .onedayItem .numArea {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  font-family: serif;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: bold;
  color: rgba(64, 42, 32, 0.1);
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .numArea {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.lower-oneday .onedayItem .numArea .en {
  font-size: 4rem;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .numArea .en {
    font-size: 2rem;
  }
}
.lower-oneday .onedayItem .numArea .num {
  font-size: 9rem;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .numArea .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem .numArea .num {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem .numArea + .textArea {
    margin-top: -30px;
  }
}
.lower-oneday .onedayItem .photoArea {
  flex: 1 0 360px;
  padding: 0 20px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .photoArea {
    flex: none;
    max-width: 260px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem .photoArea {
    width: 100%;
  }
}
.lower-oneday .onedayItem .photoArea .photo {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.lower-oneday .onedayItem .photoArea .photo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.lower-oneday .onedayItem .photoArea .photo img,
.lower-oneday .onedayItem .photoArea .photo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lower-oneday .onedayItem .textArea {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.lower-oneday .onedayItem .textArea .title {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .textArea .title {
    font-size: 2rem;
  }
}
.lower-oneday .onedayItem .textArea .title + .text {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .textArea .title + .text {
    margin-top: 10px;
  }
}
.lower-oneday .onedayItem .textArea .text {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem .textArea .text {
    font-size: 1.4rem;
  }
}
.lower-oneday .onedayItem + .onedayItem {
  margin-top: -50px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem + .onedayItem {
    margin-top: -35px;
  }
}
.lower-oneday .onedayItem:last-child {
  position: relative;
}
.lower-oneday .onedayItem:last-child::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 50px;
  background: #f5f2ed;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}
.lower-oneday .onedayItem:last-child .onedayItem__wrap::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 150px;
  position: absolute;
  top: 100%;
  border-top: 20px solid #e8e4df;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:last-child .onedayItem__wrap::after {
    border-top: 10px solid #e8e4df;
    height: 70px;
  }
}
.lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap::before {
  right: 0;
  border-right: 20px solid #e8e4df;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap::before {
    border-right: 10px solid #e8e4df;
  }
}
.lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap__inner {
  flex-flow: row;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap__inner {
    flex-flow: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap__inner {
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap__inner .numArea + .photoArea {
    margin-top: -20px;
  }
}
.lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap__inner .photoArea {
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap__inner .photoArea {
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap__inner .textArea {
  margin-right: 100px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n+1) .onedayItem__wrap__inner .textArea {
    margin-right: 10%;
    margin-left: 10px;
  }
}
.lower-oneday .onedayItem:nth-child(2n+1):last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n+1):last-child .onedayItem__wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem:nth-child(2n+1):last-child .onedayItem__wrap {
    padding-bottom: 30px;
  }
}
.lower-oneday .onedayItem:nth-child(2n+1):last-child .onedayItem__wrap::after {
  border-left: 20px solid #e8e4df;
  border-top-left-radius: 20px;
  left: 100px;
  right: 0;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n+1):last-child .onedayItem__wrap::after {
    border-left: 10px solid #e8e4df;
  }
}
.lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap::before {
  left: 0;
  border-left: 20px solid #e8e4df;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap::before {
    border-left: 10px solid #e8e4df;
  }
}
.lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap__inner {
  flex-flow: row-reverse;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap__inner {
    flex-flow: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap__inner {
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap__inner .numArea + .photoArea {
    margin-top: -20px;
  }
}
.lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap__inner .photoArea {
  margin-left: 40px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap__inner .photoArea {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap__inner .textArea {
  margin-left: 100px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n) .onedayItem__wrap__inner .textArea {
    margin-left: 10%;
    margin-right: 10px;
  }
}
.lower-oneday .onedayItem:nth-child(2n):last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n):last-child .onedayItem__wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .onedayItem:nth-child(2n):last-child .onedayItem__wrap {
    padding-bottom: 30px;
  }
}
.lower-oneday .onedayItem:nth-child(2n):last-child .onedayItem__wrap::after {
  border-right: 20px solid #e8e4df;
  border-top-right-radius: 20px;
  left: 0;
  right: 100px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .onedayItem:nth-child(2n):last-child .onedayItem__wrap::after {
    border-right: 10px solid #e8e4df;
  }
}
.lower-oneday .oneday__finish {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish {
    padding: 0 24px;
  }
}
.lower-oneday .oneday__finish .finishWrap {
  max-width: 800px;
  width: 100%;
  margin: auto;
  background: #f6ab00;
  border-radius: 20px;
}
.lower-oneday .oneday__finish .finish__main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 0 20px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .finish__main {
    height: 80px;
  }
}
.lower-oneday .oneday__finish .photo__main {
  position: absolute;
  bottom: 0;
  left: 40px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .photo__main {
    position: static;
    transform-origin: bottom center;
    max-width: 100px;
    width: 100%;
    left: 20px;
    margin-right: 20px;
    margin-top: -10px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .lower-oneday .oneday__finish .photo__main {
    max-width: 90px;
    margin-right: 20px;
  }
}
.lower-oneday .oneday__finish .text__main {
  color: #FFF;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .text__main {
    font-size: 1.8rem;
    flex: 0 0 auto;
  }
}
.lower-oneday .oneday__finish .text__sub {
  font-weight: 400;
  line-height: 1.8;
  padding: 20px 32px;
  background: #ffffff;
  border: 3px solid #f6ab00;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .text__sub {
    padding: 16px 22px;
  }
}
.lower-oneday .oneday__finish .photo__sub {
  position: absolute;
  right: -20px;
  bottom: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .photo__sub {
    position: absolute;
    top: calc(100% + 20px);
    transform: scale(1);
    transform-origin: right;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    flex-flow: row-reverse;
    justify-content: center;
  }
}
.lower-oneday .oneday__finish .photo__sub .photo {
  max-width: 160px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.lower-oneday .oneday__finish .photo__sub .photo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.lower-oneday .oneday__finish .photo__sub .photo img,
.lower-oneday .oneday__finish .photo__sub .photo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .photo__sub .photo {
    max-width: 80px;
    margin-right: 15px;
  }
}
.lower-oneday .oneday__finish .photo__sub .text {
  position: relative;
  text-align: center;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .photo__sub .text {
    text-align: left;
    margin-bottom: 0;
  }
}
.lower-oneday .oneday__finish .photo__sub .text::before, .lower-oneday .oneday__finish .photo__sub .text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 80%;
  background: #402a20;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .photo__sub .text::before, .lower-oneday .oneday__finish .photo__sub .text::after {
    width: 40px;
    height: 2px;
    bottom: auto;
  }
}
.lower-oneday .oneday__finish .photo__sub .text::before {
  transform: rotate(-20deg);
  right: 100%;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .photo__sub .text::before {
    top: 0;
    left: 0;
    right: auto;
    transform: rotate(-15deg);
  }
}
.lower-oneday .oneday__finish .photo__sub .text::after {
  transform: rotate(20deg);
  left: 100%;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .photo__sub .text::after {
    bottom: 0;
    left: 0;
    right: auto;
    transform: rotate(15deg);
  }
}
.lower-oneday .oneday__finish .photo__sub .text p {
  font-size: 1.6rem;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .lower-oneday .oneday__finish .photo__sub .text p {
    font-size: 1.4rem;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 12px;
    margin-bottom: 14px;
    line-height: 1.6;
  }
}
.lower-oneday .point {
  padding: 100px 0 120px;
  background: #f0ece6;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point {
    padding: 40px 0 50px;
  }
}
.lower-oneday .point__inner {
  max-width: 1180px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point__inner {
    padding: 0 16px;
  }
}
.lower-oneday .point .pointTitle {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.66;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointTitle {
    font-size: 2rem;
  }
}
.lower-oneday .point .pointTitle b {
  color: #f6ab00;
}
.lower-oneday .point .pointTitle span {
  display: inline-block;
  position: relative;
}
.lower-oneday .point .pointTitle span::before, .lower-oneday .point .pointTitle span::after {
  content: "";
  position: absolute;
  bottom: 0;
  flex: 0 0 3px;
  width: 3px;
  height: 40px;
  background: #402a20;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointTitle span::before, .lower-oneday .point .pointTitle span::after {
    width: 2px;
    height: 56px;
  }
}
.lower-oneday .point .pointTitle span::before {
  left: -20px;
  transform: rotate(-20deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointTitle span::before {
    left: -5px;
  }
}
.lower-oneday .point .pointTitle span::after {
  right: -20px;
  transform: rotate(20deg);
  transform-origin: left bottom;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointTitle span::after {
    right: -5px;
  }
}
.lower-oneday .point .pointTitle span br {
  display: none;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointTitle span br {
    display: block;
  }
}
.lower-oneday .point .pointText {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointText {
    margin-top: 32px;
  }
}
.lower-oneday .point .pointText span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  padding: 14px 30px;
  background: #402a20;
  border-radius: 500px;
}
.lower-oneday .point .pointText span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #402a20 transparent transparent transparent;
  transform: translate(-50%, 100%);
}
.lower-oneday .point .pointList {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointList {
    margin-top: 24px;
  }
}
.lower-oneday .point .pointList__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 64px 80px 68px 100px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointList__item {
    display: block;
    padding: 24px 26px 30px;
  }
}
.lower-oneday .point .pointList__item:last-child {
  margin-bottom: 0;
}
.lower-oneday .point .pointList__item .num {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  background: #f6ab00;
  border-radius: 20px 0 5px 0;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointList__item .num {
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
  }
}
.lower-oneday .point .pointList__item .num b {
  font-size: 2.4rem;
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointList__item .num b {
    font-size: 2rem;
  }
}
.lower-oneday .point .pointList__item .img {
  flex: 0 0 181px;
  max-width: 181px;
  margin-right: 80px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointList__item .img {
    max-width: 120px;
    margin: 0 auto 20px;
  }
}
.lower-oneday .point .pointList__item .img img {
  max-width: 100%;
}
.lower-oneday .point .pointList__item .body {
  flex: 1 1 auto;
}
.lower-oneday .point .pointList__item .body .copy {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.66;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointList__item .body .copy {
    font-size: 1.9rem;
  }
}
.lower-oneday .point .pointList__item .body .txt {
  font-weight: 400;
  color: rgba(64, 42, 32, 0.9);
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointList__item .body .txt {
    margin-top: 10px;
  }
}
.lower-oneday .point .pointBtn {
  width: 600px;
  margin: 64px auto 0;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointBtn {
    width: 90%;
    max-width: 600px;
    margin-top: 40px;
  }
}
.lower-oneday .point .pointBtn a {
  width: 100%;
  height: 88px;
}
@media screen and (max-width: 834px) {
  .lower-oneday .point .pointBtn a {
    height: 64px;
  }
}

/* ============================================
// FAQ
// ==========================================*/
.lower-faq .faq .innerWrap {
  max-width: 1180px;
}
.lower-faq .faq__link {
  padding: 38px 40px;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__link {
    padding: 20px 24px 40px;
  }
}
.lower-faq .faq__link .faqItem {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 28px;
  margin-right: 28px;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__link .faqItem {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
.lower-faq .faq__link .faqItem a::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__link .faqItem a::after {
    transform: rotate(90deg) scale(0.8);
    transform-origin: center center;
  }
}
.lower-faq .faq__content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.lower-faq .faq__content::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #f6ab00;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lower-faq .faq__content:nth-child(2n+1) {
  background: #f0ece6;
}
.lower-faq .faq__content:nth-child(2n) {
  background: #f5f2ed;
}
.lower-faq .faq__content:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content:last-child {
    padding-bottom: 80px;
  }
}
.lower-faq .faq__content .faq__title {
  text-align: center;
}
.lower-faq .faq__content .faq__title .ja {
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__title .ja {
    font-size: 2.2rem;
  }
}
.lower-faq .faq__content .faq__body {
  margin-top: 36px;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__body {
    margin-top: 20px;
  }
}
.lower-faq .faq__content .faq__body .faqItem {
  transform: translateY(0);
  transition: box-shadow 0.3s, transform 0.3s;
}
.lower-faq .faq__content .faq__body .faqItem .qArea {
  background: #FFF;
  display: flex;
  padding: 25px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  transition: border-radius 0.3s;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__body .faqItem .qArea {
    padding: 16px 20px;
  }
}
.lower-faq .faq__content .faq__body .faqItem .qArea .q {
  font-family: "Montserrat", sans-serif;
  color: #f6ab00;
  width: 2em;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 4px;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__body .faqItem .qArea .q {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.lower-faq .faq__content .faq__body .faqItem .qArea .title {
  font-weight: bold;
  width: 100%;
  transition: color 0.3s;
  font-size: 2rem;
  margin-top: 4px;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__body .faqItem .qArea .title {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.lower-faq .faq__content .faq__body .faqItem .qArea .icon {
  flex: 1 0 20px;
  width: 20px;
  height: 40px;
  position: relative;
  margin-left: 14px;
  align-self: center;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__body .faqItem .qArea .icon {
    width: 20px;
    height: 20px;
    margin-left: 14px;
  }
}
.lower-faq .faq__content .faq__body .faqItem .qArea .icon::before, .lower-faq .faq__content .faq__body .faqItem .qArea .icon::after {
  content: "";
  display: inline-block;
  background: #402a20;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.3s, background 0.3s;
}
.lower-faq .faq__content .faq__body .faqItem .qArea .icon::before {
  width: 20px;
  height: 2px;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__body .faqItem .qArea .icon::before {
    width: 12px;
  }
}
.lower-faq .faq__content .faq__body .faqItem .qArea .icon::after {
  width: 2px;
  height: 20px;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__body .faqItem .qArea .icon::after {
    height: 12px;
  }
}
.lower-faq .faq__content .faq__body .faqItem .aArea {
  display: none;
  background: #FFF;
  padding: 30px 40px;
  color: #402a20;
  border-top: 1px solid #e5e5e5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__body .faqItem .aArea {
    padding: 16px 20px;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.lower-faq .faq__content .faq__body .faqItem[data-is-answerShow=true] .qArea .icon::after {
  transform: rotate(270deg);
}
.lower-faq .faq__content .faq__body .faqItem[data-is-answerShow=false] .qArea {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: border-radius 0.2s 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-faq .faq__content .faq__body .faqItem:hover {
    box-shadow: 0 0 30px rgba(64, 42, 32, 0.08);
    transform: translateY(-2px);
  }
  .lower-faq .faq__content .faq__body .faqItem:hover .qArea .title {
    color: #f6ab00;
  }
  .lower-faq .faq__content .faq__body .faqItem:hover .qArea .icon::before, .lower-faq .faq__content .faq__body .faqItem:hover .qArea .icon::after {
    background: #f6ab00;
  }
}
.lower-faq .faq__content .faq__body .faqItem + .faqItem {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-faq .faq__content .faq__body .faqItem + .faqItem {
    margin-top: 10px;
  }
}

/* ============================================
// 制度・サポート
// ==========================================*/
.lower-support .supportItem {
  padding-top: 60px;
  padding-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .lower-support .supportItem {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.lower-support .supportItem:nth-child(2n+1) {
  background: #f5f2ed;
}
.lower-support .supportItem:nth-child(2n+1) .numArea::before {
  background: #f5f2ed;
}
.lower-support .supportItem:nth-child(2n) {
  background: #f0ece6;
}
.lower-support .supportItem:nth-child(2n) .numArea::before {
  background: #f0ece6;
}
.lower-support .supportItem__inner {
  max-width: 1180px;
}
.lower-support .numArea {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 68px;
  margin: auto;
  transform: scale(1);
}
@media screen and (max-width: 834px) {
  .lower-support .numArea {
    transform: scale(0.8);
  }
}
.lower-support .numArea::before {
  content: "";
  display: inline-block;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 50%;
  margin: auto;
  z-index: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .lower-support .numArea::before {
    width: 200px;
    height: 200px;
  }
}
.lower-support .numArea .numArea__text {
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  line-height: 1;
  display: flex;
  flex-flow: row;
}
.lower-support .numArea .numArea__text p {
  position: relative;
  width: 55px;
  height: 55px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
.lower-support .numArea .numArea__text span {
  position: absolute;
  top: 1px;
  left: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 37px;
  transform-origin: center bottom;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.lower-support .numArea .numArea__text span:nth-child(1) {
  transform: rotate(-56deg);
}
.lower-support .numArea .numArea__text span:nth-child(2) {
  transform: rotate(-32deg);
}
.lower-support .numArea .numArea__text span:nth-child(3) {
  transform: rotate(-10deg);
}
.lower-support .numArea .numArea__text span:nth-child(4) {
  transform: rotate(12deg);
}
.lower-support .numArea .numArea__text span:nth-child(5) {
  transform: rotate(30deg);
}
.lower-support .numArea .numArea__text span:nth-child(6) {
  transform: rotate(42deg);
}
.lower-support .numArea .numArea__text span:nth-child(7) {
  transform: rotate(56deg);
}
.lower-support .numArea .numArea__num {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  background: #402a20;
  border-radius: 50%;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 834px) {
  .lower-support .numArea .numArea__num {
    font-size: 1.8rem;
  }
}
.lower-support .titleArea {
  position: relative;
  z-index: 1;
  max-width: 880px;
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (max-width: 834px) {
  .lower-support .titleArea {
    margin: 0 auto 0;
  }
}
.lower-support .titleArea .titleArea__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .lower-support .titleArea .titleArea__title {
    line-height: 1.6;
    font-size: clamp(1.8rem, 0.433rem + 2.62vw, 2.4rem);
  }
}
@media screen and (max-width: 500px) {
  .lower-support .titleArea .titleArea__title {
    text-align: left;
    font-size: 1.8rem;
  }
  .lower-support .titleArea .titleArea__title br {
    display: none;
  }
}
.lower-support .imgArea {
  max-width: 880px;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: #FFF;
  border: 3px solid #e8e5e1;
  padding: 60px 40px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .lower-support .imgArea {
    padding: 30px 20px;
    margin-top: 20px;
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
    border: none;
    border-radius: 0;
  }
}
.lower-support .imgArea .img img {
  max-width: 100%;
  image-rendering: pixelated;
}
.lower-support .textArea {
  position: relative;
  z-index: 1;
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 834px) {
  .lower-support .textArea {
    margin: 20px auto 0;
  }
}
.lower-support .connectImgArea {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-support .connectImgArea {
    margin-top: 20px;
  }
}
.lower-support .connectImgArea .connectImgArea__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: -60px;
  margin-right: -60px;
}
@media screen and (max-width: 834px) {
  .lower-support .connectImgArea .connectImgArea__wrap {
    margin-left: -20px;
    margin-right: -20px;
    align-items: stretch;
  }
}
@media screen and (max-width: 500px) {
  .lower-support .connectImgArea .connectImgArea__wrap {
    margin-left: 0;
    margin-right: 0;
    flex-flow: column;
  }
}
.lower-support .connectImgArea .connectImgArea__item {
  position: relative;
  max-width: 220px;
  width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}
@media screen and (max-width: 834px) {
  .lower-support .connectImgArea .connectImgArea__item {
    width: 33%;
    margin-left: 10px;
    margin-right: 10px;
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .lower-support .connectImgArea .connectImgArea__item {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.lower-support .connectImgArea .connectImgArea__item:first-child {
  margin-top: 0;
}
.lower-support .connectImgArea .connectImgArea__item:last-child {
  margin-bottom: 0;
}
.lower-support .connectImgArea .connectImgArea__item + .connectImgArea__item::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f6ab00;
  position: absolute;
  top: 85px;
  right: calc(100% + 35px);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .lower-support .connectImgArea .connectImgArea__item + .connectImgArea__item::before {
    width: 35px;
    height: 35px;
    right: 97.5%;
    top: 32%;
  }
}
@media screen and (max-width: 500px) {
  .lower-support .connectImgArea .connectImgArea__item + .connectImgArea__item::before {
    right: 0;
    left: 0;
    bottom: calc(100% - 10px);
    top: auto;
    margin: auto;
  }
}
.lower-support .connectImgArea .connectImgArea__item + .connectImgArea__item::after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  position: absolute;
  text-align: center;
  top: 82px;
  right: calc(100% + 35px);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .lower-support .connectImgArea .connectImgArea__item + .connectImgArea__item::after {
    width: 35px;
    height: 35px;
    font-size: 3.4rem;
    right: 97.5%;
    top: 31.6%;
  }
}
@media screen and (max-width: 500px) {
  .lower-support .connectImgArea .connectImgArea__item + .connectImgArea__item::after {
    left: 1px;
    right: 0;
    bottom: calc(100% - 8px);
    top: auto;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .lower-support .connectImgArea .img {
    width: 50%;
  }
}
.lower-support .connectImgArea .img .imgItem {
  max-width: 220px;
  width: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.lower-support .connectImgArea .img .imgItem::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.lower-support .connectImgArea .img .imgItem img,
.lower-support .connectImgArea .img .imgItem iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .lower-support .connectImgArea .img .imgItem {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .lower-support .connectImgArea .img .imgItem {
    margin-left: auto;
    margin-right: 0;
    max-width: 140px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.lower-support .connectImgArea .text {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-support .connectImgArea .text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .lower-support .connectImgArea .text {
    margin-left: 10px;
    margin-right: 15px;
    align-items: flex-start;
    text-align: left;
    margin-top: 0;
    width: 50%;
  }
}
.lower-support .connectImgArea .text .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .lower-support .connectImgArea .text .small {
    font-size: 1.4rem;
    font-size: clamp(1.3rem, 0.844rem + 0.87vw, 1.5rem);
  }
}
.lower-support .connectImgArea .text .em {
  font-style: normal;
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .lower-support .connectImgArea .text .em {
    font-size: 1.8rem;
  }
}
.lower-support .galleryArea {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-support .galleryArea {
    margin-top: 40px;
  }
}
.lower-support .galleryArea .galleryArea__slide[data-is-sliderStop=true] .swiper-wrapper {
  justify-content: center;
}
.lower-support .galleryArea .galleryArea__slide[data-is-sliderStop=true] .swiper-slide {
  max-width: 480px;
  width: 100%;
  margin: 0 10px;
}
@media screen and (max-width: 834px) {
  .lower-support .galleryArea .galleryArea__slide[data-is-sliderStop=true] .swiper-slide {
    width: 50%;
    margin: 0 5px;
  }
}
@media screen and (max-width: 834px) {
  .lower-support .galleryArea .galleryArea__slide[data-is-sliderStop=true] .swiper-slide:only-child {
    width: 100%;
  }
}
.lower-support .galleryArea .swiper-container {
  overflow: visible;
}
.lower-support .galleryArea .swiper-wrapper {
  transition-timing-function: linear;
}
.lower-support .galleryArea .photo {
  overflow: hidden;
  border-radius: 10px;
}
.lower-support .galleryArea .gallery__note {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-support .galleryArea .gallery__note {
    text-align: left;
    margin-top: 20px;
  }
}
.lower-support .support__message {
  position: relative;
  background: #f0ece6;
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .lower-support .support__message {
    padding: 60px 0;
  }
}
.lower-support .support__message .eng {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 10vw;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .lower-support .support__message .eng {
    top: 0;
  }
}
.lower-support .support__message .support__message__title {
  font-size: clamp(2.2rem, 2.6vw, 2.8rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-support .support__message .support__message__title {
    margin-bottom: 20px;
  }
}
.lower-support .support__message .support__message__photo .balloon {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .lower-support .support__message .support__message__photo .balloon {
    margin-bottom: 20px;
  }
}
.lower-support .support__message .support__message__photo .balloon::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #f6ab00 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.lower-support .support__message .support__message__photo .balloon span {
  background: #f6ab00;
  border-radius: 100px;
  color: #FFF;
  padding: 8px 20px;
  text-align: center;
  margin: auto;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.lower-support .support__message .support__message__photo .photo {
  position: relative;
  z-index: 1;
  max-width: 500px;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .lower-support .support__message .support__message__photo .photo {
    width: 90%;
  }
}
.lower-support .support__message .support__message__text {
  max-width: 900px;
  width: 100%;
  position: relative;
  background: #FFF;
  border-radius: 20px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px 40px;
}
@media screen and (max-width: 834px) {
  .lower-support .support__message .support__message__text {
    width: calc(100% + 48px);
    padding: 50px 20px 30px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}
.lower-support .support__message .support__message__text .img {
  position: absolute;
  bottom: -40px;
  right: -80px;
  width: 126px;
  aspect-ratio: 126/238;
}
@media screen and (max-width: 834px) {
  .lower-support .support__message .support__message__text .img {
    bottom: 0;
    right: 0;
    width: 100px;
    opacity: 0.2;
    display: none;
  }
}
.lower-support .support__message .support__message__text .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* ============================================
// メリット
// ==========================================*/
.lower-merit .merit__movie {
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  .lower-merit .merit__movie {
    padding-top: 40px;
  }
}
.lower-merit .meritItem {
  padding: 110px 0 110px;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem {
    padding: 60px 0 60px;
  }
}
.lower-merit .meritItem:nth-child(2n+1) {
  background: #f5f2ed;
}
.lower-merit .meritItem:nth-child(2n) {
  background: #f0ece6;
}
.lower-merit .meritItem .meritItem__inner {
  max-width: 1080px;
}
.lower-merit .meritItem__title {
  display: flex;
  align-items: flex-start;
}
.lower-merit .meritItem__title .numArea {
  flex: 1 0 48px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 68px;
  transform: scale(1);
}
.lower-merit .meritItem__title .numArea .numArea__text {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  line-height: 1;
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__title .numArea .numArea__text {
    top: 0;
    transform: scale(0.8);
    transform-origin: left top;
  }
}
.lower-merit .meritItem__title .numArea .numArea__text p {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}
.lower-merit .meritItem__title .numArea .numArea__text span {
  position: absolute;
  top: 1px;
  left: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 37px;
  transform-origin: center bottom;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.lower-merit .meritItem__title .numArea .numArea__text span:nth-child(1) {
  transform: rotate(-30deg);
}
.lower-merit .meritItem__title .numArea .numArea__text span:nth-child(2) {
  transform: rotate(-10deg);
}
.lower-merit .meritItem__title .numArea .numArea__text span:nth-child(3) {
  transform: rotate(5deg);
}
.lower-merit .meritItem__title .numArea .numArea__text span:nth-child(4) {
  transform: rotate(21deg);
}
.lower-merit .meritItem__title .numArea .numArea__text span:nth-child(5) {
  transform: rotate(38deg);
}
.lower-merit .meritItem__title .numArea .numArea__num {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  background: #402a20;
  border-radius: 50%;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__title .numArea .numArea__num {
    font-size: 1.8rem;
    transform: scale(0.8);
    transform-origin: left top;
  }
}
.lower-merit .meritItem__title .titleArea {
  width: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__title .titleArea {
    margin-left: 5px;
  }
}
.lower-merit .meritItem__title .titleArea span {
  font-size: 3rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: #FFF;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 2.4;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__title .titleArea span {
    font-size: 2.2rem;
    padding: 3px 10px;
    line-height: 2;
  }
}
.lower-merit .meritItem__text {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__text {
    flex-flow: column;
    margin-top: 10px;
  }
}
.lower-merit .meritItem__text .illustArea {
  max-width: 220px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 56px;
  position: relative;
}
.lower-merit .meritItem__text .illustArea::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.lower-merit .meritItem__text .illustArea img,
.lower-merit .meritItem__text .illustArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__text .illustArea {
    margin-right: 0;
    max-width: 160px;
    margin-bottom: 20px;
  }
}
.lower-merit .meritItem__text .textArea {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__text .textArea {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.lower-merit .meritItem__figure {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure {
    margin-top: 30px;
  }
}
.lower-merit .meritItem__figure .rewardArea {
  margin-left: -2px;
  margin-right: -2px;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .rewardArea {
    margin-left: 0;
    margin-right: 0;
  }
}
.lower-merit .meritItem__figure .rewardArea .rewardItem {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 30px;
  margin-left: 2px;
  margin-right: 2px;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .rewardItem {
    flex-flow: wrap;
    padding: 20px 20px 30px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.lower-merit .meritItem__figure .rewardArea .rewardItem + .rewardItem::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f6ab00;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 16px);
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .rewardItem + .rewardItem::before {
    transform: scale(0.7);
    transform-origin: top;
    top: initial;
    bottom: calc(100% - 22px);
    right: 0;
    left: 0;
    margin: auto;
  }
}
.lower-merit .meritItem__figure .rewardArea .rewardItem + .rewardItem::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 2px);
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .rewardItem + .rewardItem::after {
    transform: scale(0.8) rotate(90deg);
    transform-origin: center;
    top: initial;
    bottom: calc(100% - 2px);
    right: 0;
    left: 0;
    margin: auto;
  }
}
.lower-merit .meritItem__figure .rewardArea .year {
  font-weight: bold;
  color: #f6ab00;
  font-size: 2rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .year {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 0px;
  }
}
.lower-merit .meritItem__figure .rewardArea .year .en {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .year .en {
    font-size: 2rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .reward {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .reward {
    flex-flow: row;
  }
}
.lower-merit .meritItem__figure .rewardArea .yen {
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .rewardArea .yen {
    font-size: 1.2rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .yen .tag {
  text-align: center;
  color: #7cb236;
  margin-bottom: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .rewardArea .yen .tag {
    font-size: 1.2rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .yen .pay {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .rewardArea .yen .pay {
    font-size: 2rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .plus {
  margin-top: 5px;
  line-height: 1;
  color: #f6ab00;
  font-size: 2.4rem;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .plus {
    margin-top: 0;
    margin-left: 0.6vw;
    font-size: 1.6rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .text {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .rewardArea .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .text {
    margin-top: 0;
    margin-left: 0.6vw;
    font-size: 1.4rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .reward__plus {
  display: flex;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .reward__plus {
    flex-flow: wrap;
  }
}
.lower-merit .meritItem__figure .rewardArea .reward__plus .rewardItem {
  width: 25%;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .reward__plus .rewardItem {
    width: 100%;
  }
}
.lower-merit .meritItem__figure .rewardArea .reward__all {
  margin-top: 4px;
}
@media screen and (max-width: 680px) {
  .lower-merit .meritItem__figure .rewardArea .reward__all {
    margin-top: 0;
  }
}
.lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem {
  justify-content: center;
  align-items: baseline;
  flex-flow: wrap;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 20px 20px 20px;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem {
    font-size: 1.6rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem .title {
  width: 100%;
  text-align: center;
}
.lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem .eng {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem .eng {
    font-size: 2rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem .pay {
  font-size: 4rem;
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #f6ab00;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem .pay {
    margin-left: 10px;
    font-size: 2.6rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem .small {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 1.6rem;
  color: #f6ab00;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem .small {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 1.4rem;
  }
}
.lower-merit .meritItem__figure .rewardArea .reward__plus .rewardItem {
  transition-duration: 0.3s;
  opacity: 0;
}
.lower-merit .meritItem__figure .rewardArea .reward__plus .rewardItem:nth-child(2) {
  transition-delay: 0.2s;
}
.lower-merit .meritItem__figure .rewardArea .reward__plus .rewardItem:nth-child(3) {
  transition-delay: 0.4s;
}
.lower-merit .meritItem__figure .rewardArea .reward__plus .rewardItem:nth-child(4) {
  transition-delay: 0.6s;
}
.lower-merit .meritItem__figure .rewardArea .reward__all .rewardItem {
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 1s;
}
.lower-merit .meritItem__figure .rewardArea.js-active .reward__plus .rewardItem {
  opacity: 1;
}
.lower-merit .meritItem__figure .rewardArea.js-active .reward__all .rewardItem {
  opacity: 1;
}
.lower-merit .meritItem__figure .note {
  font-size: 1.6rem;
  margin-top: 16px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .note {
    font-size: 1.4rem;
  }
}
.lower-merit .meritItem__figure .note span {
  display: block;
}
.lower-merit .meritItem__figure .note span + span {
  margin-top: 4px;
}
.lower-merit .meritItem__figure .note span + .big {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .lower-merit .meritItem__figure .note span + .big {
    font-size: 1.6rem;
  }
}

/* ============================================
// お知らせ
// ==========================================*/
.lower-information_l .information,
.lower-information_d .information {
  display: flex;
  flex-flow: row;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 40px 80px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information,
  .lower-information_d .information {
    padding: 30px 20px 60px;
    flex-flow: column;
  }
}
.lower-information_l .information .information__main,
.lower-information_d .information .information__main {
  width: 100%;
}
.lower-information_l .information .information__main .categoryName__area,
.lower-information_d .information .information__main .categoryName__area {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .categoryName__area,
  .lower-information_d .information .information__main .categoryName__area {
    margin-bottom: 5px;
    font-size: 1.44rem;
  }
}
.lower-information_l .information .information__main .categoryName__area dt,
.lower-information_d .information .information__main .categoryName__area dt {
  color: #f6ab00;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .categoryName__area dt,
  .lower-information_d .information .information__main .categoryName__area dt {
    font-size: 2rem;
  }
}
.lower-information_l .information .information__main .categoryName__area + .list,
.lower-information_d .information .information__main .categoryName__area + .list {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .categoryName__area + .list,
  .lower-information_d .information .information__main .categoryName__area + .list {
    margin-top: 10px;
  }
}
.lower-information_l .information .information__main .list .listItem,
.lower-information_d .information .information__main .list .listItem {
  border-bottom: 1px solid #dbd9d5;
  padding: 40px 0 40px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .list .listItem,
  .lower-information_d .information .information__main .list .listItem {
    padding: 20px 0;
  }
}
.lower-information_l .information .information__main .list .listItem:first-child,
.lower-information_d .information .information__main .list .listItem:first-child {
  border-top: 1px solid #dbd9d5;
}
.lower-information_l .information .information__main .list .listItem .listItem__head,
.lower-information_d .information .information__main .list .listItem .listItem__head {
  margin-bottom: 10px;
}
.lower-information_l .information .information__main .list .listItem a,
.lower-information_d .information .information__main .list .listItem a {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .list .listItem a,
  .lower-information_d .information .information__main .list .listItem a {
    flex-wrap: wrap;
  }
}
.lower-information_l .information .information__main .list .listItem .cat,
.lower-information_d .information .information__main .list .listItem .cat {
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  margin-right: 10px;
  background: #000;
  padding: 5px 15px;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .list .listItem .cat,
  .lower-information_d .information .information__main .list .listItem .cat {
    font-size: 1.2rem;
    padding: 3px 8px;
    margin-right: 5px;
  }
}
.lower-information_l .information .information__main .list .listItem .date,
.lower-information_d .information .information__main .list .listItem .date {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .list .listItem .date,
  .lower-information_d .information .information__main .list .listItem .date {
    font-size: 1.2rem;
  }
}
.lower-information_l .information .information__main .list .listItem .listItem__title,
.lower-information_d .information .information__main .list .listItem .listItem__title {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .list .listItem .listItem__title,
  .lower-information_d .information .information__main .list .listItem .listItem__title {
    line-height: 1.5;
    font-size: 1.8rem;
    margin-top: 4px;
  }
}
.lower-information_l .information .information__main .list .listItem .listItem__textArea,
.lower-information_d .information .information__main .list .listItem .listItem__textArea {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .list .listItem .listItem__textArea,
  .lower-information_d .information .information__main .list .listItem .listItem__textArea {
    margin-top: 15px;
  }
}
.lower-information_l .information .information__main .list .listItem .listItem__textArea .img,
.lower-information_d .information .information__main .list .listItem .listItem__textArea .img {
  flex: 1 0 200px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .list .listItem .listItem__textArea .img,
  .lower-information_d .information .information__main .list .listItem .listItem__textArea .img {
    border-radius: 5px;
    flex: 1 0 100px;
    max-width: 100px;
    margin-right: 20px;
  }
}
.lower-information_l .information .information__main .list .listItem .listItem__textArea .textBox p,
.lower-information_d .information .information__main .list .listItem .listItem__textArea .textBox p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.lower-information_l .information .information__main .list .listItem .listItem__textArea .textBox .commonLink01,
.lower-information_d .information .information__main .list .listItem .listItem__textArea .textBox .commonLink01 {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.lower-information_l .information .information__main .list .listItem .listItem__textArea .textBox .commonLink01 a,
.lower-information_d .information .information__main .list .listItem .listItem__textArea .textBox .commonLink01 a {
  align-items: center;
}
.lower-information_l .information .information__main .information__more,
.lower-information_d .information .information__main .information__more {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .information__more,
  .lower-information_d .information .information__main .information__more {
    margin-top: 40px;
  }
}
.lower-information_l .information .information__main .information__more__button,
.lower-information_d .information .information__main .information__more__button {
  max-width: 260px;
  width: 100%;
  margin: auto;
}
.lower-information_l .information .information__main .information__more__button a,
.lower-information_d .information .information__main .information__more__button a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  font-size: 1.6rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__main .information__more__button a,
  .lower-information_d .information .information__main .information__more__button a {
    font-size: 1.4rem;
    padding: 8px;
  }
}
.lower-information_l .information .information__main .information__more__pager,
.lower-information_d .information .information__main .information__more__pager {
  margin: 0 0 0;
  padding: 20px 0 0 0;
}
.lower-information_l .information .information__main .information__more__pager .pagination,
.lower-information_d .information .information__main .information__more__pager .pagination {
  padding-top: 0;
}
.lower-information_l .information .information__main .information__more__pager .pagination ul li a:hover,
.lower-information_l .information .information__main .information__more__pager .pagination ul li em,
.lower-information_d .information .information__main .information__more__pager .pagination ul li a:hover,
.lower-information_d .information .information__main .information__more__pager .pagination ul li em {
  background: #f6ab00;
}
.lower-information_l .information .information__main .information__more__pager .pagination ul li em,
.lower-information_d .information .information__main .information__more__pager .pagination ul li em {
  transition: all 0.3s;
}
.lower-information_l .information .information__main .information__more__pager .pagination ul li a,
.lower-information_d .information .information__main .information__more__pager .pagination ul li a {
  background: #FFF;
  transition: all 0.3s;
}
.lower-information_l .information .information__detail .information__detail__title,
.lower-information_d .information .information__detail .information__detail__title {
  margin-bottom: 55px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbd9d5;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .information__detail__title,
  .lower-information_d .information .information__detail .information__detail__title {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}
.lower-information_l .information .information__detail .information__detail__title .cat,
.lower-information_d .information .information__detail .information__detail__title .cat {
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  margin-right: 10px;
  background: #000;
  padding: 5px 15px;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .information__detail__title .cat,
  .lower-information_d .information .information__detail .information__detail__title .cat {
    font-size: 1.1rem;
    margin-right: 10px;
    padding: 0 10px;
  }
}
.lower-information_l .information .information__detail .information__detail__title .date,
.lower-information_d .information .information__detail .information__detail__title .date {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .information__detail__title .date,
  .lower-information_d .information .information__detail .information__detail__title .date {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.lower-information_l .information .information__detail .information__detail__title .title__top,
.lower-information_d .information .information__detail .information__detail__title .title__top {
  display: flex;
  align-items: center;
}
.lower-information_l .information .information__detail .information__detail__title .title__text,
.lower-information_d .information .information__detail .information__detail__title .title__text {
  line-height: 1.4;
  margin-top: 10px;
}
.lower-information_l .information .information__detail .information__detail__title .title__text span,
.lower-information_d .information .information__detail .information__detail__title .title__text span {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .information__detail__title .title__text span,
  .lower-information_d .information .information__detail .information__detail__title .title__text span {
    font-size: 1.8rem;
  }
}
.lower-information_l .information .information__detail .information__detail__body,
.lower-information_d .information .information__detail .information__detail__body {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .information__detail__body,
  .lower-information_d .information .information__detail .information__detail__body {
    margin-top: 15px;
  }
}
.lower-information_l .information .information__detail .photo,
.lower-information_d .information .information__detail .photo {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .photo,
  .lower-information_d .information .information__detail .photo {
    margin-bottom: 20px;
  }
}
.lower-information_l .information .information__detail .photo_item,
.lower-information_d .information .information__detail .photo_item {
  overflow: hidden;
  background: #fdfaf3;
  border-radius: 10px;
  text-align: center;
  max-width: 640px;
  max-height: 480px;
  margin: auto;
  border: 1px solid #dbd9d5;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .photo_item img,
  .lower-information_d .information .information__detail .photo_item img {
    max-height: inherit;
    max-width: 100%;
  }
}
.lower-information_l .information .information__detail .text,
.lower-information_d .information .information__detail .text {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .text,
  .lower-information_d .information .information__detail .text {
    margin-bottom: 30px;
  }
}
.lower-information_l .information .information__detail .text p + .link,
.lower-information_d .information .information__detail .text p + .link {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .text p + .link,
  .lower-information_d .information .information__detail .text p + .link {
    margin-bottom: 10px;
  }
}
.lower-information_l .information .information__detail .link,
.lower-information_d .information .information__detail .link {
  margin-bottom: 10px;
  line-height: 1;
}
.lower-information_l .information .information__detail .link a,
.lower-information_d .information .information__detail .link a {
  display: inline-flex;
  word-break: break-all;
  align-items: center;
  font-weight: bold;
}
.lower-information_l .information .information__detail .link a::before,
.lower-information_d .information .information__detail .link a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../img/information/icon_link.png);
  background-size: cover;
  flex: 1 0 17px;
  margin-right: 10px;
}
.lower-information_l .information .information__detail .link a[target=_blank],
.lower-information_d .information .information__detail .link a[target=_blank] {
  font-weight: 400;
}
.lower-information_l .information .information__detail .link a[target=_blank]::before,
.lower-information_d .information .information__detail .link a[target=_blank]::before {
  display: none;
}
.lower-information_l .information .information__detail .link a[target=_blank]::after,
.lower-information_d .information .information__detail .link a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url(../img/common/ico_external.png);
  background-size: cover;
  flex: 1 0 14px;
  margin-left: 10px;
}
.lower-information_l .information .information__detail .link a[target=_blank] span,
.lower-information_d .information .information__detail .link a[target=_blank] span {
  text-decoration: underline;
}
.lower-information_l .information .information__detail .link a span,
.lower-information_d .information .information__detail .link a span {
  line-height: 2;
}
.lower-information_l .information .information__detail__pager,
.lower-information_d .information .information__detail__pager {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail__pager,
  .lower-information_d .information .information__detail__pager {
    margin-top: 60px;
  }
}
.lower-information_l .information .information__detail__pager .pager,
.lower-information_d .information .information__detail__pager .pager {
  display: flex;
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px dashed #e2e2e2;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail__pager .pager,
  .lower-information_d .information .information__detail__pager .pager {
    flex-flow: column;
  }
}
.lower-information_l .information .information__detail__pager .pager__prev, .lower-information_l .information .information__detail__pager .pager__next,
.lower-information_d .information .information__detail__pager .pager__prev,
.lower-information_d .information .information__detail__pager .pager__next {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail__pager .pager__prev, .lower-information_l .information .information__detail__pager .pager__next,
  .lower-information_d .information .information__detail__pager .pager__prev,
  .lower-information_d .information .information__detail__pager .pager__next {
    width: 100%;
  }
}
.lower-information_l .information .information__detail__pager .pager__prev::before, .lower-information_l .information .information__detail__pager .pager__next::before,
.lower-information_d .information .information__detail__pager .pager__prev::before,
.lower-information_d .information .information__detail__pager .pager__next::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url(../img/common/arrow.png);
  background-size: cover;
  margin-right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.lower-information_l .information .information__detail__pager .pager__prev a, .lower-information_l .information .information__detail__pager .pager__next a,
.lower-information_d .information .information__detail__pager .pager__prev a,
.lower-information_d .information .information__detail__pager .pager__next a {
  line-height: 1.6;
  font-weight: bold;
}
.lower-information_l .information .information__detail__pager .pager__prev,
.lower-information_d .information .information__detail__pager .pager__prev {
  padding: 20px 20px 20px 40px;
  border-right: 1px dashed #e2e2e2;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail__pager .pager__prev,
  .lower-information_d .information .information__detail__pager .pager__prev {
    border-right: none;
  }
}
.lower-information_l .information .information__detail__pager .pager__prev::before,
.lower-information_d .information .information__detail__pager .pager__prev::before {
  transform: rotate(-180deg);
}
.lower-information_l .information .information__detail__pager .pager__prev + .pager__next,
.lower-information_d .information .information__detail__pager .pager__prev + .pager__next {
  border-left: none;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail__pager .pager__prev + .pager__next,
  .lower-information_d .information .information__detail__pager .pager__prev + .pager__next {
    border-top: 1px dashed #e2e2e2;
  }
}
.lower-information_l .information .information__detail__pager .pager__next,
.lower-information_d .information .information__detail__pager .pager__next {
  padding: 20px 40px 20px 20px;
  border-left: 1px dashed #e2e2e2;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail__pager .pager__next,
  .lower-information_d .information .information__detail__pager .pager__next {
    border-left: none;
  }
}
.lower-information_l .information .information__detail__pager .pager__next::before,
.lower-information_d .information .information__detail__pager .pager__next::before {
  left: auto;
  right: 10px;
}
.lower-information_l .information .information__detail__pager .button,
.lower-information_d .information .information__detail__pager .button {
  margin-top: 30px;
  text-align: center;
}
.lower-information_l .information .information__detail__pager .button a,
.lower-information_d .information .information__detail__pager .button a {
  font-weight: bold;
  color: #f6ab00;
  display: inline-flex;
}
.lower-information_l .information .information__detail__pager .button a::before,
.lower-information_d .information .information__detail__pager .button a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url(../img/common/arrow.png);
  background-size: cover;
  margin: auto;
  margin-right: 5px;
  transform: rotate(-180deg);
}
.lower-information_l .information .information__detail .informationDetail__button,
.lower-information_d .information .information__detail .informationDetail__button {
  padding-bottom: 120px;
  border-top: 1px solid #e2e2e2;
  padding-top: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .informationDetail__button,
  .lower-information_d .information .information__detail .informationDetail__button {
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner,
.lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner,
  .lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner {
    flex-flow: wrap;
  }
}
.lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01,
.lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01 {
  display: flex;
}
.lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-prev,
.lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-prev {
  width: 50%;
  order: 1;
  text-align: left;
}
.lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-prev a,
.lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-prev a {
  display: inline-flex;
}
.lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-prev a .txt,
.lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-prev a .txt {
  order: 2;
}
.lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-prev a::after,
.lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-prev a::after {
  order: 1;
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(180deg);
  transform-origin: center;
}
.lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-next,
.lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonLink01.-next {
  display: flex;
  width: 50%;
  order: 3;
  margin: 0 0 0 auto;
  text-align: right;
  justify-content: flex-end;
}
.lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01,
.lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01 {
  position: absolute;
  left: 50%;
  top: -0.7em;
  bottom: 0;
  margin: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01,
  .lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01 {
    position: static;
    transform: translateX(0);
    order: 3;
    margin-top: 30px;
  }
}
.lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01 a,
.lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01 a {
  width: 200px;
  height: 56px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01 a,
  .lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01 a {
    height: 50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01 a .txt,
  .lower-information_d .information .information__detail .informationDetail__button .informationDetail__button__inner .commonBtn01 a .txt {
    font-size: 1.4rem;
  }
}
.lower-information_l .information .information__side,
.lower-information_d .information .information__side {
  flex: 1 0 280px;
  width: 100%;
  margin-left: 80px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__side,
  .lower-information_d .information .information__side {
    margin-left: 0;
    margin-top: 30px;
    flex: none;
  }
}
.lower-information_l .information .information__side .information__side__list + .information__side__list,
.lower-information_d .information .information__side .information__side__list + .information__side__list {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__side .information__side__list + .information__side__list,
  .lower-information_d .information .information__side .information__side__list + .information__side__list {
    margin-top: 20px;
  }
}
.lower-information_l .information .information__side .information__side__list .title,
.lower-information_d .information .information__side .information__side__list .title {
  padding-bottom: 8px;
}
.lower-information_l .information .information__side .information__side__list .title .ja,
.lower-information_d .information .information__side .information__side__list .title .ja {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__side .information__side__list .title .ja,
  .lower-information_d .information .information__side .information__side__list .title .ja {
    font-size: 1.62rem;
  }
}
.lower-information_l .information .information__side .information__side__list .title .ja::before,
.lower-information_d .information .information__side .information__side__list .title .ja::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #f6ab00;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 1px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__side .information__side__list .title .ja::before,
  .lower-information_d .information .information__side .information__side__list .title .ja::before {
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
}
.lower-information_l .information .information__side .information__side__list .list .listItem,
.lower-information_d .information .information__side .information__side__list .list .listItem {
  display: inline-flex;
  width: 100%;
}
.lower-information_l .information .information__side .information__side__list .list .listItem a,
.lower-information_d .information .information__side .information__side__list .list .listItem a {
  position: relative;
  border-top: 1px solid #dbd9d5;
  padding: 16px 14px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__side .information__side__list .list .listItem a,
  .lower-information_d .information .information__side .information__side__list .list .listItem a {
    padding: 8px 6px;
  }
}
.lower-information_l .information .information__side .information__side__list .list .listItem a::before,
.lower-information_d .information .information__side .information__side__list .list .listItem a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #402a20;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transition: all 0.3s;
}
.lower-information_l .information .information__side .information__side__list .list .listItem a:hover::before,
.lower-information_d .information .information__side .information__side__list .list .listItem a:hover::before {
  border-color: transparent transparent transparent #f6ab00;
}
.lower-information_l .information .information__side .information__side__list .list .listItem:last-child a,
.lower-information_d .information .information__side .information__side__list .list .listItem:last-child a {
  border-bottom: 1px solid #dbd9d5;
}
.lower-information_l .information .information__side .information__side__list._keyword .contents__form,
.lower-information_d .information .information__side .information__side__list._keyword .contents__form {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.lower-information_l .information .information__side .information__side__list._keyword .contents__form input.text,
.lower-information_d .information .information__side .information__side__list._keyword .contents__form input.text {
  background: #FFF;
  border-radius: 5px;
  cursor: text;
  padding: 12px 16px;
  border: 1px solid #dbd9d5;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__side .information__side__list._keyword .contents__form input.text,
  .lower-information_d .information .information__side .information__side__list._keyword .contents__form input.text {
    padding: 8px 8px;
  }
}
.lower-information_l .information .information__side .information__side__list._keyword .contents__form button.submit,
.lower-information_d .information .information__side .information__side__list._keyword .contents__form button.submit {
  border: none;
  background: #f6ab00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  padding: 16px 20px;
  color: #FFF;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__side .information__side__list._keyword .contents__form button.submit,
  .lower-information_d .information .information__side .information__side__list._keyword .contents__form button.submit {
    padding: 16px 10px;
  }
}
.lower-information_l .information .information__side .information__side__list._keyword .contents__form button.submit .icon,
.lower-information_d .information .information__side .information__side__list._keyword .contents__form button.submit .icon {
  width: 16px;
  font-size: 0;
  margin-right: 10px;
  margin-top: 4px;
}
@media screen and (max-width: 834px) {
  .lower-information_l .information .information__side .information__side__list._keyword .contents__form button.submit .icon,
  .lower-information_d .information .information__side .information__side__list._keyword .contents__form button.submit .icon {
    width: 14px;
    margin-right: 5px;
  }
}
.lower-information_l .information .information__side .information__side__list._keyword .contents__form button.submit .text,
.lower-information_d .information .information__side .information__side__list._keyword .contents__form button.submit .text {
  line-height: 1;
}/*# sourceMappingURL=style.css.map */