@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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-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;
}

/* ============================================


// base


// ==========================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd,
span,
body,
figcaption,
figure {
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

a img {
  border: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

@media (min-device-width: 768px) {
  a:hover,
  a:active {
    opacity: 0.7;
  }

  a[href*='tel:'] {
    display: inline-block;
    pointer-events: none;
  }
}
a:focus {
  outline: none;
}

img:not(.object-fit-img) {
  display: block;
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background: #e2ecf1;
}

::selection {
  background: #e2ecf1;
}

/* font awesome FONT PATH */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fontawesome-webfont_v-4.7.0.eot");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont_v-4.7.0.woff") format("woff"), url("../fonts/fontawesome/fontawesome-webfont_v-4.7.0.ttf") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont_v-4.7.0-fontawesomeregular.svg") format("svg");
}
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: Lato , "Noto Sans JP", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .075em;
  color: #74787b;
  overflow: hidden;
  opacity: 0;
  min-width: 1024px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

.anime {
  opacity: 1 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

/* ============================================
// block width control
// ==========================================*/
.l-blockWidth-xs {
  max-width: 200px;
}
.l-blockWidth-s {
  max-width: 230px;
}
.l-blockWidth-m {
  max-width: 540px;
}
.l-blockWidth-l {
  max-width: 700px;
}
.l-blockWidth-xl {
  max-width: 800px;
}
.l-blockWidth-right {
  margin-left: auto;
}
.l-blockWidth-center {
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
// container base (layout)
// ==========================================*/
.l-container {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.l-container-xs {
  max-width: 900px;
}
.l-container-s {
  max-width: 1124px;
}
.l-container-m {
  max-width: 1300px;
}
.l-container-l {
  max-width: 1400px;
}
.l-container-xl {
  max-width: 1600px;
}

/* ============================================
// main (layout)
// ==========================================*/
.l-main {
  position: relative;
  z-index: 2;
}

/* ============================================
// object
// ==========================================*/
/* btn */
.o-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: .8em 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.o-btn:before, .o-btn:after {
  pointer-events: none;
}
@media (min-device-width: 768px) {
  .o-btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .o-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.o-btn-fontNormal {
  font-weight: normal;
}
.o-btn-radius {
  border-radius: 5px;
}
.o-btn-round {
  border-radius: 40px;
}
@media (min-device-width: 768px) {
  .o-btn-round:hover {
    border-radius: 3px;
  }
}
.o-btn-arrowBefore:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 1.2em;
}
.o-btn-arrowBefore2:before {
  content: "";
  display: inline-block;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 1.2em;
  margin-right: .5em;
}
.o-btn-arrowAfter:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  border: 2px solid;
  border-top: none;
  border-left: none;
  width: 7px;
  height: 7px;
}
.o-btn-arrowBack:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  border: 2px solid;
  border-bottom: none;
  border-right: none;
  width: 7px;
  height: 7px;
}
.o-btn-external:before, .o-btn-external:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translate(0, -50%);
}
.o-btn-external:before {
  border: 1px solid;
  border-top: none;
  border-right: none;
  width: 8px;
  height: 5px;
  margin: 2px 0 0 -2px;
}
.o-btn-external:after {
  border: 1px solid;
  width: 10px;
  height: 7px;
  margin: -2px 0 0 1px;
}
.o-btn-xs {
  font-size: 12px;
}
.o-btn-s {
  font-size: 13px;
}
.o-btn-m {
  font-size: 14px;
}
.o-btn-l {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .o-btn-l {
    font-size: 16px;
  }
}
.o-btn-xl {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .o-btn-xl {
    font-size: 18px;
  }
}
.o-btn-txtPrimary {
  color: #afb9be;
}
.o-btn-txtWhite {
  color: #fff;
}
.o-btn-txtTxtcolor {
  color: #74787b;
}
.o-btn-color-white {
  background-color: #fff;
}
@media (min-device-width: 768px) {
  .o-btn-color-white:hover {
    background-color: #f2f2f2;
  }
}
.o-btn-color-primary {
  background-color: #afb9be;
}
@media (min-device-width: 768px) {
  .o-btn-color-primary:hover {
    background-color: #bdc5c9;
  }
}
.o-btn-color-secondary {
  background-color: #acb9d0;
}
@media (min-device-width: 768px) {
  .o-btn-color-secondary:hover {
    background-color: #bcc7d9;
  }
}
.o-btn-color-third {
  background-color: #fab5a0;
}
@media (min-device-width: 768px) {
  .o-btn-color-third:hover {
    background-color: #fbc8b8;
  }
}
.o-btn-color-fourth {
  background-color: #000;
}
@media (min-device-width: 768px) {
  .o-btn-color-fourth:hover {
    background-color: #0d0d0d;
  }
}
.o-btn-border-white {
  color: #fff;
  border: 1px solid;
}
.o-btn-border-primary {
  border: 1px solid #afb9be;
}
.o-btn-border-custom {
  color: #74787b;
}
.o-btn-border-custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #afb9be;
}
.o-btn-border-custom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  background: url(../img/ico_arrow1.png) no-repeat center left;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  opacity: .5;
  transition: opacity .3s , transform .3s;
}
.o-btn-border-custom .link_line {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  transition: .3s;
  width: 100%;
  height: 100%;
}
.o-btn-border-custom .link_line:before, .o-btn-border-custom .link_line:after {
  content: "";
  display: block;
  position: absolute;
  background: #fab5a0;
  transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.o-btn-border-custom .link_line:before {
  width: 0;
  height: 2px;
}
.o-btn-border-custom .link_line:after {
  width: 2px;
  height: 0;
}
.o-btn-border-custom .link_line-1:before, .o-btn-border-custom .link_line-1:after {
  top: 0;
  right: 0;
}
.o-btn-border-custom .link_line-2:before, .o-btn-border-custom .link_line-2:after {
  bottom: 0;
  left: 0;
}
@media (min-device-width: 768px) {
  .o-btn-border-custom:hover:after {
    transform: translate(3px, -50%);
    opacity: 1;
  }
  .o-btn-border-custom:hover .link_line-1:before {
    width: 100%;
  }
  .o-btn-border-custom:hover .link_line-1:after {
    height: 100%;
  }
  .o-btn-border-custom:hover .link_line-2:before {
    width: 100%;
  }
  .o-btn-border-custom:hover .link_line-2:after {
    height: 100%;
  }
}
.o-btn-custom-icoTel:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  background: url(../img/ico_tel_color1.png) no-repeat center center;
  background-size: contain;
  width: 20.5px;
  height: 20px;
}
.o-btn-custom-icoOubo:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  background: url(../img/ico_oubo_white1.png) no-repeat center center;
  background-size: contain;
  width: 19.5px;
  height: 20.5px;
}
.o-btn-mapModal {
  padding-top: .6em;
  padding-bottom: .6em;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.05);
}
.o-btn-mapModal:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/ico_pop_white1.png) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 11px;
  pointer-events: none;
}

.o-minibtn {
  display: block;
  position: relative;
  width: 100%;
  padding: .3em 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.o-minibtn:before, .o-minibtn:after {
  pointer-events: none;
}

.o-link {
  position: relative;
}
.o-link-color-primary {
  color: #afb9be;
}
.o-link-underline {
  box-shadow: 0px 1px 0px 0px;
}
.o-link-underline2:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed;
}
.o-link-arrow:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -.1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 1px solid;
  border-top: none;
  border-left: none;
  width: .5em;
  height: .5em;
  margin: 0 .5em 0 0;
}
.o-link-arrowBack:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -.1em;
  left: .3em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 1px solid;
  border-bottom: none;
  border-right: none;
  width: .5em;
  height: .5em;
  margin: 0 .5em 0 0;
}
.o-link-external {
  padding-left: 17px;
  color: #74787b;
}
.o-link-external:before, .o-link-external:after {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  color: #afb9be;
}
.o-link-external:before {
  border: 1px solid;
  border-top: none;
  border-right: none;
  width: 8px;
  height: 5px;
  margin: .17em 0 0 -.1em;
}
.o-link-external:after {
  border: 1px solid;
  width: 10px;
  height: 7px;
  margin: -.1em 0 0 .05em;
}
.o-link-external2 {
  color: #74787b;
}
.o-link-external2:before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../img/ico_blank_color1.png) no-repeat center center;
  background-size: contain;
  width: 11.1px;
  height: 9.6px;
  margin-right: .3em;
}
.o-link-map:before {
  content: "\f041";
  font-family: 'FontAwesome';
  position: relative;
  top: -.05em;
  margin-right: .1em;
}
.o-link-tel:before {
  content: "\f098";
  font-family: 'FontAwesome';
  position: relative;
  top: -.05em;
  margin-right: .3em;
}

