@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.commonCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonIndent {
  margin-left: 1rem;
  text-indent: -1rem;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    max-width: 100%;
    height: auto;
  }
}
.mt00 {
  margin-top: 0;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb00 {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt00 {
  padding-top: 0;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb00 {
  padding-bottom: 0;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.cp2025rental {
  overflow-x: hidden;
}
.cp2025rental a {
  text-decoration: none;
}
.cp2025rental img {
  display: block;
  width: 100%;
}

.is-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp_min520 {
  display: none;
}
@media screen and (min-width: 520px) {
  .is-sp_min520 {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .is-sp_min520 {
    display: block;
  }
}

br.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}
br.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}
br.max400 {
  display: none;
}
@media (max-width: 400px) {
  br.max400 {
    display: block;
  }
}

.cp2025rental-inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-inner {
    padding-inline: 10px;
  }
}

.cp2025rental-inner-s {
  width: min(100%, 1120px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-inner-s {
    padding-inline: 10px;
  }
}

.cp2025rental-inner-xs {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-inner-xs {
    padding-inline: 10px;
  }
}

.font_pc22-sp22 {
  font-size: 22px !important;
}

.modal-opened {
  overflow: hidden;
}

.line_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: #4cc764;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #41ab55;
  padding: 18px;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .line_btn:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .line_btn {
    font-size: 18px;
    padding: 24px;
  }
}
.line_btn::before {
  content: "";
  display: block;
  width: 32px;
  height: 30px;
  background: url("../../img/campaign/2025ny/icon-line-white.svg") no-repeat center center/contain;
  position: static;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .line_btn::before {
    width: 30px;
  }
}

/* ================================================================================ */
/* キービジュアル  */
/* ================================================================================ */
.cp2025rental-kv {
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-kv {
    margin-top: 0;
  }
}

.cp2025rental-kv_banner {
  display: block;
  position: relative;
}
.cp2025rental-kv_banner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-kv_banner {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

/* ================================================================================ */
/* レンタルトラック一覧  */
/* ================================================================================ */
.cp2025rental-list {
  margin-top: 80px;
  padding-bottom: 98px;
  position: relative;
  z-index: 1;
  /* モーダル */
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list {
    margin-top: 40px;
    padding-bottom: 78px;
  }
}
.cp2025rental-list .cp2025rental-list_inner {
  width: min(100%, 1120px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-list_inner {
    padding-inline: 10px;
  }
}
.cp2025rental-list .cp2025rental-list_headGroup {
  margin-left: 7px;
  gap: 7px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-list_headGroup {
    margin-left: 7px;
    gap: 3px;
  }
}
.cp2025rental-list .cp2025rental-list_headline_sub2 {
  font-family: "Noto Sans JP", sans-serif;
}
.cp2025rental-list .cp2025rental-list_headline_sub2::before, .cp2025rental-list .cp2025rental-list_headline_sub2::after {
  width: 23px;
}
.cp2025rental-list .cp2025rental-list_headline_sub2::before {
  left: -33px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-list_headline_sub2::before {
    left: -31px;
  }
}
.cp2025rental-list .cp2025rental-list_headline_sub2::after {
  right: -26px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-list_headline_sub2::after {
    right: -24px;
  }
}
.cp2025rental-list .cp2025rental-list_headline {
  margin-left: -5px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-list_headline {
    padding-inline: 10px;
    line-height: 1.4;
  }
}
.cp2025rental-list .cp2025rental-splide {
  overflow: visible !important;
  /* スライド コンテンツ */
  /* ページネーション、矢印 */
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_slide {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  /* スライド 画像 */
}
@media (any-hover: hover) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_slide:hover {
    background-color: #eef7f2;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 324/244;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_slide:nth-child(n+2) {
  border-left: 1px solid #cccccc;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_button {
  display: block;
  padding: 18px 18px 40px 18px;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_button {
    padding: 15px 15px 48px 15px;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_button-image {
  position: relative;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_button-image .icon-zoom {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_body {
  display: block;
  text-align: center;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_title-wrapper {
  display: block;
  margin-top: 18px;
  min-height: 104px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_title-wrapper {
    margin-top: 21px;
    min-height: 73px;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 59px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 1.536;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_title {
    min-height: 35px;
    font-size: 20px;
    line-height: 1.92;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_sub-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #0e9352;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_sub-title {
    font-size: 13px;
    line-height: 1.9692307692;
    margin-top: -3px;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_license {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 17px auto 0;
  padding: 4px 30px 5px 30px;
  background-color: #cccccc;
  border-radius: 20px;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_license-text {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.6153846154;
  color: #ffffff;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_description {
  display: block;
  margin-top: 13px;
  min-height: 48px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_description {
    font-size: 16px;
    line-height: 1.6;
    min-height: 70px;
    margin-top: 15px;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 10px;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-wrapper.--one-day-price {
  margin-top: 21px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-wrapper.--one-day-price {
    margin-top: 27px;
  }
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-wrapper.--one-day-price.--power-gate {
    margin-top: 1px;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-wrapper.--one-month-price {
  margin-top: 4px;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-label {
  display: block;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: #f23a3a;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-amount {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 1.3095238095;
  color: #f23a3a;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-number {
    font-size: 38px;
    line-height: 1.3157894737;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-unit {
  margin-right: 1px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.3333333333;
  color: #f23a3a;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_price-unit {
    font-size: 15px;
    line-height: 1.6;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_one-month-price_per-day {
  display: block;
  margin-top: -1px;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: #f23a3a;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_one-month-price_per-day {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_controls {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_controls {
    display: flex;
    position: relative;
    margin-top: 28px;
    margin-right: 10px;
    align-items: center;
    height: 30px;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_pagination {
  display: flex;
  gap: 10px;
  position: static;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_pagination {
    gap: 9px;
    position: absolute;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_pagination .splide_pagination_page {
  width: 14px;
  height: 14px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_pagination .splide_pagination_page {
    width: 10px;
    height: 10px;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_pagination .is-active {
  background: #0e9352;
  transform: scale(1);
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_arrows {
    gap: 8px;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_arrow {
  width: 50px;
  height: 50px;
  position: static;
  transform: translateY(0%);
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_arrow {
    width: 30px;
    height: 30px;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_arrow[aria-label="Go to last slide"] {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .cp2025rental-list .cp2025rental-splide .cp2025rental-splide_arrow:hover {
    opacity: 0.7;
  }
}
.cp2025rental-list .cp2025rental-splide .cp2025rental-splide_arrow.splide__arrow--prev {
  scale: -1;
}
.cp2025rental-list .cp2025rental-list_note {
  margin-top: 8px;
  text-align: right;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-list_note {
    margin-top: 29px;
    margin-right: 9px;
  }
}
.cp2025rental-list .splide__pagination__page {
  width: 10px;
  height: 10px;
}
.cp2025rental-list .scroll-hint-icon {
  top: calc(50% - 82px);
  left: calc(50% - 58px);
  width: 116px;
  padding: 20px 10px 6px 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .scroll-hint-icon {
    top: calc(47% - 107px);
  }
}
.cp2025rental-list .cp2025rental-splide_slides-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  transition: 0.3s;
}
.cp2025rental-list .cp2025rental-splide_slides-overlay.is-active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.cp2025rental-list .cp2025rental-splide_slides-overlay img {
  display: none;
}
.cp2025rental-list .cp2025rental-splide_slides-overlay img.is-active {
  display: block;
}
.cp2025rental-list .cp2025rental-splide_slides-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
  translate: 0 -100%;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-close {
    width: 20px;
    height: 20px;
    top: -10px;
    translate: 0 -100%;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-close::before {
    width: 26px;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-close::after {
    width: 26px;
  }
}
@media (any-hover: hover) {
  .cp2025rental-list .cp2025rental-splide_slides-close:hover {
    opacity: 0.7;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-wrapper {
  padding: 0 20px;
  margin: 0 80px;
  max-width: 1000px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-wrapper {
    margin: 0 0;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-prev,
.cp2025rental-list .cp2025rental-splide_slides-next {
  position: absolute;
  color: #959595;
  width: 80px;
  height: 200px;
  top: 45%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-prev,
  .cp2025rental-list .cp2025rental-splide_slides-next {
    width: 50px;
    height: 120px;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-prev {
  left: 14px;
}
.cp2025rental-list .cp2025rental-splide_slides-prev::before, .cp2025rental-list .cp2025rental-splide_slides-prev::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-prev::before, .cp2025rental-list .cp2025rental-splide_slides-prev::after {
    width: 30px;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-prev::before {
  top: 43%;
  left: 28%;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-prev::before {
    top: 41%;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-prev::after {
  top: 57%;
  left: 28%;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-prev::after {
    top: 59%;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-next {
  right: 14px;
}
.cp2025rental-list .cp2025rental-splide_slides-next::before, .cp2025rental-list .cp2025rental-splide_slides-next::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-next::before, .cp2025rental-list .cp2025rental-splide_slides-next::after {
    width: 30px;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-next::before {
  top: 43%;
  right: 28%;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-next::before {
    top: 41%;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-next::after {
  top: 57%;
  right: 28%;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .cp2025rental-list .cp2025rental-splide_slides-next::after {
    top: 59%;
  }
}
.cp2025rental-list .cp2025rental-splide_slides-prev.is-active,
.cp2025rental-list .cp2025rental-splide_slides-next.is-active {
  background-color: transparent;
  cursor: pointer;
}
.cp2025rental-list .cp2025rental-splide_slides-prev.is-active::before, .cp2025rental-list .cp2025rental-splide_slides-prev.is-active::after,
.cp2025rental-list .cp2025rental-splide_slides-next.is-active::before,
.cp2025rental-list .cp2025rental-splide_slides-next.is-active::after {
  opacity: 1;
}
@media (any-hover: hover) {
  .cp2025rental-list .cp2025rental-splide_slides-prev.is-active:hover,
  .cp2025rental-list .cp2025rental-splide_slides-next.is-active:hover {
    opacity: 0.7;
  }
}
.cp2025rental-list .cp2025rental-splide_num-of-thumbnails {
  margin-top: 16px;
  color: #fff;
  text-align: center;
}
.cp2025rental-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.cp2025rental-modal.is-active {
  display: block;
}

.modal-splide {
  display: none;
}

.modal-splide.is-active {
  display: block;
}

.cp2025rental-modal.is-active {
  display: block;
}

.cp2025rental-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.cp2025rental-modal__content {
  position: relative;
  width: 80vw;
  max-width: 900px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #fff;
}

.cp2025rental-modal__container {
  position: relative;
}

.cp2025rental-modal__arrow--prev,
.cp2025rental-modal__arrow--next {
  background: none;
  transform-origin: top center;
  opacity: 1;
  width: 30px;
  height: 30px;
}
.cp2025rental-modal__arrow--prev svg,
.cp2025rental-modal__arrow--next svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ================================================================================ */
/* トラックレンタルの流れ  */
/* ================================================================================ */
.cp2025rental-flow {
  background-color: #eff7f2;
  padding-block: 78px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow {
    padding-block: 60px 80px;
  }
}

.cp2025rental-flow_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_header {
    gap: 2px;
  }
}

.cp2025rental-flow_subheadline {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #86c9a8;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_subheadline {
    font-size: 13px;
  }
}

.cp2025rental-flow_headline {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_headline {
    font-size: 36px;
    line-height: 1.4444444444;
  }
}

.cp2025rental-flow_list {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin-top: 73px;
  padding-inline: 4px;
}
@media screen and (max-width: 1100px) {
  .cp2025rental-flow_list {
    gap: 24px;
    padding-inline: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_list {
    flex-direction: column;
    gap: 56px;
    margin-top: 57px;
    margin-inline: -10px;
    padding-inline: 20px;
  }
}

.cp2025rental-flow_item {
  flex: 1;
  background-color: #fff;
  border-radius: 12px;
  padding: 55px 24px 28px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .cp2025rental-flow_item {
    padding: 55px 18px 28px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 23px 19px 29px;
    gap: 12px;
  }
}
.cp2025rental-flow_item:not(:first-child)::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 8/16;
  background: url("../../img/campaign/search-service/search-service-flow_arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: 46%;
  left: -17px;
  translate: -100% -50%;
}
@media screen and (max-width: 1100px) {
  .cp2025rental-flow_item:not(:first-child)::before {
    left: -5px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_item:not(:first-child)::before {
    top: -38px;
    left: 50%;
    translate: -50% -50%;
    rotate: 90deg;
  }
}

.cp2025rental-flow_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  aspect-ratio: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #0e9352;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  translate: 0% -50%;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_label {
    width: 36px;
    left: 20px;
  }
}

.cp2025rental-flow_item_image {
  width: 70px;
  aspect-ratio: 1;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_item_image {
    flex-shrink: 0;
    margin-top: 4px;
    margin-inline: 0;
  }
}

.cp2025rental-flow_item-body_title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_item-body_title {
    font-size: 18px;
    text-align: left;
    margin-top: 0;
  }
}
.cp2025rental-flow_item-body_title .inline-block {
  display: inline-block;
}

.cp2025rental-flow_item-body_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: left;
  color: #333;
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-flow_item-body_text {
    font-size: 16px;
    margin-top: 8px;
  }
}
.cp2025rental-flow_item-body_text .cp2025rental-flow_item-body_link {
  font-weight: bold;
  text-decoration: underline;
}

/* ================================================================================ */
/* CTA トップ  */
/* ================================================================================ */
.cp2025rental-top-cta {
  padding-inline: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_message-quote {
  margin-inline: auto;
  padding-inline: 11px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_message-quote {
    padding-left: 4px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 1.5625;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_message-quote + .cp2025rental-top-cta_message-quote {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_message-quote + .cp2025rental-top-cta_message-quote {
    margin-top: 5px;
    padding-right: 8px;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_wrap {
  margin-top: 47px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_btn {
    margin-top: 21px;
    margin-inline: auto;
    font-size: 20px;
    padding: 22px 24px 20px 24px;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_container {
  width: min(100%, 940px);
  border-radius: 12px;
  border: 6px solid #0e9352;
  margin-top: 0;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_container {
    border: none;
    margin-top: 11px;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_subtitle {
  letter-spacing: 0.2em;
  padding: 12px 16px 16px;
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_subtitle {
    text-align: center;
    padding: 12px 16px 6px 16px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.4;
    color: #0e9352;
    background-color: transparent;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_footer {
  gap: 10%;
  padding: 20px 16.5% 22px 5%;
}
@media screen and (max-width: 880px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_footer {
    padding: 20px 10% 22px 5%;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_footer {
    gap: 2%;
    padding: 0;
    background-color: transparent;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_footer .cp2025rental-top-cta_search_footer-img {
  width: 158px;
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_footer .cp2025rental-top-cta_search_footer-img img {
  bottom: -22px;
  left: -33px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_btn {
    max-width: 420px;
    width: 100%;
    text-align: center;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_phone {
  padding: 5px 24px 4px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_phone::after {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    background: url(../../img/campaign/rental/icon_arrow-right-green.svg) no-repeat center center/contain;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_phone-label {
  font-size: 14px;
  padding: 3px 10px 3px 21px;
  translate: 0 -30%;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_phone-label {
    font-size: 10px;
    padding: 3px 6px 3px 12px;
    left: 61px;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_phone-name {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_phone-name {
    font-size: 10px;
    margin-right: 31px;
    letter-spacing: 0.26em;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_phone-text {
    margin-top: -4px;
    margin-left: -9px;
    justify-content: center;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_phone-text .icon {
  width: 31px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_phone-text .icon {
    width: 18px;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_phone-text .number {
  font-size: 54px;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_phone-text .number {
    font-size: 32px;
    line-height: 1.34375;
  }
}
.cp2025rental-top-cta .cp2025rental-top-cta_search_phone-time {
  margin-top: -4px;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta .cp2025rental-top-cta_search_phone-time {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }
}

.cp2025rental_comment {
  display: block;
  width: 440px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4545454545;
  text-align: center;
  color: #0e9352;
  background: url("../../img/campaign/rental/comment.svg") no-repeat center center/100% auto;
  padding-block: 12px 36px;
  margin: 0 auto;
  position: relative;
}
.cp2025rental_comment::before {
  content: "";
  display: block;
  width: 100vw;
  height: 4px;
  background-color: #0e9352;
  position: absolute;
  top: 32px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.cp2025rental_comment.border-none::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2025rental_comment {
    font-size: 16px;
  }
}

.cp2025rental-cta_intro {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
  margin-top: 22px;
}
.cp2025rental-cta_intro .--green {
  color: #0e9352;
}

.cp2025rental-top-cta_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: min(100%, 940px);
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta_wrap {
    flex-direction: column;
  }
}

.cp2025rental-top-cta_text {
  width: 47.0046082949%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta_text {
    display: flex;
    margin-top: 20px;
    margin-inline: auto;
    font-size: 13px;
    letter-spacing: 0.025em;
    line-height: 1.6;
    width: min(100%, 372px);
  }
}

.cp2025rental-top-cta__notion {
  display: block;
  width: min(100%, 940px);
  margin-top: 15px;
  margin-inline: auto;
  text-align: right;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #333;
  text-decoration: underline !important;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-top-cta__notion {
    margin-top: 20px;
  }
}

/* ================================================================================ */
/* トラック市長岡店が選ばれる理由  */
/* ================================================================================ */
.cp2025rental-point {
  margin-top: 230px;
  padding-top: 230px;
  padding-bottom: 143px;
  background-color: #eff7f2;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point {
    margin-top: 110px;
    padding-top: 110px;
    padding-bottom: 78px;
  }
}
.cp2025rental-point .cp2025rental-point__outside-inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point__outside-inner {
    padding-inline: 10px;
  }
}
.cp2025rental-point .cp2025rental-point__top-image-wrapper {
  margin-top: -460px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point__top-image-wrapper {
    margin-top: -220px;
  }
}
.cp2025rental-point .cp2025rental-point__top-image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cp2025rental-point .cp2025rental-point-inner {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-inner {
    padding-inline: 20px;
  }
}
.cp2025rental-point .cp2025rental-point_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  gap: 14px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point_header {
    margin-top: 60px;
    gap: 4px;
  }
}
.cp2025rental-point .cp2025rental-point_subheadline {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #86c9a8;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point_subheadline {
    font-size: 13px;
  }
}
.cp2025rental-point .cp2025rental-point_headline {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point_headline {
    font-size: 36px;
    line-height: 1.3333333333;
  }
}
.cp2025rental-point .cp2025rental-point_headline strong {
  color: #0e9352;
}
.cp2025rental-point .cp2025rental-point_items {
  margin-top: 69px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
}
.cp2025rental-point .cp2025rental-point-item {
  padding: 0 30px 25px;
  border-radius: 12px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-item {
    width: 274px;
    height: 448px;
    padding: 0 20px 20px;
    margin-top: 8px;
  }
}
.cp2025rental-point .cp2025rental-point-item_header {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-item_header {
    gap: 15px;
  }
}
.cp2025rental-point .cp2025rental-point-item-number-wrapper {
  margin-top: -8px;
  margin-left: -7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 34px 14px 4px;
  background-color: #0e9352;
  position: relative;
}
.cp2025rental-point .cp2025rental-point-item-number-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 8px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #0a6d3d;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-item-number-wrapper {
    width: 44px;
    padding: 24px 7px 2px;
    margin-left: -4px;
    flex-shrink: 0;
  }
}
.cp2025rental-point .cp2025rental-point-item-number-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.3846153846;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-item-number-text {
    font-size: 11px;
    line-height: 1.3636363636;
  }
}
.cp2025rental-point .cp2025rental-point-item-number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.3157894737;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-item-number {
    font-size: 27px;
    line-height: 1.2962962963;
  }
}
.cp2025rental-point .cp2025rental-point-item_title {
  margin-top: 29px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.4545454545;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-item_title {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.cp2025rental-point .cp2025rental-point-item_body {
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-item_body {
    margin-top: 22px;
  }
}
.cp2025rental-point .cp2025rental-point-item_body-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 400/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-item_body-image {
    aspect-ratio: 230/130;
  }
}
.cp2025rental-point .cp2025rental-point-item_body-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp2025rental-point .cp2025rental-point-item_body-description {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point-item_body-description {
    margin-top: 14px;
  }
}
.cp2025rental-point .cp2025rental-point_splide .splide__track {
  overflow: visible !important;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-point_splide {
    margin-top: 41px;
  }
}
.cp2025rental-point .cp2025rental-splide {
  overflow: visible !important;
  /* ページネーション、矢印 */
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_slide {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  /* スライド 画像 */
}
@media (any-hover: hover) {
  .cp2025rental-point .cp2025rental-splide .cp2025rental-splide_slide:hover {
    background-color: #9cceb5;
  }
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 324/244;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_slide:nth-child(n+2) {
  border-left: 1px solid #cccccc;
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_button {
  display: block;
  padding: 18px 18px 40px 18px;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-splide .cp2025rental-splide_button {
    padding: 15px 15px 48px 15px;
  }
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_controls {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-splide .cp2025rental-splide_controls {
    display: flex;
    position: relative;
    margin-top: 39px;
    margin-right: 0;
    align-items: center;
    height: 30px;
  }
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_pagination {
  display: flex;
  gap: 10px;
  position: static;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-splide .cp2025rental-splide_pagination {
    gap: 15px;
    position: absolute;
    left: -13%;
  }
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_pagination .splide__pagination__page {
  width: 14px;
  height: 14px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-splide .cp2025rental-splide_pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_pagination .is-active {
  background: #0e9352;
  transform: scale(1);
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-splide .cp2025rental-splide_arrows {
    gap: 8px;
  }
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_arrow {
  width: 50px;
  height: 50px;
  position: static;
  transform: translateY(0%);
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .cp2025rental-splide .cp2025rental-splide_arrow {
    width: 30px;
    height: 30px;
  }
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_arrow[aria-label="Go to last slide"] {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .cp2025rental-point .cp2025rental-splide .cp2025rental-splide_arrow:hover {
    opacity: 0.7;
  }
}
.cp2025rental-point .cp2025rental-splide .cp2025rental-splide_arrow.splide__arrow--prev {
  scale: -1;
}
.cp2025rental-point .scroll-hint-icon {
  top: calc(50% - 82px);
  left: calc(50% - 58px);
  width: 116px;
  padding: 20px 10px 6px 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-point .scroll-hint-icon {
    top: calc(47% - 65px);
  }
}

/* ================================================================================ */
/* このような方にご利用いただいています  */
/* ================================================================================ */
.cp2025rental-use {
  margin-top: 100px;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use {
    margin-top: 86px;
  }
}
.cp2025rental-use .cp2025rental-use-inner {
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-use-inner {
    padding-inline: 20px;
  }
}
.cp2025rental-use .cp2025rental-use_headline {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.3888888889;
  text-align: center;
  color: #0e9352;
  position: relative;
}
.cp2025rental-use .cp2025rental-use_headline::before, .cp2025rental-use .cp2025rental-use_headline::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.cp2025rental-use .cp2025rental-use_headline::before {
  left: -90px;
  background: url(../../img/campaign/rental/cp2025rental-use_title-decor_left.webp) no-repeat center center/100% 100%;
}
.cp2025rental-use .cp2025rental-use_headline::after {
  right: -90px;
  background: url(../../img/campaign/rental/cp2025rental-use_title-decor_right.webp) no-repeat center center/100% 100%;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-use_headline {
    font-size: 26px;
    line-height: 1.4615384615;
  }
  .cp2025rental-use .cp2025rental-use_headline::before, .cp2025rental-use .cp2025rental-use_headline::after {
    width: 25px;
    height: 83px;
  }
  .cp2025rental-use .cp2025rental-use_headline::before {
    left: -29px;
  }
  .cp2025rental-use .cp2025rental-use_headline::after {
    right: -29px;
  }
}
.cp2025rental-use .cp2025rental-splide {
  overflow: visible !important;
  margin-top: 61px;
  /* ページネーション、矢印 */
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide {
    margin-top: 31px;
  }
}
.cp2025rental-use .cp2025rental-splide .splide__track {
  overflow: visible !important;
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_slide {
  background-color: #ffffff;
  /* スライド 画像 */
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 316/186;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_card {
  width: 320px;
  padding: 0;
  border: 2px solid #0e9352;
  border-radius: 12px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_card {
    width: 274px;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_body {
  padding: 20px 20px 40px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_body {
    height: 268px;
    margin-top: 0;
    padding: 17px 16px 32px;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #0e9352;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_description-lists {
  margin-top: 14px;
  margin-left: 10px;
  min-height: 100px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_description-lists {
    margin-top: 16px;
    margin-left: 0;
    min-height: auto;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_description-list {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding-left: 12px;
  position: relative;
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_description-list + .cp2025rental-splide_description-list {
  margin-top: 8px;
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_description-list::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #0e9352;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_description-list {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 14px;
  }
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_description-list::before {
    left: 2px;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_controls {
  display: flex;
  position: relative;
  margin-top: 79px;
  margin-right: 60px;
  align-items: center;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_controls {
    margin-top: 30px;
    margin-right: 0;
    align-items: center;
    height: 30px;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_pagination {
  display: flex;
  gap: 10px;
  position: static;
  margin: auto;
  margin-top: 19px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_pagination {
    gap: 9px;
    position: absolute;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_pagination .splide_pagination_page {
  width: 14px;
  height: 14px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_pagination .splide_pagination_page {
    width: 10px;
    height: 10px;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_pagination .is-active {
  background: #0e9352;
  transform: scale(1);
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_arrows {
    gap: 8px;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_arrow {
  width: 50px;
  height: 50px;
  position: static;
  transform: translateY(0%);
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_arrow {
    width: 30px;
    height: 30px;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_arrow[aria-label="Go to last slide"] {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .cp2025rental-use .cp2025rental-splide .cp2025rental-splide_arrow:hover {
    opacity: 0.7;
  }
}
.cp2025rental-use .cp2025rental-splide .cp2025rental-splide_arrow.splide__arrow--prev {
  scale: -1;
}
.cp2025rental-use .splide__pagination__page {
  width: 10px;
  height: 10px;
}
.cp2025rental-use .scroll-hint-icon {
  top: calc(50% - 72px);
  left: calc(50% - 58px);
  width: 116px;
  padding: 20px 10px 6px 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-use .scroll-hint-icon {
    top: calc(47% - 54px);
  }
}

/* ================================================================================ */
/* CTA ミドル  */
/* ================================================================================ */
.cp2025rental-middle-cta {
  padding-inline: 20px;
  padding-top: 120px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta {
    padding-inline: 10px;
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_message-quote {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_message-quote {
    margin-inline: 0;
    width: 100%;
    max-width: 345px;
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5625;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_message-quote + .cp2025rental-middle-cta_message-quote {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_message-quote + .cp2025rental-middle-cta_message-quote {
    margin-top: 5px;
    padding-right: 0;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_message-text {
  margin-inline: auto;
  margin-top: 14px;
  padding-inline: 11px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_message-text {
    margin-top: 11px;
    padding-left: 4px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 1.5625;
  }
}
.cp2025rental-middle-cta .cp2025rental-point_message_text-in-sp {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 19.5px;
  margin-inline: auto;
  color: #0e9352;
  text-align: center;
  position: relative;
}
.cp2025rental-middle-cta .cp2025rental-point_message_text-in-sp::before, .cp2025rental-middle-cta .cp2025rental-point_message_text-in-sp::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
}
.cp2025rental-middle-cta .cp2025rental-point_message_text-in-sp::before {
  left: -22px;
  background: url(../../img/campaign/rental/cp2025rental-middle-cta_title-decor_left.webp) no-repeat center center/100% 100%;
}
.cp2025rental-middle-cta .cp2025rental-point_message_text-in-sp::after {
  right: -22px;
  background: url(../../img/campaign/rental/cp2025rental-middle-cta_title-decor_right.webp) no-repeat center center/100% 100%;
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search-service-cta {
  margin-top: 36px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search-service-cta {
    margin-top: 28px;
    padding-bottom: 0;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_subtitle {
  padding-top: 10px;
  padding-bottom: 18px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_subtitle span {
    display: inline-block;
    text-align: left;
    width: 310px;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_footer {
  padding: 22px 5% 20px 0px;
}
@media screen and (max-width: 880px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_footer {
    padding: 21px 5% 18px 5%;
    gap: 0px;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_footer .cp2025rental-middle-cta_search_footer-img {
  width: 158px;
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_footer .cp2025rental-middle-cta_search_footer-img img {
  bottom: -20px;
  left: -92px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_footer .cp2025rental-middle-cta_search_footer-img {
    width: 110px;
    top: -4px;
  }
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_footer .cp2025rental-middle-cta_search_footer-img img {
    bottom: -15px;
    left: -70px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_btn {
    width: 100%;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone {
  position: relative;
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../../img/campaign/rental/icon_arrow-right-green.svg) no-repeat center center/contain;
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-label {
  font-size: 14px;
  top: 7px;
  left: 20px;
  padding: 2px 10px 2px 22px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-label {
    font-size: 10px;
    padding: 3px 8px;
    top: 0;
    left: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-body .cp2025rental-middle-cta_search_phone-time {
    font-size: 10px;
    letter-spacing: 0.025em;
    line-height: 1.6;
    text-align: center;
    margin-left: -22px;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-name {
  font-size: 14px;
  letter-spacing: 0.52em;
  line-height: 1.4285714286;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-name {
    font-size: 10px;
    letter-spacing: 0.26em;
    line-height: 1.5;
    padding-left: 112px;
    text-align: left;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-text .icon {
  width: 31px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-text .icon {
    width: 18px;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-text .number {
  font-size: 54px;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-text .number {
    font-size: 32px;
    line-height: 1.34375;
  }
}
.cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-time {
  font-size: 13px;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-middle-cta .cp2025rental-middle-cta_search_phone-time {
    font-size: 10px;
    line-height: 1.4;
  }
}

/* ================================================================================ */
/* よくあるご質問  */
/* ================================================================================ */
.cp2025rental-faq {
  padding-block: 140px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq {
    padding-block: 100px;
  }
}

.cp2025rental-faq_headline-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_headline-en {
    font-size: 13px;
  }
}

.cp2025rental-faq_headline-ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
  margin-top: 10px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_headline-ja {
    font-size: 36px;
  }
}

@media (min-width: 769px) {
  .cp2025rental-faq_details.pc-always-open {
    /* PC環境では常に開いた状態を維持 */
  }
  .cp2025rental-faq_details.pc-always-open .cp2025rental-faq_summary {
    pointer-events: none; /* クリック無効化 */
    cursor: default;
  }
}
.cp2025rental-faq_accordion {
  max-width: 960px;
  margin-inline: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .cp2025rental-faq_accordion {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_accordion {
    width: 100%;
    margin-top: 40px;
  }
}

.cp2025rental-faq_details {
  background-color: #eef7f2;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_details {
    border-radius: 0;
  }
}

.cp2025rental-faq_circle {
  position: absolute;
  background-color: #0e9352;
  width: 30px;
  height: 30px;
  top: 21px;
  right: 30px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_circle {
    right: 15px;
  }
}

/* アコーディオンの間隔 */
.cp2025rental-faq_details + .cp2025rental-faq_details {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_details + .cp2025rental-faq_details {
    margin-top: 10px;
  }
}

/* 三角アイコン削除（Safari） */
summary::-webkit-details-marker {
  display: none;
}

/* タイトル */
.cp2025rental-faq_summary {
  cursor: pointer;
  background-color: #eef7f2;
  padding: 22px 25px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  text-align: left;
  align-items: start;
  gap: 24px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_summary {
    padding: 20px 16px;
  }
}

.cp2025rental-faq_title {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_title {
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    line-height: 1.625;
  }
}
.cp2025rental-faq_title::before {
  content: "Q";
  flex-shrink: 0;
  background-color: #0e9352;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-4px);
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_title::before {
    transform: translateY(-1px);
  }
}

.cp2025rental-faq_icon {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_icon {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #0e9352;
    border-radius: 100%;
    position: relative;
    /* アイコン共通 */
    /* アイコン（クローズ時） */
    /* アイコン（オープン時） */
  }
  .cp2025rental-faq_icon::before, .cp2025rental-faq_icon::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .cp2025rental-faq_icon::before {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
}

details[open] .cp2025rental-faq_icon::before {
  transform: rotate(0deg);
}

/* コンテンツ */
.cp2025rental-faq_details_contentInner {
  box-sizing: content-box;
  text-align: left;
  overflow: hidden;
  margin: 0;
  padding: 0 1em;
  padding-left: 25px;
  opacity: 0;
  min-height: 0.1px;
  /* 高さが0になるとスクリーンリーダーに認識されなくなるため */
  transition: padding 0.2s ease 0.1s, max-height 0.3s, opacity 0.7s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_details_contentInner {
    padding: 0 19px;
  }
}
.cp2025rental-faq_details_contentInner::after {
  content: "";
  position: absolute;
  width: 94.791667%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #fff;
}

/* コンテンツ（オープン時） */
.is-open > .cp2025rental-faq_details_contentInner {
  padding-block: 1em;
  opacity: 1;
  transition: padding 0.3s, max-height 0.3s, opacity 0.7s;
}

.cp2025rental-faq_details_content {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  padding: 15px 40px 15px 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_details_content {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    padding: 0 3px 14px 0;
  }
}

.cp2025rental-faq_details_box {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_details_box {
    gap: 15px;
  }
}
.cp2025rental-faq_details_box::before {
  content: "A";
  display: block;
  gap: 15px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0e9352;
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_details_box::before {
    font-size: 28px;
  }
}
.cp2025rental-faq_details_box .cp2025rental-faq_details_box_text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #333;
  padding-top: 3px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_details_box .cp2025rental-faq_details_box_text {
    font-size: 16px;
    padding-top: 0;
  }
}
.cp2025rental-faq_details_box .cp2025rental-faq_details_box_text a {
  text-decoration: underline;
}

.cp2025rental-faq_details_box_inner {
  width: 100%;
}

.cp2025rental-faq_details_link {
  color: #0e9352;
  position: relative;
}
.cp2025rental-faq_details_link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  background: #0e9352;
}

.cp2025rental-faq_btnBody {
  margin-top: 21px;
  font-size: 15px;
  padding-left: 38px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_btnBody {
    font-size: 16px;
  }
}

.cp2025rental-faq_btnLists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_btnLists {
    flex-direction: column;
  }
}

.cp2025rental-faq_btnList {
  width: 250px;
  max-width: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_btnList {
    width: 300px;
    margin-inline: auto;
  }
}

.cp2025rental-faq_btnListBig {
  width: 300px !important;
  max-width: 100%;
}

.cp2025rental-faq_btnListBig35 {
  width: 300px !important;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .cp2025rental-faq_btnList:not(:first-child) {
    margin-top: 12px;
    margin-inline: auto;
  }
}

.cp2025rental-faq_btnLink {
  padding: 10px;
  color: #0e9352;
  font-weight: 700;
  background-color: #fff;
  display: block;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_btnLink {
    width: 300px;
    max-width: 100%;
    text-align: center;
    padding-block: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_btnLink > span {
    display: block;
    transform: translateX(-10px);
  }
}

.cp2025rental-faq_btnLink:hover {
  box-shadow: 0 2px 0 #0a6d3d;
  transform: translateY(2px);
}

.cp2025rental-faq_btnLink::before {
  content: "";
  position: absolute;
  width: min(0.4285714286vw, 6px);
  height: min(0.4285714286vw, 6px);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: min(1.6428571429vw, 23px);
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
  top: 49%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_btnLink::before {
    width: 6px;
    height: 6px;
    right: 18px;
  }
}

.cp2025rental-faq_btnLink::after {
  content: "";
  position: absolute;
  background: #0e9352;
  border-radius: 20px;
  width: min(1.4285714286vw, 20px);
  height: min(1.4285714286vw, 20px);
  right: min(1.0714285714vw, 15px);
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_btnLink::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

.cp2025rental-faq_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}

.cp2025rental-faq_item-title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_item-title {
    font-size: 16px;
  }
}

.cp2025rental-faq_item-subinner {
  padding-left: 10px;
  margin-top: 14px;
}

.cp2025rental-faq_subitem {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.cp2025rental-faq_subitem::before {
  content: "・";
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_subitem {
    font-size: 16px;
  }
}

.cp2025rental-faq_item-subtitle {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_item-subtitle {
    font-size: 16px;
  }
}

.cp2025rental-faq_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_table {
    margin-top: 10px;
  }
}
.cp2025rental-faq_table th,
.cp2025rental-faq_table td {
  border: 1px solid #cccccc;
}

.cp2025rental-faq_table_header {
  background-color: #efefef;
}

.cp2025rental-faq_table_header-cell {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  align-items: center;
  padding: 10px 25px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_table_header-cell {
    font-size: 13px;
    padding: 5px 9px;
  }
}
.cp2025rental-faq_table_header-cell:first-child {
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_table_header-cell:first-child {
    white-space: inherit;
  }
}
.cp2025rental-faq_table_header-cell:first-child.--width210 {
  width: 25.3012048193%;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_table_header-cell:first-child.--width210 {
    width: 27.5862068966%;
  }
}
.cp2025rental-faq_table_header-cell:first-child.--width230 {
  width: 27.7108433735%;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_table_header-cell:first-child.--width230 {
    width: 30%;
  }
}
.cp2025rental-faq_table_header-cell:first-child.--width312 {
  width: 37.5903614458%;
}

.cp2025rental-faq_table_row {
  border-bottom: 1px solid #e0e0e0;
}

.cp2025rental-faq_table_row:last-child {
  border-bottom: none;
}

.cp2025rental-faq_table_cell {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  align-content: center;
  padding: 10px 25px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_table_cell {
    font-size: 13px;
    padding: 5px 9px;
  }
}
.cp2025rental-faq_table_cell.--bold {
  font-weight: 700;
}
.cp2025rental-faq_table_cell:first-child {
  text-align: left;
  background-color: #efefef;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-faq_table_cell:first-child {
    white-space: inherit;
  }
}

.cp2025rental-faq_item-note {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 30px;
}
.cp2025rental-faq_item-note .cp2025rental-faq_item-note-link {
  text-decoration: underline;
}

.cp2025rental-faq_item-subnote {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 10px;
}

.cp2025rental-faq_item-subtext {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
  margin-top: 15px;
}

/* ================================================================================ */
/* ご利用にあたってのご注意事項  */
/* ================================================================================ */
.cp2025rental-notice {
  background: #0e9352;
  padding-block: 100px 120px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-notice {
    padding-block: 80px 80px;
  }
}

.cp2025rental-notice_headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.cp2025rental-notice_headline-en {
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}

.cp2025rental-notice_headline-ja {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-notice_headline-ja {
    font-size: 36px;
    line-height: 1.4444444444;
  }
}

.cp2025rental-notice_inner {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}

.cp2025rental-notice_body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-notice_body {
    margin-top: 42px;
  }
}

.cp2025rental-notice_list {
  margin-top: 20px;
}

.cp2025rental-notice_item {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  text-indent: -1em;
  padding-inline: 1em;
}
.cp2025rental-notice_item::before {
  content: "・";
}

.cp2025rental-notice_title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 38.4px;
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-top: 40px;
}

.cp2025rental-notice_note {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-top: 32px;
}

/* ================================================================================ */
/* フォームからご相談  */
/* ================================================================================ */
.cp2025rental-bottom-cta_inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-bottom-cta_inner {
    padding-inline: 10px;
  }
}

.cp2025rental-bottom-cta {
  margin-top: 140px;
}
.cp2025rental-bottom-cta .cta_search_footer.--inner-btn {
  gap: 18px;
  padding: 42px 50px 25px 32px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-bottom-cta .cta_search_footer.--inner-btn {
    padding: 16px;
  }
}
.cp2025rental-bottom-cta .cta_search_footer.--inner-btn .cta_search_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .cp2025rental-bottom-cta .cta_search_footer.--inner-btn .cta_search_btn {
    flex-direction: column;
    flex: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-bottom-cta .cta_search_footer.--inner-btn .cta_search_btn {
    gap: 10px;
  }
}
.cp2025rental-bottom-cta .cta_search_footer .cta_search_footer-img {
  width: 194px;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-bottom-cta .cta_search_footer .cta_search_footer-img {
    width: 111px;
  }
}
.cp2025rental-bottom-cta .cta_search_phone-time {
  font-size: 15px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-bottom-cta .cta_search_phone-time {
    font-size: 10px;
    letter-spacing: 0.025em;
    line-height: 1.6;
    text-align: center;
    margin-right: -22px;
  }
}
.cp2025rental-bottom-cta_btn {
  margin-top: 4px;
  width: 100%;
  max-width: 420px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-bottom-cta_btn {
    max-width: 360px;
    margin-inline: auto;
  }
}
.cp2025rental-bottom-cta_btn .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 420px);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #0a6d3d;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  padding: 16px;
  border: 2px solid #0e9352;
  padding: 20px;
}
@media (any-hover: hover) {
  .cp2025rental-bottom-cta_btn .cta-btn:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025rental-bottom-cta_btn .cta-btn {
    font-size: 20px;
    padding: 20px;
  }
}
.cp2025rental-bottom-cta_btn .cta-btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../../img/campaign/flat-body/icon_arrow-right-wh.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  right: 26px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025rental-bottom-cta_btn .cta-btn::before {
    width: 22px;
    right: 14px;
  }
}/*# sourceMappingURL=rental.css.map */