@charset "utf-8";


#main_ttl {
	text-align: center;
	margin-bottom: 45px;
	padding-top: 17px;
}

.lead {
	font-size: 123%;
	margin-bottom: 36px;
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: -0.05em;
	text-align: center;
}

#future {
	position: relative;
	background: url(../img/future/bg_future.jpg) 0 0 no-repeat;
	width: 720px;
	height: 942px;
}

#future h3 {
	display: block;
	line-height: 100%;
	margin-bottom: 12px;
	text-align: center;
}

#future h4 {
	line-height: 23px;
	margin-bottom: 6px;
	padding: 0 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#future p {
	line-height: 24px;
	padding: 0 18px;
	font-size: 14px;
}

#future #urban {
	position: absolute;
	top: 0;
	left: 0;
	width: 338px;
}

#future #urban h4 {
	color: #00a95f;
}

#future #ceee {
	position: absolute;
	top: 0;
	right: 0;
	width: 338px;
}

#future #ceee h4 {
	color: #00a094;
}

#future #arch {
	position: absolute;
	top: 766px;
	left: 0;
	width: 536px;
}

#future #arch h4 {
	color: #5cb531;
}

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

	.header_wrap { margin-bottom: 12px; }

	#main_ttl {
		text-align: center;
		margin-bottom: 20px;
	}

	.lead {
		margin-bottom: 20px;
		font-size: 82%;
	}

	#future {
		background: none;
		margin: 27px 0 0 0;
		width: auto;
		height: auto;
	}

	#future h3 {
		margin-bottom: 10px;
		text-align: left;
		font-size: 0;
	}

	#future h4 {
		margin-bottom: 10px;
		padding: 0;
		line-height: 20px;
		text-align: left;
		font-size: 12px;
	}

	#future h3 img {
		height: 19px;
	}

	#future p {
		margin-bottom: 25px;
		padding: 0;
		line-height: 20px;
		font-size: 12px;
	}

	#future #urban {
		position: static;
		top: auto;
		left: auto;
		width: auto;
	}

	#future #ceee {
		position: static;
		top: auto;
		right: auto;
		width: auto;
	}

	#future #arch {
		position: static;
		top: auto;
		left: auto;
		width: auto;
	}
}

.design {
	margin-bottom: 60px;
}

.design_mv {
	margin: 0;
	margin-bottom: 40px;
}

.design_mv img {
	width: 100%;
}

.design_thumbs {
	display: flex;
	margin-bottom: 40px;
}

@media only screen and (max-width: 705px) {
	.design_thumbs {
		display: block;
	}
}

.design_thumbs figure {
	margin: 0;
	width: 50%;
	margin-right: 40px;
}

@media only screen and (max-width: 705px) {
	.design_thumbs figure {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.design_thumbs figure:last-of-type {
	margin-right: 0;
}

.design_thumbs figure img {
	width: 100%;
	margin-bottom: 10px;
}

@media only screen and (max-width: 705px) {
	.design_thumbs figure img {
		margin-bottom: 5px;
	}
}

.design_thumbs figure figcaption {
	color: #6CBC64;
}

.design_depart {
	border: 1px solid #6CBC64;
	border-top-width: 4px;
	padding: 20px 30px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 705px) {
	.design_depart {
		padding: 20px;
		margin-bottom: 30px;
	}
}

.design_depart h3 {
	font-size: 18px;
	color: #6CBC64;
	margin-bottom: 10px;
}

@media only screen and (max-width: 705px) {
	.design_depart h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

.design_depart_note {
	margin-bottom: 15px;
}

@media only screen and (max-width: 705px) {
	.design_depart_note {
		margin-bottom: 10px;
	}
}

.design_depart_subject h4 {
	color: #6CBC64;
	margin-bottom: 5px;
}

.design_depart_subject p {
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
}

@media only screen and (max-width: 705px) {
	.design_depart_subject p {
		padding: 5px 15px;
	}
}

.design_depart_subject_arch {
	background-color: #5CB531;
}

.design_depart_subject_urbansystems {
	background-color: #00A95F;
}

.design_depart_subject_ceee {
	background-color: #00A094;
}
