<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pagetitle{
	background:url('../images/recruit1/bg_pagetitle.webp') no-repeat;
}
main section{
	margin:0 auto 100px;
}
main section article{
	display:flex;
	justify-content:flex-end;
	gap:100px;
}
main section article .comment{
	width:630px;
	font-size:30px;
	line-height:1.8em;
	font-weight:200;
	flex:none;
}

main section article .comment h3{
	color:#92bde4;
	font-size:70px;
	font-weight:200;
	margin:0 0 40px;
}
main section article .photo{
	width:41.145%;
	height:360px;
	flex:none;
}
main section article .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
main .comment .more{
	padding:70px 0 0 200px;
	display:block;
}
main .comment .more a{
	display:block;
	border:2px solid #92bde4;
	line-height:56px;
	color:#0a0a0a;
	text-align:center;
	box-sizing:border-box;
	background:url('../images/common/arrow_blue.svg') no-repeat left 20px center;
}
main .comment .more a:hover{
	color:#fff;
	background:#92bde4;
}</pre></body></html>