@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700,900&display=swap");
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/* 2022-03-23 wapon追記 start */
@import url('./css/add_common_style.css');
/* 2022-03-23 wapon追記 end */

.hp_centering {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.hp_forPc {
  display: none !important; }
  @media screen and (min-width: 769px) {
    .hp_forPc {
      display: block !important; } }

.hp_forPcIl {
  display: none !important; }
  @media screen and (min-width: 769px) {
    .hp_forPcIl {
      display: inline !important; } }

.hp_forPcIlb {
  display: none !important; }
  @media screen and (min-width: 769px) {
    .hp_forPcIlb {
      display: inline-block !important; } }

.hp_forSp {
  display: block !important; }
  @media screen and (min-width: 769px) {
    .hp_forSp {
      display: none !important; } }

.hp_forSpIl {
  display: inline !important; }
  @media screen and (min-width: 769px) {
    .hp_forSpIl {
      display: none !important; } }

.hp_forSpIlb {
  display: inline-block !important; }
  @media screen and (min-width: 769px) {
    .hp_forSpIlb {
      display: none !important; } }

@media screen and (min-width: 769px) {
  .hp_pcGrid2 {
    width: 90% !important;
    max-width: 1170px !important;
    margin: 0 auto !important; } }

@media screen and (min-width: 769px) {
  .hp_pcGrid3 {
    width: 80% !important;
    max-width: 1040px !important;
    margin: 0 auto !important; } }

@media screen and (max-width: 768px) {
  .hp_spGrid1 {
    width: 91% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important; } }

@media screen and (max-width: 768px) {
  .hp_spGrid2 {
    width: 82% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important; } }

@media screen and (max-width: 768px) {
  .hp_brSp {
    display: inline !important; } }

.hp_W90pCenterling {
  width: 90% !important;
  margin: 0 auto !important; }

.hp_coverLink {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 2; }

@media screen and (min-width: 769px) {
  .hp_pcPdl7per {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding-left: 7% !important; } }

.hp_dspn {
  display: none !important; }

.hp_colorfff {
  color: #fff !important; }

.hp_tal {
  text-align: left !important; }

.hp_tar {
  text-align: right !important; }

.hp_tac {
  text-align: center !important; }

.hp_baseText {
  line-height: 1.8 !important;
  letter-spacing: 0.1em !important; }

.hp_positionRel {
  position: relative !important; }

.hp_positionAbs {
  position: absolute !important; }

.hp_fontPrata {
  font-family: 'Prata', serif !important; }

.hp_fontMincyo {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important; }

.hp_fontGothic {
  font-family: "游ゴシック Medium" , "YuGothic" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo , sans-serif !important; }

/*start reset.css*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  -webkit-print-color-adjust: exact; }

/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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;
  resize: none; }

/**
 * 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; }

/*end reset.css*/
img {
  width: auto;
  height: auto;
  max-width: 100%; }

/*ベース設定*/
body {
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  color: #212121;
  font-family: 'Noto Sans JP', sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

/*br{
  display: none;
  @include min-screen($break-middle){
    display: inline;
  }
}*/
a {
  text-decoration: none;
  color: #212121; }

a:focus {
  outline: none; }

section {
  position: relative; }

textarea {
  padding: 1em;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

input {
  padding-left: 1em;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

input::-ms-clear {
  visibility: hidden; }

input::-ms-reveal {
  visibility: hidden; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

select::-ms-expand {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

.ly_main {
  padding-top: 133px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .ly_main {
      padding-top: 15vw; } }

.bl_header.op_fix {
  position: fixed;
  padding-top: 25px;
  padding-bottom: 27px;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  z-index: 9; }
  .js_headerFixed .bl_header.op_fix {
    opacity: 1;
    pointer-events: auto; }
  @media screen and (max-width: 768px) {
    .bl_header.op_fix {
      display: none; } }

.bl_header {
  position: absolute;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 30px;
  padding-bottom: 36px;
  background-color: #fff;
  z-index: 10;
  /*@include min-screen(1400px){
    left: 50%;
    transform:translateX(-50%);
  }*/ }
  @media screen and (min-width: 769px) {
    .js_headerFixed .bl_header .bl_header_wrapper {
      display: none; } }
  @media screen and (max-width: 768px) {
    .bl_header {
      position: fixed;
      padding-top: 4vw;
      padding-bottom: 4vw; } }

.bl_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300; }
  @media screen and (max-width: 768px) {
    .bl_nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      color: #fff;
      display: none;
      padding-top: 14.3vw;
      padding-bottom: 14.3vw;
      overflow: auto; }
      body.js_humburgerOpen .bl_nav {
        display: block; } }

.bl_nav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .bl_nav_wrapper {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0; } }

.bl_nav_item {
  position: relative;
  padding: 0 13px;
  border-right: 1px solid #000;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  font-size: 14px; }
  .js_isPc .bl_nav_item:hover {
    opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .bl_nav_item {
      padding: 0 0; } }
  @media screen and (min-width: 769px) {
    .bl_nav_item:first-child {
      padding-left: 0; } }
  @media screen and (max-width: 768px) {
    .bl_nav_item {
      font-size: 4vw;
      font-weight: 300;
      margin-bottom: 0;
      padding-top: 4.5vw;
      padding-bottom: 4.5vw;
      border-bottom: 1px solid #aaa;
      width: 100%; }
      .bl_nav_item:first-child{
        border-top: 1px solid #aaa;
        /*padding-top: 4.5vw;*/
      }
      .bl_nav_item:last-child {
        border-bottom: 0;
        margin-bottom: 0; } }
  .bl_nav_item:last-child {
    border-right: 0; }

.bl_nav_item span {
  position: relative; }
  .bl_nav_item span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    background-color: #000;
    display: none; }
    @media screen and (max-width: 768px) {
      .bl_nav_item span:after {
        display: none !important; } }

#home .bl_nav_item.op_home span:after {
  display: block; }

#surprise .bl_nav_item.op_surprise span:after {
  display: block; }

#job .bl_nav_item.op_job span:after {
  display: block; }

#about .bl_nav_item.op_about span:after {
  display: block; }

#interview .bl_nav_item.op_interview span:after {
  display: block; }

#interview_single .bl_nav_item.op_interview span:after {
  display: block; }

#workstyle .bl_nav_item.op_workstyle span:after,
#location .bl_nav_item.op_workstyle span:after  {
  display: block; }

#welfare .bl_nav_item.op_welfare span:after {
  display: block; }

#recruit .bl_nav_item.op_recruit span:after {
  display: block; }

.bl_nav_sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .bl_nav_sp {
      display: block; } }

/*workstyleドロップダウンkon追記*/
.op_workstyle {
  position: relative;
}
.sub-menu {
  background:#888888;
  width:170px;
  padding:5px 10px;
  position: absolute;
  top:21px;
  left:-35px;
  margin:auto;
  display: none;
    z-index: 999999;
    box-sizing:border-box;
}
  .js_isPc .bl_nav_item.op_workstyle:hover {
    opacity: 1; 
    }
.op_workstyle  span{
padding-bottom:3px;
}
.sub-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align:center;
}
/*.sub-menu ul li:first-child {
border-bottom:1px solid #fff;
}*/
.sub-menu ul li + li {
border-top:1px solid #fff;
}
.sub-menu > ul > li > a {
display:inline-block;
  text-decoration: none;
  color: #ffffff;
padding:10px 20px;
line-height:1.2;
}
.sub-menu > ul > li > a:hover {
opacity: 0.8;
}
.op_workstyle:hover .sub-menu {
  display: block;
}
.accordion{
display:none;
}
@media screen and (max-width: 768px) {
.bl_nav_item.op_workstyle{
display:none;
}
.sub-menu {
  width:100%;
  background:#000;
  position:static;
}
.sub-menu > ul {
  text-align:left;
}
 .sub-menu > ul > li > a {
  padding-top: 4.5vw;
    padding-bottom: 4.5vw;
}
.sub-menu ul li:first-child {
border-bottom:1px solid #494949;
}
.sub-menu > ul > li:first-child> a {
padding-top:40px;
}
.sub-menu > ul > li:last-child> a {
padding-bottom:0;
}
.op_workstyle .hp_coverLink {
  position: static !important;
}
/* --------------------------------------
アコーディオン
--------------------------------------*/
.accordion {
  display:block;
  min-width:100%;
  margin: 0 auto;
  padding: 0;
}
.accordion .ac-content {
  margin: 0;
  padding: 0;
}
.accordion input {
  display: none;
}
.accordion label {
  display: block;
  background: #000;
  cursor: pointer;
padding-top: 4.5vw;
    padding-bottom: 4.5vw;
      color: #fff;
  border-bottom: 1px solid #aaa;
  box-sizing: border-box;
font-size: 4vw;
}
.accordion label:hover {
  background: #000;
}
.accordion .ac-cont {
 font-size: 4vw;
 transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #000;
  padding: 0 10px;
  box-sizing: border-box;
}
.accordion .ac-cont a{
      color: #fff;
}
.accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
}


#notfound #content {
  padding: 200px 0;
  text-align: center; }

.notfound-wrapper {
  line-height: 2; }

.slick-slide {
  outline: none; }

.bl_indexMain {
  margin-bottom: 37px; }
  @media screen and (max-width: 768px) {
    .bl_indexMain {
      margin-bottom: 10.3vw; } }

.bl_indexMain_item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 35px;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }
  .js_isPc .bl_indexMain_item:hover {
    opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .bl_indexMain_item {
      margin-bottom: 5vw;
      font-size: 2.4vw; } }
  .bl_indexMain_item:last-child {
    margin-bottom: 0; }
  .bl_indexMain_item:before {
    content: "";
    display: block;
    padding-top: 37.7%; }
    @media screen and (max-width: 768px) {
      .bl_indexMain_item:before {
        padding-top: 100%; } }
  .bl_indexMain_item.op_surprise {
    background-image: url(image/index_bnr1.jpg); }
    @media screen and (max-width: 768px) {
      .bl_indexMain_item.op_surprise {
        background-image: url(image/index_bnr1_sp.jpg); } }
  .bl_indexMain_item.op_job {
    background-image: url(image/index_bnr2.jpg); }
    @media screen and (max-width: 768px) {
      .bl_indexMain_item.op_job {
        background-image: url(image/index_bnr2_sp.jpg); } }
  .bl_indexMain_item.op_about {
    background-image: url(image/index_bnr3.jpg); }
    @media screen and (max-width: 768px) {
      .bl_indexMain_item.op_about {
        background-image: url(image/index_bnr3_sp.jpg); } }
  .bl_indexMain_item.op_interview {
    background-image: url(image/index_bnr4.jpg); }
    @media screen and (max-width: 768px) {
      .bl_indexMain_item.op_interview {
        background-image: url(image/index_bnr4_sp.jpg); } }
  .bl_indexMain_item.op_ws {
    background-image: url(image/index_bnr5.jpg); }
    @media screen and (max-width: 768px) {
      .bl_indexMain_item.op_ws {
        background-image: url(image/index_bnr5_sp.jpg); } }
  .bl_indexMain_item.op_welfare {
    background-image: url(image/index_bnr6.jpg); }
    @media screen and (max-width: 768px) {
      .bl_indexMain_item.op_welfare {
        background-image: url(image/index_bnr6_sp.jpg); } }
  .bl_indexMain_item.op_recruit {
    background-image: url(image/index_bnr7.jpg); }
    @media screen and (max-width: 768px) {
      .bl_indexMain_item.op_recruit {
        background-image: url(image/index_bnr7_sp.jpg); } }

