@charset "UTF-8";
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}

#wrapper{
	position: relative;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 768px) {
	
#wrapper{
	min-width: 1150px;
}

#mv {
	position: relative;
	width: 100%;
	height: 480px;
}

#mv h2 {
	z-index: 4;
	position: absolute;
	left: 6.94%;
	top: 240px;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
#mv .photo {
	position: relative;
	float: right;
	width: 81.9%;
	height: 480px;
	background: url(../images/etc/sitemap_mv_bg.png) center center no-repeat;
	background-size: cover;
	border-radius: 0 0 0 20px;
}
#mv ul li{
	margin-left: 10px;
}
#mv .bg01 {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0px;
	/*margin-left: -168px;*/
}

}

@media screen and (max-width: 767px) {
	
	#mv {
		position: relative;
	}
	#mv h2 {
		z-index: 4;
		position: absolute;
		left: 4%;
		top: 35vw;
		font-size: calc( 100vw * calc(60 / 750));
		font-weight: bold;
		letter-spacing: 0.06em;
	}
	
}
	
@media screen and (min-width: 768px) {
	
#contents {
	padding: 0 0 0;
}

#topicpath {
	padding: 20px 0 55px 30px;
	font-size: 11px;
	color: #666666;
}
#topicpath a {
	color: #666666;
	text-decoration: underline;
}

.wrap01 {
	position: relative;
	min-width: 1150px;
	background: linear-gradient(90deg,#f5f5f5 50%, #ffffff 50%);
	
}
.wrap01_inner  {
	z-index:1;
	position: relative;
	width: 1110px;
	margin: 0 auto;
	padding-bottom: 80px;
	/*margin-left: calc( ( 100vw - 1150px  ) / 2 );*/
	background: #ffffff;
	
}
#cont01 {
}

#cont01 ul.sm {
	width: 980px;
	margin-left: 160px;
}
#cont01 ul.sm li:nth-child(even) {
	background: #f5f5f5;
}
#cont01 ul.sm li.li01 {
	box-sizing: border-box;
	padding: 30px
}
#cont01 ul.sm li.li01 a {
	font-size: 18px;
	font-weight: bold;
	color: #444444;
}
#cont01 ul.sm02 {
	margin: 25px 0 0 20px;
}
#cont01 ul.sm li.li02 {
	float: left;
	margin-right: 80px;
}
#cont01 ul.sm li.li02 > a {
	font-size: 15px;
	font-weight: bold;
	padding-left: 24px;
	background: url(../images/etc/sitemap_arrow.png) left center no-repeat;
}
#cont01 ul.sm03 {
	margin: 15px 0 0 24px;

}
#cont01 ul.sm li.li03 {
	margin-bottom: 10px;
}
#cont01 ul.sm li.li03 a {
	font-size: 13px;
	font-weight: normal;
}
	
}

@media screen and (max-width: 767px) {
	
	.wrap01 {
		position: relative;
		min-width: 100%;
		padding-bottom: 13%;
		background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 9.87%, #ffffff 9.87%, #ffffff 100%);
	}
	#topicpath {
		padding: 5.3% 0 0 16.5%;
		font-size: calc( 100vw * calc(16 / 750));
		color: #666666;
	}
	#topicpath a {
		color: #666666;
		text-decoration: underline;
	}
	#cont01 {
		box-sizing: border-box;
		padding: 6.7% 8.5% 0 16.5%;
		width: 100%;
	}
	#cont01 ul.sm {
		width: 100%;
	}
	#cont01 ul.sm li:nth-child(even) {
		background: #f5f5f5;
	}
	#cont01 ul.sm li.li01 {
		box-sizing: border-box;
		padding: 15px
	}
	#cont01 ul.sm li.li01 a {
		font-size: 12px;
		font-weight: bold;
		color: #444444;
	}
	#cont01 ul.sm02 {
		margin: 13px 0 0 10px;
	}
	#cont01 ul.sm li.li02 {
		float: left;
		margin-right: 80px;
	}
	#cont01 ul.sm li.li02 > a {
		font-size: 11px;
		font-weight: bold;
		padding-left: 12px;
		background: url(../images/etc/sitemap_arrow.png) left center no-repeat;
		background-size: 6px auto;
	}
	#cont01 ul.sm03 {
		margin: 12px 0 0 12px;
	
	}
	#cont01 ul.sm li.li03 {
		margin-bottom: 10px;
	}
	#cont01 ul.sm li.li03 a {
		font-size: 10px;
		font-weight: normal;
	}
	
}