.o-telephone {
  color: #74787b;
}
.o-telephone span {
  position: relative;
  display: inline-block;
}

.o-btn-cornerBlank {
  position: relative;
}
.o-btn-cornerBlank:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 10px;
  height: 10px;
  background: url("../img/ico_blank_color1.png") no-repeat center center;
  background-size: contain;
}

.o-btn-cornerMail {
  position: relative;
}
.o-btn-cornerMail:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 10px;
  height: 10px;
  background: url("https://toridoll-job.com/t/to/toridoll/img/ico_mail_color1.png") no-repeat center center;
  background-size: contain;
}

/* swiper parts */
.boxAnimation_box {
  overflow: hidden;
}

.boxAnimation_overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.boxAnimation_overlay {
  display: block;
  position: absolute;
  z-index: 5;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #afb9be;
}

/* heading */
.o-ttl-m {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-ttl-m {
    font-size: 15px;
  }
}
.o-ttl-l {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.o-ttl-l .txt_jp {
  position: relative;
  z-index: 1;
}
.o-ttl-xl {
  color: #74787b;
}
.o-ttl-xl .txt_jp {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .o-ttl-xl .txt_jp {
    font-size: 10px;
  }
}
.o-ttl-xl .txt_en {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-ttl-xl .txt_en {
    font-size: 20px;
  }
}
.o-ttl-xxl {
  color: #74787b;
}
.o-ttl-xxl .txt_jp {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .o-ttl-xxl .txt_jp {
    font-size: 10px;
  }
}
.o-ttl-xxl .txt_en {
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-ttl-xxl .txt_en {
    font-size: 24px;
  }
}
.o-ttl-vertical .txt_jp {
  display: block;
}
.o-ttl-vertical .txt_en {
  display: block;
}
.o-ttl-center {
  text-align: center;
}
.o-ttl-icon {
  position: relative;
  letter-spacing: normal;
}
.o-ttl-icon:before {
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-right: .2em;
  border: .19em solid;
  border-radius: 50%;
}
.o-ttl-icon-l {
  position: relative;
  padding-left: 35px;
}
.o-ttl-icon-l:before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  display: inline-block;
  background: url(https://toridoll-job.com/t/to/toridoll/img/ico_circle1.png) no-repeat center center;
  background-size: contain;
  width: 23px;
  height: 23px;
}
.o-ttl-icon-white:before {
  background-image: url(https://toridoll-job.com/t/to/toridoll/img/object_circle_white.png);
}
.o-ttl-icon-center:before {
  margin-left: auto;
  margin-right: auto;
}
.o-ttl-icon-after:before {
  content: none;
}
.o-ttl-icon-after:after {
  content: "";
  display: inline-block;
  background: url(https://toridoll-job.com/t/to/toridoll/img/object_circle_red.png) no-repeat center center;
  background-size: contain;
  width: 1.75em;
  height: 0.578125em;
  margin-left: 20px;
}
.o-ttl-underLine span {
  position: relative;
  box-shadow: 0 -.3em 0 0 #fff inset;
}
.o-ttl-underLine-lineColor-yellow {
  box-shadow: 0 -.3em 0 0 #ff0 inset;
}
.o-ttl-underLine-s {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .o-ttl-underLine-s {
    font-size: 14px;
  }
}
.o-ttl-underLine-m {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .o-ttl-underLine-m {
    font-size: 18px;
  }
}
.o-ttl-underLine-l {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .o-ttl-underLine-l {
    font-size: 20px;
  }
}
.o-ttl-area {
  line-height: 1.5;
}
.o-ttl-area .txt_sub {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.o-ttl-area .txt_main {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-ttl-l {
    font-size: 20px;
  }
  .o-ttl-xl {
    font-size: 20px;
  }
  .o-ttl-xl .txt_sub {
    font-size: 12px;
  }
  .o-ttl-xxl .txt_jp {
    font-size: 12px;
  }
  .o-ttl-xxl .txt_en {
    font-size: 24px;
  }
  .o-ttl-icon-l {
    padding-left: 20px;
  }
  .o-ttl-icon-l:before {
    top: 12px;
    width: 14px;
    height: 14px;
  }
}

/* logo */
.o-site_id {
  display: inline-block;
  max-width: 210px;
}
.o-site_id > a {
  display: block;
}
@media screen and (max-width: 768px) {
  .o-site_id {
    max-width: 147px;
  }
}

/* global nav */
.o-g_navi_list_item {
  position: relative;
}
.o-g_navi_list_item.is-active .txt_jp {
  text-decoration: underline;
}
.o-g_navi a {
  position: relative;
  color: #74787b;
  display: block;
}
@media (min-device-width: 769px) {
  .o-g_navi a:hover {
    opacity: 1;
  }
  .o-g_navi a:hover .txt_jp:before {
    transform: translate(5px, -50%);
    opacity: 1;
  }
}
.o-g_navi .txt_en {
  position: relative;
  display: inline-block;
  font-weight: 900;
  line-height: 1.5;
}
.o-g_navi .txt_en:before, .o-g_navi .txt_en:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -1em;
}
.o-g_navi .txt_en:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #acb9d0;
  box-shadow: 0 0 0 2px #74787b inset, 0 0 0 4px #fff inset;
  transform: translateY(-50%) scale(0.5);
  opacity: 0;
  transition: .3s;
}
.o-g_navi .txt_en:after {
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #acb9d0;
  margin-left: .5em;
  transition: .3s .1s;
}
.o-g_navi .txt_jp {
  position: relative;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 1.5em;
}
.o-g_navi .txt_jp:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(../img/ico_arrow1.png) no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  opacity: .5;
  transition: opacity .2s , transform .3s;
}

/* sns */
.o-sns {
  display: flex;
  align-items: center;
}
.o-sns_ttl {
  font-size: 14px;
  font-weight: bold;
  flex: 0 0 75px;
}
.o-sns_list {
  display: flex;
  align-items: center;
}
.o-sns_list_item {
  margin: 0 5px;
}
.o-sns_list_item.list_fb img {
  width: 14px;
}
.o-sns_list_item.list_tw img {
  width: 16px;
}
.o-sns_list_item.list_line img {
  width: 17px;
}
.o-sns a {
  display: block;
  color: #74787b;
  font-size: 10px;
  font-weight: bold;
}
.o-sns span {
  display: inline-block;
}
.o-sns img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .o-sns a:hover {
    opacity: .7;
  }
}

/* fixed navi */
.o-fixed_nav {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: right center;
}
.o-fixed_nav .recruitConvertion_trigger {
  cursor: pointer;
}
@media (min-device-width: 769px) {
  .o-fixed_nav .recruitConvertion_trigger:hover {
    opacity: 1;
  }
  .o-fixed_nav .recruitConvertion_trigger:hover img {
    opacity: .85;
  }
}
.o-fixed_nav .recruitConvertion_trigger span {
  display: block;
  background: #fff;
}
.o-fixed_nav .recruitConvertion_trigger img {
  max-width: 52px;
  transition: opacity .3s;
}
@media screen and (max-width: 768px) {
  .o-fixed_nav .recruitConvertion_trigger img {
    max-width: 36px;
  }
}

/* anchorList */
.o-anchorList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.o-anchorList_item {
  margin: 10px 7px;
}
@media screen and (max-width: 768px) {
  .o-anchorList_item {
    margin: 7px 3px;
  }
}
.o-anchorList a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #afb9be;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: .5em 1.2em;
}
@media screen and (max-width: 768px) {
  .o-anchorList a {
    font-size: 12px;
  }
}
.o-anchorList a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 3px 0 0 -.15em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em .3em 0 .3em;
  border-color: #afb9be transparent transparent transparent;
}

