

body{
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0 auto;
  padding: 0 auto;
  text-align: center;
}


/*ここからヘッダー*/

/*ここからハンバーガーメニュー非表示*/
.drawer{
  display: none;
}

/*ここから通常ヘッダー*/
header{
  background-color: rgb(241, 240, 240);
  display: flex;
  margin:0 auto;
  list-style-type: none;
  display: flex;
  width:100%;
  position: fixed;
  z-index: 1000;
  transition: .5s;
}

header.hide{
  transform: translateY(-100%);
}

.header-background{
  width:100%;
}

.container {  
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  height: auto;
  align-items: center;
}

.icon{
  margin: 0;
  height: auto;
  width: auto;
  text-align: center;
  }

.gnav{
  display: flex;
  align-items: center;
  height: 70px; 
}

.header-logo {
  height: 70px;
  width: auto;
}

.gnav-list {
  display: flex;
  align-items: center;
}

.gnav ul{
  margin:0;
  padding:0;
  list-style-type: none;
}



.gnav-list-item a {
  text-decoration: none;
  color: rgb(90, 89, 89);
  display: block;
  font-size: 18px;
  padding: 0px 20px 0px 20px;
  height: 51px;


}

.gnav ul li{
  margin: 0px;
  padding:0px 
  width: auto;
}

.gnav ul li:hover{
  background-color: rgb(219, 58, 58);
  color: #fff;
}

.gnav ul li:hover a{
  color: #fff;
}

.fa, .far, .fas {
  padding-left: 20px;
  }

.fixed-number{
  font-size: 25px;
  color: gray;
  text-decoration: none;
}

.fixed-number :hover{
  color: rgb(46, 46, 46);
}

/*ここからトップ画像（スライダー）*/

.bx-wrapper{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0px;
}

.bx-wrapper .bx-pager {
padding: 40px 0px 50px 0px;
}

.bx-prev{
 display: none;
}

.bx-next{
  display: none;
}

.top-contents-wrapper img{
  width: 100%;
	height: calc(100vh - 100px);
  object-fit: cover;
}

.top-title img{
  position: relative;
  padding-top: 60px;
}

.top-lead {
  background-color: rgba(90, 90, 90, 0.479);
	color:#F9F3EA;
	font-family: initial;
	font-style: normal;
	font-size: 23px;
	letter-spacing: 0.06em;
	line-height: 150%;
	width: 773px;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top-lead-sp {
  background-color: rgba(90, 90, 90, 0.479);
	color:#F9F3EA;
	font-family: initial;
	font-style: normal;
	font-size: 23px;
	letter-spacing: 0.06em;
	line-height: 150%;
	width: 773px;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top-lead-sp{
  display: none;

}


@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}




.topback-btn{
  position: fixed;
  right: 120px;
  bottom: 0px;
  width: 100px;
  display: none;
  z-index: 1001;
}

.topback-btn-img{
  width: 280%;
  opacity: 0.8;
  z-index: 1003;
}

.topback-btn-img:hover{
  opacity: 1;
}



.contents-title{
  font-size: 28px;
  padding: 50px 30px 30px 30px;
  margin:  0 auto;
  font-weight: bold;
  text-align: center;
  color: rgb(61, 57, 57);

}

.contents1{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px 50px 0px;
  background-color: hsla(0, 0%, 93%, 0.986);
  }

.contents1-wrapper{
  display: flex;
  padding: 10px;
  margin:  0 auto;
  width: 70%;
  }


.contents1-img{
  position: relative;
  margin-top: 20px;
  width: 400px;
  height: auto;
}



.contents1-text{
  font-size: 20px;
  text-align: left;
  padding: 20px 0px 70px 50px;
  color: rgb(61, 57, 57);
}


.contents1-btn{
  background-color: rgb(114, 110, 110);
  color: #efefef;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 30px 10px 30px;
  border-radius: 5px;
  letter-spacing: 0.04em;
  }

.contents1-btn:hover{
  color: rgb(158, 154, 154); 
  background-color: rgb(61, 57, 57);
  }


.contents2{
  width: 100%;
  height: auto;
  background-color: #fff;
  text-align: center;
  padding-bottom: 60px;

}

.items{
  display: flex;
  margin: 0 auto;
  width: 80%;
  justify-content: space-between;

}
.item {
  position:	relative;
  width: 30%;
}


.contents2-img{
  width: 100%;
  max-height: 220px;
}

.item-1 {
  position:		relative;
  width: 30%;
}

a.contents-img1{
  display: block;
  background: url(../images/product1.jpg);
  background-size:  cover; 
  width: 100%;
  height: 220px;
}

a.contents-img2{
  display: block;
  background: url(../images/product2.jpg);
  background-size:  cover; 
  width: 100%;
  height: 220px;
}

a.contents-img3{
  display: block;
  background: url(../images/product3.jpg);
  background-size:  cover; 
  width: 100%;
  height: 220px;
}

.mask {
	width:			100%;
    height:			220px;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}

.item .caption {
	font-size:		130%;
	text-align: 	center;
	color:			#fff;
}


.item:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
    height: 140px;
}



