.elementor-9 .elementor-element.elementor-element-ff5b29e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-75e945e *//* =========================================================
   RVレンタ FRONT PAGE HERO
   ========================================================= */

.rv-hero {
  --rv-navy: #06234a;
  --rv-navy-deep: #031833;
  --rv-blue: #0863a9;
  --rv-orange: #ffa300;
  --rv-orange-dark: #e88900;
  --rv-text: #10223f;
  --rv-muted: #4f6078;
  --rv-border: #d8e3ef;
  --rv-white: #ffffff;

  position: relative;
  overflow: hidden;

  width: 100%;

  background: #ffffff;
  color: var(--rv-text);

  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}

.rv-hero *,
.rv-hero *::before,
.rv-hero *::after {
  box-sizing: border-box;
}

.rv-hero__inner {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);

  width: min(1500px, 100%);
  min-height: 610px;
  margin: 0 auto;

  padding:
    clamp(42px, 4.5vw, 70px)
    clamp(20px, 4vw, 56px)
    clamp(38px, 4vw, 60px);
}


/* =========================================================
   CONTENT
   ========================================================= */

.rv-hero__content {
  position: relative;
  z-index: 3;

  max-width: 660px;
  min-width: 0;
}

.rv-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  max-width: 100%;

  margin: 0 0 16px;
  padding: 8px 14px;

  border: 1px solid rgba(6, 35, 74, 0.16);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.9);

  color: var(--rv-navy);

  font-size: clamp(0.78rem, 1.4vw, 0.92rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.rv-hero__eyebrow::before {
  content: "";

  flex: 0 0 auto;

  width: 8px;
  height: 8px;

  border-radius: 999px;

  background: var(--rv-blue);
  box-shadow: 0 0 0 4px rgba(8, 99, 169, 0.1);
}

.rv-hero__title {
  margin: 0;

  color: var(--rv-navy-deep);

  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;

  font-size: clamp(2.45rem, 5.2vw, 4px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0.025em;
}


/* =========================================================
   PRICE
   ========================================================= */

.rv-hero__price-area {
  margin-top: 20px;
}

.rv-hero__price {
  display: flex;
  align-items: center;
  gap: 18px;
}

.rv-hero__price-item {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;

  white-space: nowrap;
}

.rv-hero__price-label {
  color: var(--rv-navy-deep);

  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 900;
  line-height: 1.3;
}

.rv-hero__price-item strong {
  color: var(--rv-blue);

  font-size: clamp(1.9rem, 3.1vw, 2.7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
}

.rv-hero__price-item strong small {
  margin-left: 2px;

  font-size: 0.52em;
  font-weight: 900;
  letter-spacing: 0;
}

.rv-hero__price-divider {
  display: block;

  width: 1px;
  height: 36px;

  background: #b5c5d6;

  transform: rotate(20deg);
}

.rv-hero__price-note {
  display: flex;
  align-items: center;
  gap: 8px;

  margin: 9px 0 0;

  color: var(--rv-navy);

  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.5;
}

.rv-hero__price-note::before {
  content: "";

  flex: 0 0 auto;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--rv-orange);
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.rv-hero__lead {
  max-width: 575px;

  margin: 17px 0 0;

  color: var(--rv-text);

  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.015em;
}


/* =========================================================
   CTA BUTTONS
   ========================================================= */

.rv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 24px;
}

.rv-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 58px;
  padding: 0 24px;

  border: 2px solid transparent;
  border-radius: 6px;

  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.015em;
  text-align: center;
  text-decoration: none !important;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

.rv-hero__button:focus-visible {
  outline: 3px solid #86b7ff;
  outline-offset: 4px;
}

.rv-hero__button--primary,
.rv-hero__button--primary:visited {
  min-width: 300px;

  border-color: var(--rv-orange-dark);

  background:
    linear-gradient(
      135deg,
      #ffb21c 0%,
      var(--rv-orange) 100%
    );

  box-shadow: 0 12px 26px rgba(232, 137, 0, 0.24);

  color: var(--rv-navy-deep) !important;
}

.rv-hero__button--primary:hover,
.rv-hero__button--primary:focus-visible {
  border-color: #d87f00;

  background:
    linear-gradient(
      135deg,
      #ffc13d 0%,
      #ffa300 100%
    );

  box-shadow: 0 16px 32px rgba(232, 137, 0, 0.3);

  color: var(--rv-navy-deep) !important;

  transform: translateY(-2px);
}

.rv-hero__button--primary *,
.rv-hero__button--primary:visited * {
  color: inherit !important;
}

.rv-hero__button--secondary,
.rv-hero__button--secondary:visited {
  min-width: 210px;

  border-color: #9fb3ca;

  background: rgba(255, 255, 255, 0.94);

  color: var(--rv-navy) !important;
}

.rv-hero__button--secondary:hover,
.rv-hero__button--secondary:focus-visible {
  border-color: var(--rv-navy);

  background: #ffffff;

  box-shadow: 0 10px 22px rgba(6, 35, 74, 0.1);

  color: var(--rv-navy-deep) !important;

  transform: translateY(-2px);
}

.rv-hero__button--secondary *,
.rv-hero__button--secondary:visited * {
  color: inherit !important;
}

.rv-hero__button-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 23px;
  height: 23px;
}

.rv-hero__button-icon svg {
  display: block;

  width: 21px;
  height: 21px;

  fill: currentColor;
}

.rv-hero__button-arrow {
  margin-left: 3px;

  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
}


/* =========================================================
   SUPPORT TEXT
   ========================================================= */

.rv-hero__support-text {
  margin: 10px 0 0;

  color: var(--rv-muted);

  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.6;
}


/* =========================================================
   FEATURES
   ========================================================= */

.rv-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;

  margin: 19px 0 0;
  padding: 0;

  list-style: none;
}

