@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .comImgBox {
	align-items: flex-start;
}
#main .renovation {
	padding: 8rem 0;
}
#main .renovation p {
	margin-bottom: 5rem;
}
#main .renovation p:last-child {
	margin-bottom: 0;
}
#main .renovationList{
	margin-bottom: 4.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.1rem 2.4rem;
}
#main .renovationList li {
	text-align: center;
	width: calc((100% - (2.4rem * 3 + 0.1rem)) / 4);
}
#main .renovationList .photo {
	margin-bottom: 0.8rem;
}
#main .renovationList .photo img {
	width: 100%;
	border-radius: 0.4rem;
}
#main .renovationList p {
	font-weight: 700;
}
#main .examples .headLine01 {
	margin-bottom: 4.7rem;
}
#main .examples .headLine02 {
	margin-bottom: 2.9rem;
}
#main .examples .comImgBox {
	margin-bottom: 3rem;
}
#main .examples .comImgBox .photoBox img {
	border-radius: 0;
}
#main .examples .comImgBox p {
	font-size: 1.5rem;
	margin-bottom: 3rem;
}
#main .examples .comImgBox p:last-child {
	margin-bottom: 0;
}
#main .examples .comImgBox .ttl {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.1rem;
}
#main .flow {
	padding: 5rem 0 0;
}
#main .flow p {
	margin-bottom: 4.8rem;
}
#main .flow p:last-child {
	margin-bottom: 0;
}
#main .flow .headLine01 {
	margin-bottom: 5rem;
}
#main .flowList {
	margin: 0 -0.5rem 4.9rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
}
#main .flowList li {
	padding: 2.4rem;
	text-align: center;
	position: relative;
	width: calc((100% - (3.2rem * 3 + 0.1rem)) / 4);
	border-radius: 1.2rem;
	background: #F8F8F8;
}
#main .flowList li:after {
	width: 2.4rem;  
	aspect-ratio: 1;
	background: url(../img/common/icon06.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: -2.8rem;  
	content: ""; 
}
#main .flowList li:last-child:after {
	display: none;
}
#main .flowList .flowImg {
	width: 7.2rem;
	margin: 0 auto 0.8rem;
}
#main .flowList p {
	min-height: 4.5rem;
	font-weight: 700;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .flow .comImgBox {
	margin-bottom: 4.8rem;
}
#main .flow .comImgBox .photoBox {
	width: 36rem;
}
#main .flow .comImgBox p {
	font-size: 1.5rem;
}
#main .flow .comImgBox .text {
	margin-bottom: 1.6rem;
}
#main .flow .text {
	margin-bottom: 1.6rem;
}
#main .flow .txt {
	display: flex;
	flex-wrap: wrap;
}
#main .flow .lSpan {
	font-weight: 700;
	color: #F47804;
	flex-shrink: 0;
	margin-right: 1.6rem;
	padding-left: 2.4rem;
	background: url(../img/common/icon15.png) no-repeat left top 0.2rem;
	background-size: 2rem auto;
}
#main .renovations {
	padding: 6rem;
	margin-top: 8rem;
	text-align: center;
	border-radius: 1.2rem;
	background: #FAF8ED;
}
#main .renovations h4 {
	margin-bottom: 3.2rem;
	color: #F47804;
	font-size: 3.2rem;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	#main .comImgBox .textBox h3 {
		margin-bottom: 4.8rem;
	}
	#main .comImgBox .textBox p {
		margin-bottom: 3.2rem;
	}
	#main .comImgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	#main .flow .comImgBox .photoBox {
		margin-left: 7.9rem;
	}
	#main .examples .comImgBox .textBox p:not(.ttl) {
		margin-bottom: 3rem;
	}
	#main .examples .comImgBox .textBox p:not(.ttl):last-child {
		margin-bottom: 0;
	}
}

@media all and (max-width: 896px) {
	#main .comImgBox .textBox p {
		font-size: 1.3rem;
	}
	#main .comImgBox .photoBox {
		margin-bottom: 2.5rem;
	}
	#main .comImgBox .textBox h3 {
		font-size: 2.5rem;
	}
	#main .renovation {
		padding: 6rem 0;
	}
	#main .renovation p {
		margin-bottom: 2.4rem;
	}
	#main .renovationList {
		padding-top: 0.5rem;
		gap: 1.55rem 1.4rem;
		margin-bottom: 2.5rem;
		order: -1;
	}
	#main .renovationList li {
		width: calc((100% - 1.4rem) / 2);
	}
	#main .renovationList .photo img {
		border-radius: 0.24rem;
	}
	#main .renovationList p {
		font-size: 0.88rem;
	}
	#main .renovationList .photo {
		margin-bottom: 0.4rem;
	}
	#main .renovation .spBox {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#main .examples .headLine01 {
		margin-bottom: 2rem;
	}
	#main .examples .comImgBox .ttl {
		font-size: 1.6rem;
		margin-bottom: 1.7rem;
	}
	#main .examples .headLine02 {
		margin-bottom: 1.3rem;
	}
	#main .examples .comImgBox .photoBox {
		margin: 1.6rem 0 0;
	}
	#main .examples .comImgBox p {
		margin-bottom: 1.5rem;
	}
	#main .examples .comImgBox {
		margin-bottom: 2rem;
	}
	#main .flow {
		padding-top: 4rem;
	}
	#main .flow .headLine01 {
		margin-bottom: 2.3rem;
	}
	#main .flowList {
		margin: 0 0 2.5rem;
		display: block;
	}
	#main .flowList li {
		margin-bottom: 3.1rem;
		min-height: 9.8rem;
		padding: 2rem 1.3rem;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		border-radius: 0.8rem;
		background: #F8F8F8;
	}
	#main .flowList li::after {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -3rem;
		margin-left: -1.2rem;
		transform: rotate(90deg);
	}
	#main .flowList li:last-child {
		margin-bottom: 0;
	}
	#main .flowList .flowImg {
		width: 5rem;
		flex-shrink: 0;
		margin: 0 1rem 0 0;
	}
	#main .flowList p {
		flex: 1;
		font-size: 1.5rem;
		min-height: auto;
		display: block;
		text-align: center;
	}
	#main .flow p {
		margin-bottom: 1.7rem;
	}
	#main .flow p .subSpan {
		margin-top: 2.2rem;
		display: block;
	}
	#main .flow .comImgBox .textBox {
		margin-bottom: 1.2rem;
	}
	#main .flow .comImgBox .photoBox {
		width: auto;
		margin-bottom: 0;
	}
	#main .flow .comImgBox {
		margin-bottom: 1.8rem;
	}
	#main .flow .txt {
		align-items: center;
	}
	#main .flow .txt .rSpan {
		flex: 1;
	}
	#main .flow .lSpan {
		font-size: 1.5rem;
	}
	#main .flow .text {
		margin-bottom: 1.2rem;
	}
	#main .renovations {
		padding: 2.4rem;
		text-align: left;
		margin-top: 6rem;
	}
	#main .renovations h4 {
		text-align: center;
		margin-bottom: 2.6rem;
		font-size: 2.5rem;
	}
	#main .renovations p {
		margin-bottom: 2.5rem;
	}
	#main .renovations .comLink a {
		min-height: 5.2rem;
	}
}
