@charset "utf-8";
/*------------------------------------------------------------
共通フッターはトップのみ少しスタイルを変更
------------------------------------------------------------*/
footer {
  /*margin-top: 0;*/
}

/*------------------------------------------------------------
メインビジュアル
------------------------------------------------------------*/
#mv {
  text-align: center;
  height: 400px;
  padding-top: 190px;
  position: relative;
}
#mv h1 {
  margin-bottom: 50px;
}
#mv ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
#mv ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 590px;
  background: center center no-repeat;
  background-size: cover;
}
#mv ol {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
#mv ol li {
  display: inline-block;
  background: #b9babd;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 10px;
}
#mv ol li.current {
  background: #fff;
}
#mv p.prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -29px;
  cursor: pointer;
}
#mv p.next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -29px;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  #mv {
    height: 240px;
    padding-top: 80px;
  }
  #mv h1 {
    margin-bottom: 15px;
  }
  #mv h1 img {
    width: 94%;
    height: auto;
  }
  #mv ul li {
    height: 320px;
  }
  #mv p {
    color: #fff;
    font-size: 1.0rem;
    text-align: left;
    width: 94%;
    margin: 0 auto;
  }
  #mv p.prev {
    width: auto;
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 10px;
    margin-top: 0;
  }
  #mv p.next {
    width: auto;
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    margin-top: 0;
  }
}
/*------------------------------------------------------------
事業案内
------------------------------------------------------------*/
#business {
  text-align: center;
  padding: 60px 0 80px;
  background: #f4f4f4;
}
#business h2 {
  margin-bottom: 50px;
}
#business ul {
  overflow: hidden;
  /*margin-bottom: 40px;*/
}
#business li {
  float: left;
  width: 320px;
}
#business li span {
  padding-top: 10px;
  display: block;
  color: #bbb;
}
#business li a {
  display: block;
}
#business aside {
  text-align: left;
  background: #fff;
  width: 720px;
  margin: 50px auto 0;
}
#business figure img {
  width: 100%;
  height: auto;
}
#business div {
  display: table;
  width: 100%;
  height: 115px;
  padding: 0 30px;
  box-sizing: border-box;
}
#business dl {
  display: table-cell;
  vertical-align: middle;
}
#business dt {
  margin-bottom: 10px;
  line-height: 1;
}
#business dd {
  line-height: 1;
}
#business p {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 150px;
}

@media screen and (max-width: 736px) {
  #business {
    padding: 15px 0;
  }
  #business h2 {
    margin-bottom: 15px;
  }
  #business ul {
    margin-bottom: 0;
  }
  #business li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #999;
  }
  #business li:first-child {
    border-top: 1px dotted #999;
    padding-top: 15px;
  }
  #business aside {
    width: 100%;
    margin-top: 0;
  }
  #business div {
    display: block;
    height: auto;
    padding: 15px;
  }
  #business dl {
    display: block;
    margin-bottom: 15px;
  }
  #business p {
    display: block;
    text-align: center;
    width: 100%;
  }
}
/*------------------------------------------------------------
採用情報
------------------------------------------------------------*/
#recruit {
  text-align: center;
  padding: 40px 0 70px;
  /*background: url("../images/img_recruit.jpg") center 130px repeat-x;*/
  /*background-size: 1800px auto;*/
}
#recruit .inner h2 {
  margin-bottom: 240px;
}
#recruit .inner a {
  text-decoration: none;
  color: #333;
  display: block;
}
#recruit .inner a:hover {
  opacity: 0.75;
}
#recruit .inner dt {
  margin-bottom: 25px;
}
#recruit .inner dd:nth-last-of-type(1) {
  line-height: 1;
  margin-top: 30px;
}
#recruit .inner ul {
  overflow: hidden;
  margin-top: 40px;
}
#recruit .inner li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  /*width: 33%;
  &:nth-child(2){
  	width: 34%;
  	a{
  		border-left: 1px solid rgba(255,255,255,0.4);
  		border-right: 1px solid rgba(255,255,255,0.4);
  	}
  }*/
}
#recruit .inner li:first-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#recruit .inner li a {
  line-height: 1;
  display: block;
  background: #0054a7 url("../common/images/arrow_right_white_m.png") 20px center no-repeat;
  background-size: 10px auto;
  padding: 25px 0;
}
#recruit .inner li a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 736px) {
  #recruit {
    padding: 15px 0;
    /*background-position: center 90px;
    background-size: 630px auto;*/
  }
  #recruit .inner h2 {
    margin-bottom: 100px;
  }
  #recruit .inner dt {
    margin-bottom: 15px;
  }
  #recruit .inner dt img {
    width: 300px;
    height: auto;
  }
  #recruit .inner dd:not(:nth-last-of-type(1)) {
    text-align: left;
  }
  #recruit .inner dd br {
    display: none;
  }
  #recruit .inner li {
    float: none;
    width: 100%;
  }
  #recruit .inner li:first-child a {
    border: none;
  }
  #recruit .inner li:nth-child(2) {
    width: 100%;
  }
  #recruit .inner li:nth-child(2) a {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
/*------------------------------------------------------------
最新情報
------------------------------------------------------------*/
#news {
  background: #0054a7;
  padding: 40px 0 70px;
}
#news h2 {
  text-align: center;
  margin-bottom: 30px;
}
#news div {
  background: #fff;
  padding: 20px;
}
#news ul {
  overflow: auto;
  /*height: 220px;*/
  margin-bottom: 20px;
}
#news li {
  border-bottom: 1px dotted #bbb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#news dl {
  font-size: 1.2rem;
  line-height: 1.4;
  display: table;
}
#news dt {
  display: table-cell;
  vertical-align: top;
}
#news dd {
  display: table-cell;
  vertical-align: top;
}
#news dd:nth-of-type(1) {
  padding: 0 10px;
}
#news dd span {
  display: block;
  font-size: 1.0rem;
  vertical-align: middle;
  padding: 4px 2px;
  width: 100px;
  text-align: center;
  color: #fff;
  background: #000c96;
  line-height: 1;
  box-sizing: border-box;
}
#news dd span.news {
  background: #000c96;
}
#news dd span.update {
  background: #960086;
}
#news dd span.airport {
  background: #009683;
}
#news dd span.service_area {
  background: #6d9600;
}
#news a {
  color: #333;
  text-decoration: none;
}
#news a:hover {
  color: #0054a7;
}
#news p {
  text-align: center;
  line-height: 1;
}

/*------------------------------------------------------------
最新動画
------------------------------------------------------------*/

#business .movie{
  margin-top: 60px;
}
#business .movie-wrap{
  padding: 0;
}
#business .movie-wrap::after{
  display: block;
  clear: both;
  content: '';
}
#business .movie-item{
  width: 450px;
  padding: 0;
}
#business .movie-s01{
  float: left;
}
#business .movie-s02{
  float: right;
}

@media screen and (max-width: 736px) {
  #news {
    padding: 15px 0;
  }
  #news h2 {
    margin-bottom: 15px;
  }
  #news div {
    padding: 10px;
  }
  #news ul {
    height: auto;
    margin-bottom: 10px;
  }
  #news li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #news dl {
    display: block;
    overflow: hidden;
  }
  #news dt {
    display: block;
    float: left;
    width: 90px;
  }
  #news dd:nth-of-type(1) {
    float: left;
    padding: 0;
  }
  #news dd:nth-last-of-type(1) {
    display: block;
    clear: both;
    margin-top: 25px;
  }
}

/*# sourceMappingURL=top.css.map */
