@charset "UTF-8";
@import url("grid.css");
.sp {
	display: none;
}

#nav-drawer {
     display:none;
   }

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #333;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}

h2,h3,h4,h5,p,ul,li{font-family: Hiragino UD Serif W4 JIS2004,游明朝,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,serif; font-feature-settings: "palt";letter-spacing: 0.05em;}

.keypoint {
	font-size: 35px;
	color: #DE9726;
	margin: 1em 0 2em;
	line-height: 1.4;
	display: inline-block;
}


.blueback {
	background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}

.underline02 {
	border-bottom: 3px solid #DE9726;
	display: inline-block;
}
	

.center {
	text-align: center;
}

/*clearfix
-------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  height:100%;
  width:100%;
}

/*ヘッダー
-------------------------------------*/
/* スマホ時はメニューを非表示 */
div.hamburger-menu {
    display: none;
}

.head {
	display: flex;
    flex-direction: row;
	height: 90px;
    padding: 0;
}

.head h1 { 
    padding: 1.4rem 0 0 0;
}

.site-header-logo img {
    max-height: 60px;
    max-width: 100%;
}

.logo-s{
    display: none;
}

.site-header-text {
    font-size: 14px;
    max-width: 100%;
    margin-top: 24px;
    margin-left: 20px;
    font-weight: 600;
}

.site-header-text-sp {
    display: none;
}
.site-header-sub {
    margin-left: auto;
    padding: 1rem 0px 0px;
    display: flex;
}

.site-header-sub div.left {
    width:auto;
    margin-left: auto;
    padding: 0;
}

.tel{
    font-size:13px;
    font-weight: 700;
    line-height: 1.0;
}

.telnumber a{
    margin-top:2px;
    font-size:22px;
    font-weight: 700;
    color: #169C16;
}

.telnumber i{
    margin-right:6px;
}

.tel-time {
    width:auto;
    font-size:13px;
    font-weight: 700;
    padding: 0.3rem 0.5rem 0.1rem 1rem;
    color: #fff;
    border-radius: 6px;
    background-color: #039;
}

.btn_book {
    margin-left:20pt;
    padding: 6px 10px;
    border-radius: 6px;
    transition: 0.3s;
    background-color: #3abe3a;
    font-weight: 600;
    color: #fff;
}
.btn_book:hover {
    background-color: #039;
}

.btn_book i {
    font-size: 36px;
    margin: 0 auto 0 30px;
    display: block;
}
.gotoform{
    font-size: 12px;
    margin: 0;
}


.menu {
	background-color: #003399;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
	font-size: 18px;
    text-decoration: none;
    text-align: center;
	color: #fff;
}
nav a:hover {
    background-color: #3366FF;    
	color: #fff;
}
nav a {
    padding: 0.8rem 1rem;
	display: block;
}


/*メイン画像
-------------------------------------*/

div.mainimg {
	text-align: center;
	margin: 0 auto;
}

.mainimg-s {
	display: none;
}

.maincnt{
    position: relative;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.main100th {
    position: absolute;
    min-width: 500px;
    top:0;
    left:0;
}
.maintext {
    　text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
}

.maintext p {
    color: #fff;
}

.maintext p span.big {
	color: #003399;
    font-size: 70px;
    letter-spacing: -0.1em;
}

.maintext p span.small {
    font-size: 34px;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}


/*フッター
-------------------------------------*/
footer {
    background-color: #003399;
    padding: 5rem 0;
	color: #fff;
}
footer h5 {
    border-bottom: 2px solid #fff;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
	font-size: 24px;
	line-height: 1.2;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
    color: #573f01;
    padding: 30px 15px;
    font-weight: 500;
    background-color: #fff;
	border: solid;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
}
#pagetop a:hover {    
	color: #ffffff;
    background-color: #003399;
}



/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}



/*アスベスト問題はまだ終わっていません
-------------------------------------*/
.Aproblem {
	text-align: center;
	margin: 0;
	padding-bottom: 30px;
    position: relative;
	width: 100%;
}
.contents {
	text-align: center;
	margin: 0 auto;
	width: 1110px;
}
.Aproblem h2 {
	color: #555;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
	padding: 0 0 50px 0;
    text-shadow: 2px 3px 6px #eee; 
}
.Aproblem h2 span.big {
	color: #DE9726;
    font-size: 80px;
	font-feature-settings: "palt" 1, "trad" 1;
	letter-spacing:0.05em;
}
.Aproblem div.cont {
	width:880px;
	text-align: center;
	margin: 0 auto 2em;
	color: #555;
    font-size: 20px;
}

.Aproblem div.cont p{
	text-align: left;
}

.Aproblem div.cont p.right{
	text-align: right;
}

.Aproblem div.cont p.big{
	font-size: 37px;
	text-align: center;
}


