.p-inseption {
  padding: 60px 0 0;
}
@media screen and (min-width: 821px) {
  .p-inseption {
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .p-inseption .sec-ttl {
    font-size: 33px;
  }
  .p-inseption .sec-ttl span {
    font-size: 20px;
  }
}
@media screen and (min-width: 821px) {
  .p-inseption__inner {
    display: flex;
  }
  .p-inseption__inner .p-inseption__img {
    width: 600px;
    flex-shrink: 0;
    margin-left: 50px;
  }
}
.p-inseption__inner .p-inseption__ttl {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 821px) {
  .p-inseption__inner .p-inseption__ttl {
    padding: 0;
  }
}

@media screen and (min-width: 821px) {
  .p-step .sec-ttl {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .p-step .sec-ttl span {
    font-size: 20px;
  }
}
.p-step .step__img img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: 21%;
}
@media screen and (min-width: 821px) {
  .p-step .step__img img {
    height: 385px;
    -o-object-position: 0;
    object-position: 0;
  }
}
.p-step .step__container {
  background: #faede7;
  border-radius: 50px 50px 0 0;
  padding: 50px 16px 60px;
  margin-top: -50px;
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 821px) {
  .p-step .step__container {
    border-radius: 150px 150px 0 0;
    margin-top: -150px;
    padding: 100px 0;
  }
}
.p-step .step__item {
  background: #fff;
  padding: 10px 20px 16px;
  border-radius: 10px;
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .p-step .step__item {
    padding: 30px 50px 50px;
    margin-bottom: 28px;
  }
}
.p-step .step__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 821px) {
  .p-step .step__item .step__flex {
    display: flex;
  }
}
.p-step .step__item .step__flex figure {
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .p-step .step__item .step__flex figure {
    margin: 0 50px 0 0;
    width: 600px;
    flex-shrink: 0;
  }
}
.p-step .step__item .step__flex .c-txt {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .p-step .step__item .step__flex .c-txt {
    letter-spacing: 0.05em;
  }
}
.p-step h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  .p-step h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.p-step h3::before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
}
@media screen and (min-width: 821px) {
  .p-step h3::before {
    width: calc(100% + 100px);
  }
}
.p-step h3 span {
  color: #fff;
  font-family: "Lexend", sans-serif;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d99ca2;
  border-radius: 50%;
  font-weight: 300;
  flex-shrink: 0;
}
@media screen and (min-width: 821px) {
  .p-step h3 span {
    width: 70px;
    height: 70px;
    margin-right: 18px;
  }
}

.p-message {
  padding: 120px 16px 60px;
  background-color: #f4d9d2;
  background-image: url(../img/flow/bg-message-sp.jpg);
  background-size: 100% 220px;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  .p-message {
    background-image: url(../img/flow/bg-message.jpg);
    background-size: 100% 430px;
    padding: 180px 16px 100px;
  }
}
.p-message .p-message__inner {
  background: #fff;
  border-radius: 5px;
  padding: 40px 16px 20px;
}
@media screen and (min-width: 821px) {
  .p-message .p-message__inner {
    padding: 100px !important;
  }
}
@media screen and (min-width: 821px) {
  .p-message .sec-ttl {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .p-message .sec-ttl span {
    font-size: 20px;
  }
}
@media screen and (min-width: 821px) {
  .p-message .p-message__flex {
    display: flex;
  }
}
.p-message figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-message figure {
    margin: 0 60px 0 0;
    width: 400px;
    flex-shrink: 0;
  }
}
/*# sourceMappingURL=flow.css.map */