@charset "utf-8";

/* ///////////Ul///////////////// */
.parts35__list {
  /* width: 844px; */
  height: 888px;
  margin: 0 auto;
  position: relative;
}

/* //////////////Li//////////////////// */
.parts35__item {
  width: 300px;
  height: 300px;
  margin: auto;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}


/* ///////////まるの線部分/////////////////////////// */
  .parts35__list::before {
    content: "";
    width: 860px;
    height: 860px;
    margin: auto;
    border: 10px solid #7AD4AD;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 252px;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .parts35__list::after {
    content: "";
    width: 370px;
    height: 370px;
    margin: auto;
    position: absolute;
    top: 248px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/parts35__list_logo.png);
  }



/* /////////////まるの中の背景色///////////////////// */
.parts35__item:nth-child(6) .parts35__inner {
  padding-top: 42px;
}

.parts35__item:nth-child(8) .parts35__inner {
  padding-top: 37px;
}

.parts35__item:nth-child(2n) .parts35__inner {
  background: #07B368;
}
.parts35__item:nth-child(2n+1) .parts35__inner {
  background: #07B368;
}

/* ///////////背景まるの大きさ/////////////////////// */
.parts35__inner {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding-top: 56px;
}
/* ////////////タイトルとテキストが入っている///////////////////// */
  .parts35__detail {
    width: 200px;
  }
  /* ///////////まるの中のタイトル///////////////////// */
    .parts35__ttl {
      margin-bottom: 13px;
      font-size: 26px;
      font-weight: 500;
      color: #fff;
      text-align: center;
    }
  /* /////////////まるの中のテキスト/////////////////////// */
      .parts35__text {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-align: start;
        line-height: 1.8;
      }


/* /////////////liの位置指定/////////////////////// */
.parts35__item:nth-child(1) {
  top: -3px;
  right: 0;
  left: 0;
}
.parts35__item:nth-child(2) {
  top: 118px;
  right: 123px;
}
.parts35__item:nth-child(3) {
  top: 246px;
  right: 0;
  bottom: 0;
}
.parts35__item:nth-child(4) {
  right: 123px;
  bottom: -127px;
}
.parts35__item:nth-child(5) {
  right: 0;
  bottom: -249px;
  left: 0;
}
.parts35__item:nth-child(6) {
  bottom: -126px;
  left: 122px;
}
.parts35__item:nth-child(7) {
  top: 0;
  bottom: -246px;
  left: 0;
}
.parts35__item:nth-child(8) {
  top: 118px;
  left: 122px;
}

.parts35__contInner {
  padding-bottom: 309px;
}