.Aproblem div.cont h4{
	text-align: center;
	color: #1E448B;
	font-weight: 600;
	font-size: 26px;
}

.Aproblem div.cont span{
	text-align: center;
	font-weight: 600;
	color: #1E448B;
}


/*Point
-------------------------------------*/

.Point {
    text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
    position: relative;
	width: 100%;
    background-image: url("../images/back_green.png");
	background-size: 100% auto;
}
.Point h2 {
	display: inline-block;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid #FFF009;
	color: #573F01;
    font-size: 65px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
	padding: 30px 0 0 0;
    text-shadow: 1px 1px 6px #fff; 
}
.Point h2 span.big {
	padding: 0 0.1em;
    font-size: 100px;
    margin: 0 -10px 0 -13px;
}
.Point123 {
    display: inline-block;
}
.Point123 a {
    display: inline-block;
}
.Point123-sp{
	display: none;
	}

.Point img{
    width: 300px;
    margin:1em;
}


/*コンテンツボックス
-------------------------------------*/
.cnt-lb {
	width: 100%;
    background: #C5CAE9;
    padding-top:3em;
    padding-bottom:3em;
}
.cnt-w {
	width: 100%;
    background: #fff;
}




/*お問い合わせ
-------------------------------------*/
.form {
    width:800px;
    text-align: center;
    margin: 0 auto;
    display: flex;
}
.cnt-b{
	background-color: #fff;
}

.cnt-b h2.form-title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding:0.5em; 
    margin: 0 auto;
    color: #fff;
	background-color: #1a2c73;
}
.form-left{
    position: relative;
    display: inline-block;
    padding:2em 1em 3em;
}
.form-left img.webform{
    position: absolute;
    left: 34px;
    top: 146px;
    z-index: 100;
}
.form-left img.mail{
    position: absolute;
    left: 71px;
    top: 220px;
    z-index: 100;
}
.form-right{
    position: relative;
    display: inline-block;
    padding:2em 1em 3em;
}
.form-right img.tel{
    position: absolute;
    left: 34px;
    top: 136px;
    z-index: 100;
}


.form-center{
    position: relative;
    display: inline-block;
    padding:2em 1em 3em;
}
.form-center img.webform{
    position: absolute;
    left: 55px;
    top: 87px;
    z-index: 100;
}
.form-center img.mail{
    position: absolute;
    left: 380px;
    top: 90px;
    z-index: 0;
}

/*ポイント１：アスシール工法
-------------------------------------*/

