@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h1 {
  font-weight: 700;
  font-size: 2em;
}
h2 {
  font-weight: 400;
  font-size: 1.5em;
}
h3 {
  font-weight: 400;
  font-size: 1.4em;
}
h4 {
  font-weight: 700;
  font-size: 1.2em;
}
h5 {
  font-weight: 700;
  font-size: 1.0em;
}
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 300;
  font-style: normal;
  color: #333;
  line-height: 1.7em;
}
/*英語キャッチ*/
.catch {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #81c4ec;
  line-height: 0.8em;
  letter-spacing: 0.05em;
}
/*英語キャッチ太字*/
.catchemphasis {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fbc405;
}
/*-------------------------------------------------
リンク設定
-------------------------------------------------*/
a {
  color: #528ecb;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #81c4ec;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/*レシポンシブ画像切り替え*/
.pc {
  display: block;
}
.sp {
  display: none;
}
/*-------------------------------------------------
共通の部品
-------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
/* クリアフィックス */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.mask {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: #0032c8 solid 2px;
}
.h_logo {
  margin-top: 8px;
  margin-left: 8px;
}
#gNav a:hover {
  color: #999;
}
nav ul {
  list-style-type: none;
  list-style-image: none;
}
nav li a {
  font-size: 1em;
  text-decoration: none;
  color: #000;
}
nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #81c4ec;
}
/*---------------------------------募集職種・エントリーボタン*/
nav li.honshabt a {
  background-color: #81c4ec;
  padding: 0 2em;
  color: #fff;
}
nav li.honshabt a:hover {
  background-color: #528ecb;
  color: #fff;
}
#gNav ul > li.honshabt:hover a {
  color: #fff;
}
nav li.honshabt a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: -5px 0px 0 0;
  background: url("../images/iconhonsha.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
nav li.area a {
  background-color: #e67937;
  padding: 0 2em;
  color: #fff;
}
nav li.area a:hover {
  background-color: #ff3b18;
  color: #fff;
}
#gNav ul > li.area:hover a {
  color: #fff;
}
nav li.area a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -0px 10px 0 0;
  background: url("../images/iconarea.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
  .h_logo {
    z-index: 100;
  }
.h_logo a {
  text-decoration: none;
  color: #000;
}
.h_logo ul {
  display: flex;
  list-style: none;
  align-items: center;
}
/*.h_logo ul li p {
  padding-left: 20px;
  padding-bottom: 5px;
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
}*/
.h_logo ul li p {
   margin-left: 20px;
   padding:2px 0 4px 15px;
   text-align: center;
   line-height: 1.4;
   font-size: 12px;
   font-weight: bold;
   border-left: solid 1px #333;
}
/*スマホ*/
@media only screen and (max-width : 768px) {
  #header {
    padding: 10px 0;
    height: 35px;
  }
  .h_logo {
    width: 70%;
    position: absolute;
    top: 0px;
    left: 0px;
/*    z-index: 100;*/
  }
  .h_logo img {
    width: 160px;
  }
  .h_logo ul li p {
    font-size: 8px;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}
/*パソコン*/
@media print, screen and (min-width : 769px) {
  #header {
    height: 80px;
  }
  .h_logo img {
    width: 220px;
  }
  .h_logo p {}
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 1.5em;
  }
  #gNav li.honshabt, #gNav li.area {
	margin-right: 0;
	/* width: 180px; */
  }
  /*
  #gNav li:last-child {
    margin-right: 0;
  }
*/
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -120px;
    width: 290px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    font-size: 0.9em;
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px 15px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
    opacity: 0.5;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}
/*-------------------------------------------------
コンテンツ
-------------------------------------------------*/
section, footer {
  overflow: hidden;
}
.contents {
  background-color: #fff;
  padding: 80px 0 0;
  overflow: hidden;
}
.contentWrap {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/*-------------------------------------------------
フッター
-------------------------------------------------*/
footer {
  background-color: #81c4ec !important;
  padding: 20px 0 30px;
}
footer nav {
  border-bottom: 1px solid #fff;
  width: 96%;
  margin: 0 auto 20px;
  padding: 30px 0;
}
/*---------------------------------フッターメニュー*/
footer nav ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
}
footer nav ul li {
  float: left;
}
footer nav a {
  display: block;
  padding-right: 16px;
  text-decoration: none;
  color: #FFF;
}
footer nav a:hover {
  color: #f5f297;
}
footer nav .tocorprate {
  text-align: right;
}
footer nav .tocorprate img {
  height: 30px;
}
/*---------------------------------フッターコピーライト*/
footer article {
  padding-bottom: 30px;
}
footer article p {
  text-align: center;
  font-size: 0.8em;
  color: #FFF;
}
/*-------------------------------------------------
トップページ
-------------------------------------------------*/
/* トップページ／ヒーローエリア */
.top .hero {
  background-image: url("../images/top_main.jpg");
  margin: 0 auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
}
.top .hero h1 {
  background-color: #81c4ec;
  color: #FFF;
  display: inline-block;
  padding: 3px 0px 3px 40px;
  margin-top: 250px;
}
.top .hero h3 {
  background-color: #528ecb;
  color: #FFF;
  display: inline-block;
  padding-left: 40px;
  margin-top: 20px;
}
.top .hero .btn-cv {
  position: absolute;
  bottom: 30px;
  right: 60px;
}
/* NEW(もしくはお知らせ) */
.news {
  padding: 100px 0;
}
.news .catch {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}
.news h4 {
  text-align: center;
  margin-bottom: 40px;
}
.news dl {
  width: 70%;
  margin: 0px auto;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: #81c4ec;
}
.news dl dt {
  width: 120px;
  float: left;
  padding: 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  color: #fff;
}
.news dl dd {
  margin-left: 120px;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}
