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

.mainImg{
	width: 100%;
	background-image: url("../images/pc_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;

}
.mainImg a.headbtn{
	display: block;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: 269px;
}
.mainImg a.headtel{
	display: block;
	padding-top: 10px;
	margin-left: 51%;
}
.nav{
	width: 100%;
	background-color: #1E3780;
}
.nav .nav-list{
	    display: flex;
    width: 900px;
    margin: 0 auto;
    height: 20px;
    padding: 20px;
}
.nav .nav-list li{
padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #fff;
	line-height: 1;
	}
.nav .nav-list li a{
	color:#fff;
}
.work-list::before{
	content: '';
display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 4px solid #2C80B8;
  border-right: 4px solid #2C80B8;
  transform: rotate(45deg);
    margin: 50px 10px 0 -10px;
}
.dashline{
	border-top:1px dashed #000;
	margin: 50px 0;
}
.floatL{
	float: left;
}

footer{
	    width: 100%;
    background-color: #1E3780;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    padding: 18px 0 20px 0;
	font-size: 14px;
}

/*------------------------------------------------------------------------------------------

業務内容

------------------------------------------------------------------------------------------*/
#work .work-title{
	width: 100%;
background: rgb(44,128,184);
background: linear-gradient(90deg, rgba(44,128,184,1) 0%, rgba(44,51,184,1) 100%, rgba(0,212,255,0) 100%);
    color: #fff;
    padding: 10px 0 13px 20px;
    font-size: 26px;
	font-weight: normal;
	margin-top: 80px;
	margin-bottom: 50px;
	box-sizing: border-box;
	letter-spacing: 2px;
	font-family: 'Sawarabi Mincho', sans-serif;
}
#work .work-copy{
	color: #2C80B8;
    font-weight: bold;
    font-size: 33px;
    line-height: 50px;
    float: left;
    margin-top: -310px;
	  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}

#work .work-imgBox .work-img{
	float: right;
	margin-left: 30px;
	margin-top: 7px;
}
#work .work-text{
	margin-top: 30px;
	text-align: justify;
	line-height: 30px;
}
#work .work-tokucho{
	text-align: justify;
	line-height: 30px;
	margin-bottom: 30px;
}
#work .work-text span{
	font-size: 30px;
	font-weight:700;
}
#work .strange{
	font-size: 20px;
	line-height:40px;
	margin: 15px 0;
	font-weight: bold;
}
#work .strange span{
	color: #2C80B8;
	text-decoration: underline;
}
#work .work-list{
	font-size: 20px;
	margin-right: 50px;
	font-weight: bold;
}
#work .work-listBox{
	display: flex;
}
#work .sub-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.blue{
	color: #2C80B8;
}
.mt50{
	margin-top: 50px;
}
#work .item{
	margin-top: 50px;
	margin-bottom: 10px;
}
#work ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#work .work-tokucho ul{
	display: block;
}
#work ul li{
	margin-bottom: 8px;
}
#work ul li.aki{
	width: 217px;
}
#work .raj{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 35px;
	color: #1E3780;
}
#work img.rajimg{
	display: block;
	margin: 20px auto 0 auto;
}
#work .thermography{
	background-color: #f5e1df;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
		margin-bottom: 30px;
	margin-top: -10px;
}
#work .thermography img{
	max-width: 310px;
	height: fit-content;
}
#work .thermography p{
	width:100%;
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
margin-left: 20px;
}

/*------------------------------------------------------------------------------------------

会社概要

------------------------------------------------------------------------------------------*/
#about .about-title{
	width: 100%;
background: rgb(255,140,0);
background: linear-gradient(90deg, rgba(255,140,0,1) 0%, rgba(236,96,15,1) 100%);
    color: #fff;
    padding: 10px 0 13px 20px;
    font-size: 26px;
	font-weight: normal;
	margin-top: 80px;
	margin-bottom: 50px;
	box-sizing: border-box;
	letter-spacing: 2px;
	font-family: 'Sawarabi Mincho', sans-serif;
}

