@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.font-number {
  font-family: "Roboto", sans-serif;
}

.newcar a {
  text-decoration: none;
}
.newcar img {
  display: block;
  width: 100%;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}
br.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}

.newcar-inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .newcar-inner {
    padding-inline: 10px;
  }
}

.newcar-inner-s {
  width: min(100%, 1120px);
  padding-inline: 20px;
  margin-inline: auto;
}

.newcar-inner-xs {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .newcar-inner-xs {
    padding-inline: 16px;
  }
}

.newcar-inner-spNone {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .newcar-inner-spNone {
    padding-inline: 0px;
  }
}

/* ======================================== */
/* ボタン */
/* ======================================== */
.newcar_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 420px);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #0a6d3d;
  padding: 18px;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .newcar_btn:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .newcar_btn {
    font-size: 18px;
  }
}
.newcar_btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../../img/campaign/2024registration/icon_arrow-right-wh.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .newcar_btn::before {
    width: 22px;
    right: 14px;
  }
}
.newcar_btn.--white {
  color: #0e9352;
  background-color: #ffffff;
  border: 2px solid #0e9352;
}
.newcar_btn.--white.--arrow-up::before {
  background: url("../../img/campaign/2024registration/icon_arrow-up-green.svg") no-repeat center center/contain;
}
.newcar_btn.--red {
  padding: 20px 20px 20px min(12.1428571429%, 51px);
  justify-content: flex-start;
  color: #ffffff;
  background-color: #e8340c;
  border: 2px solid #e8340c;
  box-shadow: 0px 4px 0px #b52a0b;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .newcar_btn.--red {
    padding: 22px 22px 22px min(8.9552238806%, 30px);
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .newcar_btn.--red {
    font-size: 18px;
  }
}
.newcar_btn.--red::before {
  background: url("../../img/campaign/2024registration/icon_arrow-right-red.svg") no-repeat center center/contain;
}
.newcar_btn.--red span {
  padding: 2px 7px;
  color: #e8340c;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}
.newcar_btn.--small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .newcar_btn.--small {
    font-size: 20px;
  }
}

.newcar_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4477777778;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .newcar_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .newcar_link {
    gap: 4px;
    font-size: min(4vw, 15px);
    padding-left: 20px;
  }
}

/* ======================================== */
/* セクションタイトル */
/* ======================================== */
.newcar_headGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.newcar_headline_sub {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  opacity: 0.5;
  text-transform: capitalize;
}
.newcar_headline_sub.--white {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .newcar_headline_sub {
    font-size: 13px;
  }
}
.newcar_headline_sub2 {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .newcar_headline_sub2 {
    font-size: 16px;
  }
}
.newcar_headline_sub2::before, .newcar_headline_sub2::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  top: 50%;
  background-color: #0e9352;
}
.newcar_headline_sub2::before {
  left: -40px;
  transform: translate(0, -50%) rotate(45deg);
}
.newcar_headline_sub2::after {
  left: auto;
  right: -40px;
  transform: translate(0, -50%) rotate(-45deg);
}
.newcar_headline {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  line-height: 1.4523809524;
  text-align: center;
  color: #333;
}
.newcar_headline.--white {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .newcar_headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 374px) {
  .newcar_headline {
    font-size: 30px;
  }
}

