@charset "utf-8";

/* ------------------------------------------
	- COMMON SETTING
	-
	-
------------------------------------------ */

/* ==============================================================
	COMMON SETTING
============================================================== */

/* HEADER
------------------------------------------------ */

#works header{
	background: url(../img/works/header_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#works main{
	background: url(../img/works/pc_bg.png) no-repeat;
	background-size:cover;
	background-position: top;
	margin-top:-15%;
}
@media screen and (max-width:750px){
	#works main{
		background: url(../img/works/sp_bg.png) no-repeat;
		background-size:cover;
		background-position: top;
		position: relative;
		margin-top:-16%;
	}
}
/*
------------------------------------------------ */

.main_title{	position: relative;	padding-top:100px;}
.main_title h2{	margin:20px auto;}
.intro h3{	font-size: 28px;	margin-bottom:20px;}
.intro p{	font-size: 14px;}

@media screen and (min-width:751px){
	.intro{	width:850px;	margin:40px auto;}
}

@media screen and (max-width:750px){
	.main_title{
		width:70%;
		position: relative;
		padding-top:50px;
		margin:0 auto;
	}
	.main_title p img{	width:50%;}
	.intro{	width:90%; margin:0 auto;}
	.intro h3{	font-size: 18px;	margin-bottom:20px;}

}

.mainContents .headerArea img{	margin:40px auto 20px;	width:300px;}
.mainContents .headerArea h4{	font-size:24px;}
ul.allTab{	display: flex;	justify-content: center;	margin:40px auto 50px;}
ul.allTab li{	margin:0 5px;}

@media screen and (max-width:750px){
	.mainContents .headerArea img{	margin:40px auto 0; width:60%;}
	ul.allTab{	flex-wrap: wrap;}
	ul.allTab li{	width:45%;}
}

/*
------------------------------------------------ */

