.p-intro {
  padding: 5.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    background: #F8F7F7;
    padding: 4rem 0 0;
  }
}
.p-intro__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    flex-flow: column;
    gap: 1.6rem 0;
  }
}
.p-intro__txt {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    font-size: 2.8rem;
  }
}
.p-intro__txt span {
  color: #EB6120;
}
.p-intro__img {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    width: 100%;
  }
}
.p-intro-nayami {
  position: relative;
  background: #F8F7F7;
  padding: 6rem 5rem 4rem;
  margin: 6.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami {
    background: #fff;
    margin: 2.4rem 0 0;
    padding: 2.4rem 1.2rem 4rem;
  }
}
.p-intro-nayami::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: 3rem;
  width: 14.8rem;
  height: 15rem;
  background: url(../img/plan/icn_nayami.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami::before {
    content: none;
  }
}
.p-intro-nayami__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami__ttl {
    font-size: 2rem;
  }
}
.p-intro-nayami__ttl span {
  position: relative;
  font-size: 4rem;
  color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami__ttl span {
    font-size: 2.8rem;
  }
}
.p-intro-nayami__ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #EB6120;
  border-radius: 100%;
  transform: translateX(-50%);
}
.p-intro-nayami-list {
  width: 64rem;
  margin: 2.7rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami-list {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-intro-nayami-list__item {
  position: relative;
  background: #EAEAEA;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.8rem 1rem 0.8rem 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami-list__item {
    font-size: 1.8rem;
    padding: 0.4rem 0.4rem 0.4rem 3rem;
  }
}
.p-intro-nayami-list__item + .p-intro-nayami-list__item {
  margin-top: 1.6rem;
}
.p-intro-nayami-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_check.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro-nayami-list__item::before {
    left: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-intro-nayami-list__item span {
  font-weight: 700;
}
.p-intro-nayami__txt {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami__txt {
    margin: 2.4rem 0 0;
  }
}

.p-kinds {
  background: #F8F7F7;
  margin: 8rem 0 0;
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-kinds {
    margin: 0;
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kinds .f-wrap__inner {
    background: #fff;
    padding: 0 1.2rem 2.4rem;
  }
}
.p-kinds__ttl {
  width: 40rem;
  background: #D59376;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-kinds__ttl {
    width: 100%;
    font-size: 2.4rem;
  }
}
.p-kinds-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-kinds-list {
    display: block;
    margin: 0;
  }
}
.p-kinds-list__item {
  width: 29rem;
  border: 1px solid #D59376;
  background: #fff;
  padding: 0.8rem 1.6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-kinds-list__item {
    width: 100%;
  }
  .p-kinds-list__item + .p-kinds-list__item {
    margin-top: 2.4rem;
  }
}
.p-kinds-list__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #EB6120;
}
.p-kinds-list__ttl span {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #FBDCCE;
}
.p-kinds-list__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.4rem 0 0;
}
.p-kinds-list__define dt {
  background: #F3ECE3;
  width: 10rem;
  text-align: center;
  font-weight: 500;
}
.p-kinds-list__define dd {
  width: calc(100% - 11rem);
  font-size: 2rem;
  font-weight: 700;
}
.p-kinds-list__feature {
  background: #F3ECE3;
  text-align: center;
  font-weight: 500;
  margin: 1.4rem 0 0;
}
.p-kinds-list__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0.8rem 0.8rem 0;
}
.p-kinds-list__img {
  margin: 1rem 0 0;
}

.p-plan {
  background: #F8F7F7;
  padding: 8rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan {
    background: #fff;
    padding: 2rem 0 4rem;
  }
}
.p-plan__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__ttl {
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: left;
  }
}
.p-plan__ttl span {
  font-size: 3rem;
  color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-plan__ttl span {
    font-size: 2.8rem;
  }
}
.p-plan__inner {
  background: #fff;
  padding: 4rem 5rem 5rem;
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__inner {
    padding: 0;
    margin: 0 0 2.4rem;
  }
}
.p-plan-intro {
  width: 80rem;
  text-align: center;
  background: #F8F7F7;
  margin: 4rem auto 0;
  padding: 0 0 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-plan-intro {
    width: 100%;
  }
}
.p-plan-intro__img {
  position: relative;
  display: block;
  background: #FBDCCE;
  padding: 2rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-intro__img {
    position: relative;
    padding: 1.6rem 2.8rem;
  }
  .p-plan-intro__img::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 3.2rem;
    height: 0.8rem;
    background: #FBDCCE;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.p-plan-intro__txt {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-intro__txt {
    font-size: 1.2rem;
  }
}
.p-plan-intro__catch {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #EB6120;
  background: linear-gradient(transparent 70%, #FBDCCE 0%);
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-intro__catch {
    font-size: 1.8rem;
    padding: 0;
  }
}
.p-plan__price {
  display: block;
  width: 63.5rem;
  margin: 4rem auto 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-plan__price {
    width: 100%;
    margin: 2.4rem 0;
  }
}
.p-plan__txt {
  width: 72rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-plan__txt {
    width: 100%;
  }
}

.p-mainte {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-mainte {
    padding: 4rem 0;
  }
}
.p-mainte__inner {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mainte__inner {
    margin: 2.4rem 0 0;
    padding: 0 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mainte__img {
    width: 89.4rem;
  }
}
.p-mainte .scroll-hint-icon {
  top: 50%;
  left: 50%;
  width: 17.5rem;
  border-radius: 0;
  padding: 1.5rem 2.2rem;
  transform: translate(-50%, -50%);
}
.p-mainte .scroll-hint-icon::before {
  width: 4.2rem;
  height: 5.4rem;
  background: url(../img/plan/icn_scroll_f.svg) 0 0/100% auto no-repeat;
}
.p-mainte .scroll-hint-icon::after {
  top: 1.5rem;
  right: 6.5rem;
  left: auto;
  margin: 0;
  width: 1.2rem;
  height: 1.7rem;
  background: url(../img/plan/icn_scroll_a.svg) 0 0/100% auto no-repeat;
}