.content {
  width: 100%;
  background-color: #f7f7f7;
}
.content .box {
  width: 88%;
  margin: 0 auto;
  padding-top: 2.7rem;
  padding-bottom: 5rem;
}
.content .box .recruitment {
  width: 100%;
}
.content .box .recruitment .social {
  width: 100%;
  position: relative;
  background-color: white;
  margin-bottom: 2.7rem;
}
.content .box .recruitment .social::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .recruitment .social .img {
  width: 100%;
  height: 23.3rem;
  position: relative;
  overflow: hidden;
}
.content .box .recruitment .social .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  right: -300px;
  margin: auto;
  transition: 0.8s;
}
.content .box .recruitment .social .social-box {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: #ffffff;
  transition: 0.5s;
  padding-bottom: 3.3rem;
}
.content .box .recruitment .social .social-box .h2 {
  font-size: 1.73rem;
  font-weight: bold;
  line-height: 1.73rem;
  color: #333333;
  margin-top: 2.8rem;
  transition: 0.5s;
  position: relative;
}
.content .box .recruitment .social .social-box .line {
  width: 2rem;
  height: 2px;
  margin-top: 1.1rem;
  background-color: #c6150f;
}
.content .box .recruitment .social .social-box .p {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2.4rem;
  color: #666666;
}
<!--0.00016999244689941-->