/* CSS Document */
.staffing {
  padding: 60px 30px 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .staffing {
    padding: 40px max(2%,15px) 0;
  }
}
.staffingIcon_01, .staffingIcon_02, .staffingIcon_03, .staffingIcon_04 {
  display: block;
  position: absolute;
}
.staffingIcon_01{
  width: 150px;
  height: 150px;
  background: var(--color-green);
  top: 0;
  right: 0;
  z-index: -1;
}
.staffingIcon_02{
  width: 110px;
  height: 110px;
  background: var(--color-lightgray);
  top: 100px;
  right: 100px;
  z-index: -2;
}
.staffingIcon_03{
  width: 120px;
  height: 120px;
  background: var(--color-blue);
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .staffingIcon_03 {
    opacity: 0.1;
  }
}
@media screen and (max-width: 980px) {
  .staffingIcon_03 {
    right: 0;
    left: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 720px) {
  .staffingIcon_03 {
    opacity: 0.1;
  }
}
.staffingIcon_04{
  width: 80px;
  height: 80px;
  background: var(--color-green);
  bottom: 120px;
  left: 120px;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .staffingIcon_04 {
    opacity: 0.1;
  }
}
@media screen and (max-width: 980px) {
  .staffingIcon_04 {
    right: 80px;
    left: auto;
    bottom: 70px;
    opacity: 1;
  }
}
@media screen and (max-width: 720px) {
  .staffingIcon_04 {
    opacity: 0.1;
  }
}
.staffing_wrapper ,.staffing_contact_wrapper{
  max-width: 1200px;
  margin: 0 auto;
}
.staffing_content{
  display: flex;
  column-gap: 5.8%;
}
@media screen and (max-width: 980px) {
  .staffing_content {
    position: relative;
    display: block;
    /*column-gap: 2.8%;*/
  }
}
@media screen and (max-width: 980px) {
  .staffing_image {
    width: 80%;
  }
}
.staffing_image img{
  width: 100%;
}
.sp_staffing_image{
  display: none;
}
@media screen and (max-width: 980px) {
  .sp_staffing_image {
    display: block;
    width: 45%;
    text-align: end;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 480px) {
  .sp_staffing_image {
    width: 55%;
  }
}
@media screen and (max-width: 980px) {
  .sp_staffing_image img {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .staffing_txtInner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 980px) {
  .staffing_txtInner {
    margin-top: 80px;
  }
}
.pc_staffing_image{
  position: relative;
}
.pc_staffing_image::after{
  width: 170px;
  height: 170px;
  position: absolute;
  background: var(--color-lightgray);
  display: block;
  bottom: -40px;
  /*left: -5%;*/
  left: -40px;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .pc_staffing_image {
    display: none;
  }
}
.staffing_txtInner p:first-child{
  font-size: 3rem;
  color: var(--color-blue);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 50px;
}
@media screen and (max-width: 980px) {
  .staffing_txtInner p:first-child {
    font-size: clamp(20px,3vw,25px);
    margin-top: 0;
  }
}
.staffing_txtInner p{
  font-size: 1.6rem;
  color: var(--color-blue);
  margin-top: 25px;
}
@media screen and (max-width: 980px) {
  .staffing_txtInner p {
    margin-top: 5px;
  }
}
@media screen and (max-width: 980px) {
  .br-pc {
    display: none;
  }
}
.staffing_detail_content{
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  column-gap: 8.3%;
}
@media screen and (max-width: 980px) {
  .staffing_detail_content {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .staffing_detail_content {
    margin-top: 10px;
  }
}
.staffing_detail_content p:first-child{
  font-size: 1.6rem;
  margin-top: 25px;
}
@media screen and (max-width: 980px) {
  .staffing_detail_content p:first-child {
    margin-top: 0;
  }
}
.staffing_contact{
  padding: 80px 30px 140px;
}
@media screen and (max-width: 980px) {
  .staffing_contact {
    padding: 60px max(2%,15px);
  }
}
@media screen and (max-width: 480px) {
  .headingH2 {
    font-size: min(5.5vw,26px);
    padding: 15px 0;
  }
}
.staffing_contact_content{
  display: flex;
  column-gap: 4%;
}
@media screen and (max-width: 980px) {
  .staffing_contact_content {
    display: block;
  }
}
.bg-img{
  width: 100%;
  height: 0;
  padding-top: 30.9%;
  position: relative;
  border-radius: 10px;
}
.service{
  background: url("../img/staffing/staffing03.jpg") no-repeat;
  background-size: cover;
}
.staff{
  background: url("../img/staffing/staffing04.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .service , .staff {
    min-height: 230px;
  }
}
@media screen and (max-width: 980px) {
  .staff {
    margin-top: 20px;
  }
}
.service:hover , .staff:hover{
  transition: all 0.3s ease;
  transform: scale(1.03);
}
@media screen and (max-width: 980px) {
  .service:hover , .staff:hover {
    transform: scale(1.01);
  }
}
.staffing_contact_txtInner{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.staffing_contact_txtInner p{
  font-size: 2.6rem;
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .staffing_contact_txtInner p {
    font-size: 2.4rem;
  }
}
.contactBtn{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  .contactBtn {
    margin-top: 10px;
  }
}
.staffing_link{
  max-width: 380px;
  width: 100%;
  min-height: 70px;
  position: relative;
  border: 1px solid var(--color-blue);
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: all 0.15s linear;
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-blue);
  font-size: 2rem;
  column-gap: 20px;
}
@media screen and (max-width: 980px) {
  .staffing_link {
    font-size: 1.6rem;
    max-width: 300px;
    column-gap: 10px;
    min-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .staffing_link {
    max-width: 250px;
  }
}
.staffing_link:hover{
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-blue);
  transition: all .4s linear;
}