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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  margin: 0;
  min-width: 980px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.space{display: block; width: 100%; min-height: 1px}

.clear:after {
content: ".";/* 新しい要素を作る */
display: block;/* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
max-height: 0;
}

.clear {
min-height: 1px;
clear: both; line-height: 0;
}

* html .clear {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}


/* particleground demo */

* {
line-height: 170%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {display: inline-block;}
object {pointer-events: none;}
/******************************************/

.mobi-nospace{display: inline; display: block; width: 400px; min-height: 1px}

.mobi-br{display: none;}
.pc-br{display: inline;}

/******************************************/

.font-g{font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;}
.font-en{font-family: 'Josefin Sans', sans-serif; letter-spacing: 2px;}

/******************************************/

h1 {
  text-transform: uppercase;
  font-size: 135px;
  font-weight: 700;
  letter-spacing: 0.015em;
  position: 
}

.title-en:first-letter{font-weight: 900; color:#000;}

.title-en{font-weight: 400; color:#292929;}

b{font-weight: 900;}

p{font-size: 12px; text-align: left; line-height: 170%; letter-spacing: -1px;}

a{
display: inline-block;
text-decoration: none;
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
color: #000;
 text-decoration: none;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
cursor: pointer;
}

a:hover{opacity: 0.7; text-decoration: none; cursor: pointer;} 
a:focus{/*firefoxの赤線リンク対策 */
outline:none;
} 











.text-wline{text-shadow:
-1px -1px 3px rgba(255, 255, 255, 0.5),
-1px 0px 3px rgba(255, 255, 255, 0.5),
-1px 1px 3px rgba(255, 255, 255, 0.5),
0px 1px 3px rgba(255, 255, 255, 0.5),
1px 1px 3px rgba(255, 255, 255, 0.5),
1px 0px 3px rgba(255, 255, 255, 0.5),
1px -1px 3px rgba(255, 255, 255, 0.5),
0px -1px 3px rgba(255, 255, 255, 0.5),
0px 0px 3px rgba(255, 255, 255, 0.5),
0px 0px 4px rgba(255, 255, 255, 0.8),
0px 0px 5px rgba(255, 255, 255, 0.8);
}
/*************************************************
カラム指定
*************************************************/
/**２カラム**/
.col2:nth-child(odd) {  /* 奇数 */
float: left;
width: 48%;
position: relative;
box-sizing: border-box;
}

.col2:nth-child(even) {  /* 偶数 */
float: right;
width: 48%;
position: relative;
box-sizing: border-box;
}
/**２カラム　モバイル版は解除**/
.col2-mobinone:nth-child(odd) {  /* 奇数 */
float: left;
width: 48%;
position: relative;
box-sizing: border-box;
}

.col2-mobinone:nth-child(even) {  /* 偶数 */
float: right;
width: 48%;
position: relative;
box-sizing: border-box;
}


/**２カラム　モバイル版は解除**/
.col2-button:nth-child(odd) {  /* 奇数 */
float: right;
width: 48%;
position: relative;
box-sizing: border-box;
}

.col2-button:nth-child(even) {  /* 偶数 */
float: left;
width: 48%;
position: relative;
box-sizing: border-box;
}

/**３カラム**/
.col3:nth-child(3n),.col3-03:nth-child(3n) {   /* 3の倍数(3,6,9……) */
float: left;
position: relative;
margin-bottom:10px; 
width:32%;
box-sizing: border-box;
}

.col3:nth-child(3n+1), .col3-03:nth-child(3n+1) {   /* 3の倍数+1 (1,4,7……) */
float: left;
position: relative;
margin-bottom:10px; 
width:32%;
box-sizing: border-box;
}

.col3:nth-child(3n+2), .col3-03:nth-child(3n+2) { /* 3の倍数+2 (2,5,8……) */
float: left;
position: relative;
width:32%;
margin-left:2%;
margin-right:2%;
margin-bottom:10px; 
box-sizing: border-box;
}


/**３カラム Btype**/
.col3-02:nth-child(3n) {   /* 3の倍数(3,6,9……) */
float: left;
position: relative;
margin-bottom:10px; 
width:28%;
box-sizing: border-box;
}

.col3-02:nth-child(3n+1) {   /* 3の倍数+1 (1,4,7……) */
float: left;
position: relative;
margin-bottom:10px; 
width:28%;
box-sizing: border-box;
}

.col3-02:nth-child(3n+2) { /* 3の倍数+2 (2,5,8……) */
float: left;
position: relative;
width:28%;
margin-left:8%;
margin-right:8%;
margin-bottom:10px; 
box-sizing: border-box;
}


/**４カラム**/
.col4:nth-child(4n+1) {   /*  */
float: left;
position: relative;
margin-bottom:20px; 
width:23.5%;
margin-left:0;
margin-right:1%;
box-sizing: border-box;
}

.col4 { /*  */
float: left;
position: relative;
width:23.5%;
margin-left:1%;
margin-right:1%;
margin-bottom:20px; 
box-sizing: border-box;
}


.col4:nth-child(4n) { /* 3の倍数+2 (2,5,8……) */
float: left;
position: relative;
width:23.5%;
margin-left:1%;
margin-right:0;
margin-bottom:20px; 
box-sizing: border-box;
}
/************************************************/


#header{padding: 30px 0; box-shadow: 0 9px 12px -9px #222; display: block; position: relative; z-index: 999}
.navi_logo{text-align: left}
.menu_icn{width: 60px; height:auto; margin: 0 0 5px 0}

/************************************************/


#wapper{}
.inner{
width: 800px;
margin: 0 auto;
text-align: center;
overflow: hidden;
}

.icon-m i{font-size:65px!important;}
.icon-m img{width: 70px;}

/****** TOP  **********************************************************/

#particles {
  background: url(../img/b−board.jpg) repeat;
  background-position: top center;
  background-size: 100% 100%;
  width: 100%;
  height: 710px;
  overflow: hidden;
  text-shadow:0px 0px 5px rgba(0,0,0,0.2);
color:rgba(255,255,255,0.8);
box-sizing: border-box;
position: relative;
}


#intro {
  background-size: 100% auto;

  position: absolute;
  top: 50%;

  padding: 0 ;
  width: 100%;
  text-align: center;
box-sizing: border-box;
}


#intro h1{margin: -40px 0 0 0; padding: 0;box-sizing: border-box;}

#intro p, #intro p:first-letter{color:#fff; font-size:24px; line-height:100%; text-align: center;}

#position-r{position:relative;}

#intro2{
  color: white;
  width:100%;
  height: 500px;
  margin: 0 auto;
  padding: 0;
  background:url(../img/firstbg.jpg) no-repeat ;
  background-size: 100% auto;}

.story{
  margin: 0 auto;
  min-width: 800px;
  overflow: auto;
  width: 800px;
  text-shadow:0px 0px 5px rgba(0,0,0,0.2);
}

.story .float-left, .story .float-right{
  padding: 150px 0 0 0;
  position: relative;
  width: 350px; 
}

.story .float-left p, .story .float-right p{
  font-size:0.8em;
  margin: 20px 0 0 0;
  line-height: 1.3em;
}
.top_icn{width: 128px; height:auto;}
.about-text{font-size:14px; text-align: center;}
.box-text{text-align: justify; text-justify: distribute-all-lines; }
.col3-p{width: 100%; margin: 0 0}

.dotted_gb{
background:url(../img/dotted.jpg) repeat ;
padding:60px 0;
box-sizing: border-box;
box-shadow: 0 9px 12px 9px rgba(0,0,0,0.5);

}
/******REPAIR**********************************************************/
.repair_main{
background:url(../img/repair_main01.jpg) no-repeat ;
background-size: 100% auto;
height: 800px;
overflow: hidden;
text-shadow:0px 0px 5px rgba(0,0,0,1);
color:rgba(255,255,255,1);
box-sizing: border-box;
}

.repair_main h1, .web_main h1, .drone_main h1{
text-align: left;
font-size: 37px;
line-height: 130%!important;
font-weight: 500;
text-transform:none;
padding: 200px 0 20px 0;
}


.repair_main p, .repair_main02 ul, .web_main p, .drone_main p{
text-align: left;
font-size: 17px;
font-weight: 500;

}


.repair_main02{
background:#b5e3e1;
height: 400px;
overflow: hidden;
text-shadow:0px 0px 2px rgba(255,255,255,1);
color:rgba(0,0,0,1);
box-sizing: border-box;
}

.repair_main02_{
background:url(../img/repair_main04.png) no-repeat ;
background-size: 1200px auto;
background-position: center right;
height: 100%;
}



.repair_main02 h3{
text-align: left;
font-size: 30px;
line-height: 130%!important;
font-weight: 500;
text-transform:none;
padding: 60px 0 30px 0;
}


.repair_main02 li{padding: 16px 0 6px 0; font-size: 15px; font-weight: 500}

.repair_main02 li:first-child{padding: 0 0 6px 0;}
.repair_main02 li:last-child{padding: 0 0 0 0;}

.repair_main02 i, i{padding: 0 4px 0 0;}



.title-03{
height: 90px;
width:100%;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.title-04{
height: 90px;
width:100%;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.related_site{
font-size:20px;
line-height: 170%;
}

.related_site {width: 400px; margin: 0 auto; box-sizing: border-box;}
.related_site dt{width: 200px; float: left; text-align: left; clear:both; font-size:20px;}
.related_site dd{width: 200px; float: left; text-align: right; font-size:15px;}
.related_site dt a, .related_site dd a{display: block}

/****** WEB  **********************************************************/
.web_main{
background:url(../img/web_main01.jpg) no-repeat ;
background-size: 100% auto;
height: 800px;
overflow: hidden;
text-shadow:0px 0px 5px rgba(0,0,0,1);
color:rgba(255,255,255,1);
box-sizing: border-box;
font-weight: 500;

}

.web_main02{
background:url(../img/web_main03.jpg) no-repeat ;
background-size: 103% auto;
background-position: center left;
height: 700px;
overflow: hidden;
text-shadow:0px 0px 2px rgba(0,0,0,1);
color:rgba(255,255,255,1);
box-sizing: border-box;
}


.web_main02 h3{
text-align: left;
font-size: 30px;
line-height: 130%!important;
font-weight: 500;
text-transform:none;
padding: 90px 0 30px 0;
}


.web_main02 li{text-align: left;}
.web_main02 li{padding: 16px 0 6px 0; font-size: 15px; font-weight: 600}

.web_main02 li:first-child{padding: 0 0 6px 0;}
.web_main02 li:last-child{padding: 16px 0 0 0;}

.web_main02 i, i{padding: 0 4px 0 0;}

.mitumori{
position: absolute;
bottom:0px;
right:0;
}
/****** SKYWAVE  **********************************************************/
.drone_main{
background:url(../img/drone_main.png) no-repeat ;
background-size: 100% auto;
background-position: top right;
height: 800px;
overflow: hidden;
text-shadow:0px 0px 5px rgba(255,255,255,0.8);
color:rgba(0,0,0,0.8);
box-sizing: border-box;
}

.drone_main02{
background:url(../img/drone_main02.png) no-repeat ;
background-size: 103% auto;
background-position: center left;
height: 400px;
overflow: hidden;
text-shadow:0px 0px 2px rgba(0,0,0,1);
color:rgba(255,255,255,1);
box-sizing: border-box;
}

.drone_main02_inn{
width: 500px;
margin:90px 0 0 0;
float: right;
text-align: left;
box-sizing: border-box;
}

.drone_main02_inn h3{
text-align: left;
font-size: 24px;
line-height: 130%!important;
font-weight: 400;
text-transform:none;
padding: 0px 0 30px 0;

}


.drone_main02 li{text-align: left;}
.drone_main02 li{padding: 4px 0 4px 0; font-size: 15px; font-weight: 400}

.drone_main02 li:first-child{padding: 0 0 4px 0;}
.drone_main02 li:last-child{padding: 4  px 0 0 0;}

.youtube{height:200px;}
/****************************************************************/
input[type=text],input[type=email],input[type=tel]{
   width:100%; height:50px;
    font-size: 15px;
    color: #555;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
   border:solid 1px #000;
margin:5px 0 5px 0;
padding-left: 10px;
   box-sizing:border-box;
}
 
textarea{
   width:100%; height:150px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
   border:solid 1px #000;
margin: 5px 0 0 0;
   box-sizing:border-box;
    font-size: 15px;
padding-left: 10px;
}

 select{
margin:5px 0 5px 0;
    width:100%; height:50px;
    outline:none;
    padding-left: 10px;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: 15px;
    color: #555;
    border:solid 1px #000;

    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #000;
}

select:after{
content: ' ';
height: 0;
position: absolute;
width: 0;
border: 10px solid transparent;
border-left-color: #0ea6b0;
left: 80%;
top: 50%;
}

input[type=submit],input[type=button]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
background: url(../img/dotted.jpg);
   width:33%;
   height:40px;
   font-size:15px;
   padding:0 3px;
   margin:5px 0 0 0;
   cursor:pointer;
   color:#000;
   font-weight:400;
   border: solid 1px #000;
   box-sizing:border-box;
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
::-webkit-input-placeholder {
  color: #555;
}
::-moz-placeholder {
  color: #555; opacity: 1;
}
:-ms-input-placeholder {
  color: #555;
}

#mc_embed_signup{width: 600px; margin: 0 auto;}
.tblStyle01{width: 100%}

.tblStyle01 tr{
text-align: left;
   padding:0 3px;
}

.tblStyle01 th{text-align: right; border-right: dashed 1px #000;   padding:0 3px;}
/****************************************************************/

.btn-001 {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
.btn-001:hover {
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.7);
}


.btn-002 {
  display: inline-block;
  padding: 8px 20px;
  border: 1px dotted #000;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
.btn-002:hover {
  color: rgba(155,155,155,0.7);
  border-color: rgba(155,155,155,0.7);
}
/****************************************************************/


.box-01{text-align: center; border: solid 1px #000; width:100px; padding: 5px 0 0 0; margin: 0 auto 20px auto; box-sizing: border-box;}

.box-02{
background: #e9e6d7;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */  
width:100px; 
padding: 20px; 
color:#575549;
text-align: center; 
box-sizing: border-box;
margin: 0 auto 20px auto;
}

.box-02 h3{
font-size:24px;
letter-spacing: 0.03em;
}

.box-02 h4{
font-size:20px;
letter-spacing: 0.03em;
font-weight: 700;
}

.box-02 p{
text-align: left;
font-size:18px;
letter-spacing: 0.03em;
line-height: 180%; 
}

.flow-box {
width: 100%; 
margin: 0 auto; 
}
.flow-box dt{
float: left;
position: relative;
height: 180px;
border: solid 1px #0ea6b0;
box-sizing: border-box;
color:#09929b;
background: rgba(255,255,255,0.7);
-moz-border-radius: 7px; /* Firefox */
-webkit-border-radius: 7px; /* Safari and Chrome */
border-radius: 7px;
}

.flow-box dt:after {
content: ' ';
height: 0;
position: absolute;
width: 0;
border: 10px solid transparent;
border-left-color: #0ea6b0;
left: 100%;
top: 50%;
}

.flow-box .none:after {
content: ' ';
height: 0;
position: absolute;
width: 0;
border: 0px solid transparent;
border-left-color: #0ea6b0;
left: 100%;
top: 50%;
}

.flow-box dt h4{
display: block;
width: 100%;
border-bottom:solid 1px #0ea6b0;
padding:7px;
font-size:18px;
box-sizing: border-box;
}
.flow-box dt p{
padding:7px;
font-size:15px;
box-sizing: border-box;
}
/**４カラム**/
.flow-box dt:nth-child(5n+1) {   /*  */
margin-bottom:20px; 
width:18.4%;
margin-left:0;
margin-right:1%;
}

.flow-box dt { /*  */
width:18.4%;
margin-left:1%;
margin-right:1%;
margin-bottom:20px; 
}


.flow-box dt:nth-child(5n) { /* 3の倍数+2 (2,5,8……) */
width:18.4%;
margin-left:1%;
margin-right:0;
margin-bottom:20px; 
}
/****************************************************************
footer
****************************************************************/
.footer{
margin: 0;
padding: 50px 0 0 0;
background: url(../img/b−board.jpg) no-repeat;
background-size: 100%;
color:#fff;
box-shadow:0 8px 12px -8px #000 inset;
}

.footer h4, .footer h4:first-letter{color:#fff;}

.footer div div p{letter-spacing: 0px}
.footer-copy{
margin: 0;
padding: 30px 0;
background: #000;
color: #fff;
text-align: center;
font-size: 0.6em;
letter-spacing:2px;
}



.footer-info{font-size: 14px}








/****************************************************************/

@media screen and (min-width: 731px) and (max-width: 1278px) {
.drone_main {background-size: auto 100%; }
}

@media screen and (min-width: 731px) and (max-width: 1170px) {
.repair_main {background-size: auto 100%; background-position: center right}
#intro2{
  color: white;
  width:100%;
  height:400px;
  margin: 0 auto;
  padding: 0;
  background:url(../img/firstbg_sp.jpg) no-repeat;
  background-size: 100% 100%;}
}



@media screen and (min-width: 731px) and (max-width: 1000px) {
body {  min-width: 100%; width: 100%; text-align: left; padding: 0; margin: 0; }
#wapper{width: 100%; overflow:hidden; }


  h1 {
    font-size: 30px;
  }
  h1::after {
    height: 6px;
  }

  .btn {
    font-size: 16px;
  }

/**********************************/
.mobi-br{display: inline;}
/**********************************/

.inner{width: 90%;}



.story{width: 90%;}

.flow-box dt p{font-size:13px;}
.mobi-nospace{display: none;}



.story .float-left, .story .float-right{float: none; width: 100%; text-align: center}
.top_icn{width: 85px; height:auto;}
.footer-info{font-size: 11px}
.web_main {background-size: auto 100%; background-position: center right}

}

@media screen and (min-width: 731px) and (max-width: 900px) {
.web_main02 {background-size: auto 100%; background-position: center right}
}

@media screen and (min-width: 731px) and (max-width: 770px) {
.mitumori{position: absolute; top:40px; right:0;}
.mitumori img{width:190px;}
}


/********************************************************************/

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

body {  min-width: 100%; width: 100%; text-align: left; padding: 0; margin: 0; overflow-x: hidden;}
#wapper{width: 100%; overflow-x:hidden; }
.space{display: block; width: 400px; min-height: 1px}


h1 {font-size: 28px;}
h1::after {height: 4px;}
/************************************************/


#header{padding: 30px 0 0 0; box-shadow: 0 9px 12px -9px #222; display: block; position: relative; z-index: 999}
.navi_logo{text-align: center; margin:0 0 30px 0;}
.navi_logo a{display: block;}
.menu_icn{width: 40px; height:auto; margin: 0 0 5px 0}

/************************************************/
.inner{
width: 85%;
margin: 0 auto ;
text-align: center;
box-sizing: border-box;
}
/**********************************/
.mobi-br{display: inline;}
.pc-br{display: none;}

.mobi-nospace{display: none;}


.icon-m i{font-size:45px!important;}
.icon-m img{width:45px!important;}

/**********************************/
/**２カラム**/
.col2:nth-child(odd) {  /* 奇数 */
float: left;
width: 100%;
position: relative;
box-sizing: border-box;
}

.col2:nth-child(even) {  /* 偶数 */
float: left;
width: 100%;
position: relative;
box-sizing: border-box;
}
/**２カラム　モバイル版は解除**/
.col2-mobinone:nth-child(odd) {  /* 奇数 */
float: left;
width: 100%;
position: relative;
box-sizing: border-box;
}

.col2-mobinone:nth-child(even) {  /* 偶数 */
float: left;
width: 100%;
position: relative;
box-sizing: border-box;
}


/**２カラム　モバイル版は解除**/
.col2-button:nth-child(odd) {  /* 奇数 */
float: right;
width: 48%;
position: relative;
box-sizing: border-box;
}

.col2-button:nth-child(even) {  /* 偶数 */
float: left;
width: 48%;
position: relative;
box-sizing: border-box;
}

/**３カラム**/
.col3:nth-child(3n) {   /* 3の倍数(3,6,9……) */
margin-bottom:10px; 
width:32%;
}

.col3:nth-child(3n+1) {   /* 3の倍数+1 (1,4,7……) */
margin-bottom:10px; 
width:32%;
}

.col3:nth-child(3n+2) { /* 3の倍数+2 (2,5,8……) */
width:32%;
margin-left:2%;
margin-right:2%;
margin-bottom:10px; 
}



/**３カラム Btype**/
.col3-02:nth-child(3n), .col3-03:nth-child(3n) {   /* 3の倍数(3,6,9……) */
margin-bottom:10px; 
width:100%;
}

/**３カラム Btype**/
.col3-02:nth-child(3n), .col3-03:nth-child(3n) {   /* 3の倍数(3,6,9……) */
margin-bottom:10px; 
width:100%;
}

.col3-02:nth-child(3n+1), .col3-03:nth-child(3n+1) {   /* 3の倍数+1 (1,4,7……) */
margin-bottom:10px; 
width:100%;
}

.col3-02:nth-child(3n+2), .col3-03:nth-child(3n+2) { /* 3の倍数+2 (2,5,8……) */
width:100%;
margin-left:0%;
margin-right:0%;
margin-bottom:10px; 
}


/**４カラム**/
.col4:nth-child(4n+1) {   /*  */
float: left;
position: relative;
margin-bottom:20px; 
width:23.5%;
margin-left:0;
margin-right:1%;
box-sizing: border-box;
}

.col4 { /*  */
float: left;
position: relative;
width:23.5%;
margin-left:1%;
margin-right:1%;
margin-bottom:20px; 
box-sizing: border-box;
}


.col4:nth-child(4n) { /* 3の倍数+2 (2,5,8……) */
float: left;
position: relative;
width:23.5%;
margin-left:1%;
margin-right:0;
margin-bottom:20px; 
box-sizing: border-box;
}




.flow-box dt{
height: 110px;
}

.flow-box dt:after {
border: 0px solid transparent;
}

.flow-box .none:after {
border: 0px solid transparent;
}

.flow-box dt h4{
font-size:18px;
}

.flow-box dt p{
font-size:15px;
}
/**４カラム**/
.flow-box dt:nth-child(5n+1) {   /*  */
width:100%;
margin-left:0;
margin-right:0;
}

.flow-box dt { /*  */
width:100%;
margin-left:0;
margin-right:0;
}


.flow-box dt:nth-child(5n) { /* 3の倍数+2 (2,5,8……) */
width:100%;
margin-left:0;
margin-right:0;
}
/***************TOP********************/
#intro {padding: 50px 0 0 0 ;}
#intro h1 object{width: 200px}

#particles {
  background-size: auto 100%;
  width: 100%;
  height: 510px;
}



#intro2{
  color: white;
  width:100%;
  height:300px;
  margin: 0 auto;
  padding: 0;
  background:url(../img/firstbg.jpg) no-repeat;
  background-size: 100% 100%;}

.story{
  margin: 0 ;
  min-width: 100%;
  overflow: auto;
  width: 95%;
  text-shadow:0px 0px 5px rgba(0,0,0,0.2);
}

.story .float-left, .story .float-right{
  padding: 100px 0 0 0;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.about-text{font-size:13px; text-align: center;}
.top_icn{width: 85px; height:auto;}

.col3-p{width: 70%; margin: 0 auto}


/***************REPAIR********************/
.repair_main{
background:url(../img/repair_main01_.png) no-repeat ;
background-size: 100% auto;
background-position: top right;
height: 370px;
text-shadow:0px 0px 3px rgba(0,0,0,1) 1px 1px 3px rgba(0,0,0,1);
color:rgba(255,255,255,1);
}


.repair_main h1, .web_main h1, .drone_main h1{
font-size: 20px;
font-weight: 500;
padding: 50px 0 20px 0;
}

.repair_main p, .web_main p, .drone_main p{
text-align: left;
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
}

.repair_main p br{display: none}



.3_title{
height: 170px;
display: block;
overflow: hidden;
}



.repair_main02{
background:#b5e3e1;
height: 550px;
overflow: hidden;
text-shadow:0px 0px 2px rgba(255,255,255,1);
color:rgba(0,0,0,1);
box-sizing: border-box;
}

.repair_main02_{
background:url(../img/repair_main04.png) no-repeat ;
background-size: 200% auto;
background-position: bottom -50px right;
height: 100%;
}

.repair_main02 h3, .web_main02 h3{
text-align: left;
font-size: 20px;
line-height: 130%!important;
font-weight: 600;
text-transform:none;
padding: 60px 0 30px 0;
}


.repair_main02 ul{
text-align: left;
font-size: 12px;
}

.repair_main02 rt{display: none}

.repair_main02 li, .web_main02 li, .drone_main02 li{
text-indent:-0.5em;
padding: 8px 0 4px 1em;
letter-spacing: 0px;
font-size: 14px;
font-weight: 600;
}
.repair_main02 li:first-child, .web_main02 li:first-child, .drone_main02 li:first-child{
text-indent:-0.5em;
padding: 0 0 4px 1em;
}
.repair_main02 li:last-child, .web_main02 li:last-child, .drone_main02 li:last-child{
  padding: 8px 0 0 1em;
text-indent:-0.5em;}

.related_site {width: 90%; margin: 0 auto; box-sizing: border-box;}
.related_site dt{width: 100%; float: none; text-align: center; clear:both; font-size:20px;}
.related_site dd{width: 100%; float: none; text-align: center; font-size:15px; padding: 0 0 20px 0}

/***************WEB********************/
.web_main{
background-size: 100% auto;
background-position: top right;
height: 370px;
text-shadow:0px 0px 3px rgba(0,0,0,1) 1px 1px 3px rgba(0,0,0,1);
color:rgba(255,255,255,1);
}

.web_main02{
background:url(../img/web_main02.png) no-repeat ;
background-size: auto 100%;
background-position: center right -50px;
height: 700px;
}
.mitumori{
position: absolute;
top:10px;
right:0;
}

.mitumori img{
width:120px;}

/***************DRONE********************/
.drone_main{
background-size: auto 100%;
background-position: top right;
height: 370px;
}

.drone_main .inner object{
width: 80px;
}
.drone_main02{
background:url(../img/drone_main02.png) no-repeat ;
background-size: auto 100%;
background-position: center left -100px;
height: 370px;
overflow: hidden;
text-shadow:0px 0px 2px rgba(0,0,0,1);
color:rgba(255,255,255,1);
box-sizing: border-box;
}

.drone_main02_inn{
width: 100%;
margin:40px 0 0 0;
float: right;
text-align: left;
box-sizing: border-box;
}

.drone_main02_inn h3{
text-align: left;
font-size: 24px;
line-height: 130%!important;
font-weight: 400;
text-transform:none;
padding: 0px 0 30px 0;
}

.drone_main02_inn p{

}

.title-04{
height: 20px;
width:100%;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.youtube{height:200px;}
/****************************************/
#mc_embed_signup{width: 100%; margin: 0 auto;}

input[type=text],input[type=email],input[type=tel]{
   width:100%; height:50px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
   border:solid 1px #000;
margin:5px 0 0 0;
   box-sizing:border-box;
}
 
textarea{
   width:100%; height:150px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
   border:solid 1px #000;
margin: 5px 0 0 0;
   box-sizing:border-box;
}


 select{
    margin:5px 0 0 0;
    width:100%; height:50px;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}


input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #000;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}

input[type=submit],input[type=button]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
background: #fff;
   width:100%;
   height:30px;
   font-size:15px;
   padding:0 3px;
   margin:5px 0 0 0;
   cursor:pointer;
   color:#000;
   font-weight:600;
   border: solid 1px #000;
   box-sizing:border-box;
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/****************************************/



.box-02 p{
font-size:16px;
letter-spacing: 0.03em;}
/***************FOOTER********************/

.footer{
margin: 0;
padding: 30px 0 30px 0;
background-size: 100% 100%;
color:#fff;
}
.footer div div p{letter-spacing: 1px}

.footer-info{font-size: 11px}

}
@media only screen and (max-width: 420px) {
.mitumori img{width:80px;}
}


@media only screen and (max-width: 420px) {
#intro2{
  box-sizing: border-box;
  color: white;
  width:100%;
  height:500px;
  margin: 0 auto;
  padding: 100px 0 0 0;
  background:url(../img/firstbg_sp.jpg) no-repeat;
  background-size: 110% auto;}

.repair_main{
background:url(../img/repair_main01_.png) no-repeat ;
background-size: auto 100%;}
.web_main{
background-size: auto 100%;}

}

@media screen and (min-width: 593px) and (max-width: 727px) {
.drone_main {background-size: 100% auto; }
}

@media screen and (max-width: 592px) {
.drone_main {background-size: auto 150%; background-position: top -40px right -110px; }
}
