.p-company {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 6rem 0;
  }
}
.p-company-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #D4D2D1;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-company-define {
    margin-top: 4rem;
  }
}
.p-company-define__ttl {
  width: 24rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #D4D2D1;
  padding: 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-define__ttl {
    width: 10rem;
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
  }
}
.p-company-define__txt {
  width: calc(100% - 24rem);
  border-bottom: 1px solid #D4D2D1;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-company-define__txt {
    width: calc(100% - 10rem);
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}
.p-company-define__txt span {
  color: #7C7574;
}
.p-company-define__txt a[target=_blank] {
  color: #D92E1B;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-company-define__txt a[target=_blank]:hover {
    text-decoration: none;
  }
}

.p-history {
  background: #ECE7E7;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-history {
    padding: 6rem 0;
  }
}
.p-history__txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-history__txt {
    font-size: 1.8rem;
    margin: 4rem 0 6rem;
  }
}
.p-history-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-history-list {
    gap: 4rem 0;
  }
}
.p-history-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background: #D4D2D1;
  z-index: 0;
}
.p-history-list__year {
  position: relative;
  font-size: 6rem;
  font-weight: 700;
  color: #D92E1B;
  line-height: 1;
  border-left: 0.4rem solid #D92E1B;
  padding: 1.2rem 0 2.4rem 2.8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-history-list__year {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 3rem;
    gap: 0 1rem;
    padding: 0.5rem 0 1rem 2rem;
  }
}
.p-history-list__year span {
  display: block;
  font-size: 2rem;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-history-list__year span {
    font-size: 1.4rem;
    margin: 0;
  }
}
.p-history-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-history-list__item {
    flex-flow: column;
  }
}
.p-history-list__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 93rem;
}
@media screen and (max-width: 767px) {
  .p-history-list__inner {
    flex-flow: column;
    width: 100%;
    padding: 0 0 0 2.4rem;
  }
}
.p-history-list__content {
  padding: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-history-list__content {
    padding: 1rem 0 0;
  }
}
.p-history-list__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-history-list__ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-history-list__img {
  width: 35.2rem;
  flex-shrink: 0;
  margin-left: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-history-list__img {
    width: 100%;
    margin: 2rem 0 0;
  }
}