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

/* ------------------------------------
 .cont01
------------------------------------- */
.cont01 {
  width: 100%;
  padding: 9.7vw 0 9.7vw;
}
.cont01 ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
  width: 88.79%;
  margin-left: 11.21%;
}
.cont01 ul li:nth-child(1) {
  order: 2;
  width: 50%;
}
.cont01 ul li:nth-child(2) {
  order: 1;
  width: 50%;
  padding-right: 5.15vw;
}
.cont01 ul li h2 {
  font-size: 2.67vw;
  line-height: 1.83;
  font-weight: 900;
  margin-bottom: 1.45vw;
  padding-top: 1.45vw;
  color: #fff;
  letter-spacing: 0.02em;
}
.cont01 ul li p {
  font-size: 1.7vw;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 4.85vw;
  color: #fff;
  letter-spacing: 0.02em;
}
.cont01 ul li dl dt {
  font-size: clamp(13px, 0.97vw, 16px);
  line-height: 2;
  padding-bottom: 2em;
  color: #fff;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .cont01 {
    padding: 20.25vw 0 20.25vw;
  }
  .cont01 ul {
    width: 84.81%;
    margin-left: 0;
    margin: 0 auto;
  }
  .cont01 ul li:nth-child(1) {
    order: 1;
    width: 100%;
  }
  .cont01 ul li:nth-child(2) {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .cont01 ul li h2 {
    font-size: 5.82vw;
    line-height: 1.68;
    margin-bottom: 5.7vw;
    padding-top: 10.13vw;
  }
  .cont01 ul li p {
    font-size: 4.56vw;
    margin-bottom: 8.23vw;
  }
  .cont01 ul li dl dt {
    font-size: 3.8vw;
  }
  .cont01 ul li dl dt:last-child {
    padding-bottom: 0;
  }
}/* Smartphone End */


/* ------------------------------------
 .cont02
------------------------------------- */
.cont02 {
  position: relative;
  width: 100%;
  background: #e8f7f9;
  padding-bottom: 14.55vw;
}
.cont02::after {
  content: "";
  display: block;
  width: 100%;
  height: 9.7vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #0d62aa;
}
.cont02 .inr {
  position: relative;
  z-index: 2;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
  width: 84.85vw;
  background: #fff;
  border-radius: 0 20px 20px 0;
  padding: 5.15vw 0 5.15vw 11.21vw;
}
.cont02 .inr .box:first-child {
  width: 62.5%;
}
.cont02 .inr .box h3 {
  font-size: 2.18vw;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.82vw;
}
.cont02 .inr .box .table {
  width: 100%;
}
.cont02 .inr .box .table ul {
  position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.cont02 .inr .box .table ul::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #0d62aa;
  position: absolute;
  left: 0.79vw;
  top: 1.48vw;
  z-index: 1;
}
.cont02 .inr .box .table ul:last-child::after {
  content: inherit;
  display: none;
}
.cont02 .inr .box .table ul li {
  position: relative;
  z-index: 2;
}
.cont02 .inr .box .table ul li:nth-child(1) {
  width: 24.7%;
}
.cont02 .inr .box .table ul li:nth-child(1) span {
  position: relative;
  font-size: 1.45vw;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 3.39vw;
}
.cont02 .inr .box .table ul li:nth-child(1)  span::before {
  content: "";
  display: block;
  width: 1.7vw;
  height: 1.7vw;
  position: absolute;
  top: 0.36vw;
  left: 0;
  background: url("../images/recruit/topmessage/img03.png") left top / contain no-repeat;
}
.cont02 .inr .box .table ul li:nth-child(2) {
  width: 75.3%;
}
.cont02 .inr .box .table ul li:nth-child(2) h4 {
  font-size: 1.45vw;
  font-weight: 700;
  line-height: 1.5;
  color: #0d62aa;
  margin-bottom: 0.61vw;
}
.cont02 .inr .box .table ul li:nth-child(2) div {
  font-size: clamp(13px, 0.97vw, 16px);
  line-height: 2;
  margin-bottom: 0.61vw;
  padding-bottom: 1.5em;
}
.cont02 .inr .box:last-child {
  width: 37.5%;
}
.cont02 .inr .box:last-child img {
  width: 26.3vw;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .cont02 {
    padding-bottom: 30.38vw;
  }
  .cont02::after {
    height: 20.25vw;
  }
  .cont02 .inr {
    width: 84.81vw;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10.13vw 5.06vw 10.13vw 5.06vw;
  }
  .cont02 .inr .box:first-child {
    width: 100%;
  }
  .cont02 .inr .box h3 {
    font-size: 6.08vw;
    margin-bottom: 3.16vw;
  }
  .cont02 .inr .box .table ul::after {
    width: 1px;
    left: 1.65vw;
    top: 2.41vw;
  }
  .cont02 .inr .box .table ul li:nth-child(1) {
    width: 30.5%;
  }
  .cont02 .inr .box .table ul li:nth-child(1) span {
    font-size: 4.56vw;
    padding-left: 6.08vw;
  }
  .cont02 .inr .box .table ul li:nth-child(1)  span::before {
    width: 3.54vw;
    height: 3.54vw;
    top: 1.65vw;
  }
  .cont02 .inr .box .table ul li:nth-child(2) {
    width: 69.5%;
  }
  .cont02 .inr .box .table ul li:nth-child(2) h4 {
    font-size: 4.56vw;
    margin-bottom: 2.53vw;
  }
  .cont02 .inr .box .table ul li:nth-child(2) div {
    font-size: 3.54vw;
    margin-bottom: 5.57vw;
  }
  .cont02 .inr .box:last-child {
    width: 100%;
  }
  .cont02 .inr .box:last-child img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}/* Smartphone End */