@charset "UTF-8";
/* 採用エントリーフォーム */
/* PC */

/*--------------------
    containts
--------------------*/
.headerNav li:nth-child(4)::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 178px;
  height: 5px;
  background-color: #f9be00;
}
.subBbreadcrumbs{
  width: 100%;
  padding: 25px 0 22px 0;
  background-color: #e9eaf1;
}
.subBbreadcrumbs ol{
  width: 980px;
  margin: auto;
}
.subBbreadcrumbs li{
  position: relative;
  display: inline;
  margin: 0 40px 0 0;
  line-height: 23px;
  font-size: 13px;
  white-space: nowrap;
}
.subBbreadcrumbs li::after{
  position: absolute;
  top: 8px;
  right: -28px;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #bfc0c5;
}
.subBbreadcrumbs li:last-child{
  margin-right: 0;
  white-space: normal;
}
.subBbreadcrumbs li:last-child::after{
  display: none;
}
.subBbreadcrumbs a{
  cursor: default;
  text-decoration: none;
  color: #004eba;
}
.subBbreadcrumbs li:last-child a:link,
.subBbreadcrumbs li:last-child a:visited,
.subBbreadcrumbs li:last-child a:hover,
.subBbreadcrumbs li:last-child a:active {
  color: black;
  text-decoration: none;
}

.subBbreadcrumbs a:link,
.subBbreadcrumbs a:visited,
.subBbreadcrumbs a:hover,
.subBbreadcrumbs a:active {
  cursor: pointer;
  color: #004eba;
  text-decoration: none;
}
.heading01{
  width: 100%;
  height: 300px;
  padding: 115px 0 0;
  background: url(/recruit/images/bg_driver01.jpg) no-repeat center top;
  background-size: cover;
}
.heading01 img{
  margin: auto;
}
.heading02{
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  color: #252e73;
  font-weight: bold;
  font-size: 32px;
}
.contentsArea{
  position: relative;
  width: 1200px;
  margin: -50px auto 100px;
  background-color: #fff;
}
#mainTitle{position: relative;}
.secondMenu{
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0,0,0,.4);
  text-align: center;
}
.secondMenu li{
  display: inline-block;
  margin-right: 20px;
}
.secondMenu li:last-child{
  margin-right: 0;
}
.secondMenu a{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.secondMenu a:hover{
  text-decoration: underline;
}
.underConstruction{
    width: 780px;
    margin: 0 auto 0;
    padding: 60px 0 0;
}
/*--------------------
      footer
  --------------------*/
.footerWrap .txtLinkArea{display: none;}
.footerWrap .txtLinkArea02 {
  display: table;
  margin: 0 auto 0;
}
.footerWrap .txtLinkArea02 > ul {
  display: inline-block;
  font-size: 0;
}
.footerWrap .txtLinkArea02 li {
  display: inline-block;
}
.footerWrap .txtLinkArea02 a {
  margin-right: 2em;
  font-size: 13px;
}
.footerWrap .txtLinkAre02a02 a:hover {text-decoration: underline;}


/*ドライバー職がはじめての方へ*/
.driver{
  width: 780px;
  margin: 0 auto 0;
  padding: 60px 0 0;
  font-feature-settings : "palt";
}
.driverInner{
  margin: 30px auto 0;
}
.driverInner h3{
  margin-bottom: 30px;
}
.driverInner .readBlock{margin-bottom: 50px;}
.driverInner .readBlock p{
  font-size: 18px;
  line-height: 1.88888888889;
  text-align: center;
}

.driverInner .box{
  border:2px solid #252e73;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-bottom: 30px;
}

.driverInner .box .sentenceBlock{
}
.driverInner .box .sentenceBlock h3 img{
  display: block;
  margin: 0 auto;
}
.driverInner .box .sentenceBlock p{
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}
.driverInner .box .sentenceBlock ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.driverInner .box .sentenceBlock ul li{
  width: 49.5%;
  background:#252e73;
  color: #FFF;
  text-align: center;
  padding: 27.5px 0;
  margin-bottom: 1%;
  font-size: 16px;
}

.driverInner .box .sentenceBlock p small{
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.driverInner .box .sentenceBlock ul li.double{
  padding: 11.5px 0;
  line-height: 1.5;
}
.driverInner .box .sentenceBlock ul li.last{
  width: 100%;
  padding: 11.5px 0;
  line-height: 1.5;
}


/* SP */
@media only screen and (max-width: 767px) {
  .headerNav li:first-child{border-bottom: none;}
  .subBbreadcrumbs,.secondMenu{
    display: none;
  }
  .heading01{
    height: auto;
    padding: 0;
    background: none;
  }
  .heading01 img{
    width: 100%;
    margin: auto;
  }
  .heading02{
    text-align: center;
    line-height: 24px;
    font-size: 20px;
  }
  .contentsArea{
    width: 100%;
    margin: 25px auto 50px;
    padding: 0 5.333%;;
  }
  .underConstruction{
    width: 100%;
    margin: 15px auto 50px;
    padding: 0;
  }
  .underConstruction figure,.underConstruction img{
    width: 100%;
  }

  /*--------------------
        footer
    --------------------*/
  .footerWrap .txtLinkArea{display: table;width: 100%;}
  .footerWrap .txtLinkArea02{display: none;}


  /*ドライバー職がはじめての方へ*/
  .driver{
    width: 100%;
    margin: 15px auto 50px;
    padding: 0;
  }
  .driverInner {margin: 25px auto 0;}
  .driverInner h3{margin-bottom: 20px;}
  .driverInner h3 img{width: 100%;}

  .driverInner .readBlock p{
    font-size: 14px;
    line-height: 1.71428571429;
  }
  .driverInner .readBlock{
    margin-bottom: 30px;
  }
  .driverInner .box{
    padding: 25px 16px 20px;
  }
  .driverInner .box .sentenceBlock h3 img{
    width: 175px;
  }
  .driverInner .box .sentenceBlock p{
    font-size: 13px;
    margin-bottom: 15px;
  }
  .driverInner .box .sentenceBlock ul{
    display: block;
  }
  .driverInner .box .sentenceBlock ul li{
    width: 100%;
    height: 50px;
    padding: 18px 0;
    font-size: 14px;
    font-weight: bold;
  }
  .driverInner .box .sentenceBlock ul li.double{
    padding: 7px 0;
    line-height: 1.3;
  }
  .driverInner .box .sentenceBlock ul li.last{
    height: 90px;
    padding: 14px 0;
    line-height: 1.5;
  }

  .headerNav li:nth-child(4)::after{display: none;}


}
