/* 共通 */

* {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loading {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading_logo {
    width: 300px;
    height: 45px;
    margin-bottom: 50px;
}

.loading_animation {
    width: 40px;
    height: 40px;
}

h2.menu_en,
h2.contents_menu_en {
    position: relative;
    color: #0069cc;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
}

h2.contents_menu_en {
    font-size: 1.5rem;
}

h2.menu_en::before {
    content: '';
    position: absolute;
    bottom: -0.7em;
    width: 30px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0069cc;
    margin-top: 1.2em;
}

h1.menu_ja,
h1.contents_menu_ja {
    font-size: 1.4rem;
    letter-spacing: 0.3em;
    font-family: "游明朝", "YuMincho", "Yu Mincho", "Hiragino Mincho Pro", serif;
}

h1.menu_ja {
    padding: 2.5rem 0 2rem;
}

a.more {
    display: inline-block;
    color: #0069cc;
    background-color: #fff;
    border: 1px solid #0069cc;
    padding: 0.2em 2.5em;
    font-size: 0.9rem;
    border-radius: 2px;
    position: relative;
    font-weight: 500;
}

a.more::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1px solid #0069cc;
    border-right: 1px solid #0069cc;
    transform: rotate(45deg);
    left: 1em;
    top: 0.75em;
    transition: 0.3s;
}

a.more:hover::after {
    left: 1.5em;
}

.news_topics a {
    text-decoration: underline;
}

.news_topics a:hover {
    text-decoration: none;
}

/******************* SPスライド ***************/

#slider,
#sp_slider {
    margin-top: 20%;
    margin-bottom: 0;
    font-family: 'ヒラギノ角ゴ', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

#slider {
    display: none;
}

#slider img,
#sp_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slider li,
#sp_slider li {
    position: relative;
}

.slick-current.slick-active .slide_text {
    position: absolute;
    top: 10%;
    left: 5%;
    color: #FFF;
    animation: slideFromRight 1.5s ease 0s 1 normal both;
}

@keyframes slideFromRight {

    0%,
    25% {
        left: 10%;
        opacity: 0;
    }

    100% {
        left: 5%;
        opacity: 1;
    }
}

#slider h1,
#sp_slider h1 {
    font-weight: 600;
    font-family: 'ヒラギノ角ゴ', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

#sp_slider h1 {
    font-size: 7vw;
    margin-bottom: 1vh;
}

#sp_slider h1.top_slide {
    font-size: 8vw;
}

#slider p,
#sp_slider p {
    font-weight: 600;
}

#sp_slider p {
    font-size: 3.6vw;
    line-height: 0.8em;
    letter-spacing: 0.1em;
}

.shadow {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, .75);
}

.shadow.ja {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    font-family: 'ヒラギノ角ゴ', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.shadow.en {
    font-family: 'Barlow Condensed';
    font-size: 10vw;
    letter-spacing: 0.1em;
    margin-top: -0.3em;
}

h3.shadow {
    font-size: 4vw;
    letter-spacing: 0.08em;
    font-family: "游明朝", "YuMincho", "Yu Mincho", "Hiragino Mincho Pro", serif;
    margin-top: -0.2rem;
}

h2.shadow.en.h2_drone {
    margin-left: 0.1em;
}

h3.shadow.h3_drone {
    margin-left: 0.3em;
}

#sp_slider h2.shadow.en.h2_comic {
    margin-left: 0.1em;
}

h3.shadow.h3_comic {
    margin-left: 0.2em;
}

.slick-dots {
    bottom: 2%;
}

.slick-dots li {
    margin: 0 0.5rem;
}

.slick-dots li button:before {
    color: #FFF;
    font-size: 0.5rem;
}

.slick-dots li.slick-active button:before {
    color: #0054a8;
}

span.slash {
    font-weight: 400;
}

/********************* バナー *****************/
#banner {
    margin-top: 5%;
}

#banner p {
    text-align: center;
}

#banner img {
    border: 1px solid #000;
}

#banner a:hover {
    opacity: .8;
}

#banner p.shiten_iten {
    width: 100%;
}

#banner .shiten_iten img {
    max-width: 96% !important;
}

