@charset "utf-8";
/* CSS Document */

main .right {
	float: right;
}
main .left {
	float: left;
}

/* =====================
  .big-ttl
===================== */
.big-ttl {
	position: relative;
	text-align: center;
	margin: 0 40px 70px 40px;
}
.big-ttl .bg {
	height: 320px;
	position: relative;
	overflow: hidden;
}
.big-ttl .bg:before {
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(5px);
	background-position: center;
}
.big-ttl .ttl {
    font-family: 'Roboto', sans-serif;
	display: inline-block;
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 100%;
    font-size: 8rem;
    font-weight: bold;
	letter-spacing: 1em;
	padding-left: 0.5em;
}
.big-ttl span {
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 90px;
	transform: translate(-50%,-50%);
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.4em;
	z-index: 1;
}

/* bigttl -background-image */
.big-ttl.company .bg:before {
	background-image: url(../images/company/index/img_ttl_bg.png);
}
.big-ttl.privacy .bg:before,
.big-ttl.contact .bg:before,
.big-ttl.news .bg:before {
	background-image: url(../images/privacy/img_ttl_bg.png);
}
.big-ttl.client .bg:before {
	background-image: url(../images/company/client/img_ttl_bg.png);
}
.big-ttl.business .bg:before {
	background-image: url(../images/business/index/img_ttl_bg.png);
}
.big-ttl.material .bg:before {
	background-image: url(../images/business/material/img_ttl_bg.png);
}
.big-ttl.construct .bg:before {
	background-image: url(../images/business/construct/img_ttl_bg.png);
}
.big-ttl.wooden .bg:before {
	background-image: url(../images/business/wooden/img_ttl_bg.png);
}
.big-ttl.support .bg:before {
	background-image: url(../images/business/support/img_ttl_bg.png);
}
.big-ttl.works .bg:before {
	background-image: url(../images/works/img_ttl_bg.png);
}
.big-ttl.vision .bg:before {
	background-image: url(../images/vision/img_ttl_bg.png);
}
.big-ttl.pre .bg:before {
	background-image: url(../images/business/precut/img_ttl_bg.png);
}
.big-ttl.history .bg:before {
	background-image: url(../images/history/img_ttl_bg.png);
}


/* =====================
  .ttl
===================== */
main h3 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3em;
	margin-bottom: 40px;
}


/* =====================
  .relation-area
===================== */
.relation-area {
	margin-top: 80px;
	text-align: center;
}
.relation-area img {
	max-width: 100%;
}
.relation-area img.sp {
	display: none;
}



/* =====================
  .list
===================== */
main .list01 li {
	display: inline-block;
	width: 32%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-right: 2%;
	border-bottom: 1px solid #ffd429;
	text-align: center;
	font-weight: bold;
}
main .list01 li:nth-child(3n+3) {
	margin-right: 0;
}

main .list02 {
	margin-bottom: 80px;
}
main .list02 h5 {
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #333;
}
main .list02 p {
	font-size: 1.4rem;
	padding-bottom: 20px;
	color: #333;
}
main .list02 dt {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 6px;
	position: relative;
	vertical-align: top;
}
main .list02 dd {
	font-size: 1.4rem;
	margin-top: 6px;
	padding-left: 12px;
	padding-bottom: 10px;
	color: #333;
}
main .list02 ol {
	font-size: 1.4rem;
	margin-top: 6px;
	padding-left: 14px;
	padding-bottom: 10px;
	color: #333;
}
main .list02 li {
	padding: 2px;
}



/* =====================
  privacy
===================== */
.privacy p {
	text-align: center;
	margin-bottom: 80px;
}
.privacy dl:last-child {
	margin-bottom: 80px;
}
.privacy dt,.privacy dd {
	line-height: 1.6;
}
.privacy dt {
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.privacy dl {
	margin: 40px 0;
}
.privacy dl dl dt {
	font-size: 1.4rem;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;

}
.privacy dl dl dd {
	padding-left: 1em;
	margin-bottom: 20px;
}



/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	
	main .right,
	main .left {
		float: none;
	}
	
/* =====================
  .big-ttl
===================== */
	.big-ttl {
		margin: 0 20px 40px 20px;
	}
	.big-ttl .bg {
		height: 100px;
	}
	.big-ttl .ttl {
		font-size: 2.6rem;
		letter-spacing: 0.3em;
	}
	.big-ttl span {
		bottom: 20px;
		font-size: 1.4rem;
		letter-spacing: 0.2em;
	}


/* =====================
  .ttl
===================== */
	main h3 {
		font-size: 1.6rem;
		margin-bottom: 40px;
	}

	
/* =====================
  .relation-area
===================== */
	.relation-area {
		margin-top: 0px;
	}
	.relation-area img.sp {
		display: block;
	}
	.relation-area img.pc {
		display: none;
	}



/* =====================
  .list
===================== */
	main .list01 li {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
		margin-right: 0%;
	}
	
	main .list02 {
		margin-bottom: 40px;
	}
	main .list02 h5 {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	main .list02 p {
		padding-bottom: 10px;
	}
	main .list02 dt {
		margin-top: 3px;
	}
	main .list02 dd {
　　　　margin-top: 3px;
		padding-bottom: 5px;

	}
	main .list02 ol {
		margin-top: 3px;
		padding-bottom: 5px;
	}
	main .list02 li {
		padding: 1px;
	}

/* =====================
  privacy
===================== */
	.privacy p {
		margin-bottom: 40px;
	}
	.privacy dl:last-child {
		margin-bottom: 40px;
	}
	.privacy dt {
		font-size: 1.6rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.privacy dl dl {
		margin-top: 10px;
	}

	
	
}