/* toggle */
.o-toggle {
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: background .3s;
}
@media (min-device-width: 769px) {
  .o-toggle:hover .o-toggle_trigger_ico:nth-of-type(1) {
    margin-top: -5px;
  }
  .o-toggle:hover .o-toggle_trigger_ico:nth-of-type(2) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .o-toggle {
    width: 36px;
    height: 36px;
  }
}
.o-toggle .o-toggle_trigger {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
}
.o-toggle .o-toggle_trigger:hover {
  opacity: 1;
}
.o-toggle .o-toggle_trigger:focus {
  outline: none;
}
.o-toggle .o-toggle_trigger_ico {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background: #fff;
  cursor: pointer;
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.o-toggle .o-toggle_trigger_ico:nth-of-type(1) {
  margin-top: -6px;
}
.o-toggle .o-toggle_trigger_ico:nth-of-type(2) {
  margin-top: 6px;
}
.o-toggle .o-toggle_trigger_txt {
  position: absolute;
  bottom: 15%;
  left: 50%;
  font-size: 10px;
  line-height: 1;
  transform: translate(-50%, -50%) scale(0.7);
  font-weight: bold;
  color: #fff;
  margin-bottom: 1px;
  pointer-events: none;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.o-toggle.js-active .o-toggle_trigger_ico {
  margin-top: 0;
}
.o-toggle.js-active .o-toggle_trigger_ico:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(315deg);
}
.o-toggle.js-active .o-toggle_trigger_ico:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-315deg);
}
.o-toggle.js-active .o-toggle_trigger_ico:nth-of-type(3) {
  width: 0;
}
@media (min-device-width: 769px) {
  .o-toggle.js-active:hover .o-toggle_trigger_ico:nth-of-type(1) {
    margin-top: 0px;
    transform: translateX(-50%) rotate(0);
  }
  .o-toggle.js-active:hover .o-toggle_trigger_ico:nth-of-type(2) {
    margin-top: 0px;
    transform: translateX(-50%) rotate(0);
  }
}
.js-scroll .o-toggle {
  background: #afb9be;
}

/* overlay cover */
.overlay_cover {
  position: absolute;
  z-index: 9;
  display: block;
  cursor: pointer;
}

/* overlay */
.overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(175, 185, 190, 0.9);
  backdrop-filter: blur(10px);
  /* effects */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
  backface-visibility: hidden;
  will-change: transform;
}
.overlay.js-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
.overlay_scroll {
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.overlay_scroll::-webkit-scrollbar {
  display: none;
}
.overlay_inner {
  position: relative;
  height: 100%;
  padding: 5%;
}
@media (min-width: 768px) {
  .overlay_inner {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .overlay_inner {
    padding: 10%;
  }
}
.overlay_image {
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .overlay_image {
    display: none;
  }
}
.overlay .catch_text {
  max-width: 351px;
  width: 80%;
}
@media screen and (min-width: 769px) {
  .overlay .catch_text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .overlay .catch_text {
    max-width: 245.7px;
  }
}
.overlay_text {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .overlay .o-site_id {
    max-width: 210px;
  }
}
@media screen and (max-width: 480px) {
  .overlay .o-site_id {
    max-width: 147px;
  }
}
.overlay .o-g_navi .o-g_navi_list {
  display: flex;
  flex-direction: column;
}
.overlay .o-g_navi .o-g_navi_list_item {
  margin-right: 0;
  margin-top: 20px;
}
.overlay .o-g_navi a {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .overlay .o-g_navi .txt_jp {
    font-size: 18px;
  }
}
.overlay .o-g_navi .txt_jp:before {
  background-image: url(../img/ico_arrow1_w.png);
  opacity: 1;
}
.overlay .recruitConvertion {
  box-shadow: none;
  background: #fff;
  margin-top: 30px;
}
.overlay .recruitConvertion:before {
  content: none;
}

/* pankuzu */
.breadcrumb {
  position: relative;
  z-index: 1;
  clear: both;
  background: #fff;
}
.breadcrumb:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white);
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  padding: 5px 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 10px;
  font-weight: bold;
  margin: 0 2px;
  opacity: .6;
}
.breadcrumb_list_item a {
  color: #74787b;
  font-weight: bold;
  text-decoration: underline;
}
.breadcrumb_list_item:after {
  content: "\003e";
  margin-left: 7px;
  color: #888;
}
.breadcrumb_list_item:first-child a {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.breadcrumb_list_item:last-child:after {
  content: none;
}
.front-page .breadcrumb {
  display: none;
}

/* convertin */
.recruitConvertion {
  position: relative;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 40px 0px rgba(175, 185, 190, 0.5);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 480px) {
  .recruitConvertion {
    padding: 15px;
  }
}
.recruitConvertion:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
}
.recruitConvertion_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .recruitConvertion_ttl {
    font-size: 14px;
  }
}
.recruitConvertion_ttl span {
  display: inline;
  box-shadow: 0px -.3em 0px 0px #d8d8d8 inset;
}
.recruitConvertion_list {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .recruitConvertion_list {
    margin-top: 5px;
  }
}
.recruitConvertion_item {
  margin-top: 10px;
}
.recruitConvertion_notes {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}

/* page down fixed */
@keyframes pagedown1 {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  10% {
    transform: translateY(-100%);
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  70% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes pagedown2 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  30% {
    opacity: 0;
    transform: translateY(100%);
  }
  90% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.o-page_down {
  position: absolute;
  z-index: 5;
  bottom: 25px;
}
.o-page_down_txt {
  position: relative;
  font-size: 12px;
  font-weight: 900;
  transform: rotate(90deg);
  transform-origin: left bottom;
  color: #fab5a0;
  margin-left: 3px;
  transition: .5s;
}
.o-page_down_object {
  position: relative;
  width: 2px;
  overflow: hidden;
}
.o-page_down_object:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  background: #fab5a0;
  width: 100%;
  height: 100%;
}
.o-page_down_object-1 {
  height: 80px;
}
.o-page_down_object-1:before {
  animation: pagedown1 2s ease-in-out infinite;
  animation-play-state: running;
}
.o-page_down_object-2 {
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 14px;
  transform: rotate(45deg);
  transform-origin: left bottom;
}
.o-page_down_object-2:before {
  animation: pagedown2 2s ease-in-out infinite;
  animation-play-state: running;
}
@media screen and (max-width: 768px) {
  .o-page_down {
    display: none;
  }
}

/* page top fixed */
.o-page_top {
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.5s;
}
.js-scroll .o-page_top {
  opacity: 1;
  transform: none;
}
.o-page_top:hover a {
  opacity: 1;
}
@media (min-device-width: 769px) {
  .o-page_top:hover a span {
    transform: translateY(-3px) rotate(45deg);
  }
}
.o-page_top a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.o-page_top span {
  display: block;
  transform: rotate(45deg);
  margin-top: 3px;
  width: 10px;
  height: 10px;
  border: 2px solid #afb9be;
  border-right: none;
  border-bottom: none;
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  .o-page_top {
    width: 35px;
    height: 35px;
  }
}

/* lower read text */
.page_read {
  margin-bottom: 90px;
}
.page_read_inner {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.page_read .txt_main {
  line-height: 2 !important;
}
.page_read_txt {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .page_read_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .page_read_inner {
    text-align: left;
  }
}

/* no data */
.not-found {
  font-size: 130%;
  text-align: center;
  padding: 10% 0;
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  background: #eee;
}
.not-found span {
  display: inline-block;
  background: #afb9be;
  padding: .5em .7em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .not-found {
    font-size: 100%;
  }
}

/* ============================================
// header (common)
// ==========================================*/
.pageHeader {
  position: relative;
}

.header {
  position: relative;
}
.header_logo {
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header_logo .o-site_id {
    max-width: 105px;
  }
}
.header .o-fixed_nav .recruitConvertion {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(10px, -50%) scale(0.95);
  width: 310px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 480px) {
  .header .o-fixed_nav .recruitConvertion {
    width: 260px;
  }
}
.header .o-fixed_nav .recruitConvertion:before {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.85);
}
.header .o-fixed_nav .recruitConvertion.js-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-10px, -50%);
}

