@charset "utf-8";
/*********************************************************************
 *
 *  For 施工実績 詳細
 *
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
	padding-top: 30px;
	padding-bottom: 110px;
}

.sec_mv_wrap .clms_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 440px;
}

.sec_mv_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
	position: relative;
	width: 820px;
}

.sec_mv_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
	width: 275px;
}

.sec_mv_wrap .mv {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50vw + 245px);
	min-width: 845px;
	height: 100%;
	border-radius: 0 30px 30px 0;
	overflow: hidden;
}

.sec_mv_wrap .mv>span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.sec_mv_wrap .cat {
	margin-bottom: 30px;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	white-space: nowrap;
}

.sec_mv_wrap .post_ttl {
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.4;
}

.sec_mv_wrap .data {
	margin-top: 30px;
}

.sec_mv_wrap .data .data_ttl {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
}

.sec_mv_wrap .data .list {
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.sec_mv_wrap .data .list>li {
	display: flex;
}

.sec_mv_wrap .data .list>li+li {
	margin-top: 5px;
}

.sec_mv_wrap .data .list .ttl {
	flex: initial;
	white-space: nowrap;
}

.sec_mv_wrap .data .list .ttl::after {
	content: "／";
}

.sec_mv_wrap .tag {
	display: none;
	/* display: flex; */
	justify-content: center;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-top: 30px;
}

.sec_mv_wrap .tag span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 26px;
	white-space: nowrap;
	border-radius: 10px;
	background-color: #F1F1F1;
}

.sec_mv_wrap .tag span::before {
	content: "#";
}

@media (max-width: 767px) {
	.sec_mv_wrap {
		padding-top: 40px;
		padding-bottom: 70px;
	}

	.sec_mv_wrap .clms_wrap {
		display: block;
		min-height: auto;
	}

	.sec_mv_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
		margin-bottom: 20px;
		width: auto;
	}

	.sec_mv_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
		width: auto;
	}

	.sec_mv_wrap .mv {
		position: relative;
		margin-left: -20px;
		width: calc(100% + 20px);
		min-width: auto;
		height: 230px;
		border-radius: 0 20px 20px 0;
	}

	.sec_mv_wrap .mv>span {
		display: block;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
	}

	.sec_mv_wrap .cat {
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%, -50%);
		margin-bottom: 0;
	}

	.sec_mv_wrap .post_ttl {
		font-size: 2.4rem;
	}

	.sec_mv_wrap .data {
		margin-top: 20px;
	}

	.sec_mv_wrap .data .data_ttl {
		margin-bottom: 10px;
		font-size: 2.0rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1;
	}

	.sec_mv_wrap .tag {
		margin-right: -5px;
		margin-bottom: -5px;
		margin-top: 20px;
	}

	.sec_mv_wrap .tag span {
		margin-right: 5px;
		margin-bottom: 5px;
		font-size: 1.2rem;
	}

}

/* ---------------------------------------------------- */
/* sec_post_wrap */
/* ---------------------------------------------------- */
.sec_post_wrap {
	padding-bottom: 100px;
}

.sec_post_wrap article {
	display: flex;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-bottom: -30px;
}

.sec_post_wrap article+article {
	margin-top: 60px;
}

.sec_post_wrap article .block_1 {
	margin-right: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.sec_post_wrap article .block_2 {
	margin-right: 30px;
	margin-bottom: 30px;
	width: calc(50% - 30px);
}

.sec_post_wrap article .img_wrap {
	position: relative;
	margin-bottom: 15px;
}

.sec_post_wrap article .img_wrap .img+.img {
	margin-top: 24px;
}

.sec_post_wrap article .img_wrap .img span {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sec_post_wrap article .img_wrap .img_1 span {
	padding-top: 65%;
}

.sec_post_wrap article .img_wrap .img_2 span {
	padding-top: 135%;
}

.sec_post_wrap article .ttl_1 {
	margin-bottom: 15px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
}

.sec_post_wrap article .desc_1 {
	line-height: 2;
}


@media (max-width: 767px) {
	.sec_post_wrap {
		padding-bottom: 70px;
	}

	.sec_post_wrap article {
		margin-right: 0;
	}

	.sec_post_wrap article+article {
		margin-top: 30px;
	}

	.sec_post_wrap article .block_1 {
		margin-right: 0;
		width: 100%;
	}

	.sec_post_wrap article .block_2 {
		margin-right: 0;
		width: 100%;
	}

	.sec_post_wrap article .img_wrap {
		margin-bottom: 10px;
	}

	.sec_post_wrap article .img_wrap .img+.img {
		margin-top: 10px;
	}

	.sec_post_wrap article .ttl_1 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}

}


/* ---------------------------------------------------- */
/* sec_yt_wrap */
/* ---------------------------------------------------- */
.sec_yt_wrap {
	padding-bottom: 150px;
}

.sec_yt_wrap .yt_wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.sec_yt_wrap .yt_wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.sec_yt_wrap *+.btn_wrap_1 {
	margin-top: 100px;
}

@media (max-width: 767px) {
	.sec_yt_wrap {
		padding-bottom: 50px;
	}

	.sec_yt_wrap *+.btn_wrap_1 {
		margin-top: 30px;
	}
}

/* ---------------------------------------------------- */
/* sec_voice_wrap */
/* ---------------------------------------------------- */
.sec_voice_wrap {
	padding-bottom: 60px;
}

.sec_voice_wrap .clms_wrap {
	display: flex;
	justify-content: center;
	padding: 70px;
	border: 3px solid #000;
	border-radius: 30px;
}

.sec_voice_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
	flex: none;
	width: 610px;
}

.sec_voice_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
	flex: none;
	margin-left: 20px;
	width: 230px;
}

.sec_voice_wrap .sec_ttl {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	font-size: 3.0rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	white-space: nowrap;
	background-color: #FFF;
}

.sec_voice_wrap .sec_ttl::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	display: block;
	width: calc(100% - 40px);
	height: 10px;
	background-color: #FFEF24;
}

.sec_voice_wrap .ttl_1 {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 500;
}

.sec_voice_wrap .desc_1 {
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	.sec_voice_wrap {
		padding-bottom: 70px;
	}

	.sec_voice_wrap .clms_wrap {
		display: block;
		padding: 50px 20px 30px;
		border-radius: 20px;
	}

	.sec_voice_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
		width: auto;
	}

	.sec_voice_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
		margin: 0;
		margin-top: 10px;
		width: auto;
	}

	.sec_voice_wrap .sec_ttl {
		padding: 0 10px;
		font-size: 2.4rem;
	}

	.sec_voice_wrap .sec_ttl::after {
		bottom: -10px;
		width: calc(100% - 20px);
		height: 5px;
	}

	.sec_voice_wrap .ttl_1 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
}

/* ---------------------------------------------------- */
/* sec_cv_wrap */
/* ---------------------------------------------------- */
.sec_cv_wrap {
	padding-bottom: 70px;
}

.sec_cv_wrap .bnr_contact {
	display: block;
	margin: 0 auto;
	width: 670px;
}

@media (max-width: 767px) {
	.sec_cv_wrap {
		padding-bottom: 50px;
	}

	.sec_cv_wrap .bnr_contact {
		width: auto;
	}
}

/* ---------------------------------------------------- */
/* sec_other_wrap */
/* ---------------------------------------------------- */
.sec_other_wrap .sec_ttl {
	margin-bottom: 40px;
}

.sec_other_wrap .archive_wrap {
	margin-bottom: 90px;
}

.sec_other_wrap .archive_wrap .archive_item {
	padding: 0 5px;
	width: 375px;
}

@media (max-width: 767px) {
	.sec_other_wrap .sec_ttl {
		margin-bottom: 20px;
	}

	.sec_other_wrap .archive_wrap {
		margin: 0 -10px 40px;
	}

	.sec_other_wrap .slick-track {
		display: flex;
	}

	.sec_other_wrap .slick-slide {
		float: none;
		height: auto;
	}

	.sec_other_wrap .slick-slide>div {
		height: 100%;
	}

	.sec_other_wrap .slick-slide>div>li {
		height: 100%;
	}

	.sec_other_wrap .archive_wrap .archive_item {
		padding: 0;
		width: auto;
		height: 100%;
	}

	.sec_other_wrap .archive_wrap .archive_item a {
		height: 100%;
		background-color: #F1F1F1;
	}

}