@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;
}

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

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

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

.cp2025winter_btn-wrap.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_btn-wrap.is-sp {
    display: flex;
  }
}

.cp2025winter_btn-wrap.is-pc {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_btn-wrap.is-pc {
    display: none;
  }
}

.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;
  }
}

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

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

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

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

.cp2025winter_headline {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #0e9352;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_headline {
    font-size: 29px;
    line-height: 1.5517241379;
  }
}
.cp2025winter_headline::before, .cp2025winter_headline::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: 30px;
  background-color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_headline::before, .cp2025winter_headline::after {
    bottom: 45px;
  }
}
.cp2025winter_headline::before {
  left: -110px;
  rotate: 65deg;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_headline::before {
    left: -75px;
    rotate: 74deg;
  }
}
.cp2025winter_headline::after {
  right: -110px;
  rotate: -65deg;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_headline::after {
    right: -75px;
    rotate: -74deg;
  }
}

/* ======================================== */
/* ボタン */
/* ======================================== */
.cp2025winter_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) {
  .cp2025winter_btn:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025winter_btn {
    font-size: 18px;
  }
}
.cp2025winter_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;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_btn::before {
    width: 22px;
    right: 14px;
  }
}
.cp2025winter_btn.--small {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_btn.--small {
    font-size: 20px;
  }
}

.cp2025winter-point-cta_btn {
  display: flex;
  justify-content: center;
}

.cp2025winter-cta_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.92;
  text-align: center;
  margin-inline: auto;
  position: relative;
}
.cp2025winter-cta_note .number {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-cta_note .number {
    font-size: 26px;
  }
}
.cp2025winter-cta_column {
  width: min(100%, 420px);
}
.cp2025winter-cta_column:nth-child(2) {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-cta_column:nth-child(2) {
    padding-top: 0;
  }
}
.cp2025winter-cta_btn {
  margin-top: 4px;
}
.cp2025winter-cta_btn .cta-btn {
  border: 2px solid #0e9352;
  padding: 20px;
}
.cp2025winter-cta_btn .cta-btn::before {
  right: 26px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-cta_btn .cta-btn::before {
    right: 14px;
  }
}

/* ================================================================================ */
/* キャンペーン  */
/* ================================================================================ */
.cp2025winter-benefits {
  overflow: hidden;
}

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

.cp2025winter-benefits_text-wrap {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-benefits_text-wrap {
    display: block;
    padding-inline: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
}

.cp2025winter-benefits_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 20.8px;
  text-align: left;
  color: #333;
}

/* ================================================================================ */
/* トラックを探す  */
/* ================================================================================ */
.cp2025winter .search {
  padding-block: 100px 150px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter .search {
    padding-block: 80px;
    margin-top: 0px;
  }
}

/* ================================================================================ */
/* CTA */
/* ================================================================================ */
@media only screen and (max-width: 768px) {
  .cp2025winter .cta_search_phone {
    padding: 4px 12px 4px 40px;
  }
}

/* ================================================================================ */
/* CTA トップ  */
/* ================================================================================ */
.cp2025winter-top-cta {
  border-bottom: 4px solid #0e9352;
  padding-inline: 20px;
  padding-bottom: 80px;
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-top-cta {
    padding-inline: 10px;
    padding-bottom: 60px;
    margin-top: -20px;
  }
}
.cp2025winter-top-cta .search-service-cta {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-top-cta .search-service-cta {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .cp2025winter-top-cta .cta_search_footer.--inner-btn {
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .cp2025winter-top-cta .search-service-cta .cta_search_footer.--inner-btn {
    padding: 42px 20px 25px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .cp2025winter-top-cta .cta_search_footer.--inner-btn .cta_search_btn {
    flex-direction: column;
    flex: inherit;
  }
}

.cp2025winter-top-cta_btn {
  gap: 5px;
  padding: 22px 18px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-top-cta_btn {
    gap: 10px;
    font-size: 20px;
  }
}

.cp2025winter_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/2025winter/comment.svg") no-repeat center center/100% auto;
  padding-block: 12px 36px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_comment {
    width: 300px;
    background: url("../../img/campaign/2025winter/comment_sp.svg") no-repeat center center/100% auto;
    padding-block: 10px 16px;
  }
}
.cp2025winter_comment::before {
  content: "";
  display: block;
  width: 100vw;
  height: 4px;
  background-color: #0e9352;
  position: absolute;
  top: 32px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_comment::before {
    top: 20px;
  }
}
.cp2025winter_comment.border-none::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2025winter_comment {
    font-size: 16px;
  }
}

.cp2025winter-cta_intro {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-cta_intro {
    font-size: 30px;
    margin-top: 16px;
  }
}
.cp2025winter-cta_intro .--green {
  color: #0e9352;
}

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

.cp2025winter-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) {
  .cp2025winter-top-cta_text {
    width: 100%;
    font-size: 13px;
  }
}

