.anchor__list li:last-of-type {
  display: none;
}
@media screen and (max-width: 1060px) {
  .anchor__list li:last-of-type {
    display: block;
  }
}

.equip__col,
.equip__col02 {
  display: flex;
  justify-content: space-between;
  padding: 6rem 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1060px) {
  .equip__col,
  .equip__col02 {
    display: block;
  }
}
.equip__col:first-child,
.equip__col02:first-child {
  padding-top: 0;
}
.equip__col:last-child,
.equip__col02:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.equip__col {
  align-items: center;
}
.equip__col .img {
  width: 33.18%;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .equip__col .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 3rem;
  }
}
.equip__col .equip__text {
  width: 61.36%;
}
@media screen and (max-width: 1060px) {
  .equip__col .equip__text {
    width: 100%;
  }
}
.equip__col .equip__text .title {
  line-height: 1.5;
  font-weight: 700;
}
.equip__col .equip__text p {
  margin-top: 2.5rem;
}

@media screen and (max-width: 1060px) {
  .equip__col02 {
    padding-bottom: 3rem;
  }
}
.equip__col02 .img {
  width: 27.82%;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .equip__col02 .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 3rem;
  }
}
.equip__col02 .equip__text {
  width: 67.45%;
}
@media screen and (max-width: 1060px) {
  .equip__col02 .equip__text {
    width: 100%;
  }
}
.equip__col02 .equip__text .title {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
