<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.m_pageTitle .p_title img {
	width: 220px;
}
.fadeUp {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0;
}
.fadeUp { transform: translateY(30px); }
.fadeUp.s_show {
	opacity: 1;
	transform: translate(0,0);
}
.secBlk {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 20;
}
.secBoxWrap {
	display: flex;
	flex-flow: row wrap;
}
.secBox {
	flex-basis: 320px;
	border: 1px solid #adadad;
	margin-left: 16px;
	margin-bottom: 34px;
}
.secBox:nth-of-type(3n+1){
	margin-left: 0;
}
.secBoxInner {
	display: block;
	overflow: hidden;
	padding-bottom: 34px;
	cursor: pointer;
}
.secBoxInner:hover {
	opacity: 0.7;
	text-decoration: none;
}
.secBoxImg {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.secBoxImg img {
	width: 100%;
	max-width: none;
}
.secBoxInner .secBoxImg img {
	transform: scale(1,1);
	transition-property: transform;
	transition-duration: 1s;
	transition-timing-function: ease;
}
.secBoxInner:hover .secBoxImg img {
	transform: scale(1.2,1.2);
}
.secBoxTit {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.secBoxTxt {
	display: table;
	width: 100%;
	height: 180px;
	table-layout: fixed;
}
.secBoxTxtInner {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding: 0 18px;
}
.secBoxTxtInner p {
	letter-spacing: 0.02em;
	line-height: 1.85;
	color: #5c5c5c;
}
.secBoxBtn {
	display: block;
	width: 236px;
	margin: 0 auto;
	border: 1px solid #999;
	text-align: center;
	padding: 19px 0 18px;
}
.secBoxBtn img {
	width: 10px;
	margin-left: 14px;
	transform: rotate(180deg);
	vertical-align: middle;
}
.secMoreBtn {
	display: block;
	width: 236px;
	margin: 0 auto;
}
.secMoreBtn a {
	display: block;
	border: 1px solid #999;
	text-align: center;
	padding: 19px 0 18px;
}
.secMoreBtn a img {
	width: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
@media screen and (max-width: 768px){
	.m_pageTitle .p_title img {
		width: 48%;
	}
	.secBlk {
		padding-left: 5.33%;
		padding-right: 5.33%;
	}
	.secBoxWrap {
		justify-content: center;
	}
	.secBox {
		flex-basis: 95.52%;
		padding-bottom: 19.4%;
		margin-bottom: 5.97%;
		margin-left: 0;
		position: relative;
		z-index: 0;
	}
	.secBox:nth-of-type(3n+1){
		margin-left: 0;
	}
	.secBoxInner {
		padding-bottom: 9.43%;
	}
	.secBoxImg {
		margin-bottom: 9.43%;
	}
	.secBoxTit {
		font-size: 3.73vw;
		margin-bottom: 9.43%;
		padding-left: 6.28%;
		padding-right: 6.28%;
	}
	.secBoxTxt {
		display: block;
		height: auto;
		margin-bottom: 0;
	}
	.secBoxTxtInner {
		display: block;
		padding-left: 6.28%;
		padding-right: 6.28%;
	}
	.secBoxTxtInner p {
		font-size: 3.73vw;
	}
	.secBoxBtn {
		width: 87.97%;
		padding: 3.13% 0 3.13%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1.94%;
		margin: auto;
		font-size: 3.2vw;
	}
	.secBoxBtn img {
		width: 3.57%;
		margin-left: 8.69%;
	}
	.secMoreBtn {
		width: 47.76%;
	}
	.secMoreBtn a {
		font-size: 3.73vw;
		padding: 6.91% 0 6.91%;
	}
	.secMoreBtn a img {
		width: 5.66%;
		margin-right: 4.4%;
	}
}

.m_container p {
	line-height: 1.85;
	letter-spacing: 0.02em;
}
.mainTit {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	color: #5c5c5c;
	padding-bottom: 18px;
	margin-bottom: 42px;
	border-bottom: 1px solid #d6d6d6;
}
.mainImg {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}
.mainTitSub {
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
	z-index: 0;
	margin: 40px 0 24px;
	border-left: 2px solid #d5af2c;
	padding-left: 14px;
}
.m_pageTitle .p_title img {
	max-width: 131px;
}</pre></body></html>