@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
.worksans {
  font-family: 'Work Sans', sans-serif;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.wrap960 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap960 {
    width: 100%;
  }
}
.bigBanner .titleWrap {
  width: 510px;
  top: 12%;
  margin-left: -255px;
}
.bigBanner .titleWrap h2 {
  letter-spacing: 0px;
}
@media only screen and (max-width: 800px) {
  .bigBanner .titleWrap {
    width: 440px;
    margin-left: -240px;
  }
}
@media only screen and (max-width: 640px) {
  .bigBanner .titleWrap {
    width: 330px;
    margin-left: -185px;
  }
}
@media screen and (max-width: 470px) {
  .bigBanner .titleWrap {
    width: calc(100% - 60px);
    margin-left: 0;
    left: 10px;
  }
}
.bigBanner .scene.bg {
  background-image: url(../images/bigBanner_re-leasing_bg.jpg);
  -webkit-animation: scene_bg 3s;
  -moz-animation: scene_bg 3s;
  -o-animation: scene_bg 3s;
  -ms-animation: scene_bg 3s;
  animation: scene_bg 3s;
}
.bigBanner .scene.people {
  background-image: url(../images/bigBanner_re-leasing_object.png);
  -webkit-animation: scene_people 5s;
  -moz-animation: scene_people 5s;
  -o-animation: scene_people 5s;
  -ms-animation: scene_people 5s;
  animation: scene_people 5s;
}
@-webkit-keyframes scene_bg {
  from {
    opacity: 0;
    bottom: -5%;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes scene_bg {
  from {
    opacity: 0;
    bottom: -5%;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes scene_people {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scene_people {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.re-leasing {
  padding: 100px 0 200px;
  position: relative;
}
.re-leasing #carList {
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .re-leasing #carList {
    width: calc(100% - 20px);
  }
}
.re-leasing #carList .slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-indent: -9999px;
  border: 2px #0079ba solid;
  background-image: url(../images/car_arrow.png);
  background-color: transparent;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -32px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.re-leasing #carList .slick-arrow.slick-prev {
  left: -110px;
  background-position: -60px 0;
}
.re-leasing #carList .slick-arrow.slick-next {
  right: -110px;
  background-position: 0 0;
}
.re-leasing #carList .slick-arrow:hover {
  background-color: #0079ba;
}
.re-leasing #carList .slick-arrow:hover.slick-prev {
  background-position: -60px -60px;
}
.re-leasing #carList .slick-arrow:hover.slick-next {
  background-position: 0 -60px;
}
.re-leasing #carList .slick-arrow:focus {
  outline: 0;
}
@media only screen and (max-width: 1280px) {
  .re-leasing #carList .slick-arrow.slick-prev {
    left: -70px;
  }
  .re-leasing #carList .slick-arrow.slick-next {
    right: -70px;
  }
}
@media only screen and (max-width: 1100px) {
  .re-leasing #carList .slick-arrow {
    display: none;
  }
}
.re-leasing #carList .slick-dots {
  text-align: center;
  padding: 0 40px;
  margin-top: 20px;
}
.re-leasing #carList .slick-dots li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}
.re-leasing #carList .slick-dots li button {
  border: 0;
  background: none;
  font-size: 18px;
  color: #808080;
  padding-bottom: 5px;
}
.re-leasing #carList .slick-dots li button:focus {
  outline: 0;
}
.re-leasing #carList .slick-dots li button:hover {
  color: #0079ba;
}
.re-leasing #carList .slick-dots li.slick-active button {
  color: #0079ba;
  border-bottom: 1px #0079ba solid;
}
@media only screen and (max-width: 640px) {
  .re-leasing #carList .slick-dots li {
    margin-right: 20px;
  }
}
.re-leasing #carList .arrow {
  display: block;
  font-size: 18px;
  color: #808080;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.re-leasing #carList .arrow:hover {
  color: #0079ba;
}
.re-leasing #carList .arrow.next {
  right: 10px;
}
.re-leasing #carList .arrow.prev {
  left: 10px;
}
.re-leasing .list .item {
  display: block;
  float: left;
  width: 300px;
  border: 1px #c9c9c9 solid;
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
}
.re-leasing .list .item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  .re-leasing .list .item {
    width: calc((100% - 26px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .re-leasing .list .item {
    width: calc((100% - 14px) / 2);
    border: 0;
  }
  .re-leasing .list .item:nth-child(3n) {
    margin-right: 10px;
  }
  .re-leasing .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.re-leasing .list .item img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .re-leasing .list .item img {
    border: 1px #c9c9c9 solid;
  }
}
.re-leasing .list .item dl {
  padding: 20px 20px 5px;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .re-leasing .list .item dl {
    display: none;
  }
}
.re-leasing .list .item dl dt {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.re-leasing .list .item dl dt:after {
  content: "_";
  display: inline-block;
  vertical-align: top;
  color: #d7092f;
}
.re-leasing .list .item dl dd {
  width: calc(100% - 77px);
  display: inline-block;
  vertical-align: top;
  opacity: .5;
  margin-left: 0;
  margin-bottom: 15px;
}
.re-leasing .list .item .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 88px 88px 0 0;
  border-color: #d7092f transparent transparent transparent;
}
.re-leasing .list .item .label span {
  position: absolute;
  display: block;
  color: white;
  font-size: 13px;
  top: -85px;
  left: 10px;
  width: 40px;
}
@media only screen and (max-width: 640px) {
  .re-leasing .list .item .label {
    border-width: 60px 60px 0 0;
    top: 1px;
  }
  .re-leasing .list .item .label span {
    font-size: 12px;
    top: -48px;
    left: 6px;
  }
}
.re-leasing .list .item .btnWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .re-leasing .list .item .btnWrap {
    display: none;
  }
}
.re-leasing .list .item .btnWrap .btn {
  display: block;
  width: 100px;
  height: 85px;
  border-radius: 50%;
  background: white;
  color: #0079ba;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
}
.re-leasing .list .item .btnWrap .btn:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(../images/re-leasing_car_icon.png);
  margin: 0 auto 5px;
}
.re-leasing .list .item .btnWrap .btn.more {
  top: 180px;
}
.re-leasing .list .item .btnWrap .btn.more:before {
  background-position: 0 0;
}
.re-leasing .list .item .btnWrap .btn.toForm {
  top: 180px;
}
.re-leasing .list .item .btnWrap .btn.toForm:before {
  background-position: -45px 0;
}
.re-leasing .list .item .btnWrap .btn:hover {
  background: #103861;
  color: white;
}
.re-leasing .list .item .btnWrap .btn:hover.more:before {
  background-position: 0 -45px;
}
.re-leasing .list .item .btnWrap .btn:hover.toForm:before {
  background-position: -45px -45px;
}
.re-leasing .list .item .btnWrap .btn:focus {
  outline: 0;
}
.re-leasing .list .item:hover .btnWrap {
  opacity: 1;
}
.re-leasing .list .item:hover .btnWrap a.more {
  top: 100px;
}
.re-leasing .list .item:hover .btnWrap a.toForm {
  top: 245px;
}
.re-leasing .list:after {
  content: "";
  display: block;
  clear: both;
}
.ad #adSlide {
  top: -140px;
}
.vanLeasing {
  background: #f6f6f6;
  padding-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .vanLeasing .wrap960 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.vanLeasing .mainTitle {
  margin-bottom: 65px;
}
.vanLeasing h4 {
  text-align: center;
  font-weight: bold;
  color: #0079ba;
  font-size: 24px;
  margin-bottom: 15px;
}
.vanLeasing .note {
  text-align: center;
  font-size: 13px;
  color: #666666;
  line-height: 1.4;
}
@media only screen and (max-width: 800px) {
  .vanLeasing .note br {
    display: none;
  }
}
.vanLeasing hr {
  border: 0;
  border-top: 1px #c9c9c9 solid;
  margin-bottom: 50px;
}
.vanLeasing .wrap {
  margin: 40px 0;
}
.vanLeasing .wrap .column {
  float: left;
  width: calc((100% - 35px) / 2);
}
.vanLeasing .wrap .column:first-child {
  margin-right: 35px;
}
@media only screen and (max-width: 960px) {
  .vanLeasing .wrap .column {
    width: calc((100% - 20px) / 2);
  }
  .vanLeasing .wrap .column:first-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .vanLeasing .wrap .column {
    width: 100%;
  }
  .vanLeasing .wrap .column:first-child {
    margin-right: 0;
  }
}
.vanLeasing .wrap .column .content {
  display: none;
  padding-bottom: 15px;
}
.vanLeasing .wrap .column .brand {
  width: 100%;
  cursor: pointer;
  margin-bottom: 25px;
  background: white;
}
@media only screen and (max-width: 420px) {
  .vanLeasing .wrap .column .brand {
    margin-bottom: 15px;
  }
}
.vanLeasing .wrap .column .brand .head {
  border: 3px #0079ba solid;
  padding: 30px 10px;
  text-align: center;
  font-size: 24px;
  color: #0079ba;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #f6f6f6;
}
@media only screen and (max-width: 420px) {
  .vanLeasing .wrap .column .brand .head {
    border: 2px #0079ba solid;
    padding: 15px 10px;
    font-size: 20px;
  }
}
.vanLeasing .wrap .column .brand .head img {
  margin: -25px 5px -25px 0;
  vertical-align: middle;
}
.vanLeasing .wrap .column .brand:hover .head,
.vanLeasing .wrap .column .brand.active .head {
  color: white;
  background: #0079ba;
}
.vanLeasing .wrap .column .brand table {
  width: 100%;
}
.vanLeasing .wrap .column .brand table th,
.vanLeasing .wrap .column .brand table td {
  font-size: 16px;
  text-align: center;
  padding: 12px 5px;
  border-bottom: 1px #e3e3e3 solid;
}
.vanLeasing .wrap .column .brand table th {
  padding-top: 20px;
  color: #0079ba;
}
.vanLeasing .wrap .column .brand table th:first-child {
  width: 35%;
}
.vanLeasing .wrap .column .brand table td {
  color: #666666;
}
.vanLeasing .wrap .column .brand .more {
  display: block;
  width: 120px;
  height: 30px;
  text-align: center;
  background: #fabe00;
  font-size: 16px;
  line-height: 30px;
  margin: 15px auto 0;
  color: #222327;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.vanLeasing .wrap .column .brand .more:hover {
  background: #103861;
  color: white;
}
.vanLeasing .wrap:after {
  content: "";
  display: block;
  clear: both;
}
.truckLeasing {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 900px) {
  .truckLeasing {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .truckLeasing .wrap960 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.truckLeasing .mainTitle {
  margin-bottom: 50px;
}
.truckLeasing .text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 1.4;
}
.truckLeasing h4 {
  text-align: center;
  font-weight: bold;
  color: #0079ba;
  font-size: 24px;
  margin-bottom: 15px;
}
.truckLeasing .note {
  text-align: center;
  font-size: 13px;
  color: #666666;
  line-height: 1.4;
}
.truckLeasing hr {
  border: 0;
  border-top: 1px #c9c9c9 solid;
  margin-bottom: 50px;
}
.truckLeasing .truckType {
  margin-top: 20px;
}
.truckLeasing .truckType .type {
  background: url(../images/car_truckType_bg.jpg) no-repeat top right;
  width: 800px;
  height: 215px;
  margin: 0 auto 40px;
}
.truckLeasing .truckType .type.t1 .info {
  margin: 0 70px 0 0;
}
@media only screen and (max-width: 800px) {
  .truckLeasing .truckType .type.t1 .info {
    margin: 35px 10px 0 0;
  }
}
.truckLeasing .truckType .type.t1 .info h5 {
  margin: 5px 0 10px;
}
.truckLeasing .truckType .type img {
  margin-top: 30px;
  float: left;
}
.truckLeasing .truckType .type .info {
  width: 380px;
  float: right;
  color: white;
  font-size: 16px;
  margin: 35px 70px 0 0;
  line-height: 1.4;
}
.truckLeasing .truckType .type .info h5 {
  font-size: 24px;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 800px) {
  .truckLeasing .truckType .type {
    width: 100%;
    background-position: 200px 0;
  }
  .truckLeasing .truckType .type .info {
    float: left;
    margin: 35px 10px 0 0;
    width: calc(100% - 330px);
  }
}
@media only screen and (max-width: 640px) {
  .truckLeasing .truckType .type {
    background: none;
    height: auto;
  }
  .truckLeasing .truckType .type img {
    margin: 0 auto;
    float: none;
    display: block;
    clear: both;
    max-width: 100%;
  }
  .truckLeasing .truckType .type .info {
    border-top: 12px #29a7de solid;
    width: auto;
    background: #0071b9;
    padding: 20px;
    float: none;
    margin-right: 0;
  }
}
.truckLeasing .bodyType {
  width: 800px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 800px) {
  .truckLeasing .bodyType {
    width: 100%;
  }
}
.truckLeasing .bodyType .type {
  position: relative;
}
.truckLeasing .bodyType .type .info {
  background: #eef8ff;
  font-size: 16px;
  line-height: 1.4;
}
.truckLeasing .bodyType .type .info h5 {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.truckLeasing .bodyType .type .info h6 {
  font-size: 16px;
  color: #0079ba;
  margin-bottom: 0;
}
.truckLeasing .bodyType .type img {
  position: absolute;
}
@media only screen and (max-width: 800px) {
  .truckLeasing .bodyType .type img {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 640px) {
  .truckLeasing .bodyType .type img {
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0 auto 30px;
    display: block;
  }
}
.truckLeasing .bodyType .type:nth-child(1) {
  margin-bottom: 120px;
}
@media only screen and (max-width: 800px) {
  .truckLeasing .bodyType .type:nth-child(1) {
    margin-bottom: 40px;
  }
}
.truckLeasing .bodyType .type:nth-child(1) img {
  top: 10px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(1) img {
    top: auto;
    left: auto;
  }
}
.truckLeasing .bodyType .type:nth-child(1) .info {
  width: 240px;
  padding: 50px 50px 50px 145px;
  float: right;
}
@media only screen and (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(1) .info {
    width: auto;
    padding: 20px;
    float: none;
  }
}
.truckLeasing .bodyType .type:nth-child(2) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 800px) {
  .truckLeasing .bodyType .type:nth-child(2) {
    margin-bottom: 40px;
  }
}
.truckLeasing .bodyType .type:nth-child(2) img {
  top: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(2) img {
    top: auto;
    right: auto;
  }
}
.truckLeasing .bodyType .type:nth-child(2) .info {
  width: 240px;
  padding: 50px 155px 65px 35px;
}
@media only screen and (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(2) .info {
    width: auto;
    padding: 20px;
  }
}
.truckLeasing .bodyType .type:nth-child(3) img {
  top: 60px;
  left: 0;
}
@media only screen and (max-width: 800px) {
  .truckLeasing .bodyType .type:nth-child(3) img {
    width: calc(100% - 420px);
  }
}
@media only screen and (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(3) img {
    width: auto;
    top: auto;
    left: auto;
  }
}
.truckLeasing .bodyType .type:nth-child(3) .info {
  width: 370px;
  float: right;
  padding: 30px 30px 40px 40px;
}
@media only screen and (max-width: 640px) {
  .truckLeasing .bodyType .type:nth-child(3) .info {
    width: auto;
    padding: 20px;
    float: none;
  }
}
.truckLeasing .bodyType .type:after {
  content: "";
  display: block;
  clear: both;
}
.truckLeasing .brandType .note {
  text-align: center;
  font-size: 13px;
  color: #666666;
  line-height: 1.4;
}
.truckLeasing .brandType .wrap {
  margin: 40px 0;
}
.truckLeasing .brandType .brand {
  width: 100%;
  cursor: pointer;
  margin-bottom: 25px;
  background: white;
}
@media only screen and (max-width: 420px) {
  .truckLeasing .brandType .brand {
    margin-bottom: 15px;
  }
}
.truckLeasing .brandType .brand .head {
  border: 3px #103861 solid;
  padding: 30px 10px;
  text-align: center;
  font-size: 24px;
  color: #103861;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: white;
}
@media only screen and (max-width: 420px) {
  .truckLeasing .brandType .brand .head {
    border: 2px #103861 solid;
    padding: 15px 10px;
    font-size: 20px;
  }
}
.truckLeasing .brandType .brand .head img {
  margin: -25px 5px -25px 0;
  vertical-align: middle;
}
.truckLeasing .brandType .brand:hover .head,
.truckLeasing .brandType .brand.active .head {
  color: white;
  background: #103861;
}
.truckLeasing .brandType .brand .content {
  display: none;
  padding-bottom: 15px;
}
.truckLeasing .brandType .brand table {
  width: 100%;
}
.truckLeasing .brandType .brand table th,
.truckLeasing .brandType .brand table td {
  font-size: 16px;
  text-align: center;
  padding: 12px 5px;
  border-bottom: 1px #e3e3e3 solid;
}
.truckLeasing .brandType .brand table th {
  color: #103861;
  background: #e3e3e3;
}
.truckLeasing .brandType .brand table td {
  color: #666666;
}
.truckLeasing .brandType .brand table td a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/car_link.svg) no-repeat top left;
  text-indent: -9999px;
}
.truckLeasing .brandType .brand table td a:hover {
  background-position: bottom left;
}
.truckLeasing .knowledge ol {
  margin: 45px auto;
  padding: 0;
}
.truckLeasing .knowledge ol .item {
  list-style: none;
  display: block;
  width: 900px;
  height: 120px;
  border-radius: 120px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 900px) {
  .truckLeasing .knowledge ol .item {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
.truckLeasing .knowledge ol .item:before {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin: 12px;
  background: white;
  line-height: 94px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .truckLeasing .knowledge ol .item:before {
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 49px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .truckLeasing .knowledge ol .item:before {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 29px;
  }
}
.truckLeasing .knowledge ol .item .text {
  color: white;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  display: inline-block;
  width: calc(100% - 150px);
}
@media only screen and (max-width: 900px) {
  .truckLeasing .knowledge ol .item .text {
    width: calc(100% - 90px);
  }
}
.truckLeasing .knowledge ol .item:nth-child(1) {
  background: #29a7de;
}
.truckLeasing .knowledge ol .item:nth-child(1):before {
  content: "1";
  color: #29a7de;
}
.truckLeasing .knowledge ol .item:nth-child(1) .text {
  vertical-align: -55px;
}
@media only screen and (max-width: 900px) {
  .truckLeasing .knowledge ol .item:nth-child(1) .text {
    vertical-align: 0;
    margin: 15px 0;
  }
}
.truckLeasing .knowledge ol .item:nth-child(2) {
  background: #0079ba;
}
.truckLeasing .knowledge ol .item:nth-child(2):before {
  content: "2";
  color: #0079ba;
}
.truckLeasing .knowledge ol .item:nth-child(2) .text {
  margin-top: 5px;
}
@media only screen and (max-width: 900px) {
  .truckLeasing .knowledge ol .item:nth-child(2) .text {
    margin-bottom: 15px;
  }
}
.truckLeasing .knowledge ol .item:nth-child(2) .text ul {
  padding-left: 15px;
}
@media only screen and (max-width: 640px) {
  .truckLeasing .knowledge ol .item:nth-child(2) .text ul {
    padding-left: 0;
  }
}
.truckLeasing .knowledge ol .item:nth-child(2) .text ul li {
  list-style: none;
  background: url(../images/car_knowledge_listStyle.png) no-repeat 5px 7px;
  padding-left: 20px;
}
.truckLeasing .knowledge ol .item:nth-child(3) {
  background: #103861;
}
.truckLeasing .knowledge ol .item:nth-child(3):before {
  content: "3";
  color: #103861;
}
.truckLeasing .knowledge ol .item:nth-child(3) .text {
  vertical-align: -75px;
}
@media only screen and (max-width: 900px) {
  .truckLeasing .knowledge ol .item:nth-child(3) .text {
    vertical-align: 0;
    margin: 15px 0;
  }
}
.contactForm {
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .contactForm {
    padding-top: 30px;
  }
}
