@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
}
main {
	overflow: hidden;
}
h1,h2,
.copy,.copy2 {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
	font-weight: 500;
}
h1,h2 {
	line-height: 1.1;
}
a { color: #08c; text-decoration: none; }
a:hover { text-decoration: underline; }
.f20 { font-size: 20px; }
.tel { color: inherit; }
.tel:hover { text-decoration: none; }
span { white-space: nowrap; }
dl {
	line-height: 2.4;
	font-size: 12px;
	margin: 0;
}
dt {
	float: left;
	clear: both;
	width: 50%;
}
dt .bold {
	font-weight: bold;
}
dd {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 0 50%;
	margin: 0;
}
dd .bold {
	font-weight: bold;
}
dd:last-child {
	border-bottom: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* 非表示用クラス */
.dnone {
	display: none !important;
}


/* header
================================================================ */

/* PC ------------ */
@media screen and (min-width: 770px) {
	#header {
		width: 95%;
		margin: 0 auto;
		padding: 100px 0;
		text-align: center;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	#header {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 95%;
		height: 100vh;
		min-height: 490px;
		margin: 0 auto;
		padding: 100px 0;
		box-sizing: border-box;
		text-align: center;
	}
}
#header h1 {
	font-size: 46px;
	margin: 0 0 30px;
}
#header .lead {
	margin: 0 0 10px;
}

/* topNavi
================================================================ */
/* PC ------------ */
@media screen and (min-width: 770px) {
	body{
		position: relative;
	}
	.topNaviWrap {
		height: 43px;
	}
	.topNaviUnit.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		border-bottom: solid 1px #ccc;
	}
	.topNaviUnit.fixed #topNavi {
		animation-duration: 0s !important;
		visibility: visible !important;
	}
	#topNavi > ul {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: rgba(255,255,255,0.9);
	}
	#topNavi > ul > li {
		display: inline-block;
	}
	#topNavi > ul > li > a {
		padding: 10px 18px;
		display: block;
		color: #000;
		text-decoration: none;
	}
	#topNavi > ul > li > a:hover {
		color: #ccc;
	}
	img.pclogo {
		margin: 0 0 -3px;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	body{
		position: static;
	}
	.SPbuttonWrap {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
		text-align: right;
	}
	.SPbutton { display: inline-block; }
	.SPbutton a {
		display: block;
		color: #fff;
		font-size: 20px;
		line-height: 1;
		margin: 5px 5px 0 0;
		padding: 5px 10px 9px;
		background-color: rgba(0,0,0,0.8);
		cursor: pointer;
		text-decoration: none;
	}
	.topNaviUnit.spOpen #topNavi {
		height: 240px;
	}
	#topNavi {
		width: 100%;
		height: 0;
		overflow: hidden;
		transition: height 0.4s ease;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;

		animation: none !important;
		visibility: visible !important;
	}
	#topNavi > ul {
		width: auto;
		margin: 0;
		padding: 0;
		list-style: none;
		background-color: rgba(0,0,0,0.8);
	}
	#topNavi > ul > li {
		width: 49%;
		display: inline-block;
		text-align: center;
	}
	#topNavi > ul > li > a {
		color: #fff;
		font-size: 16px;
		line-height: 60px;
		display: block;
		text-decoration: none;
	}
}


