.main-content__message span {
  display: block;
  padding-top: 4rem;
}

@media (min-width: 1024px) {
  .main-content__message span {
    display: initial;
    padding-top: initial;
  }
}
.motto {
  width: 20.5rem;
  margin: 0 auto 5rem;
}
.motto img {
  width: 100%;
}

@media (min-width: 1024px) {
  .motto {
    width: 38rem;
    margin: 0 0 5rem;
  }
}
.history {
  --bullet-size: 1.3rem;
  margin: 0 var(--margins);
}
.history > *:first-child .history__bullet::before {
  height: calc(var(--bullet-size) / 2);
  transform: translateX(-50%);
}
.history > *:last-child .history__bullet::before {
  top: 0;
  height: calc(var(--bullet-size) / 2);
  transform: translateX(-50%);
}
.history > *:last-child .history__bar::after {
  height: 0;
}
.history__row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  padding-bottom: 2.2rem;
}
.history__year {
  display: flex;
  align-items: center;
  gap: 0.313em;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--point-color);
}
.history__bullet {
  position: relative;
  width: var(--bullet-size);
  height: var(--bullet-size);
  border-radius: 50%;
  background: #D0E1FC;
}
.history__bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: var(--bullet-size);
  border-radius: 50%;
  background: var(--point-color);
  transform: translate(-50%, -50%);
  content: "";
}
.history__bullet::after {
  --box-size: 38.461%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--box-size);
  height: var(--box-size);
  border-radius: 50%;
  background: var(--point-color);
  transform: translate(-50%, -50%);
  content: "";
}
.history__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--bullet-size);
  height: 100%;
}
.history__bar::after {
  position: absolute;
  top: var(--bullet-size);
  left: 50%;
  width: 0.1rem;
  height: 100%;
  background: var(--point-color);
  transform: translateX(-50%);
  content: "";
}
.history-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.history-list__item {
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--body-font-color);
}
.history-list__item strong {
  color: var(--point-color);
}

@media (min-width: 1024px) {
  .history__row {
    gap: 5rem;
  }
  .history__year {
    font-size: 2.4rem;
  }
  .history-list__item {
    font-size: 1.6rem;
  }
}

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