@media screen and (min-width: 961px) {
  .page-mv--flow {
    background: url("../img/flow/mv-bg.webp") center/cover no-repeat;
  }
}

.flow-lead {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .flow-lead {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}

.flow-lead__content {
  display: flex;
  gap: min(50px, 3.4722222222vw);
  align-items: flex-start;
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .flow-lead__content {
    flex-direction: column;
    gap: 0;
  }
}

.flow-lead__text-area {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .flow-lead__text-area {
    display: contents;
  }
}

.flow-lead__image {
  flex: 0 0 auto;
  width: 45%;
}
@media screen and (max-width: 960px) {
  .flow-lead__image {
    width: 273px;
    margin: 16px auto 0;
    order: 2;
  }
}
.flow-lead__image img {
  width: 100%;
  height: auto;
}

.flow-lead__title {
  font-size: 32px;
  color: var(--color-primary);
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .flow-lead__title {
    font-size: 24px;
    order: 1;
  }
}

.flow-lead__title-keyword {
  background: radial-gradient(50% 50% at 50% 50%, #0A58B8 0%, #72C7CF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.flow-lead__text {
  font-size: 20px;
  line-height: 1.8;
  color: var(--color-text);
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .flow-lead__text {
    font-size: 16px;
    margin-top: 24px;
    order: 3;
  }
}

.flow-lead__point-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(94deg, rgba(87, 168, 221, 0.2) 0%, rgba(114, 199, 207, 0.2) 98.7%);
  border-radius: 10px;
  padding: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .flow-lead__point-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 24px;
    margin-top: 12px;
    order: 4;
    width: 100%;
  }
}

.flow-lead__point-badge {
  flex-shrink: 0;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: linear-gradient(95deg, #57A8DD 2.3%, #72C7CF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-white);
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .flow-lead__point-badge {
    width: auto;
    height: auto;
    border-radius: 13.5px;
    padding: 1px 30px;
    font-size: 16px;
    background: linear-gradient(90deg, #57A8DD 0%, #72C7CF 100%);
  }
}

.flow-lead__points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flow-lead__point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--color-text);
  line-height: 1.5;
}

.flow-lead__point + .flow-lead__point {
  margin-top: 4px;
}

.flow-lead__check-icon {
  flex-shrink: 0;
}

.flow-steps {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .flow-steps {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.flow-steps__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 18px, #ECF7FF 18px, #ECF7FF 20px), repeating-linear-gradient(90deg, transparent, transparent 18px, #ECF7FF 18px, #ECF7FF 20px), linear-gradient(136deg, rgba(87, 168, 221, 0.15) 0%, rgba(114, 199, 207, 0.15) 100%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .flow-steps__bg {
    background: linear-gradient(122deg, rgba(87, 168, 221, 0.2) 0%, rgba(114, 199, 207, 0.2) 100%);
  }
}

.flow-steps__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 750px;
  margin: 40px auto 0;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .flow-steps__list {
    gap: 16px;
    max-width: 100%;
    margin-top: 24px;
  }
}

.flow-steps__item {
  display: flex;
  align-items: center;
  gap: min(40px, 2.7777777778vw);
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.94;
  padding: 24px min(40px, 2.7777777778vw);
}
@media screen and (max-width: 960px) {
  .flow-steps__item {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 0 8px;
    padding: 24px;
    opacity: 1;
  }
}

.flow-steps__item-icon {
  flex: 0 0 121px;
  width: 121px;
  height: 121px;
}
@media screen and (max-width: 960px) {
  .flow-steps__item-icon {
    flex: none;
    width: 65px;
    height: 65px;
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
  }
}
.flow-steps__item-icon img {
  width: 100%;
  height: 100%;
}

.flow-steps__item-content {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .flow-steps__item-content {
    display: contents;
  }
}

.flow-steps__item-step {
  font-size: 14px;
  color: #CECFD1;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .flow-steps__item-step {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
  }
}

.flow-steps__item-title {
  font-size: 20px;
  color: var(--color-primary);
  line-height: 1.5;
  margin-top: 4px;
}
@media screen and (max-width: 960px) {
  .flow-steps__item-title {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin-top: 0;
  }
}

.flow-steps__item-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
}
@media screen and (max-width: 960px) {
  .flow-steps__item-text {
    grid-column: 1/-1;
    grid-row: 3;
    margin-top: 12px;
  }
}