/* ================================================================================ */
/* おすすめのトラック  */
/* ================================================================================ */
.cp2025winter .common-recommend {
  margin-block: 100px 140px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter .common-recommend {
    margin-block: 80px 80px;
  }
}
.cp2025winter .cta_search_phone-label {
  font-size: 14px;
  padding: 3px 14px;
  translate: 0 -30%;
}
@media only screen and (max-width: 768px) {
  .cp2025winter .cta_search_phone-label {
    font-size: 10px;
    padding: 3px 8px;
    top: 5px;
    left: 60px;
    translate: 0 -50%;
  }
}

.recommend-splide {
  overflow: visible !important;
}

/* ================================================================================ */
/* CTA ミドル  */
/* ================================================================================ */
.cp2025winter-middle-cta {
  padding-inline: 20px;
  padding-bottom: 80px;
}
.cp2025winter-middle-cta .search-service-cta {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-middle-cta .search-service-cta {
    margin-top: 30px;
  }
}
.cp2025winter-middle-cta .search-service-cta .cta_search_footer {
  gap: 14%;
  padding: 20px 16% 25px 24px;
}
@media screen and (max-width: 880px) {
  .cp2025winter-middle-cta .search-service-cta .cta_search_footer {
    padding: 20px 10% 25px 24px;
  }
}
.cp2025winter-middle-cta .search-service-cta .cta_search_footer .cta_search_footer-img {
  width: 157px;
}
.cp2025winter-middle-cta .search-service-cta .cta_search_footer .cta_search_footer-img img {
  bottom: -26px;
}
.cp2025winter-middle-cta .cta_search_container {
  margin-top: 55px;
}
.cp2025winter-middle-cta .cta_search_subtitle {
  letter-spacing: 0.1em;
  padding: 14px 16px 14px;
  padding-left: 18px;
}
.cp2025winter-middle-cta .cta_search_phone-name {
  font-size: 14px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-middle-cta .cta_search_phone-name {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-right: 0;
  }
}
.cp2025winter-middle-cta .cta_search_phone-text {
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-middle-cta .cta_search_phone-text {
    margin-top: 0px;
  }
}
.cp2025winter-middle-cta .cta_search_phone-time {
  font-size: 13px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-middle-cta .cta_search_phone-time {
    font-size: 11px;
    letter-spacing: -0.07em;
    margin-top: 0px;
    margin-inline: 0px -26px;
  }
}
.cp2025winter-middle-cta .cta_search_phone-text .number {
  font-size: 55px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-middle-cta .cta_search_phone-text .number {
    font-size: 32px;
  }
}

/* ================================================================================ */
/* CTA ボトム  */
/* ================================================================================ */
.cp2025winter-bottom-cta {
  padding-inline: 20px;
  margin-block: 57px 160px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta {
    padding-inline: 10px;
    margin-block: 20px 100px;
  }
}
.cp2025winter-bottom-cta .cta_search_note.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_note.is-sp {
    display: block;
  }
}