.bl_pageTtlTexts {
  position: absolute;
  top: calc(50% - 10px);
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff; }
  @media screen and (min-width: 769px) {
    #home .bl_pageTtlTexts {
      left: 7%; } }
  @media screen and (max-width: 768px) {
    .bl_pageTtlTexts {
      top: 5vw;
      left: 5vw;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

.hp_inner {
  width: 92.6%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px; }
  @media screen and (max-width: 768px) {
    .hp_inner {
      width: 90%; } }

.bl_pageTtlTexts_ttl {
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .bl_pageTtlTexts_ttl {
      margin-bottom: 3.7vw; } }
  .bl_pageTtlTexts_ttl .op_main {
    font-size: 58px;
    background-color: #fff;
    display: inline-block;
    padding: 12px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.02em;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .bl_pageTtlTexts_ttl .op_main {
        font-size: 11.6vw;
        padding: 0.5vw 2.2vw 3.5vw;
        letter-spacing: 0.02em; }
        #sc_interviewHero .bl_pageTtlTexts_ttl .op_main {
          font-size: 9vw; } }
  .bl_pageTtlTexts_ttl .op_sub {
    position: relative;
    font-size: 16px;
    background-color: #fff;
    display: inline-block;
    padding: 0 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -1px; }
    @media screen and (max-width: 768px) {
      .bl_pageTtlTexts_ttl .op_sub {
        font-size: 3.2vw;
        top: -7px;
        padding: 0 2.2vw 2.5vw; } }
  .bl_indexMain_item.op_surprise .bl_pageTtlTexts_ttl {
    color: #f66555; }
  .bl_indexMain_item.op_job .bl_pageTtlTexts_ttl {
    color: #3114bb; }
  .bl_indexMain_item.op_about .bl_pageTtlTexts_ttl {
    color: #09a1b8; }
  .bl_indexMain_item.op_interview .bl_pageTtlTexts_ttl {
    color: #96b74d; }
  .bl_indexMain_item.op_ws .bl_pageTtlTexts_ttl {
    color: #000000; }
  .bl_indexMain_item.op_welfare .bl_pageTtlTexts_ttl {
    color: #dfc055; }
  .bl_indexMain_item.op_recruit .bl_pageTtlTexts_ttl {
    color: #df9e55; }

.bl_indexMain_item .op_more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  min-width: 65px;
  text-align: center;
  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;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .bl_indexMain_item .op_more {
      min-width: 13.7vw;
      padding: 1.5vw;
      font-size: 2.4vw; } }
  .bl_indexMain_item .op_more .el_r_arrow {
    display: inline-block;
    margin-left: 5px; }
    @media screen and (max-width: 768px) {
      .bl_indexMain_item .op_more .el_r_arrow {
        width: 1.5vw;
        height: 2.4vw; } }

.bl_pageTtlTexts_text {
  font-size: 16px;
  line-height: 1.8; }
  .bl_indexMain_item.op_ws .bl_pageTtlTexts_text {
    color: #000; }
  #sc_workstyleHero .bl_pageTtlTexts_text {
    color: #000; }
  @media screen and (max-width: 768px) {
    .bl_pageTtlTexts_text {
      font-size: 3.2vw;
      line-height: 1.8; } }

.bl_index_hero {
  background-color: #ccc;
  margin-bottom: 38px; }
  @media screen and (max-width: 768px) {
    .bl_index_hero {
      margin-bottom: 20px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .bl_index_hero:before {
    content: "";
    padding-top: 49%;
    display: block; }
    @media screen and (max-width: 768px) {
      .bl_index_hero:before {
        padding-top: 133%; } }

.bl_header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 16px; }
  @media screen and (max-width: 768px) {
    .bl_header_wrapper {
      margin-bottom: 0; } }

.bl_header_title{
  position: relative;
}@media screen and (max-width: 768px){
  .bl_header_title{
    top: 2px;
  }
}

.bl_header_title_main {
  margin-bottom: 3px;
  font-weight: bold;
  letter-spacing: 0.1em; }
  .bl_header_title_main .op_front {
    font-size: 18px;
    margin-bottom: 2px;
    display: inline-block;
    margin-right: 5px; }
  @media screen and (max-width: 768px) {
    .bl_header_title_main {
      font-size: 2.6vw;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
      .bl_header_title_main .op_front{
        font-size: 3.2vw;
        margin-bottom: 0;
      }
  }

  .bl_header_title_main .op_back{
    font-size: 18px;
    margin-bottom: 2px;
  }@media screen and (max-width: 768px){
    .bl_header_title_main .op_back{
      font-size: 3.2vw;
      margin-bottom: 0;
    }
  }

.bl_header_title_sub {
  font-weight: 300;
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    .bl_header_title_sub {
      font-size: 2.2vw;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; } }

.bl_header_inquiry {
  margin-left: auto;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .bl_header_inquiry {
      display: none; } }

.bl_header_inquiry_link {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }
  .js_isPc .bl_header_inquiry_link:hover {
    opacity: 0.8; }

.el_exLinkButton {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 24px 0 26px;
  min-width: 250px;
  background-color: #000;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  letter-spacing: 0.06em;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }
  @media screen and (min-width: 1400px) {
    .bl_header .el_exLinkButton {
      right: calc((100% - 1400px)/2); } }
  .js_headerFixed .el_exLinkButton {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .el_exLinkButton .op_text {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }
  .js_isPc .el_exLinkButton:hover .op_text {
    opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .el_exLinkButton {
      font-size: 4.8vw; } }
  @media screen and (max-width: 768px) {
    .bl_header .el_exLinkButton {
      display: none; } }
  .el_exLinkButton .el_exIcon {
    display: inline-block;
    margin-left: 3px; }

@media screen and (max-width: 768px) {
  .bl_header .bl_nav_sp .el_exLinkButton {
    display: block;
    position: relative;
    background-color: #fff;
    color: #000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 3.5vw;
    text-align: left;
    padding: 4.6vw 4.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 4vw;
    align-items: center; } }

.bl_nav_sp_inquiry {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2vw;
  letter-spacing: 0.06em; }

.bl_nav_sp_inquiry a {
  color: #fff; }

.uq_logo {
  display: none;
  margin-right: 30px;
  font-size: 35px;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 0; }
  @media screen and (max-width: 768px) {
    .uq_logo {
      font-size: 7vw;
      margin-right: 1.7vw; } }

.el_exIcon {
  width: 14px;
  height: 11px; }
  @media screen and (max-width: 768px) {
    .el_exIcon {
      width: 2.8vw;
      height: 2.1vw; }
      .bl_nav_sp .el_exIcon {
        width: 3.6vw;
        height: 3.1vw;
        margin-left: 3vw; } }

.bl_info {
  margin-bottom: 35px;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .bl_info {
      margin-bottom: 20px;
      font-size: 3vw; } }

.bl_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 11px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .bl_info_inner {
      padding: 3.5vw 4.5vw; } }

.bl_info_ttl {
  margin-right: 10px;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .bl_info_ttl {
      width: 100%;
      margin-bottom: 1vw; } }

.bl_info_text {
  line-height: 1.6; }

.bl_footer {
  display: none;
  padding-bottom: 35px; }
  #home .bl_footer {
    display: block; }
  @media screen and (max-width: 768px) {
    .bl_footer {
      padding-bottom: 50px; } }

.bl_footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.bl_footer_nav_wrapper {
  /*display: flex;
  flex-wrap: wrap;*/
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .bl_footer_nav_wrapper {
      margin-bottom: 11vw; } }

.bl_footer_nav_item {
  margin-right: 23px;
  line-height: 1.6;
  margin-bottom: 10px;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }
  .js_isPc .bl_footer_nav_item:hover {
    opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .bl_footer_nav_item {
      font-size: 3.2vw;
      width: 100%;
      margin-bottom: 3.4vw; }
      .bl_footer_nav_item:last-child {
        margin-bottom: 0; } }
  .bl_footer_nav_item:last-child {
    margin-right: 0; }

.el_r_arrow {
  width: 6px;
  height: 12px; }

.el_returnTopArrow {
  width: 20px;
  height: 22px;
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
  position: fixed;
  right: 3.7%;
  bottom: 35px;
  z-index: 3; }
  @media screen and (min-width: 1400px) {
    .el_returnTopArrow {
      right: calc((7.4%)/2); } }
  @media screen and (min-width: 1500px) {
    .el_returnTopArrow {
      right: calc((100% - 1400px)/2); } }
  @media screen and (max-width: 768px) {
    .el_returnTopArrow {
      display: none; } }

.bl_spEnd {
  height: 13.3vw;
  background-color: #000;
  color: #fff;
  display: none; }
  @media screen and (max-width: 768px) {
    .bl_spEnd {
      position: fixed;
      left: 0;
      width: 100%;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 3; } }

.bl_spEnd_up {
  width: 13.3vw;
  height: 13.3vw;
  margin-left: auto;
  border-left: 1px solid #ffffff;
  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; }

.bl_spEnd_main {
  position: relative;
  padding-left: 8.3vw;
  font-size: 3.2vw;
  background-color: #f66555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 13.3vw) - 1px); }
  .bl_spEnd_main .el_exIcon {
    width: 2.8vw;
    height: 1.9vw;
    display: inline-block;
    margin-left: 5px; }

.bl_spEnd_upArrow {
  width: 2.6vw;
  height: 2.1vw; }

/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 93px;
  height: 77px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 22px;
  z-index: 1002;
  cursor: pointer;
  pointer-events: auto;
  background-color: #000;
  color: #000;
  text-align: center;
  border: 0px solid #000;
  display: none; }

@media screen and (max-width: 768px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 5vw;
    width: 15vw;
    height: 15vw;
    background-color: transparent; }
  #factory .el_humburger {
    display: none; } }

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }

@media screen and (max-width: 768px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 28px; } }

@media screen and (max-width: 500px) {
  .el_humburger_wrapper {
    width: 6vw; } }

.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

@media screen and (max-width: 500px) {
  .el_humburger span.el_humburger_bar {
    margin: 0 auto 2vw; } }

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #fff; }

@media screen and (max-width: 768px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg); }

@media screen and (max-width: 500px) {
  .js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(2.8vw) rotate(-45deg);
    -ms-transform: translateY(2.8vw) rotate(-45deg);
    transform: translateY(2.8vw) rotate(-45deg); } }

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

@media screen and (max-width: 500px) {
  .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-1.7vw) rotate(45deg);
    -ms-transform: translateY(-1.7vw) rotate(45deg);
    transform: translateY(-1.7vw) rotate(45deg); } }

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #7b6c40; }

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

body.js_noScroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%; }


/*about*/
.bl_pageHero {
  position: relative;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  /*.bl_pageTtlTexts{
    top: 60px;
    left: 10%;
    @include max-screen($break-middle){
      top: 5vw;
      left: 5vw;
    }
  }*/ }
  @media screen and (min-width: 1400px) {
    .bl_pageHero {
      height: 490px; } }
  .bl_pageHero#sc_workstyleHero {
    margin-bottom: 107px; }
    @media screen and (max-width: 768px) {
      .bl_pageHero#sc_workstyleHero {
        margin-bottom: 11.5vw; } }
  @media screen and (max-width: 768px) {
    .bl_pageHero {
      margin-bottom: 11.5vw; } }
  .bl_pageHero:before {
    content: "";
    display: block;
    padding-top: 35%; }
    @media screen and (min-width: 1400px) {
      .bl_pageHero:before {
        display: none; } }
    @media screen and (max-width: 768px) {
      .bl_pageHero:before {
        display: none; } }
  @media screen and (max-width: 768px) {
    .bl_pageHero .bl_pageTtlTexts_text {
      color: #000;
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .bl_pageHero .bl_pageTtlTexts_text br {
        display: none; } }

.bl_pageHero_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat; }
  #sc_aboutHero .bl_pageHero_img {
    background-image: url(image/about_hero_img.jpg); }
    @media screen and (max-width: 768px) {
      #sc_aboutHero .bl_pageHero_img {
        background-image: url(image/about_hero_sp.jpg); } }
  @media screen and (max-width: 768px) {
    .bl_pageHero_img {
      position: relative;
      margin-bottom: 22.5vw; }
      .bl_pageHero_img:before {
        content: "";
        display: block;
        padding-top: 35%; } }

