@charset "utf-8";

.tablet {
	display: none !important;
}

/* -------------------------------------------------- */
/* 採用（正社員・アルバイト） */
/* -------------------------------------------------- */
#container {
	min-width: auto;
	display: inline;
}

#recruitInfo {
	width: 100%;
}

#recruitInfo .frame1{
	width: 90%;
	margin-bottom: 80px;
}

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

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

#recruitMv img {
	width: 100%;
}

#recruitTit {
	position: absolute;
  top: 88%;
  margin-top: -7em;
  left: 5%;
  line-height: 1.1;
}

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

#recruitTitJp {
	font-size: 1.6rem;
  color: #000000;
  letter-spacing: 1.4em;
}

.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_sp.jpg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#ceoMesIn {
	padding: 90px 5% 0;
}

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

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

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

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

#ceoSubTit {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-align: left;
	padding-bottom: 20px;
}

#ceoMesBtn {
	padding-bottom: 20px;
}

#ceoMesBtn li {
	width: 49%;
	padding: 5px 4%;
	margin-right: 1.5%;
	display: inline-block;
	border: 1px #333333 solid;
	font-size: 1.3rem;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

#ceoMesBtn li:last-child {
	margin-right: 0;
}

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

.ceoTab:last-child {
	height: 16em;
}

.disnon {
	display: none;
}


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

#figure {
	width: 90%;
	margin: 0 auto 80px;
}

#figure .tit4 {
	width: 100%;
}

#figureList {
	letter-spacing: -0.4em;
	text-align: center;
}

#figureList li {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin: 0 0 20px 2%;
	text-align: center;
	letter-spacing: normal;
}

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

.figureImg {
	width: 100%;
	margin-bottom: 20px;
	vertical-align: bottom;
}

.figureImg img {
	width: auto;
  max-height: 163px;
  vertical-align: bottom;
}

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

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

.wsPhoto {
	width: 100%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wsPhoto img {
	width: 100%;
}

.wsPhoto.left {
	float: none;
}

.wsPhoto.right {
	float: none;
}

.wsTxt {
	width: 100%;
  padding: 20px 5% 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: 1.6;
  font-size: 1.8rem;
}

.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;
}

#staff1 {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/recruit/takeshita2.jpg) 44% 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% top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#staff3 {
	position: absolute;
	top: 0;
	left: 66.66%;
	background: url(../../img/recruit/kajihara.jpg) 49% bottom 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;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	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 {
	width: 100%;
  text-align: left;
  cursor: pointer;
}

.ivCloseBtn img {
	width: 13%;
	height: auto;
}

.closeBottom {
	text-align: center !important;
	padding-bottom: 20px;
}

.closeBottom img {
	width: 20px !important;
	height: 20px !important;
}

.que {
	padding-right: 5px;
}

.ans {
	padding-right: 5px;
}

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

#process {
	width: 90%;
	margin: 0 auto 50px;
}

#process li {
	width: 100%;
	display: block;
	padding-bottom: 20px;
	vertical-align: top;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#process li:last-child .prgTxt {
	background: none;
}

.prgTit {
	display: block;
  width: 100%;
  padding: 20px 0;
  vertical-align: middle;
  border: 1px #7d7d7d solid;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}

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

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

.prgTxt {
	font-size: 1.8rem;
  padding: 10px 0 50px 0;
  background: url(../../img/common/icon13.png) center bottom no-repeat;
  background-size: 4%;
}

.prgTxt span {
	color: #F00;
}

/* 募集要項 */
/* ---------------------------- */
#guidelines {
	width: 90%;
	margin: 0 auto;
}

#companyInfo {
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	border-bottom: 2px #bfbfbf solid;
}

#companyInfo th {
	display: block;
	width: 100%;
	padding: 10px 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-top: 2px #bfbfbf solid;
}

.glTit {
	height: 100%;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
}

#companyInfo td {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-top: 1px #EEE solid;
	font-size: 1.8rem;
}

.infoList dt {
	font-weight: 500;
}

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

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

#entry {
	height: 310px;
	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;
}