.cp2025winter-bottom-cta .cta_search_subtitle {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 14px 16px 14px;
  padding-left: 122px;
}
@media screen and (max-width: 1100px) {
  .cp2025winter-bottom-cta .cta_search_subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_subtitle {
    font-size: 18px;
    text-align: left;
    padding: 16px 16px 20px;
  }
}
.cp2025winter-bottom-cta .cta_search_note::before {
  left: -60px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_note::before {
    bottom: 30px;
    left: -35px;
    rotate: 68deg;
  }
}
.cp2025winter-bottom-cta .cta_search_note::after {
  right: -60px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_note::after {
    bottom: 30px;
    right: -35px;
    rotate: 110deg;
  }
}
.cp2025winter-bottom-cta .cta_search_footer {
  gap: 10%;
  padding: 10px 17% 18px 5%;
}
@media screen and (max-width: 880px) {
  .cp2025winter-bottom-cta .cta_search_footer {
    gap: 2%;
    padding: 10px 5% 18px 5%;
  }
}
.cp2025winter-bottom-cta .cta_search_footer-img {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_footer-img {
    width: 110px;
  }
}
.cp2025winter-bottom-cta .cta_search_footer-img img {
  bottom: -24px;
  left: -36px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_btn {
    width: 100%;
  }
}
.cp2025winter-bottom-cta .cta_search_phone-label {
  font-size: 14px;
  top: 2px;
  left: 30px;
  padding: 3px 14px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_phone-label {
    font-size: 10px;
    padding: 3px 8px;
    top: 4px;
    left: 44px;
    translate: 0 -50%;
  }
}
.cp2025winter-bottom-cta .cta_search_phone-name {
  line-height: 1;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_phone-name {
    letter-spacing: 0.1em;
    padding-right: 10px;
  }
}
.cp2025winter-bottom-cta .cta_search_phone-text {
  margin-top: 14px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_phone-text {
    margin-top: 4px;
  }
}
.cp2025winter-bottom-cta .cta_search_phone-text .icon {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_phone-text .icon {
    width: 18px;
  }
}
.cp2025winter-bottom-cta .cta_search_phone-text .number {
  font-size: 54px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_phone-text .number {
    font-size: 32px;
  }
}
.cp2025winter-bottom-cta .cta_search_phone-time {
  font-size: 13px;
  letter-spacing: 0.03em;
  text-align: right;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_phone-time {
    font-size: 10px;
    text-align: center;
    margin-top: -2px;
  }
}
.cp2025winter-bottom-cta .cta_search_phone {
  justify-content: center;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-bottom-cta .cta_search_phone {
    justify-content: space-between;
    padding: 6px 12px 4px 40px;
    padding-inline: 20px;
    margin-top: 8px;
  }
}
.cp2025winter-bottom-cta .cta_search_phone::after {
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}

/* ================================================================================ */
/* トラック市長岡店だから  */
/* ================================================================================ */
.cp2025winter-public {
  background-color: #eff7f2;
  padding-block: 116px 100px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public {
    padding-block: 64px 70px;
  }
}

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

.cp2025winter-public-slider {
  margin-top: 76px;
  overflow: visible !important;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider {
    margin-top: 50px;
  }
}
.cp2025winter-public-slider .splide__track {
  overflow: visible;
}
.cp2025winter-public-slider .splide__list {
  height: auto;
}

.cp2025winter-public-slider_slide {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 46px 28px 30px;
  border-radius: 12px;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_slide {
    padding: 46px 18px 30px;
  }
}
.cp2025winter-public-slider_slide:hover {
  background-color: #ffffff;
}

.cp2025winter-public-slider_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: 6px 34px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_label {
    padding: 6px 28px;
  }
}
.cp2025winter-public-slider_label::before {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background-color: #f6e929;
  clip-path: polygon(65% 0, 0 0, 100% 100%);
  position: absolute;
  top: 90%;
  left: 8px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_label::before {
    width: 22px;
    height: 12px;
    top: 90%;
    left: 10px;
  }
}
.cp2025winter-public-slider_label .cp2025winter-public-slider_label_number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3333333333;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_label .cp2025winter-public-slider_label_number {
    font-size: 21px;
  }
}

