@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-primary: #00327D;
  --cc-secondary: #0071bc;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

-

================================================ */
.plan-sc {
  position: relative;
  z-index: 1;
}

/*--- media screen ---*/
/* ================================================

-

================================================ */
.plan-sc.-fp {
  padding: 160px 0 230px;
}
.plan-fp__summary {
  text-align: center;
}
.plan-fp__summary p {
  font-size: 1.125rem;
  line-height: 2.75;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.plan-fp__list {
  margin-top: 90px;
}

.plan-fp__block {
  padding: 60px 48px 77px;
  position: relative;
  border: solid 1px #BAADA3;
}

.plan-fp__block:not(:first-of-type) {
  margin-top: 40px;
}

.plan-fp__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 96px;
}

.plan-fp__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 337px;
}

.plan-fp__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 268px;
}
.plan-fp__item img {
  display: block;
}
.plan-fp__item figcaption {
  margin-top: 23px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.plan-fp__layout2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 92px;
  margin-top: 37px;
}
.plan-fp__layout2 .plan-fp__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 376px;
}

.plan-fp__icon {
  width: 52px;
  position: absolute;
  right: 26px;
  bottom: 28px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .plan-sc.-fp {
    padding: 13.333vw 0 16vw;
  }
  .plan-sc.-fp .plan-sc__inner {
    padding: 0 5.333vw;
  }
  .plan-fp__summary p {
    font-size: 4vw;
    line-height: 1.95;
  }
  .plan-fp__list {
    margin-top: 10.667vw;
  }
  .plan-fp__block {
    padding: 10.667vw 4vw 10.667vw;
  }
  .plan-fp__block:not(:first-of-type) {
    margin-top: 10.667vw;
  }
  .plan-fp__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.667vw;
  }
  .plan-fp__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 337px;
    width: 100%;
  }
  .plan-fp__item {
    max-width: 268px;
    width: 71.467vw;
  }
  .plan-fp__item figcaption {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
  .plan-fp__layout2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.667vw;
    margin-top: 10.667vw;
  }
  .plan-fp__layout2 .plan-fp__item {
    max-width: 367px;
    width: 100%;
  }
  .plan-fp__icon {
    width: 11.2vw;
    right: 4vw;
    bottom: 4vw;
  }
}