@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;
  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.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 */

@charset "utf-8";

/* Company
---------------------------------------------------- */

/* Index */
#main-title {
  margin-bottom: 40px;
  padding-top: 150px;
  height: 100px;
  background: url('/static/img/ab/corp/company/main-img.jpg') center 0 no-repeat;
  background-size: cover;
}

#main-title h2 {
  background-color: rgba(255, 255, 255, 0.5);
}

#main-title h2 span {
  margin: 0 auto;
  display: block;
  width: 1000px;
  height: 100px;
  line-height: 100px;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.2em;
  text-align: left;
}

/* Data */
#main.data > table,
#main.history table {
  margin-top: -20px;
  width: 740px;
}

#main.data > table > tbody > tr > th,
#main.data > table > tbody > tr > td {
  padding: 18px 20px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.7;
  font-size: 14px;
}

#main.data > table > tbody > tr > th {
  width: 100px;
  font-weight: normal;
}

#main.data table td table th {
  padding-right: 10px;
  font-weight: normal;
}

#main.data table td p {
  margin: 18px 0 6px;
}

#main.data table td p.scroll-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#main.data table td p.scroll-group span {
  margin-left: 20px;
}

/* Directors */
#main.directors ul {
  margin-top: -20px;
}

#main.directors ul li {
  padding: 40px 0 40px 270px;
  border-bottom: 1px solid #e3e3e3;
  min-height: 250px;
  position: relative;
}

#main.directors ul li.name {
  padding-bottom: 20px;
  min-height: 0;
}

#main.directors ul li p {
  position: absolute;
  top: 40px;
  left: 270px;
  letter-spacing: 0.1em;
}

#main.directors ul li p.img {
  left: 0;
}

#main.directors ul li h3 {
  padding: 25px 0 20px;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#main.directors ul li h3 span {
  padding-left: 1em;
  color: #d0d0d0;
  font-size: 12px;
  letter-spacing: 0;
  vertical-align: middle;
}

#main.directors table {
  width: 470px;
}

#main.directors table th,
#main.directors table td {
  padding-top: 20px;
  line-height: 1.5;
}

#main.directors table th {
  padding-right: 10px;
  width: 75px;
  font-weight: normal;
}

/* History */
#main.history table th,
#main.history table td {
  padding: 18px 0;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.7;
  font-size: 14px;
}

#main.history table th {
  padding-left: 70px;
  width: 80px;
  position: relative;
  font-weight: normal;
}

#main.history table th span {
  position: absolute;
  top: 18px;
  left: 0;
}

#main.history table td img {
  margin-top: 10px;
  display: block;
}

/* Access */
#main.access > p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}

#main.access p.route,
#content div#main.access section p.route {
  padding: 12px 15px;
  background-color: #f6f6f6;
  line-height: 1.5;
  font-size: 12px;
}

#main.access .msmmap {
  width: 740px;
  height: 450px;
}

#main.access ol li {
  margin: 10px 0 0 20px;
  list-style-type: decimal;
  font-size: 14px;
}

#main.access ol li:not(:last-child) {
}

/* Message */
#main.message > p {
  margin-top: 20px;
  line-height: 1.85;
  font-size: 14px;
}

#main.message p.pht {
  margin-top: -21px;
}

#main.message p.name {
  text-align: right;
}

/* Vision */
#main.vision .lead {
  margin-bottom: 40px;
  height: 440px;
  background: url('/static/img/ab/corp/company/vision/bg-vision.jpg') 0 0 no-repeat;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
}

#main.vision .lead h3 {
  padding: 40px 0 10px;
  font-size: 36px;
  font-weight: normal;
}

#main.vision .lead h3 span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

#main.vision .lead p {
  margin-top: 20px;
  line-height: 2;
  font-size: 14px;
}

#main.vision p.logo {
  text-align: center;
}

#main.vision div.mind {
  padding: 20px 40px 5px 40px;
  background: #f7f6f5;
}

