@charset "UTF-8";
/* 基本設定
=============================================== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
html, body {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #222;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #0066CC;
  transition: 0.5s;
}
a:hover, a:active {
  text-decoration: underline;
  color: #0099FF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  vertical-align: bottom;
}
a img {
  transition: 0.5s;
}
a:hover img {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
i {
  margin-right: 0.5em;
}
.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
}
.btn {
  text-align: center;
  display: inline-block;
  padding: 12px 35px;
  color: #0066CC!important;
  border: 1px solid #0066CC;
  font-size: 14px;
}
.btn:hover {
  background: #0066CC;
  text-decoration: none;
  color: #fff!important;
}
.homeBtn {
  text-align: center;
  display: inline-block;
  padding: 15px;
  color: #025bac!important;
  border: 1px solid #025bac;
  font-size: 14px;
  min-width: 300px;
  color: #025bac!important;
}
.homeBtn:hover {
  background: #025bac;
  text-decoration: none;
  color: #fff!important;
}


/* コンテンツ
=============================================== */

#container {
  min-width: 1200px;
}
#contents {
  width: 860px;
  margin: 0 auto;
  padding: 120px 0 120px;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main {
  float: left;
  margin: 0;
  overflow: hidden;
  width: 840px;
  padding: 0;
}
#sub {
  width: 300px;
  float: right;
}
/* ヘッダー
=============================================== */

#gHeader {
  background: #161616;
  width: 100%;
  position: relative;
  z-index: 10000;
  line-height: 1;
  height: 100px;
  min-width: 1200px;
}
#gHeader ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gHeader h1 {
  margin: 0 40px;
  padding: 20px 0;
}
#gHeader #entry {
  font-size: 18px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#gHeader #entry a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  padding: 15px 0;
  background: #f0421c;
  color: #FFF;
  width: 220px;
  text-align: center;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
#gHeader #entry a:before {
  background-color: #161616;
  content: '';
  display: block;
  width: 168px;
  height: 30px;
  left: -75px;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(-74deg);
  -ms-transform: rotate(-74deg);
  transform: rotate(-74deg);
}
#gHeader #entry a:hover {
  text-decoration: none;
  background: #333;
}
#gNav {
  position: absolute;
  top: 3em;
  right: 240px;
  font-size: 13px;
}
#gNav ul {
}
#gNav li {
  display: inline;
  margin-right: 1.3em;
}
#gNav a {
  color: #fff;
  text-decoration: none;
  padding: 30px 0;
}
#gNav a:hover {
  color: #57C5FF;
}


/* フッター
=============================================== */

#gFooter {
  font-size: 12px;
  line-height: 1.2;
  clear: both;
  overflow: hidden;
  padding: 100px 0px;
  border-top: 1px solid #eaeaea;
}
#gFooter .inner {
  width: 1000px;
  margin: 0px auto;
  text-align: center;
}
#gFooter #fNav {
  margin-bottom: 2em;
}
#gFooter #fNav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#gFooter #fNav li {
  display: inline;
  margin-right: 15px;
}
#gFooter #copyright {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
}
#gFooter #corporate {
  width: 300px;
  max-width: 100%;
  margin : 0 auto 60px;
}
#gFooter #corporate img {
  width: 100%;
}

/* 共通タイトル
=============================================== */

#cTitle {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 200px 0 190px;
  background: #025bac;
  z-index: 1;
  min-width: 1200px;
  color: #fff;
}
#recruit.message #cTitle {
  background: #025bac url(../../recruit_images/ctitle_message.jpg?0901) center top;
  background-size: cover;
}
#recruit.interview #cTitle {
  background: #025bac url(../../recruit_images/ctitle_interview.jpg?0901) center top;
  background-size: cover;
}
#recruit.job-category #cTitle {
  background: #025bac url(../../recruit_images/ctitle_job-category.jpg?0901) center top;
  background-size: cover;
}
#recruit.location #cTitle {
  background: #025bac url(../../recruit_images/ctitle_location.jpg?0901) center top;
  background-size: cover;
}
#recruit.requirements #cTitle {
  background: #025bac url(../../recruit_images/ctitle_requirements.jpg?0901) center top;
  background-size: cover;
}
#recruit.schedule #cTitle {
  background: #025bac url(../../recruit_images/ctitle_schedule.jpg?0901) center top;
  background-size: cover;
}
#recruit.faq #cTitle {
  background: #025bac url(../../recruit_images/ctitle_faq.jpg?0901) center top;
  background-size: cover;
}
#recruit.gallery #cTitle {
  background: #025bac url(../../recruit_images/ctitle_gallery.jpg?0901) center top;
  background-size: cover;
}
#cTitle h1 {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
#cTitle p {
  font-size: 12px;
  margin: 0;
}
h2.ttl {
  font-size: 26px;
  font-weight: bold;
  margin: 80px 0 50px;
  padding-left: 25px;
  position: relative;
  position: relative;
}
h2.ttl:before {
  content: '';
  background: url(../../recruit_images/ttl_bg.png);
  background-size: cover;
  position: absolute;
  top: -6px;
  left: 0;
  width: 5px;
  height: 54px;
}
/* 共通要素
=============================================== */

