@charset "UTF-8";
/* ---------------------------------------
	ご依頼の流れ
-----------------------------------------*/
.flow__wrapper {
  width: 100%;
  margin-inline: auto;
}
@media screen and (width > 1400px) {
  .flow__wrapper {
    max-width: 80rem;
    padding-block: 5rem 15.625rem;
  }
}
@media screen and (width <= 1400px) {
  .flow__wrapper {
    max-width: 91.4285714286vw;
    padding-block: 5.7142857143vw 17.8571428571vw;
  }
}
@media screen and (width <= 768px) {
  .flow__wrapper {
    max-width: calc(100% - 17.0666666667vw);
    padding-block: 10.6666666667vw 32vw;
  }
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list__item {
  display: grid;
  grid-template-areas: "num textarea img";
  grid-template-columns: auto 1fr auto;
  position: relative;
}
@media screen and (width > 1400px) {
  .flow-list__item {
    gap: 4rem;
  }
}
@media screen and (width <= 1400px) {
  .flow-list__item {
    gap: 4.5714285714vw;
  }
}
@media screen and (width <= 768px) {
  .flow-list__item {
    grid-template-areas: "num textarea" "num img";
    grid-template-columns: auto 1fr;
    gap: 4.2666666667vw;
  }
}
@media screen and (width > 1400px) {
  .flow-list__item:not(:last-of-type) {
    padding-bottom: 11.25rem;
  }
}
@media screen and (width <= 1400px) {
  .flow-list__item:not(:last-of-type) {
    padding-bottom: 12.8571428571vw;
  }
}
@media screen and (width <= 768px) {
  .flow-list__item:not(:last-of-type) {
    padding-bottom: 24vw;
  }
}
.flow-list__item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (width > 1400px) {
  .flow-list__item:not(:last-of-type)::before {
    border-left: 0.5rem solid var(--cl-primary);
    left: 2.25rem;
  }
}
@media screen and (width <= 1400px) {
  .flow-list__item:not(:last-of-type)::before {
    border-left: 0.5714285714vw solid var(--cl-primary);
    left: 2.5714285714vw;
  }
}
@media screen and (width <= 768px) {
  .flow-list__item:not(:last-of-type)::before {
    border-left: 1.0666666667vw solid var(--cl-primary);
    left: 5.6vw;
  }
}
.flow-list__num {
  grid-area: num;
  background-color: var(--cl-primary);
  border-radius: 50%;
  text-transform: uppercase;
  display: grid;
  place-content: center;
  letter-spacing: 0.05em;
}
@media screen and (width > 1400px) {
  .flow-list__num {
    width: 5rem;
    height: 5rem;
    font-size: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .flow-list__num {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
    font-size: 16px;
    font-size: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .flow-list__num {
    width: 12.8vw;
    height: 12.8vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.flow-list__num .-num {
  color: var(--cl-white);
  font-weight: var(--font-bold);
  text-align: center;
  margin-block: var(--trim-leading);
}
@media screen and (width > 1400px) {
  .flow-list__num .-num {
    font-size: 1.875rem;
  }
}
@media screen and (width <= 1400px) {
  .flow-list__num .-num {
    font-size: 30px;
    font-size: 2.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .flow-list__num .-num {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.flow-list__textarea {
  grid-area: textarea;
}
.flow-list__title {
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
}
@media screen and (width > 1400px) {
  .flow-list__title {
    font-size: 2.25rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1400px) {
  .flow-list__title {
    font-size: 36px;
    font-size: 2.5714285714vw;
    margin-top: 1.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .flow-list__title {
    font-size: 24px;
    font-size: 6.4vw;
    margin-top: 0;
  }
}
.flow-list__description {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  letter-spacing: 1.66;
}
@media screen and (width > 1400px) {
  .flow-list__description {
    font-size: 1.125rem;
    margin-top: 3rem;
  }
}
@media screen and (width <= 1400px) {
  .flow-list__description {
    font-size: 18px;
    font-size: 1.2857142857vw;
    margin-top: 3.4285714286vw;
  }
}
@media screen and (width <= 768px) {
  .flow-list__description {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}
.flow-list__dl {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
  letter-spacing: 1.66;
}
@media screen and (width > 1400px) {
  .flow-list__dl {
    font-size: 1.125rem;
    margin-top: 2.25rem;
  }
}
@media screen and (width <= 1400px) {
  .flow-list__dl {
    font-size: 18px;
    font-size: 1.2857142857vw;
    margin-top: 2.5714285714vw;
  }
}
@media screen and (width <= 768px) {
  .flow-list__dl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}
.flow-list__dl dt {
  color: var(--cl-primary);
}
.flow-list__img {
  grid-area: img;
  width: 100%;
  aspect-ratio: 1.414/1;
}
@media screen and (width > 1400px) {
  .flow-list__img {
    max-width: 23.75rem;
  }
}
@media screen and (width <= 1400px) {
  .flow-list__img {
    max-width: 27.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .flow-list__img {
    max-width: 100%;
  }
}
.flow-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}