@charset "utf-8";
/*------------------------------------------------------------
	staff
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 10.5rem;
}

/* staffBox */
#main .staffBox + .staffBox {
	margin-top: 10rem;
}
#main .staffBox .logo {
	margin-bottom: 8.9rem;
	text-align: center;
}
#main .staffBox .logo img {
	height: 7.2rem;
	width: auto;
}

#main .bgBox {
	padding: 8.2rem 0 7.5rem;
	position: relative;
}
#main .bgBox + .bgBox {
	margin-top: 10rem;
}
#main .bgBox::after {
	width: 999.9rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f1f1ee;
	content: "";
	border-radius: 0 3rem 3rem 0;
	content: "";
	z-index: -1;
}
#main .bgBox .title {
	font-size: 8rem;
	position: absolute;
	color: #35a7d2;
	line-height: 1.2;
	font-weight: 100;
	top: -4.8rem;
	right: 6.1rem;
	z-index: 20;
}
#main .bgBox02::after {
	border-radius: 3rem 0 0 3rem;
	left: 0;
	right: auto;
}
#main .bgBox02 .title {
	left: 6.1rem;
	right: auto;
}
@media all and (max-width: 896px) {
	#main .staffBox .logo img {
		height: 4.2rem;
		width: auto;
	}
	#main .bgBox::after {
		right: -4rem !important;
		left: auto !important;
		border-radius: 0;
	}
	#main .bgBox .title {
		font-size: 4.5rem;
		top: -3rem;
		right: auto !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	#main .bgBox {
		padding: 7rem 0 6rem;
	}
	#main .staffBox .logo {
		margin-bottom: 6rem;
	}
}


/* detailBox */
.detailBox {
	margin: -6.7rem auto -6.8rem;
	max-width: 115rem;
	color: #333;
}
.detailBox .headLine01 {
	margin-bottom: 5.1rem;
}
.detailBox .headLine01 .en {
	margin: 0;
}
.detailBox .imgBox {
	display: flex;
	justify-content: space-between;
}
.detailBox .imgBox .photo {
	width: 58.7rem;
	aspect-ratio: 1174 / 800;
	border-radius: 1.5rem;
	overflow: hidden;
}
.detailBox .imgBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detailBox .imgBox .rightBox {
	margin: 5.1rem 0 0 4.4rem;
	flex: 1;
}
.detailBox .textBox {
	font-weight: 500;
	line-height: 1.75;
	margin: 2.9rem auto 0;
	max-width: 97.5rem;
	letter-spacing: 0.03em;
}
.detailBox .imgBox .name {
	margin-bottom: 4.1rem;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
}
.detailBox .imgBox .name .sml {
	margin-bottom: -0.1rem;
	font-weight: 500;
	font-size: 2rem;
	display: block;
}
.detailBox .imgBox .name .en {
	margin-top: 0.3rem;
	color: #476b8f;
	font-weight: 300;
	font-size: 1.6rem;
	display: block;
}
.detailBox .comBtn02 {
	margin-top: 8.4rem;
}
@media all and (max-width: 896px) {
	.detailBox {
		margin: -10.3rem 1.7rem 0;
	}
	.detailBox .imgBox {
		display: block;
	}
	.detailBox .imgBox .photo {
		width: auto;
		border-radius: 0.8rem;
	}
	.detailBox .headLine01 {
		margin-bottom: 3.6rem;
		font-size: 2.1rem;
	}
	.detailBox .headLine01 .en {
		font-size: 5rem;
	}
	.detailBox .headLine01 .jp {
		display: block;
		margin-bottom: -0.6rem;
	}
	.detailBox .imgBox .rightBox {
		margin: 5.1rem 0 0 0;
	}
	.detailBox .imgBox .name {
		font-size: 2.8rem;
	}
	.detailBox .imgBox .name .sml {
		margin-bottom: -0.1rem;
		font-size: 1.8rem;
	}
	.detailBox .imgBox .name .en {
		font-size: 1.4rem;
	}
	.detailBox .textBox {
		max-width: inherit;
	}
	.detailBox .comBtn02 {
		margin-top: 4rem;
	}
}