@charset "utf-8";
html {
	font-size: 62.5%;/*10px*/
}
body {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto,/* "Noto Sans Japanese",*/ 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 1.8;
	word-break: break-all;
	font-size: 1.6em;
	color: #333;
	-webkit-text-size-adjust: 100%; /*スマホを横向きにした時用*/
	background: #fff no-repeat;
	background-size: 80px;
}




/* -------------------------------------------------------------------------------------------------------------------
h1 h2
------------------------------------------------------------------------------------------------------------------- */

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	line-height: 1;
}

h2::after {
	content: "";
}

@media screen and (min-width: 960px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
		margin-bottom: 50px;
	}
}
	
/* -------------------------------------------------------------------------------------------------------------------
TOP
------------------------------------------------------------------------------------------------------------------- */


#top {
	background: url(../img/h1-bg.png) center center;
	background-size: cover;
	color: #FFF;
}
.toph1-wrap {
	box-sizing: border-box;
}
.pankuzu {
	text-align: left;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.pankuzu a {
	color: #2f53a2;
}
.pankuzu a:hover {
	text-decoration: none;
}

@media screen and (max-width: 959px) {
	#top {
		position: relative;
		height: 100%;
		padding: 60% 0 0;
	}
	.toph1-wrap {
		position: absolute;
		top: 0;
		width: 100%;
		padding: 1em;
/*		background: rgba(0,0,0,0.7);*/
	    background: linear-gradient(rgba(0,0,0, 0.5) 0%, rgba(0,0,0, 0.3) 30%, rgba(0,0,0, 0));
	}
	#top span.chukyo {
		content: "";
		display: inline-block;
		width: 40%;
		height: 40%;
		background: url(../img/top-chukyo.png) no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 8%;
		right: 0;
	}
	.pankuzu {
		width: 90%;
		margin: 2rem auto 0;
	}
}

@media screen and (min-width: 960px) {
	
	#top {
		position: relative;
		height: 100%;
		padding: 500px 0 0;
	}
	.toph1-wrap {
		position: absolute;
		top: 50%;
		width: 50%;
		padding: 1em;
		background: rgba(0,0,0,0.7);
	}	
	#top span.chukyo {
		content: "";
		display: inline-block;
		width: 250px;
		height: 250px;
		background: url(../img/top-chukyo.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 40%;
		right:  14%;
	}
	.pankuzu {
		margin: 20px auto;
	}
}


/* -------------------------------------------------------------------------------------------------------------------
wrap
------------------------------------------------------------------------------------------------------------------- */
.section-wrap {
	box-sizing: border-box;
	width: 100%;
}



@media screen and (max-width: 959px) {
	#wrap {
		width: 100%;
		margin: 0 auto 0;
		font-size: 1.4rem;
		box-sizing: border-box;
	}
	
	
	a.btn-link {
		width: 60%;
		max-width: 280px;
		margin: 1.5em auto 2em;
		border: 1px solid #2f53a2;
		transition: all 0.3s;
		display: inline-block;
		position: relative;
		text-decoration: none;
	/*	width: 100%;*/
		padding: 0.8em 0;
		color: #2f53a2;
		overflow: visible;
		background: #f2f6ff;
	}


	a.btn-link::before {
		content: "";
		position: absolute;
		background: #2f53a2;
		top: 50%;
		left: -20px;
		width: 40px;
		height: 1px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}

	a.btn-link:hover {
		opacity: 0.7;
	}
	
	
}



/* できること */
dl {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
h2 + dl {
	padding-bottom: 3em;
	border-bottom: 1px solid #ddd;
}
dl:last-of-type {
	padding-top: 2em;
}
dl dt {
	color: #2f53a2;
	margin-bottom: 1em;
	padding: 1rem 1.5rem;
	font-size: 1.2em;
	text-align: left;
	background: #edeff6;
}
dl dd img {
	display: block;
	width: 100%;
	max-width: 700px;
	border: 1px solid #ccc;
	margin: 1rem 0 2rem;
}
dl dd h4 {
	margin-top: 1.5rem;
	font-weight: normal;
	font-size: 16px;
}

dl dd h5 {
	margin-top: 2.5rem;
	font-weight: normal;
	font-size: 14px;
}
.tokucho {
	margin: 1rem 0;
}

/*
dl:last-of-type dd {
	text-align: left;
}
*/

/* movie */
.youtube {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin: 4rem auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (min-width: 961px) {
	dl dd h4 {
		font-size: 16px;
	}
	dl dd h5 {
	margin-top: 50px;
		font-size: 16px;
	}	
	a.btn-link {
		width: 50%;
		max-width: 400px;
		margin: 0 auto 2em;
		border: 1px solid #2f53a2;
		transition: all 0.3s;
		display: inline-block;
		position: relative;
		text-decoration: none;
	/*	width: 100%;*/
		padding: 1em 0;
		color: #2f53a2;
		overflow: visible;
		background: #f2f6ff;
	}


	a.btn-link::before {
		content: "";
		position: absolute;
		background: #2f53a2;
		top: 50%;
		left: -40px;
		width: 80px;
		height: 1px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}

	a.btn-link:hover {
		opacity: 0.7;
	}
	a.btn-link:hover::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -25px;
		width: 80px;
		height: 1px;
	}	
	
	a.btn-link {
		margin: 60px auto 20px;
	}
	.youtube {
		margin: 80px auto 20px;
	}
	
}




/* -------------------------------------------------------------------------------------------------------------------
概要
------------------------------------------------------------------------------------------------------------------- */


#outline {
	background: #edeff6;
}

