@charset "UTF-8";
.company-profile {
  margin-bottom: 150px;
}

.company-profile__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company-profile__flex-left {
  width: 28%;
  position: sticky;
  height: 30px;
  top: 150px;
}

.company-profile__flex-right {
  width: 67%;
}

.company-profile__dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8dce1;
  padding: 40px 0;
}
.company-profile__dl.first {
  padding-top: 0;
}

.company-profile__dt {
  font-size: 18px;
  font-weight: 500;
  width: 25%;
}

.company-profile__dd {
  font-size: 18px;
  width: 75%;
}
.company-profile__dd a {
  text-decoration: underline;
}

.company-history {
  background-color: #00446f;
  padding: 150px 0;
}

.company-history__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company-history__flex-left {
  width: 28%;
  position: sticky;
  height: 30px;
  top: 150px;
}
.company-history__flex-left .sec-ttl-s {
  color: #fff;
}

.company-history__flex-right {
  color: #fff;
  width: 67%;
}
.company-history__flex-right li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  position: relative;
}
.company-history__flex-right li:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 1px;
  left: 132px;
  top: 20px;
}
.company-history__flex-right li:last-child:after {
  display: none;
}

.company-history__list li {
  display: flex;
}
.company-history__list li .event-list-wrap {
  width: calc(100% - 140px);
  padding-left: 20px;
}

.company-history__list-year {
  color: #fff;
  font-size: 36px;
  font-family: "Hanken Grotesk", sans-serif;
  position: relative;
  width: 140px;
}
.company-history__list-year:after {
  content: "●";
  position: absolute;
  color: #72bbf8;
  font-size: 15px;
  right: 0;
  top: 15px;
  z-index: 1;
}

.event-list {
  display: flex;
  margin-top: 10px;
}

.event-list__month {
  width: 60px;
  line-height: 2;
  text-align: right;
  margin-right: 30px;
  font-weight: 600;
}

.event-list__item {
  width: calc(100% - 50px);
  line-height: 2;
}

.mb20 {
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .company-profile__flex {
    display: block;
  }
  .company-profile__flex-left {
    position: inherit;
    width: 100%;
    margin-bottom: 50px;
  }
  .company-profile__flex-right {
    width: 100%;
  }
  .company-profile__dt {
    font-size: 1.4rem;
  }
  .company-profile__dd {
    font-size: 1.4rem;
  }
  .company-history__flex {
    display: block;
  }
  .company-history__flex-left {
    position: inherit;
    width: 100%;
    margin-bottom: 50px;
  }
  .company-history__flex-right {
    width: 100%;
  }
  .company-history__flex-right li {
    padding-bottom: 20px;
  }
  .company-history__flex-right li:after {
    left: 102px;
  }
  .event-list {
    margin-top: 0;
  }
  .company-history__list li .event-list-wrap {
    width: calc(100% - 120px);
    padding-left: 0;
  }
  .company-history__list-year {
    font-size: 28px;
    width: 110px;
  }
  .company-history__list-year:after {
    top: 10px;
  }
  .event-list__month {
    line-height: 3;
  }
  .event-list__item {
    line-height: 2;
    margin-top: 7px;
  }
}
@media (max-width: 834px) {
  .company-profile {
    margin-bottom: 60px;
  }
  .company-history {
    padding: 60px 0;
  }
}
@media (max-width: 550px) {
  .company-profile__dl {
    padding: 30px 0;
  }
  .company-history__list-year {
    font-size: 20px;
    width: 80px;
  }
  .company-history__flex-right li:after {
    left: 72px;
  }
  .company-history__list-year:after {
    top: 9px;
    font-size: 10px;
    right: 2.5px;
  }
  .company-history__list li .event-list-wrap {
    width: calc(100% - 77px);
    padding-left: 0;
  }
  .event-list__month {
    line-height: 2;
    width: 50px;
    margin-right: 15px;
    margin-top: 3px;
  }
  .event-list__item {
    line-height: 1.7;
    margin-top: 6px;
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=company.css.map */