@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* ===== @mixin ===== */
/* -- crm -- */
/* -- btn -- */
/* ===== company.css ===== */
/* -- historyBox -- */
.historyBox {
  position: relative;
}
.historyBox::before {
  position: absolute;
  top: 30px;
  bottom: 5px;
  left: 36px;
  margin: auto;
  width: 1px;
  background-image: linear-gradient(to top, #272931 1px, transparent 1px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  background-position: left top;
  content: "";
  z-index: 10;
}
.historyBox::after {
  position: absolute;
  bottom: 1px;
  left: 32px;
  width: 10px;
  height: 10px;
  border: 1px solid #B50033;
  border-radius: 50%;
  content: "";
  z-index: 20;
  background: #F5F5F5;
}
.historyBox > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.historyBox-year {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "archivo-expanded", sans-serif;
  color: #B50033;
  margin-top: 16px;
  padding-top: 2px;
  width: 74px;
  height: 29px;
  border: 1px solid #B50033;
  border-radius: 10em;
  background: #F5F5F5;
}
@media screen and (max-width: 900px) {
  .historyBox-year {
    padding-top: 1px;
  }
}
.historyBox-cnt {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  padding: 20px 0;
  width: calc(100% - 103px);
  border-bottom: 1px solid #D0D0D0;
}
.historyBox-cnt-month {
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
  width: 59px;
}
.historyBox-cnt-month span {
  font-family: "archivo-expanded", sans-serif;
  font-weight: 500;
  vertical-align: text-top;
}
.historyBox-cnt-txt {
  font-size: 15px;
  line-height: 1.6;
  width: calc(100% - 59px);
}/*# sourceMappingURL=company.css.map */