@charset "UTF-8";
/* CSS Document */

.top-header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:rgba(255,255,255,0.9);
}
.top-header_inner {
	width:1400px;
	margin:0 auto;
}
.top-header_inner ul {
	width:100%;
	padding:30px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}
.top-header_inner li {
	width:13%;
}
.top-header_inner li:first-child {
	width:23%;
}
.top-header_inner li a {
	cursor:pointer;
	display:inline-block;
	width:100%;
	padding:25px 0;
	color:#004300;
	text-align:center;
	font-size:18px;
	font-size:1.8rem;
	line-height:30px;
	line-height:3.0rem;
	font-weight:normal;
}
.top-header_inner li a:hover {
	text-decoration:underline;
}


.slider_pc {
}
.slider_sp {
	display:none;
}


.top-link ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
}
.top-link li {
	width:33.33%;
}
.top-link li a {
	display:inline-block;
	width:100%;
}
.top-link li a {
	display:inline-block;
	width:100%;
}
.top-link li a h2 {
	padding:20px 0;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align:center;
	color:#fff;
	font-size:28px;
	font-size:2.8rem;
	font-weight:normal;
}
.top-link li a h2 span {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	font-size:1.8rem;
}
.top-link li:first-child a h2 {
	background: linear-gradient(90deg, rgba(82,122,40,1), rgba(85,153,53,1) );
}
.top-link li:first-child a:hover h2 {
	background: linear-gradient(90deg, rgba(82,122,40,0.6), rgba(85,153,53,0.6) );
}
.top-link li:nth-child(2) a h2 {
	background: linear-gradient(90deg, rgba(52,112,130,1), rgba(78,164,179,1) );
}
.top-link li:nth-child(2) a:hover h2 {
	background: linear-gradient(90deg, rgba(52,112,130,0.6), rgba(78,164,179,0.6) );
}
.top-link li:last-child a h2 {
	background: linear-gradient(90deg, rgba(82,122,40,1), rgba(85,153,53,1) );
}
.top-link li:last-child a:hover h2 {
	background: linear-gradient(90deg, rgba(82,122,40,0.6), rgba(85,153,53,0.6) );
}


.top-info {
	width:1000px;
	margin:0 auto;
}
.information-title h2 {
	padding:44px 0;
	font-family: 'Noto Serif JP', serif;
	text-align:center;
	font-size:32px;
	font-size:3.2rem;
}
.information {
	position: relative;
	width:100%;
    padding: 25% 0 0 0;
	border-top:1px solid #004300;
	border-bottom:1px solid #004300;
}
.information iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.target {
	padding:65px 0;
}
.target ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
}
.target ul li:first-child {
	width:42.6%;
}
.target ul li:last-child {
	width:57.4%;
}
.target ul li {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:19px;
	font-size:1.9rem;
	line-height:34px;
	line-height:3.4rem;
	font-weight:normal;
}
.target ul li a {
	display:inline-block;
	width:95.5%;
	padding:23px 0 23px 4.5%;
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	line-height:30px;
	line-height:3.0rem;
	font-weight:normal;
	background-image:url(../img/arr.png);
	background-position:top 50% right 4.5%;
	background-repeat:no-repeat;
	background-size: auto 68.5%;
	background-color:rgba(174,58,118,1);
}
.target ul li a:hover {
	background-color:rgba(174,58,118,0.6);
}

@media only screen and (min-width:769px) and (max-width:1025px) {
	.top-header_inner {
		width:98%;
		margin:0 auto;
	}
	
	.target ul li:first-child {
		width:46%;
	}
	.target ul li:last-child {
		width:54%;
	}
}

@media screen and ( max-width:768px ) {
	.top-header {
		display:none;
	}
	
	.slider_pc {
		display: none;
	}
	.slider_sp {
		display: block;
	}
	
	.top-link ul {
		width:83.25%;
		margin:35px auto 0 auto;
		display: -webkit-block;
		display: block;
	}
	.top-link li {
		width:100%;
	}
	.top-link li a {
		display:inline-block;
		width:100%;
	}
	.top-link li a {
		display:inline-block;
		width:100%;
	}
	.top-link li a h2 {
		padding:14px 0;
		font-size:18px;
		font-size:1.8rem;
		font-weight:normal;
	}
	.top-link li a h2 span {
		font-size:14px;
		font-size:1.4rem;
	}
	
	
	.top-info {
		width:83.25%;
		margin:0 auto;
	}
	.information-title h2 {
		padding:22px 0;
		font-family: 'Noto Serif JP', serif;
		text-align:center;
		font-size:14px;
		font-size:1.4rem;
	}
	.information {
		padding: 80% 0 0 0;
	}
	
	
	.target {
		padding:30px 0;
	}
	.target ul {
		width:100%;
		display: -webkit-block;
		display: block;
	}
	.target ul li:first-child {
		width:100%;
	}
	.target ul li:last-child {
		width:100%;
		margin-top:12px;
	}
	.target ul li {
		font-size:12px;
		font-size:1.2rem;
		line-height:20px;
		line-height:2.0rem;
		font-weight:normal;
	}
	.target ul li a {
		width:96%;
		padding:10px 0 10px 4%;
		color:#fff;
		font-size:12px;
		font-size:1.2rem;
		line-height:20px;
		line-height:2.0rem;
		font-weight:normal;
		letter-spacing:-0.04em;
		background-image:url(../img/arr.png);
		background-position:top 50% right 2.5%;
		background-repeat:no-repeat;
		background-size: auto 48.5%;
	}
}