table.table_outline {
	margin: 0 auto;
	border: 1px solid #dcdee5;
	width: 100%;
	max-width: 700px;
}

table.table_outline tr th, table.table_outline tr td {
	
}
table.table_outline tr th {
	background: #2f53a2;
	color: #FFF;
}

table.table_outline tr td {
	text-align: left;
	background: #FFF;
}






@media screen and (max-width: 959px) {
	
	
	.section-wrap {
		padding: 3em 3%;	
	}

	table.table_outline {
		max-width: 500px;
	}

	table.table_outline tr th, table.table_outline tr td {
		box-sizing: border-box;
		width: 100%;
		display: block;
	}
	table.table_outline tr th {
		padding: 0.6em 0.8em;
	}

	table.table_outline tr td {
		text-align: left;
		background: #FFF;
		padding: 0.8em;
	}
	

	
	
}


@media screen and (min-width: 960px) {
	
	
	.section-wrap {
		padding: 80px 0;	
	}
	

	
	
	
	
	table.table_outline {
	
	}
	table.table_outline tr th, table.table_outline tr td {
		padding: 20px;
	}
	table.table_outline tr:not(:last-child) th, table.table_outline tr:not(:last-child) td {
		border-bottom: 1px solid #edeff6;
	}
	table.table_outline tr th {
		text-align: center;
	
	}

	table.table_outline tr td {
	}


}



/* -------------------------------------------------------------------------------------------------------------------
活用例
------------------------------------------------------------------------------------------------------------------- */

ul.example {
	
}
ul.example li {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #2f53a2;
	border-radius: 50%;
	max-width: 150px;
	max-height: 150px;
	color: #2f53a2;
}
.etc {
	text-align: right;
	color: #2f53a2;
}



@media screen and (max-width: 960px) {
	ul.example  {
		width: 216px;
		margin: 20px auto 5px;
		font-size: 0;
	}
	ul.example li {
		width: 100px;;
		line-height: 100px;
		font-size: 12px;
	}
	ul.example li:nth-of-type(odd) {
		margin-right: 16px;
	}
	ul.example li:nth-of-type(1), ul.example li:nth-of-type(2) {
		margin-bottom: 16px;
	}	
	.etc {
		width: 216px;
		margin: 0 auto;
		font-size: 16px;
	}

}

@media screen and (min-width: 961px) {
	ul.example {
		margin: 30px auto 10px;
	}
	
	ul.example li {
		width: 150px;
		line-height: 150px;
	}
	ul.example li:not(:last-child) {
		margin-right: 20px;
	}
	
	.etc {
		width: 660px;
		margin: 0 auto;
		font-size: 24px;
	}

}





/* -------------------------------------------------------------------------------------------------------------------
実績
------------------------------------------------------------------------------------------------------------------- */

h3#tit_works {
/*	display: inline-block;*/
	color: #2f53a2;
/*	border: 1px solid #2f53a2;*/
/*	padding: 0 10px;*/
}

table.table_works {
	margin: 0 auto;
/*	border: 1px solid #dcdee5;*/
}

table.table_works tr th, table.table_works tr td {
	vertical-align: top;
}
table.table_works tr th {
/*
	background: #2f53a2;
	color: #FFF;
*/
}

table.table_works tr td {
	text-align: left;
	background: #FFF;
}

figure {
	margin: 0;
	padding: 0;
}
figure img {
	width: 100%;
	max-width: 500px;
}


