@charset "utf-8";
/* [sectBiz] ----------*/
#sectBiz .lead {
	color: #0C72D8;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
/* [sectTtl_biz01] ----------*/
.sectTtl_biz01 {
	margin-bottom: 40px;
	overflow: hidden;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.sectTtl_biz01 span {
	position: relative;
	display: inline-block;
}
.sectTtl_biz01 span::before,
.sectTtl_biz01 span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 50px;
	border-bottom: 2px solid #333;
	transform: translateY(-50%);
}
.sectTtl_biz01 span::before {
	right: calc(100% + 20px);
}
.sectTtl_biz01 span::after {
	left: calc(100% + 20px);
}
/* [bizBox] ----------*/
.bizBox_base {
	display: flex;
	justify-content: space-between;
}
.bizBox {
	max-width: 600px;
	font-size: 1.4rem;
	text-align: left;
}

.bizBox2 {
	max-width: 900px;
	font-size: 1.4rem;
	text-align: left;
}

/**/
.bizBox .sectTtl01 {
	margin: 30px auto;
	font-size: 1.8rem;
}

.bizBox2 .sectTtl01 {
	margin: 30px auto;
	font-size: 1.8rem;
}

/**/
.bizBox p + p {
	margin-top: 20px;
}

.bizBox2 p + p {
	margin-top: 20px;
}

/* [ttlBox] ----------*/
.ttlBox {
	color: #FFF;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 0 40px;
	background: #0E73D9 no-repeat 100% 50%;
	box-sizing: border-box;
}
.ttlBox.scaffold {
	background-image: url(/img/business/bg_ttl01.jpg);
}
.ttlBox.house {
	background-image: url(/img/business/bg_ttl02.jpg);
}
.ttlBox.lease {
	background-image: url(/img/business/bg_ttl03.jpg);
}
/**/
.ttlBox + .sectInner {
	padding-top: 50px;
}
/* [ttl] */
.ttlBox .ttl {
	margin-right: 20px;
	font-size: 2.8rem;
	font-weight: bold;
}
/* [lead] */
.ttlBox .lead {
	font-size: 1.8rem;
	font-weight: bold;
}
/* [listContact] ----------*/
.listContact {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.listContact dt,
.listContact dd {
	display: table-cell;
	height: 106px;
	vertical-align: middle;
}
.listContact dt {
	font-size: 1.7rem;
	text-align: center;
	border-bottom: 2px solid #0E73D9;
}
.listContact dd {
	border-bottom: 2px solid #DDD;
	box-sizing: border-box;
}
.listContact dd.telBox {
	width: 440px;
	padding-left: 30px;
	font-size: 1.6rem;
	font-family: "Century Gothic", CenturyGothic, "Avenir-Light", sans-serif;
}
.listContact dd .tel  {
	font-size: 2.2rem;
}
.listContact dd:nth-of-type(2) {
	width: 260px;
}
/* [stepBox] ----------*/
.stepBox {
	display: flex;
	align-items: center;
	padding: 30px 0;
}
.stepBox + .stepBox {
	border-top: 1px solid #DDD;
}
.listContact + .stepBox {
	padding-top: 0;
}
/* [sttlStep] */
.sttlStep {
	position: relative;
	width: 80px;
	padding-bottom: 8px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
	border-bottom: 2px solid #0E73D9;
}
.sttlStep span {
	font-size: 2.4rem;
	font-style: italic;
}
.stepBox:not(:last-of-type) .sttlStep::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	transform: rotate(45deg);
}
/* [txtBox] */
.txtBox {
	width: 100%;
	max-width: 830px;
	margin-left: auto;
}
/**/
.txtBox .ttl {
	color: #0C72D8;
	margin-bottom: 10px;
	font-size: 2.2rem;
}
.txtBox p {
	font-feature-settings: "palt" 1;
}

@media screen and (max-width:768px) {
/* [sectBiz] ----------*/
	#sectBiz .lead {
		margin: 10px auto;
		font-size: 1.9rem;
		line-height: 1.3;
	}
/* [sectTtl_biz01] ----------*/
	.sectTtl_biz01 {
		margin-bottom: 20px;
		overflow: hidden;
		font-size: 1.6rem;
	}
	.sectTtl_biz01 span::before,
	.sectTtl_biz01 span::after {
		top: 50%;
		width: 20px;
		border-bottom: 2px solid #333;
	}
	.sectTtl_biz01 span::before {
		right: calc(100% + 10px);
	}
	.sectTtl_biz01 span::after {
		left: calc(100% + 10px);
	}
/* [bizBox] ----------*/
	.bizBox_base {
		display: block;
	}
	.bizBox {
		max-width: 100%;
		margin-bottom: 40px;
		font-size: inherit;
	}

	.bizBox2 {
		max-width: 100%;
		margin-bottom: 40px;
		font-size: inherit;
	}

	.bizBox:last-child {
		margin-bottom: 20px;
	}

	.bizBox2:last-child {
		margin-bottom: 20px;
	}

	/**/
	.bizBox .sectTtl01 {
		margin: 20px auto;
		font-size: 1.6rem;
	}

	.bizBox2 .sectTtl01 {
		margin: 20px auto;
		font-size: 1.6rem;
	}
/**/
	.bizBox p + p {
		margin-top: 20px;
	}

	.bizBox2 p + p {
		margin-top: 20px;
	}

	/* [ttlBox] ----------*/
	.ttlBox {
		color: #FFF;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 60px;
		padding: 5px 10px;
		background-size: auto 100%;
	}
/**/
	.ttlBox + .sectInner {
		padding-top: 60px;
	}
/* [ttl] */
	.ttlBox .ttl {
		margin-right: 20px;
		font-size: 1.8rem;
	}
/* [lead] */
	.ttlBox .lead {
		font-size: 1.2rem;
	}
/* [listContact] ----------*/
	.listContact {
		display: block;
		margin-bottom: 20px;
	}
	.listContact dt,
	.listContact dd {
		display: block;
		height: auto;
	}
	.listContact dt {
		font-size: 1.4rem;
		text-align: center;
		border-bottom: 1px solid #0E73D9;
	}
	.listContact dd {
		text-align: center;
		border-bottom: none;
	}
	.listContact dd.telBox {
		width: auto;
		padding: 10px 0;
		font-size: inherit;
	}
	.listContact dd .tel  {
		font-size: 1.6rem;
	}
	.listContact dd:nth-of-type(2) {
		width: auto;
	}
/* [stepBox] ----------*/
	.stepBox {
		position: relative;
		display: block;
		padding: 15px 0;
	}
	.stepBox + .stepBox {
		border-top-style: dashed;
	}
/* [sttlStep] */
	.sttlStep {
		color: #FFF;
		position: absolute;
		width: 5rem;
		margin-top: 0.5rem;
		padding-bottom: 0;
		font-size: 1rem;
		border-bottom: none;
		border-radius: 3px;
		background: #0E73D9;
	}
	.sttlStep span {
		font-size: 1.2rem;
		font-style: italic;
	}
	.stepBox:not(:last-of-type) .sttlStep::after {
		content: none;
	}
/* [txtBox] */
	.txtBox {
		width: 100%;
		max-width: 830px;
		margin-left: auto;
	}
/**/
	.txtBox .ttl {
		margin-bottom: 10px;
		padding-left: 6rem;
		font-size: 1.8rem;
	}
	.txtBox p {
		font-feature-settings: initial;
	}
}

