@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

.company-history {
  position: relative;
  margin-bottom: min(8.333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .company-history {
    margin-bottom: 20.513vw;
  }
}
.company-history:before, .company-history:after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  width: min(36.111vw, 520px);
  height: min(53.681vw, 773px);
  top: max(-4.653vw, -67px);
}
@media only screen and (max-width: 767px) {
  .company-history:before, .company-history:after {
    width: 74.359vw;
    height: 110.513vw;
    top: -46.154vw;
  }
}
.company-history:before {
  background: url("/assets/img/company/history/bg-left.webp") no-repeat center/contain;
  left: max(-1.319vw, -19px);
}
@media only screen and (max-width: 767px) {
  .company-history:before {
    left: -11.538vw;
  }
}
.company-history:after {
  background: url("/assets/img/company/history/bg-right.webp") no-repeat center/contain;
  right: max(-3.472vw, -50px);
}
@media only screen and (max-width: 767px) {
  .company-history:after {
    right: -11.538vw;
  }
}

.company-history__inner {
  margin-inline: auto;
  width: var(--container-width-pc);
}
@media only screen and (max-width: 767px) {
  .company-history__inner {
    width: var(--container-width-sp);
  }
}

.company-history__summary {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .company-history__summary {
    text-align: left;
  }
}
.company-history__summary p {
  font-family: var(--family-jp);
  font-size: var(--size-18px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .company-history__summary p {
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .company-history__summary p {
    font-family: var(--family-jp);
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-history__summary p {
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
.company-history__summary + .company-history__local-nav {
  margin-top: min(2.083vw, 30px);
}
@media only screen and (max-width: 767px) {
  .company-history__summary + .company-history__local-nav {
    margin-top: 5.128vw;
  }
}

.company-history__local-nav {
  margin-bottom: min(4.167vw, 60px);
}
@media only screen and (max-width: 767px) {
  .company-history__local-nav {
    margin-bottom: 10.256vw;
  }
}

.company-history__timeline {
  position: relative;
  padding-left: min(0.347vw, 5px);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline {
    padding-left: 3.846vw;
  }
}
.company-history__timeline:after {
  content: "";
  display: block;
  position: absolute;
  width: min(1.736vw, 25px);
  height: min(1.736vw, 25px);
  background: url("/assets/img/company/history/arrow-pc.svg") no-repeat center/contain;
  bottom: -1px;
  left: min(10.069vw, 145px);
  translate: calc(-50% + min(0.047vw, 0.67px));
}
@media only screen and (max-width: 767px) {
  .company-history__timeline:after {
    width: 3.846vw;
    height: 3.846vw;
    background: url("/assets/img/company/history/arrow-sp.svg") no-repeat center/contain;
    left: 0;
    bottom: -1.282vw;
    translate: calc(-50% + 0.128vw);
  }
}

.company-history__timeline-header {
  padding-left: min(13.542vw, 195px);
  display: flex;
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-header {
    display: none;
  }
}
.company-history__timeline-header > div {
  text-align: center;
  padding: min(1.111vw, 16px) 0;
  font-weight: var(--weight-bold);
}
.company-history__timeline-header > div:first-child {
  width: min(38.194vw, 550px);
  color: var(--text-white);
  background-color: var(--primary-red);
  border-top-left-radius: min(1.389vw, 20px);
}
.company-history__timeline-header > div:nth-child(2) {
  width: min(24.306vw, 350px);
  background-color: var(--background-dark_gray);
  border-top-right-radius: min(1.389vw, 20px);
}

.company-history__timeline-row {
  display: grid;
  grid-template-columns: min(13.542vw, 195px) min(38.194vw, 550px) min(24.306vw, 350px);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-row {
    grid-template-columns: 1fr;
    gap: 1.282vw;
    margin-bottom: 10.256vw;
  }
}
.company-history__timeline-row > div {
  min-height: min(6.042vw, 87px);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-row > div {
    min-height: unset;
  }
}
.company-history__timeline-row img {
  width: min(20.833vw, 300px);
  height: min(11.806vw, 170px);
  margin-top: min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-row img {
    margin-top: 2.564vw;
    height: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-row {
    position: relative;
  }
  .company-history__timeline-row:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 10.256vw);
    border-left: 1px solid var(--primary-red);
    left: -3.846vw;
    top: 5.128vw;
  }
  .company-history__timeline-row:last-child:before {
    height: calc(100% - 5.128vw);
  }
  .company-history__timeline-row:nth-child(2):before {
    height: calc(100% + 8.974vw);
    top: 6.41vw;
  }
  .company-history__timeline-row:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--line-light_gray);
    bottom: -5.128vw;
  }
}
.company-history__timeline-row .c-list ul li {
  padding-left: min(1.111vw, 16px);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-row .c-list ul li {
    padding-left: 2.564vw;
  }
}

.company-history__timeline-col1 {
  position: relative;
  color: var(--primary-red);
  display: flex;
  padding-top: min(1.111vw, 16px);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col1 {
    padding-top: 0;
  }
}
.company-history__timeline-col1 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col1 > div {
    flex-direction: row;
    gap: 1.282vw;
  }
}
.company-history__timeline-col1 .western {
  font-family: var(--family-en);
  font-weight: var(--weight-light);
  font-size: min(3.611vw, 52px);
  line-height: var(--line-height-100);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col1 .western {
    font-size: 10.256vw;
  }
}
.company-history__timeline-col1 .jp-era {
  font-family: var(--family-jp);
  font-size: var(--size-14px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col1 .jp-era {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col1 .jp-era {
    font-family: var(--family-jp);
    font-size: var(--size-12px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-history__timeline-col1 .jp-era {
    font-size: var(--size-12px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
.company-history__timeline-col1:before {
  content: "";
  display: block;
  position: absolute;
  width: min(0.486vw, 7px);
  height: min(0.486vw, 7px);
  background-color: var(--primary-red);
  border-radius: min(0.486vw, 7px);
  top: 0;
  right: 0;
  translate: max(-3.542vw, -51px) min(2.847vw, 41px);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col1:before {
    width: 2.564vw;
    height: 2.564vw;
    border-radius: 2.564vw;
    top: 0;
    left: 0;
    translate: calc(-3.787vw - 50%) 5.128vw;
  }
}

.company-history__timeline-col2 {
  position: relative;
  padding: min(2.083vw, 30px) min(2.778vw, 40px);
  border: 1px solid var(--line-light_gray);
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col2 {
    padding: 0;
    border: unset;
    margin-top: 2.564vw;
  }
  .company-history__timeline-col2:not(:has(*)) {
    display: none;
  }
}
.company-history__timeline-col2:before {
  content: "";
  display: block;
  position: absolute;
  width: min(3.889vw, 56px);
  height: 1px;
  border-bottom: 1px solid var(--primary-red);
  left: max(-3.889vw, -56px);
  top: min(3.056vw, 44px);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col2:before {
    display: none;
  }
}
.company-history__timeline-col2:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% + 1px);
  border-right: 1px solid var(--primary-red);
  top: 0;
  left: max(-3.889vw, -56px);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col2:after {
    display: none;
  }
}

.company-history__timeline-row:nth-child(2) > .company-history__timeline-col2:after {
  height: calc(100% - min(3.056vw, 44px));
  top: min(3.125vw, 45px);
}

.company-history__timeline-col3 {
  padding: min(2.083vw, 30px) min(1.389vw, 20px);
  border: 1px solid var(--line-light_gray);
  border-top: none;
  border-left: none;
  background-color: var(--background-light_gray);
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col3 {
    position: relative;
    border: unset;
    border-radius: 2.564vw;
    padding: 3.846vw;
    padding-top: 10vw;
    margin-top: 2.564vw;
  }
  .company-history__timeline-col3:before {
    content: "社会一般の動き";
    display: block;
    position: absolute;
    top: 3.846vw;
    color: var(--text-gray);
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-history__timeline-col3:before {
    font-size: var(--size-14px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) {
  .company-history__timeline-col3:not(:has(*)) {
    display: none;
  }
  .company-history__timeline-col3 .c-list {
    padding-left: 2.051vw;
  }
}

@media only screen and (max-width: 767px) {
  html[lang=en] .company-history__timeline-col3:before {
    content: "General historical events";
  }
  html[lang=zh-CN] .company-history__timeline-col3:before {
    content: "社会动态";
  }
}/*# sourceMappingURL=company-history.css.map */