@charset "UTF-8";

/* intro 
-------------------------------------------------------------*/
/* 読み込み時にアニメーション部分は非表示 */
#intro ul {
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 100010;
  background: #000;
  position: fixed;
}

#intro ul li, #intro p { display: none; }
#intro.intro_animation ul li, #intro.intro_animation p { display: block; }

/* アニメーション */
@-webkit-keyframes introFade {
  0% { opacity: 1; }
100% { opacity: 0; }

}

@keyframes introFade {
  0% { opacity: 1; }
100% { opacity: 0; }

}

.intro_animation ul {
  pointer-events: none;
  -webkit-animation-name: introFade;
  animation-name: introFade;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: #000;
  position: fixed;
}

.intro_animation li {
  -webkit-animation-name: introFade;
  animation-name: introFade;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
}

.intro_animation li:nth-of-type(1) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  z-index: 109;
  background: #000;
}

.intro_animation li:nth-of-type(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  z-index: 108;
  background: url(../../img/intro01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.intro_animation li:nth-of-type(3) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  z-index: 107;
  background: url(../../img/intro02.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.intro_animation li:nth-of-type(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  z-index: 106;
  background: url(../../img/intro03.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.intro_animation li:nth-of-type(5) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  z-index: 105;
  background: url(../../img/intro04.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.intro_animation li:nth-of-type(6) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  z-index: 104;
  background: url(../../img/intro05.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.intro_animation li:nth-of-type(7) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  z-index: 103;
  background: url(../../img/intro06.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.intro_animation li:nth-of-type(8) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  z-index: 102;
  background: url(../../img/intro07.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@-webkit-keyframes introLogoSpark {
  0% { opacity: 0; }
40% { opacity: 1; }
100% { opacity: 0; }

}

@keyframes introLogoSpark {
  0% { opacity: 0; }
40% { opacity: 1; }
100% { opacity: 0; }

}

.intro_animation .logo_spark {
  pointer-events: none;
  -webkit-animation-name: introLogoSpark;
  animation-name: introLogoSpark;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin: -150px 0 0 -300px;
  z-index: 110000;
  top: 50%;
  left: 50%;
  position: fixed;
}

@-webkit-keyframes introLogo {
  0% { opacity: 0; }
10% { opacity: 1; }
60% { opacity: 1; }
100% { opacity: 0; }

}

@keyframes introLogo {
  0% { opacity: 0; }
10% { opacity: 1; }
60% { opacity: 1; }
100% { opacity: 0; }

}

.intro_animation .logo {
  pointer-events: none;
  -webkit-animation-name: introLogo;
  animation-name: introLogo;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin: -150px 0 0 -300px;
  z-index: 111000;
  top: 50%;
  left: 50%;
  position: fixed;
}

/* top common 
-------------------------------------------------------------*/
#top .st {
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
}

#top .st span {
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #00036a;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
  display: block;
}

/* mainimage 
-------------------------------------------------------------*/
#mainimage {
  border-top: 75px solid transparent;
  max-height: 870px;
  min-height: 500px;
  z-index: 100000;
  overflow: hidden;
  position: relative;
}

#mainimage #slide li img { width: 100%; }

#mainimage h2 {
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  max-width: 1200px;
}

#mainimage h2 img {
  text-align: center;
  margin: auto;
  width: 568px;
  height: 498px;
  z-index: 99999;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  position: absolute;
}

/* company 
-------------------------------------------------------------*/
#top_about {
  padding: 100px 0 0;
  background: url(../../img/business_bg.jpg) no-repeat left top;
  background-size: cover;
}

#company p {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin: 30px auto 70px;
  width: 960px;
}

/* business 
-------------------------------------------------------------*/
#business { padding: 100px 0 80px; }

#business h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
  padding: 35px 0 0;
}

#business h4 span {
  font-weight: bold;
  color: #01058d;
}

#business .cont_wrap {
  max-width: 1300px;
  min-width: 1020px;
}

#business ul {
  text-align: center;
  margin: 60px 0 50px;
  width: 100%;
  min-width: 1030px;
  display: table;
}

#business li {
  letter-spacing: 0;
  padding: 0 20px;
  width: 33.33%;
  display: table-cell;
}

#business li a {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  margin: 0 auto;
  height: auto;
  display: block;
  position: relative;
}

#business li a:before {
  padding-top: 100%;
  display: block;
  content: "";
}

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

