@charset "utf-8";
/* ===================================================================

 file name  :about / chapter06.css
 style info :リフォームの進め方

=================================================================== */

/* =============================

	overwrite

=============================== */



/* =================================== */
#lead{
	position: relative;
	z-index: 1;
}
#lead .mv .ttl-huki {
	margin-bottom: 0.3em;
}
#lead .mv .ttl-huki span {
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0 20px;
}
@media screen and (max-width: 374px){
	#lead .mv .ttl-huki span {
		font-size: 1.2rem;
	}
}
#lead .mv .ttl-huki span::before,
#lead .mv .ttl-huki span::after{
	background: url(../../images/about/chapter06/ico_huki.png) no-repeat center / contain;
	width: 13px;
	height: 20px;
	top: calc(50% - 10px);
}
#lead .mv h2 {
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
}
#lead .mv h2 em {
	font-size: 126%;
}
#lead .mv h2 .dot span {
	display: inline-block;
	position: relative;
}
#lead .mv h2 .dot span::before {
  content: "・";
  position: absolute;
  bottom: -1em;
  left: 0.3em;
	font-size: 80%;
}
@media screen and (min-width: 768px){
	#lead .mv .ttl-huki {
		margin-bottom: 0.5em;
	}
	#lead .mv .ttl-huki span {
		font-size: 1.8rem;
		padding: 0 30px;
	}
	#lead .mv .ttl-huki span::before,
	#lead .mv .ttl-huki span::after{
		width: 20px;
		height: 30px;
		top: calc(50% - 15px);
	}

	#lead .mv h2 {
		font-size: 3.2rem;
	}
}


/*
#flow
---------------------------*/
#flow{
	margin-top: -50px;
	padding: 126px 5px 45px;
	position: relative;
}
#flow::before{
	content: '';
	background: url(../../images/about/chapter06/bg_homes.svg) repeat-x center bottom / auto 100%;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: -1;
}
#flow::after{
	content: '';
	width: 100%;
	height: calc(100% - 110px);
	background: #fef6f6;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
#flow .list {
	background: #ffffff;
	border-left: 2px solid #e4a59b;
}
#flow .list > ol > li {
	position: relative;
	padding: 20px 20px 20px 40px;
}
#flow .list > .list01 > li:nth-of-type(even){background: #fdeded;}
#flow .list > .list02 > li:nth-of-type(odd){background: #fdeded;}
#flow .list > ol > li .num {
	position: absolute;
	top: calc(50% - 22px);
	left: -18px;
	z-index: 4;
	background: #fff;
	border: 2px solid #e4a59b;
	width: 45px;
	height: 45px;
	padding-top: 6px;
	font-size: 1rem;
	font-weight: 700;
	color: #e4a59b;
	border-radius: 100%;
	text-align: center;
	line-height: 1.1;
}
#flow .list > ol > li .num span {
	display: block;
	font-size: 1.6rem;
}
#flow .list > ol > li h3 {
	margin-bottom: 0.5em;
	font-size: 1.7rem;
	font-weight: 700;
	color: #d3594a;
}
#flow .list > ol > li figure{
	margin-top: 1.5em;
}
#flow .txt-free {
	position: relative;
	padding: 0.4em 0;
	background: #e4a59b;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
#flow .txt-free::before{
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e4a59b transparent;
	z-index: 5;
}
#flow .list > ol > li ul{
	margin-bottom: 40px;
}
@media screen and (min-width: 768px){
	#flow{
		margin-top: -140px;
		padding: 220px 0 100px;
	}
	#flow::before{
		height: 132px;
	}
	#flow::after{
		height: calc(100% - 142px);
	}
	#flow .list {
		border-width: 3px;
	}
	#flow .list > ol > li {
		padding: 30px 50px 40px 60px;
	}
	#flow .list > ol > li .num {
		left: -22px;
		border-width: 3px;
		width: 60px;
		height: 60px;
		padding-top: 8px;
		font-size: 1.2rem;
	}
	#flow .list > ol > li .num span {
		font-size: 2rem;
	}

	#flow .list > ol > li h3 {
		margin-bottom: 0.1em;
		font-size: 2.4rem;
	}
	#flow .txt-free {
		font-size: 3.2rem;
	}
	#flow .txt-free::before{
		top: -15px;
		border-width: 0 15px 15px 15px;
	}
	#flow .list > ol > li .row{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#flow .list > ol > li .row div{
		width: 58%;
	}
	#flow .list > ol > li .row figure{
		width: 38%;
		margin-top: 10px;
	}
	#flow .list > ol > li ul{
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	#flow .list > ol > li ul li{
		width: 32%;
	}


}




