
.topVisual { width: 100%; height: 340px; text-align: center; position: relative; margin: 90px 0 0; background: url(../img/staff/top.jpg); background-size: cover; display: flex; align-items: center; justify-content: center; }
.topVisual h2 { background: #005BAB; width: 540px; height: 140px; color: #FFF; font-size: 50px; line-height: 50px; box-sizing: border-box; padding: 25px; }
.topVisual h2 span { display: block; font-size: 20px; }

.topProfile { width: 100%; margin: 0; padding: 120px 0 0; float: left; }
.topProfile .inner { width: 1000px; }
.topProfile h3 { font-size: 16px; font-weight: 300; line-height: 20px; position: relative; border-bottom: solid 2px #D6D6D6; color: #005BAB; padding: 0 0 10px; }
.topProfile h3:after { content: ""; border-bottom: solid 2px #005BAB; width: 120px; position: absolute; bottom: -2px; }
.topProfile h3 span { display: block; color: #005BAB; font-size: 32px; font-weight: 900; line-height: 50px; color: #000; }
.topProfile section { display: flex; justify-content: start; margin: 80px 0 0; }
.topProfile section div { padding: 0 0 0 40px; }
.topProfile section h4 { font-size: 24px; font-weight: 900; line-height: 40px; color: #005BAB; }
.topProfile section h5 { font-size: 16px; line-height: 30px; margin: 0 0 20px; }
.topProfile section p { font-size: 16px; line-height: 30px; }
.topProfile figure { width: 300px; }
.topProfile figure img { width: 100%; }

.topInterview { width: 100%; margin: 0; padding: 0; float: left; }
.topInterview .inner { width: 1000px; }
.topInterview h3 { font-size: 16px; font-weight: 300; line-height: 20px; position: relative; border-bottom: solid 2px #D6D6D6; color: #005BAB; padding: 0 0 10px; }
.topInterview h3:after { content: ""; border-bottom: solid 2px #005BAB; width: 120px; position: absolute; bottom: -2px; }
.topInterview h3 span { display: block; color: #005BAB; font-size: 32px; font-weight: 900; line-height: 50px; color: #000; }
.topInterview h4 { margin: 80px 0 0; font-size: 20px; font-weight: 900; line-height: 30px; color: #005BAB; }
.topInterview p { font-size: 20px; line-height: 30px; margin: 10px 0 0; border-radius: 10px; padding: 20px; box-sizing: border-box; background: #EBF2F7; }

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1260px) {
	.topVisual { width: 100%; margin: 70px 0 0; }
	.topVisual h2 { }

	.topProfile { padding: 80px 20px 0; box-sizing: border-box; }
	.topProfile .inner { width: 100%; }
	.topProfile section { margin: 40px 0 0; }
	.topProfile figure { width: 240px; }
	.topProfile section p { font-size: 18px; line-height: 35px; margin: 10px 0 0; }

	.topInterview { padding: 0 20px; box-sizing: border-box; }
	.topInterview .inner { width: 100%; }
	.topInterview p { font-size: 18px; line-height: 35px; margin: 10px 0 0; }

}


@media only screen and (max-width: 520px) {
	.topVisual { padding: 0 20px; box-sizing: border-box; }

	.topVisual { width: 100%; height: 230px; margin: 70px 0 0; padding: 0 40px; }
	.topVisual h2 { width: 100%; height: 110px; color: #FFF; font-size: 32px; line-height: 30px; padding: 30px; }
	.topVisual h2 span { font-size: 12px; }


	.topProfile { padding: 40px 20px 0; }
	.topProfile section { display: block; margin: 40px 0 0; }
	.topProfile section div { padding: 0; }

	.topProfile section h4 { }
	.topProfile section h5 { }
	.topProfile section p { }
	.topProfile figure { width: 100%; }

	.topInterview { padding: 40px 20px 0; }

}