/* Privacy Policy, Compliance Policy, Vendor */
#main.privacy > p,
#main.privacy > ol > li > p,
#main.compliance > p,
#main.compliance > ol > li > p,
#main.vendor > p,
#main.vendor dl {
  line-height: 1.5;
  font-size: 14px;
}

#main.privacy > p {
  margin-bottom: 20px;
}

#main.privacy h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 25px;
}

#main.privacy > ol > li > p {
  margin-bottom: 10px;
  line-height: 1.7;
}

#main.privacy > ol > li,
#main.compliance > ol > li {
  margin-top: 30px;
}

#main.privacy > ol > li h4,
#main.compliance > ol > li h3 {
  margin-bottom: 5px;
  color: #2f89cd;
  font-size: 16px;
}

#main.privacy > ol > li h4 {
  margin-bottom: 10px;
}

#main.privacy > ol > li > ol {
  margin-bottom: 10px;
}

#main.privacy > ol > li h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}

#main.privacy ol li ol,
#main.compliance ol li ol {
  margin-top: 10px;
}

#main.privacy ol li ol li {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.66;
}

#main.vendor ol li ol li {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 12px;
}

#main.compliance ol li ol li {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
}

#main.vendor ol li ol li h5 {
  margin-bottom: 5px;
  font-size: 14px;
}

#main.privacy p a {
  color: #2f89cd;
}

#content div#main.vendor section p {
  margin-bottom: 20px;
}

#content div#main.vendor section p img {
  margin: 5px 0;
  display: block;
}

#main.vendor dl {
  margin-top: -15px;
}

#main.vendor dl dt {
  margin-top: 5px;
}

#main.vendor dl dt::before {
  content: '●';
}

#main.vendor dl dd::before {
  content: '・';
}

#main.privacy p.date,
#main.compliance p.date,
#main.vendor p.date {
  margin-top: 10px;
  text-align: right;
}

/* Safety */
#main.safety .lead {
  margin-bottom: 20px;
  padding: 160px 10px 40px;
  color: #fff;
  background: #0068b7 url('/static/img/ab/corp/common/icon/policy.png') center 40px no-repeat;
  text-align: center;
  box-sizing: border-box;
}

#main.safety .lead h3 {
  font-size: 30px;
  font-weight: normal;
}

#main.safety .lead p {
  margin-top: 10px;
  font-size: 16px;
}

#main.safety > p {
  line-height: 1.5;
  font-size: 14px;
}

#main.safety section ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

#main.safety section ul li {
  margin-bottom: 20px;
  position: relative;
}

#main.safety section ul li a {
  padding: 90px 0 20px;
  border: 1px solid #e3e3e3;
  display: block;
  width: 360px;
  color: #222;
  font-size: 14px;
  text-align: center;
}

#main.safety section ul li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  left: 112px;
  width: 133px;
  height: 57px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 133px 57px;
  transition: all .3s;
}

#main.safety section ul li.mds a::after {
  background-image: url('/static/img/ab/corp/common/logo/mds.png');
}

#main.safety section ul li.ts a::after {
  left: 131px;
  width: 97px;
  height: 63px;
  background-image: url('/static/img/ab/corp/common/logo/ts-vertical.png');
  background-size: 97px 63px;
}

#main.safety section ul li.maf a::after {
  background-image: url('/static/img/ab/corp/common/logo/maf.png');
}

#main.safety section ul li a:hover {
  text-decoration: none;
}

#main.safety section ul li a:hover::after {
  opacity: 0.7;
}

/* Safety - Detail */
#main.safety-detail .lead {
  padding-right: 258px;
  position: relative;
}

#main.safety-detail .lead h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #0068b7;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#main.safety-detail .lead p {
  line-height: 1.5;
  font-size: 14px;
}

#main.safety-detail .lead p.logo {
  position: absolute;
  top: 30px;
  right: 30px;
}

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