<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================

 file name  :company.css
 style info :企業情報ページ

=================================================================== */

/* =============================

	overwrite

=============================== */
#pageHeader{
	background: url(../../images/company/bg_page.jpg) no-repeat 50% 50%;
}


/* =================================== */
#main .sec01{
	margin: 67px 0 80px;
	display: flex;
	justify-content: space-between;
}
#main .sec01 .ttl{
	margin: 0 0 48px;
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
}
#main .sec01 .ttl::after{
	content: "";
	display: block;
	width: 164px;
	height: 2px;
	margin: 20px 0 0;
	background: #007250;
}
#main .sec01 .txt-block{
	width: 600px;
	font-size: 1.8rem;
	line-height: 2;
}
#main .sec01 .txt-block p{
	margin: 0 0 1em;
}
#main .sec01 .txt-block .sign{
	margin: 3em 0 0;
	text-align: right;
	line-height: 1.4;
}


#main .catch{
	padding: 105px 0;
	text-align: center;
	font-size: 2.6rem;
}

#main .sec{
	position: relative;
	margin: 0 0 60px;
}
#main .sec:last-child{
	margin: 0 0 120px;
}
#main .sec figure{
	width: 1100px;
}
#main .sec-odd figure{ margin: 0 0 0 auto;}

#main .sec .txt-block{
	width: 520px;
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
}
#main .sec-odd .txt-block{ left: 0;}
#main .sec-even .txt-block{ right: 0;}

#main .sec .txt-block a{
	display: block;
	padding: 70px 60px;
	color: #fff;
	background: rgb(0,139,95);
	background: -moz-linear-gradient(left, rgba(0,139,95,1) 0%, rgba(0,111,78,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,139,95,1) 0%,rgba(0,111,78,1) 100%);
	background: linear-gradient(to right, rgba(0,139,95,1) 0%,rgba(0,111,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008b5f', endColorstr='#006f4e',GradientType=1 );
}
#main .sec .txt-block h2{
	color: #fff;
}
#main .sec .txt-block h2 .en{
	display: block;
	font-size: 6rem;
}
#main .sec .txt-block h2 .ja{
	display: block;
	margin: 10px 0 0;
	font-size: 1.8rem;
	font-weight: bold;
}
#main .sec .txt-block h2 .ja::before{
	content: "-";
	margin: 0 0.5em 0 0;
}
#main .sec .txt-block h2 .ja::after{
	content: "-";
	margin: 0 0 0 0.5em;
}
#main .sec .txt-block .btn-more{
	padding: 210px 24px 0 0;
	font-size: 1.4rem;
	letter-spacing: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: right;
	transition: all ease 0.4s;
}

#main .sec .txt-block a:hover .btn-more{
	padding: 180px 80px 0 0;
	background: rgba(0,0,0,0.3);
	font-size: 3rem;
}
#main .sec .txt-block .btn-more::before{
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	border-bottom: solid 1px #579f88;
	position: absolute;
	right: 0;
	bottom: 30px;
	transition: all ease 0.4s;
}
#main .sec .txt-block a:hover .btn-more::before{
	width: 140px;
	height: 10px;
	right: 20px;
	border-right: solid 1px #579f88;
	transform: skewX(45deg);
	transform-origin: left top;
}

@media screen and (max-width: 767px){
	#main .sec01{
		margin: 30px 0 10px;
		display: block;
	}
	#main .sec01 .ttl{
		margin: 0 0 25px;
		font-size: 2rem !important;
	}
	#main .sec01 .ttl::after{
		width: 82px;
		margin: 10px 0 0;
	}
	#main .sec01 .txt-block{
		width: 100%;
		margin: 30px 0 0;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	
	#main .catch{
		padding: 40px 0;
		font-size: 1.6rem;
	}
	
	#main .sec{
		margin: 0 0 30px;
		overflow: hidden;
	}
	#main .sec:last-child{
		margin: 0 0 60px;
	}
	#main .sec figure{
		width: auto;
	}
	#main .sec-odd figure{
		margin: 0 0 0 -50%;
	}
	#main .sec-even figure{
		margin: 0 -50% 0 0;
	}
	
	#main .sec .txt-block{
		width: 200px;
		top: auto;
		bottom: 0;
		transform: none;
	}
	#main .sec .txt-block a{
		padding: 15px;
	}
	#main .sec .txt-block h2 .en{
		display: block;
		font-size: 1.6rem;
	}
	#main .sec .txt-block h2 .ja{
		margin: 5px 0 0;
		font-size: 0.9rem;
	}
	#main .sec .txt-block .btn-more{
		padding: 45px 10px 0 0;
		font-size: 1.2rem;
		letter-spacing: 2px;
	}
	
	#main .sec .txt-block a:hover .btn-more{
		padding: 40px 15px 0 0;
		background: rgba(0,0,0,0.3);
		font-size: 1.6rem;
	}
	#main .sec .txt-block .btn-more::before{
		width: 60px;
		bottom: 5px;
	}
	#main .sec .txt-block a:hover .btn-more::before{
		width: 80px;
		height: 5px;
		right: 10px;
	}
	
	
	
	
}
</pre></body></html>