@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Font sizes
==================== */
/**
 * Font Families
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.flow__example {
  width: 100%;
  padding: 6.9444444444vw 9.7222222222vw;
  position: relative;
}
@media (max-width: 1020px) {
  .flow__example {
    padding: 16vw 0 0;
  }
}
.flow__example-bottom {
  width: 47.2222222222vw;
  position: absolute;
  bottom: -13.8888888889vw;
  left: 0;
}
@media (max-width: 1020px) {
  .flow__example-bottom {
    width: 100%;
    position: unset;
    margin-top: 21.3333333333vw;
  }
}
@media (max-width: 1020px) {
  .flow__example-bottom img {
    width: 100%;
  }
}
.flow__example-bottom::after {
  content: "";
  position: absolute;
  top: -4.1666666667vw;
  left: -4.1666666667vw;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background-color: var(--clr-text-red);
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .flow__example-bottom::after {
    display: none;
  }
}
.flow__example-inner {
  width: 100%;
  display: flex;
  gap: 5.5555555556vw;
}
@media (max-width: 1020px) {
  .flow__example-inner {
    width: 89.3333333333vw;
    margin: 0 auto;
    flex-direction: column;
    gap: 21.3333333333vw;
  }
}
.flow__example-title {
  position: relative;
  width: 37.5vw;
  height: fit-content;
}
@media (max-width: 1020px) {
  .flow__example-title {
    width: 100%;
  }
}
.flow__example-title span {
  font-family: "Rubik", sans-serif !important;
  color: var(--clr-light-gray);
  font-size: 5.5555555556vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .flow__example-title span {
    font-size: 12.8vw;
  }
}
.flow__example-title h2 {
  position: absolute;
  bottom: -0.8333333333vw;
  left: 0;
  font-size: 2.7777777778vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1111111111vw;
}
@media (max-width: 1020px) {
  .flow__example-title h2 {
    bottom: -1.0666666667vw;
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
.flow__example-main {
  width: 37.5vw;
  position: relative;
}
@media (max-width: 1020px) {
  .flow__example-main {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.flow__example-main .radius-rect {
  position: absolute;
  top: -3.4027777778vw;
  right: -5.2083333333vw;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background-color: var(--clr-bg-blue);
  border-radius: 2.2222222222vw;
}
@media (max-width: 1020px) {
  .flow__example-main .radius-rect {
    top: -18.1333333333vw;
    right: -10.1333333333vw;
    width: 32vw;
    height: 32vw;
    border-radius: 8.5333333333vw;
  }
}
.flow__example-contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.4722222222vw;
}
@media (max-width: 1020px) {
  .flow__example-contents {
    gap: 13.3333333333vw;
  }
}
.flow__example-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6666666667vw 2.2222222222vw;
  border-radius: 2.2222222222vw;
  border: 2px solid var(--clr-light-gray);
  background-color: var(--clr-text-white);
  position: relative;
}
@media (max-width: 1020px) {
  .flow__example-item {
    padding: 6.4vw 8.5333333333vw;
    border-radius: 8.5333333333vw;
  }
}
.flow__example-item::after {
  content: "";
  position: absolute;
  bottom: -2.2916666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 1.1111111111vw;
  height: 1.2036805556vw;
  background-image: url("/wp-content/themes/dpops_advancer/assets/img/flow/flow-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1020px) {
  .flow__example-item::after {
    bottom: -10.1333333333vw;
    width: 4.2666666667vw;
    height: 4.6221333333vw;
  }
}
.flow__example-item:last-child::after {
  display: none;
}
.flow__example-item img {
  width: 6.9444444444vw;
  aspect-ratio: 1/1;
}
@media (max-width: 1020px) {
  .flow__example-item img {
    width: 17.0666666667vw;
  }
}
.flow__example-item-number {
  width: fit-content;
}
.flow__example-item-number h3 {
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0666666667vw;
}
@media (max-width: 1020px) {
  .flow__example-item-number h3 {
    font-size: 4.8vw;
    line-height: 100%;
    letter-spacing: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4.2666666667vw;
  }
}
.flow__example-item-number h3 span {
  font-family: "Rubik", sans-serif;
  font-size: 2.2222222222vw;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--clr-text-red);
}
@media (max-width: 1020px) {
  .flow__example-item-number h3 span {
    font-size: 8.5333333333vw;
    line-height: 160%;
  }
}
.flow__example-item-number small {
  font-size: 0.9722222222vw;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--clr-text-gray);
}
@media (max-width: 1020px) {
  .flow__example-item-number small {
    font-size: 3.7333333333vw;
  }
}

/*# sourceMappingURL=flow.css.map */
