@charset "UTF-8";

html{
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro',Hiragino Kaku Gothic Pro,Verdana,Arial,sans-serif,'ＭＳ Ｐゴシック';
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
p, h1, h2, h3, h4, div{
    margin: 0;
}
body{
    margin: 0;
    background-color: #ebebec;
}

a{
    text-decoration: none;
}
a:hover{
    cursor: pointer;
}
.header_wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: #808b81;
}
.header{
    border-bottom: 5px solid #12367f;
    background-color: #808b81;
    position: relative;
}
.gNav{
    max-width:1200px;
    width:100%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.head_rogo{
    width:270px;
}
.gNav ul{
    display: block;
    height: 43px;
    line-height: 43px;
}
.gNav ul li{
    float: left;
    list-style: none;
    text-align: center;
}
.gNav ul li a{
    color: #fff;
}
.gNav ul li a img{
    width:190px;
    margin-top: 2px;
}
.gNav ul li a img:hover{
    opacity: 0.6;
}

@media screen and (min-width: 768px){
    .anchor{
        width:160px;
        height: 33px;
        margin-right: 20px;
      position: relative;
      display: inline-block;
        border-bottom: 2px solid #fff;
    }
    .anchor ::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #808b81;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s;
    }
    .anchor :hover::after {
      transform: scale(1, 1);
    }
    .sp_btn{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .gNav{
        width:100%;
        height: 50px;
        flex-direction: column;
    }
    .pc_only{
        display: none;
    }
    .head_rogo{
        width:200px;
        margin: 10px 0;
    }
    .gNav ul{
        display: none;
        /*width:80%;
        display: flex;
        justify-content: space-between;
        font-size:14px;
        margin: 0;
        padding: 0;
        line-height: 16px;*/
    }
    .anchor{
        width:auto;
        height: 16px;
        border-bottom: 2px solid #fff; 
    }
    .sp_btn{
        display: block;
        position: fixed;
        top:10px;
        right: 10px;
    }
}
.main_v{
    margin-top: 80px;
}
.main_v video{
    width:100%;
    object-fit: cover;
    height: 830px;
    vertical-align: bottom;
}
@media screen and (max-width: 768px){
    .main_v{
        margin-top: 50px;
    }
    .main_v video{
        aspect-ratio: 16/9;
        width:100%;
        height: 100%;
    }
}
.catch_wrap{
    width:100%;
    background-color: #fff;
    padding: 80px 0;
}
.catch{
    text-align: center;
}
.catch img{
    max-width:90%;
}
@media screen and (max-width: 768px){
    .catch_wrap{
        padding: 50px 0;
    }
}
.business{
    background: url(../img/back_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    width:100%;
    height: 310px;
    position: relative;
    padding-top: 25px;
}
.explain{
    width:735px;
    height: 220px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.explain h4{
    text-align: center;
    font-size:24px;
    color:#808b81;
    padding-top: 20px;
    margin: 0;
}
.explain h4 span{
    color:#12367f;
}
.explain p{
    text-align: center;
    margin: 0;
    color:#808b81;
    font-weight: bold;
    margin-top: 7px;
    position: relative;
    z-index: 10;
}
.explain p a{
    width:190px;
}
.explain p a:hover{
    opacity: 0.6;
}
.drone_img{
    position: absolute;
    margin-left: 50%;
    top:80px;
    padding-left: 140px;
}
.sp_only{
    display: none;
}
@media screen and (max-width: 768px){
    .business{
        height: auto;
        background-size: auto;
        background-position: top;
    }
    .explain{
        width:350px;
        height: auto;
        padding: 1em;
    }
    .explain h4{
        padding-top: 0;
        font-size: 20px;
    }
    .sp_only{
        display: block;
    }
    .explain p{
        font-size:14px;
    }
    .drone_img{
        position: static;
        margin: 0 15%;
        width:70%;
        padding-left: 0;
    }
}
.contents_wrap{
    width:980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.conte{
    display: block;
    width:220px;
}
.conte p{
    font-size:30px;
    font-weight: bold;
    text-align: center;
    color:#12367f;
    margin: 0;
}
@media screen and (max-width: 768px){
    .contents_wrap{
        width:90%;
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .conte{
        width:48%;
    }
    .conte img{
        width:100%;
    }
    .conte p{
        font-size: 24px;
    }
}
.AllInOne h2, .trust h2{
    width:730px;
    margin: 80px auto 50px;
    font-size: 33px;
    text-align: center;
    border-bottom: 4px solid #dc8d0c;
    color:#808b81;
}
.AllInOne h3{
    text-align: center;
    color:#12367f;
    font-size:30px;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px){
    .AllInOne h2, .trust h2{
        width:80%;
        font-size:24px;
    }
    .AllInOne h3{
        font-size: 20px;
    }
}
.license{
    width:980px;
    background-color: #fff;
    padding:20px;
    border:solid 1px #12367f;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.license a:hover{
    opacity: 0.6;
}
.license img{
    border: 1px solid #333;
    width:230px;
}
.license table{
    border-collapse: collapse;
}
.license th{
    width:6em;
    text-align: center;
    color:#12367f;
    vertical-align: top;
}
.license td{
    vertical-align: top;
}
@media screen and (max-width: 768px){
    .license{
        width:90%;
        padding: 10px;
        font-size: 14px;
        justify-content: center;
    }
    .license img{
        margin-top: 20px;
        width:250px;
    }
}
.bottom_rogo{
    text-align: center;
    margin: 50px 0;
}
.bottom_rogo img{
    max-width:466px;
    width:90%;
}
footer{
    width:100%;
    height: 140px;
    background-color: #12367f;
}
.footer{
    width:1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.yuai{
    width:50%;
    display: flex;
}
.yuai img{
    width:115px;
}
.footer ul{
    padding-left: 40px;
}
.footer ul li{
    list-style: none;
    color: #fff;
}
.footer ul li a{
    text-decoration: none;
    color:#fff;
}
.footer p{
    width: 50%;
    text-align: right;
}
.footer p a:hover{
    opacity: 0.6;
}
@media screen and (max-width: 768px){
    footer{
        height: auto;
    }
    .footer{
        width:90%;
        display: block;
    }
    .yuai img{
        width:70px;
    }
    .footer ul{
        font-size: 14px;
        padding-left: 10px;
    }
    .yuai{
        width:100%
    }
    .footer p{
        width:100%;
        text-align: center;
    }
}
.toTop{
    position:fixed;
    right:20px;
    bottom:20px;
}
.toTop img{
    width:50px;
    opacity: 0.5;
}
.toTop img:hover{
    opacity: 1;
}
@media screen and (max-width: 768px){
    .toTop img{
        width:40px;
    }
}
/*.overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:none;visibility:hidden;background:#fff;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity .4s;transition:opacity .4s;z-index:1000}
.overlay-isOpen{display:block;visibility:visible;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"}*/