@charset "UTF-8";
/******************************************************************
カスタム　○○○○用レイアウト
*****************************************************************/
/* 外部リンクアイコン */
/* iosによるinline-block要素の1文字改行を防ぐ */
/* iosによるinline-block要素の1文字改行を防ぐ（inline-block要素の中にa） */
/* iosによるinline-block要素の1文字改行を防ぐ（inline-block要素の中にspan） */
/******************************************************************
  1■body
*****************************************************************/
*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #212121;
  background: #f7f7f7;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-kerning: auto;
}

/* フォント */
.font-bold {
  font-weight: bold;
}

.small {
  font-size: 80%;
}

.big {
  font-size: 140%;
}

/* 画像 */
img {
  max-width: 100%;
}

.cent-img {
  height: 200px;
  text-align: center;
  margin: 0 0 20px;
}
.cent-img img {
  position: relative;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateY(-50%);
}

.img-hover {
  overflow: hidden;
}
.img-hover img {
  transition: 1s linear;
}
.img-hover:hover img {
  transform: scale(1.05) rotate(0.1deg);
}

#container {
  /*padding-top: 50px;*/
  min-height: 400px;
}

#top-interview-one .contents-inn,
#top-workstyle .contents-inn,
#top-work .contents-inn,
#top-handicapped .contents-inn,
#newgrad #top-message .contents-inn,
#newgrad #top-flow .contents-inn,
#works .arbeit-works .contents-inn {
  padding-bottom: 0;
}

/* = Selected Text
----------------------------------------------- */
::-moz-selection {
  background: rgba(175, 1, 122, 0.1); /* Safari */
}
::selection {
  background: rgba(175, 1, 122, 0.1); /* Safari */
}

::-moz-selection {
  background: rgba(175, 1, 122, 0.1); /* Firefox */
}

.data-for-aidemlog { /* 独自ログ計測用 */ }

/******************************************************************
  2■Common
*****************************************************************/
a {
  color: #212121;
  transition: all 0.3s ease-out;
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

/*矢印 common*/
.icon {
  position: relative;
}
.icon::before, .icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}

/* 矢印1 */
.arrow01::after {
  content: "";
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fccb08;
  border-bottom: 2px solid #fccb08;
  transform: rotate(-45deg);
}

/* 矢印2 */
.arrow02::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 20px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.6s ease;
  -moz-transform: rotate(-45deg);
  -moz-transition: all 0.6s ease;
  -ms-transform: rotate(-45deg);
  -ms-transition: all 0.6s ease;
  -o-transform: rotate(-45deg);
  -o-transition: all 0.6s ease;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}

/* 矢印3 */
.arrow03 {
  display: flex;
}
.arrow03::after {
  content: "";
  display: inline;
  border: transparent 8px solid;
  border-top-color: #fff;
  top: -47px;
  right: 14px;
  vertical-align: middle;
  pointer-events: none;
}

/* ラベル */
.ic {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -5px;
}
.ic li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 5px 5px;
}

