@charset "UTF-8";



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/


/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
	
	/*---------------------------------------------------------------
	
	recruit / 共通
	
	----------------------------------------------------------------*/	
	
	#recruit{
		
	}
		#maintitleArea{
			padding: 170px 0 120px;
		}
			#maintitleArea .maintitle{
				text-align: center;		
			}
				#maintitleArea .maintitle span{
					display: block;
					font-weight: normal;
				}
					#maintitleArea .maintitle span.line{
						display: inline-block;
						position: relative;		
						line-height: 1em;
						height: 1em;
						font-size: 50px;
						padding: 0 20px;
						letter-spacing: 3px;		
						z-index: 1;
						overflow: hidden;
					}
					#maintitleArea .maintitle span.line:before{
						content: '';
						display: block;
						position: absolute;
						width: 100%;	
						left: 0;
						right: 0;
						margin: auto;
						z-index: -1;						
						height: calc(100% - 0.28em);
						top: 0.09em;
						transform: scale(0, 1.0);
						transform-origin: left;
						transition: 1.3s cubic-bezier(0.22, 1, 0.36, 1);
					}
					.windows #maintitleArea .maintitle span.line:before{
						height: calc(100% - 0.3em);
						top: 0.04em;
					}
					#maintitleArea.on .maintitle span.line:before{
						transform: scale(1.0, 1.0);
					}
						#maintitleArea .maintitle .title{
							display: inline-block;
							position: relative;
							overflow: hidden;
							font-size: 26px;
							letter-spacing: 0.2em;
						}
						#maintitleArea .maintitle .title:after{
							content: '';
							display: block;
							position: absolute;
							width: 100%;
							height: 100%;
							background-color: #fff;
							left: 0;
							top: 0;
							transition: 1.3s 1.0s cubic-bezier(0.22, 1, 0.36, 1);
						}
						#recruit.index #maintitleArea .maintitle .title:after{
							background-color: #fff;
						}
						#maintitleArea.on .maintitle .title:after{
							transform: translateX(100%);
						}
	
			#maintitleArea .lead{
				text-align: center;
				font-size: 16px;
				line-height: 2;
				margin-top: 50px;
				font-weight: 400;
			}
	
	h2{
		font-weight: 500;
	}
	
	#recommend{
		position: relative;
		padding: 80px 0 100px;
	}
	#recommend .tit{
		position: relative;
		margin-bottom: 50px;
	}
		#recommend .tit .line{
			display: inline-block;
			padding: 0 20px 0 calc(50% - 520px);
			position: relative;
			background-color: #6e3cbe;
			color: #fff;
			font-weight: 400;
			font-size: 18px;
		}
			#recommend .tit .line .en{
				padding-left: 20px;
				display: inline-block;
				position: relative;
			}
				#recommend .tit .line .en:after{
					content: '';
					display: block;
					position: absolute;
					width: 1px;
					height: calc(100% - 12px);
					background-color: #fff;
					opacity: 0.3;
					left: 10px;
					top: 5px;	
				}
	#recommend a.btn{
		display: block;
		width: calc(50% - 15px);
		float: left;
		height: 183px;
		overflow: hidden;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
	}
		#recommend a.btn:nth-of-type(2n){
			float: right;
		}
			#recommend a.btn:after{
				content: '';
				display: block;
				position: absolute;
				width: 100%;
				height: 100%;
				z-index: -1;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				margin: auto;
				transition: 1.0s;
			}
			#recommend a.btn:hover:after{
				transform: scale(1.05);
			}
	#recommend a.btn span.line{
		display: block;
		position: relative;
		line-height: 1em;
		font-weight: 400;
	}
	#recommend a.btn .line span{
		display: inline-block;
		position: relative;		
		padding: 3px 8px 4px;
		background-color: #000;
		color: #fff;
	}
	
	
	#recruit.index #recommend a.btn:after{
		background: url("../img/btn01.jpg") no-repeat center;
		background-size: cover;
	}
	#recruit.index #recommend a.btn:nth-of-type(2):after{
		background: url("../img/btn02.jpg") no-repeat center;
		background-size: cover;
	}
	
	#main{
		padding-top: 64px;
	}
	
	/*---------------------------------------------------------------
	
	index / 採用情報
	
	----------------------------------------------------------------*/
	#recruit.index{
		
	}
		#recruit.index #main{
			overflow: hidden;
			background-color: #f1f1f1;
		}
			#recruit.index .wrap{
				width: 840px;
			}
				#recruit.index #maintitleArea{
					background-color: #fff;
					position: relative;
				}
					#recruit.index #maintitleArea .maintitle span.line{
						color: #fff;
						width: 100%;
					}
					#recruit.index #maintitleArea .maintitle span.line:before{
						background-color: #f06400;
					}
					#recruit.index #maintitleArea .wrap{
						position: relative;
						z-index: 1;
					}
	#recruit.index #anc_link{
		position: relative;
		margin-top: 80px;
	}
		#recruit.index #anc_link li{
			width: 270px;
			margin-right: 15px;
			position: relative;
			float: left;
			text-align: center;
		}
			#recruit.index #anc_link li:nth-of-type(3n){
				margin-right: 0;
			}
				#recruit.index #anc_link li a{
					display: block;
					overflow: hidden;
					position: relative;
					background-color: #000;
					color:#fff;
					font-weight: 400;
					height: 65px;
					line-height: 65px;
				}
					#recruit.index #anc_link li:after,
					#recruit.index #anc_link li a:after{
						content: '';
						display: block;
						position: absolute;		
						width: 28px;
						height: 9px;
						transform: rotate(90deg);
						right: 0;
						left: 0;
						bottom: -5px;
						margin: 0 auto;
						transition: 0.4s;
					}
					#recruit.index #anc_link li:after{
						background: url("../../common/img/arrow_b.svg") no-repeat center;
						background-size: auto 100%;
						z-index: -1;
					}
					#recruit.index #anc_link li a:after{
						background: url("../../common/img/arrow.svg") no-repeat center;
						background-size: auto 100%;
						z-index: 2;
					}
						#recruit.index #anc_link li:hover:after,
						#recruit.index #anc_link li:hover a:after{
							bottom: -12px;
						}
	
		#recruit.index .sec{
			position: relative;
		}
			#recruit.index .sec .wrap{
				position: relative;
				z-index: 1;
			}
				#recruit.index .sec h2{
					font-size: 18px;
					letter-spacing: 3px;
					position: relative;
				}
				#recruit.index .sec h2 .line{
					display: inline-block;
					color: #fff;
					position: relative;
				}
				#recruit.index .txt{
					text-align: justify;
					line-break: strict;
					word-wrap: break-word;
					overflow-wrap: break-word;
				}
	
	/* message
	--------------------------------*/
	#recruit.index #message{
		padding: 130px 0 90px;		
	}
		#recruit.index #message .img_box{
			margin-left: calc(50% - 420px);
			margin-bottom: 70px;
		}
			#recruit.index #message .img_box img{
				width: 100%;
			}
		#recruit.index #message h2{
			position: absolute;
			top: 200px;
			right: 0;
			width: 100%;
			text-align: right;
		}
			#recruit.index #message h2 .line{
				background-color: #f06400;
				padding: 0 calc(50% - 520px) 0 15px;
			}
	#recruit.index #message .txt_box{
		
	}
		#recruit.index #message .txt_box .catch{
			font-size: 36px;
			font-weight: 600;
			letter-spacing: 0.2em;
		}
			#recruit.index #message .txt_box .catch .fl{
				display: inline-block;
				position: relative;
				width: 200px;
				padding: 0 50px 0 5px;
			}
				#recruit.index #message .txt_box .catch .fl:before,
				#recruit.index #message .txt_box .catch .fl:after{
					content: '';
					display: block;
					position: absolute;
					background: url("../../common/img/icon_dotfl.svg") no-repeat center;
					background-size: cover;
					width: 14px;
					height: 13px;
				}
					#recruit.index #message .txt_box .catch .fl:before{
						top: 0;
						left: 0;
					}
					#recruit.index #message .txt_box .catch .fl:after{
						transform: scale(-1.0,-1.0);
						right: 20px;
						bottom: 0.2em;
					}
		#recruit.index #message .txt_box .txt{
			margin-top: 40px;
		}
	
	
	/* year-round
	--------------------------------*/
	#recruit.index #year-round{
		padding: 160px 0 190px;		
		background: url("../img/pht02.jpg") no-repeat center;
		background-size: cover;
		color: #fff;
	}
		#recruit.index #year-round h2{
			margin-right: auto;
			margin-left: 0;
			margin-bottom: 80px;
		}
			#recruit.index #year-round h2 .line{
				background-color: #0a9bcd;
				padding: 0 15px 0px calc(50% - 520px);
			}
		#recruit.index #year-round .catch{
			/*float: left;
			width: calc(100% - 470px);*/
			font-size: 25px;
			font-weight: 400;
		}
			#recruit.index #year-round .catch span{
				display: inline-block;
				width: 318px;
			}
				#recruit.index #year-round .catch span img{
					display: block;
				}
		#recruit.index #year-round .txt_box{
			/*float: right;*/
			width: 480px;
			margin-top: 20px;
		}
			#recruit.index #year-round .txt_box .contact_box{
				background-color: rgba(10, 155, 205, 0.7);
				padding: 30px 40px;
				margin-top: 40px;
				font-size: 12px;
				font-feature-settings: "palt";
				left: 0.1em;
			}
				#recruit.index #year-round .txt_box .contact_box a{
					color: #fff;
					text-decoration: underline;
				}
	
	
	/* info
	--------------------------------*/
	#recruit.index #info{
		padding: 190px 0 140px;
		background-color: #fff;
	}
		#recruit.index #info h2{
			text-align: center;
			margin-bottom: 80px;
		}
			#recruit.index #info h2 .line{
				background-color: #6e3cbe;
				width: 490px;
			}
	#recruit.index #info table{
		border-collapse: collapse;
	}
		#recruit.index #info .wrap > table > tbody > tr > th,
		#recruit.index #info .wrap > table > tbody > tr > td{
			padding: 40px 0;
			position: relative;
		}
		#recruit.index #info .wrap > table > tbody > tr > th{
			text-align: left;
			border-top: 1px solid #6e3cbe;
			width: 230px;
			font-size: 18px;
			vertical-align: top;
		}
			#recruit.index #info .wrap > table > tbody > tr:last-of-type > th{
				border-bottom: 1px solid #6e3cbe;
			}
		#recruit.index #info .wrap > table > tbody > tr > td{
			padding-left: 10px;
			text-align: justify;
			line-break: strict;
			word-wrap: break-word;
			overflow-wrap: break-word;
		}
		#recruit.index #info .wrap > table > tbody > tr > td > a{
			text-decoration: underline;
		}
			#recruit.index #info .wrap > table > tbody > tr > td:after,
			#recruit.index #info .wrap > table > tbody > tr:last-of-type > td:before{
				content: '';
				display: block;
				position: absolute;
				width: calc(100% - 10px);
				height: 1px;
				background-color: #b2b2b2;
				top: 0;
				left: 10px;
			}
				#recruit.index #info .wrap > table > tbody > tr:last-of-type > td:before{
					top: auto;
					bottom: 0;
				}
			#recruit.index #info .wrap > table > tbody > tr > td p + p,
			#recruit.index #info .wrap > table > tbody > tr > td ul li + li,
			#recruit.index #info .wrap > table > tbody > tr > td ul + p,
			#recruit.index #info .wrap > table > tbody > tr > td p + ul{
				margin-top: 10px;		
			}
				#recruit.index #info .wrap > table > tbody > tr > td p + dl,
				#recruit.index #info .wrap > table > tbody > tr > td dl + p{
					margin-top: 40px;		
				}
	#recruit.index #info .wrap > table span.cap{
		font-size: 100%;
		display: inline-block;
		padding-left: 10px;
	}
	#recruit.index #info .wrap > table .line{
		display: inline-block;
		color: #fff;
		padding: 0 15px;
		background-color: #6e3cbe;		
	}
	#recruit.index #info .wrap > table .flow_list{
		margin-top: 20px;
	}
	#recruit.index #info .wrap > table .flow_list li + li{
		margin-top: 20px;
	}
	#recruit.index #info .wrap > table .flow_list + p{
		margin-top: 20px;
	}
	#recruit.index #info .wrap > table .flow_list + p span{
		display: inline-block;
	}
	#recruit.index #info .wrap > table .flow_list + p + p{
		margin-top: 20px;
	}
	#recruit.index #info .wrap > table table{
		width: 100%;
		font-size: 12px;
		margin: 40px 0;
	}
		#recruit.index #info .wrap > table table thead{

		}
			#recruit.index #info .wrap > table table thead th{
				background-color: #000;
				border-left: 1px solid #fff;
				text-align: center;
			}
				#recruit.index #info .wrap > table table thead th:first-of-type{
					background-color: #fff;
					border-left: none;
				}	
		#recruit.index #info .wrap > table table th{
			color: #fff;
			padding: 5px 0;
			font-feature-settings: "palt";
			letter-spacing: 0.2em;
		}
			#recruit.index #info .wrap > table table tbody th{
				background-color: #6e3cbe;
				border-top: 1px solid #fff;
				text-align: left;
				padding: 5px 10px;
				width: 180px;
			}
				#recruit.index #info .wrap > table table tbody tr:first-of-type th{
					border-top: none;
				}
		#recruit.index #info .wrap > table table tbody td{
			background-color: #fff;
			border-bottom: 1px solid #c8c8c8;
			border-right: 1px solid #c8c8c8;
		}
			#recruit.index #info .wrap > table table tbody tr:last-of-type td{
				border-bottom: none;
			}
			#recruit.index #info .wrap > table table tbody tr td:last-of-type{
				border-right: none;
			}
				#recruit.index #info .wrap > table table .true{
					display: block;
					width: 14px;
					height: 14px;
					border-radius: 15px;
					border: 2px solid #6e3cbe;
					margin: 0 auto;
				}
	#recruit.index #info .wrap > table .step_list{
		margin-top: 30px;		
		counter-reset: step;
		padding-left: 80px;
	}
	#recruit.index #info .wrap > table .step_list li{
		counter-increment: step;		
		position: relative;
		height: 35px;
		line-height: 35px;
		background-color: #fff;
		text-align: center;
		font-weight: 400;
	}
		#recruit.index #info .wrap > table .step_list li + li{
			margin-top: 20px;
		}
		#recruit.index #info .wrap > table .step_list li:before{
			content: counter(step, decimal-leading-zero);
			display: block;
			position: absolute;
			font-family: 'GT Eesti', sans-serif;
			font-size: 20px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			width: 73px;
			left: -80px;
			top: 0;
			background-color: #6e3cbe;
			color: #fff;
		}
		#recruit.index #info .wrap > table .step_list li:not(:first-of-type):after{
			content: '';
			display: block;
			position: absolute;
			width: 1px;
			height: 12px;
			background-color: #6e3cbe;
			top: -16px;
			left: -45px;
		}
	#recruit.index #info .contact_box{
		margin-top: 70px;
		background-color: #f1f1f1;
		padding: 25px 0;
	}
	#recruit.index #info .contact_box dt{
		text-align: center;
		width: 210px;
		float: left;
		position: relative;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#recruit.index #info .contact_box dd{
		width: calc(100% - 210px);
		float: right;
		position: relative;
		padding: 10px 50px;
		border-left: 1px solid #b2b2b2;
		box-sizing: border-box;
	}
	#recruit.index #info .contact_box dd:after{
		content: '';
		display: block;
		position: absolute;
		width: 1px;
	}
	
	
	/*deco*/
	#recruit.index #maintitleArea .deco01{
		top: 80px;
		left: 30%;
	}
	#recruit.index #maintitleArea .deco02{
		top: 50%;
		left: 4vw;
	}
	#recruit.index #maintitleArea .deco03{
		top: calc(50% + 12px);		
		left: 0;
	}
	#recruit.index #maintitleArea .deco04{
		bottom: 27px;
		right: 12vw;
	}
	#recruit.index #maintitleArea .deco05{
		bottom: 0;
		right: 0;
	}
	
	
	#recruit.index #message .deco01{
		right: 15%;
		top: 40px;
	}
	#recruit.index #message .deco02{
		right: -12vw;
		top: 40px;
	}
	#recruit.index #message .deco03{
		left: -15%;
		bottom: 50px;
	}
	
	
	
	#recruit.index #year-round .deco01{
		top: 0;
		left: 0;
	}	
	#recruit.index #year-round .deco02{
		top: 27px;
		left: 12vw;
	}
	#recruit.index #year-round .deco03{
		top: 54px;
		left: 0;
	}
	#recruit.index #year-round .deco04{
		bottom: -12px;
		left: -4vw;
	}
	
	#recruit.index #info .deco01{
		top: -12px;
		right: -4vw;
	}	
	#recruit.index #info .deco02{
		top: 10%;
		left: -2vw;
	}
	#recruit.index #info .deco03{
		top: calc(10% + 12px);
		left: 2vw;
	}
	#recruit.index #info .deco04{
		top: 30%;
		right: 0;
	}
	#recruit.index #info .deco05{
		top: 31%;
		right: 4vw;
	}
	#recruit.index #info .deco06{
		left: 12vw;
		top: 60%;
	}
	#recruit.index #info .deco07{
		top: calc(60% + 12px);
		left: 0;
	}
	#recruit.index #info .deco08{
		bottom: -12px;
		right: -4vw;
	}
	
	
	
	/*---------------------------------------------------------------
	
	faq / 採用FAQ
	
	----------------------------------------------------------------*/
	#recruit.faq{
		
	}
		#recruit.faq #main{
			overflow: hidden;
			background-color: #f1f1f1;
		}
			#recruit.faq .wrap{
				width: 840px;
			}
				#recruit.faq #maintitleArea{
					background-color: #fff;
					position: relative;
				}
					#recruit.faq #maintitleArea .maintitle span.line{
						color: #fff;
					}
					#recruit.faq #maintitleArea .maintitle span.line:before{
						background-color: #6e3cbe;
					}
					#recruit.faq #maintitleArea .maintitle .title:after {
						background-color: #fff;
					}
					#recruit.faq #maintitleArea .wrap{
						position: relative;
						z-index: 1;
					}
	#recruit.faq .container{
		position: relative;
		padding: 90px 0 200px;
	}
		#recruit.faq #faq_list{
			position: relative;
		}
			#recruit.faq #faq_list > dl{
				position: relative;
			}
				#recruit.faq #faq_list > dl + dl{
					margin-top: 30px;
				}
					#recruit.faq #faq_list > dl > dt{
						padding: 20px 20px 20px 70px;
						background-color: #6e3cbe;
						font-weight: 400;
						color: #fff;
						font-size: 20px;
						position: relative;
					}
					#recruit.faq #faq_list > dl > dd{
						padding: 30px 30px 30px 70px;
						background-color: #fff;
						border: 1px solid #6e3cbe;
						position: relative;
						text-align: justify;
						line-break: strict;
						word-wrap: break-word;
						overflow-wrap: break-word;
					}
						#recruit.faq #faq_list > dl > dt:before,
						#recruit.faq #faq_list > dl > dd:before{		
							display: block;
							position: absolute;
							font-weight: 400;
							font-size: 40px;
							left: 20px;
							line-height: 1em;
							font-family: 'GT Eesti', sans-serif;
						}
						#recruit.faq #faq_list > dl > dt:before{
							content: 'Q';
							color: #fff;
							top: 0.45em;
						}
						#recruit.faq #faq_list > dl > dd:before{
							content: 'A';
							color: #6e3cbe;
							top: 0.6em;
						}
							#recruit.faq #faq_list > dl > dd dl + dl{
								margin-top: 10px;
							}
							#recruit.faq #faq_list > dl > dd dl dt{
								font-weight: 400;
							}
							#recruit.faq #faq_list > dl > dd p + p{
								margin-top: 10px;
							}
	/*deco*/
	#recruit.faq #maintitleArea .deco01{
		top: 60px;
		left: 0;
	}
	#recruit.faq #maintitleArea .deco02{
		top: 100px;
		left: 0;
	}
	#recruit.faq #maintitleArea .deco03{
		top: 127px;
		left: 12vw;
	}
	#recruit.faq #maintitleArea .deco04{
		top: 147px;
		right: 5%;
	}
	#recruit.faq #maintitleArea .deco05{
		bottom: 107px;
		right: 12vw;
	}
	#recruit.faq #maintitleArea .deco06{
		bottom: 80px;
		right: 0;
	}
	
	#recruit.faq .container .deco01{
		top: 0;
		left: 0;
	}
	#recruit.faq .container .deco02{
		top: 27px;
		left: 12vw;
	}
	#recruit.faq .container .deco03{
		top: 200px;
		left: 0;
	}
	#recruit.faq .container .deco04{
		bottom: 100px;
		left: 12vw;
	}
	#recruit.faq .container .deco05{
		bottom: 88px;
		left: 8vw;
	}
	#recruit.faq .container .deco06{
		bottom: 87px;
		right:12vw;
	}
	#recruit.faq .container .deco07{
		bottom: 60px;
		right: 0;
	}
	
	
	
	
	/*---------------------------------------------------------------
	
	grobal / 採用情報
	
	----------------------------------------------------------------*/
	#recruit.global{
		
	}
		#recruit.global #main{
			overflow: hidden;
		}
			#recruit.global .wrap{
				width: 840px;
			}
				#recruit.global #maintitleArea{
					background-color: #fff;
					position: relative;
				}
					#recruit.global #maintitleArea .maintitle span.line{
						color: #fff;
						width: 590px;
						box-sizing: border-box;
						letter-spacing: 0.2em;
					}
					#recruit.global #maintitleArea .maintitle span.line:before{
						background-color: #f06400;
					}
					#recruit.global #maintitleArea .wrap{
						position: relative;
						z-index: 1;
					}
	#recruit.global .lead{
		margin-top: 120px;
		text-align: left;
	}
		#recruit.global .lead .catch{
			font-size: 44px;
			letter-spacing: 0.1em;
		}
		#recruit.global .lead p + p{			
			margin-top: 20px;
		}
	
	
		#recruit.global .sec{
			position: relative;
		}
			#recruit.global .sec .wrap{
				position: relative;
				z-index: 1;
			}
				#recruit.global .sec h2{
					font-size: 20px;
					letter-spacing: 3px;
					position: relative;
				}
				#recruit.global .sec h2 .line{
					display: inline-block;
					color: #fff;
					position: relative;
				}
				#recruit.global .txt{
					text-align: justify;
					line-break: strict;
					word-wrap: break-word;
					overflow-wrap: break-word;
				}
	/* year-round
	--------------------------------*/
	#recruit.global #year-round{
		padding: 12px 0 180px;		
	}
	#recruit.global #year-round h2{
		margin-bottom: 50px;
	}
	#recruit.global #year-round h2 .line{
		padding: 0 15px 0 calc(50% - 420px);
		background-color: #6e3cbe;
	}
	#recruit.global #year-round .txt_box{
		width: 400px;
	}
	#recruit.global #year-round .contact_box{
		background-color: rgba(10, 155, 205, 0.7);
		padding: 30px 40px;
		margin-top: 40px;
		font-size: 12px;
		font-feature-settings: "palt";
		left: 0.1em;
		color: #fff;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#recruit.global #year-round .contact_box dt{
		margin-right: 40px;
		font-weight: 400;
	}
	#recruit.global .img_box{
		position: absolute;
		width: calc(50% - 20px);
		height: calc(100% - 335px);
		background: url("../img/global/pht.jpg") no-repeat center;
		background-size: cover;
		right: 0;
		top: 0;
	}
	
	
	/* info
	--------------------------------*/
	#recruit.global #info{
		padding: 130px 0 140px;
		background-color: #e6f5fa;
	}
		#recruit.global #info h2{
			text-align: center;
			margin-bottom: 80px;
		}
			#recruit.global #info h2 .line{
				background-color: #0a9bcd;
				width: 490px;
			}
	#recruit.global #info table{
		border-collapse: collapse;
	}
		#recruit.global #info .wrap > table > tbody > tr > th,
		#recruit.global #info .wrap > table > tbody > tr > td{
			padding: 40px 0;
			position: relative;
		}
		#recruit.global #info .wrap > table > tbody > tr > th{
			text-align: left;
			border-top: 1px solid #0a9bcd;
			width: 230px;
			font-size: 18px;
			vertical-align: top;
		}
			#recruit.global #info .wrap > table > tbody > tr:last-of-type > th{
				border-bottom: 1px solid #0a9bcd;
			}
		#recruit.global #info .wrap > table > tbody > tr > td{
			padding-left: 10px;
		}
			#recruit.global #info .wrap > table > tbody > tr > td:after,
			#recruit.global #info .wrap > table > tbody > tr:last-of-type > td:before{
				content: '';
				display: block;
				position: absolute;
				width: calc(100% - 10px);
				height: 1px;
				background-color: #b2b2b2;
				top: 0;
				left: 10px;
			}
				#recruit.global #info .wrap > table > tbody > tr:last-of-type > td:before{
					top: auto;
					bottom: 0;
				}
			#recruit.global #info .wrap > table > tbody > tr > td p + p,
			#recruit.global #info .wrap > table > tbody > tr > td ul li + li,
			#recruit.global #info .wrap > table > tbody > tr > td ul + p,
			#recruit.global #info .wrap > table > tbody > tr > td p + ul{
				margin-top: 10px;		
			}
				#recruit.global #info .wrap > table > tbody > tr > td p + dl,
				#recruit.global #info .wrap > table > tbody > tr > td dl + p{
					margin-top: 40px;		
				}
	#recruit.global #info .wrap > table span.cap{
		font-size: 100%;
		display: inline-block;
		padding-left: 10px;
	}
	#recruit.global #info .wrap > table .line{
		display: inline-block;
		color: #fff;
		padding: 0 15px;
		background-color: #6e3cbe;		
	}
	#recruit.global #info .wrap > table .flow_list{
	}
	#recruit.global #info .wrap > table .flow_list li + li{
		margin-top: 20px;
	}
	#recruit.global #info .wrap > table .flow_list + p{
		margin-top: 20px;
	}
	#recruit.global #info .wrap > table .flow_list + p + p{
		margin-top: 20px;
	}
	#recruit.global #info .wrap > table table{
		width: 100%;
		font-size: 12px;
		margin: 40px 0;
	}
		#recruit.global #info .wrap > table table thead{

		}
			#recruit.global #info .wrap > table table thead th{
				background-color: #000;
				border-left: 1px solid #fff;
			}
				#recruit.global #info .wrap > table table thead th:first-of-type{
					background-color: #e6f5fa;
					border-left: none;
				}	
		#recruit.global #info .wrap > table table th{
			color: #fff;
			padding: 5px 0;
			font-feature-settings: "palt";
			letter-spacing: 0.2em;
		}
			#recruit.global #info .wrap > table table tbody th{
				background-color: #0a9bcd;
				border-top: 1px solid #fff;
				text-align: left;
				padding: 5px 10px;
				width: 180px;
			}
				#recruit.global #info .wrap > table table tbody tr:first-of-type th{
					border-top: none;
				}
		#recruit.global #info .wrap > table table tbody td{
			background-color: #fff;
			border-bottom: 1px solid #c8c8c8;
			border-right: 1px solid #c8c8c8;
		}
			#recruit.global #info .wrap > table table tbody tr:last-of-type td{
				border-bottom: none;
			}
			#recruit.global #info .wrap > table table tbody tr td:last-of-type{
				border-right: none;
			}
				#recruit.global #info .wrap > table table .true{
					display: block;
					width: 14px;
					height: 14px;
					border-radius: 15px;
					border: 2px solid #0a9bcd;
					margin: 0 auto;
				}
	#recruit.global #info .wrap > table .step_list{
		margin-top: 30px;		
		counter-reset: step;
		padding-left: 80px;
	}
	#recruit.global #info .wrap > table .step_list li{
		counter-increment: step;		
		position: relative;
		height: 35px;
		line-height: 35px;
		background-color: #fff;
		text-align: center;
		font-weight: 400;
	}
		#recruit.global #info .wrap > table .step_list li + li{
			margin-top: 20px;
		}
		#recruit.global #info .wrap > table .step_list li:before{
			content: counter(step, decimal-leading-zero);
			display: block;
			position: absolute;
			font-family: 'GT Eesti', sans-serif;
			font-size: 20px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			width: 73px;
			left: -80px;
			top: 0;
			background-color: #0a9bcd;
			color: #fff;
		}
		#recruit.global #info .wrap > table .step_list li:not(:first-of-type):after{
			content: '';
			display: block;
			position: absolute;
			width: 1px;
			height: 12px;
			background-color: #0a9bcd;
			top: -16px;
			left: -45px;
		}
	
	/* recommend
	--------------------------------*/
	#recruit.global #recommend{
		background-color: #e6f5fa;
		padding: 0 0 100px;
	}
	#recruit.global #recommend .tit .line{
		background-color: #0a9bcd;
	}
	#recruit.global #recommend .wrap{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#recruit.global #recommend .bl_btn{
		width: 280px;
		margin: 0 35px;
	}
	
	
	/*deco*/
	#recruit.global #maintitleArea .deco01{
		top: 80px;
		left: 30%;
	}
	#recruit.global #maintitleArea .deco02{
		top: 30%;
		left: 4vw;
	}
	#recruit.global #maintitleArea .deco03{
		top: calc(30% + 12px);		
		left: 0;
	}
	#recruit.global #maintitleArea .deco04{
		bottom: calc(45% + 27px);
		right: 12vw;
	}
	#recruit.global #maintitleArea .deco05{
		bottom: 45%;
		right: 0;
	}
	
	#recruit.global #year-round .deco01{
		top: -12px;
		right: -4vw;
	}	
	#recruit.global #year-round .deco02{
		bottom: -12px;
		right: -4vw;
	}

	
	#recruit.global #info .deco01{
		top: -12px;
		right: -4vw;
	}	
	#recruit.global #info .deco02{
		top: 10%;
		left: -2vw;
	}
	#recruit.global #info .deco03{
		top: calc(10% + 12px);
		left: 2vw;
	}
	#recruit.global #info .deco04{
		top: 30%;
		right: 0;
	}
	#recruit.global #info .deco05{
		top: 31%;
		right: 4vw;
	}
	
	
	#recruit.global #recommend .deco01{
		top: 0;
		right: 4vw;
	}	
	#recruit.global #recommend .deco02{
		top: 12px;
		right: 0;
	}
	
	
	/*---------------------------------------------------------------
	
	env / 教育研修・福利厚生制度
	
	----------------------------------------------------------------*/
	#recruit.env{
		
	}
		#recruit.env #main{
			overflow: hidden;
			background-color: #f1f1f1;
			padding-bottom: 190px;
		}
			#recruit.env .wrap{
			}
				#recruit.env #maintitleArea{
					position: relative;
				}
					#recruit.env #maintitleArea .maintitle span.line{
						color: #fff;
						width: 590px;
						box-sizing: border-box;
						letter-spacing: 0.2em;
					}
					#recruit.env #maintitleArea .maintitle span.line:before{
						background-color: #0a9bcd;
					}
					#maintitleArea .maintitle .title:after{
						background-color: #f1f1f1;
					}
					#recruit.env #maintitleArea .wrap{
						position: relative;
						z-index: 1;
					}

		#recruit.env .sec{
			position: relative;
		}
		#recruit.env .sec + .sec{
			margin-top: 90px;
		}
			#recruit.env .sec .wrap{
				position: relative;
				z-index: 1;
				background-color: #fff;
				padding: 185px 100px 100px 100px;
				box-sizing: border-box;
			}
				#recruit.env .sec h2{
					font-size: 18px;
					letter-spacing: 3px;
					position: absolute;
					top: 70px;
					left: 0;
					width: 100%;
					z-index: 2;
				}
				#recruit.env .sec h2 .line{
					display: inline-block;
					color: #fff;
					position: relative;
					background-color: #0a9bcd;
					padding: 0 15px 0 calc(50% - 420px);
				}
				#recruit.env .txt{
					text-align: justify;
					line-break: strict;
					word-wrap: break-word;
					overflow-wrap: break-word;
				}
	
	
	
	#recruit.env .sec .cont_list{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		#recruit.env .sec .cont_list.cbox:after {
			content: none;
		}
		#recruit.env .sec .cont_list > li{
			width: 389px;