/* h2 セクションヘッダー
================================================================ */
/* PC ------------ */
@media screen and (min-width: 770px) {
	h2.sectionH {
		margin: -90px auto;
		color: #fff;
		text-align: center;
		width: 180px;
		height: 140px;
		padding: 40px 0 0;
		border-radius: 100px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		background-color: #333;
		font-size: 48px;
		position: relative;
		z-index: 997;
	}
	h2.sectionH2 {
		margin: -90px auto;
		color: #000;
		text-align: center;
		width: 180px;
		height: 115px;
		padding: 60px 0 0;
		border: solid 2px #aaa;
		border-radius: 100px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		background-color: #fff;
		font-size: 48px;
		position: relative;
		z-index: 997;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	h2.sectionH {
		margin: -70px auto;
		color: #fff;
		text-align: center;
		width: 140px;
		height: 110px;
		padding: 30px 0 0;
		border-radius: 70px;
		-moz-border-radius: 70px;
		-webkit-border-radius: 70px;
		background-color: #333;
		font-size: 35px;
		position: relative;
		z-index: 997;
	}
	h2.sectionH2 {
		margin: -70px auto;
		color: #000;
		text-align: center;
		width: 140px;
		height: 90px;
		padding: 47px 0 0;
		border: solid 2px #aaa;
		border-radius: 70px;
		-moz-border-radius: 70px;
		-webkit-border-radius: 70px;
		background-color: #fff;
		font-size: 35px;
		position: relative;
		z-index: 997;
	}
}


/* section base
================================================================ */
.wrap {
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
}
.grayBack {
	background-color: #eee;
}
/* PC ------------ */
@media screen and (min-width: 770px) {
	.sectionContent {
		width: 100%;
		margin: 0 auto;
		padding: 90px 0 0;
	}
	.copy {
		margin: 50px 0 60px;
	}
	.copy > .lead {
		margin: 0;
		text-align: center;
		font-size: 50px;
		font-weight: normal;
	}
	.copy > .text {
		text-align: center;
		font-size: 30px;
		line-height: 1.5;
	}
	.conteBox {
		width: 33%;
		display: table-cell;
		padding: 20px;
	}
	.conteBoxH {
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		padding: 0 0 10px;
		margin: 0 0 10px;
		border-bottom: solid 1px #000;
	}
	.conteBoxC {
		margin: 0;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	.sectionContent {
		width: 100%;
		margin: 0 auto;
		padding: 70px 0 0;
	}
	.copy {
		margin: 50px 0;
	}
	.copy > .lead {
		margin: 0;
		text-align: center;
		font-size: 24px;
		font-weight: normal;
	}
	.copy > .text {
		text-align: center;
		font-size: 16px;
		line-height: 1.5;
	}
	.conteBox {
		width: auto;
		padding: 20px;
	}
	.conteBoxH {
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		padding: 0 0 10px;
		margin: 0 0 10px;
		border-bottom: solid 1px #000;
	}
	.conteBoxC {
		margin: 0;
	}
}


/* contents1 耐火被覆
================================================================ */
/* PC ------------ */
@media screen and (min-width: 770px) {
	#contents1 {
		width: 100%;
		height: 350px;
		background: url(../images/taika_img01.jpg) center top no-repeat;
		background-size: cover;
		background-attachment: fixed;
		backface-visibility: hidden;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	#contents1 {
		width: 100%;
		height: 250px;
		background: url(../images/taika_img01.jpg) center top no-repeat;
		background-size: cover;
		backface-visibility: hidden;
	}
}


/* contents2 断熱防露
================================================================ */
/* PC ------------ */
@media screen and (min-width: 770px) {
	#contents2 {
		width: 100%;
		height: 180px;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	#contents2 {
		width: 100%;
		height: 120px;
	}
}


/* contents3 耐火建築物
================================================================ */
/* PC ------------ */
@media screen and (min-width: 770px) {
	#contents3 {
		width: 100%;
		height: 180px;
		background-color: #eee;
	}
	.fpb > .catalog {
		width: 33%;
		display: table-cell;
		text-indent: 0;
		margin: 0;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	#contents3 {
		width: 100%;
		height: 120px;
		background-color: #eee;
	}
}
.fpb {
	margin: 50px 0 0;
}
.fpb > .fpbH {
	margin: 0 0 10px;
	text-indent: 0;
	font-weight: bold;
}
.fpb > p {
	text-indent: -30px;
	margin: 0 0 10px 30px;
}
.fpb * img {
	width: 70%;
	display: block;
	margin: 0 auto 10px;
}
table.fpbTable {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 40px 0 0;
}
.fpbTable th {
	width: 33%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #666;
	background: #eee;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
}
.fpbTable td {
	width: 33%;
	padding: 6px;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
}


/* contents4 工事経歴
================================================================ */
/* PC ------------ */
@media screen and (min-width: 770px) {
	#contents4 {
		width: 100%;
		height: 180px;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	#contents4 {
		width: 100%;
		height: 120px;
	}
}
.career {
	margin: 50px auto 0;
	padding: 0 10px;
}


