@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/trajan-pro');
.fs-en { font-family: 'Trajan Pro', sans-serif; }
.full { width: 100%;}
.d-flex-end {
  display: flex;
  justify-content: flex-end;
}
.mt15 { margin-top: 15px;}
.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}
.boxWidth {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
  container-type: inline-size;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec p {
	font-size: clamp(14px, 2.0cqw, 24px);
}
@media screen and (max-width: 599px) {
  .sec p {
    font-size: clamp(14px, 4.2cqw, 24px);
  }
  p.cap {
    font-size: 10px;
  }
}
.capImg {
	position: relative;
}
.capImg::after {
	content: "image";
	font-size: 10px;
	position: absolute;
	right: 0.3em;
	bottom: 0.1em;
	color: #fff;
}
.capBk::after {
	color: #000;
}
.page-zehm .cap { position: relative; }
.page-zehm .cap picture { display: block; }
.page-zehm .cap::after { content: attr(data-caption); position: absolute; right: 0.5em; bottom: 0.1em; font-size: 10px; color: #000; }
.page-zehm .cap.l-side::after { right: auto; left: 0.5em; }
.page-zehm .cap.w::after { color: #fff; }
.itemBox dt {
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	border-bottom: rgba(255,255,255,0.6) solid 1px;
	margin-bottom: 0.3em;
	margin-top: 0.2em;
}
/*EQUIPMENT*/
.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}
.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head { padding: 35px 0; }
}

#contentWrap {
	padding: 0% 0 5%;
	color: #000;
	text-align: center;
}
.secTop {
	background-color: #000;
	color: #fff;
	padding: 30px 0;
}
.secTop .h3Wrap {
	padding: 30px 0;
}
.secTop .h3Wrap h3 {
	font-size: 21px;
	letter-spacing: 0.2em;
}
.secTop .h3Wrap p {
	padding: 1em 0;
	font-size: 16px;
}

@media screen and (max-width: 959px){
	.secTop .h3Wrap h3 {
		font-size: 2.5vw;
		letter-spacing: 0.1em;
	}
	.secTop .h3Wrap p {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 599px) {
  .secTop .h3Wrap h3 {
    font-size: 4.5vw;
    font-size: clamp(12px, 4.5vw, 18px);
    letter-spacing: 0.1em;
  }
  .secTop .h3Wrap p {
    font-size: 3.0vw;
    font-size: clamp(12px, 3.0vw, 14px);
  }
}

#mainBox {
	position: relative;
}
#mainBox .txtBox {
	position: absolute;
	width: 90%;
	max-width: 1000px;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
#mainBox .txtBox h3 {
	width: 50%;
}
@media screen and (max-width: 599px){
	#mainBox .txtBox h3 {
		width: 72%;
	}
}

#sec01 .titBox {
	text-align: center;
	padding: 5% 0;
}
#sec01 .titBox h3 {
	font-size: 5cqw;
	font-size: clamp(30px, 5cqw, 60px);
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}
#sec01 .figBox {
	text-align: center;
}
#sec01 .figBox h5 {
	padding-bottom: 0.5em;
	font-size: 2.4cqw;
	font-size: clamp(16px, 2.4cqw, 28px);
}
#sec01 .figBox p {
	padding: 1em 0 0;
	font-size: 2cqw;
	font-size: clamp(14px, 2.0cqw, 24px);
}
p.cap,
#sec01 .figBox p.cap{
	padding: 0em 0;
	font-size: 10px;
}

#sec01 .saiyo {
	padding: 5% 0;
}
#sec01 .saiyo h4 {
	background-color: #e29a1f;
	border-radius: 10px;
	font-size: clamp(14px, 3.4cqw, 40px);
	font-weight: normal;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4em;
	line-height: 1.4;
	margin: 10px 0;
}
@media screen and (max-width: 599px){
	#sec01 .titBox h3 {
		font-size: 6.2cqw;
		letter-spacing: 0em;
		padding-left: 0em;
		padding: 1em 0;
	}
	#sec01 .saiyo h4 {
    font-size: clamp(14px, 5.2cqw, 30px);
	}
}

#sec02 {
	padding: 5% 0;
	background-color: #ebeef1;
}
#sec02 .titBox {
	padding-bottom: 3%;
}
#sec02 .titBox h3 {
	font-size: clamp(14px, 3.0cqw, 40px);
	font-weight: normal;
	padding-bottom: 0.5em;
}
#sec02 .fig01 {
	position: relative;
}
#sec02 .fig01 p.cap {
	position: absolute;
	right: 0;
	bottom: -0em;
}
#sec02 .flex {
	padding: 5% 0 3%;
}
#sec02 .flex dl {
	width: 55%;
	container-type: inline-size;
	align-self: stretch;
background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px 10px 0 0;
}
#sec02 .flex dt {
	background-color: #00783d;
	color: #fff;
	font-size: 5.0cqw;
	height: 3em;
	border-radius: 10px;
	display: flex;
justify-content: center;
align-items: center;
	width: 100%;
}
#sec02 .flex dd {
	width: 100%;
	font-size: 4.0cqw;
	
}
#sec02 .flex dd p {
	font-size: 3.5cqw;
	line-height: 2.4;
}

#sec02 .flex .rightBox {
	width: 40%;
}

