@media screen and (min-width: 720px) {
  .p-serviceFlow .p-fv {
    background-color: #f5fbe5;
  }
}
.p-serviceFlow .p-fvImg {
  margin: auto;
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-fvImg {
    width: 35rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceFlow .p-fvImg {
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-fvCopy {
    text-align: center;
  }
}
.p-serviceFlow .p-stepItem:not(:first-of-type) {
  margin-top: 6rem;
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-stepIntro {
    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;
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-stepIntroImg {
    width: 39rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceFlow .p-stepIntroImg {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-stepIntroText {
    width: calc(100% - 39rem);
  }
}
@media screen and (max-width: 719px) {
  .p-serviceFlow .p-stepIntroText {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-stepItem:nth-of-type(odd) .p-stepIntroImg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-serviceFlow .p-stepItem:nth-of-type(odd) .p-stepIntroText {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 0 8rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-stepItem:nth-of-type(even) .p-stepIntroText {
    padding: 0 8rem 0 0;
  }
}
.p-serviceFlow .p-stepTtl {
  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;
  margin-bottom: 1.5rem;
  width: 100%;
}
.p-serviceFlow .p-stepTtlIcon.--img {
  width: 12rem;
}
.p-serviceFlow .p-stepTtlIcon.--img img {
  width: 100%;
}
.p-serviceFlow .p-stepTtlIcon.--time {
  color: #fff;
  background-color: #95be1f;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  text-align: center;
}
.p-serviceFlow .p-stepTtlIcon.--time span {
  line-height: 1;
}
.p-serviceFlow .p-stepUserItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-stepUserItem {
    padding: 1.5rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceFlow .p-stepUserItem {
    padding: 1.5rem 2rem;
  }
}
.p-serviceFlow .p-stepUserItem:not(:first-of-type) {
  margin-top: 1.5rem;
}
.p-serviceFlow .p-stepUserImg {
  width: 6rem;
}
.p-serviceFlow .p-stepUserText {
  width: calc(100% - 7.5rem);
}
.p-serviceFlow .p-stepOffice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2rem;
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-stepOfficeItem:first-of-type {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceFlow .p-stepOfficeItem:first-of-type {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-stepOfficeItem:last-of-type {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceFlow .p-stepOfficeItem:last-of-type {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceFlow .p-stepOfficeItemInr {
    width: 32rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceFlow .p-stepOfficeItemInr {
    width: 29rem;
  }
}
.p-serviceFlow .p-step .m-label {
  background-color: transparent;
}
.p-serviceFlow .p-step .m-bg--ygrn, .p-serviceFlow .p-step .m-bg--grn {
  border-radius: 1.5rem;
}
/*# sourceMappingURL=flow.css.map */