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

/* ------------------------------------
 .cont01
------------------------------------- */
.cont01 {
  position: relative;
  width: 100%;
  padding: 9.7vw 0 0;
}
.cont01::after {
  content: "";
  display: block;
  width: 100%;
  height: 9.7vw;
  background: #e8f7f9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cont01 .inr {
  width: 77.58vw;
  margin: 0 auto;
}
.cont01 .inr h2 {
  font-size: 3.88vw;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 3.88vw;
}
.cont01 .inr p {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cont01 .inr p img {
  border-radius: 10px;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .cont01 {
    padding: 20.25vw 0 0;
  }
  .cont01::after {
    height: 15.19vw;
  }
  .cont01 .inr {
    width: 84.81vw;
  }
  .cont01 .inr h2 {
    font-size: 6.33vw;
    line-height: 1.68;
    margin-bottom: 10.13vw;
  }
}/* Smartphone End */


/* ------------------------------------
 .cont02
------------------------------------- */
.cont02 {
  position: relative;
  width: 100%;
  padding: 9.7vw 0 7.27vw;
  background: #e8f7f9;
}
.cont02 h2 {
  font-size: 2.67vw;
  font-weight: 700;
  margin-bottom: 2.67vw;
  text-align: center;
}
.cont02 ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 77.58%;
	margin: 0 auto;
}
.cont02 ul li {
  width: 31.25%;
  background: #fff;
  margin-right: 3.125%;
  margin-bottom: 2.42vw;
  padding: 2.12vw;
  border-radius: 10px;
}
.cont02 ul li:nth-child(3),
.cont02 ul li:nth-child(5) {
  margin-right: 0;
}
.cont02 ul li dl dt {
  text-align: center;
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 700;
  color: #0d62aa;
  line-height: 1.1;
  margin-bottom: 1.52vw;
}
.cont02 ul li dl dd {
  font-size: clamp(13px, 0.97vw, 16px);
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .cont02 {
    padding: 10.13vw 0 10.13vw;
  }
  .cont02 h2 {
    font-size: 6.08vw;
    margin-bottom: 5.06vw;
  }
  .cont02 ul {
    width: 84.81%;
  }
  .cont02 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.59vw;
    padding: 7.59vw;
    border-radius: 10px;
  }
  .cont02 ul li dl dt {
    font-size: 4.56vw;
    margin-bottom: 5.06vw;
  }
  .cont02 ul li dl dd {
    font-size: 3.8vw;
  }
}/* Smartphone End */


/* ------------------------------------
 .cont03
------------------------------------- */
.cont03 {
  position: relative;
  width: 100%;
  padding: 9.7vw 0 9.7vw;
}
.cont03 .inr {
  width: 77.58vw;
  margin: 0 auto;
}
.cont03 .inr ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
  padding: 4.12vw 0 4.12vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.cont03 .inr ul.bn {
  border-top: none;
}
.cont03 .inr ul li {
  color: #fff;
}
.cont03 .inr ul li:nth-child(1) {
  width: 100%;
  font-size: 3.88vw;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.94vw;
  letter-spacing: 0.05em;
}
.cont03 .inr ul li:nth-child(2) {
  width: 46%;
}
.cont03 .inr ul li:nth-child(2) span {
  position: relative;
  padding: 0 0 0 3.03vw;
  font-size: 1.82vw;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}
.cont03 .inr ul li:nth-child(2) span::before {
  content: "";
  display: block;
  width: 2.18vw;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 1.21vw;
  left: 0;
}
.cont03 .inr ul li:nth-child(3) {
  width: 54%;
  font-size: clamp(13px, 0.97vw, 16px);
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .cont03 {
    padding: 10.13vw 0 10.13vw;
  }
  .cont03 .inr {
    width: 84.81vw;
  }
  .cont03 .inr ul {
    padding: 7.59vw 0 7.59vw;
  }
  .cont03 .inr ul li:nth-child(1) {
    font-size: 6.08vw;
    margin-bottom: 5.06vw;
  }
  .cont03 .inr ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 3.16vw;
  }
  .cont03 .inr ul li:nth-child(2) span {
    padding: 0 0 0 6.33vw;
    font-size: 4.56vw;
  }
  .cont03 .inr ul li:nth-child(2) span::before {
    width: 5.06vw;
    top: 3.16vw;
  }
  .cont03 .inr ul li:nth-child(3) {
    width: 100%;
    padding-left: 6.33vw;
    font-size: 3.8vw;
  }
}/* Smartphone End */


