@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	position: relative;
}

#gHeader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#main {
	padding: 0;
	background: none;
}

#gNavi {
	padding: 24px 0 0;
}

#index .mainVisual {
	position: relative;
}

#index .mainVisual .photo01 {
	margin-left: -368px;
	position: absolute;
	left: 50%;
	top: 25%;
}

#index .mainVisual .photo02 {
	margin-right: -500px;
	position: absolute;
	right: 50%;
	bottom: 3%;
}

#index .mainVisual li img {
	width: 100%;
}

#index .mainVisual ul li {
	position: relative;
}

.slick-prev,
.slick-next {
	margin-top: -23px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 46px;
	height: 46px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}

.slick-prev {
	margin-left: -500px;
	left: 50%;
	background: url(img/index/icon01.png) no-repeat;
	z-index: 9;
}

.slick-next {
	margin-right: -520px;
	right: 50%;
	background: url(img/index/icon02.png) no-repeat;
	z-index: 9;
}

#index .businessBox {
	padding: 73px 0 103px;
	background: url(img/common/bg01.png) repeat left top;
}

#index .businessBox .listUl {
	margin-top: -22px;
}

#index .businessBox .listUl > li {
	margin-top: 22px;
	width: 500px;
	padding: 10px 10px 8px;
	float: left;
	background: url(img/index/bg01.png) repeat left top;
	box-sizing: border-box;
}

#index .businessBox .listUl > li:nth-child(2n) {
	float: right;
}

#index .businessBox .listUl .innerBox {
	padding-bottom: 5px;
	background-color: #fff;
}

#index .businessBox .listUl > li:last-child .innerBox {
	padding-bottom: 34px;
}

#index .businessBox .listUl .innerBox .imgBox {
	margin-bottom: 21px;
	background-color: #53b0e4;
}

#index .businessBox .listUl .innerBox .imgBox .photo {
	float: right;
}

#index .businessBox .listUl .innerBox .imgBox p {
	width: 200px;
	padding: 28px 0 18px;
	float: left;
	position: relative;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

#index .businessBox .listUl .innerBox .imgBox p:before {
	width: 17px;
	height: 15px;
	margin-left: -9px;
	background: url(img/index/icon03.png) no-repeat left top;
	background-size: 17px 15px;
	position: absolute;
	top: 100%;
	left: 50%;

	content: "";
}

#index .businessBox .listUl .innerBox ul {
	margin: 0 2px 0 -6px;
}

#index .businessBox .listUl .innerBox ul li {
	margin-bottom: 5px;
}

#index .businessBox .listUl .innerBox ul li span {
	margin-left: 15px;
}

#index .businessBox .listUl .innerBox ul li a {
	color: #000;
}

#index .businessBox .listUl .innerBox ul li a:hover {
	color: #ef7c1f;
	text-decoration: underline;
	font-weight: bold;
}

#index .businessBox .listUl .innerBox ul li span {
	color: #53b0e4;
}

#index .businessBox .listUl > li:nth-child(2) {
	background: url(img/index/bg02.png) repeat left top;
}

#index .businessBox .listUl > li:nth-child(2) .innerBox .imgBox {
	background-color: #9cc93b;
}

#index .businessBox .listUl > li:nth-child(2) .innerBox .imgBox p:before {
	background: url(img/index/icon04.png) no-repeat left top;
}

#index .businessBox .listUl > li:nth-child(2) .innerBox ul li span {
	color: #9cc93b;
}

#index .businessBox .listUl > li:nth-child(3) {
	background: url(img/index/bg03.png) repeat left top;
}

#index .businessBox .listUl > li:nth-child(3) .innerBox .imgBox {
	background-color: #ef7c1f;
}

#index .businessBox .listUl > li:nth-child(3) .innerBox .imgBox p:before {
	background: url(img/index/icon05.png) no-repeat left top;
}

#index .businessBox .listUl > li:nth-child(3) .innerBox ul li span {
	color: #ef7c1f;
}

#index .businessBox .listUl > li:last-child {
	background: url(img/index/bg04.png) repeat left top;
}

#index .businessBox .listUl > li:last-child .innerBox .imgBox {
	background-color: #fbc900;
}

#index .businessBox .listUl > li:last-child .innerBox .imgBox p:before {
	background: url(img/index/icon06.png) no-repeat left top;
}