#sc_aboutHero .bl_pageTtlTexts_ttl {
  color: #09a1b8; }
  @media screen and (max-width: 768px) {
    #sc_aboutHero .bl_pageTtlTexts_ttl .op_main {
      font-size: 9.4vw;
      padding-bottom: 2vw; } }

.bl_innerLink {
  margin-bottom: 110px; }
  @media screen and (max-width: 768px) {
    .bl_innerLink {
      margin-bottom: 24vw; } }

.bl_innerLink_inner {
  position: relative; }

.bl_innerLink_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (min-width: 769px) {
    .bl_innerLink_wrapper {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media screen and (max-width: 768px) {
    .bl_innerLink.op_intv .bl_innerLink_wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      width: 100%; } }

.bl_innerLink_spToggle {
  position: relative;
  background-color: #96b74d;
  color: #fff;
  padding: 4.8vw;
  font-size: 3.2vw;
  border-bottom: 1px solid #fff;
  display: none; }
  @media screen and (max-width: 768px) {
    .bl_innerLink_spToggle {
      display: block; } }

.bl_innerLink_spToggle_icon {
  position: absolute;
  right: 4.5vw;
  top: 50%;
  display: inline-block;
  width: 2vw;
  height: 2vw;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .js_pullDownParent.js_fire .bl_innerLink_spToggle_icon {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }

.bl_innerLink_item {
  position: relative;
  width: calc((100% - 25px)/3);
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #000000;
  color: #fff;
  padding: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.06em; }
  .js_isPc .bl_innerLink_item:hover .op_text {
    opacity: 0.8; }
  .bl_innerLink_item .op_text {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }
  .bl_innerLink_item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1000px){
    .bl_innerLink_item{
      font-size: 14px;
    }
  }
  @media screen and (max-width: 768px) {
    .bl_innerLink_item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5vw;
      font-size: 3.2vw;
      text-align: left;
      padding: 5vw; } }
  .bl_innerLink_item:nth-child(3n) {
    margin-right: 0; }

.bl_innerLink_wrapper_img {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 16px;
  height: 12px; }
  @media screen and (max-width: 768px) {
    .bl_innerLink_wrapper_img {
      width: 2.3vw;
      height: 2.3vw;
      right: 5vw; } }

.hp_inner2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
  }
  @media screen and (max-width: 768px) {
    .hp_inner2 {
      width: 90%; } }

.bl_aboutEnd .el_exLinkButton {
  position: relative; }

.bl_pageSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bl_pageSec:nth-child(1) {
    padding-bottom: 55px; }
    .bl_pageSec:nth-child(1):last-child {
      padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      .bl_pageSec:nth-child(1) {
        padding-bottom: 23.5vw; } }
  .bl_pageSec#sc_aboutDescription {
    padding-bottom: 110px;
}
    @media screen and (max-width: 768px) {
      .bl_pageSec#sc_aboutDescription {
        padding-top: 23vw;
        padding-bottom: 23.5vw; } }
  .bl_pageSec.op_colored {
    background-color: #f1f1f1; }

.hp_coloredSec {
  background-color: #f1f1f1; }

.bl_sect2 {
  padding-top: 115px;
  padding-bottom: 115px; }
  .bl_sect2#sc_wsYp {
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      .bl_sect2#sc_wsYp {
        padding-bottom: 23.5vw; } }
  .bl_sect2#sc_interviewCatch {
    padding-top: 0; }
  @media screen and (max-width: 768px) {
    .bl_sect2 {
      padding-top: 23vw;
      padding-bottom: 23.5vw; }
      .bl_sect2#sc_interviewCatch {
        padding-top: 0; } }

@media screen and (max-width: 768px) {
  #sc_aboutYokkaichi {
    margin-bottom: 24vw; } }

.bl_pageSecTtl {
  margin-bottom: 53px; }
  @media screen and (min-width: 769px) {
    #sc_aboutBase .bl_pageSecTtl {
      margin-bottom: 58px; } }
  @media screen and (min-width: 769px) {
    #sc_aboutYokkaichi .bl_pageSecTtl {
      margin-bottom: 47px; } }
  @media screen and (min-width: 769px) {
    #sc_welfareMain .bl_pageSecTtl {
      margin-bottom: 40px; } }
  @media screen and (min-width: 769px) {
    #sc_recruitProcess .bl_pageSecTtl {
      margin-bottom: 40px; } }
  @media screen and (min-width: 769px) {
    #sc_recruitFaq .bl_pageSecTtl {
      margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .bl_pageSecTtl {
      margin-bottom: 11vw; } }

.bl_pageSec_img_img {
  width: 100%; }
  .bl_pageSec_img_img.op_system1 {
    max-width: 600px; }

.bl_pageSecTtl_main {
  position: relative;
  z-index: 2;
  font-size: 44px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.04em; }
  #sc_aboutBase .bl_pageSecTtl_main {
    margin-bottom: 18px; }
    @media screen and (max-width: 768px) {
      #sc_aboutBase .bl_pageSecTtl_main {
        margin-bottom: 4.5vw; } }
  #sc_aboutYokkaichi .bl_pageSecTtl_main {
    margin-bottom: 18px; }
    @media screen and (max-width: 768px) {
      #sc_aboutYokkaichi .bl_pageSecTtl_main {
        margin-bottom: 4.5vw; } }
  #sc_wsYtc .bl_pageSecTtl_main {
    margin-bottom: 18px; }
    @media screen and (max-width: 768px) {
      #sc_wsYtc .bl_pageSecTtl_main {
        margin-bottom: 4.5vw; } }
  @media screen and (max-width: 768px) {
    .bl_pageSecTtl_main {
      font-size: 8.8vw;
      margin-bottom: 4vw; } }

.bl_pageSecTtl_main_wrapper {
  position: relative;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .bl_pageSecTtl_main_wrapper {
      margin-bottom: 5.7vw; } }
  .bl_pageSecTtl_main_wrapper:after {
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -14px; }
    @media screen and (max-width: 768px) {
      .bl_pageSecTtl_main_wrapper:after {
        width: 12.5vw;
        bottom: -3.8vw; } }
  .bl_pageSecTtl_main_wrapper:last-child {
    margin-bottom: 0; }
    .bl_pageSecTtl_main_wrapper:last-child:after {
      display: none; }

.bl_pageSecTtl_sub {
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .bl_pageSecTtl_sub {
      font-size: 3.2vw; } }

#sc_aboutDescription .bl_pageSec_headText {
  width: 100%; }

.bl_pageSec_headText {
  line-height: 2.1;
  margin-bottom: 50px; }
  .bl_pageSec_headText:last-child {
    margin-bottom: 0; }
  .bl_pageSec_headText p {
    margin: 0; }
    @media screen and (max-width: 768px) {
      .bl_pageSec_headText p {
        margin: 0 0 8.3vw; }
        .bl_pageSec_headText p:last-child {
          margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .bl_pageSec_headText {
      font-size: 3.2vw;
      margin-bottom: 11vw; }
      .bl_pageSec_headText br {
        display: none; } }

.bl_pageSec_headImg {
  margin-bottom: 120px; }
  .bl_pageSec_headImg:last-child {
    margin-bottom: 0; }
  #sc_aboutBase .bl_pageSec_headImg {
    margin-bottom: 60px; }
    #sc_aboutBase .bl_pageSec_headImg:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      #sc_aboutBase .bl_pageSec_headImg {
        margin-bottom: 12.5vw; } }
  #sc_aboutResearch .bl_pageSec_headImg {
    margin-bottom: 60px; }
    #sc_aboutResearch .bl_pageSec_headImg:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      #sc_aboutResearch .bl_pageSec_headImg {
        margin-bottom: 12.5vw; } }
  @media screen and (max-width: 768px) {
    .bl_pageSec_headImg {
      margin-bottom: 23vw; }
      .bl_pageSec_headImg.op_progress {
        margin-bottom: 12.5vw; } }

.bl_pageSec_button {
  width: 100%;
  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; }

.el_exLinkButton.op_wide {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #f66555;
  min-width: 460px;
  padding: 23px; }
  @media screen and (max-width: 768px) {
    .el_exLinkButton.op_wide {
      min-width: 0;
      font-size: 3.2vw;
      width: 100%;
      text-align: left; } }
  @media screen and (min-width: 769px) {
    .el_exLinkButton.op_wide .el_exIcon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 25px; } }

#sc_aboutResearch .el_exLinkButton {
  background-color: #09a1b8; }

.bl_pageSec_headImg.op_progress .bl_pageSec_headText_img_text{
  color: #000;
}

.bl_pageSec_headText_img_text {
  font-size: 16px;
  color: #09a1b8;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .bl_pageSec_headText_img_text {
      font-size: 3.2vw;
      margin-bottom: 5vw; } }

.bl_pageSec_headImg.op_base {
  margin-bottom: 0; }
  .bl_pageSec_headImg.op_base .bl_pageSec_headText_img_text {
    margin-bottom: 0; }

.bl_pageSec_sect_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .bl_pageSec_sect_ttl {
      font-size: 4.8vw;
      line-height: 1.6;
      margin-bottom: 4.5vw; } }

.bl_pageSec_sect_text {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .bl_pageSec_sect_text {
      font-size: 3.2vw;
      margin-bottom: 11.5vw; }
      .bl_pageSec_sect_text br {
        display: none; } }

#sc_aboutDevelopment {
  padding-top: 120px; }
  @media screen and (max-width: 768px) {
    #sc_aboutDevelopment {
      padding-top: 23.5vw; } }

#sc_aboutBase {
  padding-bottom: 90px; }
  @media screen and (max-width: 768px) {
    #sc_aboutBase {
      padding-bottom: 21vw; } }

#sc_aboutResearch {
  padding-bottom: 115px; }
  @media screen and (max-width: 768px) {
    #sc_aboutResearch {
      padding-bottom: 23.5vw; } }

