.flow__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  container-type: inline-size;
}
.flow__item {
  display: flex;
  flex-direction: row;
  gap: 4cqw;
}
.flow__head {
  width: max(320px, 32cqw);
}
.flow__main {
  flex: 1;
}
.flow__head--arrow::before {
  content: '';
  display: block;
  height: max(20px, 3cqw);
  margin: 0 auto;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background-color: #a2c2ec;
}
.flow__note {
  margin-top: 3em;
  text-align: right;
}
@media (max-width: 525px) {
  .flow__list {
    gap: 20px;
  }
  .flow__item {
    flex-direction: column;
  }
  .flow__head {
    width: 100%;
  }
  .flow__head--arrow::before {
    height: 6cqw;
  }
}

@media (max-width: 525px) {
  .c-heading01--mb {
    --min-size: 2.3rem;
    --mid-size: calc(6 * var(--vw));
    --max-size: 3.1rem;
  }
}

.p-heading__lead {
  margin-bottom: 3em;
  text-align: center;
  font-size: var(--font-size-lg);
}
@media (max-width: 525px) {
  .p-heading__lead {
    margin-bottom: 2em;
    text-align: inherit;
    font-size: var(--font-size-md);
  }
}