@charset "UTF-8";
/* ----------------------------------------------------------------
	#recruit Merit
---------------------------------------------------------------- */

/* ------------------------------------
 .cont01
------------------------------------- */
.cont01 {
  position: relative;
  width: 100%;
  padding: 9.7vw 0 14.55vw;
}
.cont01::after {
  content: "";
  display: block;
  width: 100%;
  height: 14.55vw;
  background: #e8f7f9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cont01 ul {
  position: relative;
   width: 100%;
}
.cont01 ul li:nth-child(1) {
  position: absolute;
  width: 59.39vw;
  right: 0;
  top: 0;
  z-index: 1;
 }
.cont01 ul:nth-child(even) li:nth-child(1) {
  right: inherit;
  left: 0;
 }
.cont01 ul img {
  border-radius: 10px 0 0 10px;
}
.cont01 ul:nth-child(even) img {
  border-radius: 0 10px 10px 0;
}
.cont01 ul li:nth-child(2) {
  position: relative;
  z-index: 2;
  padding: 5.76vw 0 7.27vw 11.21vw;
  color: #fff;
}
.cont01 ul li:nth-child(2) h2 {
  font-size: 3.88vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.42vw;
}
.cont01 ul li:nth-child(2) div {
  width: 27.27vw;
  font-size: clamp(13px, 0.97vw, 16px);
  line-height: 2;
  margin-bottom: 2.42vw;
}
.cont01 ul:nth-child(even) li:nth-child(2) {
  padding: 5.76vw 0 7.27vw 61.82vw;
}
.cont01 ul li:nth-child(3) {
  position: absolute;
  font-size: 19.39vw;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  opacity: 0.1;
  left: 6.06vw;
  top: -3.52vw;
  z-index: 1;
 }
.cont01 ul:nth-child(even) li:nth-child(3) {
  left: 73.94vw;
 }

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .cont01 {
    padding: 20.25vw 0 30.38vw;
  }
  .cont01::after {
    height: 30.38vw;
  }
  .cont01 ul {
    padding: 63.29vw 12.66vw 12.66vw;
  }
  .cont01 ul li:nth-child(1) {
    width: 92.41vw;
   }
  .cont01 ul li:nth-child(2) {
    padding: 0;
  }
  .cont01 ul li:nth-child(2) h2 {
    font-size: 6.33vw;
    margin-bottom: 5.06vw;
  }
  .cont01 ul li:nth-child(2) div {
    width: 100%;
    font-size: 3.8vw;
  }
  .cont01 ul:nth-child(even) li:nth-child(2) {
    padding: 0;
  }
  .cont01 ul li:nth-child(3) {
    font-size: 40.51vw;
    left: 50.96vw;
    top: 50.63vw;
   }
  .cont01 ul:nth-child(even) li:nth-child(3) {
    left: 50.96vw;
    right: inheritactive;
   }
}/* Smartphone End */