@charset "utf-8";
@import url('reset.css');

/* Layout
---------------------------------------------------- */

html,body {
  width: 100%;
  height: 100%;
  color: #222;
  background-color: #fff;
  font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 12px;
}

img {
  vertical-align: bottom;
}

#container {
  width: 100%;
  min-height: 100%;
  position: relative;
  line-height: 1.2;
}

header,
footer {
  width: 100%;
}

div#wrapper {
  margin: 30px auto 0;
  padding-bottom: 850px;
  text-align: center;
}

#container #content {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
  text-align: left;
}

#content .left-navi,
#content .main {
  float: left;
}

#container footer {
  position: absolute;
  bottom: 0;
  text-align: center;
}


/* Common Style
------------------------------------------ */

ul li,
ol li {
  list-style-type: none;
}

a {
  color: #0068b7;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

input {
  font-family: "Lucida Grande", "Verdana", "Osaka", "MS UI Gothic", serif;
  outline: none;
}

.center {
  text-align: center;
}

a[target="_blank"]::after {
  content: url('/static/img/ab/corp/common/icon/link_out.png');
  margin-left: 5px;
}

/* button */
a.more {
  padding: 10px 0;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 20px;
  color: #fff;
  background: #0068b7 url('/static/img/ab/corp/common/icon/more.png') 200px 9px no-repeat;
  background-size: 18px 22px;
  text-align: center;
  font-size: 16px;
  transition: all .4s;
}

#content div#main section p a.more {
  color: #fff;
  text-decoration: none;
}

a.more:hover {
  background-position: center 9px;
  text-decoration: none;
}

a.more span {
  position: absolute;
  left: 62px;
  transition: all .4s;
}

a.more:hover span {
  left: -100px;
}

p.btn-l {
  text-align: center;
}

p.btn-l a.more {
  margin: 0 auto;
  padding: 0;
  width: 560px;
  height: 60px;
  background-position: 600px 19px;
  line-height: 60px;
}

p.btn-l a.more:hover {
  background-position: center 19px;
}

p.btn-l a.more span {
  left: 247px;
}

p.btn-l a.more:hover span {
  left: -280px;
}

/* BreadCrumb */
#container #breadCrumb {
  margin: 2px auto 10px;
  width: 950px;
}

#container #breadCrumb li {
  display: inline;
  font-weight: bold;
}

#container #breadCrumb li span.part {
  margin: 0 2px 0 5px;
  color: #999;
  font-family: monospace;
}

#container #breadCrumb li a,
#container #breadCrumb li span {
  font-weight: normal;
}


/* header
---------------------------------------------------- */

header #header-content {
  margin: 0 auto;
  padding-top: 30px;
  width: 1000px;
  height: 89px;
  position: relative;
  text-align: left;
  box-sizing: border-box;
}

header h1 {
  position: absolute;
  top: 30px;
  left: 0;
}

header h1 a,
footer #footer-service li a {
  transition: all .3s;
}

header h1 a:hover,
footer #footer-service li a:hover {
  opacity: 0.7;
}

header a,
footer a {
  color: #222;
}

/* header-utility */
header #header-utility {
  position: absolute;
  top: 50px;
  right: 0;
}

header #header-utility li {
  margin-left: 20px;
  display: inline-block;
  position: relative;
}

header #header-utility li a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10px;
}

header #header-utility li a:hover {
  text-decoration: none;
}

header #header-utility li a::before {
  margin-right: 5px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 22px;
  background: linear-gradient(to right, rgba(227, 227, 227, 1) 50%, rgba(0, 104, 183, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  vertical-align: middle;
  transition: all .3s;
}

header #header-utility li a:hover::before {
  background-position: 100% 0;
}

/* ground navigation */
nav#gnavi {
  margin-left: 220px;
}

nav#gnavi ul li {
  margin-right: 18px;
  display: inline-block;
}

