@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .mainImg {
	padding-top: 198px;
}

#main .mainImg p {
	width: 934px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 700;
	color: #1c2088;
	line-height: 1.8;
	letter-spacing: 7px;
}

#main .comTxtBox {
	background: url(../img/index/bg02.png) repeat;
}

#main .bgBox {
	padding: 59px 0 58px;
	position: relative;
	overflow: hidden;
}

#main .bgBox .greyImg {
	height: 400px;
	padding-right: 160px;
	position: absolute;
	left: 0;
	top: 0;
	right: 50%;
	box-sizing: border-box;
}

#main .bgBox .greyImg .bg {
	height: 400px;
	background: url(../img/index/img01.jpg) no-repeat center center;
	background-size: cover;
}

#main .bgBox .imgBox {
	width: 960px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

#main .bgBox .imgBox .photoBox {
	position: absolute;
	left: -120px;
	top: 0;
}

#main .bgBox .imgBox .photoBox .text {
	position: absolute;
	left: 57px;
	top: -45px;
	opacity: 0.8;
}

#main .bgBox .imgBox .textBox {
	width: 451px;
	float: right;
}

#main .bgBox .imgBox p {
	line-height: 1.78;
	font-weight: 200;
	letter-spacing: 0.5px;
}

#main .bgBox .imgBox .title {
	margin: 2px 0 9px;
	font-size: 28px;
	font-weight: 700;
	color: #1d2088;
	letter-spacing: 2px;
}

#main .bgBox .imgBox .link {
	margin: 32px 0 0 1px;
}

#main .bgBox .imgBox .link a {
	width: 360px;
	padding: 30px 40px 27px 0;
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #A8D727 url(../img/index/icon01.gif) no-repeat right 19px center;
	border-radius: 10px;
	box-sizing: border-box;
}

#main .bgBox .imgBox .link a img {
	margin: -5px 23px 0 0;
	display: inline-block;
	vertical-align: middle;
}

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

#main .bgBox01 {
	padding: 68px 0 71px;
}

#main .bgBox01 .imgBox {
	padding: 0 0 0 19px;
}

#main .bgBox01 .imgBox .photoBox {
	left: inherit;
	right: -120px;
}

#main .bgBox01 .imgBox .textBox {
	float: left;
}

#main .bgBox01 .greyImg {
	padding: 0 0 0 160px;
	left: 50%;
	right: 0;
}

#main .bgBox01 .greyImg .bg {
	background-image: url(../img/index/img02.jpg);
}

#main .bgBox01 .imgBox .photoBox .text {
    left: 166px;
    top: initial;
	bottom: -49px;
}

#main .bgBox02 {
	padding-bottom: 0;
}

#main .bgBox02 .greyImg .bg {
	background-image: url(../img/index/img03.jpg);
}

#main .bgBox02 .imgBox .photoBox .text {
    left: 41px;
    top: initial;
	bottom: -55px;
}

@media screen and (max-width: 767px) {
	#main .mainImg {
		padding: 85px 9px 0;
		text-align: center;
	}

	#main .mainImg p {
		margin-bottom: 25px;
		width: auto;
		font-size: 12px;
		letter-spacing: 3.5px;
	}
		
	#main .mainImg .photo img {
		max-width: 100%;
		width: 357px;
		position: relative;
		z-index: 2;
	}

	#main .comTxtBox {
		margin-top: -139px;
		position: relative;
		z-index: 1;
		background-size: 5px auto;
	}

	#main .bgBox {
		padding: 0 0 73px;
		position: static;
	}

	#main .bgBox .greyImg {
		display: none;
	}

	#main .bgBox .imgBox {
		width: auto;
		padding: 0 !important;
	}

	#main .bgBox .imgBox .photoBox {
		position: relative;
		left: inherit;
		top: inherit;
		right: inherit;
	}
	
	#main .bgBox .imgBox .photoBox img {
		width: 100%;
	}

	#main .bgBox .imgBox .photoBox .text {
		left: inherit;
		top: inherit;
		right: 0;
		bottom: -12px;
		width: auto;
		height: 48.5px;
	}

	#main .bgBox .imgBox .textBox {
		margin: 25px 20px 0;
		width: auto;
		float: none !important;
	}

	#main .bgBox .imgBox p {
		line-height: 1.75;
		letter-spacing: -0.5px;
	}

	#main .bgBox .imgBox .title {
		margin: 0 0 12px;
		font-size: 18px;
		letter-spacing: 1px;
		text-align: center;
	}

	#main .bgBox .imgBox .link {
		margin: 25px 0 0;
	}

	#main .bgBox .imgBox .link a {
		width: 260px;
		margin: 0 auto;
		padding: 22px 30px 20px 0;
		font-size: 14px;
		background: #A8D727 url(../img/index/sp_icon01.png) no-repeat right 14px center;
		background-size: 15px auto;
		border-radius: 5px;
	}
	
	#main .bgBox .imgBox .link a img {
		width: 29px;
		margin: -4px 14px 0 0;
	}
	
	#main .bgBox .imgBox .link a img.sp {
		display: inline-block !important;
	}

	#main .bgBox01 {
		padding: 0 0 72px;
	}

	#main .bgBox01 .imgBox .photoBox .text {
		left: 0;
		right: inherit;
		bottom: -11px;
	}
	
	#main .bgBox02 {
		padding: 0;
	}

	#main .bgBox02 .imgBox .photoBox .text {
		left: inherit;
		bottom: -12px;
	}

}