.hello_inner {
  position: relative;
  z-index: 0;
  width: 100%;
}
.hello_inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 283px;
  height: 150px;
  background: url("../img/shadow_corner.png") no-repeat 0 0;
  background-size: contain;
  opacity: .5;
}
@media screen and (max-width: 768px) {
  .hello_inner:before {
    width: 198.1px;
    height: 105px;
  }
}
@media screen and (min-width: 769px) {
  .front-page .hello_inner {
    height: 100vh;
    min-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .hello_inner {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .front-page .hello_inner {
    height: 360px;
  }
}
.hello_catch {
  position: absolute;
  z-index: 5;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.hello_catch_text {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .hello_catch_text {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .hello_catch_text {
    max-width: 338px;
  }
}
.hello_mainVisual {
  position: relative;
  height: 100%;
  background: #000;
}
.hello .top-main-swiper {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: opacity .6s ease, transform .3s ease;
}
.hello .top-main-swiper.loading {
  opacity: 0;
  visibility: hidden;
}
.hello .top-main-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.hello .top-main-swiper .swiper-slide span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: transform 12s;
  backface-visibility: hidden;
}
.hello .top-main-swiper .swiper-slide .entity-img {
  display: none;
}
.hello .top-main-swiper .swiper-slide-active {
  opacity: .9;
}
.hello .top-main-swiper .swiper-slide-active span {
  transform: none;
}
.hello .top-main-swiper .custom-pagination-bar-wrap {
  position: absolute;
  z-index: 5;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  font-size: 12px;
  font-weight: bold;
}
.hello .top-main-swiper .custom-pagination-bar-wrap .swiper-pagination {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  text-align: left;
  height: 12px;
  line-height: 1;
}
.hello .top-main-swiper .custom-pagination-bar-wrap .swiper-pagination-bullet {
  position: absolute;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #fff;
  line-height: 1;
  opacity: 0;
  transition: opacity .3s;
}
.hello .top-main-swiper .custom-pagination-bar-wrap .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0) rotate(0deg);
  width: 40px;
  height: 1px;
  margin-top: 5px;
  background: #fff;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hello .top-main-swiper .custom-pagination-bar-wrap .swiper-pagination-bullet-active {
  opacity: 1;
}
.hello .top-main-swiper .custom-pagination-bar-wrap .swiper-pagination-bullet-active:before {
  transform: translate(-50%, 0) rotate(360deg);
}
.hello .top-main-swiper .custom-pagination-bar-wrap .swiper-pagination-total {
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.hello .top-main-swiper .custom-pagination-bar-wrap .swiper-pagination-total:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-top: -10px;
}

.js-hello-child-overlay {
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.js-hello-child-overlay-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  background-color: #afb9be;
}
.js-hello-child-overlay-child-1 {
  left: 0;
}

/* ============================================
// header (lower)
// ==========================================*/
.hello-lower {
  position: relative;
  overflow: hidden;
}
.hello-lower_inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 283px;
  height: 150px;
  background: url("../img/shadow_corner.png") no-repeat 0 0;
  background-size: contain;
  opacity: .5;
}
@media screen and (max-width: 768px) {
  .hello-lower_inner:before {
    width: 198.1px;
    height: 105px;
  }
}
.hello-lower_catch {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hello-lower_catch_text {
  min-width: 390px;
  background: url("../img/texture_stripe_w.png") repeat 0 0;
  border-radius: 10px 10px 0 0;
  line-height: 1;
  padding: .7em 1em .5em 1em;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hello-lower_catch_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .hello-lower_catch_text {
    font-size: 20px;
  }
}
.hello-lower_catch .txt {
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff;
}
.hello-lower_mainVisual {
  position: relative;
  background: #000;
}
.hello-lower_mainVisual span {
  display: block;
}
@media screen and (min-width: 481px) {
  .hello-lower_mainVisual span {
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  .hello-lower_mainVisual span {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .hello-lower_mainVisual span {
    padding-top: 40%;
  }
}
.hello-lower_mainVisual img {
  font-family: 'object-fit: cover;';
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
}

/* ============================================
// footer (common)
// ==========================================*/
.l-footer {
  position: relative;
  clear: both;
}

.footer {
  background: #eff0f0;
}
@media screen and (min-width: 769px) {
  .footer_inner {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .footer_block-1 {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 769px) {
  .footer_block-2 {
    flex: 0 0 327px;
  }
}
@media screen and (max-width: 768px) {
  .footer_block-2 {
    margin-top: 30px;
  }
}
.footer_navi .o-g_navi_list {
  display: flex;
  flex-wrap: wrap;
}
.footer_navi .o-g_navi_list_item {
  margin-right: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-device-width: 769px) {
  .footer_navi .o-g_navi_list_item a:hover {
    color: #acb9d0;
  }
}
.footer_navi .o-g_navi_list .txt_jp {
  font-size: 16px;
  padding-left: 0;
}
.footer_navi .o-g_navi_list .txt_jp:before {
  content: none;
}
.footer_search {
  margin-top: 10px;
}
.footer_search_l_title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer_search_l_title {
    font-size: 12px;
  }
}
.footer_search_l_title span {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: #acb9d0;
  margin-right: .3em;
  padding-left: .7em;
  padding-right: .7em;
}
@media screen and (max-width: 768px) {
  .footer_search_l_title span {
    font-size: 18px;
  }
}
.footer_search_l_title span:before, .footer_search_l_title span:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(https://toridoll-job.com/t/to/toridoll/img/ico_accent1.png) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.footer_search_l_title span:before {
  top: -3px;
  left: 0;
}
.footer_search_l_title span:after {
  bottom: -3px;
  right: 0;
}
.footer_search_list_item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer_search_list_item:not(:first-child) {
    margin-top: 10px;
  }
}
.footer_search_title {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.footer_search_dataList {
  display: flex;
  flex-wrap: wrap;
}
.footer_search_dataList li {
  overflow: hidden;
}
.footer_search_dataList a {
  position: relative;
  color: #74787b;
  margin-right: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer_search_dataList a {
    font-size: 12px;
  }
}
.footer_search_dataList a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #acb9d0;
  transition: .3s , opacity .3s .4s;
}
.footer_search_dataList a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #74787b;
}
@media (min-device-width: 769px) {
  .footer_search_dataList a:hover {
    opacity: 1;
    color: #acb9d0;
  }
}
.footer_description {
  font-size: 12px;
  line-height: 1.6;
}
.footer_sns {
  margin-top: 10px;
}
.footer_corp {
  margin-top: 10px;
}
.footer_corp .o-corp_link .o-link {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4;
}
.footer .copy_right {
  margin-top: 10px;
  font-size: 10px;
}

.top_overContents {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .top_overContents {
    margin-top: 40px;
  }
}
.top_overContents_inner_inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_overContents_inner_inner {
    padding-left: 290px;
  }
}

.top_navi {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top_navi {
    display: none;
  }
}
.top_navi .o-g_navi_list_item {
  white-space: nowrap;
  margin-bottom: 30px;
  letter-spacing: normal;
}

.top_message_ttl_txt {
  font-size: 44px;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 1024px) {
  .top_message_ttl_txt {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .top_message_ttl_txt {
    font-size: 24px;
  }
}
.top_message_subCopy p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top_message_subCopy p {
    margin-top: 10px;
    font-size: 15px;
  }
}

.top_recruit {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top_recruit {
    margin-top: 20px;
  }
}
.top_recruit_block-1 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top_recruit_block-1 {
    flex-direction: column;
  }
}

.recruit_keyword {
  flex: 0 1 100%;
}
@media screen and (max-width: 768px) {
  .recruit_keyword {
    order: 2;
    margin-top: 20px;
  }
}
.recruit_keyword_body {
  margin-top: 5px;
}
.recruit_keyword .custom-form_parts {
  display: flex;
  align-items: stretch;
}
.recruit_keyword .custom-form_parts .form_parts_inner {
  margin-top: 0;
}
.recruit_keyword .searchWord {
  padding-top: 1.1em !important;
  padding-bottom: 1.1em !important;
}
.recruit_keyword .custom-form_searth_btn {
  max-width: 105px;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .recruit_keyword .custom-form_searth_btn {
    max-width: 75px;
  }
}
.recruit_keyword .custom-form_searth_btn .btn_cover {
  height: 100%;
}
.recruit_keyword .custom-form_searth_btn .btn_cover input {
  font-size: 18px;
  padding: 5px 0 !important;
  text-indent: 1em;
}
@media screen and (max-width: 480px) {
  .recruit_keyword .custom-form_searth_btn .btn_cover input {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_lost {
    flex: 0 0 280px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lost {
    order: 1;
  }
}
.recruit_lost_btn {
  position: relative;
  margin-top: 5px;
}
.recruit_lost_btn .recruitConvertion_trigger {
  cursor: pointer;
  transition: opacity .3s;
}
@media (min-device-width: 769px) {
  .recruit_lost_btn .recruitConvertion_trigger:hover {
    opacity: .8;
  }
}
.recruit_lost .recruitConvertion {
  position: absolute;
  z-index: 5;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 15px) scale(0.95);
  width: 310px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 480px) {
  .recruit_lost .recruitConvertion {
    width: 260px;
  }
}
.recruit_lost .recruitConvertion.js-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -10px);
}

