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


html{
  font-size: 62.5%;
  letter-spacing:0.5pt;
  scroll-behavior: smooth;
  }
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
	
ul{list-style:none;}

ol{margin-left: 1.25em}

ol li{margin-bottom: 1em}

ol li ol{margin-left: 2.25em; margin-top: 0.5em}

ol li ol li{margin-bottom:0}

table{
	border-collapse:collapse;
	border-spacing:0;
	}
	
th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

img{border:0;}
    
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
    border: none;
    max-width: 100%;
    height: auto;
    }
    
p {max-height: 100%;}    
    
a {
	color: #333333;
	transition: 0.5s;
    text-decoration: none;
    }
    
a:hover {
	color: #137fd7;
	text-decoration: none;
    }

a:hover img {opacity: 0.8;}
    




/* body
------------------------------------------------------------*/

body{
    margin: 0; 
    padding: 0; 
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1.00em;
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    }

@media print{
body{
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
}
}

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

body{
    font-size: 0.87em;
    font-size: 1.4rem;
    }
    
}








/* ベース
------------------------------------------------------------*/

.textcenter{text-align: center;}

.textleft{text-align: left;}

.textright{text-align: right;}

.mauto{margin: 0 auto;}




.white{color:white;}

.px10{font-size: 0.63em;font-size: 1.0rem;}

.px12{font-size: 0.73em;font-size: 1.2rem;}

.px13{font-size: 0.81em;font-size: 1.3rem;}

.px14{font-size: 0.87em;font-size: 1.4rem;}

.px15{font-size: 0.93em;font-size: 1.5rem;}

.px16{font-size: 1.00em;font-size: 1.6rem;}

.px18{font-size: 1.12em;font-size: 1.8rem;}

.px20{font-size: 1.22em;font-size: 2.0rem;}

.px22{font-size: 1.37em;font-size: 2.2rem;}

.px24{font-size: 1.47em;font-size: 2.4rem;}

.px26{font-size: 1.62em;font-size: 2.6rem;}

.px28{font-size: 1.75em;font-size: 2.8rem;}

.px30{font-size: 1.87em;font-size: 3.0rem;}

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

.px20{font-size: 1.12em;font-size: 1.8rem;}

.px22{font-size: 1.22em;font-size: 2.0rem;}

.px24{font-size: 1.37em;font-size: 2.2rem;}

.px25{font-size: 1.47em;font-size: 2.4rem;}

.px28{font-size: 1.62em;font-size: 2.6rem;}

.px30{font-size: 1.75em;font-size: 2.8rem;}

}


.plr1em{padding: 0 1em;}


.thin{font-weight: 100;}/*Thin*/
.light{font-weight: 300;}/*Light*/
.regular{font-weight: 400;}/*Regular*/
.medium{font-weight: 500;}/*Medium*/
.bold{font-weight: 700;}/*Bold*/
.black{font-weight: 900;}/*Black*/



.p075em{padding: 0.75em;}

.p1em{padding: 1em;}

.mr05em{margin-right: 0.5em}

.mr1em{margin-right: 1em}

.pl1em{padding-left: 1em}

.mb025em{margin-bottom: 0.25em;}

.mb05em{margin-bottom: 0.5em;}

.mb20{margin-bottom: 20px;}

.mb25{margin-bottom: 25px;}

.mb30{margin-bottom: 30px;}

.mb50{margin-bottom: 50px;}

.mt50{margin-top: 50px;}

.mb1em{margin-bottom: 1em;}

.mb2em{margin-bottom: 2em;}

.mb60{margin-bottom: 60px;}

.mb100{margin-bottom: 100px;}

.ml05em{margin-left: 0.5em;}











.mob-only{display: none;}

.pc-only{display: block}


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

.mob-only{display: block}

.pc-only{display: none;}


}








.inner {
    padding: 0; 
    display: block;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    }

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

.inner {
    padding: 0 1em 0 1em; 
    display: block;
    overflow: hidden;
    width: auto;
    }

}


















/*ヘッダー
------------------------------------------------------------*/

header{
    overflow: hidden;
    display: block;
    z-index:9999;
    background: #fff;
    width: 100%
    }
    
header .inner {
    padding: 0 60px; 
    display: block;
    overflow: hidden;
    width: auto;
    margin: 0 auto;
    }    
    
header h1{float: left; padding: 0; margin: 0;}

header .tel{float: right; padding: 0; margin: 0;}   
    
@media screen and (max-width: 959px){

header .inner {
    padding: 0 0 0 1em; 
    display: block;
    overflow: hidden;
    width: auto;
    }

header .tel{float: none; display: none;}

}

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

header h1{float: none;padding:0 60px 0 0;}

}
    







/*グローバルメニュー
------------------------------------------------------------*/

nav{
    float:right;
    display: block;
    margin: 0 0.5em 0 0;
    padding: 0;
    
    }
    
