.partner_bg {
  width: 100%;
  height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/home_bg.png') center/cover no-repeat;
}

.partner_bg_content {
  display: flex;
  /* width: 100px; */
  padding-top: 80px;
  /* background-color: yellow; */
}

.partner_bg_title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 64px;
  color: #35359C;
  line-height: 88px;
}

.partner_bg_info {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
  margin-right: 70px;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 40px;
}


.partner_bg_info_text {
  width: 680px;
  margin-top: 50px;
  font-size: 22px;
  color: #333333;
  line-height: 40px;
}

.partner_bg_img {
  width: 638px;
  height: 497px;
}

.partner_faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.partner_limit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner_past {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 40px;
}

.partner_past_img {
  width: 360px;
  height: 280px;
  margin-right: 80px;
}
.partner_char {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  /* align-items: ; */
}
.partner_char_text {
  width: 520px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 60px;
  background: #F2F2FF;
  border-radius: 24px;
}
.partner_char_img {
  width: 850px;
  height: 650px;
  /* margin-right: 80px; */
}

.partner_char_bot {
  display: flex;
  align-items: center;
  width: 520px;
  height: 220px;
  box-sizing: border-box;
  padding-right: 50px;
  margin-top: 30px;
  background: #251745;
  border-radius: 20px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 40px;
}
.partner_char_ic {
  width: 160px;
  height: 160px;
  margin-right: 36px;
}

.partner_corp {
  width: 1400px;
  height: 387px;
  margin-bottom: 270px;
  background: linear-gradient(90deg, #8E79E7 0%, #BC95F8 100%);
  border-radius: 24px;
}
.partner_corp_title {
  padding-left: 60px;
  padding-top: 65px;
  font-weight: bold;
  font-size: 44px;
  color: #FFFFFF;
}

.partner_corp_text {
  padding-left: 60px;
  padding-top: 68px;
  padding-bottom: 40px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.partner_corp_list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  margin: 0 60px;
  /* background-color: yellow; */
}
.partner_corp_item {
  width: 290px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(214, 214, 228, 0.5);
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: center;
}

.partner_corp_item_title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.partner_corp_item_ic {
  width: 80px;
  height: 80px;
}
.partner_corp_item a {
  font-weight: 400;
  font-size: 18px;
  color: #8787F1;
}