/*			float: left;*/
		}
		#recruit.env .sec .cont_list > li.wid100{
			width: 100%;
		}
/*
		#recruit.env .sec .cont_list > li:nth-of-type(2n){
			float: right;
		}
*/
		#recruit.env .sec .cont_list > li:nth-of-type(n + 3){
			margin-top: 60px;
		}
			#recruit.env .sec .cont_list > li .txt_box{
				margin-top: 20px;
			}
				#recruit.env .sec .cont_list > li .txt_box > dt{
					font-size: 18px;
					font-weight: 400;
					margin-bottom: 20px;
					position: relative;
				}	
					#recruit.env .sec .cont_list > li .txt_box > dt span{
						display: inline-block;
						position: relative;
						padding: 0 5px 10px 0;
						background-color: #fff;
						z-index: 1;
					}
						#recruit.env .sec .cont_list > li .txt_box > dt:after,
						#recruit.env .sec .cont_list > li .txt_box > dt span:after{
							content: '';
							display: block;
							position: absolute;
							width: 100%;
							background-color: #0a9bcd;
							left: 0;		
						}
						#recruit.env .sec .cont_list > li .txt_box > dt:after{		
							height: 1px;
							bottom: 2px;
						}
						#recruit.env .sec .cont_list > li .txt_box > dt span:after{
							width: calc(100% - 5px);
							height: 5px;
							bottom: 0;
						}

				#recruit.env .sec .cont_list > li .txt_box dd{
					text-align: justify;
					line-break: strict;
					word-wrap: break-word;
					overflow-wrap: break-word;
				}
				#recruit.env .sec .cont_list > li .txt_box dd p + p{
					margin-top: 10px;
				}
					#recruit.env .sec .cont_list li .txt_box > dd ul li{
						font-weight: 400;
						font-size: 16px;
					}
						#recruit.env .sec .cont_list li .txt_box > dd ul li + li{
