#plan2026 {
  font-family: 'Noto Sans JP', sans-serif;
}

.plan2026-title {
  text-align: center
}
.plan2026-title .en {
  font-size: 16px;
  line-height: 1.2;
  color: #0058E5;
  font-weight: 700
}
.plan2026-title .ja {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.48;
  color: #000;
  margin-top: 12px;
}
@media screen and (min-width:992px) {
  .plan2026-title .en {
    font-size: 14px;
  }
  .plan2026-title .ja {
    font-size: 34px
  }
}

.plan2026-linkbtn {
  display: inline-block;
  min-width: 240px;
  height: 46px;
  line-height: 46px;
  border-radius: 28px;
  background-color: #ff9300;
  font-weight: 700;
  letter-spacing: normal;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: #fff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .27)
}
@media screen and (min-width:992px) {
  .plan2026-linkbtn {
    min-width: 340px;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    font-size: 20px
  }
  .plan2026-linkbtn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .27)
  }
}

.plan2026-fv {
}
.plan2026-fv__container { 
  position: relative;
  overflow: hidden;
}
.plan2026-fv__bk { 
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120%;
  min-width: 1400px;
  height: 150%;
  background: linear-gradient(to bottom, #0058E5 0%, #93E1F8 100%);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width:992px) {
  .plan2026-fv__bk { 
    min-width: 1500px;
  }
}
.plan2026-fv__inner {
  position: relative;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 2;
}
@media screen and (min-width:992px) {
  .plan2026-fv__inner {
    padding-top: 70px;
    padding-bottom: 35px;
  }
}
.plan2026-fv__intro {
  font-weight: 900;
  font-size: 23px;
  line-height: 34px;
}
.plan2026-fv__intro br {
    display: block;
}
@media screen and (min-width:768px) {
  .plan2026-fv__intro {
    font-size: 30px;
  }
  .plan2026-fv__intro br {
    display: none;
  }
}
.plan2026-fv__title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  margin-top: 40px;
}
.plan2026-fv__title small {
  font-size: 26px;
}
@media screen and (min-width:768px) {
  .plan2026-fv__title {
    font-size: 60px;
  }
  .plan2026-fv__title small {
    font-size: 40px;
  }
}
@media screen and (min-width:992px) {
  .plan2026-fv__title {
    font-size: 84px;
    margin-top: 40px;
  }
  .plan2026-fv__title small {
    font-size: 50px;
  }
}
.plan2026-fv__price {
  margin-top: 25px;
}
@media screen and (min-width:768px) {
  .plan2026-fv__price {
    margin-top: 25px;
  }
}
.plan2026-fv__price b {
  font-family: "Oswald", sans-serif;
  font-size: 49px;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .plan2026-fv__price b {
    font-size: 70px;
  }
}
@media screen and (min-width:992px) {
  .plan2026-fv__price b {
    font-size: 90px;
    margin-right: 15px
  }
}
.plan2026-fv__price small {
  font-weight: 900;
  font-size: 23px;
}
@media screen and (min-width:768px) {
  .plan2026-fv__price small {
    font-size: 35px;
  }
}
@media screen and (min-width:992px) {
  .plan2026-fv__price small {
    font-size: 45px;
  }
}
.plan2026-fv__linkbtn {
  margin-top: 60px
}
@media screen and (min-width:768px) {
  .plan2026-fv__linkbtn {
    margin-top: 40px;
  }
}
@media screen and (min-width:992px) {
  .plan2026-fv__linkbtn {
    margin-top: 30px;
  }
}

.plan2026-fv__illust-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  padding-top: 40px;
  margin-bottom: -0.3%;
}
@media screen and (min-width:768px) {
  .plan2026-fv__illust-list {
    flex-wrap: nowrap;
    gap: 0;
    padding-top: 30px;
  }
}
.plan2026-fv__illust {
  width: 100%;
}
.plan2026-fv__illust img {
  width: 100%;
  height: auto;
  max-width: none;
}


