@charset "utf-8";

/*----------	リクルート	----------*/

#container {
	padding: 0;
}
#main .recruit {
	min-width: 1200px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #686868;
}

/*----------	common	----------*/
.recruit .head01 {
	margin-bottom: 35px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 2px;
}
.recruit .head01 mark {
	padding: 0 10px;
	background-color: #fff;
	color: #686868;
}
.recruit .head02 {
	margin-bottom: 35px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 2px;
}
.recruit .head02 mark {
	padding: 0 10px;
	background-color: #c5d8d6;
	color: #686868;
}
.recruit .head03 {
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}
.recruit .head03 span {
	position: relative;
}
.recruit .head03 span:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 126px;
	height: 1px;
	background: #686868;
}
.inner {
	width: 820px;
	margin: 0 auto;
}
.inner img {
	border-radius: 6px;
}


.recruit .head {
	position: relative;
	min-height: 617px;
	margin: 44px 42px 0;
	background: url("img/top.jpg")no-repeat top left;
	background-size: 100%;
	border-radius: 6px;
}
.recruit .head h1 {
	display: flex;
	align-items: center;
	padding: 20px 0 0 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.recruit .head h1 img {
	margin-right: 44px;
}
.recruit .head .textBox {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 34px;
	padding-bottom: 40px;
}
.recruit .head .back_w {
	display: inline-block;
	margin-bottom: 27px;
	padding: 0 10px;
	background: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 58px;
	line-height: 1.37;
}
.recruit .head .rtext {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 2.1;
}
.recruit .head .rtext mark {
	padding: 0 5px;
	background-color: #fff;
	color: #686868;
}
.recruit .scroll {
	margin-top: 40px;
	text-align: center;
	animation: key1 .5s ease infinite alternate;
}
@keyframes key1{
  100% {transform: translateY(100px);}
  100% {transform: translateY(-5px);}
}
.recruit .scroll p {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}
.recruit .scroll p:before {
	content: "";
	position: absolute;
	top: -23px;
	left: 25%;
	width: 20px;
	height: 20px;
	border-top: 1px solid #686868;
	border-right: 1px solid #686868;
	transform: rotate(135deg);
}
.recruit .scroll p:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 25%;
	width: 20px;
	height: 20px;
	border-top: 1px solid #686868;
	border-right: 1px solid #686868;
	transform: rotate(135deg);
}

.recruit .sec01 {
	width: 700px;
	margin: 100px auto 0;
	padding-left: 58px;
	font-family: noto-sans-cjk-jp, sans-serif;
	border-left: 1px solid #bfbfbf;
	line-height: 2;
}
.recruit .sec01 .title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 3px;
}
.recruit .sec01 .rtext {
	font-size: 16px;
	font-weight: 300;
}

.recruit .sec02 {
	position: relative;
	height: 520px;
	margin-top: 100px;
	color: #fff;
}
.recruit .sec02 img {
	height: 520px;
	object-fit: cover;
}
.recruit .sec02 .rtext {
	position: absolute;
	top: 88px;
	left: 40%;
	transform: translateX(-87%);
	margin: 0 auto;
	font-size: 19px;
	font-weight: 500;
	line-height: 3;
	letter-spacing: 2px;
}

.recruit .sec03 {
	width: 700px;
	margin: 100px auto 0;
	padding-left: 58px;
	font-family: noto-sans-cjk-jp, sans-serif;
	border-left: 1px solid #bfbfbf;
	line-height: 2;
	letter-spacing: 1px;
}
.recruit .sec03 .rtext {
	margin-bottom: 18px;
	font-size: 16px;
}
.recruit .sec03 .ttext {
	margin-top: 25px;
	line-height: 2.7;
}







.recruit .sec04 {
	margin-top: 100px;
	padding: 87px 0;
	background: url("img/bc01.png")no-repeat top left;
	background-size: 100% 100%;
}
.recruit .sec04 .inner {
	width: 760px;
}
.recruit .sec04 .rtext {
	line-height: 2.3;
}

.recruit .sec05 {
	padding: 120px 0;
}
.recruit .sec05 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.recruit .sec05 .flexBox .rtext {
	line-height: 2.3;
}
.recruit .sec05 .flexBox .imgBox {
	margin: 0 0 80px 30px;
}
.recruit .sec05 .flexBox .imgBox2 {
	margin: 0 30px 0 0;
}
.recruit .sec05 .flexBox .imgBox2 img:first-child {
	margin-bottom: 20px;
}

