/**
 * page components
 */
.p_c-ttl {
  display: flex;
  flex-direction: column;
  line-height: normal;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p_c-ttl {
    gap: 0.7rem;
  }
}
.p_c-ttl .en {
  color: var(--green);
  font-family: var(--font-2);
  font-size: 5.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p_c-ttl .en {
    font-size: 4rem;
  }
}
.p_c-ttl .ja {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p_c-ttl .ja {
    font-size: 2rem;
  }
}

/**
 * page style
 */
.p-history-navi {
  padding: 7.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-history-navi {
    padding: 4.4rem 0 0;
  }
}
.p-history-founder {
  padding-bottom: 12.8rem;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-history-founder {
    padding-bottom: 5.8rem;
    padding-top: 5.5rem;
  }
}
.p-history-founder .p_c-ttl {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-history-founder .p_c-ttl {
    margin-bottom: 3.2rem;
  }
}
.p-history-founder .profile {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-history-founder .profile {
    flex-direction: column-reverse;
    justify-content: start;
  }
}
.p-history-founder .profile-body {
  width: 75.1rem;
}
@media screen and (max-width: 767px) {
  .p-history-founder .profile-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-history-founder .profile-body p {
    line-height: 1.875;
  }
}
.p-history-founder .profile-img {
  padding-top: 0.8rem;
  width: 30.7rem;
}
@media screen and (max-width: 767px) {
  .p-history-founder .profile-img {
    padding: 0;
    margin: 0 auto 2.3rem;
    width: 29.3rem;
  }
}
.p-history-timeline {
  background: var(--gray-green);
  border-radius: 6rem 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-history-timeline {
    border-radius: 3rem 3rem 0 0;
  }
}
.p-history-timeline .c-inner {
  padding-bottom: 14rem;
  padding-top: 7.7rem;
}
@media screen and (max-width: 767px) {
  .p-history-timeline .c-inner {
    padding-bottom: 8rem;
    padding-top: 3.7rem;
  }
}
.p-history-timeline .p_c-ttl {
  margin-bottom: 4rem;
}
.p-history-timeline .timeline-items {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-history-timeline .timeline-items {
    gap: 4rem;
  }
}
.p-history-timeline .timeline-item {
  display: grid;
  grid-template-columns: 20.6rem 1fr;
  padding: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-history-timeline .timeline-item {
    grid-template-columns: 11.8rem 1fr;
    padding: 4.5rem 0 0;
  }
}
.p-history-timeline .timeline-item dt, .p-history-timeline .timeline-item dd {
  border-top: 1px solid #DBDBDB;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-history-timeline .timeline-item dt, .p-history-timeline .timeline-item dd {
    font-size: 1.4rem;
    line-height: 1.57;
    padding-top: 1.6rem;
  }
}
.p-history-timeline .timeline-item dt:first-child, .p-history-timeline .timeline-item dt:nth-child(2), .p-history-timeline .timeline-item dd:first-child, .p-history-timeline .timeline-item dd:nth-child(2) {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.p-history-timeline .timeline-item dt {
  font-weight: 700;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-history-timeline .timeline-item dt {
    padding-right: 0.5rem;
  }
}

/*# sourceMappingURL=history.css.map */
