.ikusa-footer {
  background-image: url(../img/footer-bg.png);
  background-position: left 50% bottom 50%;
  background-size: cover;
}

.footer-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3rem 0;
  color: #fff;
  width: 90%;
}

.footer-logo {
  padding-bottom: 2rem;
  width: 100%;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
}

.footer-logo img {
  width: 15%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-list_wrapper {
  display: flex;
  justify-content: flex-start;
  gap: calc(var(--s-val) * 3);
}

.footer-list_wrapper a {
  color: #fff;
}

.footer-list_service p {
  font-size: calc(var(--s-val) * 1.6);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.footer-list_service ul {
  display: flex;
  gap: calc(var(--s-val) * 0.5);
  flex-direction: column;
}

.footer-list_service ul li {
  font-size: calc(var(--s-val) * 1.2);
}

.footer-list {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: calc(var(--s-val) * 1);
  font-size: calc(var(--s-val) * 1.6);
}

.footer-list li:last-child {
  font-weight: normal;
}

.footer-btn {
  display: flex;
  flex-direction: column;
  gap: calc(var(--s-val) * 1);
}

.footer-btn a {
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 40px;
  font-size: calc(var(--s-val) * 1.2);
}

.footer-btn a:nth-child(1) {
  background: var(--color-red);
}

.footer-btn a:nth-child(2) {
  background: var(--color-orange);
}

.footer-copy {
  text-align: right;
  font-size: calc(var(--s-val) * 1.4);
}

@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 40%;
  }

  .footer-list_wrapper {
    margin-bottom: 2rem;
  }

  .footer-list_service p {
    margin-bottom: 1rem;
  }

  .footer-content {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .footer-container {
    width: 90%;
  }

  .footer-list_service ul li {
    margin-bottom: 1rem;
  }

  .footer-btn {
    width: 80%;
    margin: 0 auto;
  }

  .ikusa-footer {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .footer-btn a {
    font-size: calc(var(--s-val) * 1.4);
  }

  .footer-copy {
    text-align: center;
  }
}
