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

 file name  :used.css
 style info :中古を買ってリフォーム・リノベーション

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

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

	overwrite

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

#pageheader{
	position: relative;
	background: #fefdf8;
	padding-bottom: 40px;
	z-index: 1;
}
#pageheader::before{
	content: '';
	background: url(../images/used/bg_homes.svg) repeat-x center bottom / auto 100%;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
#pageheader .sec-inner-1100{
	text-align: center;
}
#pageheader h1 {
	position: relative;
	padding: 100px 0 0;
	margin-bottom: 0.3em;
	line-height: 1.2;
	font-size: 2.9rem;
	font-weight: 700;
}
#pageheader h1::before{
	content: '';
	background: url(../images/used/ico_renovation.svg) no-repeat center center / contain;
	width: 40px;
	height: 35px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
}
#pageheader h1 span{font-size: 117%;}
#pageheader h1 small{font-size: 79%;}
#pageheader .sub{
	margin: 0.4em 0 0;
	padding: 0 0.3em;
	display: inline-block;
	background: #e4a59b;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
}
#pageheader .myhome{
	position: absolute;
	width: 90px;
	top: 35px;
	left: calc(50% + 70px);
}
@media screen and (max-width: 374px){
	#pageheader h1 {
		font-size: 2.6rem;
	}
	#pageheader .myhome{
		left: calc(50% + 60px);
	}
}
@media screen and (min-width: 768px){
	#pageheader{
		padding-bottom: 80px;
	}
	#pageheader::before{
		height: 132px;
	}
	#pageheader h1 {
		padding: 130px 0 0;
		font-size: 4rem;
	}
	#pageheader h1::before{
		width: 58px;
		height: 52px;
		top: 60px;
	}
	#pageheader .sub{
		font-size: 2rem;
	}
	#pageheader .myhome{
		width: 120px;
		top: 55px;
		left: calc(50% + 110px);
	}
}

/* =================================== */
.lead {
	background: url(../images/used/bg_mv_sp.jpg) no-repeat center center / cover;
	padding: 30px;
}
.lead p {
	padding: 15px;
	text-align: center;
	background: #fff;
	font-weight: 700;
}
@media screen and (min-width: 768px){
	.lead {
		background-image: url(../images/used/bg_mv_pc.jpg);
		padding: 80px;
	}
	.lead p {
		max-width: 800px;
		margin: 0 auto;
		padding: 40px;
	}
}

/*
#main .popup
---------------------------*/
#main .popup a {
	position: relative;
	display: block;
}
#main .popup a::after{
	content: '';
	background: url(../images/works/ico_zoom.svg) no-repeat center center / contain;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (min-width: 768px){
	#main .popup a::after{
		width: 34px;
		height: 34px;
		transition: transform ease .3s;
	}
	#main .popup a:hover{
		opacity: 0.6;
	}
	#main .popup a:hover::after{
		transform: rotate(180deg);
	}
}



/*
#main .sec-block
---------------------------*/
#main .sec-block{
	position: relative;
	border: 1px solid #737378;
	padding: 25px;
	overflow: hidden;
}
#main .sec-block .number{
	background: #737378;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	width: 60px;
	height: 60px;
	padding-top: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
}
#main .sec-block h3{
	margin-bottom: 1em;
	padding: 0 0 0.8em;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #333333;
}
#main .sec-block .number + h3{
	padding-top: 20px;
}
#main .sec-block p:not(:last-child){margin-bottom: 1.5em;}

@media screen and (max-width: 374px){
	#main .sec-block{
		padding: 25px 15px;
	}
	#main .sec-block h3{
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 768px){
	#main .sec-block{
		padding: 40px 50px 50px;
	}
	#main .sec-block .number{
		top: -40px;
		font-size: 3rem;
		width: 80px;
		height: 80px;
		padding-top: 40px;
		line-height: 40px;
	}
	#main .sec-block h3{
		font-size: 2.3rem;
	}
}


/*
#case
---------------------------*/
#case {
	margin-bottom: 50px;
	position: relative;
}
#case h2 {
	position: relative;
	padding: calc(1em + 20px) 0 1em;
	margin-bottom: 30px;
	background: #1b1b1b;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
