body.corporate-company-history .history-dl .c-list-dot__item + .c-list-dot__item {
  margin-top: 0.5rem;
}
body.corporate-company-history .history-dl__row {
  display: flex;
  justify-content: space-between;
}
body.corporate-company-history .history-dl__row:last-child .history-dl__dd:last-child::after {
  display: none;
}
body.corporate-company-history .history-dl__dt {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  width: 12.5rem;
  min-height: 5rem;
}
body.corporate-company-history .history-dl__dt-year {
  min-width: 10rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-text-brand-blue);
  letter-spacing: 0.04em;
}
body.corporate-company-history .history-dl__dd-year-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-text-brand-blue);
  letter-spacing: 0.04em;
}
body.corporate-company-history .history-dl__dd-year-text-sub {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-text-brand-blue);
  letter-spacing: 0.04em;
}
body.corporate-company-history .history-dl__dd-wrap {
  width: calc(100% - 16.25rem);
}
body.corporate-company-history .history-dl__dd {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.375rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
}
body.corporate-company-history .history-dl__dd::after {
  position: absolute;
  top: 2.875rem;
  left: 0;
  display: block;
  width: 0.125rem;
  height: 100%;
  content: "";
  background-color: var(--color-border-brand-blue);
}
body.corporate-company-history .history-dl__dd::before {
  position: absolute;
  top: 2.875rem;
  left: 0.0625rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: var(--color-bg-brand-blue);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
body.corporate-company-history .history-dl__dd-year {
  min-width: 15rem;
}
body.corporate-company-history .history-dl__dd-main {
  width: calc(100% - 17.1875rem);
}
body.corporate-company-history .history-dl__media-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.5rem 3.125rem;
  background-color: var(--color-bg-main-xxx-light);
  border-radius: 0.625rem;
}
body.corporate-company-history .history-dl__media-wrap:not(:first-child) {
  margin-top: 1.5rem;
}
body.corporate-company-history .history-dl__media {
  width: calc((100% - 2.5rem) / 2);
  max-width: 24.375rem;
}
body.corporate-company-history .history-dl__media.--col1 {
  width: 100%;
}
body.corporate-company-history .history-dl__media-text {
  margin-top: 1rem;
}
body.corporate-company-history .history-content {
  margin-top: 3.5rem;
}
body.corporate-company-history .history-content .history-dl {
  margin-top: 3rem;
}

@media all and (min-width: 1281px), print {
  body.corporate-company-history .l-footer {
    margin-top: 16.25rem;
  }
}
@media only screen and (max-width: 1280px) {
  body.corporate-company-history .history-dl__row {
    display: block;
    padding: 0 0.5rem 1.875rem;
  }
  body.corporate-company-history .history-dl__dt {
    width: auto;
    min-height: unset;
    padding-left: 1.25rem;
    margin-right: 0;
  }
  body.corporate-company-history .history-dl__dt-year {
    min-width: unset;
    font-size: 3rem;
  }
  body.corporate-company-history .history-dl__dt-sub-text {
    min-width: unset;
  }
  body.corporate-company-history .history-dl__dd-wrap {
    width: 100%;
  }
  body.corporate-company-history .history-dl__dd-main {
    width: 100%;
  }
  body.corporate-company-history .history-dl__dd {
    flex-direction: column;
    padding-bottom: 2rem;
  }
  body.corporate-company-history .history-dl__dd::after {
    height: calc(100% + 7.5rem);
  }
  body.corporate-company-history .history-dl__media-wrap {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 2rem;
  }
  body.corporate-company-history .history-dl__media {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.corporate-company-history .history-content {
    margin-top: 2.5rem;
  }
  body.corporate-company-history .history-content .history-dl {
    margin-top: 5.625rem;
  }
}