@charset "utf-8";
/* CSS Document */
#title {
	display: block;
	margin: 0;
	width: 100%;
}
#title img {
	height: auto;
	width: 100%;
}

#catch {
	text-align: center;
	margin: 60px auto 85px;
	width: 96%;
}

#catch dt {
	font-size: 21px;
	font-weight: 900;
	color: #E51319;
	line-height: 1.5em;
}
#catch dd {
	font-size: 15px;
	font-weight: 600;
	color: #444444;
	line-height: 1.5em;
	margin: 18px 0 0;
}

#btn_about {
	display: table;
	margin: 0 auto;
	width: 98%;
}
#btn_about li {
	display: table-cell;
	margin: 0;
	padding: 0 2%;
	width: 25%;
	box-sizing: border-box;
}
#btn_about li img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#greeting {
	display: block;
	margin: 70px auto;
	width: 96%;
}

#greeting h1 {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin: 0 0 30px;
	width: 100%;
}

#greeting p {
	margin: 1em auto;
	width: 96%;
}
#greeting p span {
	color: #C00;
}
#ph-about_pc {
	display: none;
}
#ph-about_sp {
	display: block;
	margin: 30px auto;
	width: 96%;
}
#ph-about_sp img {
	height: auto;
	width: 100%;
}

#philosophy {
	display: block;
	margin: 0 auto 50px;
	width: 96%;
}

#philosophy h1 {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin: 0 0 30px;
	width: 100%;
}

#philosophy p {
	margin: 1em auto;
	width: 96%;
}

#phil-ct {
	background-image: url(../images/philosophy/ph_img02_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	padding-top: 51.41%;
	height: 0;
	width: 100%;
}
#phil-ct p {
	text-indent: -9999px;
}
@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/philosophy/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 440px;
	width: 1080px;
}

#catch {
	text-align: center;
	margin: 63px auto 108px;
	width: 1080px;
}

#catch dt {
	font-size: 40px;
	font-weight: 900;
	color: #E51319;
	line-height: 1.5em;
}
#catch dd {
	font-size: 23px;
	font-weight: 900;
	color: #444444;
	line-height: 1.5em;
	margin: 23px 0 0;
}

#btn_about {
	display: table;
	margin: 0 auto;
	width: 784px;
}
#btn_about li {
	display: table-cell;
	margin: 0;
	padding: 0 25px;
	width: 146px;
	box-sizing: border-box;
}
#btn_about li:hover {
	opacity: 0.7;
}

#greeting {
	display: block;
	margin: 70px auto;
	width: 992px;
}

#greeting h1 {
	font-size: 43px;
	line-height: 1.5em;
}
#greeting p {
	float: right;
	width: 420px;
}
#ph-about_sp {
	display: none;
}
#ph-about_pc {
	display: block;
	margin: 0 30px 100px;
	float: left;
	width: 457px;
}

#philosophy {
	display: block;
	margin: 0 auto;
	width: 992px;
}

#philosophy h1 {
	font-size: 43px;
	line-height: 1.5em;
}
#philosophy p {
	width: 765px;
}

#phil-ct {
	background-image: url(../images/philosophy/ph_img02.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 70px;
	padding: 0;
	height: 484px;
	width: 992px;
}
#phil-ct p {
	font-size: 41px;
	font-weight: 900;
	color: #FFF;
	line-height: 1.8em;
	text-indent: inherit;
	display: block;
	margin: 0 50px;
	padding-top: 65px;
	width:423px;
}
#phil-ct p span {
	color: #FFFF72;
}

}