.brand-story-brand__image {
  border-radius: 4rem;
}
.brand-story-brand__text {
  margin-top: 5.5rem;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .brand-story-brand__text {
    font-size: 2.4rem;
  }
}
.brand-story-history__lead {
  color: var(--color-orange);
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 6rem;
}
.brand-story-history__body {
  max-width: 126rem;
  margin: 0 auto;
}
.brand-story-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 4rem;
  width: 50%;
  position: relative;
}
.brand-story-history__item:before {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid var(--color-orange);
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 0.7rem;
}
.brand-story-history__item:after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--color-orange);
  z-index: 1;
  position: absolute;
  top: 0.7rem;
}
.brand-story-history__item:last-of-type {
  padding-bottom: 0;
}
.brand-story-history__item:last-of-type:after {
  display: none;
}
.brand-story-history__item:nth-of-type(2n+1) {
  margin-left: auto;
  padding-left: 3rem;
}
.brand-story-history__item:nth-of-type(2n+1):before {
  left: -1rem;
}
.brand-story-history__item:nth-of-type(2n+1):after {
  left: 0;
}
.brand-story-history__item:nth-of-type(2n) {
  padding-right: 3rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.brand-story-history__item:nth-of-type(2n):before {
  right: -1rem;
}
.brand-story-history__item:nth-of-type(2n):after {
  right: 0;
}
.brand-story-history__item:nth-of-type(2n) .brand-story-history__item-year {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}
.brand-story-history__item:nth-of-type(2n) .brand-story-history__item-body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.brand-story-history__item-year {
  font-weight: 900;
  font-size: 4rem;
  color: var(--color-orange);
  line-height: 1;
  width: 10rem;
}
.brand-story-history__item-month {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 1rem;
}
.brand-story-history__item-body {
  color: var(--color-main);
  width: calc(100% - 10rem);
}
.brand-story-history__item-body--figure {
  width: 24rem;
}
.brand-story-history__item-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.brand-story-history__item-text-lr {
  text-align: right;
}
.brand-story-history__item-note {
  color: var(--color-main);
  margin-top: 8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  letter-spacing: 0.08em;
}
.brand-story-history__item-image {
  display: block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .brand-story-history__lead {
    margin-bottom: 8.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .brand-story-history__item {
    padding-bottom: 6rem;
    width: 100%;
  }
  .brand-story-history__item:before {
    width: 3.2rem;
    height: 3.2rem;
    border: 0.4rem solid var(--color-orange);
    top: 1.5rem;
  }
  .brand-story-history__item:after {
    top: 1.5rem;
  }
  .brand-story-history__item:nth-of-type(2n+1) {
    margin-left: 0;
    padding-left: 5.6rem;
  }
  .brand-story-history__item:nth-of-type(2n+1):before {
    left: -1.6rem;
  }
  .brand-story-history__item:nth-of-type(2n+1):after {
    left: 0;
  }
  .brand-story-history__item:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 5.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .brand-story-history__item:nth-of-type(2n):before {
    right: auto;
    left: -1.6rem;
  }
  .brand-story-history__item:nth-of-type(2n):after {
    right: auto;
    left: 0;
  }
  .brand-story-history__item:nth-of-type(2n) .brand-story-history__item-year {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  .brand-story-history__item:nth-of-type(2n) .brand-story-history__item-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .brand-story-history__item-year {
    font-size: 5.6rem;
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .brand-story-history__item-month {
    font-size: 4.6rem;
    margin-top: 1.5rem;
  }
  .brand-story-history__item-body {
    color: var(--color-main);
    width: 100%;
    padding-right: 3rem;
  }
  .brand-story-history__item-body--figure {
    width: 100%;
  }
  .brand-story-history__item-text {
    font-size: 2.4rem;
    line-height: 1.8333333333;
  }
  .brand-story-history__item-text-lr {
    text-align: left;
  }
  .brand-story-history__item-note {
    margin-top: 2.8rem;
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
  .brand-story-history__item-image {
    margin-bottom: 2rem;
  }
}
.brand-story-event {
  text-align: center;
}
.brand-story-event__subttl {
  margin-bottom: 6rem;
}
.brand-story-event__desc {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--color-main);
  margin-bottom: 4.5rem;
}
.brand-story-event__image {
  width: 45.4rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .brand-story-event__subttl {
    margin-bottom: 5rem;
  }
  .brand-story-event__desc {
    font-size: 2.4rem;
    margin-bottom: 6.5rem;
  }
  .brand-story-event__image {
    width: 54.3rem;
  }
}