@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#main .pageTitle {
	margin-bottom: 10rem;
	padding: 13.4rem 0 2rem;
	min-height: 57.4rem;
	background: url(../img/business/page_title_bg.jpg) no-repeat center center / cover;
}
#main .pageTitle .headLine01 {
	margin-bottom: 6.3rem;
	color: #FFF;
}
#main .pageTitle .photoList {
	margin: 0 auto;
	padding: 0 1rem;
	max-width: 145.5rem;
	gap: 3rem;
	box-sizing: content-box;
}
#main .pageTitle .photoList li {
	width: calc((100% - 9rem) / 4);
}
#main .pageTitle .photoList li a {
	display: block;
}
#main .pageTitle .photoList li a:hover {
	opacity: 0.7;
}
#main .pageTitle .photoList li .photo {
	margin: 0 auto 0.6rem;
	width: 16.1rem;
}
#main .pageTitle .photoList li .en {
	color: #C9CACA;
	font-size: 2.4rem;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .content {
	max-width: 107.6rem;
}
#main .bgBox01 {
	padding-bottom: 17.3rem;
	position: relative;
	z-index: 1;
}
#main .bgBox01::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: url(../img/business/bg01.png) no-repeat center bottom / 100%;
	content: '';
	z-index: -1;
}
#main .bgBox02 {
	padding-bottom: 15.3rem;
	position: relative;
	z-index: 1;
}
#main .bgBox02::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: url(../img/business/bg02.png) no-repeat center bottom / 100%;
	content: '';
	z-index: -1;
}
#main .headLine01 {
	margin-bottom: 3.1rem;
}
#main .headLine01 .photo {
	display: block;
	margin: 0 auto;
	width: 10.7rem;
}
#main .headLine01 .en {
	margin-bottom: 1.4rem;
}
#main .areaBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .areaBox .peopleBox {
	width: 34.5rem;
	background: #004098;
}
#main .areaBox .peopleBox .text {
	padding: 6.3rem 3rem 6.3rem 4.5rem;
	min-height: 31.5rem;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.75;
}
#main .areaBox .photoArea {
	width: calc(100% - 36.5rem);
}
#main .areaBox .photoArea .photoUl {
	gap: 1.5rem;
}
#main .areaBox .photoArea .photoUl li {
	width: calc((100% - 2rem) / 2);
}
#main .areaBox .photoArea .outPhoto {
	margin-top: 1.4rem;
}
#main .line {
	margin-top: -6.5rem;
	position: relative;
	z-index: 5;
}
#main .network {
	margin-top: -4.6rem;
	padding-bottom: 15.3rem;
	position: relative;
	z-index: 5;
}
#main .nurse {
	margin-top: -4.6rem;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		margin-bottom: 6rem;
		padding: 5rem 0 2rem;
		min-height: 50rem;
	}
	#main .pageTitle .photoList {
		margin: 0;
		padding: 0 1rem;
		gap: 2rem 1rem;
	}
	#main .pageTitle .photoList li {
		width: calc((100% - 1rem) / 2);
	}
	#main .pageTitle .photoList li .photo {
		width: 8rem;
	}
	#main .pageTitle .photoList li .en {
		min-height: 4.2rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		font-size: 1.4rem;
	}
	#main .content {
		max-width: inherit;
	}
	#main .bgBox01 {
		padding-bottom: 6rem !important;
	}
	#main .bgBox01::before {
		background-size: cover;
	}
	#main .bgBox02 {
		padding-bottom: 6rem !important;
	}
	#main .bgBox02::before {
		background-size: cover;
	}
	#main .headLine01 .photo {
		width: 6rem;
	}
	#main .areaBox {
		display: block;
	}
	#main .areaBox .peopleBox {
		margin-bottom: 2rem;
		width: auto;
		background: #004098;
	}
	#main .areaBox .peopleBox .text {
		padding: 3rem 2rem;
		min-height: inherit;
		font-size: 1.4rem;
	}
	#main .areaBox .peopleBox .photo {
		margin: 0 auto;
		width: 16rem;
	}
	#main .areaBox .photoArea {
		width: auto;
	}
	#main .areaBox .photoArea.mb01 {
		margin-bottom: 2rem;
	}
	#main .areaBox .photoArea img {
		width: 100%;
	}
	#main .areaBox .photoArea .photoUl {
		gap: 1rem;
	}
	#main .areaBox .photoArea .photoUl li {
		width: calc((100% - 1rem) / 2);
	}
	#main .areaBox .photoArea .outPhoto {
		margin-top: 1rem;
	}
	#main .line {
		margin-top: -2rem;
	}
	#main .network {
		margin-top: -1.5rem;
		padding-bottom: 6rem;
	}
	#main .nurse {
		margin-top: -1.5rem;
	}
}