nav#gnavi ul li a {
  padding: 20px 0 17px;
  border-bottom: 3px solid #e3e3e3;
  position: relative;
  display: inline-block;
  width: 105px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  outline: none;
}

#container.corp nav#gnavi ul li#gnavi-corp a,
#container.service nav#gnavi ul li#gnavi-service a,
#container.news nav#gnavi ul li#gnavi-news a,
#container.recruit nav#gnavi ul li#gnavi-recruit a {
  border-bottom-color: #0068b7;
}

/* mega menu */
nav#megamenu {
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
}

nav#megamenu ul li {
  margin: 0 auto;
  padding: 40px 0 40px 250px;
  width: 1000px;
  min-height: 272px;
  position: relative;
  box-sizing: border-box;
  display: none;
}

#nav-arrow {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  display: none;
}

#nav-arrow img {
  position: absolute;
  top: 0;
  z-index: 50;
  transition: all .2s;
}

nav#megamenu ul li a {
  padding-left: 8px;
  color: #fff;
  display: inline-block;
  position: relative;
}

nav#megamenu ul li h2::before,
nav#megamenu ul li a::before {
  content: url('/static/img/ab/corp/common/curret-white.png');
  margin-top: -3px;
  position: absolute;
  top: 0;
  left: 0;
}

nav#megamenu ul li h2 {
  position: absolute;
  top: 40px;
  left: 10px;
  font-weight: normal;
}

nav#megamenu ul li h2::before {
  margin-top: 6px;
}

nav#megamenu ul li h2 a {
  display: block;
  height: 100%;
  font-size: 24px;
  transition: all .3s;
}

nav#megamenu ul li h2 a::before {
  position: absolute;
  top: 43px;
  left: 10px;
  width: 150px;
  height: 150px;
  background-color: #fff;
}

nav#megamenu ul li h2 a::after {
  position: absolute;
  top: 40px;
  left: 10px;
  transition: all .3s;
}

nav#megamenu ul li#megamenu-corp h2 a::after {
  content: url('/static/img/ab/corp/common/nav/menu-corp.jpg');
}

nav#megamenu ul li#megamenu-news h2 a::after {
  content: url('/static/img/ab/corp/common/nav/menu-news.jpg');
}

nav#megamenu ul li#megamenu-service h2 a::after {
  content: url('/static/img/ab/corp/common/nav/menu-service.jpg');
}

nav#megamenu ul li#megamenu-recruit h2 a::after {
  content: url('/static/img/ab/corp/common/nav/menu-recruit.jpg');
}

nav#megamenu ul li h2 a:hover::after {
  opacity: 0.7;
}

nav#megamenu ul li dl {
  margin: 0 10px;
  width: 230px;
  float: left;
  font-size: 14px;
}

nav#megamenu ul li dl dt {
  padding: 7px 10px;
  color: #fff;
  background-color: #0068b7;
  font-weight: bold;
}

nav#megamenu ul li dl dd {
  margin: 20px 0 0 10px;
}


/* Content
------------------------------------------ */
#content {
  margin: 0 auto;
  width: 1000px;
}

#content::after {
  content: '';
  display: block;
  clear: both;
}

/* Left-navi */
#content nav#left-navi {
  padding: 20px;
  width: 240px;
  float: left;
  background-color: #f7f6f5;
  box-sizing: border-box;
}

#content nav#left-navi h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #777;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#content nav#left-navi ul {
  margin-bottom: 40px;
}

#content nav#left-navi ul:last-child {
  margin-bottom: 0;
}

#content nav#left-navi ul li {
  margin-top: 15px;
}

#content nav#left-navi ul li a,
#content div#main a.link {
  padding-left: 8px;
  display: inline-block;
  position: relative;
  color: #222;
}

#content nav#left-navi ul li a::before,
#content div#main a.link::before {
  content: url('/static/img/ab/corp/common/curret-blue.png');
  margin-top: -3px;
  position: absolute;
  top: 0;
  left: 0;
}

#content nav#left-navi ul li.current > a {
  color: #0068b7;
  font-weight: bold;
}

