@charset "utf-8";
/* =======================================

	IndexElements

======================================= */

.cont_header.visual {
	height: 290px;
}

body #pg_index h1.top {
	text-align: center;
	font-size: 5.5rem;
	color: #fff;
}

.cont_header.visual p {
	position: relative;
	z-index: 1;
	font-size: 2rem;
	line-height: 1.5;
	margin: 0.5em auto 0;
	text-align: center;
	max-width: 280px;
	padding: 1px;
}

.cont_header.visual p::before {
	transform: skewX(-30deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #84BEFE;
}

@media only screen and (max-width: 768px) {
	.cont_header.visual {
		position: relative;
		margin: 0 0 10px;
	}

	body #pg_index h1.top {
		font-size: 4rem;
	}

	.cont_header.visual p {
		position: relative;
		z-index: 1;
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0.5em auto 0;
		text-align: center;
		max-width: 268px;
		padding: 1px;
	}

	
}




/* ------------------------------------
	cont_index
------------------------------------ */


.banner a:link,
.banner a:visited,
.banner a:active,
.banner a:hover {
	color: #fff;
	text-decoration: none;
}


.banner li a small {
	display: block;
	font-size: 1.6rem;
	margin: 0 0 1em;
}

.banner.topics1::before {
	content: '特集1';
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 20px;
	background-color: #84BEFE;
	z-index: 10;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.banner.topics2::before {
	content: '特集2';
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 20px;
	background-color: #84BEFE;
	z-index: 10;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}





.banner_wrap {
	display: flex;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 450px;
	margin-right: 1.5%;
	/* padding: 16% 0 0 0; */
}
.banner.cont_page01:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_message_pc.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.banner.cont_page02:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_news_pc.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.banner.cont_page03:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_topics1_pc.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.banner.cont_page04:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/top_topics2_pc.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.banner:hover:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.banner a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 20;
	height: 100%;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	padding: 65% 0 5%;
	vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
	.banner_wrap {
		display: block;
	}

	.banner {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		text-align: left;
	}

	.banner::before {
		padding-top: 45%;
	}

	.banner a {
		padding: 0 10%;
	}
	.banner.cont_page01:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background: url(../img/top_message_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	.banner.cont_page02:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background: url(../img/top_news_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	.banner.cont_page03:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background: url(../img/top_topics1_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	.banner.cont_page04:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background: url(../img/top_topics2_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}

}

/* btn_area */

.btn_area {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 60px 60px 20px;
	font-weight: bold;
}

body #pg_index .btn_area a {
	position: relative;
	z-index: 1;
	display: inline-block;
	line-height: 1.5;
	padding: 0.7em 1.5em;
	width: calc((100% - 60px) / 2);
	background: #424188;
	color: #fff;
	transform: skewX(-30deg);
	box-shadow: 6px 6px 0 #84BEFE;
	text-decoration: none !important;
}

body #pg_index .btn_area .btn_text {
	transform: skewX(30deg);
}

.btn_area a:link,
.btn_area a:visited,
.btn_area a:active,
.btn_area a:hover {
	color: #333;
}

.btn_area a[target='_blank']::after,
.btn_area a[href*='.pdf']::after {
	content: unset;
}

body #pg_index .btn_text::after {
	content: '';
	display: inline-block;
	width: 1.125em;
	height: 1.125em;
	background: transparent url(../img/ico_arrow.png) center center no-repeat;
	background-size: 60%;
	margin-left: 2rem;
	margin-bottom: -2px;
}



@media only screen and (max-width: 768px) {
	.btn_area {
		display: block;
		text-align: center;
		font-weight: bold;
		margin: 30px 0;
	}

	body #pg_index .btn_area a {
		display: block;
		background: #424188;
		color: #fff;
		box-shadow: 6px 6px 0 #84BEFE;
		text-decoration: none !important;
		width: 90%;
		font-size: 1.6rem;
		padding: 1.5rem 0.7rem;
		margin: 0 auto 30px;
	}

	body #pg_index .btn_text::after {
		content: '';
		display: inline-block;
		width: 1.125em;
		height: 1.125em;
		background: transparent url(../img/ico_arrow.png) center center no-repeat;
		background-size: 60%;
		margin-left: 1rem;
		margin-bottom: -2px;
	}
}

@media print {
	body #pg_index .btn_area a {
		position: relative;
		z-index: 1;
		display: inline-block;
		line-height: 1.5;
		padding: 0.7em 1.5em;
		width: 370px;
		background: #424188;
		color: #fff;
		transform: skewX(-30deg);
		box-shadow: 6px 6px 0 #84BEFE;
		text-decoration: none !important;
	}
	
	body #pg_index .btn_area .btn_text {
		transform: skewX(30deg);
	}
}

/* ------------------------------------
	PC hover
------------------------------------ */
/* opacity */
body.pc_view .cont_index li a::after {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

body.pc_view .cont_index li a:hover::after {
	opacity: 0.6;
}

body #pg_index .btn_area a:hover {
	transform: translate(6px, 6px) skewX(-30deg);
	box-shadow: none;
	transition: 0.5s;
}