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

.font-number {
  font-family: "Roboto", sans-serif;
}

.cp2025ny a {
  text-decoration: none;
}
.cp2025ny 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;
  }
}

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

.cp2025ny_btn-wrap.is-pc {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .cp2025ny_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;
  }
}

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

.cp2025ny-inner-s {
  width: min(100%, 1120px);
  padding-inline: min(5.7142857143vw, 80px) 20px;
  margin-inline: auto;
}

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

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

/* ======================================== */
/* ボタン */
/* ======================================== */
.cp2025ny_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) {
  .cp2025ny_btn:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny_btn {
    font-size: 18px;
  }
}
.cp2025ny_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) {
  .cp2025ny_btn::before {
    width: 22px;
    right: 14px;
  }
}
.cp2025ny_btn.--white {
  color: #0e9352;
  background-color: #ffffff;
  border: 2px solid #0e9352;
}
.cp2025ny_btn.--white.--arrow-up::before {
  background: url("../../img/campaign/2024registration/icon_arrow-up-green.svg") no-repeat center center/contain;
}
.cp2025ny_btn.--red {
  padding: 20px 20px 20px min(12.1428571429%, 51px);
  justify-content: flex-start;
  color: #ffffff;
  background-color: #e8340c;
  border: 2px solid #e8340c;
  box-shadow: 0px 4px 0px #b52a0b;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny_btn.--red {
    padding: 22px 22px 22px min(8.9552238806%, 30px);
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny_btn.--red {
    font-size: 18px;
  }
}
.cp2025ny_btn.--red::before {
  background: url("../../img/campaign/2024registration/icon_arrow-right-red.svg") no-repeat center center/contain;
}
.cp2025ny_btn.--red span {
  padding: 2px 7px;
  color: #e8340c;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}
.cp2025ny_btn.--small {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny_btn.--small {
    font-size: 20px;
  }
}

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

.cp2025ny-point-cta_btn {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.cp2025ny-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;
}
.cp2025ny-cta_note .number {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-cta_note .number {
    font-size: 26px;
  }
}
.cp2025ny-cta_column {
  width: min(100%, 420px);
}
.cp2025ny-cta_column:nth-child(2) {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-cta_column:nth-child(2) {
    padding-top: 0;
  }
}
.cp2025ny-cta_btn {
  margin-top: 4px;
}
.cp2025ny-cta_btn .cta-btn {
  border: 2px solid #0e9352;
  padding: 20px;
}
.cp2025ny-cta_btn .cta-btn::before {
  right: 26px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-cta_btn .cta-btn::before {
    right: 14px;
  }
}

.cp2025ny_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4477777778;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .cp2025ny_link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny_link {
    gap: 4px;
    font-size: min(4vw, 15px);
    padding-left: 20px;
  }
}

/* ======================================== */
/* セクションタイトル */
/* ======================================== */
.cp2025ny_headGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.cp2025ny_headline_sub {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  opacity: 0.5;
  text-transform: capitalize;
}
.cp2025ny_headline_sub.--white {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cp2025ny_headline_sub {
    font-size: 13px;
  }
}
.cp2025ny_headline_sub2 {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .cp2025ny_headline_sub2 {
    font-size: 16px;
  }
}
.cp2025ny_headline_sub2::before, .cp2025ny_headline_sub2::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  top: 50%;
  background-color: #0e9352;
}
.cp2025ny_headline_sub2::before {
  left: -40px;
  transform: translate(0, -50%) rotate(45deg);
}
.cp2025ny_headline_sub2::after {
  left: auto;
  right: -40px;
  transform: translate(0, -50%) rotate(-45deg);
}
.cp2025ny .cp2025ny_headline {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  line-height: 1.4523809524;
  text-align: center;
  color: #333;
}
.cp2025ny .cp2025ny_headline.--white {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cp2025ny .cp2025ny_headline {
    font-size: 24px;
  }
}

