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

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-family: "Noto Sans JP";
  scroll-behavior:smooth;
}

p,a,span,h1,h2,h3,h4,h5,h6{
  -webkit-transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  transform: rotate(0.03deg);  
  color: #707070;
}

a{
	text-decoration: none;
	letter-spacing: 5px;
	transition: .3s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .5;
	transition: .4s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

h1{	
	letter-spacing: 10px;
}
h2{
  font-size: 32px;
  line-height: 45px;
	letter-spacing: 9px;
}
h3{
	letter-spacing: 8px;
}
h4{	
	letter-spacing: 7px;
}
h5{	
	letter-spacing: 6px;
}
h6{	
	letter-spacing: 5px;
}
p,p span{
	font-weight: 200;
  font-size: 16px;
  line-height: 26px;
	letter-spacing: 2px;
}
hr{
}

.clear{
	clear:both;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.spOnly{
  display: none;
}

.flexBox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.spbr{
  display: none;
}

input, button, select, textarea {
    -webkit-appearance: none;
}

/*==============================
共通
==============================*/



/*==============================
ヘッダ
==============================*/
header{
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../img/mainBack.jpg");
  background-size: cover;
  background-position: center;
  top: -24px;
}

header nav{
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
}

header nav h1{
  font-size: 60px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}

header nav ul{
  display: flex;
}

header nav ul li{
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #fff;
}

header nav ul li:last-of-type{
  margin-right: 0;
  border-right: none;
}

header nav ul li a{
  display: block;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
  font-weight: bold;
}

header h2{
  position: relative;
  text-align: center;
  top: 50vh;
  font-size: 80px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

/*==============================
ナビ
==============================*/

/*==============================
パーツ
==============================*/

section{
  text-align: center;
  padding: 100px 15px;
}

.titleHead{
  font-size: 32px;
  font-weight: bold;
  color: #586573;
  text-align: center;
  display: inline-block;
  margin: 0 auto 100px;
  padding: 10px 50px;
  border: 5px solid #FCF574;
}

/*==============================
メイン
==============================*/

#conceptWrap h3{
  font-size: 26px;
  color: #4FB7AF;
  margin-bottom: 50px;
}

section#serviceWrap{
  padding: 100px 0;
}

.bordonBox{
  padding: 100px 15px;
  background-image: url("../img/bordon.jpg");
  background-size: cover;
  background-position: center;
}

.bordonBox h3{
  position: relative;
  width: calc(50% + 15px);
  left: -15px;
  padding: 20px;
  font-size: 36px;
  letter-spacing: 4px;
  color: #fff;
  background-color: rgba(79, 183, 183, .8);
  margin-bottom: 50px;
}

.bordonBox p{
  color: #000;
  font-size: 22px;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 32px;
}

.freonBox{
  padding: 100px 15px;
  background-color: #23A69C;
}

.freonBox h3{
  position: relative;
  width: calc(50% + 15px);
  left: -15px;
  padding: 20px;
  font-size: 36px;
  letter-spacing: 4px;
  color: #4FB7AF;
  background-color: #fff;
  margin-bottom: 50px;
}

.freonBox h4{
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.freonBox p{
  color: #000;
  font-size: 22px;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 32px;
}

.freonBox > div{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
}

.freonBox > div img{
  width: 100%;
}

.freonBox > div p{
  padding: 50px;
  font-size: 16px;
  text-align: center;
}

.serviceBox{
  background-color: #fff;
  padding: 100px 15px;
}

.serviceBox h3{
  font-size: 36px;
  color: #4FB7AF;
  margin-bottom: 50px;
}

.serviceBox h3::before,
.serviceBox h3::after{
  content: "-";
  margin: 0 10px;
}

.serviceBox ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.serviceBox ul li{
  width: 100%;
  position: relative;
  margin-bottom: 150px;
}

.serviceBox ul li img{
  width: 80%;
  position: relative;
  vertical-align: bottom;
  display: block;
}

.serviceBox ul li h4{
  font-size: 36px;
  line-height: 26px;
  padding: 40px 20px;
  width: 50%;
  color: #4FB7AF;
  position: absolute;
  background-color: rgba(252, 245, 116, .8);
  bottom: -50px;
}

.serviceBox ul li h4 span{
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: -10px;
}

.serviceBox ul li:nth-of-type(2n - 1) img{
  left: 0;
}

.serviceBox ul li:nth-of-type(2n - 1) h4{
  right: 0;
}


.serviceBox ul li:nth-of-type(2n) img{
  left: 20%;
}

.qualityBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.qualityBox h3{
  display: inline-block;
  padding: 5px 0;
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
}

.qualityBox table{
  width: 100%;
  border-collapse:collapse;
}

.qualityBox table th,
.qualityBox table td{
  border: 1px solid #ccc;
  padding: 20px 40px;
  text-align: left;
}

.qualityBox table th{
  background-color: #fafafa;
}

.qualityBox > p{
  text-align: left;
}

.downloadBox{
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}

.downloadBox ul{
  width: 45%;
}

.downloadBox li{
  width: 100%;
}

.downloadBox li a{
  display:block;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.downloadBox ul:first-of-type li a{
  border: 2px solid #389718;
  color: #389718;
}

.downloadBox ul:first-of-type li a:hover{
  background-color: #389718;
  color: #fff;
  opacity: 1;
}

.downloadBox ul:last-of-type li a{
  border: 2px solid #FD9827;
  color: #FD9827;
}

.downloadBox ul:last-of-type li a:hover{
  background-color: #FD9827;
  color: #fff;
  opacity: 1;
}

.historyBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
  padding: 50px 100px 100px;
  background-color: #E4E4E4;
}

.historyBox h3{
  color: #000;
  font-size: 36px;
  margin-bottom: 50px;
}

.historyBox table{
  border-collapse:collapse;
  width: 100%;
}

.historyBox table td{
  border-top: 1px solid #ccc;
  padding: 20px 40px 20px 40px;
  text-align: left;
  background-color: #fff;
}

.historyBox table td:first-of-type{
  width: 25%;
  padding-right: 0px;
}

.historyBox table tr:nth-of-type(2n - 1) td{
  background-color: #F5F5F5;
}

.historyBox table tr:last-of-type td{
  border-bottom: 1px solid #ccc;
}

.companyBox{
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 0;
}

.companyBox table{
  width: 100%;
  border-spacing: 0px 10px;
}

.companyBox table tr{
  margin-bottom: 10px;
}

.companyBox table td{
  padding: 30px 40px 30px 40px;
  text-align: left;
  color: #fff;
  background-color: rgba(79, 183, 183, .6);
  margin-bottom: 10px;
  font-size: 26px;
}

.companyBox table td:first-of-type{
  width: 25%;
  padding-right: 0px;
}

iframe{
  width: 100%;
  height: 450px;
}

#contactWrap p{
  margin-bottom: 20px;
}

#contactWrap input[type="text"],
#contactWrap textarea{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5px;
  padding: 5px;
  border:0;
  padding:10px;
  border:solid 1px #ccc;
  background-color: #fafafa;
}

