#recco {
  margin-top: -180px;
}
#recco div.wrap {
  max-width: 1200px;
}
#recco div.wrap article {
  width: calc(100% / 2);
}
#recco div.wrap article.recruit {
  position: relative;
}
#recco div.wrap article.recruit::before {
  content: "";
  background-image: url(../img/man.png);
  width: 323px;
  height: 769px;
  display: block;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  top: -30px;
}

#recco div.wrap article.recruit hgroup {
  
}
#recco div.wrap article.recruit hgroup h2 {
  background-color: #ccc;
  padding: 180px 0;
  padding-left: 100px;
  color: white;
}

#recco div.wrap article.recruit hgroup h3 {
 margin-left:100px ;  
 margin-top: 100px;
 margin-bottom: 30px;
 position: relative;
 z-index: 1;
}
#recco div.wrap article.recruit>*:not(hgroup){
  margin-left:100px;  
}
#recco div.wrap article.recruit p {
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
#recco div.wrap article.recruit a {
  margin-bottom: 100px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
#recco div.wrap article.recruit::after {
  content: "";
  width: 100%;
  height: 348px;
  display: block;
  background-color: rgba(255,255,255,0.6);
  position: absolute;
  bottom: 0;
}
#recco div.wrap article.corpo {
  justify-content: center;
  gap: 20px;
  position: relative;
  background-image: url(../img/csr.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#recco div.wrap article.corpo::before{
  content: "";
  border: 2px solid #cdd3ab;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: calc(40px / 2);
  top: calc(40px / 2);
}
#recco div.wrap article.corpo hgroup {
  flex-direction: column-reverse;
  text-align: center;
  gap: 20px;
  color: white;
}
#recco div.wrap article.corpo hgroup h2 {
  
}
#recco div.wrap article.corpo hgroup h3 {
  
}
#recco div.wrap article.corpo a {
  
}
#recco div.wrap article{
  
}
















}



