/* index */
#index #wrap #contents h2{
	font-size: 130px;
	opacity: 0.7;
	letter-spacing: 0.25em;
	font-weight: 400;
	color: #114520;
	z-index: 10000;
	/*display: inline-block;*/
}

/* top */
#index #wrap #contents .top{
	position: relative;
}
#index #wrap #contents .top img.cover{
	height: 900px;
	object-position: center right;
}
#index #wrap #contents .top h1{
	margin: 0;
}
#index #wrap #contents .top .text{
	position: absolute;
	top: 25%;
	left: 20%;
	animation: fadeIn 5s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* media-query */
@media screen and (max-width: 999px){
	#index #wrap #contents .top .text{
		top: 10%;
	}
}
/* top */

/* information */
#index #wrap #contents .information{
	max-width: 980px;
	margin: 40px auto;
	padding: 10px;
	text-align: center;
}
#index #wrap #contents .information h3{
	text-align: center;
	font-size: 16px;
	line-height: 130%;
}
#index #wrap #contents .information ul{
	margin: 20px 0;
	font-weight: bold;
}
#index #wrap #contents .information .text{
	padding: 5px 10px;
	border: 1px solid #333333;
	color: #333333;
	text-align: left;
	font-size: 14px;
	line-height: 130%;
}
#index #wrap #contents .information .note{
	margin-top: 1em;
	font-weight: normal;
}
/* information */

/* message */
#index #wrap #contents .message {
	background-color: #EFFAE780;
	width: 100%;
	padding: 150px 0;
}
#index #wrap #contents .message .contents{
	position: relative;
	max-width: 1340px;
	height: 1000px;
	margin: 0 auto;
}
#index #wrap #contents .message .contents h2{
	position: absolute;
	top: 0px;
	right: 250px;
}
#index #wrap #contents .message .contents .list{

}
#index #wrap #contents .message .contents .list .image_right{
	position: absolute;
	top: 0;
	right: 0;
}
#index #wrap #contents .message .contents .list .image_left{
	position: absolute;
	bottom: 0;
	left: 0;
}
#index #wrap #contents .message .contents .list .text{
	position: absolute;
	top: 200px;
	left: 730px;
	width: 270px;
	padding: 15px;
}
#index #wrap #contents .message .contents .list .text h3{
	font-size: 26px;
	line-height: 250%;
}
#index #wrap #contents .message .contents .list .text div{
	margin-top: 50px;
}
#index #wrap #contents .message .contents .list .text div p{
	margin-top: 40px;
	font-size: 14px;
	line-height: 220%;
}
/* message main column width(1340px) size */
@media screen and (max-width: 1339px){
	#index #wrap #contents .message .contents .list .image_right{
		display: none;
	}
}
@media screen and (max-width: 1099px){
	#index #wrap #contents .message {
		padding: 0px 0 0;
	}
	#index #wrap #contents .message .contents {
		padding: 100px 0 50px;
		height: auto;
	}
	#index #wrap #contents .message .contents h2{
		top: 30px;
		right: initial;
		left: 70px;
	}
	#index #wrap #contents .message .contents .list{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#index #wrap #contents .message .contents .list .image_left{
		position: initial;
	}
	#index #wrap #contents .message .contents .list .text{
		position: initial;
	}
}
@media screen and (max-width: 975px){
	#index #wrap #contents .message .contents .list .text {
		margin-top: 50px;
	}
}
@media screen and (max-width: 640px){
	#index #wrap #contents .message .contents .list .text {
		margin-top: 30px;
	}
	#index #wrap #contents .message .contents .list .text div{
		margin-top: 30px;
	}
}

/* project */
#index #wrap #contents .project{
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding: 150px 0;
}
#index #wrap #contents .project h2{
	position: absolute;
	top: 30px;
	left: 50px;
}
#index #wrap #contents .project ul{
	list-style: none;
	padding: 0;
}
#index #wrap #contents .project .list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index #wrap #contents .project .list > li{
	max-width: 640px;
	margin: 0 5px 80px 5px;
}
#index #wrap #contents .project .list > li:nth-last-child(2),
#index #wrap #contents .project .list > li:last-child {
	margin: 0 5px 0 5px;
}
#index #wrap #contents .project .list .item .info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
#index #wrap #contents .project .list .item .info .logo{
	width: 164px;
	height: 80px;
	border-right: 1px solid #878787;
	display: grid;
	place-items: center;
}
#index #wrap #contents .project .list .item .info .logo .img{
	width: 105px;
}
#index #wrap #contents .project .list .item .info .text{
	width: calc( 100% - 195px );
	font-size: 14px;
}

