.b-history .b__content {
  width: 1px;
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
  min-width: calc(100% / var(--layout-columns) * 24 - var(--layout-gutter) - 0.01px);
}
.b-history .b__history {
  width: 1px;
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
  min-width: calc(100% / var(--layout-columns) * 24 - var(--layout-gutter) - 0.01px);
}
.b-history .b__content + .b__history {
  margin-top: var(--block-spacing);
}
.b-history .c-history {
  --color-line: #CCDEEE;
  --space-width: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
  background: rgba(0, 91, 170, 0.05);
  padding: var(--space-width);
  display: flex;
  flex-flow: column;
  position: relative;
}
.b-history .c-history__item {
  position: relative;
  left: var(--space-width);
  display: flex;
  flex-flow: column;
  column-gap: clamp(0.75rem, 0.26vw + 0.69rem, 1rem);
  width: calc(100% - var(--space-width));
  padding-bottom: clamp(2.5rem, 2.56vw + 1.92rem, 5rem);
}
.b-history .c-history__item:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: calc(var(--space-width) * -1);
  width: 1px;
  height: 100%;
  background-color: var(--color-line);
  z-index: 2;
  transform: translateX(-50%);
}
.b-history .c-history__item:after {
  position: absolute;
  right: 100%;
  left: calc(var(--space-width) * -1);
  top: 0;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color-line);
  transform: translateX(-50%);
}
.b-history .c-history__item:last-child {
  padding-bottom: 0;
}
.b-history .c-history__item:last-child:before {
  display: none;
}
.b-history .c-history__image {
  width: 100%;
}
.b-history .c-history__content {
  width: 100%;
}
.b-history .c-history__title.h3 {
  margin-top: calc(clamp(0.5rem, 0.26vw + 0.44rem, 0.75rem) * -1);
  color: var(--color-primary);
}
.b-history .c-history__title + .c-history__text {
  margin-top: clamp(0.5rem, 0.51vw + 0.38rem, 1rem);
}
.b-history .c-history__image {
  margin-top: clamp(1.25rem, 1.28vw + 0.96rem, 2.5rem);
}

@media (min-width: 1024px) {
  .b-history .b__content {
    width: 1px;
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
    min-width: calc(100% / var(--layout-columns) * 16 - var(--layout-gutter) - 0.01px);
    margin-left: calc(100% / var(--layout-columns) * 4 + var(--layout-gutter) / 2);
  }
  .b-history .b__history {
    width: 1px;
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
    min-width: calc(100% / var(--layout-columns) * 16 - var(--layout-gutter) - 0.01px);
    margin-left: calc(100% / var(--layout-columns) * 4 + var(--layout-gutter) / 2);
  }
  .b-history .c-history__item {
    left: unset;
    flex-flow: row nowrap;
    gap: calc(var(--space-width) * 2);
  }
  .b-history .c-history__item:before {
    left: 50%;
  }
  .b-history .c-history__item:after {
    left: 50%;
  }
  .b-history .c-history__content {
    order: 2;
  }
  .b-history .c-history__image {
    order: 1;
    margin-top: 0;
  }
}

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