/*=======================
下層MV
=======================*/
#mv {
	background-image: url(../img/works_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#under_cont {
	padding: 1.00rem 0 0;
}

@media screen and (max-width: 499px) {
	#under_cont {
		padding: 0.80rem 0 0;
	}
}

/*=======================
仕事へのこだわり
=======================*/
.lead_wrap {
	padding: 0.40rem 0 1.20rem;
}

@media screen and (max-width: 499px) {
	.lead_wrap {
		padding: 0.50rem 0;
	}
}

.lead_wrap .title {
	font-size: 0.48rem;
	letter-spacing: 0.20em;
	font-weight: 700;
	color: #f8184f;
	margin-bottom: 0.40rem;
	text-align: center;
}

@media screen and (max-width: 499px) {
	.lead_wrap .title {
		font-size: 0.30rem;
		letter-spacing: 0.05em;
		margin-bottom: 0.20rem;
		line-height: 1.55;
	}
}

.lead_wrap .text {
	font-size: 0.22rem;
	letter-spacing: 0.15em;
	line-height: 2.27;
	text-align: center;
}

@media screen and (max-width: 499px) {
	.lead_wrap .text {
		font-size: 4.6vw;
		letter-spacing: 0.10em;
	}
}

/*========================
施工事例
=========================*/
.example {
	padding: 0.60rem 0;
	background-image: url(../img/bg_gray.jpg);
	position: relative;
}

.example::after {
	content: "";
	background-image: url(../img/logo_bg_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 3.74rem;
	height: 80%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 499px) {
	.example::after {
		height: 2.00rem;
	}
}

.example_list_wrap .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.03rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	.example_list_wrap .list {
		margin: 0;
	}
}

.example_list_wrap .detail {
	width: 3.29rem;
	margin: 0 0.03rem;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
	.example_list_wrap .detail {
		width: 100%;
		margin: 0 0 0.30rem;
	}
}

.example_list_wrap .detail a {
	color: #111;
	text-decoration: none;
	background-color: #FFF;
	display: block;
}

.example_list_wrap .detail a:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.example_list_wrap .detail .ph_wrap {
	width: 100%;
	height: 2.37rem;
	overflow: hidden;
}

.example_list_wrap .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.example_list_wrap .detail a:hover .ph_wrap img {
	transform: scale(1.04);
	opacity: 0.7;
}

.example_list_wrap .detail .title {
	font-size: 0.22rem;
	letter-spacing: 0.10em;
	font-weight: 500;
	padding: 0.20rem 0;
	text-align: center;
}

@media screen and (max-width: 499px) {
	.example_list_wrap .detail .title {
		font-size: 0.20rem;
		padding: 0.15rem 0;
	}
}

.example_list_wrap .detail .more_btn {
	padding: 0.05rem 0 0.30rem;
	text-align: center;
}

@media screen and (max-width: 499px) {
.example_list_wrap .detail .more_btn {
	padding: 0.05rem 0 0.20rem;
}
}

.example_list_wrap .detail .more_btn span {
	font-family: 'Jost', sans-serif;
	font-size: 0.14rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
	.example_list_wrap .detail .more_btn span {
		font-size: 0.13rem;
	}
}

.example_list_wrap .detail .more_btn span::after {
	content: "";
	width: 0.33rem;
	height: 0.06rem;
	background-image: url(../img/works_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.10rem;
	display: inline-block;
	position: relative;
	top: -0.03rem;
	left: 0;
	transition: all 0.3s;
}

.example_list_wrap .detail a:hover .more_btn span::after {
	left: 0.04rem;
}


/*========================
主な受注先
=========================*/
.client {
	padding: 0.60rem 0;
	position: relative;
}

@media screen and (max-width: 499px) {
	.client_list_wrap {
		padding-top: 0.20rem;
	}
}

.client_list_wrap .title {
	font-size: 0.22rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	border-bottom: 2px solid #CCC;
	position: relative;
	padding-bottom: 0.10rem;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 499px) {
	.client_list_wrap .title {
		font-size: 0.20rem;
	}
}

.client_list_wrap .title::after {
	content: "";
	display: block;
	width: 2.00rem;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 1;
	background-color: #f8184f;
}

.client_list_wrap .list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.70rem;
}

