@charset "utf-8";

@media screen and (min-width:768px){
/*pc・タブレットcss*/

#recruit-interview-cover .mv{
	margin-bottom:5vw;
}
#recruit-interview-cover-lead-txt{
	max-width:630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5vw;
}

.interview-cover-bnr{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.interview-cover-bnr li{
	width:48%;
	margin-right:4%;
	margin-bottom:5%;
}
.interview-cover-bnr li:nth-child(2n),
.interview-cover-bnr li:last-child{
	margin-right:0;
}
.interview-cover-bnr .thumb{
	margin-bottom:10px;
	overflow:hidden;
	border-radius:20px;
	border: solid 8px #715345;
}
.interview-cover-bnr .thumb a img{
	transition: all 0.3s;
}
.interview-cover-bnr .thumb a:hover img{
	transform: scale(1.1);
}
.interview-cover-bnr .thumb a:hover{
	opacity:1;
}
.interview-cover-bnr .ttl{
	color:#715345;
	font-size:26px;
	text-align:center;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
}
.interview-cover-bnr .position{
	color:#2B2B2B;
	font-size:16px;
	text-align:center;
}


/* +++++++++++++++++++++++++　single */
/* +++++++++++++++++++++++++　single */
/* +++++++++++++++++++++++++　single */

#interview-detail-page{
	
}
#interview-detail-page .mv{
	margin-bottom:5vw;
}
#interview-detail-page .mv .ph{
	width:100%;
	max-width:786px;
	margin:0 auto 20px;
}
#interview-detail-page .mv .ttl{
	color:#715345;
	font-size:26px;
	text-align:center;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
}
#interview-detail-page .mv .position{
	color:#2B2B2B;
	font-size:16px;
	text-align:center;
}
#interview-detail-page .lead-txt{
	max-width:630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:8vw;
}

