@charset "utf-8";
/*------------------------------------------------------------
	people_detail
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 9.6rem;
}
#main .subBox .text {
	margin-bottom: 3.2rem;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.08rem;
}
#main .subBox .text:last-child {
	margin-bottom: 0;
}
#main .topBox {
	margin-bottom: 8rem;
}
#main .topBox .photo {
	width: 36rem;
}
#main .topBox .textBox {
	width: calc(100% - 48rem);
}
#main .topBox .textBox .textArea {
	margin-bottom: 8.1rem;
	padding: 3.2rem 4.8rem;
	background: #2B436E;
}
#main .topBox .textBox .textArea .text {
	color: #F3F6F9;
	line-height: 2;
	letter-spacing: 0.08rem;
}
#main .outPhotoBox {
	height: 108rem;
	position: relative;
}
#main .outPhotoBox .fadePhoto {
	height: 100%;
}
#main .outPhotoBox::before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(50% + 18rem);
	height: 12rem;
	background: #F3F6F9;
	content: '';
	z-index: 5;
}
#main .outPhotoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .outTextArea {
	margin: -3.9rem 0 8rem auto;
	max-width: 64.8rem;
}
#main .imgArea {
	margin-bottom: 9.6rem;
}
#main .imgArea .photo {
	order: 2;
	width: 36rem;
}
#main .imgArea .textBox {
	padding-top: 0.1rem;
	width: calc(100% - 48rem);
}
#main .imgArea .textBox .subArea {
	margin-bottom: 8.1rem;
}
#main .imgArea .textBox .subArea:last-child {
	margin-bottom: 0;
}
#main .routineBox {
	margin-left: auto;
	padding: 4.7rem 7.3rem 4.9rem;
	width: 74.4rem;
	background: #E7EEF6;
	box-sizing: border-box;
}
#main .routineBox .hTitle {
	margin-bottom: 4.1rem;
	color: #2B436E;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.12rem;
}
#main .routineBox .stepDl {
	padding: 0 0 3.9rem 9.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .routineBox .stepDl::before {
	position: absolute;
	top: 0;
	left: 3.4rem;
	width: 0.2rem;
	bottom: 0;
	background: #2B436E;
	content: '';
}
#main .routineBox .stepDl:first-child::before {
	top: 38%;
}
#main .routineBox .stepDl:last-child {
	padding-bottom: 0;
}
#main .routineBox .stepDl:last-child::before {
	bottom: 42%;
}
#main .routineBox .stepDl:last-child {
	margin-bottom: 0;
}
#main .routineBox .stepDl dt {
	position: relative;
	padding-top: 0.1rem;
	width: 9rem;
	color: #2B436E;
	font-size: 2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
#main .routineBox .stepDl dt::before {
	position: absolute;
	top: 0.7rem;
	left: -6.8rem;
	width: 1.2rem;
	height: 1.2rem;
	border: 0.2rem solid #2B436E;
	border-radius: 50%;
	background: #FFF;
	content: '';
}
#main .routineBox .stepDl dd {
	width: calc(100% - 9.7rem);
}
#main .routineBox .stepDl dd .title {
	margin-bottom: 0.7rem;
	color: #2B436E;
	font-size: 2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
#main .routineBox .stepDl dd .text {
	line-height: 1.6;
	letter-spacing: 0.08rem;
}
#main .routineBox .note {
	margin-top: 4.9rem;
	padding-left: 1em;
	letter-spacing: 0.08rem;
	text-indent: -1em;
}
#main .other {
	padding: 9.8rem 0 9.6rem;
}
#main .other .headLine02 {
	margin-bottom: 5rem;
}
#main .other .comPeopleList li {
	width: calc((100% - 0.3rem) / 4);
}
#main .other .comPeopleList li .textBox {
	padding-top: 1.6rem;
}
#main .other .comPeopleList li .textBox .title {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.09rem;
}
#main .other .comPeopleList li a {
	aspect-ratio: 281 / 499;
}
#main .other .comPeopleList li a .arrow {
	bottom: 1.6rem;
	right: 2rem;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 4rem;
	}
	#main .subBox .text {
		margin-bottom: 2.8rem;
		font-size: 1.4rem;
		letter-spacing: 0.042rem;
	}
	#main .topBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .topBox .photo {
		margin: 0 8.8rem -2.4rem -1.6rem;
		width: auto;
	}
	#main .topBox .photo img {
		width: 100%;
	}
	#main .topBox .textBox {
		width: auto;
		position: relative;
		z-index: 5;
	}
	#main .topBox .textBox .textArea {
		margin-bottom: 4rem;
		padding: 2.4rem 2.4rem;
	}
	#main .topBox .textBox .textArea .text {
		letter-spacing: 0.042rem;
	}
	#main .outPhotoBox {
		margin-bottom: 4rem;
		height: inherit;
		aspect-ratio: 375 / 483;
		position: relative;
	}
	#main .outPhotoBox::before {
		display: none;
	}
	#main .outTextArea {
		margin: 0 0 4rem;
		max-width: inherit;
	}
	#main .outTextArea .headLine05 {
		margin-bottom: 2.4rem;
	}
	#main .imgArea {
		margin-bottom: 8rem;
		display: block;
	}
	#main .imgArea .photo {
		margin: 0 -1.6rem 4rem 8.7rem;
		order: 2;
		width: auto;
		aspect-ratio: 272 / 361;
	}
	#main .imgArea .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .imgArea .textBox {
		padding-top: 0;
		width: auto;
	}
	#main .imgArea .textBox .subArea {
		margin-bottom: 6.4rem;
	}
	#main .routineBox {
		margin: 0 -1.6rem;
		padding: 2.3rem 1.6rem 2.4rem;
		width: auto;
	}
	#main .routineBox .hTitle {
		margin-bottom: 3.8rem;
		font-size: 1.6rem;
		letter-spacing: 0.08rem;
	}
	#main .routineBox .stepDl {
		padding: 0 0 3.2rem 3.2rem;
	}
	#main .routineBox .stepDl::before {
		left: 1.1rem;
	}
	#main .routineBox .stepDl dt {
		padding-top: 0;
		width: 5rem;
		font-size: 1.4rem;
		letter-spacing: 0.07rem;
	}
	#main .routineBox .stepDl dt::before {
		top: 0.2rem;
		left: -2.8rem;
	}
	#main .routineBox .stepDl dd {
		width: calc(100% - 5.6rem);
	}
	#main .routineBox .stepDl dd .title {
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
		letter-spacing: 0.07rem;
	}
	#main .routineBox .stepDl dd .text {
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
	#main .routineBox .note {
		margin-top: 3.2rem;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: 0.06rem;
	}
	#main .other {
		padding: 6.6rem 0 8rem;
	}
	#main .other .headLine02 {
		margin-bottom: 4.8rem;
	}
	#main .other .comPeopleList li {
		width: calc((100% - 1px) / 2);
	}
	#main .other .comPeopleList li .textBox {
		padding-top: 0.7rem;
	}
	#main .other .comPeopleList li .textBox .title {
		margin-bottom: 0.8rem;
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 0.07rem;
	}
	#main .other .comPeopleList li a .arrow {
		bottom: 0.8rem;
		right: 0.8rem;
	}	
}