.footer {
  background: #6e808d;
  padding: 100px 20px;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 50px;
  color: #fff;
  align-items: center;
}

.footer-cv {
  background: #fff;
  border-radius: 100px;
  padding: 10px 15px;
  color: #6e808d;
  font-weight: 600;
}

.copy-right {
  text-align: center;
  margin-top: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .target {
    flex-basis: 90%; /* 横幅100%にして1段落ちる */
  }

  .footer-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 25px;
    color: #fff;
    align-items: center;
  }

  .footer {
    background: #6e808d;
    padding: 70px 20px;
  }
}