.bl_aboutYokkaichi {
  background-color: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .bl_aboutYokkaichi {
      margin-bottom: 24vw; } }

@media screen and (max-width: 768px) {
  .bl_aboutYokkaichi_wrapper {
    width: 100%; } }

.bl_aboutYokkaichi_head {
  position: relative;
  margin-bottom: 105px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .bl_aboutYokkaichi_head {
      margin-bottom: 23vw; } }

.el_youkaichiBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 38.75%; }
  @media screen and (max-width: 768px) {
    .el_youkaichiBg {
      width: 50%;
      top: -32vw; } }

.bl_aboutYokkaichi_head_catch {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .bl_aboutYokkaichi_head_catch {
      font-size: 4.8vw; } }

.bl_aboutYokkaichi_sec_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em; }
  .bl_aboutYokkaichi_sec.op_history .bl_aboutYokkaichi_sec_ttl {
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .bl_aboutYokkaichi_sec.op_history .bl_aboutYokkaichi_sec_ttl {
        margin-bottom: 5vw; } }
  @media screen and (max-width: 768px) {
    .bl_aboutYokkaichi_sec_ttl {
      font-size: 4.8vw;
      margin-bottom: 5vw; } }

.bl_aboutYokkaichi_sec_text {
  font-size: 16px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 103px; }
  @media screen and (max-width: 768px) {
    .bl_aboutYokkaichi_sec_text {
      font-size: 3.2vw;
      margin-bottom: 23vw; }
      .bl_aboutYokkaichi_sec_text br {
        display: none; } }
  .bl_aboutYokkaichi_sec_text p {
    margin: 0 0 30px;
    letter-spacing: 0.06em; }
    @media screen and (max-width: 768px) {
      .bl_aboutYokkaichi_sec_text p {
        margin-bottom: 5vw; } }
    .bl_aboutYokkaichi_sec_text p:last-child {
      margin-bottom: 0; }

.bl_aboutYokkaichi_sec.op_history {
  margin-bottom: 110px; }
  @media screen and (max-width: 768px) {
    .bl_aboutYokkaichi_sec.op_history {
      margin-bottom: 23vw; } }

#sc_aboutYokkaichi {
  padding-bottom: 110px; }
  @media screen and (max-width: 768px) {
    #sc_aboutYokkaichi {
      padding-top: 24vw;
      padding-bottom: 23vw; } }

.bl_table {
  max-width: 490px;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .bl_table {
      font-size: 3.2vw; } }

.bl_table_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1px; }
  .bl_table_tr:last-child {
    margin-bottom: 0; }

.bl_table_th {
  width: 155px;
  background-color: #cccccc;
  padding: 13px 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .bl_table_th {
      padding: 4.3vw;
      width: 37%; } }

.bl_table_td {
  width: calc(100% - 155px);
  background-color: #fff;
  padding: 13px 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.9; }
  @media screen and (max-width: 768px) {
    .bl_table_td {
      padding: 4.3vw;
      width: 63%; } }

.bl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  font-size: 16px; }

.bl_list_item {
  min-width: 340px;
  margin-bottom: 8px;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .bl_list_item {
      font-size: 3.2vw;
      margin-bottom: 2vw; } }

.bl_aboutEnd {
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    .bl_aboutEnd {
      padding: 24.5vw 0 0;
      display: none; } }
  .bl_aboutEnd .el_exLinkButton {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }

.bl_pageSec_headImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .bl_pageSec_headImg.op_system {
      margin-bottom: 10.7vw; } }

.bl_pageSec_img_panel {
  display: block;
  width: calc((100% - 61px)/7);
  margin-right: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .bl_pageSec_img_panel {
      width: calc((100% - (6vw + 1px))/4);
      margin-right: 2vw;
      margin-bottom: 2vw; } }
  @media screen and (min-width: 769px) {
    .bl_pageSec_img_panel:nth-child(7n) {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .bl_pageSec_img_panel:nth-child(4n) {
      margin-right: 0; } }

/*job*/
#sc_jobHero .bl_pageHero_img {
  background-image: url(image/job_hero_img.jpg); }
  @media screen and (max-width: 768px) {
    #sc_jobHero .bl_pageHero_img {
      background-image: url(image/job_hero_sp.jpg); } }

#sc_jobHero .bl_pageTtlTexts_ttl {
  color: #3114bb; }

.bl_jobList {
  background-color: #f1f1f1;
  padding: 115px 0; }
  @media screen and (max-width: 768px) {
    .bl_jobList {
      padding: 24vw 0; } }

.bl_toggleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .bl_toggleList {
      margin-bottom: 11.5vw; } }
  .bl_toggleList:last-child {
    margin-bottom: 0; }

.bl_toggleList_side {
  width: 160px;
  background-color: #462cc2;
  color: #fff;
  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;
  font-size: 20px;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .bl_toggleList_side {
      width: 100%;
      padding: 9vw 0;
      font-size: 6vw; } }
  #sc_jobManagement .bl_toggleList_side {
    background-color: #2c94c2; }

.bl_toggleList_main {
  width: calc(100% - 160px);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .bl_toggleList_main {
      width: 100%;
      padding: 0 5% 4.7vw;
      background-color: #462cc2; }
      #sc_jobManagement .bl_toggleList_main {
        background-color: #2c94c2; } }

.bl_toggleList_main_item {
  margin-bottom: 10px;
  letter-spacing: 0.06em; }
  .bl_toggleList_main_item:last-child {
    margin-bottom: 0; }

.bl_toggleList_main_item_ttl {
  position: relative;
  background-color: #fff;
  padding: 25px 30px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .bl_toggleList_main_item_ttl {
      font-size: 4vw;
      padding: 4.7vw 14vw 4.7vw 5vw;
      letter-spacing: 0; } }

.bl_toggleList_main_item_content {
  background-color: #fff;
  padding: 32px 30px; }
  @media screen and (max-width: 768px) {
    .bl_toggleList_main_item_content {
      padding: 5vw; } }

.bl_wTable {
  letter-spacing: 0.1em; }

#sc_jobManagement .bl_wTable_th {
  background-color: #b6def0; }

.bl_wTable_th {
  background-color: #cbd9fa;
  padding: 30px 27px; }
  @media screen and (max-width: 768px) {
    .bl_wTable_th {
      font-size: 3.2vw;
      padding: 5vw; } }

.bl_wTable_td {
  padding: 30px 27px;
  line-height: 1.9;
  border-left: 1px solid #cbd9fa;
  border-right: 1px solid #cbd9fa; }
  #sc_jobManagement .bl_wTable_td {
    border-left: 1px solid #b6def0;
    border-right: 1px solid #b6def0; }
  @media screen and (max-width: 768px) {
    .bl_wTable_td {
      font-size: 3.2vw;
      padding: 5vw; } }
  .bl_wTable_tr:last-child .bl_wTable_td {
    border-bottom: 1px solid #cbd9fa; }
  #sc_jobManagement .bl_wTable_tr:last-child .bl_wTable_td {
    border-bottom: 1px solid #b6def0; }

.bl_toggleList_main_item_ttl_icon {
  width: 23px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  @media screen and (max-width: 768px) {
    .bl_toggleList_main_item_ttl_icon {
      width: 4.8vw;
      height: 4.3vw;
      right: 5vw; } }
  .bl_toggleList_main_item.js_openParent.js_fire .bl_toggleList_main_item_ttl_icon {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }

.js_openSwitch {
  cursor: pointer; }

.js_openTarget {
  display: none; }

.js_pullDownSwitch {
  cursor: pointer; }

.js_pullDownTarget {
  display: none; }
  .js_pullDownParent.js_fire .js_pullDownTarget {
    display: block; }

.bl_pageLink {
  background-color: #f1f1f1; }
  .bl_pageLink.op_end {
    padding-bottom: 115px; }
    @media screen and (max-width: 768px) {
      .bl_pageLink.op_end {
        padding-bottom: 24vw;
        margin-bottom: 24vw; } }

.bl_pageLink_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }
  .js_isPc .bl_pageLink_wrapper:hover {
    opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .bl_pageLink_wrapper {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.bl_pageLink_texts {
  width: calc(100% - 180px);
  padding: 45px 0 45px 48px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .bl_pageLink_texts {
      width: 60%;
      padding: 9vw 0 9vw 0vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.bl_pageLink_texts_main {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .bl_pageLink_texts_main {
      font-size: 5.2vw; } }
  @media screen and (max-width: 500px) {
    .bl_pageLink_texts_main {
      font-size: 6.6vw; } }

.bl_pageLink_texts_sub {
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .bl_pageLink_texts_sub {
      font-size: 2.0vw; } }
  @media screen and (max-width: 500px) {
    .bl_pageLink_texts_sub {
      font-size: 2.7vw; } }

.bl_pageLink_image {
  width: 180px;
  background-size: cover;
  background-image: url(image/link_interview.jpg);
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .bl_pageLink_image {
      width: 40%; } }

.bl_innerLink.op_5050 .bl_innerLink_item {
  width: calc((100% - 25px)/2); }
  @media screen and (max-width: 768px) {
    .bl_innerLink.op_5050 .bl_innerLink_item {
      width: 100%; } }
  .bl_innerLink.op_5050 .bl_innerLink_item:nth-child(even) {
    margin-right: 0; }

.bl_innerLink.op_5050 .bl_innerLink_wrapper_img {
  right: 15px; }

/*recruit*/
#sc_recruitHero .bl_pageHero_img {
  background-image: url(image/recruit_hero_img.jpg); }
  @media screen and (max-width: 768px) {
    #sc_recruitHero .bl_pageHero_img {
      background-image: url(image/recruit_hero_sp.jpg); } }

#sc_recruitHero .bl_pageTtlTexts_ttl {
  color: #df9e55; }

.bl_answer {
  line-height: 1.9; }
  .bl_answer p {
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
      .bl_answer p {
        margin: 0 0 30px; } }
    .bl_answer p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .bl_answer {
      font-size: 3.2vw; } }

.bl_toggleList_side {
  line-height: 1.8; }
  #sc_recruitFaq .bl_toggleList_side {
    background-color: #df9e55; }

.bl_recruitPros {
  padding: 110px 0 0;
  background-color: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .bl_recruitPros {
      padding-top: 24vw; } }

.bl_recruitFaq {
  padding: 110px 0 0;
  background-color: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .bl_recruitFaq {
      padding-top: 24vw; } }

.bl_pros_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .bl_pros_item {
      margin-bottom: 12vw; } }
  .bl_pros_item:last-child {
    margin-bottom: 0; }

.bl_pros_item_ttl {
  position: relative;
  width: 160px;
  color: #fff;
  background-color: #e79e4c;
  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;
  font-size: 24px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .bl_pros_item_ttl {
      width: 100%;
      padding: 4.5vw 0;
      font-size: 4.4vw; } }
  .bl_pros_item_ttl:after {
    content: "";
    border-top: 20px solid #e79e4c;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 1px;
    display: block;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
    @media screen and (max-width: 768px) {
      .bl_pros_item_ttl:after {
        border-top: 15px solid #e79e4c;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent; } }
  .bl_pros_item:last-child .bl_pros_item_ttl:after {
    display: none; }

.bl_pros_item_texts {
  width: calc(100% - 160px);
  padding: 34px 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .bl_pros_item_texts {
      width: 100%;
      padding: 4.8vw 4.5vw; } }

.bl_pros_item_texts_ttl {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.1em; }
  .bl_pros_item_texts_ttl:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .bl_pros_item_texts_ttl {
      font-size: 4.4vw;
      margin-bottom: 3.5vw; } }

.bl_pros_item_texts_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .bl_pros_item_texts_text {
      font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
  #sc_recruitFaq .bl_toggleList_main {
    background-color: #df9e55; } }

.bl_recruitCareer {
  padding: 110px 0 110px;
  background-color: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .bl_recruitCareer {
      padding-top: 24vw;
      padding-bottom: 24vw;
      margin-bottom: 24vw; } }

#sc_recruitCareer .bl_pageSecTtl {
  margin-bottom: 78px; }
  @media screen and (max-width: 768px) {
    #sc_recruitCareer .bl_pageSecTtl {
      margin-bottom: 11vw; }}

@media screen and (max-width: 768px) {
  .bl_career_headText {
    font-size: 3.2vw; } }

.bl_career {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .bl_career {
      margin-top: 16.4vw; } }

.bl_career_wrap {
  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; }

.bl_career_item {
  width: calc((100% - 70px)/3); }
    @media screen and (max-width: 768px) {
    .bl_career_item {
      width: 67.6vw;
      padding-left: 7.4vw;
      margin-right: auto;
      margin-left: auto; }
    .bl_career_item + .bl_career_item {
      margin-top: 20vw; }}

.bl_career_note_text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 35px;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .bl_career_note_text {
      font-size: 2.4vw;
      line-height: 1.7;
      margin-top: 7.7vw; }}

/*welfare*/
#sc_welfareHero .bl_pageHero_img {
  background-image: url(image/welfare_hero.jpg); }
  @media screen and (max-width: 768px) {
    #sc_welfareHero .bl_pageHero_img {
      background-image: url(image/welfare_hero_sp.jpg); } }

#sc_welfareHero .bl_pageTtlTexts_ttl {
  color: #dfc055; }

.bl_welfareMain {
  background-color: #f1f1f1;
  padding-top: 110px;
  padding-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .bl_welfareMain {
      padding-top: 23.5vw; } }

.bl_welfarePe {
  padding-top: 110px;
  padding-bottom: 0px; }
  @media screen and (max-width: 768px) {
    .bl_welfarePe {
      padding-top: 23.5vw;
      padding-bottom: 23.5vw; } }

.bl_sect1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bl_sect1_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .bl_sect1_wrapper {
      margin-bottom: 11.5vw; }
      .bl_sect1_wrapper:last-child {
        margin-bottom: 0; } }

.bl_sect1_item {
  width: calc((100% - 11px)/2);
  margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .bl_sect1_item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 11.5vw; }
      .bl_sect1_item:last-child {
        margin-bottom: 0; } }
  .bl_sect1_item:nth-child(even) {
    margin-right: 0; }

.bl_sect1_item_img {
  /*&:before{
    content:"";
    display: block;
    padding-top: 58.4%;
  }*/ }

.bl_sect1_item_texts {
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .bl_sect1_item_texts {
      padding: 11vw 5vw; } }

.bl_sect1_item_texts_ttl {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .bl_sect1_item_texts_ttl {
      font-size: 4.8vw; } }

.bl_sect1_item_texts_text {
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .bl_sect1_item_texts_text {
      font-size: 3.2vw; } }

.bl_welfarePe_lead {
  line-height: 2; }

#sc_welfarePe .bl_pageSecTtl {
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    #sc_welfarePe .bl_pageSecTtl {
      margin-bottom: 11.5vw; } }