.recruit .sec06 {
	padding: 83px 0 87px;
	background: url("img/bc01.png")no-repeat top left;
	background-size: 100% 100%;
}
.recruit .sec06 .inner {
	width: 760px;
}
.recruit .sec06 .inner .rtext {
	line-height: 2.3;
}


.recruit .sec07 {
	padding: 130px 0 120px;
}
.recruit .sec07 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.recruit .sec07 .flexBox .imgBox {
	margin: 0 30px 90px 0;
}
.recruit .sec07 .flexBox .rtext {
	line-height: 2.3;
}
.recruit .sec07 .flexBox .imgBox2 {
	margin: 0 0 0 30px;
}



.recruit .sec08 {
	padding: 105px 0 90px;
	background: url("img/bc01.png")no-repeat top left;
	background-size: 100% 100%;
}
.recruit .sec08 .inner {
	width: 760px;
}
.recruit .sec08 .rtext {
	line-height: 2.3;
}



.recruit .staffvo {
	max-width: 1200px;
	margin: 100px auto 0;
}
.recruit .staffvo .head03 {
	margin-bottom: 70px;
}
.recruit .staffvo .head02 {
	margin-left: 180px;
}
.recruit .staffvo .voiceBox .textBox {
	margin: 0 0 150px 200px;
}
.recruit .staffvo .voiceBox .voice {
	width: 525px;
	margin-bottom: 65px;
}
.recruit .staffvo .voiceBox .lastv {
	width: 765px;
	margin-bottom: 0;
}
.recruit .staffvo .voiceBox .imgBox {
	float: right;
}
.recruit .staffvo .voiceBox .imgBox img {
	display: block;
	border-radius: 6px;
}
.recruit .staffvo .voiceBox .imgBox img:first-child {
	margin-bottom: 25px;
}
.recruit .staffvo .voiceBox .voice .title {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 22px;
	letter-spacing: 3px;
}
.recruit .staffvo .voiceBox .voice .title:after {
	content: "";
	position: absolute;
	top: 50%;;
	right: -190px;
	width: 170px;
	height: 1px;
	border-bottom: 1px solid #686868;
}
.recruit .staffvo .voiceBox .voice .vtext {
	line-height: 2.3;
}

.recruit .staffvo .voiceBox .staff {
	width: 765px;
	margin-top: 20px;
	text-align: right;
	line-height: 2;
}

/*ボイス２*/
.recruit .staffvo .voiceBox2 .textBox {
	margin: 0 0 110px 200px;
}
.recruit .staffvo .voiceBox2 .voice {
	width: 525px;
	margin-left: 250px;
	margin-bottom: 65px;
}
.recruit .staffvo .voiceBox2 .lastv {
	width: 765px;
	margin-left: 0;
	margin-bottom: 0;
}
.recruit .staffvo .voiceBox2 .imgBox {
	float: left;
}
.recruit .staffvo .voiceBox2 .imgBox img {
	display: block;
	border-radius: 6px;
}
.recruit .staffvo .voiceBox2 .imgBox img:first-child {
	margin-bottom: 25px;
}
.recruit .staffvo .voiceBox2 .voice .title {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 22px;
	letter-spacing: 3px;
}
.recruit .staffvo .voiceBox2 .voice .title:after {
	content: "";
	position: absolute;
	top: 50%;;
	right: -190px;
	width: 170px;
	height: 1px;
	border-bottom: 1px solid #686868;
}
.recruit .staffvo .voiceBox2 .voice .vtext {
	line-height: 2.3;
}

.recruit .staffvo .voiceBox2 .staff {
	width: 765px;
	margin-top: 20px;
	text-align: right;
	line-height: 2;
}





