#page_title{
	height:730px;
	margin:0 auto 160px;
	background:url('../images/phoilosophy/pagetitle.webp') no-repeat top center;
}
main section{
	margin:0 auto 160px;
}
#section1{
	text-align:center;
}
#section2,
#section3{
	padding:0 4dvw;
	display:flex;
	gap:6dvw;
}
#section2 h3,
#section3 h3{
	width:47.7%;
	flex:none;
	color:#fff;
	padding:50px 50px 0 0;
	box-sizing:border-box;
	text-align:right;
	border-radius:20px;
	margin:0 !important;
}
#section2 h3{
	background:url('../images/phoilosophy/phoilosophy_img1.webp') no-repeat;
	background-size:cover;
}
#section3 h3{
	background:url('../images/phoilosophy/phoilosophy_img2.webp') no-repeat;
	background-size:cover;
}
#section2 article,
#section3 article{
	width:calc(52.3% - 6dvw);
	max-width:700px;
	padding:160px 0 0;
	box-sizing:border-box;
	flex:none;
}
#section2 article h4,
#section3 article h4{
	font-size:36px;
	margin-bottom:60px;
}
#section2 .more,
#section3 .more{
	padding:130px 0 0;
	box-sizing:border-box;
}
#section2 .more a,
#section3 .more a{
	display:block;
	width:300px;
	height:300px;
	line-height:300px;
	color:#fff;
	background:#38211a url('../images/common/arrow2.svg') no-repeat left -50px center;
	text-decoration:none;
	text-align:center;
	margin:0 auto;
}
#section4 article{
	text-align:center;
}
#section4 p{
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
	font-size:21px;
	line-height:1.8em;
}
#section4 ul{
	padding:100px 0 0;
	list-style:none;
	display:flex;
	gap:100px;
	justify-content:center;
}
#section4 a{
	display:block;
	width:300px;
	height:200px;
	line-height:200px;
	color:#fff;
	background:#38211a url('../images/common/arrow2.svg') no-repeat left -50px center;
	text-decoration:none;
	text-align:center;
	margin:0 auto;
}