@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 6.8rem;
}
#container::after {
	display: none;
}
#main p {
	margin-bottom: 10.7rem;
	line-height: 2.083;
}
#main p:last-child {
	margin-bottom: 0;
}
#main .ttl {
	margin-bottom: 4.1rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.923;
}
#main .whiteBox {
	margin: 0 0.5rem 11.5rem 0;
	background-color: #fff;
	border-radius: 2rem;
	padding: 7.5rem 8.5rem 9.7rem;
}
#main .imgBox {
	margin-bottom: 5.8rem;
	padding-bottom: 3.8rem;
	align-items: flex-start;
	border-bottom: 1px solid #DDDDDD;
}
#main .imgBox:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#main .imgBox .photoBox {
	width: 34.4rem;
	margin: 1.2rem 2rem 0 6rem;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .photoBox .txtSpan {
	color: #000;
	display: block;
	font-size: 1.6rem;
	text-align: right;
	margin-top: 1.5rem;
}
#main .imgBox .textBox {
	flex: 1;
}
#main .whiteBox .ttl {
	margin-bottom: 1.6rem;
	font-size: 3rem;
	font-weight: 500;
	display: flex;
}
#main .whiteBox .ttl .lSpan {
	flex-shrink: 0;
	margin-right: 1rem;
	font-size: 5.5rem;
	font-family: 'Times New Roman', Times, serif;
	color: #B29B79;
	line-height: 1;
	letter-spacing: 0.025em;
}
#main .whiteBox .ttl .lSpan strong {
	font-weight: normal;
}
#main .flowList {
	margin-bottom: 13rem;
	margin-top: -0.6rem;
}
#main .flowList li:nth-child(2n) dt .num {
	color: #49783B;
}
#main article {
	position: relative;
}
#main .headLine05 {
	position: relative;
}
#main article .comLink {
	position: absolute;
	top: 0.5rem;
	right: 0;
	display: block;
	font-weight: 400;
}
#main .development {
	position: relative;
	padding-bottom: 27rem;
}

@media all and (min-width: 897px) {
	#main .flowList li {
		padding: 2.7rem 5.5rem;
		margin: 0 0 2.6rem;
	}
	#main .flowList dt {
		width: 51rem;
		border-color: #49783B;
	}
	#main .flowList dd {
		line-height: 2.25;
	}
}

@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.2rem;
	}
	.headLine03 {
		margin-bottom: 1rem;
	}
	#main p {
		margin-bottom: 4.3rem;
		line-height: 1.67;
	}
	#main .ttl {
		margin-bottom: 2.2rem;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .whiteBox {
		padding: 2.5rem 2.5rem 3.2rem;
		margin: 0 0 5rem;
		border-radius: 0.75rem;
	}
	#main .whiteBox .ttl{
		margin-bottom: 1.4rem;
		display: block;
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.05em;
	}
	#main .whiteBox .ttl .lSpan {
		display: block;
		margin: 0 0 1.1rem;
		font-size: 2.75rem;
	}
	#main .imgBox {
		margin-bottom: 3rem;
		display: block;
		padding-bottom: 3.3rem;
	}
	#main .imgBox .photoBox {
		width: auto;
		margin: 1.5rem 0 0;
	}
	#main .imgBox .photoBox .txtSpan{
		text-align: center;
		font-size: 1.2rem;
		margin-top: 1rem;
	}
	#main .flowList {
		margin-top: 0;
		margin-bottom: 5rem;
	}
	#main .flowList li {
		margin-bottom: 1.3rem;
		padding-top: 2.1rem;
		padding-bottom: 1.9rem;
	}
	#main article .comLink{
		position: static;
	}
	#main .development {
		padding-bottom: 5rem;
	}

}