@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 commonKeyVisual

*************************************************/

.commonKeyVisual {
	background-image: url(../images/details/key_bg.jpg);
}



/*************************************************

 works

*************************************************/
#works {
	position: relative;
}
#works .item {
	padding: 80px 30px;
	background-color: #F4F4F0;
}
#works .item:nth-child(even) {
	background-color: #E2E7F2;
}
#works .item .inner {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
}
#works .item .ttl {
	box-sizing: border-box;
	width: 23.3333%;
	padding-right: 15px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
}
#works .item .image {
	display: flex;
	justify-content: space-between;
	width: 76.6667%;
}
#works .item .image li {
	width: 47.8261%;
	line-height: 0;
}
@media only screen and (max-width:991px) {
	#works .item .ttl {
		font-size: 16px;
	}
}
@media only screen and (max-width:767px) {
	#works .item {
		padding: 40px 0;
	}
	#works .item .inner {
		display: block;
		text-align: center;
		max-width: 220px;
	}
	#works .item .ttl {
		display: inline-block;
		width: auto;
		margin-bottom: 20px;
		padding-right: 0;
		font-size: 12px;
		text-align: left;
	}
	#works .item .image,
	#works .item .image li {
		display: block;
		width: auto;
	}
	#works .item .image li + li {
		margin-top: 10px;
	}
}



/*************************************************

 career

*************************************************/
#career {
	padding: 100px 20px;
}
#career .inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
#career .group {
	width: 46.6667%;
}
#career .box {
	padding: 15px 0;
	border-bottom: #707070 solid 1px;
}
#career .box:first-child {
	border-top: #707070 solid 1px;
}
#career .box .acTtl {
	margin-bottom: 10px;
	color: #8A9B1E;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}
#career .box li {
	position: relative;
	padding-left: 1em;
	color: #64655C;
}
#career .box li + li {
	margin-top: 5px;
}
#career .box li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '・';
}
@media only screen and (min-width:768px) {
	#career .box .spAccordionBody {
		display: block !important;
	}
}
@media only screen and (max-width:767px) {
	#career {
		padding: 45px 0 0;
	}
	#career .inner {
		display: block;
	}
	#career .group {
		width: auto;
	}
	#career .box {
		padding: 0;
		border-color: #fff;
		background-color: #8A9B1E;
	}
	#career .box:first-child {
		border-top: none;
	}
	#career .box .acTtl {
		position: relative;
		margin-bottom: 0;
		padding: 17px 45px 15px;
		color: #fff;
		font-size: 16px;
		cursor: pointer;
	}
	#career .box .acTtl:before,
	#career .box .acTtl:after {
		position: absolute;
		top: 50%;
		display: block;
		content: '';
		background-color: #fff;
	}
	#career .box .acTtl:before {
		right: 60px;
		height: 2px;
		width: 12px;
		margin-top: -1px;
	}
	#career .box .acTtl:after {
		right: 65px;
		width: 2px;
		height: 12px;
		transform: translateY(-50%);
	}
	#career .box .acTtl.on:after {
		opacity: 0;
	}
	#career .box .spAccordionBody {
		display: none;
		padding: 15px 35px 30px;
		background-color: #F4F4F0;
	}
	#career .box li + li {
		margin-top: 0;
	}
}