/* 外部リンクアイコン */
/*[target="_blank"]{
    &::after{
        content: '';
        display: inline-block;
        background-image: url(../img/common/icon-blank.png);
        width: calc(1em + 10px);
        height: 1em;
        background-size: 16px 14px;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0 0 0 10px;
    }
}*/
/* 2行目以降インデント */
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* 基本ボタン */
.btn-common {
  font-family: ヒラギノ角ゴ W3 JIS2004, Hiragino Kaku Gothic W3 JIS2004, sans-serif;
  display: inline-block;
  border-radius: 4px;
  background-color: #fccb08;
  line-height: 1;
  box-shadow: 0 0 0 2px #fccb08 inset;
}
.btn-common.blank::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon-blank.png);
  width: 26px;
  height: 1em;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 0 0 10px;
}
.btn-common.btn-entry {
  background-color: #f65109;
  color: #fff;
  box-shadow: 0 0 0 2px #f65109 inset;
}
@media (min-width: 769px) {
  .btn-common.btn-entry:hover {
    color: #212121;
  }
}
.btn-common.btn-white {
  background-color: #fff;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .btn-common.btn-white:hover {
    box-shadow: 0 0 0 2px #e5002d inset;
  }
}
.btn-common.btn-white.blank {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.btn-common.btn-white.blank::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon-blank.png);
  width: 26px;
  height: 1em;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 0 0 10px;
}
@media (max-width: 768px) {
  .btn-common.btn-white.blank::after {
    height: 2.8em;
  }
}
@media (min-width: 769px) {
  .btn-common {
    padding: 20px 30px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .btn-common {
    padding: 15px 60px;
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .btn-common:hover {
    background: #FFFFFF;
    opacity: 1;
  }
}

/* 応募ボタン */
.submitBtn {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 0 -5px;
}
.submitBtn li {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.submitBtn li a {
  display: block;
  background: #cccccc;
  font-size: 1.8rem;
  padding: 10px;
}

/* アンカーリンク */
.common-anc {
  background-color: #eeeeee;
}
.common-anc .common-anc-list-cts {
  text-align: center;
}
.common-anc .common-anc-list-cts .btn-common {
  width: 100%;
  overflow: initial;
  font-weight: bold;
}
.common-anc .common-anc-list-cts .btn-common.text-small {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .common-anc .contents-inn {
    padding: 60px 0;
  }
}
.common-anc .common-anc-list {
  display: flex;
  justify-content: center;
}
.common-anc .common-anc-list .common-anc-list-cts {
  width: 256px;
  margin: 0 10px;
}
.common-anc .common-anc-list .common-anc-list-cts .btn-common {
  padding: 20px;
}
.common-anc .common-anc-list .common-anc-list-cts .btn-common.text-small {
  padding: 13px;
}
@media (max-width: 768px) {
  .common-anc .common-anc {
    margin-bottom: 0;
  }
  .common-anc .common-anc-list {
    display: block;
  }
  .common-anc .common-anc-list .common-anc-list-cts {
    width: 84%;
    margin: 0 auto 15px;
  }
  .common-anc .common-anc-list .common-anc-list-cts .btn-common {
    padding: 17px;
    height: 50px;
  }
  .common-anc .common-anc-list .common-anc-list-cts .btn-common.text-small {
    padding: 10px;
  }
}

/* テキストリンク */
.txt-link a {
  color: #e5002d;
  border-bottom: 1px solid #e5002d;
}

/* Common タイトル */
.first-ttl {
  text-align: center;
  font-size: 2.8rem;
  margin: 0 0 40px;
}

.contents-tit {
  color: #e5002d;
  text-align: center;
  /*letter-spacing: .2em;*/
  line-height: 1.3;
  margin-top: -0.2em;
  font-family: ヒラギノ角ゴ W6 JIS2004, Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  font-weight: bold;
}
@media (min-width: 769px) {
  .contents-tit {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .contents-tit {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.contents-tit-ic {
  position: relative;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .contents-tit-ic {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .contents-tit-ic {
    margin-top: 35px;
  }
}
.contents-tit-ic svg {
  fill: #e5002d;
  position: absolute;
  left: 50%; /* Safari用 */
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .contents-tit-ic svg {
    top: -40px;
  }
}
@media (max-width: 768px) {
  .contents-tit-ic svg {
    top: -20px;
  }
}
@media (min-width: 769px) {
  .contents-tit-ic svg {
    width: auto;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .contents-tit-ic svg {
    width: auto;
    height: 40px;
  }
}

.common-tit {
  position: relative;
  border-left: 6px solid #fccb08;
  border-bottom: 1px solid #aaaaaa;
  font-family: ヒラギノ角ゴ W6 JIS2004, Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  font-weight: bold;
}
@media (min-width: 769px) {
  .common-tit {
    font-size: 2.6rem;
    padding: 0 0 5px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .common-tit {
    font-size: 1.8rem;
    padding: 0 0 5px 10px;
    margin-bottom: 20px;
  }
}
.common-tit::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 60%;
  background-color: #e5002d;
}

.box-tit {
  text-align: center;
  font-weight: bold;
}
@media (min-width: 769px) {
  .box-tit {
    font-size: 2rem;
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .box-tit {
    font-size: 1.6rem;
    margin: 0 auto 15px;
  }
}

.sub-tit span {
  background: linear-gradient(transparent 65%, #fae17f 35%);
  font-family: ヒラギノ角ゴ W6 JIS2004, Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  font-weight: bold;
}
@media (min-width: 769px) {
  .sub-tit span {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .sub-tit span {
    font-size: 1.6rem;
  }
}

/* 表組み */
@media (min-width: 769px) {
  .common-table {
    border: 1px solid #ddd;
    border-bottom: 0;
  }
}
.common-table .table-wrap {
  display: table;
  width: 100%;
}
@media (min-width: 769px) {
  .common-table .table-wrap .table-tit, .common-table .table-wrap .table-cts {
    display: table-cell;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 768px) {
  .common-table .table-wrap {
    display: block;
  }
}
.common-table .table-wrap .table-tit {
  background-color: #fae17f;
  text-align: center;
  width: 180px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .common-table .table-wrap .table-tit {
    padding: 10px 0;
    border: 1px solid #ddd;
    width: 100%;
    line-height: 1;
  }
}
.common-table .table-wrap .table-cts {
  background-color: #fff;
}
@media (min-width: 769px) {
  .common-table .table-wrap .table-cts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .common-table .table-wrap .table-cts {
    padding: 15px 0 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}

/* main-ttl */
.main-ttl {
  background-color: #ccc;
  /*background-image: url(/h/ho/hokuetsuks/img/interview/key-v.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
}
.main-ttl .main-ttl-BOX {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-ttl .main-ttl-BOX .main-ttl-txt {
  font-family: ヒラギノ角ゴ W6 JIS2004, Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  font-weight: bold;
}
@media (min-width: 769px) {
  .main-ttl .main-ttl-BOX .main-ttl-txt {
    white-space: nowrap;
  }
}

.anchor-contents {
  margin-top: -70px;
  padding-top: 70px;
}

/******************************************************************
  4■breadcrumbs
*****************************************************************/
#breadcrumbs {
  font-size: 1.2rem;
  background: #FFFFFF;
}
#breadcrumbs a {
  text-decoration: underline;
}
#breadcrumbs .inner {
  max-width: 1080px;
  margin: 0 auto;
  overflow-y: hidden;
}
@media (min-width: 769px) {
  #breadcrumbs .inner {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  #breadcrumbs .inner {
    overflow-x: auto;
  }
}
#breadcrumbs ul {
  display: table;
  /*padding: 5px 0;*/
}
@media (min-width: 769px) {
  #breadcrumbs ul {
    margin-left: -10px;
  }
}
#breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 10px;
  line-height: 1.2;
  position: relative;
  /*&:first-child{
      padding-left: 0;
  }*/
  margin-right: -1px;
}
#breadcrumbs ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  -webkit-transform: rotate(-135deg);
  -webkit-transition: all 0.6s ease;
  -moz-transform: rotate(-135deg);
  -moz-transition: all 0.6s ease;
  -ms-transform: rotate(-135deg);
  -ms-transition: all 0.6s ease;
  -o-transform: rotate(-135deg);
  -o-transition: all 0.6s ease;
  transform: rotate(-135deg);
  transition: all 0.6s ease;
}
#breadcrumbs ul li:last-child::after {
  content: none;
}
#breadcrumbs ul li .interview-type {
  margin: 0 10px 0 0;
}
#breadcrumbs ul li a, #breadcrumbs ul li span {
  display: block;
  padding: 15px 0;
  margin-right: -1px;
}
#breadcrumbs ul li a a:after, #breadcrumbs ul li span a:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
  float: right;
}
#breadcrumbs ul li a:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
  float: right;
}
#breadcrumbs ul li.no-link {
  margin-right: -1px;
}
#breadcrumbs ul li.no-link span:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
  float: right;
}