.bl_table.op_welfare {
  max-width: none; }

.op_welfare .bl_table_th {
  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;
  background-color: #e7c44c; }
  @media screen and (max-width: 768px) {
    .op_welfare .bl_table_th {
      width: 100%;
      font-size: 3.2vw; } }

.op_welfare .bl_table_td {
  padding: 35px;
  background-color: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .op_welfare .bl_table_td {
      width: 100%;
      padding: 4.5vw; }
      .op_welfare .bl_table_td br {
        display: none; } }

.bl_welfarePe_lead {
  margin-bottom: 115px; }
  @media screen and (max-width: 768px) {
    .bl_welfarePe_lead {
      font-size: 3.2vw;
      margin-bottom: 23.5vw; } }

.bl_welfarePe_ttl {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .bl_welfarePe_ttl {
      font-size: 4.8vw;
      margin-bottom: 5vw; } }

.bl_welfarePe_wrapper {
  margin-bottom: 110px; }
  @media screen and (max-width: 768px) {
    .bl_welfarePe_wrapper {
      margin-bottom: 23.5vw; } }
  .bl_welfarePe_wrapper:last-child {
    margin-bottom: 0; }

.bl_welfarePe_texts {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .bl_welfarePe_texts {
      margin-bottom: 12vw; } }
  .bl_welfarePe_texts:last-child {
    margin-bottom: 0; }
  .bl_welfarePe_texts p {
    margin: 0;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .bl_welfarePe_texts p {
        font-size: 3.2vw; }
        .bl_welfarePe_texts p br {
          display: none; } }
  .bl_welfarePe_texts .op_ttl {
    margin-bottom: 0px;
    font-weight: bold; }
    .bl_welfarePe_texts .op_ttl.op_mgb {
      margin-bottom: 18px; }
      @media screen and (max-width: 768px) {
        .bl_welfarePe_texts .op_ttl.op_mgb {
          margin-bottom: 3.2vw; } }
  .bl_welfarePe_texts.op_cycle .op_ttl {
    font-weight: normal; }

/*workstyle*/
#sc_workstyleHero .bl_pageHero_img {
  background-image: url(image/workstyle_hero.jpg); }
  @media screen and (max-width: 768px) {
    #sc_workstyleHero .bl_pageHero_img {
      background-image: url(image/workstyle_hero_sp.jpg); } }

#sc_workstyleHero .bl_pageTtlTexts_ttl {
  color: #000000; }

.bl_pageCatch {
  padding-bottom: 115px; }
  @media screen and (max-width: 768px) {
    .bl_pageCatch {
      padding-bottom: 23.5vw; } }

.bl_pageCatch_text {
  line-height: 2;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .bl_pageCatch_text {
      font-size: 3.2vw; }
      .bl_pageCatch_text br {
        display: none; } }

.bl_pageSec_headTtl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .bl_pageSec_headTtl {
      font-size: 4vw;
      margin-bottom: 4vw; } }

.bl_pageSec_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bl_pageSec_texts {
  width: 50%;
  padding-right: 7.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .bl_pageSec_texts {
      width: 100%;
      padding-right: 0;
      margin-bottom: 11.5vw; } }
.bl_pageSec_texts.w70 {
    margin-bottom: 0;
}
.bl_pageSec_image {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .bl_pageSec_image {
      width: 100%; } }

.bl_pageSec_image_img {
  display: inline-block;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .bl_pageSec_image_img {
      margin-bottom: 2vw; } }
  .bl_pageSec_image_img:last-child {
    margin-bottom: 0; }

.bl_pageSec_headTtl_img.op_pin {
  position: relative;
  top: 4px;
  width: 18px;
  height: 20px;
  display: inline-block;
  margin-right: 2px; }
  
  .chushaku{
margin-top: 6vw;
text-align:right;
font-size:80%;
line-height:1.2;
}


/*location 2020kon*/
#sc_locationHero .bl_pageHero_img {
  background-image: url(image/location_hero.jpg); }
  @media screen and (max-width: 768px) {
    #sc_locationHero .bl_pageHero_img {
      background: url(image/location_hero_sp.jpg) right top no-repeat; 
      background-size:100%;
      } }
      #sc_locationHero .bl_pageTtlTexts_ttl,
      .bl_pageTtlTexts_text {
  color: #000000; }
  .bl_pageSec_headText_img_text.location {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
  width: 100%; }
     #location .bl_pageSec.row {
justify-content: space-between ;
flex-direction: row-reverse ;
} 
     #location .hp_coloredSec{
background:#f6f6f6;
}
  @media screen and (max-width: 768px) {
    .bl_pageSec_headText_img_text.location {
      font-size: 3.2vw;
      margin-bottom: 5vw; } 
        #location .bl_pageCatchSep{
    text-align:center;  
     display: block; }
    #location .bl_pageCatchSep br {
    display: block;}
        #location .w30,
        #location .w70 {
    width: 49%;
}
#location .bl_pageSec.row {
flex-direction: row ;
}
#location .bl_pageSec_image{
padding-top:10px;
}
}

#location_access .bl_pageSec_headText {
  width: 100%; }

  .accessbox{
      font-size:16px;
      line-height:2;
      margin-left:80px;
  }
    .accessbox:first-child,
        .accessbox:nth-child(4){
      margin-left:0;
}
        .accessbox:nth-child(4){
      margin-top:20px;
}
.bl_pageSec_headTtl.location_kennai {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color:#f66555;
   }
.bl_pageSec_headTtl.location_kengai {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color:#3114bb;
   }
   
  @media screen and (max-width: 768px) {
.bl_pageSec_headTtl.location_kennai,
.bl_pageSec_headTtl.location_kengai {
  font-size: 4vw;
}
    .bl_pageSec_headTtl {
      font-size: 4vw;
      margin-bottom: 4vw; } 
      }
.two_box {
	width: calc((100% - 10px) / 2);
	margin: 0 10px 40px 0;
	overflow: hidden;
	background:#f6f6f6;
}
.two_box:nth-child(even) {
	margin: 0 0 40px 0;
}
.two_box .txt{
padding:20px 40px;
}
.two_box p{
line-height:2;
font-size:16px;
}
.two_box .ti{
padding:25px 20px 25px 110px;
color:#fff;
font-size:24px;
font-weight:bold;
}
.two_box .title1{
background:url("image/location_icon1.png") 40px center no-repeat,#f66555;
background-size:11%;
}
.two_box .title2{
background:url("image/location_icon2.png") 40px center no-repeat,#96b74d;
background-size:9%;
}
.two_box .title3{
background:url("image/location_icon3.png") 40px center no-repeat,#3114bb;
background-size:9%;
}
.two_box .title4{
background:url("image/location_icon4.png") 40px center no-repeat,#df9e55;
background-size:10%;
}
.two_box .title5{
background:url("image/location_icon5.png") 40px center no-repeat,#09a1b8;
background-size:10%;
}
.two_box .title6{
background:url("image/location_icon6.png") 40px center no-repeat,#dfc055;
background-size:10%;
}
  @media screen and (max-width: 768px) {
   .two_box .ti {
padding:15px 0;
text-align:center;
font-size:18px;
} 
	.two_box{
		width: 100%;
		float: none;
		margin: 0 auto 20px auto;
	}
	.two_box:nth-child(even) {
    margin: 0 0 20px 0;
}
.two_box .title1{
background:url("image/location_icon1.png") 20px center no-repeat,#f66555;
background-size:12%;
}
.two_box .title2{
background:url("image/location_icon2.png") 20px center no-repeat,#96b74d;
background-size:9%;
}
.two_box .title3{
background:url("image/location_icon3.png") 20px center no-repeat,#3114bb;
background-size:10%;
}
.two_box .title4{
background:url("image/location_icon4.png") 20px center no-repeat,#df9e55;
background-size:11%;
}
.two_box .title5{
background:url("image/location_icon5.png") 20px center no-repeat,#09a1b8;
background-size:10%;
}
.two_box .title6{
background:url("image/location_icon6.png") 20px center no-repeat,#dfc055;
background-size:11%;
}
.two_box p{
font-size:3.2vw;
}
.two_box .txt {
    padding: 15px;
}	}
.box_wrap.voicebox{
margin-bottom:40px;
justify-content: space-between ;
width:100%;
}
.voicebox .stafficon{
width:12%;
}
.voicebox .stafficon img{
border-radius:50%;
width:100%;
height:auto;
}
.voicebox .fukidasi{
min-width: 0;
 width:78%;
 margin-left:0;
   position:relative;
    background:#FFFFFF;
    padding:20px 30px;
    text-align:left;
    color:#000000;
    font-size:16px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    line-height:2;
}
.voicebox .fukidasi:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
    right:100%;
    top:50%;
}
  .w70{
      width:65%;
  }
  .w30{
      width:30%;
  }
  .Accessarea.box_wrap{
      width:90%;
  }