/* project main column width(1300px) size */
@media screen and (max-width: 1299px){
	#index #wrap #contents .project{
		padding: 150px 0 0;
	}
	#index #wrap #contents .project .list{
		justify-content: center;
	}
	#index #wrap #contents .project .list > li:nth-last-child(2){
		margin: 0 5px 80px 5px;
	}
}

/* company */
#index #wrap #contents .company{
	width: 100%;
	margin: 50px 0;
	background-color: #EFFAE780;
}
#index #wrap #contents .company .contents{
	position: relative;
	max-width: 1920px;
	margin: 0px auto;
	padding: 135px 0;
	text-align: right;
}
#index #wrap #contents .company .contents .text{
	position: absolute;
	top: 460px;
	left: 330px;
}
@media screen and (max-width: 1249px){
	#index #wrap #contents .company .contents .text{
		left: initial;
		left: 30px;
	}
}
@media screen and (max-width: 950px){
	#index #wrap #contents .company .contents .text{
		position: initial;
		text-align: center;
		margin-top: -80px;
	}
}

/* recruit */
#index #wrap #contents .recruit{
	padding: 150px;
	text-align: center;
}
#index #wrap #contents .recruit .head{
	max-width: 1400px;
	max-height: 450px;
	margin:0 auto;
}
#index #wrap #contents .recruit .text{
	margin-top: -110px;
	display: inline-block;
}
/* recruit main column width(1400px) size */
@media screen and (max-width: 1399px){
	#index #wrap #contents .recruit{
		padding: 150px 0;
	}
}

/* contact */
#index #wrap #contents .contact .head{
	width: 100%;
	height: 240px;
	background-color: #A9CB03;
	color: #FFFFFF;
	display: grid;
	place-items: center;
	font-size: 60px;
	letter-spacing: 0.25em;
}
#index #wrap #contents .contact h2:hover {
	opacity:1;
	filter:Alpha(opacity=100);
}

/* media-query */
/* main column width(1150px) size */
@media screen and (max-width: 1149px){
	#index #wrap #contents .top .text{
		left: 10%;
	}

	#index #wrap #contents h2{
		font-size: 80px;
	}

	#index #wrap #contents .project h2{
		top: 80px;
	}

	#index #wrap #contents .company .contents .text{
		top: 530px;
	}

	#index #wrap #contents .recruit{
		padding: 100px 0;
	}
	#index #wrap #contents .recruit .text{
		margin-top: -80px;
	}
}

/* PC<->SP切り替えポイント */
@media screen and (max-width: 768px){
	#index #wrap #contents .top,
	#index #wrap #contents .top img.cover{
		height: 450px;
	}

	#index #wrap #contents .top .text{
		width: 50%;
	}

	#index #wrap #contents .contact .head{
		height: auto;
		font-size: 48px;
		padding: 30px 0;
	}
}

@media screen and (max-width: 640px){
	#index #wrap #contents h2{
		font-size: 60px;
	}

	#index #wrap #contents .project{
		padding: 100px 0 0;
	}
	#index #wrap #contents .project h2{
		top: 70px;
		left: 20px;
	}
	#index #wrap #contents .project .list .item{
		margin: 0 0 40px 0;
	}

	#index #wrap #contents .company .contents{
		padding: 85px 0 50px;
	}
	#index #wrap #contents .company .contents .text{
		margin-top: -60px;
	}

	#index #wrap #contents .recruit .text{
		margin-top: -60px;
	}
}

@media screen and (max-width: 480px){
	#index #wrap #contents h2{
		font-size: 48px;
	}

	#index #wrap #contents .top .text{
		top: 5%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	#index #wrap #contents .message .contents h2{
		top: 60px;
		left: 40px;
	}

	#index #wrap #contents .project .list .item .info{
		padding: 0 15px;
	}
	#index #wrap #contents .project .list .item .info .logo{
		width: 100%;
		border-right: initial;
		border-bottom: 1px solid #878787;
	}
	#index #wrap #contents .project .list .item .info .text{
		width: 100%;
		margin-top: 15px;
	}

	#index #wrap #contents .company .contents .text{
		margin-top: -50px;
	}

	#index #wrap #contents .recruit{
		padding: 50px 0;
	}
	#index #wrap #contents .recruit .text{
		margin-top: -50px;
		display: block;
	}

	#index #wrap #contents .contact .head{
		font-size: 33px;
		padding: 15px 0;
	}
}

@media screen and (max-width: 360px){
	#index #wrap #contents h2{
		font-size: 40px;
	}

	#index #wrap #contents .message .contents h2{
		left: 10px;
	}

	#index #wrap #contents .project h2{
		top: 80px;
	}

	#index #wrap #contents .company .contents .text{
		margin-top: -40px;
	}

	#index #wrap #contents .recruit .text{
		margin-top: -40px;
	}

	#index #wrap #contents .contact .head{
		font-size: 29px;
		padding: 5px 0;
	}
}
