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

/* ------------------------------------
 .contents
------------------------------------- */
.contents {
  position: relative;
  width: 100%;
  padding: 9.7vw 0 0;
}
.contents .cont01 {
  width: 77.58vw;
  margin: 0 auto;
  padding-bottom: 9.7vw;
}
.contents .cont01 .lead {
  font-size: clamp(16px, 1.33vw, 22px);
  line-height: 2;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4.24vw;
}
.contents .cont01 ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.contents .cont01 ul li {
  position: relative;
  width: 22.65%;
  background: #fff;
  border-radius: 10px;
  margin-right: 3.1%;
  margin-bottom: 2.42vw;
  padding: 1.52vw 1.82vw;
}
.contents .cont01 ul li:nth-child(4) {
  margin-right: 0;
}
.contents .cont01 ul li img {
  width: 100%;
  margin-bottom: 0.61vw;
}
.contents .cont01 ul li h3 {
  text-align: center;
  font-size: 1.33vw;
  font-weight: 500;
  margin-bottom: 1.21vw;
  color: #0d62aa;
}
.contents .cont01 ul li div {
  font-size: clamp(12px, 0.85vw, 14px);
  line-height: 2;
}
.contents .cont01 ul li:nth-child(7)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
   z-index: 1;
}
.contents .cont01 ul li:nth-child(7) div {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.33vw;
  z-index: 2;
}
.contents .cont02 {
  position: relative;
  width: 100%;
  background: #e8f7f9;
  padding: 13.33vw 0 14.55vw;
}
.contents .cont02::after {
  content: "";
  display: block;
  width: 82.42vw;
  height: 26.42vw;
  border-radius: 0 10px 10px 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 9.7vw;
  z-index: 0;
}
.contents .cont02 h2 {
  position: relative;
  z-index: 3;
  width: 77.58vw;
  margin: 0 auto 1.21vw;
  font-size: 3.88vw;
  font-weight: 700;
  line-height: 1.1;
  color: #0d62aa;
}
.contents .cont02 .lead {
  position: relative;
  z-index: 3;
  width: 77.58vw;
  margin: 0 auto 3.03vw;
  font-size: clamp(13px, 0.97vw, 16px);
  line-height: 2;
}
.contents .cont02 ul {
  position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 88.73vw;
	margin: 0 auto;
  z-index: 3;
}
.contents .cont02 ul li {
  width: 23.9%;
  margin-right: 1.45%;
}
.contents .cont02 ul li:nth-child(4) {
  margin-right: 0;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
.contents {
  padding: 20.25vw 0 0w;
}
.contents .cont01 {
  width: 84.81vw;
  padding-bottom: 20.25vw;
}
.contents .cont01 .lead {
  font-size: 4.56vw;
  margin-bottom: 15.19vw;
}
.contents .cont01 ul li {
  width: 41.14vw;
  margin-right: 2.53vw;
  margin-bottom: 2.53vw;
  padding: 5.06vw 3.8vw;
}
.contents .cont01 ul li:nth-child(2n),
.contents .cont01 ul li:last-child {
  margin-right: 0;
}
.contents .cont01 ul li img {
  width: 100%;
  margin-bottom: 3.8vw;
}
.contents .cont01 ul li h3 {
  font-size: 4.56vw;
  line-height: 1.4;
  margin-bottom: 3.16vw;
}
.contents .cont01 ul li div {
  font-size: 3.54vw;
  line-height: 1.75;
}
.contents .cont01 ul li:nth-child(7) div {
  font-size: 4.05vw;
}
.contents .cont02 {
  padding: 15.19vw 0 40.51vw;
}
.contents .cont02::after {
  width: 86.08vw;
  height: 41.77vw;
  top: 11.39vw;
}
.contents .cont02 h2 {
  width: 84.81vw;
  margin: 0 auto 3.8vw;
  font-size: 5.57vw;
  line-height: 1.5;
}
.contents .cont02 .lead {
  width: 84.81vw;
  margin: 0 auto 6.33vw;
  font-size: 3.8vw;
}
.contents .cont02 ul {
	width: 84.81vw;
}
.contents .cont02 ul li {
  width: 41.14vw;
  margin-right: 2.53vw;
  margin-bottom: 2.53vw;;
}
.contents .cont02 ul li:nth-child(2n) {
  margin-right: 0;
}

}/* Smartphone End */

