/*----------------------------------------------------
  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: 150px;
  }
}
.article__lead-text-image {
  width: 25%;
  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: 45%;
  }
}
.article__lead-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 64px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .article__lead-title {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.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: #FDF6C5;
  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/autumn-cp-plan/bg_campaign.svg) no-repeat center center/100% auto;
          mask: url(../img/autumn-cp-plan/bg_campaign.svg) no-repeat center center/100% auto;
  background: #FDF6C5;
  z-index: -1;
}
.article__campaign-deco {
  position: absolute;
  top: -7%;
  left: 10%;
  transform: translateY(-98%);
  aspect-ratio: 141/236;
  width: 10%;
  background: url(../img/autumn-cp-plan/people_img01.png) no-repeat center center/100% auto;
  z-index: -2;
}
.article__campaign-deco::before {
  content: "";
  position: absolute;
  top: -32%;
  left: 0;
  display: block;
  aspect-ratio: 151/77;
  width: 100%;
  background: url(../img/autumn-cp-plan/speechbubble_img01.svg) no-repeat center center/100% auto;
}
@media only screen and (max-width: 768px) {
  .article__campaign-deco {
    top: -2%;
    width: 20%;
  }
}
.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/autumn-cp-plan/people_img02.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/autumn-cp-plan/speechbubble_img02.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 #462E29;
  border-radius: 10px;
  background: #fff;
}
.article__support-content::before {
  content: "";
  position: absolute;
  top: -3%;
  left: 1%;
  aspect-ratio: 1/1;
  width: 10%;
  background: url(../img/autumn-cp-plan/deco_point01.png) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .article__support-content::before {
    top: -10%;
    width: 20%;
  }
}
.article__support-head {
  padding: 30px 0;
  background: #462E29;
}
@media only screen and (max-width: 768px) {
  .article__support-head {
    padding: 15px 0;
  }
}
.article__support-content-title-image {
  width: 55%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__support-content-title-image {
    width: 80%;
  }
}
.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: 16px;
  }
}
.article__support-price-area {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 80%;
  margin: 0 auto;
  margin-top: 35px;
  padding: 45px;
  background: #E2F5FF;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .article__support-price-area {
    padding: 20px;
    gap: 40px;
    margin-top: 18px;
  }
}
.article__support-price-item-image {
  width: 70%;
  margin: 0 auto;
}
.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: 20px 0 30px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .article__support-price-item-text {
    text-align: center;
    font-size: 12px;
  }
}
.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: #FF5302;
  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__present {
  padding: 80px 0 80px 0;
  background: #FDF6C5;
}
@media only screen and (max-width: 768px) {
  .article__present {
    padding: 60px 0 60px 0;
  }
}
.article__present-inner {
  width: min(100%, 1028px);
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__present-inner {
    margin: 0 auto 0 auto;
    padding: 0 20px;
  }
}
.article__present-wrap {
  position: relative;
  background: #fff;
  border: 5px solid #462E29;
  border-radius: 10px;
}
.article__present-wrap::after {
  content: "";
  position: absolute;
  top: -4%;
  left: 1%;
  aspect-ratio: 1/1;
  width: 10%;
  background: url(../img/autumn-cp-plan/deco_point02.png) no-repeat center center/cover;
}
.article__present-wrap .article__present-title {
  transform: translateY(-65%);
}
@media only screen and (max-width: 768px) {
  .article__present-wrap::after {
    top: -10%;
    left: 1%;
    width: 20%;
  }
}
.article__present-head {
  padding: 30px 0;
  background: #462E29;
}
@media only screen and (max-width: 768px) {
  .article__present-head {
    padding: 15px 0;
  }
}
.article__present-content-title-image {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__present-content-title-image {
    width: 75%;
  }
}
.article__present-content-title-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article__present-info {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 48px;
  background: #fff;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__present-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.article__present-info-image {
  width: calc(60% - 24px);
}
.article__present-info-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 32px;
}
@media only screen and (max-width: 768px) {
  .article__present-info-image {
    width: 100%;
  }
}
.article__present-info-price {
  width: calc(40% - 24px);
}
.article__present-info-price img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 32px;
}
@media only screen and (max-width: 768px) {
  .article__present-info-price {
    width: 60%;
    margin: 0 auto;
  }
}
.article__other {
  padding: 80px 0 145px 0;
  background: #FDF6C5;
}
@media only screen and (max-width: 768px) {
  .article__other {
    padding: 60px 0 60px 0;
  }
}
.article__other-inner {
  width: min(100%, 1028px);
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__other-inner {
    margin: 0 auto 0 auto;
    padding: 0 20px;
  }
}
.article__other-wrap {
  position: relative;
  background: #fff;
  border: 5px solid #462E29;
  border-radius: 10px;
}
.article__other-wrap::before {
  content: "";
  width: min(50%, 318px);
  aspect-ratio: 318/156;
  background: url(../img/autumn-cp-plan/img_support.png) no-repeat center center/100% auto;
  position: absolute;
  top: 6%;
  right: -55px;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .article__other-wrap::before {
    transform: translateY(-10px);
    top: -2.5%;
    right: -25px;
  }
}
.article__other-wrap::after {
  content: "";
  position: absolute;
  top: -1%;
  left: 1%;
  aspect-ratio: 1/1;
  width: 10%;
  background: url(../img/autumn-cp-plan/deco_point03.png) no-repeat center center/cover;
}
.article__other-wrap .article__other-title {
  transform: translateY(-65%);
}
@media only screen and (max-width: 768px) {
  .article__other-wrap::after {
    top: -2.5%;
    left: 1%;
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .article__other-content {
    padding: 0 20px 40px 20px;
  }
}
.article__other-head {
  padding: 30px 0;
  background: #462E29;
}
@media only screen and (max-width: 768px) {
  .article__other-head {
    padding: 15px 0;
  }
}
.article__other-support-title_image {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .article__other-support-title_image {
    width: 80%;
  }
}
.article__other-support-title_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article__other-title {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  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: flex;
  justify-content: center;
  gap: 0 135px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .article__other-present {
    flex-direction: column;
    gap: 100px 0;
  }
}
.article__other-present::before {
  content: "";
  width: 109px;
  aspect-ratio: 1/1;
  margin: auto;
  background: url(../img/autumn-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/autumn-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: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
  transform: translateX(70px);
}
@media only screen and (max-width: 991px) {
  .article__other-support-campaign {
    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/autumn-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: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .article__other-support-lead {
    margin: 40px auto 0;
  }
}
.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 60px auto;
}
@media only screen and (max-width: 768px) {
  .article__other-support-bus {
    margin: 45px auto 30px 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/autumn-cp-plan/ic_arrow.svg) no-repeat center center/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-180%);
}
@media only screen and (max-width: 768px) {
  .article__other-support-bus-flow-item:not(:first-child)::before {
    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;
}/*# sourceMappingURL=autumn-cp-plan.css.map */