@charset "utf-8";
#contents{
	overflow: hidden;
}
#wrapper {
	position: relative;
}

#philoso-area {
	position: relative;
	display: block;
	margin-bottom: 3rem;
	line-height: 1.9;
}

.philoso-title {
	font-size: 2em;
	margin-bottom: 2.5em;
	padding-left: 2rem;
}


.philoso-msg {
	position: relative;
	margin-bottom: 8em;
	padding: 0 2rem;
	clear: both;
}
.philoso-msg:before{
	content: "";
	display: block;
	position: absolute;
	top: -2rem;
	height: 17rem;
	z-index: 0;
	background-color: white;
}

.philoso-msg:nth-child(even):before{
	left: -100%;
	right: 50%;
}
.philoso-msg:nth-child(odd):before{
	left: 50%;
	right: -100%;
}


.philoso-msg:after{
	content: "";
	display: block;
	clear: both;
}


.philoso-msg:last-child {
	margin-bottom: 5em;
}

.philoso-msg img {
	margin-top: 3em;
	width: 100%;
	height: auto;
}
.philoso-msg:nth-child(4) > img{
	display: none;
}

.philoso-sub-l,
.philoso-sub-r {
	position: relative;
	z-index: 1;
	width: 39%;
	font-size: 1.5rem;
	line-height: 1.7;
}
.philoso-sub-l > span > span,
.philoso-sub-r > span > span{
	display: inline-block;
}

.philoso-sub-l {
	float: left;
}

.philoso-sub-r {
	float: right;
}

.philoso-detail-l,
.philoso-detail-r{
	position: relative;
	z-index: 1;
	width: 57%;
	text-align: justify;
	font-feature-settings : "palt";
}
.philoso-detail-l {
	float: right;
}

.philoso-detail-r {
	float: left;
}

.philoso-detail {
	margin: 0 auto 5em;
	width: 55%;
	padding: 2rem;
	line-height: 2;
	border: 1px solid rgb(57,86,53);
}