#case h2::after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 22.5px 0 22.5px;
	border-color: #1b1b1b transparent transparent transparent;
}
#case h2 + .pop{
	position: absolute;
	top: -16px;
	left: 50%;
	width: 102px;
	transform: translateX(-50%);
}
#case ul{
	margin-bottom: 30px;
}
#case ul li:not(:last-child) {
	margin-bottom: 4%;
}
#case ul li.popup figure a::after{
	right: 4%;
	bottom: 9%;
}
#case #renovation {
	margin-bottom: 30px;
}
@media screen and (min-width: 768px){
	#case {
		margin-bottom: 120px;
	}
	#case h2 {
		margin-bottom: 80px;
		font-size: 2.3rem;
	}
	#case h2::after{
		bottom: -20px;
		border-width: 20px 30px 0 30px;
	}
	#case h2 + .pop{
		top: -36px;
		width: 140px;
	}
	#case ul{
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	#case ul li{
		width: 48%;
	}
	#case ul li:not(:last-child) {
		margin-bottom: 0;
	}
	#case #renovation {
		margin-bottom: 60px;
	}
}

/*
#support
---------------------------*/
#support {
	background: #fefdf8;
}
#support .pop {
	position: relative;
	top: -1.4em;
}
#support h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
}
#support h2 span {
	position: relative;
	display: inline-block;
}
#support h2 .inner{
	padding: 10px 30px;
	text-align: left;
}
#support h2 .outer::before,
#support h2 .outer::after,
#support h2 .inner::before,
#support h2 .inner::after{
	content: '';
	width: 2px;
	height: 25px;
	background: #1b1b1b;
	position: absolute;
	top: 0;
	left: 0;
}
#support h2 .outer::after,
#support h2 .inner::after{
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
}
#support h2 .inner::before,
#support h2 .inner::after{
	transform-origin: left top;
	transform: rotate(-90deg);
}
#support h2 .inner::after{
	transform-origin: right bottom;
}
#support h2 + figure{
	text-align: center;
	margin-bottom: 30px;
}

#support #group {
	background: #e4a59b;
	padding: 30px 0;
}
#support #group h3 {
	margin: 0 -10px 1.5em;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
#support #group .group-pic {
	position: relative;
	padding-right: 6%;
	margin-bottom: 6%;
}
#support #group .group-pic ul li{
	position: absolute;
	width: 29.61%;
}
#support #group .group-pic ul li.btn-chintai {
	top: 45.18%;
	right: 0;
}
#support #group .group-pic ul li.btn-chukai {
	top: 69.57%;
	left: 15.96%;
}
#support #group .attention {
	padding: 20px;
	background: #fff;
	text-align: center;
	border-radius: 4px;
	font-weight: 700;
}
#support #group .attention figure {
	display: inline-block;
	width: 28px;
	margin-bottom: 15px;
}
#support #group .attention p em {
	font-size: 125%;
	color: #cc6b5e;
	border-bottom: 1px solid #cc6b5e;
}
@media screen and (min-width: 768px){
	#support .pop {
		margin-bottom: 40px;
	}
	#support h2 {
		margin-bottom: 0;
		font-size: 2.4rem;
		line-height: 1.7;
	}
	#support h2 .inner{
		padding: 10px 50px;
	}
	#support h2 .outer::before,
	#support h2 .outer::after,
	#support h2 .inner::before,
	#support h2 .inner::after{
		width: 3px;
		height: 35px;
	}
	#support h2 + figure{
		margin-bottom: 0;
	}

	#support #group {
		background: #e4a59b;
		padding: 60px 0;
	}
	#support #group h3 {
		margin: 0 0 1.5em;
		font-size: 2.2rem;
	}
	#support #group .group-pic {
		margin-bottom: 0;
	}
	#support #group .attention {
		padding: 40px 0;
		border-radius: 8px;
	}
	#support #group .attention figure {
		width: 40px;
	}
}

/*
#flow
---------------------------*/
#flow {
	padding-top: 40px;
}
#flow .sec-block:last-of-type{margin-bottom: 40px;}
#flow .sec-block ul {
	margin-bottom: 1.5em;
}
#flow .sec-block figure{
	margin-bottom: 1.5em;
}
#flow .sec-block ul li {
	position: relative;
	padding-left: 23px;
	margin: 0.3em 0;
}
#flow .sec-block ul li::before{
	content: '';
	background: url(../images/used/ico_check.svg) no-repeat center center / contain;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0.1em;
}
#flow .sec-block .huki-wrap {
	background: url(../images/used/bg_huki.svg) no-repeat center center /contain;
	width: 215px;
	height: 140px;
	padding:  0;
	margin: 0 auto 15px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