.recruit_map {
  position: relative;
  margin-top: 30px;
}
.recruit_map:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 3000px;
  height: 100%;
  background: #eff0f0;
}
.recruit_map_inner {
  position: relative;
  padding: 50px 70px;
}
@media screen and (max-width: 1024px) {
  .recruit_map_inner {
    padding: 20px 0 20px 20px;
  }
}
.recruit_map_ttl {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.recruit_map_list.forPc {
  position: relative;
  width: 539px;
  margin: -70px 0 0 auto;
}
@media (max-width: 767px) {
  .recruit_map_list.forPc {
    display: none !important;
  }
}
.recruit_map_list.forSp {
  position: relative;
  margin-top: 10px;
  padding: 10px 0 10px 10px;
}
@media (min-width: 768px) {
  .recruit_map_list.forSp {
    display: none;
  }
}
.recruit_map_list.forSp:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #fff;
  width: 2000px;
  height: 100%;
}
.recruit_map_list.forSp .recruit_map_list_btns,
.recruit_map_list.forSp .recruit_map_list_contents {
  position: relative;
  z-index: 3;
}
.recruit_map_item-hokkaido .recruit_map_btn {
  top: 50px;
  right: 160px;
}
.recruit_map_item-tohoku .recruit_map_btn {
  top: 180px;
  right: -20px;
}
.recruit_map_item-kanto .recruit_map_btn {
  top: 310px;
  right: 10px;
}
.recruit_map_item-chubu .recruit_map_btn {
  top: 425px;
  right: 111px;
}
.recruit_map_item-kinki .recruit_map_btn {
  top: 290px;
  right: 264px;
}
.recruit_map_item-shikoku .recruit_map_btn {
  top: 472px;
  right: 240px;
}
.recruit_map_item-chugoku .recruit_map_btn {
  top: 350px;
  right: 400px;
}
.recruit_map_item-kyusyu .recruit_map_btn {
  top: 480px;
  right: 480px;
}
.recruit_map_item-okinawa .recruit_map_btn {
  top: 160px;
  right: 240px;
}
.recruit_map_item .recruit_map_btn {
  position: absolute;
  width: 107px;
}
.recruit_map_item .recruit_map_btn a, .recruit_map_item .recruit_map_btn .o-btn {
  cursor: pointer;
  text-indent: 1.2em;
  transition: opacity .3s;
}
@media (min-device-width: 769px) {
  .recruit_map_item .recruit_map_btn a:hover, .recruit_map_item .recruit_map_btn .o-btn:hover {
    opacity: .8;
  }
}
.recruit_map_overlay {
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(175, 185, 190, 0.9);
  backdrop-filter: blur(10px);
  /* effects */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
  backface-visibility: hidden;
}
.recruit_map_overlay.js-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
.recruit_map_overlay_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px;
}
.recruit_map_overlay_body {
  position: relative;
  background: #fff;
  max-width: 730px;
  width: 100%;
  padding: 50px;
}
.recruit_map_overlay_body_inner {
  display: flex;
  align-items: center;
}
.recruit_map_overlay .map-toggle {
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f0f0;
}
.recruit_map_overlay .o-toggle_trigger_ico {
  background: #74787b;
  opacity: .4;
  margin-top: 0 !important;
}
.recruit_map_overlay .o-toggle_trigger_ico:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.recruit_map_overlay .o-toggle_trigger_ico:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.recruit_map_overlay .o-toggle_trigger_ico:nth-of-type(3) {
  width: 0;
}
.recruit_map_overlay_txt {
  flex: 0 1 100%;
  padding-right: 30px;
}
.recruit_map_overlay_btns {
  margin-top: 10px;
}
.recruit_map_overlay_btnList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.recruit_map_overlay_btnItem {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 5px;
}
.recruit_map_overlay_btnItem .o-btn {
  padding-left: 0;
  padding-right: 0;
}
.recruit_map_overlay_map .image {
  display: block;
  width: 284px;
  height: 297px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recruit_map_item-hokkaido .image {
  background-image: url(../img/map_hokkaido.png);
}
.recruit_map_item-tohoku .image {
  background-image: url(../img/map_tohoku.png);
}
.recruit_map_item-kanto .image {
  background-image: url(../img/map_kanto.png);
}
.recruit_map_item-chubu .image {
  background-image: url(../img/map_chubu.png);
}
.recruit_map_item-kinki .image {
  background-image: url(../img/map_kinki.png);
}
.recruit_map_item-shikoku .image {
  background-image: url(../img/map_shikoku.png);
}
.recruit_map_item-chugoku .image {
  background-image: url(../img/map_chugoku.png);
}
.recruit_map_item-kyusyu .image {
  background-image: url(../img/map_kyusyu.png);
}
.recruit_map_item-okinawa .image {
  background-image: url(../img/map_okinawa.png);
}
.recruit_map .recruit_map_list_btns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}
.recruit_map .recruit_map_list_btns .recruit_map_btn {
  flex: 0 0 33.33%;
  padding: 3px;
  opacity: .6;
}
.recruit_map .recruit_map_list_btns .recruit_map_btn.js-active {
  opacity: 1;
}
.recruit_map .recruit_map_list_btns .recruit_map_btn.js-active a:before, .recruit_map .recruit_map_list_btns .recruit_map_btn.js-active .o-btn:before {
  transform: translate(-50%, 0);
  opacity: 1;
}
.recruit_map .recruit_map_list_btns .recruit_map_btn a, .recruit_map .recruit_map_list_btns .recruit_map_btn .o-btn {
  overflow: visible;
  padding: 8px 0;
}
.recruit_map .recruit_map_list_btns .recruit_map_btn a:before, .recruit_map .recruit_map_list_btns .recruit_map_btn .o-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #acb9d0 transparent transparent transparent;
  opacity: 0;
  transition: .3s;
}
.recruit_map .recruit_map_list_contents {
  padding: 20px;
}
.recruit_map .recruit_map_list_contents_item {
  display: none;
  backface-visibility: hidden;
}
.recruit_map .recruit_map_list_contents_item.js-show {
  display: block;
}
.recruit_map .recruit_map_list_contents_item_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit_map .recruit_map_list_contents_item-hokkaido .image {
  background-image: url(../img/map_hokkaido.png);
}
.recruit_map .recruit_map_list_contents_item-tohoku .image {
  background-image: url(../img/map_tohoku.png);
}
.recruit_map .recruit_map_list_contents_item-kanto .image {
  background-image: url(../img/map_kanto.png);
}
.recruit_map .recruit_map_list_contents_item-chubu .image {
  background-image: url(../img/map_chubu.png);
}
.recruit_map .recruit_map_list_contents_item-kinki .image {
  background-image: url(../img/map_kinki.png);
}
.recruit_map .recruit_map_list_contents_item-shikoku .image {
  background-image: url(../img/map_shikoku.png);
}
.recruit_map .recruit_map_list_contents_item-chugoku .image {
  background-image: url(../img/map_chugoku.png);
}
.recruit_map .recruit_map_list_contents_item-kyusyu .image {
  background-image: url(../img/map_kyusyu.png);
}
.recruit_map .recruit_map_list_contents_item-okinawa .image {
  background-image: url(../img/map_okinawa.png);
}
.recruit_map .recruit_map_list_contents_ttl {
  position: relative;
  z-index: 3;
  white-space: nowrap;
  margin-right: -20px;
}
.recruit_map .recruit_map_list_contents_ttl .o-ttl-area .txt_sub {
  font-size: 12px;
}
.recruit_map .recruit_map_list_contents_ttl .o-ttl-area .txt_main {
  font-size: 20px;
}
.recruit_map .recruit_map_list_contents_map .image {
  display: block;
  width: 170.4px;
  height: 178.2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recruit_map .recruit_map_list_contents_btnList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}
.recruit_map .recruit_map_list_contents_btnItem {
  flex: 0 1 33.33%;
  padding: 3px;
}
.recruit_map .recruit_map_list_contents_btnItem a {
  padding: 8px 0;
}

