@charset "UTF-8";

/*------------------------
トップイメージ
------------------------*/
body{
	background: rgba(105, 100, 105, 0.05);
}
#topimg .text-wrap{
	color: #fff;
}
#topimg .en{
	letter-spacing: .08em;
	line-height: 1.092;
	font-weight: 600;
	position: relative;
}
#topimg .en::after {
	content: "";
	background: url(../img/staff-voice/h1_and.svg) no-repeat;
	background-size: contain;
	position: absolute;
}
#topimg .jp{
	font-weight: 600;
	color: var(--black);
}
/* PC */
@media screen and (min-width:768px) {
	.top-bg{
		min-height: 770px;
		background: url(../img/planning-support/topimg.jpg) no-repeat center;
		background-size: cover;
	}
	#topimg .text-wrap{
		width: 510px;
		margin: 100px 0 0 auto;
	} 
	#topimg .en{
		font-size: 65px;
		margin-bottom: 45px;
	}
	#topimg .en::after {
		width: 100px;
		height: 80px;
		top: -8px;
		left: 340px;
	}
	#topimg .jp{
		font-size: 36px;
		letter-spacing: .1em;
		margin-bottom: 32px;
		line-height: 1.694;
	}
	#topimg .textarea{
		font-size: 16px;
		line-height: 2.125;
	}
	#topimg .anime-arrow{
		bottom: -78px;
	}
}
/* SP */
@media screen and (max-width:767px) {
	#topimg{
		background: url(../img/planning-support/sp_topimg.jpg) no-repeat center;
		background-size: cover;
		min-height: 161.6vw;
	}
	#topimg .text-wrap{
		padding-top: 8vw;
	} 
	#topimg .en{
		margin: 0 auto 2.67vw;
		font-size: 8.53vw;
		line-height: 1.092;
		font-weight: bold;
	}
	#topimg .en::after {
		width: 12vw;
		height: 12vw;
		top: -1.33vw;
		left: 48vw;
	}
	#topimg .jp{
		margin-bottom: 4vw;
		letter-spacing: .1em;
		font-weight: bold;
		color: var(--black);
		line-height: 1.3;
		font-size: 6.67vw;
	}
	#topimg .textarea{
		font-size: 3.2vw;
		line-height: 1.917;
		letter-spacing: 0.12em;
	}
}
/*------------------------
共通
------------------------*/
section .sub-ttl {
	color: var(--gray);
	text-align: center;
	line-height: 1;
	opacity: 0.4;
	font-weight: bold;
	letter-spacing: .04em;
}
section h2 {
	letter-spacing: .08em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
section .top-text {
	text-align: center;
	letter-spacing: .05em;
}
section .flow-wrap .box {
	display: flex;
	align-items: center;
	border-radius: 50px;
	position: relative;
	height: 70px;
}
section .flow-wrap .box .txt-wrap {
	color: #fff;
	text-align: center;
}
section .flow-wrap .box .txt-wrap .ttl {
	letter-spacing: .08em;
	line-height: 1;
	font-weight: 600;
}
section .flow-wrap .box .txt-wrap .text {
	line-height: 1;
	letter-spacing: 0.12em;
}

/* PC */
@media screen and (min-width:768px) {
	section .sub-ttl {
		font-size: 60px;
		margin-bottom: 18px;
	}
	section h2 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	section .top-text {
		line-height: 2.214;
		margin-bottom: 40px;
	}
}
/* SP */
@media screen and (max-width:767px) {
	section .sub-ttl {
		font-size: 6.4vw;
		margin-bottom: 2.67vw;
	}
	section h2 {
		font-size: 4.27vw;
		margin-bottom: 5.33vw;
	}
	section .top-text {
		margin-bottom: 8vw;
		font-size: 3.2vw;
		line-height: 1.8;
	}
}


/*------------------------
家づくりの流れ
------------------------*/
#planning{
	background: #fff;
	position: relative;
}	
#planning .flow-wrap .box{
	position: relative;
	background: #FF833D;
}
/* 調整 */
#planning .flow-wrap .note{
	text-align: center;
}
#planning .flow-wrap .fukidasi{
	background: var(--black);
	color: #fff;
	position: absolute;
}

