@charset "UTF-8";
.p-flow .mb0 {
  margin-bottom: 0;
}
.p-flow .mb16 {
  margin-bottom: 16px;
}
.p-flow .mb32 {
  margin-bottom: 32px;
}
.p-flow__first-wrap {
  display: flex;
  gap: 32px;
}
.p-flow__first-wrap img {
  width: 200px;
  height: auto;
}
.p-flow__first-wrap--flip picture {
  order: 2;
}
.p-flow__first-text {
  flex: 1;
}
.p-flow__first-text ul li::before {
  content: "●";
  color: #fa871a;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .p-flow__first-wrap {
    flex-direction: column;
    gap: 32px;
  }
  .p-flow__first-wrap img {
    width: 100%;
    height: auto;
  }
  .p-flow__first-wrap--flip picture {
    order: 0;
  }
  .p-flow__first-text {
    flex: 1;
  }
}
.p-flow__next {
  height: 36px;
  width: 112px;
  position: relative;
  margin: 24px auto 24px;
}
.p-flow__next::before {
  position: absolute;
  background-color: #ea9ab7;
  content: "";
  top: 0;
  left: 0;
  height: 36px;
  width: 112px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-flow__next::after {
  position: absolute;
  content: "";
  background-color: #d93c6c;
  top: 50%;
  left: 0;
  height: 36px;
  width: 112px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}/*# sourceMappingURL=flow.css.map */