#content nav#left-navi ul li ul {
  margin-left: 20px;
}

#content nav#left-navi ul li ul li a {
  padding-left: 0;
}

#content nav#left-navi ul li ul li a::before {
  content: '-';
  padding-right: 5px;
  position: static;
  display: inline-block;
  color: #428ec8;
  font-weight: normal;
}

/* Main */
#content div#main {
  width: 740px;
  float: right;
  box-sizing: border-box;
}

#content.single h2,
#content div#main h2 {
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
  color: #0068b7;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.1em;
}

#content.single h3,
#content div#main section h3 {
  margin: 40px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#content.single h4,
#content div#main section h4 {
  margin: 20px 0 15px;
  color: #2f89cd;
  font-size: 16px;
}

#content.single p,
#content div#main section p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}

#content div#main section p {
  margin-bottom: 35px;
}

#content div#main section ul.list {
  margin-bottom: 30px;
}

#content div#main section ul.list li {
  margin-bottom: 5px;
  font-size: 14px;
}

#content div#main section ul.list li:before {
  content: '・';
}

/* Index-navi */
ul#index-navi {
  margin: 0 auto;
  width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

ul#index-navi > li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  width: 480px;
  background-color: #f7f6f5;
}

ul#index-navi li h3 {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  width: 480px;
  height: 90px;
  color: #fff;
  background: #0068b7 url('/static/img/ab/corp/common/header-h90.png') 0 0 no-repeat;
  line-height: 1.4;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

ul#index-navi li p {
  margin: 40px 20px 0;
  line-height: 1.5;
  font-size: 16px;
}

ul#index-navi li ul {
  margin: 40px 20px 0;
  line-height: 1.5;
  font-size: 16px;
}

ul#index-navi li ul li {
  margin-top: 15px;
}

ul#index-navi li ul li a {
  padding-left: 8px;
  display: inline-block;
  position: relative;
  color: #222;
}

ul#index-navi li ul li a::before {
  content: url('/static/img/ab/corp/common/curret-blue.png');
  margin-top: -3px;
  position: absolute;
  top: 0;
  left: 0;
}


/* footer
---------------------------------------------------- */

footer {
  padding-top: 80px;
  background-color: #f7f6f5;
  z-index: 20;
}

/* footer-service */
footer #footer-service {
  margin: 0 auto 80px;
  width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer #footer-service li {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

footer #footer-service li a[target="_blank"]::after {
  content: '';
  margin-left: 0;
}

/* footer-nav */
footer > nav {
  margin: 0 auto 80px;
  width: 1000px;
}

footer > nav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer > nav > ul > li {
  width: 240px;
  text-align: left;
}

footer > nav > ul > li h4 {
  font-size: 14px;
}

footer > nav > ul > li h4 a {
  color: #0068b7;
}

footer > nav ul li ul li {
  margin: 15px 0  0 10px;
}

footer > nav > ul > li a {
  padding-left: 8px;
  display: inline-block;
  position: relative;
}

footer > nav > ul > li a::before {
  content: url('/static/img/ab/corp/common/curret-blue.png');
  margin-top: -3px;
  position: absolute;
  top: 0;
  left: 0;
}

/* footer-utility */
footer #footer-utility-box {
  padding: 30px 0;
  background-color: #fff;
}

footer #footer-utility {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  position: relative;
}

footer #footer-utility ul {
  position: absolute;
  top: 20px;
  left: 220px;
}

footer #footer-utility ul li {
  margin-right: 40px;
  display: inline-block;
}

footer #footer-utility p.copy {
  position: absolute;
  top: 20px;
  right: 70px;
}

footer a#totop {
  padding: 18px 0 17px;
  border-radius: 50px;
  display: block;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0068b7;
  text-align: center;
  transition: 0.3s ease-in-out;
}

footer a#totop:hover {
  background-color: #4d9be3;
  text-decoration: none;
}

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

*:first-child+html .clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE6/IE Mac */
