/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  function                                                  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
.p-flow {
  padding-block: 64px;
}
@media screen and (max-width: 1024px) {
  .p-flow {
    padding-block: 48px;
  }
}
@media screen and (max-width: 599.98px) {
  .p-flow {
    padding-block: 32px;
  }
}
.p-flow__inner {
  --gutter: min(46px, calc(0.1144278607 * 100 * var(--vw)));
}
.p-flow__img {
  width: fit-content;
  margin-inline: auto;
}
.p-flow__block_text {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 599.98px) {
  .p-flow__block_text {
    margin-top: 24px;
  }
}
.p-flow__list {
  margin-top: 64px;
  margin-inline: auto;
  max-width: 748px;
  display: grid;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-flow__list {
    margin-top: 48px;
  }
}
.p-flow__item {
  padding-top: 32px;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: start;
  column-gap: 15px;
  position: relative;
}
@media screen and (max-width: 599.98px) {
  .p-flow__item {
    padding-top: 48px;
    grid-template-columns: 50px 1fr;
    column-gap: 8x;
  }
}
.p-flow__item::before {
  content: "";
  display: block;
  width: 0.5px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 60px;
}
@media screen and (max-width: 599.98px) {
  .p-flow__item::before {
    left: 50px;
  }
}
.p-flow__item:first-child {
  padding-top: 0;
}
.p-flow__item:first-child::before {
  top: 30px;
  height: calc(100% - 30px);
}
@media screen and (max-width: 599.98px) {
  .p-flow__item:first-child::before {
    left: 50px;
  }
}
.p-flow__item:last-child::before {
  height: 62px;
}
@media screen and (max-width: 599.98px) {
  .p-flow__item:last-child::before {
    height: 73px;
  }
}
.p-flow__number {
  width: 100%;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
}
.p-flow__number .--en {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 599.98px) {
  .p-flow__number .--en {
    font-size: 1.4rem;
  }
}
.p-flow__number .--num {
  display: block;
  margin-top: -12px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 599.98px) {
  .p-flow__ttl {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}
.p-flow__text {
  margin-top: 10.5px;
}
@media screen and (max-width: 599.98px) {
  .p-flow__text {
    margin-top: 8px;
  }
}
.p-flow__btn {
  margin-top: 4px;
  display: block;
  width: fit-content;
  padding: 4px 12px;
  color: #fff;
  background: #1A1A1A;
  border-radius: 100vmax;
}
@media screen and (max-width: 599.98px) {
  .p-flow__btn {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=page-completion_flow.css.map */