.recBox {
	height: 100%;
	padding: 117px 0 24px;
	background: url("img/photo02.jpg")no-repeat;
	background-size: 100%;
	text-align: center;
}
.recBox .rinner {
	width: 828px;
	margin: 0 auto;
	padding: 70px 0 66px;
	background: rgba(255,255,255,0.9);
	border-radius: 5px;
}
.recBox .rinner .head03 {
	margin-bottom: 50px;
}
.recBox .rinner .rtext {
	line-height: 2;
}
.recBox .rinner .comname {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 424px;
	margin: 0 auto 36px;
	font-family: 'Noto Sans JP', sans-serif;
}
.recBox .rinner .comname:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 50%;
	width: 1px;
	height: 20px;
	background: #686868;
}
.recBox .rinner .comname .en {
	padding-left: 25px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 3px;
}
.recBox .rinner .link {
	margin-top: 20px;
}
.recBox .rinner .link a {
	text-decoration: underline;
	color: #686868;
}
.emtable {
	margin: 44px auto 0;
	border-top: 1px solid #686868;
	border-bottom: 1px solid #686868;
	border-collapse: collapse;
	font-family: 'Noto Sans JP', sans-serif;
}
.emtable .rth {
	margin: 10px 0;
	padding: 0 20px 0 10px;
	font-size: 16px;
	font-weight: 400;
}
.emtable .rtd {
	display: block;
	margin: 30px 0;
	padding: 0 10px 0 20px;
	text-align: left;
	border-left: 1px solid #686868;
	line-height: 2;
}
td.border {
	border-top: 1px solid #686868;
}
.recBox  .f_logo {
	margin-top: 220px;
}