.copy {
  margin: 0 0 1.5em;
  color: #025bac;
  font-size: 36px;
  font-style: italic;
  text-align: center;
}
.lead {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 2;
}
.arw {
  position: relative;
  padding-left: 17px;
}
.arw::after, .arw::before {
  display: block;
  content: '';
  position: absolute;
}
.arw::after {
  top: .2em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #025bac;
  border-radius: 100%;
}
.arw::before {
  z-index: 2;
  top: .525em;
  left: .25em;
  width: 3px;
  height: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 共通テーブル */

.tbl {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #e8e8e8;
}
.tbl thead th {
  text-align: center;
  color: #fff;
}
.tbl th {
  padding: 30px 0;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  font-weight: normal;
  width: 20%;
  position: relative;
}
.tbl th:after {
  background-color: #fff;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  right: -10px;
  top: 0;
  position: absolute;
}
.tbl th:before {
  background-color: #fff;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  right: -10px;
  bottom: 0;
  position: absolute;
}
.tbl td {
  padding: 30px;
  border-bottom: 1px solid #e8e8e8;
  border-left: none;
}
.bigBtn {
  display: inline-block;
  padding: 20px 0;
  background: #F18E28;
  color: #FFF;
  width: 300px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
.bigBtn:hover {
  text-decoration: none;
  background: #FF3300;
  color: #FFF;
}
.bigBtn span {
  position: relative;
}
.bigBtn span::before {
  position: absolute;
  display: block;
  content: '>';
  color: #fff;
  font-size: 16px;
  top: 3px;
  left: -15px;
}
/* コンテンツナビ
=============================================== */

#cNav {
  margin: 120px 0 50px 0;
  border-top: 3px solid #f4f4f4;
  background: #fff;
  text-align: center;
  font-size: 0; /* 追加 */
  padding: 70px 0 0 0;
}
#cNav li {
  font-size: 13px; /* 追加 */
  display: inline-block;
}
#cNav li+li {
  margin-left: 25px;
}
#cNav li a {
  line-height: 1.4;
  display: block;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 3px solid #fff;
  padding-bottom: 25px;
  color: #000;
}
#cNav li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #025bac;
}
#cNav li .active {
  border-bottom: 3px solid #025bac;
}

/* パンくずナビ
=============================================== */

#topicpath {
  font-size: 11px;
  z-index: 100;
  text-align: right;
  padding: 20px 30px;
  background: #f8f8f8;
}
#topicpath li {
  display: inline-block;
}
#topicpath li + li:before {
  margin: 0 5px;
  content: ">";
  color: #CCC;
}

/* ページ送り
=============================================== */

#pager {
  clear: both;
  font-size: 11px;
  margin-top: 80px;
}
#pager .page-numbers, #pager a {
  padding: 10px 25px;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin: 0 1px 1px 0;
}
#pager span {
  background: #999;
}
#pager .dots {
  background: #fff;
  color: #635245;
}
#pager a {
  color: #fff;
  background: #025bac;
}
#pager a:hover {
  background: #635245;
  text-decoration: none;
}

/* 次の記事
=============================================== */

#pageNav {
  clear: both;
  overflow: hidden;
  font-size: 13px;
  margin: 40px auto 0;
}
#pageNav li {
  float: left;
  width: 50%;
}
#pageNav li a {
  display: block;
}
#pageNav .prev a:before {
  content: "<";
  display: inline;
  margin-right: 5px;
}
#pageNav li.next {
  text-align: right;
}
#pageNav .next a:after {
  content: ">";
  display: inline;
  margin-left: 5px;
}
/* ページトップ
=============================================== */

