@charset "utf-8";

#MainVisual {
	width: 100%;
	padding-top: 70px;
}
.main_copy {
	position: absolute;
	top:10vw;
	left: 0;
	right:0;
	width: 32%;
	margin: auto;
}

.sub_visual {
	/*height: 90vh;*/
	/*width: 100%;*/
	/*aspect-ratio: 16 / 7;*/
}
.page {
	height: 100vh;
	/*width: 100%;*/
	/*aspect-ratio: 16 / 7;*/
	/*position: sticky;*/
	/*top: 70px;*/
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
}
.page img {
	/*object-fit: cover;*/
}

#Merit {
	width: 100%;
	padding-top: 2vw;
	padding-bottom: 2vw;
	background-image: linear-gradient(45deg, rgba(8, 16, 60, 1), rgba(0, 84, 138, 1) 50%, rgba(8, 16, 60, 1));
	display: flex;
	justify-content: center;
	align-items: center;
}
#Merit img {
	width: 1300px;
}

#Information {
	width: 100%;
	background-image: url(../images/top/info_back.jpg);
	background-size: cover;
}
#Information .infoinner {
	padding: 90px 0 60px;
	margin: auto;
	width: 1000px;
	text-align: center;
}
#Information h2 {
	font-size: 1rem;
	font-family: var(--fontGill);
	font-weight: 300;
	border-bottom: 1px solid var(--Color1);
}
#Information p.info_ttl {
	font-size: 1.5rem;
	margin-top: 2vw;
}
#Information .entry_merit {
	margin: 3vw auto;
}
#Information .btn_area {
	margin: 2vw auto;
}
#Information .btn_area li {
	width: 300px;
	height: 3em;
	margin: 0 auto 1vw;
}
#Information .btn_area li a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Information .btn_area li a span:after {
	content: "＞";
	position: absolute;
	right: .5vw;
	top: 50%;
	transform: translateY(-50%);
}

#Contents_Info {
	width: 100%;
}
#Contents_Info .contents_info_area {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
#Contents_Info .contents_copy {
	width: 50%;
	margin: 0 auto 4vw;
}
#Contents_Info .contents_btn {
	width: 25%;
	margin: auto;
}
#Contents_Info .con_r {
	right: 0;
}

#InfoBnr {
	width: 1000px;
	margin: 90px auto 60px;
	display: flex;
	justify-content: space-between;
}
#InfoBnr .bnr01,
#InfoBnr .bnr02 {
	width: 48%;
}

@media screen and (max-width: 1300px) {

#Merit img {
	width: 90%;
}

}

@media screen and (max-width: 1000px) {

#Information .infoinner {
	width: 90%;
}
#InfoBnr {
	width: 90%;
	margin: 9vw auto 6vw;
}
}

@media screen and (max-width: 767px) {

.page {
	height: auto;
}
#Merit {
	padding: 10vw 0;
}
#Information .entry_merit {
	margin: 6vw auto;
}
#Contents_Info .contents_info_area {
	width: 100%;
}
#Contents_Info .contents_copy {
	width: 80%;
}
#Contents_Info figcaption.lw_cap {
	left: auto;
	right:1vw;
}
#InfoBnr {
	margin: 12vw auto 2vw;
	display: block;
}
#InfoBnr .bnr01,
#InfoBnr .bnr02 {
	width: 100%;
	margin-bottom: 12vw;
}
}