@charset "utf-8";


/***top_fv_sec***/
.top_fv_sec {
    position: relative;
}

.fv_movie {
    position: relative;
    width: 100vw;
    height: 0;
    padding-bottom: 56.5%;
    overflow: hidden;
}

.fv_movie video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.top_fv_sec .fv_wrapper {
    max-width: 66.5vw;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fv_wrapper .top_text {
    margin-bottom: 12vw;
}

.fv_wrapper .top_text .top {
    font-size: 2.4rem;
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: 25px;
}

.fv_wrapper .top_text .fv_title {
    display: flex;
    align-items: center;
    gap: 25px;
}


.fv_wrapper .top_text .fv_title h1 {
    max-width: 44vw;
}

.fv_wrapper .top_text .fv_title p {
    font-size: 4rem;
    font-size: 2.1vw;
}

.fv_wrapper .bottom_text p {
    text-align: center;
    color: white;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2.2rem;
    font-size: 1.12vw;
}

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



    .fv_movie {
        padding-bottom: 97rem;
    }

    .top_fv_sec .fv_wrapper {
        width: calc(100% - 12rem);
        max-width: inherit;
        height: 100%;
        padding-top: 20rem;
    }

    .fv_wrapper .top_text {
        margin-bottom: 10rem;
    }

    .fv_wrapper .top_text .top {
        font-size: 2.4rem;
        margin-bottom: 2.5rem;
    }

    .fv_wrapper .top_text .fv_title {
        gap: 2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .fv_wrapper .top_text .fv_title h1 {
        max-width: 55.5rem;
    }
    
    .fv_wrapper .top_text .fv_title p {
        font-size: 4rem;
    }

    .fv_wrapper .bottom_text p {
        font-size: 2.2rem;
    }

}

/***top_information_sec***/
.top_information_sec {
    margin-top: -50px;
    z-index: 2;
    position: relative;
    padding-bottom: 120px;
    background: url(../img/top_info_back.png) left 10% bottom 4% / 45% no-repeat;
}

.top_information_sec .wrapper {
    max-width: 1400px;
}


.top_information_sec .section_title {
    text-align: right;
    margin-bottom: 55px;
    margin-right: 50px;
}

.top_information_sec .section_title .jp {
    color: white;
}


.top_information_sec .information_list {
    margin-bottom: 50px;
}

.information_list {
    max-width: 1120px;
    margin-left: auto;
}

.information_list > li {
    border-top: 1px solid #dcdcdc;
    padding: 35px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.information_list > li:last-of-type {
    border-bottom: 1px solid #dcdcdc;
}


.information_list .image {
    width: 200px;
}

.information_list .image figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.5%;
    overflow: hidden;
}

.information_list .image figure img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.information_list .content {
    flex: 1;
}
.information_list .content .meta {
    margin-bottom: 0.5rem;
}
.information_list .content .info_cat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.information_list .content .info_cat li a {
    min-width: 100px;
    padding: 3px;
    border-radius: 50px;
    background-color: var(--theme-back-color);
    color: white;
    font-size: 1.1rem;
    display: block;
    text-align: center;
}

.information_list .content .date {
    font-size: 1.5rem;
    color: var(--theme-color);
}

.information_list .content .title {
    font-size: 1.5rem;
}

.top_information_sec .btn_box a {
    margin-left: auto;
}

@media screen and (max-width: 770px) {
    .top_information_sec {
        margin-top: -6rem;
        padding-bottom: 12rem;
        background: url(../img/top_info_back.png) left -50% bottom 4% / 70% no-repeat;
    }

    .top_information_sec .section_title {
        margin-bottom: 80px;
        margin-right: 0px;
    }

    .top_information_sec .information_list {
        margin-bottom: 6rem;
    }

    .information_list > li {
        padding: 2.5rem;
        gap: 3rem;
    }


    .information_list .image {
        width: 16rem;
    }

    .information_list .content .meta {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        margin-bottom: 1rem;
    }
    .information_list .content .info_cat {
        margin-bottom: 0;
        order: 2;
    }

    .information_list .content .info_cat li a {
        font-size: 1.6rem;
        min-width: 15rem;
        border-radius: 1rem;
    }
    .information_list .content .date {
        font-size: 2.2rem;
        order: 1;
    }


    .information_list .content .title {
        font-size: 2.2rem;
    }

    .top_information_sec .btn_box a {
        margin: 0 auto;
    }


}


/***top_movie_sec***/
.top_movie_sec {
    background: url(../img/top_movie_back.jpg) center / cover no-repeat;

}
.top_movie_sec .wrapper {
    padding: 130px 0;
    max-width: 1280px;
    position: relative;
}

.movie_list li .box {
    width: 100%;
    height: 0;
    padding-bottom: 56.5%;
    position: relative;
    overflow: hidden;
}

.movie_list li .box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


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

    .top_movie_sec .section_title {
        position: absolute;
        bottom: -20px;
        left: 0;
        color: white;
    }

    .top_movie_sec .section_title .en {
        position: relative;
    }
    .top_movie_sec .section_title .en::before {
        content: 'OVIE';
        position: absolute;
        bottom: 0;
        right: 0;
        overflow: hidden;
        height: 20px;
        color: #ebebeb;
        display: flex;
        align-items: flex-end;
    }

    .top_movie_sec .movie_list {
        width: calc(100% - 370px);
        margin-left: auto;
        display: flex;
        gap: 50px;
    }

    .top_movie_sec .movie_list li {
        flex: 1;
    }



}

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

    .top_movie_sec {
        background: url(../img/top_movie_back_sp.jpg) center / cover no-repeat;
        
    }


    .top_movie_sec .wrapper {
        padding: 10rem 0;
    }
    
    
    .top_movie_sec .section_title {
        position: absolute;
        top: -6rem;
        left: -1rem;

    }

    .top_movie_sec .section_title .en {
        color: white;
    }

    
    .movie_list li {
        max-width: 45.4rem;
        margin: 0 auto;
    }

    .movie_list li:not(:last-of-type) {
        margin-bottom: 6.5rem;
    }
    

}