div.point01 {
	width:100%;
	min-height: 1240px;
    text-align: center;
    background-image: linear-gradient(45deg, #d9e2f0 0%, #fff 100%);
    padding:1rem auto 50px auto;
}

div.point_cont{
    position: relative;
	margin: 0 auto;
	text-align: center;
	width:1110px;
	}

div.point_cont .mark{
     width:130px;
     position: absolute; 
     top:50px;
     left:100px;
}


div.point01 h3 {
    font-size: 80px;
    color: #1E448B;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem 0 2rem;
    margin: 0 auto;
	text-shadow: 2px 3px 6px #eee;
}

div.point01 span.dot-text {
    padding-top: .4em;
    text-emphasis: filled;
  　-webkit-text-emphasis: filled;
}
div.point01 span.small {
    font-size: 30px;
    color: #573F01;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem 2rem;
    margin: 0 auto;
}

div.technology{
    position: relative;
    width: 880px;
    text-align: center;
    margin: 0 auto 50px;
}


div.technology h4 {
    font-size: 30px;
    color: #1E448B;
    font-weight: 600;
    text-align: left;
    padding: 0 2rem 0 2rem;
    margin: 0 auto;
	text-shadow: 2px 3px 6px #eee;
}

div.technology p {
    font-size: 25px;
    color: #393939;
    font-weight: 600;
    text-align: center;
	line-height: 1.4;
    margin: 0 auto 2em auto;
}

div.technology p span {
    font-size: 30px;
    color: #1E448B;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 2em auto;
}


div.technology ul{
	width: 100%;
    margin: 0 0 1em 0;
 　 line-height: 100px;
	display: inline-block;
	background-color: #fff;
	border: 3px solid #bdc7d9;
    border-radius: 10px;
}

div.technology ul li{
	color: #555;
	text-align: left;
    margin: 1em 0 1em 2em;
	border: 2px #1f448b;
	border-radius: 10px;
}

div.technology div.text{
	margin-bottom: 2em;
    font-weight: 600;
    text-align: left;
    font-size: 26px;
    line-height: 1.2;
	background-color: #fff;
padding: 4rem 2rem 2rem 2rem;
  border: 6px double #e0d8c8;}

div.technology div.text li{
    font-size: 18px;
    font-weight: 500;
    list-style: disc;
}
div.technology div.photo{
    width:100%;
    text-align: center;
    margin: 0 auto;
}
.photo01{
     width:48.6%;
     margin: 0 10px 10px 0;
}
.photo02{
     width:48.6%;
     margin: 0 0 10px 0;
}
div.technology div.certificate{
    text-align: center;
    margin: 10px auto 0;
}

.p01 {
    width: 130px;
    position: absolute;
    top: -170px;
    left: 0;
}

.p01_sub{
     width:200px;
     position: absolute; 
     top:-170px;
     right:-100px;
}

/*　ポイント２：日本各地に支店・営業所あり
-------------------------------------*/
div.point02 {
	width:100%;
	min-height: 860px;
    text-align: center;
	background-image: linear-gradient(45deg, #d4e6f3 0%, #fff 100%);
    padding:1rem auto 50px auto;
}

div.point02 h3 {
    font-size: 80px;
    color: #1E448B;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem 0 2rem;
    margin: 0 auto;
	text-shadow: 2px 3px 6px #eee;
}

div.point02 span.small {
    font-size: 30px;
    color: #573F01;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem 2rem;
    margin: 0 auto;
}

div.location{
    position: relative;
    min-height: 400px;
    width: 880px;
    text-align: center;
    margin: 0 auto;
}

div.location p {
    font-size: 25px;
    color: #393939;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 1em auto;
}

div.location div.text{
    margin-bottom: 2em;
    font-weight: 600;
    text-align: left;
    font-size: 26px;
    line-height: 1.2;
	background-color: #fff;
padding: 4rem 2rem 2rem 2rem;
  border: 6px double #e0d8c8;
}
div.location div.text span.big{
    font-size: 30px;
}
div.location h4{
    position: relative;
    font-size: 38px;
    letter-spacing:0.05em;
    color: #000;
    padding-bottom:2rem; 
    font-weight: 700;
    top:200px;
    left:0;
}

div.location .office01{
     width:160px;
     position: absolute; 
     top:140px;
     left:100px;
}
div.location .office02{
     width:160px;
     position: absolute; 
     top:140px;
     left:280px;
}
div.location .japanmap{
     width:90%;
}

.p02 {
    width: 130px;
    position: absolute;
    top: 40px;
	left: 0;
}

.p02_sub{
     width:200px;
     position: absolute; 
     top:43px;
     right:-100px;
}


/*　ポイント３：大型現場にも対応可能
-------------------------------------*/
div.point03 {
	width:100%;
	min-height: 1970px;
    text-align: center;
	background-image: linear-gradient(45deg, #d0d0d0 0%, #fff 100%);
    padding:1rem auto 50px auto;
}

div.point03 h3 {
    font-size: 80px;
    color: #1E448B;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem 0 2rem;
    margin: 0 auto;
	text-shadow: 2px 3px 6px #eee;
}
div.point03 span.small {
    font-size: 30px;
    color: #573F01;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem 2rem;
    margin: 0 auto;
}

div.equipment{
    position: relative;
    width: 880px;
    text-align: center;
    margin: 0 auto;
}

div.equipment p {
    font-size: 25px;
    color: #393939;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 1em auto;
}

div.equipment div.text{
    margin-bottom: 2em;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
	background-color: #fff;
padding: 4rem 2rem 2rem 2rem;
  border: 6px double #e0d8c8;
}

div.equipment div.text p.information{
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    margin-top:25px;
}

div.equipment div.text img.kizai{
    width:78.7%;
}

.p03{
     width:130px;
     position: absolute; 
     top:43px;
     left:0;
}

.p03_sub{
     width:200px;
     position: absolute; 
     top:43px;
     right:-100px;
}
/*施工実績
-------------------------------------*/
div.experience {
	width: 100%;
	min-height: 3300px;
    background: #F5F5F5;
	text-align: center;
	margin: 0 auto;
	background-image: url(../images/back_city.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


div.experience h3 {
    font-size: 80px;
    color: #1E448B;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem 0 2rem;
    margin: 0 auto;
	text-shadow: 2px 3px 6px #eee;
}

div.experience h3.jisseki {
  width: 600px;
  height: 100px;
  line-height: 100px;
  background-color: #1E448B;
  margin-bottom: 30px;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  text-shadow: none;
} 

div.experience img.jisseki03 {
  width:800px;
  margin:1em auto 3em;
} 


div.experience span.dot-text {
    padding-top: .4em;
    text-emphasis: filled;
 　　-webkit-text-emphasis: filled;
}
div.experience span.small {
    font-size: 30px;
    color: #573F01;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem 2rem;
    margin: 0 auto;
}
div.experience h4 {
  position: relative;
  padding: 0 65px;
  text-align: center;　
  color: #fff;
}

div.experience h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #573F01;
}

div.experience h4 span {
  position: relative;
  color: #fff;
  padding:0.5em  1em;
  border-radius: 6px;
  background: #573F01;
}

.detail {
	width:100%;
	overflow:hidden;
	margin:0 8px 0 8px;
	position:relative;	/* 相対位置指定 */
}
.detail img {
	width:450px;
}
.detail .caption {
	font-size:100%;
	padding:1em;
	text-align: left;
	margin: 0 auto;
	color:#fff;
}
.detail .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
.detail:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.item{
    max-width: 1000px;
    text-align: center;
	margin: 0 auto 3em;
    padding: 1em;
    display: flex;
    background-color: #fff;
	border-radius: 6px;
}
.item .img{
	width: 45%;
    margin:0 1em 0 0;
}
.item p{
    font-size:1.0em;
	text-align: left;
	margin-top: 1em;
}
.item p span.big{
    font-size:2.0em;
	text-align: left;
	color: #DE9726;
	line-height: 0;
}
.item .title{
	color:#010978;
  font-weight: 700;
	font-size:1.8em;
	line-height:1.8;
	width: 100%;
	display:block;
}
.item .txt{
    text-align: left;
    font-weight: 500;
	letter-spacing:0.8px;
	font-size:1.2em;
	line-height:1.4;
	width: 55%;
}

.item a{
    font-weight: 500;
	letter-spacing:0.8px;
	font-size:1.2em;
	margin-top:0.4em;
	color:#2E7D32;
}

.items02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item02{
	width: 30%;
}
.item02 p.title{
	color:#333 !important;
	font-size:22px;
	text-align:center;
	font-weight: 700;
	line-height:1.2;
}
.item02 p{
	color:#333 !important;
	font-size:16px;
	text-align:left;
	font-weight: 500;
	line-height:1.4;
}

/*お問合せの流れ
-------------------------------------*/
div.flow {
    width: 700px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding:0 0 6rem 0;
	border-left: 1rem solid #edeae5;
}


div.flow div.flow-in{
	position: relative;
    width: 700px;
    text-align: center;
    margin: 0 auto;
	padding: 3em 1em 2em 3em;
}


div.flow div h3.step01,div.flow div h3.step02,div.flow div h3.step03,div.flow div h3.step04,div.flow div h3.step05,div.flow div h3.step06 {
	position: relative;	
	letter-spacing:2px;
	font-size: 32px;
    color: #573F01;
    font-weight: 600;
    text-align: left;
	padding: 0;
    margin-bottom: .4em;
}

div.flow div.circle,div.flow div.circle02,div.flow div.circle03,div.flow div.circle04,div.flow div.circle05,div.flow div.circle06{
  color: white;
  text-shadow:none;
  font-family: "Helvetica Neue";
  position: absolute;	 
  top: -17px;
  left: -93px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #573f01;
  text-align:center;
  font-weight: bold;
  font-size: 1.8em;

}


div.flow div p{
  font-size: 20px;
  text-align: left;
  width:680px;
  background:#f5f5f5;
  border-radius:6px;
  padding: 1em;
  margin-bottom: 3.2em;
	
}

div.flow div p img{
  margin-left: 2.6em;
}	

h2.balloon {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding:0.5em; 
    margin: 0 auto;
    color: #fff;
	background-color: #2893F3;   
}

h2.balloon p {
font-size:1.8em;
letter-spacing: 0.05em;
margin: 0 0.8em;
padding: 0;
}


/*パートナー業者様募集
-------------------------------------*/
div.partner {
	width: 100%;
	background-image: url("../img/CreateSynergy.png");
	background-size: 600px; 370px;
    background-repeat: no-repeat;
    background-position:50% 26%;
}

div.partner div{
	font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 0.5em;
    margin: 0 auto;
    color: #555;
}

div.partner div div{
	width:800px;
	font-size: 18px;
    color: #555;
	text-align: left;
 }

div.partner h2{
	font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding: 0.5em;
    margin: 0 auto;
    color: #fff;
    background-color: #1A2C73;
 }
div.partner h3{
    font-size: 40px;
    color: #393939;
    font-weight: 600;
    text-align: center;
    margin:1em auto 0;
}
div.partner h4 {
  position: relative;
  padding: 0 65px;
  text-align: center;　
  color: #fff;
}

div.partner h4 span {
  position: relative;
  color: #fff;
  padding:0.5em  1em;
  background: #573F01;
}

.bx-wrapper{
	box-shadow: none;
    border: none;
    background: none;}

.swiper {
  max-width: 500px;
  margin: 30px 0;
}

.header-logo-menu{
	display: none;
}
#sp-fixed-menu{
	display: none;
}

.wrap {
	overflow: hidden;
}