/******************************************************************
  4■pageNavi
*****************************************************************/
.pageNavi {
  margin: 0 -5px;
  /*    padding: 50px 0 0;*/
  text-align: center;
  overflow: hidden;
  position: relative;
}
.pageNavi .inner {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.pageNavi .inner span {
  text-align: center;
  float: left;
}
.pageNavi .inner span a {
  display: block;
  background: #fccb08;
  margin: 0 5px;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.pageNavi .inner span a:hover {
  background: none;
  box-shadow: 0 0 0 2px #fccb08 inset;
  opacity: 1;
}
.pageNavi .inner span a.current {
  background: none;
  box-shadow: 0 0 0 2px #fccb08 inset;
}

.prev.first, .prev.page {
  position: absolute;
  bottom: 0;
  left: 0;
}
.prev.first a, .prev.page a {
  font-size: 3rem;
}
.prev.page {
  left: 58px;
}

.next.last, .next.page {
  position: absolute;
  bottom: 0;
  right: 0;
}
.next.last a, .next.page a {
  font-size: 3rem;
}
.next.page {
  right: 58px;
}

.page {
  display: block;
}

/*====================================================================================================================

タブレット用(横サイズ)～PCcss (min-width:769px) /

====================================================================================================================*/
@media (min-width: 769px) {
  /******************************************************************
    0■body
  *****************************************************************/
  body {
    min-width: 1200px;
  }
  .PcHdn {
    display: none;
  }
  /*************************************  *****************************
    1■common
  *****************************************************************/
  .contents {
    position: relative;
  }
  .contents-inn {
    padding: 100px 0;
    box-sizing: content-box;
    width: 1080px;
    margin: 0 auto;
  }
  .contents-inn.wide {
    width: 100%;
  }
  /* main-ttl */
  .main-ttl {
    -ms-background-size: cover;
    background-size: cover;
  }
  .main-ttl .main-ttl-BOX {
    padding: 30px 0;
    width: 1080px;
    height: 396px;
    font-size: 3.6rem;
  }
  /*  contents-tit-message */
  .contents-tit-message {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 0 40px;
  }
  .pageNavi {
    margin: 100px 0 0;
  }
}
/* タブレット用(横サイズ)～PCcss end */
/*====================================================================================================================

スマホ～タブレット用(縦サイズ)用css (max-width:768px) /

====================================================================================================================*/
@media (max-width: 768px) {
  /******************************************************************
    0■body
  *****************************************************************/
  #container {
    /*padding-top: 25px;*/
    min-height: 200px;
  }
  .SpnHdn {
    display: none;
  }
  /******************************************************************
    1■common
  *****************************************************************/
  .contents {
    position: relative;
  }
  .contents-inn {
    padding: 30px 10px;
  }
  .contents-inn.wide {
    padding: 30px 0 30;
  }
  /* main-ttl */
  .main-ttl {
    -ms-background-size: cover;
    background-size: cover;
  }
  .main-ttl .main-ttl-BOX {
    padding: 30px 15px;
    min-height: 150px;
    font-size: 1.8rem;
  }
  .anchor-contents {
    margin-top: -60px;
    padding-top: 60px;
  }
  /* contents-tit-message */
  .contents-tit-message {
    text-align: center;
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  /* pageNavi */
  .pageNavi {
    margin: 30px 0 0;
  }
  .pagelink {
    display: none;
  }
  /* 矢印4 */
  .arrow04::before {
    content: "";
    right: 10px;
    bottom: 10px;
    width: 25px;
    top: inherit;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 2;
  }
  .arrow04::after {
    content: "";
    z-index: 1;
    right: 20px;
    bottom: 19px;
    top: inherit;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
  }
  /******************************************************************
  2■Common
  *****************************************************************/
  /* 矢印3 */
  .arrow03 {
    top: 19px;
  }
  /******************************************************************
    4■breadcrumbs
  *****************************************************************/
  #breadcrumbs {
    font-size: 1.1rem;
    background: #aaaaaa;
    color: #FFFFFF;
  }
  #breadcrumbs a {
    color: #FFFFFF;
  }
  #breadcrumbs ul {
    margin-left: 10px;
  }
  #breadcrumbs ul li {
    display: table-cell;
    white-space: nowrap;
    padding: 0;
  }
  #breadcrumbs ul li a, #breadcrumbs ul li span {
    padding: 10px 0;
  }
  #breadcrumbs ul li:nth-child(n+2) {
    padding: 0 10px 0 20px;
  }
  #breadcrumbs ul li::after {
    width: 10px;
    height: 10px;
    right: -10px;
  }
}
/* スマホ～タブレット用(縦サイズ)用css end */
/******************************************************************
  ■header
*****************************************************************/
header {
  background: #ffffff;
  /*padding: 10px;*/
  overflow: hidden;
  border-top: 4px solid #e5002d;
}
@media (max-width: 768px) {
  header {
    font-family: ヒラギノ角ゴ W3 JIS2004, Hiragino Kaku Gothic W3 JIS2004, sans-serif;
  }
}
header a {
  display: block;
}
header .header-inn {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media (min-width: 769px) {
  header .header-inn {
    display: flex;
    align-items: center;
    height: 78px;
  }
}
header .header-inn .koyo-menu {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  font-size: 0;
}
header .header-inn .koyo-menu .koyo-menu-cts {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: -1px;
}
header .header-inn .koyo-menu .koyo-menu-cts a {
  border: 1px solid;
  display: block;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0 10px;
}
header .header-inn .koyo-menu .koyo-menu-cts a:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
  float: right;
}
header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-arbeit a {
  color: #f2730c;
  border-color: #f2730c;
}
header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-career a {
  color: #329632;
  border-color: #329632;
}
header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-newgrad a {
  color: #3a91d5;
  border-color: #3a91d5;
}
header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-contact a {
  color: #e5002d;
  border-color: #e5002d;
}
header .header-inn .koyo-menu .koyo-menu-cts a:hover, header .header-inn .koyo-menu .koyo-menu-cts a.active {
  color: #FFF;
  opacity: 1;
}
header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-arbeit a:hover, header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-arbeit a.active {
  background-color: #f2730c;
}
header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-career a:hover, header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-career a.active {
  background-color: #329632;
}
header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-newgrad a:hover, header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-newgrad a.active {
  background-color: #3a91d5;
}
header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-contact a:hover, header .header-inn .koyo-menu .koyo-menu-cts.koyo-menu-contact a.active {
  background-color: #e5002d;
}

