@charset "UTF-8";
.page-head__image img {
  width: 100%;
  height: 600px;
  object-fit: contain;
  display: block;
	object-position: left center;
}
@media (max-width: 640px) {
.page-head__image img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  display: block;
	object-position: center center;
		margin-top: 1em;
}
}

.mt10{margin-top: 10px;}




.vehicles__inner {
  width: 100%;
  margin: 0 auto;
}

.vehicles__heading {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 120px 15px 90px;
  background: #d9f1f2;
}

.vehicles__heading::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 90px;
  background: #8acbd1;
  clip-path: polygon(0 0, 100% 0, 25% 100%, 0 100%);
}

.vehicles__heading::after {
      content: "";
      position: absolute;
      right: -7px;
      bottom: -7px;
      width: 100%;
      height: 100%;
      background-image: repeating-linear-gradient(135deg, #aaa, #aaa 1px, transparent 1px, transparent 5px);
      background-position: right bottom;
      z-index: -1;
    }

.vehicles__heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.2;
}

.vehicles__heading h2 span {
  font-size: .8em;
}

.vehicles__heading p {
  position: absolute;
	width: 120px;
  right: 20px;
  top: 50%;
  margin: -20px 0 0;
  line-height: 1;
  transform: translateY(-50%);
}

.vehicles__lead {
  margin: 0 0 20px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.8;
}

.vehicles__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-bottom: 40px;
}

.vehicle-card img {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}
.vehicle-block {
  margin-bottom: 62px;
}

.vehicle-block__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  margin-bottom: 22px;
}

.vehicle-block--wide .vehicle-block__images {
  grid-template-columns: 1fr 1fr;
}

.vehicle-block img {
  width: 100%;
  aspect-ratio: 1.38 / 1;
  object-fit: cover;
  display: block;
}

.vehicle-card h3 ,.vehicle-block h3{
  margin: 0 0 0px;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.35;
}
.vehicle-block small {
  font-size: .8em;
  font-weight: 700;
}
.vehicle-card p ,.vehicle-block p {
  margin: 0;
  color: #444;
  font-size: 1em;;
  line-height: 1.8;
}

.vehicles__table {
  width: 100%;
  border-collapse: collapse;
  color: #303252;
  font-size: 1em;;
}

.vehicles__table tr {
  border-bottom: 1px solid #c9c9c9;
}

.vehicles__table th:first-child {
  border-top: 1px solid #8faebd;
}
.vehicles__table tr:first-child {
  border-top: 1px solid #c9c9c9;
}
.vehicles__table th,
.vehicles__table td {
  padding: 12px 18px;
  line-height: 1.3;
}

.vehicles__table th {
  width: 88%;
  border-bottom: 1px solid #8faebd;
  font-weight: 900;
  text-align: left;
}

.vehicles__table td {
  width: 12%;
  color: #333;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .vehicles {
    padding: 40px 0 70px;
  }

  .vehicles__inner {
    width: 100%;
  }

  .vehicles__heading {
    margin-bottom: 10px;
    padding: 18px 92px 18px 48px;
  }

  .vehicles__heading::before {
    width: 50px;
  }

  .vehicles__heading h2 {
    font-size: 1.2em;
  }

  .vehicles__heading p {
    right: 5px;
    width: 70px;
  }

  .vehicles__lead {
    margin-bottom: 18px;
    font-size: 0.84em;
	  line-height: 1.4;
  }

  .vehicles__cards {
    display: block;
    margin-bottom: 30px;
  }

  .vehicle-card + .vehicle-card {
    margin-top: 64px;
  }

  .vehicle-card img {
    aspect-ratio: 1.6 / 1;
    margin-bottom: 8px;
  }
  .vehicle-block {
    margin-bottom: 58px;
  }

  .vehicle-block__images,
  .vehicle-block--wide .vehicle-block__images {
    display: block;
    margin-bottom: 18px;
  }

  .vehicle-block__images img + img {
    margin-top: 4px;
  }

  .vehicle-block img {
    aspect-ratio: 1.25 / 1;
  }
  .vehicle-card h3 ,.vehicle-block h3{
    margin-bottom: 5px;
    font-size: 1.2em;
  }
.vehicle-block small {
    font-size: .8em;
  }

  .vehicle-card p ,.vehicle-block p {
    font-size: 0.84em;
    line-height: 1.4;
  }

  .vehicles__table {
    font-size: 0.84em;
  }

  .vehicles__table th,
  .vehicles__table td {
    padding: 10px 10px;
  }

  .vehicles__table th {
    width: 82%;
    border-bottom-width: 1px;
  }

  .vehicles__table td {
    width: 18%;
  }
}
h3.normal{font-weight: normal;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {


}