.item-2 {
  position:		relative;
  width: 30%;
}

.item-2 .caption {
	font-size:		130%;
	text-align: 		center;
  color:			#fff;
}

.item-2 .mask {
	width:			100%;
	height:			37%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.item-2:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}


.item-3 {
  position:		relative;
  width: 30%;
}

.item-3 .caption {
	font-size:		130%;
	text-align: 		center;
	color:			#fff;
}

.item-3 .mask {
	width:			100%;
	height:			37%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
  transition:		all 0.4s ease;
}

.item-3:hover .mask {
	opacity:		1;	/* マスクを表示する */
  padding-top:		80px;	/* ホバーで下にずらす */
}


.contents2-intitle {
  font-size: 25px;
  font-weight: bold;
  color: rgb(197, 44, 44);
  margin: 10px 0px 0px 0px;
}

.contents2-text{
  color: rgb(61, 57, 57);
  margin-top: 10px;
  font-size: 18px;
}

.sp{
  display: none !important;
}


.contents3{
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background-image: url('../images/company-image2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: hsla(0, 0%, 99%, 0.986)
}



.contents3-wrapper{
  justify-content: space-between;
  font-size: 20px;
  text-align: left;
  padding: 0px 220px 50px 220px;
  color: rgb(82, 82, 82);
  display: flex;
  }

.contents3-company-wrapper{
  padding: 0px 15px 10px 15px;
  background-color: rgba(223, 223, 223, 0.726);
  margin-top: 20px;
  margin-right: 10px;
  width: 50%;
}

.contents3-intitle{
  padding-left: 50px;
}

.contents3-company-wrapper p{
  font-size: 18px;
  padding-left: 50px;
}

/*TELとFAXの改行調整*/
.contents3-text-sp{
  display: none !important;
}

.contents3-img-wrapper{
  width: 50%;
}

.contents3-img{
  margin-top: 20px;
}

 .contents4{
  width: 100%;
  height: auto;
  background-color: #fff;
  text-align: center;
  padding-bottom: 50px;
  }

  .contact {
    display: flex;
    justify-content: center;
}

  .input-field {
    display: block;
    width: 297px;
    height: 49px;
    background-color: #7c7777c7;
    color: #FAF5EF;
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 49px;
    box-sizing: border-box;
    margin: 0 0 3px 3px;
}

.textarea-field {
  display: block;
  width: 297px;
  height: 131px;
  background-color: #7c7777c7;
  color: #FAF5EF;
  font-size: 19px;
  letter-spacing: 0.04em;
  line-height: 131px;
  box-sizing: border-box;
  margin: 0 0 3px 3px;
  }


input {
    width: 400px;
    height: 49px;
    border: 1px solid #d8cecdb0;
    color: #201400;
    font-size: 16px;
    letter-spacing: 0.04em;
    margin: 0 0 3px 3px;

  }

textarea {
    resize: none;
    overflow-y: scroll;
    width: 400px;
    height: 131px;
    border: 1px solid #d8cecdb0;
    color: #201400;
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-left: 3px;
}

.submit{
  text-align: center;
  width: 70px;
  border-radius: 10px;
  height: 40px;
  margin: 10px;
}

.submit:hover{
  background-color: rgb(177, 177, 177);
}

.phone-wrapper{
  font-size: 25px;
  color:#4d4a4ac7;
  text-decoration: none;
}


.footer{
  background-color: rgb(241, 240, 240);
  padding:  10px;
}


.footer-logo{
  width: auto;
  height: 120px;
  padding: 20px;
  
}

.footer-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
  }