.recruit_pickup {
  position: relative;
}
.recruit_pickup:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 3000px;
  height: 100%;
  background: #afb9be;
}
.recruit_pickup_inner {
  position: relative;
  padding: 50px 70px;
}
@media screen and (max-width: 1024px) {
  .recruit_pickup_inner {
    padding: 20px 0 20px 20px;
  }
}
.recruit_pickup_ttl {
  color: #fff;
}
.recruit_pickup_list {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .recruit_pickup_list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 481px) {
  .recruit_pickup_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.recruit_pickup_list a {
  display: block;
}
.recruit_pickup_item {
  position: relative;
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 15px 30px;
}
@media screen and (max-width: 768px) {
  .recruit_pickup_item {
    padding: 0 5px 5px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_pickup_item {
    margin-right: 0;
    max-width: none;
  }
}
.recruit_pickup_item a {
  position: relative;
}
.recruit_pickup_item_ttl {
  position: absolute;
  z-index: 3;
  bottom: 10%;
  left: 0;
  width: 100%;
}
.recruit_pickup_item_ttl p {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #fab5a0;
  padding: .2em .7em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .recruit_pickup_item_ttl p {
    font-size: 16px;
  }
}
.recruit_pickup_item_img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.recruit_pickup_item_img .img {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .recruit_pickup_item_img .img {
    height: 142px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_pickup_item_img .img:before {
    content: "";
    display: block;
    padding-top: 37.5%;
  }
}
.recruit_pickup_item_img img {
  font-family: 'object-fit: cover';
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .top_contents {
    margin-top: 45px;
  }
}
.top_contents_inner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .top_contents_inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.top_contents_inner:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 340px;
  background: #eff0f0;
  width: 3000px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top_contents_inner:after {
    left: 30%;
  }
}
.top_contents_list {
  position: relative;
  z-index: 1;
}
.top_contents_item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top_contents_item:not(:first-child) {
    margin-top: 5%;
  }
}
@media screen and (min-width: 769px) {
  .top_contents_item:nth-child(odd) .top_contents_txt {
    margin-left: -60px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_item:nth-child(odd) .top_contents_txt {
    margin-top: -30px;
    margin-left: 30px;
    margin-right: -5.5%;
  }
}
.top_contents_item:nth-child(even) .top_contents_item_inner {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .top_contents_item:nth-child(even) .top_contents_txt {
    margin-right: -60px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_item:nth-child(even) .top_contents_txt {
    margin-top: -30px;
    margin-left: -5.5%;
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents_item_inner {
    display: flex;
  }
}
.top_contents_img {
  position: relative;
  z-index: 2;
  flex: 0 1 669px;
}
.top_contents_img .img {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_contents_img .img {
    height: 398px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_img .img:before {
    content: "";
    display: block;
    padding-top: 59.4%;
  }
}
.top_contents_img img {
  font-family: 'object-fit: cover';
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_contents_txt {
  position: relative;
  z-index: 3;
  flex: 0 1 480px;
  display: flex;
  align-items: center;
}
.top_contents_txt_inner {
  background: #fff;
  padding: 50px 45px;
}
@media screen and (max-width: 768px) {
  .top_contents_txt_inner {
    padding: 20px 30px 30px;
  }
}
.top_contents_description {
  margin-top: 5px;
}
.top_contents_btn {
  margin-top: 20px;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .top_contents_btn {
    margin-top: 10px;
  }
}

.top_brands_inner {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .top_brands_inner {
    padding-left: 340px;
  }
}
@media screen and (max-width: 768px) {
  .top_brands_inner {
    padding-top: 30px;
  }
}
.top_brands_list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top_brands_list {
    margin-top: 10px;
  }
}
.top_brands_list_inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
}
@media screen and (max-width: 768px) {
  .top_brands_list_inner {
    margin-left: -3%;
    margin-right: -3%;
  }
}
.top_brands_item {
  position: relative;
  flex: 0 0 190px;
  max-width: 190px;
  height: 190px;
  margin: 0 2% 4%;
}
@media screen and (max-width: 768px) {
  .top_brands_item {
    margin: 0 1.5% 3%;
    flex-basis: 30%;
    max-width: 30%;
    height: 100px;
  }
}
@media (min-device-width: 1025px) {
  .top_brands_item:hover .top_brands_item_txt {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  .top_brands_item:hover .top_brands_item_logo .link_line-1:before {
    width: 100%;
  }
  .top_brands_item:hover .top_brands_item_logo .link_line-1:after {
    height: 100%;
  }
  .top_brands_item:hover .top_brands_item_logo .link_line-2:before {
    width: 100%;
  }
  .top_brands_item:hover .top_brands_item_logo .link_line-2:after {
    height: 100%;
  }
}
.top_brands_item_logo {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-device-width: 1025px) {
  .top_brands_item_logo:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/ico_tool_gray1.png") no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 13px;
    opacity: .5;
  }
}
.top_brands_item_logo:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #acb9d0;
}
.top_brands_item_logo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 40%;
}
.top_brands_item_logo .link_line {
  position: absolute;
  z-index: 3;
  display: block;
  transition: .3s;
  width: 100%;
  height: 100%;
}
.top_brands_item_logo .link_line:before, .top_brands_item_logo .link_line:after {
  content: "";
  display: block;
  position: absolute;
  background: #fab5a0;
  transition: 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.top_brands_item_logo .link_line:before {
  width: 0;
  height: 2px;
}
.top_brands_item_logo .link_line:after {
  width: 2px;
  height: 0;
}
.top_brands_item_logo .link_line-1:before, .top_brands_item_logo .link_line-1:after {
  top: 0;
  right: 0;
}
.top_brands_item_logo .link_line-2:before, .top_brands_item_logo .link_line-2:after {
  bottom: 0;
  left: 0;
}
.top_brands_item_txt {
  position: absolute;
  z-index: 5;
  bottom: 90%;
  left: 50%;
  transform: translate(-50%, 30px) scale(0.95);
  width: 345px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 10px 40px 0px rgba(175, 185, 190, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.top_brands_item_txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
}
.top_brands_item_txt a {
  display: block;
  color: #74787b;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 20px 20px 140px;
}
.top_brands_item_img {
  position: absolute;
  top: 0;
  left: 0;
}
.top_brands_item_link {
  text-align: right;
  font-size: 13px;
  color: #acb9d0;
}
.top_brands .biggerLink {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.top_brands .biggerLink:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: url("../img/ico_arrow1.png") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
}
@media (max-device-width: 1024px) {
  .top_brands .biggerLink {
    display: block;
  }
}

.lower-page {
  /*--------------------
  lead
  --------------------*/
}
.lower-page .lead {
  padding: 40px 5% 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-page .lead {
    padding: 20px 5% 0;
  }
}
.lower-page .lead_ttl {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-page .lead_ttl {
    font-size: 2rem;
  }
}
.lower-page .lead_txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 16px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-page .lead_txt {
    font-size: 1.4rem;
    text-align: left;
    margin: 8px 0 0;
    line-height: 1.8;
  }
  .lower-page .lead_txt br {
    display: none;
  }
}

.lower-interview_l,
.lower-interview_d {
  /*--------------------
  	interview
  --------------------*/
}
.lower-interview_l .interview_item,
.lower-interview_d .interview_item {
  counter-increment: num;
  position: relative;
}
@media screen and (max-width: 480px) {
  .lower-interview_l .interview_item,
  .lower-interview_d .interview_item {
    margin: 0 auto;
    max-width: 280px;
  }
}
.lower-interview_l .interview_item:before,
.lower-interview_d .interview_item:before {
  content: "0" counter(num);
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fab5a0;
  transform: translateY(-100%);
}
.lower-interview_l .interview_item a,
.lower-interview_d .interview_item a {
  display: block;
}
.lower-interview_l .interview_item_img,
.lower-interview_d .interview_item_img {
  position: relative;
  width: 100%;
  padding-top: 125%;
}
.lower-interview_l .interview_item_img > img,
.lower-interview_d .interview_item_img > img {
  font-family: 'object-fit: cover';
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-interview_l .interview_item_logo,
.lower-interview_d .interview_item_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_item_logo,
  .lower-interview_d .interview_item_logo {
    width: 70px;
    height: 70px;
  }
}
.lower-interview_l .interview_item_logo > img,
.lower-interview_d .interview_item_logo > img {
  max-width: 65px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_item_logo > img,
  .lower-interview_d .interview_item_logo > img {
    max-width: 55px;
  }
}
.lower-interview_l .interview_item_name,
.lower-interview_d .interview_item_name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  margin: 12px 0 0;
}
.lower-interview_l .interview_item_name .ja,
.lower-interview_d .interview_item_name .ja {
  font-size: 2rem;
  color: #606060;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_item_name .ja,
  .lower-interview_d .interview_item_name .ja {
    font-size: 1.8rem;
  }
}
.lower-interview_l .interview_item_name .en,
.lower-interview_d .interview_item_name .en {
  font-size: 1.3rem;
  color: #999999;
  margin: -0.3em 0 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_item_name .en,
  .lower-interview_d .interview_item_name .en {
    font-size: 1.2rem;
  }
}

.lower-interview_l {
  /*--------------------
  	interview
  --------------------*/
}
.lower-interview_l .interview {
  margin: 110px 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview {
    margin: 60px 0 44px;
  }
}
.lower-interview_l .interview_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_inner {
    padding: 0 5%;
  }
}
.lower-interview_l .interview_list {
  display: flex;
  flex-wrap: wrap;
  margin: -29px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_list {
    margin: -29px -15px;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_l .interview_list {
    display: block;
    margin: 0;
  }
}
.lower-interview_l .interview_list:before {
  content: '';
  display: block;
  position: absolute;
  top: -135px;
  right: -4000px;
  bottom: 135px;
  left: 103px;
  z-index: -1;
  background: #eff0f0;
}
.lower-interview_l .interview_item {
  counter-increment: num;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.3333% - 58px);
  max-width: calc(33.3333% - 58px);
  position: relative;
  padding: 0 68px 0 0;
  margin: 29px;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_item {
    padding: 0 60px 0 0;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 29px 15px;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_l .interview_item {
    margin: 0 auto;
    max-width: 280px;
  }
  .lower-interview_l .interview_item:not(:first-child) {
    margin: 50px auto 0;
  }
}
.lower-interview_l .interview_item:before {
  content: "0" counter(num);
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fab5a0;
  transform: translateY(-100%);
}
.lower-interview_l .interview_item a {
  display: block;
}
.lower-interview_l .interview_item_copy {
  font-size: 1.8rem;
  color: #606060;
  line-height: 1.67;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_item_copy {
    font-size: 1.6rem;
    text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
  }
}
.lower-interview_l .interview_item_img {
  position: relative;
  width: 100%;
  padding-top: 125%;
}
.lower-interview_l .interview_item_name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  margin: 12px 0 0;
}
.lower-interview_l .interview_item_name .ja {
  font-size: 2rem;
  color: #606060;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_item_name .ja {
    font-size: 1.8rem;
  }
}
.lower-interview_l .interview_item_name .en {
  font-size: 1.3rem;
  color: #999999;
  margin: -0.3em 0 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_item_name .en {
    font-size: 1.2rem;
  }
}
.lower-interview_l .interview_contents_btn {
  max-width: 320px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_contents_btn {
    margin: 15px auto 0;
  }
}
.lower-interview_l .interview_contents_btn .o-btn-border-custom:after {
  display: none;
}
.lower-interview_l .interview .job_count_pager .pagination li {
  margin: 0 2px;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview .job_count_pager .pagination li {
    margin: 0 1px;
  }
}
.lower-interview_l .interview .job_count_pager .pagination li em {
  background: #acb9d0;
}
.lower-interview_l .interview .job_count_pager .pagination li a:hover:before {
  background: #acb9d0;
}