@media screen and (max-width: 499px) {
	.client_list_wrap .list {
		padding-bottom: 0.40rem;
	}
}

.client_list_wrap .list .link {
	width: 50%;
	color: #111;
	padding: 0.12rem 0;
	font-size: 0.16rem;
}

@media screen and (max-width: 499px) {
	.client_list_wrap .list .link {
		width: 100%;
		font-size: 0.14rem;
	}
}

.client_list_wrap .list .link a {
	color: #111;
	text-decoration: underline;
}

.client_list_wrap .list .link .ex_link::after {
	content: "";
	width: 0.13rem;
	height: 0.13rem;
	display: inline-block;
	opacity: 0.5;
	background-image: url(../img/icon_exlink.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.04rem;
}

/*=====================
施工事例詳細
=====================*/
/* 事例個別 */
.example_list {
	padding: 0.90rem 0 0.10rem;
	position: relative;
}

.example_list::before {
	content: "";
	width: calc(50% + 5.40rem);
	height: 4.75rem;
	background-image: url(../img/bg_gray.jpg);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 499px) {
.example_list::before {
	width: calc(100% - 0.40rem);
	height: calc(100% - 3.00rem);
}
}

.example_list:nth-child(odd)::before {
	right: auto;
	left: 0;
}

.example_list .in {
	z-index: 1;
}

.example_list .textbox {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
.example_list .textbox {
	display: block;
	padding-bottom: 0.10rem;
}
}

.example_list .textbox .title {
	font-size: 0.24rem;
	font-weight: 500;
	letter-spacing: 0.10em;
	white-space: nowrap;
	padding-right: 0.30rem;
	padding-top: 0.05rem;
	position: relative;
}

@media screen and (max-width: 499px) {
.example_list .textbox .title {
	font-size: 0.20rem;
	padding:0 0 0.10rem;
}
}

.example_list .textbox .title span {
	font-family: 'Oswald', sans-serif;
	font-size: 0.16rem;
	font-weight: 400;
	color: #f8184f;
	letter-spacing: 0.10em;
	padding-top: 0.10rem;
	display: block;
}

@media screen and (max-width: 499px) {
.example_list .textbox .title span {
	position: absolute;
	right: 0;
	top:0;
	font-size: 0.14rem;
	padding-top: 0.05rem;
}
}

.example_list .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.10em;
	padding-left: 0.30rem;
	border-left: 1px solid #111;
}

@media screen and (max-width: 499px) {
.example_list .textbox .text {
	font-size: 0.14rem;
	line-height: 1.91;
	padding-left: 0;
	border-left: 0;
	border-top: 1px solid #111;
	padding-top: 0.10rem;
}
}

.example_list .slick-dots {
	bottom: -0.20rem;
	z-index: 10;
}

.example_list .slick-dots li {
	width: 0.30rem;
	height: 0.04rem;
	background-color: #999;
	margin-right: 0.06rem;
	border-radius: 0.04rem;
	opacity: 0.7;
}

.example_list .slick-dots li.slick-active {
	background-color: #f8184f;
	opacity: 1;
}

.example_list .slick-dots li button {
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
}

.example_list .slick-dots li button::before {
	color: transparent;
}

/* 一覧に戻る */
.back_btn {
	padding: 0.90rem 0 1.00rem;
	max-width: 3.20rem;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 499px) {
.back_btn {
	max-width: 2.60rem;
}
}

.back_btn a {
	display: block;
	border: 1px solid #111;
	line-height: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 0.29rem 0 0.31rem;
	font-size: 0.16rem;
	letter-spacing: 0.10em;
	color: #111;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 499px) {
.back_btn a {
	font-size: 0.14rem;
}
}

.back_btn a:hover {
	background-color: #111;
	color: #FFF;
}

.back_btn a span:before {
	content: "";
	width: 0.60rem;
	height: 1px;
	background-color: #0071bc;
	position: absolute;
	left: -0.30rem;
	top: 50%;
	transition: all 0.3s;
}

@media screen and (max-width: 499px) {
.back_btn a span:before {
	width: 0.40rem;
	left: -0.20rem;
}
}

.back_btn a:hover span:before {
	left: -0.40rem;
}

@media screen and (max-width: 499px) {
.back_btn a:hover span:before {
	left: -0.30rem;
}
}