#h2 {
	width: 100%;
	height: 240px;
	background: url("../img/co_he.jpg") no-repeat center center / cover;
	display: flex;
	align-items:flex-end;
	justify-content: flex-end;
	padding: 0;
	position: relative;
}
#h2 h2 {
	color: #be1e2d;
	font-size: 3rem;
	margin-right: 30px;
	margin-bottom: 50px;
	text-shadow: 2px 2px 2px #fff;
}
#h2 #line {
	width: 24px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 15px;
	background-color: rgba(190,30,45,0.85);
}

h3 {
	color: #be1e2d;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

#vision {
	width: calc(100% - 80px);
	max-width: 480px;
	margin: 50px auto;
	background-color: #f2f2f2;
	padding: 20px;
	font-weight: 700;
	text-align: center;
}
#vision p {
	font-size: 1.4rem;
	margin: 0 auto 20px;
	width: 17em;
}
#vision p.identity {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
}
#vision p.txt_left {
	text-align: left;
}
#vision img {
	margin-bottom: 15px;
}

#profile table {
	width: calc(100% - 30px);
	max-width: 480px;
	margin: 0 auto 50px;
}
#profile table th {
	width: 5em;
	padding: 10px 0;
	border-bottom: solid 2px #be1e2d;
}
#profile table td {
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 960px) {
	#h2 {
		height: 50vh;
	}
	#h2 h2 {
		font-size: 4rem;
		margin-right: 60px;
		letter-spacing: .2em;
	}
	#h2 #line {
		height: 50vh;
		width: 120px;
		left: 60px;
	}
	h3 {
		font-size: 3.6rem;
		margin-bottom: 30px;
	}
	
	#vision {
		width: 600px;
		max-width: initial;
		margin: 80px auto;
		padding: 50px;
	}
	#vision p {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	#vision p.identity {
		font-size: 3rem;
		margin-bottom: 30px;
	}
	#vision img {
		margin-bottom: 20px;
		height: 30px;
		width: 30px;
	}
	#profile table {
		width:700px;
		max-width: initial;
		margin: 0 auto 80px;
		font-size: 2rem;
	}
	#profile table th {
		width: 6em;
		padding: 20px 0;
	}
	#profile table td {
		padding: 20px;
	}
}
@media screen and (min-width: 1400px) {
	#h2 h2 {
		font-size: 5.5rem;
		margin-right: 120px;
		letter-spacing: .3em;
	}
	#vision {
		margin: 100px auto;
	}
	#profile table {
		margin: 0 auto 120px;
	}
}