nav ul{
    list-style: none;
    padding: 0;
    display: table;
	margin: auto;
    
    }

nav ul li{
display: table-cell;
font-size: 0.93em;
font-size: 1.5rem;
font-weight: 400;
text-align: center;
line-height: 70px;
}


nav ul li a{
color: #0b74d1;
text-decoration: none;
font-weight: 500;
display: block;
padding: 0 0.5em;
}

nav ul li a span{
border-bottom: 1px solid #0b74d1;
padding: 3px 1px;
}

nav ul li a:hover{
   text-decoration: none;
   color: #fff;
}

nav ul li a:hover span{border-bottom: 1px solid #137fd7; background: #137fd7;}



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

nav{display: none;}

}










































/* アピールエリア
------------------------------------------------------------*/

.index-grid{
    display: table;
    height: 100%;
    }
    
.index-grid .sec0left{ 
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0px 50px 50px;
    box-sizing: border-box;
    font-weight: 600;
    }
    
.index-grid .sec0right{ 
    width: 45%;
    display: table-cell;
    padding: 50px 50px 50px 0px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;}    

.index-grid .sec0left img{margin: 0 auto;}

.index-grid .sec0left  table{width: 100%;margin:0 auto 25px auto;}

.index-grid .sec0left table td{text-align: center;}

.index-grid .sec0left table td span{background: white; padding: 0 0.5em;}

.index-grid .sec0left table td:nth-child(2),
.index-grid .sec0left table td:nth-child(4),
.index-grid .sec0left table td:nth-child(6){color: white;}

.index-grid .sec0left table td:nth-child(1),
.index-grid .sec0left table td:nth-child(3),
.index-grid .sec0left table td:nth-child(5),
.index-grid .sec0left table td:nth-child(7){width: 23%;vertical-align: text-top}



.index-grid .sec0right img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
   }



@media (min-width: 960px) and (max-width: 1279px) {

.index-grid .sec0right img{
    width:auto;
    height:auto;
    max-width:90%;
    max-height:90%;
   }

}


@media (min-width: 959px) and (max-width: 1030px) {

.index-grid .sec0left{ padding: 1em 0px 1em 1em;}
    
.index-grid .sec0right{ padding: 1em 1em 1em 0px;}    

.index-grid .sec0left  table{width: 95%;} 

.index-grid .sec0left table td span{padding: 0 0.25em 0 0.25em;} 

}


@media (min-width: 560px) and (max-width: 959px) {

.index-grid .sec0right{ 
    width: 100%;
    display: block;
    padding: 1em;}  

.index-grid .sec0right img{
    width:auto;
    height:auto;
    max-width:40%;
    max-height:40%;
   }

}

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

.index-grid .sec0right{ 
    width: 100%;
    display: block;
    padding: 1em;}  
    
.index-grid .sec0left  table{width: 95%;} 

.index-grid .sec0left table td span{font-size: 0.63em;font-size: 1.0rem;padding: 0 0.25em 0 0.25em;font-weight: 400;}

.index-grid .sec0left table td i{padding-left:2px;font-size: 0.87em;font-size: 1.4rem;}    

}


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

.index-grid{
    display: block;
    }
    
.index-grid .sec0left{ 
    width: 100%;
    display: block;
    padding: 1em;
    font-weight: 400;
    }
    
}



@media print{

.index-grid .sec0right img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
   }
   
}









/*h3/h4/--------------------------------*/

#section1 h3,
#section2 h3,
#section3 h3,
#section4 h3,
#section5 h3
{font-size: 32px;font-size: 3.2rem; font-weight: 400; text-align: center; margin-bottom: 40px; color: #0b74d1;}


#section1 p,
#section2 p,
#section3 p,
#section4 p
{font-weight: 400; margin-bottom: 50px;}


h4{font-size: 1.62em;font-size: 2.6rem;font-weight: 400; text-align: center; margin-bottom: 20px; color: #0b74d1;}











/*グリッド2-1（画像）--------------------------------*/

.grid2 {
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
  }
  
  .grid2 div{
   -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%
  }
     
.grid2 div:nth-child(1){margin-right: 50px;}
  
.grid2 span{display: block}


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

.grid2 span{font-size: 0.73em;font-size: 1.2rem;line-height: 1.25;padding-top: 0.25em;}

.grid2 div:nth-child(1){margin-right: 25px;}

}








/*グリッド2-2（テーブル）--------------------------------*/

.grid2-2 {
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
  }
  
  .grid2-2 div{
   -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%
  }
     
.grid2-2 div:nth-child(1){margin-right: 50px;}
  

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

.grid2-2 {display:block;}

.grid2-2 div{width: 100%}
  
.grid2-2 div:nth-child(1){margin-right: 0px; margin-bottom: 50px}   

}











