@charset 'UTF-8';
/* # =================================================================
# normalize
# ================================================================= */
/*! normalize.scss v0.1.0 | MIT License | based on 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;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 1 */
  -ms-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: .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: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,input,optgroup,select,textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,html input[type='button'],input[type='reset'],input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: 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: .35em .625em .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
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 2;

  -ms-font-feature-settings: 'normal';
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

ul,ol {
  margin: 0;
  padding: 0;
}

ul li,ol li {
  list-style-type: none;
}

p {
  margin: 0;
}

main {
  display: block;
}

input,select,textarea,button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #000;
  font-family: '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  margin: 0;
  outline: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

hr {
  border: none;
  margin: 0;
}

b,strong,em {
  font-weight: bold;
}

.clearfix::after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

/* # =================================================================
# structures
# ================================================================= */
.st-l-wrapper {
  position: relative;
  padding-top: 120px;
}

.st-l-wrapper.home {
  padding-top: 0;
}

.st-l-main {
  overflow: hidden;
}

.st-l-pages {
  margin: 0 5.04032258%;
}

.st-l-inner {
  margin: 0 auto;
  max-width: 1200px;
}

/**
 * header
 */
.st-header {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 40px 3% 30px;
  background-color: #fff;
  z-index: 10;
}

.st-header .bk {
  display: inline-block;
}

.st-header .wh {
  display: none;
}

.st-header.colorChange .st-header__trigger span {
  background: #fff;
}

.st-header.colorChange .st-header__menu > li a {
  color: #fff;
}

.st-header.colorChange .st-header__sub_menu {
  border-top: solid 1px #fff;
}

.st-header.colorChange .st-header__sub_menu li + li::before {
  border-top: dotted 1px #fff;
}

.st-header.colorChange .st-header__menu > li + li {
  border-top: solid 1px #fff;
}

.st-header.colorChange .st-header__menu > li {
  border-bottom: solid 1px #fff;
}

.st-header.colorChange .bk {
  display: none;
}

.st-header.colorChange .wh {
  display: inline-block;
}

.st-header.colorChange .c-hover-txt {
  color: #FFF;
}

.st-header.colorChange .c-hover-txt::after {
  background: #fff;
}

.st-header__logo {
  min-width: 250px;
  max-width: 512px;
  width: 40%;
}

.st-header__logo img {
  height: 50px;
  width: 100%;
}

.st-header__trigger {
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  margin: 0 auto;
  position: fixed;
  right: 25px;
  top: 35px;
  width: 50px;
  z-index: 999;
}

.st-header__trigger__inner {
  bottom: 0;
  height: 22px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.st-header__trigger span {
  background: #221716;
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
}

.st-header__trigger span:nth-child(2) {
  bottom: 0;
  margin: auto;
  top: 0;
}

.st-header__trigger span:nth-child(3) {
  bottom: 0;
}

.st-header__trigger.is-open span {
  background: #fff;
}

.st-header__trigger.is-open span:nth-child(1) {
  -webkit-animation: open1 .6s forwards;
  animation: open1 .6s forwards;
}

.st-header__trigger.is-open span:nth-child(2) {
  opacity: 0;
}

.st-header__trigger.is-open span:nth-child(3) {
  -webkit-animation: open2 .6s forwards;
  animation: open2 .6s forwards;
}

.st-header__trigger.is-close span:nth-child(1) {
  -webkit-animation: close1 .6s forwards;
  animation: close1 .6s forwards;
}

.st-header__trigger.is-close span:nth-child(2) {
  opacity: 1;
}

.st-header__trigger.is-close span:nth-child(3) {
  -webkit-animation: close2 .6s forwards;
  animation: close2 .6s forwards;
}

.st-header__trigger.colorChange:not(.is-open) span {
  background: #fff;
}

.st-header__menu {
  display: none;
  position: fixed;
  right: 0;
  top: 120px;
  width: 100px;
  z-index: 997;
}

.st-header__menu > li {
  border-bottom: solid 1px #221716;
  width: 100%;
}

.st-header__menu > li a {
  color: #000;
  display: block;
  font-size: 1.2rem;
  letter-spacing: .5em;
  line-height: 2.8;
  padding: 7px 0;
  text-align: center;
}

.st-header__menu > li a.c-link--disabled {
  color: #999;
}

.st-header__menu > li + li {
  border-top: solid 1px #221716;
  margin: 15px 0 0;
}

.st-header__menu ._blank {
  display: none;
}

.st-header__sub_menu {
  border-top: solid 1px #221716;
}

.st-header__sub_menu li {
  border: none;
}

.st-header__sub_menu li + li {
  margin: 0;
}

.st-header__sub_menu li + li::before {
  border-top: dotted 1px #000;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  width: 85%;
}

.st-header__sub_menu li._internship a {
  letter-spacing: -.1em;
}

@-webkit-keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
}

@keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
}

@-webkit-keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
}

@keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
}

@-webkit-keyframes openSp1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(6.5px) rotate(0);
    transform: translateY(6.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(6.5px) rotate(45deg);
    transform: translateY(6.5px) rotate(45deg);
  }
}

@keyframes openSp1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(6.5px) rotate(0);
    transform: translateY(6.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(6.5px) rotate(45deg);
    transform: translateY(6.5px) rotate(45deg);
  }
}

@-webkit-keyframes openSp2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6.5px) rotate(0);
    transform: translateY(-6.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-6.5px) rotate(-45deg);
    transform: translateY(-6.5px) rotate(-45deg);
  }
}

@keyframes openSp2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6.5px) rotate(0);
    transform: translateY(-6.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-6.5px) rotate(-45deg);
    transform: translateY(-6.5px) rotate(-45deg);
  }
}

@-webkit-keyframes close1 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close1 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
    transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes close2 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close2 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
    transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

/**
 * nav
 */
/* ヘッダー PCメニュー */
.st-gnav {
  display: none;
}

.st-gnav__list {
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: -15px 0 0;
}

.st-gnav__list__item {
  position: relative;
}

.st-gnav__list__item > a {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}

.st-gnav__list__item + li {
  margin: 0 0 0 1.5vw;
}

.st-gnav__list__item img {
  height: 9px;
}

.st-gnav__list__item--news img {
  width: 38px;
}

.st-gnav__list__item--story .st-gnav__sub {
  width: 315px;
}

.st-gnav__list__item--story img {
  width: 111px;
}

.st-gnav__list__item--about .st-gnav__sub {
  width: 220px;
}

.st-gnav__list__item--about img {
  width: 121px;
}

.st-gnav__list__item--info .st-gnav__sub {
  left: auto;
  right: 0;
  width: 165px;
}

.st-gnav__list__item--info .st-gnav__sub::before {
  margin: 0 0 0 auto;
}

.st-gnav__list__item--info img {
  width: 94px;
}

.st-gnav__sub {
  display: none;
  left: 0;
  padding: 13px 0 0;
  position: absolute;
  top: 20px;
  z-index: 99;
}

.st-gnav__sub::before {
  border-color: transparent transparent #221716 transparent;
  border-style: solid;
  border-width: 0 0 8px 8px;
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.st-gnav__sub__list {
  background: #221716;
  padding: 18px 26px;
}

.st-gnav__sub__list li a {
  display: inline;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2.2;
}

.st-gnav__sub__list li a::after {
  display: none;
}

.st-gnav__sub__list li a.c-link--disabled {
  color: #999;
}

.st-gnav__sub__list__child {
  margin: 0 0 0 10px;
}

.st-gnav__sub__list__child li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-gnav__sub__list__child li::before {
  background: #fff;
  content: '';
  display: block;
  height: 1px;
  margin: 0 5px 0 0;
  width: 8px;
}

.st-gnav__sub__list__child li a {
  font-size: 1.1rem;
}

/* ハンバーガーメニュー */
.st-hbnav {
  background: #221716;
  display: none;
  left: 0;
  min-height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}

.st-hbnav__inner {
  left: 0;
  margin: auto;
  max-width: 1100px;
  padding: 0 50px;
  position: absolute;
  right: 0;
  top: -60px;
  width: 100%;
}

.st-hbnav__logo {
  text-align: center;
}

.st-hbnav__logo svg {
  width: 60%;

  fill: #fff;
}

.st-hbnav__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 100px 0 0;
}

.st-hbnav__list__item a {
  color: #fff;
  letter-spacing: .05em;
}

.st-hbnav__list__item a.c-link--disabled {
  color: #999;
}