@media all and (min-width: 0) and (max-width: 767px) {


	#container {
		padding: 0;
	}
	#main .recruit {
		min-width: 100%;
	}

	/*----------	common	----------*/
	.recruit .head01 {
		margin-bottom: 23px;
		font-size: 19px;
		line-height: 2;
		letter-spacing: 2px;
	}
	.recruit .head01 mark {
		padding: 0 5px;
		background-color: #fff;
		color: #686868;
	}
	.recruit .head02 {
		margin-bottom: 23px;
		font-size: 19px;
		font-weight: 400;
		line-height: 2;
		letter-spacing: 2px;
	}
	.recruit .head02 mark {
		padding: 0 5px;
		color: #686868;
	}
	.recruit .head03 {
		font-size: 25px;
	}
	.recruit .head03 span {
		position: relative;
	}
	.recruit .head03 span:after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
		width: 63px;
		height: 1px;
		background: #686868;
	}
	.inner {
		width: 90%;
		margin: 0 auto;
	}
	.inner img {
		border-radius: 6px;
	}


	.recruit .head {
		position: relative;
		width: 90%;
		min-height: 517px;
		margin: 15px 5% 0;
		background: url("img/sp_top.jpg")no-repeat top left;
		background-size: 100% 100%;
		border-radius: 6px;
	}
	.recruit .head h1 {
		display: flex;
		align-items: center;
		padding: 10px 0 0 4%;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}
	.recruit .head h1 img {
		margin-right: 44px;
	}
	.recruit .head .textBox {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 4%;
		padding-bottom: 15px;
	}
	.recruit .head .back_w {
		display: inline-block;
		margin-bottom: 15px;
		padding: 0 5px;
		background: #fff;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-size: 30px;
	}
	.recruit .head .rtext {
		font-family: noto-sans-cjk-jp, sans-serif;
		font-size: 14px;
		font-weight: 300;
		line-height: 2.1;
	}
	.recruit .head .rtext mark {
		background-color: #fff;
		color: #686868;
	}
	.recruit .scroll {
		margin-top: 40px;
		text-align: center;
		animation: key1 .5s ease infinite alternate;
	}
	.recruit .scroll p {
		position: relative;
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
	}
	.recruit .scroll p:before {
		content: "";
		position: absolute;
		top: -23px;
		left: 25%;
		width: 20px;
		height: 20px;
		border-top: 1px solid #686868;
		border-right: 1px solid #686868;
		transform: rotate(135deg);
	}
	.recruit .scroll p:after {
		content: "";
		position: absolute;
		top: -30px;
		left: 25%;
		width: 20px;
		height: 20px;
		border-top: 1px solid #686868;
		border-right: 1px solid #686868;
		transform: rotate(135deg);
	}

	.recruit .sec01 {
		width: 86%;
		margin: 50px auto 0;
		padding-left: 4%;
		border-left: 1px solid #bfbfbf;
		line-height: 2;
	}
	.recruit .sec01 .title {
		margin-bottom: 20px;
		font-size: 17px;
		font-weight: 400;
		letter-spacing: 1.5px;
	}
	.recruit .sec01 .rtext {
		font-size: 14px;
		font-weight: 300;
	}

	.recruit .sec02 {
		position: relative;
		height: 100%;
		margin-top: 60px;
		color: #fff;
	}
	.recruit .sec02 img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.recruit .sec02 .rtext {
		position: absolute;
		top: 0;
		left: 50%;
		width: 90%;
		height: 40%;
		transform: translateX(-50%);
		margin: 0 auto;
		padding: 40px 5%;
		background: url("img/sp_photo01_1.jpg")no-repeat top left;
		background-size: 100% 100%;
		font-size: 15px;
		font-weight: 500;
		line-height: 2;
		letter-spacing: 1px;
	}

	.recruit .sec03 {
		width: 86%;
		margin: 40px auto 0;
		padding-left: 4%;
		font-family: noto-sans-cjk-jp, sans-serif;
		border-left: 1px solid #bfbfbf;
		line-height: 2;
		letter-spacing: 1px;
	}
	.recruit .sec03 .rtext {
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 300;
		line-height: 2;
	}
	.recruit .sec03 .ttext {
		margin-top: 22px;
		font-size: 14px;
		font-weight: 300;
		line-height: 2;
	}







	.recruit .sec04 {
		margin-top: 50px;
		padding: 50px 0 67px;
		background: url("img/bc01.png")no-repeat top left;
		background-size: 100% 100%;
	}
	.recruit .sec04 .inner {
		width: 90%;
	}
	.recruit .sec04 .rtext {
		font-size: 14px;
		font-weight: 300;
		line-height: 2;
	}

	.recruit .sec05 {
		padding: 58px 0 62px;
	}
	.recruit .sec05 .flexBox {
		display: block;
	}
	.recruit .sec05 .flexBox .rtext {
		margin-bottom: 25px;
		font-size: 14px;
		font-weight: 300;
		line-height: 2;
	}
	.recruit .sec05 .flexBox .imgBox {
		margin: 0 0 25px 0;
	}
	.recruit .sec05 .flexBox .imgBox img {
		width: 100%;
	}
	.recruit .sec05 .flexBox .imgBox2 {
		margin: 0;
	}
	.recruit .sec05 .flexBox .imgBox2 img:first-child {
		margin-bottom: 14px;
	}

	.recruit .sec06 {
		padding: 39px 0 50px;
		background: url("img/bc01.png")no-repeat top left;
		background-size: 100% 100%;
	}
	.recruit .sec06 .inner {
		width: 90%;
	}
	.recruit .sec06 .inner .rtext {
		font-size: 14px;
		font-weight: 300;
		line-height: 2;
	}


	.recruit .sec07 {
		padding: 43px 0 53px;
	}
	.recruit .sec07 .flexBox {
		display: block;
		justify-content: space-between;
		align-items: flex-start;
	}
	.recruit .sec07 .flexBox .imgBox {
		margin: 0 0 30px 0;
	}
	.recruit .sec07 .flexBox .imgBox img {
		width: 100%;
	}
	.recruit .sec07 .flexBox .rtext {
		margin-bottom: 30px;
		font-size: 14px;
		font-weight: 300;
		line-height: 2;
	}
	.recruit .sec07 .flexBox .imgBox2 {
		margin: 0;
	}



	.recruit .sec08 {
		padding: 50px 0 46px;
		background: url("img/bc01.png")no-repeat top left;
		background-size: 100% 100%;
	}
	.recruit .sec08 .inner {
		width: 90%;
	}
	.recruit .sec08 .rtext {
		line-height: 2.3;
	}



	.recruit .staffvo {
		max-width: 1200px;
		margin: 70px auto 0;
	}
	.recruit .staffvo .head03 {
		margin-bottom: 47px;
	}
	.recruit .staffvo .head02 {
		width: 90%;
		margin: 0 auto;
	}
	.recruit .staffvo .voiceBox .textBox {
		width: 90%;
		margin: 0 auto;
	}
	.recruit .staffvo .voiceBox .voice {
		width: 100%;
		margin-bottom: 45px;
	}
	.recruit .staffvo .voiceBox .lastv {
		width: 100%;
		margin-bottom: 40px;
	}
	.recruit .staffvo .voiceBox .imgBox {
		float: none;
		margin-bottom: 85px;
	}
	.recruit .staffvo .voiceBox .imgBox .flexBox {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.recruit .staffvo .voiceBox .imgBox img {
		border-radius: 0;
	}
	.recruit .staffvo .voiceBox .imgBox img:first-child {
		margin-bottom: 0;
	}
	.recruit .staffvo .voiceBox .voice .title {
		display: inline-block;
		margin-bottom: 13px;
		font-size: 17px;
		letter-spacing: 2px;
	}
	.recruit .staffvo .voiceBox .voice .title:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -80px;
		width: 70px;
		height: 1px;
		border-bottom: 1px solid #686868;
	}
	.recruit .staffvo .voiceBox .voice .vtext {
		font-size: 14px;
		font-weight: 300;
		line-height: 2;
	}

	.recruit .staffvo .voiceBox .staff {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 15px;
		font-weight: 300;
		text-align: left;
		line-height: 1.8;
	}

	/*ボイス２*/
	.recruit .staffvo .voiceBox2 .textBox {
		width: 90%;
		margin: 0 auto;
	}
	.recruit .staffvo .voiceBox2 .voice {
		width: 100%;
		margin-left: 0;
		margin-bottom: 45px;
	}
	.recruit .staffvo .voiceBox2 .lastv {
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}
	.recruit .staffvo .voiceBox2 .imgBox {
		float: none;
	}
	.recruit .staffvo .voiceBox2 .imgBox .flexBox {
		float: none;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.recruit .staffvo .voiceBox2 .imgBox img {
		border-radius: 0;
	}
	.recruit .staffvo .voiceBox2 .imgBox img:first-child {
		margin-bottom: 0;
	}
	.recruit .staffvo .voiceBox2 .voice .title {
		display: inline-block;
		margin-bottom: 13px;
		font-size: 17px;
		letter-spacing: 2px;
	}
	.recruit .staffvo .voiceBox2 .voice .title:after {
		content: "";
		position: absolute;
		top: 50%;;
		right: -80px;
		width: 70px;
		height: 1px;
		border-bottom: 1px solid #686868;
	}
	
	.recruit .staffvo .voiceBox2 .lastv .title:after {
		content: "";
		position: absolute;
		top: 50%;;
		right: -16px;
		width: 13px;
		height: 1px;
		border-bottom: 1px solid #686868;
	}
	
	.recruit .staffvo .voiceBox2 .voice .vtext {
		font-size: 14px;
		font-weight: 300;
		line-height: 2;
	}

	.recruit .staffvo .voiceBox2 .staff {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 15px;
		font-weight: 300;
		text-align: left;
		line-height: 1.8;
	}





	.recBox {
		height: 100%;
		padding: 35px 0 12px;
		background: url("img/sp_photo02.jpg")no-repeat;
		background-size: 100% 100%;
		text-align: center;
	}
	.recBox .rinner {
		width: 92%;
		margin: 0 auto;
		padding: 30px 0 30px;
		background: rgba(255,255,255,0.9);
		border-radius: 5px;
	}
	.recBox .rinner .head03 {
		margin-bottom: 22px;
	}
	.recBox .rinner .rtext {
		font-size: 15px;
		line-height: 2;
	}
	.recBox .rinner .comname {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto 12px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 17px;
		text-align: center;
		line-height: 3;
	}
	.recBox .rinner .comname:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%);
		width: 27px;
		height: 1px;
		background: #686868;
	}
	.recBox .rinner .comname .en {
		padding-left: 0;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 3px;
	}
	.recBox .rinner .link {
		margin-top: 20px;
		font-size: 14px;
	}
	.recBox .rinner .link a {
		text-decoration: underline;
		color: #686868;
	}
	.emtable {
		width: 92%;
		margin: 30px auto 0;
		border-top: 1px solid #686868;
		border-bottom: 1px solid #686868;
		border-collapse: collapse;
	}
	.emtable .rth {
		width: 24%;
		margin: 10px 0;
		padding: 0 0 0 0;
		font-size: 14px;
		font-weight: 400;
	}
	.emtable .rtd {
		display: block;
		margin: 15px 0;
		padding: 0 2% 0 4%;
		font-size: 14px;
		text-align: left;
		border-left: 1px solid #686868;
		line-height: 1.8;
	}
	.emtable .rtd span {
		display: inline-block;
		margin-bottom: 8px;
	}
	td.border {
		border-top: 1px solid #686868;
	}
	.recBox  .f_logo {
		margin-top: 125px;
	}

}


@media all and (min-width: 0) and (max-width: 320px) {
	.recruit .head .back_w {
		font-size: 28px;
	}
	.recruit .head01 mark {
		font-size: 17px;
	}
	.recruit .head02 mark {
		font-size: 17px;
	}
}




/*-----------google-font-----------
font-family: 'Noto Sans JP', sans-serif;

font-weight: 300;	Light
font-weight: 400;	Regular
font-weight: 500;	Medium
*/

/*-----------google-font-----------
font-family: noto-sans-cjk-jp, sans-serif;

font-weight: 300;
font-style: normal;	DemiLight

font-weight: 400;
font-style: normal;	Regular
*/