/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.history {
  position: relative;
  color: #333333;
}

.history #wrap {
  overflow: hidden;
}

.history .intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 112px 0 0;
}

@media (max-width: 767px) {
  .history .intro {
    flex-wrap: wrap;
    margin: 44px 0 0;
  }
}

.history .intro__img {
  width: calc(607 / 1200 * 100%);
}

@media (max-width: 767px) {
  .history .intro__img {
    width: 100%;
  }
}

.history .intro__img .img {
  position: relative;
  max-height: 626px;
  margin-left: calc(0px - (100vw - 1200px) / 2);
}

.history .intro__img .img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 90.72464%;
}

.history .intro__img .img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1240px) {
  .history .intro__img .img {
    margin-left: -20px;
  }
}

.history .intro__info {
  width: calc(468 / 1200 * 100%);
  margin-bottom: -63px;
}

@media only screen and (max-width: 1200px) {
  .history .intro__info {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .history .intro__info {
    width: 100%;
  }
}

.history .intro__ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #00469d;
  margin-bottom: 62px;
}

@media only screen and (max-width: 1024px) {
  .history .intro__ttl {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .history .intro__ttl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.75em;
    margin: 26px -16px 20px 0;
  }
}

.history .intro__txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.23529em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .history .intro__txt {
    font-size: 1.5625vw;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .history .intro__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.13333em;
  }
}

.history .scroll-text {
  font-size: 184px;
  font-size: 18.4rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #f2f2f7;
  font-family: "Barlow", sans-serif;
  animation: loop-text 14s linear infinite;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: -1;
  position: relative;
  margin-top: 180px;
}

@media (max-width: 767px) {
  .history .scroll-text {
    font-size: 85px;
    font-size: 8.5rem;
    margin-top: 92px;
  }
}

.history .scroll-text__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  animation: loop-text 40s linear infinite;
}

@media (max-width: 767px) {
  .history .scroll-text__inner {
    animation: loop-text 20s linear infinite;
  }
}

.history .scroll-text span {
  margin-right: 60px;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 767px) {
  .history .scroll-text span {
    margin-right: 30px;
  }
}

.history .timeline {
  max-width: 940px;
  margin: -60px auto 0px;
  position: relative;
  padding: 0 20px 1px;
}

@media (max-width: 767px) {
  .history .timeline {
    margin: -14px auto 0 -45px;
    width: calc(100% + 45px);
    padding: 0 0 0 20px;
  }
}

.history .timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  background-image: linear-gradient(#00469d 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 4px;
  background-repeat: repeat-y;
  left: 61px;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .history .timeline::after {
    left: 56px;
    height: calc(100% - 80px);
  }
}

.history .timeline__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .history .timeline__row {
    margin-bottom: 32px;
  }
}

.history .timeline__row.red .year {
  color: #fd4e24;
  border-color: #fd4e24;
}

.history .timeline__row.red .year::after {
  background: #fd4e24;
}

.history .timeline__row.red .month {
  color: #fd4e24;
}

.history .timeline__row .year {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #00469d;
  width: 82px;
  height: 82px;
  border: 1px solid #00469d;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .history .timeline__row .year {
    width: 74px;
    height: 74px;
    font-size: 20px;
    margin-right: 26px;
  }
}

.history .timeline__row .year::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #00469d;
  right: -20px;
  top: 50%;
}

@media (max-width: 767px) {
  .history .timeline__row .year::after {
    width: 12px;
    right: -12px;
  }
}

.history .timeline__row .month {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #00469d;
  margin-bottom: 6px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .history .timeline__row .month {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}

.history .timeline__row .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .history .timeline__row .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.86667em;
    letter-spacing: 0.03em;
  }
}

.history .timeline__row .btn {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 400;
  color: #00469d;
  position: relative;
  padding: 8px 30px 4px 4px;
  border-bottom: 1px solid #00469d;
  display: inline-block;
  text-decoration: none !important;
}

.history .timeline__row .btn::after {
  content: "";
  position: absolute;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arr-circle.svg") center/100% no-repeat;
  width: 16px;
  height: 16px;
  right: 5px;
  top: 13px;
}

.history .timeline__row .list {
  padding-top: 27px;
  width: calc(100% - 122px);
}

@media (max-width: 767px) {
  .history .timeline__row .list {
    padding-top: 20px;
    width: calc(100% - 100px);
  }
}

.history .timeline__row .list__item {
  margin-bottom: 29px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .history .timeline__row .list__item {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .history .timeline__row .list__item:first-child > .img {
    margin-top: -20px;
  }
}

.history .timeline__row .list__item .img {
  width: 270px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .history .timeline__row .list__item .img {
    margin: 0 0 14px 0;
    width: 100%;
  }
}

.history .timeline__row .list__item .img + .cont {
  width: calc(100% - 295px);
}

@media (max-width: 767px) {
  .history .timeline__row .list__item .img + .cont {
    width: 100%;
  }
}

.history .timeline__row .list__item:last-child {
  margin-bottom: 0;
}

.history .timeline__row .list__item a {
  text-decoration: underline;
  color: #00469d;
}

/*# sourceMappingURL=maps/history.min.css.map */