/* Careers
=========================================================================
=========================================================================*/
#careers main {
	padding: 62px 0 115px;
}
/* ----- page title ----- */
#careers main #page_title {
	position: relative;
	width: 100%;
	height: 520px;
	margin-bottom: 40px;
	background: url('../img/careers/title_bg.jpg') center center no-repeat;
	background-size: cover;
}
#careers main #page_title::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
#careers main #page_title .inner {
	display: table;
	height: 100%;
	z-index: 2;
}
#careers main #page_title h1 {
	display: table-cell;
  vertical-align: middle;
	font-weight: 900;
	font-size: 5.4rem;
	line-height: 1.1em;
	color: #FFF;
}
/* ----- contents ----- */
#careers main h2 {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1em;
	text-align: center;
}
#careers main .box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
	padding: 40px 5% 30px 5%;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #8d8d8d;
}
#careers main .box .info {
	width: calc(690 / 1200 * 100%);
}
#careers main .box .info h3 {
	margin-bottom: .5em;
	font-weight: 700;
	font-size: 3.6rem;
	color: #fe9b00;
}
#careers main .box .info ul {
  list-style-type:none;
	font-size: 1.8rem;
}
#careers main .box .info ul li {
  position: relative;
	margin-bottom: 1em;
  padding-left: 1em;
}
#careers main .box .info ul li:last-child {
	margin-bottom: 0;
}
#careers main .box .info ul li::before {
  content: "-";
  position: absolute;
  top:0px;
  left:0px;
}
#careers main .box a {
	white-space: nowrap;
	font-weight: 700;
	font-size: 2.4rem;
}

 /*  SP（767px）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	#careers main {
		padding: 60px 0 90px;
	}
	/* ----- page title ----- */
	#careers main #page_title {
		height: 160px;
		margin-bottom: 20px;
		background: url('../img/careers/title_bg@2x.jpg') center center no-repeat;
		background-size: cover;
	}
	#careers main #page_title h1 {
		vertical-align: top;
		padding-top: 25px;
		font-size: 2.7rem;
	}
	/* ----- contents ----- */
	#careers main h2 {
		font-size: 2.4rem;
	}
	#careers main .box {
		display: block;
		margin-bottom: 25px;
		padding: 15px;
	}
	#careers main .box .info {
		width: 100%;
	}
	#careers main .box .info h3 {
		font-size: 1.8rem;
	}
	#careers main .box .info ul {
		margin-bottom: 25px;
		font-size: 1.3rem;
	}
	#careers main .box .info ul li {
		margin-bottom: .5em;
	}
	#careers main .box a {
		font-size: 1.5rem;
	}
}
