section.contents {
  background-color: #f3f3f3;
}

footer {
  background-color: #f3f3f3;
}

section.limited-wrap {
  max-width: 640px;
  padding: 60px 60px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 40px;
  border: 1px solid #aaa;
  border-radius: 16px;
}

.limited-wrap h1 {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
}

.limited-wrap h3 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: -0.01rem;
}

.btn-wrap {
  display: flex;
  flex-direction: row;
  margin: 24px auto 0 auto;
  width: fit-content;
}

.btn-wrap button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 220px;
  height: 44px;
  font-weight: 500;
  font-size: 0.92rem;
  color: #fff;
  border-radius: 30px;
  background-color: var(--color-blue);

  &:hover {
    opacity: 0.9;
  }
}

.btn-wrap button span {
  display: inline-block;
  margin-left: 6px;
  width: 16px;
  height: 10px;
  background: url(/yooshin_talent_portal/assets/images/common/arrow_right.png) no-repeat center center / 100%;
}