.cp2025winter-public-slider_slide_text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
.cp2025winter-public-slider_slide_text .font_marker {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: #f6e929;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.cp2025winter-public-slider_slide_text .font_large {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_slide_text .font_large {
    font-size: 30px;
  }
}
.cp2025winter-public-slider_slide_text .font_large-sm {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
.cp2025winter-public-slider_slide_text .font_pc22-sp22 {
  font-size: 22px;
}
.cp2025winter-public-slider_slide_text .font_pc26-sp26 {
  font-size: 26px;
}
.cp2025winter-public-slider_slide_text .font_middle-lg {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
.cp2025winter-public-slider_slide_text .font_middle {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_slide_text .font_middle {
    font-size: 26px;
  }
}

.cp2025winter-public-slider_slide_image {
  margin-top: 26px;
}
.cp2025winter-public-slider_slide_image img {
  aspect-ratio: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cp2025winter-public-slider_slide_image.width_210 {
  width: min(100%, 210px);
  margin-inline: auto;
}
.cp2025winter-public-slider_slide_image.mt22 {
  margin-top: 22px;
}
.cp2025winter-public-slider_slide_image.mt_28 {
  margin-top: 28px;
}
.cp2025winter-public-slider_slide_image.mt_50 {
  margin-top: 50px;
}

.cp2025winter-public-slider_slide_detail {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #333;
  margin-top: 20px;
}

.cp2025winter-public-slider_slide_slash {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 20.8px;
  text-align: center;
  color: #0e9352;
  margin: auto auto 0;
}

/* ボタン */
.cp2025winter-public-slider_slide_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: min(100%, 290px);
  background-color: #0e9352;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #0a6d3d;
  padding-block: 12px;
  padding-inline: 20px 14px;
  transition: 0.3s ease;
  position: relative;
  margin-top: auto;
  cursor: pointer;
}
@media (any-hover: hover) {
  .cp2025winter-public-slider_slide_btn:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_slide_btn {
    font-size: 18px;
  }
}
.cp2025winter-public-slider_slide_btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../assets/img/campaign/2025summer/icon_arrow-right-wh.svg") no-repeat center center/contain;
}
.cp2025winter-public-slider_slide_btn.--text-center {
  justify-content: center;
}
.cp2025winter-public-slider_slide_btn.--text-center::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.cp2025winter-public-slider_slide_btn.mt11 {
  margin-top: 11px;
}
.cp2025winter-public-slider_slide_btn.line_btn {
  gap: 3px;
  background-color: #4cc764;
  box-shadow: 0px 4px 0px #41ab55;
}
.cp2025winter-public-slider_slide_btn.line_btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 25px;
  background: url("../../img/campaign/2025ny/icon-line-white.svg") no-repeat center center/contain;
  position: static;
  margin: 0;
}
.cp2025winter-public-slider_slide_btn.line_btn::after {
  display: none;
}
.cp2025winter-public-slider_slide_btn .cp2025winter-public-slider_slide_btn_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cp2025winter-public-slider_slide_btn .cp2025winter-public-slider_slide_btn_label {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 1px 6px;
}
.cp2025winter-public-slider_slide_btn .cp2025winter-public-slider_slide_btn_text {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.cp2025winter-public-slider_slide_btn .cp2025winter-public-slider_slide_btn_text.--small {
  font-size: 17px;
  letter-spacing: 0.05em;
}

.cp2025summer-public-slider_slide_list {
  margin-left: 10px;
  margin-top: 20px;
}
.cp2025summer-public-slider_slide_list .cp2025summer-public-slider_slide_item {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: left;
  color: #333;
  padding-left: 12px;
  position: relative;
}
.cp2025summer-public-slider_slide_list .cp2025summer-public-slider_slide_item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0e9352;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0% -50%;
}
.cp2025summer-public-slider_slide_list .cp2025summer-public-slider_slide_item + .cp2025summer-public-slider_slide_item {
  margin-top: 6px;
}

.cp2025winter-public-slider_slide_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 15px;
}

.cp2025winter-public-slider_slide:nth-child(3) .cp2025winter-public-slider_slide_note {
  margin-top: 10px;
}
.cp2025winter-public-slider_slide:nth-child(4) .cp2025winter-public-slider_slide_note {
  text-align: center;
  margin-top: 20px;
}

.cp2025winter-public-slider_slide_qa {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #eff7f2;
  border-radius: 6px;
  padding: 12px 16px;
  margin-top: 24px;
  cursor: pointer;
}

.cp2025winter-public-slider_slide_qa_text {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.3846153846;
  text-align: left;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_slide_qa_text {
    line-height: 1;
  }
}
.cp2025winter-public-slider_slide_qa_text .font_middle {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: left;
  color: #333;
}
.cp2025winter-public-slider_slide_qa_text .font_large {
  font-size: 24px;
}

.cp2025winter-public-slider_slide_qa_img img {
  aspect-ratio: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cp2025winter-public-slider_controls {
  position: relative;
  margin-top: 34px;
  display: flex;
  align-items: center;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_controls {
    position: relative;
    margin-top: 20px;
    height: 30px;
  }
}

.cp2025winter-public-slider_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cp2025winter-public-slider_pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  margin: 0;
}
.cp2025winter-public-slider_pagination .splide__pagination__page.is-active {
  background-color: #0e9352;
  transform: scale(1);
}