/* ======================================== */
/* 共通スタイル スライダー */
/* ======================================== */
.newcar-splide {
  /* スライド コンテンツ */
  /* ページネーション、矢印 */
}
.newcar-splide_slide {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  /* スライド 画像 */
}
@media (any-hover: hover) {
  .newcar-splide_slide:hover {
    background-color: #9cceb5;
  }
}
.newcar-splide_slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 324/244;
  -o-object-fit: cover;
     object-fit: cover;
}
.newcar-splide_slide:nth-child(n+2) {
  border-left: 1px solid #cccccc;
}
.newcar-splide_link {
  display: block;
  padding: 18px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .newcar-splide_link {
    padding: 15px;
  }
}
.newcar-splide_body {
  margin-top: 15px;
}
.newcar-splide_text {
  min-height: 75px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #0e9352;
}
.newcar-splide_description {
  margin-top: 15px;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.7066666667;
}
.newcar-splide_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.newcar-splide_price .label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.4375;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newcar-splide_price .label {
    font-size: 15px;
  }
}
.newcar-splide_price .price_number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .newcar-splide_price .price_number {
    font-size: 42px;
  }
}
.newcar-splide_price .price_text {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #f23a3a;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .newcar-splide_price .price_text {
    font-size: 28px;
  }
}
.newcar-splide_price .fraction {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .newcar-splide_price .fraction {
    font-size: 30px;
  }
}
.newcar-splide_price .small {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
  color: #333333;
  align-self: flex-end;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .newcar-splide_price .small {
    font-size: 15px;
  }
}
.newcar-splide_controls {
  position: relative;
  margin-top: 24px;
  display: flex;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .newcar-splide_controls {
    position: relative;
    margin-top: 10px;
    height: 30px;
  }
}
.newcar-splide_pagination {
  display: flex;
  gap: 10px;
  position: static;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .newcar-splide_pagination {
    gap: 6px;
    position: absolute;
  }
}
.newcar-splide_pagination .splide_pagination_page {
  width: 14px;
  height: 14px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .newcar-splide_pagination .splide_pagination_page {
    width: 10px;
    height: 10px;
  }
}
.newcar-splide_pagination .is-active {
  background: #0e9352;
  transform: scale(1);
}
.newcar-splide_arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .newcar-splide_arrows {
    gap: 8px;
  }
}
.newcar-splide_arrow {
  width: 50px;
  height: 50px;
  position: static;
  transform: translateY(0%);
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .newcar-splide_arrow {
    width: 30px;
    height: 30px;
  }
}
.newcar-splide_arrow[aria-label="Go to last slide"] {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .newcar-splide_arrow:hover {
    opacity: 0.7;
  }
}
.newcar-splide_arrow.splide__arrow--prev {
  scale: -1;
}

/* ================================================================================ */
/* キャンペーン  */
/* ================================================================================ */
.newcar-benefits {
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits {
    margin-top: 8px;
  }
}
.newcar-benefits_banner {
  display: block;
  transition: 0.3s ease;
  position: relative;
}
.newcar-benefits_banner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_banner {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.newcar-benefits_banner-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_banner-text {
    display: block;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 20.8px;
    margin-top: 8px;
  }
}
.newcar-benefits_content {
  background-color: #eff7f2;
  padding-block: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_content {
    padding-block: 30px 68px;
    margin-top: 10px;
  }
}
.newcar-benefits_description {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_description {
    padding-inline: 28px;
    font-size: 16px;
    text-align: left;
  }
}
.newcar-benefits_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_list {
    gap: 50px;
    padding-top: 56px;
  }
}
.newcar-benefits_item {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
}
.newcar-benefits_item:nth-child(1) {
  padding: 80px 60px 60px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_item:nth-child(1) {
    padding: 45px 50px 46px;
  }
}
@media screen and (max-width: 374px) {
  .newcar-benefits_item:nth-child(1) {
    padding-inline: 17px;
  }
}
.newcar-benefits_item:nth-child(1) .newcar-benefits_body_text:nth-child(1) .original-margin {
  margin-top: 11px;
  display: block;
}
.newcar-benefits_item:nth-child(2) {
  padding: 80px 60px 30px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_item:nth-child(2) {
    padding: 50px 17px 25px 27px;
  }
}
@media screen and (max-width: 374px) {
  .newcar-benefits_item:nth-child(2) {
    padding-inline: 17px;
  }
}
.newcar-benefits_item:nth-child(3) {
  padding: 80px 60px 60px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_item:nth-child(3) {
    padding: 50px 17px 46px 27px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .newcar-benefits_item:nth-child(3) {
    padding-inline: 17px;
  }
}
.newcar-benefits_label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background-color: #f6e929;
  border-radius: 100vh;
  padding: 5px 56px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_label {
    padding: 4px 40px;
  }
}
.newcar-benefits_label::before {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  background-color: #f6e929;
  -webkit-clip-path: polygon(65% 0, 0 0, 100% 100%);
          clip-path: polygon(65% 0, 0 0, 100% 100%);
  position: absolute;
  top: 90%;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_label::before {
    width: 22px;
    height: 12px;
    top: 90%;
    left: 10px;
  }
}
.newcar-benefits_label_text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.92;
  color: #0e9352;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_label_text {
    font-size: 14px;
  }
}
.newcar-benefits_label_number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #0e9352;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_label_number {
    font-size: 21px;
  }
}
.newcar-benefits_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_column {
    flex-direction: column;
  }
}
.newcar-benefits_body {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.newcar-benefits_body_text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text {
    font-size: 18px;
  }
}
.newcar-benefits_body_text .pc_row {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .newcar-benefits_body_text .pc_row {
    display: block;
  }
}
.newcar-benefits_body_text.negative-margin {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text.negative-margin {
    margin-top: -20px;
  }
}
.newcar-benefits_body_text strong {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.4666666667;
  color: #ffffff;
  background-color: #0e9352;
  padding-inline: 4px;
  margin-top: 4px;
  margin-inline: 8px;
}
@media screen and (max-width: 900px) {
  .newcar-benefits_body_text strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text strong {
    font-size: 24px;
    margin-inline: 5px;
  }
}
@media screen and (max-width: 374px) {
  .newcar-benefits_body_text strong {
    font-size: 20px;
  }
}
.newcar-benefits_body_text_border {
  position: relative;
  z-index: 1;
}
.newcar-benefits_body_text_border::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #f6e929;
  z-index: -1;
}
.newcar-benefits_body_text.--center {
  text-align: center;
}
.newcar-benefits_body_text .size-medium {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text .size-medium {
    font-size: 24px;
  }
}
.newcar-benefits_body_text .size-medium2 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text .size-medium2 {
    font-size: 24px;
  }
}
.newcar-benefits_body_text .size-medium3 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text .size-medium3 {
    font-size: 30px;
  }
}
.newcar-benefits_body_text .size-large {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text .size-large {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 374px) {
  .newcar-benefits_body_text .size-large {
    font-size: 20px;
  }
}
.newcar-benefits_body_text_border.size-large::before {
  bottom: 5px;
  height: 15px;
}
.newcar-benefits_body_text .size-large2 {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text .size-large2 {
    font-size: 46px;
    line-height: 1;
  }
}
.newcar-benefits_body_text_border.size-large2::before {
  bottom: 8px;
  height: 15px;
}
.newcar-benefits_body_text .size-large3 {
  margin-inline: 8px;
  font-size: 110px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text .size-large3 {
    font-size: 60px;
    line-height: 1;
  }
}
.newcar-benefits_body_text_border.size-large3::before {
  bottom: 8px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_text + .newcar-benefits_body_text {
    margin-top: 20px;
  }
}
.newcar-benefits_body_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .newcar-benefits_body_note {
    margin-top: 9px;
  }
}

