@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.jkc {
	padding-left: 240px;
}

#main .topBox {
	position: relative;
}

#main .topBox .sliderBox {
	position: relative;
}

#main .topBox .sliderBox .prev {
	margin-top: -30px;
	position: absolute;
	left: 80px;
	top: 50%;
}

#main .topBox .sliderBox .next {
	margin-top: -30px;
	position: absolute;
	right: 80px;
	top: 50%;
}

#main .topBox .sliderBox .prev a:hover,
#main .topBox .sliderBox .next a:hover {
	opacity: 0.7;
}

#main .topBox .topUl li {
	height: 58vh;
	position: relative;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}
#main .topBox .slide_pc {
	display: block;
}
#main .topBox .slide_tb, #main .topBox .slide_sp {
	display: none;
}

#main .topBox .topUl li .txtBox {
	width: 530px;
	position: absolute;
	left: 201px;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

#main .topBox .topUl li .txtBox h2 {
	margin: 0 0 3%;
	font-weight: 600;
	font-size: 45px;
	line-height: 1;
	letter-spacing: 2px;
	text-shadow: 
		2px 2px 1px #fff,
		-2px 2px 1px #fff,
		2px -2px 1px #fff,
		-2px -2px 1px #fff,
		2px 0px 1px #fff,
		0px 2px 1px #fff,
		-2px 0px 1px #fff,
		0px -2px 1px #fff;
}

#main .topBox .topUl li .txtBox p {
	margin-bottom: 4%;
	letter-spacing: 0.8px;
	line-height: 1.63;
	text-shadow: 
		2px 2px 1px #fff,
		-2px 2px 1px #fff,
		2px -2px 1px #fff,
		-2px -2px 1px #fff,
		2px 0px 1px #fff,
		0px 2px 1px #fff,
		-2px 0px 1px #fff,
		0px -2px 1px #fff;
}

#main .topBox .topUl li .txtBox .link a {
	padding: 16px 10px 17px 9px;
	min-width: 250px;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	background: #016934 url(../images/index/icon03.png) no-repeat right 26px center;
}

#main .topBox .topUl li .txtBox .link a:hover {
	opacity: 0.7;
}
#main .topBox .search {
	position: absolute;
	top: 10px;
	right: 11px;
}

#main .topBox .search input {
	padding: 2px 30px 2px 10px;
	width: 300px;
	height: 40px;
	font-size: 15px;
	border: none;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
}

#main .topBox .search button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	position: absolute;
	right: 9px;
	top: 6px;
	cursor: pointer;
}
#main .topBox .search button > img {
	width: 30px;
}

#main .topBox .linkUl li {
	width: 25%;
	float: left;
}

#main .topBox .linkUl li a {
	display: block;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}

#main .topBox .linkUl li:nth-of-type(3n) a {
	border-right: none;
}

#main .topBox .linkUl li:nth-of-type(-n+3) a {
	border-top: none;
}

#main .topBox .linkUl li:nth-child(3n) {
	margin-right: 0;
}

#main .topBox .linkUl li a:hover p {
	background-color: rgba(0,0,0,0);
}

#main .topBox .linkUl li a img {
	width: 100%;
}

#main .topBox .linkUl li a p {
	width: 100%;
	height: 100%;
	display: table;
	background-color: rgba(0,0,0,0.3);
}

#main .topBox .linkUl li a p span {
	display: table-cell;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2.6px;
	text-align: center;
	vertical-align: middle;
	text-shadow: 
		2px 2px 2px rgba(0,0,0,.5),
		-2px 2px 2px rgba(0,0,0,.5),
		2px -2px 2px rgba(0,0,0,.5),
		-2px -2px 2px rgba(0,0,0,.5),
		2px 0px 2px rgba(0,0,0,.5),
		0px 2px 2px rgba(0,0,0,.5),
		-2px 0px 2px rgba(0,0,0,.5),
		0px -2px 2px rgba(0,0,0,.5);
}
	
#main .news {
	padding: 62px 0 77px;
	background: #F1F1F1 url(../images/index/img01.png) no-repeat center bottom;
}

#main .news h3 {
	margin-bottom: 17px;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
}

#main .news h3 span {
	margin-left: 19px;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
}

#main .news .innerBox {
	margin-bottom: 7px;
	padding: 30px 31px 30px 29px;
	position: relative;
	background-color: #fff;
}

#main .news .innerBox .lBox {
	padding-right: 23px;
	height: 450px;
	float: left;
	overflow-y: scroll;
}

#main .news .lBox li {
	margin-bottom: 20px;
	width: 320px;
}

#main .news .lBox li:last-child {
	margin-bottom: 0;
}

#main .news .lBox li a {
	display: block;
	position: relative;
}

#main .news .lBox li > a:hover {
/*	opacity: 0.7;*/
}

#main .news .lBox li a .txtBox {
	padding: 12px 10px 11px 14px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.6);
}

#main .news .lBox li a .txtBox p {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 1.54;
}