#business li .inner {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1538a2), to(#15a9af));
  background: linear-gradient(to right, #1538a2, #15a9af);
  position: absolute;
}

#business li .inner:after {
  font-family: fontAwesome;
  font-size: 40px;
  color: #153870;
  content: "\f0d7";
}

#business li a img {
  margin: 0 0 10px;
  width: 100%;
}

#business li span {
  font-family: 'Teko', sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.07em;
  display: block;
}

/* news 
-------------------------------------------------------------*/
#top_news { padding: 70px 0; }

#top_news ul {
  letter-spacing: -0.4em;
  margin: 50px -10px 0;
}

#top_news li {
  letter-spacing: 0;
  padding: 0 5px 40px;
  width: 25%;
  display: inline-block;
}

#top_news li img { width: 100%; }

#top_news li a {
  color: #000;
  text-decoration: none;
}

#top_news li span {
  font-weight: bold;
  color: #808080;
  padding: 10px 0 0;
  display: block;
}

/* recruit 
-------------------------------------------------------------*/
#rec_top {
  text-align: center;
  width: 100%;
  height: 420px;
  display: table;
  background: url(../../img/recruit_bg01.jpg) no-repeat center center;
  background-size: cover;
}

#rec_top p {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  vertical-align: middle;
  padding: 40px 0 0 15px;
  display: table-cell;
  background: url(../../img/recruit_title_bg.png) no-repeat center center;
}

#rec_box {
  padding: 0 0 80px;
  background: background: -webkit-gradient(linear, left top, right top, from(#243f5c), to(#1b2c3c));
  background: linear-gradient(to right, #243f5c, #1b2c3c);
}

#rec_box dl {
  padding: 80px 0 130px;
  position: relative;
}

#rec_box dt {
  top: 44px;
  right: 0;
  background: url(../../img/recruit_point.png) no-repeat right top;
  position: absolute;
}

#rec_box dt img { margin: 114px 0 0; }

#rec_box dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 28px 604px 0 0;
  padding: 120px 80px;
  background: url(../../img/recruit_box_bg.gif) no-repeat right top #eee;
  position: relative;
}

#rec_box dd span {
  font-size: 34px;
  letter-spacing: 0.025em;
  line-height: 48px;
  margin-bottom: 25px;
  display: block;
}

#rec_driver {
  padding: 105px 0;
  background: url(../../img/recruit_bg02.jpg) no-repeat center center;
  background-size: cover;
}

#rec_driver .box {
  color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  padding: 50px 100px;
  width: 990px;
  display: table;
  background: rgba(24, 55, 70, 0.8);
  overflow: hidden;
}

#rec_driver .box dl, #rec_driver .box .comment {
  vertical-align: middle;
  display: table-cell;
}

#rec_driver .box dl {
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  padding: 40px 0;
  border: 1px solid #fff;
  width: 270px;
}

#rec_driver .box dd {
  font-family: 'Teko', sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#rec_driver .box dd span {
  font-family: "Yu Gothic", YuGothic, 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 36px;
  letter-spacing: normal;
  margin: 0 0 15px;
  display: block;
  position: relative;
}

#rec_driver .box dd span:after {
  margin: auto;
  border-bottom: 2px solid #fff;
  width: 36px;
  top: 0;
  right: 0;
  left: 0;
  bottom: -12px;
  content: "";
  position: absolute;
}

#rec_driver .box .comment {
  font-size: 16px;
  line-height: 26px;
  padding-left: 50px;
}

#rec_driver .box .comment .btn { margin: 25px 0 0; }

/* access 
-------------------------------------------------------------*/
#access { padding: 70px 0 120px; }

#access .map_box {
  margin: 60px 0 0;
  width: 50%;
  float: left;
}

#access .map_box:nth-child(1) { padding-right: 10px; }
#access .map_box:nth-child(2) { padding-left: 10px; }

#access .map_box dl {
  font-size: 18px;
  line-height: 26px;
  margin: 0 10px 10px;
}

#access .map_box dt {
  color: #fff;
  text-align: center;
  width: 90px;
  height: 90px;
  display: table;
  background: #00036a;
  float: left;
  position: relative;
}

#access .map_box dt:before {
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #00036a;
  top: 50%;
  left: 100%;
  content: "";
  position: absolute;
}

#access .map_box dt span {
  vertical-align: middle;
  display: table-cell;
}

#access .map_box dd { padding: 20px 0 20px 120px; }