#index .businessBox .listUl > li:last-child .innerBox ul li span {
	color: #fbc900;
}

#index .searchBox {
	padding-bottom: 108px;
	background: url(img/index/bg05.png) no-repeat left bottom;
	background-size: cover;
}

#index .searchBox h2 {
	margin-bottom: 60px;
	padding: 33px 0 32px;
	position: relative;
	text-align: center;
	font-size: 37px;
	color: #fff;
	font-weight: normal;
	background-color: #2bb572;
}

#index .searchBox h2:before {
	width: 33px;
	height: 30px;
	margin-left: -27px;
	background: url(img/index/icon07.png) no-repeat left top;
	background-size: 33px 30px;
	position: absolute;
	top: 100%;
	left: 50%;

	content: "";
}

#index .searchBox .tableBox {
	width: 916px;
	margin: 0 auto 61px;
}

#index .searchBox .tableBox table {
	width: 100%;
	border-collapse: collapse;
}

#index .searchBox .tableBox th,
#index .searchBox .tableBox td {
	display: block;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

#index .searchBox .tableBox th {
	padding: 24px 0 9px;
	letter-spacing: 2px;
}

#index .searchBox .tableBox th span {
	margin: -2px 5px 0 0;
	display: inline-block;
	font-size: 27px;
	color: #fc0;
	vertical-align: middle;
}

#index .searchBox .tableBox th span.pc {
	margin: 0;
	font-size: 16px;
	color: #000;
}

#index .searchBox .tableBox th .text {
	margin-left: 318px;
}

#index .searchBox .tableBox td {
	padding: 0 0 9px 37px;
	border-bottom: 1px solid #ccc;
}

#index .searchBox .tableBox td ul li {
	margin: 0 48px 18px 0;
	float: left;
}

#index .searchBox .tableBox .wid01 {
	width: 386px;
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	vertical-align: top;
}

#index .searchBox .tableBox .wid02 {
	width: 840px;
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
}

#index .searchBox .tableBox .tdStyle ul {
	margin-left: 82px;
	width: 405px;
	display: inline-block;
}

#index .searchBox .tableBox .tdStyle01 {
	padding-bottom: 28px;
}

#index .noticeBox {
	width: 1022px;
	margin: 0 auto;
	padding: 109px 0 62px;
}

#index .noticeBox .faceBox {
	width: 325px;
	margin-top: 11px;
	padding: 6px 6px 8px;
	float: right;
	background: url(img/index/bg04.png) repeat left top;
	box-sizing: border-box;
}

#index .noticeBox .faceBox span {
	padding: 6px 6px 9px;
	display: block;
	background-color: #fff;
}

#index .noticeBox .textBox {
	width: 656px;
	float: left;
}

#index .noticeBox .textBox .headLine01 {
	margin-bottom: 32px;
}

#index .noticeBox .textBox .headLine01 span {
	color: #fc0;
}

#index .noticeBox .textBox .headLine01 span:before {
	background: url(img/index/bg04.png) repeat-x left top;
	left: -249px;
}

#index .noticeBox .textBox .headLine01 span:after {
	background: url(img/index/bg04.png) repeat-x right top;
	right: -246px;
}

#index .noticeBox .textBox dl {
	margin-bottom: 30px;
}

#index .noticeBox .textBox dl dt {
	padding: 18px 0 14px 13px;
}

#index .noticeBox .textBox dl dt a {
	width: 196px;
	padding: 6px 0 3px;
	margin: 0 0 0 42px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #53b0e4;
	border-radius: 2px;
	letter-spacing: 1px;
	line-height: 1;
}

#index .noticeBox .textBox dl dt a:hover {
	opacity: 0.7;
}

#index .noticeBox .textBox dl dd {
	padding: 0 0 21px 13px;
	background: url(img/index/line.png) repeat-x left bottom;
}

#index .noticeBox .textBox dl dd a {
	color: #000;
}

#index .noticeBox .textBox dl dd a:hover {
	color: #ef7c1f;
	text-decoration: underline;
}

#index .listBox {
	padding: 200px 0 123px;
	position: relative;
	background: url(img/index/bg06.png) repeat left top;
}

#index .listBox:before {
	width: 100%;
	height: 96px;
	background: url(img/index/bg10.png) no-repeat left top;
	background-size: 100% 96px;
	position: absolute;
	top: 0;
	left: 0;

	content: "";
}