#planning .flow-wrap .box.flow07::after{
	content: none;
}
#planning .flow-wrap .box.complete {
	background: #8E0000;
}
/* PC */
@media screen and (min-width:768px) {
	#planning .inner{
		padding: 90px 0 195px;
	}
	#planning .flow-wrap {
		width: 500px;
		margin: 0 auto;
	}
	#planning .flow-wrap .box {
		height: 70px;
		margin-bottom: 40px;
	}
	#planning .flow-wrap .box:not(:last-child)::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #696469 transparent transparent transparent;
		border-width: 15px 11px 0px 11px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -28px;
	}
	#planning .flow-wrap .box.flow07{
		margin-bottom: 20px;
	}
	#planning .flow-wrap .box.flow07::after{
		content: none;
	}
	#planning .flow-wrap .box .icon {
		width: 55px;
		height: 55px;
		position: absolute;
		left: 7px;
	}
	#planning .flow-wrap .box .txt-wrap {
		flex: 1;
	}
	#planning .flow-wrap .box .txt-wrap .ttl {
		font-size: 24px;
		margin-bottom: 8px;
	}

	/* 調整 */
	#planning .flow-wrap .box.flow05 {
		margin-bottom: 5px;
		position: relative;
	}
	#planning .flow-wrap .box.flow05::after{
		bottom: -52px;
	}
	#planning .flow-wrap .note{
		margin-bottom: 40px;
	}
	#planning .flow-wrap .come{
		text-align: center;
		font-size: 12px;
		line-height: 1.583;
	}
	#planning .flow-wrap .fukidasi{
		width: 196px;
		height: 150px;
		right: -225px;
		border-radius: 30px;
		padding: 17px 25px 20px;
	}
	#planning .flow-wrap .fukidasi::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent #231815 transparent transparent;
		border-width: 10px 20px 10px 0px;
		position: absolute;
		left: -15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#planning .flow-wrap .fukidasi .ttl{
		line-height: 1.429;
		margin-bottom: 10px;
	}
	#planning .flow-wrap .fukidasi .textarea{
		font-size: 10px;
		letter-spacing: 0.12em;
	}
}

/* SP */
@media screen and (max-width:767px) {
	#planning::after{
		content: "";
		background: url(../img/planning-support/sankaku.svg) bottom center no-repeat;
		background-size: contain;
		width: 100%;
		height: 25.6vw;
		position: absolute;
		left: 0;
		bottom: 0px;
	}
	#planning .inner{
		padding: 10.67vw 6.67vw 13.33vw;
		position: relative;
		z-index: 10;
	}
	#planning .flow-wrap {
		margin: 0 auto;
	}
	#planning .flow-wrap .box {
		height: 16vw;
		margin-bottom: 8vw;
	}
	#planning .flow-wrap .box:not(:last-child)::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #696469 transparent transparent transparent;
		border-width: 2.13vw 2.13vw 0px 2.13vw;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -4.8vw;
	}
	#planning .flow-wrap .box.flow07{
		margin-bottom: 20px;
	}
	#planning .flow-wrap .box.flow07::after{
		content: none;
	}
	#planning .flow-wrap .box .icon {
		width: 13.33vw;
		height: 13.33vw;
		position: absolute;
		left: 1.33vw;
	}
	#planning .flow-wrap .box .txt-wrap {
		flex: 1;
	}
	#planning .flow-wrap .box .txt-wrap .ttl {
		font-size: 4.27vw;
		margin-bottom: 1.33vw;
	}
	section .flow-wrap .box .txt-wrap .text{
		font-size: 3.2vw;
	}

	/* 調整 */
	#planning .flow-wrap .box.flow05 {
		margin-bottom: 5px;
		position: relative;
	}
	#planning .flow-wrap .box.flow05::after{
		bottom: -48vw;
	}
	#planning .flow-wrap .note{
		margin-bottom: 38.67vw;
		font-size: 3.43vw;
	}
	#planning .flow-wrap .come{
		text-align: center;
		font-size: 3.2vw;
		line-height: 1.583;
	}
	#planning .flow-wrap .fukidasi{
		width: 100%;
		top: 34.67vw;
		right: 0;
		border-radius: 5.33vw;
		padding: 4vw;
	}
	#planning .flow-wrap .fukidasi::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent #231815 transparent;
		border-width: 0px 2vw 2.67vw 2vw;
		position: absolute;
		right: 0;
		left: 0;
		top: -2.2vw;
		margin: auto;
	}
	#planning .flow-wrap .fukidasi .ttl{
		line-height: 1.429;
		margin-bottom: 2.67vw;
	}
	#planning .flow-wrap .fukidasi .textarea{
		font-size: 2.67vw;
		letter-spacing: 0.12em;
	}
}



