/* ==========================================================================// */
/* */
/* [共通スタイル] */
/* */
/* 各ページのスタイルを定義する上で利用する共通スタイルをここにインポートする。 */
/* */
/* @author Koichi Nagaoka */
/* */
/* ==========================================================================// */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* ==========================================================================// */
/* */
/* [Atoms - COLORS] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
/* white */
/* black */
/* pink */
/* green */
/* Grayscale colors */
/* Text colors */
/* Border colors */
/* ==========================================================================// */
/* */
/* [Atoms - Fonts] */
/* */
/* @author Koichi Nagaoka */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
/* ==========================================================================// */
/* */
/* [Atoms - Breakpoints] */
/* */
/* @author Koichi Nagaoka */
/* */
/* ==========================================================================// */
/* SPのブレイクポイント */
/* PCのコンテンツ最大幅 */
/* PCのテキスト最大幅 */
/* ベースリンクホバー値 */
/* ベース行間サイズ */
/* ヘッダメニュー高さ (PC) */
/* ヘッダメニュー高さ (SP) */
/* ==========================================================================// */
/* */
/* [Atoms - TRANSITIONS] */
/* */
/* @author Koichi Nagaoka */
/* */
/* ==========================================================================// */
/* 三次曲線easeOut */
/* テキストリンクのホバー */
/* 開閉メニューの開閉スピード */
/* フェードボックスとリスト要素の定義 */
.js-fadeBox, .js-fadeListElement {
  opacity: 0;
  -webkit-transform: translate(0, 64px);
      -ms-transform: translate(0, 64px);
          transform: translate(0, 64px);
  -webkit-transition: opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* フェードインさせる要素に対して付与するクラス */
.js-fadeInUp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* ==========================================================================// */
/* */
/* [mixinの定義] */
/* */
/* @author Koichi Nagaoka */
/* */
/* ==========================================================================// */
/*------------------------------- */
/* SP表示ブロック */
/*------------------------------- */
/*------------------------------- */
/* PC表示ブロックの最大幅 */
/*------------------------------- */
/*------------------------------- */
/* PC表示ブロックの最小幅 */
/*------------------------------- */
/*------------------------------- */
/* フォントサイズ指定 */
/* */
/* pxとremの指定を書き出す。 */
/* ※一部のAndroid端末でremをサポートしていないため */
/* */
/* @param size ピクセル時のフォントサイズ (単位不要) */
/*------------------------------- */
/* stylelint-disable */
/* stylelint-enable */
/*------------------------------- */
/* テキスト外だし */
/*------------------------------- */
/*------------------------------- */
/* 画像の縦横比を計算 */
/*------------------------------- */
/* ==========================================================================// */
/* */
/* [Default styles] */
/* */
/* Declarations style of element. */
/* Prohibits declaring element type styles other than this file. */
/* */
/* @author Koichi Nagaoka */
/* */
/* ==========================================================================// */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: 'Noto Sans JP',sans-serif;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans JP',sans-serif;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print {
  body {
    overflow: visible !important; /* stylelint-disable-line declaration-no-important */
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
}
p {
  margin: 0;
}
ol, ul, dl {
  margin: 0;
  padding: 0;
  font-size: 0;
}
dl, dd, dt {
  margin: 0;
}
li {
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
}
dd, dt {
  font-size: 14px;
  font-size: 1.4rem;
}
small {
  font-size: 100%;
}
em {
  font-style: normal;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  outline: none;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
/* hr と legend は normalize.css にて content-box 指定となっているので除外 */
*:not(hr):not(legend) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
  outline: none !important; /* stylelint-disable-line declaration-no-important */
}
button {
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border-style: none;
  background-color: transparent;
  outline: none;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  text-indent: 0.01px;
  -o-text-overflow: '';
     text-overflow: '';
}
select::-ms-expand {
  display: none;
}
figure {
  margin: 0;
  padding: 0;
}
blockquote, q {
  margin: 0;
}
/* ==========================================================================// */
/* */
/* [Styles of styleguide] */
/* */
/* @author Koichi Nagaoka */
/* */
/* ==========================================================================// */
.styleguide__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 16px;
}
.styleguide__container--grayscale001 {
      background-color: #f6f6f6;
}
.styleguide__container--scrollX {
      overflow-x: scroll;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
/* ==========================================================================// */
/* */
/* [atoms - button] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
/* 共通ボタン */
.button {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .button {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.button--pink {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .button--pink {
    width: 140px;
  }
}
.button--pink:hover {
  border: 1px solid #ee5ba0;
  background-color: #ee5ba0;
  color: #fff;
}
/* ==========================================================================// */
/* */
/* [atoms - text] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.arrow-left, .pager-article__next-link, .pager__arrow--prev {
  display: block;
  position: relative;
  height: 100%;
}
.arrow-left::before, .pager-article__next-link::before, .pager__arrow--prev::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 11px;
  background-image: url('../img/sprite.@2x.png?161221e659b&1619e0d107b');
  background-position: -299px -177.5px;
  background-size: 328px 259px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}
.arrow-right, .pager-article__prev-link, .pager__arrow--next {
  display: block;
  position: relative;
  height: 100%;
}
.arrow-right::before, .pager-article__prev-link::before, .pager__arrow--next::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 11px;
  background-image: url('../img/sprite.@2x.png?161221e659b&1619e0d107b');
  background-position: -276px -177.5px;
  background-size: 328px 259px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}
/* ==========================================================================// */
/* */
/* [atoms - text] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.middle-text, .text-area, .table__title, .table__content, .interview__info__text, .message__content-text, .service__content-list, .vision__content-text p, .vision__message-text p, .vision__profile-name, .vision__e-value__item-list {
  line-height: 2;
}
.small-text, .vision__profile-name span, .vision__profile-career {
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
}
.text-area {
  margin-top: 16px;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
/* SP切り替え時の改行 */
.newline__sp {
    display: none;
}
@media only screen and (max-width: 768px) {
  .newline__sp {
    display: block;
  }
}
.newline__pc {
    display: none;
}
@media only screen and (max-width: 768px) {
  .newline__pc {
    display: block;
  }
}
/* ==========================================================================// */
/* */
/* [atoms - button] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.title {
  font-family: 'Montserrat',sans-serif;
  text-align: center;
  font-weight: bold;
}
.title span {
    display: block;
    margin-top: 8px;
    font-weight: normal;
}
.title--main {
    padding: 72px 0;
    font-size: 30px;
    font-size: 3rem;
}
.title--main span {
      font-size: 12px;
      font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .title--main {
    padding: 48px 0;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .title--main span {
        font-size: 14px;
        font-size: 1.4rem;
  }
}
.title--left {
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
}
.title--left span {
      font-size: 10px;
      font-size: 1rem;
}
.title--sub {
    padding: 72px 0;
    font-size: 30px;
    font-size: 3rem;
}
.title--sub span {
      font-size: 12px;
      font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .title--sub {
    padding: 64px 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .title--sub span {
        font-size: 14px;
        font-size: 1.4rem;
  }
}
.title--content {
    font-size: 26px;
    font-size: 2.6rem;
}
.title--content span {
      font-size: 12px;
      font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .title--content {
    padding: 64px 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .title--content span {
        font-size: 14px;
        font-size: 1.4rem;
  }
}
.small-title {
  font-family: 'Montserrat',sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.small-title span {
    display: block;
    margin-top: 8px;
    font-weight: normal;
    font-size: 10px;
    font-size: 1rem;
}
.catch-copy {
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .catch-copy {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.catch-copy--left {
    text-align: left;
}
.catch-copy small {
    margin-top: 10px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .catch-copy small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ==========================================================================// */
/* */
/* [molecules - breadcrumbs] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.breadcrumbs {
  width: 100%;
  overflow: hidden;
}
.breadcrumbs__inner {
    width: 90%;
    max-width: 904px;
    margin: 0 auto -76px;
    padding: 24px 0 100px;
    line-height: 1.6;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs__item {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
}
.breadcrumbs__item + .breadcrumbs__item {
      padding-left: 20px;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
}
.breadcrumbs__link {
    display: inline-block;
    color: #757575;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
/* ==========================================================================// */
/* */
/* [molecules - icon-list] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.icon {
  width: 100%;
}
.icon__wrapper {
    padding: 0 0 26px;
}
@media only screen and (max-width: 768px) {
  .icon__wrapper {
    text-align: center;
  }
}
.icon__item {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
}
.icon__item--eplus {
      width: 104px;
      height: 26px;
      background-image: url('../img/sprite.@2x.png?160eba4ac9a&1619e0d107b');
      background-position: -114px -72px;
      background-size: 328px 259px;
}
.icon__item--living-room {
      width: 104px;
      height: 26px;
      background-image: url('../img/sprite.@2x.png?160eba4ac9b&1619e0d107b');
      background-position: 0 0;
      background-size: 328px 259px;
}
.icon__item--spice {
      width: 104px;
      height: 26px;
      background-image: url('../img/sprite.@2x.png?160eba4ac9b&1619e0d107b');
      background-position: 0 -36px;
      background-size: 328px 259px;
}
.icon__item--sumachike {
      width: 104px;
      height: 26px;
      background-image: url('../img/sprite.@2x.png?160eba4ac9c&1619e0d107b');
      background-position: 0 -72px;
      background-size: 328px 259px;
}
.icon__item--chirashi-stage {
      width: 104px;
      height: 26px;
      background-image: url('../img/sprite.@2x.png?160eba4ac99&1619e0d107b');
      background-position: -114px -36px;
      background-size: 328px 259px;
}
.icon__item--chirashi-museum {
      width: 104px;
      height: 26px;
      background-image: url('../img/sprite.@2x.png?160eba4ac9a&1619e0d107b');
      background-position: -114px 0;
      background-size: 328px 259px;
}
/* ==========================================================================// */
/* */
/* [molecules - main-visual] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.main-visual {
  position: relative;
  width: 100%;
}
.main-visual::after {
  content: '';
  display: block;
  width: 100%;
  height: 362px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .main-visual::after {
    height: 200px;
  }
}
.main-visual {/* &--top &__image
    position: absolute
    left: 0
    top: 0
    z-index: 1
    display: block
    width: 100%
    height: 100vh
    background-position: center
    background-size: cover
    background-repeat: no-repeat
    background-image: url('../img/top/main_top.jpg')
    @mixin display_sp
      background-image: url('../img/top/main_top.jpg')
    &::before
      content: ''
      display: block
      position: absolute
      z-index: 2
      left: 0
      top: 0
      right: 0
      bottom: 0
      opacity: 0
      background-position: center
      background-size: cover
      background-repeat: no-repeat
      background-image: url('../img/top/main_top_blur.jpg')
      @mixin display_sp
        background-image: url('../img/top/main_top_blur.jpg')
    &::after
      content: ''
      display: block
      position: absolute
      z-index: 3
      left: 0
      top: 0
      right: 0
      bottom: 0
      opacity: 0
      background: #000
    @for $i from 0 through 100
      &[data-blur="$i"]::before
        opacity: calc($i/100)
      &[data-opacity="$i"]::after
        opacity: calc($i/100)
  &--top::after
    display: none */
}
/* トップ */
.main-visual--top {
    overflow: hidden;
    height: 100vh;
}
.main-visual--top img {
      width: 100%;
      height: 100vh;
}
/* 会社概要 */
.main-visual--company::after {
    background-image: url('../img/company/main_company.jpg');
}
@media only screen and (max-width: 768px) {
  .main-visual--company::after {
    background-image: url('../img/company/main_company_sp.jpg');
  }
}
/* 沿革 */
.main-visual--history::after {
    background-image: url('../img/history/main_history.jpg');
}
@media only screen and (max-width: 768px) {
  .main-visual--history::after {
    background-image: url('../img/history/main_history_sp.jpg');
  }
}
/* 企業理念 */
.main-visual--vision::after {
    background-image: url('../img/vision/main_our_vision.jpg');
}
@media only screen and (max-width: 768px) {
  .main-visual--vision::after {
    background-image: url('../img/vision/main_our_vision_sp.jpg');
  }
}
/* 事業内容 */
.main-visual--service::after {
    background-image: url('../img/service/main_our_service.jpg');
}
@media only screen and (max-width: 768px) {
  .main-visual--service::after {
    background-image: url('../img/service/main_our_service.jpg');
  }
}
/* プレスリリース */
.main-visual--p-release::after {
    background-image: url('../img/p_release/main_p_release.jpg');
}
@media only screen and (max-width: 768px) {
  .main-visual--p-release::after {
    background-image: url('../img/p_release/main_p_release_sp.jpg');
  }
}
/* 採用情報 */
.main-visual--recruit::after {
    height: 100vh;
    background-image: url('../img/recruit/main_recruit.jpg');
}
@media only screen and (max-width: 768px) {
  .main-visual--recruit::after {
    height: 100vh;
    background-image: url('../img/recruit/main_recruit_sp.jpg');
  }
}
/* メッセージ */
.main-visual--message::after {
    background-image: url('../img/p_release/main_p_release.jpg');
}
@media only screen and (max-width: 768px) {
  .main-visual--message::after {
    background-image: url('../img/p_release/main_p_release_sp.jpg');
  }
}
/* 先輩社員インタビュー一覧 */
.main-visual--staff::after {
    background-image: url('../img/p_release/main_p_release.jpg');
}
@media only screen and (max-width: 768px) {
  .main-visual--staff::after {
    background-image: url('../img/p_release/main_p_release_sp.jpg');
  }
}
/* 部門・仕事 */
.main-visual--works::after {
    background-image: url('../img/works/main_works.jpg');
}
@media only screen and (max-width: 768px) {
  .main-visual--works::after {
    background-image: url('../img/works/main_works_sp.jpg');
  }
}
/* インタビューページ メインビジュアル */
.main-visual-interview {
  position: relative;
  width: 100%;
  height: auto;
}
.main-visual-interview::after {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 31.16%;
  padding-top: 30.16667%;
  content: '';
}
@media only screen and (max-width: 768px) {
  .main-visual-interview::after {
    padding-top: 68.83116883%;
    background-size: cover;
  }
}
.main-visual-interview--staff01::after {
    background-image: url('../img/recruit/interview/staff_01.jpg?160eba4acbd');
}
@media only screen and (max-width: 768px) {
  .main-visual-interview--staff01::after {
    background-image: url('../img/recruit/interview/staff_thumbnail_01.jpg?160eba4acc6');
  }
}
.main-visual-interview--staff02::after {
    background-image: url('../img/recruit/interview/staff_02.jpg?160eba4acbe');
}
@media only screen and (max-width: 768px) {
  .main-visual-interview--staff02::after {
    background-image: url('../img/recruit/interview/staff_thumbnail_02.jpg?160eba4acc6');
  }
}
.main-visual-interview--staff03::after {
    background-image: url('../img/recruit/interview/staff_03.jpg?160eba4acbf');
}
@media only screen and (max-width: 768px) {
  .main-visual-interview--staff03::after {
    background-image: url('../img/recruit/interview/staff_thumbnail_03.jpg?161221e659f');
  }
}
.main-visual-interview--staff04::after {
    background-image: url('../img/recruit/interview/staff_04.jpg?160eba4acc0');
}
@media only screen and (max-width: 768px) {
  .main-visual-interview--staff04::after {
    background-image: url('../img/recruit/interview/staff_thumbnail_04.jpg?161221e65a0');
  }
}
.main-visual-interview--staff05::after {
    background-image: url('../img/recruit/interview/staff_05.jpg?160eba4acc1');
}
@media only screen and (max-width: 768px) {
  .main-visual-interview--staff05::after {
    background-image: url('../img/recruit/interview/staff_thumbnail_05.jpg?160eba4acc8');
  }
}
.main-visual-interview--staff06::after {
    background-image: url('../img/recruit/interview/staff_06.jpg?160eba4acc2');
}
@media only screen and (max-width: 768px) {
  .main-visual-interview--staff06::after {
    background-image: url('../img/recruit/interview/staff_thumbnail_06.jpg?160eba4acc8');
  }
}
.main-visual-interview--staff07::after {
    background-image: url('../img/recruit/interview/staff_07.jpg?160eba4acc3');
}
@media only screen and (max-width: 768px) {
  .main-visual-interview--staff07::after {
    background-image: url('../img/recruit/interview/staff_thumbnail_07.jpg?160eba4acc9');
  }
}
.main-visual-interview--staff08::after {
    background-image: url('../img/recruit/interview/staff_08.jpg?160eba4acc4');
}
@media only screen and (max-width: 768px) {
  .main-visual-interview--staff08::after {
    background-image: url('../img/recruit/interview/staff_thumbnail_08.jpg?160eba4acc9');
  }
}
.main-visual-interview--staff09::after {
    background-image: url('../img/recruit/interview/staff_09.jpg?160eba4acc5');
}
@media only screen and (max-width: 768px) {
  .main-visual-interview--staff09::after {
    background-image: url('../img/recruit/interview/staff_thumbnail_09.jpg?160eba4acca');
  }
}
/* ==========================================================================// */
/* */
/* [organisms - ページ内リンク] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
/* ページ内リンク */
.page-jump {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 696px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.page-jump span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #757575;
}
@media only screen and (max-width: 768px) {
  .page-jump {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 64px;
    text-align: left;
    padding-bottom: 0;
  }
}
.page-jump--recruit {
    padding: 0 6% 30px;
}
@media only screen and (max-width: 768px) {
  .page-jump--recruit {
    padding: 0;
  }
}
.page-jump__item {
    line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page-jump__item {
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }

  .page-jump__item2 {
    width: 100%;
  }

}
.page-jump__item a {
      display: block;
}
.page-jump__item a:hover {
  opacity: 0.5;
}
.page-jump__item2 a {
      display: block;
}
.page-jump__item2 a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .page-jump__item a {
    padding: 28px 0;
  }

  .page-jump__item2 a {
    padding: 28px 0;
  }
}
/* ==========================================================================// */
/* */
/* [atoms - slider] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.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 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track::before {
  display: table;
  content: '';
}
.slick-track::after {
  display: table;
  content: '';
  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:nth-of-type(1) {
    display: block;
}
@media only screen and (max-width: 768px) {
  .slick-slide img:nth-of-type(1) {
    display: none;
  }
}
.slick-slide img:nth-of-type(2) {
    display: none;
}
@media only screen and (max-width: 768px) {
  .slick-slide img:nth-of-type(2) {
    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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ==========================================================================// */
/* */
/* [molecules - table] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
/* 定義リスト */
.table {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .table--sp-block .table__list, .table--sp-block .table__title, .table--sp-block .table__content {
        display: block;
        width: 100%;
  }
}
/* SP表示が横並びのレイアウト */
.table__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}
.table__list + .table__list {
      border-top: 1px solid #eee;
}
.table__title {
    width: 20%;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .table__title {
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.table__content {
    width: 80%;
}
@media only screen and (max-width: 768px) {
  .table__content {
    width: 75%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ==========================================================================// */
/* */
/* [organisms - コンテンツ共通パーツ] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
/* コンテンツ全体のラッパー */
.main-wrapper {
  width: 100%;
  padding-top: 72px;
}
@media only screen and (max-width: 768px) {
  .main-wrapper {
    padding-top: 50px;
  }
}
.main-wrapper--cover {
    padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .main-wrapper--cover {
    padding-top: 0;
  }
}
.main {
  width: 100%;
}
/* ==========================================================================// */
/* */
/* [organisms - footer] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.footer {
  background-color: #212121;
}
.footer__inner {
    width: 90%;
    max-width: 904px;
    margin: 0 auto;
    padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 0 32px;
  }
}
.footer__page-top {
    display: none;
}
@media only screen and (max-width: 768px) {
  .footer__page-top {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer__page-top-Button {
    display: block;
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer__content::before, .footer__content::after {
  display: table;
  clear: both;
  content: '';
}
@media only screen and (max-width: 768px) {
  .footer__content {
    padding-top: 24px;
  }
}
.footer__service-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__service {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.4px;
}
.footer__service + .footer__service {
      margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  .footer__service {}
}
.footer__service + .footer__service {
      margin-left: 56px;
}
.footer__service-title {
    display: block;
    padding: 8px 0 16px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.12);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .footer__service-title {
    padding: 0;
    border-bottom: none;
  }
}
.footer__service-link {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}
.footer__service-link:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .footer__service-link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer__sns {
    float: right;
}
@media only screen and (max-width: 768px) {
  .footer__sns {
    float: none;
    margin-top: 56px;
    text-align: center;
  }
}
.footer__sns-list {
    display: inline-block;
    margin-right: 10px;
}
.footer__sns-list:last-child {
  margin-right: 0;
}
.footer__sns-link {
    display: block;
    background-size: 100% auto;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
    content: '';
}
.footer__sns-link:hover {
  opacity: 0.5;
}
.footer__sns-link--twitter {
      width: 40px;
      height: 39px;
      background-image: url('../img/sprite.@2x.png?160eba4ac98&1619e0d107b');
      background-position: -62px -170px;
      background-size: 328px 259px;
}
.footer__sns-link--facebook {
      width: 40px;
      height: 40px;
      background-image: url('../img/sprite.@2x.png?160eba4ac97&1619e0d107b');
      background-position: -152px -219px;
      background-size: 328px 259px;
}
.footer__sns-link--instagram {
      width: 40px;
      height: 40px;
      background-image: url('../img/sprite.@2x.png?160eba4ac98&1619e0d107b');
      background-position: -202px -219px;
      background-size: 328px 259px;
}
.footer__catch {
    display: block;
    width: 100%;
    margin-top: 32px;
    padding-top: 16px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 768px) {
  .footer__catch {
    padding-top: 26px;
  }
}
.footer__copy {
    color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
    font-size: 0.8rem;
}
/* ==========================================================================// */
/* */
/* [organisms - header] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(70%, rgba(0, 0, 0, 0.01)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.01) 70%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.01) 70%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.01) 70%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 768px) {
  .header {
    background: transparent;
  }
}
.header .header__nav-link {
    color: #fff;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .header .header__nav-link {
    color: #000;
    font-weight: normal;
  }
}
.header--white {
    background: #fff;
}
.header--white .header__nav-link {
      color: #000;
      font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .header--white {
    background: #fff;
  }
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 72px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 22px 32px;
}
@media only screen and (max-width: 768px) {
  .header__inner {
    height: 50px;
    padding: 0 20px;
  }
}
/* SPメニュー開閉クラス */
.header__inner--open .header__nav {
        right: 0;
}
.header__inner--open .header__menu-bg {
        display: block;
}
/* ロゴ */
.header__logo {
    vertical-align: middle;
    width: 134px;
    height: 28px;
}
.header__logo::after {
  display: table;
  clear: both;
  content: '';
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 105.5px;
    height: 20px;
  }
}
.header__logo-link {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../img/common/logo_eplus.svg?160eba4aca0');
    /* background-size: 100% auto; */
    background-size: contain;
    background-repeat: no-repeat;
}
/* ナビ */
.header__nav {
    margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -268px;
    width: 268px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    overflow-y: auto;
    z-index: 999;
  }
}
.header__nav-list {
    margin-left: auto;
    text-align: right;
}
.header__nav-item {
    display: inline-block;
    padding: 0 20px;
    line-height: 1.2;
}
.header__nav-item:first-of-type {
  padding-left: 0;
}
.header__nav-item:last-of-type {
  padding-right: 0;
}
.header__nav-item:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .header__nav-item {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.header__nav-link {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 28px 0;
}
@media only screen and (max-width: 768px) {
  .header__nav-link {
    display: block;
    padding: 16px 24px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.header__service {
    display: none;
}
@media only screen and (max-width: 768px) {
  .header__service {
    display: block;
    margin: 24px 24px 32px;
  }
}
@media only screen and (max-width: 768px) {
  .header__service-list {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .header__service-item {
    margin-top: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .header__sns {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .header__sns-list {
    display: inline-block;
    margin-right: 10px;
  }
  .header__sns-list:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header__sns-link {
    display: block;
    background-size: 100% auto;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
    content: '';
  }
  .header__sns-link:hover {
    opacity: 0.5;
  }
  .header__sns-link--twitter {
        width: 30px;
        height: 30px;
        background-image: url('../img/sprite.@2x.png?160eba4ac99&1619e0d107b');
        background-position: -276px -74.5px;
        background-size: 328px 259px;
  }
  .header__sns-link--facebook {
        width: 30px;
        height: 30px;
        background-image: url('../img/sprite.@2x.png?160eba4ac98&1619e0d107b');
        background-position: -276px -114.5px;
        background-size: 328px 259px;
  }
  .header__sns-link--line {
        width: 30px;
        height: 30px;
        background-image: url('../img/sprite.@2x.png?160eba4ac99&1619e0d107b');
        background-position: -276px -34.5px;
        background-size: 328px 259px;
  }
}
@media only screen and (max-width: 768px) {
  .header__menu-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
  }
}
/* SPメニューボタン */
.menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    height: 50px;
    z-index: 9999;
  }
}
.menu__icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50px;
    height: 50px;
}
.menu__icon--close .menu__item {
        background: transparent;
}
.menu__icon--close .menu__item::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}
.menu__icon--close .menu__item::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: '';
}
.menu__icon--close .menu__item::before, .menu__icon--close .menu__item::after {
  margin-top: 0;
  background: #757575;
}
.menu__item {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #000;
}
.menu__item::before, .menu__item::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu__item::before {
  margin-top: -8px;
}
.menu__item::after {
  margin-top: 6px;
}
/* ==========================================================================// */
/* */
/* [organisms - header] */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.pager-article {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.pager-article__prev {
    position: absolute;
    right: 0;
}
.pager-article__next {
    position: absolute;
    left: 0;
}
.pager-article__prev-link::before {
  right: -24px;
}
.pager-article__next-link::before {
  left: -24px;
}
.pager-article__prev:hover, .pager-article__next:hover {
  opacity: 0.5;
}
.pager {
  text-align: center;
}
.pager__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pager__item {
    min-width: 24px;
    min-height: 24px;
    padding: 3px 0;
    margin: 0 4px;
    border-radius: 4px;
}
.pager__item--current {
      background-color: #ee5ba0;
      color: #fff;
}
.pager__link {
    color: #757575;
    display: block;
}
.pager__link:hover {
  opacity: 0.6;
}
.pager__arrow:hover {
  opacity: 0.6;
}
/* ==========================================================================// */
/* */
/* [会社概要] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.company {
  width: 100%;
}
.company__inner {
    width: 80%;
    max-width: 696px;
    margin: 0 auto;
    padding: 60px 0 140px;
}
@media only screen and (max-width: 768px) {
  .company__inner {
    padding: 40px 0 100px;
  }
}
.company__listContentItem {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
}
.company__listContentItem:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .company__listContentItem {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .company__listContentItem:first-child {
    margin-top: 8px;
  }
}
.company__listContentItemTxt {
    display: inline-block;
}
.company__listContentItemTxt:nth-child(1) {
  width: 30%;
}
.company__listContentItemTxt:nth-child(2) {
  width: 69%;
}
@media only screen and (max-width: 768px) {
  .company__listContentItemTxt:nth-child(1) {
    width: 50%;
  }
  .company__listContentItemTxt:nth-child(2) {
    width: 49%;
  }
}
/* 言語切り替えボタン */
.company__langWrapper {
    display: block;
    width: 80%;
    max-width: 696px;
    margin: 0 auto;
    padding: 16px 0;
    text-align: right;
}
.company__langItem {
    display: inline-block;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
}
.company__langItem + .company__langItem {
      border-left: 1px solid rgb(212, 212, 212);
      padding-left: 16px;
      margin-left: 16px;
}
.company__langLink {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-size: 1.2rem;
}
.company__langLink:hover {
  opacity: 0.6;
}
/* ==========================================================================// */
/* */
/* [沿革] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.history {
  width: 100%;
}
.history__inner {
    width: 80%;
    max-width: 696px;
    margin: 0 auto;
    padding: 60px 0 140px;
}
@media only screen and (max-width: 768px) {
  .history__inner {
    padding: 40px 0 100px;
  }
}
/* ==========================================================================// */
/* */
/* [スタッフインタビュー] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.interview {
  padding-bottom: 160px;
}
.interview__main-visual {
    position: relative;
    width: 100%;
    height: auto;
}
.interview__info {
    position: absolute;
    top: 50%;
    right: 32%;
    width: 36vw;
    max-width: 696px;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}
@media only screen and (max-width: 1080px) {
  .interview__info {
    position: static;
    width: 80%;
    margin: 60px auto 0;
    padding-top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.interview__career, .interview__affiliation {
    display: block;
    line-height: 2;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
}
.interview__name {
    line-height: 2;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-size: 2rem;
}
.interview__name::before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  display: block;
  height: 20px;
}
.interview__name--01::before {
        background-image: url('../img/recruit/staff/staff_name_01.svg?1617ee334a4');
}
.interview__name--02::before {
        background-image: url('../img/recruit/staff/staff_name_02.svg?1617ef09637');
}
.interview__name--03::before {
        background-image: url('../img/recruit/staff/staff_name_03.svg?1617ef0b036');
}
.interview__name--04::before {
        background-image: url('../img/recruit/staff/staff_name_04.svg?1617ef0d605');
}
.interview__name--05::before {
        background-image: url('../img/recruit/staff/staff_name_05.svg?1617ef0eb1a');
}
.interview__name--06::before {
        background-image: url('../img/recruit/staff/staff_name_06.svg?1617ef109bf');
}
.interview__name--07::before {
        background-image: url('../img/recruit/staff/staff_name_07.svg?1617ef122b5');
}
.interview__name--08::before {
        background-image: url('../img/recruit/staff/staff_name_08.svg?1617ef13a71');
}
.interview__name--09::before {
        background-image: url('../img/recruit/staff/staff_name_09.svg?1617ef14e14');
}
.interview__info__text {
    margin-top: 22px;
    font-size: 14px;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .interview__info__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.interview__list {
    max-width: 696px;
    margin: 80px auto 0;
}
@media only screen and (max-width: 768px) {
  .interview__list {
    width: 80%;
  }
}
.interview__image {
    margin-top: 100px;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .interview__image {
    width: 100%;
    position: static;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.interview__image img {
      width: 100%;
      height: auto;
}
@media only screen and (max-width: 768px) {
  .interview__image img {
    width: 100vw;
  }
}
.interview__item {
    margin: 72px auto 0;
}
@media only screen and (max-width: 768px) {
  .interview__item {
    margin: 0 auto;
    padding-bottom: 52px;
  }
}
.interview__image + .interview__item {
    margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  .interview__image + .interview__item {
    margin-top: 75px;
  }
}
.interview__question {
    line-height: 2;
    font-size: 20px;
    font-size: 2rem;
}
.interview__question span {
      font-family: 'Montserrat',sans-serif;
      display: block;
      line-height: 1.2;
      color: #757575;
      font-size: 12px;
      font-size: 1.2rem;
}
.interview__answer {
    margin-top: 48px;
}
.interview__answer-top {
    line-height: 2;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
}
.interview__answer-bottom {
    margin-top: 12px;
    line-height: 2;
}
.interview__answer-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px;
}
@media only screen and (max-width: 768px) {
  .interview__answer-images {
    display: block;
    margin: 0;
  }
}
.interview__answer-images:not(:first-child) {
  margin-top: 54px;
}
@media only screen and (max-width: 768px) {
  .interview__answer-images:not(:first-child) {
    margin-top: 34px;
  }
}
.interview__answer-image {
    margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .interview__answer-image {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .interview__answer-image:not(:first-child) {
    margin-top: 10px;
  }
}
.interview__answer-image img {
      display: block;
      max-width: 100%;
      max-height: 400px;
      margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .interview__answer-image img {
    max-height: 400px;
  }
}
/* スケジュール */
.schedule {
  display: block;
  max-width: 696px;
  margin: 96px auto 0;
  padding-top: 96px;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .schedule {
    width: 80%;
  }
}
.schedule__title {
    line-height: 2;
    font-size: 20px;
    font-size: 2rem;
}
.schedule__title span {
      font-family: 'Montserrat',sans-serif;
      display: block;
      font-weight: normal;
      font-size: 12px;
      font-size: 1.2rem;
}
.schedule__inner {
    display: block;
    margin-top: 56px;
}
.schedule__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.schedule__time {
    width: 10%;
}
@media only screen and (max-width: 768px) {
  .schedule__time {
    width: 20%;
  }
}
.schedule__text {
    width: 90%;
}
@media only screen and (max-width: 768px) {
  .schedule__text {
    width: 80%;
  }
}
.schedule__item-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.schedule__description {
    margin-top: 16px;
    line-height: 1.6;
    text-align: justify;
}
/* ==========================================================================// */
/* */
/* [メッセージ] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Koichi Nagaoka */
/* */
/* ==========================================================================// */
.message {
  width: 100%;
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .message {
    padding-bottom: 120px;
  }
}
.message__inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}
.message__content {
    max-width: 696px;
    margin: 80px auto 0;
}
.message__content:first-child {
  margin-top: 0;
}
.message__content-inner {
    max-width: 696px;
    margin: 0 auto;
    padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .message__content-inner {
    width: 80%;
  }
}
.message__content-text {
    margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .message__content-text {
    width: 80%;
  }
}
.message__sub-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}
/* ==========================================================================// */
/* */
/* [プレスリリース] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
/* プレスリリース 一覧 */
.p-release {
  width: 100%;
}
.p-release__inner {
    margin: 0 auto;
    padding: 80px 0 160px;
}
@media only screen and (max-width: 768px) {
  .p-release__inner {
    padding: 60px 0 120px;
  }
}
.p-release__list {
    max-width: 696px;
    margin: 0 auto;
    padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-release__list {
    width: 80%;
  }
}
.p-release__item {
    border-bottom: 1px solid #e0e0e0;
}
.p-release__link {
    display: block;
    width: 100%;
    padding: 24px 0;
}
.p-release__link:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .p-release__link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-release__link .p-release__date, .p-release__link .p-release__title {
        width: 100%;
  }
}
.p-release__date {
    font-family: 'Montserrat',sans-serif;
    display: block;
    color: #ee5ba0;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}
.p-release__text {
    margin-top: 12px;
    line-height: 2;
    font-size: 14px;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-release__text {
    width: 100%;
  }
}
/* プレスリリース詳細 */
.p-detail {
  width: 100%;
}
.p-detail__wrapper {
    max-width: 696px;
    margin: 0 auto;
    padding: 80px 0 160px;
}
@media only screen and (max-width: 768px) {
  .p-detail__wrapper {
    width: 80%;
    padding: 60px 0 120px;
  }
}
.p-detail__date {
    font-family: 'Montserrat',sans-serif;
    color: #ee5ba0;
}
.p-detail__pdf {
    color: #757575;
}
.p-detail__pdf:hover {
  opacity: 0.5;
}
.p-detail__title {
    padding: 24px 0;
    font-weight: 500;
    line-height: 1.5;
    font-size: 32px;
    font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .p-detail__title {
    margin-top: 12px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-detail__inner {
    margin-top: 64px;
    line-height: 2;
}
.p-detail__inner figure:not(:first-child) {
      margin-top: 72px;
}
.p-detail__inner blockquote {
      margin: 16px 0;
      padding-left: 2em;
      border-left: 1px solid #757575;
      color: #757575;
}
.p-detail__inner section {
      margin-top: 40px;
}
.p-detail__inner h2, .p-detail__inner h3 {
      font-weight: 500;
      line-height: 1.5;
}
.p-detail__inner h2 {
      font-size: 22px;
      font-size: 2.2rem;
}
.p-detail__inner h3 {
      font-size: 20px;
      font-size: 2rem;
}
.p-detail__inner h4, .p-detail__inner h5, .p-detail__inner h6 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      font-weight: 500;
}
.p-detail__inner p {
      margin-top: 16px;
}
.p-detail__inner a {
      color: #2fa8b3;
}
.p-detail__inner a:hover {
      opacity: 0.5;
}
.p-detail__inner ul, .p-detail__inner ol {
      margin: 16px 0;
      padding-left: 40px;
}
.p-detail__inner ul li {
      list-style-type: disc;
}
.p-detail__inner ol li {
      list-style-type: decimal;
}
.p-detail__inner dl {
      margin: 16px 0;
}
.p-detail__inner dd, .p-detail__inner dt {
      margin: 0;
}
.p-detail__inner table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 48px;
      white-space: nowrap;
      overflow: auto;
}
.p-detail__inner thead {
      font-weight: bold;
      text-align: center;
      background-color: #f7f7f7;
}
.p-detail__inner td {
      padding: 14px 24px;
      border: 1px solid #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .p-detail__inner table {
        display: block;
  }
}
.p-detail__img-center {
    margin: 80px 0;
    text-align: center;
}
.p-detail__img-center img, .p-detail__img-center figcaption {
      width: 40%;
}
.p-detail__img-center figcaption {
      width: 40%;
      margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-detail__img-center img, .p-detail__img-center figcaption {
        width: 100%;
  }
}
.p-detail__img-left {
    margin: 80px 0;
}
.p-detail__img-left img {
      float: left;
      width: 40%;
      margin: 0 60px 60px 0;
}
@media only screen and (max-width: 768px) {
  .p-detail__img-left img {
        float: none;
        width: 100%;
        margin: 0;
  }
}
.p-detail__img-right {
    margin: 80px 0;
}
.p-detail__img-right img {
      float: right;
      width: 40%;
      margin: 0 0 60px 60px;
}
@media only screen and (max-width: 768px) {
  .p-detail__img-right img {
        float: none;
        width: 100%;
        margin: 0;
  }
}
.p-detail__sns {
    padding: 72px 0 120px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-detail__sns {
    float: none;
    margin-top: 56px;
    text-align: center;
  }
}
.p-detail__sns-item {
    display: inline-block;
    margin-right: 10px;
}
.p-detail__sns-item:last-child {
  margin-right: 0;
}
.p-detail__sns-link {
    display: block;
    background-size: 100% auto;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
    content: '';
}
.p-detail__sns-link:hover {
  opacity: 0.5;
}
.p-detail__sns-link--facebook {
      width: 40px;
      height: 40px;
      background-image: url('../img/sprite.@2x.png?160eba4ac9d&1619e0d107b');
      background-position: -102px -219px;
      background-size: 328px 259px;
}
.p-detail__sns-link--twitter {
      width: 41px;
      height: 40px;
      background-image: url('../img/sprite.@2x.png?160eba4ac9d&1619e0d107b');
      background-position: 0 -219px;
      background-size: 328px 259px;
}
.p-detail__sns-link--line {
      width: 41px;
      height: 40px;
      background-image: url('../img/sprite.@2x.png?160eba4ac9d&1619e0d107b');
      background-position: -51px -219px;
      background-size: 328px 259px;
}
/* ==========================================================================// */
/* */
/* [採用情報] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.recruit {
  width: 100%;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .recruit {
    padding-bottom: 104px;
  }
}
.recruit__content-inner {
    max-width: 904px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .recruit__content-inner {
    width: 80%;
  }
}
.recruit__content-inner--border {
    border-top: 1px solid #d8d8d8;
}

.recruit__title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    margin: auto;
    text-align: center;
}
.recruit__title {
    font-family: 'Montserrat',sans-serif;
    line-height: 1.28;
    color: #fff;
    text-shadow: 0 0 28px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.025em;
    font-weight: bold;
    font-size: 44px;
    font-size: 4.4rem;
}
.recruit__title span {
      display: block;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      letter-spacing: 0.11875em;
      font-size: 16px;
      font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .recruit__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .recruit__title span {
        padding-top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
  }
}
.recruit__message-title {
    font-family: 'Montserrat',sans-serif;
    text-align: center;
    font-weight: bold;
    margin: 80px 0;
    font-size: 30px;
    font-size: 3rem;
}
.recruit__message-title span {
      display: block;
      margin-top: 8px;
      font-weight: normal;
      font-size: 12px;
      font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .recruit__message-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .recruit__message-title span {
        font-size: 10px;
        font-size: 1rem;
  }
}
.recruit__button {
    margin-top: 56px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruit__button {
    margin-top: 28px;
  }
}
/* 採用情報 */
.recruit__content-image {
    position: relative;
    width: 100%;
    margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .recruit__content-image {
    margin-top: 42px;
  }
}
/**
.recruit__content-image::before {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  content: '';
}
@media only screen and (max-width: 768px) {
  .recruit__content-image::before {
    height: 300px;
  }
}
.recruit__content-image--works::before {
      background-image: url('../img/recruit/recruit_works.jpg?160eba4acd6');
}
@media only screen and (max-width: 768px) {
  .recruit__content-image--works::before {
    background-image: url('../img/recruit/recruit_works_sp.jpg?160eba4acd8');
  }
}
.recruit__content-image--team::before {
      background-image: url('../img/recruit/recruit_team.jpg?160eba4acd0');
}
@media only screen and (max-width: 768px) {
  .recruit__content-image--team::before {
    background-image: url('../img/recruit/recruit_team_sp.jpg?160eba4acd1');
  }
}
*/
.recruit__content-text {
    max-width: 696px;
    margin: 16px auto 0;
    line-height: 2;
}
.staff-list {
  margin-top: 64px;
  padding-top: 72px;
  /* border-top: 1px solid #d8d8d8; */
}
.staff-list__inner {
    max-width: 904px;
    margin: 0 auto;
    width: 90%;
}
.staff-list__content {
    display: block;
    margin: 0 -18px;
}
.staff-list__title {
    line-height: 2;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .staff-list__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.staff-list__title--small {
      display: block;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .staff-list__title--small {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.staff-list__item {
    display: inline-block;
    width: 33.33333%;
    margin-top: 56px;
    padding: 0 18px;
    vertical-align: top;
}
.staff-list__item:hover {
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
@media only screen and (max-width: 768px) {
  .staff-list__item {
    width: 50%;
    padding: 0 8px;
  }
}
.staff-list__item--four {
      width: 25%;
}
@media only screen and (max-width: 768px) {
  .staff-list__item--four {
    width: 50%;
  }
}
.staff-list__image {
    padding-top: 68.6%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.staff-list__image--01 {
        background-image: url('../img/recruit/interview/staff_thumbnail_01.jpg?160eba4acc6');
}
.staff-list__image--02 {
        background-image: url('../img/recruit/interview/staff_thumbnail_02.jpg?160eba4acc6');
}
.staff-list__image--03 {
        background-image: url('../img/recruit/interview/staff_thumbnail_03.jpg?161221e659f');
}
.staff-list__image--04 {
        background-image: url('../img/recruit/interview/staff_thumbnail_04.jpg?161221e65a0');
}
.staff-list__image--05 {
        background-image: url('../img/recruit/interview/staff_thumbnail_05.jpg?160eba4acc8');
}
.staff-list__image--06 {
        background-image: url('../img/recruit/interview/staff_thumbnail_06.jpg?160eba4acc8');
}
.staff-list__image--07 {
        background-image: url('../img/recruit/interview/staff_thumbnail_07.jpg?160eba4acc9');
}
.staff-list__image--08 {
        background-image: url('../img/recruit/interview/staff_thumbnail_08.jpg?160eba4acc9');
}
.staff-list__image--09 {
        background-image: url('../img/recruit/interview/staff_thumbnail_09.jpg?160eba4acca');
}
.staff-list__info {
    margin-top: 18px;
}
.staff-list__info span {
      display: block;
      line-height: 2;
      font-size: 13px;
      font-size: 1.3rem;
}
.staff-list__name {
    margin-top: 16px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #7a7a7a;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.staff-list__name--01 {
        background-image: url('../img/recruit/staff/staff_list_name_01.svg?1617935d866');
}
.staff-list__name--02 {
        background-image: url('../img/recruit/staff/staff_list_name_02.svg?161794601ee');
}
.staff-list__name--03 {
        background-image: url('../img/recruit/staff/staff_list_name_03.svg?1617945bc5d');
}
.staff-list__name--04 {
        background-image: url('../img/recruit/staff/staff_list_name_04.svg?16179569d5c');
}
.staff-list__name--05 {
        background-image: url('../img/recruit/staff/staff_list_name_05.svg?1617956ddd2');
}
.staff-list__name--06 {
        background-image: url('../img/recruit/staff/staff_list_name_06.svg?16179571b4e');
}
.staff-list__name--07 {
        background-image: url('../img/recruit/staff/staff_list_name_07.svg?16179575daf');
}
.staff-list__name--08 {
        background-image: url('../img/recruit/staff/staff_list_name_08.svg?1617957960e');
}
.staff-list__name--09 {
        background-image: url('../img/recruit/staff/staff_list_name_09.svg?1617957e0e7');
}
/* ==========================================================================// */
/* */
/* [事業内容] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.service {
  width: 100%;
}
.service__inner {
    margin: 80px auto 160px;
}
@media only screen and (max-width: 768px) {
  .service__inner {
    margin: 60px auto 120px;
  }
}
.service__text {
    max-width: 696px;
    margin: 0 auto;
    line-height: 2;
}
@media only screen and (max-width: 768px) {
  .service__text {
    width: 80%;
  }
}
.service__content-list {
    margin-top: 24px;
}
.service__content-list dt {
      font-weight: bold;
}
.service__content-list dd {
      position: relative;

      padding-left: 20px;
      list-style-type: disc;
      font-size: 14px;
      font-size: 1.4rem;
}
.service__content-list dd::before {
  left: 0;
  position: absolute;
  content: '・';
}
.service__icon {
    text-align: center;
}
.service__icon--cafe {
      margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  .service__icon {
    text-align: center;
  }
}
.service__icon::before, .service__icon::after {
  content: '';
  display: table;
  clear: both;
}
.service__icon-item {
    float: left;
    width: 50%;
    margin-top: 42px;
    text-align: center;
}
.service__icon-item a {
      display: block;
}
@media only screen and (max-width: 768px) {
  .service__icon-item:nth-child(even) {
    padding-left: 8px;
  }
}
.service__icon-text {
    margin-top: 16px;
    line-height: 2;
    font-size: 12px;
    font-size: 1.2rem;
    color: #888;
}
.service__content-image {
    display: block;
    width: 100%;
    max-width: 296px;
    margin: 48px auto 0;
    height: auto;
}
@media only screen and (max-width: 768px) {
  .service__content-image {
    max-width: initial;
  }
}
.service__item {
    display: block;
    width: 90%;
    max-width: 904px;
    margin: 0 auto;
    margin-top: 120px;
}
.service__item a:hover {
      opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .service__item {
    width: 80%;
    margin-top: 36px;
  }
}
.service__title {
    font-family: 'Montserrat',sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    line-height: 2;
    font-weight: bold;
    font-size: 26px;
    font-size: 3.0rem;
}
@media only screen and (max-width: 768px) {
  .service__title {
    display: block;
    width: 100%;
    font-size: 22px;
    font-size: 2.6rem;
  }
}
.service__title span {
      font-family: 'Montserrat',sans-serif;
      display: block;
      color: #757575;
      font-weight: normal;
      font-size: 12px;
      font-size: 1.2rem;
}
.service__content {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .service__content {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}
.service__box {
    margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  .service__box {
    border: 1px solid #000;
    border-radius: 50%;
  }
}
.service__box-inner {
    position: relative;
    height: 100%;
}
.service__box-item {
    position: relative;
    float: left;
    width: 30%;
    height: 240px;
    padding-top: 100px;
    border: 1px solid #000;
    border-radius: 30px;
}
.service__box-item + .service__box-item {
      margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  .service__box-item {
    height: auto;
    border: none;
  }
  .service__box-item + .service__box-item {
        margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service__box-item--ticketing {
    display: inline-block;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .service__box-item--media {
    display: inline-block;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .service__box-item--cafe {
    display: block;
    width: 100%;
  }
}
.service__box-title {
    position: absolute;
    top: 36px;
    width: 100%;
    text-align: center;
    color: #ee5ba0;
    font-size: 36px;
    font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .service__box-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.service__box-title-small {
    display: block;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .service__box-title-small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.service__box-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.service__box-icon--ticketing {
      width: 167px;
      height: 75px;
      background-image: url('../img/service/icon_group_ticketing.png?160eba4ace5');
}
.service__box-icon--media {
      width: 134px;
      height: 95px;
      background-image: url('../img/service/icon_group_media.png?160eba4ace5');
}
.service__box-icon--cafe {
      width: 98px;
      height: 67px;
      background-image: url('../img/service/icon_group_cafe.png?160eba4ace4');
}
/* ==========================================================================// */
/* */
/* [トップ] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.top {
  width: 100%;
  margin-bottom: 160px;
}
.top__carousel {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.top__carousel::after {
  display: none;
}
.top__carousel-slider {
    margin: 40px auto 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 768px) {
  .top__carousel-slider {
    margin: 0 auto;
  }
}
.top__carousel-item {
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    height: 100vh;
}
@media only screen and (max-width: 768px) {
  .top__carousel-item {
    margin: 0;
    width: 100%;
    padding-bottom: 40px;
  }
}
.top__carousel-item img {
      min-width: 100%;
      min-height: 100vh;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
}
.top__carousel-item img:not(:first-child) {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top__carousel-item img:first-child {
        display: none;
  }
  .top__carousel-item img:not(:first-child) {
        display: block;
  }
}
.top__carousel-contents {
    overflow: hidden;
    font-size: 0;
}
@media only screen and (max-width: 768px) {
  .top__carousel-contents:hover img {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05);
  }
}
.top__title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .top__title-wrapper {
    line-height: 1.2;
    font-size: 30px;
    font-size: 3rem;
  }
}
.top__title-wrapper span {
      font-size: 13px;
      font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .top__title-wrapper span {
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.top__title-logo {
    width: 153.6px;
    height: 102px;
    margin: 0 auto;
    background-image: url('../img/common/icon_eplus_mark.svg?160eba4ac9e');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.top__title {
    padding-top: 16px;
    line-height: 1.28;
    color: #fff;
    text-shadow: 0 0 28px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.0625em;
    font-weight: 900;
    -webkit-transition-delay: 0.36s;
         -o-transition-delay: 0.36s;
            transition-delay: 0.36s;
    font-size: 36px;
    font-size: 3.6rem;
}
.top__title span {
      font-family: 'Montserrat',sans-serif;
      display: block;
      line-height: 1.6;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      letter-spacing: 0.11875em;
      font-weight: 300;
      font-size: 13px;
      font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .top__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .top__title span {
        padding-top: 10px;
        font-size: 12px;
        font-size: 1.2rem;
  }
}
/* コンテンツ */
.top__content {
    width: 100%;
    margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .top__content {
    margin-top: 120px;
  }
}
.top__content--p-release {
      width: 80%;
      max-width: 904px;
      margin: 80px auto 0;
}
.top__content-inner {
    max-width: 904px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top__content-inner {
    width: 80%;
  }
}
.top__content-image {
    position: relative;
    width: 100%;
}
.top__content-image::before {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
@media only screen and (max-width: 768px) {
  .top__content-image::before {
    height: 300px;
  }
}
.top__content-image--vision::before {
      background-image: url('../img/top/top_our_vision.jpg?160eba4acf8');
}
@media only screen and (max-width: 768px) {
  .top__content-image--vision::before {
    background-image: url('../img/top/top_our_vision_sp.jpg?160eba4acf8');
  }
}
.top__content-image--service::before {
      background-image: url('../img/top/top_our_service.jpg?160eba4acf4');
}
@media only screen and (max-width: 768px) {
  .top__content-image--service::before {
    background-image: url('../img/top/top_our_service_sp.jpg?160eba4acf5');
  }
}
.top__content-image--recruit::before {
      background-image: url('../img/top/top_recruit.jpg?160eba4acfb');
}
@media only screen and (max-width: 768px) {
  .top__content-image--recruit::before {
    background-image: url('../img/top/top_recruit_sp.jpg?160eba4acfc');
  }
}
.top__content-container {
    display: block;
}
.top__content-text {
    max-width: 696px;
    margin: 16px auto 0;
    line-height: 2;
}
.top__service-icon {
    margin-top: 64px;
    text-align: center;
}
.top__main-service-title {
    font-family: 'Montserrat',sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
}
.top__main-service-title span {
      display: block;
      margin-top: 8px;
      font-weight: normal;
      font-size: 10px;
      font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .top__main-service-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.top__service-icon-inner {
    padding: 24px 0;
    margin: 0 -2%;
}
@media only screen and (max-width: 768px) {
  .top__service-icon-inner {
    text-align: center;
  }
}
.top__icon-item {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin: 0 2%;
}
@media only screen and (max-width: 768px) {
  .top__icon-item {
    min-width: 52px;
    margin: 24px 2% 0;
  }
}
.top__icon {
    margin: 0 auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
}
.top__icon--eplus {
      width: 51.5px;
      height: 46.5px;
      background-image: url('../img/sprite.@2x.png?16145875953&1619e0d107b');
      background-position: -124px -108px;
      background-size: 328px 259px;
}
.top__icon--cafe {
      width: 52px;
      height: 39px;
      background-image: url('../img/sprite.@2x.png?16145875954&1619e0d107b');
      background-position: 0 -170px;
      background-size: 328px 259px;
}
.top__icon--spice {
      width: 52px;
      height: 26px;
      background-image: url('../img/sprite.@2x.png?16145875955&1619e0d107b');
      background-position: -112px -170px;
      background-size: 328px 259px;
}
.top__icon--wos {
      width: 52px;
      height: 24.5px;
      background-image: url('../img/sprite.@2x.png?16145875955&1619e0d107b');
      background-position: -276px 0;
      background-size: 328px 259px;
}
.top__icon--sumachike {
      width: 52px;
      height: 13px;
      background-image: url('../img/sprite.@2x.png?16145875955&1619e0d107b');
      background-position: -276px -154.5px;
      background-size: 328px 259px;
}
.top__icon--eplus-app {
      width: 52px;
      height: 52px;
      background-image: url('../img/sprite.@2x.png?16145875953&1619e0d107b');
      background-position: 0 -108px;
      background-size: 328px 259px;
}
.top__icon--chirashi-stage {
      width: 52px;
      height: 52px;
      background-image: url('../img/sprite.@2x.png?16145875953&1619e0d107b');
      background-position: -62px -108px;
      background-size: 328px 259px;
}
.top__icon--chirashi-museum {
      width: 38px;
      height: 52px;
      background-image: url('../img/sprite.@2x.png?16145875952&1619e0d107b');
      background-position: -228px 0;
      background-size: 328px 259px;
}
.top__button {
    margin-top: 56px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
  .top__button {
    margin-top: 28px;
  }
}
/* プレスリリース */
.top-article {
  max-width: 904px;
}
@media only screen and (max-width: 768px) {
  .top-article {
    padding-top: 104px;
  }
}
.top-article__title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.top-article__title {
    font-family: 'Montserrat',sans-serif;
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
}
.top-article__title span {
      font-size: 10px;
      font-size: 1rem;
      display: block;
      margin-top: 8px;
      font-weight: normal;
}
.top-article__see-more {
    vertical-align: top;
}
.top-article__see-more a {
      color: #7a7a7a;
}
.top-article__see-more a:hover {
  opacity: 0.5;
}
.top-article__list {
    margin-top: 40px;
}
.top-article__item {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
}
.top-article__item + .top-article__item {
      margin-left: 4%;
}
@media only screen and (max-width: 768px) {
  .top-article__item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .top-article__item + .top-article__item {
        margin-left: 0;
  }
}
.top-article__link {
    display: block;
}
.top-article__link:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .top-article__link {
    display: block;
    width: 100%;
    padding: 14px 0;
  }
}
.top-article__date {
    font-family: 'Montserrat',sans-serif;
    width: 15%;
    color: #ee5ba0;
    font-weight: 500;
    letter-spacing: 0.0625em;
    vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .top-article__date {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.top-article__text {
    padding: 14px 0;
    color: rgb(33, 33, 33);
    font-weight: normal;
    line-height: 1.83;
}
@media only screen and (max-width: 768px) {
  .top-article__text {
    display: block;
    width: 100%;
    padding: 6px 0 0;
  }
}
/* ==========================================================================// */
/* */
/* [企業理念] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.vision {
  width: 100%;
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .vision {
    padding-bottom: 120px;
  }
}
.vision__inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}
.vision__message-image {
    position: relative;
    width: 100%;
}
.vision__message-image::before {
  display: block;
  width: 100%;
  height: 362px;
  background-image: url('../img/vision/vision_message.jpg?160eba4ad04');
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: '';
}
@media only screen and (max-width: 768px) {
  .vision__message-image::before {
    width: 100vw;
    height: 320px;
    margin: 0 -10vw;
    background-image: url('../img/vision/vision_message_sp.jpg?160eba4ad04');
  }
}
.vision__message-inner {
    max-width: 696px;
}
.vision__content-list li {
      display: inline-block;
      margin: 0.5em 0 0.5em 20px;
      list-style-type: disc;
      font-size: 14px;
      font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .vision__content-list li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.vision__content-list li::before {
  display: inline-block;
  content: '-';
}
.vision__content {
    border-top: 1px solid #e0e0e0;
    margin-top: 140px;
    padding-top: 80px;
}
.vision__content-inner {
    max-width: 696px;
    margin: 0 auto;
    padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .vision__content-inner {
    width: 80%;
  }
}
.vision__content-text {
    max-width: 696px;
    margin: 0 auto;
}
.vision__content-text p {
      margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .vision__content-text {
    width: 80%;
  }
}
.vision__message-text {
    margin-top: 48px;
}
.vision__message-text > div {
      margin-top: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
@media only screen and (max-width: 768px) {
  .vision__message-text > div {
    margin-top: 77px;
  }
}
.vision__message-text > div + * {
        margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .vision__message-text > div + * {
    margin-top: 60px;
  }
}
.vision__message-text > div img {
        width: 100%;
        height: auto;
}
@media only screen and (max-width: 768px) {
  .vision__message-text > div img {
    width: 100vw;
  }
}
.vision__message-text p {
      margin-top: 48px;
}
.vision__message-text h3 {
      margin-top: 80px;
      line-height: 1.5;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .vision__message-text h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.vision__message-text h3 + p {
      margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .vision__message-text .catch-copy br {
    display: none;
  }
}
.vision__massage-inner {
    margin-top: 64px;
}
/* プロフィール */
.vision__profile {
    width: 100%;
    margin: 0 auto;
    margin-top: 48px;
}
.vision__profile-inner {
    display: block;
}
.vision__profile-ttl {
    display: block;
    margin-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
}
.vision__profile-ttl:first-child {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .vision__profile-ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.vision__profile-item {
    display: inline-block;
    margin-top: 6px;
}
.vision__profile-item:nth-child(odd) {
  width: 13%;
}
.vision__profile-item:nth-child(even) {
  width: 87%;
}
@media only screen and (max-width: 768px) {
  .vision__profile-item {
    vertical-align: top;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .vision__profile-item:nth-child(odd) {
    width: 30%;
    margin-right: 3%;
  }
  .vision__profile-item:nth-child(even) {
    width: 67%;
  }
}
.vision__profile-name {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}
.vision__profile-name span {
      margin-left: 16px;
}
@media only screen and (max-width: 768px) {
  .vision__profile-name {
    display: block;
    width: 100%;
  }
}
.vision__profile-career {
    display: inline-block;
    vertical-align: top;
    width: 65%;
}
.vision__profile-career p {
      position: relative;
      padding-left: 80px;
}
.vision__profile-career span {
      position: absolute;
      left: 0;
      margin-right: 24px;
}
@media only screen and (max-width: 768px) {
  .vision__profile-career {
    display: block;
    width: 100%;
  }
}
.vision__e-value__text {
    line-height: 2;
}
.vision__e-value {
    display: block;
    margin-top: 72px;
}
.vision__e-value__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .vision__e-value__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 56px;
    padding-top: 20px;
  }
}
.vision__e-value__number {
    position: relative;
    font-family: 'Montserrat',sans-serif;
    width: 20%;
    padding: 0 56px;
    color: #f476b0;
    font-size: 22px;
    font-size: 2.2rem;
}
.vision__e-value__number::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: rgb(238, 91, 160);
  content: '';
}
@media only screen and (max-width: 768px) {
  .vision__e-value__number {
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  .vision__e-value__number::before {
    top: 0;
    left: 50%;
    height: 2px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.vision__e-value__content {
    width: 80%;
}
@media only screen and (max-width: 768px) {
  .vision__e-value__content {
    width: 100%;
    margin-top: 32px;
  }
}
.vision__e-value__catch {
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .vision__e-value__catch {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.vision__e-value__item-list {
    margin-top: 24px;
}
.vision__e-value__item-list li {
      position: relative;
      padding-left: 16px;
}
.vision__e-value__item-list li::before {
  position: absolute;
  left: 0;
  content: '-';
}
/* ==========================================================================// */
/* */
/* [部門・仕事] */
/* */
/* レイアウトを構成するスタイル。 */
/* Atomic Designにおける Templates、Pages に該当するスタイルを定義する。 */
/* */
/* @author Masami Kawabata */
/* */
/* ==========================================================================// */
.works {
  width: 100%;
}
.works__inner {
    margin: 80px auto 160px;
    max-width: 696px;
}
@media only screen and (max-width: 768px) {
  .works__inner {
    width: 80%;
    margin: 60px auto 120px;
  }
}
.works__division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.works__number {
    font-family: 'Montserrat',sans-serif;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    color: #888;
}
.works__division-item {
    display: block;
    width: 47%;
    margin-top: 56px;
}
@media only screen and (max-width: 768px) {
  .works__division-item {
    display: block;
    width: 100%;
    padding: 0;
  }
  .works__division-item:nth-child(even) {
    margin-left: 0;
  }
}
.works__division-title {
    margin-top: 16px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
}
@media only screen and (max-width: 768px) {
  .works__division-title {
    margin-top: 12px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.works__division-text {
    margin-top: 32px;
    line-height: 2;
}
@media only screen and (max-width: 768px) {
  .works__division-text {
    margin-top: 24px;
  }
}
/* = 茂野追加　2026年3月9日
------------------------------------------------------------------------------------------*/
/* ビジョン　マージン調整 */
.vision__message-text.mt_0{
    margin-top: 0;
}
.vision__message-text.mt_0 > div:first-of-type {
  margin-top: 0;
}
/* 事業紹介　アイコンサイズ */
.service__content img{
  max-width: 100%;
  height: auto;
}
.service__icon-item img{
  object-fit: contain;
  width: 140px;
  height: 30px;
}
/* プレスリリース記事　引用 */
.press-release-content blockquote {
  color: #000;
  padding: 10px;
  border: 1px solid #000;
}
.press-release-content img.aligncenter{
  display: block;
  margin-inline: auto;
}
.press-release-content img.alignright{
  display: block;
  margin-left: auto;
}
.press-release-content img.alignleft{
  display: block;
  margin-right: auto;
}
/* プレスリリース一覧　ページネーション */
.press-release.pager-article{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.press-release .page-numbers{
  border: 1px solid #000;
  width: 40px;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  transition: border 0.4s, color 0.4s, background-color 0.4s, opacity 0.4s;
}
@media (hover: hover) {
  .press-release a.page-numbers:hover {
    color: #fff;
    background-color: #f16baa;
    border-color: #f16baa;
    opacity: 0.6;
  }
}
.press-release .page-numbers.current{
  color: #fff;
  background-color: #f16baa;
  border-color: #f16baa;
}
@media (max-width: 768px) {
  .press-release .page-numbers{
    width: 30px;
  }
}
/* プレスリリース記事ページ */
.p-detail__inner .p-detail__pdf {
  color: #757575;
}