.contentsArea .headline{	width:100%; height:600px;	 position: relative;}
.sales .headline{
	background: url(../img/works/sales_image.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.design .headline{
	background: url(../img/works/design_image.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.management .headline{
	background: url(../img/works/management_image.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.carpenter .headline{
	background: url(../img/works/carpenter_image.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}


.contentsArea img.tag{
	position: relative;
	margin:-30px auto 10px auto;
}
.contentsArea ul.description{
	margin:50px auto;
	display: flex;
	justify-content: center;
}
.contentsArea ul.description li{
	width:280px;
	padding:30px;
	border-right:3px dotted #aaaaaa;
}
.contentsArea ul.description li:first-child{	border-left:3px dotted #aaaaaa;}
.contentsArea ul.description li a{	margin-bottom:15px;}
.contentsArea .btn{
	margin:50px auto 80px;
	display: flex;
	justify-content: center;
}
.contentsArea .btn a{	margin: 0 25px;}

@media screen and (max-width:750px){
	.contentsArea .headline{	width:100%; height:250px;}
	.contentsArea .headline img.tag{
		width:45%;
		bottom:-12%;
	}
	.contentsArea ul.description{
		display: block;
		margin:0 auto 20px;
	}
	.contentsArea ul.description li{
		width:80%;
		margin: 0 auto;
		padding:30px 5%;
		border-right:none;
		border-top: 3px dotted #aaaaaa;
	}
	.contentsArea ul.description li:first-child{
		border-left:none;
		border-top:none;
	}
	.contentsArea ul.description li img{
		width:20%;
	}
	.contentsArea .btn{
		display: block;
		margin:30px auto;
	}
	.contentsArea .btn a{	margin: 0 auto;}
	.contentsArea .btn img{	width:90%;}
	.contentsArea .btn a:first-child img{	margin-bottom:20px;}
}

/* ==============================================================
	INTERVIEW
============================================================== */
.interview header{	height:540px;}
@media screen and (max-width:750px){
	.interview header{
		height:250px;
	}
}
.interview01 header{
	background: url(../../work/img/interview01_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview01 header{
		background-position: right;
	}
}
.interview02 header{
	background: url(../../work/img/interview02_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.interview03 header{
	background: url(../../work/img/interview03_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview03 header{
		background-position: left;
	}
}
.interview04 header{
	background: url(../../work/img/interview04_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview04 header{
		background-position: left;
	}
}
.interview05 header{
	background: url(../../work/img/interview05_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview05 header{
		background-position: left;
	}
}
.interview06 header{
	background: url(../../work/img/interview06_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.interview07 header{
	background: url(../../work/img/interview07_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview07 header{
		background-position: left;
	}
}
.interview08 header{
	background: url(../../work/img/interview08_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}
@media screen and (max-width:750px){
	.interview08 header{
		background-position: right;
	}
}
.interview09 header{
	background: url(../../work/img/interview09_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview09 header{
		background-position: right;
	}
}
.interview10 header{
	background: url(../../work/img/interview10_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}
.interview11 header{
	background: url(../../work/img/interview11_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview11 header{
		background-position: left;
	}
}
.interview12 header{
	background: url(../../work/img/interview12_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview12 header{
		background-position: right;
	}
}
.interview13 header{
	background: url(../../work/img/interview13_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview13 header{
		background-position: right;
	}
}
.interview14 header{
	background: url(../../work/img/interview14_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.interview15 header{
	background: url(../../work/img/interview15_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview15 header{
		background-position: left;
	}
}
.interview16 header{
	background: url(../../work/img/interview16_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:750px){
	.interview16 header{
		background-position: right;
	}
}
/* TITLE AREA
------------------------------------------------ */
.interview .titleArea{
	text-align: left;
	width:900px;
	margin:0 auto;
	position: relative;
}
@media screen and (max-width:750px){
	.interview .titleArea{
		text-align: center;
		width:100%;
		margin-top:235px;
		position: relative;
	}
}
.interview .titleArea_inner{
	width:500px;
	position: absolute;
	top:50px;
}
@media screen and (max-width:750px){
	.interview .titleArea_inner{
		width:100%;
		position: relative;
		top:0;
	}
}
.interview .titleArea_inner.leftside{
	left:-50px;
}
.interview .titleArea_inner.rightside{
	right:-90px;
}
@media screen and (max-width:750px){
	.interview .titleArea_inner.leftside,
	.interview .titleArea_inner.rightside{
		right:0;
		left:0;
	}
}
.interview .titleArea p.jobCategory{
	font-size: 18px;
	color: #fff;
	padding: 0 45px;
	background: #77bd38;
	width:40px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.interview .titleArea p.jobCategory.j_long{
	padding: 0 25px;
	width:100px;
}
.interview .titleArea p.jobCategory.j_semi{
	padding: 0 25px;
	width:80px;
}
@media screen and (max-width:750px){
	.interview .titleArea p.jobCategory{
		font-size: 14px;
		padding: 5px;
		margin:0 auto 5px;
		width:100px;
	}
}
@media screen and (max-width:750px){
	.interview .titleArea p.department{
		font-size: 12px;
	}
}
.interview .titleArea p.name{
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width:750px){
	.interview .titleArea p.name{
		font-size: 18px;
		font-weight: bold;
	}
}
.interview .titleArea p.name span{
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
}
@media screen and (max-width:750px){
	.interview .titleArea p.name span{
		font-size: 12px;
	}
}
.interview .titleArea p.kana{
	font-size: 12px;
	line-height: 1;
}
@media screen and (max-width:750px){
	.interview .titleArea p.kana{
		font-size: 8px;
		line-height: 1;
	}
}
.interview .titleArea img{
	margin-top:50px;
}
@media screen and (max-width:750px){
	.interview .titleArea img{
		width:80%;
		margin-top:30px;
	}
}
@media screen and (min-width:751px){
	.interview07 .titleArea p,
	.interview10 .titleArea p,
	.interview14 .titleArea p,
	.interview16 .titleArea p{
		color: #fff;
	}
}

/* JOB DESCRIPTION
------------------------------------------------ */
.interview .jobDescription{
	width:800px;
	padding:80px 50px 30px;
	background: #707070;
	border-radius: 10px;
	margin:-30px auto 50px;
	position: relative;
	text-align: center;
}
@media screen and (max-width:750px){
	.interview .jobDescription{
		width:85%;
		padding:30px 3% 20px;
		margin:260px auto 50px;
		position: relative;
		text-align: center;
	}
}
.interview .jobDescription h2{
	color: #fff;
	font-size: 24px;
	padding: 20px 40px;
	border-radius: 50px;
	background: #77bd38;
	width:250px;
	position: absolute;
	top:-30px;
	margin: 0 auto;
	left: 0;
	right:0;
}
@media screen and (max-width:750px){
	.interview .jobDescription h2{
		color: #fff;
		font-size: 18px;
		padding: 10px;
		border-radius: 50px;
		background: #77bd38;
		width:250px;
		position: absolute;
		top:-20px;
		margin: 0 auto;
		left: 0;
		right:0;
	}
}
.interview .jobDescription p{
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width:750px){
	.interview .jobDescription p{
		font-size: 12px;
		text-align: left;
	}
}


/* DESCRIPTION
------------------------------------------------ */
.interview .description_inner{
	display: flex;
	align-items: stretch;
}
@media screen and (max-width:750px){
	.interview .description_inner{
		display: block;
	}
}
.interview .description .img,.interview .description .text{
	width:50%;
}
@media screen and (max-width:750px){
	.interview .description .img,.interview .description .text{
		width:100%;
	}
}
.interview .description .img img{
	width:100%;
	height:100%;
}
.interview .description .text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.interview .description .text .text_inner{
	width:90%;
	color: #383838;
}
@media screen and (max-width:750px){
	.interview .description .text .text_inner{
		margin-top: -30px;
	}
}
.interview .description h2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom:20px;
	line-height: 1.3;
}
.interview .description h2 img{
	margin-right:20px;
}
@media screen and (max-width:750px){
	.interview .description h2{
		display: block;
	}
	.interview .description h2 img{
		margin-right:0;
		margin-bottom: 10px;
	}
}
.interview .description p{
	font-size: 14px;
	text-align: left;
	margin-bottom: 30px;
}
.interview .description .description_other{
	width:700px;
	margin:40px auto 0;
}
@media screen and (max-width:750px){
	.interview .description .description_other{
		width:90%;
		margin:20px auto 0;
	}
}
.interview .description .description_other h2{
	justify-content: center;
	text-align: left;
}
@media screen and (max-width:750px){
	.interview .description .description_other h2{
		text-align: center;
	}
}

/* SCHEDULE
------------------------------------------------ */
.interview table.schedule{
	width:800px;
	margin: 80px auto;
	border-collapse: separate;
	border-spacing:5px;
}
@media screen and (max-width:750px){
	.interview table.schedule{
		width:90%;
		margin: 50px auto;
	}
}
.interview table.schedule caption p{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	padding: 20px 0;
	text-align: center;
	width:790px;
	background: #f7b400;
	color: #fff;
	border-radius: 20px 20px 0 0;
}
@media screen and (max-width:750px){
	.interview table.schedule caption p{
		font-size: 18px;
		padding: 15px 0;
		width:97.5%;
	}
}
.interview table.schedule caption p img{
	margin:0 20px;
}
.interview table.schedule th,table.schedule td{
	padding:20px 40px;
}
@media screen and (max-width:750px){
	.interview table.schedule th,table.schedule td{
		display: block;
		width:96%;
		padding:15px 2%;
	}
}
.interview table.schedule th{
	background: #7d7d7d;
	color: #fff;
}
.interview table.schedule td{
	background: #fff;
	text-align: left;
	color: #383838;
}
@media screen and (max-width:750px){
	.interview table.schedule td{
		text-align: center;
	}
}

/* MESSAGE
------------------------------------------------ */
.interview .messageArea{
	background-size: auto auto;
	background-color: rgba(247, 180, 0, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(248, 185, 18, 1) 10px, rgba(248, 185, 18, 1) 20px );
	height:500px;
	margin-top: 250px;
	position: relative;
}
.interview .messageArea.none_bg{
	background: none;
	height:100px;
}
@media screen and (max-width:750px){
	.interview .messageArea{
		height:auto;
		margin-top: 80px;
		position: relative;
	}
	.interview .messageArea.none_bg{
		height:auto;
		margin-top: -50px;
	}
}
.interview .messageArea .message_inner{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height:500px;
	width:800px;
	margin: 0 auto;
}
@media screen and (max-width:750px){
	.interview .messageArea .message_inner{
		display: block;
		height:100%;
		width:100%;
	}
}
.interview .messageArea .message_inner .text{
	width:530px;
	position: absolute;
	right:0;
	top:50px;
}
@media screen and (max-width:750px){
	.interview .messageArea .message_inner .text{
		width:90%;
		position: relative;
		right:0;
		margin:0 auto;
		top:20px;
	}
}
.interview .messageArea .message_inner .text h2{
	color: #ed3b8f;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	text-align: left;
	letter-spacing: 0.1em;
	font-size: 52px;
	margin-bottom:30px;
}
.interview .messageArea .message_inner .text h2 span{
	font-size: 16px;
	color: #fff;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
	margin-left: 30px;
	letter-spacing: normal;
}
@media screen and (max-width:750px){
	.interview .messageArea .message_inner .text h2{
		text-align: center;
		font-size: 30px;
		margin-bottom:20px;
	}
	.interview .messageArea .message_inner .text h2 span{
		font-size: 12px;
		margin-left: 0;
		letter-spacing: normal;
	}
}
.interview .messageArea .message_inner .text p{
	text-align: left;
}
.interview .messageArea .message_inner .img{
	position: absolute;
	bottom:-2px;
	left:-300px;
}
.interview06 .messageArea .message_inner .img{
	left:-130px;
}
.interview08 .messageArea .message_inner .img{
	left:-180px;
}
.interview10 .messageArea .message_inner .img,
.interview15 .messageArea .message_inner .img{
	left:-230px;
}
.interview12 .messageArea .message_inner .img{
	left:-200px;
}

@media screen and (max-width:750px){
	.interview .messageArea .message_inner .img{
		display: none;
	}
}
.interview main .btn{
	position: absolute;
	left:0;
	right:0;
	bottom:50px;
	text-align: center;
	display: flex;
	justify-content: center;
}
@media screen and (max-width:750px){
	.interview main .btn{
		position: relative;
		bottom:0;
		display: block;
		padding:50px 0;
	}
}
.interview main .btn p.newgraduates a,
.interview main .btn p.career a{
	margin:0 20px;
	padding: 30px 45px;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}
.interview main .btn p.newgraduates a{
	background: #6fb92c;
}
.interview main .btn p.career a{
	background: #1b1b1b;
}
@media screen and (max-width:750px){
	.interview main .btn p.newgraduates a,
	.interview main .btn p.career a{
		margin:20px auto;
		padding: 20px 15px;
		display: block;
		width:250px;
	}
}
/* VOICE LIST
------------------------------------------------ */
.voice_list{
	padding:80px 0;
	background: #fff;
}
.voice_list h2{
	color: #6fb92c;
}
.voice_list .list{
	width:1140px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin:50px auto;
}
@media screen and (max-width:750px){
	.voice_list .list{
		width:100%;
	}
}
.voice_list .list a{
	margin:5px 10px;
}
@media screen and (max-width:750px){
	.voice_list .list a{
		width:48%;
		margin:2px 1%;
	}
}


/*2019.03.29 追加*/
.voice_list .new .list,.voice_list .career .list{
	margin:0 auto;
}
.voice_list p.add_title{
	width:1120px;
	margin: 0 auto 15px;
	padding:12px 0;
	border-radius: 10px 10px 0 0;
	font-size: 22px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:750px){
	.voice_list p.add_title{
		width:98%;
		margin: 0 auto 8px;
		font-size: 18px;
	}
}
.voice_list p.add_title span{
	font-size: 12px;
	margin-left:20px;
}
@media screen and (max-width:750px){
	.voice_list p.add_title span{
		font-size: 10px;
		margin-left:10px;
	}
}
.voice_list .new,.voice_list .career{
	margin: 80px auto 50px;
}
.voice_list .new p.add_title{
	background: #f7b400;
}
.voice_list .career p.add_title{
	background: #005ca1;
}
