.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .about .about-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit {
    gap: 24px;
  }
}
.about .about-unit__dtl {
  width: calc(100% - 540px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .about .about-unit__dtl {
    width: calc(100% - 432px);
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl {
    letter-spacing: 0;
  }
}
.about .about-unit__vsl {
  width: 500px;
}
@media screen and (max-width: 1279px) {
  .about .about-unit__vsl {
    width: 400px;
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit__vsl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.about .about-catch {
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .about .about-catch {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about .about-catch {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}
.about .about-catch {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .about .about-catch {
    font-size: 4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .about .about-catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .about .about-catch {
    font-size: 2rem;
  }
}
.about .about-catch em {
  display: inline-block;
  padding: 0 24px;
  background: #C6643A;
  color: #ffffff;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .about .about-catch em {
    padding: 0 16px;
  }
}
@media screen and (max-width: 519px) {
  .about .about-catch em {
    padding: 0 12px;
  }
}
.about .about-lead {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .about .about-lead {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about .about-lead {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.about .about-lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .about .about-lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .about .about-lead {
    font-size: 1.6rem;
  }
}

.new-car-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .new-car-unit {
    gap: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .new-car-unit {
    gap: calc(8px * 3 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .new-car-unit {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 519px) {
  .new-car-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-car-unit__item {
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px #f4f1ea;
  box-shadow: 0 0 16px #f4f1ea;
}
@media screen and (max-width: 959px) {
  .new-car-unit__item {
    padding: 16px;
  }
}
@media screen and (max-width: 519px) {
  .new-car-unit__item {
    padding: 12px;
  }
}
.new-car-unit__item .new-car-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 25/8;
}
@media screen and (max-width: 959px) {
  .new-car-unit__item .new-car-logo {
    max-width: 160px;
  }
}
@media screen and (max-width: 519px) {
  .new-car-unit__item .new-car-logo {
    max-width: 120px;
  }
}
.new-car-unit__item .new-car-vsl {
  padding-top: 40px;
  padding-bottom: 16px;
}
.new-car-unit__item .new-car-dtl .new-car-ttl {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .new-car-unit__item .new-car-dtl .new-car-ttl {
    font-size: 1.2rem;
  }
}
.new-car-unit__item .new-car-dtl .new-car-price {
  font-weight: bold;
  color: #9A9C9E;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .new-car-unit__item .new-car-dtl .new-car-price {
    font-size: 1.2rem;
  }
}
.new-car-unit__item:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.used-car-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .used-car-unit {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 519px) {
  .used-car-unit {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.used-car-unit__item {
  position: relative;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #F8F7F4;
}
@media screen and (max-width: 519px) {
  .used-car-unit__item {
    padding: 12px;
  }
}
.used-car-unit__item .used-car-vsl {
  display: block;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  aspect-ratio: 3/2;
}
.used-car-unit__item .used-car-vsl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.used-car-unit__item .used-car-info {
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .used-car-unit__item .used-car-info {
    margin-bottom: 8px;
  }
}
.used-car-unit__item .used-car-info .used-car-maker {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #9A9C9E;
  line-height: 1;
}
.used-car-unit__item .used-car-info .used-car-name {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  .used-car-unit__item .used-car-info .used-car-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .used-car-unit__item .used-car-info .used-car-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .used-car-unit__item .used-car-info .used-car-name {
    font-size: 1.4rem;
  }
}
.used-car-unit__item .used-car-info .used-car-txt {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1rem;
  color: #9A9C9E;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .used-car-unit__item .used-car-info .used-car-txt {
    margin-bottom: 8px;
  }
}
.used-car-unit__item .used-car-info .used-car-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .used-car-unit__item .used-car-info .used-car-dtl {
    display: block;
  }
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-spec {
  width: calc(50% + 8px);
  border-right: 1px solid #2D3134;
}
@media screen and (max-width: 1279px) {
  .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec {
    width: 100%;
    margin-bottom: 8px;
    border-right: none;
  }
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 519px) {
  .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item:not(:last-child) {
    margin-bottom: 4px;
  }
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dt,
.used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dd {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 519px) {
  .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dt,
  .used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dd {
    font-size: 1rem;
  }
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 24px;
  color: #9A9C9E;
  background: #ffffff;
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-spec__item dd {
  width: calc(100% - 72px);
  line-height: 1.2;
  word-break: break-all;
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-price {
  width: calc(50% - 32px);
}
@media screen and (max-width: 1279px) {
  .used-car-unit__item .used-car-info .used-car-dtl .used-car-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    text-align: right;
  }
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-ttl {
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-ttl {
    font-size: 1rem;
  }
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-num {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  color: #C6643A;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-num {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-num {
    font-size: 2.8rem;
  }
}
.used-car-unit__item .used-car-info .used-car-dtl .used-car-price .used-car-price-num span {
  padding-left: 4px;
  font-weight: bold;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #9A9C9E;
}
.used-car-unit__item .used-car-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.used-car-unit__item .used-car-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  background: #ffffff;
  border: solid 1px #759293;
  color: #759293;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .used-car-unit__item .used-car-btn a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  .used-car-unit__item .used-car-btn a {
    min-height: 32px;
    font-size: 1.2rem;
  }
}
.used-car-unit__item .used-car-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #759293;
}
@media screen and (max-width: 519px) {
  .used-car-unit__item .used-car-btn a:before {
    right: 8px;
    width: 12px;
  }
}
.used-car-unit__item .used-car-btn a:hover {
  background: #759293;
  color: #ffffff;
}
.used-car-unit__item .used-car-btn a:hover:before {
  background: #ffffff;
}
/*# sourceMappingURL=../../maps/pages/daihatsu-maruei-gifu.css.map */
