.pageHeader__read {
  position: absolute;
  top: 240px;
  left: calc(50% - 490px);
  width: 275px;
  @media screen and (max-width: 750px){
    top: 22.2vw;
    left: 4.8vw;
    width: 30.2vw;
  }
}
.pageHeader__text {
  max-width: 1048px;
  margin: -40px auto 0;
  padding-left: 425px;
  padding-right: 32px;
  @media screen and (max-width: 750px) {
    margin: 70px 0 0;
    padding-right: 20px;
    padding-left: 127px;
    font-size: 12px;
  }
}
.businessList {
  max-width: 1080px;
  margin: 60px auto 0;
  @media screen and (max-width: 750px){
    margin-top: 30px;
  }
}
.businessList__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    flex-direction: column-reverse;
  }
  &.-reverse {
    flex-direction: row-reverse;
    @media screen and (max-width: 750px){
      flex-direction: column-reverse;
    }
  }
  + & {
    margin-top: 110px;
    @media screen and (min-width: 751px){
      &:nth-child(2n + 1) {
        margin-top: -40px;
      }
    }
    @media screen and (max-width: 750px){
      margin-top: 45px;
    }
  }
}
.businessList__left {
  width: 550px;
  position: relative;
  @media screen and (max-width: 750px){
    width: calc(100% - 110px);
    margin-left: 110px;
    &.-left02 {
      margin-left: 0;
      margin-right: 110px;
    }
  }
}
.businessList__deco {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #e3e3e3;
  font-size: 85px;
  font-weight: bold;
  line-height: 1;
  font-family: var(--font-en);
  @media screen and (max-width: 750px){
    font-size: 39px;
  }
  &.-deco01 {
    right: 180px;
    @media screen and (max-width: 750px){
      right: 80px;
    }
  }
  &.-deco02 {
    right: -35px;
    @media screen and (max-width: 750px){
      right: -80px;
      top: 20px;
    }
  }
  &.-deco03 {
    top: auto;
    bottom: -30px;
    @media screen and (max-width: 750px){
      right: 5px;
      bottom: -10px;
    }
  }
}
.businessList__right {
  width: 480px;
  margin-top: 220px;
  @media screen and (max-width: 750px){
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
  }
  &.-right02 {
    margin-top: 25px;
    @media screen and (max-width: 750px){
      margin-top: 20px;
    }
  }
  &.-right03 {
    margin-top: 180px;
    @media screen and (max-width: 750px){
      margin-top: 20px;
    }
  }
}
.businessList__title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  .en {
    font-size: 40px;
    font-family: var(--font-en);
    color: var(--color-blue);
    line-height: 1.3;
    @media screen and (max-width: 750px){
      font-size: 26px;
    }
  }
  .ja {
    font-size: 45px;
    font-weight: 900;
    color: var(--color-text-black);
    @media screen and (max-width: 750px){
      font-size: 29px;
    }
  }
}
.businessList__subtitle {
  font-size: 28px;
  font-weight: 500;
  color: var(--color-blue);
  margin-top: 0.5em;
  line-height: 1.3;
  text-align: center;
  @media screen and (max-width: 750px){
    font-size: 18px;
  }
}
.businessList__text {
  margin-top: 1em;
}