/*							margin-top: 30px;*/
						}
							#recruit.env .sec .cont_list li .txt_box > dd ul li dl{
								font-weight: 300;
								font-size: 14px;
								width: 258px;
								float: left;
								margin-right: 33px;
							}
							#recruit.env .sec .cont_list li .txt_box > dd ul li dl:nth-of-type(3n){
								margin-right: 0;
							}
								#recruit.env .sec .cont_list li .txt_box > dd ul li dl dt{
									font-weight: 400;
									margin-bottom: 5px;
								}
								#recruit.env .sec .cont_list li .txt_box > dd ul li dl dd{
								}
	
	/*deco*/
	#recruit.env #maintitleArea .deco01{
		top: 80px;
		left: 30%;
	}
	#recruit.env #maintitleArea .deco02{
		top: 30%;
		left: 4vw;
	}
	#recruit.env #maintitleArea .deco03{
		top: calc(30% + 12px);		
		left: 0;
	}
	#recruit.env #maintitleArea .deco04{
		bottom: calc(45% + 27px);
		right: 12vw;
	}
	#recruit.env #maintitleArea .deco05{
		bottom: 45%;
		right: 0;
	}
	
	
	#recruit.env #traning .deco01{
		top: 80px;
		right: 12vw;
		z-index: 2;
	}
	#recruit.env #traning .deco02{
		top: 92px;
		right: 0;
		z-index: 2;
	}
	#recruit.env #traning .deco03{
		bottom: 512px;
		left: -2vw;
	}
	#recruit.env #traning .deco04{
		bottom: 500px;
		left: 2vw;
	}
	#recruit.env #traning .deco05{
		bottom: 330px;
		right: -120px;
	}
	#recruit.env #traning .deco06{
		bottom: 318px;
		right: calc((4vw + 120px)*-1);
	}
	#recruit.env #traning .deco07{
		bottom: 50px;
		right: 300px;
	}
	
	#recruit.env #welfare .deco01{
		top: 80px;
		right: 12vw;
		z-index: 2;
	}
	#recruit.env #welfare .deco02{
		top: 92px;
		right: 0;
		z-index: 2;
	}
	#recruit.env #welfare .deco03{
		bottom: 412px;
		left: -6vw;
	}
	#recruit.env #welfare .deco04{
		bottom: 400px;
		left: -2vw;
	}
	#recruit.env #welfare .deco05{
		bottom: 350px;
		right: -2vw;
	}
	
	
	


}