.plan2026-service-nav {
  position: relative;
  z-index: 3;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
    .plan2026-service-nav {
      background-color: #0058E5;
      padding-top: 20px;
      padding-bottom: 30px;
    }
}
.plan2026-service-nav .service-nav {
  padding: 0;
}
.plan2026-service-nav .container {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .plan2026-service-nav .container {
    padding: 0 5%;
  }
}
.plan2026-service-nav .service-nav ul {
  gap: 1px;
}
@media screen and (min-width: 769px) {
  .plan2026-service-nav .service-nav ul {
    gap: 0;
  }
}
.plan2026-service-nav .service-nav li {
  position: relative;
  padding: 0;
  margin: 0;
  width: calc(50% - 1px);
  background-color: #0058E5;
}
@media screen and (min-width: 769px) {
  .plan2026-service-nav .service-nav li {
    width: auto;
    margin: 5px 0;
    padding: 0 1%;
    background-color: transparent;
  }
}
.plan2026-service-nav .service-nav ul li.sp_width_33 { 
  width: calc(100% / 3 - 1px);
}
@media screen and (min-width:769px) {
  .plan2026-service-nav .service-nav ul li.sp_width_33 {
    width: auto;
  }
}
.plan2026-service-nav .service-nav ul li a {
    border: none;
    color: #FFF;
    min-height: 82px;
    padding: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
    color: #FFF;
}
@media screen and (min-width: 769px) {
    .plan2026-service-nav .service-nav ul li a {
      border: none;
      min-height: auto;
      padding-bottom: 10px;
    }
}
.plan2026-service-nav .service-nav ul li a::before {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(-45deg) translateX(-50%);
}
.plan2026-service-nav .service-nav ul li a::after {
  display: none;
}

.plan2026-first {
  padding: 60px 0;
  background-color: #E2EDFF;
}
@media screen and (min-width:768px) {
  .plan2026-first {
    padding: 120px 0 160px;
  }
}
.plan2026-first__list-area {
  margin-top: 80px;
}
@media screen and (min-width:768px) {
  .plan2026-first__list-area {
    margin-top: 120px;
    max-width: 1200px;
  }
}
.plan2026-first__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
@media screen and (min-width:768px) {
  .plan2026-first__list {
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
  }
}
.plan2026-first__list>li {
  max-width: 350px;
}
@media screen and (min-width:768px) {
  .plan2026-first__list>li {
    width: calc(100% / 3);
    max-width: none;
  }
}
.plan2026-first__section {
  background-color: #fff;
  position: relative;
  height: 100%;
}
.plan2026-first__list-item .thumb {
  width: 80%;
  margin: 0 auto;
  padding-top: 78px;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.plan2026-first__list-item .thumb.thumb_1 {
  width: 48%;
  padding-top: 35%;
  padding-bottom: 16px;
}
.plan2026-first__list-item .thumb.thumb_2 {
  padding-left: 12px;
}
.plan2026-first__list-item .thumb.thumb_3 {
}

.plan2026-first__list-item .text-box {
  padding: 25px 20px;
  color: #000;
}
@media screen and (min-width:768px) {
  .plan2026-first__list-item .text-box {
    padding: 30px 25px;
  }
}
.plan2026-first__list-item .text-box .title {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .plan2026-first__list-item .text-box .title {
    font-size: 26px;
  }
}
.plan2026-first__list-item .text-box .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .plan2026-first__list-item .text-box .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 26px
  }
}
.plan2026-first__list-item .num {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 2px solid #0058E5;
  background-color: #0058E5;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .plan2026-first__list-item .num {
    top: -45px;
    width: 93px;
    height: 93px;
  }
}
.plan2026-first__list-item .num small {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
}
@media screen and (min-width:768px) {
  .plan2026-first__list-item .num small {
    font-size: 12px;
  }
}
.plan2026-first__list-item .num span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 2px;
}
@media screen and (min-width:768px) {
  .plan2026-first__list-item .num span {
    font-size: 30px;
  }
}

.plan2026-reason {
  padding: 60px 0 80px 0;
}
@media screen and (min-width:768px) {
  .plan2026-reason {
    padding: 120px 0;
  }
}
.plan2026-reason__list-area {
  margin-top: 80px;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list-area {
    max-width: 1200px;
  }
}
.plan2026-reason__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list {
    gap: 30px;
  }
}
.plan2026-reason__list>li {
  width: 100%;
  max-width: 450px;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list>li {
    max-width: 780px;
  }
}
.plan2026-reason__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #E2EDFF;
  padding: 30px 5%;
}
@media screen and (min-width:768px) {
  .plan2026-reason__section {
    flex-direction: row;
    align-items: flex-start;
    border-radius: 30px;
    padding: 60px 7%;
    gap: 30px;
  }
}
.plan2026-reason__list-item .text-box {
  padding: 20px 0px 10px;
  color: #000;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list-item .text-box {
    padding: 0;
  }
}
.plan2026-reason__list-item .text-box .title {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list-item .text-box .title {
    font-size: 30px;
  }
}
.plan2026-reason__list-item .text-box .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list-item .text-box .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }
}
.plan2026-reason__list-item .thumb {
  margin-top: -60px;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list-item .thumb {
    margin-top: 10px;
  }
}
.plan2026-reason__list-item .num {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 2px solid #0058E5;
  background-color: #0058E5;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list-item .num {
    width: 93px;
    height: 93px;
  }
}
.plan2026-reason__list-item .num small {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list-item .num small {
    font-size: 12px;
  }
}
.plan2026-reason__list-item .num span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 2px;
}
@media screen and (min-width:768px) {
  .plan2026-reason__list-item .num span {
    font-size: 30px;
  }
}
.plan2026-reason__linkbtn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .plan2026-reason__linkbtn {
    margin-top: 60px;
  }
}


