@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;
}

::selection {
  background: #d71f1f;
  color: #ffffff;
}

@media (min-device-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  height: 100%;
  min-width: 1180px;
}
@media all and (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
  line-height: 2.2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
}
@media all and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2;
    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 all and (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main {
  position: relative;
  z-index: 1;
}

body:not(.front-page) .main {
  padding-bottom: 120px;
}
@media all and (max-width: 834px) {
  body:not(.front-page) .main {
    padding-bottom: 48px;
  }
}

a {
  color: #000000;
  transition: opacity 0.3s;
}
@media all and (min-width: 835px) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media all 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;
}

img {
  max-width: 100%;
}

/* fonts */
.eng {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  letter-spacing: 0em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime.-fadeIn {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  transform: translateY(-40px);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  transform: translateY(0);
}

@media all and (max-width: 834px) {
  body.lower-kyujin_l, body.lower-whatsnew {
    bottom: 10px !important;
  }
}

@media all and (max-width: 834px) {
  #ot-sdk-btn-floating.ot-floating-button {
    left: 112px !important;
  }
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
    left: 8px !important;
  }
}

/* ============================================
// applyBtn
// ==========================================*/
.applyBtn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 100;
  opacity: 0;
  transform: translateY(40px);
  transition: 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media all and (max-width: 834px) {
  .applyBtn {
    width: 100px;
    bottom: 10px;
    left: 10px;
  }
}
.js-loaded .applyBtn, .js-ready:not(.once) .applyBtn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.front-page.js-loaded .applyBtn, .front-page.js-ready:not(.once) .applyBtn {
  transition-delay: 3.4s;
}
.applyBtn a {
  position: relative;
  display: block;
  transition: filter 0.4s, transform 0.4s;
}
@media all and (min-width: 835px) {
  .applyBtn a:hover {
    filter: saturate(120%);
    transform: translate(0, -5px);
  }
}
.applyBtn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/btn_apply_circle.png) center center/contain no-repeat;
  animation: rotation 16s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.applyBtn img {
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
}

/* ============================================
// loading
// ==========================================*/
#loading {
  display: none;
}

.js-loaded.once #loading::before {
  height: 0;
  opacity: 0;
}
.js-loaded.once #loading .loading__body {
  opacity: 0;
}

.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 all and (max-width: 834px) {
  .once #loading .loading__inner {
    padding: 24px;
  }
}
.once #loading .loading__txt {
  display: flex;
  justify-content: center;
  overflow: hidden;
  color: #333333;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  margin: 0;
}
.once #loading .loading__txt span {
  display: block;
  margin: 0 3px;
  transform: translate(0, 105%);
  animation: loading 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.once #loading .loading__txt span:nth-child(1) {
  animation-delay: 0.06s;
}
.once #loading .loading__txt span:nth-child(2) {
  animation-delay: 0.12s;
}
.once #loading .loading__txt span:nth-child(3) {
  animation-delay: 0.18s;
}
.once #loading .loading__txt span:nth-child(4) {
  animation-delay: 0.24s;
}
.once #loading .loading__txt span:nth-child(5) {
  animation-delay: 0.3s;
}
.once #loading .loading__txt span:nth-child(6) {
  animation-delay: 0.36s;
}
.once #loading .loading__txt span:nth-child(7) {
  animation-delay: 0.42s;
}
.once #loading .loading__txt span:nth-child(8) {
  animation-delay: 0.48s;
}
.once #loading .loading__txt span:nth-child(9) {
  animation-delay: 0.54s;
}
.once #loading .loading__txt span:nth-child(10) {
  animation-delay: 0.6s;
}
.once #loading .loading__txt span:nth-child(11) {
  animation-delay: 0.66s;
}
.once #loading .loading__txt span:nth-child(12) {
  animation-delay: 0.72s;
}
.once #loading .loading__txt span:nth-child(13) {
  animation-delay: 0.78s;
}
.once #loading .loading__txt span:nth-child(14) {
  animation-delay: 0.84s;
}
.once #loading .loading__txt span:nth-child(15) {
  animation-delay: 0.9s;
}
.once #loading .loading__txt span:nth-child(16) {
  animation-delay: 0.96s;
}
.once #loading .loading__txt span:nth-child(17) {
  animation-delay: 1.02s;
}
.once #loading .loading__txt span:nth-child(18) {
  animation-delay: 1.08s;
}
.once #loading .loading__txt span:nth-child(19) {
  animation-delay: 1.14s;
}
.once #loading .loading__txt span:nth-child(20) {
  animation-delay: 1.2s;
}
.once #loading .loading__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4c4948;
  letter-spacing: 0.075em;
}
@media all and (max-width: 834px) {
  .once #loading .loading__ttl {
    font-size: 1.4rem;
  }
}