.rv-hero__features li {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  min-height: 40px;

  color: var(--rv-text);

  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.rv-hero__feature-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;

  width: 38px;
  height: 38px;

  border: 1px solid rgba(6, 35, 74, 0.18);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.95);

  color: var(--rv-navy);
}

.rv-hero__feature-icon svg {
  display: block;

  width: 19px;
  height: 19px;

  fill: currentColor;
}


/* =========================================================
   HERO IMAGE
   ========================================================= */

.rv-hero__visual {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  width: min(72vw, 1080px);
  height: 100%;

  pointer-events: none;
}

.rv-hero__visual::before {
  content: "";

  position: absolute;
  z-index: 2;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.9) 6%,
      rgba(255, 255, 255, 0.48) 18%,
      rgba(255, 255, 255, 0.1) 33%,
      rgba(255, 255, 255, 0) 50%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 14%,
      rgba(255, 255, 255, 0) 82%,
      rgba(255, 255, 255, 0.34) 100%
    );

  pointer-events: none;
}

.rv-hero__visual {
  width: min(66vw, 960px);
}

  object-fit: contain;
  object-position: center right;

  transform: translateX(1%);
}


/* =========================================================
   TABLET AND SMALL DESKTOP
   ========================================================= */

@media (max-width: 1200px) {
  .rv-hero__inner {
    grid-template-columns:
      minmax(0, 0.96fr)
      minmax(500px, 1.04fr);
  }

  .rv-hero__visual {
    width: min(74vw, 1040px);
  }

  .rv-hero__visual img {
    transform: translateX(2%);
  }

  .rv-hero__price {
    gap: 14px;
  }

  .rv-hero__features {
    max-width: 590px;
  }
}

@media (max-width: 980px) {
  .rv-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    min-height: auto;

    padding-top: 44px;
  }

  .rv-hero__content {
    width: 100%;
    max-width: 720px;
  }

  .rv-hero__visual {
    position: relative;

    order: 2;

    width: calc(100% + 40px);
    height: auto;
    min-height: 330px;

    margin:
      26px
      -20px
      -38px;

    background: #ffffff;
  }

  .rv-hero__visual::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.36) 0%,
        rgba(255, 255, 255, 0.04) 20%,
        rgba(255, 255, 255, 0) 68%,
        rgba(255, 255, 255, 0.42) 100%
      ),
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 22%,
        rgba(255, 255, 255, 0) 78%,
        rgba(255, 255, 255, 0.24) 100%
      );
  }

  .rv-hero__visual img {
    width: 100%;
    height: 330px;
    min-height: 330px;

    object-fit: contain;
    object-position: center;

    transform: none;
  }

  .rv-hero__title {
    font-size: clamp(2.2rem, 7.5vw, 3rem);
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
  .rv-hero__inner {
    padding:
      28px
      18px
      32px;
  }

  .rv-hero__eyebrow {
    align-items: flex-start;

    margin-bottom: 14px;
    padding: 8px 12px;

    border-radius: 14px;

    font-size: 0.78rem;
  }

  .rv-hero__title {
    font-size: clamp(2.05rem, 10vw, 2.75rem);
    line-height: 1.17;
  }

  .rv-hero__price-area {
    margin-top: 17px;
  }

  .rv-hero__price {
    display: grid;
    grid-template-columns:
      minmax(0, 1fr)
      1px
      minmax(0, 1fr);
    align-items: center;
    gap: 13px;
  }

  .rv-hero__price-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .rv-hero__price-label {
    font-size: 0.95rem;
  }

  .rv-hero__price-item strong {
    font-size: clamp(1.8rem, 8.7vw, 2.4rem);
  }

  .rv-hero__price-divider {
    width: 1px;
    height: 54px;

    transform: none;
  }

  .rv-hero__price-note {
    margin-top: 8px;

    font-size: 0.82rem;
  }

  .rv-hero__lead {
    margin-top: 14px;

    font-size: 0.94rem;
    line-height: 1.75;
  }

  .rv-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;

    margin-top: 20px;
  }

  .rv-hero__button {
    width: 100%;
    min-width: 0;
    min-height: 57px;
    padding: 0 16px;

    border-radius: 7px;

    font-size: 0.96rem;
  }

  .rv-hero__button-arrow {
    margin-left: auto;
  }

  .rv-hero__support-text {
    margin-top: 9px;

    font-size: 0.74rem;
    text-align: center;
  }

  .rv-hero__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;

    margin-top: 18px;
  }

  .rv-hero__features li {
    width: 100%;
    min-height: 48px;
    padding: 7px 10px;

    border: 1px solid var(--rv-border);
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.94);

    font-size: 0.9rem;
    white-space: normal;
  }

  .rv-hero__feature-icon {
    width: 35px;
    height: 35px;
  }

  .rv-hero__feature-icon svg {
    width: 18px;
    height: 18px;
  }

  .rv-hero__visual {
    width: calc(100% + 36px);
    min-height: 245px;

    margin:
      20px
      -18px
      -32px;
  }

  .rv-hero__visual img {
    height: 245px;
    min-height: 245px;

    object-fit: contain;
    object-position: center;
  }

  .rv-hero__visual::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.28) 0%,
        rgba(255, 255, 255, 0.02) 24%,
        rgba(255, 255, 255, 0) 67%,
        rgba(255, 255, 255, 0.4) 100%
      ),
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(255, 255, 255, 0) 22%,
        rgba(255, 255, 255, 0) 78%,
        rgba(255, 255, 255, 0.18) 100%
      );
  }
}

