.businessPolicy__inner {
  display: flex;
  margin-top: 48px;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    flex-direction: column;
  }
}
.businessPolicy__left {
  padding-top: 35px;
  @media screen and (max-width: 750px){
    padding-top: 0;
  }
}
.businessPolicy__right {
  width: 514px;
  aspect-ratio: 514 / 485;
  position: relative;
  .thumb01 {
    width: 53.7%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  .thumb02 {
    width: 53.7%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
  }
  @media screen and (max-width: 750px){
    width: 100%;
    margin-top: 20px;
  }
}
.businessPolicy__deco {
  position: absolute;
  width: 37.3%;
  right: 16.9%;
  bottom: 1.9%;
  z-index: 3;
}
.businessStrength {
  margin-top: 240px;
  @media screen and (max-width: 750px){
    margin-top: 120px;
  }
}
.businessStrengthList {
  margin-top: 80px;
  @media screen and (max-width: 750px){
    margin-top: 60px;
    padding: 0;
  }
}
.businessStrengthList__item {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    flex-direction: column;
    align-items: center;
  }
  + .businessStrengthList__item {
    margin-top: 72px;
    @media screen and (max-width: 750px){
      margin-top: 60px;
    }
  }
}
.businessStrengthList__left {
  text-align: center;
  width: 460px;
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.businessStrengthList__right {
  width: 510px;
  @media screen and (max-width: 750px){
    width: 100%;
    margin-top: 20px;
  }
}
.businessStrengthList__num {
  line-height: 1;
  font-size: 40px;
  font-family: var(--font-en);
  color: var(--color-blue);
  letter-spacing: 0.15em;
  padding-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid var(--color-blue);
}
.businessStrengthList__title {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: var(--color-blue);
  margin-top: 1em;
}
.businessProfile {
  margin-top: 240px;
  @media screen and (max-width: 750px){
    margin-top: 120px;
  }
}
.businessProfile__table {
  margin: 50px auto 0;
  width: calc(100% - 120px);
  @media screen and (max-width: 750px){
    width: 100%;
  }
}