.p-syuroIndex .p-expandingImg, .p-syuroIndex .p-processImg, .p-syuroIndex .p-supporterImg, .p-syuroIndex .p-flowLeadImg {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-expandingImg, .p-syuroIndex .p-processImg, .p-syuroIndex .p-supporterImg, .p-syuroIndex .p-flowLeadImg {
    width: 45rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-expandingImg, .p-syuroIndex .p-processImg, .p-syuroIndex .p-supporterImg, .p-syuroIndex .p-flowLeadImg {
    width: 100%;
  }
}

.p-syuroIndex .p-spFv {
  padding-top: 4rem;
  position: relative;
}
.p-syuroIndex .p-spFvImg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 14.4rem;
  height: 12.2rem;
  margin: auto;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-aboutHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-aboutHead {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-aboutHead-title {
    margin-bottom: 4rem;
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-aboutHead-img {
    width: 32rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-aboutHead-img {
    width: 100%;
  }
}
.p-syuroIndex .p-aboutHead .m-label {
  min-width: 5.3rem;
}
.p-syuroIndex .p-flowLead {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.p-syuroIndex .p-flowList {
  padding-bottom: 13rem;
}
.p-syuroIndex .p-flowListItem {
  position: relative;
}
.p-syuroIndex .p-flowListItem:not(:first-of-type) {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-syuroIndex .p-flowListItem::before {
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  position: absolute;
  margin: auto;
  left: 0;
}
.p-syuroIndex .p-flowListItem:nth-of-type(2)::before {
  background-image: url(/assets/img/new/syuro_shien/index/flow_bg_deco01.svg);
  width: 11rem;
  height: 6.9rem;
  top: -1rem;
}
.p-syuroIndex .p-flowListItem:nth-of-type(4)::before {
  background-image: url(/assets/img/new/syuro_shien/index/flow_bg_deco02.svg);
  width: 9rem;
  height: 6.1rem;
  top: -2.3rem;
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(4)::before {
    left: -1.5rem;
  }
}
.p-syuroIndex .p-flowListItem-check {
  font-weight: 700;
  background-color: #fff;
  border-radius: 0 3rem 3rem 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-flowListItem-check {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem-check {
    padding: 2rem;
  }
}
.p-syuroIndex .p-flowListItem-check::before {
  background: url(/assets/img/new/syuro_shien/index/flow_bubble_l.svg) no-repeat center center/100% auto;
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.6rem;
  margin: auto;
  bottom: -2.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-flowListItem-check::before {
    left: 10rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem-check::before {
    left: 4rem;
  }
}
.p-syuroIndex .p-flowListItem:nth-of-type(even) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-syuroIndex .p-flowListItem:nth-of-type(even) .p-flowListItem-check {
  border-radius: 3rem 0 0 3rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-syuroIndex .p-flowListItem:nth-of-type(even) .p-flowListItem-check::before {
  background-image: url(/assets/img/new/syuro_shien/index/flow_bubble_r.svg);
  left: auto;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(even) .p-flowListItem-check::before {
    right: 10rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(even) .p-flowListItem-check::before {
    right: 4rem;
  }
}
.p-syuroIndex .p-flowListItem-inr {
  margin-top: -2rem;
}
.p-syuroIndex .p-flowListItem-img {
  position: relative;
}
.p-syuroIndex .p-flowListItem-imgDeco {
  position: absolute;
  margin: auto;
  z-index: 1;
}
.p-syuroIndex .p-flowListItem-imgMain {
  border-radius: 1.5rem;
}
.p-syuroIndex .p-flowListItem:nth-of-type(1) .p-flowListItem-imgDeco {
  width: 4.4rem;
  height: 5.6rem;
  top: -5.3rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(1) .p-flowListItem-imgDeco {
    right: 34rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(1) .p-flowListItem-imgDeco {
    right: 2.4rem;
  }
}
.p-syuroIndex .p-flowListItem:nth-of-type(2) .p-flowListItem-imgDeco {
  width: 3rem;
  height: 3.5rem;
  top: -3.3rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(2) .p-flowListItem-imgDeco {
    left: 4.8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(2) .p-flowListItem-imgDeco {
    left: 3.8rem;
  }
}
.p-syuroIndex .p-flowListItem:nth-of-type(3) .p-flowListItem-imgDeco {
  width: 6.6rem;
  height: 4.7rem;
  top: -4.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(3) .p-flowListItem-imgDeco {
    right: 7.8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(3) .p-flowListItem-imgDeco {
    right: -1rem;
  }
}
.p-syuroIndex .p-flowListItem:nth-of-type(4) .p-flowListItem-imgDeco {
  width: 2rem;
  height: 4.5rem;
  top: -4.4rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(4) .p-flowListItem-imgDeco {
    left: 3.6rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(4) .p-flowListItem-imgDeco {
    left: 2.6rem;
  }
}
.p-syuroIndex .p-flowListItem:nth-of-type(5) .p-flowListItem-imgDeco {
  width: 4.1rem;
  height: 4.8rem;
  top: -4.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(5) .p-flowListItem-imgDeco {
    right: 6.6rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem:nth-of-type(5) .p-flowListItem-imgDeco {
    right: 1.6rem;
  }
}
.p-syuroIndex .p-flowListItem-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-syuroIndex .p-flowListItem-headImg {
  -webkit-box-shadow: 0 0 2rem 0 #edf8cd;
  box-shadow: 0 0 2rem 0 #edf8cd;
  border-radius: 100%;
  width: 8.2rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-flowListItem-headImg {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem-headImg {
    margin-left: 1.5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-syuroIndex .p-flowListItem-headText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-flowListItem-headText {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-syuroIndex .p-flowListItem-headText .m-label {
  font-size: 1.2rem;
}
.p-syuroIndex .p-flowListItem .m-ctaBalloon {
  margin-bottom: 1rem;
}
.p-syuroIndex .p-flow + .p-aCta {
  margin-top: -3rem;
}
.p-syuroIndex .p-aCta {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-aCta {
    padding-top: 5.7rem;
  }
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-aCta .c-accentCtaInr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-syuroIndex .p-aCtaHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-syuroIndex .p-aCtaHeadIcon {
  color: #1ca987;
  background-color: #d5ef8b;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  width: 7rem;
  height: 7rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-aCtaResult {
    width: 32.3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-aCtaResult {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-syuroIndex .p-aCta .p-aCtaText {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-aCta .p-aCtaText {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-aCta .p-aCtaText {
    margin-top: 1rem;
  }
}
.p-syuroIndex .p-aCta .c-accentCtaBoxInr {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-syuroIndex .p-place {
  padding-top: 6rem;
}
.p-syuroIndex .p-placeList {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-placeList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-placeList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-syuroIndex .p-placeList-item {
  background-color: #eff9f7;
  border-radius: 1.5rem;
  padding: 1.5rem 0;
}
.p-syuroIndex .p-placeList-img {
  margin: 0 auto 1rem;
  width: 6.7rem;
}
.p-syuroIndex .p-placeList p {
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.p-syuroIndex .p-userList {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
}
.p-syuroIndex .p-userList::before {
  background: url("/assets/img/new/syuro_shien/index/user_deco.svg") no-repeat bottom right/100% auto;
  content: "";
  display: block;
  position: absolute;
  width: 10.5rem;
  height: 5.4rem;
  top: -5.5rem;
  right: 1.7rem;
}
.p-syuroIndex .p-userList-item {
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-userList-head {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-userList-head {
    padding: 2rem;
  }
}
.p-syuroIndex .p-userList-head .m-heading4 {
  position: relative;
  padding-left: 3.8rem;
}
.p-syuroIndex .p-userList-head .m-heading4::before {
  background: url("/assets/img/new/common/ic_faq.svg") no-repeat center center/100% auto;
  content: "";
  margin: auto;
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  top: 0;
  bottom: 0;
  left: 0;
}
.p-syuroIndex .p-userList-body {
  border-top: 0.1rem solid #eee;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-userList-body {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-userList-body {
    padding: 3rem 2rem;
  }
}
.p-syuroIndex .p-userList-bodyList {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.p-syuroIndex .p-userList-bodyList-item {
  background-color: #f5fbe5;
  border-radius: 1.5rem;
}
.p-syuroIndex .p-userList-bodyList-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 3.8rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}
.p-syuroIndex .p-userList-bodyList-item a::before {
  background: url(/assets/img/new/common/ic_arrow_grn_r.svg) no-repeat right center/100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  width: 0.8rem;
  height: 2rem;
}
.p-syuroIndex .p-userList-bodyList-img {
  width: 5rem;
  margin-right: 1rem;
}
.p-syuroIndex .p-userList-bodyList-text {
  line-height: 150%;
  width: calc(100% - 6rem);
}
.p-syuroIndex .p-userList-bodyList-text p {
  line-height: inherit;
}
.p-syuroIndex .p-price {
  padding-top: 6rem;
  padding-bottom: 1rem;
  position: relative;
}
.p-syuroIndex .p-priceDeco {
  position: absolute;
  right: 2.7rem;
  bottom: -0.9rem;
}
.p-syuroIndex .p-price .m-ctaBalloon {
  margin-bottom: 1rem;
}
.p-syuroIndex .p-differenceList {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 720px) {
  .p-syuroIndex .p-differenceList {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 719px) {
  .p-syuroIndex .p-differenceList {
    gap: 4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-syuroIndex .p-differenceList-item {
  border-radius: 1.5rem;
  overflow: hidden;
}
.p-syuroIndex .p-differenceList-text {
  padding: 3rem 2.5rem;
}
.p-syuroIndex .p-differenceList-text h5 {
  line-height: 150%;
}
.p-syuroIndex .p-expanding {
  border-radius: 3rem 3rem 0 0;
  padding: 6rem 0 9rem;
}
.p-syuroIndex .p-expanding + .c-accentCta {
  margin-top: -3rem;
}
/*# sourceMappingURL=index.css.map */