/* ======================================== */
/* 共通スタイル スライダー */
/* ======================================== */
.cp2025ny-splide {
  /* スライド コンテンツ */
  /* ページネーション、矢印 */
}
.cp2025ny-splide_slide {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  /* スライド 画像 */
}
@media (any-hover: hover) {
  .cp2025ny-splide_slide:hover {
    background-color: #9cceb5;
  }
}
.cp2025ny-splide_slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 324/244;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp2025ny-splide_slide:nth-child(n+2) {
  border-left: 1px solid #cccccc;
}
.cp2025ny-splide_link {
  display: block;
  padding: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_link {
    padding: 15px;
  }
}
.cp2025ny-splide_body {
  margin-top: 15px;
}
.cp2025ny-splide_description {
  margin-top: 15px;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.7066666667;
}
.cp2025ny-splide_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.cp2025ny-splide_price .label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.4375;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_price .label {
    font-size: 15px;
  }
}
.cp2025ny-splide_price .price_number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 48px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_price .price_number {
    font-size: 42px;
  }
}
.cp2025ny-splide_price .price_text {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #f23a3a;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_price .price_text {
    font-size: 28px;
  }
}
.cp2025ny-splide_price .fraction {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_price .fraction {
    font-size: 30px;
  }
}
.cp2025ny-splide_price .small {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
  color: #333333;
  align-self: flex-end;
  padding-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_price .small {
    font-size: 15px;
  }
}
.cp2025ny-splide_controls {
  position: relative;
  margin-top: 24px;
  display: flex;
  align-items: center;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_controls {
    position: relative;
    margin-top: 10px;
    height: 30px;
  }
}
.cp2025ny-splide_pagination {
  display: flex;
  gap: 10px;
  position: static;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_pagination {
    gap: 6px;
    position: absolute;
  }
}
.cp2025ny-splide_pagination .splide_pagination_page {
  width: 14px;
  height: 14px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_pagination .splide_pagination_page {
    width: 10px;
    height: 10px;
  }
}
.cp2025ny-splide_pagination .is-active {
  background: #0e9352;
  transform: scale(1);
}
.cp2025ny-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) {
  .cp2025ny-splide_arrows {
    gap: 8px;
  }
}
.cp2025ny-splide_arrow {
  width: 50px;
  height: 50px;
  position: static;
  transform: translateY(0%);
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-splide_arrow {
    width: 30px;
    height: 30px;
  }
}
.cp2025ny-splide_arrow[aria-label="Go to last slide"] {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .cp2025ny-splide_arrow:hover {
    opacity: 0.7;
  }
}
.cp2025ny-splide_arrow.splide__arrow--prev {
  scale: -1;
}

