@charset "UTF-8";


/*-------------------------------------
 
-------------------------------------*/


.indexVisual {
	margin: 0 0 40px 0;
	padding: 20px 0;
	font-family: 'Noto Sans JP', sans-serif;
	background: #f6f6f6;
}

.indexSlide {
	position: relative;
	padding: 0 0 20px 0;
}
.indexSlide .slides {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.indexSlide .slides:after {
	clear: both;
	display: block;
	content: "";
}
.indexSlide .slides li a {
	display: block;
}
.indexSlide .slides li .card {
	position: relative;
}
.indexSlide li img {
	max-width: 100%;
	max-height: 380px;
	vertical-align: bottom;
}
.indexSlide .slides li .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.indexSlide .slides li .caption a {
	padding: 10px 24px;
	color: #fff;
	font-size: 125.0%;
	line-height: 1.6;
	text-decoration: none;
	background: url(/common/000222366.png) no-repeat right 35px center rgba(0,0,0,0.8);
}
.indexSlide .slides li .caption .ttl {
	display: block;
	font-size: 160.0%;
}
.indexSlide .slides li .caption .txt {
	display: block;
}

.indexSlide .flex-direction-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.indexSlide .flex-direction-nav li {
	position: absolute;
	top: 140px;
}
.indexSlide .flex-direction-nav li a {
	display: block;
	width: 40px;
	height: 105px;
	text-indent: -9999px;
}
.indexSlide .flex-direction-nav li.flex-nav-prev {
	left: 0;
}
.indexSlide .flex-direction-nav li a.flex-prev {
	background: url(/common/000222362.png) no-repeat center center / 15px auto rgba(0,0,0,0.8);
}
.indexSlide .flex-direction-nav li.flex-nav-next {
	right: 0;
}
.indexSlide .flex-direction-nav li a.flex-next {
	background: url(/common/000222365.png) no-repeat center center / 15px auto rgba(0,0,0,0.8);
}
.indexSlide .slidesControl {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.indexSlide .slidesControl ul,
.indexSlide .slidesControl ol {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	line-height: 0;
	text-align: center;
}

.indexSlide .flex-control-nav {
	display: inline-block;
	margin: 0;
	padding: 10px;
	list-style: none;
	vertical-align: middle;
}
.indexSlide .flex-control-nav li {
	display: inline-block;
	vertical-align: middle;
}
.indexSlide .flex-control-nav li a {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	text-indent: -9999px;
	border-radius: 50%;
	background: #b7b7b7;
}
.indexSlide .flex-control-nav li a.flex-active {
	background: #004cc0;
}
.indexSlide .slidesControl ul li {
	margin: 0 9px;
}
.indexSlide .slidesControl ul button {
	display: block;
	text-indent: -9999px;
	width: 14px;
	height: 13px;
	cursor: pointer;
	border: none;
}
.indexSlide .slidesControl ul .slidesPlay button {
	background: url(/common/000222363.png) no-repeat center center / 14px 13px;
}
.indexSlide .slidesControl ul .slidesStop button {
	background: url(/common/000222360.png) no-repeat center center / 14px 13px;
}
.indexSlide .slidesControl ul .slidesPlay.active button {
	background: url(/common/000222364.png) no-repeat center center / 14px 13px;
}
.indexSlide .slidesControl ul .slidesStop.active button {
	background: url(/common/000222361.png) no-repeat center center / 14px 13px;
}




.indexVisual {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#main .section.boxAnc {
  margin-top: 20px;
}