@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 180px;
}
#main .business .content {
	max-width: 1300px;
	width: auto;
}
#main .business .imgBox {
	margin-bottom: 158px;
	position: relative;
	display: flex;
	align-items: center;
}
#main .business .imgBox:last-child {
	margin-bottom: 0;
}
#main .business .imgBox .photoBox {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 93.7%;
    height: calc(100% + 140px);
    box-sizing: border-box;
}
#main .business .imgBox.box02 .photoBox {
    height: calc(100% + 55px);
}
#main .business .imgBox .photoBox::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: -7px;
	left: -7px;
	background: linear-gradient(170deg,rgba(86, 158, 222, 0) 0%,#CFE4F8 50%, #a0d2ff 100%);
}
#main .business .imgBox .photoBox img {
	width: 100%;
    height: 100%;
	position: relative;
    object-fit: cover;
}
#main .business .imgBox .textBox {
	margin: 0 auto 0 0;
	box-sizing: border-box;
	width: calc(50% - 90px);
	position: relative;
}
#main .business .imgBox .textBox .inner {
	max-width: 550px;
    background: #fff;
    padding: 42px 84px 42px;
    box-sizing: border-box;
    margin-left: auto;
}
#main .business .imgBox .textBox h3 {
	margin-bottom: 19px;
	color: #034786;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
#main .business .imgBox .textBox p {
	margin-bottom: 31px;
	line-height: 2;
}
#main .business .imgBox .textBox .comBtn {
	width: 300px;
}
#main {
	margin-bottom: 183px;
}
#main .corporate {
	margin-top: -73px;
}
#main .businessBox .topBox {
	margin-bottom: 20px;
	max-width: 1300px;
	width: auto;
}
#main .businessBox .headLine03 {
	margin-bottom: 68px;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 40px;
	}
	#main .business .content {
		max-width: inherit;
	}
    #main .business .imgBox {
        margin-bottom: 58px;
        display: block;
    }
	#main .business .imgBox .photoBox {
		margin-bottom: 30px;
		position: relative;
		right: 0;
		top: 0;
		transform: translateY(0);
		width: auto;
        height: auto;
	}
    #main .business .imgBox.box02 .photoBox {
        height: auto;
    }
    #main .business .imgBox .photoBox::before {
        left: -10px;
        bottom: -10px;
    }
	#main .business .imgBox .textBox {
		margin: 0 auto;
		width: auto;
	}
	#main .business .imgBox .textBox .inner {
		max-width: inherit;
		padding: 10px 15px;
		margin: 0 auto;
	}
	#main .business .imgBox .textBox h3 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	#main .business .imgBox .textBox p {
		margin-bottom: 20px;
		line-height: 1.8;
	}
	#main .business .imgBox .textBox .comBtn {
		width: 90%;
	}
	#main .corporate {
		margin-top: 0;
	}
	#main .businessBox .topBox {
		margin-bottom: 20px;
		max-width: inherit;
		width: auto;
	}
	#main .businessBox .headLine03 {
		margin-bottom: 30px;
	}
}