.st-hbnav__list__item > a {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.st-hbnav__list__item--news {
  width: 12%;
}

.st-hbnav__list__item--story {
  width: 33%;
}

.st-hbnav__list__item--about {
  width: 32%;
}

.st-hbnav__list__item--about > a {
  pointer-events: none;
}

.st-hbnav__list__item--info {
  width: 23%;
}

.st-hbnav__list__item--info > a {
  pointer-events: none;
}

.st-hbnav__list__item--info img {
  width: 98.148148148%;
}

.st-hbnav__sub-list {
  margin: 10px 0 0;
}

.st-hbnav__sub-list li a {
  font-size: .89745897vw;
}

.st-hbnav__sub-list__child {
  margin: 0 0 0 10px;
}

.st-hbnav__sub-list__child li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-hbnav__sub-list__child li::before {
  background: #fff;
  content: '';
  display: block;
  height: 1px;
  margin: 0 5px 0 0;
  width: 8px;
}

.st-hbnav__sub-list__child li a {
  font-size: .802469135vw;
}

.st-hbnav__sns {
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.st-hbnav__sns li {
  margin: 0 15px;
  width: 36px;
}

.st-hbnav__sns li img {
  width: 100%;
}

.st-hbnav__sns li:first-child {
  width: 20px;
}

.st-hbnav__link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

.st-hbnav__link li {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  width: 48%;
}

.st-hbnav__link li a {
  color: #fff;
  display: block;
  letter-spacing: .35em;
  line-height: 1.5;
  padding: 12px 0;
  text-align: center;
}

.st-hbnav__link li a.c-link--disabled {
  color: #999;
}

.st-hbnav__link li a span {
  letter-spacing: .25em;
}

.st-hbnav__link ._blank {
  display: none;
}

.st-hbnav__sub_link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.st-hbnav__sub_link li {
  border: none;
  width: 100%;
}

.st-hbnav__sub_link li + li {
  position: relative;
}

.st-hbnav__sub_link li + li::before {
  border-left: dotted 1px #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 70%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.st-hbnav__sub_link li._internship a {
  height: 100%;
}

/**
 * footer
 */
.st-footer {
  background: #221716;
  padding: 75px 0 65px;
}

.st-footer__pagetop {
  bottom: 70px;
  display: none;
  position: fixed;
  right: 60px;
}

.st-footer__pagetop.colorChange .bk {
  display: none;
}

.st-footer__pagetop.colorChange .wh {
  display: block;
}

.st-footer__pagetop img {
  width: 9px;
}

.st-footer__pagetop .bk {
  display: block;
}

.st-footer__pagetop .wh {
  display: none;
}

.st-footer__pagetop span {
  display: block;
  height: 100px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.st-footer__pagetop span::before {
  background: #221716;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.st-footer__pagetop a {
  display: block;
  padding: 110px 0 0;
}

.st-footer__pagetop.colorChange span::before {
  background: #fff;
}

.st-footer__inner {
  max-width: 1300px;
  padding: 0 50px;
}

.st-footer__top {
  display: block;
}

.st-footer__logo {
  width: 100%;
}

.st-footer__logo svg {
  height: 35px;
  width: 100%;

  fill: #fff;
}

.st-footer__conts {
  display: block;
  margin: 35px 0 0;
  width: 100%;
}

.st-footer__nav {
  display: none;
}

.st-footer__nav__item {
  line-height: 1.0;
}

.st-footer__nav__item + li {
  margin: 0 0 0 3.076923076%;
}

.st-footer__nav__item > a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}

.st-footer__sub-nav {
  margin: 18px 0 0;
}

.st-footer__sub-nav li a {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2.0;
}

.st-footer__sub-nav li a.c-link--disabled {
  color: #999;
}

.st-footer__sub-nav__child {
  margin: 0 0 0 10px;
}

.st-footer__sub-nav__child li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-footer__sub-nav__child li::before {
  background: #fff;
  content: '';
  display: block;
  height: 1px;
  margin: 0 5px 0 0;
  width: 8px;
}

.st-footer__sub-nav__child li a {
  font-size: 1.1rem;
}

.st-footer__link {
  margin: 0;
  width: 100%;
}

.st-footer__link > li {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  width: 100%;
}

.st-footer__link > li a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  letter-spacing: .2em;
  line-height: 2.8;
  padding: 7px 0;
  text-align: center;
}

.st-footer__link > li a:empty {
  display: none;
}

.st-footer__link > li a.c-link--disabled {
  color: #999;
}

.st-footer__link > li + li {
  margin: 25px 0 0;
}

.st-footer__link > li > ul > li + li::before {
  border-top: dotted 1px #fff;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  width: 85%;
}

.st-footer__link > li._blank {
  border: none;
  margin: 25px 0 0;
  text-align: center;
}

.st-footer__link > li._blank a {
  display: inline-block;
  font-size: 1.0rem;
  letter-spacing: .2em;
  padding: 0;
}

.st-footer__link > li._blank a span {
  border-bottom: solid 1px #fff;
}

.st-footer__sub_link li._internship {
  display: none;
}

.st-footer__bottom {
  -webkit-box-align: end;
  -webkit-box-pack: justify;
  -ms-flex-align: end;
  -ms-flex-pack: justify;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 32px 0 0;
}

.st-footer__sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-footer__sns li {
  width: 36px;
}

.st-footer__sns li:first-child {
  width: 20px;
}

.st-footer__sns li + li {
  margin: 0 0 0 30px;
}

.st-footer__sns li img {
  width: 100%;
}

.st-footer__copy {
  color: #fff;
  font-size: 1.0rem;
  letter-spacing: .1em;
  line-height: 1.0;
}

@-webkit-keyframes pageTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(-100%);
    opacity: 1;
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
    transform: translateY(-100%);
  }
  65% {
    -webkit-transform: translateY(100%);
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pageTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(-100%);
    opacity: 1;
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
    transform: translateY(-100%);
  }
  65% {
    -webkit-transform: translateY(100%);
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

/* =================================================================
contents
================================================================= */
.c-headline {
  line-height: 0;
  margin: 0;
  text-align: center;
}

.c-headline img {
  height: 42px;
}

.c-h-pages {
  font-size: 2.6rem;
  letter-spacing: .2em;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.c-h-pages__bd {
  border-bottom: solid 1px #000;
  display: inline-block;
  padding: 0 0 9px;
}

.c-h-pages svg {
  display: block;
  height: 36px;
  line-height: 0;
  margin: 0 auto 35px;
  width: 48px;
}

.c-h-pages__num {
  display: block;
  margin: 0 0 24px;
}

.c-h-pages__num span {
  border-bottom: solid 1px #000;
  display: inline-block;
  padding: 0 0 5px;
}

.c-h-pages__num span svg {
  height: 19px;
  margin: 0;
  width: 25px;
}

.c-h-pages--en {
  font-family: 'Roboto', sans-serif;
  font-size: 3.6rem;
  letter-spacing: .1em;
  line-height: 1.0;
}

.c-h-pages-02 {
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

/**
 * layout
 */

.c-l-sp {
  display: none;
}

.c-l-col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.c-l-conts {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10%;
}

.c-l-bg {
  background: #ededed;
}

/**
 * link
 */
.c-link a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: .7vw;
  font-weight: 500;
  left: 0;
  letter-spacing: .15em;
  padding: 0 4vw 0 0;
  position: relative;
}

.c-link .c-link__bd {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 3vw;
}

.c-link .c-link__bd::after {
  background: #221716;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.c-link--jp a {
  font-family: '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}

.c-link--blank::after {
  background: url(/themes/recruit/images/icn_blank.svg) no-repeat center center;
  background-size: 14px;
  content: '';
  display: inline-block;
  height: 14px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 14px;
}

.c-link--blank._st02::after {
  background: url(/themes/recruit/images/icn_blank_w.svg) no-repeat center center;
  background-size: 12px;
}

@-webkit-keyframes hoverBorder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(100%);
    opacity: 1;
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    opacity: 0;
    transform: translateX(100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hoverBorder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(100%);
    opacity: 1;
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    opacity: 0;
    transform: translateX(100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes hoverText {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  45% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes hoverText {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  45% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.c-link--disabled {
  pointer-events: none;
}

.c-p-header__mv {
  background-position: center center;
  background-size: cover;
  height: 500px;
  position: relative;
}

.c-p-header__headline {
  bottom: 100%;
  left: 0;
  line-height: 0;
  margin: 0 -10px -0.16em;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
  color: #FFF;
  font-size: 7.2rem;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-p-header__headline img {
  height: 53px;
  width: 63.461538461%;

  fill: #fff;
}

.c-p-header__headline-sub + p {
  margin-top: 55px;
}

.c-p-header__desc {
  background: #fff;
  line-height: 2.4;
  margin: -100px auto 0;
  max-width: 1040px;
  padding: 63px 0 64px;
  position: relative;
  text-align: center;
  width: 80%;
}

.c-p-inview {
  opacity: 0;
}

.c-p-inview.delay1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.c-p-inview.delay2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.c-p-inview.delay3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.c-p-inview.delay4 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.c-p-inview.delay5 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.js-inview {
  opacity: 0;
}

.js-inview.delay1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.js-inview.delay2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.js-inview.delay3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.js-inview.delay4 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.js-inview.delay5 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.c-p-acc {
  display: none;
}

.c-t-lead {
  letter-spacing: .1em;
  line-height: 2.4;
  margin-top: 63px;
  text-align: center;
}

.c-t-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 2.1;
}

.c-t-en {
  font-family: 'Roboto', sans-serif;
}

/* # =================================================================
# plugins
# ================================================================= */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;

  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before,.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: .8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,button.mfp-arrow {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  z-index: 1046;

  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: .65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}

.mfp-close:hover,.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: .65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,.mfp-arrow:after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* =================================================================
//
//  pages
//
================================================================= */

/* .home .st-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
} */

.home .st-header .st-header__logo,.home .st-header .st-gnav,.home .st-header .st-header__menu {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

/* .home .st-header.is-open .st-header__logo,
.home .st-header.is-open .st-gnav,
.home .st-header.is-open .st-header__menu {
  opacity: 0;
  visibility: hidden;
} */

.home-inner {
  max-width: 1300px;
  padding: 0 50px;
}



@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* NEWS */
.home-news {
  margin: 73px 0 0;
  padding: 0 5.04032258%;
}

.home-news__conts {
  border-bottom: solid 1px #221716;
  border-top: solid 1px #221716;
  padding: 60px 0 50px;
}

.home-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 4.310344827% 0 7.471264367%;
}

.home-news__header {
  width: 25.296803652%;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-news__headline {
  margin: 0;
}

.home-news__headline img {
  width: 63.898916967%;
}

.home-news__list {
  width: 74.703196347%;
}

.home-news__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.home-news__list dl + dl {
  margin: 7px 0 0;
}

.home-news__list dl dt {
  font-weight: 700;
  letter-spacing: .1em;
  width: 140px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-news__list dl dd {
  line-height: 1.0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.home-news__list dl dd a {
  line-height: 2.0;
}

.home-news__link {
  margin: 28px 0 0;
}

.home-news__link a {
  font-size: .7vw;
  padding: 0 4vw 0 0;
}

.home-news__link .c-link__bd {
  width: 3.5vw;
}

/* PROJECT STORY */
.home-pj {
  margin: 195px 0 85px;
}

.home-pj__headline {
  margin: 0;
  text-align: center;
}

.home-pj__headline img {
  width: 520px;
}

.home-pj__wrap {
  position: relative;
}

.home-pj__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0 0;
}

.home-pj__list li {
  overflow: hidden;
  position: relative;
  width: 25%;
  z-index: 1;
}

.home-pj__list li.is-show {
  overflow: visible;
}

.home-pj__list li.is-show .home-pj__desc {
  font-size: 1.6rem;
  width: 100vw;
}

.home-pj__list li.is-show .home-pj__desc__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.home-pj__list li.is-show .home-pj__desc__num {
  margin: 4px 15px 0 0;
  width: auto;
  font-size: 4.5rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  line-height: 39px;
}

.home-pj__list li a {
  display: block;
  padding: 136% 0 0;
  position: relative;
}

.home-pj__list li.js-offHover .home-pj__desc {
  padding-bottom: 20px;
}

.home-pj__list li.js-offHover .home-pj__desc::before {
  background: rgba(0, 0, 0, .5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-pj__list li.js-offHover .home-pj__desc::after {
  bottom: 5px;
  content: 'COMING SOON';
  font-family: 'Roboto', sans-serif;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.home-pj__image {
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.home-pj__image img {
  -webkit-transform: translateX(-50%);
  height: 100%;
  left: 50%;
  margin: auto;
  max-width: inherit;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  filter: grayscale(75%);
}

.home-pj__desc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100%;
}

.home-pj__desc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
  width: 100%;
}

.home-pj__desc__num {
  margin: 0 3.33333333% 0 0;
  font-size: 3rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  line-height: 39px;
}

.home-pj__desc__num img {
  height: 100%;
  width: auto;
}

.home-pj__desc__text {
  font-size: .9vw;
  letter-spacing: .2em;
  line-height: 1.5;
}

.home-pj__desc__title {
  font-size: .6vw;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 2.0;
}

.home-pj__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-pj__bg li {
  -webkit-transition: -webkit-transform 0s cubic-bezier(.165, .34, .44, 1) 10s;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0s cubic-bezier(.165, .34, .44, 1) 10s;
  transition: transform 0s cubic-bezier(.165, .34, .44, 1) 10s;
  transition: transform 0s cubic-bezier(.165, .34, .44, 1) 10s, -webkit-transform 0s cubic-bezier(.165, .34, .44, 1) 10s;
  width: 100%;
}

.home-pj__bg li.is-hover {
  -webkit-transform: scale(1.1);
  -webkit-transition: -webkit-transform 15s cubic-bezier(.165, .34, .44, 1) .3s;
  transform: scale(1.1);
  transition: -webkit-transform 15s cubic-bezier(.165, .34, .44, 1) .3s;
  transition: transform 15s cubic-bezier(.165, .34, .44, 1) .3s;
  transition: transform 15s cubic-bezier(.165, .34, .44, 1) .3s, -webkit-transform 15s cubic-bezier(.165, .34, .44, 1) .3s;
}

.home-pj__bg li img {
  width: 100%;
}

.home-pj__link {
  margin: 55px 0 0;
  text-align: center;
}

.home-pj__link a {
  padding: 0 220px 0 0;
}

.home-pj__link .c-link__bd {
  width: 200px;
}

/* ABOUT ADASTRIA */
.home-about {
  margin: 190px 0 0;
  padding: 0 0 142px;
  position: relative;
}

.home-about::before {
  -webkit-transition: width 1s cubic-bezier(.77, 0, .175, 1) .5s;
  background: #eee;
  bottom: 0;
  content: '';
  display: block;
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  transition: width 1s cubic-bezier(.77, 0, .175, 1) .5s;
  width: 0;
}

.home-about.is-inview::before {
  width: calc(100% - 220px);
}

.home-about__inner {
  position: relative;
}

.home-about__headline {
  margin: 0;
  text-align: center;
}

.home-about__headline img {
  width: 427px;
}

.home-about__menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 60px 0 -30px;
}

.home-about__menu a {
  display: block;
}

.home-about__menu span {
  display: block;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.9;
  margin: 14px 0 0 -5px;
  text-align: center;
}

.home-about__id {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  width: 47.66666666%;
}

.home-about__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 47.91666666%;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-about__list li {
  margin: 0 0 30px;
  width: 45.217391304%;
}

.home-about__list li a {
  font-size: 1.2rem;
}

.home-about__list .delay1 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.home-about__list .delay2 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.home-about__list .delay3 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.home-about__list .delay4 {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

/* INFORMATION */
.home-info {
  margin: 160px 0 220px;
  position: relative;
}

.home-info.is-inview01::before {
  width: 58.85%;
}

.home-info.is-inview02::after {
  width: 68.65%;
}

.home-info::before,.home-info::after {
  -webkit-transition: width 1s cubic-bezier(.77, 0, .175, 1) .5s;
  background: #333;
  content: '';
  display: block;
  height: 710px;
  position: absolute;
  transition: width 1s cubic-bezier(.77, 0, .175, 1) .5s;
  width: 0;
}

.home-info::before {
  left: 0;
  top: 200px;
}

.home-info::after {
  bottom: 0;
  height: 766px;
  right: 0;
}

.home-info__headline {
  margin: 0;
  text-align: center;
}

.home-info__headline img {
  width: 451px;
}

.home-info__list {
  margin: 87px auto 0;
  padding: 0 3.33333333%;
  position: relative;
}

.home-info__list li {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.home-info__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 76.339285714%;
}

.home-info__list li + li {
  margin-top: 135px;
}

.home-info__list li:nth-child(even) a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

.home-info__list li:nth-child(even) .home-info__desc {
  left: 0;
  right: auto;
}

.home-info__list li._plan a {
  width: 100%;
}

.home-info__list li._plan .home-info__desc {
  bottom: -70px;
  left: 0;
  margin: auto;
  padding: 60px 5.357142857%;
  right: 0;
  width: 52.678571428%;
}

.home-info__list li._plan .home-info__image {
  width: 100%;
}

.home-info__list li._freshers .home-info__desc {
  right: -105px;
}

.home-info__list li._career .home-info__desc {
  left: 10px;
}

.home-info__list li._benefits .home-info__desc {
  bottom: 0;
  left: 10.526315789%;
  min-width: 280px;
  padding-right: 4.678362573%;
  width: 50.0587479532%;
}

.home-info__list .delay1 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.home-info__list .delay2 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.home-info__list .delay3 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.home-info__list .delay4 {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

.home-info__desc {
  background: #fff;
  bottom: -65px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 auto;
  padding: 30px 7.017543859%;
  position: absolute;
  right: 0;
  width: 66.666666%;
}

.home-info__desc__headline {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: min(4vw, 5.6rem);
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.13em;
}

.home-info__desc__bottom {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 45px 0 0;
}

.home-info__desc__bottom .c-link {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: .897435897vw;
  font-weight: 500;
  left: 0;
  letter-spacing: .15em;
  position: relative;
}

.home-info__desc__bottom .c-link span {
  padding: 0 4vw 0 0;
}

.home-info__desc__bottom .c-link .c-link__bd {
  padding: 0;
}

.home-info__image {
  width: 70.175438596%;
}

/* INSTAGRAM */
section.home-ig {
  background: #e4e4e4;
  margin: 220px 0 0;
  padding: 124px 0 64px;
  position: relative;
}

.home-ig__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.home-ig__list li {
  margin: 0 1.6666666%;
  width: 15.333333%;
}

.home-ig__list li img {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-ig__list li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.home-ig__list li a::before {
  content: '';
  display: block;
  padding: 100% 0 0;
}

.home-ig__headline {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -20px;
}

.home-ig__headline img {
  width: 382px;
}

.home-ig__link {
  margin: 48px 0 0;
  text-align: center;
}

.home-ig__link a {
  padding: 0 130px 0 0;
}

.home-ig__link .c-link__bd {
  width: 120px;
}

.pj-links {
  padding: 120px 0 140px;
}

.pj-links__list {
  margin: 100px 0 0;
}

.pj-links__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pj-links__list li + li {
  margin: 94px 0 0;
}

.pj-links__list li:nth-child(odd) .pj-links__image {
  -ms-flex-order: 2;

  -webkit-box-ordinal-group: 3;
  order: 2;
}

.pj-links__list li a .pj-links__image {
  filter: grayscale(75%);
  transition: all 0.5s;
}

.pj-links__list li a:hover .pj-links__image {
  filter: grayscale(0%);
}

.pj-links__desc {
  background: #221716;
  color: #fff;
  font-size: 1.2rem;
  padding: 50px 2.403846153% 120px 3.846153846%;
  position: relative;
  width: 330px;
}

.pj-links__desc__num {
  margin: 0 0 35px 4px;
  font-size: 5rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}

.pj-links__desc__num img {
  height: 39px;
}

.pj-links__desc__title {
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.pj-links__desc__sub {
  letter-spacing: .1em;
}

.pj-links__desc__link {
  bottom: 53px;
  position: absolute;
}

.pj-links__desc__link > span {
  -webkit-transition: left .4s;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: .7vw;
  font-weight: 500;
  left: 0;
  letter-spacing: .1em;
  padding: 0 9.615384615vw 0 0;
  position: relative;
  transition: left .4s;
}

.pj-links__desc__link .c-link__bd {
  width: 8.974358974vw;
}

.pj-links__desc__link .c-link__bd::after {
  background: #fff;
}

.pj-links__image {
  background-position: center center;
  background-size: cover;
  padding: 31.25% 0 0;
  position: relative;
  width: 710px;
}

.pj-member {
  padding: 130px 0 208px;
}

.pj-member__headline {
  line-height: 0;
  margin: 0;
  text-align: center;
}

.pj-member__headline img {
  height: 48px;
}

.pj-member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 3.653846153%;
  margin: 104px -9.375% -70px;
  position: relative;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pj-member__item {
  margin: 0 7.894736842% 70px;
  position: relative;
  width: 15.447154471%;
}

.pj-member__desc {
  bottom: 9.47368421%;
  font-size: .897435897vw;
  left: 84.210526315%;
  letter-spacing: 0;
  line-height: 1.7;
  position: absolute;
  width: 100%;
}

.pj-member__desc p {
  font-family: 'Roboto','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  letter-spacing: .1em;
}

.pj-member__desc__title {
  font-size: .769230769vw;
  font-weight: 300;
}

.pj-member__desc__name {
  font-size: 1.025641025vw;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
}

/* modal */
.pj-modal {
  background: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 75px 50px 75px 75px;
}

.pj-modal__top {
  overflow: hidden;
}

.pj-modal__image {
  float: left;
  margin: 0 45px 0 0;
  width: 280px;
}

.pj-modal__image img {
  width: 100%;
}

.pj-modal__header {
  float: right;
  width: 300px;
}

.pj-modal__headline {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1;
  margin: 0;
}

.pj-modal__header__text {
  font-family: 'Roboto', '游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 5px 0 0;
}

.pj-modal__header__text span {
  border-bottom: solid 1px #000;
  display: inline-block;
  line-height: 1.7;
}

.pj-modal__sec {
  padding: 0 25px 0 0;
}

.pj-modal__sec__headline {
  line-height: 0;
  margin: 0;
  text-align: center;
}

.pj-modal__career {
  float: right;
  letter-spacing: .1em;
  line-height: 2.5;
  margin: 27px 0 0;
  width: 300px;
}

.pj-modal__career dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.pj-modal__career dl + dl {
  margin: 5px 0 0;
}

.pj-modal__career dl dt {
  letter-spacing: 0;
  line-height: 1.5;
  width: 75px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pj-modal__career dl dd {
  line-height: 1.5;
  margin: 0;
}

.pj-modal__career__title {
  line-height: 0;
  margin: 0 0 20px;
  text-align: left;
}

.pj-modal__career__title img {
  height: 19px;
  width: 107px;
}

.pj-modal__message {
  margin: 55px 0 0;
}

.pj-modal__message p {
  letter-spacing: .1em;
  line-height: 2.2;
  margin: 15px 0 0;
}

.pj-modal__message__headline img {
  height: 19px;
  width: 97px;
}

.pj-modal__project {
  margin: 35px 0 0;
  position: relative;
}

.pj-modal__project a.c-link--disabled .pj-modal__project__desc {
  padding-bottom: 20px;
}

.pj-modal__project a.c-link--disabled .pj-modal__project__desc::before {
  background: rgba(0, 0, 0, .5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pj-modal__project a.c-link--disabled .pj-modal__project__desc::after {
  bottom: 5px;
  content: 'COMING SOON';
  font-family: 'Roboto', sans-serif;
  left: 0;
  padding: 0 25px 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.pj-modal__project__headline img {
  height: 19px;
  width: 122px;
}

.pj-modal__project__image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  margin: 25px 0 0;
  overflow: hidden;
  filter: grayscale(75%);
}

.pj-modal__project__desc {
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  color: #fff;
  font-size: 1.4rem;
  left: 0;
  padding: 12px 18px 8px;
  position: absolute;
  width: calc(100% - 25px);
}

.pj-modal__project__title {
  font-family: 'Roboto','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
}

.mfp-auto-cursor .mfp-content {
  width: 750px;
}

.mfp-close-btn-in .mfp-close {
  background: #000;
  height: 50px;
  opacity: 1;
  overflow: hidden;
  text-indent: -9999px;
  width: 50px;
}

.mfp-close-btn-in .mfp-close::before,.mfp-close-btn-in .mfp-close::after {
  -webkit-transform: rotate(45deg);
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 15px;
}

.mfp-close-btn-in .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfp-close:active {
  top: 0;
}

.mfp-container {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 780px;
}

.mfp-arrow {
  height: 36px;
  opacity: 1;
  width: 20px;
}

.mfp-arrow:before {
  -webkit-transform: rotate(-45deg);
  border: none;
  border-bottom: solid 2px #221716;
  border-right: solid 2px #221716;
  height: 20px;
  margin: 0;
  opacity: 1;
  transform: rotate(-45deg);
  width: 20px;
}

.mfp-arrow::after {
  display: none;
}

.mfp-arrow-right {
  right: 30px;
}

.mfp-arrow-left {
  left: 30px;
}

.mfp-arrow-left:before {
  -webkit-transform: rotate(-45deg);
  border: none;
  border-left: solid 2px #221716;
  border-top: solid 2px #221716;
  transform: rotate(-45deg);
}

/* 詳細 */
.story {
  padding: 0 0 135px;
}

.story-header__mv {
  background-position: top center;
  background-size: cover;
  height: 500px;
  position: relative;
}

.story-header__title {
  bottom: 100%;
  left: 0;
  line-height: 0;
  margin: 0 0 -1px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}

.story-header__title svg, .story-header__title img {
  height: 53px;
  width: 63.461538461%;

  fill: #fff;
}

.story-header__desc {
  background: #fff;
  margin: -100px auto 0;
  padding: 63px 0 0;
  position: relative;
  text-align: center;
  width: 80%;
}

.story-header__num {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
}

.story-header__num span {
  border-bottom: solid 1px #221716;
}

.story-header__headline {
  font-size: 3.0rem;
  letter-spacing: .2em;
  line-height: 1.2;
  margin: 5px 0 0;
}

.story-header__sub {
  font-family: 'Roboto','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 60px 0 0;
}

.story-header__text {
  line-height: 2.7;
  margin: 35px 0 0;
}

.story-sec {
  margin: 108px 0 0;
  position: relative;
}

.story-sec__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.story-sec__inner::before {
  background: #eee;
  content: '';
  display: block;
  height: calc(100% - 200px);
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 52px;
  width: 80%;
}

.story-sec:nth-of-type(even) .story-sec__conts {
  position: relative;
}

.story-sec:nth-of-type(even) .story-sec__conts:nth-child(1) {
  -ms-flex-order: 2;

  -webkit-box-ordinal-group: 3;
  order: 2;
}

.story-sec:nth-of-type(even) .story-sec__conts:nth-child(2) .story-sec__image {
  margin: 70px -80px 0 0;
}

.story-sec:nth-of-type(even) .story-sec__desc {
  padding: 0 7.692307692% 0 0;
}

.story-sec + .story-sec {
  margin: 210px 0 0;
}

.story-sec__conts {
  position: relative;
}

.story-sec__conts:nth-child(1) {
  width: 56.666666%;
}

.story-sec__conts:nth-child(1) .story-sec__image {
  bottom: 145px;
  margin: 50px 0 0;
  position: absolute;
}

.story-sec__conts:nth-child(2) {
  width: 43.333333%;
}

.story-sec__conts:nth-child(2) .story-sec__image {
  margin: 70px 0 0 -80px;
  width: 115.384615384%;
}

.story-sec__member {
  margin: 0 auto;
  min-width: 160px;
  width: 27.94117647%;
}

.story-sec__desc {
  font-size: 1.2rem;
  margin: -20px 0 0;
  padding: 0 0 0 7.692307692%;
  width: 100%;
}

.story-sec__headline {
  font-size: 1.91532258vw;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.8;
  margin: 0 0 27px;
}

.story-other {
  margin: 210px 0 0;
}

.story-other__headline {
  line-height: 0;
  margin: 0;
  text-align: center;
}

.story-other__headline img {
  height: 34px;
}

.story-other__wrap {
  margin: 55px 0 0;
  position: relative;
}

.story-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.story-other__list li {
  overflow: hidden;
  position: relative;
  width: 33.3333333%;
  z-index: 1;
}

.story-other__list li.is-show {
  overflow: visible;
}

.story-other__list li.is-show .story-other__desc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100vw;
}

.story-other__list li.is-show .story-other__desc__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.story-other__list li.is-show .story-other__desc__title {
  font-size: 1.2rem;
}

.story-other__list li.is-show .story-other__desc__text {
  font-size: 1.6rem;
}

.story-other__list li.is-show .story-other__desc__num {
  margin-right: 18px;
  width: 48px;
}

.story-other__list li a {
  display: block;
  height: 290px;
  position: relative;
}

.story-other__list li.js-offHover .story-other__desc::before {
  background: rgba(0, 0, 0, .5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.story-other__list li.js-offHover .story-other__desc::after {
  bottom: 5px;
  content: 'COMING SOON';
  font-family: 'Roboto', sans-serif;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.story-other__image {
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.story-other__image img {
  -webkit-transform: translateX(-50%);
  height: 100%;
  left: 50%;
  margin: auto;
  max-width: inherit;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  filter: grayscale(75%);
}

.story-other__desc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100%;
}

.story-other__desc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 100%;
}

.story-other__desc__num {
  margin: 0 5% 0 0;
  font-size: 4.5rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}

.story-other__desc__num img {
  height: 100%;
  width: auto;
}

.story-other__desc__text {
  font-size: .897435897vw;
  letter-spacing: .05em;
  line-height: 1.5;
}

.story-other__desc__title {
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.story-other__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.story-other__bg li {
  -webkit-transition: -webkit-transform 0s cubic-bezier(.165, .34, .44, 1) 10s;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0s cubic-bezier(.165, .34, .44, 1) 10s;
  transition: transform 0s cubic-bezier(.165, .34, .44, 1) 10s;
  transition: transform 0s cubic-bezier(.165, .34, .44, 1) 10s, -webkit-transform 0s cubic-bezier(.165, .34, .44, 1) 10s;
  width: 100%;
}

.story-other__bg li.is-hover {
  -webkit-transform: scale(1.1);
  -webkit-transition: -webkit-transform 15s cubic-bezier(.165, .34, .44, 1) .3s;
  transform: scale(1.1);
  transition: -webkit-transform 15s cubic-bezier(.165, .34, .44, 1) .3s;
  transition: transform 15s cubic-bezier(.165, .34, .44, 1) .3s;
  transition: transform 15s cubic-bezier(.165, .34, .44, 1) .3s, -webkit-transform 15s cubic-bezier(.165, .34, .44, 1) .3s;
}

.story-other__bg li img {
  width: 100%;
}

.story-other__link {
  margin: 58px 0 0;
  text-align: center;
}

.story-other__link a {
  letter-spacing: .1em;
  padding: 0 220px 0 0;
}

.story-other__link .c-link__bd {
  width: 200px;
}

.story03 .story-header__mv {
  background-position: center center;
}

.news__headline {
  line-height: 0;
  margin: 0;
  text-align: left;
  width: 63.25%;
}

.news__headline img {
  width: 100%;
}

.news-date {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.0;
}

.news-tag {
  background: #000;
  color: #fff;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.0;
  padding: 3px 0;
  text-align: center;
  width: 70px;
}

.news-conts {
  padding: 120px 0 130px;
}

.news-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-column .news-aside {
  width: 200px;
}

.news-column .news-post,.news-column .news-article {
  width: 840px;
}

.news-aside__list {
  margin: 80px 0 0;
}

.news-aside__list + dl {
  margin-top: 70px;
}

.news-aside__list dt {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.0;
}

.news-aside__list dd {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .2em;
  margin: 27px 0 0;
}

.news-aside__list dd li + li {
  margin: 5px 0 0;
}

.news-aside__nav-sp {
  display: none;
}

.news-aside__nav__box {
  border: solid 1px #000;
  height: 50px;
  position: relative;
  width: 48.571428571%;
}

.news-aside__nav__box p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 50px;
  text-align: center;
}

.news-aside__nav__box select {
  font-size: 1.6rem;
  height: 50px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.news-post__list li {
  background: #fff;
  width: 100%;
}

.news-post__list li a {
  display: block;
  padding: 43px 4.761904761% 33px;
}

.news-post__list li + li {
  margin: 30px 0 0;
}

.news-post__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-post__top .news-date {
  margin: 0 20px 0 0;
}

.news-post__title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.875;
  margin: 10px 0 0;
}

.news-pages {
  padding: 50px 0;
}

.news-pages--article {
  margin: 0 50px;
}

.news-pages--article .news-pages__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-pages--article .news-pages__list li {
  margin: 0;
}

.news-pages--article .news-pages__list li a {
  padding-bottom: 0;
}

.news-pages-arrow {
  height: 13px;
  width: 7px;
}

.news-pages-arrow a {
  display: block;
}

.news-pages-arrow a::before {
  -webkit-transform: rotate(45deg);
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  content: '';
  display: block;
  height: 9px;
  transform: rotate(45deg);
  width: 9px;
}

.news-pages-arrow--next a::before {
  -webkit-transform: rotate(-45deg);
  border-left: none;
  border-right: solid 1px #000;
  transform: rotate(-45deg);
}

.news-pages__list {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.news-pages__list li {
  margin: 0 20px;
}

.news-pages__list li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.0;
  padding-bottom: 5px;
}

.news-pages__list li a.is-current {
  border-bottom: solid 1px #000;
}

.news-more {
  display: none;
}

.news-detail .news-conts {
  margin-bottom: 130px;
  padding-bottom: 0;
}

.news-article .news-post__top {
  margin: 0 0 35px;
}

.news-article .news-post__top p {
  line-height: 1.0;
  margin-bottom: 0;
}

.news-article .news-post__top .news-date {
  font-size: 1.4rem;
}

.news-article p {
  line-height: 2.5;
  margin-bottom: 34px;
}

.news-article__body {
  background: #fff;
  padding: 60px 80px;
}

.news-article__headline {
  font-size: 2.0rem;
  letter-spacing: .2em;
  line-height: 1.85;
  margin: 0 0 40px;
}

/* 中途採用
================================================================= */
.career-header__headline img {
  height: auto;
  width: 56.634615384%;
}

.career-nav {
  display: none;
}

.career-sec {
  padding-bottom: 250px;
}

.career-sec__fbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.career-sec__fbox dl {
  margin: 0 13px;
  width: 430px;
}

.career-sec__fbox dl dt {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #221716;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 2.0;
}

.career-sec__fbox dl dd {
  margin: 0;
  padding: 46px 23px 0;
}

.career-sec__item {
  padding: 0 0 0 30px;
  position: relative;
}

.career-sec__item + li {
  margin: 46px 0 0;
}

.career-sec__item > a {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
}

.career-sec__item > a.is-active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.career-sec__item > a.is-active::after {
  opacity: 0;
}

.career-sec__item > a::before,.career-sec__item > a::after {
  -webkit-transition: all .5s;
  background: #221716;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 14px;
  transition: all .5s;
  width: 20px;
}

.career-sec__item > a::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.career-sec__sub-list {
  position: relative;
}

.career-sec__sub-list.is-open li {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
}

.career-sec__sub-list li {
  -webkit-transform: translateX(100px);
  -webkit-transition: all .5s;
  opacity: 0;
  padding: 20px 0 0 25px;
  position: relative;
  transform: translateX(100px);
  transition: all .5s;
}

.career-sec__sub-list li h2 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.7;
  margin: 0;
}

.career-sec__sub-list li.delay2 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.career-sec__sub-list li.delay3 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.career-sec__sub-list li.delay4 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.career-sec__sub-list li.delay5 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.career-sec__sub-list li.delay6 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.career-sec__sub-list li.delay7 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.career-sec__sub-list li.delay8 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.career-sec__sub-list li::before {
  background: #221716;
  content: '';
  display: block;
  height: 1px;
  left: 7px;
  position: absolute;
  top: 33px;
  width: 10px;
}

.career-sec__sub-list li::after {
  background: #221716;
  content: '';
  display: block;
  height: 100%;
  left: 6px;
  position: absolute;
  top: 0;
  width: 1px;
}

.career-sec__sub-list li:last-child::after {
  height: 33px;
}

.career-sec__sub-list--st02 li {
  padding: 30px 0 0 25px;
}

.career-sec__sub-list--st02 li::before {
  top: 42px;
}

.career-sec__sub-list--st02 li:last-child::after {
  height: 42px;
}

/* 新卒採用
================================================================= */
.freshers {
  padding-bottom: 140px;
}

.freshers-header__desc {
  padding-bottom: 120px;
}

.freshers-header__headline {
  margin-bottom: -3px;
}

.freshers-header__headline img {
  height: auto;
  width: 57.019230769%;
}

.freshers-req .c-t-lead {
  font-size: 2.4rem;
}

.freshers-req__list {
  margin: 55px 0 0;
  padding: 70px 6.73076923%;
}

.freshers-req__list__inner {
  background: #fff;
  padding: 36px 5.5555555% 75px;
}

.freshers-req__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.freshers-req__list dl dd {
  letter-spacing: 0;
  line-height: 1.9;
  margin: 0;
}

.freshers-req__list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #d8d8d8;
  min-height: 90px;
  padding: 18px 0;
}

.freshers-req__list__item > dt {
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 2.3;
  padding: 0 25px;
  width: 192px;
}

.freshers-req__list__item > dd {
  padding: 0;
  width: 608px;
}

.freshers-req__list__item > dd dl dt {
  width: 47px;
}

.freshers-req__list__item > dd p + ul {
  margin: 5px 0 0;
}

.freshers-req__list__item > dd ul li + li {
  margin: 3px 0 0;
}

.freshers-req__list__item > dd a {
  -webkit-transition: opacity .3s;
  text-decoration: underline;
  transition: opacity .3s;
}

.freshers-req__list__item > dd a:hover {
  opacity: .7;
}

.freshers-req__list__item--st02 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.freshers-faq {
  margin: 170px 0 0;
}

.freshers-faq__list {
  margin: 55px 0 0;
  padding: 70px 6.73076923%;
}

.freshers-faq__list dl {
  margin: 0;
}

.freshers-faq__list dl + dl {
  margin: 70px 0 0;
}

.freshers-faq__list dt {
  background: #221716;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9;
  padding: 10px 6.6666666%;
  position: relative;
}

.freshers-faq__list dt::before,.freshers-faq__list dt::after {
  -webkit-transition: all .5s;
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 4px;
  margin: auto;
  position: absolute;
  right: 5.555555555%;
  top: 0;
  transition: all .5s;
  width: 20px;
}

.freshers-faq__list dt::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.freshers-faq__list dt.is-active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.freshers-faq__list dt.is-active::after {
  display: none;
}

.freshers-faq__list dd {
  background: #fff;
  display: none;
  letter-spacing: 0;
  line-height: 1.9;
  margin: 0;
  padding: 40px 6.6666666% 65px;
}

.freshers-faq__list dd p + p {
  margin: 23px 0 0;
}

/* ABOUT ADASTRIA
================================================================= */
/* ADVANTAGE */
.ad {
  padding: 0 0 140px;
}

.ad-header__desc {
  padding-bottom: 85px;
}

.ad-nav {
  margin: 0 auto;
  max-width: 1040px;
  width: 80%;
}

.ad-nav__list {
  -webkit-box-align: end;
  -webkit-box-pack: center;
  -ms-flex-align: end;
  -ms-flex-pack: center;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ad-nav__list li {
  border: solid 1px #221716;
  width: 30%;
}

.ad-nav__list li:nth-of-type(1) {
  margin: 0 calc((100% - 30%) / 2);
}

.ad-nav__list li:nth-of-type(3) {
  margin: 2% 2% 0 2%;
}

.ad-nav__list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .897435897vw;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.ad-nav__list li a::after {
  -webkit-transform: rotate(45deg);
  border-bottom: solid 2px #221716;
  border-right: solid 2px #221716;
  bottom: 0;
  content: '';
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 17px;
  top: -5px;
  transform: rotate(45deg);
  width: 6px;
}

.ad-nav__list li .ad-nav__num {
  border-right: solid 1px #221716;
  font-family: 'Roboto', sans-serif;
  font-size: 1.538461538vw;
  font-weight: 500;
  letter-spacing: 0;
  padding: 2px 0;
  width: 17.455621301%;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ad-nav__list li .ad-nav__text {
  padding: 0 10.355029585% 0 0;
  width: 100%;
}

.ad-sec + .ad-sec {
  margin-top: 168px;
}

.ad-sec section {
  margin: 50px 0 0;
  padding: 60px 6.73076923%;
}

.ad-sec section + section {
  margin-top: 70px;
}

.ad-sec section.ad-val {
  padding: 60px 3.846153846% 70px;
}

.ad-sec__lead {
  letter-spacing: .1em;
  margin: 35px 0 0;
  text-align: center;
}

.ad-sec__note {
  font-size: 1.1rem;
  letter-spacing: .1em;
}

.ad-sec__link {
  text-align: center;
}

.ad-sec__link a {
  position: relative;
}

.ad-sec__link a::after {
  background: url(/themes/recruit/images/icn_blank.svg) no-repeat center center;
  background-size: 14px;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 14px;
  margin: auto;
  position: absolute;
  right: -24px;
  top: 0;
  vertical-align: middle;
  width: 14px;
}

.ad-model {
  margin-top: 134px;
}

.ad-val__image {
  margin: 53px 0 0;
}

.ad-brand__image {
  margin: 42px 0 0;
}

.ad-brand__link {
  margin: 52px 0 0;
}

.ad-categ__field {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
  padding: 40px 4.444444% 50px;
}

.ad-categ__field__item {
  margin: 0;
  width: 21.951219512%;
}

.ad-categ__field__item dt {
  border-bottom: solid 1px #000;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
}

.ad-categ__field__item dt span {
  display: block;
  padding: 15px;
}

.ad-categ__field__item dd {
  margin: 0;
  padding: 20px 0 0 15px;
}

.ad-categ__field__item dd li {
  font-size: 1.2rem;
}

.ad-web .ad-sec__lead + p {
  margin-top: 15px;
}

.ad-web__item {
  margin: 33px 0 0;
  text-align: center;
}

.ad-web__item__copy {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.9;
  margin: 20px 0 0;
  text-align: center;
}

.ad-web__item__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.6;
  margin: 0 0 34px;
}

.ad-web__item__text {
  letter-spacing: .1em;
  line-height: 2.1;
  margin: 0 20px 40px;
}

.ad-web__item--graph {
  background: #fff;
  margin: 70px 0 0;
  padding: 50px 20px 45px;
}

.ad-web__item__note {
  font-size: 1.0rem;
  letter-spacing: 0;
  margin: 18px 0 0;
  padding: 0 75px;
  text-align: left;
}

.ad-web__item__note + p {
  margin: 0;
}

.ad-ovs__text {
  background: #fff;
  padding: 45px 10px;
}

.ad-sec__lead + .ad-ovs__text {
  margin-top: 40px;
}

.ad-ovs__text p {
  margin: 0;
}

.ad-ovs__item {
  background: #fff;
  margin: 30px 0 0;
  padding: 50px 7.33333333%;
}

.ad-ovs__item__lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  margin: 0 0 36px;
  text-align: center;
}

.ad-ovs__item--head {
  margin: 50px 0 0;
  position: relative;
}

.ad-ovs__item--head::before {
  border-color: #221716 transparent transparent transparent;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  bottom: -25px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}

.ad-ovs__item--head::after {
  background: #221716;
  bottom: -12px;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 4px;
}

.ad-ovs__item--head .ad-ovs__item__images {
  margin: 0 0 36px;
  text-align: center;
}

.ad-ovs__img {
  margin-top: 30px;
}

/*

.ad-ovs__list {
  margin: 50px 0 0;
  @include media(SP) {
    margin: 28px 0 0;
  }
}

.ad-ovs__item {
  background: #fff;
  padding: 50px 7.33333333%;
  position: relative;

  &:nth-child(2) {
    padding: 57px 6.8888888% 53px 7.7777777%;
  }
  @include media(SP) {
    line-height: 1.8;
    padding: 20px 9.6969696% 32px;
    &:nth-child(2) {
      padding: 32px 9.6969696% 40px;
    }
  }


  &::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: $color-base transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  &::after {
    content: "";
    display: block;
    width: 4px;
    height: 12px;
    background: $color-base;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  & + .ad-ovs__item {
    margin: 30px 0 0;
  }
  &:last-child {
    &::before,
    &::after {
      display: none
    }
  }


  &__images {
    text-align: center;
    margin: 0 0 36px;
    @include media(SP) {
      margin: 0 0 26px;
    }
  }
  &__text {
    text-align: center;
    letter-spacing: 0.1em;
    @include media(SP) {
      letter-spacing: 0;
      line-height: 1.8;
      text-align: left;
    }
  }

  &__lead {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.9;
    text-align: center;
    @include media(SP) {
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.8;
      text-align: left;
    }
  }
}

.ad-ovs__sub-list {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 0;
  li {
    width: 46.875%;
  }

  @include media(SP) {
    display: block;
    margin: 20px 0 0;
    li {
      width: 100%;
      & + li {
        margin: 8px 0 0;
      }
    }
  }

  &__note {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: 10px 0 0;
    text-align: center;
    @include media(SP) {
      font-size: 1.0rem;
      letter-spacing: 0;
      margin: 8px 0 0;
    }
  }
}

*/
.ad-act__list {
  background: #fff;
  margin: 60px 0 0;
  padding: 6px 5.555555555%;
}

.ad-act__list li {
  border-bottom: solid 1px #ededed;
}

.ad-act__list li a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.ad-act__list li:last-child {
  border-bottom: none;
}

.ad-act__image {
  width: 45%;
}

.ad-act__desc {
  line-height: 2.1;
  margin: -5px 0 0;
  width: 50%;
}

.ad-act__desc h4 {
  font-size: 1.8rem;
  margin: 0 0 25px;
}

.ad-csr__note {
  margin: 20px 0 0;
}

.ad-csr__wrap {
  background: #fff;
  margin: 60px 0 0;
  padding: 51.5px 3% 33px 3%;
}

.ad-csr__list {
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 22px auto 0;
}

.ad-csr__list > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 30.2354399%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.ad-csr__list > li:nth-of-type(3) .ad-csr__list__sign2 {
  -webkit-box-pack: center;
  -webkit-box-sizing: border-box;
  -ms-flex-pack: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0 25%;
}

.ad-csr__list__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}

.ad-csr__list__head {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center;
}

.ad-csr__list__sign1 {
  display: inline-block;
  margin: 5px 0 0 0;
  width: 65.983606557%;
}

.ad-csr__list__sign1 img {
  width: 100%;
}

.ad-csr__list__sign2 {
  display: inline-block;
  margin: 22px 0 0 0;
}

.ad-csr__list__sign2 img {
  width: 100%;
}

.ad-csr__list__sign2 img.for-pc {
  display: block;
}

.ad-csr__list__sign2 img.for-sp {
  display: none;
}

.ad-csr__list__txt {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 17px 0 0 0;
}

.ad-csr__table {
  margin-top: 30px;
}

.ad-csr__table thead {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.ad-csr__table thead th {
  border-right: 1px solid #fff;
  padding: 3px 10px;
}

.ad-csr__table thead th:last-child {
  border: none;
}

.ad-csr__table tbody {
  font-size: 12px;
  line-height: 1.6;
}

.ad-csr__table tbody tr td {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.ad-csr__table tbody tr td:last-child {
  border: none;
}

.ad-csr__table tbody tr td:nth-child(1) {
  padding: 23px 10px 30px 30px;
  width: 40%;
}

.ad-csr__table tbody tr td:nth-child(2),.ad-csr__table tbody tr td:nth-child(3) {
  padding: 10px;
  width: 30%;
}

.ad-csr__table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, .1);
}

.ad-csr__table tbody tr:nth-child(odd) td {
  border-right: 1px solid #fff;
}

.ad-csr__table tbody tr:nth-child(odd) td:last-child {
  border: none;
}

.ad-csr__table__head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.ad-csr__table__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 15px;
}

.ad-csr__table__body__img {
  width: 38.5%;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ad-csr__table__list li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.ad-csr__table__list li:last-child {
  margin-bottom: 0;
}

.ad-csr__link {
  margin: 50px 0 0;
}

/* INFORMATION
================================================================= */
/* CAREER PLAN */
.pl {
  padding: 0 0 140px;
}

.pl-header__desc {
  padding-bottom: 80px;
}

.pl-header__headline {
  margin: 0 0 -6px;
}

.pl-header__headline img {
  height: 68px;
  width: 1018px;
}

.pl-sec + .pl-sec {
  margin-top: 170px;
}

.pl-career__flow {
  margin: 54px 0 0;
  overflow: hidden;
}

.pl-career__flow ul {
  position: relative;
}

.pl-career__flow__item {
  border: solid 1px #000;
}

.pl-career__flow__item + li {
  margin: 40px 0 0;
}

.pl-career__flow__item > dl > dt {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #221716;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 40;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}

.pl-career__flow__item > dl > dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  padding: 0 3.272251308%;
}

.pl-career__flow__item > dl > dd > p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2;
  margin: 12px 0 0 0;
  text-align: left;
}

.pl-career__flow__item:nth-child(1),.pl-career__flow__item:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.pl-career__flow__item:nth-of-type(1) {
  background: #fff;
  position: relative;
  z-index: 2;
}

.pl-career__flow__item:nth-child(2) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  height: auto;
  padding-bottom: 20px;
  position: relative;
  width: 73.653846153%;
}

.pl-career__flow__item:nth-child(2)::before {
  background: #221716;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -41px;
  width: 4px;
}

.pl-career__flow__item:nth-child(2)::after {
  border-color: #221716 transparent transparent transparent;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -21px;
  width: 0;
}

.pl-career__flow__item:nth-child(2) > p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2;
  padding: 0 3.272251308%;
  text-align: left;
}

.pl-career__flow__item:nth-child(2) > dl {
  margin-top: 30px;
}

.pl-career__flow__item:last-child {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.pl-career__flow__box {
  position: relative;
  width: 24.519230769%;
}

.pl-career__flow__box dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 0;
  padding: 85px 9.881422924% 55px 9.881422924%;
  position: relative;
}

.pl-career__flow__box dl::before {
  background: #221716;
  content: '';
  display: block;
  height: 450px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -460px;
  width: 4px;
}

.pl-career__flow__box dl::after {
  border-color: #221716 transparent transparent transparent;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -21px;
  width: 0;
}

.pl-career__flow__box dl dt {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #221716;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 40px;
  text-align: center;
}

.pl-career__flow__box dl dd {
  letter-spacing: 0;
  line-height: 2.2;
  margin: 30px 0 0;
}

.pl-career__flow__box dl dd ul li {
  line-height: 1.85;

  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.pl-career__flow__box:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
}

.pl-career__flow__box:first-child dl {
  padding: 85px 3.272251308% 0 3.272251308%;
  width: 255px;
}

.pl-career__flow__box:first-child dl::before {
  height: 30px;
  left: 100%;
  top: -41px;
}

.pl-career__flow__box:first-child dl::after {
  left: calc(100% - 6px);
  top: -21px;
}

.pl-career__flow__box:first-child dl:nth-of-type(1),.pl-career__flow__box:first-child dl:nth-of-type(2) {
  width: 248px;
}

.pl-career__flow__box:first-child dl:nth-of-type(1) {
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  padding: 85px 2% 0 3.272251308%;
}

.pl-career__flow__box:first-child dl:nth-of-type(2) {
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  padding: 85px 3.272251308% 0 2%;
  position: relative;
}

.pl-career__flow__box:first-child dl:nth-of-type(2)::before {
  background: #d8d8d8;
  content: '';
  height: calc(100% - 115px);
  left: 0;
  margin: 0;
  position: absolute;
  top: 85px;
  width: 1px;
}

.pl-career__flow__box:first-child dl:nth-of-type(2)::after {
  -webkit-transform: translateX(-50%) translateY(100%);
  background: url(/themes/recruit/images/info/career_plan/rl_arrow_pc.png) left top/100% 100% no-repeat;
  border-color: none;
  border-width: 0px;
  content: '';
  display: block;
  height: 21px;
  left: 0;
  position: absolute;
  right: inherit;
  top: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 23px;
}

.pl-career__flow__box:first-child dl:nth-of-type(3) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 7.389231744% 20px;
}

.pl-career__flow__box:first-child dl + dl + dl {
  border: solid 1px #000;
}

.pl-career__flow__box:nth-of-type(2) {
  border: solid 1px #000;
  position: relative;
}

.pl-career__flow__box:nth-of-type(2)::before {
  -webkit-transform: translateX(-100%) translateY(100%);
  background: url(/themes/recruit/images/info/career_plan/rl_arrow_pc.png) left top/100% 100% no-repeat;
  border-color: none;
  border-width: 0px;
  content: '';
  display: block;
  height: 21px;
  left: 0;
  position: absolute;
  right: inherit;
  top: 50%;
  transform: translateX(-100%) translateY(100%);
  width: 23px;
}

.pl-career__flow__box:nth-of-type(2) > dl::before {
  height: 30px;
  top: -41px;
}

.pl-career__flow__box:nth-of-type(2) > dl::after {
  top: -21px;
}

.pl-career__flow__box:nth-of-type(3) {
  border: solid 1px #000;
}

.pl-career__flow__box--ex {
  background: #221716;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  height: 40px;
  left: 3.5%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  top: 30px;
  width: 58%;
  width: calc(100% - 3.272251308% - 3.272251308%);
}

.pl-career__flow__box--ex.for-pc {
  display: block;
}

.pl-career__flow__box--ex.for-sp {
  display: none;
}

.pl-career__flow__title {
  margin: 24px 0 8px;
}

.pl-career__flow__title span {
  border-bottom: solid 1px #221716;
}

.pl-career__flow__fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pl-career__flow__fbox ul {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pl-career__flow__fbox ul:first-child {
  margin: 0 8% 0 0;
}

.pl-career__flow__fbox ul li {
  letter-spacing: 0;
  line-height: 1.9;
}

.pl-training__lead {
  letter-spacing: .1em;
  line-height: 2.1;
  margin-top: 47px;
  text-align: center;
}

.pl-training__flow {
  margin: 45px 0 0;
  padding: 50px 4.807692307% !important;
}

.pl-training__flow__ex {
  text-align: left !important;
  font-size: 1.2rem;
  line-height: 2.5;
  margin-top: 20px;
}

.pl-training__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0 -50px;
  position: relative;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pl-training__item {
  margin: 0 0 50px;
  width: 31.91489361702128%;
}

.pl-training__item--desc {
  background: #fff;
  padding: 36px 4.042553191% 53px;
}

.pl-training__item--image img {
  width: 100%;
}

.pl-training__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}

.pl-training__item dl dt {
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.7;
  width: 65px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pl-training__item dl dd {
  letter-spacing: .1em;
  line-height: 1.7;
  margin: 0;
}

.pl-training__item._item01 {
  margin-left: 0;
  width: 48.82978723404255%;
}

.pl-training__item._item03 {
  width: 48.82978723404255%;
}

.pl-training__item._item06 {
  margin-top: -10px;
}

.pl-training__item__headline {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 1.4;
  margin: 0;
  min-height: 62px;
  text-align: center;
}

.pl-training__item__headline > span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  line-height: 1.0;
  margin: 0 0 20px;
}

.pl-training__item__headline > span span {
  border-bottom: solid 1px #000;
}

.pl-training__flow__lead {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 50px 0 0;
  text-align: center;
}

.pl-training__ssc {
  -webkit-box-sizing: border-box;
  background: #ededed;
  box-sizing: border-box;
  margin: 60px 0 0;
  padding: 50px 4.807692307%;
}

.pl-training__dl {
  margin: 0;
}

.pl-training__dl dt {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #221716;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  height: 60px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.5;
}

.pl-training__dl dd {
  background: #fff;
  letter-spacing: .1em;
  line-height: 2.1;
  margin: 0;
  padding: 50px 50px 80px;
}

.pl-training__ssc__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0 23px;
}

.pl-training__ssc__list li {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2.5;
  width: 47.619047619%;
}

.pl-training__ssc__list li p {
  margin: 5px 0 0;
}

.bf {
  padding-bottom: 140px;
}

.bf-header__desc {
  padding-bottom: 95px;
}

.bf-header__headline img {
  height: 58px;
  width: 400px;
}

.bf-sec__text {
  letter-spacing: .1em;
  line-height: 2.4;
  margin: 33px 0 0;
  text-align: center;
}

.bf-sec__text + .bf-sec__text {
  margin: 20px 0 0;
}

.bf-sec .c-t-lead {
  margin-top: 30px;
}

.bf-sec__box {
  padding: 70px 6.73086923%;
}

.bf-sec__box + .bf-sec__box {
  padding-top: 24px;
}

.bf-sec__box__clm2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
}

.bf-sec__box__clm2 > li {
  width: 49%;
}

.bf-sec__box__clm2 > li figure {
  margin: 0;
}

.bf-sec__box__clm2 > li figcaption {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: 10px;
}

.bf-employee {
  margin: 225px 0 0;
  padding-top: 224px;
  position: relative;
}

.bf-employee__image {
  left: 0;
  margin: 0 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -170px;
}

.bf-women {
  padding-top: 224px;
  position: relative;
}

.bf-women .bf-sec__box__clm2 {
  margin: 30px 0 0 0;
}

.bf-women .bf-sec__box__clm2 p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .1em;
  line-height: 2.5;
  padding: 0 0 0 10px;
}

.bf-women__image {
  left: 0;
  margin: 0 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -170px;
}

.bf-women__graph {
  margin: 40px 0 0;
}

.bf-women__table {
  border-collapse: separate;
  border-spacing: 1px;
  margin: 40px 0 0;
}

.bf-women__table th {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  height: 50px;
  letter-spacing: .1em;
  line-height: 2.0;
}

.bf-women__table th:first-child {
  width: 225px;
}

.bf-women__table td {
  background: #fff;
  font-size: 3.0rem;
  height: 110px;
  letter-spacing: 0;
  line-height: 1.0;
  text-align: center;
  width: 340px;
}

.bf-women__table td span {
  font-family: 'Roboto', sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.0;
}

.bf-woman__icn {
  position: relative;
}

.bf-woman__icn::before {
  background: url(/themes/recruit/images/info/benefits/bg_balloon.png) no-repeat center center;
  background-size: contain;
  content: '達成';
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: 55px;
  left: -70px;
  letter-spacing: .1em;
  line-height: 55px;
  padding: 0 4px 0 0;
  position: absolute;
  top: -8px;
  width: 61px;
}

.bf-child dl {
  border-top: solid 1px #d8d8d8;
  margin: 0;
  padding: 20px 0;
}

.bf-child dl:nth-child(6) {
  border-bottom: solid 1px #d8d8d8;
}

.bf-child dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.8;
}

.bf-child dl dd {
  letter-spacing: 0;
  line-height: 1.9;
  margin: 0;
}

.bf-child__text {
  margin: 40px 0 0;
}

.bf-child__box {
  background: #fff;
  margin: 50px 0 0;
  padding: 60px 8.888888% 65px;
}

.bf-child__box__headline {
  font-size: 2.0rem;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 0 0 48px;
  text-align: center;
}

.bf-child .bf-child__fig {
  margin: 47px 0 0;
}

.bf-child .bf-child__fig__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.bf-child .bf-child__fig dl {
  border: none;
  padding: 0;
}

.bf-child .bf-child__fig dl + dl {
  margin: 0 0 0 22.972972972%;
}

.bf-child .bf-child__fig__note {
  font-size: 1.2rem;
  margin: 30px 0 0;
  text-align: right;
}

.bf-child .bf-child__fig__item dt {
  font-size: 1.282051282vw;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 0 0 10px;
  text-align: center;
}

.bf-child .bf-child__fig__item dd {
  color: #fff;
  position: relative;
  text-align: center;
}

.bf-child .bf-child__fig__item dd img {
  width: 191px;
}

.bf-child .bf-child__fig__item dd p {
  bottom: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.bf-child .bf-child__fig__item dd strong {
  font-family: 'Roboto', sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0;
  line-height: 1.0;
}

.bf-child .bf-child__fig__item dd span {
  font-size: 3.4rem;
  letter-spacing: .05em;
}

.bf-child__link {
  margin: 60px 0 0;
  text-align: center;
}

.bf-child__link a::after {
  background: url(/themes/recruit/images/icn_blank.svg) no-repeat center center;
  background-size: 14px;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 14px;
  margin: auto;
  position: absolute;
  right: -24px;
  top: 0;
  vertical-align: middle;
  width: 14px;
}

.bf-benefit {
  margin: 100px 0 0;
}

.bf-benefit__wrap {
  margin: 67px 0 0;
}

.bf-benefit__list {
  background: #fff;
  padding: 36px 5.555555%;
}

.bf-benefit__list dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 18px 0;
}

.bf-benefit__list dl:first-child {
  padding-top: 0;
}

.bf-benefit__list dl dt {
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.9;
  padding: 0 1.2% 0 2.75%;
  width: 23.75%;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bf-benefit__list dl dd {
  letter-spacing: 0;
  line-height: 1.9;
  margin: 0;
}

.bf-benefit__list__text {
  letter-spacing: 0;
  margin: 34px 0 0;
  text-align: center;
}

.bf-benefit__list__cap {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2.2;
  margin: 26px 0 0;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .st-l-wrapper {
    padding-top: 80px;
  }
  .st-l-pages {
    margin: 0;
  }
  .st-l-inner {
    margin: 0 12.5px;
    padding: 0;
  }
  .st-header {
    -webkit-transition: background .5s;
    background: #fff;
    padding: 30px 12px 22px;
    position: fixed;
    top: 0;
    left: 0;
    transition: background .5s;
    width: 100%;
    height: 80px;
  }
  .st-header.is-open {
    background: none;
  }
  .st-header.is-open .st-header__logo {
    opacity: 0;
  }
  .st-header__logo {
    max-width: 200px;
    min-width: inherit;
    width: 80%;
  }
  .st-header__logo img {
    height: 28px;
  }
  .st-header__trigger {
    cursor: none;
    right: 5px;
    top: 15px;
  }
  .st-header__trigger__inner {
    height: 20px;
  }
  .st-header__trigger span {
    height: 2px;
  }
  .st-header__trigger.is-open span {
    background: #fff;
  }
  .st-header__trigger.is-open .st-header__trigger__inner {
    height: 15px;
    width: 15px;
  }
  .st-header__trigger.is-open span:nth-child(1) {
    -webkit-animation: openSp1 .6s forwards;
    animation: openSp1 .6s forwards;
  }
  .st-header__trigger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .st-header__trigger.is-open span:nth-child(3) {
    -webkit-animation: openSp2 .6s forwards;
    animation: openSp2 .6s forwards;
  }
  .st-hbnav {
    height: 100vh;
    overflow: auto;
    padding: 0;
  }
  .st-hbnav__inner {
    margin: 0;
    padding: 130px 28px;
    position: static;
  }
  .st-hbnav__logo {
    left: 12.5px;
    max-width: 285px;
    position: absolute;
    text-align: left;
    top: 27.5px;
    width: 76%;
  }
  .st-hbnav__logo svg {
    width: 100%;
  }
  .st-hbnav__list {
    display: block;
    margin: 0;
  }
  .st-hbnav__list__item {
    text-align: center;
  }
  .st-hbnav__list__item a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.0;
  }
  .st-hbnav__list__item > a {
    display: inline-block;
    position: relative;
  }
  .st-hbnav__list__item > a.js-open::after {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .5s;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 6px;
    margin: 0 auto;
    position: absolute;
    right: -20px;
    top: 3px;
    transform: rotate(45deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 6px;
  }
  .st-hbnav__list__item > a.js-open.is-open::after {
    -webkit-transform: rotate(-135deg) translateX(-3px) translateY(-3px);
    transform: rotate(-135deg) translateX(-3px) translateY(-3px);
  }
  .st-hbnav__list__item + li {
    margin: 47px 0 0;
  }
  .st-hbnav__list__item img {
    height: 12.5px;
  }
  .st-hbnav__list__item--news {
    width: auto;
  }
  .st-hbnav__list__item--news img {
    width: auto;
  }
  .st-hbnav__list__item--story {
    width: auto;
  }
  .st-hbnav__list__item--story .st-hbnav__sub-list {
    margin: 20px 0 0;
  }
  .st-hbnav__list__item--story img {
    width: auto;
  }
  .st-hbnav__list__item--about {
    width: auto;
  }
  .st-hbnav__list__item--about > a {
    pointer-events: inherit;
  }
  .st-hbnav__list__item--about img {
    height: 19px;
    width: auto;
  }
  .st-hbnav__list__item--info {
    width: auto;
  }
  .st-hbnav__list__item--info > a {
    pointer-events: inherit;
  }
  .st-hbnav__list__item--info img {
    width: auto;
  }
  .st-hbnav__sub-list {
    display: none;
    margin: 20px 0 0;
  }
  .st-hbnav__sub-list li a {
    font-size: 1.3rem;
    line-height: 2.7;
  }
  .st-hbnav__sub-list__child li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 5px;
  }
  .st-hbnav__sub-list__child li a {
    font-size: 1.1rem;
    line-height: 2.0;
  }
  .st-hbnav__sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 55px 0 0;
  }
  .st-hbnav__sns li {
    width: 25px;
  }
  .st-hbnav__sns li:first-child {
    width: 15px;
  }
  .st-hbnav__link {
    margin: 45px 0 0;
  }
  .st-hbnav__link li {
    width: 47.368421052%;
  }
  .st-hbnav__link li a {
    letter-spacing: .2em;
  }
  .st-hbnav__link li a span {
    display: none;
  }
  .st-hbnav__link li._sub {
    border-bottom: solid 1px #fff;
  }
  .st-hbnav__sub_link {
    display: block;
  }
  .st-hbnav__sub_link li {
    border: none;
    width: 100%;
  }
  .st-hbnav__sub_link li a {
    letter-spacing: .5em;
  }
  .st-hbnav__sub_link li + li::before {
    border-top: dotted 1px #fff;
    content: '';
    display: block;
    height: 0;
    margin: 0 auto;
    position: static;
    width: 90%;
  }
  .st-hbnav__sub_link li._internship a {
    letter-spacing: -.1em;
    letter-spacing: inherit;
  }
  .st-hbnav__sub_link li._internship a br {
    display: none;
  }
  .st-footer {
    padding: 45px 0;
    position: relative;
  }
  .st-footer__pagetop {
    display: none !important;
  }
  .st-footer__inner {
    margin: 0 12%;
  }
  .st-footer__logo svg {
    height: 28px;
    width: 100%;
  }
  .st-footer__conts {
    margin: 30px 0 0;
  }
  .st-footer__sub_link li {
    border: none;
  }
  .st-footer__sub_link li + li::before {
    border-top: dotted 1px #fff;
    content: '';
    display: block;
    height: 0;
    margin: 0 auto;
    width: 85%;
    width: 90%;
  }
  .st-footer__sub_link li._internship {
    display: block;
  }
  .st-footer__sub_link li._internship a {
    letter-spacing: -.1em;
  }
  .st-footer__bottom {
    display: block;
    margin: 30px 0 0;
  }
  .st-footer__sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .st-footer__sns li {
    width: 25px;
  }
  .st-footer__sns li:first-child {
    width: 15px;
  }
  .st-footer__copy {
    letter-spacing: .06em;
    margin: 30px 0 0;
    text-align: center;
  }
  .c-headline {
    padding: 0 20px;
  }
  .c-headline img {
    height: 26px;
  }
  .c-h-pages {
    font-size: 1.8rem;
  }
  .c-h-pages__bd {
    margin: 0 0 5px;
    padding: 0 0 5px;
  }
  .c-h-pages svg {
    height: auto;
    margin: 0 auto 8px;
    width: 22.5px;
  }
  .c-h-pages__num {
    margin-bottom: 15px;
  }
  .c-h-pages__num span svg {
    height: 13px;
    width: 17.5px;
  }
  .c-h-pages--en {
    font-size: 2.2rem;
    line-height: 1.0;
  }
  .c-h-pages-02 {
    font-size: 2.1rem;
  }
  .c-l-pc {
    display: none;
  }
  .c-l-sp {
    display: block;
  }
  br.c-l-sp {
    display: inline-block;
  }
  .c-l-col {
    display: block;
  }
  .c-l-conts {
    padding: 0;
  }
  .c-link a {
    font-size: 1.1rem;
    padding: 0 80px 0 0;
  }
  .c-link .c-link__bd {
    width: 60px;
  }
  .c-p-header__mv {
    height: 160px;
    margin: 0 12.5px;
  }
  .c-p-header__headline {
    font-size: 3.9rem;
  }
  .c-p-header__headline img {
    height: auto;
    width: 250px;
  }
  .c-p-header__headline-sub + p {
    margin-top: 20px;
  }
  .c-p-header__desc {
    line-height: 1.9;
    margin: 0;
    padding: 30px 6% 25px;
    text-align: left;
    width: 100%;
  }
  .c-p-header__desc .c-t-lead {
    letter-spacing: 0;
    line-height: 1.9;
    text-align: left;
  }
  .c-t-ttl {
    font-size: 1.4rem;
  }
  /* .home .st-header {
    background: none;
    position: fixed;
  } */
  .home-inner {
    margin: 0 12.5px;
    padding: 0;
  }
  
  .home-news {
    background: #fff;
    margin: 50px 0 0;
    padding: 0 12.5px;
    position: relative;
  }
  .home-news__conts {
    padding: 40px 0 90px;
  }
  .home-news__inner {
    display: block;
    padding: 0 7.5px;
  }
  .home-news__header {
    width: 100%;
  }
  .home-news__headline {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .home-news__headline img {
    width: 108.5px;
  }
  .home-news__list {
    margin: 45px 0 0;
    width: 100%;
  }
  .home-news__list dl dt {
    font-size: 1.2rem;
    letter-spacing: .1em;
    width: 90px;
  }
  .home-news__list dl dd {
    font-size: 1.2rem;
    letter-spacing: .1em;
    text-overflow: inherit;
    white-space: unset;
    width: 240px;
  }
  .home-news__list dl dd a {
    line-height: 1.4;
  }
  .home-news__link {
    bottom: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
  }
  .home-pj {
    margin: 0;
    padding: 80px 0 0;
  }
  .home-pj__headline {
    padding: 0 20px;
  }
  .home-pj__headline img {
    width: 322.5px;
  }
  .home-pj__list {
    margin: 55px 0 0;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-pj__list li {
    width: 50%;
  }
  .home-pj__list li a {
    padding: 100% 0 0;
  }
  .home-pj__list li.js-offHover .home-pj__desc {
    padding-bottom: 10px;
  }
  .home-pj__list li.js-offHover .home-pj__desc::after {
    font-size: 1.0rem;
  }
  /* .home-pj__image img {
    height: auto;
    width: 100%;
  } */
  .home-pj__desc {
    height: 23vw;
  }
  .home-pj__desc__inner {
    padding: 0 1.33333333vw;
  }
  .home-pj__desc__num {
    margin: 0 2.133333333vw 0 0;
    max-height: inherit;
    font-size: 2rem;
    line-height: 1;

    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .home-pj__desc__num img {
    height: auto;
    width: 100%;
  }
  .home-pj__desc__text {
    font-size: 3.2vw;
    line-height: 1.25;
  }
  .home-pj__desc__title {
    font-size: 2.6666666vw;
    line-height: 1.4;
    margin: 0 0 3px;
  }
  .home-pj__link {
    margin: 45px 0 0;
  }
  .home-pj__link a {
    padding: 0 110px 0 0;
  }
  .home-pj__link .c-link__bd {
    width: 100px;
  }
  .home-about {
    margin: 0;
    padding: 80px 0 65px;
  }
  .home-about::before {
    height: calc(100% - 100px);
    width: 100%;
  }
  .home-about.is-inview::before {
    width: 100%;
  }
  .home-about__inner {
    margin: 0 12%;
  }
  .home-about__headline img {
    width: 260.5px;
  }
  .home-about__menu {
    display: block;
    margin: 40px 0 0;
  }
  .home-about__menu a {
    display: block;
    font-size: 1.5rem;
    letter-spacing: .1em;
    padding: 0 0 18px;
  }
  .home-about__menu span {
    padding: 0 0 0 25px;
    position: relative;
    text-align: left;
  }
  .home-about__menu span::before {
    background: #221716;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 10px;
  }
  .home-about__id {
    border-bottom: solid 1px #221716;
    width: 100%;
  }
  .home-about__id__image {
    overflow: hidden;
    padding: 45.614035087% 0 0;
    position: relative;
  }
  .home-about__id__image img {
    -webkit-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .home-about__list {
    display: block;
    width: 100%;
  }
  .home-about__list li {
    border-bottom: solid 1px #221716;
    margin: 0;
    width: 100%;
  }
  .home-about__list li a {
    font-size: 1.5rem;
  }
  .home-about__list li img {
    display: none;
  }
  .home-about__list .delay1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .home-about__list .delay2 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .home-about__list .delay3 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .home-about__list .delay4 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .home-info::before,.home-info::after {
    display: none;
  }
  .home-info {
    margin: 0;
    padding: 85px 0;
  }
  .home-info .st-l-inner {
    margin: 0;
  }
  .home-info__headline img {
    width: 272px;
  }
  .home-info__list {
    margin: 55px 0 0;
    padding: 0;
  }
  .home-info__list li a {
    width: 100%;
  }
  .home-info__list li + li {
    margin: 30px 0 0;
  }
  .home-info__list li:nth-child(odd) .home-info__desc {
    left: auto;
    right: 0;
  }
  .home-info__list li._plan .home-info__desc {
    bottom: 0;
    padding: 30px 5.3333333% 7px 8.8%;
    width: 76%;
  }
  .home-info__list li._freshers .home-info__desc {
    right: 0;
  }
  .home-info__list li._career {
    width: 100%;
  }
  .home-info__list li._career .home-info__desc {
    left: 0;
  }
  .home-info__list li._benefits .home-info__desc {
    left: 0;
    min-width: 270px;
    padding: 30px 8% 21px 9.6%;
    width: 76%;
  }
  .home-info__list li._benefits .home-info__desc__headline {
    width: 67.351598173%;
  }
  .home-info__list .delay1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .home-info__list .delay2 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .home-info__list .delay3 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .home-info__list .delay4 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .home-info__desc {
    bottom: 0;
    min-width: 285px;
    padding: 30px 5.3333333% 7px 8.8%;
    right: auto;
    width: 76%;
  }
  .home-info__desc__headline {
    padding: 0;
    font-size: 2.7rem;
  }
  .home-info__desc__bottom {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 15px 0 0 0;
  }
  .home-info__desc__bottom .c-link span {
    font-size: 1.1rem;
    letter-spacing: .1em;
    padding: 0;
  }
  .home-info__desc__bottom .c-link .c-link__bd::after {
    display: none;
  }
  .home-info__image {
    overflow: hidden;
    padding-top: 60%;
    position: relative;
    width: 100%;
  }
  .home-info__image img {
    height: 100%;
    max-width: inherit;
    position: absolute;
    top: 0;
    width: auto;
  }
  section.home-ig {
    background: #e4e4e4;
    margin: 0;
    padding: 60px 0 40px;
  }
  .home-ig__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-ig__list li {
    margin: 0 0 15px;
    width: 47.761194029%;
  }
  .home-ig__list li img {
    width: 100%;
  }
  .home-ig__headline {
    top: -15px;
  }
  .home-ig__headline img {
    width: 270px;
  }
  .home-ig__link {
    margin: 20px 0 0;
  }
  .pj-links {
    padding: 45px 0;
  }
  .pj-links__list {
    margin: 45px 22.5px 0;
  }
  .pj-links__list li a {
    display: block;
    position: relative;
  }
  .pj-links__list li a.c-link--disabled .pj-links__desc {
    padding-bottom: 20px;
  }
  .pj-links__list li a.c-link--disabled .pj-links__desc::before {
    background: rgba(0, 0, 0, .5);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .pj-links__list li a.c-link--disabled .pj-links__desc::after {
    bottom: 5px;
    content: 'COMING SOON';
    font-family: 'Roboto', sans-serif;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .pj-links__list li + li {
    margin: 20px 0 0;
  }
  .pj-links__desc {
    bottom: 0;
    left: 0;
    letter-spacing: .1em;
    overflow: hidden;
    padding: 8px 13px;
    position: absolute;
    width: 100%;
  }
  .pj-links__desc__num {
    float: left;
    margin: 0 3.947368421% 0 0;
    width: auto;
    font-size: 2.7rem;
  }
  .pj-links__desc__num img {
    height: auto;
    width: 100%;
  }
  .pj-links__desc__title {
    font-size: 1.2rem;
    overflow: hidden;
  }
  .pj-links__desc__sub {
    font-size: 1.0rem;
  }
  .pj-links__desc__link {
    display: none;
  }
  .pj-links__image {
    padding: 36.36363636% 0 0;
    width: 100%;
  }
  .pj-member {
    padding: 60px 0;
  }
  .pj-member__headline {
    padding: 0 20px;
  }
  .pj-member__headline img {
    height: 35px;
  }
  .pj-member__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
    position: static;
  }
  .pj-member__item {
    margin: 0 0 15px;
    width: 47.142857142%;
  }
  .pj-member__image {
    width: 100%;
  }
  .pj-member__image img {
    width: 100%;
  }
  .pj-member__desc {
    font-size: 1.4rem;
    margin: 10px 0 0;
    position: static;
    text-align: center;
    white-space: inherit;
  }
  .pj-member__desc__title {
    font-size: 1.1rem;
  }
  .pj-member__desc__name {
    font-size: 1.4rem;
    margin: 5px 0;
  }
  .pj-modal {
    font-size: 1.4rem;
    padding: 10.666666vw 4.545454545% 50px;
  }
  .pj-modal__top {
    display: block;
  }
  .pj-modal__image {
    float: none;
    margin: 15px auto 0;
    width: 66.6666666%;
  }
  .pj-modal__header {
    float: none;
    width: 100%;
  }
  .pj-modal__headline {
    font-size: 2.0rem;
    text-align: center;
  }
  .pj-modal__header__text {
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
  }
  .pj-modal__sec {
    padding: 0;
  }
  .pj-modal__career {
    float: none;
    margin: 38px 0 0;
    padding: 0 4%;
    width: 100%;
  }
  .pj-modal__career dl dt {
    width: 28.985507246%;
  }
  .pj-modal__career__title {
    text-align: center;
  }
  .pj-modal__career__title img {
    height: 13.5px;
  }
  .pj-modal__message {
    margin: 35px 0 0;
    padding: 0 4%;
  }
  .pj-modal__message p {
    line-height: 1.75;
    margin: 20px 0 0;
  }
  .pj-modal__message__headline img {
    height: 13.5px;
    width: 68.5px;
  }
  .pj-modal__project a.c-link--disabled .pj-modal__project__desc::after {
    font-size: 1.0rem;
  }
  .pj-modal__project {
    margin: 50px 0 0;
  }
  .pj-modal__project__headline img {
    height: 13.5px;
    width: 85.5px;
  }
  .pj-modal__project__image {
    height: 120px;
  }
  .pj-modal__project__desc {
    font-size: 1.2rem;
    letter-spacing: .2em;
    padding: 8px 16px;
    width: 100%;
  }
  .pj-modal__project__title {
    font-size: 1.1rem;
    margin: 0 0 2px;
  }
  .mfp-auto-cursor .mfp-content {
    margin: 13.33333vw 0;
    width: 100%;
  }
  .mfp-arrow {
    margin-top: 0;
  }
  .mfp-arrow:before {
    height: 12px;
    left: 6px;
    width: 12px;
  }
  .mfp-arrow-right {
    right: 50px;
  }
  .mfp-arrow-right::before {
    left: -8px;
  }
  .mfp-arrow-left {
    left: 50px;
  }
  .story {
    padding: 0 0 100px;
  }
  .story-header__mv {
    height: 160px;
    margin: 0 12.5px;
  }
  .story-header__title svg {
    height: auto;
    width: 87.6666666%;
  }
  .story-header__desc {
    margin: 0;
    padding: 30px 22.5px 0;
    width: 100%;
  }
  .story-header__num {
    font-size: 1.9rem;
  }
  .story-header__headline {
    font-size: 2.1rem;
    margin: 10px 0 0;
  }
  .story-header__sub {
    font-size: 1.3rem;
    margin: 25px 0 0;
  }
  .story-header__text {
    letter-spacing: .1em;
    line-height: 1.9;
    margin: 25px 0 0;
    text-align: left;
  }
  .story-sec {
    margin: 78px 0 0;
  }
  .story-sec__inner {
    display: block;
    margin: 0 22.5px;
  }
  .story-sec__inner::before {
    height: calc(100% - 115.5px);
    top: 30px;
    width: 100%;
  }
  .story-sec:nth-of-type(even) .story-sec__conts:nth-child(2) .story-sec__image {
    margin: 32.5px 0 0 -22.5px;
  }
  .story-sec:nth-of-type(even) .story-sec__conts .story-sec__member {
    margin: 0 0 0 auto;
  }
  .story-sec:nth-of-type(even) .story-sec__conts .story-sec__member .pj-member__desc {
    left: auto;
    right: 100%;
  }
  .story-sec:nth-of-type(even) .story-sec__desc {
    padding: 0 9.0909090909%;
  }
  .story-sec + .story-sec {
    margin: 100px 0 0;
  }
  .story-sec__conts:nth-child(1) {
    width: 100%;
  }
  .story-sec__conts:nth-child(1) .story-sec__image {
    margin: 20px -22.5px 0;
    position: static;
  }
  .story-sec__conts:nth-child(2) {
    width: 100%;
  }
  .story-sec__conts:nth-child(2) .story-sec__image {
    margin: 24px -22.5px 0 auto;
    width: 90.9090909%;
  }
  .story-sec__member {
    min-width: inherit;
    width: 45.45454545%;
  }
  .story-sec__member .pj-member__desc {
    bottom: 22%;
    left: 83.3333333%;
    position: absolute;
    text-align: left;
  }
  .story-sec__desc {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.9;
    margin: 27px 0 0;
    padding: 0 9.0909090909%;
  }
  .story-sec__headline {
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 0 0 20px;
  }
  .story-other {
    margin: 105px 0 0;
  }
  .story-other__inner {
    margin: 0;
  }
  .story-other__headline img {
    height: 16.5px;
  }
  .story-other__wrap {
    margin: 27px 0 0;
  }
  .story-other__list {
    display: block;
  }
  .story-other__list li {
    width: 100%;
  }
  .story-other__list li + li {
    margin: 10px 0 0;
  }
  .story-other__list li a {
    height: auto;
    padding: 32% 0 0;
  }
  .story-other__list li.js-offHover .story-other__desc::after {
    font-size: 1.0rem;
  }
  .story-other__image img {
    -webkit-transform: translateX(-50%) translateY(-50%);
    height: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  .story-other__desc__inner {
    padding: 10px 13px 10px;
  }
  .story-other__desc__num {
    margin: 2px 12px 0 0;
    width: auto;
    font-size: 3rem;
    line-height: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .story-other__desc__num img {
    height: auto;
    width: 100%;
  }
  .story-other__desc__text {
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .story-other__desc__title {
    font-size: 1.0rem;
    margin: 0 0 2px;
  }
  .story-other__link {
    margin: 27px 0 0;
  }
  .story-other__link a {
    padding: 0 110px 0 0;
  }
  .story-other__link .c-link__bd {
    width: 100px;
  }
  .news__headline {
    margin: 0 auto;
    text-align: center;
    width: 89px;
  }
  .news-conts {
    padding: 45px 12.5px 50px;
  }
  .news-column {
    display: block;
  }
  .news-column .news-aside {
    width: 100%;
  }
  .news-column .news-post,.news-column .news-article {
    width: 100%;
  }
  .news-aside__nav-pc {
    display: none;
  }
  .news-aside__nav-sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 45px 0 0;
  }
  .news-post {
    margin: 28px 0 0;
  }
  .news-post__list li a {
    padding: 22.5px 25px 24px;
  }
  .news-post__list li + li {
    margin: 12.5px 0 0;
  }
  .news-post__top .news-date {
    margin: 0 8px 0 0;
  }
  .news-post__title {
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 1.5;
    margin: 7px 0 0;
  }
  .news-pages--article {
    display: block;
    margin: 50px 20px 0;
    padding: 0;
  }
  .news-pages__list li {
    margin: 0 12px;
  }
  .news-more {
    display: block;
    margin: 50px 0 0;
    text-align: center;
  }
  .news-more a {
    padding: 0 107px 0 0;
  }
  .news-more .c-link__bd {
    width: 100px;
  }
  .news-detail .news-conts {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .news-detail .news-aside__nav-sp {
    display: none;
  }
  .news-article {
    margin: 45px 0 0;
  }
  .news-article .news-post__top {
    margin: 0 0 20px;
  }
  .news-article .news-post__top .news-date {
    font-size: 1.2rem;
  }
  .news-article p {
    letter-spacing: .1em;
    line-height: 1.9;
    margin: 0 0 22px;
  }
  .news-article__body {
    padding: 30px 25px;
  }
  .news-article__headline {
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 1.5;
    margin: 0 0 23px;
  }
  .career-header__headline img {
    width: 294.5px;
  }
  .career-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .career-nav li {
    width: 48.571428571%;
  }
  .career-nav li a {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    border: solid 1px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    height: 50px;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 1.2;
    position: relative;
  }
  .career-nav li a::before {
    -webkit-transform: rotate(45deg);
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    bottom: 0;
    content: '';
    display: block;
    height: 6px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    transform: rotate(45deg);
    width: 6px;
  }
  .career-sec {
    padding-bottom: 20px;
  }
  .career-sec__fbox {
    display: block;
    margin: 50px 0 0;
  }
  .career-sec__fbox dl {
    margin: 0;
    width: 100%;
  }
  .career-sec__fbox dl dt {
    height: 45px;
  }
  .career-sec__fbox dl dd {
    padding: 30px 0 55px 25px;
  }
  .career-sec__item {
    padding: 0 0 0 25px;
  }
  .career-sec__item + li {
    margin: 26px 0 0;
  }
  .career-sec__item > a {
    font-size: 1.8rem;
  }
  .career-sec__item > a::before,.career-sec__item > a::after {
    height: 3px;
    top: 11px;
    width: 16px;
  }
  .career-sec__sub-list li {
    padding: 27px 0 0 20px;
  }
  .career-sec__sub-list li h2 {
    line-height: 1.3;
  }
  .career-sec__sub-list li::before {
    top: 35px;
    width: 8px;
  }
  .career-sec__sub-list li:last-child::after {
    height: 35px;
  }
  .career-sec__sub-list--st02 li {
    padding: 26px 0 0 20px;
  }
  .career-sec__sub-list--st02 li::before {
    top: 36px;
  }
  .career-sec__sub-list--st02 li:last-child::after {
    height: 36px;
  }
  .freshers {
    padding-bottom: 60px;
  }
  .freshers-header__desc {
    padding-bottom: 32px;
  }
  .freshers-header__headline img {
    width: 78.533333333%;
  }
  .freshers-req .c-t-lead {
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .freshers-req__list {
    margin: 30px 0 0;
    padding: 10px;
  }
  .freshers-req__list__inner {
    padding: 6px 22.5px 22.5px;
  }
  .freshers-req__list dl dd {
    letter-spacing: .1em;
    line-height: 1.4;
  }
  .freshers-req__list dl.freshers-req__list__item {
    display: block;
  }
  .freshers-req__list__item {
    min-height: auto;
  }
  .freshers-req__list__item:last-child {
    border-bottom: none;
  }
  .freshers-req__list__item > dt {
    font-size: 1.5rem;
    letter-spacing: .2em;
    line-height: 1.1;
    margin: 0 0 8px;
    padding: 0;
    width: 100%;
  }
  .freshers-req__list__item > dd {
    letter-spacing: .1em;
    width: 100%;
  }
  .freshers-req__list__item > dd dl dt {
    width: 18.245614035%;

    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .freshers-req__list__item > dd p + ul {
    margin: 17px 0 0;
  }
  .freshers-req__list__item > dd p + p {
    margin: 15px 0 0;
  }
  .freshers-req__list__item > dd ul li + li {
    margin: 15px 0 0;
  }
  .freshers-req__list__item > dd a:hover {
    opacity: 1;
  }
  .freshers-faq {
    margin: 80px 0 0;
  }
  .freshers-faq__list {
    margin: 30px 0 0;
    padding: 10px;
  }
  .freshers-faq__list dl + dl {
    margin: 10px 0 0;
  }
  .freshers-faq__list dt {
    font-size: 1.3rem;
    padding: 18px 35px 18px 25px;
  }
  .freshers-faq__list dt::before,.freshers-faq__list dt::after {
    height: 3px;
    right: 6.06060606%;
    width: 16px;
  }
  .freshers-faq__list dd {
    padding: 20px 22.5px 15px;
  }
  .freshers-faq__list dd p + p {
    margin: 30px 0 0;
  }
  .ad {
    padding: 0 0 30px;
  }
  .ad-header__desc {
    padding-bottom: 45px;
  }
  .ad-sec + .ad-sec {
    margin-top: 85px;
  }
  .ad-sec section {
    margin: 20px 0 0;
    padding: 30px 10px 12.5px;
  }
  .ad-sec section + section {
    margin-top: 12.5px;
  }
  .ad-sec section.ad-val {
    padding: 30px 0px 38px;
  }
  .ad-sec section.ad-val .ad-sec__lead {
    padding: 0 24px;
  }
  .ad-sec section.ad-brand,.ad-sec section.ad-csr {
    padding-bottom: 55px;
  }
  .ad-sec__lead {
    letter-spacing: 0;
    line-height: 1.9;
    margin: 24px 0 0;
    padding: 0 5.1515151%;
    text-align: left;
  }
  .ad-sec__note {
    font-size: 1.0rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .ad-model {
    margin-top: 75px;
  }
  .ad-val__image {
    margin: 35px 10px 0;
  }
  .ad-brand__image {
    margin: 22px 0 0;
  }
  .ad-brand__link {
    margin: 45px 17px 0 0;
  }
  .ad-brand__link a {
    padding: 0 65px 0 0;
  }
  .ad-categ__field__item dt {
    font-size: 1.5rem;
    letter-spacing: .2em;
  }
  .ad-categ__field__item dt span {
    padding: 8px 0;
    text-align: left;
  }
  .ad-categ__field__item dd {
    padding: 10px 0 0;
  }
  .ad-web__item {
    margin: 25px 0 0;
  }
  .ad-web__item__copy {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 24px 0 0;
  }
  .ad-web__item__title {
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 1.1;
    margin: 0 0 30px;
  }
  .ad-web__item__text {
    line-height: 1.8;
    margin: 0 0 20px;
    text-align: left;
  }
  .ad-web__item--graph {
    margin: 35px 0 0;
    padding: 40px 20px 30px;
  }
  .ad-web__item__note {
    line-height: 1.2;
    margin-left: 1em;
    padding: 0 15px;
    text-indent: -1em;
  }
  .ad-web__item__note + p {
    margin-left: 1em;
    margin-top: 5px;
  }
  .ad-act__list {
    margin: 15px 0 0;
    padding: 0 9.09090909%;
  }
  .ad-act__list li a {
    display: block;
    padding: 30px 0;
  }
  .ad-act__image {
    text-align: center;
    width: 100%;
  }
  .ad-act__desc {
    letter-spacing: 0;
    line-height: 1.8;
    margin: 24px 0 0;
    width: 100%;
  }
  .ad-act__desc h4 {
    font-size: 1.5rem;
    line-height: 1.0;
    margin: 0 0 20px;
  }
  .ad-csr__note {
    margin: 5px 4.5454545% 0;
  }
  .ad-csr__link {
    margin: 30px 0 0;
  }
  .pl {
    padding: 0 0 40px;
  }
  .pl-header__desc {
    padding-bottom: 50px;
  }
  .pl-header__headline {
    margin: 0 0 -1px;
  }
  .pl-header__headline img {
    height: auto;
    width: 81.2%;
  }
  .pl-sec + .pl-sec {
    margin-top: 85px;
  }
  .pl-sec__headline {
    font-size: 1.6rem;
  }
  .pl-career__flow {
    margin: 25px 0 0;
  }
  .pl-career__flow dl {
    margin: 0;
  }
  .pl-career__flow__box dl dd {
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1.5;
    margin: 13px 0 0;
  }
  .pl-career__flow__box dl dd ul li {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .pl-career__flow__title {
    margin: 8px 0 5px;
  }
  .pl-training__lead {
    line-height: 1.9;
    margin: 17px 12.5px 0;
    text-align: left;
  }
  .pl-training__item--desc {
    padding: 30px 25px 30px;
  }
  .pl-training__item dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pl-training__item dl + dl {
    margin: 10px 0 0;
  }
  .pl-training__item dl dt {
    font-size: 1.3rem;
    width: 40px;
  }
  .pl-training__item dl dd {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .pl-training__item__headline {
    font-size: 1.6rem;
  }
  .pl-training__item__headline > span {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  .pl-training__ssc {
    margin: 40px 0 0;
  }
  .bf {
    padding-bottom: 60px;
  }
  .bf-header__desc {
    padding-bottom: 65px;
  }
  .bf-sec__headline {
    font-size: 1.9rem;
  }
  .bf-sec__text {
    line-height: 1.9;
    margin: 25px 17.5px 0;
    text-align: left;
  }
  .bf-sec__text + .bf-sec__text {
    margin: 25px 17.5px 0;
  }
  .bf-sec .c-t-lead {
    letter-spacing: 0;
    line-height: 1.9;
    margin: 24px 12.5px 0;
    text-align: left;
  }
  .bf-sec__box {
    padding: 10px;
  }
  .bf-sec__box + .bf-sec__box {
    padding-top: 50px;
  }
  .bf-sec__box__clm2 {
    -webkit-box-sizing: border-box;
    -ms-flex-direction: column;
    box-sizing: border-box;
    flex-direction: column;
    margin: 25px 0 0;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
  .bf-sec__box__clm2 > li {
    width: 100%;
  }
  .bf-sec__box__clm2 > li figcaption {
    font-size: 1.2rem;
  }
  .bf-sec__box__clm2 > li + li {
    margin-top: 15px;
  }
  .bf-sec__box__clm2 p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .bf-employee {
    margin: 31.2vw 0 0;
    padding-top: 26.666666vw;
  }
  .bf-employee__image {
    margin: 0 7.142857142%;
    top: -20vw;
  }
  .bf-women {
    padding-top: 26.666666vw;
  }
  .bf-women .bf-sec__box__clm2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .bf-women .bf-sec__box__clm2 p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.9;
    padding: 0 17.5px;
  }
  .bf-women__image {
    margin: 0 7.142857142%;
    top: -20vw;
  }
  .bf-women__graph {
    margin: 25px 0 0;
    width: 100%;
  }
  .bf-women__table {
    margin: 25px 0 0;
    width: 100%;
  }
  .bf-women__table th {
    font-size: 1.0rem;
    height: 35px;
  }
  .bf-women__table th:first-child {
    width: 84px;
  }
  .bf-women__table td {
    font-size: 1.5rem;
    height: 52.5px;
    width: 121px;
  }
  .bf-women__table td span {
    font-size: 2.4rem;
  }
  .bf-woman__icn::before {
    font-size: 1.0rem;
    height: 29px;
    left: -35px;
    line-height: 29px;
    padding: 0 2px 0 0;
    top: -6px;
    width: 31.5px;
  }
  .bf-child dl {
    padding: 18px 0;
  }
  .bf-child dl:nth-child(2) {
    border-top: none;
  }
  .bf-child dl dt {
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 1.1;
    margin: 0 0 8px;
  }
  .bf-child dl dd {
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1.5;
  }
  .bf-child__text {
    margin-top: 15px;
  }
  .bf-child__box {
    margin: 30px 0 0;
    padding: 40px 22.5px;
  }
  .bf-child__box__headline {
    font-size: 1.6rem;
    letter-spacing: .2em;
    margin: 0 0 28px;
  }
  .bf-child .bf-child__fig {
    margin: 20px 3.508771929% 0;
  }
  .bf-child .bf-child__fig__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bf-child .bf-child__fig dl + dl {
    margin: 0;
  }
  .bf-child .bf-child__fig__note {
    font-size: 1.0rem;
  }
  .bf-child .bf-child__fig__item dt {
    font-size: 3.73333333vw;
    line-height: 1.2;
    margin: 0 0 5px;
  }
  .bf-child .bf-child__fig__item dd img {
    width: 25.46666666vw;
  }
  .bf-child .bf-child__fig__item dd p {
    bottom: 20px;
  }
  .bf-child .bf-child__fig__item dd strong {
    font-size: 6.9333333vw;
  }
  .bf-child .bf-child__fig__item dd span {
    font-size: 4.533333vw;
  }
  .bf-child__link {
    margin: 20px 0;
  }
  .bf-career {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  .bf-benefit__wrap {
    margin: 30px 0 0;
  }
  .bf-benefit__list {
    padding: 20px 22.5px 35px;
  }
  .bf-benefit__list dl {
    display: block;
    padding: 18px 0;
  }
  .bf-benefit__list dl dt {
    font-size: 1.5rem;
    letter-spacing: .2em;
    line-height: 1.1;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
  }
  .bf-benefit__list dl dd {
    line-height: 1.4;
  }
  .bf-benefit__list__text {
    letter-spacing: .1em;
    line-height: 1.4;
    margin: 20px 0 0;
    text-align: left;
  }
  .bf-benefit__list__cap {
    font-size: 1.1rem;
    letter-spacing: .2em;
    line-height: 1.7;
    text-align: left;
  }
}

@media only screen and (min-width: 993px) {
  .st-l-pages {
    margin: 0 8.33333333%;
  }
  .st-header {
    padding: 40px 8.33333333% 30px 4%;
  }
  .st-header__menu {
    display: block;
  }
  .st-gnav {
    display: block;
    width: 100%;
  }
  .st-footer__logo {
    margin-top: -8px;
    width: 27.333333%;
  }
  .st-footer__conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 81.25%;
  }
  .st-footer__link {
    margin: 0 0 0 3.75%;
    width: 120px;
  }
  .c-link a {
    font-size: 1.4rem;
    padding: 0 80px 0 0;
  }
  .c-link .c-link__bd {
    width: 60px;
  }
  .home-news {
    padding: 0 8.333333%;
  }
  .home-news__link a {
    padding: 0 4vw 0 0;
  }
  .home-news__link .c-link__bd {
    width: 3.5vw;
  }
  .home-pj__link a {
    padding: 0 220px 0 0;
  }
  .home-pj__link .c-link__bd {
    width: 200px;
  }
  .home-about__list li a {
    font-size: 1.4rem;
  }
  .home-info__list li._benefits .home-info__desc {
    min-width: 400px;
  }
  .home-info__desc {
    font-size: 1.025641025vw;
    padding: 60px 7.017543859%;
  }
  .home-info__desc__bottom .c-link span {
    padding: 0 70px 0 0;
  }
  .home-info__desc__bottom .c-link .c-link__bd {
    padding: 0;
  }
  .home-ig__link a {
    padding: 0 130px 0 0;
  }
  .home-ig__link .c-link__bd {
    width: 120px;
  }
  .pj-links__desc__link > span {
    font-size: .897435897vw;
    padding: 0 9.615384615vw 0 0;
  }
  .pj-links__desc__link .c-link__bd {
    width: 8.974358974vw;
  }
  .story-sec__desc {
    font-size: .89743589vw;
  }
  .story-sec__headline {
    font-size: 1.73076923vw;
  }
  .story-other__desc__inner {
    padding: 10px 5% 15px;
  }
  .story-other__link a {
    padding: 0 220px 0 0;
  }
  .story-other__link .c-link__bd {
    width: 200px;
  }
  .ad-act__list li a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .ad-act__list li a:hover {
    opacity: .7;
  }
}

@media only screen and (min-width: 1560px) {
  .st-l-pages {
    margin: 0 130px;
  }
  .st-header {
    padding: 40px 130px 30px 60px;
  }
  .st-hbnav__sub-list li a {
    font-size: 1.4rem;
  }
  .st-hbnav__sub-list__child li a {
    font-size: 1.3rem;
  }
  .c-l-conts {
    padding: 0 130px;
  }
  
  .home-news {
    padding: 0 130px;
  }
  .home-info__desc {
    font-size: 1.6rem;
  }
  .home-info__desc__bottom .c-link {
    font-size: 1.4rem;
  }
  .pj-links__desc__link > span {
    font-size: 1.4rem;
    padding: 0 150px 0 0;
  }
  .pj-links__desc__link .c-link__bd {
    width: 140px;
  }
  .pj-member__desc {
    font-size: 1.3rem;
  }
  .pj-member__desc__title {
    font-size: 1.2rem;
    font-weight: 300;
  }
  .pj-member__desc__name {
    font-size: 1.6rem;
  }
  .story-header__desc {
    width: 1040px;
  }
  .story-sec__desc {
    font-size: 1.4rem;
  }
  .story-sec__headline {
    font-size: 2.7rem;
  }
  .story-other__desc__text {
    font-size: 1.4rem;
  }
  .ad-nav__list li a {
    font-size: 1.4rem;
  }
  .ad-nav__list li .ad-nav__num {
    font-size: 2.4rem;
  }
  .bf-child .bf-child__fig__item dt {
    font-size: 2.0rem;
  }
}

@media only screen and (min-width: 1300px) {
  .st-header__menu > li a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .st-header__menu > li a:hover {
    opacity: .7;
  }
  .st-gnav__sub__list li a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .st-gnav__sub__list li a:hover {
    opacity: .7;
  }
  .st-hbnav a {
    -webkit-transition: opacity .3s;
    display: block;
    transition: opacity .3s;
  }
  .st-hbnav a:hover {
    opacity: .7;
  }
  .st-footer a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .st-footer a:hover {
    opacity: .7;
  }
  .st-footer__pagetop a {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .st-footer__pagetop a:hover {
    -webkit-transform: translateY(-10px);
    opacity: 1;
    transform: translateY(-10px);
  }
  .st-footer__pagetop a:hover span::before {
    -webkit-animation: pageTop .6s forwards;
    animation: pageTop .6s forwards;
  }
  .st-footer__top {
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .st-footer__conts {
    margin: 0;
    width: 66.66666666%;
  }
  .home-news__link a {
    font-size: 1.4rem;
    padding: 0 80px 0 0;
  }
  .home-news__link .c-link__bd {
    width: 70px;
  }
}

@media only screen and (max-width: 359px) {
  .c-h-pages {
    font-size: 1.5rem;
  }
  .home-news__list dl dt {
    font-size: 1.1rem;
  }
  .home-news__list dl dd {
    font-size: 1.1rem;
  }
  .pj-links__desc {
    font-size: 1.1rem;
  }
  .pj-links__desc__title {
    font-size: 1.1rem;
  }
  .pj-member__desc__name {
    font-size: 1.3rem;
  }
  .pj-modal__project__desc {
    font-size: 1.1rem;
  }
  .career-nav li a {
    font-size: 1.3rem;
  }
  .freshers-req .c-t-lead {
    font-size: 1.5rem;
  }
  .freshers-req__list dl dt {
    font-size: 1.3rem;
  }
  .freshers-req__list dl dd {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .ad-categ__field__item dt {
    font-size: 1.3rem;
  }
  .pl-training__item__headline {
    font-size: 1.5rem;
  }
  .pl-training__flow__lead {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 769px) {
  .c-link a {
    -webkit-transition: left .4s;
    transition: left .4s;
  }
  .c-link a:hover {
    left: 10px;
  }
  .c-link a:hover .c-link__bd::after {
    -webkit-animation: hoverBorder .6s forwards;
    animation: hoverBorder .6s forwards;
  }
  .c-hover-txt {
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
  .c-hover-txt::after {
    -webkit-transform: translateX(-100%);
    background: #221716;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    width: 100%;
  }
  .c-hover-txt:hover::after {
    -webkit-animation: hoverText .5s forwards;
    animation: hoverText .5s forwards;
  }
  .home-about__menu a {
    line-height: 1.0;
    text-align: center;
  }
  .home-about__menu a span {
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
  .home-about__menu a span::before {
    -webkit-transform: translateX(-100%);
    background: #221716;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    width: 100%;
  }
  .home-about__menu a:hover span::before {
    -webkit-animation: hoverText .5s forwards;
    animation: hoverText .5s forwards;
  }
  .home-info__list li a span {
    -webkit-transition: left 5s;
    transition: left 5s;
  }
  .home-info__list li a:hover span {
    left: 10px;
  }
  .home-info__list li a:hover span::after {
    -webkit-animation: hoverBorder .6s forwards;
    animation: hoverBorder .6s forwards;
  }
  .home-info__list li a:hover .c-link__bd {
    left: auto;
  }
  .pj-links__list li a:hover .pj-links__image::before {
    opacity: 1;
  }
  .pj-links__list li a:hover .pj-links__desc__link > span {
    left: 10px;
  }
  .pj-links__list li a:hover .pj-links__desc__link .c-link__bd::after {
    -webkit-animation: hoverBorder .6s forwards;
    animation: hoverBorder .6s forwards;
  }
  .pj-modal__project a {
    -webkit-transition: opacity .3s;
    display: block;
    transition: opacity .3s;
  }
  .pj-modal__project a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    -webkit-box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, .6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media only screen and (max-width: 992px) {
  .ad-nav {
    margin: 0 3.4666666%;
    width: auto;
  }
  .ad-nav__list {
    display: block;
  }
  .ad-nav__list li {
    width: 100%;
  }
  .ad-nav__list li + li {
    margin: 12.5px 0 0;
  }
  .ad-nav__list li:nth-of-type(1) {
    margin: 0;
  }
  .ad-nav__list li:nth-of-type(3) {
    margin: 12.5px 0 0;
  }
  .ad-nav__list li a {
    font-size: 1.3rem;
    padding: 5.5px 0;
  }
  .ad-nav__list li .ad-nav__num {
    font-size: 2.4rem;
    margin: 0;
    width: 49px;
  }
  .ad-nav__list li .ad-nav__text {
    width: 100%;
  }
  .ad-categ__field {
    margin: 25px 0 0;
    padding: 15px 3.7878787% 3px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ad-categ__field__item {
    margin: 0 0 20px;
    width: 45.901639344%;
  }
  .ad-ovs__text {
    padding: 35px 0;
  }
  .ad-sec__lead + .ad-ovs__text {
    margin-top: 22px;
  }
  .ad-ovs__item {
    line-height: 1.8;
    margin: 28px 0 0;
    padding: 20px 9.6969696% 32px;
  }
  .ad-ovs__item__lead {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    margin: 0 0 20px;
    text-align: left;
  }
  .ad-ovs__item--head .ad-ovs__item__images {
    margin: 0 0 26px;
  }
  .ad-csr__wrap {
    margin: 20px 0 0;
    padding: 38px 15px 35px;
  }
  .ad-csr__list {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 24px auto 0;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
  .ad-csr__list > li:nth-of-type(3) .ad-csr__list__sign2 {
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .ad-csr__list > li {
    width: 100%;
  }
  .ad-csr__list > li + li {
    margin-top: 52px;
  }
  .ad-csr__list__ttl {
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 1.4;
  }
  .ad-csr__list__head {
    font-size: 1.6rem;
    width: 100%;
  }
  .ad-csr__list__sign2 {
    margin: 31px 0 0 0;
    width: 97%;
  }
  .ad-csr__list__sign2 img.for-pc {
    display: none;
  }
  .ad-csr__list__sign2 img.for-sp {
    display: block;
  }
  .ad-csr__list__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 11px 0 0 0;
  }
  .ad-csr__table {
    max-width: calc((100vw - 75px) * 3);
    width: 840px;
  }
  .ad-csr__table-wrap {
    overflow: auto;
    width: 100%;
  }
  .ad-csr__table tbody tr td:nth-child(1) {
    width: calc((100vw - 75px) - 30px);
  }
  .ad-csr__table tbody tr td:nth-child(2),.ad-csr__table tbody tr td:nth-child(3) {
    width: calc((100vw - 75px));
  }
  .pl-career__flow__item + li {
    margin: 25px 0 0;
  }
  .pl-career__flow__item > dl > dt {
    font-size: 1.6rem;
    height: 30px;
    line-height: 30px;
    width: 100%;
  }
  .pl-career__flow__item > dl > dd {
    padding: 0;
  }
  .pl-career__flow__item > dl > dd > p {
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1.5;
  }
  .pl-career__flow__item:nth-child(1),.pl-career__flow__item:nth-child(2) {
    background: #fff;
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
  }
  .pl-career__flow__item:nth-of-type(1)::after {
    background: #000;
    bottom: -700px;
    content: '';
    display: block;
    height: 700px;
    position: absolute;
    right: 22px;
    width: 4px;
  }
  .pl-career__flow__item:nth-child(2) > dl {
    margin-bottom: 0;
    margin-top: 18px;
  }
  .pl-career__flow__item:nth-child(2) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 0 7.389231744% 20px;
    width: 85.714285714%;
  }
  .pl-career__flow__item:nth-child(2) > p {
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1.5;
    padding: 0;
  }
  .pl-career__flow__item:nth-child(2)::before {
    height: 10px;
    top: -26px;
  }
  .pl-career__flow__item:nth-child(2)::after {
    top: -16px;
  }
  .pl-career__flow__item:last-child {
    display: block;
  }
  .pl-career__flow__box {
    margin: 0 0 25px;
    width: 100%;
  }
  .pl-career__flow__box dl {
    margin: 0;
    padding: 18px 7.183908045% 20px;
  }
  .pl-career__flow__box dl::before {
    bottom: calc(100% + 20px);
    height: 400%;
    left: auto;
    right: 22px;
    top: auto;
  }
  .pl-career__flow__box dl::after {
    left: auto;
    right: 16px;
    top: -20px;
  }
  .pl-career__flow__box dl dt {
    font-size: 1.6rem;
    font-size: 1.4rem;
    height: 25px;
    line-height: 25px;
  }
  .pl-career__flow__box:first-child {
    display: block;
    position: relative;
    width: 85.714285714%;
  }
  .pl-career__flow__box:first-child::before {
    background: #221716;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -26px;
    width: 4px;
  }
  .pl-career__flow__box:first-child::after {
    border-color: #221716 transparent transparent transparent;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -16px;
    width: 0;
  }
  .pl-career__flow__box:first-child dl {
    margin: 0;
    padding: 20px 0 20px;
    width: 100%;
  }
  .pl-career__flow__box:first-child dl::before,.pl-career__flow__box:first-child dl::after {
    display: none;
  }
  .pl-career__flow__box:first-child dl:nth-of-type(1),.pl-career__flow__box:first-child dl:nth-of-type(2) {
    border-right: 1px solid #000;
    margin: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .pl-career__flow__box:first-child dl:nth-of-type(1) {
    border-bottom: none;
    border-right: 1px solid #000;
    margin-bottom: 0;
    padding: 60px 7.389231744% 20px;
    position: relative;
  }
  .pl-career__flow__box:first-child dl:nth-of-type(1)::after {
    -webkit-box-sizing: border-box;
    border-style: dotted;
    border-width: 1px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: inherit;
    width: calc(100% - 7.389231744% - 7.389231744%);
  }
  .pl-career__flow__box:first-child dl:nth-of-type(1)::before {
    background: none;
    border-color: transparent transparent #221716 transparent;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    bottom: 4px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: inherit;
    width: 0;
  }
  .pl-career__flow__box:first-child dl:nth-of-type(2)::after {
    -webkit-transform: inherit;
    transform: inherit;
  }
  .pl-career__flow__box:first-child dl:nth-of-type(2) {
    border-left: 1px solid #000;
    border-top: none;
    padding: 60px 7.389231744% 20px;
  }
  .pl-career__flow__box:first-child dl:nth-of-type(2)::before {
    background: #221716;
    content: none;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 16px;
    width: 4px;
  }
  .pl-career__flow__box:first-child dl:nth-of-type(2)::after {
    border-color: #221716 transparent transparent transparent;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    content: none;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 1px;
    width: 0;
  }
  .pl-career__flow__box:first-child dl:nth-of-type(3) {
    width: 85.714285714%;
  }
  .pl-career__flow__box:first-child dl + dl {
    border-left: none;
    border-top: solid 1px #d8d8d8;
  }
  .pl-career__flow__box:nth-of-type(2)::before {
    -webkit-transform: inherit;
    transform: inherit;
  }
  .pl-career__flow__box:nth-of-type(2) {
    width: 85.714285714%;
  }
  .pl-career__flow__box:nth-of-type(2)::before {
    background: #221716;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -26px;
    width: 4px;
  }
  .pl-career__flow__box:nth-of-type(2)::after {
    border-color: #221716 transparent transparent transparent;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -11px;
    width: 0;
  }
  .pl-career__flow__box:nth-of-type(2) > dl > dt {
    font-size: 1.6rem;
    height: 30px;
    line-height: 30px;
    width: 100%;
  }
  .pl-career__flow__box:nth-of-type(2) > dl::before {
    background: #221716;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -11px;
    width: 4px;
  }
  .pl-career__flow__box:nth-of-type(2) > dl::after {
    border-color: transparent transparent #221716 transparent;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -30px;
    width: 0;
  }
  .pl-career__flow__box:nth-of-type(3) dl > dt {
    font-size: 1.6rem;
    height: 30px;
    line-height: 30px;
    width: 100%;
  }
  .pl-career__flow__box--ex {
    font-size: 1.6rem;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: 0 auto !important;
    right: 0;
    top: 20px;
    width: calc(100% - 7.389231744% - 7.389231744%);
  }
  .pl-career__flow__box--ex.for-pc {
    display: none;
  }
  .pl-career__flow__box--ex.for-sp {
    display: block;
  }
  .pl-career__flow__fbox ul {
    width: 50%;
  }
  .pl-career__flow__fbox ul:first-child {
    margin: 0;
    width: 50%;
  }
  .pl-training__flow {
    margin: 30px 0 0 !important;
    padding: 10px !important;
  }
  .pl-training__flow__ex {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    margin-top: 0 !important;
    padding: 0 0 20px !important;
  }
  .pl-training__list {
    display: block;
    margin: 0;
    padding: 0 0 25px;
  }
  .pl-training__item {
    margin: 0;
    width: 100%;
  }
  .pl-training__item + li {
    margin: 10px 0 0;
  }
  .pl-training__item._item01 {
    width: 100%;
  }
  .pl-training__item._item03 {
    margin-top: 10px;
    width: 100%;
  }
  .pl-training__item._item06 {
    margin-top: 10px;
  }
  .pl-training__item._item07 {
    margin-top: 10px;
  }
  .pl-training__item__headline {
    display: block;
    min-height: inherit;
  }
  .pl-training__flow__lead {
    margin: 5px 0 0;
  }
  .pl-training__dl dt {
    font-size: 1.5rem;
    height: 45px;
  }
  .pl-training__dl dd {
    letter-spacing: 0;
    line-height: 1.8;
    padding: 30px;
  }
  .pl-training__ssc__list {
    display: block;
    margin: 0 0 15px;
  }
  .pl-training__ssc__list li {
    font-size: 1.0rem;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    width: 100%;
  }
  .pl-training__ssc__list li + li {
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 360px) {
  .home-about__menu a {
    font-size: 1.4rem;
  }
  .home-about__menu span {
    letter-spacing: 0;
  }
  .home-about__list li a {
    font-size: 1.4rem;
  }
  .pj-member__desc {
    font-size: 1.2rem;
  }
  .story-other__desc__text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 2000px) {
  .home-pj__desc__inner {
    padding: 0 25px;
  }
  .home-pj__desc__num {
    margin: 4px 15px 0 0;
    width: 50px;
  }
  .home-pj__desc__text {
    font-size: 1.8rem;
  }
  .home-pj__desc__title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .pj-links__list li a.c-link--disabled .pj-links__desc::after {
    font-size: 1.0rem;
  }
}

@media (max-width: 900px) {
  .mfp-container {
    padding: 0;
  }
  .mfp-arrow {
    -webkit-transform: scale(1);
    height: 18px;
    top: 64vw;
    transform: scale(1);
    width: 10px;
  }
  .mfp-arrow:active {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .mfp-container {
    height: 100vh;
    padding: 0 6%;
    width: 100%;
  }
}

@media only screen and (min-width: 360px) and (max-width: 992px) {
  .pl-training__flow__lead {
    font-size: 1.5rem;
  }
}
