/*共通*/

.re-contents-fc-inline {
  display: block;
  text-align: center;
}

.re-contents {
  overflow: hidden;
}

.re-contents .moz-p {
  margin-bottom: 1.5rem;
}

/*pcトップ*/

.pc-head {
  background: linear-gradient(25deg, rgba(50, 55, 77, 0.3), rgba(56, 23, 42, 0.6)),  url(/wp-content/themes/blankslate-child/assets/images/reco-img1.webp);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}


/*pc区切り線*/

.re-content-pc-line, .re-content-pc-line2 {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
  height: 60px;
  border: none;
  margin: 2rem 0;
}

.re-content-pc-line {
  background-color: #f18d9e;
}

.re-content-pc-line2 {
  background-color: #5bc8ac;
}


/*flex要素*/

.re-contents-pcflex, .e-contents-pcflex-2,.re-contents-pcflex-item1, .re-contents-pcflex-item2, .re-contents-pcflex-item3, .re-contents-pcflex-item4 {
  width: 100%;
}

.re-contents-pcflex-item2 {
  margin: 1rem;
}

.re-contents-pcflex, .e-contents-pcflex-2  {
  display: block;
}


/*スマホ用タイトル*/

.re-job-sp-title {
  position: relative;
  background-image: url(/wp-content/themes/blankslate-child/assets/images/reco-img2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 31.6%;
  margin-top: 4rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.re-job-sp-title span {
  position: absolute;
  font-size: 1.42rem;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  width: 100%;
    line-height: 1.2;
}


/*画像配置指定*/

.re-background-1,.re-background-2,.re-background-3,.re-background-4 {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 66%;
}

.re-background-1 {
  background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended-img-3.webp);
}

.re-background-2 {
  background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended-img-6.webp);
}

.re-background-3 {
  background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended-img6-2.webp);
}
.re-background-4 {
  background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended-img-6-4.webp);
}

.re-background-left {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended-img4.webp);
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
}

.re-background-left2 {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended-img6.webp);
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
}

.re-background-right {
  position: absolute;
  top: -.5rem;
  right: 0;
  background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended-img5.webp);
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: contain;
}


/*コンテンツ用box*/

.re-box, .re-box-2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 0px #00000029;
  border: 0px solid #E5E8ED;
  margin: 0rem;
  margin-bottom: 0rem;
  padding: 1rem;
}
.img-ab {
  position: absolute;
  top: 0;
}


/*働く女性を応援*/

.re-box-pink {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFE8E8 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 0 2rem 2rem;
}

.re-p-identity {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 1.3;
}

.recome-h2-span::before {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended/merit-img-13-2.svg);
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  top: 55%;
  left:-2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recome-h2-span::after {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended/merit-img-13-1.svg);
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  top: 55%;
  right:-6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recome-h2-span{
  position: relative;
  display: inline-block;
}

.wid-100-80 {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .re-job-sp-title span {
    font-size: 1.42rem;
  }
}

@media screen and (min-width: 600px) {
  .re-job-sp-title span {
    font-size: 1.42rem;
  }
}

@media screen and (min-width: 1001px) {
  
  .re-contents-fc-inline {
    font-size: 1.1rem;
    display: inline-block;
    text-align: left;
    width: 48%;
    padding: 0.3rem;
    padding-left: 1rem;
  }
  /*flex要素*/
  .re-contents-pcflex, .re-contents-pcflex-2 {
    display: flex;
    width: 100%;
  }
  .re-contents-pcflex-2 {
    align-items: center;
  }
  .re-contents-flex-item {
    width: 100%;
    border-right: solid 1px #a9a9a9;
    border-top: solid 0px;
    border-left: solid 0px;
    border-bottom: solid 0px;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 1.2rem;
  }
  .re-contents-pcflex-item1, .re-contents-pcflex-item2 {
    width: 50%;
    margin: 1rem;
  }
  .re-contents-pcflex-item3 {
    width: 55%;
  }
  .re-contents-pcflex-item4 {
    width: 45%;
  }
  /*背景指定*/
  .re-background-1, .re-background-2, .re-background-3, .re-background-4 {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 16.6%;
    margin-bottom: 4rem;
  }
  .re-background-1 {
    position: relative;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended/recommended-img3.webp);
  }
  .re-background-2 {
    position: relative;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended/recommended-img3-2.webp);
  }
  .re-background-3 {
    position: relative;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended/recommended-img3-3.webp);
  }
  .re-background-4 {
    position: relative;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/recommended/recommended-img3-2.webp);
  }
  .re-background-left, .re-background-left2 {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 9;
  }
  .re-background-right {
    position: absolute;
    top: -1rem;
    right: 0;
    width: 100%;
    height: 400px;
    background-position: right 20px center;
    z-index: 9;
  }
  /*コンテンツボックス*/
  .re-box, .re-box-2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0px solid #707070;
    margin: 0rem;
    margin-bottom: 2rem;
    padding: 0rem;
    
    z-index: 99;
    position: relative;
  }
  .re-box-2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 0px #00000029;
    border: 0px solid #707070;
    margin: 0rem;
    margin-bottom: 2rem;
    padding: 0rem;
    z-index: 99;
    position: relative;
  }

  .re-box-pink {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 0rem;
    margin-bottom: 4rem;
  }
  .wid-100-80 {
    width: 80%;
  }
}

@media screen and (min-width: 1001px) {}

@media screen and (min-width: 1201px) {
  .re-p-identity {
    font-size: 26px;

}
.re-box, .re-box-2 {
  padding: 2rem;
  box-shadow: 1px 0px #E5E8ED;
}
 
.re-box-pink {

  padding: 2rem;
  
}

}

@media screen and (min-width: 1540px) {
  /*背景指定*/
  .re-background-left, .re-background-left2 {
    position: absolute;
    top: -1rem;
    left: 20px;
    width: 100%;
    height: 400px;
    z-index: 100;
  }
  .re-background-right {
    position: absolute;
    top: -1rem;
    right: -20px;
    width: 100%;
    height: 400px;
    background-position: right 20px center;
    z-index: 100;
  }
}

@media screen and (max-width: 375px) {
  /*スマホ用タイトル*/
  .re-job-sp-title span {
    font-size: 1.42rem;
    font-size: 1rem;
    top: -1.5rem;
    left: 30%;
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  /*共通*/
  .re-contents .moz-p {
    margin-bottom: 1rem;
  }
  .re-contents {
    font-size: 0.9rem;
  }
  /*スマホ用タイトル*/
  .re-job-sp-title span {
    position: absolute;
    font-size: 0.9rem;
    top: -2rem;
    left: 25%;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    text-align: center;
    padding-left: 3rem;
  }
}