.cp2025winter-public-slider_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) {
  .cp2025winter-public-slider_arrows {
    gap: 8px;
  }
}
.cp2025winter-public-slider_arrows .cp2025winter-public-slider_arrow {
  width: 50px;
  height: 50px;
  position: static;
  transform: translateY(0%);
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-public-slider_arrows .cp2025winter-public-slider_arrow {
    width: 30px;
    height: 30px;
  }
}
.cp2025winter-public-slider_arrows .cp2025winter-public-slider_arrow[aria-label="Go to last slide"] {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .cp2025winter-public-slider_arrows .cp2025winter-public-slider_arrow:hover {
    opacity: 0.7;
  }
}
.cp2025winter-public-slider_arrows .cp2025winter-public-slider_arrow.splide__arrow--prev {
  scale: -1;
}

/* ================================================================================ */
/* キャンペーン特典 適用の流れ  */
/* ================================================================================ */
.cp2025winter-flow {
  background-color: #eff7f2;
  padding-block: 44px 140px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow {
    padding-block: 26px 80px;
  }
}

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

.cp2025winter-flow_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.cp2025winter-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) {
  .cp2025winter-flow_subheadline {
    font-size: 13px;
  }
}

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

.cp2025winter-flow_list {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_list {
    flex-direction: column;
    gap: 56px;
    margin-top: 60px;
    margin-inline: -20px;
    padding-inline: 20px;
  }
}

.cp2025winter-flow_item {
  width: 279px;
  background-color: #fff;
  border-radius: 12px;
  padding: 45px 24px 30px;
  position: relative;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_item {
    width: 100%;
    padding: 22px 24px 22px;
  }
}
.cp2025winter-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: 47%;
  left: -8px;
  translate: -100% -50%;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_item:not(:first-child)::before {
    top: -38px;
    left: 50%;
    translate: -50% -50%;
    rotate: 90deg;
  }
}

.cp2025winter-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) {
  .cp2025winter-flow_label {
    width: 36px;
    left: 20px;
  }
}

.cp2025winter-flow_item_wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_item_wrap {
    display: grid;
    grid-template-columns: 70px auto;
    gap: 0px 12px;
    grid-template-areas: "image title" "image text";
  }
}

.cp2025winter-flow_item_image {
  width: 70px;
  aspect-ratio: 1;
  margin-inline: auto;
  grid-area: image;
}

.cp2025winter-flow_item_title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: #333;
  text-align: center;
  grid-area: title;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_item_title {
    font-size: 18px;
    text-align: left;
  }
}

.cp2025winter-flow_item_text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: left;
  color: #333;
  margin-top: 5px;
  grid-area: text;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_item_text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.cp2025winter-flow_item_text .cp2025winter-flow_item_link {
  font-weight: bold;
  text-decoration: underline;
}