.lower-interview_d {
  /*--------------------
  	.hello-lower
  --------------------*/
  /*--------------------
  	profile
  --------------------*/
  /*--------------------
  .interview_d
  --------------------*/
  /*--------------------
  	interviewPager
  --------------------*/
}
.lower-interview_d .hello-lower_inner:before {
  background: none;
}
.lower-interview_d .hello-lower_mainVisual {
  background: #afb9be;
}
@media screen and (min-width: 481px) {
  .lower-interview_d .hello-lower_mainVisual span {
    height: 130px;
  }
}
@media screen and (min-width: 769px) {
  .lower-interview_d .hello-lower_mainVisual span {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .hello-lower_mainVisual span {
    padding-top: 32%;
  }
}
.lower-interview_d .profile {
  position: relative;
  padding: 90px 0 0;
}
@media screen and (max-width: 480px) {
  .lower-interview_d .profile {
    padding: 8% 0 0;
  }
}
.lower-interview_d .profile:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -4000px;
  bottom: 48.5%;
  left: -4000px;
  z-index: -1;
  background: #eff0f0;
}
.lower-interview_d .profile_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .profile_inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .profile_inner {
    padding: 0;
  }
}
.lower-interview_d .profile_imgarea {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  height: 100%;
}
.lower-interview_d .profile_img {
  position: relative;
  width: 100%;
  padding-top: 60.3125%;
}
.lower-interview_d .profile_img img {
  font-family: 'object-fit: cover';
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-interview_d .profile_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -40px;
  right: -160px;
  background: #fab5a0;
  font-weight: bold;
  padding: 30px;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .profile_name {
    width: 140px;
    height: 140px;
    bottom: -15%;
    right: -3.5%;
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .profile_name {
    width: 50%;
    height: 82px;
    bottom: 0;
    right: 0px;
    transform: translateY(50%);
  }
}
.lower-interview_d .profile_name .ja {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .profile_name .ja {
    font-size: 1.7rem;
  }
}
.lower-interview_d .profile_name .en {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .profile_name .en {
    font-size: 1.1rem;
  }
}
.lower-interview_d .profile_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 160px;
  height: 160px;
  top: -40px;
  left: -120px;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .profile_logo {
    width: 100px;
    height: 100px;
    top: -15%;
    left: -3.5%;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .profile_logo {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
  }
}
.lower-interview_d .profile_logo img {
  max-width: 127px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .profile_logo img {
    max-width: 82px;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .profile_logo img {
    max-width: 65px;
  }
}
.lower-interview_d .profile_num {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fab5a0;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .profile_num {
    padding: 21px 0 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .profile_num {
    padding: 21px 0 0 5%;
    font-size: 1.6rem;
  }
}
.lower-interview_d .profile_copy {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.687;
  margin: 14px 0 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .profile_copy {
    font-size: 2.6rem;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .profile_copy {
    font-size: 2rem;
    padding: 0 5%;
    margin: 14px 0 0;
  }
}
.lower-interview_d .interview_d {
  padding: 80px 0 0 0;
  min-width: 1180px;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d {
    padding: 66px 0 0 0;
    min-width: inherit;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .interview_d {
    padding: 52px 0 0 0;
  }
}
.lower-interview_d .interview_d_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_inner {
    padding: 0 5%;
  }
}
.lower-interview_d .interview_d_list {
  position: relative;
  padding: 0 0 78px 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_list {
    padding: 0 0 50px 0;
  }
}
.lower-interview_d .interview_d_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 33px;
  right: 152px;
  bottom: 0;
  left: -4000px;
  z-index: -1;
  background: #eff0f0;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_list:before {
    right: 30%;
  }
}
.lower-interview_d .interview_d_item {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 90px 0 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item {
    display: block;
    padding: 0;
  }
}
.lower-interview_d .interview_d_item:first-child .interview_d_item_txtarea {
  margin: 90px 0 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item:first-child .interview_d_item_txtarea {
    margin: 20px 0 0;
  }
}
.lower-interview_d .interview_d_item:not(:first-child) {
  margin: 76px 0 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item:not(:first-child) {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item:nth-child(odd) .interview_d_item_imgarea {
    padding: 0;
  }
}
.lower-interview_d .interview_d_item:nth-child(odd) .interview_d_item_img:after {
  right: -10px;
  left: 10px;
}
.lower-interview_d .interview_d_item:nth-child(odd) .interview_d_item_txtarea {
  padding: 0 132px 0 60px;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item:nth-child(odd) .interview_d_item_txtarea {
    padding: 0;
  }
}
.lower-interview_d .interview_d_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item:nth-child(even) .interview_d_item_imgarea {
    padding: 0;
  }
}
.lower-interview_d .interview_d_item:nth-child(even) .interview_d_item_img:after {
  right: 10px;
  left: -10px;
}
.lower-interview_d .interview_d_item:nth-child(even) .interview_d_item_txtarea {
  padding: 0 60px 0 132px;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item:nth-child(even) .interview_d_item_txtarea {
    padding: 0;
  }
}
.lower-interview_d .interview_d_item_imgarea {
  flex: 0 0 33.334%;
  max-width: 33.334%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item_imgarea {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .interview_d_item_imgarea {
    margin: 0;
  }
}
.lower-interview_d .interview_d_item_img {
  position: relative;
  width: 100%;
  padding-top: 66.75%;
}
.lower-interview_d .interview_d_item_img img {
  font-family: 'object-fit: cover';
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-interview_d .interview_d_item_txtarea {
  flex: 1 0 46.294%;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item_txtarea {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }
}
.lower-interview_d .interview_d_item_ques {
  font-size: 2.2rem;
  line-height: 1.636;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item_ques {
    font-size: 1.7rem;
  }
}
.lower-interview_d .interview_d_item_ans {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item_ans {
    font-size: 1.4rem;
    margin-top: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interview_d_item_ans {
    font-size: 1.3rem;
  }
}
.lower-interview_d .interviewPager {
  margin: 90px 0 100px;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interviewPager {
    margin: 60px 0 74px;
  }
}
.lower-interview_d .interviewPager_inner {
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  padding: 0 73px;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interviewPager_inner {
    padding: 0 5%;
  }
}
.lower-interview_d .interviewPager_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interviewPager_ttl {
    font-size: 2rem;
  }
}
.lower-interview_d .interviewPager .interview {
  margin: 25px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interviewPager .interview {
    margin: 15px 0 0;
  }
}
.lower-interview_d .interviewPager .interview:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -4000px;
  bottom: 115px;
  left: 160px;
  z-index: -1;
  background: #eff0f0;
}
@media screen and (max-width: 480px) {
  .lower-interview_d .interviewPager .interview:before {
    left: 30%;
  }
}
.lower-interview_d .interviewPager .interview_swiper {
  overflow: visible;
  padding: 0 48px 0 0;
}
@media screen and (max-width: 480px) {
  .lower-interview_d .interviewPager .interview_swiper {
    padding: 0;
  }
}
.lower-interview_d .interviewPager .interview_list {
  width: 100%;
  padding: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interviewPager .interview_list {
    padding: 45px 0 0;
  }
}
.lower-interview_d .interviewPager .interview_item {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interviewPager .interview_item {
    width: 230px;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .interviewPager .interview_item {
    width: 220px;
  }
}
.lower-interview_d .interviewPager .pager {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 548px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interviewPager .pager {
    justify-content: space-between;
    align-items: stretch;
    margin: 50px auto 0;
  }
}
.lower-interview_d .interviewPager .pager .swiper-button-next,
.lower-interview_d .interviewPager .pager .swiper-button-prev {
  flex: 0 0 100px;
  max-width: 100px;
  height: 20px;
  background: url("../img/pager_arrow.png");
  background-size: cover;
  outline: inherit;
  position: static;
  transition: transform .3s;
}
.lower-interview_d .interviewPager .pager .swiper-button-next {
  transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .lower-interview_d .interviewPager .pager .swiper-button-next:hover {
    transform: translateX(10px) scale(-1, 1);
  }
}
@media screen and (min-width: 769px) {
  .lower-interview_d .interviewPager .pager .swiper-button-prev:hover {
    transform: translateX(-10px);
  }
}
.lower-interview_d .interviewPager_contents_btn {
  flex: 0 0 217px;
  max-width: 217px;
  width: 217px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interviewPager_contents_btn {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    margin: 24px 0 0;
  }
}
.lower-interview_d .interviewPager_contents_btn .o-btn-border-custom {
  width: 217px;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .lower-interview_d .interviewPager_contents_btn .o-btn-border-custom {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_d .interviewPager_contents_btn .o-btn-border-custom {
    font-size: 1.5rem;
  }
}
.lower-interview_d .interviewPager_contents_btn .o-btn-border-custom:after {
  background: url(../img/ico_list_color1.png) no-repeat center left;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
}

.lower-welfare {
  /*--------------------
  welfare
  --------------------*/
}
.lower-welfare .welfare {
  margin: 86px 0 100px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare {
    margin: 60px 0 74px;
  }
}
.lower-welfare .welfare_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare_inner {
    padding: 0 5%;
  }
}
.lower-welfare .welfare_list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare_list {
    display: block;
    margin: 0;
  }
}
.lower-welfare .welfare_item {
  counter-increment: num;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 40px);
  max-width: calc(50% - 40px);
  background: #eff0f0;
  position: relative;
  padding: 50px;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare_item {
    padding: 30px;
    margin: 0 auto;
    max-width: inherit;
  }
  .lower-welfare .welfare_item:not(:first-child) {
    margin: 20px auto 0;
  }
}
.lower-welfare .welfare_item:before {
  content: "0" counter(num);
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  line-height: 64px;
  background: #acb9d0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare_item:before {
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -15px;
    left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare_item {
    font-size: 1.4rem;
  }
}
.lower-welfare .welfare_item_ttl {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare_item_ttl {
    font-size: 2rem;
  }
}
.lower-welfare .welfare_item_img {
  margin: 36px 0 0;
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare_item_img {
    margin: 20px 0 0;
  }
}
.lower-welfare .welfare_item_img img {
  width: 106px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare_item_img img {
    width: 80px;
  }
}
.lower-welfare .welfare_item_txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 45px 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare_item_txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 25px 0 0;
  }
}

