.top_animation {
	width: 100%;
	padding-top: 47%;
	background: #ccc;
}
.top_animation::before,
.top_animation::after {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: white;
}
.top_animation::before {
	content: 'Scroll Down';
	z-index: 10;
	bottom: 3em;
}
.top_animation::after {
	content: '\2193';
	-webkit-transform: scaleY(1.5);
	-moz-transform: scaleY(1.5);
	transform: scaleY(1.5);
	bottom: 1em;
}


.service {
	padding: 30px 0 0;
}
.service .wrap_list {
	padding: 30px calc((100% - 1000px) / 2) 0;
	background: #eee;
}
.service .wrap_list ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding: 0 50px;
}
.service .wrap_list ul li {
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
}
.service .wrap_list ul li:not(:nth-child(3n)) {
	margin-right: 30px;
}
.service .wrap_list ul li .list_title {
	margin: 1rem 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}


.news {
	padding: 30px calc((100% - 1000px) / 2);
}
.news ul li {
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: solid 3px black;
}
.news ul li.top_hide {
	display: none;
}
.news ul li a {
	/*display: block;*/
}
.news ul li time {
	font-size: .8em;
	line-height: 2;
}
.news ul li p {
	font-size: 1.1em;
}
.news ul li p span {
	color: red;
}
.news .wrap_btn {
	display: flex;
	flex-direction: row-reverse;
	padding: 0 50px;
}
.news .wrap_btn a {
	display: inline-block;
	padding: .7em 1em;
	background: #2d2d2d;
	color: white;
}


.contact_us {
	padding: 30px calc((100% - 1000px) / 2);
	background: #eee;
}
.contact_us ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 0 50px;
}
.contact_us ul li {
	width: calc((100% - 60px) / 3);
	border: solid 1px #2d2d2d;
}
.contact_us ul li a {
	display: block;
	width: 100%;
	padding: 3em 0;
	text-align: center;
	font-size: 1.3em;
}
.contact_us .note {
	padding: 0 50px;
	text-align: right;
	font-size: .8em;
	color: #2d2d2d;
}
.contact_us .note a {
	text-decoration: underline;
}


@media (max-width: 860px) {
	.service .wrap_list ul li,
	.contact_us ul li {
		width: calc((100% - 30px) / 2);
	}
	.service .wrap_list ul li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.service .wrap_list ul li:nth-child(2n - 1) {
		margin-right: 30px;
	}
	.contact_us ul li:not(:last-child) {
		margin-bottom: 30px;
	}
}


@media (max-width: 560px) {
	.top_animation::before,
	.top_animation::after {
		display: none;
	}
	
	
	.service .wrap_list ul li,
	.contact_us ul li {
		width: 100%;
	}
	.service .wrap_list ul,
	.news ul,
	.contact_us ul {
		padding: 0 20px;
	}
	.service .wrap_list ul li:nth-child(2n - 1) {
		margin-right: 0;
	}
}
