.footer {
	padding: 30px 20px;
	background-color: #2A9B74;
	overflow: hidden;
}
.footer_logo {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.footer_logo_essam {
	width: 352px;
	height: auto;
	display: block;
}
.footer_logo_asuka {
	width: 453px;
	height: auto;
	display: block;
}
.footer_info {
	margin: 30px 0;
}
.footer_info_text {
	font-size: 28px;
	color: #fff;
	text-align: center;
}
.footer_menu {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_menu_item {
	padding: 0 40px;
	line-height: 1.25;
}
.footer_menu_item + .footer_menu_item {
	border-left: 2px solid #fff;
}
.footer_menu_item_link {
	font-size: 28px;
	color: #fff;
	display: block;
}
.footer_list {
	max-width: 1240px;
	display: flex;
	margin: 30px auto 60px;;
}
.footer_list_item {
	width: 20%;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.footer_list_item_link {
	font-size: 24px;
	color: #fff;
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}




.copyright {
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyright_text {
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.footer_logo {
		flex-direction: column;
		align-items: center;
	}
	.footer_logo_essam {
		margin-bottom: 15px;
	}
	.footer_info_text {
		font-size: 24px;
	}
	.footer_menu_item_link {
		font-size: 20px;
	}
	.footer_list_item_link {
		font-size: 14px;
		height: 50px;
	}
}
@media screen and (max-width: 767px) {
	.footer {
		padding: 20px 0 10px;
	}
	.footer_logo_essam {
		width: 274px;
		max-width: 100%;
	}
	.footer_logo_asuka {
		width: 355px;
		max-width: 94%;
	}
	.footer_info {
		margin: 15px 0;
	}
	.footer_info_text {
		font-size: 11px;
	}
	.footer_menu_item {
		padding: 0 10px;
	}
	.footer_menu_item_link {
		font-size: 14px;
		white-space: nowrap;
	}
	.footer_list {
		flex-wrap: wrap;
		margin: 20px auto 15px;
	}
	.footer_list_item {
		width: 33%;
		border-width: 1px;
	}
	.footer_list_item_link {
		font-size: 12px;
		height: 40px;
	}
	.copyright_text {
		font-size: 10px;
	}
}





