/* ボタン */
.cp2025winter-flow_item_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: min(100%, 290px);
  background-color: #0e9352;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #0a6d3d;
  padding-block: 12px;
  padding-inline: 20px 14px;
  transition: 0.3s ease;
  position: relative;
  margin-top: auto;
  cursor: pointer;
  margin-top: 28px;
}
@media (any-hover: hover) {
  .cp2025winter-flow_item_btn:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_item_btn {
    font-size: 18px;
    margin-top: 16px;
  }
}
.cp2025winter-flow_item_btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../assets/img/campaign/2025summer/icon_arrow-right-wh.svg") no-repeat center center/contain;
}
.cp2025winter-flow_item_btn.--text-center {
  justify-content: center;
  margin-inline: auto;
}
.cp2025winter-flow_item_btn.--text-center::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.cp2025winter-flow_item_btn.mt11 {
  margin-top: 11px;
}
.cp2025winter-flow_item_btn.line_btn {
  gap: 3px;
  background-color: #4cc764;
  box-shadow: 0px 4px 0px #41ab55;
}
.cp2025winter-flow_item_btn.line_btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 25px;
  background: url("../../img/campaign/2025ny/icon-line-white.svg") no-repeat center center/contain;
  position: static;
  margin: 0;
}
.cp2025winter-flow_item_btn.line_btn::after {
  display: none;
}
.cp2025winter-flow_item_btn .cp2025winter-flow_item_btn_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cp2025winter-flow_item_btn .cp2025winter-flow_item_btn_label {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 1px 6px;
}
.cp2025winter-flow_item_btn .cp2025winter-flow_item_btn_text {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.cp2025winter-flow_item_btn .cp2025winter-flow_item_btn_text.--small {
  font-size: 17px;
  letter-spacing: 0.05em;
}

.cp2025winter-flow_item_strong {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: center;
  color: #0e9352;
  background-color: #eff7f2;
  padding: 11px 12px 12px;
  margin-top: 18px;
}
.cp2025winter-flow_item_strong .--middle {
  font-size: 18px;
}
.cp2025winter-flow_item_strong .--large {
  font-size: 20px;
}
.cp2025winter-flow_item_strong.mt12 {
  margin-top: 15px;
}
.cp2025winter-flow_item_strong.m18 {
  margin-top: 18px;
}

.cp2025winter-flow_item_note {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 20.8px;
  text-align: left;
  color: #333;
  margin-top: 15px;
}

.cp2025winter-flow_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-top: 60px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container {
    gap: 60px;
    padding-inline: 0px;
    margin-top: 60px;
  }
}
.cp2025winter-flow_container .cp2025spring-details_wrap {
  display: flex;
  gap: 5.2083333333%;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_wrap {
    flex-direction: column;
    gap: 18px;
  }
}
.cp2025winter-flow_container .cp2025spring-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: 5px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_title {
    flex: auto;
    width: 120px;
    font-size: 16px;
    padding: 5px;
    margin-inline: auto;
  }
}
.cp2025winter-flow_container .cp2025spring-details_period_wrap {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_period_wrap {
    margin-top: 0px;
  }
}
.cp2025winter-flow_container .cp2025spring-details_period_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.cp2025winter-flow_container .cp2025spring-details_period_text .font_small {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.9692307692;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_period_text .font_small {
    display: block;
  }
}
.cp2025winter-flow_container .cp2025spring-details_period_text + .cp2025spring-details_period_text {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_period_text + .cp2025spring-details_period_text {
    margin-top: 30px;
  }
}
.cp2025winter-flow_container .cp2025spring-details_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_text.sp_center {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_text.--center {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.cp2025winter-flow_container .cp2025spring-details_text .year {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_text .year {
    display: block;
    font-size: 19px;
    line-height: 1;
  }
}
.cp2025winter-flow_container .cp2025spring-details_text .year .font-number {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1.4705882353;
}
.cp2025winter-flow_container .cp2025spring-details_text .year.is-pc {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_text .year.is-pc {
    display: none;
  }
}
.cp2025winter-flow_container .cp2025spring-details_text .month {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.cp2025winter-flow_container .cp2025spring-details_text .week {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.4705882353;
}
.cp2025winter-flow_container .cp2025spring-details_text .symbol {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
}
.cp2025winter-flow_container .cp2025spring-details_body {
  flex: 1;
}
.cp2025winter-flow_container .cp2025spring-details_btn-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-flow_container .cp2025spring-details_btn-wrap {
    display: flex;
    justify-content: center;
  }
}

/* ================================================================================ */
/* お客様の声  */
/* ================================================================================ */
@media only screen and (max-width: 768px) {
  .cp2025winter .voice {
    margin-top: 60px;
  }
}

/* ================================================================================ */
/* トラックのお悩み  */
/* ================================================================================ */
@media only screen and (max-width: 768px) {
  .cp2025winter-point {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025winter-point .cp2025summer-point_worries {
    padding-right: 10px;
  }
}

.cp2025winter-point_message_strong {
  display: block;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #0e9352;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 106px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-point_message_strong {
    font-size: 32px;
    line-height: 0.75;
    margin-top: 70px;
  }
}
@media screen and (max-width: 374px) {
  .cp2025winter-point_message_strong {
    font-size: 28px;
  }
}
.cp2025winter-point_message_strong::before, .cp2025winter-point_message_strong::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  bottom: 22px;
  background-color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-point_message_strong::before, .cp2025winter-point_message_strong::after {
    display: none;
  }
}
.cp2025winter-point_message_strong::before {
  left: -96px;
  rotate: 70deg;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-point_message_strong::before {
    left: -48px;
  }
}
.cp2025winter-point_message_strong::after {
  right: -96px;
  rotate: -70deg;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-point_message_strong::after {
    right: -48px;
  }
}

.cp2025winter-point_message_quotes {
  margin-top: 69px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-point_message_quotes {
    margin-top: 43px;
  }
}

.cp2025winter-point_message_quote {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #0e9352;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-point_message_quote {
    font-size: 16px;
  }
}
.cp2025winter-point_message_quote + .cp2025winter-point_message_quote {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-point_message_quote + .cp2025winter-point_message_quote {
    margin-top: 8px;
  }
}

.cp2025winter-point_message_note {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #333;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2025winter-point_message_note {
    font-size: 16px;
    margin-top: 12px;
  }
}/*# sourceMappingURL=2025winter.css.map */