@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#main .mainImg {
	margin-top: -5rem;
	height: 42rem;
	padding-top: 2.4rem;
	position: relative;
	background: url(../img/business/index/main_img_bg.png) repeat-x center top;
	background-size: auto 42rem;
	box-sizing: border-box;
	overflow: hidden;
}
#main .mainImg h1 {
	width: 37rem;
	margin: 0 auto;
}
#main .mainImg .pho01 {
	position: absolute;
	left: 50%;
	top: -2.9rem;
	width: 36.8rem;
	margin-left: -56.7rem;
}
#main .mainImg .pho02 {
	position: absolute;
	right: 50%;
	top: -2.9rem;
	width: 34.7rem;
	margin-right: -56.1rem;
}
#main .bgBox {
	padding: 3.6rem 0 14.1rem;
	background-color: #e6f2fa;
}
#main .bgBox .info {
	width: 94.2rem;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
#main .bgBox h2 {
	width: 27.6rem;
	position: absolute;
	right: 11.3rem;
	top: -0.2rem;
}
#main .bgBox .sec01 {
	padding: 10.5rem 0 7.3rem;
	background: url(../img/business/index/bg01.png) no-repeat left top,url(../img/business/index/bg02.png) no-repeat right bottom;
	background-size: 120.2rem auto,78.5rem auto;
}
#main .bgBox .sec01 .pho {
	width: 92.1rem;
}
#main .bgBox .link {
	width: 42.5rem;
	position: absolute;
	top: 11.9rem;
	right: 14.9rem;
}
#main .bgBox .link::before {
	position: absolute;
	right: 30px;
	top: 158px;
	background: url(../img/business/index/img01.png) no-repeat;
	background-size: auto 4.4rem;
	width: 6.5rem;
	height: 4.4rem;
	content: "";
}
#main .bgBox .sec02 .link::before {
	top: 171px;
}
#main .bgBox .sec03 .link::before {
	right: -26px;
	top: -3px;
}
#main .bgBox .sec02 {
	padding: 14.3rem 0 10.5rem;
	background: url(../img/business/index/bg03.png) no-repeat left bottom;
	background-size: 124.1rem auto;
}
#main .bgBox .sec02 .info {
	width: 110.7rem;
}
#main .bgBox .sec02 h2 {
	right: 68.8rem;
	top: -14.8rem;
}
#main .bgBox .sec02 .pho {
	width: 110.7rem;
	margin: 0 -3.5rem 0 auto;
}
#main .bgBox .sec02 .link {
	width: 70rem;
	top: 3.4rem;
	right: 15.4rem;
}
#main .bgBox .sec03 {
	padding: 18.7rem 0 8.5rem;
	background: url(../img/business/index/bg04.png) no-repeat right bottom;
	background-size: 64.2rem auto;
}
#main .bgBox .sec03 .info {
	width: 104.3rem;
}
#main .bgBox .sec03 h2 {
	right: 10.8rem;
	top: -16.3rem;
}
#main .bgBox .sec03 .pho {
	width: 104.3rem;
	margin: 0 -2.1rem 0 auto;
}
#main .bgBox .sec03 .link {
	width: 62.5rem;
	top: 8.8rem;
	right: 21.3rem;
}
#main .sec04 {
	padding: 4.5rem 0 5rem;
}
#main .sec04 .headLine02 {
	margin-bottom: 9rem;
}
#main .sec04 .linkList {
	max-width: 113.2rem;
	margin: 0 auto;
	display: flex;
}
#main .sec04 .linkList > li {
	width: 27.16%;
	padding: 1.4rem 0 0.9rem;
	border-right: 1px solid #c6c7c7;
	box-sizing: border-box;
}
#main .sec04 .linkList > li:nth-child(2) {
	width: 37.74%;
	padding-left: 8.5%;
}
#main .sec04 .linkList > li:nth-child(3) {
	width: 34.39%;
	padding-left: 8.8%;
	border: none;
}
#main .sec04 .linkList .linkUl li:not(:last-child) {
	margin-bottom: 0.8rem;
}
#main .sec04 .linkList .linkUl a {
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
#main .sec04 .linkList h3 {
	padding-left: 4.3rem;
	margin-bottom: 3rem;
	color: #58a448;
	font-weight: 700;
	letter-spacing: 0.2em;
	background: url(../img/common/icon04.png) no-repeat left top 58%;
	background-size: 2.8rem auto;
} 
#main .sec04 .linkList > li:nth-child(2) h3 {
	color: #e19034;
	background-image: url(../img/common/icon05.png);
} 
#main .sec04 .linkList > li:nth-child(3) h3 {
	color: #2554a1;
	background-image: url(../img/common/icon06.png);
} 
@media all and (min-width: 897px) {
	#main .sec04 .linkList .linkUl a:hover {
		color: #847c77;
	}
	#main .bgBox .link svg {
		opacity: 0;
		z-index: 9;
		position: relative;
	}
	#main .bgBox .linkImg {
		position: absolute;
		left: 3.4rem;
		top: 5.6rem;
		width: 34.5rem;
		height: 32.3rem;
	}
	#main .bgBox .sec02 .linkImg {
		left: 3rem;
		top: 3.7rem;
		width: 62.7rem;
		height: 35rem;
	}
	#main .bgBox .sec03 .linkImg {
		left: 0;
		top: 0;
		width: 62.7rem;
		height: 35.3rem;
	}
	#main .bgBox .linkImg img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	#main .bgBox .linkImg img.show {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#main img {
		width: 100%;
	}
	#main .mainImg {
		margin-top: 0;
		height: 197.333vw;
		padding: 11.467vw 6.133vw 0 0;
		background: url(../img/business/index/main_img_bg_sp.jpg) no-repeat top center;
		background-size: 100% 100%;
	}
	#main .mainImg h1 {
		width: 70.933vw;
		margin: 0 auto;
	}
	#main .mainImg .pho01 {
		left: -3.26vw;
    top: 84.267vw;
    width: 64.533vw;
    margin-left: 0;
    z-index: 2;
	}
	#main .mainImg .pho02 {
		right: -5vw;
		top: 92.867vw;
		width: 64.533vw;
		margin-right: 0;
	}
	#main .bgBox {
		padding: 0.533vw 0 17.333vw;
	}
	#main .bgBox .info {
		width: auto !important;
	}
	#main .bgBox h2 {
		width: 30.667vw;
		right: 5.333vw;
		top: -2.667vw;
	}
	#main .bgBox .sec01 {
		padding: 12.8vw 0 5.867vw;
		background-image: url(../img/business/index/bg01_sp.png) ,url(../img/business/index/bg02_sp.png);
		background-size: 79.467vw auto,61.6vw auto;
	}
	#main .bgBox .pho {
		margin: 0 !important;
		width: auto !important;
	}
	#main .bgBox .link {
		width: 82.667vw;
		top: 15.467vw;
		right: -2.4vw;
	}
	#main .bgBox .sec02 {
		padding: 8vw 0 14.133vw;
		background-image: url(../img/business/index/bg03_sp.png);
		background-size: 79.733vw auto;
	}
	#main .bgBox .sec02 h2 {
		right: auto;
		left: 0.8vw;
		top: -2.667vw;
	}
	#main .bgBox .sec02 .link {
		width: 82.667vw;
		top: 16vw;
		right: 8.533vw;
	}
	#main .bgBox .link::before {
		right: 6.933vw;
		top: 28.533vw;
		background-image: url(../img/business/index/img01_sp.png);
		background-size: 12.8vw auto;
		width: 12.8vw;
		height: 9.867vw;
	}
	#main .bgBox .sec02 .link::before {
		top: 66.667vw;
		right: -1.067vw;
	}
	#main .bgBox .sec03 .link::before {
		right: 3.2vw;
		top: auto;
		background-image: url(../img/business/index/img02_sp.png);
		background-size: 12.533vw auto;
		width: 12.533vw;
		height: 9.6vw;
		bottom: 1.6vw;
	}
	#main .bgBox .sec03 {
		padding: 1.6vw 0 5.333vw;
		background-image: url(../img/business/index/bg04_sp.png);
		background-size: 62.133vw auto;
	}
	#main .bgBox .sec03 h2 {
		right: 5.333vw;
		top: -3.467vw;
	}
	#main .bgBox .sec03 .link {
		width: 98.133vw;
		top: 27.2vw;
		right: 0.267vw;
	}
	#main .sec04 {
		padding: 6rem 2.5rem 0;
	}
	#main .sec04 .headLine02 {
		margin-bottom: 1.1rem;
		font-size: 2rem;
	}
	#main .sec04 .headLine02::before {
		bottom: -1rem;
		width: 4rem;
	}
	#main .sec04 .linkList {
		max-width: inherit;
		display: block;
	}
	#main .sec04 .linkList > li {
		width: auto !important;
		padding: 3.4rem 0 3.8rem 6.5rem !important;
		border-bottom: 1px solid #c6c7c7;
		border-right: none;
	}
	#main .sec04 .linkList .linkUl li:not(:last-child) {
		margin-bottom: 1.1rem;
	}
	#main .sec04 .linkList .linkUl a {
		font-size: 1.4rem;
	}
	#main .sec04 .linkList h3 {
		margin: 0 0 2.3rem;
		padding-left: 4.6rem;
		font-size: 1.8rem;
		background-size: 3.1rem auto;
	} 
}