@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --base-font-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  --base-font-gothic02: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  --font-en: "Oswald", sans-serif;
  --base-font-weight: 500;
  --base-color-txt: #555555;
}

/*!
global > mixin
------------------------------
*/
.p_vehicle_section__txt {
  font-size: 0.875rem;
}
.p_vehicle_anchor {
  padding: 30px 0 50px;
}
.p_vehicle_main {
  padding-bottom: 50px;
}
.p_vehicle_section {
  position: relative;
  margin-bottom: 50px;
  padding: 30px 0 0;
  background: linear-gradient(90deg, rgb(213, 248, 255) 0%, rgb(230, 255, 237) 100%);
  overflow: hidden;
}
.p_vehicle_section:last-child {
  margin-bottom: 0;
}
.p_vehicle_section .c_heading_h2 {
  margin-bottom: 30px;
}
.p_vehicle_section .c_heading_h3bg {
  margin-bottom: 25px;
}
.p_vehicle_section__txt {
  padding-bottom: 30px;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.p_vehicle_section .c_card_groups {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
.p_vehicle_section .c_card_groups::before {
  content: "";
  position: absolute;
  top: 32vw;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px){
  .p_vehicle_section__txt {
    font-size: 1.125rem;
  }
  .p_vehicle .c_page_hero {
    padding-top: 52px;
    padding-bottom: 38px;
  }
  .p_vehicle_anchor {
    padding-bottom: 70px;
  }
  .p_vehicle_main {
    padding-bottom: 120px;
  }
  .p_vehicle_section {
    margin-bottom: 72px;
    padding: 64px 0 0;
  }
  .p_vehicle_section .c_heading_h2 {
    margin-bottom: 46px;
  }
  .p_vehicle_section .c_heading_h3bg {
    margin-bottom: 34px;
  }
  .p_vehicle_section__txt {
    padding-bottom: 64px;
  }
  .p_vehicle_section .c_card_groups {
    margin-top: -32px;
  }
  .p_vehicle_section .c_card_groups::before {
    top: clamp(5rem, 9.4936708861vw + 0.4430379747rem, 8.75rem);
  }
  .p_vehicle_section .c_card {
    transition: all 0.5s;
  }
  .p_vehicle_section .c_card:hover {
    opacity: 0.7 !important;
  }
}
/*# sourceMappingURL=maps/vehicle.css.map */
