@charset "UTF-8";
/* 
Theme Name:豊中庄内ヴェルデデンタルクリニック
*/
/* recruit */
#recruit {
  margin-bottom: 70px;
  position: relative;
}
#recruit .inner {
  background: #EDD79E;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 600px;
  padding: 135px 20px 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
#recruit .inner > dl {
  font-weight: 500;
  letter-spacing: .05em;
}
#recruit .inner > dl dt {
  font-size: 2.8rem;
  line-height: 1.2;
}
#recruit .inner > dl dd {
  font-size: 5.7rem;
  line-height: 1.2;
}
#recruit .inner > dl dd a {
  display: inline-block;
  padding-left: 56px;
  position: relative;
}
#recruit .inner > dl dd a:before {
  background: url("/cms/wp-content/themes/verde/img/cmn/icon_tel_01.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 36px;
  left: 0;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  width: 40px;
}
#recruit .inner:before {
  background: url("/cms/wp-content/themes/verde/img/recruit/bg_recruit_01.jpg") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 216px;
  left: 40px;
  position: absolute;
  top: -30px;
  width: 273px;
  z-index: 2;
}
#recruit h2 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 1em;
}
#recruit p {
  margin-bottom: 1.5em;
}
#recruit ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1.5em;
  max-width: 960px;
}
#recruit ul li {
  background: #FFF;
  border-radius: 70px;
  letter-spacing: .05em;
  padding: 1.2em .5em;
  width: 48%;
}
#recruit ul li dt {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: .3em;
}
@media only screen and (max-width: 1240px) {
  #recruit {
    margin: 0 20px 5.83vw;
  }
  #recruit h2 {
    font-size: 3.33vw;
  }
  #recruit p {
    font-size: 2vw;
  }
  #recruit ul li {
    border-radius: 5.83vw;
    padding: 1em .5em;
  }
  #recruit ul li dt {
    font-size: 2.33vw;
  }
  #recruit ul li dd {
    font-size: 2vw;
  }
  #recruit .inner > dl dt {
    font-size: 2.33vw;
  }
  #recruit .inner > dl dd {
    font-size: 4.75vw;
  }
  #recruit .inner:before {
    height: 18vw;
    left: 0;
    top: -1.5vw;
    width: 22.75vw;
  }
}
@media only screen and (max-width: 767px) {
  #recruit {
    margin: 0 0 7rem;
  }
  #recruit .inner {
    min-height: initial;
    padding: 13.5rem 1rem 12rem;
  }
  #recruit .inner > dl dt {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  #recruit .inner > dl dd {
    font-size: 3.7rem;
  }
  #recruit h2 {
    font-size: 3.0rem;
  }
  #recruit p {
    font-size: 1.8rem;
  }
  #recruit ul {
    margin: 0 2rem 1.5em;
  }
  #recruit ul li {
    border-radius: 7rem;
    padding: 1.2em 1em;
    width: 48%;
  }
  #recruit ul li dt {
    font-size: 2.0rem;
  }
  #recruit ul li dd {
    font-size: 2.4rem;
  }
}
