body{
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    letter-spacing: 1px;
    font-size: 16px;
    color: #3e3a39;
}
a, a:visited{
    color: #000;
}
a{
    text-decoration: none;
}
.kv-zone{
    /* height: calc(100vh - 61px); */
    /* height: 56.25vw; */

    height: calc(100vh - 131px);    
    /* max-height: 660px;     */
    max-height: 56.25vw;

    width:100%;  
    position: relative;
    overflow: hidden;   
}
.kv-zone video{
    /* width: auto; */
    /* height: 56.25vw; */
    /* height: 100%; */

    width: 100%;
    height: auto;
}
.kv-zone .abso-conts{
    display: flex;
    align-items: center;
    padding: 0 120px; 
    position: absolute;
    top: 0;
    height: 100%;  
}
.kv-zone .kv-btn{
    position: absolute;
    bottom: 40px;
    width: 80%;
    /* max-width: 1000px; */
    left: 10%;
}
.kv-zone .kv-btn a{
    display: block;
    width: 300px;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 18px 0;
    margin-left: auto;
    color:#fff;
    text-align: center;

    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #29337a 50%, #65adff 100%);  
  	background-position: 0 0;
  	background-size: 201% auto;
    transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
}
.blur-panel{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/image/bg-square_s_k50.png);
    background-repeat: repeat;
}
.kv-zone .kv-btn a:hover{
    background-position: -99.5% 0;  
}
.font-bold{
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.kv-ttl{
    font-size: 53px; 
    line-height: 76px;  
    overflow: hidden; 
}
.kv-ttl span.bg-grad{
    /* background-image: linear-gradient(to right, rgba(88,102,179,1) 0%,rgba(125,185,232,1) 100%);         */
    padding: 0 12px;
    animation: kv-opening 1s cubic-bezier(0.4,0,0,1) 2s forwards;
    color: rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}
.kv-ttl span.bg-grad::before{
    background-image: linear-gradient(to right, rgba(88,102,179,1) 0%,rgba(125,185,232,1) 100%);        
    content: "";
    position: absolute;
    width:calc(100% + 12px);
    height: 100%;
    top: 0;       
    left: calc(-100% - 24px); 
    animation:kv-opening-bg 1s cubic-bezier(0.4,0,0,1) 1s forwards;    
}
.kv-ttl span.bg-grad span{
    position: relative;
    z-index: 2;
}
.kv-ttl span.bg-grad.ltsp-minimal::before{
    width: calc(100% + -20px);
}


.modal-conts{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 1s cubic-bezier(0.4,0,0,1);
}
.modal-conts.active{
    visibility: visible;
    opacity: 1;
}
.modal-conts .overflows{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.modal-conts .overflows .bg-grays{
    background: rgba(40,40,40,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

.modal-conts .overflows .cls-btn{
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    margin-top: -25px;
    margin-left: auto;
}
.modal-btn:hover,.modal-conts .overflows .cls-btn:hover{
    cursor: pointer;
}
.modal-conts .overflows .cls-btn::before,.modal-conts .overflows .cls-btn::after{
    position: absolute;
    content: "";
    width: 17px;
    height: 3px;
    background: #fff;
    border-radius: 1px;    
    top: 11px;
    left: 4px;
}
.modal-conts .overflows .cls-btn::before{
    transform: rotate(45deg);
    transform-origin: center;
}
.modal-conts .overflows .cls-btn::after{
    transform: rotate(-45deg);
    transform-origin: center;
}
.modal-conts .overflows .movie-box{
    max-width: 850px;
    width: 61%;
    height:calc(0.6vw * 56.5);
    margin-top: 25px;
    position: relative;
}
.modal-conts .overflows .movie-box .movie,.modal-conts .overflows .movie-box .movie video{
    width: 100%;
    height: auto;
}
.modal-conts .overflows .movie-box .movie video{
    border: 1px solid #fff;
}

/* header >>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#header{
    top: 0;
    position: absolute;
    z-index: 3;
    width: 100%; 
}
.inquiry #header{
     top: -61px; 
}
#header.fixed{    
    position: fixed;
    top:0;
}
.top-header{    
    background: rgba(255,255,255,0.9);    
    height: 60px;
    width: 100%;    
    padding: 0 60px;
    display: flex;
    align-items: center;
}
.top-header .logo,.foot-area .logo{
    width: 185px;    
}
.top-header .logo img,.foot-area .logo img{
    width: 185px;
    height: 34.38px;
}
.top-header .logo a,.foot-area .logo a{
    transition: 0.2s ease;
}
.top-header .logo a:hover,.foot-area .logo a:hover{
    opacity: 0.75;
    transition: 0.2s ease;
}

.r-head{
    margin-left: auto;
}
.r-head .head-links{
    display: flex;
}
.r-head .head-links li{
    margin: 0 15px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 15px;
}
.r-head .head-links li a,.forbiz a{
    position: relative;
    display: inline-block;
}
.r-head .head-links li a::after,.top-header .forbiz a::after{
    content: "";
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
    bottom: -23px;
    height: 3px;    
    background: #000;
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(.4,0,0,1);
    -webkit-transition: transform 0.3s cubic-bezier(.4,0,0,1);
    transform-origin: center left;
}
.top-header .forbiz a::after{
    bottom: -18px;
}
.r-head .head-links li a:hover::after,.top-header .forbiz a:hover::after{
    transform: scale(1,1);
    transform-origin: center left;
    transition: transform 0.5s cubic-bezier(0.4,0,0,1);
    -webkit-transition: transform 0.5s cubic-bezier(0.4,0,0,1);
}


.forbiz{
    margin-left:40px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 15px;
}
.forbiz .fa-building{
    opacity: 0.5;
    padding-right:6px;
}
.foot-area .forbiz .fa-building{
    color: #fff;
}
/* <<<<<<<<<<<<<<<<<<<< header */

/* footer >>>>>>>>>>>>>>>>>> */
.foot-area{

}
.foot-area a.linker{
    position: relative;    
    display: inline-block;
}
.foot-area a.linker::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 1px;    
    background: #fff;
    transform: scale(0, 1);
    /* transition: transform 0.3s cubic-bezier(.4,0,0,1);
    -webkit-transition: transform 0.3s cubic-bezier(.4,0,0,1);
    transform-origin: center left; */
}
.foot-area a.linker:hover::after{
    transform: scale(1,1);
    /* transform-origin: center left;
    transition: transform 1s cubic-bezier(0.4,0,0,1);
    -webkit-transition: transform 1s cubic-bezier(0.4,0,0,1); */
}
.foot-area .logo{
    margin-bottom: 30px;
}
.foot-area .foot-sitemap{
    background-image: linear-gradient(to right, #161e47 0%,#21436e 100%);
    padding: 50px 0 0;
}
.foot-area .foot-sitemap .forbiz{
    text-align: right;    
    padding:0 0 25px;
}
.foot-area .foot-sitemap a{
    color: #fff;
}
.foot-area .policy{
    background: #000;
}
.foot-area .policy .links{
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    color: #fff;    
    padding: 20px 0;    
}
.foot-area .policy .links ul{
    margin-bottom: 10px;
}
.foot-area .policy .links ul li{
    display: inline-block;
    margin-right: 23px;
    line-height: 1.5;
    font-size: 11px;
}
.foot-area .policy .links ul li a{
    color: #fff;
}
.foot-area .policy .cp-right{
    margin-left: auto;
    color: #9a9a9a;
    font-size: 9px; 
    text-align: center;   
}
.foot-area .sitemap-ul{
    margin-left: auto;    
}
.foot-area .sitemap-ul li.cil{
    margin-right: 50px;
    padding-top: 10px;
    font-size: 15px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.foot-area .sitemap-ul li.cil ul{
    margin-top: 10px;
}
.foot-area .sitemap-ul li.cil ul li{
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    padding: 10px 0 10px 12px;
    font-size: 13px;
}
@media screen and (max-width:960px){
    .foot-area .sitemap-ul li.cil{
        margin-bottom: 30px;
    }
    .foot-area .foot-sitemap .forbiz{
        margin-left: 0;
        text-align: left;
    }
}
/* <<<<<<<<<<<<<<<<<<<<< footer */

.text-center{
    text-align: center;
}
.inner{
    width: 80%;
    max-width: 1000px;
    margin: auto;
}
.inner.pd-on{
    padding: 90px 0
}
.sec-inner{
    width: 86%;
    max-width: 1200px;
    margin: auto;
    padding: 90px 0;    
}
.flex{
    display: flex;
    flex-flow:row wrap;
}
.sec-inner .fig{
    position: relative;
    width: 41%;
}
.sec-inner .fig .spimg{
    position: absolute;
    top: -35px;
    right: 66px;

}
.sec-inner .text-boxes{
    max-width:545px;
    width: 45%;
}
.flex .r-conts{
    margin-left: 70px;
}
.flex .l-conts{
    /* margin-left: 100px; */
    margin-left: auto;
}

.flex.reverse{
    flex-flow:row wrap-reverse;
}

.sec-third{
    padding-bottom: 100px;
}

.ttl-h2{
    font-size: 36px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    padding: 35px 0;
    letter-spacing: 2.5px;
    color: #000;
}
.esp.ttl-h2{
    padding: 35px 0;
    position: relative;
}
.mgt.esp.ttl-h2{
    padding: 70px 0 35px;
}
.esp.ttl-h2::after{
    content: "";
    position: absolute;
    height: 4px;
    background-image: linear-gradient(to right, #5866b3 0%, #65adff 100%);
    /* width: 100px;     */
    width: 0;
    /* top: 30px; */
    top: 0;
    left: 7px;
    transition: width 0.5s cubic-bezier(.4,0,0,1) 0.7s;    
}
.mgt.esp.ttl-h2::after{
    top: 30px;
}
.is-show .esp.ttl-h2::after{
    width: 100px;
    transition: width 0.5s cubic-bezier(.4,0,0,1) 0.7s;    
}

section.second-bg{
    background: url(../image/safety-bg.png)no-repeat;
    background-size: cover;
    background-position: center;
    /* min-height: 460px; */
}

.second-bg .text-boxes{
    color: #fff;    
    max-width:545px;
    width: 55%;
}
.second-bg .text-boxes .ttl-h2{
    color: #fff;
}

.bg-polkadot{
    background-image: linear-gradient(to right, rgba(101,173,255,0.1) 34%, #fff 34%);
}
.bg-polkadot-right{
    background-image: linear-gradient(to right, #fff 66%, rgba(101,173,255,0.1) 66%);
}
.water-bg{
    background: rgba(16,31,115,0.05);
}

.cv-sec{
    background-image: linear-gradient(to right, rgba(255,255,255,0.05) 0%, rgba(16,31,115,0.05) 50%, rgba(255,255,255,0.05) 100%);     
    border-top: 1px solid #dcdcdc;
    padding: 50px 0 90px;
}



.connecter-fig{
    margin-top: 90px;
}
.connecter-fig .c-box{
    position: relative;
    background: #fff;
    display: block;
    width: 49%;
    /* padding: 65px 0; */
    padding: 20px 0 65px;
    text-align: center;
}
.connecter-fig .c-box:first-of-type{
    margin-right: auto;
}
.connecter-fig .c-box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #29337a 50%, #65adff 100%);  
  	background-position: 0 0;
  	background-size: 201% auto;
    transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    z-index: 2;
}
.connecter-fig .c-box:hover::before{
    background-position: -99.5% 0; 
}
.connecter-fig .c-box::after{
    position: absolute;
    content: "";
    width: 26px;
    height: 43px;
    background: url(../image/hover-arrow.png)no-repeat;
    background-size: contain;
    transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    right: 30px;
    top: calc(50% - 21.5px);
    z-index: 1;
}
.connecter-fig .c-box:hover::after{
    right: 25px;
}
.connecter-fig .c-box .caption{
    position: absolute;
    z-index: 2;
    font-size: 12px;
    text-align: left;
    left: 25px;
    bottom: 15px;
    transition: color .5s cubic-bezier(0.4,0,0,1) 0s;
}
.connecter-fig .c-box:hover .caption{
    color: #fff;
}
.connecter-fig .c-box .caption span{
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 18px;
}

.connecter-fig .c-box .c-img{
    width: 65%;
    max-width:290px;
}


a.btn-white{
    display: inline-block;
    width: 300px;
    border: 2px solid #081870;
    border-radius: 50px;
    color: #081870;
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";    
    padding: 15px;
    text-align: center;
    color: #091a7b;

    background-image: linear-gradient(to right, #fff 50%, #091a7b 50%, #0c5dc3 100%);  
  	background-position: 0 0;
  	background-size: 201% auto;
    transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
}
a.btn-white:hover{
    background-position: -99.5% 0; 
    color: #fff;
    /* border: 0;    */
}
a.btn-contact{
    display: inline-block;
    width: 350px;        
    font-size: 15px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";    
    padding: 20px 25px;
    text-align: center;
    color: #fff;
    position: relative; 
    border-radius: 50px;      
}
a.btn-contact span{
    position: relative;
    z-index: 2;
}
a.btn-contact::after{
    background-image: linear-gradient(to right, #101f73 0%, #175eb7 100%);   
    border-radius: 50px;    
    content:"";
    position: absolute;
    z-index:-1;
    opacity: 0.8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s cubic-bezier(0.4,0,0,1) 0s;   
}
a.btn-contact:hover::after{    
    opacity: 1;
}
a.btn-contact.btn-contact-white{
    border: 2px solid #081870;
    color: #081870;
    background-color:#fff;
    transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
}
a.btn-contact.btn-contact-white:after{
    background-image: linear-gradient(to right, #091a7b 0%, #0c5dc3 100%);
    opacity:0;
}
a.btn-contact.btn-contact-white:hover{
    background-color:transparent;
    color:#fff;
}
a.btn-contact:hover:after{ opacity:1;}

.pc{
    display: block;
}
.sp{
    display: none;
}
.sp-allheader{
    display: none;
}

@media screen and (max-width:1150px){
    .top-header{
        flex-flow: row wrap;
    }
    .r-head .head-links li{
        margin: 0 10px;
        font-size: 10px;
    }
    .top-header .forbiz{
        font-size:12px;
        margin-left: auto;
    }
}

@media screen and (max-width:750px){
    body{
        font-size: 14px;
    }
    .kv-zone{
        height: 500px;
        max-height: 500px;
        /* padding: 0 10%; */
    }
    .kv-zone video {        
        /* margin-left: -55%; */
        margin-left: calc(50vw - 391.5px);
        height: 100%;
        width: auto;
    }
    .kv-zone .abso-conts{
        padding: 0;
        width: 90%;        
        left: 5%;
    }
    .kv-zone .kv-btn{
        width: 90%;
        left: 5%;
    }
    .kv-zone .kv-btn a{
        width: 250px;
        margin-left: 0;
    }
    .kv-ttl{
        font-size: 27px;
        line-height: 41px;
    }
    .kv-ttl span.bg-grad{
        /* min-height: 36px; */
        line-height: 1.4;
        display: inline-block;
    }
    .kv-ttl span.bg-grad.ltsp-minimal::before {
        width: calc(100% + -7px);
    }
    .ttl-h2{
        font-size: 26px;
        padding-top: 0;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .inner{
        width: 90%;
    }
    .sec-inner{
        width: 90%;
        padding: 50px 0;
    }    
    .sec-inner .fig,.flex .r-conts.fig{
        width: 100%;
        margin-top: 20px;
    }
    .sec-inner .fig .spimg{
        height: 300px;
        position: relative;
        top: unset;
        right: unset;
        display: block;
        margin: auto;
        margin-top: 30px;
    }
    .sec-inner .text-boxes{
        width: 100%;
    }
    .flex .r-conts{
        margin-left: 0;
        margin:auto;
    }
    .sec-third {
        padding-bottom: 20px;
    }

    a.btn-white{
        width: 250px;
    }
    a.btn-contact{ 
        padding: 20px;       
        width: 250px;        
    }

    .connecter-fig{
        margin-top: 50px;
    }
    .inner.pd-on{
        padding: 50px 0;
    }
    .c-img{
        width: 65%;
    }
    .connecter-fig .c-box{
        width: 100%;
        padding: 30px 0 70px;
    }
    .connecter-fig .c-box:first-of-type{
        margin-right: 0;
        margin-bottom: 20px;
    }

    section.second-bg{
        background-position: 75% center;
        background-size: auto 100%;
    }
    section.second-bg .ttl-h2{
        letter-spacing: 0px;
    }
    .second-bg .text-boxes{
        width: 70%;
    }

    .kv-ttl span.bg-grad::before{}


    /* header */
    .r-head .head-links{
        display: block;
    }
    .top-header{
        display: none;
    }
    .sp-allheader{
        display: block;        
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .sp-allheader .sp-bar{
        background: rgba(255,255,255,0.9);
        height: 60px;
        width: 100%;
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
    }
    .sp-allheader .sp-bar .sp-logo{
        width: 185px;
        padding-left: 15px;
    }
    .sp-allheader .sp-bar .sp-logo img{
        width: 185px;
        height: 34.38px;
    }
    .sp-allheader .burger{
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        padding: 19px 15px;
        z-index: 4;
    }
    .sp-allheader .burger span.top{
        width: 100%;
        height: 2px;
        background: #333;
        display: block;
        transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    }
    .sp-allheader .burger span.middle{
        width: 100%;
        height: 2px;
        background: #333;
        display: block;
        margin: 8px 0;
        opacity: 1;
        transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    }
    .sp-allheader .burger span.bottom{
        width: 100%;
        height: 2px;
        background: #333;
        display: block;
        transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    }
    .sp-allheader .burger.active span.top{
        transform: rotate(45deg);
        transform-origin: top left;        
        margin-top: -1px;
        margin-left: 2px;
        transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    }
    .sp-allheader .burger.active span.middle{
        visibility: hidden;
        opacity: 0;        
        margin: 9px 0;
        transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    }
    .sp-allheader .burger.active span.bottom{
        transform: rotate(-45deg);
        transform-origin: top left;        
        transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    }
    .sp-allheader ul.sp-link{
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 2;
        /* background: #101f73; */
        background-image: linear-gradient(to right, #161e47 0%,#21436e 100%);
        padding-top: 100px;
        height: 460px;
        top: -461px;
        transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    }
    .sp-allheader ul.sp-link.active{
        top: 0;
        transition: all .5s cubic-bezier(0.4,0,0,1) 0s;
    }
    .sp-allheader ul.sp-link li{
        padding: 15px;
        font-family: "FP-ヒラギノ角ゴ ProN W6";
    }
    .sp-allheader ul.sp-link li.forbiz{
        margin-left: 0;
        margin-top: 40px;
        position: relative;
    }
    .sp-allheader ul.sp-link li.forbiz::before{        
        content: "";
        position: absolute;
        width: 50%;
        height: 1px;
        background: #fff;
        opacity: 0.3;
        left: 25%;
        top: -20px;
    }
    .sp-allheader ul.sp-link li a{
        color: #fff;
        font-size: 16px;    
    }  
    /* footer */
    .foot-area .sitemap-ul{
        margin-bottom: 30px;
        margin-left: 0;
    }
    .foot-area .sitemap-ul li.cil{
        margin-bottom: 0;
        font-size: 13px;
    }
    .foot-area .policy .links{
        display: block;
    }
    .foot-area .policy .links ul{
        margin-bottom: 20px;
    }
    .foot-area .policy .links ul li{
        font-size: 11px;
        margin: 0 10px;
    }
    .foot-area .policy .cp-right{
        text-align: center;
        font-size: 8px;
    }
    .modal-conts .overflows .movie-box{
        width: 90%;
        height: auto;

    }
}
@media screen and (min-width:750px){
    .pc-flex{
        display: flex;
        flex-flow:row wrap;
    }
}





/* animation */
@keyframes kv-opening-bg{
    0%{        
        left: calc(-100% - 24px);        
    }        
    30%{
        left: calc(-100% - 24px);        
    }
    100%{                
        left: -12px;
    }
}
@keyframes kv-opening{
    0%{        
        color: rgba(0,0,0,0);
        /* margin-left: -30px; */
    }        
    15%{
        color: rgba(0,0,0,0);
        /* margin-left: -30px; */
    }
    100%{                
        color: #fff;
        /* margin-left: 0; */
    }
}