@keyframes linearGradient {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -200%;
  }
}

.wrapper section:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

/* .wrapper section {
  max-width: 1440px;
  margin: 0 auto;
} */

.about-us {
  display: flex;
  justify-content: space-between;
}

.about-us h1 {
  font-family: Inter;
  font-size: 148px;
  font-weight: 700;
  line-height: 128px;
  letter-spacing: -0.08em;
  text-align: left;
  text-transform: uppercase;
  margin-left: 20px;
}

.about-us button {
  border-radius: 100px;
  width: 436px;
  height: 76px;
  padding: 24px 28px 24px 28px;
  gap: 10px;
  border-radius: 100px;
  background-color: #581E7D;
  border: none;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.04em;
  margin-top: 60px;
  margin-left: 20px;
  margin-bottom: 60px;
}

.about-us img {
  height: 469px;
  display: block;
}

.contact-us {
  padding: 20px;
}

.contact-us h3 {
  width: 568px;
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  text-transform: uppercase;
  margin: 40px 0;
}

.contact-us .contact-info {
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-us .contact-info>div{

}

.contact-us .contact-info label {

  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: -0.02em;
  text-align: center;
}

.contact-us .contact-info h4 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  
}

.contact-info .social-networks img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}

.contact-us form {
  height: 726px;
  background: linear-gradient(266.35deg, #118fde 0, #203db4 50%, #118fde);
  margin: 32px 0;
  border-radius: 12px;
  padding: 28px;
  background-size: 200% 100%;
  /* -webkit-animation: linearGradient linear infinite 5s;
  animation: linearGradient linear infinite 5s; */
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.form-item {
  flex: 1;
  margin: 0 10px;
}

.form-item label {
  display: block;
  margin-bottom: 8px;
  color: #FFF;
}

.form-item input {
  width: 100%;
  height: 64px;
  border-radius: 6px;
  border: 2px solid #ffffff2e;
  background: transparent;
  padding: 0 12px;
  color: #FFF;
  box-sizing: border-box;
}

.form-item textarea {
  width: 100%;
  height: 184px;
  border-radius: 6px;
  border: 2px solid #ffffff2e;
  background: transparent;
  padding: 8px 12px;
  color: #FFF;
  box-sizing: border-box;
}

.form-agree {
  color: #ffffff2e;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 12px;
  margin-top: 16px;
}
.form-agree a{
  color: #ffffff2e;

}

.form-agree input[type="checkbox"]::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #2045b8;
  border-radius: 6px;
  outline: none;
  border: 1px solid #ffffff2e;
}

.form-agree input[type="checkbox"] {
  height: 24px;
  margin-right: 22px;
}

.form-agree input[type="checkbox"]:checked {
  background-color: #2045b8;
  border-color: #FFF;
  border-radius: 6px;
}

.form-agree input[type="checkbox"]:checked::before {
  content: "\2713";
  color: #2045b8;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
}

.form-button {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 68px 12px 0;
}

.form-button span {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  text-transform: uppercase;

}

.form-button button {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: none;
  background: #459ADF;
  margin-left: 32px
}

.form-button button img {
  width: 48px;
}

.others {
  margin: 24px 20px;
}

.others-content {
  display: flex;
  position: relative;
}

.others h6 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-left: 12px;
  margin-bottom: 46px;
  padding-top: 20px;
  position: sticky;
  top: 50px;
  background-color: white;
  z-index: 1;
}

.others-list {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  max-width: 400px;
  overflow-y: auto;
  max-height: 600px;
  position: sticky;
  top: 100px;
}

.others-list li {
  display: flex;
  align-items: center;
  height: 56px;
  max-width: 640px;
  padding: 12px;
  font-size: 14px;
  border-radius: 12px;
}

.others-list li:hover {
  background: #f7f7f7;
}

.others-list li.active {
  background: #f7f7f7;
}

.opportunity-contents {
  width: 700px;
  margin-left: 120px;
}

.opportunity-contents h3 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  padding-top: 72px;
  background-color: white;
  z-index: 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.opportunity-contents h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 8px;
}

.opportunity-contents p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #999;
}

.con-block {
  margin: 24px 0;
}

.apply {
  display: flex;
  align-items: center
}

.apply span {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
}

.apply .link {
  /*width: 128px;*/
  height: 28px;
  border-radius: 100px;
  background-color: #e6e6e6;
  line-height: 28px;
  padding: 0 24px;
  margin-left: 24px;

}

@media (max-width: 1300px) {
  .about-us h1 {
    font-size: 104px;
    font-weight: 600;
    line-height: 104px;
    margin-left: 10px
  }

  .about-us button {
    height: 68px;
    width: 349px;
    font-size: 22px;
    line-height: 22px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;

  }

  .about-us img {
    height: 340px;
  }

  .others-list {
    font-size: 24px;
    line-height: 24px;
  }

  .others-list li {
    width: 400px;
    height: auto;
    line-height: 24px;
    padding: 10px;
  }

  .opportunity-contents {
    width: auto;
    margin-left: 100px
  }

  .opportunity-contents h3 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 960px) {
  .about-us h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-left: 10px
  }

  .about-us button {
    height: 66px;
    width: 338px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 20px;

  }

  .about-us img {
    height: 280px;
  }

  .others-list {
    font-size: 20px;
    line-height: 20px;
  }

  .others-list li {
    width: 360px;
    height: auto;
    line-height: 20px;
    padding: 10px;
  }

  .opportunity-contents {
    width: auto;
    margin-left: 80px
  }

  .opportunity-contents h3 {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .about-us h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -2px;
    margin-left: 10px
  }

  .about-us button {
    border-radius: 100px;
    height: 46px;
    width: 180px;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 20px;

  }

  .about-us img {
    height: 250px;
  }

  .contact-us .contact-info h4 {
    font-size: 22px;
    line-height: 22px;
  }

  .contact-info .social-networks {
    display: flex;
    margin-top: 8px;
  }

  .contact-info .social-networks img {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 4px;
  }

  .others-list {
    font-size: 18px;
    line-height: 18px;
  }

  .others-list li {
    width: 240px;
    height: auto;
    line-height: 18px;
    padding: 10px;
  }

  .opportunity-contents {
    width: auto;
    margin-left: 60px
  }

  .opportunity-contents h3 {
    font-size: 24px;
    line-height: 24px;
  }
}



