@charset "utf-8";
/*company css*/
.philosophy p{
	text-decoration: bold;
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 1em
}
.philosophy ol li{
	text-decoration: bold;
	font-size: 1.2em;
	line-height: 1.6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted#666
}
.shiraken{
	position: absolute;
	bottom: -70px;
	right: 0;
	font-family: "Inter", "serif";
	font-weight: 600;
	font-style: italic;
	font-size: 12vw;
	color: rgba(255,255,255,0.50)
}
/* -----------------------------------------------
SP 579px
-------------------------------------------------- */
@media screen and (max-width: 579px) {
.philosophy p,
.philosophy ol li{
	font-size: 1em;
}
}