@charset "UTF-8";

/*/////-----コンテンツの背景色の指定-----/////*/

#contents{
	background-color:#fff;
}

/*/////-----ヘッダータイトルの背景色の指定-----/////*/
 .page-header div.inner{
	 background-color:rgba(255,120,0,0.70);
}

/*/////-----ページの概要部分を非表示-----/////*/

#recruit div.summary{
	display:none;
}

/*/////-----REQUIREMENT-----/////*/

.requirement div.content{
	width:100%;
	margin:0 auto;
	max-width: 800px;
}

.requirement input[type="radio"]{
	display:none;
}

.requirement ul.btn{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

.requirement ul.btn li{
	width:50%;
	
	font-size:0.8rem;
	line-height:50px;
	font-weight:500;
	
	text-align: center;
}

.requirement ul.btn li label{
	display:block;
	
	background-color:#f0f0f0;
	color:#000;
	
	transition:0.25s;
}

.requirement ul.btn li label:hover{
	opacity: 0.8;
	text-decoration: none;
	
	cursor: pointer;
}

input[type="radio"].recruit_fresh:checked ~ ul.btn li.btn_fresh label{
	background-color:#f80;
	color:#fff;
}

input[type="radio"].recruit_careers:checked ~ ul.btn li.btn_careers label{
	background-color:#f80;
	color:#fff;
}

.requirement div.detail{
	box-sizing: border-box;
	padding:10px;
	
	border:solid 5px #f80;
}

.requirement div.detail div.row{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto 5px;
	max-width: 800px;
}

.requirement div.detail div.row div.que{
	width:120px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f0f0f0;
	color:#000;
}

.requirement div.detail div.row div.ans{
	width:calc(100% - 120px);
	
	box-sizing: border-box;
	padding:10px;
	border-left:solid 5px #fff;
	
	background-color:#f0f0f0;
	color:#000;
}

.requirement div.detail p.btn-entry{
	width:240px;
	margin:15px auto 5px;
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:500;
	
	text-align: center;
}

.requirement div.detail p.btn-entry a{
	display:block;
	
	background-color:#f80;
	color:#fff;
	
	background-image: url("../images/icon_btn-entry.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center right 10px;
}

.requirement div.detail p.btn-entry a:hover{
	opacity: 0.8;
	text-decoration: none;
}

@media only screen and (min-width: 720px){
	
	.requirement ul.btn li{
		font-size:1.0rem;
		line-height:50px;
	}
	
	.requirement div.detail div.row div.que{
		width:180px;
	}
	
	.requirement div.detail div.row div.ans{
		width:calc(100% - 180px);
	}
	
}

.requirement div.detail div.detail_fresh{
	display:none;
	
	transition:0.25s;
}

.requirement div.detail div.detail_careers{
	display:none;
	
	transition:0.25s;
}

input[type="radio"].recruit_fresh:checked ~ div.detail div.detail_fresh{
	display:block;
}

input[type="radio"].recruit_careers:checked ~ div.detail div.detail_careers{
	display:block;
}

/*/////-----TREATMENT-----/////*/

.treatment div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

.treatment div.row{
	width:100%;
	margin-bottom:20px;
}

.treatment div.row:last-child{
	margin-bottom:0;
}

.treatment div.row div.inner{
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f0f0f0;
}

.treatment div.row p.thumbnail{
	width:100%;
	margin-bottom:10px;
}

.treatment div.row p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.treatment div.row div.text h4{
	font-weight:500;
	text-align: center;
}

.treatment div.row div.text p{
	font-size:0.8rem;
	line-height:1.75em;
}

@media only screen and (min-width: 720px){
	
	.treatment div.row{
		width:50%;
		margin:0;
		
		box-sizing: border-box;
		padding:10px;
	}
	
}

/*/////-----TRAINING-----/////*/

.training div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 800px;
}

.training div.row{
	width:100%;
	margin-bottom:20px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	background-color:#f0f0f0;
}

.training div.row:last-child{
	margin-bottom:0;
}

.training div.row p.thumbnail{
	width:100%;
}

.training div.row p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.training div.row div.text{
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
}

.training div.row div.text h4{
	font-weight:500;
	text-align: center;
}

.training div.row div.text p{
	font-size:0.8rem;
	line-height:1.75em;
}

@media only screen and (min-width: 720px){
	
	.training div.row p.thumbnail{
		width:240px;
	}
	
	.training div.row div.text{
		width:calc(100% - 240px);
		
		padding:10px 15px;
	}
	
	.training div.row div.text h4{
		text-align: left;
	}
	
}

/*/////-----VOICE-----/////*/

.voice div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 1280px;
}

.voice div.row{
	width:100%;
	margin-bottom:20px;
}

.voice div.row:last-child{
	margin-bottom:0;
}

.voice div.row div.inner{
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f0f0f0;
}

.voice div.row p.thumbnail{
	width:100%;
	margin-bottom:10px;
}

.voice div.row p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.voice div.row div.text{
	text-align: center;
}

.voice div.row div.text h4{
	font-weight:500;
}

.voice div.row div.text ul{
	font-size:0.8rem;
	line-height:1.75em;
	
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
}

.voice div.row div.text ul li{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 5px;
	
	position: relative;
}

.voice div.row div.text ul li:before{
	display:block;
	content:"";
	
	width:1px;
	height:10px;
	
	background-color:#000;
	
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	
	margin:auto 0;
}

.voice div.row div.text ul li:last-child:before{
	display:none;
}

.voice div.row div.text p.btn{
	width:180px;
	margin:5px auto;
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:500;
	
	text-align: center;
}

.voice div.row div.text p.btn a{
	display:block;
	
	background-color:#f80;
	color:#fff;
	
	background-image: url("../images/icon_btn-voice.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center right 10px;
}

.voice div.row div.text p.btn a:hover{
	opacity: 0.8;
	text-decoration: none;
}

@media only screen and (min-width: 640px){
	
	.voice div.row{
		width:50%;
		margin:0;
		
		box-sizing: border-box;
		padding:10px;
	}
	
}

@media only screen and (min-width: 960px){
	
	.voice div.row{
		width:calc(100%/3);
		margin:0;
	}
	
}