/* contents5 会社概要
================================================================ */
/* PC ------------ */
@media screen and (min-width: 770px) {
	#contents5 {
		width: 100%;
		height: 180px;
		background-color: #eee;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	#contents5 {
		width: 100%;
		height: 120px;
		background-color: #eee;
	}
}
.company {
	margin: 50px auto 0;
	padding: 0 10px;
}


/* contents6 ご挨拶
================================================================ */
/* PC ------------ */
@media screen and (min-width: 770px) {
	#contents6 {
		width: 100%;
		height: 180px;
		border-bottom: dotted 2px #aaa;
	}
	.messageBox {
		display: flex;
		align-items: center;
		gap: 20px;
		padding: 0 0 80px;
	}
	.messageBoxFigure {
		width: 40%;
		margin: 0;
	}
	.messageBoxFigure > img{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.messageBoxUnit {
		width: 60%;
	}
	.copy2 > .lead {
		margin: 0 0 36px;
		font-size: 36px;
	}
	.copy2 > .text {
		font-size: 16px;
		line-height: 1.5;
		margin: 30px 0 0 20px;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	#contents6 {
		width: 100%;
		height: 120px;
		border-bottom: dotted 2px #aaa;
	}
	.messageBox {
		margin: 10px 0 0;
		padding: 0 0 100px;
	}
	.messageBoxFigure {
		margin: 0;
	}
	.messageBoxFigure > img {
		width: 250px;
		height: 250px;
		display: block;
		margin: 0 auto;
	}
	.copy2 > .lead{
		font-size: 30px;
		text-align: center;
		margin: 10px 0 0;
	}
	.copy2 > .text {
		font-size: 14px;
		text-align: left;
		line-height: 1.5;
		margin: 20px 0 0;
	}
}


/* ペートップ
================================================================ */
.peTop {
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
	position: relative;
}
.peTopIcon {
	display: block;
	appearance: none;
	padding: 0;
	background: none;
	border: none;
	font-size: 0;
	position: absolute;
	right: 10px;
	bottom: -40px;
	z-index: 2;
}
.peTopIcon:hover {
	animation: buruburu 0.2s linear infinite;
}
.peTopIcon img {
	width: 100%;
}
@keyframes buruburu {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(2px);
	}
}
.peTopDialog {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: -1;
	transition: opacity 0.4s 0.2s;
}
.peTopDialog._active {
	visibility: visible;
	z-index: 2000;
}
.peTopDialog._show {
	opacity: 1;
	transition: opacity 0.4s;
}
.peTopDialog figure {
	width: 60%;
	max-width: 520px;
	margin: 0;
	font-size: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-20%, 100%);
	transition: transform 0.2s;
}
.peTopDialog._show figure {
	transform: translate(-20%, 0);
	transition: transform 0.2s 0.4s;
}
.peTopDialog figure img {
	width: 100%;
}

.peTopDialog figure figcaption{
	width: 50%;
	position: absolute;
	top: 0;
	left: -40%;
}
/* PC ------------ */
@media screen and (min-width: 770px) {
	.peTopIcon {
		width: 80px;
	}
}
/* SP ------------ */
@media screen and (max-width: 769px) {
	.peTopIcon {
		width: 60px;
	}
}


/* お問合せ&footer
================================================================ */
footer {
	background: #eee;
}
.inquiry {
	margin: 0;
	padding: 100px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
.copyright {
	margin: 0;
	padding: 0 0 50px;
	text-align: center;
}

/* SP ------------ */
@media screen and (max-width: 769px) {
	/* SP top お問合せ */
	.SPtopInquiry {
		margin: 30px auto 0;
		line-height: 1.6;
	}
}


/* errer エラーページ
================================================================ */
#header_error {
	width: 900px;
	margin: 40px auto;
	text-align: center;
}
#error {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 46px;
	color: #aaa;
}
#error > p {
	font-size: 14px;
	color: #000;
	margin: 30px 0 0;
}


.def {border: dotted 1px #f00;}
