/* ---------------------
  common
--------------------- */
.fwsb {
  font-weight: 600;
}

.lh-1_75 {
  line-height: 1.75;
}

.f30 {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .f30 {
    font-size: 6vw;
  }
}

.fc-blue {
  color: #01184d;
}

/* ---------------------
  vehicle
--------------------- */
.vehicle-fv__img {
  max-width: calc(100% - 4rem);
  margin: 0 auto;
}

.vehicle-intro {
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .vehicle-intro {
    margin-top: 3rem;
  }
}
.vehicle-intro__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .vehicle-intro__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.vehicle-intro__cont {
  position: relative;
  z-index: 2;
  padding-top: 16rem;
  min-width: 64rem;
}
@media screen and (max-width: 834px) {
  .vehicle-intro__cont {
    padding-top: 0;
    min-width: auto;
    width: 100%;
  }
}
.vehicle-intro__cont .f50 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .vehicle-intro__cont .f50 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .vehicle-intro__cont .f50 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 450px) {
  .vehicle-intro__cont .f16 br {
    display: none;
  }
}
.vehicle-intro__right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 93rem;
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .vehicle-intro__right {
    position: relative;
    width: 100%;
    gap: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .vehicle-intro__right-img:first-of-type {
    width: 40%;
  }
  .vehicle-intro__right-img:last-of-type {
    margin-top: 3rem;
    width: 57%;
  }
}
.vehicle-intro__img {
  margin-top: 15rem;
}
@media screen and (max-width: 834px) {
  .vehicle-intro__img {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .vehicle-intro__img {
    margin-top: 3rem;
  }
}

.vehicle-sele {
  padding: 12rem 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 834px) {
  .vehicle-sele {
    padding: 5rem 0;
  }
}
.vehicle-sele__flex {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .vehicle-sele__flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .vehicle-sele__flex {
    margin-top: 2rem;
  }
}
.vehicle-sele__flex .f50 {
  min-width: fit-content;
}
@media screen and (max-width: 510px) {
  .vehicle-sele__flex .f50 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 450px) {
  .vehicle-sele__flex .f50 {
    font-size: 6vw;
  }
}
.vehicle-sele__flex .f16 {
  max-width: 60rem;
}
@media screen and (max-width: 1100px) {
  .vehicle-sele__flex .f16 {
    max-width: 100%;
  }
}
.vehicle-sele__list {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
}
@media screen and (max-width: 834px) {
  .vehicle-sele__list {
    margin-top: 3rem;
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .vehicle-sele__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vehicle-sele__cap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .vehicle-sele__cap {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .vehicle-sele__cap .f18 {
    font-size: 1.8rem;
  }
}
.vehicle-sele__cap .f14 {
  margin-top: 1.3rem;
}
@media screen and (max-width: 834px) {
  .vehicle-sele__cap .f14 {
    margin-top: 1.5rem;
  }
}

.vehicle-safe {
  padding: 12rem 0;
}
@media screen and (max-width: 834px) {
  .vehicle-safe {
    padding: 5rem 0;
  }
}
.vehicle-safe__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .vehicle-safe__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vehicle-safe__flex .c-hg__ja {
  position: sticky;
  top: 13rem;
  min-width: fit-content;
}
@media screen and (max-width: 834px) {
  .vehicle-safe__flex .c-hg__ja {
    position: relative;
    top: 0;
  }
}
.vehicle-safe__cont {
  max-width: 98rem;
}
@media screen and (max-width: 834px) {
  .vehicle-safe__cont {
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .vehicle-safe__cont .f50 {
    font-size: 6vw;
  }
}
.vehicle-safe__cont .f16 {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .vehicle-safe__cont .f16 {
    margin-top: 2rem;
  }
}
.vehicle-safe__list {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}
@media screen and (max-width: 1100px) {
  .vehicle-safe__list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .vehicle-safe__list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .vehicle-safe__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }
}
.vehicle-safe__img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 450px) {
  .vehicle-safe__img {
    margin-top: 0.5rem;
  }
}
.vehicle-safe__detail {
  margin-top: 8rem;
  padding: 4.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.4rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 834px) {
  .vehicle-safe__detail {
    margin-top: 3rem;
    padding: 2rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }
}

.vehicle-own {
  padding: 12rem 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 834px) {
  .vehicle-own {
    padding: 5rem 0;
  }
}
.vehicle-own__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 910px) {
  .vehicle-own__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.vehicle-own__flex .c-hg__ja {
  position: sticky;
  top: 13rem;
  min-width: fit-content;
}
@media screen and (max-width: 910px) {
  .vehicle-own__flex .c-hg__ja {
    position: relative;
    top: 0;
  }
}
.vehicle-own__cont {
  max-width: 98rem;
  width: 100%;
}
@media screen and (max-width: 910px) {
  .vehicle-own__cont {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .vehicle-own__cont .f42 {
    font-size: 5.5vw;
  }
}
.vehicle-own__list {
  margin-top: 6rem;
  padding: 6rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 910px) {
  .vehicle-own__list {
    margin-top: 2rem;
    padding: 3rem;
  }
}
.vehicle-own__item {
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 910px) {
  .vehicle-own__item {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 630px) {
  .vehicle-own__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.vehicle-own__item:not(:first-of-type) {
  padding-top: 4rem;
  border-top: 2px solid #eee;
}
@media screen and (max-width: 910px) {
  .vehicle-own__item:not(:first-of-type) {
    padding-top: 3rem;
  }
}
.vehicle-own__item .f21 {
  min-width: 7em;
}
.vehicle-own__detail {
  max-width: 56rem;
  width: 100%;
}
@media screen and (max-width: 630px) {
  .vehicle-own__detail {
    max-width: 100%;
  }
}
.vehicle-own__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 450px) {
  .vehicle-own__dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
}
.vehicle-own__dl:not(:first-of-type) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #e5e5e5;
}
@media screen and (max-width: 910px) {
  .vehicle-own__dl:not(:first-of-type) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
.vehicle-own__dt:has(.vehicle-own__cool) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 450px) {
  .vehicle-own__dt:has(.vehicle-own__cool) {
    gap: 0.5rem;
  }
}
.vehicle-own__cool {
  display: block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(-90deg, rgb(71, 216, 255) 0%, rgb(0, 180, 230) 100%);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  font-size: 1.2rem;
  font-weight: 500;
}