.newcar-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .newcar-details {
    margin-top: 60px;
  }
}
.newcar-details_wrap {
  display: flex;
  gap: 4.6296296296%;
}
@media screen and (max-width: 768px) {
  .newcar-details_wrap {
    flex-direction: column;
    gap: 18px;
  }
}
.newcar-details_title {
  flex: 0 0 145px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4222222222;
  text-align: center;
  color: #0e9352;
  background-color: #f6e929;
  border-radius: 100vh;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .newcar-details_title {
    flex: auto;
    width: 120px;
    font-size: 16px;
    padding: 5px;
    margin-inline: auto;
  }
}
.newcar-details_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .newcar-details_text.sp_center {
    text-align: center;
  }
}
.newcar-details_text .text-small {
  font-size: 13px;
}
.newcar-details_text .text-large {
  font-size: 30px;
}
.newcar-details_body {
  flex: 1;
}
.newcar-details_btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .newcar-details_btn-wrap {
    display: flex;
    justify-content: center;
  }
}

.newcar-period_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .newcar-period_text {
    font-size: 16px;
  }
  .newcar-period_text.sp_center {
    text-align: center;
  }
}
.newcar-period_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-top: 10px;
}

.newcar-target_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.newcar-target_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .newcar-target_note {
    margin-top: 14px;
  }
}

.newcar-flow_steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newcar-flow_steps {
    flex-direction: column;
    gap: 43px;
  }
}
.newcar-flow_step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 28.0146163216%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px 32px;
}
@media screen and (max-width: 900px) {
  .newcar-flow_step {
    padding: 28px 10px;
  }
}
@media screen and (max-width: 768px) {
  .newcar-flow_step {
    flex-direction: row;
    gap: 18px;
    width: 100%;
    padding: 28px 20px;
  }
}
.newcar-flow_step-img {
  width: 70px;
}
@media screen and (max-width: 900px) {
  .newcar-flow_step-img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .newcar-flow_step-img {
    width: 70px;
  }
}
.newcar-flow_step-content {
  flex: 1;
}
.newcar-flow_step-description {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .newcar-flow_step-description {
    line-height: 1.6;
  }
}
@media screen and (max-width: 374px) {
  .newcar-flow_step-description {
    font-size: 14px;
  }
}
.newcar-flow_step .small {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.newcar-flow_step:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  background: url("../../img/campaign/2024registration/flow_step-arrow.svg") no-repeat center center/contain;
  z-index: 1;
  position: absolute;
  left: auto;
  right: -7.0645554202%;
  transform: translate(100%, 0);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .newcar-flow_step:not(:last-of-type)::before {
    width: 20px;
    top: auto;
    bottom: -12px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%) rotate(90deg);
  }
}

