section {
	width: 100%;
}
#mv_area {
	margin: 60px 0;
	height: calc(120vw * .414);
}
#slide {
	width: 100%;
	height: calc(120vw * .414);
	margin: 0 auto;
}
/*#top_mainvis_chatch {
	position: relative;
	width: 90%;
	margin: -290px auto 0;
	flex-direction: column;
}*/
.slick-track > li {
	width: auto;
	height: calc(120vw * .414);
}
.slick-track > li > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section#top_area01 {
	margin-bottom: 50px;
	/*height: 330px;*/
}
#top_area01_inner {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;
}
#top_area01_inner > * + * {
	margin-top: 40px;
}
ul#top_area01_newslist {
	width: 100%;
	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;
	flex-wrap: wrap;
	align-items: center;
}
ul#top_area01_newslist > li > p {
	margin-top: 10px;
}
ul#top_area01_newslist > li + li {
	margin-top: 25px;
}
section#top_area02 {
	/*height: 500px;*/
	background-color: #c6e8ff;
}


#top_area02_inner {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 40px 0;
	justify-content: space-between;
}
#top_area02_inner > img {
	/*width: 100%;*/
	height: auto;
	margin-bottom: 30px;
}
#top_area02_contents {
	/*width: 100%;*/
	/*height: 300px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#top_area02_contents > * {
	margin-top: 20px;
}
#top_area02_contents p {
	line-height: 24px;
}

section#top_area03 {
	/*height: 500px;*/
}

#top_area03_inner {
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}
#top_area03_inner > .common_head {
	margin: 0 auto 50px;
}

ul#top_area03_btn {
	width: 100%;
	justify-content: space-between;
}
ul#top_area03_btn li {
	background-size: initial;
	background-repeat: no-repeat;
	background-position: center;
}
ul#top_area03_btn li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	/*display: block;*/
}

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

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

.top_area03_btn_inner > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}



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

#top_area04_inner {
	width: 90%;
	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: 100%;
    height: calc(90vw * .364);
	margin: 0 auto;
}
div#result_slider > div.slick-list > div,
div#result_slider > div.slick-list > div > div {
	width: 100%;
	height: 100%;

}
div#result_slider > div.slick-list > div > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
div#result_slider > div.slick-list div.result_wrap {
	width: 100%;
	height: 70px;
    position: relative;
    flex-direction: column;
    margin: -70px auto;
	background-color: rgba(0, 89, 149, .4);
}

.slider-arrow {
	display: none!important;
}
#top_area04_btn > a {
	margin: 0 auto;
}

#top_area05 {
	/*height: 430px;*/
}

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


#top_area05_wrap {
	width: 100%;
	flex-direction: column;
	/*height: 300px;*/
}
#top_area05_wrap img {
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}

#top_area05_contents {
	width: 100%;
	border-radius: 0 0 10px 10px ;
	/*height: 300px;*/
}
#top_area05_contents_inner > * {
	margin-top: 20px;
}
#top_area05_contents_inner {
	width: 90%;
	padding: 20px 0;
	/*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;
}

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	#top_mainvis_chatch {
		position: relative;
		width: 90%;
		margin: calc(((320px - 100vw) * .3636) - 105px) auto 0;
		flex-direction: column;
	}
	#top_mainvis_chatch > div:nth-of-type(1) {
		font-size: 6vw;
	}
	#top_mainvis_chatch > div:nth-of-type(2) {
		font-size: 3vw;
	}
	#top_mainvis_chatch > div:nth-of-type(2) span {
		font-size: 5vw;
	}
	#top_area02_inner {
		flex-direction: column-reverse;		
	}
	#top_area02_contents,
	#top_area02_inner > img {
		width: 100%;
	}
	#top_area02_btn > a {
		margin: 0 auto;
	}
	ul#top_area03_btn li a {
		align-items: flex-end;
	}
	ul#top_area03_btn > li + li {
		margin-top: 30px;
	}
	ul#top_area03_btn {
		flex-direction: column;
	}
	ul#top_area03_btn li {
		width: 100%;
		height: calc(90vw * .84);
	}
	.top_area03_btn_inner {
		width: 70%;
		height: 70%; 
	}
	.top_area03_btn_inner h3 {
		margin-bottom: 10px;
	}
	.top_area03_btn_inner > div {
		margin-bottom: 20px;
	}
	.top_area03_btn_inner > p {
		line-height: 30px;
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	#top_mainvis_chatch {
		position: relative;
		width: 90%;
		margin: calc(((568px - 100vw) * .303) - 180px) auto 0;
		flex-direction: column;
	}
	#top_mainvis_chatch > div:nth-of-type(1) {
		font-size: 8vh;
	}
	#top_mainvis_chatch > div:nth-of-type(2) {
		font-size: 4vh;
	}
	#top_mainvis_chatch > div:nth-of-type(2) span {
		font-size: 6vh;
	}
	#top_area02_contents,
	#top_area02_inner > img {
		width: 48%;
	}
	ul#top_area03_btn li a {
		align-items: center;
	}
	ul#top_area03_btn {
		flex-wrap: wrap;
	}
	ul#top_area03_btn li {
		width: 32%;
		height: calc(90vw * .32 * .84);
	}
	ul#top_area03_btn li {
		background-size: auto calc(90vw * .32 * .84);
	}
	ul#top_area03_btn li:last-of-type {
		/*margin-top: 30px*/
	}

	.top_area03_btn_inner {
		width: 90%;
		height: 90%; 
	}
	.top_area03_btn_inner > div > h3 {
		font-size: 2.8vw;
	}
	.top_area03_btn_inner > div {
		margin-bottom: 10px;
	}
	.top_area03_btn_inner h3 {
		margin-bottom: 7px;
	}
	.top_area03_btn_inner > p {
		font-size: 2vw;
		line-height: 22px;
	}
}