@media (max-width: 420px) {
  .rv-hero__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rv-hero__title {
    font-size: clamp(1.95rem, 10.3vw, 2.5rem);
  }

  .rv-hero__price {
    gap: 10px;
  }

  .rv-hero__price-item strong {
    font-size: clamp(1.65rem, 8.2vw, 2rem);
  }

  .rv-hero__visual {
    width: calc(100% + 30px);
    min-height: 220px;

    margin-right: -15px;
    margin-left: -15px;
  }

  .rv-hero__visual img {
    height: 220px;
    min-height: 220px;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rv-hero__button {
    transition: none;
  }

  .rv-hero__button:hover {
    transform: none;
  }
}


/* =========================================================
   PAGESPEED ACCESSIBILITY FIX
   Hello Elementor skip link
   ========================================================= */

a.skip-link.screen-reader-text {
  position: absolute !important;

  display: block !important;

  width: 1px !important;
  height: 1px !important;

  margin: -1px !important;
  padding: 0 !important;

  overflow: hidden !important;

  border: 0 !important;

  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;

  visibility: visible !important;
  opacity: 1 !important;

  white-space: nowrap !important;

  pointer-events: auto !important;
}

a.skip-link.screen-reader-text:focus,
a.skip-link.screen-reader-text:focus-visible {
  position: fixed !important;
  z-index: 999999 !important;
  top: 8px !important;
  left: 8px !important;

  width: auto !important;
  height: auto !important;

  margin: 0 !important;
  padding: 14px 18px !important;

  overflow: visible !important;

  border: 2px solid #005fcc !important;
  border-radius: 4px !important;

  background: #ffffff !important;

  color: #111111 !important;

  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  white-space: normal !important;

  clip: auto !important;
  clip-path: none !important;

  visibility: visible !important;
  opacity: 1 !important;

  pointer-events: auto !important;

  outline: 3px solid #ffcc00 !important;
  outline-offset: 2px !important;

  transform: none !important;
}
/* =========================================================
黄色マーカー
   ========================================================= */
.rv-hero__marker {
  display: inline;
  padding: 0 0.14em;
  background: linear-gradient(
    transparent 58%,
    rgba(255, 214, 10, 0.68) 58%
  );
  font-weight: 900;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69b3b08 *//* =========================================================
   RVレンタ 対応エリア
   ========================================================= */

.rv-service-area {
  width: 100%;
  padding: 76px 24px;

  background: #f4f7fb;
  color: #071c42;
}

.rv-service-area,
.rv-service-area *,
.rv-service-area *::before,
.rv-service-area *::after {
  box-sizing: border-box;
}

.rv-service-area__inner {
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* =========================================================
   HEADING
   ========================================================= */

.rv-service-area__header {
  width: 100%;
  max-width: 1120px;

  margin: 0 auto 34px;

  text-align: center;
}

.rv-service-area__eyebrow {
  margin: 0 0 10px;

  color: #173b72;

  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.14em;

  text-align: center;
}

.rv-service-area__title {
  margin: 0 0 16px;

  color: #071c42;

  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;

  text-align: center;
  text-wrap: balance;
}

.rv-service-area__lead {
  width: 100%;
  max-width: none;

  margin: 0 auto;

  color: #51627c;

  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.01em;

  text-align: center;
  text-wrap: pretty;
}


/* =========================================================
   GRID
   ========================================================= */

.rv-service-area__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}


/* =========================================================
   AREA CARD
   ========================================================= */

.rv-service-area__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 310px;

  padding: 38px;

  overflow: hidden;

  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(5, 28, 73, 0.98),
      rgba(19, 59, 116, 0.92)
    );

  box-shadow:
    0 15px 35px rgba(7, 28, 66, 0.13);

  color: #ffffff;

  text-decoration: none !important;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.rv-service-area__card:link,
.rv-service-area__card:visited {
  color: #ffffff;
}

.rv-service-area__card:hover,
.rv-service-area__card:focus-visible {
  color: #ffffff;

  transform: translateY(-5px);

  box-shadow:
    0 20px 42px rgba(7, 28, 66, 0.22);
}

.rv-service-area__card:focus-visible {
  outline: 3px solid #ffb12b;
  outline-offset: 4px;
}


/* =========================================================
   CARD NUMBER
   ========================================================= */

.rv-service-area__card-number {
  position: absolute;
  top: 18px;
  right: 26px;

  color: rgba(255, 255, 255, 0.09);

  font-size: 84px;
  font-weight: 800;
  line-height: 1;

  pointer-events: none;
}


/* =========================================================
   CARD LABEL
   ========================================================= */

.rv-service-area__card-label {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  align-self: flex-start;

  margin-bottom: 26px;
  padding: 7px 13px;

  border-radius: 999px;

  background: #ffb12b;
  color: #071c42;

  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
}


/* =========================================================
   CARD TITLE
   ========================================================= */

.rv-service-area__card-title {
  position: relative;
  z-index: 1;

  margin: 0 0 16px;

  color: #ffffff;

  font-size: clamp(25px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}


/* =========================================================
   CARD TEXT
   ========================================================= */

.rv-service-area__card-text {
  position: relative;
  z-index: 1;

  max-width: 100%;

  margin: 0 0 30px;

  color: rgba(255, 255, 255, 0.88);

  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.01em;

  text-wrap: pretty;
}


/* =========================================================
   CARD LINK
   ========================================================= */

.rv-service-area__card-link {
  position: relative;
  z-index: 1;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  width: fit-content;
  max-width: 100%;

  margin-top: auto;

  color: #ffffff;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.rv-service-area__card-link > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;

  width: 32px;
  height: 32px;

  border-radius: 50%;

  background: #ffb12b;
  color: #071c42;

  font-size: 22px;
  line-height: 1;

  transition: transform 0.25s ease;
}

.rv-service-area__card:hover
.rv-service-area__card-link > span {
  transform: translateX(4px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  .rv-service-area {
    padding: 64px 20px;
  }

  .rv-service-area__header {
    max-width: 820px;
    margin-bottom: 30px;
  }

  .rv-service-area__lead {
    font-size: 16px;
  }

  .rv-service-area__card {
    padding: 32px;
  }

  .rv-service-area__card-text {
    font-size: 15px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .rv-service-area {
    padding: 56px 18px;
  }

  .rv-service-area__header {
    max-width: none;
    margin-bottom: 26px;

    text-align: center;
  }

  .rv-service-area__eyebrow {
    font-size: 12px;
  }

  .rv-service-area__title {
    font-size: clamp(30px, 9vw, 40px);
  }

  .rv-service-area__lead {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;

    text-align: center;
  }

  .rv-service-area__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rv-service-area__card {
    min-height: 280px;

    padding: 30px 24px;

    border-radius: 14px;
  }

  .rv-service-area__card-number {
    top: 17px;
    right: 20px;

    font-size: 66px;
  }

  .rv-service-area__card-label {
    margin-bottom: 22px;
  }

  .rv-service-area__card-title {
    font-size: clamp(24px, 7vw, 30px);
  }

  .rv-service-area__card-text {
    margin-bottom: 26px;

    font-size: 15px;
    line-height: 1.8;
  }

  .rv-service-area__card-link {
    font-size: 15px;
  }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {
  .rv-service-area {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rv-service-area__title {
    font-size: 30px;
  }

  .rv-service-area__lead {
    font-size: 14px;
  }

  .rv-service-area__card {
    padding: 27px 21px;
  }

  .rv-service-area__card-link {
    align-items: flex-start;

    font-size: 14px;
  }

  .rv-service-area__card-link > span {
    width: 29px;
    height: 29px;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rv-service-area__card,
  .rv-service-area__card-link > span {
    transition: none;
  }

  .rv-service-area__card:hover,
  .rv-service-area__card:focus-visible {
    transform: none;
  }
}/* End custom CSS */