section {
	width: 100%;
}
#mv_area {
	height: 990px;
}
#slide {
	width: 2390px;
	height: 100%;
	margin: 0 auto;
}
#top_mainvis_chatch {
	position: relative;
	margin: -590px auto 0;
	flex-direction: column;
}
section#top_area01 {
	height: 330px;
}
#top_area01_inner {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;
}
#top_area01_inner > * + * {
	margin-top: 40px;
}
ul#top_area01_newslist {
	width: 790px;
	display: flex;
	flex-direction: column;
}
ul#top_area01_newslist * {
	line-height: 1em;
}
.news_date {
	width: 115px;
}
.news_icon {
	width: 90px;
	padding: 8px 0 3px;
	margin-right: 25px;
	border-radius: 5px;
}
ul#top_area01_newslist > li {
	display: flex;
	align-items: center;
}
ul#top_area01_newslist > li + li {
	margin-top: 25px;
}
section#top_area02 {
	height: 500px;
	background-color: #c6e8ff;
}


#top_area02_inner {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top_area02_contents {
	width: 420px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#top_area02_contents p {
	line-height: 24px;
}

section#top_area03 {
	height: 500px;
}

#top_area03_inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}
#top_area03_inner > .common_head {
	margin: 0 auto 50px;
}
ul#top_area03_btn {
	width: 100%;
	justify-content: space-between;
}
ul#top_area03_btn li {
	width: 320px;
	height: 270px;
	background-size: initial;
	background-repeat: no-repeat;
}
ul#top_area03_btn li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	/*display: block;*/
}

ul#top_area03_btn li:nth-of-type(1) {
	background-image: url(../../common/images/index/top_area03_01_btn_img.jpg);
}
ul#top_area03_btn li:nth-of-type(2) {
	background-image: url(../../common/images/index/top_area03_02_btn_img.jpg);
}
ul#top_area03_btn li:nth-of-type(3) {
	background-image: url(../../common/images/index/top_area03_03_btn_img.jpg);
}

.top_area03_btn_inner {
	width: 80%;
	height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.top_area03_btn_inner h3 {
	margin-bottom: 10px;
}

.top_area03_btn_inner > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.top_area03_btn_inner > p {
	line-height: 30px;
}


section#top_area04 {
	display: none;
	height: 710px;
}

#top_area04_inner {
	width: 1000px;
	margin: 0 auto;
}

#top_area04_inner > .common_head {
	margin: 0 auto 50px;
	padding-top: 100px;
}

div#result_slider {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
div#result_slider > div.slick-list {
	width: 870px;
	height: 400px;
	margin: 0 auto;
}
div#result_slider > div.slick-list > div > div.slick-slide > img {
	width: 870px;
	height: 400px;
	object-fit: cover;
}
div#result_slider > div.slick-list div.result_wrap {
	width: 100%;
	height: 70px;
    position: relative;
    margin: -70px auto;
	background-color: rgba(0, 89, 149, .4);
}
.resultdate {
	margin-right: 20px;
}

#top_area04_btn > a {
	margin: 0 auto;
}

#top_area05 {
	height: 430px;
}

#top_area05_inner {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}


#top_area05_wrap {
	width: 100%;
	height: 300px;
}
#top_area05_wrap img {

}

#top_area05_contents {
	width: 500px;
	height: 300px;
}
#top_area05_contents_inner {
	width: 390px;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#top_area05_contents_inner > div:first-of-type {
	align-self: flex-start;
}

#top_area05_contents_inner > p {
	align-self: flex-start;
}

#top_area05_contents_inner > div:last-of-type {
	align-self: flex-end;
}