/* @media (max-width: 580px) {
  .form-row {
    flex-direction: column;
  }

  .contact-us form {
    height: 950px;
  }

  .about-us h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -2px;
    margin-left: 10px
  }

  .about-us button {
    border-radius: 100px;
    height: 30px;
    width: 220px;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 20px;

  }

  .about-us img {
    height: 150px;
  }

  .contact-us h3 {
    width: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -1px;
    margin: 20px 0;
  }

  .contact-us .contact-info {
    width: 100%;
  }

  .contact-us .contact-info h4 {
    font-size: 12px;
    line-height: 12px;
  }

  .contact-info .social-networks {
    display: flex;
    margin-top: 8px;
  }

  .contact-info .social-networks img {
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-right: 4px;
  }

  .contact-us form {
    padding: 8px;
  }

  .form-button span {
    font-size: 24px;
    line-height: 24px;
  }

  .form-button button {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-left: 12px
  }

  .form-button button img {
    width: 30px;
    ;
  }

  .others {
    margin: 24px 12px;
  }

  .others-list {
    font-size: 14px;
    line-height: 14px;
  }

  .others-list li {
    width: 120px;
    height: auto;
    line-height: 16px;
    padding: 10px;
  }

  .opportunity-contents {
    width: 70%;
    margin-left: 10px;
  }

  .opportunity-contents h3 {
    font-size: 18px;
    line-height: 18px;
  }

  .opportunity-contents p {
    font-size: 14px;
  }

  .apply span {
    font-size: 14px;
    line-height: 14px;
  }

  .apply .link {
    margin-left: 5px;
    padding: 0 12px;
  }
} */

@keyframes linearGradient {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -200% 0%;
  }
}

/* 手机端 */
@media (max-width: 750px) {
  .about-us {
    margin-top: .34rem;
    display: block;
    padding: 0 .12rem;
  }

  .about-us h1 {
    font-size: .34rem;
    line-height: 1;
    margin-left: 0;
    margin-bottom: 0;
  }

  .about-us button {
    margin-top: .2rem;
    margin-bottom: .2rem;
    margin-left: 0;
    height: auto;
    width: auto;
    padding: 10px;
  }

  .contact-us h3 {
    font-size: .26rem;
    width: 100%;
    line-height: 1.2;
  }

  .contact-us .contact-info label {
    font-size: .18rem;
  }

  .contact-us .contact-info {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .contact-us .contact-info>div {
    width: 100%;
  }

  .contact-us .contact-info>div+div {
    margin-top: .12rem;
  }

  .contact-us .contact-info h4 {
    font-size: .18rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }

  .contact-info .social-networks img {
    width: .28rem;
    height: .28rem;
  }

  .contact-us form {
    height: auto;
    padding: .2rem;
  }

  .form-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: .1rem;
    margin-bottom: .1rem;
  }

  .form-item {
    flex: none;
    margin: 0;
  }

  .form-item label {
    font-size: .16rem;
  }

  .form-item input {
    height: .34rem;
  }

  .form-item textarea {
    height: .88rem;
  }

  .form-button span {
    font-size: .2rem;
    line-height: 1.2;
  }

  .form-button button {
    width: .26rem;
    height: .26rem;
    display: flex;
    margin-left: .1rem;
  }

  .form-button button img {
    width: .16rem;
    margin: auto;
  }

  .form-agree {
    margin-top: .1rem;
    margin-left: 0;
    align-items: flex-start;
  }

  .form-agree span {
    font-size: .12rem;
    flex: 1;
    margin-left: .1rem;
  }

  .others h6 {
    margin-left: 0;
    font-size: .26rem;
    padding-top: 0;
    margin-bottom: .2rem;
  }

  .others-content {
    width: 100%;
    flex-wrap: wrap;
  }

  .others-list {
    padding-left: 0;
    width: 100%;
    margin-bottom: .2rem;
  }

  .opportunity-contents {
    width: 100%;
    margin-left: 0;
  }

  .opportunity-contents .container {
    padding-left: 0;
    padding-right: 0;
  }

  .opportunity-contents h3 {
    font-size: .3rem;
    line-height: 1.2;
    margin-bottom: .2rem;
  }

  .others-list li {
    font-size: .12rem;
    width: 100%;
    padding: 0;
    line-height: 1.2;
  }

  .opportunity-contents p {
    margin-bottom: 0;
    font-style: .14rem;
    line-height: 1.6;
  }

  .apply span {
    font-size: .24rem;
    line-height: 1.2;
  }

  .apply .link {
    font-size: .14rem;
    width: auto;
    height: auto;
    line-height: 2.4em;
    padding: 0 .2rem;
  }

  .form-button {
    margin: .2rem 0 0;
  }

  .form-agree input[type="checkbox"] {
    height: .2rem;
    width: .2rem;
    margin-right: 0;
  }

  .form-agree input[type="checkbox"]::before {
    width: .2rem;
    height: .2rem;
    line-height: .2rem;
    font-size: .14rem;
    border-radius: 0 !important;
  }
}