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

/* ------------------------------------
 .contents
------------------------------------- */
.contents {
  position: relative;
  width: 100%;
  padding: 9.7vw 0 0;
  background: #fff;
}
.cont01 {
  width: 66.67vw;
  margin: 0 auto;
  padding-bottom: 9.7vw;
}
.cont01 h2 {
  display: inline;
  font-size: 3.88vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0d62aa;
  border-bottom: 4px solid #0d62aa;
}
.cont01 .table {
	display: table;
	border-collapse: collapse;
  width: 66.67vw;
  margin: 4.85vw auto 7.27vw;
  border-top: 1px solid #080404;
}
.cont01 .table dl {
	display: table-row;
}
.cont01 .table dl dt {
	display: table-cell;
	width: 15%;
  font-size: max(0.97vw,16px);
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #080404;
  position: relative;
}
.cont01 .table dl dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #106ebe;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.cont01 .table dl dd {
	display: table-cell;
	width: 85%;
  font-size: max(0.97vw,16px);
  text-align: left;
  padding: 2.73vw 0 2.73vw 9.09vw;
  border-bottom: 1px solid #080404;
}
.cont02 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 9.7vw;
  padding: 9.7vw 0 14.55vw;
  background: #e8f7f9;
}
.cont02 .box {
  width: 66.67vw;
  background: #fff;
  border-radius: 10px;
  padding: 4.24vw 6.67vw;
  margin: 0 auto;
}
.cont02 .box h3 {
  text-align: center;
  font-size: 2.18vw;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3.88vw;
}
.cont02 .box ul {
  position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 4.85vw;
}
.cont02 .box ul::after {
  content: "";
  display: block;
  width: 0.48vw;
  height: 5vw;
  background: rgba(13,98,170,0.5);
  position: absolute;
  left: 2.79vw;
  top: 6.00vw;
}
.cont02 .box ul:nth-child(4)::after,
.cont02 .box ul:last-child::after {
  content: inherit;
  display: none;
}
.cont02 .box ul li:nth-child(1) {
  width: 14.5%;
}
.cont02 .box ul li:nth-child(2) {
  width: 85.5%;
}
.cont02 .box ul li:nth-child(1) div {
  width: 6.06vw;
  height: 6.06vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  background: #0d62aa;
  border-radius: 50%;
  line-height: 1.1;
  font-weight: 700;
  font-size: 1.21vw;
  color: #fff;
}
.cont02 .box ul li:nth-child(1) div span {
  font-weight: 700;
  font-size: 1.94vw;
}
.cont02 .box ul li dl dt {
  font-weight: 700;
  font-size: 1.94vw;
  line-height: 1.1;
  color: #0d62aa;
  margin-bottom: 1.21vw;
}
.cont02 .box ul li dl dd {
  font-size: 1.09vw;
  line-height: 1.5;
}
.cont02 .box p {
  font-size: clamp(13px, 0.85vw, 14px);
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
.contents {
  padding: 20.25vw 0 0;
}
.cont01 {
  width: 84.81vw;
  padding-bottom: 15.19vw;
}
.cont01 h2 {
  font-size: 6.33vw;
}
.cont01 .table {
  width: 100%;
  margin: 4.85vw auto 7.27vw;
  border-top: 1px solid #080404;
}
.cont01 .table dl dt {
  width: 24%;
  font-size: 3.54vw;
  text-align: left;
  padding: 9.11vw 0 9.11vw 0;
}
.cont01 .table dl dd {
    display: table-cell;
    width: 76%;
    font-size: 3.54vw;
    text-align: left;
    padding: 9.11vw 0 9.11vw 6.33vw;
}
.cont02 {
  padding: 20.25vw 0 30.38vw;
}
.cont02 .box {
  width: 84.81vw;
  padding: 5.06vw 5.06vw;
  margin: 0 auto;
}
.cont02 .box h3 {
  font-size: 6.08vw;
  margin-bottom: 5.06vw;
}
.cont02 .box ul {
	margin: 0 auto 6.33vw;
}
.cont02 .box ul::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: rgba(13,98,170,0.5);
  position: absolute;
  left: 6.2vw;
  top: 6.33vw;
  z-index: 1;
}
.cont02 .box ul:nth-child(4)::after,
.cont02 .box ul:last-child::after {
  content: inherit;
  display: none;
}
.cont02 .box ul li:nth-child(1) {
  position: relative;
  width: 24%;
  z-index: 2;
}
.cont02 .box ul li:nth-child(2) {
  width: 76%;
}
.cont02 .box ul li:nth-child(1) div {
  width: 12.66vw;
  height: 12.66vw;
  font-size: 3.04vw;
}
.cont02 .box ul li:nth-child(1) div span {
  font-size: 3.54vw;
}
.cont02 .box ul li dl dt {
  font-size: 5.06vw;
  margin-bottom: 3.16vw;
}
.cont02 .box ul li dl dd {
  font-size: 3.8vw;
  line-height: 1.6;
}
.cont02 .box p {
  font-size: 3.54vw;
}

}/* Smartphone End */