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

/*----------------
  #culture
----------------*/
#culture {
	width: 1246px;
	padding: 120px 0 100px;
	margin: auto;
	text-align: center;
}
#culture h2 {
	position: relative;
	margin-bottom: 90px;
}
#culture h2:before {
	content: "";
	position: absolute;
	top: -29px;
	left: 0;
	right: 0;
	width: 18px;
	height: 2px;
	margin: auto;
	background: #ef434c;
}
#culture h2:after {
	content: "";
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	width: 18px;
	height: 2px;
	margin: auto;
	background: #47b3dd;
}
#culture h2 .jp {
	display: block;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
#culture h2 .en {
	display: block;
	font-size: 18px;
	font-weight: 400;
}

@media only screen and (max-width: 768px){
	#culture {
		width: 100%;
		padding: 60px 0 50px;
	}
	#culture h2 {
		margin-bottom: 50px;
	}
	#culture h2:before {
		top: -29px;
		width: 18px;
		height: 2px;
	}
	#culture h2:after {
		top: -22px;
		width: 18px;
		height: 2px;
	}
	#culture h2 .jp {
		font-size: 29px;
		margin-bottom: 10px;
	}
	#culture h2 .en {
		font-size: 11px;
	}
}

/*----------------
  section
----------------*/
.block {
	margin-bottom: 80px;
}
.block {
	border-radius: 60px;
	padding: 90px 160px 80px;
	background: #fff;
}
.block h3 {
	margin: 0 auto 60px;
}
.block h3 .jp {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	padding: 0 12px;
	background: rgb(239,67,76);
	background: -moz-linear-gradient(90deg, rgba(239,67,76,1) 0%, rgba(71,179,221,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(239,67,76,1) 0%, rgba(71,179,221,1) 100%);
	background: linear-gradient(90deg, rgba(239,67,76,1) 0%, rgba(71,179,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef434c",endColorstr="#47b3dd",GradientType=1);
}
.block ul li {
	text-align: left;
	line-height: 2;
	margin-bottom: 30px;
}
.block ul li span {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	margin-right: 7px;
}
.block dl {
	margin-bottom: 50px;
}
.block dl dt {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	margin-bottom: 20px;
}
.block dl dt span {
	display: inline-block;
	font-weight: bold;
}
.block dl dd {
	text-align: left;
	line-height: 2;
}

@media only screen and (max-width: 768px){
	.block {
		margin-bottom: 40px;
	}
	.block {
		border-radius: 30px;
		padding: 50px 20px 40px;
	}
	.block h3 {
		margin: 0 auto 30px;
	}
	.block h3 .jp {
		font-size: 18px;
		line-height: 1.4;
		padding: 4px 12px;
	}
	.block ul li {
		margin-bottom: 10px;
	}
	.block ul li span {
		font-size: 16px;
		line-height: 1.4;
		margin-right: 0;
	}
	.block dl {
		margin-bottom: 40px;
	}
	.block dl dt {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.block dl dt span {
		margin-bottom: 4px;
	}
}</pre></body></html>