.history .section {
  margin-bottom: 10rem; }
.history .eyecatch {
  height: 16rem;
  position: relative;
  overflow: hidden; }
  .history .eyecatch img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }
  .history .eyecatch__text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 5rem;
    letter-spacing: 0.5rem;
    color: black; }
    .history .eyecatch__text__title {
      font-size: 3.5rem;
      font-weight: bold;
      display: flex;
      align-items: center; }
.history .series .row {
  margin: 0; }
.history .series .body .item__section {
  padding: 0; }
.history .series .body .item .top-pad {
  padding-top: 2rem;
  border-bottom: solid thin rgba(0, 0, 0, 0.1); }
.history .series .body .item .center_section {
  display: flex;
  justify-content: center; }
.history .series .body .item .year h1 {
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #346ab5;
  font-size: 3rem; }
.history .series .body .item .line {
  position: relative; }
  .history .series .body .item .line__drawing {
    height: 100%;
    width: 0;
    border: solid 0.2rem #346ab5;
    opacity: 0.7; }
    .history .series .body .item .line__drawing--last1 {
      border: dashed 0.2rem rgba(52, 106, 181, 0.7); }
    .history .series .body .item .line__drawing--last2 {
      border: dashed 0.2rem rgba(52, 106, 181, 0.3); }
  .history .series .body .item .line__circle {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #346ab5;
    margin-top: 2.8rem;
    border-radius: 50%; }
.history .series .body .item .month h1 {
  font-weight: bold;
  line-height: 3rem;
  font-size: 2.5rem;
  letter-spacing: 0.3rem; }
.history .series .body .item .description {
  padding-bottom: 4rem; }
  .history .series .body .item .description__text {
    font-weight: bold;
    padding-top: 0.7rem;
    font-size: 2rem;
    color: gray;
    letter-spacing: 0.1rem; }
  .history .series .body .item .description__img {
    display: inline-block;
    margin-top: 2rem; }
    .history .series .body .item .description__img__caption {
      display: flex;
      justify-content: center;
      font-size: 1.5rem;
      color: gray;
      font-weight: bold; }

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