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

/* koueki
--------------------------------*/
.sec_koueki{
	padding: 270px 0 130px;
	background-color: #000208;
	position: relative;
}
.sec_koueki::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1200px;
	background: url(../img/common/bg01.jpg) no-repeat center top;
	z-index: 1;
}
.sec_koueki .wrap{
	position: relative;
	z-index: 1;
	max-width: 78vw;
}
.sec_koueki .ttl{
	/* font-size: 4.8rem; */
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.6;
}
.sec_koueki dl{
	margin-top: 110px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sec_koueki dl dt,
.sec_koueki dl dd{
	padding: 60px 0;
	border-top: 1px solid #fff;
}
.sec_koueki dl dt:last-of-type,
.sec_koueki dl dd:last-of-type{
	border-bottom: 1px solid #fff;
}
.sec_koueki dl dt{
	/* font-size: 2.4rem; */
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	/* width: 370px; */
	width: 30%;
	position: relative;
	line-height: 1.8;
}
.sec_koueki dl dt::before,
.sec_koueki dl dt:last-of-type::after{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	/* width: 254px; */
	width: 200px;
	height: 1px;
	background: #4AFF88;
}
.sec_koueki dl dt:last-of-type::after{
	top: auto;
	bottom: -1px;
}
.sec_koueki dl dd{
	/* width: calc(100% - 370px); */
	width: calc(100% - 30%);
}
.sec_koueki dl dd a{
	transition: color .4s;
}
.sec_koueki dl dd a:hover{
	color: #4AFF88;
}
.sec_koueki dl dd ul.mb{
	margin-bottom: 40px;
}

.sec_koueki dl dd ul.pl0 li{
	padding-left: 0;
	text-indent: 0;
}
.sec_koueki dl dd ul li{
	padding-left: 2.5em;
	text-indent: -2.8em;
	margin-top: 40px;
}
.sec_koueki dl dd ul li:first-child{
	margin-top: 0;
}
.sec_koueki dl dd ul li.i5{
	padding-left: .5em;
	text-indent: -.5em;
}

@media screen and (max-width: 768px) {
	.sec_koueki{
		padding: calc(10% + 60px) 0 10%;
	}
	.sec_koueki::before{
		height: 210vw;
		background: url(../img/common/bg01_sp.jpg) no-repeat center top;
		background-size: contain;
	}
	.sec_koueki .ttl{
		font-size: 6.25vw;
		line-height: 1.3;
	}
	.sec_koueki dl{
		margin-top: 10%;
	}
	.sec_koueki dl dt,
	.sec_koueki dl dd{
		padding: 8% 0;
		line-height: 1.8;
	}
	.sec_koueki dl dt{
		font-size: 3.1vw;
		width: 30vw;
		padding-right: 1em;
	}
	.sec_koueki dl dt::before,
	.sec_koueki dl dt:last-of-type::after{
		width: 23.4vw;
	}
	.sec_koueki dl dd{
		font-size: 3.1vw;
		width: calc(100% - 30vw);
	}
	.sec_koueki dl dd ul.mb{
		margin-bottom: 6%;
	}
	.sec_koueki dl dd ul li{
		font-size: 3.1vw;
		padding-left: 0;
		text-indent: 0;
		margin-top: 6%;
	}
	.sec_koueki dl dd ul li:first-child{
		margin-top: 0;
	}
	.sec_koueki dl dd ul li.i5{
		padding-left: 0;
		text-indent: 0;
	}

	.sec_koueki dl dd ul.dott{
		margin-left: 0;
	}

	.sec_koueki dl dt{
		line-height: 1.6;
	}
}
</pre></body></html>