/* ------------------------------------
 .cont04
------------------------------------- */
.cont04 {
  position: relative;
  width: 100%;
  padding: 9.7vw 0 14.55vw;
  background: #e8f7f9;
}
.cont04 .inr {
  position: relative;
  width: 77.58vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 5.45vw 0 5.45vw 7.27vw;
}
.cont04 .inr .box:first-child {
  width: 36.97vw;
}
.cont04 .inr .box h3 {
  font-size: 2.18vw;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.82vw;
}
.cont04 .inr .box .table {
  width: 100%;
}
.cont04 .inr .box .table ul {
  position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 1.52vw;
}
.cont04 .inr .box .table ul::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #0d62aa;
  position: absolute;
  left: 0.79vw;
  top: 1.78vw;
  z-index: 1;
}
.cont04 .inr .box .table ul:last-child::after {
  content: inherit;
  display: none;
}
.cont04 .inr .box .table ul li {
  position: relative;
  z-index: 2;
}
.cont04 .inr .box .table ul li:nth-child(1) {
  width: 24.7%;
}
.cont04 .inr .box .table ul li:nth-child(1) span {
  display: block;
  position: relative;
  font-size: clamp(13px, 1.21vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  padding-left: 3.39vw;
}
.cont04 .inr .box .table ul li:nth-child(1)  span::before {
  content: "";
  display: block;
  width: 1.7vw;
  height: 1.7vw;
  position: absolute;
  top: 0.26vw;
  left: 0;
  background: url("../images/recruit/topmessage/img03.png") left top / contain no-repeat;
}
.cont04 .inr .box .table ul li:nth-child(2) {
  width: 75.3%;
  font-size: clamp(13px, 1.21vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  color: #0d62aa;
  margin-bottom: 0.61vw;
}
.cont04 .inr p {
  position: absolute;
  width: 19.39vw;
}
.cont04 .inr p img {
  border: 2px solid #fff;
}
.cont04 .inr .img02 {
  top: 4.85vw;
  right: 8.48vw;
  z-index: 2;
}
.cont04 .inr .img03 {
  top: 15.64vw;
  right: 3.64vw;
  z-index: 3;
}
.cont04 .inr .img04 {
  top: 26.67vw;
  right: 10.67vw;
  z-index: 4;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .cont04 {
    padding: 10.13vw 0 30.38vw;
  }
  .cont04 .inr {
    width: 84.81vw;
    padding: 10.13vw 5.06vw 109.92vw 5.06vw;
  }
  .cont04 .inr .box:first-child {
    width: 100%;
  }
  .cont04 .inr .box h3 {
    font-size: 6.08vw;
    margin-bottom: 3.16vw;
  }
  .cont04 .inr .box .table ul {
    margin: 0 auto 5.06vw;
  }
  .cont04 .inr .box .table ul::after {
    width: 1px;
    height: 180%;
    left: 1.65vw;
    top: 2.41vw;
  }
  .cont04 .inr .box .table ul li:nth-child(1) {
    width: 30.5%;
  }
  .cont04 .inr .box .table ul li:nth-child(1) span {
      font-size: 4.56vw;
      padding-left: 6.08vw;
  }
  .cont04 .inr .box .table ul li:nth-child(1)  span::before {
      width: 3.54vw;
      height: 3.54vw;
      top: 1.65vw;
  }
  .cont04 .inr .box .table ul li:nth-child(2) {
     width: 69.5%;
     font-size: 4.56vw;
  }
  .cont04 .inr p {
    width: 48.73vw;
  }
  .cont04 .inr p img {
    border: 2px solid #fff;
  }
  .cont04 .inr .img02 {
    top: 135.95vw;
    right: 25.25vw;
  }
  .cont04 .inr .img03 {
    top: 165.95vw;
    right: 10.25vw;
  }
  .cont04 .inr .img04 {
    top: 195.95vw;
    right: 20.25vw;
  }
}/* Smartphone End */