#about .about-imgBox .about-img{
	float: right;
	margin-left: 30px;
	margin-top: 7px;
}
#about .about-text{
	margin-top: 30px;
	text-align: justify;
	line-height: 30px;
	padding-top: 200px;
	letter-spacing: -0.3px;
}
#about .about-copy{
	color: #FF8C00;
    font-weight: bold;
    font-size: 33px;
    line-height: 50px;
    float: left;
    margin-top: -495px;
	  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}
#about .about-left{
	width: 530px;
	margin-top: 70px;
}
#about .about-right{
	width: 330px;
	margin-top: 80px;
}
#about .about-right p{
	display: block;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}
#about .about-left table th,
#about .about-left table td{
	text-align: left;
	padding: 15px 0 18px 0;
	border-bottom: 1px dashed #000;
	padding-right: 30px;
	vertical-align: top;
	font-weight: 400;
}
#about .about-left table td{
	width: 400px;
}

/*------------------------------------------------------------------------------------------

お問い合わせ

------------------------------------------------------------------------------------------*/
#contact .contact-title{
	width: 100%;
    background: rgb(120,187,30);
background: linear-gradient(90deg, rgba(120,187,30,1) 0%, rgba(0,136,14,1) 100%);
    color: #fff;
    padding: 10px 0 13px 20px;
    font-size: 26px;
	font-weight: normal;
	margin-top: 80px;
	margin-bottom: 50px;
	box-sizing: border-box;
	letter-spacing: 2px;
	font-family: 'Sawarabi Mincho', sans-serif;
}
#contact .sub-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 50px;
}
.green{
	color: #78BB1E;
}
#contact .tel{
	font-size: 45px;
	font-family: 'Inter', sans-serif!important;
	padding-left: 20px;
}
#contact .tel span{
	font-size: 30px;
}
#contact .cap{
	padding-left: 20px;
}
#contact a.formbtn img{
	padding-left: 20px;
	margin-top: 20px;
}
#contact img.credit{
	padding-left: 20px;
}

#page_top{
  position: fixed;
  right: 10%;
  top: -1300px;

  opacity: 0.6;

}
footer{
	    width: 100%;
    background-color: #1E3780;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    padding: 18px 0 20px 0;
	font-size: 14px;
}
@media screen and (max-width:750px) {
	
	
.mainImg{
	width: 100%;
	background-image: url("../images/pc_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;

}
.mainImg a.headbtn{
	display: block;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: 269px;
}
.mainImg a.headtel{
	display: block;
	padding-top: 10px;
	margin-left: 51%;
}
.nav{
	width: 100%;
	background-color: #1E3780;
}
.nav .nav-list{
	    display: flex;
    width: 100%;
    margin: 0 auto;
    height: 20px;
    padding: 20px;
}
.nav .nav-list li{
padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #fff;
	line-height: 1;
	}
.nav .nav-list li a{
	color:#fff;
}
.work-list::before{
        content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 4px solid #2C80B8;
    border-right: 4px solid #2C80B8;
    transform: rotate(45deg);
    margin: 20px 10px 0 0px;
}
.dashline{
	border-top:1px dashed #000;
	margin: 30px 0;
}
.floatL{
	float: left;
}



/*------------------------------------------------------------------------------------------

業務内容

------------------------------------------------------------------------------------------*/
#work .work-title{
	width: 100%;
    background-color: #2C80B8;
    color: #fff;
    padding: 15px 0 15px 20px;

    font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	letter-spacing: 2px;
}
#work .work-copy{
	color: #2C80B8;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    float: none;
    margin-top: 15px;
	  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}

