.pagediscription {
  padding-bottom: 5rem;
  position: relative;
}
@media (990px <= width) {
  .pagediscription {
    padding-bottom: 10rem;
  }
}
.pagediscription::after {
  content: "";
  width: calc(100% - 3rem);
  height: 2px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left top;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (990px <= width) {
  .pagediscription::after {
    width: 100%;
  }
}

.flow01 {
  padding-bottom: 8rem;
}
@media (990px <= width) {
  .flow01 {
    padding-bottom: 16rem;
  }
}

:is(#flow01) .flow__inner {
  padding-top: 5rem;
}
@media (990px <= width) {
  :is(#flow01) .flow__inner {
    padding-top: 10rem;
  }
}
:is(#flow01) .flow__header {
  text-align: center;
}
:is(#flow01) .flow__header .label {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (990px <= width) {
  :is(#flow01) .flow__header .label {
    font-size: 1.8rem;
  }
}
:is(#flow01) .flow__header .heading {
  margin-top: 0.5rem;
}
@media (990px <= width) {
  :is(#flow01) .flow__header .heading {
    margin-top: 0.5rem;
  }
}
:is(#flow01) .flow__description {
  padding: 2rem 1.5rem 0;
}
@media (990px <= width) {
  :is(#flow01) .flow__description {
    text-align: center;
    padding-top: 2rem;
  }
}
:is(#flow01) .flow__contents {
  padding: 3rem 1.5rem 0;
  display: grid;
  gap: 1.5rem 0;
}
@media (990px <= width) {
  :is(#flow01) .flow__contents {
    padding: 6rem 0 0;
    gap: 1.5rem 0;
  }
}
:is(#flow01) .flow__item {
  --bg: #eee;
}

.flow02 {
  background-color: #eee;
}

:is(#flow02) .flow__inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (990px <= width) {
  :is(#flow02) .flow__inner {
    padding: 16rem 0;
  }
}
:is(#flow02) .flow__header {
  text-align: center;
}
:is(#flow02) .flow__header .title {
  font-size: 3.2rem;
}
@media (990px <= width) {
  :is(#flow02) .flow__header .title {
    font-size: 4.8rem;
  }
}
:is(#flow02) .flow__description {
  padding: 4rem 1.5rem 5rem;
  position: relative;
}
@media (990px <= width) {
  :is(#flow02) .flow__description {
    padding: 8rem 3rem 10rem;
    text-align: center;
  }
}
:is(#flow02) .flow__description::after {
  content: "";
  width: calc(100% - 3rem);
  height: 2px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left top;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (990px <= width) {
  :is(#flow02) .flow__description::after {
    width: 100%;
  }
}
:is(#flow02) .flow__contents {
  padding: 3rem 1.5rem 0;
  display: grid;
  gap: 1.5rem 0;
}
@media (990px <= width) {
  :is(#flow02) .flow__contents {
    padding: 10rem 0 0;
    gap: 1.5rem 0;
  }
}
:is(#flow02) .flow__item {
  --bg: #fff;
}

.flow__item {
  position: relative;
  counter-increment: section;
  padding-bottom: 2.5rem;
  --color: #bbb;
}
@media (990px <= width) {
  .flow__item {
    padding-bottom: 4.5em;
  }
}
.flow__item:first-child {
  --color: var(--clr-main);
}
.flow__item::before {
  content: "";
  width: 2px;
  height: calc(100% - 5rem);
  display: block;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: var(--color);
}
@media (990px <= width) {
  .flow__item::before {
    height: calc(100% - 7.5rem);
    left: 3rem;
  }
}
.flow__item:last-child {
  padding-bottom: 0;
}
.flow__item:last-child::before {
  content: none;
}
.flow__item__header {
  display: grid;
  grid-template-columns: 4rem auto;
  align-items: center;
  gap: 0 1.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (990px <= width) {
  .flow__item__header {
    grid-template-columns: 6rem auto auto;
    gap: 3rem;
  }
}
.flow__item__header::before {
  content: "0" counter(section);
  width: 4rem;
  height: 4rem;
  display: grid;
  place-content: center;
  background-color: var(--clr-main);
  font-size: 2rem;
  font-weight: 700;
  border-radius: 100%;
}
.flow__item__header .icon {
  grid-column: 2/3;
}
@media (990px <= width) {
  .flow__item__header .icon {
    grid-column: 3/4;
    text-align: right;
  }
}
@media (990px <= width) {
  .flow__item__header {
    font-size: 2.6rem;
  }
  .flow__item__header::before {
    font-size: 2.4rem;
    width: 6rem;
    height: 6rem;
  }
}
.flow__item__body {
  margin-top: 1rem;
  margin-left: 5.5rem;
  background-color: var(--bg);
  padding: 2.5rem;
  border-radius: 2rem;
  position: relative;
}
@media (990px <= width) {
  .flow__item__body {
    margin-top: 2rem;
    margin-left: 9rem;
    padding: 5rem;
    display: grid;
    grid-template-columns: 46rem auto;
    gap: 0 5rem;
    align-items: center;
  }
}
.flow__item__img {
  text-align: center;
}
.flow__item__lists {
  background-color: #eee;
  border-radius: 2rem;
  padding: 1.5rem;
  font-size: 1.4rem;
}
@media (990px <= width) {
  .flow__item__lists {
    padding: 2rem 3rem;
    font-size: 1.6rem;
  }
}
@media (990px <= width) {
  .flow__item__lists dl {
    display: grid;
    grid-template-columns: 13rem auto;
    align-items: center;
  }
}
.flow__item__lists dt {
  font-weight: 700;
}
@media (990px <= width) {
  .flow__item__lists dt {
    grid-row: 1/4;
  }
}
.flow__item__lists dd {
  position: relative;
  padding-left: 1em;
}
.flow__item__lists dd::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--clr-text);
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0.3rem;
  top: calc(50% - 0.3rem);
}
@media (990px <= width) {
  .flow__item__lists dd {
    grid-column: 2/3;
  }
}
.flow__item__text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
@media (990px <= width) {
  .flow__item__text {
    margin-top: 0;
    font-size: 1.6rem;
  }
  * + .flow__item__text {
    margin-top: 2rem;
  }
}
.flow__item__button {
  margin-top: 1.5rem;
}
@media (990px <= width) {
  .flow__item__button {
    margin-top: 3rem;
    width: 26rem;
  }
}