.lower-faq {
  /*--------------------
  	flow
  --------------------*/
  /*--------------------
  	link
  --------------------*/
  /*--------------------
  	faq
  --------------------*/
}
.lower-faq .flow {
  margin: 65px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-faq .flow {
    margin: 50px 0 0;
  }
}
.lower-faq .flow_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .lower-faq .flow_inner {
    padding: 0 5%;
  }
}
.lower-faq .flow_body {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  position: relative;
}
.lower-faq .flow_ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: #afb9be;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 0.223em 24px;
}
@media screen and (max-width: 768px) {
  .lower-faq .flow_ttl {
    font-size: 1.6rem;
  }
}
.lower-faq .flow_list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 24px 28px;
  border: #c1c8cc 1px solid;
}
@media screen and (max-width: 768px) {
  .lower-faq .flow_list {
    display: block;
    padding: 34px 20px 24px;
  }
}
.lower-faq .flow_item {
  flex: 0 0 70px;
  max-width: 70px;
  min-height: 250px;
  margin: 20px;
  counter-increment: num;
  background: #eff0f0;
  position: relative;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .lower-faq .flow_item {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: inherit;
    margin: 0;
  }
  .lower-faq .flow_item:not(:first-child) {
    margin: 22px 0 0;
  }
}
.lower-faq .flow_item:before {
  content: "0" counter(num);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fab5a0;
  line-height: 40px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-faq .flow_item:before {
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -10px;
    left: -10px;
  }
}
.lower-faq .flow_item:not(:last-child):after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #afb9be;
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lower-faq .flow_item:not(:last-child):after {
    border-width: 9px 4.5px 0 4.5px;
    border-color: #afb9be transparent transparent transparent;
    top: inherit;
    bottom: -17px;
    right: 50%;
    transform: translateX(50%);
  }
}
.lower-faq .flow_item_txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: bold;
  color: #606060;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .lower-faq .flow_item_txt {
    position: static;
    font-size: 1.4rem;
    text-align: center;
    transform: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.lower-faq .link {
  margin: 65px 0 0;
  position: relative;
  background: #eff0f0;
}
@media screen and (max-width: 768px) {
  .lower-faq .link {
    margin: 50px 0 0;
  }
}
.lower-faq .link_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .lower-faq .link_inner {
    padding: 0 5%;
  }
}
.lower-faq .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  .lower-faq .link_list {
    margin: -5px -6px;
    justify-content: flex-start;
  }
}
.lower-faq .link_item {
  flex: 0 1 auto;
  max-width: 100%;
  position: relative;
  padding: 0 0 0 32px;
  margin: 8px 20px;
}
@media screen and (max-width: 768px) {
  .lower-faq .link_item {
    margin: 5px 6px;
    padding: 0 0 0 22px;
  }
}
.lower-faq .link_txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #606060;
}
@media screen and (max-width: 768px) {
  .lower-faq .link_txt {
    font-size: 1.4rem;
  }
}
.lower-faq .link_txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(90deg);
  background: url(../img/ico_arrow1.png) no-repeat center center;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
}
.lower-faq .faq {
  margin: 80px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-faq .faq {
    margin: 40px 0 74px;
  }
}
.lower-faq .faq_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .lower-faq .faq_inner {
    padding: 0 5%;
  }
}
.lower-faq .faq_cnt:not(:nth-of-type(1)) {
  margin: 82px 0 0;
}
@media screen and (max-width: 768px) {
  .lower-faq .faq_cnt:not(:nth-of-type(1)) {
    margin: 20px 0 0;
  }
}
.lower-faq .faq_cnt_ttl {
  background: #acb9d0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.35em;
}
@media screen and (max-width: 768px) {
  .lower-faq .faq_cnt_ttl {
    font-size: 1.7rem;
  }
}
.lower-faq .faq_cnt_item {
  position: relative;
  border-bottom: #e5e5e5 2px solid;
  padding: 0 30px 0 10px;
}
@media screen and (max-width: 480px) {
  .lower-faq .faq_cnt_item {
    padding: 0 5px;
  }
}
.lower-faq .faq_cnt .question {
  padding: 25px 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lower-faq .faq_cnt .question {
    padding: 12px 0;
  }
}
@media screen and (min-width: 769px) {
  .lower-faq .faq_cnt .question:hover .question_txt {
    color: #acb9d0;
  }
}
.lower-faq .faq_cnt .question_txt {
  font-size: 1.7rem;
  font-weight: bold;
  color: #606060;
  padding: 0 39px 0 0;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .lower-faq .faq_cnt .question_txt {
    font-size: 1.4rem;
    padding: 0 25px 0 0;
  }
}
.lower-faq .faq_cnt .question .toggleBtn {
  position: absolute;
  right: -5px;
  top: 50%;
  width: 19px;
  height: 19px;
  border: solid 1px #777b7e;
  border-radius: 100%;
  cursor: pointer;
  transform: translateY(-50%);
}
.lower-faq .faq_cnt .question .toggleBtn:before, .lower-faq .faq_cnt .question .toggleBtn:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #74787b;
}
.lower-faq .faq_cnt .question .toggleBtn:after {
  transform: rotate(-90deg);
  transition: transform .3s;
}
.lower-faq .faq_cnt .question.js-acc-active .toggleBtn:after {
  transform: rotate(0);
}
.lower-faq .faq_cnt .answer {
  display: none;
}
.lower-faq .faq_cnt .answer_txt {
  font-size: 1.5rem;
  line-height: 2;
  color: #74787b;
  margin: -8px 0 22px;
}
@media screen and (max-width: 768px) {
  .lower-faq .faq_cnt .answer_txt {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 0px 0 12px;
    padding: 0 16px 0 0;
  }
}

/*# sourceMappingURL=style.css.map */