#index .listBox ul li {
	width: 330px;
	margin-right: 16px;
	padding: 5px;
	float: left;
	background: url(img/index/bg01.png) repeat left top;
	box-sizing: border-box;
}

#index .listBox ul li:nth-child(2) {
	background: url(img/index/bg02.png) repeat left top;
}

#index .listBox ul li:last-child {
	margin-right: 0;
	background: url(img/index/bg03.png) repeat left top;
}

#index .listBox ul li a {
	padding: 8px 0 61px;
	display: block;
	position: relative;
	background-color: #fff;
}

#index .listBox ul li a .photo {
	text-align: center;
}

#index .listBox ul li .textBox {
	width: 100%;
	padding: 11px 10px 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background: url(img/index/bg07.png) repeat left top;
	box-sizing: border-box;
}

#index .listBox ul li:nth-child(2) .textBox {
	background: url(img/index/bg08.png) repeat left top;
}

#index .listBox ul li:last-child .textBox {
	background: url(img/index/bg09.png) repeat left top;
}

#index .listBox ul li .textBox .title {
	font-size: 22px;
	text-align: center;
}

#index .listBox ul li .textBox .hoverText {
	display: none;
}

#index .listBox ul li a:hover .hoverText {
	margin-top: 10px;
	display: block;
}

#index .listBox ul li a:hover .textBox {
	height: 100%;
}

#index .bannerBox {
	padding: 61px 0 174px;
	background: url(img/common/bg01.png) repeat left top;
}

#index .bannerBox ul {
	margin-top: -33px;
}

#index .bannerBox ul li {
	margin: 33px 5px 0 0;
	float: left;
}

#index .bannerBox ul li:nth-child(5n) {
	margin-right: 0;
}

