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

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

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

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

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

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

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

.cta-star-left {
  position: absolute;
  top: -7vw;
  left: -8vw;
  width: 12vw;
  height: auto;
  z-index: 0;
}

.cta-star-right {
  position: absolute;
  bottom: -7vw;
  right: -8vw;
  width: 12vw;
  height: auto;
  z-index: 0;
}

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

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

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

.last-cta-section {
  width: 100%;
  height: 74.09vw;
  background-image: url('../img/bg-last-cta-section-sp.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: 5vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
}

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

.footer-privacy-link {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 3vw;
  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: 2.5vw;
	width:100vw;
  font-weight: 400;
  color: #212121;
	text-align: center;
  margin: 0;
}
