@charset "UTF-8";
/* ========================================================================== オリックスカーリース LP（新車・中古車）スタイルシート ========================================================================== */
/* ========================================================================== ベース（変数・リセット） ========================================================================== */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  margin: 0;
  color: #101d19;
  background: #fff;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, "Yu Gothic", YuGothic,
    "MS PGOTHIC", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
h1 {
  margin: auto;
}
h2 {
  position: relative;
  z-index: 5;
  margin: auto;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
/* ========================================================================== レイアウト（lp-wrap / lp-inner / lp-section） ========================================================================== */
.lp-wrap {
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}
.lp-inner {
  width: auto;
  padding: 0 120px;
}
/* ========================================================================== KV・クイックリンク ========================================================================== */
.lp-kv {
  background: #fff;
}
.lp-kv img {
  width: 100%;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.kv-quicklinks {
  margin-top: -14rem;
  padding: 2.2rem 80px;
  background: #5ad690;
  border-radius: 3.4rem 3.4rem 0 0;
}
.kv-quicklinks__label {
  position: relative;
  min-width: 19.1rem;
  margin: 0 auto 0.4rem;
}
.kv-quicklinks__label img {
  width: 47%;
  margin: auto;
}
.kv-quicklinks__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.6rem;
}
.kv-quicklinks__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #0b211d;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
}
.kv-quicklinks__item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  min-height: 6.8rem;
  padding: 2.4rem 1.3rem;
  background: #fff;
  border-radius: 2.8rem;
  box-shadow: 0 1px 0.4rem 0 rgba(0, 0, 0, 0.23);
}
.kv-quicklinks__item .is-accent {
  color: #008758;
}
.kv-quicklinks__item:hover .kv-quicklinks__item-text,
.kv-quicklinks__item:hover .kv-quicklinks__item-text .is-accent {
  background: #1d2dc0;
  color: #fff;
}
.kv-quicklinks__item img {
  width: 2rem;
  margin-top: -1.2rem;
}
.kv-quicklinks__item:hover img {
  content: url("/lp2/new-ucar/images/arrow_hover.svg");
}
.kv-quicklinks__guide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  color: #1d2dc0;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}
.kv-quicklinks__guide:hover {
  color: #101d19;
  text-decoration: none;
}
.kv-quicklinks__guide img {
  width: 1.6rem;
}
.kv-quicklinks__guide:hover img {
  content: url("/lp2/new-ucar/images/arrow_hover02.svg");
}
.lp-section {
  position: relative;
  padding: 5.6rem 0;
}
.lp-section--contact {
  background: #e6f3dd;
  padding: 0 0 5.6rem 0;
}
.lp-section--intro {
  padding: 0;
  background: transparent;
}
.lp-section--needs {
  background: #fff;
}
/* ========================================================================== 選び方ガイド（sec03） ========================================================================== */
.lp-section--guide {
  padding: 0;
  background: #ecfbf2;
}
.lp-section--guide .guide-hero {
  position: relative;
  padding: 1.8rem 0 0;
  background: #5ed392;
  overflow: visible;
}
.lp-section--guide .guide-hero__bg {
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  pointer-events: none;
}
.lp-section--guide .guide-hero__bg--01 {
  top: 0;
  right: 0;
  width: 17%;
}
.lp-section--guide .guide-hero__bg--02 {
  bottom: 0;
  left: 0;
  width: 18%;
}
.lp-section--guide .guide-hero__bg--03 {
  bottom: 0;
  right: 0;
  width: 18%;
}
.lp-section--guide .guide-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  padding-bottom: 1.4rem;
  padding: 0 80px;
}
.lp-section--guide .guide-hero__title {
  width: 76%;
  margin: 0;
}
.lp-section--guide .guide-hero__title img {
  width: 100%;
}
.lp-section--guide .guide-hero__adviser {
  position: absolute;
  right: -2px;
  bottom: -29%;
  width: calc((100% - 160px) * 0.521);
  z-index: -1;
}
.lp-section--guide .guide-hero__shape {
  position: relative;
  top: 2px;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.lp-section--guide .guide-body {
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 5.6rem;
  z-index: 10;
  background: #f0fae8;
}
.lp-section--guide .guide-lead {
  margin: 0 auto 2.4rem auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
}
/* --- 中古車安心（sec05）セクション修飾 --- */
.lp-section--used {
  background: #fff;
}
/* ========================================================================== お客様の声（sec06） ========================================================================== */
.lp-section--voice {
  position: relative;
  background: #f0fae8;
  overflow: visible;
}
.lp-section--voice .lp-inner {
  background: #5ad690;
  padding: 4.8rem 80px 5rem 80px;
  border-radius: 0 4rem 0 0;
  position: relative;
  z-index: 1;
}
.voice-section__bg {
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  pointer-events: none;
}
.voice-section__bg--01 {
  top: 0;
  right: 18%;
  width: 15%;
}
.voice-section__bg--02 {
  top: 14%;
  left: 0;
  width: 15%;
}
.voice-section__bg--03 {
  top: 25%;
  right: 0;
  width: 20%;
}
.voice-section__bg--04 {
  left: 0;
  bottom: 8%;
  width: 29%;
}
.voice-heading {
  position: relative;
  margin-bottom: 2.4rem;
  text-align: center;
}
.voice-heading__title {
  font-family: corporate-logo-ver2, sans-serif;
  margin: 0 0 2.4rem;
  color: #101d19;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: 0.105rem;
}
.voice-heading__lead {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.048rem;
}
/* --- 共通ユーティリティ --- */
.lp-image-title {
  margin: 0 auto 3rem;
}
.lp-image-title img {
  margin: 0 auto;
}
.lp-worry {
  position: relative;
  margin: 0 -1.2rem;
}
.lp-worry-bubble {
  position: absolute;
  top: -17%;
  left: 3%;
  margin: auto;
  max-width: 92%;
  -webkit-filter: drop-shadow(0 1px 0.4rem rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 1px 0.4rem rgba(0, 0, 0, 0.13));
}
.lp-worry-figure {
  max-width: 81%;
  margin: 18% auto 0;
}

/* ========================================================================== イントロ（sec01） ========================================================================== */
.intro-top {
  position: relative;
  padding: 4.4rem 0 2.6rem;
  background: #cfe3f4;
  overflow: hidden;
}
.intro-top .lp-image-title {
  margin-bottom: 2.2rem;
}
.intro-bottom {
  position: relative;
  margin-top: -4.8rem;
  padding: 3.6rem 0 0;
  background: #5ad690;
  overflow: visible;
}
.intro-bottom__divider {
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  transform: translate(-50%, -100%);
  pointer-events: none;
}
.intro-bottom__bg {
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  pointer-events: none;
}
.intro-bottom__bg--01 {
  top: 0;
  width: 22%;
}
.intro-bottom__bg--02 {
  right: 0;
  bottom: 25%;
  width: 20%;
}
.intro-bottom__bg--03 {
  bottom: 0;
  left: 0;
  width: 18%;
}
.intro-bottom__curve {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -4%;
  z-index: 10;
}
.intro-bottom .lp-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}
.intro-bottom__copy {
  display: block;
  width: 100%;
  padding: 0 0.4rem;
  margin: 0 0 1rem;
}
.intro-bottom__bubbles {
  display: block;
  width: 58%;
  margin-left: 1rem;
}
.intro-bottom__adviser {
  position: absolute;
  right: calc(80px + (100% - 160px) * 0.047);
  bottom: -6%;
  width: calc((100% - 160px) * 0.496);
}
/* ========================================================================== ニーズ訴求（sec02） ========================================================================== */
.need-card img {
  position: relative;
  margin: 0 auto 2.4rem;
  z-index: 2;
}
.need-card--fast {
  position: relative;
  padding: 5.6rem 0;
  background: #f6f6f6;
}
.need-card--popular {
  padding: 0.8rem 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.lp-section:has(.need-card--popular) {
  padding: 5.6rem 0 6rem 0;
}
.need-card--contact {
  padding: 3.8rem 80px 0 80px;
  background: #e6f3dd;
}
.lp-section--needs::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("/lp2/new-ucar/images/icon_money.svg") center / contain
    no-repeat;
  background-size: cover;
  height: calc(100% * 0.15);
  width: calc(100% * 0.3);
  z-index: 2;
}
.need-card--fast::after {
  content: "";
  position: absolute;
  top: 0.7%;
  left: -4%;
  height: calc(100% * 0.15);
  width: calc(100% * 0.3);
  background: url("/lp2/new-ucar/images/icon_speed.svg") center / contain
    no-repeat;
  z-index: 1;
}
.need-card--popular::after {
  content: "";
  position: absolute;
  top: 1%;
  left: -4%;
  height: calc(100% * 0.15);
  width: calc(100% * 0.3);
  background: url("/lp2/new-ucar/images/icon_star.svg") center / contain
    no-repeat;
  z-index: 1;
}
.need-card--affordable > img,
.need-card--affordable .need-point-box,
.need-card--fast > img,
.need-card--fast .need-point-box,
.need-card--fast .mini-lineup,
.need-card--popular > img,
.need-card--popular .need-point-box,
.need-card--popular .mini-lineup {
  position: relative;
  z-index: 3;
}
.need-point-box {
  position: relative;
  background: #fff;
  border: 0.3rem solid #5ad690;
  border-radius: 1.5rem;
}
.need-point-box .need-point-box__label {
  position: absolute;
  width: 7.2rem;
  top: 0.5rem;
  left: -0.7rem;
  z-index: 1;
}
.need-point-box p {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0;
  padding: 4.3rem 1.8rem 2rem 1.8rem;
  color: #0b211d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.048rem;
  text-align: left;
}
.need-point-box p img {
  width: 2.4rem;
  margin: auto 0;
  flex: 0 0 auto;
}
.need-point-list {
  margin: 0;
  padding: 4.3rem 1.8rem 2rem 1.8rem;
  list-style: none;
}
.need-point-list li {
  display: flex;
  align-items: flex-start;
  color: #101d19;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.048rem;
}
.need-point-list li + li {
  margin-top: 0.6rem;
}
.need-point-list li img {
  width: 2.4rem;
  margin: auto 0.8rem auto 0;
}
.need-point-list .is-accent {
  color: #008758;
}
.need-bottom__curve {
  display: block;
  position: relative;
  top: -2px;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  transform: scaleY(-1);
  margin-top: -8%;
  z-index: 10;
}
.mini-lineup {
  margin-top: 2.4rem;
}
.mini-lineup h3 {
  position: relative;
  margin: 0 80px 2.4rem 80px;
  padding-left: 2rem;
  color: #101d19;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
}
.mini-lineup h3.used-icon {
  margin: 0 80px 1.2rem 80px;
}
.mini-lineup h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #a6dd7e;
  border-radius: 50%;
  transform: translateY(-50%);
}
.mini-lineup h3.used-icon::before {
  background: #01c07d;
}
.mini-lineup .heading-lead {
  margin: 0 80px 2.4rem 80px;
}
.mini-slider {
  position: relative;
  padding-bottom: 5.9rem;
}
.js-mini-swiper {
  width: 82%;
  margin: 0 auto;
  overflow: visible !important;
}
.mini-slider .swiper-slide {
  height: auto;
}
.mini-slider .car-card h4 {
  color: #101d19;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 110%;
}
.mini-slider .car-card__grade {
  color: #747474;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  line-height: 110%;
  margin-bottom: 0;
}
.mini-slider .car-card__price strong {
  font-family: "Radio Canada Big";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  height: 2rem;
}
/* --- Swiper（矢印・ページネーション）共通 --- */
.swiper-button-prev,
.swiper-button-next {
  top: 90%;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.swiper-button-prev {
  left: auto;
  right: 53px;
  background-image: url("/lp2/new-ucar/images/arrow_left.svg");
}
.swiper-button-next {
  right: 10px;
  background-image: url("/lp2/new-ucar/images/arrow_right.svg");
}
.swiper-button-prev:hover {
  background-image: url("/lp2/new-ucar/images/arrow_left_hover.svg");
}
.swiper-button-next:hover {
  background-image: url("/lp2/new-ucar/images/arrow_right_hover.svg");
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.contact-panel {
  margin-top: 1.4rem;
}
.contact-panel__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.4rem;
}
.contact-panel__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 0.8rem;
  min-height: 5.1rem;
  color: #1d2dc0;
  background: #fff;
  border: 2px solid #1d2dc0;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 0.4rem 0 rgba(0, 0, 0, 0.23);
}
.contact-panel__links a:hover {
  color: #fff;
  background: #1d2dc0;
}
.contact-panel__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0 auto 1.6rem 0;
  color: #101d19;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.054rem;
}
.contact-panel__lead img {
  width: 1.2rem;
  height: auto;
  margin: 0;
}
.contact-panel__telbox {
  padding: 1.6rem;
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 1.6rem;
}
.contact-panel__caption {
  margin: 0 0 1.2rem 0;
  color: #101d19;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.contact-panel__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0 auto 1.2rem auto;
  width: fit-content;
}
.contact-panel__tel img {
  width: 3.2rem;
  margin: auto 0 0 0;
}
.contact-panel__tel:hover img {
  filter: brightness(0);
}
.contact-panel__tel a {
  color: #1d2dc0;
  font-family: "Radio Canada Big";
  font-size: 3.6rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  line-height: 1;
}
.contact-panel__tel:hover a {
  color: #101d19;
  text-decoration: none;
}
.contact-panel__hours {
  margin: 0 auto;
  color: #101d19;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  line-height: 135%;
  text-align: center;
}
.contact-panel__form {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  padding: 1.6rem 0.8rem;
  margin: 0 auto;
  color: #fff;
  background: #008758;
  border: 1px solid #008758;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 0.4rem 0 rgba(0, 0, 0, 0.23);
}
.contact-panel__form:hover {
  color: #008758;
  background: #fff;
}
/* ========================================================================== 共通パーツ（見出し・ボタン） ========================================================================== */
.lp-section-heading {
  margin-bottom: 2.4rem;
  text-align: center;
}
.lp-section-heading span {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: var(--color-green);
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lp-section-heading h2 {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.3;
}
.lp-section-heading--light span,
.lp-section-heading--light h2 {
  color: #fff;
}
.lp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.8rem;
  padding: 1.3rem 2.8rem;
  color: #fff;
  background: var(--color-blue);
  border: 2px solid var(--color-blue);
  border-radius: 99.9rem;
  box-shadow: 0 0.8rem 0 rgba(0, 41, 160, 0.12);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.lp-button--outline {
  max-width: 46rem;
  margin: 3rem auto 0;
  color: var(--color-green-dark);
  background: #fff;
  border-color: var(--color-green-dark);
  box-shadow: none;
}
/* --- お客様の声 スライダー --- */
.voice-slider {
  position: relative;
  overflow: visible;
  padding-bottom: 3.5rem;
  cursor: pointer;
}
.voice-slider .swiper-button-next {
  right: 0;
}
.voice-slider .swiper-button-prev {
  right: 4.2rem;
}
/* --- 車両カード --- */
.car-card {
  height: 100%;
  padding: 1.2rem 1rem 1rem 1rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0.8rem 1.6rem 0 rgba(48, 48, 52, 0.1);
}
.car-card__tag {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  color: #008758;
  background: #f6f6f6;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.036rem;
  margin-bottom: 0.7rem;
}
.car-card__tag {
  background: none;
}
.car-card h3,
.car-card h4 {
  margin: 1rem 0 0;
  font-size: 2rem;
  line-height: 1.25;
}
.car-card__grade {
  margin: 0 0 1.2rem;
  color: #53635f;
  font-size: 1.4rem;
  font-weight: 700;
}
.car-card img {
  width: 100%;
  height: auto; /* ← 【変更】固定値(9.1rem)をやめて自動計算にする */
  aspect-ratio: 7 / 5; /* ← 【追加】画像エリアの比率を 7:5 に強制固定する */
  object-fit: contain;
  margin: 0.4rem auto 1.2rem;
  padding: 0;
}
.car-card__price {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2.5px;
  margin: 0 auto 1.2rem;
  width: fit-content;
  font-weight: 900;
  line-height: 1;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
.car-card__price span {
  color: #101d19;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1rem;
  writing-mode: vertical-rl;
  margin: auto 0 0;
}
.car-card__price strong {
  font-size: 3.1rem;
  letter-spacing: -0.06em;
  margin-right: 2.5px;
  letter-spacing: 0.01rem;
}
.car-card__price small {
  position: absolute;
  top: 0;
  right: 0;
  color: #565b5a;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.08rem;
}
.car-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.9rem;
  padding: 0.8rem;
  color: #fff;
  background: #1d2dc0;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 0.4rem 0 rgba(0, 0, 0, 0.23);
  border: 2px solid #1d2dc0;
}
.car-card__button:hover {
  color: #1d2dc0;
  background: #fff;
  border: 2px solid #1d2dc0;
}
.mini-slider__pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
}
.swiper-pagination-bullets {
  bottom: 2% !important;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #d7ddd9;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #1d2dc0;
}
/* --- 選び方ガイド 比較カード --- */
.lease-guide {
  display: grid;
  gap: 2.4rem;
}
.lease-guide__card {
  overflow: hidden;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0.4rem 1.8rem rgba(31, 47, 42, 0.08);
}
.lease-guide__head {
  padding: 1.4rem 4rem 1.2rem 4rem;
}
.lease-guide__card--new .lease-guide__head {
  background: #b9ef92;
}
.lease-guide__card--used .lease-guide__head {
  background: #5ad690;
}
.lease-guide__title {
  margin: 0;
}
.lease-guide__title img {
  width: 100%;
}
.lease-guide__list {
  margin: 0;
  padding: 2.4rem 1.6rem 3.2rem 2rem;
  list-style: none;
  background: #fff;
}
.lease-guide__list li {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.048rem;
}
.lease-guide__list li::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/lp2/new-ucar/images/check.svg") center / contain no-repeat;
}
.lease-guide__list li + li {
  margin-top: 1.6rem;
}
.lease-guide__list strong {
  color: #008758;
}
/* ========================================================================== おすすめポイント（sec04） ========================================================================== */
.lp-section--point {
  background: #f0fae8;
}
.lp-section--point .lp-inner {
  background: #fff;
  padding: 4.8rem 120px 5.6rem 120px;
  border-radius: 0 4rem 0 0;
}
.point-card p,
.used-block__text,
.credit-card-note p {
  margin: 0;
}
.point-list {
  margin: 7rem auto 3.2rem auto;
  display: grid;
  gap: 7rem;
}
.point-heading {
  margin: 0 auto 3.2rem;
}
.point-heading img {
  margin: 0 auto;
}
.point-card {
  position: relative;
}
.point-card__label {
  position: absolute;
  display: flex;
  left: 6%;
  top: -11%;
  color: #008758;
  align-items: center;
  flex-direction: column;
}
.point-card__label-text {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.042rem;
  line-height: 1;
}
.point-card__label-num {
  font-family: "Radio Canada Big";
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1;
}
.point-card__visual {
  margin-bottom: 1.6rem;
  border-radius: 1.8rem;
  text-align: center;
}
.point-card__visual img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.point-card__title {
  margin: -3.5rem auto 0.8rem auto;
  color: #008758;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.066rem;
  text-align: center;
}
.point-card .point-card__text {
  margin: 0 auto 0.8rem auto;
  color: #101d19;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.048rem;
}
.point-card .point-card__note {
  margin: 0 auto;
  padding: 0 2rem;
  color: #101d19;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.104rem;
}
.credit-card-note {
  padding: 2.4rem 2rem 3.2rem 2rem;
  background: #f6f6f6;
  border-radius: 1.5rem;
}
.credit-card-note__title {
  display: flex;
  align-items: center;
  margin: 0 0 1.6rem 0;
  gap: 1.2rem;
  color: #008758;
}
.credit-card-note__icon {
  flex-shrink: 0;
  width: 8%;
}
.credit-card-note__imgtext {
  width: 88%;
}
.credit-card-note__image {
  display: block;
  width: 100%;
  margin: 0 auto 1.6rem auto;
}
.credit-card-note .credit-card-note__catch {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 auto 0.8rem auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.048rem;
}
.credit-card-note__catch strong {
  color: #101d19;
}
.credit-card-note__catch span {
  color: #008355;
}
.credit-card-note__check {
  flex-shrink: 0;
  width: 2.4rem;
}
.credit-card-note .credit-card-note__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.048rem;
}
/* --- 中古車安心（sec05）コンテンツ --- */
.lp-section--used .lp-inner {
  background: #f0fae8;
  padding: 4.8rem 120px 5.6rem 120px;
  border-radius: 4rem 0 0 0;
}
.used-heading {
  margin: 0 auto 3.2rem;
}
.used-heading img {
  margin: 0 auto;
}
.used-block + .used-block {
  margin-top: 3.2rem;
}
.used-block__image {
  display: block;
  width: 100%;
  margin-bottom: 1.6rem;
  border-radius: 1.5rem;
}
.used-block__title {
  margin: 0 0 1rem;
  color: #008758;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.066rem;
}
.used-block__divider {
  height: 0;
  margin: 0 0 1rem;
  border-top: 1px dashed #01c07d;
}
.used-block__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.85;
  line-height: 175%;
  letter-spacing: 0.048rem;
  color: #101d19;
}
.used-block__text strong {
  color: #008758;
  font-weight: 700;
}
.used-recommend {
  margin-top: 3.2rem;
  padding: 2.4rem 2rem 3.2rem 2rem;
  background: #fff;
  border-radius: 1.5rem;
}
.used-recommend__title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 0 1.6rem;
}
.used-recommend__icon {
  flex-shrink: 0;
  width: 8%;
}
.used-recommend__imgtext {
  width: 88%;
}
.used-recommend__catch {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0 0 0.8rem;
}
.used-recommend__catch strong {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.048rem;
  color: #101d19;
}
.used-recommend__catch span {
  color: #008355;
}
.used-recommend__check {
  flex-shrink: 0;
  width: 2.4rem;
  margin-top: 0.2rem;
}
.used-recommend__text {
  margin: 0 auto 0.8rem auto;
  color: #101d19;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.048rem;
}
.used-recommend__note {
  color: #101d19;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.104rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/* --- お客様の声 カード --- */
.voice-card {
  position: relative;
  padding-bottom: 9%;
}
.voice-card__panel {
  padding: 2.4rem 1.8rem;
  background: #fff;
  border-radius: 1.5rem;
  gap: 1rem;
}
.voice-card__title {
  margin: 0 0 1rem;
  color: #008758;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.06rem;
  min-height: 6rem;
}
.voice-card__divider {
  height: 0;
  margin: 0 0 1rem;
  border-top: 1px dashed #c5c5c5;
}
.voice-card__text {
  margin: 0;
  color: #101d19;
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.048rem;
}
.voice-card__text strong {
  color: #008758;
}
.voice-card__meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: -5%;
  padding: 0 0.7rem 0 2.3rem;
}
.voice-card__profile {
  margin-top: 3.5rem;
  color: #101d19;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.048rem;
}
.voice-card__profile small {
  font-size: 1.2rem;
  letter-spacing: 0.036rem;
}
.voice-card__profile span {
  font-size: 1.4rem;
  letter-spacing: 0.042rem;
}
.voice-card__profile strong {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.042rem;
}
.voice-card__illust {
  flex-shrink: 0;
  width: 30%;
}
.lp-section--voice .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.75);
}
.voice-slider__pagination {
  min-height: 3.5rem;
}
.lp-section--voice .swiper-pagination-bullet-active {
  background: #1d2dc0;
}
.lp-section--voice .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
}
/* ========================================================================== よくあるご質問（FAQ） ========================================================================== */
.lp-section--faq {
  background: #5ad690;
}
.lp-section--faq .lp-inner {
  background: #fff;
  padding: 4.8rem 80px 5.6rem 80px;
  border-radius: 4rem 0 0 0;
}
.faq-heading {
  font-family: corporate-logo-ver2, sans-serif;
  color: #101d19;
  margin: 0 auto 2.4rem;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: -0.4rem;
  text-align: center;
}
.faq-list {
  display: grid;
  gap: 1.8rem;
}
.faq-item {
  border-radius: 1.6rem;
  box-shadow: 0 1px 0.4rem 0 rgba(0, 0, 0, 0.23);
  overflow: hidden;
}
.faq-item__question {
  position: relative;
  background: #fff;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.048rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  min-height: 7.8rem;
  padding: 1.6rem 4.6rem 1.6rem 1rem;
  color: #101d19;
  text-align: left;
  cursor: pointer;
}
.faq-item:hover .faq-item__question {
  background: #f0fae8;
}
.faq-item__qicon {
  flex-shrink: 0;
  width: 2.1rem;
}
.faq-item__qtext {
  flex: 1;
  min-width: 0;
  font-weight: 500;
}
.faq-item__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/lp2/new-ucar/images/icon_accordion.svg") center / contain
    no-repeat;
  transform: translateY(-50%);
}
.faq-item:hover.hover .faq-item__question::after {
  content: url("/lp2/new-ucar/images/icon_accordion_hover.svg");
}
.faq-item__question:hover::after {
  background-image: url("/lp2/new-ucar/images/icon_accordion_hover.svg");
}
.faq-item__question[aria-expanded="true"]::after {
  background-image: url("/lp2/new-ucar/images/icon_accordion_open.svg");
}
.faq-item__question[aria-expanded="true"]:hover::after {
  background-image: url("/lp2/new-ucar/images/icon_accordion_open_hover.svg");
}
.faq-item__answer {
  padding: 0;
  cursor: pointer;
}
.faq-item:has(.faq-item__question[aria-expanded="true"]) .faq-item__answer {
  background: #fff;
}
.faq-item:has(.faq-item__question[aria-expanded="true"]):hover
  .faq-item__answer {
  background: #f0fae8;
}
.faq-item__answer-body {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 0 4.6rem 2rem 1rem;
}
.faq-item__alabel {
  flex-shrink: 0;
  color: #01c07d;
  font-family: "Radio Canada Big";
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 110%;
  padding-top: 0.6rem;
}
.faq-item__atext {
  color: #333;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.048rem;
}
.faq-item__atext p {
  margin: 0;
}
.faq-item__atext p + p {
  margin-top: 0.8rem;
}
.faq-item__atext strong {
  font-weight: 700;
}
.faq-item__note {
  color: #101d19;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.104rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.lp-section--faq .lp-button--outline {
  margin-top: 2.4rem;
  color: #008758;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 145%;
  border: 1px solid #008758;
  border-radius: 1.6rem;
  padding: 1.6rem 0.8rem;
  box-shadow: 0 1px 0.4rem 0 rgba(0, 0, 0, 0.23);
}
.lp-section--faq .lp-button--outline:hover {
  color: #fff;
  background: #008758;
}
/* ========================================================================== クロージング（メルマガ・問い合わせCTA） ========================================================================== */
.lp-section--closing {
  padding: 5.6rem 0;
  background: #f0fae8;
}
.mailmag-card {
  padding: 2.4rem 2rem 2.8rem 2rem;
  background: #fff;
  border-radius: 1.5rem;
  text-align: center;
  margin-bottom: 3.2rem;
}
.mailmag-card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}
.mailmag-card__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.mailmag-card__icon img {
  width: 4.7rem;
}
.mailmag-card__title {
  font-family: corporate-logo-ver2, sans-serif;
  margin: 0;
  color: #008758;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -0.05rem;
}
.mailmag-card__text {
  color: #000;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.048rem;
}
.mailmag-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  padding: 1.6rem 0.8rem;
  color: #008758;
  background: #fff;
  border: 1px solid #008758;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 0.4rem 0 rgba(0, 0, 0, 0.23);
}
.mailmag-card__button:hover {
  color: #fff;
  background: #008758;
}
.closing-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  color: #101d19;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.054rem;
  text-align: center;
}
.closing-lead img {
  flex-shrink: 0;
  width: 1.2rem;
}
.closing-telcard {
  padding: 1.6rem;
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 1.6rem;
}
.closing-telcard__caption {
  margin: 0 0 1.2rem;
  color: #101d19;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 125%;
  letter-spacing: 0.042rem;
}
.closing-telcard__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 auto 1.2rem auto;
  width: fit-content;
}
.closing-telcard__tel img {
  width: 3.2rem;
  margin: auto 0 0 0;
}
.closing-telcard__tel:hover img {
  filter: brightness(0);
}
.closing-telcard__tel a {
  color: #1d2dc0;
  font-family: "Radio Canada Big";
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 110%;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  line-height: 1;
}
.closing-telcard__tel:hover a {
  color: #101d19;
  text-decoration: none;
}
.closing-telcard__hours {
  margin: auto;
  color: #101d19;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.12rem;
  text-align: center;
}
.closing-form {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  margin: 0 auto 3.2rem auto;
  padding: 1.6rem 0.8rem;
  color: #fff;
  background: #008758;
  border: 1px solid var(--green_, #008758);
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 145%;
  box-shadow: 0 1px 0.4rem 0 rgba(0, 0, 0, 0.23);
}
.closing-form:hover {
  color: #008758;
  background: #fff;
}
.closing-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.closing-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.1rem;
  color: #1d2dc0;
  background: #fff;
  border: 2px solid #1d2dc0;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 145%;
  box-shadow: 0 1px 0.4rem 0 rgba(0, 0, 0, 0.23);
}
.closing-links a:hover {
  color: #fff;
  background: #1d2dc0;
}
/* ========================================================================== フッター・ユーティリティ ========================================================================== */
.lp-footer {
  padding: 5.6rem 2rem;
  color: #222;
  text-align: center;
}
.lp-footer img {
  width: 258px;
  margin: 0 auto 1.8rem;
}
.lp-footer p {
  font-family: "Hiragino Kaku Gothic ProN";
  color: #222;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08rem;
}

