/*----------------------------------------------------
  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;
  }
}

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

.article__lead {
  width: min(100%, 1028px);
  padding: 70px 0 60px 0;
  margin-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  .article__lead {
    padding: 70px 20px 60px 20px;
    margin-bottom: 80px;
  }
}
.article__lead-text-image {
  width: 50%;
  margin: 0 auto;
}
.article__lead-text-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__lead-text-image {
    width: 85%;
  }
}
.article__lead-text {
  color: #231815;
  text-align: center;
  width: 70%;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .article__lead-text {
    width: 100%;
    text-align: left;
  }
}
.article__campaign {
  position: relative;
  background: #80f1ff;
  padding: 80px 0 80px;
}
@media only screen and (max-width: 768px) {
  .article__campaign {
    padding-bottom: 40px;
  }
}
.article__campaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-98%);
  display: block;
  aspect-ratio: 1440/145;
  width: 100%;
  -webkit-mask: url(../img/summer-cp-plan/bg_campaign.svg) no-repeat center center/100% auto;
          mask: url(../img/summer-cp-plan/bg_campaign.svg) no-repeat center center/100% auto;
  background: #80f1ff;
  z-index: -1;
}
.article__campaign-inner {
  width: min(100%, 1028px);
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__campaign-inner {
    margin: 0 auto 0 auto;
    padding: 0 20px;
  }
}
.article__campaign-title {
  width: min(100%, 706px);
  margin: 0 auto;
}
.article__campaign-title img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article__support {
  position: relative;
  margin-top: 128px;
}
@media only screen and (max-width: 768px) {
  .article__support {
    margin-top: 120px;
  }
}
.article__support-content-deco {
  position: absolute;
  top: 0;
  right: 2%;
  transform: translateY(-100%);
  aspect-ratio: 165/158;
  width: 15%;
  background: url(../img/summer-cp-plan/people_img01.png) no-repeat center center/cover;
}
.article__support-content-deco::before {
  content: "";
  position: absolute;
  top: 0;
  right: -58%;
  transform: translateY(-100%);
  aspect-ratio: 175/103;
  width: 100%;
  background: url(../img/summer-cp-plan/speechbubble_img01.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .article__support-content-deco {
    right: 11%;
    width: 25%;
  }
}
.article__support-content {
  position: relative;
  border: 5px solid #006cff;
  border-radius: 10px;
  background: #fff;
}
.article__support-content::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 0%;
  aspect-ratio: 130/98;
  width: 10%;
  background: url(../img/summer-cp-plan/deco_point01.png) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .article__support-content::before {
    top: -4%;
    width: 20%;
  }
}
.article__support-head {
  padding: 30px 0;
  background: #006cff;
}
@media only screen and (max-width: 768px) {
  .article__support-head {
    padding: 15px 0;
  }
}
.article__support-content-title-image {
  width: 25%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__support-content-title-image {
    width: 50%;
  }
}
.article__support-content-title-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article__support-content-text {
  display: block;
  margin-top: 48px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .article__support-content-text {
    padding: 0 20px 0;
    margin-top: 24px;
    font-size: 20px;
  }
}
.article__support-content-strong {
  font-size: 40px;
  color: #f62374;
}
@media only screen and (max-width: 768px) {
  .article__support-content-strong {
    font-size: 24px;
  }
}
.article__support-price-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 35px;
  padding: 45px;
}
@media only screen and (max-width: 768px) {
  .article__support-price-area {
    padding: 0 20px 40px;
    gap: 30px;
  }
}
.article__support-price-items {
  border: 2px solid #01b9e7;
  padding: 85px 50px 90px 50px;
}
@media only screen and (max-width: 768px) {
  .article__support-price-items {
    padding: 24px 20px;
  }
}
.article__support-price-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .article__support-price-item {
    display: block;
    margin-top: 30px;
  }
}
.article__support-price-item-plus-image {
  width: 8%;
  margin: 30px auto 0;
}
.article__support-price-item-plus-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__support-price-item-plus-image {
    width: 18%;
  }
}
.article__support-price-info {
  padding: 20px 30px 15px;
  background: #B9F5FF;
}
@media only screen and (max-width: 768px) {
  .article__support-price-info {
    padding: 15px;
  }
}
.article__support-price-text-description {
  font-size: 23px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .article__support-price-text-description {
    font-size: 14px;
  }
}
.article__support-price-texts {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .article__support-price-texts {
    display: block;
    text-align: center;
  }
}
.article__support-price-text {
  font-size: 30px;
  font-weight: 700;
  color: #367BF7;
}
@media only screen and (max-width: 768px) {
  .article__support-price-text {
    font-size: 18px;
  }
}
.article__support-price-text.--small {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .article__support-price-text.--small {
    font-size: 16px;
  }
}
.article__support-price-attention {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.article__support-price-image {
  width: 90%;
  margin: 0 auto;
}
.article__support-price-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__support-price-image {
    width: 100%;
  }
}
.article__campaign-image {
  width: 20%;
  margin: 60px auto 0;
}
.article__campaign-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__campaign-image {
    width: 30%;
    margin: 40px auto 0;
  }
}
.article__support-price-item-image {
  width: 45%;
}
.article__support-price-item-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__support-price-item-image {
    width: 100%;
  }
}
.article__support-price-item-text {
  display: block;
  margin: 10px 0;
  font-size: 30px;
  font-weight: 700;
  color: #006cff;
}
@media only screen and (max-width: 768px) {
  .article__support-price-item-text {
    text-align: center;
    font-size: 20px;
  }
}
.article__support-price-item-reduction-image {
  width: 30%;
}
.article__support-price-item-reduction-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__support-price-item-reduction-image {
    width: 63%;
    margin: 10% auto 0;
  }
}
.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: #F62374;
  width: min(100%, 470px);
  min-height: 82px;
  margin: 0 auto;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .article__support-link {
    font-size: 20px;
    min-height: 52px;
  }
}
.article__support-link:hover {
  color: #FFF;
  transform: scale(0.9);
}
.article__second-campaign {
  position: relative;
  background: #80f1ff;
  padding: 0 0 200px;
}
@media only screen and (max-width: 768px) {
  .article__second-campaign {
    padding-bottom: 200px;
  }
}
.article__second-campaign-deco {
  position: absolute;
  bottom: 0;
  left: 10%;
  aspect-ratio: 141/236;
  width: 10%;
  background: url(../img/summer-cp-plan/people_img02.png) no-repeat center center/100% auto;
  z-index: 0;
}
.article__second-campaign-deco::before {
  content: "";
  position: absolute;
  top: -32%;
  left: 0;
  display: block;
  aspect-ratio: 151/77;
  width: 100%;
  background: url(../img/summer-cp-plan/speechbubble_img02.svg) no-repeat center center/100% auto;
}
@media only screen and (max-width: 768px) {
  .article__second-campaign-deco {
    width: 20%;
  }
}
.article__second-campaign-inner {
  width: min(100%, 1028px);
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__second-campaign-inner {
    margin: 0 auto 0 auto;
    padding: 0 20px;
  }
}
.article__second-support {
  position: relative;
}
.article__second-support-content {
  position: relative;
  border: 5px solid #006cff;
  border-radius: 10px;
  background: #fff;
}
.article__second-support-content::before {
  content: "";
  position: absolute;
  top: -13%;
  left: 0%;
  aspect-ratio: 130/98;
  width: 10%;
  background: url(../img/summer-cp-plan/deco_point02.png) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .article__second-support-content::before {
    top: -11%;
    width: 20%;
  }
}
.article__second-support-head {
  padding: 30px 0;
  background: #006cff;
}
@media only screen and (max-width: 768px) {
  .article__second-support-head {
    padding: 15px 0;
  }
}
.article__second-support-content-title-image {
  width: 25%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__second-support-content-title-image {
    width: 50%;
  }
}
.article__second-support-content-title-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article__second-support-content-text {
  display: block;
  margin-top: 48px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .article__second-support-content-text {
    padding: 0 20px 0;
    margin-top: 24px;
    font-size: 20px;
  }
}
.article__second-support-content-strong {
  font-size: 40px;
  color: #f62374;
}
@media only screen and (max-width: 768px) {
  .article__second-support-content-strong {
    font-size: 24px;
  }
}
.article__second-support-price-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 35px;
  padding: 0 35px 35px;
}
@media only screen and (max-width: 768px) {
  .article__second-support-price-area {
    margin-top: 15px;
    padding: 0 0 40px;
    gap: 30px;
  }
}
.article__second-support-price-item-text {
  display: block;
  margin: 10px 0;
  font-size: 30px;
  font-weight: 700;
  color: #006cff;
}
@media only screen and (max-width: 768px) {
  .article__second-support-price-item-text {
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .article__second-support-price-item-text .sp-none {
    display: none;
  }
}
.article__second-support-price-item-image {
  width: 45%;
}
.article__second-support-price-item-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__second-support-price-item-image {
    width: 70%;
    margin: 20px auto 0;
  }
}
.article__second-support-price-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .article__second-support-price-item {
    display: block;
  }
}
.article__second-support-price-attention {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.article__second-support-price-attention .pc-none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .article__second-support-price-attention .pc-none {
    display: block;
  }
}
.article__campaign-button {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .article__campaign-button {
    margin-top: 40px;
  }
}
.article__title-image {
  width: 50%;
  margin: 0 auto;
}
.article__title-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__title-image {
    width: 100%;
  }
}
.article__content-wrap {
  margin: 12vw 0;
}
@media only screen and (max-width: 768px) {
  .article__content-wrap {
    margin: 20vw 0;
  }
}
.article__content-inner {
  width: min(100%, 1028px);
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__content-inner {
    margin: 0 auto 0 auto;
    padding: 0 20px;
  }
}
.article__content {
  position: relative;
  background: #fff;
  border: 5px solid #367BF7;
  margin: 0 auto;
  padding: 5vw;
  border-radius: 12px;
}
.article__content::before {
  content: "";
  position: absolute;
  top: -7%;
  left: 2%;
  background: url(../img/summer-cp-plan/blowing_img02.png) no-repeat center center/100% auto;
  aspect-ratio: 263/108;
  width: 25%;
  max-width: 263px;
}
@media only screen and (max-width: 768px) {
  .article__content {
    border: 3px solid #367BF7;
  }
  .article__content::before {
    content: "";
    top: -9%;
    left: -4%;
    width: 45%;
  }
}
.article__content-description-image {
  width: 90%;
  margin: 0 auto;
}
.article__content-description-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__content-description-image {
    width: 100%;
  }
}
.article__content-text {
  color: #fff;
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .article__content-text {
    margin-top: 20px;
  }
}
.article__text-area {
  margin-top: 48px;
  padding: 32px 6vw 24px 40px;
  background: #FCFFA5;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .article__text-area {
    margin-top: 20px;
    padding: 22px 15px 32vw 15px;
  }
}
.article__text {
  width: 88%;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .article__text {
    width: 100%;
  }
}
.article__content-necessary-image {
  width: 90%;
  margin: 0 auto;
}
.article__content-necessary-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .article__content-necessary-image {
    width: 100%;
  }
}
.article__list-area {
  width: 80%;
  margin: 48px auto 0;
}
@media only screen and (max-width: 768px) {
  .article__list-area {
    width: 100%;
  }
}
.article__list-item {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .article__list-item {
    font-size: 14px;
  }
}
.article__annotation-text {
  margin-top: 24px;
}
.article__list-item-text {
  display: block;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .article__list-item-text {
    margin-left: 1em;
  }
}/*# sourceMappingURL=summer-cp-plan.css.map */