@keyframes loading {
  0% {
    transform: translate(0, 105%);
  }
  25%, 50% {
    transform: translate(0, 0);
  }
  75%, 100% {
    transform: translate(0, 105%);
  }
}
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
  background: rgba(22, 22, 22, 0.9);
  -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 all and (max-width: 834px) {
  .hamburger__menu {
    padding: 40px 10% 40px 10%;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.hamburger__menu__logo {
  text-align: center;
  font-size: 0;
  margin-bottom: 48px;
}
@media all and (max-width: 834px) {
  .hamburger__menu__logo {
    width: 70%;
    margin: 0 auto 32px;
  }
}
.hamburger__menu__logo a {
  color: #ffffff;
}
@media all and (min-width: 835px) {
  .hamburger__menu__logo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
.hamburger__menu__logo .title {
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 16px;
  padding: 4px 16px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media all and (max-width: 834px) {
  .hamburger__menu__logo .title {
    display: block;
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 12px;
    padding: 4px 16px;
  }
}
.hamburger__menu__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 834px) {
  .hamburger__menu__nav__list {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }
}
.hamburger__menu__nav__list__item {
  flex: 0 0 48%;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
@media all and (max-width: 834px) {
  .hamburger__menu__nav__list__item {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 835px) {
  .hamburger__menu__nav__list__item:nth-child(-n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 20px 48px 20px 16px;
}
@media all 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;
  width: 16px;
  top: 0;
  right: 16px;
  bottom: 0;
  background: url(../img/common/ico_arrow_white.svg) center center/contain no-repeat;
}
@media all and (max-width: 834px) {
  .hamburger__menu__nav__list__item a::after {
    width: 14px;
  }
}
.hamburger__menu__share {
  margin-top: 50px;
}
@media all and (max-width: 834px) {
  .hamburger__menu__share {
    margin-top: 20px;
  }
}
.hamburger__menu__share .hd {
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 5px;
}
.hamburger__menu__share .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger__menu__share .list__item {
  margin: 0 6px;
}
.hamburger__menu__close {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 32px;
  top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  background: #454545;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.4s;
}
@media all and (min-width: 835px) {
  .hamburger__menu__close:hover {
    background: #5f5f5f;
  }
}
@media all and (max-width: 834px) {
  .hamburger__menu__close {
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
  }
}
.hamburger__menu__close > span {
  width: 24px;
  height: 2px;
  background: #ffffff;
}
@media all and (max-width: 834px) {
  .hamburger__menu__close > span {
    width: 16px;
  }
}
.hamburger__menu__close > span:nth-child(1) {
  transform: rotate(45deg) translate(0, 1px);
}
.hamburger__menu__close > span:nth-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*------------------------------
form base setting
------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -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;
  padding: 14px 16px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #f5f5f5;
}
@media all and (min-width: 835px) {
  body select:hover,
  body search:hover,
  body input:hover {
    background: #f0f0f0;
  }
}
@media all and (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media all and (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 14px 16px !important;
  background: #f5f5f5;
}
@media all and (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #f0f0f0;
  }
}
@media all and (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 12px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media all and (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label:before {
  background: #eeeeee;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  z-index: 0;
  border-radius: 2px;
  transform: translateY(-50%);
}
@media all and (max-width: 834px) {
  body input[type=checkbox] + label:before {
    width: 14px;
    height: 14px;
  }
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  opacity: 0;
  width: 4px;
  height: 8px;
  color: #ffffff;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-180deg);
  box-sizing: content-box;
}
@media all and (max-width: 834px) {
  body input[type=checkbox] + label::after {
    top: 4px;
  }
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:before {
  background: #d71f1f;
  border-color: transparent;
}
body input[type=checkbox]:checked + label:after {
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------
	form custom setting
------------------------------*/
.custom-form__parts {
  font-size: 1.6rem;
  padding-top: 18px;
  padding-bottom: 20px;
  border-top: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .custom-form__parts {
    font-size: 1.4rem;
    padding-top: 14px;
    padding-bottom: 16px;
  }
}
.custom-form__parts:first-of-type {
  padding-top: 0;
  border-top: none;
}
.custom-form__parts:last-child {
  padding-bottom: 0;
}
@media all and (min-width: 835px) {
  .custom-form__parts .form_parts_inner.-submit {
    display: flex;
    justify-content: space-between;
  }
  .custom-form__parts .form_parts_inner.-submit input[type=search] {
    height: 100%;
  }
  .custom-form__parts .form_parts_inner.-submit .freeword {
    flex: 1 1 auto;
  }
  .custom-form__parts .form_parts_inner.-submit .submitBtn {
    flex: 0 0 120px;
    margin-left: 10px;
  }
}
@media all and (max-width: 834px) {
  .custom-form__parts .form_parts_inner.-submit .submitBtn {
    width: 80%;
    margin: 16px auto 0;
  }
  .custom-form__parts .form_parts_inner.-submit .submitBtn:before {
    left: 20px;
  }
  .custom-form__parts .form_parts_inner.-submit .submitBtn input {
    padding: 14px 16px !important;
  }
}
.custom-form__ttl {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media all and (max-width: 834px) {
  .custom-form__ttl {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
.custom-form__ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #d71f1f;
  border-radius: 50%;
  box-sizing: border-box;
}
@media all and (max-width: 834px) {
  .custom-form__ttl::before {
    width: 13px;
    height: 13px;
    margin-top: 1px;
    margin-right: 6px;
  }
}
.custom-form .pulldown,
.custom-form .freeword {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.custom-form .pulldown {
  margin-bottom: 20px;
}
.custom-form .pulldown:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 19px;
  top: calc(50% - 2px);
  z-index: 1;
  color: #d71f1f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.custom-form .check_box {
  margin-top: -5px;
}
.custom-form .check_box > ul {
  display: flex;
  flex-wrap: wrap;
}
.custom-form .check_box > ul li {
  margin-right: 1em;
}
.custom-form .submitBtn {
  position: relative;
  width: 120px;
}
@media all and (max-width: 834px) {
  .custom-form .submitBtn {
    margin: 20px auto 0;
  }
}
.custom-form .submitBtn:before {
  content: "";
  position: absolute;
  left: 28px;
  top: calc(50% + 1px);
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_search_white.png) center center/contain no-repeat;
  transform: translate(0, -50%);
}
.custom-form .submitBtn input {
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 14px 16px 14px 32px !important;
  border-radius: 5px;
  box-sizing: border-box;
  transition: background 0.4s;
}
@media all and (max-width: 834px) {
  .custom-form .submitBtn input {
    font-size: 1.4rem !important;
  }
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	l-main
--------------------*/
.l-main {
  padding-top: 145px;
}
@media all and (max-width: 834px) {
  .l-main {
    padding-top: 80px;
  }
}
.l-main__head {
  position: relative;
}

/*--------------------
	pageheader
--------------------*/
.pageheader {
  height: 310px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin-bottom: -72px;
}
@media all and (max-width: 834px) {
  .pageheader {
    height: 180px;
    margin-bottom: -44px;
  }
}
.pageheader:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 310px 480px;
  border-color: transparent transparent #b18e33 transparent;
  opacity: 0.08;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .pageheader:before {
    border-width: 0 0 180px 200px;
  }
}
.pageheader:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 480px 310px 0;
  border-color: transparent #7a7a7a transparent transparent;
  opacity: 0.08;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .pageheader:after {
    border-width: 0 200px 180px 0;
  }
}
.pageheader__inner {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 9%;
}
@media all and (max-width: 1200px) {
  .pageheader__inner {
    margin-left: 5%;
  }
}
.pageheader__title {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  border-top: 1px solid #000000;
  justify-content: center;
}
.pageheader__title .eng {
  font-size: 1.6rem;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .pageheader__title .eng {
    font-size: 1.4rem;
  }
}
.pageheader__title .ja {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 7.2rem;
  line-height: 1.3;
  letter-spacing: -0.1em;
  margin-left: -10px;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .pageheader__title .ja {
    font-size: 3.6rem;
    margin-left: -4px;
    margin-top: 4px;
  }
}

.lower-merit .pageheader,
.lower-style .pageheader,
.lower-career .pageheader {
  border-bottom: none;
}

/*--------------------
	pageImg
--------------------*/
.pageImg {
  margin-left: 6.75%;
  overflow: hidden;
}
.pageImg img {
  max-height: 400px;
  -o-object-position: top;
     object-position: top;
  transform: scale(1.08);
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
}
@media all and (max-width: 834px) {
  .pageImg img {
    height: 180px;
  }
}

.js-loaded .pageImg img {
  opacity: 1;
  transform: scale(1);
}

@media all and (max-width: 834px) {
  .lower-merit .pageImg img {
    -o-object-position: top left;
       object-position: top left;
  }
}

@media all and (max-width: 834px) {
  .lower-career .pageImg img {
    -o-object-position: left;
       object-position: left;
  }
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  max-width: 40%;
  margin: 0 20px;
  margin-left: auto;
  padding: 8px 24px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media all and (max-width: 834px) {
  .breadcrumb {
    max-width: 100%;
    padding: 6px 16px;
    margin: 0 auto;
    margin-bottom: 4px;
  }
}
.breadcrumb__list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb__list__item {
  display: inline;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000000;
  margin: 0 2px;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .breadcrumb__list__item {
    font-size: 1rem;
  }
}
.breadcrumb__list__item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb__list__item:last-child::after {
  display: none;
}
.breadcrumb__list__item a {
  color: #000000;
}
.breadcrumb__list__item a:hover {
  opacity: 0.7;
}

.lower-kyujin_d .breadcrumb {
  margin-top: 8px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .breadcrumb {
    margin-top: -4px;
  }
}

.lower-interview_d .breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .breadcrumb {
    padding: 16px 20px;
  }
}
.lower-interview_d .breadcrumb__list__item {
  color: #fff;
}
.lower-interview_d .breadcrumb__list__item a {
  color: #fff;
}

/*--------------------
	commonTitle
--------------------*/
.commonTitle01 .eng {
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 1.5;
  display: inline-block;
}
@media all and (max-width: 834px) {
  .commonTitle01 .eng {
    font-size: 3.6rem;
  }
}
.commonTitle01 .ja {
  font-size: 1.6rem;
  font-weight: bold;
}
@media all and (max-width: 834px) {
  .commonTitle01 .ja {
    font-size: 1.4rem;
  }
}

/*--------------------
	commonBtn
--------------------*/
.commonBtn01 {
  display: flex;
}
.commonBtn01 a {
  display: inline-flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media all and (min-width: 835px) {
  .commonBtn01 a:hover {
    color: #000000;
    opacity: 0.7;
  }
  .commonBtn01 a:hover::after {
    transform: translate(5px, 0);
  }
}
@media all and (max-width: 834px) {
  .commonBtn01 a {
    font-size: 1.8rem;
  }
}
.commonBtn01 a::after {
  content: "";
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  margin-left: 24px;
  background: url(../img/common/ico_arrow_black.svg) center center/24px auto no-repeat;
  border: 1px solid;
  border-radius: 50%;
  transition: transform 0.4s;
}
@media all and (max-width: 834px) {
  .commonBtn01 a::after {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    background-size: 14px auto;
  }
}
.commonBtn01 a span {
  flex: 1 1 auto;
}
.commonBtn01.-white a {
  color: #ffffff;
}
.commonBtn01.-white a::after {
  background-image: url(../img/common/ico_arrow_white.svg);
}
.commonBtn01.-small a {
  font-size: 1.7rem;
}
@media all and (max-width: 834px) {
  .commonBtn01.-small a {
    font-size: 1.6rem;
  }
}
.commonBtn01.-small a::after {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin-left: 20px;
  background-size: 16px auto;
}
@media all and (max-width: 834px) {
  .commonBtn01.-small a::after {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-left: 14px;
    background-size: 12px auto;
  }
}
.commonBtn01.-right {
  justify-content: flex-end;
}

/*--------------------
	commonControls
--------------------*/
.commonControls {
  display: flex;
  justify-content: center;
}
.commonControls .controls__item {
  position: relative;
  flex: 0 0 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  background: #333333;
  cursor: pointer;
  transition: background 0.4s;
}
@media all and (min-width: 835px) {
  .commonControls .controls__item:hover {
    background: #595959;
  }
}
@media all and (max-width: 834px) {
  .commonControls .controls__item {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}
.commonControls .controls__item::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-right-color: transparent;
}
@media all and (max-width: 834px) {
  .commonControls .controls__item::after {
    width: 6px;
    height: 6px;
  }
}
.commonControls .controls__item.-prev {
  margin-right: 2px;
  border-radius: 500px 0 0 500px;
}
@media all and (max-width: 834px) {
  .commonControls .controls__item.-prev {
    margin-right: 1px;
  }
}
.commonControls .controls__item.-prev::after {
  margin-left: 10px;
  transform: rotate(45deg);
}
@media all and (max-width: 834px) {
  .commonControls .controls__item.-prev::after {
    margin-left: 8px;
  }
}
.commonControls .controls__item.-next {
  margin-left: 2px;
  border-radius: 0 500px 500px 0;
}
@media all and (max-width: 834px) {
  .commonControls .controls__item.-next {
    margin-left: 1px;
  }
}
.commonControls .controls__item.-next::after {
  margin-right: 10px;
  transform: rotate(-135deg);
}
@media all and (max-width: 834px) {
  .commonControls .controls__item.-next::after {
    margin-right: 8px;
  }
}
.commonControls .controls__item.swiper-button-disabled {
  background: #999999;
}
.commonControls.-small .controls__item {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.commonControls.-small .controls__item::after {
  width: 6px;
  height: 6px;
}
.commonControls.-small .controls__item.-prev::after {
  margin-left: 8px;
}
.commonControls.-small .controls__item.-next::after {
  margin-right: 8px;
}

/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: flex;
}
body .job_count_pager .pagination {
  padding-top: 30px;
}
@media all and (max-width: 834px) {
  body .job_count_pager .pagination {
    padding-top: 16px;
  }
}
body .job_count_pager .pagination ul {
  display: flex;
  justify-content: center;
}
body .job_count_pager .pagination ul li {
  text-align: center;
  font-size: 1.4rem;
}
body .job_count_pager .pagination ul li a, body .job_count_pager .pagination ul li em {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-style: normal;
  line-height: 40px;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  background: #eef0f2;
  transition: all 0.3s;
}
body .job_count_pager .pagination ul li a:hover,
body .job_count_pager .pagination ul li em {
  color: #ffffff;
  background: #d71f1f;
}
body .job_count_pager .pagination ul .number {
  display: none;
}
@media all and (min-width: 835px) {
  body .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
body .job_count_pager .pagination ul .number.current {
  display: inline-block;
}
body .job_count_pager.contents_top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media all and (max-width: 834px) {
  body .job_count_pager.contents_top {
    margin-bottom: 20px;
  }
}
body .job_count_pager.contents_top .pagination {
  padding-top: 0;
}
body .job_count_pager.contents_top .pagination a, body .job_count_pager.contents_top .pagination em {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
}
body .job_count_pager.contents_bottom {
  display: block;
  padding: 72px 0 0;
}
@media all and (max-width: 834px) {
  body .job_count_pager.contents_bottom {
    padding: 32px 0 0;
  }
}

/*--------------------
	mediaquery
--------------------*/
@media all and (max-width: 834px) {
  .u-pcOnly {
    display: none;
  }
}

@media all and (min-width: 1200px) {
  .u-tabOnly {
    display: none;
  }
}

@media all and (min-width: 835px) {
  .u-spOnly {
    display: none;
  }
}

/*--------------------
	pager
--------------------*/
.pager_next,
.pager_prev {
  width: 400px;
  height: 72px;
  margin: 0 auto;
}
@media all and (max-width: 834px) {
  .pager_next,
  .pager_prev {
    width: 80%;
    max-width: 400px;
    height: 54px;
  }
}
.pager_next .btn,
.pager_prev .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
  position: relative;
  font-size: 1.8rem;
}
@media all and (max-width: 834px) {
  .pager_next .btn,
  .pager_prev .btn {
    font-size: 1.5rem;
  }
}

.pager_next .btn:before {
  content: "";
  display: inline-block;
  background-image: url(../img/information/ico_arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 2;
}

.pager_prev .btn:before {
  content: "";
  display: inline-block;
  background-image: url(../img/information/ico_arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%) scale(-1, 1);
  z-index: 2;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
}
@media all and (max-width: 834px) {
  .header__inner {
    padding: 10px;
  }
}
.header__logo {
  flex: 0 0 150px;
  pointer-events: auto;
  transition: opacity 0.4s;
}
@media all and (min-width: 835px) {
  .header__logo {
    display: none;
  }
}
.header__logo a {
  display: block;
  font-size: 0;
}
.header__logo .title {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 6px;
}
.js-scroll .header__logo {
  opacity: 0;
  pointer-events: none;
}
.header__recruit {
  flex: 0 0 180px;
  width: 180px;
  margin-left: auto;
  pointer-events: auto;
}
@media all and (max-width: 834px) {
  .header__recruit {
    flex: 0 0 120px;
    width: 120px;
  }
}
.header__recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding: 23px 23px 23px 18px;
  background: #d71f1f;
  border-radius: 500px;
  transition: filter 0.4s;
}
@media all and (min-width: 835px) {
  .header__recruit a:hover {
    filter: saturate(120%);
  }
}
@media all and (max-width: 834px) {
  .header__recruit a {
    font-size: 1.3rem;
    padding: 16px 18px 16px 12px;
  }
}
.header__recruit a::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../img/common/ico_recruit_white.png) center center/contain no-repeat;
}
@media all and (max-width: 834px) {
  .header__recruit a::before {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.header__hamburger {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.4s;
}
@media all and (min-width: 835px) {
  .header__hamburger:hover {
    background: #4d4d4d;
  }
}
@media all and (max-width: 834px) {
  .header__hamburger {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-left: 8px;
  }
}
.header__hamburger span {
  width: 24px;
  height: 2px;
  margin: 3px 0;
  background: #ffffff;
}
@media all and (max-width: 834px) {
  .header__hamburger span {
    width: 16px;
  }
}

body[class^=lower-] .header__inner {
  transition: all 0.3s;
}
@media all and (min-width: 835px) {
  body[class^=lower-] .header__logo {
    flex: 0 0 auto;
    display: block;
  }
}
@media all and (min-width: 835px) {
  body[class^=lower-] .header__logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: opacity 0.3s;
  }
  body[class^=lower-] .header__logo a:hover {
    color: #000000;
    opacity: 0.8;
  }
}
@media all and (min-width: 835px) {
  body[class^=lower-] .header__logo a img {
    height: 54px;
  }
}
@media all and (min-width: 835px) {
  body[class^=lower-] .header__logo a .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 12px;
    padding: 12px 16px;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }
}

.lower-kyujin_d .header {
  border-bottom: 1px solid #dedede;
  transition: all 0.3s;
}
.lower-kyujin_d.js-scroll .header {
  border-bottom: 1px solid transparent;
}

/* ============================================
// RECRUIT
// ==========================================*/
.sec__recruit {
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: #000000;
}
.sec__recruit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
  background: url(../img/common/recruit_bg.jpg) center center/cover no-repeat;
}
@media all and (max-width: 834px) {
  .sec__recruit::before {
    left: -75%;
  }
}
.sec__recruit .recruit__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 130px 100px;
}
@media all and (min-width: 835px) {
  .sec__recruit .recruit__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__inner {
    padding: 48px 6.25%;
  }
}
.sec__recruit .recruit__title {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__title {
    width: 70%;
    max-width: 413px;
    font-size: 1.5rem;
    margin: 0 auto 16px;
  }
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__copy {
    width: 70%;
    max-width: 413px;
    margin: 0 auto;
  }
}
.sec__recruit .recruit__areas {
  flex: 0 0 440px;
  border-bottom: 1px solid #7b7e7a;
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__areas {
    margin-top: 40px;
  }
}
.sec__recruit .recruit__areas__hd {
  position: relative;
  width: calc(100% - 60px);
  height: 42px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
  border: 1px solid #7b7e7a;
  border-bottom: none;
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__areas__hd {
    width: calc(100% - 40px);
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.sec__recruit .recruit__areas__hd::before, .sec__recruit .recruit__areas__hd::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #7b7e7a;
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__areas__hd::before, .sec__recruit .recruit__areas__hd::after {
    width: 20px;
  }
}
.sec__recruit .recruit__areas__hd::before {
  left: -30px;
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__areas__hd::before {
    left: -20px;
  }
}
.sec__recruit .recruit__areas__hd::after {
  right: -30px;
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__areas__hd::after {
    right: -20px;
  }
}
.sec__recruit .recruit__areas__hd span {
  display: block;
  padding: 12px 20px 0;
}
.sec__recruit .recruit__areas__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 10px 40px;
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__areas__list {
    gap: 8px;
    padding: 20px 10px 24px;
  }
}
.sec__recruit .recruit__areas__list__item {
  flex: 0 0 calc(50% - 8px);
  flex-basis: calc(50% - 8px);
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__areas__list__item {
    flex: 0 0 calc(50% - 4px);
    flex-basis: calc(50% - 4px);
  }
}
.sec__recruit .recruit__areas__list__item a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  padding: 16px 32px 16px 16px;
  background: #000000;
  border-radius: 2px;
  transition: filter 0.4s;
}
@media all and (min-width: 835px) {
  .sec__recruit .recruit__areas__list__item a:hover {
    filter: saturate(150%);
  }
  .sec__recruit .recruit__areas__list__item a:hover::after {
    transform: translate(4px, 0);
  }
}
@media all and (max-width: 834px) {
  .sec__recruit .recruit__areas__list__item a {
    font-size: 1.5rem;
    padding: 12px 32px 12px 16px;
  }
}
.sec__recruit .recruit__areas__list__item a::after {
  content: "";
  width: 16px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  background: url(../img/common/ico_arrow_white.svg) center center/contain no-repeat;
  transition: transform 0.4s;
}
.sec__recruit .recruit__areas__list__item.-kyoto a {
  background: #a469ab;
}
.sec__recruit .recruit__areas__list__item.-sapporo a {
  background: #4da797;
}
.sec__recruit .recruit__areas__list__item.-tokyo a {
  background: #bd5777;
}
.sec__recruit .recruit__areas__list__item.-nagoya a {
  background: #947259;
}
.sec__recruit .recruit__areas__list__item.-shiga a {
  background: #5982aa;
}
.sec__recruit .recruit__areas__list__item.-osaka a {
  background: #d8a536;
}
.sec__recruit .recruit__areas__list__item.-kobe a {
  background: #5a9054;
}
.sec__recruit .recruit__areas__list__item.-fukuoka a {
  background: #b54d4d;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  color: #ffffff;
  padding: 140px 0 240px;
  background: #161616;
}
@media all and (max-width: 834px) {
  .footer {
    padding: 60px 0 160px;
  }
}
.footer a {
  color: #ffffff;
}
@media all and (min-width: 835px) {
  .footer__inner {
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 100px;
  }
}
@media all and (max-width: 834px) {
  .footer__inner {
    padding: 0 6.25%;
  }
}
@media all and (min-width: 835px) {
  .footer__share {
    order: 1;
    flex: 0 0 240px;
  }
}
@media all and (max-width: 834px) {
  .footer__share {
    margin-top: 32px;
  }
}
.footer__share .hd {
  font-size: 1.2rem;
}
.footer__share .list {
  display: flex;
  margin-top: 10px;
}
.footer__share .list__item {
  margin-right: 10px;
}
@media all and (min-width: 835px) {
  .footer__nav {
    order: 2;
    flex: 0 0 calc(100% - 240px);
    flex-basis: calc(100% - 240px);
    display: flex;
    justify-content: flex-end;
  }
}
@media all and (max-width: 834px) {
  .footer__nav {
    margin-top: 26px;
  }
}
.footer__nav__list {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 834px) {
  .footer__nav__list {
    width: auto;
  }
}
.footer__nav__list__item {
  display: flex;
  align-items: center;
  margin-top: 2em;
  margin-right: 56px;
}
@media all and (min-width: 835px) {
  .footer__nav__list__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .footer__nav__list__item:nth-child(3n+1) {
    flex: 0 0 124px;
  }
  .footer__nav__list__item:nth-child(3n+2) {
    flex: 0 0 186px;
  }
  .footer__nav__list__item:nth-child(3n+3) {
    flex: 0 0 204px;
    margin-right: 0;
  }
}
@media all and (max-width: 834px) {
  .footer__nav__list__item {
    margin-top: 1em;
    margin-right: 1.5em;
  }
}
.footer__nav__list__item a {
  position: relative;
  flex: 0 0 100%;
  display: block;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 16px 0 0;
}
@media all and (min-width: 835px) {
  .footer__nav__list__item a:hover {
    opacity: 0.7;
  }
  .footer__nav__list__item a:hover::after {
    transform: translate(5px, 0);
  }
}
@media all and (max-width: 834px) {
  .footer__nav__list__item a {
    padding-right: 22px;
  }
}
.footer__nav__list__item a::after {
  content: "";
  position: absolute;
  width: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/ico_arrow_white.svg) center center/contain no-repeat;
  transition: transform 0.4s;
}
@media all and (max-width: 834px) {
  .footer__nav__list__item a::after {
    width: 14px;
  }
}
.footer__subs {
  margin-top: 80px;
}
@media all and (min-width: 835px) {
  .footer__subs {
    order: 3;
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 834px) {
  .footer__subs {
    margin-top: 32px;
  }
}
.footer__links {
  flex: 0 0 100%;
  margin-bottom: 30px;
}
.footer__links__item {
  display: block;
}
.footer__links__item a {
  display: inline-block;
  align-items: center;
  font-size: 1.5rem;
  font-weight: normal;
}
.footer__links__item a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 8px;
  background: url(../img/common/ico_external_white.png.svg) right center/contain no-repeat;
  transform: translate(0, -1px);
}
.footer__copyright {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  opacity: 0.5;
}
.footer__ga {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 48px;
  opacity: 0.32;
}
@media all and (max-width: 834px) {
  .footer__ga {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media all and (min-width: 835px) {
  .footer__logo {
    order: 4;
    flex: 0 0 240px;
    align-self: flex-end;
    margin-left: 64px;
  }
}
@media all and (max-width: 834px) {
  .footer__logo {
    width: 200px;
  }
}

.lower-kyujin_d .footer {
  padding: 140px 0 272px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding: 60px 0 148px;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: fixed;
  width: 80px;
  right: 32px;
  bottom: 32px;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
}
@media all and (max-width: 834px) {
  .pagetop {
    width: 50px;
    right: 10px;
    bottom: 10px;
  }
}
@media all and (min-width: 835px) {
  .pagetop {
    transform: translate(0, 5px);
  }
  .pagetop:hover {
    transform: translate(0, 0);
  }
}
.js-scroll .pagetop {
  opacity: 1;
}
.pagetop a {
  display: block;
}

.lower-kyujin_d .pagetop {
  right: 24px;
  bottom: 119px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    right: 10px;
    bottom: 78px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
/*--------------------
  mainVisual
--------------------*/
.mainVisual {
  width: 100%;
}
@media all and (min-width: 835px) {
  .mainVisual {
    height: 100vh;
    min-height: 768px;
    max-height: 937px;
  }
}
@media all and (max-width: 834px) {
  .mainVisual {
    margin-top: 70px;
  }
}
.mainVisual__inner {
  position: relative;
  height: 100%;
}
@media all and (min-width: 835px) {
  .mainVisual__inner {
    display: flex;
  }
}
.mainVisual__imgs {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media all and (min-width: 835px) {
  .mainVisual__imgs {
    order: 1;
    flex: 0 0 51.35%;
    display: flex;
    max-width: 760px;
  }
}
@media all and (min-width: 835px) {
  .mainVisual__imgs__column {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
  }
}
@media all and (max-width: 834px) {
  .mainVisual__imgs__column {
    display: flex;
  }
}
.mainVisual__imgs__column.-column01 .mainVisual__imgs__box:nth-child(1) {
  transition-delay: 0.4s;
}
.mainVisual__imgs__column.-column01 .mainVisual__imgs__box:nth-child(2) {
  transition-delay: 0.7s;
}
.mainVisual__imgs__column.-column01 .mainVisual__imgs__box:nth-child(3) {
  transition-delay: 0.8s;
}
.mainVisual__imgs__column.-column02 .mainVisual__imgs__box:nth-child(1) {
  transition-delay: 0.5s;
}
.mainVisual__imgs__column.-column02 .mainVisual__imgs__box:nth-child(2) {
  transition-delay: 0.6s;
}
.mainVisual__imgs__column.-column02 .mainVisual__imgs__box:nth-child(3) {
  transition-delay: 0.9s;
}
.mainVisual__imgs__box {
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}
@media all and (min-width: 835px) {
  .mainVisual__imgs__box {
    height: 33.3333333333%;
  }
}
.js-loaded .mainVisual__imgs__box, .js-ready:not(.once) .mainVisual__imgs__box {
  opacity: 1;
  transition-delay: 1s;
}
.mainVisual__imgs__list {
  height: 100%;
}
.mainVisual__imgs__list__item {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mainVisual__imgs__list__item .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 834px) {
  .mainVisual__imgs__list__item .img {
    padding-top: 81.58%;
  }
}
.mainVisual__imgs__list__item .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mainVisual__imgs__list__item .eng {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1;
  background: #000;
}
@media all and (max-width: 834px) {
  .mainVisual__imgs__list__item .eng {
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    display: block;
    font-size: 1rem;
    padding: 6px 10px;
  }
}
.mainVisual__imgs__list__item .eng.-kyoto {
  background: rgba(164, 105, 171, 0.9);
}
.mainVisual__imgs__list__item .eng.-sapporo {
  background: rgba(77, 167, 151, 0.9);
}
.mainVisual__imgs__list__item .eng.-tokyo {
  background: rgba(189, 87, 119, 0.9);
}
.mainVisual__imgs__list__item .eng.-nagoya {
  background: rgba(148, 114, 89, 0.9);
}
.mainVisual__imgs__list__item .eng.-shiga {
  background: rgba(89, 130, 170, 0.9);
}
.mainVisual__imgs__list__item .eng.-osaka {
  background: rgba(216, 165, 54, 0.9);
}
.mainVisual__imgs__list__item .eng.-kobe {
  background: rgba(90, 144, 84, 0.9);
}
.mainVisual__imgs__list__item .eng.-fukuoka {
  background: rgba(181, 77, 77, 0.9);
}
.mainVisual__body {
  position: relative;
  height: 100%;
  padding: 80px 60px 40px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 835px) {
  .mainVisual__body {
    order: 2;
    flex: 1 1 auto;
  }
}
@media all and (max-width: 834px) {
  .mainVisual__body {
    padding: 10% 8%;
  }
}
.mainVisual__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1014px;
  height: 1058px;
  left: 55%;
  top: 0;
  background: url(../img/index/main_map.png) center top/contain no-repeat;
  transform: translate(-50%, 0);
}
@media all and (max-width: 834px) {
  .mainVisual__body::before {
    width: auto;
    height: auto;
    left: 0;
    top: -40px;
    right: -140px;
    bottom: 0;
    background-size: auto 120%;
    transform: translate(0, 0);
  }
}
.mainVisual__body__inner {
  position: relative;
  z-index: 3;
}
.mainVisual__title {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(40px);
  transition: 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.js-loaded .mainVisual__title, .js-ready:not(.once) .mainVisual__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.mainVisual__title .txt {
  font-weight: bold;
  white-space: nowrap;
  margin-left: 16px;
  padding: 4px 16px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media all and (max-width: 834px) {
  .mainVisual__title .txt {
    display: block;
    margin-left: 16px;
    padding: 2px 4px;
  }
}
.mainVisual__copy {
  margin-top: 80px;
  margin-left: -120px;
}
@media all and (max-height: 880px) {
  .mainVisual__copy {
    margin-top: 64px;
  }
}
@media all and (max-width: 834px) {
  .mainVisual__copy {
    width: 88%;
    max-width: 630px;
    margin-top: 24px;
    margin-left: 0;
  }
}
.mainVisual__copy__line {
  display: block;
  overflow: hidden;
  margin: 30px 0;
}
@media all and (max-width: 834px) {
  .mainVisual__copy__line {
    margin: 15px 0;
  }
}
.mainVisual__copy__line:first-child {
  margin-top: 0;
}
.mainVisual__copy__line:last-child {
  margin-bottom: 0;
}
.mainVisual__copy img {
  max-width: 100%;
  transform: translate(0, 120%);
  transition: transform 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
@media all and (max-width: 834px) {
  .mainVisual__copy img {
    height: auto;
  }
}
.js-loaded .mainVisual__copy img, .js-ready:not(.once) .mainVisual__copy img {
  transform: translate(0, 0);
  transition-delay: 2s;
}
.mainVisual__eng {
  display: flex;
  align-items: center;
  margin-top: 72px;
  opacity: 0;
  transform: translateY(40px);
  transition: 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media all and (max-height: 880px) {
  .mainVisual__eng {
    margin-top: 56px;
  }
}
@media all and (max-width: 834px) {
  .mainVisual__eng {
    margin-top: 24px;
  }
}
.js-loaded .mainVisual__eng, .js-ready:not(.once) .mainVisual__eng {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.mainVisual__eng .copy {
  font-family: "Cabin", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-right: 24px;
  padding: 0 32px 0 0;
  border-right: 1px solid;
  opacity: 0.6;
}
@media all and (max-width: 834px) {
  .mainVisual__eng .copy {
    font-size: 1rem;
    margin-right: 16px;
    padding-right: 16px;
  }
  .mainVisual__eng .copy br {
    display: none;
  }
}
.mainVisual__eng .title {
  font-size: 1.4rem;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .mainVisual__eng .title {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/*--------------------
  information
--------------------*/
.sec__information {
  margin-top: 80px;
  padding: 0 100px 0 100px;
}
@media all and (max-width: 834px) {
  .sec__information {
    margin-top: 48px;
    padding: 0 6.5%;
  }
}
.sec__information .information__inner {
  position: relative;
}
.sec__information .information__title {
  line-height: 1;
}
@media all and (min-width: 835px) {
  .sec__information .information__title {
    display: flex;
    align-items: flex-end;
  }
}
.sec__information .information__title .eng {
  font-size: 3.2rem;
}
@media all and (max-width: 834px) {
  .sec__information .information__title .eng {
    font-size: 2.6rem;
  }
}
.sec__information .information__title .ja {
  font-weight: bold;
  margin-left: 16px;
}
@media all and (max-width: 834px) {
  .sec__information .information__title .ja {
    margin-left: 0;
    margin-top: 10px;
  }
}
.sec__information .information__contents {
  margin-top: 36px;
  overflow: visible;
}
@media all and (max-width: 834px) {
  .sec__information .information__contents {
    margin-top: 24px;
  }
}
.sec__information .information__list__item {
  flex: 0 0 390px;
  padding: 10px 30px 10px 0;
  border-right: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .sec__information .information__list__item {
    flex: 0 0 95%;
  }
}
.sec__information .information__list__item:last-child {
  border-right: none;
}
.sec__information .information__list__item a {
  display: flex;
  align-items: flex-start;
}
@media all and (min-width: 835px) {
  .sec__information .information__list__item a:hover {
    color: #000000;
    opacity: 0.8;
  }
  .sec__information .information__list__item a:hover .img img {
    transform: scale(1.1);
  }
}
.sec__information .information__list__item .img {
  flex: 0 0 120px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sec__information .information__list__item .img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.sec__information .information__list__item .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .sec__information .information__list__item .img {
    flex: 0 0 100px;
    margin-right: 16px;
  }
}
.sec__information .information__list__item .img img {
  transition: transform 0.4s;
}
.sec__information .information__list__item .body {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec__information .information__list__item .body .cat {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-right: 10px;
  padding: 6px 14px;
  background: #000000;
}
@media all and (max-width: 834px) {
  .sec__information .information__list__item .body .cat {
    font-size: 1.2rem;
    margin-right: 8px;
  }
}
.sec__information .information__list__item .body .cat.-kyoto {
  background: #a469ab;
}
.sec__information .information__list__item .body .cat.-sapporo {
  background: #4da797;
}
.sec__information .information__list__item .body .cat.-tokyo {
  background: #bd5777;
}
.sec__information .information__list__item .body .cat.-nagoya {
  background: #947259;
}
.sec__information .information__list__item .body .cat.-shiga {
  background: #5982aa;
}
.sec__information .information__list__item .body .cat.-osaka {
  background: #d8a536;
}
.sec__information .information__list__item .body .cat.-kobe {
  background: #5a9054;
}
.sec__information .information__list__item .body .cat.-fukuoka {
  background: #b54d4d;
}
.sec__information .information__list__item .body .date {
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.8;
}
@media all and (max-width: 834px) {
  .sec__information .information__list__item .body .date {
    font-size: 1.3rem;
  }
}
.sec__information .information__list__item .body .title {
  flex: 0 0 100%;
  line-height: 1.66;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 12px;
}
@media all and (max-width: 834px) {
  .sec__information .information__list__item .body .title {
    margin-top: 8px;
  }
}
.sec__information .information__controls {
  position: absolute;
  top: 0;
  right: 0;
}
.sec__information .information__btn {
  margin-top: 40px;
}
@media all and (max-width: 834px) {
  .sec__information .information__btn {
    margin-top: 16px;
  }
}

/*--------------------
  message
--------------------*/
.sec__message {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media all and (max-width: 834px) {
  .sec__message {
    margin-top: 64px;
  }
}
.sec__message::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 100px;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
}
@media all and (max-width: 834px) {
  .sec__message::before {
    right: 6.5%;
    bottom: 40px;
  }
}
.sec__message .message__inner {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 10.14% 0 20.27% 0;
}
@media all and (max-width: 834px) {
  .sec__message .message__inner {
    padding: 120px 0 160px 0;
  }
}
.sec__message .message__imgs__top, .sec__message .message__imgs__bottom {
  position: absolute;
  display: flex;
  width: 43.24%;
  max-width: 640px;
}
@media all and (max-width: 834px) {
  .sec__message .message__imgs__top, .sec__message .message__imgs__bottom {
    width: 60%;
  }
}
.sec__message .message__imgs__top .img:nth-child(1), .sec__message .message__imgs__bottom .img:nth-child(1) {
  margin-top: 22.65%;
}
@media all and (max-width: 834px) {
  .sec__message .message__imgs__top .img:nth-child(1), .sec__message .message__imgs__bottom .img:nth-child(1) {
    margin-top: 40px;
  }
}
.sec__message .message__imgs__top {
  left: 0;
  top: -64px;
}
@media all and (max-width: 834px) {
  .sec__message .message__imgs__top {
    top: -40px;
  }
}
.sec__message .message__imgs__bottom {
  right: 0;
  bottom: 145px;
}
@media all and (max-width: 834px) {
  .sec__message .message__imgs__bottom {
    bottom: 0;
  }
}
.sec__message .message__body {
  margin: 0 auto;
  padding: 0 17.57% 0 12.84%;
}
@media all and (min-width: 835px) {
  .sec__message .message__body {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 1480px) {
  .sec__message .message__body {
    padding-left: 100px;
  }
}
@media all and (max-width: 834px) {
  .sec__message .message__body {
    padding: 0;
  }
}
.sec__message .message__title {
  margin-left: 14.07%;
}
@media all and (min-width: 835px) {
  .sec__message .message__title {
    flex: 0 0 37.1%;
  }
}
@media all and (max-width: 834px) {
  .sec__message .message__title {
    width: 64%;
    margin: 0 auto;
    padding: 0 6.25% 0 0;
  }
}
.sec__message .message__title .eng {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 60px;
}
@media all and (max-width: 834px) {
  .sec__message .message__title .eng {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}
.sec__message .message__txt {
  flex: 1 1 auto;
  font-size: 1.7rem;
  line-height: 2.6;
  margin-top: 35.92%;
}
@media all and (max-width: 1400px) {
  .sec__message .message__txt {
    font-size: 1.6rem;
  }
  .sec__message .message__txt br {
    display: none;
  }
}
@media all and (max-width: 834px) {
  .sec__message .message__txt {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 40px;
    padding: 0 14.75% 0 8.5%;
  }
}

/*--------------------
  data
--------------------*/
.sec__data {
  margin-top: -150px;
}
@media all and (max-width: 834px) {
  .sec__data {
    margin-top: 20px;
  }
}
.sec__data .data__inner {
  position: relative;
  padding: 0 100px 0 100px;
}
@media all and (max-width: 834px) {
  .sec__data .data__inner {
    padding: 0 6.25%;
  }
}
.sec__data .data__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 80px 10.87% 0 0;
}
@media all and (min-width: 835px) {
  .sec__data .data__title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: -2000px;
    background: #ffffff;
  }
}
@media all and (max-width: 834px) {
  .sec__data .data__title {
    display: block;
    width: 72%;
    padding: 0;
  }
}
.sec__data .data__title .eng {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
}
@media all and (max-width: 834px) {
  .sec__data .data__title .eng {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.sec__data .data__contents {
  margin-top: 80px;
  overflow: visible;
}
@media all and (max-width: 834px) {
  .sec__data .data__contents {
    margin-top: 32px;
  }
}
.sec__data .data__list__item {
  flex: 0 0 auto;
  width: auto;
}
@media all and (max-width: 834px) {
  .sec__data .data__list__item img {
    height: 300px;
  }
}
.sec__data .data__pager {
  position: relative;
  height: 3px;
  margin-top: 64px;
  background: #e5e5e5;
}
@media all and (max-width: 834px) {
  .sec__data .data__pager {
    width: auto;
    height: 2px;
    margin-top: 40px;
    margin-right: 120px;
  }
}
.sec__data .data__pager .swiper-pagination-progressbar-fill {
  background: #000000;
}
.sec__data .data__controls {
  position: absolute;
  right: 0;
}
@media all and (min-width: 835px) {
  .sec__data .data__controls {
    top: -150px;
  }
}
@media all and (max-width: 834px) {
  .sec__data .data__controls {
    bottom: 1px;
    transform: translate(0, 50%);
  }
}

/*--------------------
  history_vision
--------------------*/
.history_vision {
  margin-top: 140px;
}
@media all and (min-width: 835px) {
  .history_vision {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media all and (max-width: 834px) {
  .history_vision {
    margin-top: 80px;
  }
}
.history_vision__intro {
  margin-bottom: 70px;
}
@media all and (min-width: 835px) {
  .history_vision__intro {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 834px) {
  .history_vision__intro {
    margin-bottom: 40px;
    padding: 0 6.25%;
  }
}
.history_vision__intro .copy {
  text-align: center;
}
@media all and (max-width: 834px) {
  .history_vision__intro .copy {
    width: 71.925%;
    margin: 0 auto;
  }
}
.history_vision__intro .lead {
  text-align: center;
  line-height: 2.2;
  margin-top: 40px;
}
@media all and (max-width: 834px) {
  .history_vision__intro .lead {
    text-align: left;
    line-height: 2;
    margin-top: 20px;
  }
  .history_vision__intro .lead br {
    display: none;
  }
}

.sec__history,
.sec__vision {
  flex: 0 0 50%;
  padding: 100px 0 40px;
  background: #000;
}
@media all and (max-width: 834px) {
  .sec__history,
  .sec__vision {
    padding: 56px 0 24px;
  }
}
.sec__history {
  color: #ffffff;
  background: url(../img/index/history_bg.jpg) center center/cover no-repeat;
}

.sec__vision {
  background: url(../img/index/vision_bg.jpg) center center/cover no-repeat;
}

.sec__history .history__inner,
.sec__history .vision__inner,
.sec__vision .history__inner,
.sec__vision .vision__inner {
  padding: 0 16%;
}
@media all and (max-width: 834px) {
  .sec__history .history__inner,
  .sec__history .vision__inner,
  .sec__vision .history__inner,
  .sec__vision .vision__inner {
    padding: 0 10%;
  }
}
@media all and (max-width: 834px) {
  .sec__history .history__title,
  .sec__history .vision__title,
  .sec__vision .history__title,
  .sec__vision .vision__title {
    width: 88%;
    max-width: 468px;
  }
}
.sec__history .history__title .eng,
.sec__history .vision__title .eng,
.sec__vision .history__title .eng,
.sec__vision .vision__title .eng {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 48px;
}
@media all and (max-width: 834px) {
  .sec__history .history__title .eng,
  .sec__history .vision__title .eng,
  .sec__vision .history__title .eng,
  .sec__vision .vision__title .eng {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
.sec__history .history__txt,
.sec__history .vision__txt,
.sec__vision .history__txt,
.sec__vision .vision__txt {
  margin-top: 35px;
}
@media all and (max-width: 834px) {
  .sec__history .history__txt,
  .sec__history .vision__txt,
  .sec__vision .history__txt,
  .sec__vision .vision__txt {
    margin-top: 24px;
  }
}
.sec__history .history__img,
.sec__history .vision__img,
.sec__vision .history__img,
.sec__vision .vision__img {
  display: block;
  width: 100%;
  margin-top: 45px;
  position: relative;
  z-index: 1;
}
.sec__history .history__img:before,
.sec__history .vision__img:before,
.sec__vision .history__img:before,
.sec__vision .vision__img:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.sec__history .history__img img,
.sec__history .vision__img img,
.sec__vision .history__img img,
.sec__vision .vision__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .sec__history .history__img,
  .sec__history .vision__img,
  .sec__vision .history__img,
  .sec__vision .vision__img {
    margin-top: 24px;
  }
}
.sec__history .history__btn,
.sec__history .vision__btn,
.sec__vision .history__btn,
.sec__vision .vision__btn {
  margin-top: 40px;
  margin-right: 40px;
}
@media all and (max-width: 834px) {
  .sec__history .history__btn,
  .sec__history .vision__btn,
  .sec__vision .history__btn,
  .sec__vision .vision__btn {
    margin-top: 24px;
    margin-right: 24px;
  }
}

/*--------------------
  environment
--------------------*/
.sec__environment {
  position: relative;
  z-index: 1;
  margin-top: 200px;
  padding: 0 0 170px;
}
@media all and (max-width: 834px) {
  .sec__environment {
    margin-top: 60px;
    padding: 0 0 64px;
  }
}
.sec__environment::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
}
@media all and (max-width: 834px) {
  .sec__environment::before {
    top: 32px;
  }
}
.sec__environment .environment__inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 100px;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__inner {
    padding: 0 6.25%;
  }
}
.sec__environment .environment__title .eng {
  font-size: 8rem;
  line-height: 1;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__title .eng {
    font-size: 3.6rem;
  }
}
.sec__environment .environment__title .ja {
  font-weight: bold;
  margin-top: 5px;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__title .ja {
    margin-top: -4px;
  }
}
@media all and (min-width: 835px) {
  .sec__environment .environment__copy {
    position: absolute;
    top: -80px;
    right: 100px;
  }
}
@media all and (max-width: 834px) {
  .sec__environment .environment__copy {
    width: 59.735%;
    margin: 32px auto;
  }
}
.sec__environment .environment__lead {
  margin-top: 70px;
  padding: 0 400px 0 0;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__lead {
    margin-top: 32px;
    padding: 0;
  }
  .sec__environment .environment__lead br {
    display: none;
  }
}
.sec__environment .environment__contents {
  position: relative;
  width: 92.73%;
  margin: 100px auto 0;
  overflow: visible;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__contents {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.sec__environment .environment__list__item {
  flex: 0 0 100%;
  height: auto;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__list__item {
    flex: 0 0 92%;
  }
}
.sec__environment .environment__list__item a {
  position: relative;
  background: #ffffff;
}
@media all and (min-width: 835px) {
  .sec__environment .environment__list__item a {
    display: flex;
  }
  .sec__environment .environment__list__item a:hover {
    color: #000000;
    opacity: 0.8;
  }
  .sec__environment .environment__list__item a:hover .img img {
    transform: scale(1.05);
  }
}
@media all and (max-width: 834px) {
  .sec__environment .environment__list__item a {
    display: block;
    height: 100%;
  }
}
.sec__environment .environment__list__item a::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  right: 32px;
  bottom: 32px;
  background: url(../img/common/ico_arrow_black.svg) center center/18px auto no-repeat;
  border: 1px solid;
  border-radius: 50%;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__list__item a::after {
    width: 32px;
    height: 32px;
    right: 0;
    bottom: 0;
    background-color: #333333;
    background-image: url(../img/common/ico_arrow_white.svg);
    background-size: 10px auto;
    border: none;
    border-radius: 4px 0 0 0;
  }
}
.sec__environment .environment__list__item .img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sec__environment .environment__list__item .img:before {
  content: "";
  display: block;
  padding-top: 90.9%;
}
.sec__environment .environment__list__item .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (min-width: 835px) {
  .sec__environment .environment__list__item .img {
    flex: 0 0 43.14%;
  }
}
.sec__environment .environment__list__item .img img {
  transition: transform 0.4s;
}
.sec__environment .environment__list__item .body {
  padding: 4% 5% 4% 6.27%;
}
@media all and (min-width: 835px) {
  .sec__environment .environment__list__item .body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media all and (max-width: 834px) {
  .sec__environment .environment__list__item .body {
    padding: 8% 10% 10%;
  }
}
.sec__environment .environment__list__item .body .title {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__list__item .body .title {
    font-size: 1.5rem;
  }
}
.sec__environment .environment__list__item .body .title::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: #d71f1f;
  border-radius: 50%;
}
.sec__environment .environment__list__item .body .copy {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 16px;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__list__item .body .copy {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}
.sec__environment .environment__list__item .body .txt {
  margin-top: 24px;
  padding: 0 100px 0 0;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__list__item .body .txt {
    margin-top: 12px;
    padding: 0 10px 0 0;
  }
}
.sec__environment .environment__pager {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding: 21px 0;
}
@media all and (max-width: 834px) {
  .sec__environment .environment__pager {
    margin-top: 16px;
  }
}
.sec__environment .environment__pager .swiper-pagination-bullet {
  position: relative;
  width: auto;
  display: block;
  height: auto;
  font-weight: bold;
  line-height: 1;
  margin: 0 24px;
  background: none;
  border-radius: 0;
  opacity: 0.4;
  transition: opacity 0.4s;
}
@media all and (min-width: 835px) {
  .sec__environment .environment__pager .swiper-pagination-bullet:hover {
    opacity: 1;
  }
}
@media all and (max-width: 834px) {
  .sec__environment .environment__pager .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
.sec__environment .environment__pager .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  left: 50%;
  bottom: calc(100% + 10px);
  background: #000000;
  transition: height 0.4s;
}
.sec__environment .environment__pager .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -10px;
  background: #000000;
  transition: width 0.4s;
}
.sec__environment .environment__pager .swiper-pagination-bullet-active {
  opacity: 1;
}
.sec__environment .environment__pager .swiper-pagination-bullet-active::before {
  height: 45px;
}
.sec__environment .environment__pager .swiper-pagination-bullet-active::after {
  width: 100%;
}
@media all and (min-width: 835px) {
  .sec__environment .environment__controls {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 834px) {
  .sec__environment .environment__controls {
    justify-content: flex-end;
    margin-top: 10px;
  }
}

/*--------------------
  interview
--------------------*/
.sec__interview {
  position: relative;
  z-index: 1;
}
.sec__interview .interview__inner {
  padding: 140px 0 140px 110px;
}
@media all and (min-width: 835px) {
  .sec__interview .interview__inner {
    display: flex;
    align-items: flex-start;
  }
}
@media all and (max-width: 834px) {
  .sec__interview .interview__inner {
    padding: 0 6.25% 48px;
  }
}
.sec__interview .interview__title {
  margin-top: -196px;
}
@media all and (min-width: 835px) {
  .sec__interview .interview__title {
    flex: 0 0 230px;
    display: flex;
    align-items: flex-start;
  }
}
@media all and (max-width: 834px) {
  .sec__interview .interview__title {
    margin-top: -64px;
  }
}
.sec__interview .interview__title .eng {
  font-size: 8rem;
  line-height: 1;
}
@media all and (min-width: 835px) {
  .sec__interview .interview__title .eng span {
    writing-mode: vertical-rl;
  }
  .sec__interview .interview__title .eng br {
    display: none;
  }
}
@media all and (max-width: 834px) {
  .sec__interview .interview__title .eng {
    font-size: 3.6rem;
  }
}
.sec__interview .interview__title .ja {
  font-weight: bold;
  margin-left: 5px;
}
@media all and (min-width: 835px) {
  .sec__interview .interview__title .ja span {
    writing-mode: vertical-rl;
  }
}
@media all and (max-width: 834px) {
  .sec__interview .interview__title .ja {
    margin-top: -4px;
    margin-left: 0;
  }
}
.sec__interview .interview__body {
  position: relative;
  flex: 1 1 auto;
}
@media all and (min-width: 835px) {
  .sec__interview .interview__lead {
    max-width: 500px;
    padding-right: 520px;
    box-sizing: content-box;
  }
}
@media all and (max-width: 834px) {
  .sec__interview .interview__lead {
    margin-top: 24px;
  }
}
.sec__interview .interview__contents {
  margin-top: 88px;
}
@media all and (max-width: 834px) {
  .sec__interview .interview__contents {
    margin-top: 40px;
    overflow: visible;
  }
}
.sec__interview .interview__list__item {
  flex: 0 0 324px;
}
@media all and (max-width: 834px) {
  .sec__interview .interview__list__item {
    flex: 0 0 76%;
  }
}
.sec__interview .interview__list__item:last-child {
  flex: 0 0 52px;
}
@media all and (max-width: 834px) {
  .sec__interview .interview__list__item:last-child {
    display: none;
  }
}
.sec__interview .interview__list__item a {
  position: relative;
  display: block;
}
@media all and (min-width: 835px) {
  .sec__interview .interview__list__item a:hover {
    color: #000000;
    opacity: 0.8;
  }
  .sec__interview .interview__list__item a:hover .img img {
    transform: scale(1.05);
  }
}
.sec__interview .interview__list__item .img {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sec__interview .interview__list__item .img:before {
  content: "";
  display: block;
  padding-top: 129.63%;
}
.sec__interview .interview__list__item .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec__interview .interview__list__item .img img {
  transition: transform 0.4s;
}
.sec__interview .interview__list__item .body {
  margin-top: 18px;
}
.sec__interview .interview__list__item .body .area {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}
@media all and (max-width: 834px) {
  .sec__interview .interview__list__item .body .area {
    width: 56px;
    height: 56px;
    font-size: 1.3rem;
  }
}
.sec__interview .interview__list__item .body .area.-kyoto {
  background: #a469ab;
}
.sec__interview .interview__list__item .body .area.-sapporo {
  background: #4da797;
}
.sec__interview .interview__list__item .body .area.-tokyo {
  background: #bd5777;
}
.sec__interview .interview__list__item .body .area.-nagoya {
  background: #947259;
}
.sec__interview .interview__list__item .body .area.-shiga {
  background: #5982aa;
}
.sec__interview .interview__list__item .body .area.-osaka {
  background: #d8a536;
}
.sec__interview .interview__list__item .body .area.-kobe {
  background: #5a9054;
}
.sec__interview .interview__list__item .body .area.-fukuoka {
  background: #b54d4d;
}
.sec__interview .interview__list__item .body .copy {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
@media all and (max-width: 834px) {
  .sec__interview .interview__list__item .body .copy {
    font-size: 1.6rem;
  }
}
.sec__interview .interview__list__item .body .name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}
@media all and (max-width: 834px) {
  .sec__interview .interview__list__item .body .name {
    font-size: 1.6rem;
  }
}
.sec__interview .interview__list__item .body .data {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 2px;
}
@media all and (max-width: 834px) {
  .sec__interview .interview__list__item .body .data {
    font-size: 1.2rem;
  }
}
.sec__interview .interview__controls {
  position: absolute;
}
@media all and (min-width: 835px) {
  .sec__interview .interview__controls {
    right: 360px;
    top: 12px;
  }
}
@media all and (max-width: 834px) {
  .sec__interview .interview__controls {
    left: 0;
    bottom: 5px;
  }
}
@media all and (min-width: 835px) {
  .sec__interview .interview__btn {
    position: absolute;
    right: 100px;
    top: 0;
  }
}
@media all and (max-width: 834px) {
  .sec__interview .interview__btn {
    margin-top: 32px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
	共通
--------------------*/
.lower-kyujin_l .l-main,
.lower-kyujin_d .l-main {
  margin-bottom: 88px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .l-main,
  .lower-kyujin_d .l-main {
    margin-bottom: 44px;
  }
}
.lower-kyujin_l .kyujin_container,
.lower-kyujin_d .kyujin_container {
  margin-top: 92px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .kyujin_container,
  .lower-kyujin_d .kyujin_container {
    margin-top: 52px;
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.lower-kyujin_l .kyujin_container .search_panel,
.lower-kyujin_d .kyujin_container .search_panel {
  border: 1px solid #dedede;
  padding: 40px 80px 30px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .kyujin_container .search_panel,
  .lower-kyujin_d .kyujin_container .search_panel {
    padding: 40px 20px 28px;
  }
}
.lower-kyujin_l .kyujin_container .search-toggle,
.lower-kyujin_d .kyujin_container .search-toggle {
  background-color: #b18e33;
  border-radius: 100px;
  transition: background 0.3s;
}
@media all and (min-width: 835px) {
  .lower-kyujin_l .kyujin_container .search-toggle:hover,
  .lower-kyujin_d .kyujin_container .search-toggle:hover {
    opacity: 1;
    background-color: #cba84c;
  }
}
.lower-kyujin_l .kyujin_container .search-toggle .toggle_txt,
.lower-kyujin_d .kyujin_container .search-toggle .toggle_txt {
  padding: 1em;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .kyujin_container .search-toggle .toggle_txt,
  .lower-kyujin_d .kyujin_container .search-toggle .toggle_txt {
    padding: 0.8em 1em;
  }
}
.lower-kyujin_l .kyujin_container .search-toggle .toggle_trigger,
.lower-kyujin_d .kyujin_container .search-toggle .toggle_trigger {
  border-radius: 0 100px 100px 0;
}
.lower-kyujin_l .job,
.lower-kyujin_d .job {
  position: relative;
  box-shadow: 0px 3px 24px -24px #777777;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .job,
  .lower-kyujin_d .job {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.lower-kyujin_l .job:not(:first-child),
.lower-kyujin_d .job:not(:first-child) {
  margin-top: 28px;
}
.lower-kyujin_l .job_body a,
.lower-kyujin_l .job_wrap a,
.lower-kyujin_d .job_body a,
.lower-kyujin_d .job_wrap a {
  overflow: hidden;
}
@media all and (min-width: 835px) {
  .lower-kyujin_l .job_body a:hover,
  .lower-kyujin_l .job_wrap a:hover,
  .lower-kyujin_d .job_body a:hover,
  .lower-kyujin_d .job_wrap a:hover {
    opacity: 1;
  }
}
.lower-kyujin_l .job_body a img,
.lower-kyujin_l .job_wrap a img,
.lower-kyujin_d .job_body a img,
.lower-kyujin_d .job_wrap a img {
  transition: all 0.4s;
}
.lower-kyujin_l .job_body a img:hover,
.lower-kyujin_l .job_wrap a img:hover,
.lower-kyujin_d .job_body a img:hover,
.lower-kyujin_d .job_wrap a img:hover {
  transform: scale(1.1);
  opacity: 1;
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn {
  border-radius: 100px;
}
@media all and (min-width: 835px) {
  .lower-kyujin_l .btn,
  .lower-kyujin_d .btn {
    font-size: 1.6rem;
  }
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover {
    opacity: 1;
    filter: saturate(120%);
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary {
  background-color: #b18e33;
}
.lower-kyujin_l .btn.btn_external:after,
.lower-kyujin_d .btn.btn_external:after {
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external:after,
  .lower-kyujin_d .btn.btn_external:after {
    right: 16px;
  }
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .custom-form {
  margin-bottom: 30px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form {
    margin-bottom: 20px;
  }
}
.lower-kyujin_l .custom-form .custom-form_inner {
  margin-top: 20px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .custom-form_inner {
    margin-top: 4px;
  }
}
.lower-kyujin_l .custom-form .custom-form_parts {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  padding: 0;
  align-items: stretch;
}
.lower-kyujin_l .custom-form .custom-form_parts:first-child {
  border-top: none;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .custom-form_parts {
    display: block;
  }
}
.lower-kyujin_l .custom-form .custom-form_parts:first-child .parts_ttl {
  border-top: 1px solid #333;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .custom-form_parts:first-child .parts_ttl {
    border-top: 1px solid #dedede;
  }
}
.lower-kyujin_l .custom-form .custom-form_parts:first-child .form_parts_inner {
  border-top: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .custom-form_parts:first-child .form_parts_inner {
    border-top: none;
  }
}
.lower-kyujin_l .custom-form .custom-form_search_btn input[type=submit] {
  width: 210px;
  margin: 50px auto 0;
  color: #fff;
  background: #b18e33;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5rem;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .custom-form_search_btn input[type=submit] {
    margin: 24px auto 0;
  }
}
.lower-kyujin_l .custom-form .parts_ttl {
  display: flex;
  align-items: center;
  flex: 0 0 140px;
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
@media all and (min-width: 835px) {
  .lower-kyujin_l .custom-form .parts_ttl {
    margin-right: 24px;
  }
}
.lower-kyujin_l .custom-form .parts_ttl::before {
  content: none;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .parts_ttl {
    flex: 0 0 100px;
    padding: 0;
    padding-top: 16px;
    border-bottom: none;
  }
}
.lower-kyujin_l .custom-form .form_parts_inner {
  flex: 1 1 auto;
  padding: 18px 0 24px;
  border-bottom: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .form_parts_inner {
    padding: 0;
    padding-bottom: 16px;
  }
}
.lower-kyujin_l .custom-form .category_list {
  display: flex;
  flex-wrap: wrap;
}
@media all and (-ms-high-contrast: none) {
  .lower-kyujin_l .custom-form .category_list {
    max-width: 740px;
  }
}
.lower-kyujin_l .custom-form .category_list li {
  margin-top: 10px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .category_list li {
    margin-top: 8px;
  }
}
.lower-kyujin_l .custom-form .category_list li:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .category_list li:not(:last-child) {
    margin-right: 8px;
  }
}
.lower-kyujin_l .custom-form .category_list li label {
  display: block;
  border: 1px solid #ccc;
  padding: 8px 16px;
  padding-left: 32px;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .category_list li label {
    padding: 7px 14px;
    padding-left: 30px;
  }
}
.lower-kyujin_l .custom-form select, .lower-kyujin_l .custom-form option,
.lower-kyujin_l .custom-form .searchWord {
  box-shadow: none;
  background-color: #eeeeee;
}
.lower-kyujin_l .custom-form .pull-down,
.lower-kyujin_l .custom-form .searchWord {
  font-weight: 500;
  margin-top: 10px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .pull-down,
  .lower-kyujin_l .custom-form .searchWord {
    margin-top: 6px;
  }
}
.lower-kyujin_l .custom-form .pull-down {
  position: relative;
}
.lower-kyujin_l .custom-form .pull-down::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: 2px solid #b18e33;
  border-right: 2px solid #b18e33;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
.lower-kyujin_l .custom-form .btn_cover {
  position: relative;
  width: 210px;
  display: block;
  margin: 0 auto;
}
.lower-kyujin_l .custom-form .btn_cover::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}
.lower-kyujin_l .custom-form .btn_cover input[type=submit] {
  padding-left: 36px !important;
}
@media all and (min-width: 835px) {
  .lower-kyujin_l .custom-form .btn_cover input[type=submit]:hover {
    filter: saturate(120%);
  }
}
.lower-kyujin_l .custom-form input[type=checkbox] + label a:link,
.lower-kyujin_l .custom-form input[type=checkbox] + label a:visited {
  color: #222;
  transition: all 0.3s;
}
@media all and (min-width: 835px) {
  .lower-kyujin_l .custom-form input[type=checkbox] + label a:link:hover,
  .lower-kyujin_l .custom-form input[type=checkbox] + label a:visited:hover {
    color: #d71f1f;
  }
}
.lower-kyujin_l .custom-form .selCity_alert {
  color: #d71f1f;
  margin-top: 10px;
  display: block;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .selCity_alert {
    margin-top: 6px;
  }
}
.lower-kyujin_l .custom-form input[type=checkbox] + label:before {
  background-color: #e5e5e5;
  left: 10px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form input[type=checkbox] + label:before {
    left: 8px;
  }
}
.lower-kyujin_l .custom-form input[type=checkbox] + label:after {
  top: 14px;
  left: 14px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form input[type=checkbox] + label:after {
    top: 11px;
    left: 12px;
  }
}
.lower-kyujin_l .custom-form input[type=checkbox]:checked + label {
  background-color: rgba(177, 142, 51, 0.1);
}
.lower-kyujin_l .custom-form input[type=checkbox]:checked + label:before {
  background-color: #b18e33;
}
.lower-kyujin_l .custom-form .-freeword .searchWord {
  margin-top: 0;
}
.lower-kyujin_l .custom-form .-freeword .form_parts_inner {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .-freeword .form_parts_inner {
    display: block;
    margin-top: 8px;
  }
}
.lower-kyujin_l .custom-form .-freeword .custom-form_searth_btn {
  margin-left: 30px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l .custom-form .-freeword .custom-form_searth_btn {
    margin-left: 0;
    margin-top: 16px;
  }
}
.lower-kyujin_l .custom-form .-freeword .custom-form_searth_btn .btn_cover input[type=submit] {
  background-color: #d71f1f;
  border-radius: 100px;
  color: #fff;
}
.lower-kyujin_l .job_outline_item_txt {
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-kyujin_l input[type=submit] {
    font-size: 1.4rem !important;
  }
}
@media all and (max-width: 834px) {
  .lower-kyujin_l body.iPhone input {
    font-size: 1.4rem !important;
  }
}
.lower-kyujin_l .job_count_pager.contents_bottom {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
@media all and (max-width: 834px) {
  .lower-kyujin_d .l-main {
    margin-bottom: 20px;
  }
}
.lower-kyujin_d .kyujin_container {
  margin-top: 32px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    margin-top: 8px;
  }
}
.lower-kyujin_d .job_body_block {
  margin: 110px 0;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .job_body_block {
    margin: 64px 0;
  }
}
.lower-kyujin_d .job_body_block:last-child {
  margin-bottom: 60px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .job_body_block:last-child {
    margin-bottom: 16px;
  }
}
.lower-kyujin_d .job_body_block.job_body_head {
  margin-bottom: 32px;
}
.lower-kyujin_d .job_lead {
  font-weight: 500;
}
.lower-kyujin_d .outline,
.lower-kyujin_d .appeal {
  border: 1px solid #dedede;
  padding: 44px 48px 56px;
  position: relative;
  box-shadow: 0px 3px 24px -24px #777777;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .outline,
  .lower-kyujin_d .appeal {
    padding: 24px;
  }
}
.lower-kyujin_d .job_outline,
.lower-kyujin_d .appeal_list {
  margin-top: 24px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .job_outline,
  .lower-kyujin_d .appeal_list {
    margin-top: 12px;
  }
}
.lower-kyujin_d .job_outline_item {
  position: relative;
}
.lower-kyujin_d .job_outline_item::before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 15%;
  border-bottom: 1px solid #333;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .job_outline_item::before {
    width: 0;
  }
}
.lower-kyujin_d .job_outline_item:first-child {
  border-top: 1px solid #dedede;
  position: relative;
}
.lower-kyujin_d .job_outline_item:first-child::before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -1px;
  width: 15%;
  border-top: 1px solid #333;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .job_outline_item:first-child::before {
    width: 0;
  }
}
.lower-kyujin_d .job_outline_item_txt {
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .appeal_list_item:nth-child(1) {
    border-top: 1px solid #dedede;
  }
}
.lower-kyujin_d .appeal_list .appeal_list_item_head {
  color: #000000;
}
.lower-kyujin_d .appeal_list_item_detail_txt {
  font-weight: 500;
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  padding: 0;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -64%);
  background-color: #fff;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    padding: 0 24px;
    white-space: nowrap;
  }
}
.lower-kyujin_d .outline_ttl .ja,
.lower-kyujin_d .appeal_ttl .ja {
  font-size: 3.8rem;
  line-height: 1.6;
  margin-top: 6px;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .outline_ttl .ja,
  .lower-kyujin_d .appeal_ttl .ja {
    font-size: 2.4rem;
    margin-top: 4px;
  }
}
.lower-kyujin_d .outline_ttl .eng,
.lower-kyujin_d .appeal_ttl .eng {
  font-size: 1.6rem;
  line-height: 1;
  color: #b18e33;
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .outline_ttl .eng,
  .lower-kyujin_d .appeal_ttl .eng {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 1.8rem;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: none;
}
.lower-kyujin_d article.job {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.lower-kyujin_d .more_link_inner a {
  overflow: visible;
}
.lower-kyujin_d .convertion .btn_convertion {
  border-radius: 100px;
}
@media all and (min-width: 835px) {
  .lower-kyujin_d .convertion .btn_convertion:hover {
    opacity: 1;
    filter: saturate(120%);
  }
}
.lower-kyujin_d .convertion .btn_convertion:after {
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .convertion .btn_convertion:after {
    right: 16px;
  }
}
@media all and (max-width: 834px) {
  .lower-kyujin_d .job_head .job_outline_item:first-child {
    border-top: none;
  }
}

/* ============================================
// インタビュー
// ==========================================*/
/*--------------------
	一覧
--------------------*/
.lower-interview_l .l-main__body {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media all and (max-width: 1200px) {
  .lower-interview_l .l-main__body {
    margin-top: 90px;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_l .l-main__body {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.lower-interview_l .interview__inner {
  max-width: 1180px;
}
.lower-interview_l .interview__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media all and (max-width: 834px) {
  .lower-interview_l .interview__list {
    display: block;
  }
}
.lower-interview_l .interview__list__item {
  flex: 0 0 29.5%;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 5.75%;
}
@media all and (min-width: 835px) {
  .lower-interview_l .interview__list__item:nth-child(3n+2) {
    transition-delay: 0.15s;
  }
  .lower-interview_l .interview__list__item:nth-child(3n+3) {
    transition-delay: 0.3s;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_l .interview__list__item {
    width: 80%;
    margin: 0 auto;
    margin-top: 36px;
  }
  .lower-interview_l .interview__list__item:first-child {
    margin-top: 0;
  }
}
.lower-interview_l .interview__list__item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 834px) {
  .lower-interview_l .interview__list__item:nth-child(3n+3) {
    margin-right: auto;
  }
}
.lower-interview_l .interview__list__item a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
@media all and (min-width: 835px) {
  .lower-interview_l .interview__list__item a:hover {
    color: #000000;
    opacity: 0.8;
  }
  .lower-interview_l .interview__list__item a:hover .img img {
    transform: scale(1.05);
  }
}
.lower-interview_l .interview__list__item .img {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.lower-interview_l .interview__list__item .img:before {
  content: "";
  display: block;
  padding-top: 129.63%;
}
.lower-interview_l .interview__list__item .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-interview_l .interview__list__item .img img {
  transition: transform 0.4s;
}
.lower-interview_l .interview__list__item .body {
  flex: 1 1 auto;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lower-interview_l .interview__list__item .body .area {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}
@media all and (max-width: 834px) {
  .lower-interview_l .interview__list__item .body .area {
    width: 56px;
    height: 56px;
    font-size: 1.3rem;
  }
}
.lower-interview_l .interview__list__item .body .area.-kyoto {
  background: #a469ab;
}
.lower-interview_l .interview__list__item .body .area.-sapporo {
  background: #4da797;
}
.lower-interview_l .interview__list__item .body .area.-tokyo {
  background: #bd5777;
}
.lower-interview_l .interview__list__item .body .area.-nagoya {
  background: #947259;
}
.lower-interview_l .interview__list__item .body .area.-shiga {
  background: #5982aa;
}
.lower-interview_l .interview__list__item .body .area.-osaka {
  background: #d8a536;
}
.lower-interview_l .interview__list__item .body .area.-kobe {
  background: #5a9054;
}
.lower-interview_l .interview__list__item .body .area.-fukuoka {
  background: #b54d4d;
}
.lower-interview_l .interview__list__item .body .copy {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
@media all and (max-width: 834px) {
  .lower-interview_l .interview__list__item .body .copy {
    font-size: 1.6rem;
  }
}
.lower-interview_l .interview__list__item .body .name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}
@media all and (max-width: 834px) {
  .lower-interview_l .interview__list__item .body .name {
    font-size: 1.6rem;
  }
}
.lower-interview_l .interview__list__item .body .data {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 2px;
}
@media all and (max-width: 834px) {
  .lower-interview_l .interview__list__item .body .data {
    font-size: 1.2rem;
  }
}

/*--------------------
  詳細
--------------------*/
.lower-interview_d .l-main {
  margin-bottom: 120px;
}
@media all and (max-width: 1200px) {
  .lower-interview_d .l-main {
    margin-bottom: 110px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .l-main {
    margin-bottom: 48px;
  }
}
.lower-interview_d .interview__intro {
  position: relative;
}
.lower-interview_d .interview__intro__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.lower-interview_d .interview__intro__bg .img {
  opacity: 0.2;
  filter: blur(10px);
  width: 100%;
  height: 100%;
}
.lower-interview_d .interview__intro__body__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 160px;
}
@media all and (max-width: 1200px) {
  .lower-interview_d .interview__intro__body__inner {
    padding-top: 108px;
    padding-bottom: 128px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__intro__body__inner {
    display: block;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.lower-interview_d .interview__intro__body .img-holder {
  flex: 0 0 50%;
  margin-right: 6.25%;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__intro__body .img-holder {
    margin-right: 0;
  }
}
.lower-interview_d .interview__intro__body .img-holder .img {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__intro__body .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.lower-interview_d .interview__intro__body .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-interview_d .interview__intro__body .txt-holder {
  color: #fff;
}
@media all and (min-width: 835px) {
  .lower-interview_d .interview__intro__body .txt-holder {
    margin-top: -16px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__intro__body .txt-holder {
    margin-top: 12px;
  }
}
.lower-interview_d .interview__intro__body .txt-holder .num {
  font-size: 2.4rem;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__intro__body .txt-holder .num {
    font-size: 1.8rem;
  }
}
.lower-interview_d .interview__intro__body .txt-holder .copy {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.6rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  margin-top: 8px;
}
@media all and (max-width: 1200px) {
  .lower-interview_d .interview__intro__body .txt-holder .copy {
    font-size: 4rem;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__intro__body .txt-holder .copy {
    font-size: 2.4rem;
    margin-top: 4px;
  }
}
.lower-interview_d .interview__intro__body .txt-holder .area {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 20px;
  margin-top: 32px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__intro__body .txt-holder .area {
    margin-top: 16px;
    padding: 0 14px;
    line-height: 1.8;
  }
}
.lower-interview_d .interview__intro__body .txt-holder .area.-kyoto {
  background: #a469ab;
}
.lower-interview_d .interview__intro__body .txt-holder .area.-sapporo {
  background: #4da797;
}
.lower-interview_d .interview__intro__body .txt-holder .area.-tokyo {
  background: #bd5777;
}
.lower-interview_d .interview__intro__body .txt-holder .area.-nagoya {
  background: #947259;
}
.lower-interview_d .interview__intro__body .txt-holder .area.-shiga {
  background: #5982aa;
}
.lower-interview_d .interview__intro__body .txt-holder .area.-osaka {
  background: #d8a536;
}
.lower-interview_d .interview__intro__body .txt-holder .area.-kobe {
  background: #5a9054;
}
.lower-interview_d .interview__intro__body .txt-holder .area.-fukuoka {
  background: #b54d4d;
}
.lower-interview_d .interview__intro__body .txt-holder .name {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__intro__body .txt-holder .name {
    font-size: 2rem;
  }
}
.lower-interview_d .interview__intro__body .txt-holder .data {
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__intro__body .txt-holder .data {
    font-size: 1.4rem;
  }
}
.lower-interview_d .interview__content__head {
  position: relative;
}
.lower-interview_d .interview__content__head__inner {
  max-width: 1360px;
}
.lower-interview_d .interview__content__head:before {
  content: "";
  display: inline-block;
  width: calc((100% - 1200px) / 2);
  height: 64px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  transform: translateY(-100%);
}
@media all and (max-width: 1400px) {
  .lower-interview_d .interview__content__head:before {
    width: 100px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__content__head:before {
    height: 34px;
  }
}
.lower-interview_d .interview__content__head .commonTitle01 {
  display: inline-block;
  position: relative;
  padding-right: 96px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__content__head .commonTitle01 {
    padding-right: 48px;
  }
}
.lower-interview_d .interview__content__head .commonTitle01:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 64px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  transform: translateY(-100%);
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__content__head .commonTitle01:before {
    height: 34px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__content__head .commonTitle01 .eng {
    display: block;
    margin-top: -8px;
  }
}
.lower-interview_d .interview__content__body {
  margin-top: 90px;
}
@media all and (max-width: 1200px) {
  .lower-interview_d .interview__content__body {
    margin-top: 72px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__content__body {
    margin-top: 32px;
  }
}
.lower-interview_d .interview__pagination {
  margin-top: 64px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination {
    margin-top: 36px;
  }
}
.lower-interview_d .interview__pagination__inner {
  max-width: 1180px;
  display: flex;
  justify-content: space-between;
}
.lower-interview_d .interview__pagination__item {
  flex: 0 0 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item {
    padding-top: 0;
    padding-bottom: 16px;
  }
}
.lower-interview_d .interview__pagination__item a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity 0.3s;
}
@media all and (min-width: 835px) {
  .lower-interview_d .interview__pagination__item a:hover {
    color: #000000;
    opacity: 0.8;
  }
  .lower-interview_d .interview__pagination__item a:hover img {
    transform: scale(1.05);
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item a {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.lower-interview_d .interview__pagination__item .img-holder {
  flex: 0 0 26%;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item .img-holder {
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
  }
}
.lower-interview_d .interview__pagination__item .img-holder .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lower-interview_d .interview__pagination__item .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 129%;
}
.lower-interview_d .interview__pagination__item .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-interview_d .interview__pagination__item .img-holder .img img {
  transition: transform 0.3s;
}
.lower-interview_d .interview__pagination__item .txt-holder .eng {
  font-size: 1.4rem;
  color: #999;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item .txt-holder .eng {
    line-height: 1.6;
  }
}
.lower-interview_d .interview__pagination__item .txt-holder .copy {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 6px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item .txt-holder .copy {
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.lower-interview_d .interview__pagination__item .txt-holder .name {
  font-size: 1.6rem;
  margin-top: 12px;
  line-height: 1.6;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item .txt-holder .name {
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 0px;
  }
}
.lower-interview_d .interview__pagination__item .txt-holder .date {
  font-size: 1.3rem;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item .txt-holder .date {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 2px;
  }
}
.lower-interview_d .interview__pagination__item.-prev {
  border-right: 1px solid #dedede;
  padding-right: 8%;
}
.lower-interview_d .interview__pagination__item.-prev .img-holder {
  margin-right: 5%;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item.-prev .img-holder {
    margin-right: 0;
  }
}
.lower-interview_d .interview__pagination__item.-next {
  padding-left: 8%;
}
.lower-interview_d .interview__pagination__item.-next a {
  flex-direction: row-reverse;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item.-next a {
    flex-direction: column-reverse;
  }
}
.lower-interview_d .interview__pagination__item.-next .img-holder {
  margin-left: 5%;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__pagination__item.-next .img-holder {
    margin-left: 0;
  }
}
.lower-interview_d .interview__list__item {
  margin-top: 80px;
}
@media all and (max-width: 1200px) {
  .lower-interview_d .interview__list__item {
    margin-top: 64px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__list__item {
    margin-top: 36px;
    position: relative;
    padding: 0 0 36px;
  }
  .lower-interview_d .interview__list__item::before {
    content: "";
    display: inline-block;
    width: 300%;
    height: calc(100% - 240px);
    background-color: #f5f5f5;
    position: absolute;
    top: 240px;
    left: -20%;
    z-index: -1;
  }
}
.lower-interview_d .interview__list__item:first-child {
  margin-top: 0;
}
.lower-interview_d .interview__list__item .head__main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lower-interview_d .interview__list__item .head .annotation {
  width: 100%;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  color: #777777;
  letter-spacing: -0.05em;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__list__item .head .annotation {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.lower-interview_d .interview__list__item .head .num {
  font-size: 2.4rem;
  color: #b18e33;
  line-height: 1;
  border-bottom: 1px solid #b18e33;
  padding: 0 5px 8px;
  display: block;
  margin-top: 14px;
  margin-right: 20px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__list__item .head .num {
    font-size: 2rem;
    padding: 0 4px 6px;
    margin-top: 6px;
    margin-right: 14px;
  }
}
.lower-interview_d .interview__list__item .head .question {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__list__item .head .question {
    font-size: 2.4rem;
  }
}
.lower-interview_d .interview__list__item .body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
  padding-left: 6.6%;
}
@media all and (max-width: 1200px) {
  .lower-interview_d .interview__list__item .body {
    margin-top: 40px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__list__item .body {
    flex-direction: column-reverse;
    padding-left: 0;
    margin-top: 16px;
  }
}
.lower-interview_d .interview__list__item .body .txt-holder {
  flex: 1 1 auto;
}
@media all and (min-width: 835px) {
  .lower-interview_d .interview__list__item .body .txt-holder {
    margin-top: -8px;
  }
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__list__item .body .txt-holder {
    margin-top: 16px;
  }
}
.lower-interview_d .interview__list__item .body .txt-holder .answer {
  font-weight: 500;
}
.lower-interview_d .interview__list__item .body .img-holder {
  flex: 0 0 40%;
  max-width: 480px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__list__item .body .img-holder {
    width: 100%;
  }
}
.lower-interview_d .interview__list__item .body .img-holder .img {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__list__item .body .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
.lower-interview_d .interview__list__item .body .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (min-width: 835px) {
  .lower-interview_d .interview__list__item:nth-child(odd) .body .img-holder {
    margin-left: 6%;
  }
  .lower-interview_d .interview__list__item:nth-child(even) {
    padding: 88px 0;
    position: relative;
  }
}
@media all and (min-width: 835px) and (max-width: 1200px) {
  .lower-interview_d .interview__list__item:nth-child(even) {
    padding: 72px 0;
  }
}
@media all and (min-width: 835px) {
  .lower-interview_d .interview__list__item:nth-child(even)::before {
    content: "";
    display: inline-block;
    width: 300%;
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 25%;
    z-index: -1;
  }
}
@media all and (min-width: 835px) {
  .lower-interview_d .interview__list__item:nth-child(even) .body {
    flex-direction: row-reverse;
  }
  .lower-interview_d .interview__list__item:nth-child(even) .body .img-holder {
    margin-right: 6%;
  }
}
.lower-interview_d .interview__date {
  text-align: center;
  margin-top: 64px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview__date {
    margin-top: 36px;
  }
}
.lower-interview_d .interview .pager_prev {
  margin-top: 56px;
}
@media all and (max-width: 834px) {
  .lower-interview_d .interview .pager_prev {
    margin-top: 32px;
  }
}

/* ============================================
// インフォメーション
// ==========================================*/
/*--------------------
	共通
--------------------*/
.lower-information_l .l-main__body,
.lower-information_d .l-main__body {
  margin-top: 130px;
  margin-bottom: 140px;
}
@media all and (max-width: 1200px) {
  .lower-information_l .l-main__body,
  .lower-information_d .l-main__body {
    margin-top: 110px;
    margin-bottom: 120px;
  }
}
@media all and (max-width: 834px) {
  .lower-information_l .l-main__body,
  .lower-information_d .l-main__body {
    margin-top: 40px;
    margin-bottom: 56px;
  }
}
.lower-information_l .info__inner,
.lower-information_d .info__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__inner,
  .lower-information_d .info__inner {
    display: block;
  }
}
.lower-information_l .info__main,
.lower-information_d .info__main {
  flex: 0 0 66.7%;
  margin-right: 8.3%;
  max-width: 800px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__main,
  .lower-information_d .info__main {
    margin-right: 0;
  }
}
.lower-information_l .info__main .head,
.lower-information_d .info__main .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.lower-information_l .info__main .head .area,
.lower-information_d .info__main .head .area {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.8;
  padding: 1px 16px;
  margin-right: 10px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__main .head .area,
  .lower-information_d .info__main .head .area {
    font-size: 1.2rem;
    padding: 0 12px;
    margin-right: 8px;
  }
}
.lower-information_l .info__main .head .area.-kyoto,
.lower-information_d .info__main .head .area.-kyoto {
  background: #a469ab;
}
.lower-information_l .info__main .head .area.-sapporo,
.lower-information_d .info__main .head .area.-sapporo {
  background: #4da797;
}
.lower-information_l .info__main .head .area.-tokyo,
.lower-information_d .info__main .head .area.-tokyo {
  background: #bd5777;
}
.lower-information_l .info__main .head .area.-nagoya,
.lower-information_d .info__main .head .area.-nagoya {
  background: #947259;
}
.lower-information_l .info__main .head .area.-shiga,
.lower-information_d .info__main .head .area.-shiga {
  background: #5982aa;
}
.lower-information_l .info__main .head .area.-osaka,
.lower-information_d .info__main .head .area.-osaka {
  background: #d8a536;
}
.lower-information_l .info__main .head .area.-kobe,
.lower-information_d .info__main .head .area.-kobe {
  background: #5a9054;
}
.lower-information_l .info__main .head .area.-fukuoka,
.lower-information_d .info__main .head .area.-fukuoka {
  background: #b54d4d;
}
.lower-information_l .info__main .head .date,
.lower-information_d .info__main .head .date {
  display: inline-block;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.8;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__main .head .date,
  .lower-information_d .info__main .head .date {
    font-size: 1.3rem;
  }
}
.lower-information_l .info__main .head .lead,
.lower-information_d .info__main .head .lead {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-top: 12px;
  width: 100%;
  font-weight: bold;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__main .head .lead,
  .lower-information_d .info__main .head .lead {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 10px;
  }
}
.lower-information_l .info__sub,
.lower-information_d .info__sub {
  flex: 0 0 25%;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub,
  .lower-information_d .info__sub {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.lower-information_l .info__sub__block,
.lower-information_d .info__sub__block {
  margin-top: 28px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub__block,
  .lower-information_d .info__sub__block {
    margin-top: 20px;
  }
}
.lower-information_l .info__sub__block:first-child,
.lower-information_d .info__sub__block:first-child {
  margin-top: 0;
}
.lower-information_l .info__sub__block .head,
.lower-information_d .info__sub__block .head {
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub__block .head,
  .lower-information_d .info__sub__block .head {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.lower-information_l .info__sub__block .head:before,
.lower-information_d .info__sub__block .head:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #d71f1f;
  border-radius: 50%;
  margin-top: 15px;
  margin-right: 8px;
  flex-shrink: 0;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub__block .head:before,
  .lower-information_d .info__sub__block .head:before {
    margin-top: 10px;
    margin-right: 6px;
  }
}
.lower-information_l .info__sub__block .body,
.lower-information_d .info__sub__block .body {
  margin-top: 6px;
}
.lower-information_l .info__sub__block .search-word,
.lower-information_d .info__sub__block .search-word {
  background-color: #f2f2f2;
  border: 1px solid #dedede;
  color: #999999;
  font-weight: 500;
  padding: 10px 24px !important;
  border-radius: 2px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub__block .search-word,
  .lower-information_d .info__sub__block .search-word {
    padding: 7px 16px !important;
  }
}
.lower-information_l .info__sub__block .search-btn,
.lower-information_d .info__sub__block .search-btn {
  margin-top: 8px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub__block .search-btn,
  .lower-information_d .info__sub__block .search-btn {
    margin-top: 6px;
  }
}
.lower-information_l .info__sub__block .search-btn .btn_cover,
.lower-information_d .info__sub__block .search-btn .btn_cover {
  position: relative;
  display: block;
}
.lower-information_l .info__sub__block .search-btn .btn_cover::before,
.lower-information_d .info__sub__block .search-btn .btn_cover::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 102px;
  transform: translateY(-50%);
  z-index: 3;
}
@media all and (max-width: 1200px) {
  .lower-information_l .info__sub__block .search-btn .btn_cover::before,
  .lower-information_d .info__sub__block .search-btn .btn_cover::before {
    left: 90px;
  }
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub__block .search-btn .btn_cover::before,
  .lower-information_d .info__sub__block .search-btn .btn_cover::before {
    left: calc(50% - 46px);
  }
}
.lower-information_l .info__sub__block .search-btn .btn_cover input[type=submit],
.lower-information_d .info__sub__block .search-btn .btn_cover input[type=submit] {
  background-color: #333;
  color: #fff;
  border-radius: 2px;
  padding: 11px 16px !important;
  padding-left: 38px !important;
}
@media all and (max-width: 1200px) {
  .lower-information_l .info__sub__block .search-btn .btn_cover input[type=submit],
  .lower-information_d .info__sub__block .search-btn .btn_cover input[type=submit] {
    padding-left: 40px !important;
  }
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub__block .search-btn .btn_cover input[type=submit],
  .lower-information_d .info__sub__block .search-btn .btn_cover input[type=submit] {
    padding: 10px 16px !important;
    padding-left: 26px !important;
  }
}
@media all and (min-width: 835px) {
  .lower-information_l .info__sub__block .search-btn .btn_cover input[type=submit]:hover,
  .lower-information_d .info__sub__block .search-btn .btn_cover input[type=submit]:hover {
    opacity: 0.8;
  }
}
.lower-information_l .info__sub__block .list__item,
.lower-information_d .info__sub__block .list__item {
  border-bottom: 1px solid #dedede;
}
.lower-information_l .info__sub__block .list__item:first-child,
.lower-information_d .info__sub__block .list__item:first-child {
  border-top: 1px solid #dedede;
}
.lower-information_l .info__sub__block .list__item a,
.lower-information_d .info__sub__block .list__item a {
  display: block;
  padding: 14px 16px;
  position: relative;
  padding-right: 50px;
}
@media all and (min-width: 835px) {
  .lower-information_l .info__sub__block .list__item a:hover::before,
  .lower-information_d .info__sub__block .list__item a:hover::before {
    transform: translate(4px, -50%);
  }
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub__block .list__item a,
  .lower-information_d .info__sub__block .list__item a {
    padding: 11px 14px;
    padding-right: 40px;
  }
}
.lower-information_l .info__sub__block .list__item a::before,
.lower-information_d .info__sub__block .list__item a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/information/ico_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__sub__block .list__item a::before,
  .lower-information_d .info__sub__block .list__item a::before {
    transform: scale(0.8) translateY(-50%);
    transform-origin: top right;
    right: 16px;
  }
}

/*--------------------
	一覧
--------------------*/
.lower-information_l .info__list__item {
  border-bottom: 1px solid #dedede;
  padding-bottom: 36px;
  margin-top: 36px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__list__item {
    padding-bottom: 24px;
    margin-top: 24px;
  }
}
.lower-information_l .info__list__item:first-child {
  margin-top: 0;
}
.lower-information_l .info__list__item .body {
  margin-top: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__list__item .body {
    margin-top: 18px;
  }
}
.lower-information_l .info__list__item .body .img-holder {
  flex: 0 0 25%;
  margin-right: 4.2%;
}
.lower-information_l .info__list__item .body .img-holder .img {
  position: relative;
  z-index: 1;
}
.lower-information_l .info__list__item .body .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 75.5%;
}
.lower-information_l .info__list__item .body .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-information_l .info__list__item .body .txt-holder .desc {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.lower-information_l .info__list__item .body .txt-holder .link {
  display: inline-block;
  margin-top: 8px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__list__item .body .txt-holder .link {
    margin-top: 6px;
  }
}
.lower-information_l .info__list__item .body .txt-holder .link:after {
  content: "";
  display: inline-block;
  background-image: url(../img/information/ico_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  margin-left: 10px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__list__item .body .txt-holder .link:after {
    transform: scale(0.8);
    transform-origin: center left;
    margin-left: 8px;
  }
}
.lower-information_l .info__list__item .body .txt-holder .link .txt {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #000000;
}
.lower-information_l .info__pagination {
  display: block;
  position: relative;
  z-index: 5;
  margin-top: 64px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__pagination {
    margin-top: 36px;
  }
}
.lower-information_l .info__pagination .pagination {
  margin-top: 24px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__pagination .pagination {
    margin-top: 12px;
  }
}
.lower-information_l .info__pagination .pagination ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.lower-information_l .info__pagination .pagination li {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 3px;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__pagination .pagination li {
    font-size: 1.4rem;
  }
}
.lower-information_l .info__pagination .pagination li a,
.lower-information_l .info__pagination .pagination li em {
  display: block;
  position: relative;
  color: #000000;
  font-style: normal;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #efefef;
  overflow: hidden;
  transition: all 0.3s;
}
@media all and (max-width: 834px) {
  .lower-information_l .info__pagination .pagination li a,
  .lower-information_l .info__pagination .pagination li em {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.lower-information_l .info__pagination .pagination li a:before,
.lower-information_l .info__pagination .pagination li em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-information_l .info__pagination .pagination li em {
  color: #fff;
  background: #333;
}
.lower-information_l .info__pagination .pagination li em:before {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 835px) {
  .lower-information_l .info__pagination .pagination li a:hover {
    color: #fff;
    opacity: 1;
    background: transparent;
  }
  .lower-information_l .info__pagination .pagination li a:hover:before {
    background: #333;
  }
}
@media all and (max-width: 834px) {
  .lower-information_l .info__pagination .pagination .number {
    display: none;
  }
  .lower-information_l .info__pagination .pagination .number.current {
    display: inline-block;
  }
}

/*--------------------
  詳細
--------------------*/
.lower-information_d .info__main .head .lead {
  font-size: 2.6rem;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .head .lead {
    font-size: 2rem;
    padding-bottom: 16px;
  }
}
.lower-information_d .info__main .body {
  padding-top: 32px;
  padding-bottom: 80px;
  border-bottom: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .body {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}
.lower-information_d .info__main .body .img {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 40px;
}
.lower-information_d .info__main .body .img:before {
  content: "";
  display: block;
  padding-top: 65.625%;
}
.lower-information_d .info__main .body .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .body .img {
    margin-top: 16px;
  }
}
.lower-information_d .info__main .body .txt {
  font-weight: 500;
  margin-top: 68px;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .body .txt {
    margin-top: 40px;
  }
}
.lower-information_d .info__main .body .link-box {
  margin-top: 64px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
  border-radius: 2px;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .body .link-box {
    margin-top: 40px;
    padding: 20px;
    display: block;
  }
}
.lower-information_d .info__main .body .link-box .term {
  flex: 0 0 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 1px solid #000000;
  line-height: 1.6;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .body .link-box .term {
    flex: 0 0 100px;
    font-size: 1.3rem;
    border-right: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
  }
}
.lower-information_d .info__main .body .link-box .term::before {
  content: "";
  display: inline-block;
  background-image: url(../img/information/ico_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .body .link-box .term::before {
    transform: scale(0.8);
    margin-right: 4px;
  }
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .body .link-box .link-holder {
    margin-top: 12px;
  }
}
.lower-information_d .info__main .body .link-box .link-holder .link {
  display: block;
  padding-left: 24px;
  line-height: 1.6;
  margin-top: 8px;
}
.lower-information_d .info__main .body .link-box .link-holder .link:first-child {
  margin-top: 0;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .body .link-box .link-holder .link {
    padding-left: 16px;
    font-size: 1.3rem;
    margin-top: 6px;
    padding-left: 0;
  }
}
.lower-information_d .info__main .body .link-box .link-holder .link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/information/ico_external.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  margin-left: 8px;
  margin-bottom: 1px;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__main .body .link-box .link-holder .link::after {
    transform: scale(0.8);
    margin-left: 6px;
  }
}
.lower-information_d .info__pagination {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__pagination {
    margin-top: 24px;
    height: 48px;
    margin-bottom: 104px;
  }
}
.lower-information_d .info__pagination .prev a,
.lower-information_d .info__pagination .next a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lower-information_d .info__pagination .prev .txt,
.lower-information_d .info__pagination .next .txt {
  font-size: 1.8rem;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__pagination .prev .txt,
  .lower-information_d .info__pagination .next .txt {
    font-size: 1.5rem;
  }
}
.lower-information_d .info__pagination .prev .icon,
.lower-information_d .info__pagination .next .icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__pagination .prev .icon,
  .lower-information_d .info__pagination .next .icon {
    transform: scale(0.6);
  }
}
.lower-information_d .info__pagination .prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lower-information_d .info__pagination .prev a {
  flex-direction: row-reverse;
}
.lower-information_d .info__pagination .prev .icon {
  transform: scale(-1, 1);
  margin-right: 16px;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__pagination .prev .icon {
    transform: scale(-0.6, 0.6);
    margin-right: 0;
  }
}
.lower-information_d .info__pagination .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lower-information_d .info__pagination .next .icon {
  margin-left: 16px;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__pagination .next .icon {
    margin-left: 0;
  }
}
.lower-information_d .info__pagination .pageback {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 100%;
  background-color: #333333;
  border-radius: 2px;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__pagination .pageback {
    width: 200px;
    margin-top: 8px;
    transform: translate(-50%, 50%);
  }
}
.lower-information_d .info__pagination .pageback a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-information_d .info__pagination .pageback a {
    font-size: 1.5rem;
  }
}
.lower-information_d .info__pagination .pageback a:before {
  content: "";
  display: inline-block;
  background-image: url(../img/information/ico_arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
@media all and (max-width: 834px) {
  .lower-information_d .info__pagination .pageback a:before {
    transform: translateY(-50%) scale(-0.8, 0.8);
    transform-origin: top left;
    left: 28px;
  }
}

/* ============================================
// MKの歴史
// ==========================================*/
.lower-history .l-main__body {
  margin-top: 20px;
}
@media all and (max-width: 834px) {
  .lower-history .l-main__body {
    margin-top: 4px;
  }
}
.lower-history .l-main .sec-ttl {
  line-height: 1.35;
  font-size: 6.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  font-weight: 500;
}
@media all and (-ms-high-contrast: none) {
  .lower-history .l-main .sec-ttl {
    font-size: 6rem;
  }
}
@media all and (max-width: 1200px) {
  .lower-history .l-main .sec-ttl {
    font-size: 5.6rem;
  }
}
@media all and (max-width: 1200px) and (-ms-high-contrast: none) {
  .lower-history .l-main .sec-ttl {
    font-size: 5.2rem;
  }
}
@media all and (max-width: 834px) {
  .lower-history .l-main .sec-ttl {
    font-size: 3rem;
  }
}
.lower-history .sec__challenge .challenge {
  position: relative;
  color: #fff;
}
.lower-history .sec__challenge .challenge:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/history/challenge_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  z-index: 2;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge:before {
    content: none;
  }
}
.lower-history .sec__challenge .challenge:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #16120a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lower-history .sec__challenge .challenge__inner {
  position: relative;
  z-index: 3;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__inner {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.lower-history .sec__challenge .challenge__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 4.16%;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__head {
    display: block;
    margin-left: 0;
  }
}
.lower-history .sec__challenge .challenge__head .txt-holder {
  flex: 1 1 auto;
}
@media all and (min-width: 835px) {
  .lower-history .sec__challenge .challenge__head .txt-holder {
    margin-top: -12px;
  }
}
.lower-history .sec__challenge .challenge__head .txt-holder .desc {
  margin-top: 40px;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__head .txt-holder .desc {
    margin-top: 28px;
  }
}
.lower-history .sec__challenge .challenge__head .img-holder {
  flex: 0 0 50%;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__head .img-holder {
    margin-top: 32px;
  }
}
.lower-history .sec__challenge .challenge__head .img-holder .img {
  margin-right: 0;
  margin-left: auto;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__head .img-holder .img {
    margin-left: auto;
    margin-right: auto;
  }
}
.lower-history .sec__challenge .challenge__head .img-holder .img01 {
  max-width: 379px;
  width: 64%;
  position: relative;
  z-index: 1;
}
.lower-history .sec__challenge .challenge__head .img-holder .img01:before {
  content: "";
  display: block;
  padding-top: 133.5%;
}
.lower-history .sec__challenge .challenge__head .img-holder .img01 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__head .img-holder .img01 {
    margin-right: 20px;
  }
}
.lower-history .sec__challenge .challenge__head .img-holder .img02 {
  max-width: 300px;
  width: 50%;
  margin-top: -100px;
  margin-right: 30%;
  position: relative;
  z-index: 1;
}
.lower-history .sec__challenge .challenge__head .img-holder .img02:before {
  content: "";
  display: block;
  padding-top: 83.3%;
}
.lower-history .sec__challenge .challenge__head .img-holder .img02 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__head .img-holder .img02 {
    margin-left: 20px;
  }
}
.lower-history .sec__challenge .challenge__body {
  margin-top: 64px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__body {
    margin-top: 32px;
  }
}
.lower-history .sec__challenge .challenge__body__ttl {
  text-align: center;
}
.lower-history .sec__challenge .challenge__body__ttl .eng {
  font-size: 1.6rem;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__body__ttl .eng {
    font-size: 1.4rem;
  }
}
.lower-history .sec__challenge .challenge__body__ttl .ja {
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  line-height: 1.6;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__body__ttl .ja {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.lower-history .sec__challenge .challenge__body__content {
  margin-top: 20px;
}
.lower-history .sec__challenge .challenge__swiper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
}
.lower-history .sec__challenge .challenge__swiper-slide {
  background-color: #fff;
  color: #000000;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.lower-history .sec__challenge .challenge__swiper-slide .head {
  color: #b18e33;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  flex: 0 0 140px;
  border-right: 1px solid #dedede;
}
@media all and (-ms-high-contrast: none) {
  .lower-history .sec__challenge .challenge__swiper-slide .head {
    padding: 0;
  }
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__swiper-slide .head {
    padding: 16px;
    flex: 0 0 auto;
  }
}
.lower-history .sec__challenge .challenge__swiper-slide .head .txt-challenge {
  font-size: 1.3rem;
  line-height: 1;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__swiper-slide .head .txt-challenge {
    font-size: 1.2rem;
  }
}
.lower-history .sec__challenge .challenge__swiper-slide .head .num {
  font-size: 4rem;
  line-height: 1;
  margin-top: 10px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__swiper-slide .head .num {
    font-size: 3rem;
    margin-top: 5px;
  }
}
.lower-history .sec__challenge .challenge__swiper-slide .body {
  padding: 44px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__swiper-slide .body {
    padding: 24px;
  }
}
.lower-history .sec__challenge .challenge__swiper-slide .body .txt {
  font-size: 1.8rem;
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__swiper-slide .body .txt {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.lower-history .sec__challenge .challenge__swiper-pagination {
  bottom: 0;
  transform: translateY(135%);
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__swiper-pagination {
    transform: translateY(120%);
  }
}
.lower-history .sec__challenge .challenge__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
@media all and (max-width: 834px) {
  .lower-history .sec__challenge .challenge__swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}
.lower-history .sec__challenge .challenge__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.lower-history .sec__challenge .challenge__swiper-button-prev, .lower-history .sec__challenge .challenge__swiper-button-next {
  background-image: url(../img/history/swiper_button.png);
  left: auto;
  right: auto;
  width: 30px;
  height: 58px;
  margin-top: 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.lower-history .sec__challenge .challenge__swiper-button-prev {
  left: 0;
  transform: scale(-1, 1) translate(100%, -50%);
}
.lower-history .sec__challenge .challenge__swiper-button-next {
  right: 0;
  transform: translate(100%, -50%);
}
.lower-history .sec__company .company__inner {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1180px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-history .sec__company .company__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__head {
    flex-direction: column-reverse;
  }
}
.lower-history .sec__company .company__head__column:nth-child(1) {
  max-width: 640px;
  flex: 0 0 58.2%;
}
.lower-history .sec__company .company__head__column:nth-child(1) .img {
  position: relative;
  z-index: 1;
}
.lower-history .sec__company .company__head__column:nth-child(1) .img:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.lower-history .sec__company .company__head__column:nth-child(1) .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__head__column:nth-child(1) .img {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 24px;
  }
}
.lower-history .sec__company .company__head__column:nth-child(1) .desc {
  margin-top: 56px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__head__column:nth-child(1) .desc {
    margin-top: 24px;
  }
}
.lower-history .sec__company .company__head__column:nth-child(2) {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__head__column:nth-child(2) {
    width: 100%;
    display: block;
  }
}
.lower-history .sec__company .company__head__column:nth-child(2)::before {
  content: "";
  display: inline-block;
  background-image: url(../img/index/main_map.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1014px;
  height: 1058px;
  position: absolute;
  top: -84px;
  right: -60%;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .lower-history .sec__company .company__head__column:nth-child(2)::before {
    right: -24%;
  }
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__head__column:nth-child(2)::before {
    top: -40px;
    right: -24%;
    transform: scale(0.5);
    transform-origin: top right;
  }
}
@media all and (min-width: 835px) {
  .lower-history .sec__company .company__head__column:nth-child(2) .sec-ttl {
    writing-mode: vertical-rl;
  }
}
.lower-history .sec__company .company__body {
  margin-top: 56px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__body {
    margin-top: 32px;
  }
}
.lower-history .sec__company .company__body__item {
  margin-top: 64px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__body__item {
    margin-top: 32px;
  }
}
.lower-history .sec__company .company__body__item:first-child {
  margin-top: 0;
}
.lower-history .sec__company .company__body__item__ttl .ja {
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  font-weight: 500;
  line-height: 1.6;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__body__item__ttl .ja {
    font-size: 2.4rem;
  }
}
.lower-history .sec__company .company__body__item__content {
  margin-top: 24px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__body__item__content {
    margin-top: 12px;
  }
}
.lower-history .sec__company .company__body__item__content dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__body__item__content dl {
    border-right: 1px solid #dedede;
  }
}
.lower-history .sec__company .company__body__item__content dl:first-child {
  border-top: 1px solid #dedede;
}
.lower-history .sec__company .company__body__item__content dl:not(.lower-history .sec__company .company__body__item__content dl:first-child) dt {
  border-top: none;
}
.lower-history .sec__company .company__body__item__content dl dt {
  flex: 0 0 100%;
  border: 1px solid #dedede;
  border-top: none;
  background-color: #f5f5f5;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 19px 24px;
}
@media all and (-ms-high-contrast: none) {
  .lower-history .sec__company .company__body__item__content dl dt {
    flex: auto;
    width: 100%;
  }
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__body__item__content dl dt {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 16px;
    border-right: none;
  }
}
.lower-history .sec__company .company__body__item__content dl dd {
  flex: 0 0 33.333%;
  border: 1px solid #dedede;
  border-top: none;
  border-right: none;
  font-weight: 500;
  line-height: 1.6;
  padding: 18px 24px;
  background-color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .lower-history .sec__company .company__body__item__content dl dd {
    flex: auto;
    width: 33.3333%;
  }
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__body__item__content dl dd {
    flex: 1 1 auto;
    width: 100%;
    padding: 16px;
  }
}
.lower-history .sec__company .company__body__item__content dl dd:nth-of-type(3n+3), .lower-history .sec__company .company__body__item__content dl dd:last-of-type {
  border-right: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__body__item__content dl dd:nth-of-type(3n+3), .lower-history .sec__company .company__body__item__content dl dd:last-of-type {
    border-right: none;
  }
}
.lower-history .sec__company .company__businessList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -10px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__businessList {
    margin: -5px;
  }
}
.lower-history .sec__company .company__businessList__item {
  position: relative;
  text-align: center;
  width: calc(33.3% - 20px);
  margin: 10px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__businessList__item {
    width: 100%;
    margin: 5px;
  }
}
.lower-history .sec__company .company__businessList__item .tooltiplink {
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 23px;
  padding-left: 32px;
  border: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .lower-history .sec__company .company__businessList__item .tooltiplink {
    padding: 16px;
    padding-left: 24px;
    font-weight: bold;
  }
}
.lower-history .sec__company .company__businessList__item .tooltiplink:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #d71f1f;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 2px;
}
.lower-history .sec__company .company__businessList__item .tooltiplink:after {
  content: "";
  display: inline-block;
  background-image: url(../img/history/ico_searchplus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.lower-history .sec__company .company__businessList__item .tooltip {
  position: absolute;
  width: 94%;
  top: 10px;
  right: 0;
  background-color: #262626;
  color: white;
  text-align: left;
  transform: translateY(-100%);
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}
.lower-history .sec__company .company__businessList__item .tooltip.visible {
  opacity: 1;
}
.lower-history .sec__company .company__businessList__item .tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #262626 transparent transparent transparent;
  transform: translateY(96%);
}
.lower-history .sec__company .company__businessList__item .tooltip_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 16px 30px;
  flex-wrap: nowrap;
  font-weight: 500;
  line-height: 1.8;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lower-history .sec__sdgs {
  background-color: #f5f5f5;
}
.lower-history .sec__sdgs .sdgs__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-history .sec__sdgs .sdgs__head .sec-ttl {
  text-align: center;
}
.lower-history .sec__sdgs .sdgs__head .desc {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 56px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__head .desc {
    margin-top: 20px;
  }
}
.lower-history .sec__sdgs .sdgs__body {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 64px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__body {
    margin-top: 40px;
  }
}
.lower-history .sec__sdgs .sdgs__content__item {
  margin-top: 80px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__item {
    margin-top: 48px;
  }
}
.lower-history .sec__sdgs .sdgs__content__item:first-child {
  margin-top: 0;
}
.lower-history .sec__sdgs .sdgs__content__ttl {
  position: relative;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 19px;
  padding-top: 27px;
  margin-bottom: 44px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__ttl {
    padding: 16px;
    padding-top: 22px;
    margin-bottom: 22px;
    text-align: left;
  }
}
.lower-history .sec__sdgs .sdgs__content__ttl .num {
  font-size: 3.2rem;
  color: #b18e33;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f5f5f5;
  padding: 0 15px;
  line-height: 1;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__ttl .num {
    font-size: 2.4rem;
  }
}
.lower-history .sec__sdgs .sdgs__content__ttl .ja {
  font-size: 3.2rem;
  line-height: 1.6;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__ttl .ja {
    font-size: 2.2rem;
  }
}
.lower-history .sec__sdgs .sdgs__content__box {
  margin-top: 24px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box {
    margin-top: 20px;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__head {
  display: inline-block;
  background-color: #000;
  padding: 6px 16px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box__head {
    padding: 4px 12px;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__head .ja {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box__head .ja {
    font-size: 1.7rem;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__body {
  background-color: #fff;
  margin-top: -24px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box__body {
    margin-top: -16px;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item {
  padding: 64px 60px 52px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid #dedede;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box__body .list__item {
    flex-direction: column-reverse;
    padding: 32px 24px;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item:first-child {
  border-top: none;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box__body .list__item:first-child {
    padding-top: 40px;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item .txt-holder {
  flex: 1 1 auto;
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item .txt-holder .term {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box__body .list__item .txt-holder .term {
    font-size: 1.6rem;
    margin-bottom: 12px;
    font-weight: bold;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item .txt-holder .term:before {
  content: "";
  display: inline-block;
  background-color: #d71f1f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-bottom: 4px;
  margin-right: 10px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box__body .list__item .txt-holder .term:before {
    margin-bottom: 3px;
    margin-right: 8px;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item .txt-holder .desc {
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box__body .list__item .txt-holder .desc {
    margin-top: 12px;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item .img-holder {
  flex: 0 0 35%;
  max-width: 300px;
  margin-left: 5%;
}
@media all and (max-width: 834px) {
  .lower-history .sec__sdgs .sdgs__content__box__body .list__item .img-holder {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item .img-holder .img {
  position: relative;
  z-index: 1;
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
.lower-history .sec__sdgs .sdgs__content__box__body .list__item .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-history .sec__keyword .keyword__inner {
  max-width: 1080px;
  padding-top: 100px;
  padding-bottom: 108px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__keyword .keyword__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-history .sec__keyword .keyword__body .img-holder {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__keyword .keyword__body .img-holder {
    margin-top: 28px;
  }
}
.lower-history .sec__keyword .keyword__body .img-holder .img {
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
}
.lower-history .sec__keyword .keyword__body .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
.lower-history .sec__keyword .keyword__body .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-history .sec__keyword .keyword__body .txt-holder {
  margin-top: 60px;
}
@media all and (max-width: 834px) {
  .lower-history .sec__keyword .keyword__body .txt-holder {
    margin-top: 28px;
  }
}
/* ============================================
// タクシー業界の将来
// ==========================================*/
.lower-vision .l-main__body {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media all and (max-width: 834px) {
  .lower-vision .l-main__body {
    margin-top: 4px;
    margin-bottom: 64px;
  }
}
.lower-vision .sec__intro .intro__bg {
  overflow: hidden;
}
.lower-vision .sec__intro .intro__bg img {
  transform: scale(1.08);
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  transition-timing-function: ease-in-out;
  max-height: 360px;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__intro .intro__bg img {
    height: 180px;
  }
}
.lower-vision .sec__intro .intro__content__inner {
  max-width: 1180px;
  margin-bottom: 100px;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__intro .intro__content__inner {
    margin-bottom: 56px;
  }
}
.lower-vision .sec__intro .intro__content .txt {
  background-color: #fff;
  margin-top: -40px;
  padding: 94px 100px 0;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__intro .intro__content .txt {
    margin-top: -32px;
    padding: 40px 32px 0;
  }
}
.lower-vision .sec__case .case {
  position: relative;
}
.lower-vision .sec__case .case__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lower-vision .sec__case .case__content {
  padding: 96px 0 120px;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__case .case__content {
    padding: 72px 0 56px;
  }
}
.lower-vision .sec__case .case__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -24px -1.4%;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__case .case__list {
    margin: 0;
    display: block;
  }
}
.lower-vision .sec__case .case__list__item {
  width: 47.2%;
  background-color: #fff;
  padding: 48px 56px 40px;
  margin: 24px 1.4%;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__case .case__list__item {
    width: 100%;
    margin: 0;
    padding: 44px 24px 32px;
    margin-top: 40px;
  }
  .lower-vision .sec__case .case__list__item:first-child {
    margin-top: 0;
  }
}
.lower-vision .sec__case .case__list__item:last-child {
  width: 100%;
}
.lower-vision .sec__case .case__list__item .head {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 10px 16px;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__case .case__list__item .head {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 8px 12px;
  }
}
.lower-vision .sec__case .case__list__item .body .term {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
@media all and (-ms-high-contrast: none) {
  .lower-vision .sec__case .case__list__item .body .term {
    font-size: 3.5rem;
  }
}
@media all and (max-width: 1200px) {
  .lower-vision .sec__case .case__list__item .body .term {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 834px) {
  .lower-vision .sec__case .case__list__item .body .term {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.lower-vision .sec__case .case__list__item .body .term small {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 8px;
}
@media all and (max-width: 1200px) {
  .lower-vision .sec__case .case__list__item .body .term small {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 834px) {
  .lower-vision .sec__case .case__list__item .body .term small {
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 6px;
  }
}
.lower-vision .sec__case .case__list__item .body .desc {
  font-weight: 500;
  margin-top: 8px;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__case .case__list__item .body .desc {
    margin-top: 12px;
  }
}
.lower-vision .sec__about .about__block__item {
  position: relative;
  padding: 120px 0;
  /* 共通 */
  /* 奇数アイテム */
  /* 偶数アイテム */
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item {
    padding: 40px 0;
  }
  .lower-vision .sec__about .about__block__item:first-child {
    padding-top: 56px;
  }
}
.lower-vision .sec__about .about__block__item:before {
  content: "";
  display: inline-block;
  width: 300%;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  top: 0;
  left: -100%;
}
.lower-vision .sec__about .about__block__item__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item__inner {
    display: block;
  }
}
.lower-vision .sec__about .about__block__item:first-child:before {
  content: none;
}
.lower-vision .sec__about .about__block__item:last-child {
  padding-bottom: 0;
}
.lower-vision .sec__about .about__block__item .ttl {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 6rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item .ttl {
    font-size: 2.8rem;
  }
}
.lower-vision .sec__about .about__block__item.-odd .wrap {
  flex: 1 1 auto;
}
.lower-vision .sec__about .about__block__item.-odd .wrap .desc {
  margin-top: 32px;
}
.lower-vision .sec__about .about__block__item.-odd .img-holder {
  flex: 0 0 50%;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item.-odd .img-holder {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.lower-vision .sec__about .about__block__item.-odd .img-holder .img {
  margin-right: 0;
  margin-left: auto;
}
.lower-vision .sec__about .about__block__item.-odd .img-holder .img01 {
  position: relative;
  z-index: 1;
  max-width: 419px;
}
.lower-vision .sec__about .about__block__item.-odd .img-holder .img01:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.lower-vision .sec__about .about__block__item.-odd .img-holder .img01 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item.-odd .img-holder .img01 {
    width: 50%;
    margin: 0 auto;
    margin-right: 10px;
  }
}
.lower-vision .sec__about .about__block__item.-odd .img-holder .img02 {
  position: relative;
  z-index: 1;
  max-width: 279px;
  margin-right: 34%;
  margin-top: -80px;
}
.lower-vision .sec__about .about__block__item.-odd .img-holder .img02:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.lower-vision .sec__about .about__block__item.-odd .img-holder .img02 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item.-odd .img-holder .img02 {
    width: 50%;
    margin: 0 auto;
  }
}
.lower-vision .sec__about .about__block__item.-even .wrap {
  flex: 1 1 auto;
}
@media all and (max-width: 1200px) {
  .lower-vision .sec__about .about__block__item.-even .wrap {
    flex: 0 0 75%;
  }
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item.-even .wrap {
    margin-top: 24px;
  }
}
.lower-vision .sec__about .about__block__item.-even .wrap .img-holder {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.lower-vision .sec__about .about__block__item.-even .wrap .img-holder .img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.lower-vision .sec__about .about__block__item.-even .wrap .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 68.3%;
}
.lower-vision .sec__about .about__block__item.-even .wrap .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-vision .sec__about .about__block__item.-even .wrap .img-holder .img01 {
  margin-right: 20px;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item.-even .wrap .img-holder .img01 {
    margin-right: 10px;
  }
}
.lower-vision .sec__about .about__block__item.-even .wrap .desc {
  margin-top: 40px;
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item.-even .wrap .desc {
    margin-top: 24px;
  }
}
@media all and (min-width: 835px) {
  .lower-vision .sec__about .about__block__item.-even .ttl {
    flex: 0 0 auto;
    padding-right: 4.2%;
    padding-left: 6%;
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-feature-settings: normal;
  }
}
@media all and (max-width: 1200px) {
  .lower-vision .sec__about .about__block__item.-even .ttl {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media all and (max-width: 834px) {
  .lower-vision .sec__about .about__block__item.-even .ttl {
    display: block;
  }
}

.js-loaded.lower-vision .sec__intro .intro__bg img {
  opacity: 1;
  transform: scale(1);
}

/* ============================================
// 働くメリット
// ==========================================*/
.lower-merit .l-main__body {
  margin-top: 20px;
}
@media all and (max-width: 834px) {
  .lower-merit .l-main__body {
    margin-top: 4px;
  }
}
.lower-merit .sec__merit {
  padding-top: 108px;
  padding-bottom: 120px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
.lower-merit .sec__merit:nth-of-type(even) {
  background-color: #f5f5f5;
}
.lower-merit .sec__merit .commonMeritHead .eng {
  font-size: 1.6rem;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit .commonMeritHead .eng {
    font-size: 1.4rem;
  }
}
.lower-merit .sec__merit .commonMeritHead .ja {
  font-size: 6.4rem;
  line-height: 1.35;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-top: 8px;
}
@media all and (-ms-high-contrast: none) {
  .lower-merit .sec__merit .commonMeritHead .ja {
    font-size: 6rem;
  }
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit .commonMeritHead .ja {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 835px) {
  .lower-merit .sec__merit .commonMeritHead.-vertical {
    text-align: right;
  }
  .lower-merit .sec__merit .commonMeritHead.-vertical .eng {
    display: inline-block;
  }
  .lower-merit .sec__merit .commonMeritHead.-vertical .ja {
    text-align: left;
    writing-mode: vertical-rl;
    margin-top: 28px;
    margin-right: -16px;
    font-feature-settings: normal;
  }
}
.lower-merit .sec__merit .commonMeritHead.-center {
  text-align: center;
}
.lower-merit .sec__merit01 .merit01__inner {
  max-width: 1040px;
}
.lower-merit .sec__merit01 .merit01__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit01 .merit01__body {
    margin-top: 24px;
    display: block;
  }
}
.lower-merit .sec__merit01 .merit01__body .img {
  position: relative;
  z-index: 1;
  flex: 0 0 48%;
  max-width: 460px;
  margin-right: 6%;
}
.lower-merit .sec__merit01 .merit01__body .img:before {
  content: "";
  display: block;
  padding-top: 66.7%;
}
.lower-merit .sec__merit01 .merit01__body .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit01 .merit01__body .img {
    margin: 0 auto;
  }
}
.lower-merit .sec__merit01 .merit01__body .txt {
  flex: 1 1 auto;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit01 .merit01__body .txt {
    margin-top: 20px;
  }
}
.lower-merit .sec__merit02 .merit02__inner {
  max-width: 1180px;
}
.lower-merit .sec__merit02 .merit02__body {
  margin-top: 56px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit02 .merit02__body {
    margin-top: 24px;
  }
}
.lower-merit .sec__merit02 .merit02__tooltipList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -10px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit02 .merit02__tooltipList {
    display: block;
    margin: 0;
  }
}
.lower-merit .sec__merit02 .merit02__tooltipList__item {
  background-color: #fff;
  border: 1px solid #dedede;
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit02 .merit02__tooltipList__item {
    width: 100%;
    margin: 0;
    margin-top: 12px;
  }
  .lower-merit .sec__merit02 .merit02__tooltipList__item:first-child {
    margin-top: 0;
  }
}
.lower-merit .sec__merit02 .merit02__tooltipList__item .num {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  color: rgba(22, 22, 22, 0.3);
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit02 .merit02__tooltipList__item .num {
    font-size: 1.6rem;
    top: 10px;
    left: 10px;
  }
}
.lower-merit .sec__merit02 .merit02__tooltipList__item .icon {
  flex-shrink: 0;
  margin-right: 16px;
  pointer-events: none;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit02 .merit02__tooltipList__item .icon {
    transform: scale(0.7);
    transform-origin: left;
    margin-right: 4px;
  }
}
.lower-merit .sec__merit02 .merit02__tooltipList__item .tooltiplink {
  position: relative;
  transition: 0.3s ease-in-out;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 40px;
  font-weight: bold;
}
@media all and (min-width: 835px) {
  .lower-merit .sec__merit02 .merit02__tooltipList__item .tooltiplink {
    min-height: 140px;
    height: 100%;
  }
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit02 .merit02__tooltipList__item .tooltiplink {
    padding: 24px;
    padding-left: 24px;
    font-weight: bold;
  }
}
.lower-merit .sec__merit02 .merit02__tooltipList__item .tooltiplink.-visible {
  cursor: pointer;
}
.lower-merit .sec__merit02 .merit02__tooltipList__item .tooltiplink.-visible:after {
  content: "";
  display: inline-block;
  background-image: url(../img/merit/ico_searchplus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  flex-shrink: 0;
  pointer-events: none;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit02 .merit02__tooltipList__item .tooltiplink.-visible:after {
    transform: translateY(-50%) scale(0.8);
    transform-origin: top right;
  }
}
.lower-merit .sec__merit02 .merit02__tooltipList__item .tooltiplink .txt {
  font-size: 2rem;
  pointer-events: none;
  line-height: 1.6;
  padding-right: 24px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit02 .merit02__tooltipList__item .tooltiplink .txt {
    font-size: 1.6rem;
    padding-right: 28px;
  }
}
.lower-merit .sec__merit02 .merit02__tooltipList__item .tooltip {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #262626;
  color: white;
  text-align: left;
  transform: translateY(-100%);
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  max-width: 90%;
}
.lower-merit .sec__merit02 .merit02__tooltipList__item .tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #262626 transparent transparent transparent;
  transform: translateY(96%);
}
.lower-merit .sec__merit02 .merit02__tooltipList__item .tooltip_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 24px;
  flex-wrap: nowrap;
  font-weight: 500;
  line-height: 1.8;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit02 .merit02__tooltipList__item .tooltip_inner {
    padding: 16px 20px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lower-merit .sec__merit03 .merit03__inner {
  max-width: 1180px;
}
.lower-merit .sec__merit03 .merit03__body {
  margin-top: 56px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit03 .merit03__body {
    margin-top: 28px;
  }
}
.lower-merit .sec__merit03 .merit03__discountList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -40px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit03 .merit03__discountList {
    margin-top: 0;
    display: block;
  }
}
.lower-merit .sec__merit03 .merit03__discountList__item {
  width: 31%;
  max-width: 340px;
  margin-right: 3.5%;
  margin-top: 40px;
}
@media all and (min-width: 835px) {
  .lower-merit .sec__merit03 .merit03__discountList__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit03 .merit03__discountList__item {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
  }
  .lower-merit .sec__merit03 .merit03__discountList__item:first-child {
    margin-top: 0;
  }
}
.lower-merit .sec__merit03 .merit03__discountList__item .img {
  position: relative;
  z-index: 1;
}
.lower-merit .sec__merit03 .merit03__discountList__item .img:before {
  content: "";
  display: block;
  padding-top: 64.7%;
}
.lower-merit .sec__merit03 .merit03__discountList__item .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-merit .sec__merit03 .merit03__discountList__item .term {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 16px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit03 .merit03__discountList__item .term {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 12px;
  }
}
.lower-merit .sec__merit03 .merit03__discountList__item .term::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #d71f1f;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 2px;
}
.lower-merit .sec__merit03 .merit03__discountList__item .desc {
  font-weight: 500;
  margin-top: 8px;
  line-height: 2;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit03 .merit03__discountList__item .desc {
    margin-top: 4px;
  }
}
.lower-merit .sec__merit04 .merit04__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  max-width: 1180px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit04 .merit04__inner {
    display: block;
  }
}
.lower-merit .sec__merit04 .merit04__head {
  margin-left: 7.2%;
}
@media all and (min-width: 835px) and (-ms-high-contrast: none) {
  .lower-merit .sec__merit04 .merit04__head {
    height: 550px;
  }
}
@media all and (max-width: 1200px) {
  .lower-merit .sec__merit04 .merit04__head {
    margin-left: 5.6%;
    margin-right: 3.6%;
  }
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit04 .merit04__head {
    margin: 0 auto;
    text-align: center;
  }
}
.lower-merit .sec__merit04 .merit04__body .img-holder {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit04 .merit04__body .img-holder {
    margin-top: 24px;
  }
}
.lower-merit .sec__merit04 .merit04__body .img-holder .img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 421px;
}
.lower-merit .sec__merit04 .merit04__body .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 68.3%;
}
.lower-merit .sec__merit04 .merit04__body .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-merit .sec__merit04 .merit04__body .img-holder .img01 {
  margin-right: 20px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit04 .merit04__body .img-holder .img01 {
    margin-right: 10px;
  }
}
.lower-merit .sec__merit04 .merit04__body .desc {
  margin-top: 44px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit04 .merit04__body .desc {
    margin-top: 20px;
  }
}
.lower-merit .sec__merit05 .merit05__inner {
  max-width: 1180px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit05 .merit05__inner {
    display: block;
  }
}
.lower-merit .sec__merit05 .merit05 .txt-holder {
  flex: 1 1 auto;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit05 .merit05 .txt-holder .commonMeritHead {
    text-align: center;
  }
}
.lower-merit .sec__merit05 .merit05 .txt-holder .commonMeritHead .ja {
  margin-left: -10px;
}
.lower-merit .sec__merit05 .merit05 .txt-holder .desc {
  margin-top: 32px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit05 .merit05 .txt-holder .desc {
    margin-top: 20px;
  }
}
.lower-merit .sec__merit05 .merit05 .img-holder {
  flex: 0 0 36.4%;
  max-width: 400px;
  margin-left: 8.2%;
  margin-top: 56px;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit05 .merit05 .img-holder {
    margin: 0 auto;
    max-width: none;
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }
}
.lower-merit .sec__merit05 .merit05 .img-holder .img01 {
  position: relative;
  z-index: 1;
  max-width: 327px;
  width: 82%;
  margin-right: 0;
  margin-left: auto;
}
.lower-merit .sec__merit05 .merit05 .img-holder .img01:before {
  content: "";
  display: block;
  padding-top: 146.9%;
}
.lower-merit .sec__merit05 .merit05 .img-holder .img01 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit05 .merit05 .img-holder .img01 {
    width: 42%;
    margin: 0 auto;
  }
}
.lower-merit .sec__merit05 .merit05 .img-holder .img02 {
  position: relative;
  z-index: 1;
  max-width: 280px;
  width: 70%;
  margin-top: -80px;
}
.lower-merit .sec__merit05 .merit05 .img-holder .img02:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.lower-merit .sec__merit05 .merit05 .img-holder .img02 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-merit .sec__merit05 .merit05 .img-holder .img02 {
    margin-top: 0;
    width: 58%;
    margin-right: 10px;
  }
}

/* ============================================
// 勤務体系
// ==========================================*/
.lower-style .sec__workstyle {
  margin-top: 108px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle {
    margin-top: 48px;
  }
}
.lower-style .sec__workstyle .workstyle__inner {
  max-width: 1020px;
}
.lower-style .sec__workstyle .workstyle__head .ttl {
  text-align: center;
  font-size: 6.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  line-height: 1.35;
  font-weight: 500;
}
@media all and (-ms-high-contrast: none) {
  .lower-style .sec__workstyle .workstyle__head .ttl {
    font-size: 6rem;
  }
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__head .ttl {
    font-size: 3rem;
    text-align: left;
  }
}
.lower-style .sec__workstyle .workstyle__head .lead {
  margin-top: 48px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__head .lead {
    margin-top: 20px;
  }
}
.lower-style .sec__workstyle .workstyle__body {
  margin-top: 56px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body {
    margin-top: 28px;
  }
}
.lower-style .sec__workstyle .workstyle__body .txt-holder dl {
  margin-top: 72px;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .txt-holder dl {
    margin-top: 44px;
  }
}
.lower-style .sec__workstyle .workstyle__body .txt-holder dl:first-child {
  margin-top: 0;
}
.lower-style .sec__workstyle .workstyle__body .txt-holder dl:last-child::before {
  content: none;
}
.lower-style .sec__workstyle .workstyle__body .txt-holder dl::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 55px 0 55px;
  border-color: #dedede transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .txt-holder dl::before {
    border-width: 12px 45px 0 45px;
    bottom: -26px;
  }
}
.lower-style .sec__workstyle .workstyle__body .txt-holder dl.-silver dt {
  background-color: #999999;
}
.lower-style .sec__workstyle .workstyle__body .txt-holder dl.-gold dt {
  background-color: #b18e33;
}
.lower-style .sec__workstyle .workstyle__body .txt-holder dl dt {
  color: #fff;
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  font-weight: 500;
  text-align: center;
  padding: 5px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .txt-holder dl dt {
    font-size: 2rem;
    padding: 3px;
    font-weight: bold;
  }
}
.lower-style .sec__workstyle .workstyle__body .txt-holder dl dd {
  margin-top: 20px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .txt-holder dl dd {
    margin-top: 16px;
  }
}
.lower-style .sec__workstyle .workstyle__body .img-holder {
  margin-top: 36px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .img-holder {
    margin-top: 24px;
    display: block;
  }
}
.lower-style .sec__workstyle .workstyle__body .img-holder .annotation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.35;
  z-index: 2;
  text-align: center;
  width: 110px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .img-holder .annotation {
    font-size: 1.8rem;
    width: 100px;
    height: 90px;
  }
}
.lower-style .sec__workstyle .workstyle__body .img-holder .annotation::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 0 52px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(100%, -50%);
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .img-holder .annotation::before {
    border-width: 45px 0 45px 20px;
  }
}
.lower-style .sec__workstyle .workstyle__body .img-holder .annotation::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 20px 52px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(-100%, -50%);
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .img-holder .annotation::after {
    border-width: 45px 20px 45px 0;
  }
}
.lower-style .sec__workstyle .workstyle__body .img-holder .img {
  position: relative;
  z-index: 1;
  width: 100%;
  position: relative;
}
.lower-style .sec__workstyle .workstyle__body .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 68.5%;
}
.lower-style .sec__workstyle .workstyle__body .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .img-holder .img {
    max-width: 450px;
    margin: 0 auto;
  }
}
.lower-style .sec__workstyle .workstyle__body .img-holder .img01 {
  margin-right: 40px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .img-holder .img01 {
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.lower-style .sec__workstyle .workstyle__body .img-holder .img .budge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media all and (max-width: 834px) {
  .lower-style .sec__workstyle .workstyle__body .img-holder .img .budge {
    width: 56px;
    height: 56px;
  }
}
.lower-style .sec__workstyle .workstyle__body .img-holder .img .budge.-orange {
  background-color: #da7447;
}
.lower-style .sec__workstyle .workstyle__body .img-holder .img .budge.-purple {
  background-color: #7363a2;
}
.lower-style .sec__oneday {
  margin-top: 100px;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday {
    margin-top: 56px;
    padding: 48px 0 40px;
  }
}
.lower-style .sec__oneday::before {
  content: "";
  display: inline-block;
  background-color: #f5f5f5;
  width: 90%;
  height: 100%;
  max-width: 1280px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lower-style .sec__oneday .oneday__inner {
  max-width: 1180px;
}
.lower-style .sec__oneday .oneday__head .ttl {
  font-size: 4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  line-height: 1.35;
  text-align: center;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday .oneday__head .ttl {
    font-size: 3rem;
  }
}
.lower-style .sec__oneday .oneday__body {
  margin-top: 72px;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday .oneday__body {
    margin-top: 40px;
  }
}
.lower-style .sec__oneday .oneday__swiper {
  width: 283px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday .oneday__swiper {
    width: 80%;
    max-width: 283px;
    margin: 0 auto;
    position: relative;
  }
}
.lower-style .sec__oneday .oneday__swiper-slide:last-child .img-holder::before {
  content: none;
}
.lower-style .sec__oneday .oneday__swiper-slide .img-holder {
  position: relative;
}
.lower-style .sec__oneday .oneday__swiper-slide .img-holder:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday .oneday__swiper-slide .img-holder:before {
    width: 24px;
  }
}
.lower-style .sec__oneday .oneday__swiper-slide .img-holder .time {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  padding: 6px 12px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday .oneday__swiper-slide .img-holder .time {
    font-size: 1.8rem;
  }
}
.lower-style .sec__oneday .oneday__swiper-slide .img-holder .img {
  position: relative;
  z-index: 1;
}
.lower-style .sec__oneday .oneday__swiper-slide .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 64.6%;
}
.lower-style .sec__oneday .oneday__swiper-slide .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-style .sec__oneday .oneday__swiper-slide .img-holder .num {
  z-index: 2;
  color: #b18e33;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  width: 80px;
  height: 40px;
  border-radius: 40px 40px 0 0;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.lower-style .sec__oneday .oneday__swiper-slide .txt-holder {
  margin-top: 14px;
}
.lower-style .sec__oneday .oneday__swiper-slide .txt-holder .term {
  font-size: 2.2rem;
  text-align: center;
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday .oneday__swiper-slide .txt-holder .term {
    font-size: 2rem;
    font-weight: bold;
  }
}
.lower-style .sec__oneday .oneday__swiper-slide .txt-holder .desc {
  margin-top: 4px;
}
.lower-style .sec__oneday .oneday__swiper-button {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: absolute;
  top: -110px;
  right: 16px;
}
@media all and (max-width: 1200px) {
  .lower-style .sec__oneday .oneday__swiper-button {
    right: 80px;
  }
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday .oneday__swiper-button {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    justify-content: space-between;
    z-index: 2;
  }
}
.lower-style .sec__oneday .oneday__swiper-button-prev, .lower-style .sec__oneday .oneday__swiper-button-next {
  background-image: url(../img/style/swiper_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
}
.lower-style .sec__oneday .oneday__swiper-button-prev {
  transform: scale(-1, 1);
  margin-right: 6px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday .oneday__swiper-button-prev {
    margin-right: 0;
    left: 0;
    transform: translateX(-125%) scale(-1, 1);
  }
}
@media all and (max-width: 834px) {
  .lower-style .sec__oneday .oneday__swiper-button-next {
    right: 0;
    transform: translateX(125%);
  }
}
.lower-style .sec__jobs {
  margin-top: 120px;
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #f5f5f5;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs {
    margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.lower-style .sec__jobs .jobs__head {
  text-align: center;
}
.lower-style .sec__jobs .jobs__head .eng {
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1.6;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__head .eng {
    font-size: 1.4rem;
  }
}
.lower-style .sec__jobs .jobs__head .ja {
  font-size: 6.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  line-height: 1.35;
  margin-top: 10px;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__head .ja {
    font-size: 4rem;
    margin-top: 8px;
  }
}
.lower-style .sec__jobs .jobs__head .lead {
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
  margin-top: 48px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__head .lead {
    margin-top: 24px;
  }
}
.lower-style .sec__jobs .jobs__body {
  margin-top: 88px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__body {
    margin-top: 40px;
  }
}
.lower-style .sec__jobs .jobs__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-top: 72px;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item {
    display: block;
    margin-top: 40px;
  }
}
.lower-style .sec__jobs .jobs__list__item:first-child {
  margin-top: 0;
}
.lower-style .sec__jobs .jobs__list__item:nth-child(even) {
  flex-direction: row;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item:nth-child(even) {
    display: block;
  }
}
.lower-style .sec__jobs .jobs__list__item:nth-child(even) .img-holder {
  margin-right: 0;
  margin-left: 6.25%;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item:nth-child(even) .img-holder {
    margin: 0 auto;
    margin-top: 16px;
  }
}
.lower-style .sec__jobs .jobs__list__item:nth-child(even) .img-holder .eng {
  left: auto;
  right: 0;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item:nth-child(even) .img-holder .eng {
    right: auto;
    left: 0;
  }
}
.lower-style .sec__jobs .jobs__list__item:nth-child(even) .txt-holder {
  padding-right: 0;
  padding-left: 7.5%;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item:nth-child(even) .txt-holder {
    padding-left: 0;
  }
}
.lower-style .sec__jobs .jobs__list__item .img-holder {
  flex: 0 0 42%;
  max-width: 500px;
  margin-right: 6.25%;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item .img-holder {
    margin: 0 auto;
    margin-top: 16px;
  }
}
.lower-style .sec__jobs .jobs__list__item .img-holder .eng {
  position: absolute;
  bottom: -3px;
  left: 0;
  color: #fff;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 500;
  z-index: 2;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item .img-holder .eng {
    font-size: 4rem;
  }
}
.lower-style .sec__jobs .jobs__list__item .img-holder .img {
  position: relative;
  z-index: 1;
}
.lower-style .sec__jobs .jobs__list__item .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 96%;
}
.lower-style .sec__jobs .jobs__list__item .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-style .sec__jobs .jobs__list__item .txt-holder {
  flex: 1 1 auto;
  align-self: center;
  padding-right: 7.5%;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item .txt-holder {
    padding-right: 0;
  }
}
.lower-style .sec__jobs .jobs__list__item .txt-holder .term .eng {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #b18e33;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item .txt-holder .term .eng {
    font-size: 1.4rem;
  }
}
.lower-style .sec__jobs .jobs__list__item .txt-holder .term .ja {
  font-size: 4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-style .sec__jobs .jobs__list__item .txt-holder .term .ja {
    margin-top: 0;
    font-size: 3rem;
    line-height: 1.4;
  }
}
.lower-style .sec__jobs .jobs__list__item .txt-holder .desc {
  margin-top: 20px;
}

/* ============================================
// キャリアアップ
// ==========================================*/
.lower-career .sec__intro .intro__inner {
  max-width: 1180px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media all and (max-width: 834px) {
  .lower-career .sec__intro .intro__inner {
    display: block;
  }
}
.lower-career .sec__intro .intro .copy {
  flex-shrink: 0;
  font-size: 6.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  margin-left: 7.2%;
  line-height: 1.35;
  padding: 36px 60px;
  white-space: nowrap;
  background-color: #fff;
  margin-top: -240px;
  font-weight: 500;
}
@media all and (min-width: 835px) {
  .lower-career .sec__intro .intro .copy {
    writing-mode: vertical-rl;
    font-feature-settings: normal;
  }
}
@media all and (max-width: 1200px) {
  .lower-career .sec__intro .intro .copy {
    margin-top: -160px;
  }
}
@media all and (max-width: 834px) {
  .lower-career .sec__intro .intro .copy {
    font-size: 3rem;
    padding: 0;
    margin-left: 0;
    margin-top: 24px;
  }
}
@media all and (min-width: 835px) {
  .lower-career .sec__intro .intro .copy .add_style01 {
    display: inline-block;
    margin-top: -36px;
  }
}
@media all and (min-width: 835px) {
  .lower-career .sec__intro .intro .copy .add_style02 {
    display: inline-block;
    margin-top: 32px;
  }
}
.lower-career .sec__intro .intro .desc {
  flex: 1 1 auto;
  margin-top: 80px;
}
@media all and (max-width: 1200px) {
  .lower-career .sec__intro .intro .desc {
    margin-left: 5%;
  }
}
@media all and (max-width: 834px) {
  .lower-career .sec__intro .intro .desc {
    margin-top: 16px;
    margin-left: 0;
  }
}
.lower-career .sec__mkism {
  position: relative;
  margin-top: 80px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism {
    margin-top: 96px;
  }
}
.lower-career .sec__mkism::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
}
@media all and (max-width: 1200px) {
  .lower-career .sec__mkism::before {
    width: 95%;
  }
}
.lower-career .sec__mkism .mkism__inner {
  max-width: 1180px;
  padding-top: 32px;
  padding-bottom: 100px;
}
@media all and (max-width: 1200px) {
  .lower-career .sec__mkism .mkism__inner {
    width: 95%;
  }
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__inner {
    padding-top: 60px;
    padding-bottom: 56px;
  }
}
.lower-career .sec__mkism .mkism__head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.lower-career .sec__mkism .mkism__head .ttl {
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__head .ttl {
    font-size: 2.8rem;
    line-height: 1.35;
  }
}
.lower-career .sec__mkism .mkism__body {
  margin-top: 48px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body {
    margin-top: 0;
  }
}
.lower-career .sec__mkism .mkism__body .lead {
  text-align: center;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body .lead {
    text-align: left;
  }
}
.lower-career .sec__mkism .mkism__body__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item {
    margin-top: 28px;
    display: block;
  }
}
.lower-career .sec__mkism .mkism__body__item:first-child {
  margin-top: 0;
}
.lower-career .sec__mkism .mkism__body__item dt {
  color: #fff;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  background-color: #333;
  flex: 0 0 15%;
  text-align: center;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item dt {
    flex-direction: row;
    font-size: 2.2rem;
    margin-right: 0;
    padding: 8px;
    margin-bottom: 8px;
  }
}
.lower-career .sec__mkism .mkism__body__item dt .c-gold {
  color: #b18e33;
}
.lower-career .sec__mkism .mkism__body__item .dd-holder {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item .dd-holder {
    display: block;
  }
}
.lower-career .sec__mkism .mkism__body__item .dd-holder dd {
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item .dd-holder dd {
    text-align: left;
    margin-top: 8px !important;
  }
  .lower-career .sec__mkism .mkism__body__item .dd-holder dd:first-child {
    margin-top: 0 !important;
  }
}
.lower-career .sec__mkism .mkism__body__item .dd-holder dd .num {
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  color: #b18e33;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  line-height: 1;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item .dd-holder dd .num {
    position: relative;
    font-size: 1.8rem;
    top: auto;
    left: auto;
    transform: translate(0);
    margin-right: 8px;
  }
}
.lower-career .sec__mkism .mkism__body__item .dd-holder dd .num::after {
  content: "/";
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  color: #ccc;
  margin-left: 8px;
  margin-bottom: -1px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item .dd-holder dd .num::after {
    font-size: 1.8rem;
    margin-left: 4px;
  }
}
.lower-career .sec__mkism .mkism__body__item .dd-holder dd .txt {
  font-size: 1.8rem;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item .dd-holder dd .txt {
    font-size: 1.5rem;
  }
}
.lower-career .sec__mkism .mkism__body__item.-basic .dd-holder {
  margin: -5px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item.-basic .dd-holder {
    margin: 0;
  }
}
.lower-career .sec__mkism .mkism__body__item.-basic .dd-holder dd {
  width: calc(50% - 10px);
  margin: 5px;
  padding: 20px 24px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item.-basic .dd-holder dd {
    width: 100%;
    margin: 0;
    padding: 16px 20px;
  }
}
.lower-career .sec__mkism .mkism__body__item.-principle .dd-holder {
  margin: -5px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item.-principle .dd-holder {
    margin: 0;
  }
}
.lower-career .sec__mkism .mkism__body__item.-principle .dd-holder dd {
  width: calc(33% - 10px);
  margin: 5px;
  padding: 50px 24px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__mkism .mkism__body__item.-principle .dd-holder dd {
    width: 100%;
    margin: 0;
    padding: 16px 20px;
  }
}
.lower-career .sec__training {
  margin-top: 132px;
  padding-top: 88px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training {
    margin-top: 56px;
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
.lower-career .sec__training .training__inner {
  max-width: 1180px;
}
.lower-career .sec__training .training__head .ttl {
  font-size: 6.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.35;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 500;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__head .ttl {
    font-size: 2.5rem;
    text-align: left;
  }
}
.lower-career .sec__training .training__head .lead {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 40px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__head .lead {
    margin-top: 24px;
  }
}
.lower-career .sec__training .training__body {
  margin-top: 72px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__body {
    margin-top: 32px;
  }
}
.lower-career .sec__training .training__listhead {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  color: #ffffff;
  margin-bottom: 24px;
  padding: 10px 24px;
  background: #333333;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__listhead {
    font-size: 1.8rem;
    padding: 8px 24px;
  }
}
.lower-career .sec__training .training__list__item {
  background-color: #fff;
  border: 1px solid #dedede;
  margin-top: 40px;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__list__item {
    margin-top: 20px;
  }
}
.lower-career .sec__training .training__list__item:first-child {
  margin-top: 0;
}
.lower-career .sec__training .training__list__item:last-child::before {
  content: none;
}
.lower-career .sec__training .training__list__item::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: -1;
}
.lower-career .sec__training .training__list__item .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 56px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__list__item .head {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.lower-career .sec__training .training__list__item .head .num {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  color: #b18e33;
  font-weight: 500;
  line-height: 1;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__list__item .head .num {
    font-size: 2rem;
    margin: 5px 0;
  }
}
.lower-career .sec__training .training__list__item .head .term {
  flex: 0 0 auto;
  margin-left: 28px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__list__item .head .term {
    font-size: 1.6rem;
    margin: 5px 12px;
  }
}
.lower-career .sec__training .training__list__item .head .period {
  margin-left: 32px;
  border: 1px solid #000000;
  padding: 0 14px;
  display: inline-block;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__list__item .head .period {
    margin: 5px 0;
    padding: 0 10px;
  }
}
.lower-career .sec__training .training__list__item .body {
  border-top: 1px solid #dedede;
  padding: 48px 56px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__list__item .body {
    display: block;
    padding: 20px;
    padding-bottom: 24px;
  }
}
.lower-career .sec__training .training__list__item .body .img-holder {
  flex: 0 0 26.4%;
  max-width: 260px;
  margin-right: 4%;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__list__item .body .img-holder {
    margin: 0 auto;
  }
}
.lower-career .sec__training .training__list__item .body .img-holder .img {
  position: relative;
  z-index: 1;
}
.lower-career .sec__training .training__list__item .body .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 66.5%;
}
.lower-career .sec__training .training__list__item .body .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-career .sec__training .training__list__item .body .txt-holder {
  flex: 1 1 auto;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__list__item .body .txt-holder {
    margin-top: 16px;
  }
}
.lower-career .sec__training .training__list__item .body .txt-holder dl {
  margin-top: 8px;
}
.lower-career .sec__training .training__list__item .body .txt-holder dl:first-child {
  margin-top: 0;
}
.lower-career .sec__training .training__list__item .body .txt-holder dl dt {
  font-size: 1.8rem;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__list__item .body .txt-holder dl dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.lower-career .sec__training .training__list__item .body .txt-holder dl dt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #d71f1f;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
  line-height: 1.6;
}
.lower-career .sec__training .training__list__item .body .txt-holder dl dd {
  font-weight: 500;
}
.lower-career .sec__training .training__list__item .body .txt-holder .desc {
  font-weight: 500;
}
.lower-career .sec__training .training__annotation {
  background-color: #333333;
  color: #fff;
  margin-top: 90px;
  padding: 36px 56px;
  padding-top: 0;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__annotation {
    padding: 20px;
    padding-top: 0;
    margin-top: 56px;
  }
}
.lower-career .sec__training .training__annotation .term {
  font-size: 2.2rem;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__annotation .term {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.lower-career .sec__training .training__annotation .term::before {
  content: "";
  display: inline-block;
  width: calc(100% + 56px + 56px);
  height: 40px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: -56px;
  transform: translateY(-100%);
}
@media all and (max-width: 1200px) {
  .lower-career .sec__training .training__annotation .term::before {
    top: 1px;
  }
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__annotation .term::before {
    width: calc(100% + 24px + 24px);
    left: -20px;
    height: 24px;
  }
}
.lower-career .sec__training .training__annotation .desc {
  font-weight: 500;
  margin-top: 20px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__training .training__annotation .desc {
    margin-top: 10px;
  }
}
.lower-career .sec__abroad {
  margin-top: 120px;
  margin-bottom: 108px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__abroad {
    margin-top: 48px;
    margin-bottom: 56px;
  }
}
.lower-career .sec__abroad .abroad__inner {
  max-width: 1180px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media all and (max-width: 834px) {
  .lower-career .sec__abroad .abroad__inner {
    display: block;
  }
}
.lower-career .sec__abroad .abroad__head {
  flex: 1 1 auto;
  margin-left: 9%;
}
@media all and (-ms-high-contrast: none) and (min-width: 835px) {
  .lower-career .sec__abroad .abroad__head {
    height: 430px;
  }
}
@media all and (max-width: 1200px) {
  .lower-career .sec__abroad .abroad__head {
    flex: 0 0 20%;
    margin-left: 7%;
  }
}
@media all and (max-width: 834px) {
  .lower-career .sec__abroad .abroad__head {
    margin-left: 0;
  }
}
.lower-career .sec__abroad .abroad__head .ttl {
  font-size: 6.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.05em;
  line-height: 1.35;
  font-weight: 500;
}
@media all and (min-width: 835px) {
  .lower-career .sec__abroad .abroad__head .ttl {
    writing-mode: vertical-rl;
    font-feature-settings: normal;
  }
}
@media all and (max-width: 834px) {
  .lower-career .sec__abroad .abroad__head .ttl {
    font-size: 3.2rem;
  }
}
.lower-career .sec__abroad .abroad__body {
  flex: 1 1 auto;
}
@media all and (max-width: 834px) {
  .lower-career .sec__abroad .abroad__body {
    margin-top: 20px;
  }
}
.lower-career .sec__abroad .abroad__body .img-holder {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.lower-career .sec__abroad .abroad__body .img-holder .img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.lower-career .sec__abroad .abroad__body .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 68.3%;
}
.lower-career .sec__abroad .abroad__body .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lower-career .sec__abroad .abroad__body .img-holder .img01 {
  margin-right: 20px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__abroad .abroad__body .img-holder .img01 {
    margin-right: 10px;
  }
}
.lower-career .sec__abroad .abroad__body .desc {
  margin-top: 48px;
}
@media all and (max-width: 834px) {
  .lower-career .sec__abroad .abroad__body .desc {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */