@charset "utf-8";

/**************************************************************************************
事業内容
--------------------------------------------------------------------------------------

***************************************************************************************/

/* 事業内容INDEX
========================================== */

#index {}
#index .index-bg {
	background: #000;
	height: 470px;
	position: relative;
}
#index #biz01 .index-bg { background: url(../img/business/bg_index01.jpg) center top no-repeat; }
#index #biz02 .index-bg { background: url(../img/business/bg_index02.jpg) center top no-repeat; }
#index #biz03 .index-bg { background: url(../img/business/bg_index03.jpg) center top no-repeat; }

@media only screen and (max-width: 767px) {
	#index .index-bg {
		height: 200px;
	}
	#index #biz01 .index-bg ,
	#index #biz02 .index-bg ,
	#index #biz03 .index-bg { 
		background-size: cover;
	}

}


#index .index-tit {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 2em;
	background: #fff;
	padding: 1em 1em 1em 3em;
}
#index .index-tit::after {
	content: "";
	width: 100px;
	height: 100%;
	clip-path: polygon(0 0, 20% 0, 100% 100%, 0% 100%);
	background: #fff;
	display: block;
	position: absolute;
	right: -99px;
	top: 0;
}
#index .index-tit > em {
	font-size: 60px;
	font-weight: bold;
}
#index .index-tit > h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 38px;
	border-left: 2px solid #ccc;
	margin-left: 40px;
}
#index .index-tit > h3 > small {
	font-size: 20px;
	font-weight: bold;
	padding-left: 1em;
}
#index .index-tit > h3 > span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	#index .index-tit {
		left: 1em;
		padding: .5em 1em;
	}
	#index .index-tit > em {
		font-size: 14px;
	}
	#index .index-tit > h3 {
		font-size: 20px;
		padding-left: 10px;
		margin-left: 10px;
	}
	#index .index-tit > h3 > span {
		font-size: 12px;
	}
	#index .index-tit::after {
		display: none;
	}
}

#index .index-txt {
	font-size: 26px;
	font-weight: bold;
	margin-top: 40px;
}
#index .index-txt + p {
	margin-top: 40px;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	#index .index-txt {
		font-size: 18px;
	}
	#index .index-txt + p {
		font-size: 14px;
		margin-top: 20px;
	}
}

/* 事業内容INDEX　サービス内容
========================================== */

#index .index-service {
	border: 2px solid #ADB0B7;
	border-radius: 10px;
	display: flex;
	padding: 2em 4em;
	margin-top: 30px;
}
#index .index-service .index-service-tit {
	border-right: 1px solid #ADB0B7;
	width: 200px;
}
@media only screen and (max-width: 767px) {
	#index .index-service {
		display: block;
		padding: 1em 2em;
	}
	#index .index-service .index-service-tit {
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #ADB0B7;
		padding-bottom: 1em;
	}
}

#index .index-service .index-service-tit > h4 {
	position: relative;
	padding-left: 2em;
}
#index .index-service .index-service-tit > h4::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #1C294F;
	display: block;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
#index .index-service .index-service-txt {
	padding-left: 70px;
}
#index .index-service .index-service-txt ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#index .index-service .index-service-txt ul li {
	width: calc(50% - 40px);
	position: relative;
	padding-left: 1.5em;
}
#index .index-service .index-service-txt ul li::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	display: block;
	background: #1C294F;
	border-radius: 5px;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
@media only screen and (max-width: 767px) {
	#index .index-service .index-service-txt {
		padding-left: 0;
	}
	#index .index-service .index-service-txt ul {
		flex-wrap: wrap;
		margin-top: 1em;
		gap: .5em;
	}
	#index .index-service .index-service-txt ul li {
		width: 100%;
		font-size: 14px;
	}
}

/* 事業内容INDEX　詳細リンク
========================================== */

#index .index-btn {
	margin-top: 40px;
}

