@charset "UTF-8";
/*========================================================================*\

$challengeSection

\*========================================================================*/

#challengeSection .sectionInner {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 5rem;
  background: url("../../images/recruit/cta.webp") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(255, 125, 0, 0.47);
}

#challengeSection .sectionInner h2 {
  font-size: 4.8rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.38;
  margin-bottom: 65px;
  text-align: center;
}

#challengeSection .sectionInner p {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 65px;
  text-align: center;
}

#challengeSection .sectionInner p.btn {
  margin: 0 auto;
  width: 380px;
}

#challengeSection .sectionInner p.btn a {
  align-items: center;
  background: #ffffff;
  border-radius: 100px;
  color: #ff7d00;
  cursor: pointer;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

#challengeSection .sectionInner p.btn a:hover {
  opacity: 0.7;
}


/*========================================================================*\

$challengeSection

\*========================================================================*/
@media screen and (max-width: 769px) {
  #challengeSection {
    padding: 0 2rem;
  }

  #challengeSection .sectionInner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 3.5rem;
  }

  #challengeSection .sectionInner h2 {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }

  #challengeSection .sectionInner p {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }

  #challengeSection .sectionInner p.btn {
    margin: 0 auto;
    width: 80%;
  }

  #challengeSection .sectionInner p.btn a {
    font-size: 1.4rem;
    padding: 2rem 1rem;
  }
}
