@charset "utf-8";
/* CSS Document */
/***************************/
.sub_header {
	width: 100%;
	height: 128px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	background-image: url(../images/pattern.webp);
}
.sub_header:before {
	content:"";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 128px;
	display: block;
	background: url(../images/header_bg04.jpg);
	background-size: cover;
	background-position: bottom;
}
/**********************************/
#blog_container,
#archive_container {	
	width: 96%;
	margin: 0 auto;
	padding: 60px 0;
	background-image: url(../images/bg_03.png);
	background-size: 30px;
}
.blog_main,
.archive_main {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
.archive_main .title_wrapper {
	border-bottom: dashed 8px #ffbc64;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
	position: relative;
}
.archive_main .title_wrapper:before {
	content: "";
	position: absolute;
	width: 5rem;
	height: 5rem;
	background-image: url(../images/illst_icon_07.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	left: 21rem;
	display: inline-block;
} 
.section_title {
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	color: #f98e00;
}
.section_caps {
	font-size: 0.9rem;
	margin-left: 1rem;
}
.works_title_note {
	margin-left: 1rem;
}
.blog_main .title_wrapper {
	border-bottom: dashed 8px #ffbc64;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
	position: relative;
}
.w_newstitle {
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
	color: #f98e00;
}
/***************************/
.swiper-wrapper {
	margin: 1rem 0; 
}
.works_wrap {
	width: 100%;
	padding: 1rem 0;
	box-sizing: border-box;
	border-radius: 16px;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
}
/******施工実績1件*******/
.swiper-slide {
	border-radius: 16px;
	box-shadow: 4px 5px 9px 0px #979797;
}
.works_area {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 2rem;
	border-radius: 16px;
}
.works_linkbox {
	width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 16px;
	box-shadow: 4px 5px 9px 0px #979797;
}
.works_linkbox .img_area{
	width: 100%;
	aspect-ratio: 5 / 3;
	background-color: #FFF;
	border-radius: 16px 16px 0 0;
}
.works_linkbox .img_area img{	
	border-radius: 16px 16px 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works_info {
	padding: 0.5rem 1rem 1rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0 0 16px 16px;
	background-color: #FFF;
}
.owner_tag {
	text-align: right;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
.works_title {
	font-size: 15px;
	margin-bottom: 0.5rem;
	font-weight:700;
	flex-grow: 2;
}
.budget {
	font-size: 13px;
	font-weight: 500;
}
.swiper-pagination {
	margin: 1rem auto;
}
/******************************************/
.info_area {
	padding: 1rem 2rem;
	margin-bottom: 1rem;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 4px 5px 9px 0px #979797;
}
.post_head {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.post_head .post_date {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}
.shrink {
	margin-left: 1rem;
	font-size: 1.2rem;
	padding-top: 1rem;
}
.category_tag span {
	padding: 0.25rem 0.5rem;
	border-radius: 8px;
}
.info_area {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
/******************miniタブレット*************************************/
@media screen and (max-width: 624px) {
/*********************************************************************/
	.archive_main .section_title {
		font-size: clamp(1.4rem, 4vw, 2rem);
	}
	.archive_main .title_wrapper:before {
		width: 4rem;
		height: 4rem;
		left: 80%;
		z-index:-1;
	}
	.works_area {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
		border-radius: 16px;
	}
	.works_linkbox {
		width: 100%;
		height: auto;
		display: flex;
		border-radius: 16px;
		box-shadow: 4px 5px 9px 0px #979797;
	}
	.works_linkbox .img_area{
		width: 40%;
		height: 158px;
		background-color: #FFF;
		border-radius: 16px 0 0 16px;
	}
	.works_linkbox .img_area img{	
		border-radius: 16px 0 0 16px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.works_info {
		width: 60%;
		padding: 0.5rem 1rem 1rem 1rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-radius: 0 0 16px 16px;
		background-color: #FFF;
		box-sizing: border-box;
	}
	.owner_tag {
		text-align: right;
		font-size: 0.8rem;
		margin-bottom: 0.5rem;
	}
	.works_title {
		font-size: 15px;
		margin-bottom: 0.5rem;
		font-weight:700;
		flex-grow: 2;
	}
	.budget {
		font-size: 13px;
		font-weight: 500;
	}
}




















