﻿@charset "utf-8";

/*------------------------------------------------
mainVisual
------------------------------------------------- */
.mainVisual{
    height:calc( 100vw * 0.6 );
    min-height:inherit;
}
.seal_visual {
    width: 20%;
}
/*---------------------
common
-----------------------*/
.cHeader {
    top: 0px;
    float:none;
}
.cCntnt{
    padding-left: 0;
}
/*----------------------------------------------
conceptWrapper
------------------------------------------------*/
.conceptWrapper {
    padding: 160px 0 0 0;
}
.conceptHeader {
    margin: 0 0 40px 0;
}
.svgSquareWrapper {
    width: 100%;
    top: -40px;
    left: -4%;
}
.imgWrapper{
    width: 58%;
    height: calc(58vw * 0.65) !important;
    bottom: 0;
}
.tit_concept:before {
    width: 355px;
    height: 155px;
    top: -120px;
    left: -20px;
}
.statementCatch {
    font-size: 4.3vw;
}
.statement p {
    font-size: 17px;
}

.overview {
    width: 100%;
}
.overviewList li.icon_arrow:after {
    width: 40px;
    height: 27px;
    margin-top: -20px;
    margin-left: -14px;
}
.overviewList li img{
    width: 100%;
    height: auto;
    margin-bottom:10px;
}
.overviewList li.icon_cam img{
    width: 57%;
}
.overviewList li p {
    font-size: 16px;
}

img.icon_drone{
    top: -25%;
    right: -5%;
    width: 95px !important;
}

/*---------------------
showCase
-----------------------*/
.showCaseWrap {
    margin: 0 auto 60px;
}

/*---------------------
nightPhoto
-----------------------*/
.sctn_nightPhoto {
    margin-bottom: 60px;
}
ul.img_nightPhoto {
    float: none;
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px
}
.sctn_nightPhoto h3{
    font-size: 3.4vw;
    width: 100%;
    float: none;
}
.sctn_nightPhoto p.discription{
    width: auto;
    float: none;
    padding: 0 0 0 0;
}

/*---------------------
drone
-----------------------*/
.drone_txt.test{
    padding: 0 250px 0 24%;
}
.illust_drone{
    height: 60%;
    top: 20%;
    right: -50px;
}
@media screen and (max-width: 890px) {
    .drone_txt.test{
        padding:0 0 0 24%;
    }
    .illust_drone{
        height: 70%;
        bottom: -140px;
        right: -50px;
        top: initial;
    }
}

/*---------------------
plan
-----------------------*/
.sctn_plan {
    padding: 110px 0 140px;
}

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

    .illust_drone.trsprt{
        display: none;
    }
    .illust_drone.white{
        display: block;
    }
    .illust_drone{
        position: static;
        display: block;
        width: 90%;
        height: initial;
        margin: 30px auto 0;
    }

.illust_dronecam:after{
    width: 100px;
    }


}