/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
	
	
	/*---------------------------------------------------------------
	
	about / 共通
	
	----------------------------------------------------------------*/	
	
	#recruit{
		
	}
		#maintitleArea{
			padding: 40px 0 60px;
		}
			#maintitleArea .maintitle{
				text-align: center;		
			}
				#maintitleArea .maintitle > span{
					display: block;
					font-weight: normal;
					font-size: 0;
				}
					#maintitleArea .maintitle span.line{
						display: inline-block;
						position: relative;		
						line-height: 1em;
						height: 1em;
						font-size: 7vw;
						padding: 0 10px;
						letter-spacing: 3px;		
						z-index: 1;
						color: #c3e2ff;
						overflow: hidden;
					}
					#maintitleArea .maintitle span.line:before{
						content: '';
						display: block;
						position: absolute;
						width: 100%;	
						left: 0;
						right: 0;
						margin: auto;
						z-index: -1;
						background-color: #fff;
						height: calc(100% - 0.28em);
						top: 0.09em;
						transform: scale(0, 1.0);
						transform-origin: left;
						transition: 1.3s cubic-bezier(0.22, 1, 0.36, 1);
					}
					.windows #maintitleArea .maintitle span.line:before{
						height: calc(100% - 0.3em);
						top: 0.04em;
					}
					#maintitleArea.on .maintitle span.line:before{
						transform: scale(1.0, 1.0);
					}
						#maintitleArea .maintitle .title{
							line-height: 1.5;
							height: 1.5em;
							font-size: 18px;
							margin-top: 10px;
						}
						#maintitleArea .maintitle .title{
							display: inline-block;
							position: relative;
							overflow: hidden;
						}
						#maintitleArea .maintitle .title:after{
							content: '';
							display: block;
							position: absolute;
							width: 100%;
							height: 100%;
							background-color: #fff;
							left: 0;
							top: 0;
							transition: 1.3s 1.0s cubic-bezier(0.22, 1, 0.36, 1);
						}
						#recruit.index #maintitleArea .maintitle .title:after{
							background-color: #fff;
						}
						#maintitleArea.on .maintitle .title:after{
							transform: translateX(100%);
						}
	
	h2{
		font-weight: 500;
	}
	
	#recommend{
		position: relative;
		padding: 40px 0 0;
	}
	#recommend .tit{
		position: relative;
		margin-bottom: 30px;
	}
		#recommend .tit .line{
			display: inline-block;
			padding: 0 10px 0 20px;
			position: relative;
			background-color: #6e3cbe;
			color: #fff;
			font-weight: 400;
		}
			#recommend .tit .line .en{
				padding-left: 20px;
				display: inline-block;
				position: relative;
			}
				#recommend .tit .line .en:after{
					content: '';
					display: block;
					position: absolute;
					width: 1px;
					height: calc(100% - 12px);
					background-color: #fff;
					opacity: 0.3;
					left: 10px;
					top: 5px;	
				}
	#recommend a.btn{
		display: block;
		height: 120px;
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
	}
	#recommend a.btn + a.btn{
		margin-top: 10px;
	}
		#recommend a.btn:nth-of-type(2n){
		}
			#recommend a.btn:after{
				content: '';
				display: block;
				position: absolute;
				width: 100%;
				height: 100%;
				z-index: -1;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				margin: auto;
				transition: 1.0s;
			}
			#recommend a.btn:hover:after{
				transform: scale(1.05);
			}
	#recommend a.btn span.line{
		display: block;
		position: relative;
		line-height: 1em;
		font-weight: 400;
	}
	#recommend a.btn .line span{
		display: inline-block;
		position: relative;		
		padding: 3px 8px 4px;
		background-color: #000;
		color: #fff;
	}
	
	
	#recruit.index #recommend a.btn:after{
		background: url("../img/btn01.jpg") no-repeat center;
		background-size: cover;
	}
	#recruit.index #recommend a.btn:nth-of-type(2):after{
		background: url("../img/btn02.jpg") no-repeat center;
		background-size: cover;
	}
	
	#main{
		padding-top: 50px;
	}
	
	/*---------------------------------------------------------------
	
	index / 採用情報
	
	----------------------------------------------------------------*/
	#recruit.index{
		
	}
		#recruit.index #main{
			overflow: hidden;
			background-color: #f1f1f1;
		}
			#recruit.index .wrap{
				padding: 0 5%;
			}
				#recruit.index #maintitleArea{
					background-color: #fff;
					position: relative;
				}
					#recruit.index #maintitleArea .maintitle span.line{
						color: #fff;
					}
					#recruit.index #maintitleArea .maintitle span.line:before{
						background-color: #f06400;
					}
					#recruit.index #maintitleArea .wrap{
						position: relative;
						z-index: 1;
					}
	#recruit.index #anc_link{
		position: relative;
		margin-top: 40px;
	}
		#recruit.index #anc_link li{
			width: calc(33.3% - 2px);
			margin-right: 3px;
			position: relative;
			float: left;
			text-align: center;
		}
			#recruit.index #anc_link li:nth-of-type(3n){
				margin-right: 0;
			}
				#recruit.index #anc_link li a{
					display: block;
					overflow: hidden;
					position: relative;
					background-color: #000;
					color:#fff;
					font-weight: 400;
					height: 40px;
					line-height: 40px;
					font-size: 12px;
					font-feature-settings: "palt";
				}
					#recruit.index #anc_link li:after,
					#recruit.index #anc_link li a:after{
						content: '';
						display: block;
						position: absolute;		
						width: 14px;
						height: 5px;
						transform: rotate(90deg);
						right: 0;
						left: 0;
						bottom: -5px;
						margin: 0 auto;
						transition: 0.4s;
					}
					#recruit.index #anc_link li:after{
						background: url("../../common/img/arrow_b.svg") no-repeat center;
						background-size: auto 100%;
						z-index: -1;
					}
					#recruit.index #anc_link li a:after{
						background: url("../../common/img/arrow.svg") no-repeat center;
						background-size: auto 100%;
						z-index: 2;
					}
						#recruit.index #anc_link li:hover:after,
						#recruit.index #anc_link li:hover a:after{
							bottom: -12px;
						}
	
		#recruit.index .sec{
			position: relative;
		}
			#recruit.index .sec .wrap{
				position: relative;
				z-index: 1;
			}
				#recruit.index .sec h2{
					font-size: 14px;
					letter-spacing: 2px;
					position: relative;
				}
				#recruit.index .sec h2 .line{
					display: inline-block;
					color: #fff;
					position: relative;
				}
				#recruit.index .txt{
					text-align: justify;
					line-break: strict;
					word-wrap: break-word;
					overflow-wrap: break-word;
				}
	
	/* message
	--------------------------------*/
	#recruit.index #message{
		padding: 60px 0 40px;		
	}
		#recruit.index #message .img_box{
			margin-right: 5%;
			margin-bottom: 40px;
		}
			#recruit.index #message .img_box img{
				width: 100%;
			}
		#recruit.index #message h2{
			position: absolute;
			top: 48px;
			left: 0;
			width: 100%;
		}
			#recruit.index #message h2 .line{
				background-color: #f06400;
				padding: 0 15px 0 5%;
			}
	#recruit.index #message .txt_box{
		
	}
		#recruit.index #message .txt_box .catch{
			font-size: 20px;
			font-weight: 600;
			letter-spacing: 0.2em;
		}
			#recruit.index #message .txt_box .catch .fl{
				display: inline-block;
				position: relative;
				width: 100px;
				padding: 0 20px 0 5px;
			}
				#recruit.index #message .txt_box .catch .fl:before,
				#recruit.index #message .txt_box .catch .fl:after{
					content: '';
					display: block;
					position: absolute;
					background: url("../../common/img/icon_dotfl.svg") no-repeat center;
					background-size: cover;
					width: 7px;
					height: 6px;
				}
					#recruit.index #message .txt_box .catch .fl:before{
						top: 0;
						left: 0;
					}
					#recruit.index #message .txt_box .catch .fl:after{
						transform: scale(-1.0,-1.0);
						right: 10px;
						bottom: 0.2em;
					}
		#recruit.index #message .txt_box .txt{
			margin-top: 20px;
		}
	
	
	/* year-round
	--------------------------------*/
	#recruit.index #year-round{
		padding: 60px 0 80px;		
		background: url("../img/pht02.jpg") no-repeat center right;
		background-size: cover;
		color: #fff;
	}
		#recruit.index #year-round h2{
			text-align: right;
			margin-bottom: 40px;
		}
			#recruit.index #year-round h2 .line{
				background-color: #0a9bcd;
				padding: 0 5% 0px 15px;
			}
		#recruit.index #year-round .catch{
			font-size: 18px;
			font-weight: 400;
		}
			#recruit.index #year-round .catch span{
				display: inline-block;
				max-width: 318px;
				width: 80%;
			}
				#recruit.index #year-round .catch span img{
					display: block;
				}
		#recruit.index #year-round .txt_box{
			margin-top: 20px;
		}
			#recruit.index #year-round .txt_box .contact_box{
				background-color: rgba(10, 155, 205, 0.7);
				padding: 30px 40px;
				margin-top: 20px;
				font-size: 12px;
				font-feature-settings: "palt";
				left: 0.1em;
			}
				#recruit.index #year-round .txt_box .contact_box a{
					color: #fff;
					text-decoration: underline;
				}
	
	
	/* info
	--------------------------------*/
	#recruit.index #info{
		padding: 80px 0 60px;
		background-color: #fff;
	}
		#recruit.index #info h2{
			text-align: center;
			margin-bottom: 40px;
		}
			#recruit.index #info h2 .line{
				background-color: #6e3cbe;
				width: 90%;
			}
	#recruit.index #info table{
		border-collapse: collapse;
	}
		#recruit.index #info .wrap > table > tbody > tr > th,
		#recruit.index #info .wrap > table > tbody > tr > td{
			padding: 20px 0;
			display: block;
			position: relative;
		}
		#recruit.index #info .wrap > table > tbody > tr > th{
			padding: 10px 0;
			text-align: left;
			border-bottom: 1px solid #6e3cbe;
			width: 100%;
			font-size: 16px;
			vertical-align: top;
		}
			#recruit.index #info .wrap > table > tbody > tr:last-of-type > th{
				
			}
		#recruit.index #info .wrap > table > tbody > tr > td{
			text-align: justify;
			line-break: strict;
			word-wrap: break-word;
			overflow-wrap: break-word;
		}
		#recruit.index #info .wrap > table > tbody > tr > td > a{
			text-decoration: underline;
		}
			#recruit.index #info .wrap > table > tbody > tr > td:after,
			#recruit.index #info .wrap > table > tbody > tr:last-of-type > td:before{
			}
				#recruit.index #info .wrap > table > tbody > tr:last-of-type > td:before{
					top: auto;
					bottom: 0;
				}
			#recruit.index #info .wrap > table > tbody > tr > td p + p,
			#recruit.index #info .wrap > table > tbody > tr > td ul li + li,
			#recruit.index #info .wrap > table > tbody > tr > td ul + p,
			#recruit.index #info .wrap > table > tbody > tr > td p + ul{
				margin-top: 5px;		
			}
			#recruit.index #info .wrap > table > tbody > tr > td ul li{
				text-align: justify;
				line-break: strict;
				word-wrap: break-word;
				overflow-wrap: break-word;
				font-feature-settings: "palt";
				letter-spacing: 0.1em;
			}
				#recruit.index #info .wrap > table > tbody > tr > td p + dl,
				#recruit.index #info .wrap > table > tbody > tr > td dl + p{
					margin-top: 20px;		
				}
	#recruit.index #info .wrap > table span.cap{
		font-size: 100%;
		display: block;
	}
	#recruit.index #info .wrap > table .line{
		display: inline-block;
		color: #fff;
		padding: 0 15px;
		background-color: #6e3cbe;		
	}
	#recruit.index #info .wrap > table .flow_list{
		margin-top: 30px;
	}
	#recruit.index #info .wrap > table .flow_list li + li{
		margin-top: 30px;
	}
	#recruit.index #info .wrap > table .flow_list + p{
		margin-top: 30px;
	}
	#recruit.index #info .wrap > table .flow_list + p span{
		display: inline-block;
	}
	#recruit.index #info .wrap > table .flow_list + p + p{
		margin-top: 30px;
	}
	#recruit.index #info .wrap > table table{
		width: 100%;
		font-size: 12px;
		margin: 20px 0 0;
	}
		#recruit.index #info .wrap > table table thead{

		}
			#recruit.index #info .wrap > table table thead th{
				background-color: #000;
				border-left: 1px solid #fff;
				text-align: center;
			}
				#recruit.index #info .wrap > table table thead th:first-of-type{
					background-color: #fff;
					border-left: none;
				}	
		#recruit.index #info .wrap > table table th{
			color: #fff;
			padding: 5px 0;
			font-feature-settings: "palt";
			letter-spacing: 0.2em;
		}
			#recruit.index #info .wrap > table table tbody th{
				background-color: #6e3cbe;
				border-top: 1px solid #fff;
				text-align: left;
				padding: 5px 10px;
				line-height: 1.5;
			}
				#recruit.index #info .wrap > table table tbody tr:first-of-type th{
					border-top: none;
				}
		#recruit.index #info .wrap > table table tbody td{
			background-color: #fff;
			border-bottom: 1px solid #c8c8c8;
			border-right: 1px solid #c8c8c8;
			
		}
			#recruit.index #info .wrap > table table tbody tr:last-of-type td{
				border-bottom: none;
			}
			#recruit.index #info .wrap > table table tbody tr td:last-of-type{
				border-right: none;
			}
				#recruit.index #info .wrap > table table .true{
					display: block;
					width: 10px;
					height: 10px;
					border-radius: 15px;
					border: 2px solid #6e3cbe;
					margin: 0 auto;
				}
	#recruit.index #info .wrap > table .step_list{
		margin-top: 20px;		
		counter-reset: step;
		padding-left: 80px;
	}
	#recruit.index #info .wrap > table .step_list li{
		counter-increment: step;		
		position: relative;
		height: 35px;
		line-height: 35px;
		background-color: #fff;
		text-align: center;
		font-weight: 400;
	}
		#recruit.index #info .wrap > table .step_list li + li{
			margin-top: 20px;
		}
		#recruit.index #info .wrap > table .step_list li:before{
			content: counter(step, decimal-leading-zero);
			display: block;
			position: absolute;
			font-family: 'GT Eesti', sans-serif;
			font-size: 18px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			width: 73px;
			left: -80px;
			top: 0;
			background-color: #6e3cbe;
			color: #fff;
		}
		#recruit.index #info .wrap > table .step_list li:not(:first-of-type):after{
			content: '';
			display: block;
			position: absolute;
			width: 1px;
			height: 12px;
			background-color: #6e3cbe;
			top: -16px;
			left: -45px;
		}
	#recruit.index #info .contact_box{
		margin-top: 40px;
		background-color: #f1f1f1;
		padding: 0 30px;
	}
	#recruit.index #info .contact_box dt{
		text-align: center;
		padding: 20px 0;
	}
	#recruit.index #info .contact_box dd{
		position: relative;
		border-top: 1px solid #b2b2b2;
		box-sizing: border-box;
		padding: 20px 0;
	}
	
	
	/*deco*/
	#recruit.index #maintitleArea .deco01{
		top: 20px;
		left: 5%;
	}
	#recruit.index #maintitleArea .deco02{
		top: 50%;
		left: 7vw;
	}
	#recruit.index #maintitleArea .deco03{
		top: calc(50% + 7px);		
		left: 0;
	}
	#recruit.index #maintitleArea .deco04{
		bottom: 15px;
		right: 16vw;
	}
	#recruit.index #maintitleArea .deco05{
		bottom: 0;
		right: 0;
	}
	
	
	#recruit.index #message .deco01{
		right: 15%;
		top: 40px;
	}
	#recruit.index #message .deco02{
		right: 0;
		top: 40px;
	}
	#recruit.index #message .deco03{
		right: 0;
		bottom: -10px;
	}
	
	
	
	#recruit.index #year-round .deco01{
		top: 0;
		left: 0;
	}	
	#recruit.index #year-round .deco02{
		top: 15px;
		left: 162vw;
	}
	#recruit.index #year-round .deco03{
		top: 54px;
		left: 0;
	}
	#recruit.index #year-round .deco04{
		bottom: -7px;
		left: -7vw;
	}
	
	#recruit.index #info .deco01{
		top: -7px;
		right: -7vw;
	}	
	#recruit.index #info .deco02{
		top: 0;
		left: 0;
	}
	#recruit.index #info .deco03{
		top:7px;
		left: 7vw;
	}
	#recruit.index #info .deco04{
		display: none;
	}
	#recruit.index #info .deco05{
		top: 31%;
		right: 0;
	}
	#recruit.index #info .deco06{
		left: 16vw;
		bottom: 7px;
	}
	#recruit.index #info .deco07{
		bottom: 14px;
		left: 0;
	}
	#recruit.index #info .deco08{
		bottom: -18px;
		right: 0;
	}
	
	
	/*---------------------------------------------------------------
	
	faq / 採用FAQ
	
	----------------------------------------------------------------*/
	#recruit.faq{
		
	}
		#recruit.faq #main{
			overflow: hidden;
			background-color: #f1f1f1;
		}
			#recruit.faq .wrap{
			}
				#recruit.faq #maintitleArea{
					background-color: #fff;
					position: relative;
				}
					#recruit.faq #maintitleArea .maintitle span.line{
						color: #fff;
					}
					#recruit.faq #maintitleArea .maintitle span.line:before{
						background-color: #6e3cbe;
					}
					#recruit.faq #maintitleArea .maintitle .title:after {
						background-color: #fff;
					}
					#recruit.faq #maintitleArea .wrap{
						position: relative;
						z-index: 1;
					}
	#recruit.faq .container{
		position: relative;
		padding: 60px 0 100px;
	}
		#recruit.faq .wrap{
			padding: 0 5%;
		}
		#recruit.faq #faq_list{
			position: relative;
		}
			#recruit.faq #faq_list > dl{
				position: relative;
			}
				#recruit.faq #faq_list > dl + dl{
					margin-top: 20px;
				}
					#recruit.faq #faq_list > dl > dt{
						padding: 10px 10px 10px 60px;
						background-color: #6e3cbe;
						font-weight: 400;
						color: #fff;
						font-size: 18px;
						position: relative;
					}
					#recruit.faq #faq_list > dl > dd{
						padding: 20px 20px 20px 60px;
						background-color: #fff;
						border: 1px solid #6e3cbe;
						position: relative;
						text-align: justify;
						line-break: strict;
						word-wrap: break-word;
						overflow-wrap: break-word;
					}
						#recruit.faq #faq_list > dl > dt:before,
						#recruit.faq #faq_list > dl > dd:before{		
							display: block;
							position: absolute;
							font-weight: 400;
							font-size: 30px;
							left: 20px;
							line-height: 1em;
							font-family: 'GT Eesti', sans-serif;
						}
						#recruit.faq #faq_list > dl > dt:before{
							content: 'Q';
							color: #fff;
							top: 0.45em;
						}
						#recruit.faq #faq_list > dl > dd:before{
							content: 'A';
							color: #6e3cbe;
							top: 0.6em;
						}
							#recruit.faq #faq_list > dl > dd dl + dl{
								margin-top: 10px;
							}
							#recruit.faq #faq_list > dl > dd dl dt{
								font-weight: 400;
							}
							#recruit.faq #faq_list > dl > dd p + p{
								margin-top: 10px;
							}
	/*deco*/
	#recruit.faq #maintitleArea .deco01{
		top: 0;
		left: 0;
	}
	#recruit.faq #maintitleArea .deco02{
		top: 30px;
		left: 0;
	}
	#recruit.faq #maintitleArea .deco03{
		top: 23px;
		left: 16vw;
	}
	#recruit.faq #maintitleArea .deco04{
		bottom: 30px;
		right: 5%;
	}
	#recruit.faq #maintitleArea .deco05{
		bottom: 15px;
		right: 16vw;
	}
	#recruit.faq #maintitleArea .deco06{
		bottom: 0;
		right: 0;
	}
	
	#recruit.faq .container .deco01{
		top: 0;
		left: 0;
	}
	#recruit.faq .container .deco02{
		top: 15px;
		left: 16vw;
	}
	#recruit.faq .container .deco03{
		top: 200px;
		left: 0;
	}
	#recruit.faq .container .deco04{
		bottom: 67px;
		left: 7vw;
	}
	#recruit.faq .container .deco05{
		bottom: 60px;
		left: 0;
	}
	#recruit.faq .container .deco06{
		bottom: 35px;
		right:16vw;
	}
	#recruit.faq .container .deco07{
		bottom: 20px;
		right: 0;
	}
	
	/*---------------------------------------------------------------
	
	global / 採用情報
	
	----------------------------------------------------------------*/
	#recruit.global{
		
	}
		#recruit.global #main{
			overflow: hidden;
		}
			#recruit.global .wrap{
				padding: 0 5%;
			}
				#recruit.global #maintitleArea{
					background-color: #fff;
					position: relative;
				}
					#recruit.global #maintitleArea .maintitle span.line{
						color: #fff;
					}
					#recruit.global #maintitleArea .maintitle span.line:before{
						background-color: #f06400;
					}
					#recruit.global #maintitleArea .wrap{
						position: relative;
						z-index: 1;
					}
	#recruit.global #maintitleArea .lead{
		margin-top: 40px;
	}
	#recruit.global #maintitleArea .lead .catch{
		font-size: 22px;
	}
	
		#recruit.global .sec{
			position: relative;
		}
			#recruit.global .sec .wrap{
				position: relative;
				z-index: 1;
			}
				#recruit.global .sec h2{
					font-size: 14px;
					letter-spacing: 2px;
					position: relative;
				}
				#recruit.global .sec h2 .line{
					display: inline-block;
					color: #fff;
					position: relative;
				}
				#recruit.global .txt{
					text-align: justify;
					line-break: strict;
					word-wrap: break-word;
					overflow-wrap: break-word;
				}
	
	
	
	/* year-round
	--------------------------------*/
	#recruit.global #year-round{
		padding: 0 0 80px;		
	}
		#recruit.global #year-round h2{
			margin-bottom: 20px;
		}
			#recruit.global #year-round h2 .line{
				background-color: #0a9bcd;
				padding: 0 15px 0px 5%;
			}
		#recruit.global #year-round .catch{
			font-size: 18px;
			font-weight: 400;
		}
			#recruit.global #year-round .catch span{
				display: inline-block;
				max-width: 318px;
				width: 80%;
			}
				#recruit.global #year-round .catch span img{
					display: block;
				}
		#recruit.global #year-round .txt_box{
		}
			#recruit.global #year-round .contact_box{
				background-color: rgba(10, 155, 205, 0.7);
				padding: 20px 30px;
				margin-top: 10px;
				font-size: 12px;
				font-feature-settings: "palt";
				left: 0.1em;
				color: #fff;
			}
				#recruit.global #year-round .contact_box dt{
					font-weight: 400;
					margin-bottom: 5px;
				}
	#recruit.global #year-round .img_box{
		width: 100%;
		margin-top: 20px;
	}
	
	
	/* info
	--------------------------------*/
	#recruit.global #info{
		padding: 80px 0 60px;
		background-color: #e6f5fa;
	}
		#recruit.global #info h2{
			text-align: center;
			margin-bottom: 40px;
		}
			#recruit.global #info h2 .line{
				background-color: #0a9bcd;
				width: 90%;
			}
	#recruit.global #info table{
		border-collapse: collapse;
	}
		#recruit.global #info .wrap > table > tbody > tr > th,
		#recruit.global #info .wrap > table > tbody > tr > td{
			padding: 20px 0;
			display: block;
			position: relative;
		}
		#recruit.global #info .wrap > table > tbody > tr > th{
			padding: 10px 0;
			text-align: left;
			border-bottom: 1px solid #0a9bcd;
			width: 100%;
			font-size: 16px;
			vertical-align: top;
		}
			#recruit.global #info .wrap > table > tbody > tr:last-of-type > th{
				
			}
		#recruit.global #info .wrap > table > tbody > tr > td{
		}
			#recruit.global #info .wrap > table > tbody > tr > td:after,
			#recruit.global #info .wrap > table > tbody > tr:last-of-type > td:before{
			}
				#recruit.global #info .wrap > table > tbody > tr:last-of-type > td:before{
					top: auto;
					bottom: 0;
				}
			#recruit.global #info .wrap > table > tbody > tr > td p + p,
			#recruit.global #info .wrap > table > tbody > tr > td ul li + li,
			#recruit.global #info .wrap > table > tbody > tr > td ul + p,
			#recruit.global #info .wrap > table > tbody > tr > td p + ul{
				margin-top: 5px;		
			}
			#recruit.global #info .wrap > table > tbody > tr > td ul li{
				text-align: justify;
				line-break: strict;
				word-wrap: break-word;
				overflow-wrap: break-word;
				font-feature-settings: "palt";
				letter-spacing: 0.1em;
			}
				#recruit.global #info .wrap > table > tbody > tr > td p + dl,
				#recruit.global #info .wrap > table > tbody > tr > td dl + p{
					margin-top: 20px;		
				}
	#recruit.global #info .wrap > table span.cap{
		font-size: 100%;
		display: block;
	}
	#recruit.global #info .wrap > table .line{
		display: inline-block;
		color: #fff;
		padding: 0 15px;
		background-color: #0a9bcd;		
	}
	#recruit.global #info .wrap > table .flow_list{
	}
	#recruit.global #info .wrap > table .flow_list li + li{
		margin-top: 30px;
	}
	#recruit.global #info .wrap > table .flow_list + p{
		margin-top: 30px;
	}
	#recruit.global #info .wrap > table .flow_list + p + p{
		margin-top: 30px;
	}
	#recruit.global #info .wrap > table table{
		width: 100%;
		font-size: 12px;
		margin: 20px 0 0;
	}
		#recruit.global #info .wrap > table table thead{

		}
			#recruit.global #info .wrap > table table thead th{
				background-color: #000;
				border-left: 1px solid #fff;
			}
				#recruit.global #info .wrap > table table thead th:first-of-type{
					background-color: #e6f5fa;
					border-left: none;
				}	
		#recruit.global #info .wrap > table table th{
			color: #fff;
			padding: 5px 0;
			font-feature-settings: "palt";
			letter-spacing: 0.2em;
		}
			#recruit.global #info .wrap > table table tbody th{
				background-color: #0a9bcd;
				border-top: 1px solid #fff;
				text-align: left;
				padding: 5px 10px;
				line-height: 1.5;
			}
				#recruit.global #info .wrap > table table tbody tr:first-of-type th{
					border-top: none;
				}
		#recruit.global #info .wrap > table table tbody td{
			background-color: #fff;
			border-bottom: 1px solid #c8c8c8;
			border-right: 1px solid #c8c8c8;
		}
			#recruit.global #info .wrap > table table tbody tr:last-of-type td{
				border-bottom: none;
			}
			#recruit.global #info .wrap > table table tbody tr td:last-of-type{
				border-right: none;
			}
				#recruit.global #info .wrap > table table .true{
					display: block;
					width: 10px;
					height: 10px;
					border-radius: 15px;
					border: 2px solid #0a9bcd;
					margin: 0 auto;
				}
	#recruit.global #info .wrap > table .step_list{
		margin-top: 20px;		
		counter-reset: step;
		padding-left: 80px;
	}
	#recruit.global #info .wrap > table .step_list li{
		counter-increment: step;		
		position: relative;
		height: 35px;
		line-height: 35px;
		background-color: #fff;
		text-align: center;
		font-weight: 400;
	}
		#recruit.global #info .wrap > table .step_list li + li{
			margin-top: 20px;
		}
		#recruit.global #info .wrap > table .step_list li:before{
			content: counter(step, decimal-leading-zero);
			display: block;
			position: absolute;
			font-family: 'GT Eesti', sans-serif;
			font-size: 18px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			width: 73px;
			left: -80px;
			top: 0;
			background-color: #0a9bcd;
			color: #fff;
		}
		#recruit.global #info .wrap > table .step_list li:not(:first-of-type):after{
			content: '';
			display: block;
			position: absolute;
			width: 1px;
			height: 12px;
			background-color: #0a9bcd;
			top: -16px;
			left: -45px;
		}
	
	
	
	/* recommend
	--------------------------------*/
	#recruit.global #recommend{
		background-color: #e6f5fa;
		padding: 0 0 40px;
	}
	#recruit.global #recommend .tit .line{
		background-color: #0a9bcd;
	}
	#recruit.global #recommend .wrap{
	}
	#recruit.global #recommend .bl_btn{
		max-width: 280px;
		margin: 0 auto;
	}
	#recruit.global #recommend .bl_btn + .bl_btn{
		margin-top: 20px;
	}
	
	
	/*deco*/
	#recruit.global #maintitleArea .deco01{
		top: 0;
		left: 5%;
	}
	#recruit.global #maintitleArea .deco02{
		top: 100px;
		left: 7vw;
	}
	#recruit.global #maintitleArea .deco03{
		top: 107px;
		left: 0;
	}
	#recruit.global #maintitleArea .deco04{
		top: 100px;
		right: 16vw;
	}
	#recruit.global #maintitleArea .deco05{
		top: 107px;
		right: 0;
	}
	
	#recruit.global #year-round .deco01{
		top: -7px;
		right: -7vw;
	}	
	#recruit.global #year-round .deco02{
		bottom: -20px;
		right: 0;
	}

	
	#recruit.global #info .deco01{
		top: -7px;
		right: -7vw;
	}	
	#recruit.global #info .deco02{
		top: 0;
		left: 0;
	}
	#recruit.global #info .deco03{
		top:7px;
		left: 7vw;
	}
	#recruit.global #info .deco04{
		display: none;
	}
	#recruit.global #info .deco05{
		top: 31%;
		right: 0;
	}

	
	
	#recruit.global #recommend .deco01{
		top: 0;
		right: 7vw;
	}	
	#recruit.global #recommend .deco02{
		top: 7px;
		right: 0;
	}

	
	
	
	/*---------------------------------------------------------------
	
	env / 教育研修・福利厚生制度
	
	----------------------------------------------------------------*/
	#recruit.env{
		
	}
		#recruit.env #main{
			overflow: hidden;
			background-color: #f1f1f1;
			padding-bottom: 60px;
		}
			#recruit.env .sec .wrap{
				width: 90%;
				margin: 0 auto;
			}
				#recruit.env #maintitleArea{
					position: relative;
				}
					#recruit.env #maintitleArea .maintitle span.line{
						color: #fff;
					}
					#recruit.env #maintitleArea .maintitle span.line:before{
						background-color: #0a9bcd;
					}
					#maintitleArea .maintitle .title:after{
						background-color: #f1f1f1;
					}
					#recruit.env #maintitleArea .wrap{
						position: relative;
						z-index: 1;
					}

		#recruit.env .sec{
			position: relative;
		}
		#recruit.env .sec + .sec{
			margin-top: 40px;
		}
			#recruit.env .sec .wrap{
				position: relative;
				z-index: 1;
				background-color: #fff;
				padding: 80px 30px 30px 30px;
				box-sizing: border-box;
			}
				#recruit.env .sec h2{
					font-size: 14px;
					letter-spacing: 3px;
					position: absolute;
					top: 30px;
					left: 0;
					width: 100%;
					z-index: 2;
				}
				#recruit.env .sec h2 .line{
					display: inline-block;
					color: #fff;
					position: relative;
					background-color: #0a9bcd;
					padding: 0 15px 0 5%;
				}
				#recruit.env .txt{
					text-align: justify;
					line-break: strict;
					word-wrap: break-word;
					overflow-wrap: break-word;
				}
	
	
	
	#recruit.env .sec .cont_list{
	}
		#recruit.env .sec .cont_list > li{
		}
		#recruit.env .sec .cont_list > li.wid100{
		}
		#recruit.env .sec .cont_list > li:nth-of-type(2n){
		}
		#recruit.env .sec .cont_list > li + li{
			margin-top: 40px;
		}
			#recruit.env .sec .cont_list > li .txt_box{
				margin-top: 10px;
			}
				#recruit.env .sec .cont_list > li .txt_box > dt{
					font-size: 16px;
					font-weight: 400;
					margin-bottom: 10px;
					position: relative;
				}	
					#recruit.env .sec .cont_list > li .txt_box > dt span{
						display: inline-block;
						position: relative;
						padding: 0 5px 10px 0;
						background-color: #fff;
						z-index: 1;
					}
						#recruit.env .sec .cont_list > li .txt_box > dt:after,
						#recruit.env .sec .cont_list > li .txt_box > dt span:after{
							content: '';
							display: block;
							position: absolute;
							width: 100%;
							background-color: #0a9bcd;
							left: 0;		
						}
						#recruit.env .sec .cont_list > li .txt_box > dt:after{		
							height: 1px;
							bottom: 2px;
						}
						#recruit.env .sec .cont_list > li .txt_box > dt span:after{
							width: calc(100% - 5px);
							height: 5px;
							bottom: 0;
						}

				#recruit.env .sec .cont_list > li .txt_box dd{
					text-align: justify;
					line-break: strict;
					word-wrap: break-word;
					overflow-wrap: break-word;
				}
				#recruit.env .sec .cont_list > li .txt_box dd p + p{
					margin-top: 5px;
				}
					#recruit.env .sec .cont_list li .txt_box > dd ul li{
						font-weight: 400;
						font-size: 16px;
					}
						#recruit.env .sec .cont_list li .txt_box > dd ul li + li{
