@charset "UTF-8";
body{
    margin: 0;
    background-color: #fffffd;
    font-family: sans-serif;
}
.header{
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0;
    position: absolute;
    background: #007ab6;
}
.logo{
    font-weight: normal;
}
.logo a{
    font-size: 20px;
    text-decoration: none;
    color:#fff;
}
.header-inner{
    max-width: 1100px;
    height: 70px;
    margin: 0 20px;
    padding: 0px;
    display: flex;
    align-items: center;
}
.nav-list{
    display: flex;
    gap:60px;
    list-style: none;
    padding:15px;
    margin: 0;
}
.nav-list li{
    position: relative;
    z-index: 100;
    list-style: none;
    font-family: sans-serif;
}
.nav a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 0;
    height: 80px;
    margin-bottom: 50px;
}
.nav{
 position: absolute;
 left: 35%;
}
#check{
    display: none;
}
.hamburger{
    display: none;
}
.has-sub{
    position: relative;
}
.sub-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 16px 24px;
    transform: translateX(-50%);
    background-color: #f2f2f2;
    margin-top: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-width: 220px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.sub-menu li{
    padding-top: 10px;
}
.sub-menu li a{
    padding: 10px 20px;
    color: #000;
}
.has-sub:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.business2{
    margin-top: 150px;
}
.section-title{
    position: relative;
    padding-bottom: 14px;
    border-bottom: 2px solid #ddd;
}
.section-title span{
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    margin-left: 60px;
    font-weight: lighter;
    font-size: 50px;
    letter-spacing: 0.26em;

}
.section-title span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 2px;
    background-color: #666;
}
.mv-hero{
    margin-top: 80px;
}
.mv-hero__title{
    font-size: 24px;
    font-family: serif;
    line-height: 1.9;
    letter-spacing: 0.2em;
    margin: 0 100px;
}
.mv-hero__img{
    text-align: center;
    margin: 0 100px;
}
.mv-hero__img img{
    width: 100%;
    height: 720px;
    object-fit: cover;
    margin-bottom: 130px;
    border-radius: 8px;
}
.service{
    padding: 150px 0 50px;
    clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
    background-color: #eaf4f8;
}
.menu{
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
    font-size: 2.4rem;
    text-align: center;
    text-align: center;
    color: #007ab6;
    margin: 0 100px;
    line-height: 1.95;
    letter-spacing: 0.2em;
}
.service p{
    padding-bottom: 30px;
}
.service ul{
    margin: 0 auto;
}
.list{
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    padding-bottom: 30px;
    padding-top: 90px;
    gap: 30px;
}
.list li{
    padding-left: 80px;
    margin-bottom: 10px;
    list-style: none;
    font-size: 22px;
    white-space: nowrap;
    color: #555555;
}
.list li::before{
    content: "";
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #666;
    position: relative;
    left: -10px;
    top: 16px;
    margin-left: -6px;
}
.service p{
    text-align: center;
    padding: 90px 0 50px;
    color: #555555;

}
.safety-point{
    margin: 0 100px;
}
.safety-point h2{
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.26em;
    margin-bottom: 70px;
    font-family: sans-serif;
    color: #666;
}
.safety-point h2 span{
    font-size: 52px;
    font-weight: 300;
    color: #007ab6;
}
.inner{
    margin: 0 0 150px 60px;
    letter-spacing: 0.26em;

}
.item h3{
    font-size: 26px;
    margin-top: 50px;
    font-weight: 300;
    color: #007ab6;
    border-bottom: 1px solid #007ab6;
}
.content{
    margin: 50px 0 0 100px;
    color: #666;
}
.content p span{
    margin-top: 16px;
}
.item{
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.content p{
    margin-top: 8px;
    line-height: 2;
    font-size: 22px;
    text-align: justify;
}
.inner .num{
    display: block;
    bottom: -30px;
    right: -11.5vw;
    width: 90px;
    color: #ffda2a;
    font-size: 80px;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
}
.inner img{
    width: 150px;
    height: 200px;
    object-fit: cover;
    border: 1px solid #000;
}
.flow{
    margin: 100px;
}
.flow-list{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(170px,1fr));
    gap: 24px;
    padding: 90px;
}
.flow-item{
    border: 1px solid #e4dede;
    border-radius: 10px;
    display: block;
    text-align: center;
}
.flow-item img{
    margin-top: 20px;
    width: 130px;
    height: 135px;
    object-fit: contain;
}
.num{
    margin-top: 0;
    letter-spacing: 0.26em;

}
.price-contents{
    margin-bottom: 100px;
}
.price-list{
    margin: 80px 200px;
    padding: 30px 40px;
    border: 1px solid #000;
}
.price-row{
    display: flex;
    gap: 100px;
    align-items: center;
    margin-bottom: 12px;
}
.price-group{
    margin-top: 24px;
    border-top: 1px solid #ddd;
}
.item-title{
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 24px;
    margin-top: 34px;
}
.sub{
    padding-left: 50px;
}
.item{
    font-size: 16px;
}
.price{
    font-weight: normal;
    padding-top: 20px;
    margin-left: auto;
}
.attention {
    text-align: center;
}
.photo-garelly img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-garelly{
    list-style: none;
    display: grid;
    grid-template-rows: 195px 175px 350px;
    grid-template-columns: 50%  20% 30%;
    margin: 0 100px;
    padding: 100px 0;
}
.item01{
    grid-row: 1/3;
    grid-column: 1/2;
}
.item02{
    grid-row: 1/3;
    grid-column: 2/3;
}
.item03{
    grid-row:  1/2;
    grid-column: 3/4;
}
.item04{
   grid-row: 2/3;
   grid-column: 3/4;
}
.item05
{
    grid-row: 3/4;
    grid-column: 1/2;
}
.item06
{
    grid-row: 3/4;
    grid-column: 2/3;
}
.item07{
    grid-row: 3/4;
    grid-column: 3/4;
}
@media (max-width: 768px) {
    .section-title span{
        padding-bottom: 2px;
        margin-left:30px;
        font-size: 30px;
        letter-spacing: 0.26em;
    }
    .photo-garelly{
        grid-template-rows: 40vw 30vw 30vw 50vw 40vw;
        grid-template-columns: 50% 50%;
    }
    .item01{
        grid-row: 1/2;
        grid-column: 1/3;
    }
    .item02{
        grid-row: 2/4;
        grid-column: 1/2;
    }
    .item03{
        grid-row: 2/3;
        grid-column: 2/3;
    }
    .item04{
        grid-row: 3/4;
        grid-column: 2/3;
    }
    .item05{
        grid-row: 4/5;
        grid-column: 1/3;
    }
    .item06{
        grid-row: 5/6;
        grid-column: 1/2;
    }
    .item07{
        grid-row: 5/6;
        grid-column: 2/3;
    }
}
.drone{
    width: 100%;
    margin: 0;
    padding: 150px 0;
    clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
    background-color: #f2c94c;
}
.drone-spec{
    padding: 0 6% 80px;
}
.drone-list{
    display: flex;
    gap: 60px;
    align-items: self-start;
}
.drone-list.reverse{
    flex-direction: row-reverse;
    padding-top: 80px;
}
.spec{
    width: 100%;
}
.spec h3{
    margin-bottom: 16px;
    font-weight: bold;
    color: #fff;
    font-size: 24pxpx;
}
.spec-wrap{
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}
.spec-img{
    width: 45%;
}
.spec-img img{
    width: 100%;
    height: auto;
    display: block;
}
.spec-list{
    padding: 0;
}
.spec-list1{
    list-style: none;
    border-bottom: 2px solid #767676;

}
.spec-list2{
    font-size: 0.8em;
    border-bottom: 1px solid #a6a6a6;
    padding: 4px 0;
}
.gallery{
    max-width: 900px;
}
.movie-gallery{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    grid-template-rows: 70vh 20vh;
    padding: 80px 100px;
}
.movie-item{
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}
.movie-item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v1{
    grid-column: 1/3;
    grid-row: 1/2;
}
.v2{
    grid-column: 3/4;
    grid-row: 1/2;
}
.h1{
    grid-column: 1/4;
    grid-row: 2/3;
}
.gallery{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}
.gallery-grid{
    padding: 80px 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 200px 200px 240px;
}
.dr-item{
    overflow: hidden;
}
.item1{
    grid-column: 1/2;
    grid-row: 1/2;
}
.item2{
    grid-column: 2/3;
    grid-row: 1/2;
}
.item3{
    grid-column: 3/4;
    grid-row: 1/2;
}
.item4{
    grid-column: 1/3;
    grid-row: 2/4;
}
.item5{
    grid-column: 3/4;
    grid-row: 2/4;
}
.dr-item img,
.dr-item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.contact{
    background: #a0b9c6;
    color: #fff;
    padding: 100px 130px;
    text-align:center
}
.contact h2{
    margin: 0;
    font-size: 12px;
    text-decoration: underline;
}
.contact h3{
    font-size: 40px;
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
}
.contact p{
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
}
.contact-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.contact-btn a{
    font-size: 12px;
}
.btn-mail{
    display: inline-block;
    background-color: #111;
    color: #fff;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
}
.btn-tel{
    display: inline-block;
    background-color: #fff;
    color: #111;
    border: 1px solid #111;
    padding: 14px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
}
footer{
    background-color: #fff;
    color: #000;
    padding: 50px;
}
.footer-info{
    text-align: center;
}
.footer-menu-list{
    list-style: none;
    text-align: center;
    line-height: 60px;
    display: flex;
    gap: 20px;
}
.insta svg{
    width: 20px;
    height: 20px;
}
.insta span{
    color: #000;
}
.footer-insta{
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .mv-hero__title h2{
        font-size: 20px;
        margin: 40px 0;
    }
    .mv-hero__img{
        margin: 0;
    }
    .mv-hero__img img{
        border-radius: 0;
        height: 300px;
        margin-bottom: 30px;
    }
    .mv-hero__title,.safety-point{
        margin: 0 30px;
    }
    .safety-point h2{
        font-size: 16px;
    }
    .safety-point h2 span{
        font-size: 32px;
    }
    .inner{
        margin: 0 0 48px 10px;
    }
    .inner .num{
        font-size: 50px;
        width: 50px;
    }
    .content{
        padding-left: 0;
        margin: 20px 0 0 0;
    }
    .content p,.content span{
        font-size: 13px;
        color: #000;
    }
    .item h3{
        font-size: 16px;
        margin-top: 0;
    }
    .menu{
        font-size: 22px;
    }
    .service{
        padding: 30px;
    }
    .service-list{
        margin: 0 auto;
    }
    .list{
        padding: 10px;
        gap: 10px;
    }
    .list li{
        font-size: 12px;
        padding: 0;
    }
    .price-row{
        gap: 10px;
    }
    .price-list{
        margin: 30px 20px;
        padding: 10px 20px;
    }
    .item-title{
        font-size: 16px;
    }
    .item{
        font-size: 14px;
    }
    .sub{
        padding-left: 25px;
    }
    .price{
        font-size: 12px;
    }
    p{
        font-size: 14px;
    }
    .flow-item img{
        width: 65PX;
        height: 67px;
    }
    .num{
        font-size: 9px;
    }
    .flow,
    .price-contents{
        margin: 30px;
    }
    .drone-list,
    .drone-list.reverse{
        flex-direction: column;
        gap: 0;
    }
    .spec-img,.spec-wrap{
        width: 100%;
    }
    .spec-wrap{
        padding-top: 20px;
    }
    .photo-garelly,
    .drone-spec{
        margin: 0 30px;
        padding: 30px 0;
    }
    .spec h3{
        font-size: 24px;
        margin-top: 0;
    }
    .contact h3{
        font-size: 22px;
    }
    .contact p{
        font-size: 12px;
    }
    .nav{
        display: none;
    }
    .header{
        height: 80px;
        background-color: #007ab6;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .header-inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: inherit;
        color: #fff;
        padding: 0;
        margin-right: 10px;
    }
    input[type="chekbox"] {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }
    .hamburger{
        display: block;
        cursor: pointer;
        width: 30px;
        height: 22px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 12px;
    }
    .hamburger span,
    .hamburger span::before,
    .hamburger span::after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.5s;
    }
    .hamburger span::before {
        top:-10px;
    }
    .hamburger span::after {
        bottom: -10px;
    }
    input[type="checkbox"]:checked + .hamburger span {
        background-color: transparent;
    }
    input[type="checkbox"]:checked + .hamburger span::before {
        top: 0;
        transform: rotate(45deg);
    }
    input[type="checkbox"]:checked + .hamburger span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    .nav {
        position: fixed;
        width: 100%;
        height: 50vh;
        top: 80px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 50px 0;
        transition: all 0.5s;
    }
    .nav-item a {
        display: block;
        font-size: 14px;
        padding: 4px 0 4px 5px;
        text-transform: uppercase;
        margin: 0;
        border-top: 1px solid #fff;
    }
    .nav-item a:hover {
        color: #0f5474;
        background-color: #fff;
    }
    input[type="checkbox"]:checked ~ .nav {
        right: 0;
    }
        #check:checked ~ .nav{
        display: block;
    }
    .sub-menu{
        display: none;
    }
    .nav-list{
        display: flex;
        flex-direction: column;
        gap: 5px;
        }
    .contact{
        padding: 40px 20px 60px;
    }
    .menu{
        margin: 0;
    }
    .flow-list{
        padding: 30px 60px;
    }
    .movie-gallery{
        display: flex;
        flex-direction: column;
        padding: 30px;
        gap: 40px;
        align-items: center;
    }
    .movie-item{
        border-radius: 0;
        height: 200px;
        width: 315px;
    }
    .menu {
        margin: 30px;
    }
    .gallery-grid{
        padding-top: 30px;
        grid-template-rows: 40vw 50vw;
    }
    }
footer{
    padding-top: 120px;
    padding: 48px 0 32px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}
.footer-inner{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.footer-logo{
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-bottom: 24px;
}
.footer-nav{
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
}
.footer-nav a{
    font-size: 13px;
    color: #555;
    text-decoration: none;
    letter-spacing: 0.12em;
}
.footer-nav a:hover{
    opacity: 0.6;
}
.copyright{
    font-size: 12px;
    color: #999;
}
@media screen and (max-width: 768px) {
    .footer{
        padding: 24px 0 16;
    }
    .footer-nav a{
        font-size: 8px;
    }
    .price-row{
        padding: 0;
    }
    .price-list{
        margin: 0;
    }
}