.flow-section {
  width: 100%;
  height: 112.29vw;
  background-image: url('../img/flow-section-pc-bg.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: 3vw;
  font-size: 1.7vw;
  line-height: normal;
}

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

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

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

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

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

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

.flow-area-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 3vw;
  padding-left: 4vw;
}

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

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

.flow-area-person {
  width: 29vw;
  height: auto;
  display: block;
  position: absolute;
  left: 1.8vw;
  top: 6.5vw;
}

.flow-area-text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1.4vw;
  color: #212121;
  line-height: 1.7;
  margin: 0;
  position: absolute;
  left: 33vw;
  top: 10vw;
  width: 35vw;
}
