
#title {
	background-image: url(images/title_bg.jpg);
}

h2.message {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 22px;
}

p.philosophy {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

div.staff {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.staff div.text {
	padding-top: 30px;
	width: 480px;
}

div.staff div.text h4,
div.staff div.text h3 {
	text-align: left;
}
div.staff div.text h3 {
	font-size: 20px;
	padding-bottom: 10px;
}

div.staff div.text h3 em {
	font-size: 13px;
	font-weight: 500;
	padding-left: 20px;
}


