@charset "utf-8";
/* CSS Document */

.philosophy {
	padding:70px 0 80px 0;
}

.philosophy-main {
	margin:0 auto 50px auto;
}
.philosophy-main1 {
	max-width:400px;
	margin:auto;
}
.philosophy-main p{
	text-align:center;
	margin:0;
}
.philosophy-main .p-1{
	font-weight:bold;
	color:#737373;
	font-size:30px;
	border-bottom:solid 4px;
}
.philosophy-main .p-2{
	font-weight:bold;
	font-size:40px;
	color:#0077A6;
}
.philosophy-circle{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:50px;
}
.philosophy-circle p{
	margin:0 0 15px 0;
	color:#fff;
	font-size:17px;
}
.philosophy-circle p .title{
	display:block;
	font-weight:bold;
	font-size:20px;
}
.philosophy-circle1{
	background-color:#0077A6;
	width:270px;
	height:270px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:10px;
}
@media(max-width:768px){
.philosophy-circle1{
	background-color:#0077A6;
	width:230px;
	height:230px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:10px;
}	
}
@media(max-width:640px){
.philosophy {
	padding:30px 0 80px 0;
}
.philosophy-circle1{
	background-color:#0077A6;
	width:200px;
	height:200px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:10px;
}	
}
@media(max-width:520px){
.philosophy-main1 {
	max-width:300px;
}
.philosophy-main .p-1{
	font-size:25px;
}
.philosophy-main .p-2{
	font-size:35px;
}
.philosophy-circle1{
	background-color:#0077A6;
	width:230px;
	height:230px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:10px;
}	
}
/*動画埋め込み*/
.philosophy .movie{
	max-width:768px;
	margin:70px auto;
}
.menu-youtube{
	position: relative;
    width:96%; 
    height:0; 
    padding-top: 54%; 
	margin:20px auto 0 auto;
}
.menu-youtube iframe{
	position: absolute;
  	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*動画埋め込みここまで*/

.guideline {
	
}
.guideline h2{
	color:#0077A6;
	border-bottom:solid 3px;
	font-size:50px;
	line-height:50px;
}
.guideline h2 span{
	font-size:25px;
	display:inline-block;
}
.guideline .sub-title{
	font-size:25px;
	font-weight:bold;
}
.guideline ol li{
	font-weight:bold;
	margin:15px 0;
	font-size:18px;
}
.guideline ol li p{
	font-weight:normal;
	margin:0;
	font-size:16px;
}
@media(max-width:520px){
.guideline h2{
	font-size:40px;
	line-height:40px;
}
.guideline h2 span{
	font-size:20px;
	display:inline-block;
}
.guideline .sub-title{
	font-size:25px;
	font-weight:bold;
}	
}