﻿.recruit-contents {
  margin-top: 40px;
  padding: 0 20px;
}

.recruit-contents > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}

.recruit-contents > dl > dt {
  width: 46.875%;
}

.recruit-contents > dl > dt > img {
  -webkit-box-shadow: 0px 8px 12px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 12px -2px rgba(0, 0, 0, 0.2);
}

.recruit-contents > dl > dd {
  width: 46.875%;
}

.recruit-contents > dl > dd > div {
  max-width: 500px;
}

.recruit-contents > dl > dd > div > p {
  line-height: 2.0;
}

.recruit-contents > dl > dd > div .btn {
  margin-top: 40px;
}

.recruit-other-text {
  margin-top: 50px;
  text-align: center;
}

.recruit-other-link {
  margin-top: 40px;
}

.recruit-other-link > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruit-other-link > ul > li:nth-of-type(n+2) {
  margin-left: 20px;
}


/* 2023.03.15 修正（PC） =================== */

section.recruit-hld {
	padding-bottom: 50px;
}

.box_hld {
	width: 90%;
	margin: auto;
	
	display: flex;
		display: -webkit-flex;
	justify-content: space-between;
		justify-content: -webkit-space-between;
	flex-wrap: wrap;
		flex-wrap: -webkit-wrap;
}
.box_hld .box_hld01 {
	width: 32%;
}

.box_hld .box_hld_title {
	background: url(../../img/recruit/top/arrow_right.png) no-repeat 95% center #0075c1;
	background-size: 13px;

	color: #fff;
	text-align: center;
	font-size: calc(320px / 15);
	line-height: 1.3;
	height: calc(100% * 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-weight: bold; */
}

.box_hld .box_hld_tx {
	line-height: 150%;
	padding-top: 20px;
}






@media screen and (max-width: 767px) {
  .recruit-contents {
    margin-top: 30px;
    padding: 0 12px;
  }
  .recruit-contents > dl {
    display: block;
  }
  .recruit-contents > dl > dt {
    width: 100%;
  }
  .recruit-contents > dl > dt > img {
    -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  }
  .recruit-contents > dl > dd {
    width: 100%;
  }
  .recruit-contents > dl > dd > div > p {
    margin-top: 20px;
    line-height: 1.7;
  }
  .recruit-contents > dl > dd > div .btn {
    max-width: 320px;
    margin: 20px auto 0;
  }
  .recruit-other-text {
    margin-top: 30px;
    line-height: 1.7;
  }
  .recruit-other-link {
    margin-top: 30px;
  }
  .recruit-other-link > ul {
    display: block;
  }
  .recruit-other-link > ul > li .btn {
    max-width: 320px;
    margin: 0 auto;
  }
  .recruit-other-link > ul > li:nth-of-type(n+2) {
    margin: 10px 0 0;
  }
  
  /* 2023.03.15 修正（SP） =================== */
  .box_hld {
	display: block;
  }
  .box_hld .box_hld01 {
	width: 100%;
	margin-bottom: 30px;
  }
  .box_hld .box_hld_title {
	height: calc(80vw * 0.25);
}

  

}

@media screen and (min-width: 768px), print {
  .recruit-bio .recruit-contents > dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .recruit-bio .recruit-contents > dl > dd > div {
    margin-left: auto;
  }
  .recruit-other-link > ul > li {
    width: 41.81818181818182%;
  }
  .recruit-other-link > ul > li .btn {
    width: 100%;
  }
}
