.flow-section {
  width: 100%;
  height: 376.68vw;
  background-image: url('../img/flow-section-sp-bg-1.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.flow-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6vw;
  font-size: 4vw;
  line-height: normal;
}

.lady-flow {
  width: 21.5vw;
  height: auto;
  z-index: 2;
  display: block;
  margin-bottom: 2.0vw;
}

.flow-title {
  width: 68vw;
  height: 10vw;
  background-color: #EB5E72;
  border: 0.7vw solid #212121;
  border-radius: 9999px;
  box-shadow: 0.7vw 0.7vw 0 #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 4vw;
  color: white;
  margin-top: -2vw;
  z-index: 1;
}

.flow-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 8vw;
}

.flow-area-item {
  position: relative;
  width: 88vw;
  margin-bottom: 0;
}

.flow-area-bg {
  width: 100%;
  height: auto;
  display: block;
}

.flow-area-pc {
  display: none;
}

.flow-area-content {
  position: absolute;
  top: 2.7%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8vw;
}

.flow-area-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  color: #EB5E72;
  text-align: center;
  margin: 0 0 7vw 0vw;
}

.flow-area-number {
  font-size: 5.5vw;
  font-weight: 600;
}

.flow-area-person {
  width: 79vw;
  height: auto;
  display: block;
  margin-bottom: 4vw;
}

.flow-area-text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 3.5vw;
  color: #212121;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 0 6vw;
}