#work .work-imgBox .work-img{
	float: none;
	margin-left: 0;
	margin-top: 7px;
}
#work .work-text{
	margin-top: 20px;
	text-align: justify;
	line-height: 30px;
}
#work .work-tokucho{
	text-align: justify;
	line-height: 30px;
	margin-bottom: 30px;
}
#work .work-text span{
	font-size: 25px;
	font-weight:700;
}
#work .strange{
	font-size: 20px;
    line-height: 35px;
    margin: 15px 0;
    font-weight: bold;
    text-indent: -1em;
    margin-left: 15px;
}
#work .strange span{
	color: #2C80B8;
	text-decoration: underline;
}
#work .work-list{
	font-size: 18px;
	margin-right: 50px;
	font-weight: bold;
}
#work .work-listBox{
	display: block;
}
#work .sub-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.blue{
	color: #2C80B8;
}
.mt50{
	margin-top: 50px;
}
#work .item{
	margin-top: 50px;
	margin-bottom: 10px;
}
#work ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#work .strange ul{
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	
}	
#work .strange ul li{
		margin-bottom: 8px;
	width: 100%;
		
	}	
#work ul li{
	margin-bottom: 8px;
	width: 48%;
}
#work ul li.aki{
	width: 217px;
}
#work .raj{
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
	color: #1E3780;
}
#work img.rajimg{
	display: block;
	margin: 20px auto 0 auto;
}

#work .work-tokucho ul{
	display: block;
}
	#work .work-tokucho ul li{
		width: 95%;
    text-indent: -1em;
    margin-left: 15px;
	}
#work .thermography{
	background-color: #f5e1df;
	padding: 20px;
	display: block;
	justify-content: space-between;
	box-sizing: border-box;
		margin-bottom: 30px;
	margin-top: -10px;
}	
	
#work .thermography img{
	max-width: 100%;
	height: fit-content;
	margin-bottom: 10px;
}
#work .thermography p{
	width:100%;
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
margin-left: 0;
}	
/*------------------------------------------------------------------------------------------

会社概要

------------------------------------------------------------------------------------------*/
#about .about-title{
	width: 100%;
    background-color: #FF8C00;
    color: #fff;
    padding: 15px 0 15px 20px;
    font-size: 20px;
	font-weight: normal;
	margin-top: 80px;
	margin-bottom: 20px;
	box-sizing: border-box;
	letter-spacing: 2px;
}

#about .about-imgBox .about-img{
	float: none;
	margin-left: 0;
	margin-top: 15px;
}
#about .about-text{
	margin-top: 20px;
	text-align: justify;
	line-height: 30px;
	padding-top: 0;
	letter-spacing: -0.3px;
}
#about .about-copy{
	color: #FF8C00;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    float: none;
    margin-top: 20px;
	  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}
#about .about-left{
	width: 100%;
	margin-top: 40px;
}
#about .about-right{
	width: 100%;
	margin-top: 20px;
}
	#about .about-right img{
		width: 49%;
	}	
#about .about-right p{
	display: block;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}
#about .about-left table th,
#about .about-left table td{
	text-align: left;
	padding: 15px 0 18px 0;
	border-bottom: 1px dashed #000;
	padding-right: 0;
	vertical-align: top;
	font-weight: 400;
	width: 30%;
}
#about .about-left table td{
	width: 400px;
}

/*------------------------------------------------------------------------------------------

お問い合わせ

------------------------------------------------------------------------------------------*/
#contact .contact-title{
	width: 100%;
    background-color: #78BB1E;
    color: #fff;
    padding: 15px 0 15px 20px;
    font-size: 20px;
	font-weight: normal;
	margin-top: 80px;
	margin-bottom: 20px;
	box-sizing: border-box;
	letter-spacing: 2px;
}
#contact .sub-title{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
    text-indent: -1em;
    margin-left: 20px;
}
.green{
	color: #78BB1E;
}
#contact .tel{
	font-size: 35px;
	font-family: 'Inter', sans-serif!important;
	padding-left: 20px;
}
#contact .tel span{
	font-size: 25px;
}
#contact .cap{
	padding-left: 20px;
}
#contact a.formbtn img{
	padding-left: 0;
	margin-top: 10px;
}
#contact img.credit{
	padding-left: 0;
	width: 100%;
}

#page_top{
  position: fixed;
  right: 10%;
  top: -1300px;

  opacity: 0.6;

}
	footer p{
		font-size:10px;
	}
	
footer{
	    width: 100%;
    background-color: #1E3780;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    padding: 18px 0 20px 0;
	font-size: 14px;
}	
}