/* ========================================================================== メディアクエリ（レスポンシブ） ========================================================================== */
/* --- 600px以下 --- */
@media screen and (max-width: 600px) {
  /* 標準の余白ラッパー */
  .lp-inner,
  .lp-section--guide .guide-hero__inner {
    padding: 0 20px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .lp-section--point .lp-inner,
  .lp-section--used .lp-inner,
  .lp-section--faq .lp-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lp-section--voice .lp-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mini-lineup h3 {
    margin: 0 2rem 2.4rem 2rem;
  }
  .mini-lineup h3.used-icon {
    margin: 0 2rem 1.2rem 2rem;
  }
  .mini-lineup .heading-lead {
    margin: 0 2rem 2.4rem 2rem;
    font-size: 1.3rem;
  }
  .intro-bottom__adviser {
    right: 0.8rem;
    bottom: -4%;
    width: 51%;
  }
  .kv-quicklinks {
    margin-top: -10rem;
    padding: 2.2rem 2rem;
  }
  .need-bottom__curve {
    margin-top: -9%;
  }
  .need-card--contact {
    padding: 3.8rem 2rem 0 2rem;
  }
  .guide-hero__adviser {
    width: 51%;
  }
  .point-card__label {
    top: -12%;
  }
  .point-card__label-text {
    font-size: 1.4rem;
  }
  .point-card__label-num {
    font-size: 4.6rem;
  }
  .lp-section--guide .guide-hero__adviser {
    width: 47%;
  }
  .swiper-button-prev {
    left: auto;
    right: 3.2rem;
  }
  .swiper-button-next {
    right: -1rem;
  }
  .lp-section--needs::after {
    top: 2%;
    height: 13.3rem;
    width: 13.3rem;
  }
  .need-card--fast::after {
    top: 0.7%;
    width: 16rem;
    height: 16rem;
  }
.need-card--popular::after {
    top: 1%;
    width: 16rem;
    height: 16rem;
  }
  .kv-quicklinks__list {
    gap: 0.5rem;
  }
  .kv-quicklinks__label img {
    width: 57%;
  }
}

/* --- 374px以下 --- */
@media screen and (max-width: 374px) {
  body {
    font-size: 1.5rem;
  }
  .lp-button {
    min-height: 5.2rem;
    font-size: 1.6rem;
  }
}

/* ==========================================================================PCレイアウト（601px以上）のフォントサイズ 1.25倍調整========================================================================== */
@media screen and (min-width: 601px) {
  body {
    font-size: 2rem!important;
  }
  .kv-quicklinks__item {
    font-size: 2.125rem;
  }
  .kv-quicklinks__item-text {
    font-size: 2rem;
  }
  .kv-quicklinks__guide {
    font-size: 2rem;
  }
  .lp-section--guide .guide-lead {
    font-size: 2rem;
  }
  .voice-heading__title {
    font-size: 4.375rem;
  }
  .voice-heading__lead {
    font-size: 2rem;
  }
  .need-point-box p {
    font-size: 2rem;
  }
  .need-point-list li {
    font-size: 2rem;
  }
  .mini-lineup h3 {
    font-size: 2.75rem;
  }
  .mini-slider .car-card h4 {
    font-size: 2rem;
  }
  .mini-slider .car-card__grade {
    font-size: 1.5rem;
  }
  .mini-slider .car-card__price strong {
    font-size: 3.5rem;
  }
  .contact-panel__links a {
    font-size: 2rem;
  }
  .contact-panel__lead {
    font-size: 2.25rem;
  }
  .contact-panel__caption {
    font-size: 1.75rem;
  }
  .contact-panel__tel a {
    font-size: 4.5rem;
  }
  .contact-panel__hours {
    font-size: 1.5rem;
  }
  .contact-panel__form {
    font-size: 2rem;
  }
  .lp-section-heading span {
    font-size: 1.75rem;
  }
  .lp-section-heading h2 {
    font-size: 4rem;
  }
  .lp-button {
    font-size: 2.25rem;
  }
  .car-card__tag {
    font-size: 1.5rem;
  }
  .car-card h3,
  .car-card h4 {
    font-size: 2.5rem;
  }
  .car-card__grade {
    font-size: 1.75rem;
  }
  .car-card__price {
    font-size: 1.375rem;
  }
  .car-card__price span {
    font-size: 1.25rem;
  }
  .car-card__price strong {
    font-size: 3.875rem;
  }
  .car-card__price small {
    font-size: 1rem;
  }
  .car-card__button {
    font-size: 2rem;
  }
  .lease-guide__list li {
    font-size: 2rem;
  }
  .point-card__label-text {
    font-size: 2.5rem;
  }
  .point-card__label-num {
    font-size: 6.5rem;
  }
  .point-card__title {
    font-size: 2.75rem;
  }
  .point-card .point-card__text {
    font-size: 2rem;
  }
  .point-card .point-card__note {
    font-size: 1.625rem;
  }
  .credit-card-note .credit-card-note__catch {
    font-size: 2rem;
  }
  .credit-card-note .credit-card-note__text {
    font-size: 2rem;
  }
  .used-block__title {
    font-size: 2.75rem;
  }
  .used-block__text {
    font-size: 2rem;
  }
  .used-recommend__catch strong {
    font-size: 2rem;
  }
  .used-recommend__text {
    font-size: 2rem;
  }
  .used-recommend__note {
    font-size: 1.625rem;
  }
  .voice-card__title {
    font-size: 2.5rem;
  }
  .voice-card__text {
    font-size: 2rem;
  }
  .voice-card__profile {
    font-size: 2rem;
  }
  .voice-card__profile small {
    font-size: 1.5rem;
  }
  .voice-card__profile span {
    font-size: 1.75rem;
  }
  .voice-card__profile strong {
    font-size: 1.75rem;
  }
  .faq-heading {
    font-size: 4.375rem;
  }
  .faq-item__alabel {
    font-size: 3.5rem;
  }
  .faq-item__atext {
    font-size: 2rem;
  }
  .faq-item__note {
    font-size: 1.625rem;
  }
  .lp-section--faq .lp-button--outline {
    font-size: 2rem;
  }
  .mailmag-card__title {
    font-size: 2.75rem;
  }
  .mailmag-card__text {
    font-size: 2rem;
  }
  .mailmag-card__button {
    font-size: 2rem;
  }
  .closing-lead {
    font-size: 2.25rem;
  }
  .closing-telcard__caption {
    font-size: 1.75rem;
  }
  .closing-telcard__tel a {
    font-size: 4.5rem;
  }
  .closing-telcard__hours {
    font-size: 1.5rem;
  }
  .closing-form {
    font-size: 2rem;
  }
  .closing-links a {
    font-size: 2rem;
  }
  .lp-footer p {
    font-size: 1.25rem;
  }
}