/****************** motte-tomete **************/
.motte-tomete {
    width: 90%;
    margin: 0 auto;
}

.motte-tomete h1,
.motte-tomete dt,
.motte-tomete dd {
    text-align: left;
}

.motte-tomete h1 {
    color: #0069cc;
}

.motte-tomete dl div dd a:link {
    color: #0069cc;
    text-decoration: underline;
}

/******************** SPニュース ***************/
#news {
    width: 90%;
    margin: 10% auto;
}

.news_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -3rem;
}

.news_title h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 6.5vw;
    letter-spacing: 0.2em;
    color: #0069cc;
    margin-right: 0.5em;
}

.news_title h1 {
    font-size: 5vw;
    padding-top: 0.5em;
    margin-left: 1em;
    position: relative;
}

.news_title h1::before {
    position: absolute;
    display: block;
    content: "";
    top: 80%;
    left: -1rem;
    height: 20px;
    margin-top: -20px;
    border-right: 2px solid #0069cc;
}

.news_topics {
    margin-left: 3rem;
}

.new {
    position: relative;
}

.new::before {
    position: absolute;
    content: 'NEW';
    left: -3rem;
    top: 40%;
    font-size: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.news_topics dl div {
    padding-bottom: 1rem;
    font-size: 0.9rem;
}

.news_topics dl div dd {
    margin-left: 0;
}

.twitter {
    width: 90%;
    margin: 10vw auto 0;
    position: relative;
}

.twitter::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #a0a0a0;
    top: -4vw;
}

/********************** SPメインメニュー ***********************/

#contents {
    background-color: #0069cc;
    padding: 3rem 0;
}

.contents_menu {
    height: 50vh;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.contents_menu_box {
    background-color: #FFF;
    height: 130px;
    width: 98%;
    position: absolute;
    top: 55%;
    z-index: 50;
}

.contents_menu_h {
    display: flex;
    justify-content: center;
    align-items: start;
    margin: 1.5em 0 1em;
}

h2.contents_menu_en::before {
    position: absolute;
    display: block;
    content: "";
    top: 55%;
    right: -1em;
    transform: translateY(-50%);
    height: 20px;
    border-right: 2px solid #0069cc;
}

h1.contents_menu_ja {
    margin-left: 2em;
}

.right {
    transform: skewX(-15deg);
}

.left {
    transform: skewX(15deg);
}

.contents_menu_box.right {
    right: -10%;
    padding-right: 7%;
}

.contents_menu_box.left {
    left: -10%;
    padding-left: 7%;
}

#company {
    background: url("../img/sp_company_bg.jpg") top left/100% no-repeat;
}

#business {
    background: url("../img/sp_business_bg.jpg") top right/100% no-repeat;
}

#factory {
    background: url("../img/sp_factory_bg.jpg") top left/100% no-repeat;
    margin-bottom: 0;
}

/***************** SPサブメニュー *******************/
#link>div {
    width: 90%;
    margin: 0 auto;
}

.link_square {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 8vh auto;
}

.black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(50, 50, 50, .7);
}

.link_square p {
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

.link_square div.center {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #fff;
    width: 220px;
    height: 220px;
    color: #fff;
}

.link_square div.center h1 {
    font-size: 2em;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.1em;
}

.link_square div.center h2 {
    font-size: 1rem;
}

.link_square div.center img {
    display: inline-block;
    height: 65px;
}

p.drone {
    padding: 0.7rem 0;
}

/*************** SP CSR,採用 *************/
.sub_box {
    text-align: center;
    height: 220px;
    width: 100%;
    background-blend-mode: multiply;
    padding-top: 2rem;
}

.sub_box h2.menu_en {
    color: #FFF;
}

.sub_box h2.menu_en::before {
    background-color: #fff;
}

.sub_box h1.menu_ja {
    color: #FFF;
    font-size: 1.3rem;
    padding-bottom: 1em;
}

#csr {
    background: rgba(0, 105, 204, .8) url("../img/sp_csr_bg.jpg") center/cover no-repeat;
}

#recruit {
    background: rgba(0, 105, 204, .8) url("../img/sp_recruit_bg.jpg") center/cover no-repeat;
}