#main .news .lBox li a .txtBox .ttl {
	margin-bottom: 6px;
	font-size: 13px;
	letter-spacing: 0;
}

#main .news .lBox li a .txtBox .ttl span {
	margin-left: 15px;
	padding: 4px 5px;
	min-width: 70px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	background-color: #FC4F31;
}

#main .news .lBox li a .txtBox .ttl object {
	z-index: 100;
	display:inline-block;
}
#main .news .lBox li a .txtBox .ttl object a {
	color: rgba(255,255,255,1);
}
#main .news .lBox li a .txtBox .ttl object a:hover {
	text-decoration: underline !important;
	opacity: 0.6;
}

#main .news .lBox li a .txtBox .ttl span.newicon {
	background-color: rgba(220,20,60,1);
}

#main .news .innerBox .rBox {
	padding-right: 32px;
	height: 450px;
	float: right;
	overflow-y: scroll;
}

#main .news .rBox dl {
	width: 500px;
}

#main .news dt {
	padding: 0 14px 6px;
	font-size: 13px;
	letter-spacing: 0;
}

#main .news dt span {
	margin-left: 15px;
	padding: 4px 5px;
	min-width: 70px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	background-color: #02AAC5;
}

#main .news dt span.newicon {
	background-color: rgba(220,20,60,1);
}

#main .news dt .orange {
	background-color: #FC4F31;
}

#main .news dd {
	margin-bottom: 15px;
	padding: 0 14px 13px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 1.54;
	background: url(../images/index/line01.png) repeat-x left bottom;
}

#main .news dd:last-child {
	margin-bottom: 0;
}

#main .news dd a:hover {
	text-decoration: underline;
}

#main .news .link {
	margin-right: 5px;
	text-align: right;
}

#main .news .link a {
	padding: 5px 13px;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0.5px;
	background: url(../images/index/icon05.png) no-repeat left center;
}

#main .news .link a:hover {
	opacity: 0.7;
}

#main .banner {
	padding: 50px 0;
	background-color: #E2E2E2;
}

#main .banner ul {
	margin-top: -20px;
}

#main .banner li {
	margin: 20px 6px 0;
	float: left;
}

#main .banner li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1024px) {
	#main .topBox .topUl li {
		background-repeat: no-repeat;
		background-position: center center;
	}
	#main .topBox .topUl li .txtBox {
		width: 505px;
	}
	#main .topBox .topUl li .txtBox h2{
		font-size: 30px;
	}
	#main .topBox .slide_tb {
		display: block;
	}
	#main .topBox .slide_sp, #main .topBox .slide_pc {
		display: none;
	}
} 