/*------------------------
万全なアフターサポート
------------------------*/
#support{
	position: relative;
}
#support .flow-wrap .box{
	position: relative;
	background: #E7407B;
}
#support .flow-wrap .box:not(:last-child)::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #696469 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#support .flow-wrap .box .txt-wrap {
	display: flex;
	align-items: center;
	height: 100%;
}
#support .flow-wrap .box .txt-wrap .ttl {
	background: #fff;
	color: var(--black);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
	#support .flow-wrap .box .txt-wrap .text span{
		display: block;
		font-weight: normal;
		letter-spacing: 0.12em;
	}
	#support .flow-wrap .box.flow05 {
		background: #8E0000;
	}
	#support .flow-wrap .box.flow05::after{
		content: none;
	}
	/* メンテナンス */
	#support .maintenance{
		border: 1px solid;
		margin: 0 auto;
		text-align: center;
	}
	#support .maintenance .ttl{
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.08em;
	}

/* PC */
@media screen and (min-width:768px) {
	#support::before{
		content: "";
		background: url(../img/planning-support/sankaku.svg) bottom center no-repeat;
		background-size: contain;
		width: 100%;
		height: 490px;
		position: absolute;
		left: 0;
		top: -490px;
	}
	#support .inner{
		padding: 90px 0 195px;
	}
	#support .flow-wrap {
		width: 710px;
		margin: 0 auto;
	}
	#support .flow-wrap .box {
		margin-bottom: 40px;
		display: block;
	}
	#support .flow-wrap .box:not(:last-child)::after{
		border-width: 15px 11px 0px 11px;
		bottom: -28px;
	}
	#support .flow-wrap .box .txt-wrap .ttl {
		font-size: 24px;
		width: 186px;
		height: 58px;
		margin: 8px 6px;
		border-radius: 50px;
		padding: 0 20px;
		letter-spacing: 0.04em;
	}
	#support .flow-wrap .box .txt-wrap .text{
		margin-left: 12px;
		font-size: 24px;
		font-weight: 600;
		text-align: left;
	}
	#support .flow-wrap .box .txt-wrap .text span{
		font-size: 14px;
		letter-spacing: 0.12em;
		padding-top: 10px;
	}

	/* 10年後 */
	#support .flow-wrap .box.flow05 .txt-wrap .text{
		display: flex;
		align-items: center;
	}
	#support .flow-wrap .box.flow05 .txt-wrap .text span.min{
		font-size: 12px;
		padding-top: 2px;
		margin-left: 20px;
		line-height: 1.6;	
	}

	/* メンテナンス */
	#support .maintenance{
		width: 672px;
		padding: 20px;
	}
	#support .maintenance .ttl{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#support .maintenance .txt{
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.09em;
	}
}

/* SP */
@media screen and (max-width:767px) {
	#support .inner{
		padding: 8vw 6.67vw;
	}
	#support .flow-wrap .box {
		height: 16vw;
		margin-bottom: 8vw;
	}
	#support .flow-wrap .box:not(:last-child)::after{
		border-width: 2.13vw 2.13vw 0px 2.13vw;
		bottom: -4.8vw;
	}
	#support .flow-wrap .box .txt-wrap .ttl {
		font-size: 3.43vw;
		width: 25.33vw;
		height: 13.33vw;
		margin: 1.33vw;
		border-radius: 50px;
		padding: 0 1.33vw;
		letter-spacing: 0.04em;
	}
	#support .flow-wrap .box .txt-wrap .text{
		font-size: 3.73vw;
		font-weight: 600;
		text-align: left;
		flex: 1;
		padding-right: 2.67vw;
	}
	#support .flow-wrap .box .txt-wrap .text span{
		font-size: 2.93vw;
		padding-top: 1.33vw;
		line-height: 1.2;
	}
	/* 10年後 */
	#support .flow-wrap .box.flow05 {
		height: 20vw;
	}
	#support .flow-wrap .box.flow05 .txt-wrap .text span.min{
		font-size: 2.67vw;
	}
	/* メンテナンス */
	#support .maintenance{
		padding: 4vw;
	}
	#support .maintenance .ttl{
		font-size: 4vw;
		margin-bottom: 2.67vw;
	}
	#support .maintenance .txt{
		font-size: 2.67vw;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}
}


/*------------------------

------------------------*/
/* PC */
@media screen and (min-width:768px) {
	
}

/* SP */
@media screen and (max-width:767px) {

}