/*************** SPお問い合わせ ******************/
.p_contact {
    padding: 0 1rem;
    font-size: 0.9rem;
}

.contact_menu {
    width: 80%;
    margin: 5% auto 10%;
}

.contact_menu div {
    margin: 2rem;
}

.contact_menu img {
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100px;
}

.contact_menu img:hover {
    transition: .3s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

p.phone {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.3rem;
    margin-block-start: 1rem;
    margin-block-end: 1rem;
}

p.phone span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.2em;
}

span.contact_br {
    display: block;
}

/********************************************** タブレット用 ********************************************************/
@media (min-width: 415px) {
    .loading_logo {
        width: 400px;
        height: 60px;
        position: absolute;
        margin-bottom: 150px;
    }

    h2.menu_en,
    h2.contents_menu_en {
        font-size: 1.8rem;
        letter-spacing: 0.2em;
        margin-top: 1em;
    }

    h2.menu_en::before,
    h2.contents_menu_en::before {
        content: '';
        position: absolute;
        bottom: -0.7em;
        width: 30px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #0069cc;
        margin-top: 1.2em;
    }

    h1.menu_ja,
    h1.contents_menu_ja {
        font-size: 1.5rem;
        letter-spacing: 0.5em;
        padding: 2.5rem 0 2rem;
    }

    a.more {
        padding: 0.3em 4em;
    }

    a.more::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border-top: 1px solid #0066cc;
        border-right: 1px solid #0066cc;
        transform: rotate(45deg);
        left: 3em;
        top: 0.9em;
        transition: 0.3s;
    }

    a.more:hover::after {
        left: 3.5em;
    }

    /************** TBスライド ******************/
    #sp_slider {
        display: none;
    }

    #slider {
        display: block;
        margin-top: 80px;
    }

    #slider h1 {
        font-size: 6vw;
        margin-bottom: 0.2em;
    }

    #slider h1.top_slide {
        font-size: 7vw;
    }

    #slider p {
        font-size: 2.5vw;
        line-height: 0.8em;
        letter-spacing: 0.1em;
    }

    .shadow {
        letter-spacing: 0.1em;
        font-size: 5.5vw;
    }

    .shadow.ja {
        margin-top: 1em;
    }

    .shadow.en {
        font-size: 6vw;
    }

    h3.shadow {
        font-size: 2.5vw;
    }

    h2.shadow.en.h2_drone {
        margin-left: 0.2em;
    }

    h3.shadow.h3_drone {
        margin-left: 0.5em;
    }

    #slider h2.shadow.h2_comic {
        float: left;
        margin-right: 1rem;
        margin-left: 0.1em;
    }

    h3.shadow.h3_comic {
        padding-top: 0.1em;
        margin-top: 5px;
    }

    .slick-current.slick-active .slide_text {
        top: 15%;
        left: 5%;
    }

    @keyframes slideFromRight {

        0%,
        25% {
            left: 15%;
            opacity: 0;
        }

        100% {
            left: 10%;
            opacity: 1;
        }
    }

    /**************** TBニュース *****************/
    .news_title h2 {
        font-size: 2.5rem;
        letter-spacing: 0.3em;
        margin-right: 0;
    }

    .news_title h1 {
        font-size: 1.5rem;
        padding-top: 0.5em;
        margin-left: 1.5em;
        position: relative;
    }

    .news_title h1::before {
        position: absolute;
        display: block;
        content: "";
        top: 80%;
        left: -1.5rem;
        height: 20px;
        margin-top: -20px;
        border-right: 2px solid #0069cc;
    }

    .new {
        position: relative;
    }

    .new::before {
        top: 35%;
    }

    .news_topics {
        width: 70%;
        margin: 0 auto;
    }

    .news_topics dl div {
        padding-bottom: 1rem;
        font-size: 0.9rem;
    }

    .news_topics dl div dt {
        float: left;
        padding-right: 1rem;
    }

    .news_topics dl div dd:before {
        content: '／';
        margin-right: 1em;
    }

    .twitter {
        width: 60%;
    }

    /*********** TBメインメニュー **************/
    .contents_menu {
        height: 50vh;
        margin: 4rem 0;
        position: relative;
        overflow: hidden;
    }

    .contents_menu_box {
        background-color: #FFF;
        height: 15rem;
        width: 70%;
        position: absolute;
        top: 10%;
    }

    #company {
        background: url("../img/company_bg.jpg") top left/80% no-repeat;
    }

    #business {
        background: url("../img/business_bg.jpg") top right/80% no-repeat;
    }

    #factory {
        background: url("../img/factory_bg.jpg") top left/80% no-repeat;
        padding-bottom: 5rem;
    }

    .contents_menu_h {
        display: block;
        margin: 0;
    }

    h1.contents_menu_ja {
        margin-left: 0;
    }

    .contents_menu_box.right {
        right: -8%;
        padding-right: 0;
    }

    .contents_menu_box.left {
        left: -8%;
        padding-left: 0;
    }

    /********************* TB CSR,採用 ***************/
    .sub_box {
        height: 280px;
        padding-top: 1.5rem;
    }

    #csr {
        background: rgba(0, 105, 204, .8) url("../img/csr_bg.jpg") center/cover no-repeat;
    }

    #recruit {
        background: rgba(0, 105, 204, .8) url("../img/recruit_bg.jpg") center/cover no-repeat;
    }

    /*********** TBお問い合わせ ***************/
    .contact_menu {
        display: flex;
        width: 90%;
        margin: 5% auto 10%;
        justify-content: space-around;
    }

    .contact_menu div {
        margin: 0;
    }

    .contact_menu img {
        transition: .3s;
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 100px;
        height: 100px;
    }

    p.phone {
        font-size: 1.5rem;
    }

    p.phone span {
        display: inline;
        font-size: 0.8rem;
        letter-spacing: 0.4em;
    }

    span.contact_br {
        display: inline;
    }
}