.box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.clearfix:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height:  auto;
  overflow: hidden;
  /**/
}
  @media screen and (max-width: 1024px) {
.Accessarea.box_wrap{
width:100%;
display:block;
}
.accessbox {
    margin-left:0;
    margin-top:20px;
}
.accessbox:first-child{
    margin-top:0;
}
.voicebox .fukidasi {
    width: 70%;
}
.voicebox .fukidasi:after {
    top:40px;
}
}
  @media screen and (max-width: 768px) {
.accessbox {
font-size: 3.2vw;
}
.box_wrap.livebox{
margin-bottom:0;
}
.box_wrap.voicebox {
    margin-bottom: 20px;
}
.voicebox .stafficon {
    width: 20%;
}
.voicebox .fukidasi {
    width: 64%;
    padding: 15px;
    font-size: 3.2vw;
}
.voicebox .fukidasi:after {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-top: -10px;
    top:40px;
}
}

/*interview*/
#sc_interviewHero .bl_pageHero_img {
  background-image: url(image/interview_hero.jpg); }
  @media screen and (max-width: 768px) {
    #sc_interviewHero .bl_pageHero_img {
      background-image: url(image/interview_hero_sp.jpg); } }

#sc_interviewHero .bl_pageTtlTexts_ttl {
  color: #96b74d; }

.bl_innerLink.op_intv .bl_innerLink_item {
  background-color: #96b74d;
  padding: 17px 50px 17px 20px;
  width: auto;
  letter-spacing: 0.1em;
  font-size: 16px; }
  @media screen and (min-width: 769px) {
    .bl_innerLink.op_intv .bl_innerLink_item:nth-child(3n) {
      margin-right: 12px; } }
  @media screen and (max-width: 768px) {
    .bl_innerLink.op_intv .bl_innerLink_item {
      font-size: 3.2vw;
      padding: 4.8vw;
      border-bottom: 1px solid #fff;
      margin-bottom: 0; } }

.bl_innerLink.op_intv .bl_innerLink_wrapper_img {
  right: 18px; }
  @media screen and (max-width: 768px) {
    .bl_innerLink.op_intv .bl_innerLink_wrapper_img {
      right: 4.5vw;
      width: 2vw;
      height: 2vw; } }

.bl_interViewInfo {
  padding-bottom: 100px; }

.bl_interViewInfo_ttl {
  margin-bottom: 28px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .bl_interViewInfo_ttl {
      font-size: 3.2vw;
      margin-bottom: 5.5vw; } }

.bl_interViewInfo_wrapper {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .bl_interViewInfo_wrapper {
      margin-bottom: 4.5vw; } }
  .bl_interViewInfo_wrapper:last-child {
    margin-bottom: 0; }

.bl_interViewInfoCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bl_interViewInfoCat_item {
  margin-right: 25px;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .bl_interViewInfoCat_item {
      font-size: 3.2vw;
      margin-bottom: 5.5vw; } }

.bl_interViewInfoCat_item_text {
  position: relative;
  top: -1px; }

