@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/philosophy/m_bg.png");
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 578px;
	padding-left: 100px;
	height: 120px;
	background-color: #EEEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





main {
	overflow-x: hidden;
}
#greeting h2,
#rinen h2,
#enkaku h2
{
	font-size: 48px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 25px;
	color: #528F42;
	width: 150vw;
}
#greeting {
	margin-top: 110px;
	width: 90%;
	min-width: 950px;
	margin-left: 100px;
}
#greeting p {
	text-align: center;
	line-height: 1.8em;
	font-size: 24px;
}
#greeting dl {
	text-align: right;
	margin-top: 40px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#greeting dl dt {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
#greeting dl dd {
	font-size: 30px;
	font-weight: bold;
}
#greeting dl dd span {
	font-size: 21px;
	font-weight: 500;
}





#rinen {
	margin-top: 120px;
	width: 90%;
	min-width: 950px;
	margin-left: 100px;
	margin-right: auto;
}
#rinen .box {
	background-image: url("../images/pc/philosophy/rinen_bg.png");
	background-size: cover;
	background-position: left center;
	border-bottom-left-radius: 30px;
	width: 94vw;
	text-align: left;
}
#rinen .box .inner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -40px;
}
#rinen .box h3 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	padding-top: 80px;
}
#rinen .box p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	margin-top: 80px;
	padding-bottom: 80px;
}





#enkaku {
	margin-top: 140px;
	width: 90%;
	min-width: 950px;
	margin-left: 100px;
	margin-right: auto;
}
#enkaku .box {
	background-color: #fff;
	width: 100%;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 40px;
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#enkaku .box table {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#enkaku .box table th {
	font-weight: 500;
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 120px;
}
#enkaku .box table td {
	font-weight: 500;
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#enkaku .box table th+td {
	padding-right: 50px;
	text-align: right;
	width: 60px;
}





#contact {
	margin-bottom: 100px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/philosophy/m_bg.png");
	height: 60vh;
	border-bottom-right-radius: 20vw;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 85%;
	padding-left: 5%;
	height: 18vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 3.5vw;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 11vw;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#greeting h2,
#rinen h2,
#enkaku h2 {
	font-size: 6vw;
	font-weight: bold;
	width: 95%;
	margin-left: 5%;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 5vw;
	margin-bottom: 5vw;
	color: #528F42;
}
#greeting {
	margin-top: 10vw;
}
#greeting p {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8em;
}
#greeting dl {
	text-align: right;
	margin-top: 5vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#greeting dl dt {
	font-size: 4vw;
	font-weight: 500;
	margin-bottom: 10px;
}
#greeting dl dd {
	font-size: 5vw;
	font-weight: bold;
}
#greeting dl dd span {
	font-size: 4vw;
	font-weight: 500;
}





#rinen {
	margin-top: 15vw;
}
#rinen .box {
	background-image: url("../images/pc/philosophy/rinen_bg.png");
	width: 95%;
	margin-left: 5%;
	background-size: cover;
	background-position: center center;
	border-bottom-left-radius: 10vw;
}
#rinen .box h3 {
	font-size: 6vw;
	font-weight: bold;
	color: #fff;
	padding-top: 10vw;
}
#rinen .box p {
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	margin-top: 8vw;
	padding-bottom: 10vw;
}





#enkaku {
	margin-top: 15vw;
}
#enkaku .box {
	background-color: #fff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10vw;
	padding-bottom: 5vw;
}
#enkaku .box table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#enkaku .box table th {
	font-weight: 500;
	padding-top: 3vw;
	padding-bottom: 3vw;
	vertical-align: top;
}
#enkaku .box table td {
	font-weight: 500;
	padding-top: 3vw;
	padding-bottom: 3vw;
	vertical-align: top;
}
#enkaku .box table th+td {
	padding-right: 5vw;
	text-align: right;
}
#enkaku .box table td+td {
	width: 60%;
}






#contact {
	margin-bottom: 20vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}