.plan2026-flow {
  padding: 60px 0;
  background-color: #E2EDFF;
}
@media screen and (min-width:992px) {
  .plan2026-flow {
    padding: 120px 0 160px;
  }
}
.plan2026-flow__list-area {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .plan2026-flow__list-area {
    max-width: 1200px;
  }
}
.plan2026-flow__list {
  margin-top: 30px
}
@media screen and (min-width:768px) {
  .plan2026-flow__list {
    margin-top: 60px
  }
}
.plan2026-plan__title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  padding-bottom: 8px;
  border-bottom: 4px solid #FFF;
}
@media screen and (min-width:768px) {
  .plan2026-plan__title {
    font-size: 29px;
    padding-bottom: 10px;
    border-bottom: 4px solid #FFF;
  }
}
.plan2026-plan__flow-wrap {
  margin-top: 25px;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .plan2026-plan__flow-wrap {
    margin-bottom: 60px;
  }
}
.plan2026-plan__flow-wrap:last-child {
  margin-bottom: 0;
}
.plan2026-plan__flow-title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .plan2026-plan__flow-title {
    font-size: 20px;
    line-height: 29px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.plan2026-plan__flow {
  display: flex;
  gap: 55px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width:768px) {
  .plan2026-plan__flow {
    gap: 60px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.plan2026-plan__flow-item {
  width: 100%;
  position: relative
}
@media screen and (min-width:768px) {
  .plan2026-plan__flow-item {
    width: calc(100% / 3);
  }
}
.plan2026-plan__flow-inner {
  background-color: #fff;
  height: 120px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}
@media screen and (min-width:768px) {
  .plan2026-plan__flow-inner {
    height: 196px;
  }
}
.plan2026-plan__flow-inner-text {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width:768px) {
  .plan2026-plan__flow-inner-text {
    font-size: 27px;
    line-height: 38px;
  }
}
.plan2026-plan__flow-item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: calc(100% + 25px);
  transform: rotate(90deg) translate(-50%);
  background-image: url(../img/plan2026/icon_flow_blue.svg);
  background-size: cover;
  margin-left: -14px;
  width: 18px;
  height: 25px;
}
@media screen and (min-width:768px) {
  .plan2026-plan__flow-item:not(:last-child):before {
    left: calc(100% + 17px);
    top: 50%;
    transform: rotate(0) translateY(-50%);
    width: 22px;
    height: 31px;
    margin-left: 0;
  }
}

.plan2026-plan__flow-item:last-child .plan2026-plan__flow-inner {
  background-color: #0F15FF;
  color: #fff;
  border-color: #0F15FF
}
.plan2026-plan__flow-item:last-child .plan2026-plan__flow-inner-text {
  color: #fff
}
.plan2026-plan__flow-inner--last .plan2026-plan__flow-inner-text {
  color: #fff
}
.plan2026-flow__list-item+.plan2026-flow__list-item {
  margin-top: 60px
}
@media screen and (min-width:768px) {
  .plan2026-flow__list-item+.plan2026-flow__list-item {
    margin-top: 70px
  }
}

.plan2026-price {
  padding: 60px 0;
}
@media screen and (min-width:992px) {
  .plan2026-price {
    padding: 120px 0 160px;
  }
}
.plan2026-price__container {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .plan2026-price__container {
    max-width: 1200px;
    margin-top: 60px
  }
}
.plan2026-price-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width:768px) {
  .plan2026-price-list {
    grid-template-columns: 2fr 1fr; /* 2/3 : 1/3 */
    gap: 15px;
  }
}
.plan2026-price-box {
  border: 3px solid #0058E5;
}
@media screen and (min-width:768px) {
  .plan2026-price-box {
    border: 5px solid #0058E5;
  }
  /* 行が1件しかない box は 1fr 側に */
  .plan2026-price-box:has(.plan2026-price-box__list-row:only-child) {
    grid-column: 2;
  }
}
.plan2026-price-box__head {
  background-color: #0058E5;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
  letter-spacing: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #0058E5;
}
.plan2026-price-box__head.head--white {
  background-color: #FFF;
}
@media screen and (min-width:768px) {
  .plan2026-price-box__head {
    font-size: 28px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 5px solid #0058E5;
  }
}
.plan2026-price-box__title {
  font-weight: 700
}
.plan2026-price-box__head.head--white .plan2026-price-box__title {
  color: #0058E5;
}
.plan2026-price-box__body {
  text-align: center;
}
@media screen and (min-width:768px) {
  .plan2026-price-box__body {
    border-right-width: 5px;
    border-left-width: 5px;
    border-bottom-width: 5px;
  }
}
.plan2026-price-box__list {
  display: grid;
  grid-template-columns: 1fr; /* 1列 */
}
@media screen and (min-width:768px) {
  /* 2件以上ある場合だけ2列 */
  .plan2026-price-box__list:has(.plan2026-price-box__list-row:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.plan2026-price-box__list-row {
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: none;
}
.plan2026-price-box__list-row + .plan2026-price-box__list-row  {
  border-top: 3px solid #0058E5;
}
@media screen and (min-width:768px) {
  .plan2026-price-box__list-row {
    padding-top: 35px;
    padding-bottom: 55px;
  }
  /* 横並び時の縦線 */
  .plan2026-price-box__list-row:not(:nth-child(2n+1)) {
    border-left: 5px solid #0058E5;
  }
  /* 横並び時は横線なし */
  .plan2026-price-box__list-row + .plan2026-price-box__list-row  {
    border-top: none;
  }
}
.plan2026-price-box__list-row dt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .plan2026-price-box__list-row dt {
    font-size: 25px;
  }
}
.plan2026-price-box__list-row dd {
  line-height: 1;
  margin-top: 15px;
}
@media screen and (min-width:768px) {
  .plan2026-price-box__list-row dd {
    margin-top: 30px;
  }
}
.plan2026-price-box__list-row dd b {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .plan2026-price-box__list-row dd b {
    font-size: 49px
  }
}
.plan2026-price-box__list-row dd span {
  margin-left: 10px;
  font-weight: 700;
  font-size: 20px
}
.plan2026-price__text {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-top: 30px;
}
@media screen and (min-width:992px) {
  .plan2026-price__text {
    font-size: 25px;
    margin-top: 50px;
    font-size: 20px
  }
}
.plan2026-price__linkbtn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width:992px) {
  .plan2026-price__linkbtn {
    margin-top: 60px;
  }
}

.plan2026-faq {
  padding: 60px 0;
  background-color: #E2EDFF;
}
@media screen and (min-width:992px) {
  .plan2026-faq {
    padding: 120px 0;
  }
}
.plan2026-faq__list-area {
  margin-top: 40px;
}
@media screen and (min-width:992px) {
  .plan2026-faq__list-area {
    margin-top: 100px;
  }
}
.plan2026-faq-list {
  background-color: #FFF;
  border-radius: 16px;
  padding: 20px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (min-width:992px) {
  .plan2026-faq-list {
    border-radius: 30px;
    padding: 60px 75px;
  }
}
.plan2026-faq-list dt {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding: 9px 5px 10px 50px;
  border-bottom: 3px solid #0058E5;
  color: #000;
}
@media screen and (min-width:992px) {
  .plan2026-faq-list dt {
    padding-right: 40px;
    padding-left: 60px;
    font-size: 30px;
    padding-top: 10px;
  }
}
.plan2026-faq-list dt>.num {
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  color: #0058E5;
}
@media screen and (min-width:992px) {
  .plan2026-faq-list dt>.num {
    top: 15px;
    font-size: 20px;
  }
}
.plan2026-faq-list dd {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-left: 50px;
  padding-right: 5px;
  padding-top: 15px;
}
@media screen and (min-width:992px) {
  .plan2026-faq-list dd {
    font-size: 16px;
    padding-left: 60px;
    padding-right: 40px;
  }
}
.plan2026-faq-list dd>.num {
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 13px;
  left: 3px;
  color: #0058E5;
}
@media screen and (min-width:992px) {
  .plan2026-faq-list dd>.num {
    font-size: 20px;
    top: 16px;
  }
}
.plan2026-faq-list dd+dt {
  margin-top: 15px;
}
@media screen and (min-width:992px) {
  .plan2026-faq-list dd+dt {
    margin-top: 45px;
  }
}

.plan2026-we {
  padding: 60px 0;
}
@media screen and (min-width:992px) {
  .plan2026-we {
    padding: 120px 0;
  }
}
.plan2026-we__list-area {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .plan2026-we__list-area {
    max-width: 1000px;
    margin-top: 60px
  }
}
.plan2026-we__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .plan2026-we__list {
    gap: 60px;
  }
}
.plan2026-we__list-item {
  max-width: 300px;
}
.plan2026-we__list-item .thumb {
  border-radius: 50%;
  overflow: hidden;
}
.plan2026-we__list-item .thumb img {
}

.plan2026-we__list-item .text-box {
  padding: 25px 20px;
  color: #000;
}
@media screen and (min-width:768px) {
  .plan2026-we__list-item .text-box {
    padding: 30px 25px;
  }
}
.plan2026-we__list-item .text-box .title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .plan2026-we__list-item .text-box .title {
    font-size: 16px;
  }
}
.plan2026-we__list-item .text-box .text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .plan2026-we__list-item .text-box .text {
    font-size: 20px;
    margin-top: 20px;
  }
}

