@charset "utf-8";
/* wrap
------------------------------------------------- */
.wrap {
	width: 86%;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
	}
	@media screen and (min-width:768px) {
	.wrap {
		padding: 65px 0;
	}
	}
	@media screen and (min-width:1025px) {
	.wrap {
		width: 980px;
		min-width: 980px;
		padding: 84px 0;
	}
}

/* kv
------------------------------------------------- */
#kv{
  width: 100%;
  height: 300px;
  position: relative;
}
#kv::before{
  position: absolute;
  display: block;
  content: "";
  background: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#kv .inner{
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  box-sizing: border-box;
}
#kv .inner h2{
  color: #fff;
  font-size: 45px;
  text-align: center;
}
.application #kv{
  background: url("/recruit/career/images/application/bgi-main.jpg?20260324")no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
#kv{
  height: 120px;
}
#kv .inner{
  padding: 20px;
}
#kv .inner h2{
  font-size: 24px;
  
}
}


/* コンテンツエリア
============================ */
#contentsArea {
	padding-top: 0;
	}
	@media screen and (min-width:768px) {
	#contentsArea {
		padding-top: 64px;
	}
	}
	@media screen and (min-width:1025px) {
	#contentsArea {
		padding-top: 73px;
	}
}
h3 {
	font-size: 2.1rem;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 24px;
	letter-spacing: 0.08em;
	}
	@media screen and (min-width:768px) {
	h3 {
		font-size: 2.5rem;
		margin: 0 0 42px;
	}
	}
	@media screen and (min-width:1025px) {
	h3 {
		font-size: 3.2rem;
		margin: 0 0 54px;
		letter-spacing: 0.15em;
	}
}



/* 募集要項 */
.requirementsArea dl {
	width: 100%;
	border-top: 1px solid #ebebeb;
	margin: 0 auto;
	position: relative;
	line-height: 1.8;
}
.requirementsArea dl dt {
	position: absolute; 
	left: 0; 
	width: 8.5em;
	padding: 1em 0;
	color: #96002c;
	font-weight: bold;
}
.requirementsArea dl dd {
	padding: 1em 0 1em 8.5em;
	border-bottom: 1px solid #ebebeb;
	}
	@media screen and (min-width:768px) {
	.requirementsArea dl dt {
		width: 10em;
	}
	.requirementsArea dl dd {
		padding: 1em 0 1em 9.5em;
	}
}

/* 選考プロセス */
.processArea {
	width: 100%;
	background: #f3f3f3;
	overflow: hidden;
}
.processArea h3 {
	margin: 0 0 42px;
}
.processArea dl {
	position: relative;
	margin-top: 35px;
	text-align: center;
	position: relative;
	}
	@media screen and (min-width:768px) {
	.processArea dl {
		float: left;
		margin-right: 22px;
		margin-top: 30px;
	}
}
.processArea dl::before {
	display: none;
	}
	@media screen and (min-width:768px) {
	.processArea dl::before {
		position: absolute;
		content: "";
		display: block;
		width: 0;
		height: 0;
		top: 50%;
		right: -23px;
		margin-top: -24px;
		border: 8px solid transparent;
		border-left: 8px solid #96002c;
	}
	}
	@media screen and (min-width:1025px) {
	.processArea dl::before {
		margin-top: -8px;
	}
}
.processArea dt {
	background: #96002c;
	color: #fff;
	width: 127px;
	height: 40px;
	line-height: 40px;
	display: block;
	position: absolute;
	z-index: 10;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 0.02em;
	letter-spacing: 0.1em;
	font-weight: bold;
	}
	@media screen and (min-width:768px) {
	.processArea dt {
		width: 140px;
		height: 50px;
		line-height: 52px;
		top: -25px;
		letter-spacing: 0.1em;
	}
	}
	@media screen and (min-width:1025px) {
	.processArea dt {
		width: 100px;
	}
}
.processArea dd {
	display: block;
	width: 100%;
	height: 80px;
	background: #fff;
	line-height: 1.8;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1.2em;
	box-sizing: border-box;
	font-weight: bold;
	}
	@media screen and (min-width:768px) {
	.processArea dd {
		width: 194px;
		height: 160px;
		margin-bottom: 30px;
	}
	}
	@media screen and (min-width:1025px) {
	.processArea dd {
		width: 145px;
		margin-bottom: 0;
	}
}
.processArea dl:last-child {
	margin-right: 0;
}
.processArea dl:last-child::before {
	display: none;
}

/* よくある質問 */
.faqArea dl {
	line-height: 1.8;
	width: 100%;
}
.faqArea dl dt,
.faqArea dl dd {
	width: 100%;
	position: relative;
}
.faqArea dl dt {
	font-weight: bold;
	color: #96002c;
	margin-bottom: 0.5em;
}
.faqArea dl dd {
	display: block;
	margin-bottom: 2.5em;
}
.faqArea dl dd:nth-of-type(4) {
	margin-bottom: 0;
}
.faqArea dl dt::before,
.faqArea dl dd::before {
	font-size: 2.4rem;
	position: absolute;
	left: 0;
	top: -8px;
	display: block;
	width: 4rem;
}
.faqArea dl dt::before {
	content: 'Q. ';
	color: #96002c;
}
.faqArea dl dd::before {
	content: 'A. ';
}
.faqArea dl dt span,
.faqArea dl dd span {
	display: block;
	width: calc(100% - 4rem);
	box-sizing: border-box;
	margin-left: 4rem;
}
@media screen and (min-width:768px) {
	.faqArea dl dt::before,
	.faqArea dl dd::before {
		width: 60px;
	}
	.faqArea dl dt span,
	.faqArea dl dd span {
		width: calc(100% - 60px);
		margin-left: 60px;
	}
}



/* chart */
.chart{
  display: table;
  margin-top: 20px;
}
.chart th{
  background: #f8f8f8;
  text-align: center;
  padding: 10px 20px;
  border: solid 1px #e4e4e4;
}
.chart td{
  background: #f8f8f8;
  text-align: right;
  padding: 10px;
  border: solid 1px #e4e4e4;
}
.chart table + span{
  text-align: right;
  display: block;
}
@media only screen and (max-width:768px) {
.chart th,
.chart td{
  padding: 5px;
}
}