#pageTop {
  border-top: solid 1px #e8e8e8;
  position: relative;
  padding: 30px 40px;
  overflow: hidden;
  font-size: 12px;
}
#pageTop .home {
  float: left;
}
#pageTop .pageTop {
  float: right;
}
#pageTop .pageTop::before {
  display: block;
  content: '>';
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  float: left;
  margin-right: 5px;
  color: #999;
}
/* メッセージ
=============================================== */

#recruit.message #fromCeo {
}
#recruit.message #fromCeo figure {
  margin-bottom: 50px;
}
#recruit.message #fromCeo p {
  line-height: 2;
  font-size: 16px;
}
#recruit.message #fromCeo p.name {
  font-size: 24px;
  margin: 40px 0 0 0;
}
#recruit.message #fromCeo p.name span {
  display: block;
  font-size: 12px;
}
#recruit.message #feature {
}
#recruit.message #feature ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#recruit.message #feature ul li {
  background: #fff;
  display: table;
  width: 100%;
}
#recruit.message #feature ul li+li {
  margin-top: 60px;
}
#recruit.message #feature figure {
  display: table-cell;
  vertical-align: top;
}
#recruit.message #feature ul li .text {
  padding: 0 50px 0 0;
  display: table-cell;
}
#recruit.message #feature ul li h3 {
  margin: 0 0 20px;
  font-size: 20px;
}
#recruit.message #feature ul li p {
  margin: 0;
  line-height: 1.8;
}
/* 勤務地紹介
=============================================== */

#recruit.location #locationList ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#recruit.location #locationList li {
  border-top: 1px solid #e1e1e1;
  padding: 40px 0;
}
#recruit.location #locationList li h3 {
  margin: 0 0 10px;
  font-size: 16px;
}
#recruit.location #locationList li p.address {
  margin: 0 0 30px;
}
#recruit.location #locationList li p {
  margin: 0.5em 0;
}
#recruit.location #locationList li p:last-child {
  margin: 0;
}
/* 先輩の声
=============================================== */

#recruit.interview #interviewList ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#recruit.interview #interviewList li {
}
#recruit.interview #interviewList li figure {
  margin-bottom: 40px;
}
#recruit.interview #interviewList li figure img {
}
#recruit.interview #interviewList li .text {
}
#recruit.interview #interviewList li .name {
  margin: 0 0 0.8em;
  font-size: 20px;
}
#recruit.interview #interviewList li .position {
  margin: 0;
  font-size: 12px;
}
#recruit.interview #interviewList li p {
  margin: 0;
  line-height: 2;
}
#recruit.interview #interviewList dl {
  margin-top: 1.5em;
  font: 11px;
}
#recruit.interview #interviewList dt {
  clear: both;
  float: left;
  width: 8em;
}
#recruit.interview #interviewList dd {
  margin: 0 0 0.5em 8em;
}
#recruit.interview #interviewList li+li {
}
/* 募集職種
=============================================== */


#recruit.job-category #jobList {
}
#recruit.job-category #jobList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#recruit.job-category #jobList ul li {
  background: #fff;
  display: table;
  width: 100%;
}
#recruit.job-category #jobList ul li+li {
  margin-top: 60px;
}
#recruit.job-category #jobList figure {
  display: table-cell;
  vertical-align: top;
}
#recruit.job-category #jobList ul li .text {
  padding: 0 50px 0 0;
  display: table-cell;
}
#recruit.job-category #jobList ul li h3 {
  color: #025bac;
  margin: 0 0 20px;
  font-size: 26px;
}
#recruit.job-category #jobList ul li h4 {
  margin: 25px 0 10px 0;
  font-size: 15px;
}
#recruit.job-category #jobList ul li p {
  margin: 0;
  line-height: 1.8;
}

/* 流れ
=============================================== */

#recruit.schedule #step ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eaeaea;
}
#recruit.schedule #step li {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
#recruit.schedule #step .step, #recruit.schedule #step .text {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
}
#recruit.schedule #step .step {
  width: 180px;
  font-size: 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  border-right: 1px solid #eaeaea;
  color: #025bac;
  position: relative;
}
#recruit.schedule #step .step :after {
  background-color: #fff;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  right: -10px;
  top: 0;
  position: absolute;
}
#recruit.schedule #step .step :before {
  background-color: #fff;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  right: -10px;
  bottom: 0;
  position: absolute;
}
#recruit.schedule #step .step span {
  font-size: 12px;
  margin-right: 0.5em;
}
#recruit.schedule #step .text {
}
#recruit.schedule #step h3 {
  margin: 0 0 10px;
  font-size: 16px;
}
#recruit.schedule #step p {
  margin: 0.5em 0;
}
#recruit.schedule #step p:last-child {
  margin-bottom: 0;
}
/* 会社概要
=============================================== */

#recruit.company #access ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#recruit.company #access li {
  width: 100%;
  display: table;
}
#recruit.company #access li+li {
  margin-top: 60px;
}
#recruit.company #access .text {
  vertical-align: top;
  display: table-cell;
}
#recruit.company #access h4 {
  margin: 0;
  font-size: 18px;
}
#recruit.company #access .access {
  display: table-cell;
  width: 780px;
  height: 360px;
}
#recruit.company #access .map {
  width: 780px;
  height: 360px;
}



/* 採用情報 ギャラリー
=============================================== */

#recruit.gallery #gallery ul {
  margin: 60px 0 -60px;
  padding: 0;
  list-style: none;
  width: 920px;
  overflow: hidden;
}
#recruit.gallery #gallery ul li {
  width: 400px;
  float: left;
  margin: 0 60px 60px 0;
}
#recruit.gallery #gallery ul li:nth-child(2n+1) {
  clear: both;
}
#recruit.gallery #gallery ul li figcaption {
  margin: 15px 0 0;
  font-size: 12px;
  display: block;
}
#recruit.gallery #gallery ul li figure img {
  width: 100%;
}

/* メッセージ
=============================================== */
#company.message #comment {
  width: 100%;
  display: table;
  clear: both;
}
#company.message #comment figure {
  display: table-cell;
  min-width: 460px;
}
#company.message #comment .text {
  display: table-cell;
  padding: 0 80px 0 0;
  vertical-align: top;
}
/* よくあるご質問
=============================================== */


#recruit.faq #faqList dl {
  margin: 60px 0 0 0;
}
#recruit.faq #faqList dt {
  margin: 0 0 10px 0;
  padding: 0 0 0 55px;
  font-size: 16px;
  position: relative;
  color: #025bac;
}
#recruit.faq #faqList dt:before {
  content: "Q";
  font-size: 20px;
  line-height: 38px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 38px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 0;
  color: #025bac;
  border: 2px solid #ccc;
  font-family: 'Montserrat', sans-serif;
}
#recruit.faq #faqList dd {
  margin: 0 0 40px 0;
  padding: 0 0 0 55px;
}
/* インフォ・ブログ
=============================================== */

#main .entry {
  margin-bottom: 60px;
}
#main .entry .title {
  margin: 0px 0px 20px;
  height: 80px;
  border-top: 2px solid #025bac;
  border-bottom: 1px solid #e8e8e8;
  display: table;
  width: 100%;
}
#main .entry .title h2 {
  font-size: 18px;
  font-weight: normal;
  display: table-cell;
  width: 100%;
  padding-right: 20px;
  vertical-align: middle;
  margin: 0px;
}
#main .entry .title .meta {
  font-size: 12px;
  color: #666;
  display: table-cell;
  vertical-align: middle;
}
#main .entry .title span {
  border-left: 1px solid #e8e8e8;
  display: block;
  padding: 10px 20px;
  font-size: 11px;
}
#main .entry .entrybody img {
  margin: 20px auto;
}
#main .entry .entrybody {
  clear: both;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}
#main .entry .category {
  padding-top: 15px;
  font-size: 12px;
}
#sub #sidemenu {
  font-size: 12px;
}
#sub #sidemenu nav {
  padding-top: 30px;
  margin: 0px 0px 40px 0px;
  border-top: 1px solid #e8e8e8;
}
#sub #sidemenu h3 {
  margin: 0px 0px 20px;
  font-size: 15px;
}
#sub #sidemenu h3:before {
  content: "━";
  display: block;
  float: left;
  margin-right: 5px;
  width: 1em;
  text-align: center;
  color: #025bac;
  transform: scale( 0.6, 1 );
  -webkit-transform: scale( 0.6, 1 );
}
#sub #sidemenu ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style: none;
}
#sub #sidemenu li {
  margin: 0px 0px 5px;
  padding: 0px;
  list-style: none;
  text-indent: -15px;
}
#sub #sidemenu li:before {
  content: "・";
  width: 10px;
  height: 10px;
  margin: 0px 5px 0 0;
  float: left;
}
#sub #sidemenu li ul {
  margin: 5px 0px 10px 15px;
}
#sub #sidemenu li ul li {
  font-size: 12px;
  border-bottom: none;
  padding: 0px;
  margin-bottom: 3px;
}
/* トップページ
=============================================== */

