.directory-box p:nth-child(2) {
  color: #333333;
}

/* banner */
.banner {
  width: 100%;
  margin-top: 40px;
}

/* 内容区 */
.content-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.content-wrap {
  width: 100%;
  display: flex;
  margin-top: 100px;
}

.content-imgbox {
  width: 50%;
  height: 360px;
  position: relative;
}

.content-imgbg {
  width: 80%;
  height: 80%;
  position: absolute;
}

.content-img {
  width: 90%;
  position: absolute;
}

.content-wrap:nth-child(2n-1) .content-imgbg {
  background: linear-gradient(to right, #dcdcdc, rgba(220, 220, 220, 0));
}

.content-wrap:nth-child(2n) .content-imgbg {
  background: linear-gradient(to left, #dcdcdc, rgba(220, 220, 220, 0));
  right: 0;
}

.content-wrap:nth-child(2n-1) .content-img {
  left: 40px;
  top: 40px;
}

.content-wrap:nth-child(2n) .content-img {
  right: 40px;
  top: 40px;
}

.content-describe {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.content-text1 {
  margin-top: 60px;
  font-family: "sfJpLightBold";
  font-size: 32px;
  color: #333333;
  line-height: 48px;
}

.content-text2 {
  font-family: "sfJpLight";
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
}

.imgs {
  margin-top: 100px;
  width: 100%;
}

.pnj-logobox {
  width: 100%;
  margin: 50px 0;
  height: 90px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pnj-logobox img {
  width: 128px;
}

@media screen and (max-width: 1024px) {
  .content-wrap:nth-child(2n-1) {
    display: flex;
    flex-direction: column-reverse;
  }

  .content-wrap:nth-child(2n) {
    display: flex;
    flex-direction: column;
  }

  .content-imgbox {
    width: 100%;
    height: auto;
  }

  .content-describe {
    width: 100%;
  }

  .content-imgbg {
    display: none;
  }

  .content-img {
    width: 100%;
    position: relative;
    margin-top: 60px;
  }

  .content-wrap:nth-child(2n-1) .content-img {
    left: 0px;
    top: 0px;
  }

  .content-wrap:nth-child(2n) .content-img {
    right: 0px;
    top: 0px;
  }

  .content-text1 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .content-wrap {
    margin-top: 80px;
  }

  .content-text1 {
    font-size: 32px;
    line-height: 48px;
  }

  .content-text2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }

  .content-img {
    margin-top: 40px;
  }

  .imgs {
    margin-top: 80px;
  }

  .pnj-logobox {
    margin: 40px 0;
    height: 90px;
  }
}

@media screen and (max-width: 650px) {
  .content-wrap {
    margin-top: 40px;
  }

  .content-text1 {
    font-size: 16px;
    line-height: 38px;
  }

  .content-text2 {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
  }

  .content-img {
    margin-top: 20px;
  }

  .imgs {
    margin-top: 40px;
  }

  .pnj-logobox {
    margin: 20px 0;
    height: 45px;
  }

  .pnj-logobox img {
    width: 64px;
  }
}