/*グリッド3(画像)--------------------------------*/
  
.grid3 span{display: block}


.grid3 {
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
  }
  
  .grid3 div{
   -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 33%
  }
     
  .grid3 div:nth-child(1){margin-right: 50px;}  
  
  .grid3 div:nth-child(2){margin-right: 50px;}
  


@media screen and (max-width: 559px){
     
.grid3 span{font-size: 0.73em;font-size: 1.2rem;line-height: 1.25;padding-top: 0.25em;}

.grid3 div:nth-child(1){margin-right: 25px;}  
  
.grid3 div:nth-child(2){margin-right: 25px;}

}


 











/* テーブル設定（製造）
------------------------------------------------------------*/

.seizo table{
    border-top:2px solid #231815;
    border-bottom:2px solid #231815;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
    }
    
.seizo table th{background: #ccc;border-bottom: 1px solid #231815;padding: 0 0.5em;}

.seizo table th:nth-child(2){border-left:1px solid #333;border-right:1px solid #333;text-align: center;white-space: nowrap;}

.seizo table td{background: #fff;border-bottom: 1px solid #231815;padding: 0 0.5em;}

.seizo table td:nth-child(2){border-left:1px solid #333;border-right:1px solid #333;text-align: center}

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

.seizo table th:nth-child(1){width: 45%}
.seizo table th:nth-child(2){width: 10%}
.seizo table th:nth-child(3){width: 45%}

}





/* テーブル設定（会社概要）
------------------------------------------------------------*/

.gaiyo table{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
    font-size: 0.93em;font-size: 1.5rem;
    }
    
.gaiyo table td{background: #fff;border-bottom: 1px solid #ccc;padding: 0.5em; line-height: 1.3; margin-bottom: 5px;}

.gaiyo table td:nth-child(1){white-space: nowrap; background: #eee;text-align: center;}

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

.gaiyo table{ border-top:none;border-bottom:none;}

.gaiyo table td{display: block; border-bottom: none;margin-bottom: 0px;}

.gaiyo table td:nth-child(1){text-align: left;}

}





/* pc中央揃え・mob左揃え
------------------------------------------------------------*/

.tl{text-align: center}

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

.tl{text-align: left}

}

.tl2{text-align: center}

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

.tl2{text-align: left}

}













  
  
  
  






































/*フッター
------------------------------------------------------------*/

footer{
    background: #137fd7;
    display:block;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 50px 0;
    text-align: center;
    color: white;
    }

footer .footer-in{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.3
    }

footer a{color: white;}

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


footer .footer-in{ width: auto;}

footer .footer-in img{width: 300px;}

}


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

footer .footer-in img{width: 75%;}

}

















  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/* スマホメニュー
------------------------------------------------------------*/  
  
@media print{
  
  .menu-btn {display:none;}
  
  }	

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

.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    background-color: #137fd7;
    }

.menu-btn span {
    color: #fff;
    }

.menu-btn span::after {
   content:url("../images/menu.svg");
   vertical-align: middle;
   text-align: center;
   }

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span::after {
   content:url("../images/close.svg");
   vertical-align: middle;
   text-align: center;
    }

}


@media print{

.menu{display: none;}

}

@media screen and (min-width:1180px){

.menu{display: none;}

}

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

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19,127,215,1);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    }

.menu ul {
    display: table-cell;
    vertical-align: middle;
    }

.menu li {
    width: 80%;
    line-height: 40px;
    margin: 15px auto;
    text-align: center;
    border: 1px solid #fff;
    }

.menu li a {
    display: block;
    font-size: 1.12em;font-size: 1.8rem;
    color: #fff;
    }

.menu li a:hover {
    background: #000
    }

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    }

}
































/* セクション
------------------------------------------------------------*/  


	#section0{
     background: linear-gradient( 90deg, rgba(0, 78, 152, 0.8), rgba(38, 169, 221, 0.8)),url(../images/cover.jpg);
     background-size: cover;
	}
    
  	#section1{
		background-color:white;
		padding: 50px;
	}
  
	#section2{
		background-color:#EBF0F5;
		padding: 50px;
	}
  
  	#section3{
		background-color:white;
		padding: 50px;
	}
  
	#section4{
		background-color:#EBF0F5;
		padding: 50px;
	}
  
	#section5{
		background-color:white;
		padding: 50px;
	}
    
    
    @media screen and (max-width: 559px) {
    
    #section1,
    #section2,
    #section3,
    #section4,
    #section5{padding: 50px 1em 50px 1em;}
    
    }




















/* 戻るボタン
------------------------------------------------------------*/  


@media print{	

#pagetop {display:none;}	

#pagetop a{display:none;}	

}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 1s ease-out;
  transition: bottom 0.2s ease-out;
}

#pagetop a {
  display: block;
  z-index: 999;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 2.5em;
}

#pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}