/*.header_logo headerとfollowing共通部分*/
.header_logo a {
  text-align: left;
  font-size: 1.5rem;
}
.header_logo a .logo_img {
  display: block;
}
.header_logo a span {
  display: block;
  line-height: 1;
  background: #eeeeee;
}
@media (max-width: 768px) {
  .header_logo a span {
    margin-top: 3px;
    padding: 2px 5px;
  }
}
.header_logo a span .icon-map {
  margin-right: 7px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header_logo a span .icon-map {
    margin-right: 3px;
  }
}

/*.gnav headerとfollowing共通部分*/
.gnav {
  background: #f7f7f7;
}
.gnav .gnav-inn {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.gnav .gnav-inn .gnav-menu {
  font-size: 0;
}
.gnav .gnav-inn .gnav-menu .gnav-menu-cts {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: -1px;
}
.gnav .gnav-inn .gnav-menu .gnav-menu-cts a {
  line-height: 1;
  display: block;
  padding: 20px;
}
.gnav .gnav-inn .gnav-menu .gnav-menu-cts a.blank::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon-blank.png);
  width: 26px;
  height: 1em;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 0 0 10px;
}
.gnav .gnav-inn .gnav-menu .gnav-menu-cts a.blank::after {
  width: 20px;
  height: 1.4rem;
}
.gnav .gnav-inn .gnav-menu .gnav-menu-cts a:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
  float: right;
}
.gnav .gnav-inn .gnav-menu .gnav-menu-cts .sub-menu-cts-inn {
  padding: 0;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding: 40px 0;
  background-color: rgba(229, 0, 45, 0.8);
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  transition: all 0.1s ease 0s;
}
.sub-menu ul {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sub-menu .sub-menu-cts + .sub-menu-cts {
  margin-left: 20px;
}
.sub-menu.active {
  opacity: 1;
  max-height: 9999px;
  visibility: visible;
}
.sub-menu .sub-menu-cts-inn {
  display: block;
  width: 255px;
}
.sub-menu .sub-menu-cts-inn span {
  display: inline-block;
  margin-top: 16px;
  color: #fff;
  line-height: 1;
  font-size: 1.45rem;
}

/*headerのみ部分*/
@media (min-width: 769px) {
  header .header_logo {
    width: 100%;
  }
}
@media (min-width: 769px) {
  header .header_logo a {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 769px) {
  header .header_logo a .logo_img {
    margin-right: 20px;
    height: 32px;
  }
}
@media (min-width: 769px) {
  header .header_logo a span {
    padding: 10px 17px 8px 20px;
    font-size: 2rem;
    background: #eeeeee;
  }
  header .header_logo a span .icon-map {
    height: 22px;
    vertical-align: top;
  }
}

.following-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  min-width: 1200px;
}
.following-header.pc-nav {
  display: none;
}
.following-header .gnav {
  position: relative;
}
.following-header .gnav .gnav-inn .gnav-menu-cts {
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
.following-header .gnav .gnav-inn .gnav-menu-cts a {
  padding: 20px 8px;
}
.following-header .gnav .gnav-inn .following-recruit {
  float: right;
}
.following-header .gnav .gnav-inn .following-recruit .btn-following-recruit {
  display: block;
  font-size: 1.5rem;
  color: #FFF;
  background: #e5002d;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 9px 0 9px;
}
.following-header .gnav .gnav-inn .header_logo {
  height: 53px;
  float: left;
  display: flex;
  align-items: center;
}
.following-header .gnav .gnav-inn .header_logo a {
  font-size: 1.2rem;
}
.following-header .gnav .gnav-inn .header_logo a .logo_img {
  display: block;
  height: 20px;
}
.following-header .gnav .gnav-inn .header_logo a span {
  display: block;
  margin-top: 3px;
  padding: 2px 5px;
}
.following-header .gnav .gnav-inn .header_logo a span .icon-map {
  margin-right: 5px;
  vertical-align: middle;
}

/******************************************************************
  3■nav
*****************************************************************/
/*.gnav {
    float: right;
}
.gnav-inn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    li{
        display: table;
        a{
            padding: 10px;
            height: 60px;
            vertical-align: middle;
            display: table-cell;
        }
    }
}*/
/******************************************************************
  4■preview
*****************************************************************/
#header_preview #headerCont {
  width: 1080px;
  margin: 30px auto 0;
  font-size: 0;
}
#header_preview #headerCont h1 {
  width: calc(50% - 15px);
  font-size: 0;
  margin: 0 30px 0 0;
  float: left;
}
#header_preview #headerCont .preview {
  width: calc(50% - 15px);
  font-size: 0;
  margin: 0 0 0 calc(50% + 15px);
}
#header_preview #headerCont a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
  color: #FFFFFF;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 1.5px;
  background-color: #f65109;
  position: relative;
}
#header_preview #headerCont a span {
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header_preview #headerCont a:hover {
  opacity: 0.6;
}

