.content,
.work {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: auto; 
	right: 0px;
	height: 500px;
	width: 249px;
	background-color: #FFFFFF;
	line-height: 1.15rem;
}

.content > div {
	height: 450px;
}

.work > div {
	height: 405px;
}

.content > div,
.work > div {
	margin-left: 48px;
	overflow: auto;
}

#work-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-left: 0px;
}

#vision-content,
#management-content,
#creative-content,
#connect-content {
  display: flex;
	flex-direction: column;
	justify-content: center;
}

#vision-content p,
#management-content p,
#creative-content p,
#connect-content p {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

table#work td {
	vertical-align: bottom;
	padding-bottom: 20px;
}

table#work p {
	margin-top: 0.5rem;
	margin-bottom: 0px;
}

.work-img {
	border: 0.1rem solid #FA6716;
}