/*							margin-top: 20px;*/
						}
							#recruit.env .sec .cont_list li .txt_box > dd ul li dl{
								font-weight: 300;
								font-size: 14px;
							}
							#recruit.env .sec .cont_list li .txt_box > dd ul li dl + dl{
								margin-top: 20px;
							}
								#recruit.env .sec .cont_list li .txt_box > dd ul li dl dt{
									font-weight: 400;
									margin-bottom: 5px;
								}
								#recruit.env .sec .cont_list li .txt_box > dd ul li dl dd{
								}
	
	/*deco*/
	#recruit.env #maintitleArea .deco01{
		top: 0;
		left: 5%;
	}
	#recruit.env #maintitleArea .deco02{
		top: 100px;
		left: 7vw;
	}
	#recruit.env #maintitleArea .deco03{
		top: 107px;
		left: 0;
	}
	#recruit.env #maintitleArea .deco04{
		top: 100px;
		right: 16vw;
	}
	#recruit.env #maintitleArea .deco05{
		top: 107px;
		right: 0;
	}
	
	
	#recruit.env #traning .deco01{
		top: 30px;
		right: 16vw;
		z-index: 2;
	}
	#recruit.env #traning .deco02{
		top: 37px;
		right: 0;
		z-index: 2;
	}
	#recruit.env #traning .deco03{
		bottom: 507px;
		left: -2vw;
	}
	#recruit.env #traning .deco04{
		bottom: 500px;
		left: 5vw;
	}
	#recruit.env #traning .deco05{
		bottom: 330px;
		right: -10vw;
	}
	#recruit.env #traning .deco06{
		bottom: 323px;
		right: -9vw;
	}
	#recruit.env #traning .deco07{
		bottom: 100px;
		left: -5vw;
	}
	
	#recruit.env #welfare .deco01{
		top: 60px;
		right: 16vw;
		z-index: 2;
	}
	#recruit.env #welfare .deco02{
		top: 67px;
		right: 0;
		z-index: 2;
	}
	#recruit.env #welfare .deco03{
		bottom: 407px;
		left: -10vw;
	}
	#recruit.env #welfare .deco04{
		bottom: 400px;
		left: -3vw;
	}
	#recruit.env #welfare .deco05{
		bottom: 100px;
		right: -5vw;
	}
	
	
	
	

}