/* ================================================================================ */
/* キャンペーン  */
/* ================================================================================ */
.cp2025ny-benefits {
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits {
    margin-top: 8px;
  }
}
.cp2025ny-benefits_banner {
  display: block;
  position: relative;
}
.cp2025ny-benefits_banner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_banner {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.cp2025ny-benefits_banner-text {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_banner-text {
    display: block;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 20.8px;
    margin-top: 8px;
  }
}
.cp2025ny-benefits_content {
  background-color: #eff7f2;
  padding-block: 80px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_content {
    padding-block: 30px 68px;
    margin-top: 10px;
  }
}
.cp2025ny-benefits_description {
  width: min(100%, 760px);
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_description {
    padding-inline: 28px;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
  }
}
.cp2025ny-benefits .cp2025ny-benefits_description_green {
  color: #0e9352;
}
.cp2025ny-benefits_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 74px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_list {
    gap: 50px;
    padding-top: 56px;
  }
}
.cp2025ny-benefits .cp2025ny-benefits_item {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
}
.cp2025ny-benefits .cp2025ny-benefits_item:nth-child(1) {
  padding: 80px min(8.5714285714vw, 120px) 60px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(1) {
    padding: 45px 10px 28px;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(1) {
    padding-inline: 17px;
  }
}
.cp2025ny-benefits .cp2025ny-benefits_item:nth-child(1) .cp2025ny-benefits_body_text:nth-child(1) .original-margin {
  margin-top: 11px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(1) .font-size_30 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(1) .font-size_30 .small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(1) .font-size_40 {
    display: block;
    line-height: 1.6;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(1) .font-size_60 {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(1) .margin-left_14 {
    margin-left: 0;
  }
}
.cp2025ny-benefits .cp2025ny-benefits_item:nth-child(2) {
  padding: 70px 60px 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(2) {
    padding: 50px 17px 25px 27px;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(2) {
    padding-inline: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(2) .font-size_30 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(2) .font-size_30 .small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(2) .font-size_36 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(2) .cp2025ny-benefits_body_note {
    margin-top: 22px;
  }
}
.cp2025ny-benefits .cp2025ny-benefits_item:nth-child(3) {
  padding: 70px 60px 60px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(3) {
    padding: 50px 17px 46px 27px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(3) {
    padding-inline: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(3) .cp2025ny-benefits_body_note {
    text-align: left;
    margin-top: 28px;
  }
}
.cp2025ny-benefits .cp2025ny-benefits_item:nth-child(4) {
  padding: 70px 60px 60px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(4) {
    padding: 50px 10px 14px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(4) {
    padding-inline: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(4) .font-size_30 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(4) .font-size_46 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits .cp2025ny-benefits_item:nth-child(4) .font-size_60 {
    line-height: 1.4;
  }
}
.cp2025ny-benefits_label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background-color: #f6e929;
  border-radius: 100vh;
  padding: 5px 56px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_label {
    padding: 4px 40px;
  }
}
.cp2025ny-benefits_label::before {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  background-color: #f6e929;
  -webkit-clip-path: polygon(65% 0, 0 0, 100% 100%);
          clip-path: polygon(65% 0, 0 0, 100% 100%);
  position: absolute;
  top: 90%;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_label::before {
    width: 22px;
    height: 12px;
    top: 90%;
    left: 10px;
  }
}
.cp2025ny-benefits_label_text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.92;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_label_text {
    font-size: 14px;
  }
}
.cp2025ny-benefits_label_number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_label_number {
    font-size: 21px;
  }
}
.cp2025ny-benefits_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_column {
    flex-direction: column;
  }
}

.cp2025ny-benefits_body {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.cp2025ny-benefits_body .cp2025ny-benefits_body_text {
  font-weight: bold;
}
.cp2025ny-benefits_body .cp2025ny-benefits_body_text strong {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.4666666667;
  color: #ffffff;
  background-color: #0e9352;
  padding-inline: 4px;
  margin-top: 4px;
  margin-inline: 8px;
}
@media screen and (max-width: 900px) {
  .cp2025ny-benefits_body .cp2025ny-benefits_body_text strong {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .cp2025ny-benefits_body_text strong {
    font-size: 24px;
    margin-inline: 5px;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny-benefits_body .cp2025ny-benefits_body_text strong {
    font-size: 20px;
  }
}
.cp2025ny-benefits_body .cp2025ny-benefits_body_text_border.size-large::before {
  bottom: 5px;
  height: 15px;
}
.cp2025ny-benefits_body .cp2025ny-benefits_body_text_border.size-large2::before {
  bottom: 8px;
  height: 15px;
}
.cp2025ny-benefits_body .cp2025ny-benefits_body_text_border.font-size_110::before {
  bottom: 8px;
  height: 15px;
}
.cp2025ny-benefits_body .--center {
  text-align: center;
}
.cp2025ny-benefits_body .font-size_26 {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .font-size_26 {
    font-size: 24px;
  }
}
.cp2025ny-benefits_body .font-size_30 {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .font-size_30 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .font-size_30 .small {
    font-size: 18px;
  }
}
.cp2025ny-benefits_body .font-size_36 {
  font-size: 36px;
}
.cp2025ny-benefits_body .font-size_40 {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .font-size_40 {
    font-size: 24px;
  }
}
.cp2025ny-benefits_body .font-size_46 {
  font-size: 46px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .font-size_46 {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny-benefits_body .font-size_46 {
    font-size: 20px;
  }
}
.cp2025ny-benefits_body .font-size_60 {
  font-size: 60px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .font-size_60 {
    font-size: 46px;
    line-height: 1;
  }
}
.cp2025ny-benefits_body .font-size_110 {
  margin-inline: 8px;
  font-size: 110px;
  line-height: 0.8;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .font-size_110 {
    font-size: 60px;
    line-height: 1;
  }
}
.cp2025ny-benefits_body .margin-left_14 {
  margin-left: 14px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body_text + .cp2025ny-benefits_body_text {
    margin-top: 20px;
  }
}
.cp2025ny-benefits_body .cp2025ny-benefits_body_note {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .cp2025ny-benefits_body_note {
    margin-top: 9px;
  }
}
.cp2025ny-benefits_body .cp2025ny-benefits_table {
  width: min(100%, 544px);
  margin: 60px auto 0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_body .cp2025ny-benefits_table {
    margin: 32px auto 0;
  }
}

.text_border {
  position: relative;
  z-index: 1;
  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;
}

.cp2025ny_list {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny_list {
    flex-direction: column;
    padding-inline: 20px;
    margin-top: 20px;
  }
}

.cp2025ny_item {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media only screen and (max-width: 768px) {
  .cp2025ny_item {
    width: 100%;
  }
}

.cp2025ny_item:nth-child(2),
.cp2025ny_item:nth-child(3) {
  border-left: 1px solid #cccccc;
  padding-left: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny_item:nth-child(2),
  .cp2025ny_item:nth-child(3) {
    border-left: none;
    border-top: 1px solid #cccccc;
    padding-left: 0;
    margin-left: 0;
    padding-top: 20px;
    margin-top: 20px;
  }
}

.cp2025ny_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  word-break: auto-phrase;
}
.cp2025ny_title::before {
  content: "";
  display: block;
  background: url("../../img/campaign/2025ny/cp2025ny-check.webp") no-repeat center center/contain;
  width: 31px;
  height: 26px;
  flex-shrink: 0;
}

.cp2025ny_text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #333;
  margin-top: 20px;
}

.cp2025ny-benefits_points {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: min(100%, 784px);
  margin-inline: auto;
  margin-top: 40px;
  counter-reset: benefit;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_points {
    gap: 50px;
    margin-top: 66px;
  }
}

.cp2025ny-benefits_point {
  background-color: #eff7f2;
  border-radius: 6px;
  padding: 14px 50px;
  position: relative;
  counter-increment: benefit;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_point {
    padding: 30px 28px;
  }
}
.cp2025ny-benefits_point:first-of-type::after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1;
  background: url("../../img/campaign/2025ny/icon_arrow-dawn--green.svg") no-repeat center center/contain;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
}

.cp2025ny-benefits_point::before {
  content: counter(benefit, decimal-leading-zero);
  width: 50px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  background-color: #0e9352;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 36px;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_point::before {
    left: 16px;
  }
}

.cp2025ny-benefits_point_text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  color: #0e9352;
}

.cp2025ny-benefits_point_column {
  display: flex;
  gap: 50px;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_point_column {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
    margin-top: 18px;
  }
}

.cp2025ny-benefits_point_body {
  width: 58.4795321637%;
  flex-shrink: 0;
  padding-top: 26px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_point_body {
    width: 100%;
    padding-top: 0;
  }
}

.cp2025ny-benefits_point_list {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_point_list {
    padding: 15px 10px;
  }
}

.cp2025ny-benefits_point_item {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_point_item {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.cp2025ny-benefits_point_item::before {
  content: "・";
  color: #0e9352;
}

.cp2025ny-benefits_point_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #333;
  margin-top: 14px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_point_note {
    text-align: left;
    margin-top: 20px;
  }
}

.cp2025ny-benefits_point_img {
  width: 32.1637426901%;
  position: relative;
  align-content: end;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_point_img {
    width: 145px;
  }
}
.cp2025ny-benefits_point_img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  bottom: -14px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-benefits_point_img img {
    position: static;
  }
}

.cp2025ny-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-details {
    gap: 60px;
    margin-top: 60px;
  }
}
.cp2025ny-details_wrap {
  display: flex;
  gap: 4.6296296296%;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-details_wrap {
    flex-direction: column;
    gap: 18px;
  }
}
.cp2025ny-details_title {
  flex: 0 0 145px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4222222222;
  text-align: center;
  color: #0e9352;
  background-color: #f6e929;
  border-radius: 100vh;
  padding: 8px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-details_title {
    flex: auto;
    width: 120px;
    font-size: 16px;
    padding: 5px;
    margin-inline: auto;
  }
}
.cp2025ny-details_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-details_text.sp_center {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-details_text .year {
    display: block;
    line-height: 1;
  }
}
.cp2025ny-details_text .text-small {
  font-size: 13px;
}
.cp2025ny-details_text .text-large {
  font-size: 30px;
}
.cp2025ny-details_body {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-details_body {
    padding-inline: 14px 12px;
  }
}
.cp2025ny-details_btn-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-details_btn-wrap {
    display: flex;
    justify-content: center;
  }
}

.cp2025ny-period_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-period_text {
    font-size: 16px;
  }
  .cp2025ny-period_text.sp_center {
    text-align: center;
  }
}

.cp2025ny-period_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #333;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-period_note {
    margin-top: 16px;
  }
}

