/* Scss Document */
/* Scss Document */
.strength__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.strength__item {
  width: 55rem;
}
@media only screen and (max-width: 640px) {
  .strength__item {
    width: 100%;
  }
}
.strength__image {
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .strength__image {
    margin-bottom: calc(20 / 640 * 100vw);
  }
}
.strength__title {
  position: absolute;
  bottom: 4rem;
  left: 0;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .strength__title {
    bottom: calc(40 / 640 * 100vw);
    font-size: calc(32 / 640 * 100vw);
  }
}
.strength__title span {
  margin: 0.1em 0;
  padding: 0 0.75em;
  display: inline-block;
  background: #FFF;
}
.strength__title em {
  color: #0D7CCE;
}
.flow .inner {
  margin: 0 auto;
  min-width: 101rem;
  width: 101rem;
}
@media only screen and (max-width: 640px) {
  .flow .inner {
    min-width: 100%;
    width: 100%;
  }
}
.flow__title {
  margin-top: 10rem;
  margin-bottom: 4rem;
  font-size: 3.6rem;
  text-align: center;
  color: #0D7CCE;
}
@media only screen and (max-width: 640px) {
  .flow__title {
    margin-top: calc(100 / 640 * 100vw);
    margin-bottom: calc(40 / 640 * 100vw);
    font-size: calc(36 / 640 * 100vw);
  }
}
.flow__image {
  margin: 4rem auto 5rem;
}
@media only screen and (max-width: 640px) {
  .flow__image {
    margin: calc(40 / 640 * 100vw) auto calc(50 / 640 * 100vw);
  }
}
.flow__image-sell {
  width: 35.5rem;
}
@media only screen and (max-width: 640px) {
  .flow__image-sell {
    width: calc(355 / 640 * 100vw);
  }
}
.flow__image-purchase {
  width: 19.7rem;
}
@media only screen and (max-width: 640px) {
  .flow__image-purchase {
    width: calc(197 / 640 * 100vw);
  }
}
.flow__list {
  margin-top: 6rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .flow__list {
    margin-top: calc(60 / 640 * 100vw);
  }
}
.flow__list::before {
  content: "";
  display: block;
  position: absolute;
  left: 10.8rem;
  top: 1.25em;
  width: 1px;
  height: calc(100% - 1.25em);
  background: #0D7CCE;
}
@media only screen and (max-width: 640px) {
  .flow__list::before {
    left: calc(96 / 640 * 100vw);
  }
}
.flow__item {
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}
.flow__item::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #0D7CCE;
  border-radius: 1em;
  position: absolute;
  left: 10.4rem;
  top: 1.25em;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .flow__item::before {
    top: 0.75em;
    left: calc(92 / 640 * 100vw);
  }
}
.flow__item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 10.8rem;
  bottom: 0;
  width: 1px;
  height: calc(100% - 1.75em);
  background: #FFF;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .flow__item:last-child::after {
    height: calc(100% - 1.15em);
    left: calc(96 / 640 * 100vw);
  }
}
.flow__step {
  margin-top: 0.15em;
  background: linear-gradient(138deg, #0D7CCE 17.39%, #1AAFD8 86.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 10.8rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 5.6rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .flow__step {
    margin-top: 0.1em;
    width: calc(108 / 640 * 100vw);
    font-size: calc(56 / 640 * 100vw);
  }
}
.flow__step span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .flow__step span {
    font-size: calc(24 / 640 * 100vw);
  }
}
.flow__step-title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  color: #0D7CCE;
}
@media only screen and (max-width: 640px) {
  .flow__step-title {
    font-size: calc(28 / 640 * 100vw);
    line-height: 1.3;
  }
}
.flow__text {
  margin-left: 3.8rem;
  width: 80.4rem;
}
@media only screen and (max-width: 640px) {
  .flow__text {
    width: calc(520 / 640 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .flow__text p br {
    display: none;
  }
}/*# sourceMappingURL=sell.css.map */