<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------
  basic
----------------------------------------------------*/
/*@media (min-width: 960px) {
}*/
/*@media only screen and (max-width: 768px) {
}*/
/*----------------------------------------------------
  sec-opn
----------------------------------------------------*/
.opening {
  position: relative;
}
.opening__mv-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

.article__lead {
  width: min(100%, 1028px);
  padding: 70px 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .article__lead {
    padding: 70px 20px 60px 20px;
  }
}
.article__laed-title {
  width: min(100%, 655px);
  margin: 0 auto;
}
.article__laed-title::before {
  content: "";
  width: 92px;
  aspect-ratio: 92/62;
  margin: 0 auto 30px auto;
  background: url(../img/spring-cp-plan/ic_deco.svg) no-repeat center center/100% auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .article__laed-title::before {
    width: 60px;
    margin: 0 auto 20px auto;
  }
}
.article__laed-text {
  color: #231815;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
.article__campaign {
  background: #FFFCBF;
  padding-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  .article__campaign {
    padding-bottom: 80px;
  }
}
.article__campaign::before {
  content: "";
  width: 100vw;
  aspect-ratio: 1440/145;
  margin: 0 calc(50% - 50vw);
  background: url(../img/spring-cp-plan/bg_campaign.svg) #FFF no-repeat center center/100% auto;
  display: block;
}
.article__campaign-inner {
  width: min(100%, 1028px);
  margin: 75px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__campaign-inner {
    margin: 55px auto 0 auto;
    padding: 0 20px;
  }
}
.article__campaign-title {
  width: min(100%, 706px);
  margin: 0 auto;
}
.article__campaign-title img {
  max-width: 100%;
  height: auto;
}
.article__support {
  margin-top: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 65px;
}
@media only screen and (max-width: 991px) {
  .article__support {
    gap: 60px 35px;
  }
}
.article__support-card {
  padding: 40px;
  background: #D1F16C;
  border: 5px solid #28BE78;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .article__support-card {
    padding: 40px 20px;
  }
}
.article__support-card::before {
  content: "";
  width: 139px;
  aspect-ratio: 139/90;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media only screen and (max-width: 768px) {
  .article__support-card::before {
    width: 90px;
  }
}
.article__support-card.--col1 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 25px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .article__support-card.--col1 {
    gap: 60px 0px;
  }
}
.article__support-card.--col1::before {
  background: url(../img/spring-cp-plan/deco_support01.svg) no-repeat center center/100% auto;
}
.article__support-card.--col1::after {
  content: "";
  width: 266px;
  aspect-ratio: 266/260;
  background: url(../img/spring-cp-plan/deco_campaign.png) no-repeat center center/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(30%) translateY(calc(-100% - 5px));
          transform: translateX(30%) translateY(calc(-100% - 5px));
  z-index: -2;
}
@media only screen and (max-width: 991px) {
  .article__support-card.--col1::after {
    width: min(25%, 266px);
  }
}
@media only screen and (max-width: 768px) {
  .article__support-card.--col1::after {
    width: 110px;
  }
}
.article__support-card.--col2 {
  width: calc((100% - 65px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .article__support-card.--col2 {
    width: calc((100% - 35px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .article__support-card.--col2 {
    width: 100%;
  }
}
.article__support-card.--part2::before {
  background: url(../img/spring-cp-plan/deco_support02.svg) no-repeat center center/100% auto;
}
.article__support-card.--part3::before {
  background: url(../img/spring-cp-plan/deco_support03.svg) no-repeat center center/100% auto;
}
.article__support-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .article__support-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article__support-image {
  width: min(43%, 420px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .article__support-image {
    width: 100%;
  }
}
.article__support-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.article__support-image:first-of-type::after {
  content: "";
  width: 69px;
  aspect-ratio: 1/1;
  background: url(../img/spring-cp-plan/support_or.svg) no-repeat center center/100% auto;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media only screen and (max-width: 768px) {
  .article__support-image:first-of-type::after {
    top: auto;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0) translateY(65px);
            transform: translateX(0) translateY(65px);
  }
}
.article__support-text {
  font-size: 28px;
  color: #020101;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .article__support-text {
    font-size: 24px;
  }
}
.article__support-text strong {
  font-size: 40px;
  color: #28BE78;
}
@media only screen and (max-width: 991px) {
  .article__support-text strong {
    font-size: 35px;
  }
}
.article__support-text img {
  width: min(100%, 274px);
  margin-top: 30px;
}
.article__support-button {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .article__support-button {
    margin-top: 60px;
  }
}
.article__support-link {
  font-size: 30px;
  color: #FFF;
  background: #F267D5;
  width: min(100%, 470px);
  min-height: 82px;
  margin: 0 auto;
  border-radius: 999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .article__support-link {
    font-size: 20px;
    min-height: 52px;
  }
}
.article__other {
  padding: 200px 0 145px 0;
  background: #D1F16C;
}
@media only screen and (max-width: 768px) {
  .article__other {
    padding: 100px 20px 80px 20px;
  }
}
.article__other-content {
  width: min(100%, 1028px);
  margin: 0 auto;
  background: #fff;
  border: 5px solid #28BE78;
  border-radius: 10px;
  position: relative;
}
.article__other-content.--part01 {
  padding: 50px 40px 70px 40px;
}
@media only screen and (max-width: 768px) {
  .article__other-content.--part01 {
    padding: 50px 20px 100px 20px;
  }
}
.article__other-content.--part01::before {
  content: "";
  width: min(13%, 158px);
  aspect-ratio: 158/335;
  background: url(../img/spring-cp-plan/img_present.png) no-repeat center center/100% auto;
  position: absolute;
  bottom: -5px;
  right: 20px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .article__other-content.--part01::before {
    right: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .article__other-content.--part01::before {
    width: 80px;
  }
}
.article__other-content.--part02 {
  margin-top: 135px;
  padding: 130px 20px 110px 20px;
}
@media only screen and (max-width: 768px) {
  .article__other-content.--part02 {
    margin-top: 85px;
    padding: 60px 20px 60px 20px;
  }
}
.article__other-content.--part02::before {
  content: "";
  width: min(15%, 181px);
  aspect-ratio: 181/340;
  background: url(../img/spring-cp-plan/img_campaign.png) no-repeat center center/100% auto;
  position: absolute;
  bottom: -5px;
  left: 40px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .article__other-content.--part02::before {
    left: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .article__other-content.--part02::before {
    width: 90px;
  }
}
.article__other-content.--part03 {
  margin-top: 135px;
  padding: 100px 40px 80px 40px;
}
@media only screen and (max-width: 768px) {
  .article__other-content.--part03 {
    margin-top: 80px;
    padding: 100px 20px 40px 20px;
  }
}
.article__other-content.--part03::before {
  content: "";
  width: min(50%, 318px);
  aspect-ratio: 318/156;
  background: url(../img/spring-cp-plan/img_support.png) no-repeat center center/100% auto;
  position: absolute;
  top: 0;
  right: -55px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .article__other-content.--part03::before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    right: -25px;
  }
}
.article__other-content.--part03 .article__other-title {
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}
.article__other-title {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article__other-title img {
  max-width: 100%;
  height: auto;
  margin-left: -50px;
}
.article__other-present {
  width: min(100%, 800px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 135px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .article__other-present {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px 0;
  }
}
.article__other-present::before {
  content: "";
  width: 109px;
  aspect-ratio: 1/1;
  margin: auto;
  background: url(../img/spring-cp-plan/txt_or_jp.svg) no-repeat center center/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .article__other-present::before {
    width: 70px;
  }
}
.article__other-present::after {
  content: "";
  width: 267px;
  aspect-ratio: 267/38;
  margin: auto auto 0 auto;
  background: url(../img/spring-cp-plan/txt_choice.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
@media only screen and (max-width: 768px) {
  .article__other-present::after {
    width: 200px;
    bottom: -50px;
  }
}
.article__other-present-image {
  width: min(40%, 332px);
}
@media only screen and (max-width: 768px) {
  .article__other-present-image {
    width: 100%;
  }
}
.article__other-present-image img {
  max-width: 100%;
  height: auto;
}
.article__other-support-campaign {
  width: min(100%, 635px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 20px;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}
@media only screen and (max-width: 991px) {
  .article__other-support-campaign {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.article__other-support-campaign-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .article__other-support-campaign-text {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .article__other-support-campaign-text {
    font-size: 30px;
  }
}
.article__other-support-campaign-text strong {
  font-size: 57px;
  color: #28BE78;
  padding-bottom: 10px;
  background: url(../img/spring-cp-plan/line.svg) no-repeat bottom left/100% auto;
}
@media only screen and (max-width: 768px) {
  .article__other-support-campaign-text strong {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .article__other-support-campaign-image {
    margin-top: 30px;
  }
}
.article__other-support-campaign-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.article__other-support-campaign-note {
  font-size: 28px;
  color: #020101;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
  width: 100%;
  background: #FCEC74;
  border-radius: 999px;
}
.article__other-support-campaign-note span {
  font-size: 21px;
}
@media only screen and (max-width: 768px) {
  .article__other-support-campaign-note {
    padding: 5px 10px;
    font-size: 22px;
    line-height: 1.3;
  }
  .article__other-support-campaign-note span {
    font-size: 16px;
  }
}
.article__other-support-lead {
  width: min(100%, 800px);
  margin: 0 auto;
}
.article__other-support-image {
  width: min(100%, 602px);
  margin: 0 auto;
}
.article__other-support-image img {
  max-width: 100%;
  height: auto;
}
.article__other-support-text {
  font-size: 18px;
  color: #231815;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .article__other-support-text {
    font-size: 14px;
  }
}
.article__other-support-bus {
  width: min(100%, 800px);
  margin: 75px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__other-support-bus {
    margin: 45px auto 0 auto;
  }
}
.article__other-support-bus-title {
  text-align: center;
  padding: 10px;
  background: #28BE78;
  border-radius: 999px;
}
.article__other-support-bus-title img {
  max-width: 100%;
  height: auto;
}
.article__other-support-bus-flow {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .article__other-support-bus-flow {
    grid-template-columns: repeat(1, 1fr);
  }
}
.article__other-support-bus-flow-item {
  text-align: center;
  position: relative;
}
.article__other-support-bus-flow-item img {
  width: min(100%, 190px);
  height: auto;
  margin: 0 auto;
}
.article__other-support-bus-flow-item span {
  font-size: 12px;
  background: #000;
  font-weight: 700;
  margin-top: 15px;
  padding: 5px;
  background: #D1F16C;
  border-radius: 999px;
  display: block;
}
.article__other-support-bus-flow-item:not(:first-child)::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  margin: auto;
  background: url(../img/spring-cp-plan/ic_arrow.svg) no-repeat center center/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-180%);
          transform: translateX(-180%);
}
@media only screen and (max-width: 768px) {
  .article__other-support-bus-flow-item:not(:first-child)::before {
    -webkit-transform: translateX(0) translateY(-160%) rotate(90deg);
            transform: translateX(0) translateY(-160%) rotate(90deg);
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
  }
}
.article__other-support-bus-flow-note {
  font-size: 13px;
  color: #231815;
  line-height: 1.6;
  margin-top: 30px;
}
.article__other-support-busarea {
  margin-top: 45px;
}
.article__other-support-busarea p {
  padding: 15px 20px;
  background: #000050;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .article__other-support-busarea p {
    font-size: 16px;
  }
}
.article__other-support-busarea-image {
  width: 100%;
  padding-top: 104.53%;
  background: url(../img/bus/map-img.jpg) no-repeat center;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
.article__other-support-bus-note {
  font-size: 13px;
  color: #231815;
  line-height: 1.4;
  margin-top: 20px;
}
.article__other-button {
  margin-top: 80px;
}
.article__other-link {
  font-size: 30px;
  color: #FFF;
  background: #F267D5;
  width: min(100%, 470px);
  min-height: 82px;
  margin: 0 auto;
  border-radius: 999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}/*# sourceMappingURL=spring-cp-plan.css.map */</pre></body></html>