@media screen and (max-width: 959px) {
	
	
	h3#tit_works {
		margin: 2em 0 0;
	}

	table.table_works {
		margin: 1em auto 0;
		width: 100%;
		max-width: 500px;
	}

	table.table_works tr th, table.table_works tr td {
		box-sizing: border-box;
		width: 100%;
		display: block;
	}
	table.table_works tr th {
		background: #2f53a2;
		color: #FFF;
		padding: 0.3em 0.8em;
	}

	table.table_works tr td {
		text-align: left;
		background: #FFF;
		padding: 0.4em 0 1em;
	}
	figure {
		margin-top: 1em;
	}
	figcaption {
		font-size: 11px;
		margin-top: 4px;
	}

	
	
}


@media screen and (min-width: 960px) {
	
	h3#tit_works {
		margin: 70px 0 0;
	}
	.works-wrap {
		overflow: hidden;
		margin: 0 auto;
		width:  880px;
	}
	table.table_works {
		margin: 30px auto 0;
		float: left;
	}

	
	table.table_works tr th, table.table_works tr td {
		padding: 5px 20px 5px 0;
	}
	table.table_works tr:not(:last-child) th, table.table_works tr:not(:last-child) td {
/*		border-bottom: 1px solid #edeff6;*/
	}
	table.table_works tr th {
		text-align: right;
	}
/*
	table.table_works tr th::after {
		content:"：";
	}
*/

	
	table.table_works tr td {
		padding: 0.4em 0 0.4em;
	}
	figure {
		margin-top: 1em;
		float: right;
	}
	figure img {
		width: 100%;
		max-width: 360px;
	}
	figcaption {
		font-size: 11px;
		margin-top: 4px;
	}
	
	


}



/* -------------------------------------------------------------------------------------------------------------------
活用例
------------------------------------------------------------------------------------------------------------------- */

ul.example {
	
}
ul.example li {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #2f53a2;
	border-radius: 50%;
	max-width: 150px;
	max-height: 150px;
	color: #2f53a2;
}
.etc {
	text-align: right;
	color: #2f53a2;
}



@media screen and (max-width: 960px) {
	ul.example  {
		width: 216px;
		margin: 20px auto 5px;
		font-size: 0;
	}
	ul.example li {
		width: 100px;;
		line-height: 100px;
		font-size: 12px;
	}
	ul.example li:nth-of-type(odd) {
		margin-right: 16px;
	}
	ul.example li:nth-of-type(1), ul.example li:nth-of-type(2) {
		margin-bottom: 16px;
	}	
	.etc {
		width: 216px;
		margin: 0 auto;
		font-size: 16px;
	}

}

@media screen and (min-width: 961px) {
	ul.example {
		margin: 30px auto 10px;
	}
	
	ul.example li {
		width: 150px;
		line-height: 150px;
	}
	ul.example li:not(:last-child) {
		margin-right: 20px;
	}
	
	.etc {
		width: 660px;
		margin: 0 auto;
		font-size: 24px;
	}

}





/* -------------------------------------------------------------------------------------------------------------------
施工過程
------------------------------------------------------------------------------------------------------------------- */

h1#tit_sekoukatei {
	background: linear-gradient(rgba(0,0,0, 0.5) 0%, rgba(0,0,0, 0.3) 30%, rgba(0,0,0, 0.2)), url(../img/h1-bg.png) center center;
	background-size: cover;
	color: #FFF;
}

ul.sekoukatei{
	margin: 0 auto;
	font-size: 0;
}

ul.sekoukatei li {
	display: inline-block;
	max-width: 440px;
	vertical-align: top;
	text-align: left;
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
ul.sekoukatei li img {
	width: 100%;
}


@media screen and (max-width: 500px) {
	h1#tit_sekoukatei {
		padding: 8% 0 ;
	}	
	ul.sekoukatei {
		width: 80%;
		margin: 50px auto 0;
	}
	ul.sekoukatei li {
		padding: 0 0 1.9em 0;
		font-size: 14px;
	}
	ul.sekoukatei li img {
		padding-bottom: 8px;
	}	
}

@media screen and (min-width: 501px) and (max-width: 960px) {
	h1#tit_sekoukatei {
		padding: 8% 0 ;
	}	
	ul.sekoukatei {
		width: 90%;
		margin: 50px auto 0;
	}
	ul.sekoukatei li {
		width: 48%;
		padding: 0 0 30px 0;
		font-size: 12px;
	}
	ul.sekoukatei li:nth-of-type(even) {
		padding-left: 4%;
	}
	ul.sekoukatei li img {
		padding-bottom: 10px;
	}	
}



@media screen and (min-width: 961px) {
	h1#tit_sekoukatei {
		height: 200px;
		line-height: 200px;
	}	
	ul.sekoukatei {
		width: 960px;
		margin: 40px auto 0;
	}
	ul.sekoukatei li {
		padding: 0 0px 50px 0;
		font-size: 16px;
	}
	ul.sekoukatei li:nth-of-type(even) {
		padding-left: 60px;
	}
	ul.sekoukatei li img {
		padding-bottom: 10px;
	}	
}


