@charset "utf-8";

/* -------------------------------------------------------------------------- */

#philosophy {
	height: 600px;
	background: url(../images/philosophy-pc.png) no-repeat center top / 490px;
	margin: 60px auto;
}

#philosophy p {
	margin: 30px 0 30px;
	text-align: center;
	font-size: 1.1em;
	line-height: 2.2em;
	letter-spacing: 0.3em;
	
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
}

#philosophy br {
	display: none;
}

#owner {
	margin-bottom: 60px;
}

#owner img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 160px;
}

#owner .owner-name {
	width: auto;
	height: 55px;
}

#own-wrapper {
	background: url(../images/background.jpg) no-repeat center 115px;
}

@media screen and (max-width: 540px) {

	#philosophy {
		height: auto;
		background-size: 100%;
	}

	#philosophy p {
		line-height: 7.5em;
	}

}

@media screen and (max-width: 414px) {

	#philosophy p {
		line-height: 8.5em;
	}

	#philosophy {
		background: url(../images/philosophy-sp.png) no-repeat center top / 100%;
	}

}

@media screen and (max-width: 375px) {

	#philosophy p {
		line-height: 7.5em;
	}
}

@media screen and (max-width: 320px) {

	#philosophy p {
		line-height: 5.5em;
	}

}

/* ========================================================================== */
/* underIE9                                                                   */
/* ========================================================================== */