.el_cat {
  padding: 5px;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .el_cat {
      margin-right: 1.5vw;
      font-size: 12px;
      padding: 3px; } }
  .el_cat.op_mt {
    background-color: #efe98c;
    color: #9a8919; }
  .el_cat.op_md {
    background-color: #95d3dd;
    color: #3f737b; }
  .el_cat.op_sd {
    background-color: #719bf0;
    color: #254ea1; }
  .el_cat.op_yp {
    background-color: #f6ada5;
    color: #9d574f; }
  .el_cat.op_di {
    background-color: #bf88db;
    color: #6d3f84; }
  .el_cat.op_am {
    background-color: #eaaa56;
    color: #865e28; }
  .el_cat.op_za {
    background-color: #ccc;
    color: #666; }
  .el_cat.op_sm {
    background-color: #95d346;
    color: #508228; }

.bl_interViewInfoTable_tr {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bl_interViewInfoTable_tr:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .bl_interViewInfoTable_tr {
      font-size: 3.2vw; } }

.bl_interViewInfoTable_th {
  font-size: 14px;
  font-weight: bold;
  width: 190px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .bl_interViewInfoTable_th {
      font-size: 3.2vw;
      width: 100%;
      margin-bottom: 2.5vw; } }

.bl_interViewInfoTable_td {
  font-size: 14px;
  width: calc(100% - 190px);
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .bl_interViewInfoTable_td {
      font-size: 3.2vw;
      width: 100%; } }

.bl_intv {
  padding-top: 95px;
  padding-bottom: 0px;
  background-color: #f1f1f1; }
  @media screen and (min-width: 769px) {
    .bl_intv#meeting {
      padding-bottom: 95px; } }
  .bl_intv#industrial_technology {
    padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .bl_intv {
      padding-top: 23.5vw; }
      .bl_intv#meeting {
        padding-bottom: 23.5vw;
        margin-bottom: 23.5vw; } }

.bl_intv_inner {
  position: relative;
  z-index: 1; }

.bl_intv_wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px; }
  @media screen and (max-width: 768px) {
    .bl_intv_wrapper {
      width: 90%; } }

.bl_intv_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .bl_intv_ttl {
      font-size: 4.8vw;
      margin-bottom: 11.5vw; } }

.bl_intv_mTtl {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .bl_intv_mTtl {
      font-size: 4vw;
      margin-bottom: 5.5vw; } }

.bl_intv_wrapper_wrapper {
  margin-bottom: 35px; }
  .bl_intv_wrapper_wrapper:last-child {
    margin-bottom: 0; }

.bl_intv_wrapper_wrapper_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.el_spInterview {
  width: 100%; }
  .el_spInterview img {
    max-width: 100%; }
  .js_isPc .el_spInterview {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .js_isPc .el_spInterview:hover {
      opacity: 0.8; }

.bl_intv_item {
  position: relative;
  width: calc((100% - 21px)/3);
  margin-right: 10px;
  margin-bottom: 30px;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }
  .js_isPc .bl_intv_item:hover {
    opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .bl_intv_item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 4vw;
      padding: 5vw;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff; } }
  .bl_intv_item:nth-child(3n) {
    margin-right: 0; }

@media screen and (max-width: 768px) {
  .bl_intv_item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.2vw; } }

.bl_intv_item_head_img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .bl_intv_item_head_img {
      width: 40%; } }
  .bl_intv_item_head_img:before {
    content: "";
    padding-top: 62.7%;
    display: block; }

.bl_intv_item_img_cat {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bl_intv_item_head_img .el_cat {
  margin-right: 0; }

.bl_intv_item_texts {
  padding: 25px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .bl_intv_item_texts {
      padding: 0; } }

.bl_intv_item_head_ttl {
  display: none; }
  @media screen and (max-width: 768px) {
    .bl_intv_item_head_ttl {
      font-weight: bold;
      width: 60%;
      font-size: 3.2vw;
      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;
      padding: 0 4.5vw;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.8; } }

.bl_intv_item_texts_ttl {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.7; }
  @media screen and (max-width: 768px) {
    .bl_intv_item_texts_ttl {
      display: none; } }

.op_bgObj {
  position: absolute;
  display: block; }
  @media screen and (max-width: 768px) {
    .op_bgObj {
      display: none; } }
  .op_bgObj.op_intv1 {
    top: 45px;
    right: -30px; }
  .op_bgObj.op_intv2 {
    width: 1227px;
    bottom: 0px;
    left: 0px;
    -webkit-transform: translate(-39%, 18%);
    -ms-transform: translate(-39%, 18%);
    transform: translate(-39%, 18%);
    max-width: none; }
  .op_bgObj.op_intv3 {
    width: 1227px;
    top: -12px;
    right: -20px;
    -webkit-transform: translateX(47.5%);
    -ms-transform: translateX(47.5%);
    transform: translateX(47.5%);
    max-width: none; }
  .op_bgObj.op_intv4 {
    top: -12px;
    right: -45px;
    -webkit-transform: translate(0, -68%);
    -ms-transform: translate(0, -68%);
    transform: translate(0, -68%);
    max-width: none; }

.bl_intv_item_texts_text {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 768px) {
    .bl_intv_item_texts_text {
      font-size: 3.2vw; } }

.bl_intv_item_texts_text_exIcon {
  position: relative;
  top: 1px;
  margin-left: 5px;
  display: inline-block;
  width: 12px;
  height: 11px; }

.bl_innerLink.op_intv {
  padding: 115px 0;
  background-color: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .bl_innerLink.op_intv {
      padding: 0;
      background-color: transparent; } }

.js_returnToTop {
  cursor: pointer; }

/*interview_single*/


.bl_intvHero_texts{
  position: relative;
  padding: 70px 0 65px;
  background-color: #f1f1f1;
  overflow: hidden;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts{
    padding: 22vw 0 22vw;
  }
}

.bl_intvHero_texts_bgImg{
  position: absolute;
  right: -1%;
  top: -27px;
  opacity: 0.5;
  max-width: 53%;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_bgImg{
    width: 70%;
    top: -8vw;
    max-width: none;
  }
}

.bl_intvHero_texts_bgImg.op_2{
  right: -532px;
  top: -140px;
  max-width: 120%;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_bgImg.op_2{
    width: 126%;
    max-width: none;
    right: -55%;
    top: -19vw;
  }
}

.bl_intvHero_texts_bgImg.op_3{
  max-width: 38%;
  top: -93px;
  right: 44%;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_bgImg.op_3{
    width: 60%;
    max-width: none;
    right: 5%;
    top: -17vw;
  }
}

.bl_intvHero_texts_ttl{
  position: relative;
  z-index: 2;
}

.bl_intvHero_texts_ttl_main{
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 5px;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_ttl_main{
    font-size: 8.8vw;
  }
}

.bl_intvHero_texts_ttl_sub{
  position: relative;
  /*padding-left: 40px;*/
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_ttl_sub{
    font-size: 3.2vw;
    /*padding-left: 35px;*/
  }
}

.bl_intvHero_texts_ttl_sub .el_cat{
  /*position: absolute;*/
  position: relative;
  top: 5px;
  left: 0;
  line-height: 1;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_ttl_sub .el_cat{
    top: 2vw;
  }
}@media screen and (max-width: 650px){
  .bl_intvHero_texts_ttl_sub .el_cat{
    top: 1.75vw;
  }
}@media screen and (max-width: 550px){
  .bl_intvHero_texts_ttl_sub .el_cat{
    top: 1.5vw;
  }
}@media screen and (max-width: 450px){
  .bl_intvHero_texts_ttl_sub .el_cat{
    top: 1.25vw;
  }
}@media screen and (max-width: 350px){
  .bl_intvHero_texts_ttl_sub .el_cat{
    top: 1vw;
  }
}

.bl_intvHero_texts_ttl_sub.op_bold{
  font-weight: bold;
  font-size: 20px;
  width: 50%;
  box-sizing: border-box;
}@media screen and (max-width: 900px){
  .bl_intvHero_texts_ttl_sub.op_bold{
    font-size: 18px;
  }
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_ttl_sub.op_bold{
    padding-left: 0;
    font-size: 4vw;
    width: 100%;
  }
  .bl_intvHero_texts_ttl_sub.op_bold br{
    display: none;
  }
}

.bl_intvHero{
  margin-bottom: 120px;
}@media screen and (max-width: 768px){
  .bl_intvHero{
    margin-bottom: 23vw;
  }
}

.bl_intvHero_img{
  line-height: 0;
}

.bl_intvSect{
  margin-bottom: 120px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}@media screen and (max-width: 768px){
  .bl_intvSect{
    margin-bottom: 23vw;
  }
}

.bl_intvSect:last-child{
  margin-bottom: 0;
}

.bl_intvSect_head_texts_text{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}@media screen and (max-width: 768px){
  .bl_intvSect_head_texts_text{
    line-height: 2;
    font-size: 4.8vw;
    margin-bottom: 8.5vw;
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .bl_intvSect_head_texts_text br{
    display: none;
  }
}


.bl_intvNote{
letter-spacing: 0.1em;
font-size: 16px;
line-height: 1.6;
}@media screen and (max-width: 768px){
  .bl_intvNote{
    font-size: 3.2vw;
  }
}

.bl_intvSect_head{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.bl_intvSect_head.no-image {
  margin-bottom: 200px;
  margin-top: 100px;
}@media screen and (max-width: 768px){
  .bl_intvSect_head.no-image {
    margin-bottom: 0px;
    margin-top: 100px;
  }
}
.bl_intvSect_head.no-image .bl_intvSect_head_texts_wrapper {
  height: auto;
}



.bl_intvSect_head_texts{
  width: 50%;
  padding-left: 10%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}@media screen and (max-width: 768px){
  .bl_intvSect_head_texts{
    width: 100%;
    padding: 0 5%;
  }
}

.bl_intvSect_head_texts_wrapper{
  position: relative;
  bottom: 0;
  /*padding: 115px 0;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: calc(100% - 10vw);  
}@media screen and (max-width: 768px){
  .bl_intvSect_head_texts_wrapper{
    display: block;
    padding: 0;
    bottom: auto;
    height: auto;
  }
}

.el_intvTtl{
  font-size: 16px;
  font-weight: bold;
  color: #96b74d;
  width: 100%;
  margin-bottom: 15px;
  width: 100%;
  display: none;
}@media screen and (max-width: 768px){
  .el_intvTtl{
    font-size: 3.2vw;
    margin-bottom: 2.2vw;
  }
}

.bl_intvSect_head_img{
  /*position: absolute;*/
  right: 0;
  top: 0;
  width: 50%;
  line-height: 0;
}@media screen and (max-width: 768px){
  .bl_intvSect_head_img{
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}

.bl_intvSect_texts{
  position: relative;
  top: -10vw;
  margin-bottom: -10vw;
}@media screen and (min-width: 1400px){
  .bl_intvSect_texts{
    top: -140px;
    margin-bottom: -140px;
  }
}@media screen and (max-width: 768px){
  .bl_intvSect_texts{
    top: auto;
    margin-bottom: 0;
  }
}

.bl_intvSect_texts_wrapper{
  background-color: #f1f1f1;
  font-size: 16px;
  padding: 55px;
  box-sizing: border-box;
  line-height: 2;
}@media screen and (max-width: 768px){
  .bl_intvSect_texts_wrapper{
    padding: 10.5vw 5vw;
    font-size: 3.2vw;
  }
}

.bl_intvSect_texts_wrapper p{
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}@media screen and (max-width: 768px){
  .bl_intvSect_texts_wrapper p{
    font-size: 3.2vw;
    margin: 0 0 10vw;
  }
}

.bl_intvSect_texts_wrapper p:last-child{
  margin-bottom: 0;
}

.bl_intvMain{
  margin-bottom: 170px;
}@media screen and (max-width: 768px){
  .bl_intvMain{
    margin-bottom: 22vw;
  }
}

.bl_intvMain_wrapper{
  margin-bottom: 60px;
}

.bl_intvProfile_ttl{
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 60px;
}@media screen and (max-width: 768px){
  .bl_intvProfile_ttl{
    font-size: 8.8vw;
    margin-bottom: 11vw;
  }
}

.bl_intvProfile_wrapper{
  background-color: #f1f1f1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 28px 30px 55px;
}@media screen and (max-width: 768px){
  .bl_intvProfile_wrapper{
    padding: 10.5vw 5vw;
  }
}

.bl_intvProfile_item_texts{
  padding-top: 25px;
  max-width: calc(100% - 73px);
}@media screen and (max-width: 768px){
  .bl_intvProfile_item_texts{
    width: 100%;
    max-width: none;
    text-align: center;
    font-size: 3.2vw;
    padding-top: 3.5vw;
  }
}

.bl_intvProfile_item_texts .op_name{
  font-size: 16px;
  color: #96b74d;
  margin-bottom: 10px;
  font-weight: bold;
}@media screen and (max-width: 768px){
  .bl_intvProfile_item_texts .op_name{
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}

.bl_intvProfile_item_texts .op_position{
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: bold;
}@media screen and (max-width: 768px){
  .bl_intvProfile_item_texts .op_position{
    margin-bottom: 3.5vw;
    text-align: center;
  }
  .bl_intvProfile_item_texts .op_position:last-child{
    margin-bottom: 0;
  }
}

.bl_intvProfile{

}@media screen and (max-width: 768px){
  .bl_intvProfile{
    margin-bottom: 37vw;
  }
}

.bl_intvProfile_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.bl_intvProfile_item{
  position: relative;
  margin-right: 55px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}@media screen and (max-width: 768px){
  .bl_intvProfile_item{
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
    margin-bottom: 11.5vw;
  }
  .bl_intvProfile_item:last-child{
    margin-bottom: 0;
  }
}

.bl_intvProfile_item_img{
  margin-right: 10px;
  width: 72px;
}@media screen and (max-width: 768px){
  .bl_intvProfile_item_img{
    width: 20vw;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .bl_intvProfile_item_img img{
    max-width: 20vw;
  }
}

.bl_intvProfile.op_wide .bl_intvProfile_item_img{
  width: auto;
}

#interview_single.op_talk .bl_intvHero{
  margin-bottom: 50px;
}@media screen and (max-width: 768px){
  #interview_single.op_talk .bl_intvHero{
    margin-bottom: 20.5vw;
  }
}

.bl_intvHero_texts_ttl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.bl_intvHero_texts_ttl_wrapper{
  position: relative;
  top: 5px;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_ttl_wrapper{
    top: auto;
    width: 100%;
    margin-bottom: 9vw;
    padding-right: 0;
  }
  .bl_intvHero_texts_ttl_wrapper:last-child{
    margin-bottom: 0;
  }
}

.bl_intvHero_texts_ttl_wrapper_wrapper{
  margin-bottom: 20px;
}

.bl_intvHero_texts_ttl_position{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_ttl_position{
    font-size: 3.2vw;
  }
}

.bl_intvHero_texts_ttl_catch{
  width: 50%;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
}@media screen and (max-width: 768px){
  .bl_intvHero_texts_ttl_catch{
    width: 100%;
    font-size: 4vw;
  }
  .bl_intvHero_texts_ttl_catch br{
    display: none;
  }
}

.bl_intvCatch_text{

}@media screen and (max-width: 768px){
  .bl_intvCatch_text{
    font-size: 3.2vw;
  }
}

.bl_intvCatch{
  padding-top: 50px;
  font-size: 16px;
  line-height: 2;
}@media screen and (max-width: 768px){
  .bl_intvCatch{
    padding-top: 20.5vw;
  }
}

.bl_intvSect_texts_interviwer{
  color: #96b74d;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.bl_intvSect_texts_interviwer.op_below{
  margin-bottom: 0;
}

.bl_intvTalk{
  position: relative;
  margin-bottom: 50px;
}

.bl_intvTalk:last-child{
  margin-bottom: 0;
}

.bl_intvTalk_text .op_name{
  color: #96b74d;
  display: inline-block;
  margin-right: 10px;
}

.bl_intvTalk_img{
  position: absolute;
  top: -22px;
  left: -14px;
  transform: translateX(-100%);
  max-width: 70px;
}@media screen and (max-width: 768px){
  .bl_intvTalk_img{
    position: relative;
    top: auto;
    left: auto;
    transform:none;
    display: block;
    width: 20vw;
    margin: 0 auto 3.5vw;
    max-width: none;
  }
}

@media screen and (min-width: 769px){
  .bl_intvProfile.op_wide .bl_intvTalk_img{
    position: absolute;
    top: -5px;
    left: -5px;
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 768px){
  .bl_intvProfile.op_wide .bl_intvTalk_img{
    margin-bottom: 0;
  }
}


.bl_intvProfile.op_wide .bl_intvProfile_item{
  margin-bottom: 25px;
}@media screen and (max-width: 768px){
  .bl_intvProfile.op_wide .bl_intvProfile_item{
    margin-bottom: 10.5vw;
  }
}

.bl_intvProfile.op_wide .bl_intvProfile_item:last-child{
  margin-bottom: 0;
}

.bl_intvProfile_item_texts .op_text{
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
}


/*by mr.eda*/

/*surprise*/

#surprise #sc_surprise_main {
    position: relative;
}
#surprise .surprise_hand {
    position: absolute;
    top: -500px;
    left: 0;
    z-index: -1;
    width: 52%;
    height: auto;
}
@media screen and (max-width: 768px) {
    #surprise .surprise_hand {
        display: none;
    }
}

#sc_surpriseHero .bl_pageHero_img {
  background-image: url(image/surprise_hero.jpg); }
  @media screen and (max-width: 768px) {
    #sc_surpriseHero .bl_pageHero_img {
      background-image: url(image/surprise_hero_sp.jpg); } }

#sc_surpriseHero .bl_pageTtlTexts_ttl {
  color: #f66555; }

.bl_tiled{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .bl_tiled {
        padding-bottom: 120px;
    }
}

.bl_tiled_item{
  position: relative;
  width: calc(95%/4);
  margin-bottom: 18px;
  background-color: #ccc;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.bl_tiled_item_color1 {background: rgb(247, 101, 86);}
.bl_tiled_item_color2 {background: rgb(223, 192, 85);}
.bl_tiled_item_color3 {background: rgb(150, 183, 78);}
.bl_tiled_item_color4 {background: rgb(9, 161, 184);}
.bl_tiled_item_color5 {background: rgb(136, 136, 136);}

@media screen and (max-width: 1340px) {
    .bl_tiled_item {
        width: calc(92%/4);
    }
}
@media screen and (max-width: 840px) {
    .bl_tiled_item {
        width: calc(91%/4);
    }
}
@media screen and (max-width: 768px) {
    .bl_tiled_item {
        width: 100%;
        height: auto!important;
    }
}

.bl_tiled_item_ttl{
  font-size: 2.4vw;
  line-height: 1.4;
  font-weight: 600;
  position: absolute;
  top:20px;
  left:20px;
  right: 15px;
}
@media screen and (min-width: 1580px) {
    .bl_tiled_item_ttl{
	  font-size: 36px;
	}
}
@media screen and (max-width: 1340px) {
    .bl_tiled_item_ttl{
	  font-size: 2vw;
	}
}
@media screen and (max-width: 840px) {
    .bl_tiled_item_ttl{
	  font-size: 1.6vw;
	}
}
@media screen and (max-width: 768px) {
    .bl_tiled_item_ttl{
        font-size: 8.3vw;
        line-height: 1.3;
        top:calc(8% + 5%);
        left:8%;
        right: 8%;
    }
}

.bl_tiled_item_prof{
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
    .bl_tiled_item_prof{
      font-size: 11px;
      line-height: 1.3;
    }
}
@media screen and (max-width: 768px) {
    .bl_tiled_item_prof{
        bottom: calc(8% + 5%);
        left: 8%;
        right: 8%;
    }
}
@media screen and (max-width: 768px) {
    .bl_tiled_item_prof{
        font-size: 3.2vw;
    }
}

.bl_tiled_item:nth-child(3n){
  margin-right: 0;
}

.bl_tiled_item:before{
  content:"";
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
    .bl_tiled_item:before {
        padding-top: 52%;
    }
}

.bl_pageCatchSep{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.bl_pageCatchSep .bl_pageSecTtl {
	margin-bottom: 1em;
}
.bl_pageCatchSep .bl_pageSecTtl .bl_pageSecTtl_main {
	font-size: 24px;
	line-height: 1.8;  
}@media screen and (max-width: 768px){
  .bl_pageCatchSep .bl_pageSecTtl .bl_pageSecTtl_main{
    font-size: 4.6vw;
  }
  .bl_pageCatchSep br {
    display: none;
  }
}

.bl_pageCatchSep_text{
  font-size: 16px;
  line-height: 2;
}
.bl_pageCatchSep_tiled ul{
	list-style-type: none;
	display: flex;
	margin: 100px 0 0;
	padding: 0;
}
.bl_pageCatchSep_tiled li {
	font-size: 14px;
	line-height: 1;
	margin-right: 2em;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .bl_pageCatchSep_text{
		width: 100%;
		font-size: 3.2vw;
	}
	.bl_pageCatchSep_tiled ul{
		display: block;
		margin: 50px 0 0;
	}
	#surprise .bl_pageCatch {
		padding-bottom: 50px;
	}
	.bl_pageCatchSep_tiled li {
		font-size: 3.2vw;
		margin-right: 0;
		margin-bottom: 1em;
	}
}

.bl_pageCatchSep_tiled span{
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .5em;
	position: relative;
	top: 2px;
}

.js_modal{
  cursor:pointer;
}
.js_modal:hover {
    opacity: 0.8;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.js_modalClose{
  cursor:pointer;
}

.js_modalOpen .uq_modalBg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.75;
  z-index: 10;
}

.js_modalOpen .uq_modalWindow .btnClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: auto;
    z-index: 10;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .js_modalOpen .uq_modalWindow .btnClose {
        width: 7vw;
        display: block;
    }
}

.js_modalOpen .uq_modalWindow{
  position: fixed;
  width: 75%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  z-index: 10;
  background-color: #fff;
  overflow: auto;
  color: #000;
}
@media screen and (max-width: 768px) {
    .js_modalOpen .uq_modalWindow {
        width: 90%;
        height: 84%;
        margin-top: 7vw;
    }
}

.js_modalOpen .bl_modal{
  display: block;
}

.bl_modal{
  display: none;
  box-sizing: border-box;
  padding: 70px 70px 0;
}
@media screen and (max-width: 768px) {
    .bl_modal {
        padding: 5%;
    }
}

.bl_modal_ttl{
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .bl_modal_ttl{
        margin-bottom: 8%;
    }
}

.bl_modal_ttl_main{
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .bl_modal_ttl_main{
        font-size: 4.8vw;
        margin-bottom: 0.8em;
    }
}

.bl_modal_ttl_sub{
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .bl_modal_ttl_sub{
        font-size: 3.2vw;
    }
}

.bl_modal_text{
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .bl_modal_text {
        font-size: 3.2vw;
        margin-bottom: 10%;
    }
}

.bl_modal_close{
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
    .bl_modal_close{
        padding-bottom: 0;
    }
}
.bl_modal_close_wrapper{
  display: inline-block;
  min-width: 200px;
  background-color: #000;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .bl_modal_close_wrapper{
        width: 100%;
        font-size: 3.2vw;
    }
}


#hero {
  width: 100%;
  height: auto;
  background: #eee;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    #hero {
      width: 90%;
      margin: 0 auto 4.5vw; } }
  #hero .motion {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0; }
  #hero .pc {
    display: block; }
    @media screen and (max-width: 767px) {
      #hero .pc {
        display: none; } }
    #hero .pc .motion_txt {
      -webkit-animation: action3 2s;
      animation: action3 2s; }
    #hero .pc .motion0 {
      position: relative;
      -webkit-animation: action3 1.5s;
      animation: action3 1.5s; }
    #hero .pc .motion1 {
      -webkit-animation: action1 .5s;
      animation: action1 .5s; }
    #hero .pc .motion2 {
      -webkit-animation: action1 1s;
      animation: action1 1s; }
    #hero .pc .motion3 {
      -webkit-animation: action1 1.5s;
      animation: action1 1.5s; }
    #hero .pc .motion4 {
      -webkit-animation: action1 .5s;
      animation: action1 .5s; }
    #hero .pc .motion5 {
      -webkit-animation: action2 .5s;
      animation: action2 .5s; }
    #hero .pc .motion6 {
      -webkit-animation: action2 1s;
      animation: action2 1s; }
    #hero .pc .motion7 {
      -webkit-animation: action2 1s;
      animation: action2 1s; }
    #hero .pc .motion8 {
      -webkit-animation: action2 .5s;
      animation: action2 .5s;
      mix-blend-mode: multiply; }
    #hero .pc .motion9 {
      -webkit-animation: action2 .5s;
      animation: action2 .5s;
      mix-blend-mode: multiply; }
  #hero .sp {
    display: none; }
    @media screen and (max-width: 767px) {
      #hero .sp {
        display: block; } }
    #hero .sp .motion_txt {
      -webkit-animation: action3 2s;
      animation: action3 2s; }
    #hero .sp .motion0 {
      position: relative;
      -webkit-animation: action3 1.5s;
      animation: action3 1.5s; }
    #hero .sp .motion1 {
      -webkit-animation: action1 .3s;
      animation: action1 .3s; }
    #hero .sp .motion2 {
      -webkit-animation: action1 .6s;
      animation: action1 .6s; }
    #hero .sp .motion3 {
      -webkit-animation: action1 .6s;
      animation: action1 .6s; }
    #hero .sp .motion4 {
      -webkit-animation: action1 .9s;
      animation: action1 .9s; }
    #hero .sp .motion5 {
      -webkit-animation: action2 .6s;
      animation: action2 .6s; }
    #hero .sp .motion6 {
      -webkit-animation: action2 .3s;
      animation: action2 .3s; }
    #hero .sp .motion7 {
      top: 1px;
      -webkit-animation: action2 .3s;
      animation: action2 .3s;
      mix-blend-mode: multiply; }
    #hero .sp .motion8 {
      top: 1px;
      -webkit-animation: action2 .6s;
      animation: action2 .6s;
      mix-blend-mode: multiply; }