@media screen and (max-width: 767px) {
	.jkc {
		padding-left: 0;
	}
	
	#main .topBox {
		position: relative;
	}
	
	#main .topBox .sliderBox {
		padding-bottom: 9px;
	}

	#main .topBox .sliderBox .prev,
	#main .topBox .sliderBox .next {
		display: none;
	}
	
	#main .topBox .topUl li {
		height: auto;
		position: relative;
		background: none !important;
	}
	
	#main .topBox .topUl li a > img {
		width: 100%;
	} 
	
	#main .topBox .topUl .slick-dots {
		margin-top: 10px;
		text-align: center;
		height: 8px;
	}
	
	#main .topBox .topUl .slick-dots li {
		position: relative;
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 4px 0 3px;
		padding: 0;
		cursor: pointer;
		vertical-align: top;
	}
	#main .topBox .slide_sp {
		display: block;
	}
	#main .topBox .slide_pc, #main .topBox .slide_tb {
		display: none;
	}
	
	#main .topBox .topUl .slick-dots li button {
		padding: 0;
		font-size: 0;
		line-height: 0;
		display: block;
		width: 8px;
		height: 8px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background-color: #F1F1F1;
		border-radius: 50%;
	}
	
	#main .topBox .topUl .slick-dots li.slick-active button {
		background-color: #016934;
	}
	
	#main .topBox .topUl li .txtBox {
		width: auto;
		left: 8px;
		top: inherit;
		bottom: 22px;
		transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
		-webkit-transform: inherit;
	}
	
	#main .topBox .topUl li .txtBox h2 {
		margin: 0 0 10px 10px;
		font-size: 20px;
		letter-spacing: 0.5px;
		text-shadow: 
			2px 2px 1px #fff,
			-2px 2px 1px #fff,
			2px -2px 1px #fff,
			-2px -2px 1px #fff,
			2px 0px 1px #fff,
			0px 2px 1px #fff,
			-2px 0px 1px #fff,
			0px -2px 1px #fff;
	}
		
	#main .topBox .topUl li .txtBox p {
		margin: 0 7px;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		text-shadow: 
			1px 1px 1px #fff,
			-1px 1px 1px #fff,
			1px -1px 1px #fff,
			-1px -1px 1px #fff,
			1px 0px 1px #fff,
			0px 1px 1px #fff,
			-1px 0px 1px #fff,
			0px -1px 1px #fff;
	}
	
	#main .topBox .topUl li .txtBox .link {
		display: none;
	}
	
	#main .topBox .search {
		width: 100%;
		padding: 0 20px;
		height: 0;
		top: 0;
		right: 0;
		overflow: hidden;
		box-sizing: border-box;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
	}
	
	#main .topBox .search.on {
		padding: 10px 20px 12px;
		height: auto;
		z-index: 999;
		background-color: #016934;
	}
	
	#main .topBox .search input {
		padding: 2px 10px;
		width: 86%;
	}
	
	#main .topBox .search button {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 5%;
		top: 10px;
		background-color: rgba(255,255,255,.2);
	}
	#main .topBox .search button img {
		width: 100%;
	}
	
	#main .topBox .linkUl {
		margin-top: 0;
	}
	
	#main .topBox .linkUl li {
		margin: 1px 0 0;
		width: 50%;
		position: relative;
	}
	
	#main .topBox .linkUl li a {
		height: auto;
		position: relative;
		background: none;
	}
	
	#main .topBox .linkUl li a:hover p {
		background-color: rgba(0,0,0,0.3);
	}
	
	#main .topBox .linkUl li:nth-child(2n) {
		float: right;
	}
	
	#main .topBox .linkUl li:nth-child(2n-1):before {
		height: 100%;
		border-right: 1px solid #fff;
		position: absolute;
		right: 0;
		bottom: 0;
		content: "";
		z-index: 1;
	}
	
	#main .topBox .linkUl li a p {
		background-color: rgba(0,0,0,.2);
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#main .topBox .linkUl li a p span {
		width: 100%;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1.5px;
		line-height: 1.2;
	}

	#main .news {
		padding: 38px 0;
		background: #F1F1F1;
	}
	
	#main .news h3 {
		margin-bottom: 16px;
		font-size: 25px;
		letter-spacing: 0.5px;
	}
	
	#main .news h3 span {
		margin-left: 2px;
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	#main .news .innerBox {
		margin-bottom: 6px;
		padding: 15px 10px 26px 21px;
	}

	#main .news .innerBox .lBox {
		margin-bottom: 25px;
		padding-right: 21px;
		height: 235px;
		float: none;
	}
	
	#main .news .lBox ul {
		width: 100%;
		margin: 0 auto;
		padding-left: 6px;
	}

	#main .news .lBox li {
		margin-bottom: 15px;
		width: auto;
	}
	
	#main .news .lBox li a {
		display: block;
		position: relative;
	}
	
	#main .news .lBox li a img {
		width: 100%;
	}
	
	#main .news .lBox li a .txtBox {
		padding: 14px 14px 11px;
	}
	
	#main .news .lBox li a .txtBox p {
		font-size: 12px;
		line-height: 1.5;
	}
	
	#main .news .lBox li a .txtBox .ttl {
		margin-bottom: 6px;
		font-size: 10px;
	}
	
	#main .news .lBox li a .txtBox .ttl span {
		margin-left: 5px;
		padding: 2px 5px;
		min-width: 60px;
		font-size: 10px;
	}
	
	#main .news .lBox li a .txtBox .txt {
		padding-right: 10px;
		height: 36px;
		overflow: hidden;
		position: relative;
	}
	
	#main .news .innerBox .rBox {
		padding-right: 17px;
		height: 200px;
		float: none;
	}
	
	#main .news .rBox dl {
		margin: 0 -6px;
		width: auto;
	}
	
	#main .news dt {
		padding: 0 6px 6px;
		font-size: 10px;
		letter-spacing: -0.5px;
	}
	
	#main .news dt span {
		margin-left: 5px;
		padding: 2px 5px;
		min-width: 60px;
		font-size: 10px;
		letter-spacing: 0;
	}
	
	#main .news dd {
		margin-bottom: 20px;
		padding: 0 20px 12px 6px;
		font-size: 12px;
		background-size: 4px 1px;
	}
	
	#main .news dd a:hover {
		text-decoration: none;
	}
	
	#main .news .link {
		margin-right: 0;
	}
	
	#main .news .link a {
		letter-spacing: 0;
		background: url(../images/index/sp_icon01.png) no-repeat left center;
		background-size: 10px 13px;
	}
	
	#main .banner {
		padding: 25px 0;
	}
	
	#main .banner ul {
		margin-top: -8px;
	}
	
	#main .banner li {
		margin: 8px 0.75% 0;
		width: 48.5%;
	}
	
	#main .banner li.clear {
		clear: both;
	}
	
	#main .banner li a img {
		width: 100%;
	}
}

@media screen and (max-width: 374px) {
	#main .topBox .topUl li .txtBox p img {
		width: 300px;
	}
	
	#main .topBox .topUl li .txtBox p .sp {
		display: none !important;
	}
	#main .topBox .slide_sp {
		display: block;
	}
	#main .topBox .slide_pc, #main .topBox .slide_tb {
		display: none;
	}

}