.newcar-notes_list {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .newcar-notes_list {
    margin-top: 0px;
  }
}
.newcar-notes_item {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .newcar-notes_item {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ================================================================================ */
/* おすすめ  */
/* ================================================================================ */
.newcar-recommend {
  margin-top: 100px;
  overflow: hidden;
  /* スライド */
}
@media screen and (max-width: 768px) {
  .newcar-recommend {
    margin-top: 66px;
  }
}
.newcar-recommend_title {
  width: min(100%, 575px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .newcar-recommend_title {
    width: min(100%, 310px);
  }
}
.newcar-recommend_title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.newcar-recommend-splide {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .newcar-recommend-splide {
    margin-top: 30px;
  }
}
.newcar-recommend-splide .splide__track {
  overflow: visible;
}
.newcar-recommend-splide_link {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .newcar-recommend-splide_link {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .newcar-recommend-splide_body {
    margin-top: 10px;
  }
}
.newcar-recommend-splide_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.newcar-recommend-splide_price {
  margin-top: 20px;
  padding: 3px 16px;
  background-color: #feebeb;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .newcar-recommend-splide_price {
    margin-top: 15px;
    align-items: center;
  }
}
.newcar-recommend-splide_price .label {
  font-weight: bold;
}
.newcar-recommend-splide .price_number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 42px;
}
.newcar-recommend-splide .fraction {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.newcar-recommend-splide .small {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
  color: #333333;
  align-self: flex-end;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .newcar-recommend-splide .small {
    font-size: 15px;
  }
}
.newcar-recommend_btn-wrap {
  margin: 20px auto 0;
  padding-bottom: 10px;
}
.newcar_btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-inline: 10px;
}

/* ================================================================================ */
/* トラックを探す  */
/* ================================================================================ */
.newcar-search {
  margin-top: 100px;
  background-color: #0e9352;
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .newcar-search {
    margin-top: 47px;
    padding-block: 80px;
  }
}
.newcar-search_filters {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .newcar-search_filters {
    margin-top: 40px;
  }
}
.newcar-search_head {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .newcar-search_head {
    text-align: center;
  }
}
.newcar-search_filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .newcar-search_filter-list {
    gap: 8px;
    margin-top: 10px;
  }
}
.newcar-search_filter-item {
  width: calc(20% - 8px);
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  color: #0e9352;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 12px;
  transition: 0.3s ease;
  box-shadow: 0px 4px 0px #0a6d3d;
  cursor: pointer;
}
@media (any-hover: hover) {
  .newcar-search_filter-item:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .newcar-search_filter-item {
    width: calc(50% - 4px);
  }
  .newcar-search_filter-item:first-child {
    width: 100%;
  }
}
.newcar-search_filter-item[aria-pressed=true] {
  background-color: #9cceb5;
  box-shadow: 0px 2px 0px #0a6d3d;
}
@media (any-hover: hover) {
  .newcar-search_filter-item[aria-pressed=true]:hover {
    box-shadow: 0px 2px 0px #0a6d3d;
    translate: 0 0px;
  }
}
.newcar-search_category {
  margin-top: 40px;
}
.newcar-search_sort {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 20px;
}
.newcar-search_btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.newcar-search_submit::before {
  display: none;
}

/* ================================================================================ */
/* お悩み  */
/* ================================================================================ */
.newcar-point {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .newcar-point {
    margin-top: 80px;
  }
}
.newcar-point_headline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.4523809524;
}
@media screen and (max-width: 768px) {
  .newcar-point_headline {
    flex-direction: column;
    font-size: 36px;
    line-height: 1.4444444444;
  }
}
.newcar-point_headline.is-pc {
  display: flex;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .newcar-point_headline.is-pc {
    display: none;
    visibility: hidden;
  }
}
.newcar-point_headline.is-sp {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .newcar-point_headline.is-sp {
    display: flex;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .newcar-point_headline .sp-inner {
    display: flex;
    flex-direction: row;
  }
}
.newcar-point_headline .maru {
  margin-top: -15px;
  display: inline-block;
  width: 106px;
  -o-object-fit: contain;
     object-fit: contain;
}
.newcar-point_worries {
  margin-top: 62px;
  margin-inline: auto;
  padding: 82px 60px 64px 78px;
  position: relative;
  width: min(100%, 1080px);
  display: flex;
  justify-content: space-between;
  background-color: #efefef;
  border-radius: 12px;
}
@media screen and (max-width: 1080px) {
  .newcar-point_worries {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .newcar-point_worries {
    margin-top: 30px;
    padding: 40px 21px 81px 63px;
    flex-direction: column;
  }
}
.newcar-point_worries-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1080px) {
  .newcar-point_worries-list {
    width: 74.9253731343%;
  }
}
@media screen and (max-width: 500px) {
  .newcar-point_worries-list {
    width: 100%;
    gap: 18px;
  }
}
.newcar-point_worries-list.--left {
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .newcar-point_worries-list.--left {
    align-items: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .newcar-point_worries-list.--left {
    align-items: flex-start;
  }
}
.newcar-point_worries-list.--right {
  margin-top: 25px;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .newcar-point_worries-list.--right {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .newcar-point_worries-list.--right {
    margin-top: 48px;
  }
}
@media screen and (max-width: 500px) {
  .newcar-point_worries-list.--right {
    margin-top: 18px;
    align-items: flex-start;
  }
}
.newcar-point_worries-list.--right .newcar-point_worries-item:nth-of-type(2) {
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  .newcar-point_worries-list.--right .newcar-point_worries-item:nth-of-type(2) {
    margin-left: 0px;
  }
}
.newcar-point_worries-item {
  padding: 10px 40px 10px 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .newcar-point_worries-item {
    padding: 10px 24px 12px 26px;
  }
}
.newcar-point_worries-item-text {
  position: relative;
  display: inline-block;
  z-index: 2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .newcar-point_worries-item-text {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 374px) {
  .newcar-point_worries-item-text {
    font-size: 14px;
  }
}
.newcar-point_item-text span {
  font-size: 14px;
}
.newcar-point_worries-item .deco-hukidashi {
  position: absolute;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .newcar-point_worries-item .deco-hukidashi {
    height: auto;
    min-height: 50px;
  }
}
.newcar-point_worries .deco-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 142px;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1080px) {
  .newcar-point_worries .deco-image {
    left: 20%;
    transform: translate(-100%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .newcar-point_worries .deco-image {
    width: 96px;
  }
}
@media screen and (max-width: 500px) {
  .newcar-point_worries .deco-image {
    left: -10px;
    transform: translate(0%, 0%);
  }
}
.newcar-point_headGroup_sub {
  margin-top: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .newcar-point_headGroup_sub {
    margin-top: 60px;
    gap: 30px;
  }
}
.newcar-point_headline_strong {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.0666666667;
  color: #0e9352;
}
@media screen and (max-width: 768px) {
  .newcar-point_headline_strong {
    font-size: 32px;
    line-height: 0.75;
  }
}
@media screen and (max-width: 374px) {
  .newcar-point_headline_strong {
    font-size: 28px;
  }
}
.newcar-point_headline_strong::before, .newcar-point_headline_strong::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  bottom: 15px;
  background-color: #0e9352;
}
.newcar-point_headline_strong::before {
  left: -60px;
  rotate: 70deg;
}
.newcar-point_headline_strong::after {
  right: -60px;
  rotate: -70deg;
}
.newcar-point_headline_sub {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .newcar-point_headline_sub {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .newcar-point_headline_sub {
    font-size: 22px;
    line-height: 1.7454545455;
  }
}
@media screen and (max-width: 500px) {
  .newcar-point_headline_sub {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .newcar-point_headline_sub {
    font-size: 18px;
  }
}
.newcar-point_headline_sub br.is-original-sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .newcar-point_headline_sub br.is-original-sp {
    display: block;
  }
}
.newcar-point_list {
  margin-inline: auto;
  width: min(100%, 580px);
}
@media screen and (max-width: 768px) {
  .newcar-point_list {
    width: 94.4%;
  }
}
@media screen and (max-width: 500px) {
  .newcar-point_list {
    width: 100%;
  }
}
.newcar-point_list-wrap {
  margin-top: 50px;
  padding: 70px;
  position: relative;
  background-color: #eff7f2;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .newcar-point_list-wrap {
    margin-inline: calc(50% - 50vw);
    padding: 60px 15px;
    border-radius: 0;
  }
}
.newcar-point_item {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .newcar-point_item {
    gap: 20px;
  }
}
.newcar-point_item-number {
  position: relative;
  color: rgba(14, 147, 82, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-weight: bold;
  line-height: 1.32;
}
@media screen and (max-width: 768px) {
  .newcar-point_item-number {
    font-size: 58px;
    line-height: 1.3275862069;
  }
}
.newcar-point_item-number::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 10px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: url("../../img/campaign/2024registration/icon_check.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .newcar-point_item-number::before {
    width: 18px;
    height: 18px;
    background: url("../../img/campaign/2024registration/icon_check-sp.svg") no-repeat center center/contain;
  }
}
.newcar-point_item-number::after {
  position: absolute;
  content: "Check Points.";
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #0e9352;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .newcar-point_item-number::after {
    font-size: 10px;
  }
}
.newcar-point_item-text {
  flex: 1;
  color: #0e9352;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .newcar-point_item-text {
    font-size: 16px;
    line-height: 1.75;
  }
}
.newcar-point_item-text strong {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666666667;
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: #ffffff;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
  .newcar-point_item-text strong {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 374px) {
  .newcar-point_item-text strong {
    font-size: 18px;
  }
}
.newcar-point_item-note {
  margin: -30px 0 20px;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2;
}
.newcar-point_item-note span {
  font-size: 18px;
  font-weight: 700;
  color: #0e9352;
}
@media screen and (max-width: 768px) {
  .newcar-point_item-note span {
    font-size: 16px;
  }
}
.newcar-point_item-note-strong {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .newcar-point_item-note-strong {
    font-size: 16px;
  } 
}
.newcar-point_item-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .newcar-point_item-wrap {
    flex-direction: column;
  }
}
.newcar-point_item-wrap img {
  margin-left: 20px;
  width: 170px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .newcar-point_item-wrap img {
    width: 130px;
    margin: 0 auto;
  }
}

.newcar-point_item + .newcar-point_item {
  margin-top: 26px;
}
.newcar-point_btn-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.newcar-point_deco-image {
  position: absolute;
  top: 0;
  right: 7.0833333333%;
  width: 19.3333333333%;
  transform: translate(0, -100%);
}
@media screen and (max-width: 768px) {
  .newcar-point_deco-image {
    right: 5px;
    width: 174px;
  }
}

/* ================================================================================ */
/* お客様の声  */
/* ================================================================================ */
.newcar-voice {
  margin-top: 140px;
  overflow: hidden;
  /* スライド */
}
@media screen and (max-width: 768px) {
  .newcar-voice {
    margin-top: 115px;
  }
}
.newcar-voice_title {
  width: min(100%, 575px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .newcar-voice_title {
    width: min(100%, 310px);
  }
}
.newcar-voice_title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.newcar-voice-splide {
  margin-top: 102px;
}
@media screen and (max-width: 768px) {
  .newcar-voice-splide {
    margin-top: 92px;
  }
}
.newcar-voice-splide_slide {
  padding: 0px 30px 30px;
  background-color: #efefef;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .newcar-voice-splide_slide {
    padding: 0px 10px 10px;
  }
}
@media (any-hover: hover) {
  .newcar-voice-splide_slide:hover {
    background-color: #efefef;
  }
}
.newcar-voice-splide_slide + .newcar-voice-splide_slide {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .newcar-voice-splide_slide + .newcar-voice-splide_slide {
    margin-left: 15px;
  }
}
@media screen and (max-width: 374px) {
  .newcar-voice-splide_slide + .newcar-voice-splide_slide {
    margin-left: 5px;
  }
}
.newcar-voice-splide_slide:nth-child(n+2) {
  border-left: none;
}
.newcar-voice-splide .splide__track {
  overflow: visible;
}
.newcar-voice-splide_header {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .newcar-voice-splide_header {
    flex-direction: column-reverse;
  }
}
.newcar-voice-splide_header .rounded-image {
  width: 120px;
  min-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 4px solid #0e9352;
  object-fit: cover;
}
.newcar-voice-splide_hukidashi {
  position: relative;
  padding: 20px 37px;
  background-color: #0e9352;
  border-radius: 20px;
}
.newcar-voice-splide_hukidashi-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #eff7f2;
}
.newcar-voice-splide_hukidashi-title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.44;
  color: #ffffff;
}
.newcar-voice-splide_hukidashi::before {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%);
          clip-path: polygon(0 0, 100% 25%, 100% 100%);
  position: absolute;
  top: auto;
  bottom: 2px;
  left: -12px;
}
@media screen and (max-width: 768px) {
  .newcar-voice-splide_hukidashi::before {
    width: 32px;
    height: 20px;
    -webkit-clip-path: polygon(65% 0, 0 0, 100% 100%);
            clip-path: polygon(65% 0, 0 0, 100% 100%);
    top: 95%;
    bottom: 0;
    left: 5px;
  }
}
.newcar-voice-splide_body {
  position: relative;
  margin-top: 36px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .newcar-voice-splide_body {
    padding: 35px 22px 33px;
  }
}
.newcar-voice-splide_enquete {
  margin-top: -80px;
  position: relative;
  z-index: 1;
  float: right;
}
@media screen and (max-width: 768px) {
  .newcar-voice-splide_enquete {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-90%);
    float: unset;
  }
}
.newcar-voice-splide_enquete img {
  width: 190px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  border-radius: 7px;
  transform: rotate(5deg);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}