#recruit #mainVisual {
  background: #025bac url(../../recruit_images/home_mainvisual.jpg?1215) center top;
  overflow: hidden;
  position: relative;
  height: 660px;
  background-size: cover;
}
#recruit #mainVisual h1 {
  display: table-cell;
  height: 660px;
  font-size: 64px;
  font-style: italic;
  color: #fff;
  vertical-align: middle;
  padding-left: 120px;
  width: 15em;
  margin: 0;
}
#recruit #mainVisual ul {
  width: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
#recruit #messageSec {
  background: #fff url(../../recruit_images/home_message_bg.jpg?0901) center top;
}
#recruit #interviewSec {
  background: #F0F4F5 url(../../recruit_images/home_interview_bg.jpg?0901) center top;
}
#recruit #messageSec .homeBtn, #recruit #interviewSec .homeBtn {
  margin: 0 auto;
  display: block;
  width: 300px;
}
#recruit #messageSec, #recruit #interviewSec {
  width: 100%;
  min-width: 1200px;
  background-size: cover;
}
#recruit #messageSec .text, #recruit #interviewSec .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 100px;
  height: 520px;
}
#recruit #interviewSec .text {
  padding-left: 720px;
}
#recruit #messageSec .text h2, #recruit #interviewSec .text h2 {
  font-size: 46px;
  color: #025bac;
  margin: 0 0 40px;
  font-style: italic;
}
#recruit #messageSec .text p, #recruit #interviewSec .text p {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 50px;
  line-height: 2;
}
#recruit #featureSec {
  overflow: hidden;
  min-width: 1200px;
  padding: 110px 0px;
  background: #025bac url(../../recruit_images/home_feature_bg.jpg) center top;
  background-size: cover;
}
#recruit #featureSec ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 990px;
  overflow: hidden;
}
#recruit #featureSec ul li {
  float: left;
  margin: 0;
  position: relative;
  margin: 15px;
}
#recruit #featureSec ul a {
  display: block;
  background: #FFF;
  color: #fff;
}
#recruit #featureSec ul a:hover {
  text-decoration: none;
}
#recruit #featureSec ul li .text {
  position: relative;
  z-index: 1000;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  width: 300px;
  padding: 30px;
  overflow: hidden;
}
#recruit #featureSec ul li:first-child .text {
  width: 630px;
  height: 300px;
}
#recruit #featureSec ul li h3 {
  margin: 0 0 0.2em;
  font-size: 24px;
  font-weight: normal;
}
#recruit #featureSec ul li p {
  margin: 0;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
}
#recruit #featureSec ul li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#recruit #featureSec ul li figure img {
  width: 100%;
}
#recruit #featureSec ul li a:hover figure img {
  width: 110%;
}
#entrySec {
  clear: both;
  overflow: hidden;
  padding: 50px 0px;
  text-align: center;
  background: #f0f7fa;
  margin: 100px 0;
  background: #f0f7fa url(../../recruit_images/entrysec_bg.png) center top;
  background-size: cover;
}
#entrySec:last-child {
  margin: 0;
}
#recruit #entrySec {
  padding: 100px 0px;
  margin: 0px 0;
}
#entrySec h2 {
  margin: 0px 0 40px;
  font-size: 36px;
  color: #025bac;
  font-family: 'Montserrat', sans-serif;
}
#entrySec p {
  font-size: 18px;
  margin: 0px 0 50px;
  color: #025bac;
}
#entrySec ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#entrySec ul li {
  display: inline-block;
}
#entrySec ul li+li {
  margin-left: 20px;
}
#entrySec .entryBtn {
  text-align: center;
  display: inline-block;
  padding: 25px 40px;
  min-width: 320px;
  color: #fff!important;
  font-size: 16px;
  background: #BA241A;
}
#entrySec .entryBtn:hover {
  background: #161616;
  text-decoration: none;
}
