/*============================
業務内容（一般住宅部門）
============================*/
/* MV */
#lower_mv {
	background-image: url(../img/business_home_mv.jpg);
}

@media screen and (max-width: 599px) {
	#lower_mv {
		background-position: -0.80rem center;
	}
}

/*============================
 イントロ（共通）
============================*/
#introduction::before {
	content: "";
	width: 100%;
	height: 3.00rem;
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#introduction::before {
		content: none;
	}
}


/*============================
仕事へのこだわり
============================*/
#renovation .lead {
	font-size: 0.16rem;
}

@media screen and (max-width: 599px) {
	#renovation .lead {
		font-size: 0.15rem;
	}
}

#renovation .commitment_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.50rem;
}

#renovation .commitment_list_wrap .list .detail {
	width: 48%;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#renovation .commitment_list_wrap .list .detail {
		width: 100%;
		padding-bottom: 0.30rem;
	}
}

#renovation .commitment_list_wrap .list .ph_wrap img {
	display: block;
}

#renovation .commitment_list_wrap .list .detail .textbox .title {
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.15rem 0;
}

@media screen and (max-width: 599px) {
	#renovation .commitment_list_wrap .list .detail .textbox .title {
		font-size: 0.18rem;
		padding: 0.10rem 0;
	}
}

#renovation .commitment_list_wrap .list .detail .text {
	font-size: 0.14rem;
	line-height: 1.75;
}

@media screen and (max-width: 599px) {
	#renovation .commitment_list_wrap .list .detail .text {
		font-size: 0.13rem;
		line-height: 1.75;
		text-align: justify;
	}
}

/*============================
施工事例
============================*/
#case {
	background-color: #d9e1e6;
	background-image: url(../img/business_case_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
#case {
	padding-bottom: 0.50rem;
}
}

#case .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 599px) {
	#case .list {
		margin: 0 -0.20rem;
	}
}

#case .list .item {
	width: 31%;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#case .list .item {
		padding: 0 0.06rem;
	}
}

#case .list .item a {
	display: block;
	text-decoration: none;
	color: #000;
}

#case .list .item a:hover {
	opacity: 0.7;
}

/* 画像 */
#case .list .item .ph_wrap {
	width: 100%;
	height: 2.40rem;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#case .list .item .ph_wrap {
		height: 52vw;
	}
}

#case .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

#case .list .item a:hover .ph_wrap img {
	transform: scale(1.05);
}

@media screen and (max-width: 599px) {
	#case .list .item a:hover .ph_wrap img {
		transform: none;
	}
}

#case .list .item .ph_wrap .category {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.14rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #FFF;
	background: #003554;
	padding: 0.08rem;
	display: inline-block;
}

@media screen and (max-width: 599px) {
	#case .list .item .ph_wrap .category {
		font-size: 0.12rem;
		padding: 0.06rem 0.08rem;
	}
}

/* タイトル */
#case .list .item .cont_title {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 2.1;
	letter-spacing: 0.075em;
	color: #003554;
	padding: 0.05rem 0;
}

@media screen and (max-width: 599px) {
	#case .list .item .cont_title {
		font-size: 0.18rem;
		line-height: 1.45;
		letter-spacing: 0.05em;
		text-align: center;
		padding: 0.10rem 0 0.05rem;
	}
}

/* テキスト */
#case .list .item .text {
	font-size: 0.14rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#case .list .item .text {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: calc(100% - 0.10rem);
		margin: auto;
	}
}

/* ボタン */
#case .btn_common {
	margin: auto;
	margin-top: 0.60rem;
	width: 100%;
	max-width: 4.00rem;
}

/*==================================
施工事例 Slick（SPのみ）
==================================*/
/* ドット */
#case .list .slick-dots {
	bottom: -0.20rem;
}

#case .list .slick-dots li {
	width: 0.20rem;
	height: 0.08rem;
	margin: 0 0.03rem;
}

#case .list .slick-dots li button {
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 0.06rem;
	background-color: #003554;
	padding: 0;
	opacity: 0.3;
	transition: all 0.3s;
}

#case .list .slick-dots li.slick-active button {
	opacity: 1;
}

#case .list .slick-dots li button::before {
	font-size: 0;
}

/* 前へ・次へ */
#case .list .slick-prev,
#case .list .slick-next {
	font-size: 0;
	width: 0.30rem;
	height: 0.30rem;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
	top: 40%;
}

#case .list .slick-next::before {
	content: none;
}

#case .list .slick-prev {
	left: 0;
	background-image: url(../img/slick_btn_prev.svg);
}

#case .list .slick-next {
	right: 0;
	background-image: url(../img/slick_btn_next.svg);
}
