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

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

　目次

-------------------------------------------------------------------------------

　01. モジュール

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

　01. モジュール

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
.tVisual01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 380px;
	margin: 0 0 80px;
	background: url(../images/visual_bg01.jpg) center center no-repeat;
	background-color: #333;
	background-size: cover;
}
.tVisual01_tit {
	line-height: 1.75;
	color: #fff;
	font-size: 300%;
	font-weight: 500;
	text-align: center;
}
/* リード
------------------------------------------------------------------------------- */
.tBlock01 {
	margin: 0 0 80px;
	overflow: hidden;
}
.tBlock01-t1 {
	min-height: 538px;
}
.tBlock01-t2 {
	min-height: 423px;
}
.tBlock01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 950px;
	min-height: 423px;
	margin: 0 auto;
}
.tBlock01_in-reverse {
	flex-direction: row-reverse;
}
.tBlock01_info {
	width: 61%;
	padding: 35px 100px 0 0;
	box-sizing: border-box;
}
.tBlock01_in-reverse .tBlock01_info {
	padding: 35px 0 0 100px;
}
.tBlock01_tit {
	line-height: 1.722;
	margin: 0 0 41px;
	font-size: 300%;
	font-weight: 700;
}
.tBlock01_txt {
	line-height: 2.125;
	font-size: 134%;
	font-weight: 400;
}
.tBlock01_img {
	position: relative;
	width: 39%;
}
.tBlock01_img img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 577px;
}
.tBlock01_in-reverse .tBlock01_img img {
	right: 0;
	left: auto;
}
@media only screen and (max-width: 1060px) {
	.tBlock01_info {
		width: 55%;
		padding: 15px 50px 0 0;
	}
	.tBlock01_in-reverse .tBlock01_info {
		padding: 15px 0 0 50px;
	}
	.tBlock01_img {
		position: relative;
		width: 45%;
	}
	.tBlock01_img img {
		width: 500px;
	}
}</pre></body></html>