#flow .sec-block.flow03 .huki-wrap{
	height: 117px;
	margin: 0 auto -30px;
	padding-left: 80px;
	width: 262px;
	background-position: right center;
}
#flow .sec-block .huki-wrap p{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#flow .sec-block .huki-wrap img.btn-chikai{
	width: 139px;
	display: block;
	margin: 0.3em auto;
}
#flow .sec-block .huki-wrap em{
	font-size: 140%;
	color: #e4a59b;
}
#flow .sec-block p small{
	margin-top: 0.5em;
	display: inline-block;
	line-height: 1.3;
}
#flow .sec-block .staff{
	margin: 0 auto;
	padding-right: 140px;
	width: 320px;
}
@media screen and (max-width: 374px){
	#flow .sec-block .staff{
		padding-right: 120px;
		width: 280px;
	}
}
#flow .sec-block .point {
	position: relative;
	padding: 18px;
	background: #e4a59b;
	border-radius: 6px;
	z-index: 1;
	font-size: 1.3rem;
	line-height: 1.3;
}
#flow .sec-block .point::after{
	content: '';
	background: #fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}
#flow .sec-block .point .inner {
	margin: 0 -2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#flow .sec-block .point .inner h4 {
	position: relative;
	width: 46px;
	margin-left: -16px;
	padding-left: 10px;
	background: #e4a59b;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	line-height: 14px;
	height: 14px;
	text-align: center;
}
#flow .sec-block .point .inner h4::after{
	content: '';
	position: absolute;
	right: -8px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #e4a49b;
}
#flow .sec-block .point .inner p {
	width: calc(100% - 50px);
}

#flow .sec-block .block {
	position: relative;
	background: #f5f5f5;
	margin-top: 1.5em;
	padding: 15px;
	font-size: 1.1rem;
	line-height: 1.4;
}
#flow .sec-block.flow03 .block{
	margin-top: 2.5em;
	padding-top: 30px;
	font-size: 1.3rem;
	font-weight: 700;
}
#flow .sec-block.flow03 .block .more{
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.4em 1em;
	background: #cb0101;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
}
#flow .sec-block .block .ttl-line{
	font-size: 1.3rem;
}
#flow .sec-block .block .ttl-line::first-letter{
	color: inherit;
}
#flow .sec-block .block .ttl-line::before{background: #c7c7c7;}
#flow .sec-block .block p strong {
	font-size: 109%;
}
#flow .next {
	background: #737378;
	position: relative;
	padding: 0.5em 0;
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
#flow .next::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #737378 transparent transparent transparent;
}
@media screen and (min-width: 768px){
	#flow {
		padding-top: 80px;
	}
	#flow .sec-block:last-of-type{margin-bottom: 60px;}
	#flow .sec-block ul li {
		padding-left: 36px;
	}
	#flow .sec-block ul li::before{
		width: 22px;
		height: 22px;
		top: 0.4em;
	}
	#flow .sec-block .huki-wrap {
		width: 280px;
		height: 182px;
		margin: 0 auto 30px;
		font-size: 1.4rem;
	}
	#flow .sec-block.flow03 .huki-wrap{
		height: 153px;
		width: 435px;
		margin: 0 auto -30px;
		padding-left: 200px;
	}
	#flow .sec-block .huki-wrap img.btn-chikai{
		width: 180px;
	}
	#flow .sec-block .staff{
		padding-right: 160px;
		width: 430px;
	}
	#flow .sec-block .point {
		max-width: 800px;
		margin: 0 auto;
		padding: 30px;
		border-radius: 8px;
		font-size: 1.7rem;
	}
	#flow .sec-block .point::after{
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		top: 8px;
		left: 8px;
	}
	#flow .sec-block .point .inner {
		margin: 0;
	}
	#flow .sec-block .point .inner h4 {
		width: 60px;
	margin-left: -22px;
	padding-left: 10px;
		font-size: 1.3rem;
		line-height: 20px;
		height: 20px;
	}
	#flow .sec-block .point .inner h4::after{
		right: -10px;
		border-width: 10px 0 10px 10px;
	}
	#flow .sec-block .point .inner p {
		width: calc(100% - 70px);
	}

	#flow .sec-block .block {
		margin-top: 40px;
		padding: 40px;
		font-size: 1.4rem;
		line-height: 2;
	}
	#flow .sec-block.flow03 .block{
		padding-top: 40px;
		font-size: 1.6rem;
	}
	#flow .sec-block.flow03 .block .more{
		top: -1.4em;
		font-size: 1.6rem;
	}
	#flow .sec-block .block .ttl-line{
		font-size: 1.8rem;
		margin-bottom: 1.2em;
	}
	#flow .next {
		margin-bottom: 80px;
		font-size: 2.1rem;
	}
	#flow .next::after{
		bottom: -20px;
		border-width: 20px 30px 0 30px;
	}

}