.cp2025ny-target_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.cp2025ny-target_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-target_note {
    margin-top: 14px;
  }
}

.cp2025ny-flow_steps {
  display: flex;
  gap: 66px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-flow_steps {
    flex-direction: column;
    gap: 43px;
    margin-inline: -10px;
  }
}
.cp2025ny-flow_step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 28.0146163216%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px 32px;
}
@media screen and (max-width: 900px) {
  .cp2025ny-flow_step {
    padding: 28px 28px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-flow_step {
    flex-direction: row;
    gap: 18px;
    width: 100%;
    padding: 28px 20px;
  }
}
.cp2025ny-flow_step-img {
  width: 70px;
}
@media screen and (max-width: 900px) {
  .cp2025ny-flow_step-img {
    width: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-flow_step-img {
    width: 70px;
  }
}
.cp2025ny-flow_step-content {
  flex: 1;
}
.cp2025ny-flow_step-description {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-flow_step-description {
    line-height: 1.6;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny-flow_step-description {
    font-size: 14px;
  }
}
.cp2025ny-flow_step .small {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.cp2025ny-flow_step:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  background: url("../../img/campaign/2024registration/flow_step-arrow.svg") no-repeat center center/contain;
  z-index: 1;
  position: absolute;
  left: auto;
  right: -7.0645554202%;
  transform: translate(100%, 0);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-flow_step:not(:last-of-type)::before {
    width: 20px;
    top: auto;
    bottom: -12px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%) rotate(90deg);
  }
}

.cp2025ny-notes_list {
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-notes_list {
    margin-top: 0px;
  }
}
.cp2025ny-notes_item {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-notes_item {
    font-size: 16px;
    line-height: 1.6;
  }
}

.cp2025ny_btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-inline: 10px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny_btn-wrap {
    padding-inline: 0px;
    margin-top: 20px;
  }
}

/* ================================================================================ */
/* お悩み  */
/* ================================================================================ */
.cp2025ny-point {
  margin-top: 136px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point {
    margin-top: 80px;
  }
}
.cp2025ny-point_headline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.4523809524;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point_headline {
    flex-direction: column;
    font-size: 36px;
    line-height: 1.4444444444;
  }
}
.cp2025ny-point_headline.is-pc {
  display: flex;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point_headline.is-pc {
    display: none;
    visibility: hidden;
  }
}
.cp2025ny-point_headline.is-sp {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point_headline.is-sp {
    display: flex;
    visibility: visible;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point_headline .sp-inner {
    display: flex;
    flex-direction: row;
  }
}
.cp2025ny-point_headline .maru {
  margin-top: -15px;
  display: inline-block;
  width: 128px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cp2025ny-point .cp2025ny-point_worries {
  width: min(100%, 1002px);
  margin-top: 54px;
  margin-inline: auto;
}
.cp2025ny-point .cp2025ny-point_worries img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_worries {
    width: min(100%, 400px);
    margin-top: 30px;
  }
}
.cp2025ny-point_headGroup_sub {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point_headGroup_sub {
    margin-top: 60px;
    gap: 30px;
  }
}
.cp2025ny-point .cp2025ny-point_headline_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: 40px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_headline_strong {
    font-size: 32px;
    line-height: 0.75;
    margin-top: 30px;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny-point .cp2025ny-point_headline_strong {
    font-size: 28px;
  }
}
.cp2025ny-point .cp2025ny-point_headline_strong::before, .cp2025ny-point .cp2025ny-point_headline_strong::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  bottom: 22px;
  background-color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_headline_strong::before, .cp2025ny-point .cp2025ny-point_headline_strong::after {
    width: 48px;
    bottom: 10px;
  }
}
.cp2025ny-point .cp2025ny-point_headline_strong::before {
  left: -96px;
  rotate: 70deg;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_headline_strong::before {
    left: -48px;
  }
}
.cp2025ny-point .cp2025ny-point_headline_strong::after {
  right: -96px;
  rotate: -70deg;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_headline_strong::after {
    right: -48px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point_list {
    width: 94.4%;
  }
}
@media screen and (max-width: 500px) {
  .cp2025ny-point_list {
    width: 100%;
  }
}
.cp2025ny-point .cp2025ny-point_list-wrap {
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_list-wrap {
    margin-inline: calc(50% - 50vw);
    padding: 0px;
    border-radius: 0;
    margin-top: 40px;
  }
}
.cp2025ny-point .cp2025ny-point_list-body {
  background-color: #eff7f2;
  border-radius: 0 0 12px 12px;
  padding: 100px min(8.5714285714vw, 120px) 100px min(10vw, 140px);
}
@media screen and (max-width: 1000px) {
  .cp2025ny-point .cp2025ny-point_list-body {
    padding: 100px min(5.7142857143vw, 80px) 100px min(7.1428571429vw, 100px);
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_list-body {
    padding: 66px 10px;
  }
}
.cp2025ny-point .cp2025ny-point_list-hgroup {
  display: flex;
  gap: 50px;
  background-color: #0e9352;
  border-radius: 12px 12px 0 0;
  position: relative;
  padding-block: 34px;
  padding-inline: min(8.5714285714vw, 120px) min(6.0714285714vw, 85px);
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_list-hgroup {
    display: block;
    gap: 4px;
    padding-inline: 22px;
  }
}
.cp2025ny-point .cp2025ny-point_list-hgroup .illust {
  content: "";
  display: block;
  width: 232px;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_list-hgroup .illust {
    width: 174px;
    margin-left: auto;
  }
}
.cp2025ny-point .cp2025ny-point_list-hgroup .illust::after {
  content: "";
  display: block;
  width: 232px;
  aspect-ratio: 232/202;
  background: url("../../img/campaign/2024registration/illust-people.webp") no-repeat center center/contain;
  position: absolute;
  bottom: -34px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_list-hgroup .illust::after {
    width: 174px;
    left: 16px;
  }
}
.cp2025ny-point .cp2025ny-point_list-headline {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.03em;
  line-height: 1.3888888889;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_list-headline {
    font-size: 24px;
    line-height: 1.6;
    padding-inline: 0px;
    min-height: 192px;
  }
}
.cp2025ny-point .cp2025ny-point_list {
  width: min(100%, 960px);
  margin-inline: auto;
}
.cp2025ny-point .cp2025ny-point_item {
  display: flex;
  align-items: center;
  gap: min(3.3571428571vw, 47px);
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.cp2025ny-point .cp2025ny-point_item:nth-child(1) {
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item:nth-child(1) {
    gap: 20px;
  }
}
.cp2025ny-point .cp2025ny-point_item:nth-child(1) .cp2025ny-point_item-text {
  width: 370px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item:nth-child(1) .cp2025ny-point_item-text {
    width: auto;
    flex: 1;
    margin-top: -10px;
  }
}
.cp2025ny-point .cp2025ny-point_item:nth-child(2) {
  gap: 46px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item:nth-child(2) {
    gap: 14px;
  }
}
.cp2025ny-point .cp2025ny-point_item:nth-child(2) .cp2025ny-point_item-text {
  width: 296px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item:nth-child(2) .cp2025ny-point_item-text {
    width: auto;
    flex: 1;
    margin-top: -28px;
  }
}
.cp2025ny-point .cp2025ny-point_item:nth-child(3) {
  gap: 26px;
}
.cp2025ny-point .cp2025ny-point_item:nth-child(3) .cp2025ny-point_item-text {
  width: 348px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item:nth-child(3) .cp2025ny-point_item-text {
    width: auto;
    flex: 1;
    margin-top: -10px;
    word-break: break-all;
  }
}
.cp2025ny-point .cp2025ny-point_item:nth-child(3) .br_adjust {
  display: none;
}
@media screen and (max-width: 400px) {
  .cp2025ny-point .cp2025ny-point_item:nth-child(3) .br_adjust {
    display: block;
  }
}
.cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-number {
  position: relative;
  color: rgba(14, 147, 82, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: clamp(70px, 7.1428571429vw, 100px);
  font-weight: bold;
  line-height: 1.32;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-number {
    font-size: 58px;
    line-height: 1.3275862069;
    padding-left: 14px;
  }
}
.cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-number::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 10px;
  left: -22px;
  width: 36px;
  aspect-ratio: 1;
  background: url("../../img/campaign/2024registration/icon_check.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-number::before {
    width: 22px;
    height: 22px;
    background: url("../../img/campaign/2024registration/icon_check-sp.svg") no-repeat center center/contain;
    top: 8px;
    left: 2px;
  }
}
.cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-number::after {
  position: absolute;
  content: "Check Points.";
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #0e9352;
  top: -10px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-number::after {
    font-size: 10px;
  }
}
.cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-text {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-text {
    font-size: 16px;
    line-height: 1.75;
    word-break: auto-phrase;
  }
}
.cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-text strong {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666666667;
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: #ffffff;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-text strong {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 374px) {
  .cp2025ny-point .cp2025ny-point_item .cp2025ny-point_item-text strong {
    font-size: 18px;
  }
}
.cp2025ny-point .cp2025ny-point_item_content {
  display: flex;
  align-items: center;
  gap: min(3.2857142857vw, 46px);
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item_content {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item_illust {
    margin-inline: auto;
  }
}
.cp2025ny-point .cp2025ny-point_item_illust.width_300 {
  width: min(21.4285714286vw, 300px);
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item_illust.width_300 {
    width: min(100%, 300px);
  }
}
.cp2025ny-point .cp2025ny-point_item_illust.width_436 {
  width: min(31.1428571429vw, 436px);
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item_illust.width_436 {
    width: min(100%, 370px);
  }
}
.cp2025ny-point .cp2025ny-point_item_illust.width_405 {
  width: min(28.9285714286vw, 405px);
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point .cp2025ny-point_item_illust.width_405 {
    width: min(100%, 360px);
  }
}
.cp2025ny-point_item + .cp2025ny-point_item {
  margin-top: 60px;
}
.cp2025ny-point_btn-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.cp2025ny-point_deco-image {
  position: absolute;
  top: 0;
  right: 7.0833333333%;
  width: 19.3333333333%;
  transform: translate(0, -100%);
}
@media only screen and (max-width: 768px) {
  .cp2025ny-point_deco-image {
    right: 5px;
    width: 174px;
  }
}

/* ================================================================================ */
/* お問い合わせ */
/* ================================================================================ */
.cp2025ny-contact-search {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-contact-search {
    margin-top: 60px;
  }
}

/* ================================================================================ */
/* トラック待つだけサービス */
/* ================================================================================ */
.cp2025ny-waiting {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .cp2025ny-waiting {
    margin-top: 60px;
  }
}

/* ================================================================================ */
/* トラック待つだけサービス */
/* ================================================================================ */
.cp2025ny-contact_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}/*# sourceMappingURL=2025ny.css.map */