.newcar-voice-splide_text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .newcar-voice-splide_text {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ================================================================================ */
/* お問い合わせ */
/* ================================================================================ */
.newcar-contact {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .newcar-contact {
    margin-top: 60px;
  }
}
.newcar-contact:last-of-type {
  margin-block: 100px 140px;
}
@media screen and (max-width: 768px) {
  .newcar-contact:last-of-type {
    margin-block: 80px;
  }
}
.newcar-contact_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #0e9352;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .newcar-contact_note {
    font-size: 16px;
  }
}
.newcar-contact_note .number {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .newcar-contact_note .number {
    font-size: 20px;
  }
}
.newcar-contact_note::before, .newcar-contact_note::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #0e9352;
}
@media screen and (max-width: 768px) {
  .newcar-contact_note::before, .newcar-contact_note::after {
    width: 50px;
  }
}
.newcar-contact_note::before {
  position: absolute;
  bottom: 20px;
  left: -90px;
  rotate: 45deg;
}
@media screen and (max-width: 768px) {
  .newcar-contact_note::before {
    bottom: 12px;
    left: -60px;
    rotate: 70deg;
  }
}
.newcar-contact_note::after {
  position: absolute;
  bottom: 20px;
  right: -90px;
  rotate: 135deg;
}
@media screen and (max-width: 768px) {
  .newcar-contact_note::after {
    bottom: 12px;
    right: -60px;
    rotate: 110deg;
  }
}
.newcar-contact_container {
  margin-top: 20px;
  border-radius: 12px;
  border: 6px solid #0e9352;
}
@media screen and (max-width: 768px) {
  .newcar-contact_container {
    border: 4px solid #0e9352;
  }
}
.newcar-contact_container.--small {
  width: min(100%, 940px);
  margin-inline: auto;
}
.newcar-contact_subtitle {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  padding: 16px 16px 20px;
}
@media screen and (max-width: 768px) {
  .newcar-contact_subtitle {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .newcar-contact_subtitle.sp_left {
    text-align: left;
  }
}
.newcar-contact_content {
  osition: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 80px 50px;
}
@media screen and (max-width: 1000px) {
  .newcar-contact_content {
    flex-direction: column;
    padding: 0 24px 50px;
  }
}
@media screen and (max-width: 768px) {
  .newcar-contact_content {
    padding: 24px 24px 26px;
  }
}
.newcar-contact_body {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .newcar-contact_body {
    width: 100%;
  }
}
.newcar-contact_text {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .newcar-contact_text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    white-space: inherit;
  }
}
.newcar-contact_text .comment {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.92;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 100vh;
  padding: 10px 36px;
  margin-top: 20px;
  margin-right: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newcar-contact_text .comment {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5625;
    text-align: center;
    padding: 12px 36px;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .newcar-contact_text .comment::after {
    content: "";
    width: 72px;
    background: url("../../img/campaign/2024registration/contact_truck.webp") no-repeat center center/contain;
    position: absolute;
    top: 0%;
    right: 10px;
    translate: 0 -65%;
    aspect-ratio: 1;
  }
}
.newcar-contact_text .comment::before {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(65% 0, 0 0, 100% 100%);
          clip-path: polygon(65% 0, 0 0, 100% 100%);
  position: absolute;
  top: 96%;
  left: 18px;
}
@media screen and (max-width: 768px) {
  .newcar-contact_text .comment::before {
    top: 90%;
  }
}
@media screen and (max-width: 768px) {
  .newcar-contact_text.sp_center {
    max-width: 400px;
    margin-inline: auto;
  }
}
.newcar-contact_img {
  position: absolute;
  right: 35px;
  bottom: -50px;
  width: 220px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .newcar-contact_img {
    display: none;
  }
}
.newcar-contact_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.734006734%;
  background-color: #eff7f2;
  border-radius: 0 0 12px 12px;
  padding: 20px 11.2794612795% 25px 24px;
}
@media screen and (max-width: 900px) {
  .newcar-contact_footer {
    padding: 16px 3.5377358491% 22px 24px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .newcar-contact_footer {
    padding: 20px 16px;
  }
}
.newcar-contact_footer.--wide {
  padding-block: 70px;
}
@media screen and (max-width: 768px) {
  .newcar-contact_footer.--wide {
    padding: 20px 16px;
  }
}
.newcar-contact_footer.--wide .newcar-contact_footer-img {
  width: 196px;
}
@media screen and (max-width: 768px) {
  .newcar-contact_footer.--wide .newcar-contact_footer-img {
    width: 111px;
  }
}
.newcar-contact_footer.--wide .newcar-contact_footer-img img {
  width: 100%;
  bottom: -75px;
  height: 265px;
}
@media screen and (max-width: 768px) {
  .newcar-contact_footer.--wide .newcar-contact_footer-img img {
    height: auto;
  }
}
.newcar-contact_footer-img {
  width: 157px;
  position: relative;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .newcar-contact_footer-img {
    width: 111px;
    position: absolute;
    top: 0;
    left: 50%;
    translate: 60px -60%;
  }
}
.newcar-contact_footer-img img {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .newcar-contact_footer-img img {
    width: 100%;
    position: static;
    bottom: 0;
  }
}
.newcar-contact_footer-btn::before {
  background: url("../../img/campaign/2024registration/icon_arrow-right-white.svg") no-repeat center center/contain;
}
.newcar-contact_phone {
  display: flex;
  align-items: center;
  gap: 26px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone {
    background-color: #ffffff;
    border: 3px solid #0e9352;
    box-shadow: 0px 4px 0px 0px #0e9352;
    padding: 4px 24px 4px;
    padding-right: 12px;
    gap: 22px;
    margin-top: 0px;
    margin-inline: auto;
    pointer-events: auto;
    width: 100%;
    max-width: 360px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 374px) {
  .newcar-contact_phone {
    padding: 10px 20px;
  }
}
.newcar-contact_phone::after {
  content: "";
  display: none;
  aspect-ratio: 1;
  background: url("../../img/campaign/2024registration/icon_arrow-right-green.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone::after {
    width: 22px;
    display: block;
  }
}
.newcar-contact_phone.is-sp {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone.is-sp {
    display: flex;
    visibility: visible;
  }
}
.newcar-contact_phone.is-pc {
  display: flex;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone.is-pc {
    display: none;
    visibility: hidden;
  }
}
.newcar-contact_phone-label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 100vh;
  padding: 3px 18px;
  position: absolute;
  top: 8px;
  left: 30px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone-label {
    font-size: 10px;
    padding: 3px 8px;
    top: 0;
    left: 44px;
  }
}
.newcar-contact_phone-label::before {
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(50% 0, 0 0, 100% 100%);
          clip-path: polygon(50% 0, 0 0, 100% 100%);
  position: absolute;
  top: 74%;
  left: 2px;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone-label::before {
    width: 10px;
    height: 8px;
    top: 90%;
    left: 6px;
    -webkit-clip-path: polygon(86% 0, 0 0, 100% 100%);
            clip-path: polygon(86% 0, 0 0, 100% 100%);
  }
}
.newcar-contact_phone-name {
  font-size: 15.68px;
  letter-spacing: 0.5em;
  font-weight: 500;
  line-height: 2;
  text-align: right;
  color: #0e9352;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone-name {
    font-size: 11px;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
}
.newcar-contact_phone-text {
  display: flex;
  align-items: center;
  gap: 4px;
}
.newcar-contact_phone-text .icon {
  width: 34px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone-text .icon {
    width: 20px;
  }
}
.newcar-contact_phone-text .icon img {
  width: 100%;
  height: 100%;
}
.newcar-contact_phone-text .number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #0e9352;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone-text .number {
    font-size: 32px;
  }
}
@media screen and (max-width: 374px) {
  .newcar-contact_phone-text .number {
    font-size: 24px;
  }
}
.newcar-contact_phone-time {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .newcar-contact_phone-time {
    font-size: 11px;
    letter-spacing: -0.07em;
    margin-top: 0px;
  }
}
.newcar-contact_btn-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .newcar-contact_btn-wrap {
    margin-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */