.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.7vw;
  height: 6vw;
  background-color: #44BA56;
  border: 0.25vw solid #212121;
  border-radius: 9999px;
  box-shadow: 0.4vw 0.4vw 0 #2E943F;
  margin: 4vw auto 0;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}

.cta-button:hover {
  transform: translate(0.2vw, 0.2vw);
  box-shadow: 0.2vw 0.2vw 0 #2E943F;
}

.ok-section .cta-button {
  margin-top: 6vw;
}

.cta-button-wrapper {
  position: relative;
  width: fit-content;
  margin: 2vw auto 0;
}

.cta-button-wrapper .cta-button {
  margin: 0;
}

.ok-section .cta-button-wrapper {
  margin-top: 6vw;
}

.cta-microcopy {
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: 0.125vw solid #212121;
  border-radius: 9999px;
  padding: 1vw 2.5vw;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  color: #212121;
  white-space: nowrap;
  z-index: 1;
}

.cta-star-left {
  position: absolute;
  top: -3vw;
  left: -6vw;
  width: 6vw;
  height: auto;
  z-index: 0;
}

.cta-star-right {
  position: absolute;
  bottom: -3vw;
  right: -6vw;
  width: 6vw;
  height: auto;
  z-index: 0;
}

.cta-line-icon {
  position: absolute;
  left: 2vw;
  height: 2.8vw;
  width: auto;
}

.cta-text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 1.8vw;
  color: white;
}

.cta-arrow-icon {
  position: absolute;
  right: 2vw;
  height: 2vw;
  width: auto;
}

.last-cta-section {
  width: 100%;
  height: 37.39vw;
  background-image: url('../img/last-cta-section-pc-bg.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.last-cta-section .cta-button-wrapper {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.footer-content {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
}

.footer-isms-logo {
  width: 16vw;
  height: auto;
}

.footer-privacy-link {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1vw;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-privacy-link:hover {
  opacity: 0.7;
}

.footer-copyright {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 0.9vw;
  font-weight: 400;
  color: #212121;
  margin: 0;
}
