.section_about {
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
}

.section_about .section_main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.company_info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 900px;
}
.company_info__item {
  display: flex;
  flex-direction: row;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.company_info__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.company_info__item__title {
  display: flex;
  max-width: 160px;
  min-width: 160px;
}
.company_info__item__title span {
  color: #111;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.28px;
}
.company_info__item__content p {
  margin: 0;
  color: #111;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.28px;
}
.company_info__item__content__btn {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  max-width: 175px;
  align-items: center;
  gap: 8px;
}
.company_info__item__content__btn > span {
  color: #111;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.12px;
}
.company_info__item__content__btn a {
  display: flex;
}

@media screen and (max-width: 880px) {
  .section_about {
    padding-top: 88px;
    padding-bottom: 128px;
  }
  .section_about .section_main {
    padding: 0;
    width: 87.204%;
  }
  .company_info__item {
    flex-direction: column;
    gap: 16px;
  }
}

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