@charset "UTF-8";
/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

table, input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

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

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

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
* html .clearfix, * + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 980px;
  line-height: 1.5;
  text-align: center;
}

#container {
  margin: 0 auto;
  padding: 30px 0 60px;
  background: url(../images/common/body_bg.png);
  text-align: left;
}

#main {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 1.2em;
}

* html #main, * + html #main {
  zoom: 1;
}

#main:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  background-color: #9ed1ee;
}
#header .headInner {
  margin: 0 auto;
  padding: 0 5px;
  width: 970px;
  position: relative;
}
#header .logo {
  margin-top: 30px;
  float: left;
}
#header .logo a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
  float: right;
}
#gNavi li {
  float: left;
}
#gNavi li a {
  display: block;
}
#gNavi li.home {
  background: url(../images/common/nav_home_over.png) no-repeat;
}
#gNavi li.company {
  background: url(../images/common/nav_company_over.png) no-repeat;
}
#gNavi li.project {
  background: url(../images/common/nav_project_over.png) no-repeat;
}
#gNavi li.staff {
  background: url(../images/common/nav_staff_over.png) no-repeat;
}
#gNavi li.results {
  background: url(../images/common/nav_results_over.png) no-repeat;
}
#gNavi li.recruit {
  background: url(../images/common/nav_recruit_over.png) no-repeat;
}
#gNavi li.event {
  background: url(../images/common/nav_event_over.png) no-repeat;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
  width: 970px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  background-color: #004fa8;
}
#footer .footInner {
  background-color: #9ed1ee;
}
#footer .footInner .unit {
  margin: 0 auto;
  padding: 0 5px;
  width: 970px;
  position: relative;
}
#footer .footInner .unit .toTop {
  position: absolute;
  top: -45px;
  right: -70px;
}
#footer .footInner .unit .toTop a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .footInner .unit .logo {
  margin: 30px 62px 0 75px;
  width: 242px;
  float: left;
}
#footer .footInner .unit .logo img {
  margin-bottom: 5px;
}
#footer .footInner .unit .logo p {
  color: #fff;
  font-size: 1.3em;
  text-align: center;
}
#footer .footInner .unit .tel {
  margin-top: 32px;
  float: left;
}
#footer .footInner .unit .img {
  margin-top: 30px;
  float: right;
  position: relative;
}
#footer .subNavi {
  padding: 20px 0;
  border-bottom: 1px solid #1a61b1;
  text-align: center;
}
#footer .subNavi li {
  margin-left: 20px;
  display: inline;
}
#footer .subNavi li:first-child {
  margin-left: 0;
}
#footer .subNavi li a {
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
}
#footer .subNavi li a:hover {
  color: #f5bb00;
  text-decoration: underline;
}
#footer .copyright {
  padding: 20px 0;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  font-style: normal;
}
/*------20171228------*/
#footer .footer_ttl_2017 {
  width: 815px;
  margin: -55px auto 0;
  text-align: left;
}
#footer .footer_ttl_2017 p{
    text-align: left;
    color: #004fa8;
    width: 37%;
    font-size: 1.3em;
    padding: 0 0 25px 0;
    display: inline-block;
    vertical-align: top;
}