@charset "utf-8";

/* -------------------------------------------------- */
/* 採用（正社員・アルバイト） */
/* -------------------------------------------------- */
.sp {
	display: none !important;
}

/* メイン画像 */
/* ---------------------------- */
#recruitFv {
	width: 100%;
	margin-bottom: 80px;
	position: relative;
}

#recruitMv {
	width: 76%;
	float: right;
}

#recruitMv img {
	width: 100%;
}

#recruitTit {
	position: absolute;
	top: 50%;
	margin-top: -6em;
	left: 100px;
	line-height: 1.2;
}

#recruitTitEn {
	font-size: 10.7rem;
	color: #000000;
	letter-spacing: 0.1em;
	font-weight: 300;
}

#recruitTitJp {
	font-size: 3.2rem;
	color: #000000;
	letter-spacing: 1.5em;
}

.noteTxt {
	padding: 0.5em 1em;
	color: #c70000;
	border: 2px solid;
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 代表メッセージ */
/* ---------------------------- */
#ceoMessage {
	width: 100%;
	margin-bottom: 100px;
	background: url(../../img/recruit/recruit_img1_2.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#ceoMesIn {
	padding: 80px 0;
}

#ceoMesIn h3 {
	padding-bottom: 20px;
}

#ceoMesIn h3 .titEn {
	letter-spacing: 0.5em;
	font-size: 1.4rem;
}

.ceoName {
	letter-spacing: 0.5em;
	font-size: 2.5rem;
	font-weight: 500;
}

.ceo {
	letter-spacing: 0.2em;
	font-size: 1.2rem;
	font-weight: 300;
}

#ceoSubTit {
	padding-bottom: 20px;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.3em;
}

#ceoMesBtn {
	padding-bottom: 30px;
}

#ceoMesBtn li {
	padding: 5px 30px;
	margin-right: 10px;
	display: inline-block;
	border: 1px #333333 solid;
	font-size: 1.6rem;
	cursor: pointer;
}

#ceoMesBtn li:hover,#ceoMesBtn li.select {
	background: #333333;
	color: #FFFFFF;
}

.ceoTab {
	height: 15em;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	line-height: 1.6;
	font-weight: 400;
}

.disnon {
	display: none;
}


/* 求める人物像 */
/* ---------------------------- */
#recruitAbout {
	padding-bottom: 100px;
}

#figure {
	margin: 0 auto 100px;
}

#figureList {
	letter-spacing: -0.4em;
}

#figureList li {
	display: inline-block;
	vertical-align: top;
	margin-left: 120px;
	text-align: center;
	letter-spacing: normal;
}

#figureList li:first-child {
	margin-left: 0px;
}

.figureImg {
	height: 250px;
	margin-bottom: 20px;
	vertical-align: bottom;
}

.figureImg img {
	vertical-align: bottom;
}

.figureTxt {
	font-size: 1.6rem;
	display: inline-block;
	text-align: left;
	font-weight: 500;
}

/* 職場の環境 */
/* ---------------------------- */
.ws {
	letter-spacing: -0.4em;
}

.wsPhoto {
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

.wsPhoto.left {
	float: left;
}

.wsPhoto.right {
	float: right;
}

.wsTxt {
	width: 50%;
	height: 310px;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	letter-spacing: 0.15em;
	vertical-align: middle;
	line-height: 2;
	font-size: 1.7rem;
}

.wsTxt.left {
	float: left;
}

.wsTxt.right {
	float: right;
}

/* インタビュー */
/* ---------------------------- */
#interview {
	padding: 50px 0;
	margin-bottom: 100px;
	position: relative;
	background: #f9f8f4;
}

#interview * {
	transition: all 0.3s ease-in-out 0s;
}

#ivWrap {
	position: relative;
}

#staffList {
	width: 100%;
	height: 660px;
	position: relative;
}

#staffList li {
	float: left;
	/* width: 33.33%; */
	width: 50%;
	height: 660px;
}

#staffList li:last-child {
	/* width: 33.34%; */
	width: 50%;
}

.staff {
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
}

.staffIn {
	padding: 30px;
}

.staff:hover {
	opacity: 0.9;
}

#staff1 {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/recruit/takeshita2.jpg) 38% center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#staff2 {
	position: absolute;
	top: 0;
	/* left: 33.33%; */
	left: 50%;
	background: url(../../img/recruit/uemura2.jpg) 50% center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#staff3 {
	position: absolute;
	top: 0;
	left: 66.66%;
	background: url(../../img/recruit/kajihara.jpg) 47% center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/*
.staff .name {
	font-size: 2.5rem;
	padding-bottom: 10px;
}

.staff .name span {
	padding-left: 20px;
	font-size: 0.9rem;
	vertical-align: middle;
}
*/

.staff .nameEn {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.2em;
}

.staffDetail {
	width: 50%;
	height: 660px;
	position: absolute;
	top: 0;
	right: 0;
	background: #333;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.7rem;
	overflow-y: scroll;
}

.staffInterview {
	padding: 50px;
}

.staffDetail dt {
	padding-bottom: 10px;
	font-weight: 600;
}

.staffDetail dt span {
	font-weight: normal;
}

.staffDetail dd {
	padding-bottom: 30px;
	color: #BBB;
}

.staffDetail {
	height: 0;
}

.ivCloseBtn {
	text-align: left;
	cursor: pointer;
}

.ivCloseBtn img:hover {
	opacity: 0.8;
}

.que {
	padding-right: 5px;
}

.ans {
	padding-right: 5px;
}

/* 採用の流れ */
/* ---------------------------- */

#process {
	margin-bottom: 100px;
}

#process li {
	width: 225px;
	display: inline-block;
	padding-left: 26px;
	vertical-align: top;
	background: url(../../img/common/icon1.png) 8px 42px no-repeat;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#process li:first-child {
	display: inline-block;
	padding-left: 10px;
	background: none;
}

.prgTit {
	display: table-cell;
	width: 225px;
	height: 90px;
	vertical-align: middle;
	border: 1px #7d7d7d solid;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.2;
}

.prgTit .small {
	font-size: 1.1rem;
}

.prgTit.decide {
	background: #00a0e9;
	border: 1px #00a0e9 solid;
	color: #FFFFFF;
}

.prgTxt {
	padding: 20px 0 0 0;
}
.prgTxt span {
	color: #F00;
}

/* 募集要項 */
/* ---------------------------- */

#companyInfo {
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
}

#companyInfo th {
	width: 250px;
	height: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
}

.glTit {
	height: 100%;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px #bfbfbf solid;
}

#companyInfo td {
	padding: 20px;
	border-top: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
}

.infoList dt {
	font-weight: 500;
}

.infoList dd {
	padding-bottom: 30px;
}

.cancel {
	text-decoration: line-through;
	display: block;
}

#entry {
	height: 300px;
	position: relative;
}

#entry a {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100px;
	background: #00a0e9;
	color: #FFFFFF;
	font-size: 3.2rem;
	letter-spacing: 0.5em;
	padding: 30px 0;
	z-index: 9999;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	overflow: hidden;
}

#entry a:hover {
	text-decoration: none;
	background: #0eaef6;
}
