.p-about {
  margin-bottom: 90px;
}

.p-business {
  margin: 75px 0 87px;
}

.p-business-list__item {
  position: relative;
  padding-left: 11px;
  line-height: 1.7;
}
.p-business-list__item + .p-business-list__item {
  margin-top: 1em;
}
.p-business-list__item::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666666;
  content: "";
}

.p-office {
  margin-top: 87px;
}
.p-office-box__item--btn {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-about {
    margin-bottom: 167px;
  }
  .p-business {
    margin: 120px 0 144px;
  }
  .p-business .l-inner {
    max-width: 1180px;
  }
  .p-business-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .p-business-box__item--text {
    flex: 1;
    max-width: 561px;
    margin-left: 30px;
  }
  .p-business-box__item--img {
    width: 45%;
    max-width: 428px;
  }
  .p-office {
    margin-top: 144px;
  }
  .p-office .l-inner {
    max-width: 1180px;
  }
  .p-office-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .p-office-box__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-business .l-inner {
    padding: 0;
  }
  .p-business-box__item--text {
    margin-bottom: 53px;
    padding: 0 30px;
  }
  .p-business-box__item--img {
    padding-left: 30px;
  }
  .p-office-box__item--img {
    margin-bottom: 39px;
  }
}