/* main */

#guide-container {
	background: #f7f7f7;
	padding-top: 70px;
}

#guide-container .container {
	margin: auto;
	width: 1110px;
}

#m-headfigure {
	background: linear-gradient(180deg, #0a4d86,#105fa5);
	box-sizing: border-box;
	height: 540px;
	padding-top: 70px;
}

#m-headfigure .container {
	align-items: center;
	display: flex;
	justify-content: center;
}

#m-headfigure .content {
	margin-left: 49px;
	width: 543px;
}

#m-headfigure h2 {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
}

#m-headfigure h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-top: 2px;
	opacity: 0.7;
}

#m-headfigure .detail {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	margin-top: 36px;
}

#m-headfigure a {
	background: #fff;
	border-radius: 2px;
	color: #000;
	display: inline-block;
	font-family: RobotoCondensed-Bold, RobotoCondensed;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-top: 24px;
	text-align: center;
	text-decoration: none;
	width: 140px;
}

#m-headfigure a::after {
	content: '→';
	margin-left: 7px;
}

#m-features {
	margin-top: -75px;
}

#m-features .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#m-features .feature-item {
	align-items: center;
	background: #ffffff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 354px;
	justify-content: center;
	margin-bottom: 6px;
	padding: 0 26px;
	text-align: center;
	width: calc(50% - 3px);
}

#m-features .feature-item h2 {
	color: #055fa5;
	font-size: 21px;
	line-height: 24px;
	margin-top: 10px;
}

#m-features .feature-item .detail {
	color: #666;
	font-size: 16px;
	line-height: 19px;
	margin-top: 10px;
}

#m-founding-members {
	margin-top: 40px;
}

#m-founding-members h2 {
	color: #145ea8;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
}

#m-founding-members ul {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -5px 0 0;
	padding-bottom: 55px;
}

#m-founding-members li {
	align-items: center;
	background: #ffffff;
	box-sizing: border-box;
	display: flex;
	height: 120px;
	justify-content: center;
	margin: 0 5px 5px 0;
	padding: 5px;
	width: 218px;
}

#m-founding-members img {
	max-height: 100%;
	max-width: 100%;
}

/* media query */

@media screen and (max-width: 1240px) {
	#guide-container .container {
		width: 976px;
	}

	#m-headfigure img {
		width: 396px;
	}

	#m-headfigure .content {
		margin-left: 40px;
		width: 399px;
	}

	#m-headfigure .detail,
	#m-headfigure button {
		margin-top: 20px;
	}

	#m-features {
		margin-top: -145px;
	}

	#m-founding-members li {
		width: 240px;
	}
}

@media screen and (max-width: 1024px) {
	#guide-container .container {
		width: 720px;
	}

	#m-headfigure {
		height: 394px;
	}

	#m-headfigure img {
		margin-left: -15px;
		width: 300px;
	}

	#m-headfigure .content {
		margin-left: 13px;
	}

	#m-features {
		margin-top: -35px;
	}

	#m-founding-members ul {
		margin-right: -6px;
	}

	#m-founding-members li {
		width: 237px;
	}
}

@media screen and (max-width: 768px) {
	#guide-container {
		padding-top: 48px;
	}

	#guide-container .container {
		margin: 0 16px;
		width: auto;
	}

	#m-headfigure {
		height: auto;
		padding-top: 30px;
		padding-bottom: 54px;
	}

	#m-headfigure .container {
		flex-direction: column;
	}

	#m-headfigure .content {
		text-align: center;
		width: auto;
	}

	#m-headfigure img {
		max-width: 288px;
		width: 100%;
	}

	#m-headfigure h2 {
		margin-top: 30px;
	}

	#m-headfigure h3,
	#m-headfigure .detail,
	#m-headfigure button {
		margin-top: 10px;
	}

	#m-features {
		margin-top: -24px;
	}

	#m-features .container {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: stretch;
	}

	#m-features .feature-item {
		height: auto;
		padding: 30px 20px;
		width: auto;
	}

	#m-features .feature-item img {
		max-width: 100%;
	}

	#m-founding-members ul {
		margin-right: -5px;
		padding-bottom: 35px;
	}

	#m-founding-members li {
		height: 15vw;
		width: calc((100vw - 59px) / 3);
	}
}