@media screen and (min-width: 1400px) {
  #hero {
    width: 1400px; } }

@-webkit-keyframes action1 {
  0% {
    top: -100px;
    left: -90px; }
  100% {
    top: 0;
    left: 0; } }

@keyframes action1 {
  0% {
    top: -100px;
    left: -90px; }
  100% {
    top: 0;
    left: 0; } }

@-webkit-keyframes action2 {
  0% {
    top: 100px;
    left: 90px; }
  100% {
    top: 0;
    left: 0; } }

@keyframes action2 {
  0% {
    top: 100px;
    left: 90px; }
  100% {
    top: 0;
    left: 0; } }

@-webkit-keyframes action3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes action3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    
    /* top_infomation */
    
    .topinfo{
        width:100%;
        margin:5% 0 4% 0;
    }
    .topinfo .leftbox{
        width:16%;
        float:left;
        font-size:18px;
        font-weight:bold;
    }
    .topinfo .rightbox{
       width:84%;
    }
.topinfo table {
	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
}
   .topinfo td {
padding:15px 10px;
        } 
   .topinfo td a{
color:#f66555;
        } 
   .topinfo tr:first-child td{
padding:0 10px 15px 10px;
}
         .topinfo td.bb {
        border-bottom:#cccccc 1px solid;
}
     .topinfo td img.newicon{
width:50px;
height:auto;
vertical-align:middle;
}
@media screen and (max-width: 768px) {
  .topinfo {
    margin-bottom: 8vw;
  }
    .topinfo .leftbox,
    .topinfo .rightbox{
float:none;
width:100%;
}
    .topinfo .leftbox{
padding-top:20px;
padding-bottom:20px;
    }
       .topinfo tr td{
vertical-align:top;
}
       .topinfo tr:first-child td:nth-child(1)
       /*.topinfo tr td:nth-child(1),
       .topinfo tr td:nth-child(4),
       .topinfo tr td:nth-child(7)*/{
padding:0 10px 15px 0;
}
    }
    @media screen and (max-width:500px) {
        .topinfo tr td{
       border-bottom:#cccccc 1px solid;
       }
       .topinfo tr td{
    padding:15px 0 15px 10px;
       }
         .topinfo tr:first-child td:nth-child(1)
            /*.topinfo tr td:nth-child(1),
       .topinfo tr td:nth-child(4),
       .topinfo tr td:nth-child(7)*/{
padding:0px 0 15px 0px;
}
.topinfo tr td:nth-child(1) {
padding:15px 0 15px 0px;
}

/*KON追記全体*/
.mt_type1{
margin-top: 5vw;
}
.mt_type2{
margin-top: 3vw;
}
.mt_type3{
margin-top: 6vw;
}
    @media screen and (max-width:500px) {
.mt_type1{
margin-top: 23vw;
}
.mt_type2{
margin-top: 10vw;
}
#workstyle .mt_type2{
margin-top: 15vw;
}
.bl_pageSec_texts.mb_type1{
margin-bottom: 2vw;
}
}