@charset "UTF-8";
/* =====================================
	全体設定
===================================== */
a {
  color: #004795;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html, body {
  position: relative;
  min-height: 100%;
}

html {
  font-size: 10px;
  background: url('/img/recruit/common/bg-contents.jpg?1461678801') center top no-repeat #0066cc;
}

/* =====================================
	body
===================================== */
body {
  color: #333333;
  line-height: 1.7;
  font-size: 1.4rem;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.page {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* =====================================
	header
===================================== */
.header {
  position: relative;
  z-index: 10;
}
.header a {
  color: white;
}

.headerNav nav,
.headerInner {
  width: 1000px;
  margin: 0 auto;
}

.headerInner {
  position: relative;
}

.sitelogo {
  float: left;
  margin: 0 30px 0 0;
  line-height: 1;
}
.sitelogo a {
  display: inline-block;
  text-indent: -9999px;
  background: url('/img/common/logo-asgent-white.svg?1461590653') left top no-repeat;
  height: 44px;
  width: 208px;
}

.spHeaderNav {
  display: none;
}

.headerNav {
  padding: 18px 0 10px;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
}
.headerNav ul {
  display: inline-block;
  vertical-align: baseline;
}
.headerNav ul li, .headerNav ul a {
  display: inline-block;
  color: white;
}
.headerNav ul li {
  padding-left: 8px;
}
.headerNav ul li:before {
  content: '▶';
  padding-right: 3px;
}

.navToggle {
  display: none;
}

.gNav {
  float: right;
  height: 100%;
  width: calc( 100% - 238px );
}
.gNav ul {
  text-align: right;
  line-height: 1;
}
.gNav ul li, .gNav ul a {
  display: inline-block;
  line-height: 1;
}
.gNav ul li {
  font-size: 1.6rem;
  margin-left: 40px;
}
.gNav ul a {
  padding: 23px 0 8px;
}
.gNav ul a:hover, .gNav ul a.current {
  text-decoration: none;
  border-bottom: 2px solid white;
}
.gNav .spGnav {
  display: none;
}

/* =====================================
	contents
===================================== */
.mainContent {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
.inner .inner {
  width: 100%;
}

/* =====================================
	components 共通
===================================== */
/*  ページタイトル
===================================== */
.pageHeader {
  display: table;
  height: 270px;
  width: 100%;
}
.pageHeader h1 {
  display: table-cell;
  color: white;
  vertical-align: middle;
  font-weight: normal;
  font-size: 4.8rem;
  line-height: 1;
}
.pageHeader h1 span {
  display: block;
  margin: 0 0 15px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/*  セクション
===================================== */
section {
  margin: 0 0 40px;
  padding: 25px;
  background: white;
  line-height: 1.8;
}
section h2, section h3 {
  color: #004795;
}
section h2 {
  margin: 0 0 25px;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.4;
}
section h3 {
  margin: 0 0 25px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
}
section h4, section h5 {
  color: #004795;
  line-height: 1.3;
}
section h4 {
  margin: 0 0 5px;
  font-size: 2.4rem;
}
section h4 span {
  display: block;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1;
}
section h4 span.subName {
  display: inline;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
section h5 {
  margin: 0 0 5px;
  font-size: 2rem;
  font-weight: normal;
}
section p {
  margin: 0 0 10px;
}
section p:last-of-type {
  margin: 0;
}
section p.compact {
  letter-spacing: -0.02em;
}
section:last-of-type {
  margin-bottom: 0;
}

/*  ページ内リンク
===================================== */
.linkList li, .anchorList li {
  list-style-type: none;
  float: left;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.linkList li a:after, .anchorList li a:after, .linkList li span:after, .anchorList li span:after {
  display: inline-block;
  content: '';
  vertical-align: middle;
  padding-left: 20px;
  width: 60px;
  height: 60px;
  background: url('/img/recruit/common/arw-circle-blue.png?1461677805') center right no-repeat;
}

.linkList-2 li {
  width: 50%;
}

.anchorList {
  /* padding: 30px 0 0; */ /* 20160523 */
}
.anchorList li a:after {
  width: 50px;
  height: 50px;
  padding-left: 25px;
  background: url('/img/recruit/common/arw-circle-blue-down.svg?1461680941') center right no-repeat;
  background-size: auto 100%;
}
.anchorList li .invalid {
  color: #cbcbcb;
}
.anchorList li .invalid:after {
  width: 50px;
  height: 50px;
  padding-left: 25px;
  background: url('/img/recruit/common/arw-circle-gray-down.svg?1461684510') center right no-repeat;
  background-size: auto 100%;
}
.anchorList li p {
  margin: 15px 0 0;
  font-size: 1.4rem;
  font-weight: normal;
}

/*  ブロック
===================================== */
.block {
/*  margin-left: -50px; */
  margin-top: 40px;
}
.block .detail {
  float: right;
  width: 530px;
}
.block figure {
  float: left;
}

/*  赤字
===================================== */
.font-red {
  color: red;
}

/*  notes
===================================== */
.notes {
  font-size: 1.2rem;
}

/*  みぎよせ
===================================== */
.alignRight {
  text-align: right;
}

/*  中央寄せ画像
===================================== */
.fl-none {
  float: none;
  margin: 10px auto;
}

/*  左寄せ画像
===================================== */
.fl-left {
  float: left;
  margin: 0 20px 20px 0;
}

/*  →寄せ画像
===================================== */
.fl-right {
  float: right;
  margin: 0 0 20px 20px;
}

/*  テーブル
===================================== */
table {
  width: 100%;
  margin: 0 0 40px;
  line-height: 1.5;
}
table th, table td {
  padding: 15px 20px;
  border: 1px solid #cbcbcb;
}
table th {
  width: 20%;
  text-align: left;
  font-weight: normal;
  background: #e6e6e6;
}
table td strong {
  display: inline-block;
  margin: 0 0 5px;
}
table.table-2 th {
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
}

/* =====================================
	pages 各ページ
===================================== */
/*  aboutus
===================================== */
#work .detail {
  width: 450px;
}
#work .detail h4 {
  margin: 0 0 10px;
}

/*  handbook
===================================== */
#intro .anchorList a:after, #intro .anchorList span:after {
  padding-left: 50px;
}

/* =====================================
	footer
===================================== */
.footer {
  padding: 0 0 50px;
  font-size: 1.2rem;
  text-align: center;
  clear: both;
  color: white;
}