#index .bannerBox ul li a:hover img {
	opacity: 0.6;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#container {
		position: static;
	}

	#gHeader {
		position: fixed;
	}

	#index .mainVisual .photo01 {
		width: 23%;
		margin: -23px 0 0 -25%;
		top: 50%;
	}

	#index .mainVisual .photo01 img {
		width: 100%;
	}

	#index .mainVisual .photo02 {
		width: 20%;
		margin-right: -30%;
		bottom: 5px;
	}

	#index .mainVisual .photo02 img {
		width: 100%;
	}

	.slick-prev,
	.slick-next {
		margin-top: -12px;
		width: 23px;
		height: 23px;
	}

	.slick-prev {
		margin-left: 0;
		left: 20px;
		background-size: 23px 23px;
	}

	.slick-next {
		margin-right: 0;
		right: 20px;
		background-size: 23px 23px;
	}

	#index .businessBox {
		padding: 20px 10px;
		background: url(img/common/bg01.png) repeat left top;
		background-size: 209px 260px;
	}

	#index .businessBox .listUl {
		margin-top: -10px;
	}

	#index .businessBox .listUl > li {
		margin-top: 10px;
		width: auto;
		padding: 8px;
		float: none;
	}

	#index .businessBox .listUl > li:nth-child(2n) {
		float: none;
	}

	#index .businessBox .listUl > li:last-child .innerBox {
		padding-bottom: 5px;
	}

	#index .businessBox .listUl .innerBox .imgBox {
		margin-bottom: 15px;
	}

	#index .businessBox .listUl .innerBox .imgBox .photo {
		width: 60%;
	}

	#index .businessBox .listUl .innerBox .imgBox .photo img {
		width: 100%;
	}

	#index .businessBox .listUl .innerBox .imgBox p {
		width: 40%;
		padding: 7% 0 5%;
		font-size: 18px;
	}

	#index .businessBox .listUl .innerBox .imgBox p:before {
		width: 16px;
		height: 14px;
		margin-left: -9px;
		background: url(img/index/icon03.png) no-repeat left top;
		background-size: 16px 14px;
		top: inherit;
		bottom: -13px;
	}

	#index .businessBox .listUl .innerBox ul {
		margin: 0 2px;
	}

	#index .businessBox .listUl .innerBox ul li {
		font-size: 12px;
	}

	#index .businessBox .listUl .innerBox ul li span {
		margin-left: 5px;
	}

	#index .businessBox .listUl .innerBox ul li a:hover {
		color: #000;
		text-decoration: none;
	}

	#index .searchBox {
		padding-bottom: 40px;
	}

	#index .searchBox h2 {
		margin-bottom: 20px;
		padding: 15px 0 10px;
		font-size: 22px;
	}

	#index .searchBox h2:before {
		width: 30px;
		height: 27px;
		margin-left: -15px;
		background-size: 30px 27px;
	}

	#index .searchBox .tableBox {
		width: auto;
		margin: 0 10px 25px;
	}

	#index .searchBox .tableBox th,
	#index .searchBox .tableBox td {
		font-size: 13px;
	}

	#index .searchBox .tableBox th {
		padding: 7px 0 5px;
	}

	#index .searchBox .tableBox th span {
		margin: -2px 5px 0 0;
		font-size: 20px;
	}

	#index .searchBox .tableBox th .text {
		margin-left: 3%;
	}

	#index .searchBox .tableBox td {
		padding: 0 0 12px 25px;
	}

	#index .searchBox .tableBox td ul {
		margin-top: -5px;
	}

	#index .searchBox .tableBox td ul li {
		margin: 5px 10px 0 0;
	}

	#index .searchBox .tableBox .wid01 {
		width: 100%;
		height: 30px;
		border-radius: 5px;
	}

	#index .searchBox .tableBox .wid02 {
		width: 100%;
		height: 30px;
		border-radius: 5px;
	}

	#index .searchBox .tableBox .tdStyle01 {
		padding-bottom: 15px;
	}

	#index .noticeBox {
		width: auto;
		padding: 20px 10px 30px;
	}

	#index .noticeBox .faceBox {
		width: auto;
		margin: 0 0 15px;
		padding: 5px;
		float: none;
	}

	#index .noticeBox .faceBox img {
		width: 100%;
	}

	#index .noticeBox .faceBox span {
		padding: 5px;
	}

	#index .noticeBox .textBox {
		width: auto;
		float: none;
	}

	#index .noticeBox .textBox .headLine01 {
		margin-bottom: 5px !important;
	}

	#index .noticeBox .textBox .headLine01 span:before {
		left: -88px;
	}

	#index .noticeBox .textBox .headLine01 span:after {
		right: -88px;
	}

	#index .noticeBox .textBox dl {
		margin-bottom: 20px;
		font-size: 12px;
	}

	#index .noticeBox .textBox dl dt {
		padding: 10px;
	}

	#index .noticeBox .textBox dl dt a {
		width: 130px;
		padding-top: 3px;
		margin: 0 0 0 20px;
	}

	#index .noticeBox .textBox dl dd {
		padding: 0 0 10px 10px;
	}

	#index .noticeBox .textBox dl dd a:hover {
		color: #000;
		text-decoration: none;
	}

	#index .listBox {
		padding: 40px 10px 30px;
	}

	#index .listBox:before {
		width: 100%;
		height: 20px;
		background: url(img/index/bg10.png) no-repeat left top;
		background-size: 100% 20px;
	}

	#index .listBox ul {
		margin-top: -10px;
	}

	#index .listBox ul li {
		width: auto;
		margin: 10px 0 0;
		float: none;
	}

	#index .listBox ul li a {
		padding: 10px 0 50px;
	}

	#index .listBox ul li a .photo img {
		width: 80%;
	}

	#index .listBox ul li .textBox {
		padding: 10px 5px 7px;
	}

	#index .listBox ul li .textBox .title {
		font-size: 14px;
	}

	#index .listBox ul li a:hover .hoverText {
		margin-top: 6px;
		font-size: 12px;
	}

	#index .listBox ul li a:hover .hoverText {
		display: none;
	}

	#index .listBox ul li a:hover .textBox {
		height: auto;
	}

	#index .bannerBox {
		padding: 20px 10px;
		background: url(img/common/bg01.png) repeat left top;
	}

	#index .bannerBox ul {
		margin-top: -10px;
	}

	#index .bannerBox ul li {
		width: 48%;
		margin: 10px 5px 0 0;
	}

	#index .bannerBox ul li:nth-child(2n) {
		float: right;
	}

	#index .bannerBox ul li img {
		width: 100%;
	}

}

@media all and (-ms-high-contrast: none) {
	#gNavi > ul > li .gBox {
		top: 134px;
	}
}