/*====================================================================================================================

スマホ～タブレット用(縦サイズ)用css (max-width:768px) / 

====================================================================================================================*/
@media (max-width: 768px) {
  #wrap {
    position: relative;
  }
  body.fixed {
    overflow: hidden;
  }
  .close-btn-wrap {
    text-align: center;
    padding: 10px 10px 0;
  }
  .close-btn {
    border: 1px solid #fff;
    padding: 16px;
    display: block;
    cursor: pointer;
    position: relative;
    text-indent: -1em;
  }
  .close-btn::after, .close-btn::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    margin: auto;
    padding: 0;
    background: #e5002d;
    transition: all 0.5s ease 0s;
  }
  .close-btn::before {
    transform: rotate(135deg);
  }
  .close-btn::after {
    transform: rotate(45deg);
  }
  /******************************************************************
    2■header
  *****************************************************************/
  header {
    border: none;
    height: 58px;
  }
  .header_logo {
    margin-left: 10px;
  }
  .header_logo a {
    font-size: 1.1rem;
    line-height: 1;
  }
  .header_logo .logo_img {
    width: 150px;
  }
  .txt-item {
    display: none;
  }
  .fixed .head-filter {
    height: 100%;
    background: #000000;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 1;
    transition: 0.3s ease-in-out;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  .header_box {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 58px;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  /******************************************************************
    3■nav
  *****************************************************************/
  .entry-btn {
    position: absolute;
    top: 0;
    right: 56px;
    background: url(../img/common/header-sp-entry.png) center center/cover no-repeat;
    width: 70px;
    height: 58px;
    text-indent: -9999px;
  }
  .menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/common/header-sp-menu.png) center center/35px 30px no-repeat;
    width: 56px;
    height: 58px;
    text-indent: -9999px;
  }
  #acMenu {
    width: 100%;
    top: 58px;
    overflow: auto;
    position: fixed;
    z-index: 1000;
    left: 0;
    font-size: 1.6rem;
  }
  #acMenu .toggle-box {
    margin-top: 0;
  }
  #acMenu .entry-box {
    background: rgba(229, 0, 45, 0.96);
  }
  #acMenu .entry-box ul {
    padding: 10px;
  }
  #acMenu .entry-box ul li + li {
    margin-top: 5px;
  }
  #acMenu .entry-box ul li a {
    position: relative;
    padding: 20px;
    border: 1px solid #fff;
    background: #fff;
    color: #e5002d;
    display: block;
    border-radius: 5px;
  }
  #acMenu .entry-box, #acMenu .menu-box {
    display: none;
    width: 100%;
    overflow: hidden;
  }
  #acMenu .menu-box {
    background: rgba(170, 170, 170, 0.96);
    background: #aaaaaa;
    padding: 0 0 20px;
  }
  #acMenu .menu-box ul {
    padding: 10px;
  }
  #acMenu .menu-box ul li {
    background-color: #fff;
  }
  #acMenu .menu-box ul li:first-child {
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
  }
  #acMenu .menu-box ul li + li {
    margin-top: 1px;
  }
  #acMenu .menu-box ul li li {
    border-radius: 5px;
  }
  #acMenu .menu-box ul li li + li {
    margin-top: 5px;
  }
  #acMenu .menu-box ul li p {
    padding: 20px;
  }
  #acMenu .menu-box ul li a {
    display: block;
    padding: 20px 30px 20px 20px;
  }
  #acMenu .menu-box ul li a.blank::after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/icon-blank.png);
    width: 26px;
    height: 1em;
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 0 0 10px;
  }
  #acMenu .menu-box ul li a.blank::after {
    height: 1.4rem;
    background-position: inherit;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 0;
  }
  #acMenu .menu-box ul li .tgl-cts {
    display: none;
    background: rgba(220, 220, 220, 0.96);
  }
  #acMenu .menu-box ul li .tgl-cts .arrow01::after {
    border-color: #e5002d;
  }
  #acMenu .menu-box ul li .tgl-cts li:first-child {
    border-top: none;
  }
  #acMenu .menu-box a, #acMenu .menu-box .tgl-btn {
    display: block;
    position: relative;
  }
  #acMenu .menu-box .tgl-btn span.btn_plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0;
  }
  #acMenu .menu-box .tgl-btn span.btn_plus span {
    background: #e5002d;
    right: 15px;
    display: block;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 18px;
    height: 2px;
    top: 0px;
    bottom: 0px;
    margin: auto;
  }
  #acMenu .menu-box .tgl-btn span.btn_plus span:nth-child(2) {
    transform: rotate(90deg);
  }
  #acMenu .menu-box .tgl-btn.open .btn_plus span:nth-child(2) {
    transform: rotate(0deg);
  }
  body.fixed #acMenu {
    display: block;
    height: calc(100% - 50px);
  }
}
/******************************************************************
  5■footer
*****************************************************************/
footer {
  background: url(../img/common/bg-dot.png);
}
@media (max-width: 768px) {
  footer {
    font-family: ヒラギノ角ゴ W3 JIS2004, Hiragino Kaku Gothic W3 JIS2004, sans-serif;
  }
}

