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


/* history page
=============================================================================*/
#history #key { display: none; }
#lead{
	height: 850px;
	background-image: url(../img/history/lead_bg.jpg), url(../img/history/bg_brown.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center bottom;
	position: relative;
	width: 100%;
	color: #FFFFFF;
	padding-top: 100px;
	}
	#lead h2{
	position: absolute;
	left: 350px;
	top: 50px;
	}
	#lead .txt01{
	position: absolute;
	left: 460px;
	top: 240px;
	line-height: 2.3em;
	width: 700px;
	}
	#lead .history{
	position: absolute;
	left: 432px;
	top: 500px;
	}
#section01{
	height: 1100px;
	background-image: url(../img/history/sec01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}
	#section01 h2{
	position: absolute;
	left: 860px;
	top: 80px;
	}
	#section01 .txt01{
	position: absolute;
	left: 100px;
	top: 190px;
	font-size: 1.24em;
	}
#section02{
	height: 850px;
	background-image: url(../img/history/sec02_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	}
	#section02 .txt01{
	position: absolute;
	left: 580px;
	top: 20px;
	font-size: 1.24em;
	}
</pre></body></html>