@charset "utf-8";
/* CSS Document */
p{
	font-size: 16px;
}
.contents{
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.page__title {
	text-align: center;
	padding: 8px 0;
	background-image: linear-gradient(to right, rgba(4, 93, 196, .9), rgba(99, 51, 162, 1) 48%, rgba(191, 11, 191, 1));
	margin-bottom: 0px;
}

.page__title-h {
	font-size: 28px;
	color: #fff;
}

.page__title2 {
	text-align: center;
	padding: 70px 0 10px;
}

.page__title2-h {
	font-size: 32px;
}

.head-flex{
	display: flex;
	justify-content: space-between;
}
.head-flex .text{
	width: 57%;
	padding-top: 24px;
}
.head-flex .text .ex-logo{
	margin-bottom: 10px;
}
.head-flex .text .main-text{
	margin-bottom: 30px;
	line-height: 1.62;
}
.head-flex .text .ninka-text{
	padding: 12px 12px;
	line-height: 1;
	border: 2px solid #FF1414;
	border-radius: 6px;
}
.head-flex .img{
	width: 44%;
	margin-right: -5.5%;
}
.sup-text{
	margin-bottom: 16px;
	font-size: 28px;
	color: #751C7A;
	font-weight: 900;
}
.sup-list{
	padding: 30px 30px 22px;
	background-image: linear-gradient(to bottom, rgba(255, 88, 120, 0.22), rgba(255, 59, 195, 0.22));
	margin-bottom: 30px;
	border-radius: 10px;
}
.sup-list ul{
	display: flex;
	justify-content: space-between;
}
.sup-list ul li{
	width: 19.4%;
	text-align: center;
	line-height: 1;
}
.sup-list ul li .img{
	margin-bottom: 2px;
}

.ref-text{
	margin-bottom: 15px;
	font-size: 24px;
	color: #000000;
	font-weight: 900;
}
.ref-img{
	margin-bottom: 43px;
}
.case-text{
	font-size: 40px;
	line-height: 1;
	color: #751C7A;
	font-weight: 900;
	margin-bottom: 45px;
	text-align: center;
}
.case-list ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.case-list ul li{
	width: 23.4%;
	text-align: center;
	line-height: 1;
}
.merit-wrap{
	margin-bottom: 65px;
}
.merit-copy{
	font-size: 21px;
	line-height: 1.52;
	text-align: center;
	margin-bottom: 24px;
	font-weight: 700;
	color: #484848;
}
.merit-box{
	padding: 24px 48px;
	border-radius: 23px;
	border: 2px solid rgba(122,122,122,0.44);
	display: flex;
	align-items: center;
}
.merit-box .graph{
	width: 71.3%;
}
.merit-box .illust{
	width: 25.4%;
}
.notes{
	font-size: 12px;
}
.bg-1{
	padding-top: 106px;
	padding-bottom: 300px;
	background: url("../images/renovation/bg.jpg") no-repeat center top / cover;
	z-index: 1;
}
.bg-1 .main-copy{
	margin-bottom: 23px;
	text-align: center;
}
.bg-1 .main-copy .copy-ttl{
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 900;
	color: #FF5D89;
	font-size: 48px;
}
.bg-1 .main-copy .copy-text{
	line-height: 1.62;
	font-weight: 700;
}
.bg-1 .copy-obi{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	background: #FF5D89;
	border-radius: 8px;
}
.bg-1 .copy-obi p{
	font-weight: 900;
	font-size: 24px;
	line-height: 1.48;
}
.bg-1 .point-box{
	padding:42px 70px;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 0 6px rgba(203,49,127,0.42);
}
.bg-1 .point-box .point-flex{
	display: flex;
	justify-content: space-between;
}
.bg-1 .point-box .point-flex .text{
	width: 64.1%;
	line-height: 1.48;
}
.bg-1 .point-box .point-flex .text .ttl-obi{
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1;
	border-radius: 7px;
	font-weight: 900;
	color: #fff;
	background: #FF5D89;
	font-size: 24px;
	text-align: center;
}
.bg-1 .point-box .point-flex .text .sub-ttl{
	margin-bottom: 10px;
	font-size: 24px;
	color: #FF5D89;
	font-weight: 900;
}
.bg-1 .point-box .point-flex .pic{
	width: 30.2%;
}
.bg-1 .point-box .pink-box{
	line-height: 1.48;
	padding: 25px 33px 39px;
	background: #FFE3F3;
}
.bg-1 .point-box .pink-box .pink-ttl{
	font-size: 21px;
	color: #FF5D89;
	font-weight: 900;
	margin-bottom: 10px;
}
.bg-2{
	background-image: linear-gradient(to bottom, rgba(240, 237, 231, 1), rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1));
	height: 100%;
	margin-top: 0;
	padding-top: 0;
	z-index: 2;
}
.bg-2 .wrap2.ex{
	bottom:225px;
	margin-bottom: -225px;
	/*bottom: -225px;
	margin-bottom: -225px;*/
}
.bg-2 .ladybox{
	padding: 58px 58px;
	background: #fff;
	border: 10px solid #FF6EBC;
	border-radius: 21px;
	width: 100%;
	margin-bottom: 80px;
}
.bg-2 .ladybox .lady-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}
.bg-2 .ladybox .lady-flex .text{
	width: 56%;
}
.bg-2 .ladybox .lady-flex .text .lady-ttl{
	font-size: 22px;
	line-height: 1.5;
	font-weight: 900;
	color: #FF6EBC;
	margin-bottom: 25px;
}
.bg-2 .ladybox .lady-flex .img{
	width: 40.2%;
	line-height: 1.62;
	font-weight: 700;
}
.bg-2 .ladybox .lady-img{
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}
.bg-2 .bottom-ttl{
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
	background-image: linear-gradient(to right, #2904C4, #6333A2 48%, #BF0BBF);
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
	font-size: 28px;
	font-weight: 900;
}
.bg-2 .bottom-ttl2{
	line-height: 1.56;
	text-align: center;
	margin-bottom: 15px;
	color:#751C7A ;
	font-size: 32px;
	font-weight: 900;
}
.bg-2 .house-list{
	width: 74%;
}
.bg-2 .house-list ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.bg-2 .sai-img{
    width: 23%;
}
.bg-2 .house-list li{
	width: 32%;
	margin-bottom: 44px;
}
.bg-2 .bottom-flex{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 60px;
}
.bg-2 .bottom-flex .map-img{
	width: 46.8%;
}
.bg-2 .bottom-flex .text{
	width: 49.4%;
	line-height: 1.62;
}
.bg-2 .bottom-ttl3{
	line-height: 1.5;
	color: #751C7A;
	font-size: 24px;
	font-weight: 900;
}
.bg-2 .blog-box{
	padding: 45px 52px;
	border: 10px solid #DF89FF;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	border-radius: 21px;
}
.bg-2 .blog-box .text{
	width: 49.4%;
	line-height: 1.62;
}
.bg-2 .blog-box .pic{
	width: 46.8%;
}
.bg-2 .bottom-ttl4{
	line-height: 1;
	color: #3E3E3E;
	font-size: 28px;
	font-weight: 900;
}
.btn-box a{
  border-radius: 50px;
  padding:20px 0 20px 0px;
  background-image: linear-gradient(to right, rgba(4,93,196,0.9) 0%,rgba(99,51,161,0.9) 50%, rgba(191,11,191,0.9) 100%);
	position: relative;
	display: block;
	width: 100%;
	color:#fff;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.btn-box.ptn2 a{
	background: #000000;
}
.btn-box a .yajirushi{
	width: 14px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 3px;
	margin-right: 14px;
}
.btn-box a .yajirushi img{
	display: block;
}
.bg-2 .blog-ttl{
	color: #751C7A;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}
.bg-2 .blog-ttl.lh{
	line-height: 1.4;
}
.blog-list ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.blog-list ul li{
	width: 23%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.blog-list ul li .pic {
    margin-bottom: 0;
    position: relative;
    height: 170px;
    overflow: hidden;
    width: 100%;
	border: 1px solid #707070;
}
.blog-list ul li .pic img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    /* max-height: 80px; */
    max-width: none;
}
.blog-list ul li p.text{
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.31;
	text-align: center;
}
.bg-2 .flow-box{
	padding-top: 70px;
	padding-bottom: 70px;
	background: rgba(255,209,209,0.34);
	border-radius: 21px;
	margin-bottom: 58px;
}
.bg-2 .flow-box ul{
	max-width: 678px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.bg-2 .flow-box ul li{
	position: relative;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.bg-2 .flow-box ul li::after{
	position: absolute;
	content: "";
	bottom: -32px;
	left: 8%;
	right:0;
	margin-left: auto;
	margin-right: auto;
	width: 38px;
	height: 24px;
	background: url("../images/renovation/flow_sankaku.svg") no-repeat center bottom / 100%;
}
.bg-2 .flow-box ul li:last-child::after{
	display: none;
}
.bg-2 .flow-box ul li .left{
	width: 22.8%;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	border-radius: 5px;
	background: #F83370;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-2 .flow-box ul li .left p{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 900;
	line-height: 1;
}
.bg-2 .flow-box ul li .right{
	width: 75.2%;
	padding: 24px 24px;
	background: #FD7795;
	display: flex;
	border-radius: 5px;
	align-items: center;
}
.bg-2 .flow-box ul li .right p{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 900;
	line-height: 1;
}
.bg-2 .flow-box ul li:last-child{
    margin-bottom: 0;
}
.bg-2 .contact-box{
	margin-bottom: 80px;
}
.bg-2 .contact-box .contact-ttlbox{
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: linear-gradient(to bottom, rgba(85,4,196,1) 0%, rgba(143,11,191,1) 100%);
	text-align: center;
	color: #fff;
	font-weight: 900;
	position: relative;
	border-radius: 30px 30px 0 0;
	z-index: 2;
}
.bg-2 .contact-box .contact-ttlbox::after{
	content: "";
	width: 36px;
	height: 23px;
	bottom: -20px;
	left: 0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/renovation/sankaku.svg") no-repeat center bottom / 100%;
	position: absolute;
}
.bg-2 .contact-box .top-tex{
	font-size: 33px;
	line-height: 1;
	margin-bottom: 8px;
}
.bg-2 .contact-box .bottom-tex{
	font-size: 44px;
	line-height: 1;
}
.bg-2 .btn-wrap{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #DEDEDE;
}
.btn-box2 a{
  border-radius: 100px;
  padding:22px 0 22px 0px;
	border: 5px solid #FFFFFF;
	background:#000000 ;
	position: relative;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 485px;
	color:#fff;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.btn-box2 a .yajirushi{
	width: 14px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 3px;
	margin-right: 14px;
}
.btn-box2 a .yajirushi img{
	display: block;
}
.bg-2 .bottom-flex2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 104px;
}
.bg-2 .bottom-flex2 .map-img{
	width: 45.1%;
}
.bg-2 .bottom-flex2 .map-img .img-1{
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 53%;
}
.bg-2 .bottom-flex2 .text{
	width: 49%;
	line-height: 1.62;
}
.bg-2 .bottom-flex2 .text .btn-box{
	max-width: 380px;
}
@media (min-width: 768px) {
	.wrap{
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap2{
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}
	.blog-list ul li:nth-child(4n){
		margin-right: 0;
	}
	.ex-flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}
@media only screen and (max-width : 767px) {
	.page__title {
		padding: 8px 0;
		margin-bottom: 8vw;
	}
	
	.page__title-h {
		font-size: 19px;
	}
	
	.page__title2 {
		text-align: center;
		padding: 50px 0 30px;
	}
	
	.page__title2-h {
		font-size: 26px;
	}
	p{
		font-size: 3.5vw;
		line-height: 1.85;
	}
	.wrap{
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}	
	.wrap2{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	.head-flex{
		display: block;
		margin-bottom: 7vw;
	}
	.head-flex .text{
		width: 100%;
		padding-top: 4vw;
		margin-bottom: 8vw;
	}
	.head-flex .text .ex-logo{
		margin-bottom: 8vw;
	}
	.head-flex .text .main-text{
		margin-bottom: 3vw;
		line-height: 1.62;
	}
	.head-flex .text .ninka-text{
		padding: 3vw 3vw;
		text-align: center;
		line-height: 1.85;
		border: 2px solid #FF1414;
		border-radius: 6px;
	}
	.head-flex .img{
		width: 100%;
		margin-right: -0%;
	}
	.sup-text{
		margin-bottom: 4vw;
		font-size: 4.26vw;
		line-height: 1.5;
	}
	.sup-list{
		padding: 5vw 4vw 5vw;
		background-image: linear-gradient(to bottom, rgba(255, 88, 120, 0.22), rgba(255, 59, 195, 0.22));
		margin-bottom: 8vw;
		border-radius: 10px;
	}
	.sup-list ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.sup-list ul li{
		width: 50%;
		text-align: center;
		line-height: 1;
		margin-bottom: 3vw;
		margin-right: 0%;
	}
	.sup-list ul li:nth-child(2n){
		margin-right: 0;
	}
	.sup-list ul li .img{
		margin-bottom: -1vw;
	}
	.sup-list ul li:last-child{
		margin-bottom: 0;
	}
	.ref-text{
		margin-bottom: 5vw;
		font-size: 4.26vw;
		width: 88%;
		line-height: 1.5;
		margin-left: auto;
		margin-right: auto;
	}
	.ref-img{
		margin-bottom: 8.8vw;
	}
	.case-text{
		margin-top: 6vw;
		font-size: 4.8vw;
		margin-bottom: 3vw
	}
	.case-list ul{
		display: flex;
		justify-content: space-between;
		margin-bottom: 4.8vw;
		flex-wrap: wrap;
	}
	.case-list ul li{
		width: 48.4%;
		text-align: center;
		line-height: 1;
		margin-bottom: 4.26vw;
	}
	.merit-wrap{
		margin-bottom: 65px;
	}
	.merit-copy{
		font-size: 3.7vw;
		line-height: 1.52;
		text-align: left;
		margin-bottom: 5.5vw;
	}
	.merit-box{
		padding: 0px 0px;
		border-radius: 0px;
		border: none;
		display: block;
	}
	.merit-box .graph{
		width: 100%;
		margin-bottom: 5.8vw;
	}
	.merit-box .illust{
		width: 66%;
		margin-left: auto;
		margin-right: auto;
	}
	.bg-1{
		padding-top: 12vw;
		padding-bottom: 21.3vw;
		background: url("../images/renovation/bg.jpg") no-repeat left top / cover;
		z-index: 1;
	}
	.bg-1 .main-copy{
		margin-bottom: 23px;
		text-align: center;
	}
	.bg-1 .main-copy .copy-ttl{
		line-height: 1;
		margin-bottom: 4vw;
		font-size: 5.6vw;
	}
	.bg-1 .main-copy .copy-text{
		line-height: 1.62;
		text-align: left;
	}
	.bg-1 .copy-obi{
		text-align: center;
		padding-top: 6vw;
		padding-bottom: 6vw;
		color: #fff;
		background: #FF5D89;
		border-radius: 8px;
	}
	.bg-1 .copy-obi p{
		font-size: 3.7vw;
		line-height: 1.48;
	}
	.bg-1 .point-box{
		padding:7vw 6vw;
		border-radius: 7px;
		box-shadow: 0 0 6px rgba(203,49,127,0.42);
	}
	.bg-1 .point-box .point-flex{
		display: block;
	}
	.bg-1 .point-box .point-flex .text{
		width: 100%;
		line-height: 1.48;
		margin-bottom: 5vw;
	}
	.bg-1 .point-box .point-flex .text .ttl-obi{
		margin-bottom: 3vw;
		padding-top: 2vw;
		padding-bottom: 2vw;
		line-height: 1;
		font-size: 3.8vw;
	}
	.bg-1 .point-box .point-flex .text .sub-ttl{
		margin-bottom: 1vw;
		font-size: 3.6vw;
		white-space: nowrap;
		text-indent: -0.5em;
	}
	.bg-1 .point-box .point-flex .pic{
		width: 100%;
	}
	.bg-1 .point-box .pink-box{
		line-height: 1.48;
		padding: 6vw 6vw 6vw;
	}
	.bg-1 .point-box .pink-box .pink-ttl{
		font-size: 3.8vw;
		color: #FF5D89;
		margin-bottom: 2vw;
	}
	.bg-2{
		background-image: linear-gradient(to bottom, rgba(240, 237, 231, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
		height: 100%;
		margin-top: 0;
		padding-top: 7vw;
		z-index: 2;
	}
	.bg-2 .wrap2.ex{
		bottom:0;
		margin-bottom: 0;
		/*bottom: -225px;
		margin-bottom: -225px;*/
	}
	.bg-2 .ladybox{
		padding: 9vw 9vw 12.2vw;
		background: #fff;
		border-top: 10px solid #FF6EBC;
		border-bottom: 10px solid #FF6EBC;
		border-left: none;
		border-right:none;
		border-radius: 0px;
		width: 100%;
		margin-bottom: 10vw;
	}
	.bg-2 .ladybox .lady-flex{
		display: block;
		justify-content: space-between;
		margin-bottom: 22px;
	}
	.bg-2 .ladybox .lady-flex .text{
		width: 100%;
		margin-bottom: 10.6vw;
	}
	.bg-2 .ladybox .lady-flex .text .lady-ttl{
		font-size: 3.8vw;
		line-height: 1.5;
		margin-bottom: 3.8vw;
	}
	.bg-2 .ladybox .lady-flex .img{
		width: 100%;
		line-height: 1.62;
	}
	.bg-2 .ladybox .lady-img{
		max-width: none;
		margin-left: -8%;
		margin-right: -8%;
		width: 116%;
	}
	.bg-2 .bottom-ttl{
		padding-top: 2vw;
		padding-bottom: 2vw;
		border-radius: 30px;
		margin-bottom: 4.8vw;
		font-size: 4.8vw;
	}
	.bg-2 .bottom-ttl2{
		line-height: 1.56;
		text-align: left;
		margin-bottom: 5vw;
		font-size: 4.7vw;
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
	.bg-2 .house-list{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.bg-2 .house-list ul{
		display: block;
	}
	.bg-2 .house-list li{
		width: 100%;
		text-align: center;
		margin-bottom: 3vw;
	}
	.bg-2 .sai-img{
		width: 62%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8vw;
	}
	.bg-2 .bottom-flex{
		display: block;
		justify-content: space-between;
		margin-bottom: 17vw;
	}
	.bg-2 .bottom-flex .map-img{
		width:100%;
	}
	.bg-2 .bottom-flex .text{
		width: 100%;
		line-height: 1.62;
		margin-bottom: 9vw;
	}
	
	.bg-2 .bottom-flex2{
		display: block;
		justify-content: space-between;
		margin-bottom: 17vw;
	}
	.bg-2 .bottom-flex2 .map-img{
		width:100%;
	}
	.bg-2 .bottom-flex2 .map-img .img-1{
		margin-bottom: 5vw;
		margin-left: auto;
		margin-right: auto;
		width: 53%;
	}
	.bg-2 .bottom-flex2 .text{
		width: 100%;
		line-height: 1.62;
		margin-bottom: 9vw;
	}
	.bg-2 .bottom-flex2 .text .btn-box{
		max-width: none;
	}
	.bg-2 .bottom-ttl3{
		line-height: 1.8;
		font-size: 3.8vw;
	}
	.bg-2 .blog-box{
		padding: 8vw 5vw;
		border: 6px solid #DF89FF;
		display: block;
		justify-content: space-between;
		margin-bottom: 12vw;
		border-radius: 21px;
	}
	.bg-2 .blog-box .text{
		width: 100%;
		line-height: 1.62;
		margin-bottom: 7vw;
	}
	.bg-2 .blog-box .pic{
		width: 100%;
	}
	.bg-2 .bottom-ttl4{
		line-height: 1;
		font-size: 4.8vw;
	}
	.btn-box a{
		padding: 5% 0 5%;
		line-height: 1;
		text-align: center;
		position: relative;
		width: 100%;
		font-size: 3.8vw;
	}
	.btn-box a .yajirushi{
		width: 3.8vw;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 0vw;
		margin-top: -0.1em;
		margin-right: 1vw;
	}
	.bg-2 .blog-ttl{
		font-size: 4.8vw;
		line-height: 1.4;
		text-align: center;
	}
	.blog-list ul{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 70px;
	}
	.blog-list ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4vw;
	}
	.blog-list ul li:nth-child(2n){
		margin-right: 0;
	}
	.blog-list ul li .pic {
		margin-bottom: 0;
		position: relative;
		height: 35vw;
		overflow: hidden;
		width: 100%;
	}
	.blog-list ul li .pic img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
		/* max-height: 80px; */
		max-width: none;
	}
	.blog-list ul li p.text{
		margin-top: 2vw;
		font-size: 3.2vw;
		line-height: 1.31;
		text-align: center;
	}
	.bg-2 .flow-box{
		padding-top: 10vw;
		padding-bottom: 10vw;
		background: rgba(255,209,209,0.34);
		border-radius: 0px;
		margin-bottom: 7vw;
	}
	.bg-2 .flow-box ul{
		max-width: 678px;
		width: 78%;
		margin-left: auto;
		margin-right: auto;
	}
	.bg-2 .flow-box ul li{
		position: relative;
		margin-bottom: 8vw;
		display: flex;
		justify-content: space-between;
	}
	.bg-2 .flow-box ul li::after{
		position: absolute;
		content: "";
		bottom: -6vw;
		right:0;
		left: 14vw;
		margin-left: auto;
		margin-right: auto;
		width: 6vw;
		height: 5vw;
		background: url("../images/renovation/flow_sankaku.svg") no-repeat center bottom / 100%;
	}
	.bg-2 .flow-box ul li:last-child::after{
		display: none;
	}
	.bg-2 .flow-box ul li .left{
		width: 22.8%;
		padding-top: 3vw;
		padding-bottom: 3vw;
		text-align: center;
		border-radius: 5px;
		background: #F83370;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.bg-2 .flow-box ul li .left p{
		font-size: 3.4vw;
		color: #FFFFFF;
	}
	.bg-2 .flow-box ul li .right{
		width: 75.2%;
		padding: 3vw 2vw;
		background: #FD7795;
		display: flex;
		border-radius: 5px;
		align-items: center;
	}
	.bg-2 .flow-box ul li .right p{
		font-size: 3.4vw;
		color: #FFFFFF;
	}
	.bg-2 .contact-box{
		margin-bottom: 10vw;
	}
	.bg-2 .contact-box .contact-ttlbox{
		padding-top: 5vw;
		padding-bottom: 5vw;
		background-image: linear-gradient(to bottom, rgba(85,4,196,0.9) 0%, rgba(143,11,191,0.9) 100%);
		text-align: center;
		color: #fff;
		position: relative;
		border-radius: 10px 10px 0 0;
		z-index: 2;
	}
	.bg-2 .contact-box .contact-ttlbox::after{
		content: "";
		width: 18px;
		height: 12px;
		bottom: -10px;
		left: 0;
		right:0;
		margin-left: auto;
		margin-right: auto;
		background: url("../images/renovation/sankaku.svg") no-repeat center bottom / 100%;
		position: absolute;
	}
	.bg-2 .contact-box .top-tex{
		font-size: 3.9vw;
		line-height: 1;
		margin-bottom: 8px;
	}
	.bg-2 .contact-box .bottom-tex{
		font-size: 4.1vw;
		line-height: 1;
	}
	.bg-2 .btn-wrap{
		padding-top: 6vw;
		padding-bottom: 6vw;
		background: #DEDEDE;
	}
	.btn-box2 a{
	  border-radius: 100px;
	  padding:4.5vw 0 4vw 0px;
		border: 2px solid #FFFFFF;
		position: relative;
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		max-width: 485px;
		color:#fff;
		font-size: 3.3vw;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	}
	.btn-box2 a .yajirushi{
		width: 14px;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 3px;
		margin-right: 14px;
		margin-top: -0.1em;
	}
	.notes{
		font-size: 3.2vw;
	}
}

.notes.ex{
	color: #751C7A;
}
footer{
	position: relative;
	z-index: 3;
}