@charset "UTF-8";
/* ベース幅 */
/* ひしがたのアイキャッチ */
/* ページ_タイトル */
/* ページ_サブタイトル */
/* トップ_セクションタイトル */
/* トップ_セクションサブタイトル */
/* Viewport768-1200 fontsize 12-16 */
/*  */
.page__ttl {
  background: url(../images/company/page_ttl.webp) center center no-repeat;
  background-size: cover;
}

.history__box {
  padding: 130px 10px;
}
@media only screen and (max-width: 767px) {
  .history__box {
    padding: 64px 10px;
  }
}
.history__box .history__box__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.history__box .history__box__inner .ttl__box {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .history__box .history__box__inner .ttl__box {
    margin-bottom: 30px;
  }
}
.history__box .history__box__inner .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  padding-left: 45px;
  font-size: 3.6rem;
}
.history__box .history__box__inner .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .history__box .history__box__inner .ttl__box span {
    font-size: 2.4rem;
    padding-left: 42px;
  }
}
.history__box .history__box__inner .ttl__box span::after, .history__box .history__box__inner .ttl__box span::before {
  width: 24px;
  height: 24px;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .history__box .history__box__inner .ttl__box span::after, .history__box .history__box__inner .ttl__box span::before {
    width: 18px;
    height: 18px;
    bottom: -1px;
  }
}
.history__box .history__box__inner .history__list ul li {
  position: relative;
  padding-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .history__box .history__box__inner .history__list ul li {
    padding-bottom: 26px;
  }
}
.history__box .history__box__inner .history__list ul li:before {
  width: 2px;
  height: 100%;
  content: "";
  display: block;
  background: #b6a377;
  position: absolute;
  left: 7px;
  top: 8px;
}
.history__box .history__box__inner .history__list ul li:last-child {
  padding-bottom: 0;
}
.history__box .history__box__inner .history__list ul li:last-child:before {
  display: none;
}
.history__box .history__box__inner .history__list ul li dl {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .history__box .history__box__inner .history__list ul li dl {
    display: block;
  }
}
.history__box .history__box__inner .history__list ul li dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .history__box .history__box__inner .history__list ul li dl dt {
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
.history__box .history__box__inner .history__list ul li dl dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #b6a377;
  border-radius: 100%;
  margin-right: 16px;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .history__box .history__box__inner .history__list ul li dl dt::before {
    margin-right: 10px;
  }
}
.history__box .history__box__inner .history__list ul li dl dd {
  width: calc(100% - 260px);
  font-size: 1.6rem;
  line-height: 1.57;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .history__box .history__box__inner .history__list ul li dl dd {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding-left: calc(1.6rem + 0.1em + 10px);
  }
}/*# sourceMappingURL=company_history.css.map */