/***top_cando_sec***/
.top_cando_sec {
    padding: 190px 0 290px;
    background: url(../img/top_drone_back.png) top 56% right 23% / 55% no-repeat;
}

.top_cando_sec .wrapper {
    max-width: 1400px;
    position: relative;
}


.top_cando_sec .text h2 {
    margin-bottom: 40px;
    font-size: 6rem;
    font-weight: bold;
}

.top_cando_sec .text h2 span {
    color: var(--theme-color);
}

.top_cando_sec .text .ex {
    margin-bottom: 65px;

}

.top_cando_sec .text .btn_box a {
    margin-left: auto;
}


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

    .top_cando_sec .text {
        position: absolute;
        width: 50%;
        top: 60%;
        left: 50%;
        max-width: 620px;
    }

}

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


    .top_cando_sec {
        padding: 14rem 0;
        background: url(../img/top_drone_back_sp.png) top 56% right -4% / 74% no-repeat;
    }

    .top_cando_sec figure {
        margin-left: -6rem;
        padding-right: 3rem;
        margin-bottom: 4.5rem;
    }

    .top_cando_sec .text h2 {
        margin-bottom: 5rem;
        font-size: 6rem;
    }
    

    .top_cando_sec .text .ex {
        margin-bottom: 3rem;
        font-size: 2.2rem;

    }




}


/***top_service_sec***/
.top_service_sec {
    background-color: #f5f5f5;
}
.top_service_sec .wrapper {
    position: relative;
    padding: 150px 0;
    max-width: 1300px;
}

.top_service_sec .section_title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-65%);
}

.service_list {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.service_list li {
    flex: 1;
}

.service_list li a {
    display: block;
}

.service_list li figure {
    margin-bottom: 22px;
}

.service_list li h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.service_list li p {
    font-size: 14px;
}



@media screen and (max-width: 770px) {
    
    .top_service_sec .wrapper {
        padding: 9rem 0;
    }

    .service_list {
        flex-wrap: wrap;
        gap: 4.5rem;
    }

    .service_list li {
        width: calc(100% / 2 - 4.5rem / 2);
        flex: inherit;
    }
    .service_list li figure {
        margin-bottom: 2.2rem;
    }
    .service_list li h3 {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }

    .service_list li p {
        font-size: 2rem;
    }





}