.footer-menu-wrapper{
  padding-right: 50px;
}

.footer-menu-list{
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 30px;
}

.footer-list {
  list-style: none;
  display: flex;
  padding: 20px;
  width: auto;
}

.footer-list a{
  text-decoration: none;
  color: #494949;

}

.footer-list a:hover{
  color: rgb(172, 65, 65); 
}




/*====================================
Tablet；画面の横幅 561-960px (960pxまで)
======================================*/
@media screen and (max-width: 960px){

  /*ここからハンバーガーメニュー。ヘッダーは非表示*/
  .drawer{
    display: inline;
    }

  header{
    display: none;
  }

  .drawer-checkbox{
    display: none;
  }

  .drawer-icon{
    display: block;
    position: fixed;
    right: 0;
  
    width: 70px;
    height: 70px;
    background-color: #eb7f7fce;
  
    cursor: pointer;
    z-index: 1010;
  }

  .drawer-checkbox:checked ~ .drawer-icon{
    background-color: transparent;

  }

  .drawer-icon-menu, .drawer-icon-menu:before, .drawer-icon-menu:after{
    background-color: #584f4f;
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    top:25px;
    left: 20px;
    margin:auto;
  }

  .drawer-icon-menu:before{
    content:'';
    top:10px;
    left: 0;
  }
  
  .drawer-icon-menu:after{
    content:'';
    top:-10px;
    left: 0;
  }

  .drawer-icon:after{
    content: 'MENU';
    color: #504b4b;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif, sans-serif,;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    display: block;

    position: absolute;
    top: 40px;
    right: 16px;
  }

  .drawer-checkbox:checked ~ .drawer-icon:after{
    content: 'CLOSE';
  
    position: absolute;
    top: 40px;
    right: 17px;
    color: #fff;
  }
  
  /* ドロワー内のメニュー */
  .drawer-menu {
    background: rgba(116, 116, 116, 0.856);
    color: #6d6a6a ;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -2000px;
    z-index: 1007;
  }
  
  .drawer-menu ul{
    width: 100%;
    height: 75%;
    display: block;
    flex-wrap: wrap;
    align-content: flex-start;
  
    list-style: none;
    text-align: center;
  }
  
  .drawer-menu li{
    display: block;
    width: 70%;
    height: 20%;
  
    border-bottom: 1.5px solid #F9F3EA;
    box-sizing: border-box;
  }
  
  .drawer-menu-item{
    text-decoration: none;
  
    display: block;
    width: 100%;
    height: 100%;
  
    color: #F9F3EA;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .drawer-menu span{
    display: block;
    width: 100%;
  }
  
  .drawer-menu a:hover{
    background: rgba(245, 244, 244, 0.9);
    -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all  0.4s ease;
  }
  
  .drawer-menu a:hover span{
    color:#3d3838;
    -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all  0.4s ease;
  }
  
  /* チェックがついた時に表示されるようにする */
  .drawer-checkbox:checked ~ .drawer-menu {
     right: 0;
  }
  
  /* バーガーの真ん中の線 */
  .drawer-checkbox:checked ~ .drawer-icon .drawer-icon-menu {
     background: transparent;
  }
  /* バーガーの上と下の線を動かす */
  .drawer-checkbox:checked ~ .drawer-icon .drawer-icon-menu:before {
    -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 0;
  }
  .drawer-checkbox:checked ~ .drawer-icon .drawer-icon-menu:after {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 0;
  }
  
  .drawer-icon-item, .drawer-icon-menu:after, .drawer-icon-menu:before, .drawer_menu {
     -webkit-transition: all 0.7s;
     transition: all 0.7s;
     
  }
  

  

 /*タブレットトップ*/

  .top-contents {
    width: 100%;
    }

  .top-lead {
    width: 90%;
  }

  .top-title img{
    padding-top: 0px;
  }

   /*タブレットトップバック*/

  .topback-btn{
    position: fixed;
    right: 100px;
    bottom: 0px;
    width: 70px;
    display: none;
    z-index: 1001;
  }

   /*タブレット創業者の想い*/

  .contents1{
    width: 100%;
  }

  .contents1-wrapper{
    width: 60%;
    padding:0 ;
    display: block;
    }

  .contents1-img-wrapper{
    margin:  0 auto;
  }

  .contents1-img{
    width: 100%;
  }

  .contents1-text{
    padding: 10px 0px 0px 0px;
    margin:  0 auto;
    font-size: 18px;
  }

  .contents1-btn{
    padding: 6px 30px ;
    width: 90px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 17px;
  }

   /*タブレット業務案内*/

  .contents2{
    width: 100%;
    margin:  0 auto;
    text-align: center;
    padding-bottom: 10px;
  }

  .item {
    width: 60%;
    margin:  0 auto;
    margin-bottom: 60px;
  }

  .items{
    display: block;
  }


  .contents2-text {
    margin-bottom: 12px;
  }

  .contents2-img{
    position:	relative;
    width: 70%;
    max-height: 300px;
  }
  
  .item:hover .mask {
    display: none;
  }


  .contents2-text p{
    margin-bottom: 0px;
  }

  .sp{
    display: inline !important;
  }
  
  .contents2-btn {
    width: 110px;
    background-color: rgb(114, 110, 110);
    color: #efefef;
    text-decoration: none;
    font-size: 17px;
    padding: 6px 30px;
    border-radius: 5px;
    letter-spacing: 0.04em;
    }

  .contents2-btn p{
    color: #fff;

  }

  .contents2-btn a{
    text-decoration: none;
    }
    
  .contents2-btn:hover{
    color: rgb(150, 147, 147); 
    background-color: rgb(70, 68, 68);
    }
  .contents2-btn:hover p{
    color: rgb(150, 147, 147); 
  }

   /*タブレット会社情報*/

  .contents3{
    width: 100%;
  }

  .contents3-wrapper{
    width: 60%;
    margin: 0 auto;
    padding:0;
    display: block;
    width: 100%;
  }

  .contents3-company-wrapper{
    text-align: left;
    padding: 0px;
    margin: 0 auto;
    width: 60%;
  }

  .contents3-intitle{
    margin: 0px 0px 10px 0px;
    padding: 20px 20px 0px 20px;
    text-align: left;
  }

  /*TELとFAXの改行調整*/
  .contents3-text-pc{
    display: none !important;
  }
  .contents3-text-sp{
    display: inline !important;
  }

  .contents3-text-sp p{
    font-size: 18px; 
    }

  .contents3-wrapper p{
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
    line-height: 1.6;
  }

  .contents3-img-wrapper{
    margin: 0 auto ;
    padding: 20px 0px;
    width: 60%;
  }

  .contents3-img{
    margin: 0 auto;
    pading: 5px 0px 5px 5px;
    width: 100%;
    height: 250px;

  }

  /*タブレットお問い合わせ*/
  .contents4{
    width: 100%;
  }

  .contact{
    width: 60%;
    margin:  0 auto;
    display: block;
  }

  .input-field, .textarea-field{
    display: block;
    width: 100%;
    height: 35px;
    background-color: transparent;
    color: #424242;
    line-height: 35px;
    text-align: left;
  }

  input{
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  textarea{
    resize: vertical;
    width: 100%;
    margin: 0;
  }

  .footer-container{
    display: block;
    margin:  0 auto;
    height: 160px;
  }

  .footer-menu-wrapper{
    display: none;
  }

  
  }





 




 









/*========================================
Smartphone；画面の横幅 320-560px (560pxまで)
==========================================*/
@media screen and (max-width: 560px){


  /* ハンバーガー(ドロワー)メニュー*/

  .drawer-icon{
    width: 60px;
    height: 60px;
  }
  
  .drawer-icon-menu, .drawer-icon-menu:before, .drawer-icon-menu:after{
    top:22px;
    left: 15px;
  }
  
  .drawer-icon-menu:before{
    content:'';
    top:10px;
    left: 0;
  }
  
  .drawer-icon-menu:after{
    content:'';
    top:-10px;
    left: 0;
  }
  
  .drawer-icon:after{
    top: 35px;
    right: 11px;
  }
  
  .drawer-checkbox:checked ~ .drawer-icon:after{
    top: 35px;
    right: 12px;
  }
  
  /* ドロワー内のメニュー */
  .drawer-menu{
    padding-top: 8%;
  }
  
  .drawer-menu ul{
    height: 80%;
    flex-wrap:nowrap;
    flex-direction: column;
    justify-content: center;
     text-align: left;
     font-size: 14px;
  }
  
  .drawer-menu li{
    width: 100%;
    height: 16.66%;
    max-height: 80px;

  }
  
  .drawer-menu-item{
    padding-left: 75px;
  
    position: relative;
  }
  
  .drawer-menu-item:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 3px;
    background-color: #F9F3EA;
  
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    left: 42px;
  }

  /*スマホトップバックボタン非表示*/
  .topback-btn img{
    display: none;
  }

  /*スマホトップイメージ*/
  .top-lead {
    display: none;
  }

  .top-title img{
    height: 70vh;
    }

  .top-lead-sp{
    display: inline;
    font-size: 18px;
    width: 90%;
  }


  


  /*スマホ創業者の想い*/
  .contents-title{
    font-size: 28px;
  }

  .contents1-wrapper {
    width: 80%;
  }

  .contents1-img{
    width: 100%;
  }

  .contents1-text{
    font-size: 22px;
  }

  /*スマホ業務案内*/

  .contents2{
    width: 100%;
    margin: 0 auto;
    padding:10px 0px 20px 0px;
  }

  .items{
    margin:  0 auto;
  }

  .item{
    width: 100%;
    margin:  0 auto;
    margin-bottom: 60px;
  }

  .contents2-intitle{
    font-size: 24px;
    margin: 14px 0px;
  }

  .contents-img1{
    width: 100%;
  }

  .contents-img2{
    width: 100%;
    height: auto;
  }

  .contents-img3{
    width: 100%;
    height: auto;
  }

  .contents2-text{
    font-size: 22px;

  }




  /*スマホ会社情報*/
  .contents3-wrapper{
    width: 90%;
  }

  .contents3-company-wrapper{
    width: 100%;
  }

  .contents3-img-wrapper{
    width: 100%;
  }

  .contents3-intitle{
    font-size: 23px;
  }

  .contents3-text-sp p{
    font-size: 18px;
  }

  /*スマホお問い合せ*/
  .contact{
    width: 85%;
  }

  .input-field{
    font-size: 22px;
  }

  .textarea-field{
    font-size: 22px;
  }

  /*スマホフッター*/

  .footer-container{
    height: 100px;
  }

  .footer-logo{
    width: 60%;
    height: auto;
    margin:  0 auto;
    padding: 0;
  }

  .contact-number{
    width: 80%;
    margin:  0 auto;
  }

  .contact-number p{
    font-size: 22px;
  }

  .fas {
    padding:  0px;
  }

  .footer-logo{
    padding-top: 10px;
  }



  