input[type="submit"],
input[type="button"]{
  display: inline-block;
  margin-top: 20px;
  background-color: #21AB85;
  padding: 10px 30px;
  cursor: pointer;
  color: #fff;
  border:none;
  font-size: 22px;
}

footer{
  background-color: #23A69C;
  padding: 50px 15px;
  text-align: center;
}

footer p{
  font-size: 26px;
  color: #fff;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
  header h2{
    font-size: 60px;
  }
  
  header nav ul li{
    margin-right: 10px;
    padding-right: 10px;
  }
  
  header nav ul li a{
    letter-spacing: 0;
  }
}

@media screen and (max-width: 800px) {
  header nav ul{
    display: none;
  }

  .downloadBox{
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    display: block;
  }

  .downloadBox ul{
    width: 100%;
  }

  .downloadBox li{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  section{
    padding: 50px 15px;
  }
  
  p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
  }
  
  header h2{
    font-size: 30px;
    letter-spacing: 2px;
  }
  
  .titleHead{
    font-size: 26px;
    letter-spacing: 4px;
    padding: 5px 40px;
    margin-bottom: 50px;
  }
  
  #conceptWrap h3{
    font-size: 16px;
    letter-spacing: 0px;
  }
  
  #conceptWrap p{
    text-align: justify;
  }
  
  .bordonBox{
    padding: 50px 15px;
  }
  
  .bordonBox h3{
    width: calc(90% + 15px);
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  
  .bordonBox p{
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }
  
  .freonBox{
    padding: 50px 15px;    
  }
  
  .freonBox h3{
    width: calc(90% + 15px);
    font-size: 22px;
    margin-bottom: 20px;    
    letter-spacing: 0;
  }
  
  .freonBox h4{
    font-size: 18px;
    letter-spacing: 0;
  }
  
  .freonBox > div p{
    padding: 20px;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }
  
  .serviceBox ul li{
    margin-bottom: 100px;
  }
  
  .serviceBox ul li img{
    width: 100%;
    left: 0;
  }
  
  .serviceBox ul li:nth-of-type(2n) img{
    left: 0;
  }
  
  .serviceBox ul li h4{
    width: 60%;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .serviceBox ul li h4 span{
    font-size: 12px;
    letter-spacing: 0;
  }
  
  .serviceBox{
    padding: 50px 15px;
  }
  
  .serviceBox h3{
    font-size: 22px;
    margin-bottom: 20px;    
    letter-spacing: 0;    
  }
  
  .historyBox{
    padding: 30px 15px;
  }
  
  .historyBox h3{
    margin-bottom: 30px;
  }
  
  .historyBox table td{
    padding: 10px 10px;
    font-size: 12px;
  }
  
  .historyBox table td:first-of-type{
    width: 30%;
  }
  
  .qualityBox table th, .qualityBox table td{
    padding: 10px 20px;
    font-size: 12px;
  }
  
  .qualityBox > p{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 18px;
  }
  
  .qualityBox a{
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  
  .companyBox{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .companyBox table td{
    font-size: 16px;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 414px){
}