/*********************************************** PC用 *************************************************************/
@media (min-width:1024px) {
    .loading_logo {
        width: 500px;
        height: 75px;
        margin-bottom: 150px;
    }

    h2.menu_en,
    h2.contents_menu_en {
        font-size: 35px;
        letter-spacing: 0.2em;
        margin-top: 1em;
    }

    h2.menu_en::before,
    h2.contents_menu_en::before {
        content: '';
        position: absolute;
        bottom: -0.7em;
        width: 30px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #0069cc;
        margin-top: 1.2em;
    }

    h1.menu_ja,
    h1.contents_menu_ja {
        font-size: 24px;
        letter-spacing: 0.5em;
        padding: 2.5rem 0 2rem;
    }

    a.more {
        padding: 0.3em 4em;
        font-size: 14px;
    }

    a.more::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border-top: 1px solid #0066cc;
        border-right: 1px solid #0066cc;
        transform: rotate(45deg);
        left: 3em;
        top: 0.9em;
        transition: 0.3s;
    }

    a.more:hover::after {
        left: 3.5em;
    }

    /**************** PCスライド ****************/
    #sp_slider {
        display: none;
    }

    #slider {
        display: block;
        margin-top: 120px;
    }

    #slider h1 {
        font-size: 74px;
        margin-bottom: 0.2em;
    }

    #slider h1.top_slide {
        font-size: 90px;
    }

    #slider p {
        font-size: 1.2em;
        line-height: 1.3em;
        letter-spacing: 0.1em;
        margin-left: 0.5rem;
    }

    .shadow {
        letter-spacing: 0.1em;
    }

    .shadow.ja {
        margin-top: 1em;
    }

    #slider h1.shadow.ja {
        font-size: 67px;
        margin-top: 1em;
        margin-bottom: 0;
    }

    #slider h2.shadow.en {
        font-size: 70px;
        margin-top: -0.2em;
    }

    h3.shadow {
        font-size: 24px;
        letter-spacing: 0.08em;
    }

    h2.shadow.en.h2_drone {
        margin-left: 0.2em;
    }

    h3.shadow.h3_drone {
        margin-left: 0.6em;
    }

    #slider h2.shadow.h2_comic {
        float: left;
        margin-right: 1rem;
    }

    h3.shadow.h3_comic {
        padding-top: 0.4em;
        margin-top: 5px;
    }

    .slick-dots li {
        margin: 0 20px;
    }

    .slick-dots li button:before {
        font-size: 16px;
    }

    .slick-current.slick-active .slide_text {
        top: 15%;
        left: 5%;
    }

    @keyframes slideFromRight {

        0%,
        25% {
            left: 15%;
            opacity: 0;
        }

        100% {
            left: 10%;
            opacity: 1;
        }
    }

    /****************** motte-tomete **************/
    .motte-tomete {
        width: 1000px;
        margin: 0 auto;
    }

    .motte-tomete dl div {
        margin-left: 50px;
    }

    .motte-tomete dl div dt {
        float: left;
        padding-right: 1rem;
    }

    /****************** shiten-iten **************/
    #banner p.shiten_iten img {
        width: 350px !important;
    }

    /**************** PCニュース *****************/
    #news {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 1000px;
        margin: 0 auto 100px;
    }

    .news_title h2 {
        font-size: 36px;
        letter-spacing: 0.3em;
        margin-right: 0;
    }

    .news_title h1 {
        font-size: 24px;
        padding-top: 0.5em;
        margin-left: 1.5em;
    }

    .news_topics {
        width: 480px;
        margin-left: 50px;
        margin-top: 100px;
    }

    .news_topics dl {
        margin-top: 50px;
    }

    .news_topics dl div {
        padding-bottom: 1rem;
        font-size: 14px;
    }

    .news_topics dl div dt {
        float: left;
        padding-right: 1rem;
    }

    .news_topics dl div dd:before {
        content: '／';
        font-family: 'meiryo', 'メイリオ', 'ヒラギノ角ゴ W3', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN";
        margin-right: 1em;
    }

    .new::before {
        top: 30%;
    }

    .twitter {
        width: 340px;
    }

    .twitter::before,
    .twitter::after {
        position: absolute;
        content: '';
        height: 250px;
        width: 1px;
        background-color: #a0a0a0;
        top: 50px;
    }

    .twitter::before {
        left: -30px;
    }

    .twitter::after {
        right: -50px;
    }

    /************* PCメインメニュー **************/
    #contents {
        padding: 3rem 0;
    }

    .contents_menu {
        height: 450px;
        margin: 5rem 0;
    }

    .contents_menu_box {
        height: 280px;
        width: 50%;
        top: 85px;
    }

    .contents_menu_h {
        display: block;
        margin: 0;
    }

    h1.contents_menu_ja {
        margin-left: 0;

    }

    .contents_menu_box.right {
        right: -5%;
        padding-right: 0;
    }

    .contents_menu_box.left {
        left: -5%;
        padding-left: 0;
    }

    #company {
        background: url("../img/company_bg.jpg") top left/65% 100% no-repeat;
    }

    #business {
        background: url("../img/business_bg.jpg") top right/65% no-repeat;
    }

    #factory {
        background: url("../img/factory_bg.jpg") top left/65% no-repeat;
    }

    /***************** PCサブメニュー *******************/
    #link>div {
        display: flex;
        justify-content: space-around;
        width: 800px;
    }

    .link_square p {
        font-size: 15px;
        margin-bottom: 0.5em;
    }

    .link_square div.center h1 {
        font-size: 32px;
        margin-top: 0;
    }

    .link_square div.center h2.mincho {
        font-size: 14px;
    }

    /*************** PC CSR,採用 *************/
    #sub-contents {
        display: flex;
    }

    .sub_box {
        height: 300px;
        width: 50%;
        padding-top: 1.5rem;
    }

    #csr {
        background: rgba(0, 105, 204, .8) url("../img/csr_bg.jpg") center/cover no-repeat;
    }

    #recruit {
        background: rgba(0, 105, 204, .8) url("../img/recruit_bg.jpg") center/cover no-repeat;
    }

    /*************** PCお問い合わせ ******************/
    .contact_menu {
        display: flex;
        width: 80%;
        margin: 5% auto 10%;
        justify-content: space-around;
    }

    p.phone {
        font-size: 30px;
        letter-spacing: 0.1em;
    }

    p.phone span {
        font-size: 15px;
        letter-spacing: 0.4em;
        display: inline;
    }

    span.contact_br {
        display: inline;
    }
}