<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*////////////////////////////////////////
	経営理念　はcommonに記載（共通のため）
////////////////////////////////////////*/

#mind{
	margin-top: 137px;
}

/*////////////////////////////////////////
	Identity
////////////////////////////////////////*/
#identity{
	background: linear-gradient(to top ,#D4DADF  ,#fff);
	padding-bottom: 110px;
	
}
#identity .identity_wrap{
	width: 1000px;
	margin: 0 auto;
	
}
#identity .h2tit{
	margin: 0 auto;
	display: inline-block;
	width: 400px;
	margin-left: 0;
	
}

#identity ul{
	width: 1000px;
	margin: 0 auto;
}

#identity ul li{
	margin: 50px 0;
}

#identity ul li h3{
	font-weight: bold;
	font-size: 25px;
	color: #003180;
	line-height: 1.4;
}

#identity ul li h3 span{
	font-family: brandon-grotesque, sans-serif;
	font-size: 50px;
	font-weight: bold;
	background: linear-gradient(to right ,#0077C5  ,#073695 60%);
	background: -webkit-linear-gradient(to right ,#0077C5  ,#073695 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin-right: 25px;
}
#identity ul li p{
	margin-left: 92px;
	font-size: 20px;
	color: #003180;
}




/*////////////////////////////////////////
	私たちの想い
////////////////////////////////////////*/
#our_mind{
	position: relative;
	padding-bottom: 0;
}
#our_mind::before{
	content: "";
	display: inline-block;
	width: 150vw;
	height: 150vw;
	border-radius: 100vw;
	position: absolute;
	background: linear-gradient(to bottom ,#DEE4E9 ,#fff 99%);
	top: 130px;
	left: -11vw;
	z-index: -100;
}

#our_mind .our_wrap {
	width: 1000px;
	padding: 70px 0 70px;
}
#our_mind .our_wrap li{
	display: flex;
}
#our_mind .our_wrap .name{
	font-family: brandon-grotesque, sans-serif;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 14px;
}
#our_mind .our_wrap .name span{
	font-size: 120%;
}

#our_mind .our_wrap li div{
	background: #fff;
	padding: 40px 60px;
	border: #F4F4F4 1px solid;
}
#our_mind .our_wrap li{
	margin: 85px 0;
	position: relative;
}

#our_mind .our_wrap li div .message{
	font-size: 73%;
}
#our_mind .our_wrap li::after{
	content: "";
	display: inline-block;
	width: 170px;
	height: 170px;
	bottom: -110px;
	right: -117px;
    border-top: 1px solid #003180;
	z-index: 20;
	position: absolute;
	transform: rotate(-47deg);
}











</pre></body></html>