@media screen and (max-width: 960px) {
	.back a {
		width: 50%;
		max-width: 280px;
		margin: 1em auto 3em;
		padding: 0.8em 0;
		border: 1px solid #2f53a2;
		transition: all 0.3s;
		display: inline-block;
		position: relative;
		text-decoration: none;
		color: #2f53a2;
		overflow: visible;
		background: #f2f6ff;
	}
	.back a::before {
		content: "";
		position: absolute;
		background: #2f53a2;
		top: 50%;
		right: -20px;
		width: 40px;
		height: 1px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	.back a:hover {
		opacity: 0.7;
	}	
}

@media screen and (min-width: 961px) {
	.back {
		margin: 50px auto 100px;
	}
	.back a {
		width: 50%;
		max-width: 280px;
		margin: 0 auto 2em;
		padding: 0.8em 0;
		border: 1px solid #2f53a2;
		transition: all 0.3s;
		display: inline-block;
		position: relative;
		text-decoration: none;
		color: #2f53a2;
		overflow: visible;
		background: #f2f6ff;
	}
	.back a::before {
		content: "";
		position: absolute;
		background: #2f53a2;
		top: 50%;
		right: -40px;
		width: 80px;
		height: 1px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	.back a:hover {
		opacity: 0.7;
	}
	.back a:hover::before {
		content: "";
		position: absolute;
		top: 50%;
		right: -25px;
		width: 80px;
		height: 1px;
	}	
}




/* -------------------------------------------------------------------------------------------------------------------
問い合わせ
------------------------------------------------------------------------------------------------------------------- */

#contact {
	background: url(../img/contact-bg.png);
	background-size: cover;
}
.contact-wrap {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	background: #fafaf7;
}

.tel-number i {
	color: #4269be;
}

@media screen and (max-width: 959px) {
	
	
	#contact {
		padding: 3.5em 3%;	
	}
	
	.contact-wrap {
		padding: 8% 4% 7% 4%;
	}
	
	.tel-number {
		font-size: 1.4em;
	}
	.tel-number i {
		 padding-right: 5px;
	}
	
	.uketsuke {
		font-size: 0.8em;
	}
	
	.contact-wrap::before {
		content: "";
		display: inline-block;
		width: 70px;
		height: 44px;
		background: url(../img/chara01.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: -35px;
		right: 5%;
	}
	

	
	
	
}


@media screen and (min-width: 960px) {
	
	
	#contact {
		margin-bottom: 100px;
	}	
	.contact-wrap {
		width: 900px;
		padding: 60px 30px;
	}
	
	.contact-wrap::before {
		content: "";
		display: inline-block;
		width: 110px;
		height: 69px;
		background: url(../img/chara01.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: -55px;
		right: 50px;
	}
	
	
	.contact-wrap::after {
		content: "";
		display: inline-block;
		width: 130px;
		height: 247px;
		background: url(../img/chara02.png) no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: -25px;
		left: 32px;
	}
	
	
	
	
	.tel-number {
		font-size: 30px;
	}
	.tel-number i {
		 padding-right: 5px;
	}

	


}


/* footer
=================================== */
footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5;
}
footer .footer-inner {
	width: 100%;
	margin: 0 auto;
}
footer .copyright {
	clear: both;
	padding: 35px 0;
}
footer .copyright a, footer .copyright .attention {
	display: block;
	color: #333333;
	text-decoration: none;
}
footer .copyright a:hover {
	opacity: 0.5;
	transition: 0.4s;
}

@media screen and (min-width: 960px) {
	footer .copyright a, footer .copyright .attention {
		color: #1a1a1a;
	}
}

/* Page Top
=================================== */
#page-top {
	position: fixed;
	bottom: 12px;
	right: 15px;
	display: block;
	z-index: 999;
	width: 58px;
}
#page-top a img {
	width: 100%;
}
#page-top a:hover {
	opacity: 0.7;
	transition: all 0.2s;
}



div#haro_root_element {
	overflow: hidden;
}

.sns-archive {
	max-width: 960px;
	margin: 0 auto !important;
	background-color: #f3f3f3 !important;
}


/* ----- PC ----- */
@media screen and (min-width: 960px) {
	
	
	#page-top {
		width: 90px;
	}	
	div#SocialBtn2 {
		max-width: 600px;
		margin: 0 auto;
		padding: 20px 0 0;
	/*	background: rgba(0,0,0,0.4);*/
		border-radius: 6px;
	}

}

/* -------------------------------------------------------------------------------------------------------------------
Tablet&SP                                                                                                           SP
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}

/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                             PC
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}

}