/*====================================================================================================================

タブレット用(横サイズ)～PCcss (min-width:769px) /

====================================================================================================================*/
@media (min-width: 769px) {
  /******************************************************************
    3■footer
  *****************************************************************/
  #page_top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 300;
  }
  #page_top a {
    display: block;
    background: rgba(0, 128, 0, 0.7);
    width: 40px;
    height: 0;
    padding: 40px 0 0;
    overflow: hidden;
  }
  #page_top a:hover {
    background: rgb(0, 128, 0);
  }
  .footer-inner {
    font-size: 1.6rem;
    padding: 50px 0;
    overflow: hidden;
  }
  .footer-menu {
    display: flex;
    justify-content: space-between;
  }
  .footer-menu-inner li {
    margin-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .footer-menu-inner .aco-menu-sp {
    display: block !important;
  }
  .footer-menu-inner .footer-arbeit-works {
    margin-top: 20px;
  }
  .footer-menu, .footer-copy-inner {
    margin: 0 auto;
  }
  .footer-menu {
    max-width: 1080px;
  }
  .footer-copy-inner {
    max-width: 1200px;
    padding-bottom: 40px;
  }
  .footer-copy {
    background: #f7f7f7;
    padding: 30px 0;
    border-bottom: 2px solid #e5002d;
    clear: both;
  }
  .footer-copy img {
    height: 24px;
    width: auto;
    margin-bottom: 10px;
  }
  .footer-copy p {
    font-size: 1.2rem;
  }
  .footer-copy .ga-pdf {
    margin-top: 20px;
  }
  .footer-menu-cts > span {
    padding-bottom: 20px;
    display: block;
  }
  li.aco-menu-cts, .footer-menu-company .footer-menu-cts li {
    font-weight: normal;
    position: relative;
    padding-left: 16px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  li.aco-menu-cts::before, .footer-menu-company .footer-menu-cts li::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    margin: auto;
    padding-right: 5px;
    background: #e5002d;
    content: "";
  }
  li.aco-menu-cts a.blank::after, .footer-menu-company .footer-menu-cts li a.blank::after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/icon-blank.png);
    width: 26px;
    height: 1em;
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 0 0 10px;
  }
}
/* タブレット用(横サイズ)～PCcss end */
/*====================================================================================================================

スマホ～タブレット用(縦サイズ)用css (max-width:768px) / 

====================================================================================================================*/
@media (max-width: 768px) {
  /******************************************************************
    3■footer
  *****************************************************************/
  #page_top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 300;
  }
  #page_top a {
    display: block;
    background: rgba(0, 128, 0, 0.7);
    width: 40px;
    height: 0;
    padding: 40px 0 0;
    overflow: hidden;
  }
  #page_top a:hover {
    background: rgb(0, 128, 0);
  }
  .footer-menu a.blank::after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/icon-blank.png);
    width: 26px;
    height: 1em;
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 0 0 10px;
  }
  .footer-menu a, .footer-menu-cts > span {
    padding: 17px;
    display: block;
    border-bottom: 2px solid #dbdbdb;
    line-height: 1;
  }
  .aco-menu-sp li {
    background: #dbdbdb;
    border-bottom: 1px solid #f7f7f7;
  }
  .footer-menu-company .footer-menu-tit-sp {
    background: #e5002d;
    color: #fff;
  }
  .aco-btn {
    position: relative;
    color: #212121;
  }
  .aco-btn::before {
    transform: rotate(90deg);
  }
  .aco-btn::after {
    transform: rotate(0deg);
  }
  .aco-btn::before, .aco-btn::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    padding: 0;
    background: #212121;
    transition: all 0.5s ease 0s;
  }
  .aco-btn.open::before {
    transform: rotate(0deg);
  }
  .aco-menu-sp {
    display: none;
  }
  .footer-arbeit .aco-menu-sp {
    display: block;
  }
  .footer-copy-inner {
    text-align: center;
    padding: 20px 0 70px;
    font-size: 1.1rem;
    border-bottom: 2px solid #e5002d;
    background: #f7f7f7;
  }
  .footer-copy-inner img {
    max-height: 30px;
    max-width: 160px;
    margin-bottom: 15px;
  }
  .footer-copy-inner .ga-pdf {
    margin-top: 10px;
  }
}
/* スマホ～タブレット用(縦サイズ)用css end *//*# sourceMappingURL=common_company.css.map */