.plan2026-footer__illust-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  padding-top: 40px;
  margin-bottom: -0.7%;
}
@media screen and (min-width:768px) {
  .plan2026-footer__illust-list {
    flex-wrap: nowrap;
    gap: 0;
    padding-top: 30px;
    margin-bottom: -0.3%;
  }
}
.plan2026-footer__illust {
  width: 100%;
}
.plan2026-footer__illust.illust_1, .plan2026-footer__illust.illust_2 {
  display: none;
}
.plan2026-footer__illust.illust_3 {
  display: block; 
}
@media screen and (min-width:768px) {
  .plan2026-footer__illust.illust_1, .plan2026-footer__illust.illust_2 {
    display: block;
  }
  .plan2026-footer__illust.illust_3 {
    display: none; 
  }
}
.plan2026-footer__illust img {
  width: 100%;
  height: auto;
  max-width: none;
}

.plan2026-footer {
}
.plan2026-footer__container { 
  position: relative;
  overflow: hidden;
}
.plan2026-footer__bk { 
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120%;
  min-width: 1400px;
  height: 150%;
  background: linear-gradient(to bottom, #0058E5 0%, #93E1F8 100%);
  z-index: 1;
}
@media screen and (min-width:992px) {
  .plan2026-footer__bk { 
    min-width: 1500px;
  }
}
.plan2026-footer__inner {
  position: relative;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 50px;
  z-index: 2;
}
@media screen and (min-width:992px) {
  .plan2026-footer__inner {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}
.plan2026-footer__intro {
  font-weight: 900;
  font-size: 23px;
  line-height: 34px;
}
.plan2026-footer__intro br {
    display: block;
}
@media screen and (min-width:768px) {
  .plan2026-footer__intro {
    font-size: 30px;
  }
  .plan2026-footer__intro br {
    display: none;
  }
}
.plan2026-footer__title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  margin-top: 40px;
}
.plan2026-footer__title small {
  font-size: 26px;
}
@media screen and (min-width:768px) {
  .plan2026-footer__title {
    font-size: 60px;
  }
  .plan2026-footer__title small {
    font-size: 40px;
  }
}
@media screen and (min-width:992px) {
  .plan2026-footer__title {
    font-size: 84px;
    margin-top: 40px;
  }
  .plan2026-footer__title small {
    font-size: 50px;
  }
}
.plan2026-footer__price {
  margin-top: 25px;
}
@media screen and (min-width:768px) {
  .plan2026-footer__price {
    margin-top: 25px;
  }
}
.plan2026-footer__price b {
  font-family: "Oswald", sans-serif;
  font-size: 49px;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .plan2026-footer__price b {
    font-size: 70px;
  }
}
@media screen and (min-width:992px) {
  .plan2026-footer__price b {
    font-size: 90px;
    margin-right: 15px
  }
}
.plan2026-footer__price small {
  font-weight: 900;
  font-size: 23px;
}
@media screen and (min-width:768px) {
  .plan2026-footer__price small {
    font-size: 35px;
  }
}
@media screen and (min-width:992px) {
  .plan2026-footer__price small {
    font-size: 45px;
  }
}
.plan2026-footer__linkbtn {
  margin-top: 60px
}
@media screen and (min-width:768px) {
  .plan2026-footer__linkbtn {
    margin-top: 40px;
  }
}
@media screen and (min-width:992px) {
  .plan2026-footer__linkbtn {
    margin-top: 30px;
  }
}
