@charset "utf-8";




@media screen and (min-width:768px){
/*pc・タブレットcss*/

#message{
	margin-bottom:120px;
}
.top-message{
}
.top-message .ph{
	width:30%;
}
.top-message .txt{
	width:65%;
}
.top-message .txt .ttl{
	margin-bottom:20px;
	font-size:28px;
	line-height:1.5;
	font-weight:700;
}
.top-message .txt .name-box{
	text-align:right;
}
.top-message .txt .name-box .position{
	font-size:14px;
}
.top-message .txt .name-box .name{
	font-size:24px;
}

/* +++++++++++++++++++ */

#philosophy{
	position:relative;
	margin-bottom:120px;
	padding-top:25vw;
}
#philosophy:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background: url(../img/profile/philosophy_bg.jpg) no-repeat center top /cover;
	width:100%;
	height:35vw;
}
#philosophy .content-area{
	position:relative;
	z-index:2;
	background-color:#fff;
	padding:50px 50px 0;
}
.philosophy-copy{
}
.philosophy-copy .copy{
	width:38%;
}
.philosophy-copy .txt{
	width:55%;
}

/* +++++++++++++++++++ */

#prof{
	background:#F8F8F8;
	margin-bottom:120px;
	padding:120px 0;
}

/* +++++++++++++++++++ */

#access{
	margin-bottom:120px;
}
#access .gmap{
	width:100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56%;
	position: relative;
}
#access .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


}

@media screen and (min-width:768px) and ( max-width:1366px) {
	


}
@media screen and (min-width:768px) and ( max-width:1200px) {
	
}

@media (max-width: 768px) {
		
	#message{
		margin-bottom:12vw;
	}
	.top-message{
	}
	.top-message .ph{
		width:50%;
		margin: 0 auto 5vw;
	}
	.top-message .txt{
		width:100%;
	}
	.top-message .txt .ttl{
		margin-bottom:20px;
		font-size:20px;
		line-height:1.5;
		font-weight:700;
	}
	.top-message .txt .name-box{
		text-align:right;
	}
	.top-message .txt .name-box .position{
		font-size:12px;
	}
	.top-message .txt .name-box .name{
		font-size:20px;
	}
	
	/* +++++++++++++++++++ */
	
	#philosophy{
		position:relative;
		margin-bottom:12vw;
		padding: 40vw 5vw 0;
	}
	#philosophy:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		background: url(../img/profile/philosophy_bg.jpg) no-repeat center top /cover;
		width:100%;
		height:60vw;
	}
	#philosophy .content-area{
		position:relative;
		z-index:2;
		background-color:#fff;
		padding:5vw 5vw 0;
	}
	.philosophy-copy{
	}
	.philosophy-copy .copy{
		width:70%;
		margin-bottom:5vw;
	}
	.philosophy-copy .txt{
		width:100%;
	}
	
	/* +++++++++++++++++++ */
	
	#prof{
		background:#F8F8F8;
		margin-bottom:12vw;
		padding:12vw 0;
	}
	
	/* +++++++++++++++++++ */
	
	#access{
		margin-bottom:12vw;
	}
	#access .gmap{
		width:100%;
		height: 0;
		overflow: hidden;
		padding-bottom: 56%;
		position: relative;
	}
	#access .gmap iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	
				
}