.news dl dd a {
  text-decoration: none;
}
/*-------------------------------------------------
  -------------------------------------------------
NEW(もしくはお知らせ)スマホ
  -------------------------------------------------
  -------------------------------------------------*/
@media screen and (max-width: 992px) {
  .news {
    padding: 30px 0;
  }
  .news .catch {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .news h4 {
    margin-bottom: 20px;
  }
  .news dl {
    width: 90%;
  }
  .news dl dt {
    width: 100%;
    float: none;
  }
  .news dl dd {
    margin-left: 0px;
  }
}
/* トップページ／ビジネスフィールド */
.businessfield {
  background-image: url("../images/top_business_bg.jpg");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 100px 0;
}
.businessfield .catch {
  position: absolute;
  top: 50px;
  font-size: 90px;
  z-index: 1;
}
.businessfield ul {
  padding-left: 0;
}
.businessfield .elementcentre {
  text-align: center;
}
.businessfield li {
  display: inline-block;
  width: 45%;
  text-align: center;
  vertical-align: middle;
}
.businessfield li img {
  width: 100%;
}
.businessfield h4 {
  margin: 60px 0;
}
/* トップページ／特徴 */
.feature {
  padding: 100px 0;
  position: relative;
}
.feature .catch {
  position: absolute;
  font-size: 50px;
  z-index: 100;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature ul {
  display: flex;
  margin: 100px auto 0;
}
.feature li {
  width: 25%;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .feature {
    padding: 40px 0;
  }
  .feature .catch {
    top: 50px;
  }
  .feature ul {
    display: block;
    margin: 60px auto 0;
  }
  .feature li {
    width: 100%;
    /* list-style: none;
  text-align: center; */
    margin-bottom: 30px;
  }
  /* .feature ul {
  margin: 0px auto;
  width: 80%;
}

.feature li {
  margin: 30px 0;
  width: calc(100%);
  width: 100%;
}

.feature li img {
  height: 240px;
} */
}
/* .feature ul {
  margin: 100px auto 0;
  width: 80%;
}

.feature li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin: 10px 10px;
  width: calc(33.33% - 24px);
  vertical-align: top;
} */
.feature li img {
  max-height: 300px;
}
.feature li .small {
  text-align: center;
  font-size: 0.8em;
}
/*-------------------------------------------------
-------------------------------------------------
トップページ／ワークライフバランス
トップページ／スキルアップサポート／
-------------------------------------------------
-------------------------------------------------*/
.workskill {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.workskill .wlb {
  border-right: 1px solid #e9e9e9;
}
.workskill .box {
  width: 50%;
  padding-bottom: 60px;
}
.workskill .box img {
  width: 100%;
}
.workskill .box .catch {
  margin-bottom: 40px;
  font-size: 3em;
}
.workskill .box h4 {
  text-align: center;
  margin-bottom: 40px;
}
/*-------------------------------------------------
-------------------------------------------------
トップページ／ワークライフバランス／スマホ
トップページ／スキルアップサポート／スマホ
-------------------------------------------------
-------------------------------------------------*/
@media screen and (max-width: 992px) {
  .workskill {
    display: block;
    border-top: none;
    /* justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9; */
  }
  .workskill .wlb {
    border-right: none;
  }
  .workskill .box {
    width: 90%;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  /* .workskill .box img {
  width: 100%;
} */
  .workskill .box .catch {
    margin-bottom: 20px;
    font-size: 2.5em;
  }
  .workskill .box h4 {
    /* text-align: center; */
    margin-bottom: 20px;
  }
}
/*-------------------------------------------------
-------------------------------------------------
トップページ／上司と部下のクロストーク
-------------------------------------------------
-------------------------------------------------*/
.crosstalk {
  background-color: #f5f297;
  text-align: center;
  padding: 30px 0 80px;
}
.crosstalk .title .catch {
  font-size: 90px;
}
.crosstalk .title h3 {
  position: relative;
  display: block;
  width: 20em;
  margin: 20px auto 5px;
}
.crosstalk .title h3::before, .crosstalk .title h3::after {
  content: "";
  width: 2em;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #999;
}
.crosstalk .title h3::before {
  left: 0;
}
.crosstalk .title h3::after {
  right: 0;
}
.crosstalk .contentWrap {
  display: flex;
  width: 80%;
  margin: 30px auto 0;
  justify-content: space-between;
  border: none;
}
.crosstalk .contentWrap .box {
  background: #fff;
  width: 45%;
  padding-bottom: 20px;
  border: 1px solid #e5e5e5;
}
.crosstalk .contentWrap .box a {
  display: block;
  text-decoration: none;
}
.crosstalk .contentWrap .box img {
  width: calc(100% - 20px);
  object-fit: cover;
  margin-bottom: 20px;
  border: 10px solid #fff;
}
.crosstalk .contentWrap .box .catch {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fbc405;
}
.crosstalk .contentWrap .box a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.crosstalk .contentWrap .box span {
  background: red;
  color: #fff;
  font-size: 0.3em;
  text-align: center;
  margin-left: 5px;
  padding: 3px;
  display: inline;
  vertical-align: top;
}
/*-------------------------------------------------
-------------------------------------------------
トップページ／上司と部下のクロストーク／スマホ
-------------------------------------------------
-------------------------------------------------*/
@media screen and (max-width: 992px) {
  .crosstalk {
    /* background-color: #f5f297;
    text-align: center; */
    padding: 30px 0 20px;
  }
  .crosstalk .title .catch {
    font-size: 40px;
  }
  .crosstalk .title h3 {
    font-size: 1.2em;
    position: relative;
    display: block;
    width: 20em;
    margin: 20px auto 5px;
  }
  /* .crosstalk .title h3::before, .crosstalk .title h3::after {
    content: "";
    width: 2em;
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: #999;
  } */
  /* .crosstalk .title h3::before {
    left: 0;
  } */
  /* .crosstalk .title h3::after {
    right: 0;
  } */
  .crosstalk .contentWrap {
    display: block;
    /* width: 80%;
    margin: 30px auto 0;
    justify-content: space-between;
    border: none; */
  }
  .crosstalk .contentWrap .box {
    width: 100%;
    margin-bottom: 20px;
    /*
    background: #fff;
    padding-bottom: 20px;
    border: 1px solid #e5e5e5; */
  }
  /* .crosstalk .contentWrap .box a {
    display: block;
    text-decoration: none;
  } */
  .crosstalk .contentWrap .box img {
    width: calc(100% - 20px);
    object-fit: cover;
    margin-bottom: 20px;
    border: 10px solid #fff;
  }
  .crosstalk .contentWrap .box .catch {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fbc405;
  }
  .crosstalk .contentWrap .box a:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }

}
/*-------------------------------------------------
-------------------------------------------------
トップページ／よくある質問
-------------------------------------------------
-------------------------------------------------*/
.faq {
  background-image: url("../images/top_faq_item02.jpg");
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 100px 0;
}
.faq .contentWrap {
  background: #fff;
  width: 50%;
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 auto;
}
.faq .contentWrap a {
  display: block;
  padding: 50px 0 40px;
  text-decoration: none;
}
.faq .contentWrap .catch {
  font-size: 30px;
  margin-bottom: 30px;
}
.faq a:hover {
  background-color: #FFF;
  opacity: 0.5;
}
/*-------------------------------------------------
-------------------------------------------------
トップページ／よくある質問／スマホ
-------------------------------------------------
-------------------------------------------------*/
@media screen and (max-width: 992px) {
  .faq {
    /* background-image: url("../images/top_faq_item02.jpg");
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    text-align: center; */
    padding: 30px 0;
  }
  .faq .contentWrap {
    width: 80%;
    /* background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 auto; */
  }
  .faq .contentWrap a {
    /* display: block; */
    /* text-decoration: none; */
    padding: 30px 0 20px;
  }
  .faq .contentWrap .catch {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* .faq a:hover {
    background-color: #FFF;
    opacity: 0.5;
  } */
}
/* トップページ／サブコンテンツ */
.subcontent {
  background-color: #f5f6f8;
  padding: 100px 0;
}
.subcontent ul {
  margin: 0px auto;
  width: 80%;
}
.subcontent h4 {
  margin: 0 auto 40px;
  text-align: center;
}
.subcontent li {
  display: inline-block;
  *display: inline;
  /*IE用*/
  *zoom: 1;
  /*IE用*/
  text-align: left;
  background-color: #fff;
  margin: 10px 10px;
  width: calc(33.33% - 24px);
  width: 30%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(33.33% - 24px);
}
.subcontent li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
.subcontent li a:hover {
  opacity: 0.6;
}
.subcontent li a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -3px 0px 0 10px;
  background: url("../images/blankwindow-icon.jpg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* トップページ／CVボタン */
.cvBtn {
  position: relative;
  padding: 120px 0;
}
.hero ul {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 5%;
  right: 5%;
  list-style: none;
}
.cvBtn ul {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  display: flex;
}
.cvBtn ul li {
  margin: 0 10px;
}
/*共通項目*/
.hero ul li a, .cvBtn ul li a {
  display: block;
  padding: 15px 0px;
  width: 280px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
}
/*本社採用*/
.hero ul li.honshabt a, .cvBtn ul li.honshabt a {
  background-color: #81c4ec;
  margin: 0 auto 10px;
  border: 2px solid #f5f297;
}
.hero ul li.honshabt a:hover, .cvBtn ul li.honshabt a:hover {
  background-color: #528ecb;
  color: #fff;
}
.hero ul li.honshabt a::before, .cvBtn ul li.honshabt a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: -5px 0px 0 0;
  background: url("../images/iconhonsha.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/*エリア採用*/
.hero ul li.area a, .cvBtn ul li.area a {
  background-color: #e67937;
  margin: 0 auto 0px;
  border: 2px solid #f5f297;
}
.hero ul li.area a:hover, .cvBtn ul li.area a:hover {
  background-color: #ff3b18;
  color: #fff;
}
.hero ul li.area a::before, .cvBtn ul li.area a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -5px 10px 0 0;
  background: url("../images/iconarea.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* トップページ／VIEW MORE */
.btn-more {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  margin: 10px 0;
}
.btn-more a {
  background-color: #f5f297;
  display: block;
  padding: 25px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border: 2px solid #81c4ec;
  border-radius: 50px;
  color: #81c4ec;
}
.btn-more a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 15px 0 0;
  background: url("../images/arrow_blue.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-more a:hover {
  background: #fbc405;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* トップページ／VIEW MORE */
.btn-more-blue {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  margin: 10px 0;
}
.btn-more-blue a {
  background-color: #81c4ec;
  display: block;
  padding: 25px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f5f297;
  border-radius: 50px;
  color: #fff;
}
.btn-more-blue a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 15px 0 0;
  background: url("../images/arrow_white.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-more-blue a:hover {
  background: #528ecb;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/*-------------------------------------------------
０１事業内容
-------------------------------------------------*/
/* ０１事業内容／ヒーローエリア */
.business .hero {
  background-image: url("../images/01business_item06.jpg");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
.business .hero .catch {
  font-size: 90px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.business .hero h3 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 5px;
  background: #528ecb;
  color: #fff;
}
/*０１事業内容／4つの事業領域*/
.fourfields {
  background-color: #f5f6f8;
  width: 100%;
  padding-bottom: 80px;
  position: relative;
}
.fourfields .title {
  background-color: #81c4ec;
  color: #FFF;
  padding: 50px;
  width: 65%;
  box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.05);
  float: right;
}
.fourfields .title h2, .sevengroups .title h2 {
  border-bottom: 1px solid #FFF;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.fourfields .solutions {
  background-color: #FFF;
  padding: 40px 60px;
  width: 70%;
  margin: 0 auto;
  clear: both;
}
.fourfields .solutions ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fourfields .solutions li {
  width: 48%;
  list-style: none;
  margin: 20px 0;
}
.fourfields .solutions li:first-child {
  margin-right: 4%;
}
.fourfields .solutions li:last-child {
  margin-left: 4%;
}
.fourfields .solutions li h3 {
  border-left: 5px solid #528ecb;
  padding: 3px 0 3px 10px;
  margin-bottom: 15px;
}
.fourfields .solutions li p {
  margin-bottom: 15px;
}
.fourfields .solutions li img {
  width: 100%;
  margin: 0;
  padding: 0;
}
/*０１事業内容／7つのグループ会社*/
.sevengroups {
  /*  background-color: #FBF2D2;*/
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}
.sevengroups .title {
  background-color: #ecb700;
  color: #FFF;
  padding: 50px;
  width: 55%;
  margin-bottom: 0px;
  box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.sevengroups img {
  padding: 0px;
  margin: 0 auto;
  position: absolute;
  right: 5px;
  bottom: -50px;
  width: 450px;
}
.sevengroups .search {
  margin: 100px auto;
}
.sevengroups .search a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  margin: 0px 77%;
  background-color: #e67937;
  width: 200px;
  color: #FFF;
  border-radius: 3px;
  text-decoration: none;
}
.business .companies {
  padding: 100px 0;
  width: 80%;
  margin: 0 auto;
}
.business .companies ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-spacing: 0.1em;
}
.business .companies ul li {
  display: inline-block;
  *display: inline;
  /*IE用*/
  *zoom: 1;
  /*IE用*/
  margin: 0px 10px 40px 10px;
  width: calc(33.33% - 24px);
  width: 31%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(33.33% - 24px);
  background-color: #FFF;
  position: relative;
  padding: 15px 0px 100px 0px;
}
.business .companies ul li p {
  margin: 0 15px;
}
.business .companies ul li .cv {
  display: inline-block;
  *display: inline;
  /*IE用*/
  *zoom: 1;
  /*IE用*/
  margin: 0 15px;
  width: calc(100% - 30px);
  width: 90%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 30px);
  position: absolute;
  bottom: 15px;
  text-align: center;
}
.business .companies ul li .cv a {
  display: block;
  background-color: #fbc405;
  padding: 15px 5px;
  text-decoration: none;
  color: #FFF;
  border-radius: 3px;
}
.business .companies ul li .cv a:hover {
  opacity: 0.5;
}
.business .companies ul li h4 {
  margin: 0 15px 10px 15px;
}
.honsha {
  border-bottom: 2px solid #0071bc;
}
/*本社*/
.hokkai {
  border-bottom: 2px solid #44837a;
}
/*北海道*/
.touhoku {
  border-bottom: 2px solid #d2692a;
}
/*東北*/
.kansai {
  border-bottom: 2px solid #385794;
}
/*関西*/
.chuou {
  border-bottom: 2px solid #6a8b35;
}
/*中央*/
.chugoku {
  border-bottom: 2px solid #29ABE2;
}
/*中国*/
.toukai {
  border-bottom: 2px solid #a44960;
}
/*東海*/
.kyushu {
  border-bottom: 2px solid #c89f3b;
}
/*九州*/
.sevengroups .companies ul li .tag {
  background-color: #333;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 0.7em;
  padding: 5px 5px 3px;
  margin: 0 15px 10px;
  line-height: 1;
}
/*その他のグループ会社*/
.sevengroups .others {
  width: calc(80% - 20px);
  padding: 35px 0;
  margin: 0 auto;
  background-color: #FFF;
}
.sevengroups .others h4 {
  width: calc(94% - 10px);
  margin: 0 auto 20px;
  border-left: 5px solid #81c4ec;
  padding: 5px 0 5px 10px;
}
.sevengroups .others ul {
  padding: 10px 0;
  width: 94%;
  margin: 0 auto;
  background-color: #FFF;
  border-bottom: 1px dotted #999;
}
.sevengroups .others ul.last {
  border-bottom: none;
}
.sevengroups .others li {
  display: inline-block;
}
.sevengroups .others li.companyname {
  width: 84%;
  padding: 5px 0;
}
.sevengroups .others li.btn {
  background-color: #81c4ec;
  width: 15%;
  border-radius: 3px;
}
.sevengroups .others li.btn a {
  display: block;
  color: #FFF;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
}
.sevengroups .others li.btn a:hover {
  opacity: 0.5;
}
/*-------------------------------------------------
０２福利厚生
-------------------------------------------------*/
/* ０2福利厚生／ヒーローエリア */
.worklife .hero {
  background-image: url("../images/02worklife_item01.jpg");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
.worklife .hero .catch {
  font-size: 90px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.worklife .hero h3 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 5px;
  background: #528ecb;
  color: #fff;
}
/* ０2福利厚生／コンテンツ */
.lead {
  padding: 80px 200px;
}
.systemwrap {
  width: 100%;
  padding: 100px 0;
}
.system {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.worklife .system table {
  border: 10px solid #fff;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFF;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.worklife .system table caption {
  text-align: left;
  padding: 5px 5px 5px 10px;
  border-left: 5px solid #528ecb;
  margin: 30px 0 10px 0;
}
.worklife .system table caption .small {
  padding: 10px 0 0 0;
  text-align: left;
  line-height: 1.4em;
  font-size: 0.9em;
}
.worklife .system th, td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.worklife .system th {
  width: 200px;
  padding-right: 5px;
  vertical-align: top;
  background-color: #f5f6f8;
  font-weight: normal;
}
.worklife .system h2 {
  /*  text-align: center;*/
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
  padding: 0 85px;
}
.worklife .system h2:before, .worklife .system h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 75px;
  height: 1px;
  background-color: black;
}
.worklife .system h2:before {
  left: 0;
}
.worklife .system h2:after {
  right: 0;
}
.worklife .system img {
  display: block;
  margin: 100px auto 10px;
  width: 300px;
  text-align: center;
}
.worklife .system .small {
  /*  text-align: center;*/
  font-size: 0.8em;
}
.worklife .system .feature {
  background-color: #f5f297;
}
.worklife .system .feature th {
  background-color: #fbc405;
  color: #FFF;
}
.worklife .system ul {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
.worklife .system ul li {
  display: inline-block;
  width: 50%;
}
.worklife .system li img {
  width: 100%;
  margin-top: 0px;
}
.worklife .systemwrap .system caption .small {
  text-align: left;
}
.worklife .systemwrap .system p.notes {
  text-align: right;
    font-size: 0.8em;
}
/*-------------------------------------------------
０３教育支援制度
-------------------------------------------------*/
/* ０2福利厚生／ヒーローエリア */
.skill .hero {
  background-image: url("../images/03skillup_item02.jpg");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
.skill .hero .catch {
  font-size: 90px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.skill .hero h3 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 5px;
  background: #528ecb;
  color: #fff;
}
.skillwrap {
  width: 100%;
  padding: 80px 0;
}
.skill .skilluptrain {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.skill .skilluptrain img {
  margin: 20px 0 0;
}
.skill .skilluptrain table {
  border: 10px solid #fff;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFF;
  margin-bottom: 20px;
  text-align: left;
  width:100%;
}
.skill .skilluptrain table caption {
  text-align: left;
  padding: 5px 5px 5px 10px;
  border-left: 5px solid #528ecb;
  margin: 30px 0 10px 0;
}
.skill .skilluptrain p {
  text-align: left;
}
.skill .skilluptrain th, td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.skill .skilluptrain th {
  width: 200px;
  padding-right: 5px;
  vertical-align: top;
  text-align: left;
  background-color: #f5f6f8;
  font-weight: normal;
}
.skill .skilluptrain h2 {
  /*  text-align: center;*/
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
  padding: 0 85px;
}
.skill .skilluptrain h2:before, .skill .skilluptrain h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 75px;
  height: 1px;
  background-color: black;
}
.skill .skilluptrain h2:before {
  left: 0;
}
.skill .skilluptrain h2:after {
  right: 0;
}
.skill .skilluptrain table.result {
  width: 100%;
}
.skill .skilluptrain .result th, .skill .skilluptrain .result td {
  padding: 20px;
  border-bottom: 10px solid #fff;
}
.skill .skilluptrain table.result td {
  width: 12%;
}
.skill .skilluptrain .achievement {
  background: #fff;
  margin-top: 30px;
}
.skill .skilluptrain .achievement p {
  text-align: center;
  padding: 30px;
}
.skill ul {
  font-size: 0;
  text-align: center;
  margin-top: 50px;
}
.skill ul li {
  display: inline-block;
  width: 50%;
}
.skill img {
  width: 100%;
}
.note {
  font-size: 0.8em;
}
.skill .skilluptrain .small {
  font-size: 0.8em;
  text-align: right;
}
/*

/*-------------------------------------------------

０４クロストーク

-------------------------------------------------*/
/* ０１クロストーク／ヒーローエリア */
.cross .hero {
  background-image: url("../images/04crosstalk_bg.png");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  padding: 90px 0;
}
.cross .headline {
  text-align: center;
  margin-bottom: 80px;
}
.cross .hero .catch {
  font-size: 90px;
  text-align: center;
  margin-bottom: 20px;
}
.cross .vol {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  background: #fbc405;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  padding: 37px 0 37px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
}
.cross .vol .num {
  display: block;
  height: 25px;
}
.cross .hero h3 {
  position: relative;
  display: block;
  width: 20em;
  margin: 20px auto 5px;
}
.cross .hero h3::before, .cross .hero h3::after {
  content: "";
  width: 2em;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #999;
}
.cross .hero h3::before {
  left: 0;
}
.cross .hero h3::after {
  right: 0;
}
.cross .hero h4 {}
.cross .hero .profile {
  position: relative;
  background-image: url(../images/04crosstalk_item01.jpg);
  background-position: center;
  background-size: cover;
  width: 50%;
  padding: 225px 0;
  margin: 0 auto;
}
.cross .hero .vol02 {
  background-image: url(../images/04crosstalk02_item02.jpg) !important;
}
.cross .hero .profileleft {
  position: absolute;
  bottom: 10%;
  left: -15%;
  /* z-index: 102; */
  background-color: #fbc405;
  display: inline-block;
  padding: 20px;
}
.cross .hero .colorblue {
  background-color: #81c4ec !important;
}
.cross .hero .profileright {
  position: absolute;
  bottom: 10%;
  right: -15%;
  /* z-index: 103; */
  background-color: #81c4ec;
  display: inline-block;
  padding: 20px;
}
.cross .hero .colororange {
  background-color: #fbc405 !important;
}
.cross .catchtitle {
  width: 70%;
  margin: 0px auto 100px;
}
.cross .catchtitle h2 {
  font-size: 1.6em;
  line-height: 1.6em;
  text-align: center;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.cross .catchtitle p {
  margin: 40px 0 0;
}
.sessionwrap {
  width: 100%;
  padding: 100px 0;
}
.cross .session {
  width: 70%;
  margin: 0 auto;
}
.cross .session .title {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 160px;
}
.cross .session .title .catch {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  font-size: 90pt;
  color: rgba(129, 196, 236, 0.40);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cross .session .title h2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.cross .session .talk {
  margin: 90px 0 0px;
}
.cross .session .talk h5 {
  border-left: #528ecb solid 5px;
  padding: 5px 5px 5px 10px;
  margin: 0px 0 30px;
}
.cross .session .talk dl {
  margin: 15px 0;
}
.cross .session .talk dt {
  float: left;
  width: 55px;
  text-align: center;
}
.cross .session .talk dd {
  margin-left: 80px;
}
.cross .session .talk img {
  width: 40%;
  float: right;
  padding-top: 0;
  margin: 0 0 10px 20px;
}
.cross .session .photobox1 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.cross .session .photobox1 img {
  width: 100%;
}
.cross .session .photobox2 {
  width: 100%;
  margin-top: 40px;
}
.cross .session .photobox2 img {
  width: 50%;
}
.bgblue {
  background-color: #81c4ec;
}
.bgyellow {
  background-color: #fbc405;
}
.bgcream {
  background-color: #FBF2D2;
}
.bgsky {
  background-color: #dcfaff;
}
.bggray {
  background-color: #f5f6f8;
}
.cross .btn-more-blue {
  padding: 100px 0
}
.cross .btn-more-blue a {
  width: 420px;
}
.cross .small {
  font-size: 0.8em;
  text-align: right;
    margin-top: 2em;
}
/*-------------------------------------------------
０５よくある質問
-------------------------------------------------*/
.faqa .hero {
  background-image: url("../images/05faq_item01.jpg");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
.faqa .hero .catch {
  font-size: 90px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.faqa .hero h3 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 10px;
  background: #528ecb;
  color: #fff;
}
/*ページ内リンク*/
.faqa .title {
  padding: 80px 0;
  text-align: center;
}
.faqa .title ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.faqa .title ul li {
  width: 220px;
  background-color: #81c4ec;
  margin: 0 10px;
  border-radius: 3px;
}
.faqa .title ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
}
.faqa .title ul li a:hover {
  opacity: 0.5;
}
/*質問項目*/
.faqa .box {
  margin: 0px auto;
  padding: 100px 0px;
  width: 70%;
}
.faqa .box h5 {
  border-left: 5px solid #81c4ec;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
}
.faqa .box .question {
  background-color: #81c4ec;
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
}
.faqa .box p {
  margin: 10px 0;
  padding: 0px 0px 20px;
}
.faqwrap table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9em;
}
.faqwrap table th {
  background-color: #e9e9e9;
  padding: 20px;
  font-weight: normal;
}
.faqwrap .shamei {
  text-align: left;
}
.faqwrap caption {
  margin-bottom: 20px;
  color: #666;
}
.faqwrap .data {
  font-size: 0.8em;
  text-align: right;
}
@media screen and (max-width: 992px) {
  /*質問項目*/
  .faqa .box {
    padding: 40px 0px;
    width: 90%;
  }
  .faqwrap table th {
    padding: 10px;
  }
  /*ページ内リンク*/
  .faqa .title {
    padding: 40px 0 30px;
    text-align: center;
  }
  .faqa .title ul {
    list-style-type: none;
    display: block;
    justify-content: center;
  }
  .faqa .title ul li {
    width: 90%;
    background-color: #81c4ec;
    border-radius: 3px;
    margin: 0px auto 10px;
  }
  .faqa .title ul li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
  }
}
/*-------------------------------------------------
０６募集職種一覧
-------------------------------------------------*/
/*-------------------------------------------------
-------------------------------------------------
スマホ
-------------------------------------------------
-------------------------------------------------*/
@media screen and (max-width: 992px) {
  /* レシポンシブ   */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 95%;
  }
  .top .catch {
    font-size: 30px;
    margin-bottom: 0;
  }
  .top .worklifebalance .catch, .top .skillup .catch {
    margin-bottom: 30px;
  }
  .top h4 {
    font-size: 1em;
  }
  /* トップページ／CVボタン */
  .hero ul {
    bottom: 2%;
    right: 50%;
    transform: translateX(50%);
    width: 80%;
  }
  .cvBtn ul {
    display: block;
  }
  /*共通項目*/
  .hero ul li a {
    width: 100%;
  }
  /* トップページ／VIEW MORE */
  .btn-more, .btn-more-blue {
    margin: 30px 0 0px;
  }
  .btn-more a, .btn-more-blue a {
    padding: 18px;
    width: 60%;
  }
  .mask {
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .hero .catch {
    line-height: 1.1em;
  }
  /*-------------------------------------------------
コンテンツ
-------------------------------------------------*/
  .contents {
    background-color: #fff;
    padding: 56px 0 0;
    overflow: hidden;
  }
  /*-------------------------------------------------
フッター
-------------------------------------------------*/
  footer {
    padding: 0;
    /*    background-color: #f5f6f8;*/
  }
  footer nav {
    border-bottom: none;
    width: 100%;
    margin: 0 auto 0px;
    padding: 10px 0;
    text-align: center;
    /*    background-color: #FFF;*/
  }
  /*---------------------------------フッターメニュー*/
  footer nav ul {
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
    margin-bottom: 10px;
  }
  footer nav ul li {
    float: none;
    border-bottom: 1px solid #F5F5F5;
  }
  footer nav a {
    padding: 10px 0px;
    text-decoration: none;
    display: block;
  }
  footer nav .tocorprate {
    text-align: center;
  }
  /*---------------------------------フッターコピーライト*/
  footer article p {
    font-size: 0.7em;
    color: #FFF;
    padding: 10px 0;
  }
  /*-------------------------------------------------
トップページ
-------------------------------------------------*/
  /* トップページ／ヒーローエリア */

.top .hero {
/*  background-image: url("../images/top_main.jpg");*/
/*  margin: 0 auto 0;*/
/*  background-repeat: no-repeat;*/
  background-position: right;
/*  background-size: cover;*/
/*  width: 100%;*/
  height: 400px;
/*  position: relative;*/
}    
  .top .hero h1 {
    padding-left: 10px;
    margin-top: 30px;
    font-size: 1.4em;
  }
  .top .hero h3 {
    padding-left: 10px;
    margin-top: 10px;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .top .hero .btn-cv {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* トップページ／ビジネスフィールド */
  .businessfield {
    background-image: url("../images/top_business_bg.jpg");
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 40px 0 30px;
  }
  .businessfield .catch {
    top: 20px;
  }
  .businessfield ul {
    padding-left: 0;
  }
  .businessfield .elementcentre {
    text-align: center;
  }
  .businessfield li {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .businessfield li img {
    width: 80%;
    margin-top: 30px;
  }
  .businessfield h4 {
    margin: 20px 0;
  }
  .contentWrap {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  /* トップページ／特徴 */
  /* .feature {
    padding: 40px 0;
  }

  .feature .catch {
    top: 20px;
  }

  .feature ul {
    margin: 0px auto;
    width: 80%;
  }

  .feature li {
    margin: 30px 0;
    width: calc(100%);
    width: 100%;
  }

  .feature li img {
    height: 240px;
  } */
  /* トップページ／サブコンテンツ */
  .subcontent {
    padding: 40px 0;
  }
  .subcontent ul {
    width: 90%;
  }
  .subcontent li {
    margin: 5px 0px;
    width: calc(100%);
    width: 100%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100%);
  }
  /*-------------------------------------------------
０１事業内容
-------------------------------------------------*/
  /* ０１事業内容／ヒーローエリア */
  .business .hero {
    height: 300px;
    background-position: bottom center;
  }
  .business .hero .catch {
    font-size: 48px;
    top: 50px;
    width: 100%;
    text-align: left;
  }
  .business .hero h3 {
    top: 50%;
    text-align: center;
    white-space: nowrap;
  }
  /*０１事業内容／4つの事業領域*/
  .fourfields {
    padding-bottom: 40px;
    position: relative;
  }
  .fourfields .title {
    padding: 20px 0px;
    width: 100%;
    float: none;
    box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.00);
  }
  .fourfields .solutions {
    /*  background-color: #FFF;*/
    padding: 0px 0px;
    width: 90%;
    margin: 0 auto;
  }
  .fourfields .solutions ul {
    width: 90%;
    margin: 0 auto;
  }
  .fourfields .solutions li {
    width: 100%;
  }
  .fourfields .solutions li:first-child {
    margin-right: 0%;
  }
  .fourfields .solutions li:last-child {
    margin-left: 0%;
  }
  .title h2, .title p {
    width: 90%;
    margin: 0 auto;
  }
  /*０１事業内容／7つのグループ会社*/
  .sevengroups {
    padding-bottom: 40px;
  }
  .sevengroups .title {
    padding: 20px 0px;
    width: 100%;
    box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.00);
    float: none;
    margin-bottom: 240px;
  }
  .sevengroups img {
    margin: 0;
    display: block;
    /*    top: 450px;*/
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 75%;
  }
  .sevengroups .search {
    margin: 30px auto 30px;
  }
  .sevengroups .search a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    margin: 0px auto;
    background-color: #e67937;
    width: 200px;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
  }
  .business .companies {
    padding: 0px;
    width: 90%;
    margin: 0 auto;
  }
  .business .companies ul {
    width: 100%;
  }
  .business .companies ul li {
    margin: 10px auto;
    width: calc(100% - 60px);
  }
  .business .companies ul li p {
    margin: 0 15px;
  }
  /*その他のグループ会社*/
  .sevengroups .others {
    width: 90%;
    padding: 10px 0;
    margin: 10px auto 0;
  }
  .sevengroups .others h4 {
    width: calc(90% - 10px);
    margin: 0 auto 5px;
  }
  .sevengroups .others ul {
    padding: 5px 0;
    width: 90%;
    padding-bottom: 20px;
  }
  .sevengroups .others li.companyname {
    width: 100%;
    padding: 5px 0;
  }
  .sevengroups .others li.btn {
    background-color: #81c4ec;
    width: 100%;
    border-radius: 3px;
    /*    font-size: 0.8em;*/
  }
  /*-------------------------------------------------
０２福利厚生
-------------------------------------------------*/
  /* ０2福利厚生／ヒーローエリア */
  .worklife .hero {
    height: 300px;
  }
  .worklife .hero .catch {
    font-size: 48px;
    top: 50px;
    width: 100%;
    text-align: left;
  }
  .worklife .hero h3 {
    top: 50%;
    text-align: center;
    white-space: nowrap;
  }
  /* ０2福利厚生／コンテンツ */
  .lead {
    padding: 30px 20px;
  }
  .systemwrap {
    width: 100%;
    padding: 50px 0;
  }
  .system {
    width: 90%;
    margin: 0 auto;
  }
  .worklife .system table {
    border: 10px solid #fff;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFF;
  }
  .worklife .system th, td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  .worklife .system th {
    padding-right: 5px;
    vertical-align: top;
    text-align: left;
    background-color: #f5f6f8;
    font-weight: normal;
    width: 35%;
  }
  .worklife .system h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.3em;
  }
  .worklife .system img {
    display: block;
    margin: 30px auto 20px;
    width: 70%;
    text-align: center;
  }
  .worklife .system .feature {
    background-color: #f5f297;
  }
  .worklife .system .feature th {
    background-color: #fbc405;
    color: #FFF;
  }
  /*-------------------------------------------------
０３教育支援制度
-------------------------------------------------*/
  /* ０３教育支援制度／ヒーローエリア */
  .skill .hero {
    height: 300px;
  }
  .skill .hero .catch {
    font-size: 48px;
    top: 50px;
    width: 100%;
    text-align: left;
  }
  .skill .hero h3 {
    top: 50%;
    text-align: center;
    white-space: nowrap;
  }
  .skillwrap {
    width: 100%;
    padding: 50px 0;
  }
  .skill .skilluptrain {
    width: 90%;
    margin: 0 auto;
  }
  .skill .skilluptrain table {
    border: 10px solid #fff;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFF;
  }
  .skill .skilluptrain table caption {
    text-align: left;
    padding: 5px 5px 5px 10px;
    border-left: 5px solid #fbc405;
    margin: 30px 0 10px 0;
  }
  .skill .skilluptrain th, td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  .skill .skilluptrain th {
    width: 35%;
    padding-right: 5px;
    vertical-align: top;
    text-align: left;
    background-color: #f5f6f8;
    font-weight: normal;
  }
  .skill .skilluptrain h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.3em;
  }
  .skill .skilluptrain table.result {
    /*  width: 100%;*/
  }
  .skill .skilluptrain .result th, .skill .skilluptrain .result td {
    padding: 10px;
    border-bottom: 5px solid #fff;
  }
  .skill .skilluptrain table.result td {
    width: 12%;
  }
  /*-------------------------------------------------

  ０４クロストーク

  -------------------------------------------------*/
  /* ０１クロストーク／ヒーローエリア */
  .cross .hero {
    background-size: cover;
    height: 500px;
    padding: 40px 0;
  }
  .cross .headline {
    text-align: center;
    margin-bottom: 80px;
  }
  .cross .hero .catch {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
  }
  .cross .vol {
    /* position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    background: #fbc405;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    padding: 37px 0 37px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff; */
  }
  .cross .vol .num {
    /* display: block;
    height: 25px; */
  }
  .cross .hero h3 {
    /* position: relative;
    display: block;
    width: 20em;
    margin: 20px auto 5px; */
    font-size: 1.2em;
  }
  /* .cross .hero h3::before, .cross .hero h3::after {
    content: "";
    width: 2em;
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: #999;
  } */
  /* .cross .hero h3::before {
    left: 0;
  } */
  /* .cross .hero h3::after {
    right: 0;
  } */
  /* .cross .hero h4 {} */
  .cross .hero .profile {
    /* position: relative;
    background-image: url(../images/04crosstalk_item01.jpg);

    background-size: cover; */
    /* margin: 0 auto; */
    background-position: left 50% top 10%;
    width: 100%;
    padding: 150px 0;
    font-size: 0.8em;
    line-height: 1.4em;
  }
  .cross .hero .profileleft {
    position: absolute;
    bottom: -20px;
    left: -0%;
    /* z-index: 102; */
    background-color: #fbc405;
    display: inline-block;
    padding: 10px;
    width: 43%;
  }
  .cross .hero .profileright {
    position: absolute;
    bottom: -20px;
    right: -0%;
    /* z-index: 103; */
    background-color: #81c4ec;
    display: inline-block;
    padding: 10px;
    width: 43%;
  }
  .cross .catchtitle {
    width: 90%;
    margin: 0px auto 40px;
  }
  .cross .catchtitle h2 {
    font-size: 1.0em;
    /* line-height: 1.6em;
text-align: center;*/
  }
  .cross .catchtitle p {
    margin: 30px 0 0;
  }
  .sessionwrap {
    /*  width: 100%;*/
    padding: 40px 0;
  }
  .cross .session {
    width: 90%;
    margin: 0 auto;
  }
  .cross .session .title {
    height: 100px;
  }
  .cross .session .title .catch {
    font-size: 80pt;
    text-align: center;
  }
  .cross .session .title h2 {
    text-align: center;
  }
  .cross .session .talk {
    margin: 30px 0 0;
  }
  .cross .session .talk img {
    width: 100%;
    float: nonw;
    padding-top: 0;
    margin: 0 0 10px 00px;
  }
  .cross .btn-more-blue {
    padding: 0px 0 30px;
  }
  .cross .btn-more-blue a {
    width: 80%;
    font-size: 0.8em;
  }
  /*-------------------------------------------------
０５よくある質問
-------------------------------------------------*/
  .faqa .hero {
    height: 300px;
  }
  .faqa .hero .catch {
    font-size: 48px;
    top: 20px;
    width: 100%;
    text-align: left;
  }
  .faqa .hero h3 {
    top: 50%;
    text-align: center;
    white-space: nowrap;
  }