.interview-detail-content{
	margin-bottom:8vw;
}
.interview-detail-content .ph{
	width:48%;
}
.interview-detail-content .ph figure{
	overflow:hidden;
	border-radius:20px;
	border: solid 8px #715345;
}
.interview-detail-content .txt{
	width:48%;
}
.interview-detail-content .column01{
	margin-bottom:60px;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.interview-detail-content .column02{
	margin-bottom:60px;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.interview-detail-content .column03{
	margin-bottom:8vw;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.interview-detail-content .column03 .txt{
	-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1;
}



.interview-schedule{
	margin-bottom:100px;
}

.interview-schedule .content-area{
	background-color:#EDF7FC;
	padding:50px;
	border-radius:10px;
	
}

.interview-schedule .schedule-list{
	position: relative;
}
.interview-schedule .schedule-list:before{
	content:"";
	position: absolute;
	left:50%;
	top:5px;
	width:1px;
	height:100%;
	margin-left:-1px;
	background-color:#715345;
}

.interview-schedule .schedule-list li{
	position:relative;
	width:50%;
	margin-bottom:30px;
	line-height:1.5;
}
.interview-schedule .schedule-list li:nth-child(even){
	text-align:right;
}

.interview-schedule .schedule-list li:before{
	content:"";
	position: absolute;
	top:1.4em;
	width:20px;
	height:20px;
	background-color:#004592;
	box-sizing:border-box;
	border-radius:1000px;
}
.interview-schedule .schedule-list li:nth-child(odd):before{
	left:-10px;
}
.interview-schedule .schedule-list li:nth-child(even):before{
	right:-10px;
}
.interview-schedule .schedule-list .time{
	margin-bottom:5px;
	color:#805E4E;
	line-height:1.5;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
	line-height:1;
}
.interview-schedule .schedule-list .ttl{
	margin-bottom:5px;
	color:#805E4E;
	line-height:1.5;
	font-size:20px;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
	line-height:1;
}
.interview-schedule .schedule-list li:nth-child(odd){
	margin-left:auto;
	padding-left:30px;
}
.interview-schedule .schedule-list li:nth-child(even){
	text-align:right;
	padding-right:30px;
}


.interview-back-btn a{
	position:relative;
	display:block;
	width:340px;
	margin: 0 auto;
	padding:15px 30px;
	text-align:center;
	color: #fff;
	font-size:22px;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
	background-color:#715345;
	border-radius:10000px;
	text-decoration:none;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.interview-back-btn a:after{
	position:absolute;
	right:20px;
	top:50%;
	content:"";
	width: 6px;
	height: 6px;
	margin-top:-4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}


/* +++++++++++++++++++++++++ */

.other-interview-list{
	margin-bottom:8vw;
}
.other-interview-list li{
	width:23%;
	margin-right:2.666%;
}
.other-interview-list li:nth-child(4n){
	margin-right:0;
}
.other-interview-list li a{
	color: #2B2B2B;
	text-decoration:none;
}
.other-interview-list .ttl{
	color:#715345;
	font-size:26px;
	line-height:1;
	text-align:center;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
}
.other-interview-list .position{
	color:#2B2B2B;
	font-size:16px;
	text-align:center;
}


}

@media screen and (min-width:768px) and ( max-width:1200px) {
	

}

@media (max-width: 768px) {
	

	#recruit-interview-cover .mv{
		margin-bottom:5vw;
	}
	#recruit-interview-cover-lead-txt{
		max-width:630px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:5vw;
	}
	
	.interview-cover-bnr{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.interview-cover-bnr li{
		width:10048%;
		margin-bottom:5vw;
	}
	.interview-cover-bnr li:last-child{
		margin-bottom:0;
	}
	.interview-cover-bnr .thumb{
		margin-bottom:3vw;
		overflow:hidden;
		border-radius:20px;
		border: solid 4px #715345;
	}
	.interview-cover-bnr .ttl{
		color:#715345;
		font-size:26px;
		text-align:center;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
	}
	.interview-cover-bnr .position{
		color:#2B2B2B;
		font-size:16px;
		text-align:center;
	}
	
	

/* +++++++++++++++++++++++++　single */
/* +++++++++++++++++++++++++　single */
/* +++++++++++++++++++++++++　single */


	#interview-detail-page{
		
	}
	#interview-detail-page .mv{
		margin-bottom:5vw;
	}
	#interview-detail-page .mv .ph{
		position:relative;
		margin-bottom:5vw;
	}
	#interview-detail-page .mv .ph img{
		position:relative;
		left:-5vw;
		width:calc(100% + 10vw);
	}
	
	
	#interview-detail-page .mv .ttl{
		color:#715345;
		font-size:26px;
		text-align:center;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
	}
	#interview-detail-page .mv .position{
		color:#2B2B2B;
		font-size:16px;
		text-align:center;
	}
	#interview-detail-page .lead-txt{
		margin-left: auto;
		margin-right: auto;
		margin-bottom:8vw;
	}
	
	.interview-detail-content{
		margin-bottom:8vw;
	}
	.interview-detail-content .ph{
		margin-bottom:8vw;
	}
	.interview-detail-content .ph figure{
		overflow:hidden;
		border-radius:20px;
		border: solid 4px #715345;
	}
	.interview-detail-content .txt{
		margin-bottom:8vw;
	}
	.interview-detail-content .column01{
		margin-bottom:8vw;
	}
	.interview-detail-content .column02{
		margin-bottom:8vw;
	}
	.interview-detail-content .column03{
		margin-bottom:8vw;
	}
	.interview-detail-content .column03 .txt{
		-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1;
	}

	/* +++++++++++++++++++++++++ */
	
	
	.interview-schedule{
		margin-bottom:10vw;
		padding:0 5vw;
	}
	.interview-schedule .schedule-list{
		position: relative;
	}
	.interview-schedule .schedule-list:before{
		content:"";
		position: absolute;
		left:10px;
		top:5px;
		width:1px;
		height:100%;
		margin-left:-1px;
		background-color:#715345;
	}
	.interview-schedule .schedule-list li{
		position:relative;
		width:100%;
		padding-left:8vw;
		margin-bottom:8vw;
		line-height:1.5;
	}
	.interview-schedule .schedule-list li:before{
		content:"";
		position: absolute;
		top:-0.1em;
		left:0;
		width:18px;
		height:18px;
		background-color:#004592;
		box-sizing:border-box;
		border-radius:1000px;
	}
	.interview-schedule .schedule-list .time{
		margin-bottom:5px;
		color:#805E4E;
		line-height:1.5;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
		line-height:1;
	}
	.interview-schedule .schedule-list .ttl{
		margin-bottom:5px;
		color:#805E4E;
		line-height:1.5;
		font-size:20px;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
		line-height:1;
	}
	
	
	.interview-back-btn a{
		position:relative;
		display:block;
		padding:3vw 5vw;
		text-align:center;
		color: #fff;
		font-size:20px;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
		background-color:#715345;
		border-radius:10000px;
		text-decoration:none;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.interview-back-btn a:after{
		position:absolute;
		right:20px;
		top:50%;
		content:"";
		width: 6px;
		height: 6px;
		margin-top:-4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	.other-interview-list{
		margin-bottom:8vw;
	}
	.other-interview-list li{
		width:47.5%;
		margin-right:5%;
		margin-bottom:5vw;
	}
	.other-interview-list li:nth-child(2n){
		margin-right:0;
	}
	.other-interview-list li a{
		color: #2B2B2B;
		text-decoration:none;
	}
	.other-interview-list .ttl{
		color:#715345;
		font-size:22px;
		line-height:1;
		text-align:center;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
	}
	.other-interview-list .position{
		color:#2B2B2B;
		font-size:14px;
		text-align:center;
	}

}