#sec02 .eqiBox {
	padding: 3% 0;
}
#sec02 .eqiBox h3 {
	background-color: #706b42;
	color: #fff;
	font-size: clamp(16px, 2.4cqw, 28px);
	font-weight: normal;
	padding: 0.5em 0;
	margin-bottom: 3%;
}
#sec02 .eqiBox .imgWrap {
	background-color: #fff;
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.7);
}
#sec02 .eqiBox .imgWrap .itemBox {
	width: 50%;
	padding: 20px 50px;
}
#sec02 .eqiBox .imgWrap .item01,
#sec02 .eqiBox .imgWrap .item03 {
	border-right: #777 solid 1px;
}
#sec02 .eqiBox .imgWrap .item01,
#sec02 .eqiBox .imgWrap .item02 {
	border-bottom: #777 solid 1px;
}
#sec02 .eqiBox .imgWrap .item03,
#sec02 .eqiBox .imgWrap .item04 {
	padding-top: 40px;
}
#sec02 .eqiBox .imgWrap .item03 .imgBox::after {
	content: "当社施工例";
}
#sec02 .eqiBox .imgWrap .item04 .imgBox::after {
	content: "〈複層ガラス概念図〉";
}
@media screen and (max-width: 959px){
  #sec02 .fig01 p.cap {
    position: static;
    text-align: right;
  }
}
@media screen and (max-width: 599px){
	#sec02 .titBox h3 {
    font-size: clamp(14px, 5.2cqw, 30px);
	}
	#sec02 .flex dl {
		width: 90%;
		margin: 0 auto 20px;
	}
	#sec02 .flex dd p {
		font-size: 4.2cqw;
		line-height: 1.6;
		padding: 1.5em 0;
	}
	#sec02 .flex .rightBox {
		width: 90%;
		margin: 0 auto;
	}
	#sec02 .eqiBox .imgWrap {
		padding: 20px 40px;
	}
	#sec02 .eqiBox .imgWrap .itemBox {
		width: 100%;
		padding: 0px 0px 20px 0px;
	}
	#sec02 .eqiBox .imgWrap .item01,
	#sec02 .eqiBox .imgWrap .item03 {
		border-right: #777 solid 0px;
	}
	#sec02 .eqiBox .imgWrap .item01,
	#sec02 .eqiBox .imgWrap .item02,
	#sec02 .eqiBox .imgWrap .item03{
		border-bottom: #777 solid 0px;
	}
	#sec02 .eqiBox .imgWrap .item03,
	#sec02 .eqiBox .imgWrap .item04 {
		padding-top: 0px;
	}
	#sec02 .eqiBox .imgWrap .itemBox p {
		padding-top: 0.5em;
	}
}

#sec03 {
	padding: 5% 0 0;
}
#sec03 h3 {
	font-size: clamp(14px, 3.0cqw, 40px);
	font-weight: normal;
	padding-bottom: 1em;
}
#sec03 .itemBox {
	padding-bottom: 5%;
}
#sec03 .img01 {
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	padding-bottom: 5%;

}
#sec03 .txtBox {
	background-color: #4f9b68;
	padding: 4% 0;
}
#sec03 .txtBox dl {
	width: 92%;
	max-width: 750px;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0;
}
#sec03 .txtBox dt {
	font-size: clamp(14px, 3.0cqw, 40px);
	padding-bottom: 0.3em;
	height: auto;
	border-bottom: #fff solid 1px;
}
#sec03 .txtBox dd {
	font-size: clamp(12px, 1.6cqw, 16px);
	text-align: center;
	line-height: 2.0;
}
#sec03 .txtBox .figBox {
	width: 90%;
	max-width: 750px;
	background-color: #fff;
	margin: 30px auto;
	padding: 0px 10px;
}
#sec03 .txtBox .figBox .imgBox::after {
	content: "※概念図";
}
#sec03 .item03 .txtBox .figBox {
    width: 100%;
    background:none;
    margin: 30px auto;
    padding: 0px 0px;
}
#sec03 .item03 .txtBox .figBox .cap {
	color: #fff;
	font-size: 12px;
	padding-top: 0.5em;
}
@media screen and (max-width: 599px){
	#sec03 .txtBox dt {
		font-size: clamp(12px, 4.7cqw, 16px);
		letter-spacing: -0.03em;
	}
	#sec03 .txtBox dd {
      font-size: clamp(12px, 4cqw, 15px);
      letter-spacing: -0.05em;
  }
	#sec03 .item03 .txtBox .figBox {
		width: 90%;
	}
}

#sec04 {
	background-color: #fff;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.7);
	padding: 20px 0;
	
}
#sec04 dl {
	width: 90%;
	max-width: 770px;
	margin: 0 auto;
	color: #000;
	padding: 20px 0;
}
#sec04 dt {
	font-size: clamp(14px, 3.0cqw, 40px);
	padding-bottom: 0.3em;
	height: auto;
	border-bottom: #777 solid 1px;
}
#sec04 dd {
	font-size: clamp(12px, 2cqw, 20px);
	text-align: center;
	line-height: 2.0;
	padding: 1em 0;
}
#sec04 .figBox {
	width: 50%;
	max-width: 160px;
	margin: 0 auto;
	padding-bottom: 20px;
}
@media screen and (max-width: 599px){
	#sec04 {
		margin-bottom: 5%;
	}
	#sec04 .figBox {
    width: 30%;
	}
  #sec04 dt {
		font-size: clamp(12px, 4.7cqw, 16px);
		letter-spacing: -0.03em;
	}
  #sec04 dd {
      font-size: clamp(12px, 4cqw, 15px);
      letter-spacing: -0.05em;
  }
}