/* 事業内容　先頭の説明
========================================== */

.biz-intro {
	display: flex;
	justify-content: space-between;
}
.biz-intro .biz-intro-txt {
	max-width: 640px;
	width: 100%;
}
.biz-intro figure {
	max-width: 450px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.biz-intro {
		display: block;
	}
	.biz-intro .biz-intro-txt > h3 {
		font-size: 16px;
	}
	.biz-intro .biz-intro-txt > h3 + p {
		font-size: 14px;
	}
	.biz-intro figure {
		margin-top: 20px;
	}
}

.biz-pager {
	padding-left: 30px;
	padding-right: 30px;
}
.biz-pager > h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.biz-pager > ul {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	gap: 20px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.biz-pager > ul {
		gap: 10px;
		margin-top: 20px;
	}
	.biz-pager > ul li {
		width: 100%;
	}
}


.biz-list {
	background: #fff;
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 15px;
	margin-top: 60px;
}
#re .biz-list {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.biz-list {
		padding: 40px 0;
		width: 90%;
	}

}

.biz-list .biz-list-item {
	display: flex;
	justify-content: space-between;
	gap: 70px;
	padding-bottom: 60px;
}
.biz-list .biz-list-item:last-of-type {
	padding-bottom: 0;
}
.biz-list .biz-list-item + .biz-list-item {
	border-top: 1px solid #ADB0B7;
	padding-top: 60px;
}
.biz-list .biz-list-item .biz-list-txt {
	padding-left: 20px;
	margin-top: 30px;
}
.biz-list .biz-list-item .biz-list-txt p {
	letter-spacing: 0;
	line-height: 2;
}
.biz-list .biz-list-item figure {
	max-width: 450px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.biz-list .biz-list-item {
		flex-wrap: wrap;
		gap: 30px;
	}
	.biz-list .biz-list-item + .biz-list-item {
		padding-top: 40px;
	}
	.biz-list .biz-list-item .biz-list-txt {
		padding-left: 0;
		font-size: 14px;
	}
}


/*******************************************

-------------------------------------------
リノベーション事例
********************************************/

#re ul.re-list {}
#re ul.re-list li {
	border-top: #D2D2D2 1px solid;
	padding: 27px;
	margin-top: 30px;
}
#re ul.re-list li h4 {
	font-weight: bold;
	position: relative;
	padding-left: 2em;
}
#re ul.re-list li h4::after {
	content: "";
	width: 12px;
	height: 12px;
	background: #1C294F;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
@media only screen and (max-width: 767px) {
	#re ul.re-list li {
		padding-left: 0;
		padding-right: 0;
	}
}

#re ul.re-list li .re-ba {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 30px;
}
#re ul.re-list li .re-ba dl {
	position: relative;
}
#re ul.re-list li .re-ba dl:nth-of-type(1)::after {
	content: "";
	width: 20px;
	height: 20px;
	background: #000;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	display: block;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -10px;
}

#re ul.re-list li .re-ba dl dt {
	text-align: center;
	width: 330px;
	background: #C8C8C8;
	color: #464B5D;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	padding: .5em;
}
#re ul.re-list li .re-ba dl:nth-of-type(2) dt {
	background: #D4442A;
	color: #fff;
}
#re ul.re-list li .re-ba dl dd {
	margin-top: 14px;
}
@media only screen and (max-width: 767px) {
	#re ul.re-list li .re-ba {
		flex-wrap: wrap;
	}
	#re ul.re-list li .re-ba dl dt {
		width: 100%;
	}
	#re ul.re-list li .re-ba dl:nth-of-type(1)::after {
		clip-path: polygon(50% 100%, 0 0, 100% 0);
		bottom: -40px;
		top: inherit;
		left: 50%;
		margin-left: -10px;
	}
}
.txt-after {
	background: #D4442A;
	color: #fff;
	text-align: center;
	padding: .5em;
}
