﻿@charset "utf-8";
/*************** loading ***********/
/*
html, body{
  overflow: hidden;
}
#container{opacity: 0;}
html.active, body.active{
  overflow:auto;
}
*/
html.active #container, body.active #container{opacity: 1;animation:fade-in .4s ease-out 0s forwards;}

.loading{
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background:#FFF;
    animation: animationZoom1 3s ease-in-out forwards;
    overflow: hidden;
}
.loading.hide{
    display: none;
}
@keyframes animationZoom1 {
    0% { transform: scale(1);opacity: 1;}
    60% { opacity: 1;}
    100% { transform: scale(1);opacity: 0;z-index: -9;}
}
.loading .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.loading .logo img:nth-of-type(2){
    display: block;
    margin: 40px 0;
}

@media screen and (max-width:800px) {
    .loading,
    .loading .logo{
        height: 100vh;
        height: -webkit-fill-available;
    }
    .loading .logo img{
        width: 13vw;
    }
    .loading .logo img:nth-of-type(2){
        margin: 8vw 0;
    }
}

/*************** loading END ***********/



img{
	max-width: 100%;
}
body{
	width: 100%;
	color: #333;
    -webkit-font-smoothing: antialiased;
    background: #FFF;
    min-width: 1100px;  
}
body.is-mobile{
    -webkit-text-size-adjust: 100%;
}

#container{
	margin: 0 auto;
}
a{
	color: #FFF;
	text-decoration: underline;
	outline: none;
	transition: all 0.5s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}




#header{
    width: 1100px;
    height: 70px;
    background: #FFF;
    border-radius: 10px;
    margin: 20px auto -90px;
    position: fixed;
    left: 50%;
    margin-left: -550px;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}
#header.is-fixed{
    display: none;
}
#header h1{
    padding-left: 20px;
}
.top #header h2{
    font-size: 13px;
    color: #04286E;
    margin-left: 20px;
    font-weight: bold;
    margin-top: 3px;
}
#header > a.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background: #FD9F4E;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: .3s;
}
#header > a.contact:hover {
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-4px);
    background: #FD8822;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
/*
@media screen and (max-width:1140px) {
    #header{
        width: calc(1100px - 40px);
    }
}
*/
.inner-header {
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


#slogan{
    background: #CCC;
    height: 620px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
#slogan video{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#slogan h2{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}
#slogan h2 img{
    /*filter: drop-shadow(0px 0px 10px #193765);*/
    filter: drop-shadow(0px 0px 18px #FFF);
}
@media screen and (max-width:1102px) {
    #slogan video{
        width: auto;
        height: 100%;
    }
}


/************************* cate01 ************/
#cate01{
    padding-top: 60px;
    background: #FFF;
    position: relative;
    z-index: 3;
}
#cate01 .topics h3{
    font-size: 27px;
    color: #0A3DA0;
    font-weight: bold;
    letter-spacing: 3px;
}
#cate01 .topics h3 span{
    position: relative;
}
#cate01 .topics h3 span:after{
    content: "";
    width: calc(100% - 3px);
    height: 3px;
    background: #0A3DA0;
    position: absolute;
    bottom: -6px;
    left: 0;
}
#cate01 .topics dl{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#cate01 .topics dl dt{
    width: 120px;
}
#cate01 .topics dl dd{
    width: calc(100% - 120px);
    margin-bottom: 20px;
}
#cate01 .topics dl dd a{
    color: #0A3DA0;
    text-decoration: none;
    font-weight: bold;
}
#cate01 .topics dl dd a:hover{
    border-bottom: 1px solid #0A3DA0;
}
#cate01 .topics dl dd p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#cate01 .bnr{
    margin-top: 90px;
}
#cate01 .bnr ul{
    width: 840px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:  0 auto;
    padding-bottom: 20px;
}
#cate01 .bnr ul li{
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
	transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}
#cate01 .bnr ul li:hover{
    opacity: .7;
}
/*
#cate01 .bnr ul li:first-child{
    margin-bottom: 30px;
}
*/
/************************* cate01 END ************/

/************************* prod ************/
#prod{
    background: linear-gradient(#F4F4F4, #E6FBFF);
    padding-top:20vw;
    margin-top: -20vw;
}
#prod svg.foot{
    transform: scale(-1, -1);
}
#prod ul li{
    position: relative;
    margin-top: 100px;
}
#prod ul li > img{
    display: block;
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.1);
}
#prod ul li:first-child{
    margin-top: 0px;
}
#prod ul li:nth-of-type(2n) > img{
    margin-left: auto;
}
#prod ul li .txtbox{
    width: 550px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 3;
}
#prod ul li:nth-of-type(2n) .txtbox{
    right: auto;
    left: 0;
}
#prod ul li .txtbox span{
    display: block;
    background: #FFF;
    border-radius: 15px;
    padding: 30px 30px 40px;
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.1);
}
#prod ul li .txtbox span h3{
    color: #0A3DA0;
    font-size: 30px;
    font-weight: bold;
}
#prod ul li .txtbox a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    width: 175px;
    height: 50px;
    background: linear-gradient(90deg, #4F44B8,50%, #1999BF);
    margin: 20px auto 0;
    position: relative;
	transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}
#prod ul li .txtbox a:hover{
    opacity: .7;
    width: 200px;
    border-radius: 5px;
}
#prod ul li .txtbox a:after{
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/************************* prod END ************/




/************************* bnrArea ************/
#bnrarea{
    position: relative;
    z-index: 3;
    background: #FFF;
    padding-bottom: 160px;
}
#bnrarea ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
}
#bnrarea ul li{
    margin-bottom: 10px;
    margin-right: 10px;
}
#bnrarea ul li:nth-of-type(3n){
    margin-right: 0;
}
#bnrarea ul li a img{
	transition: all 0.3s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}
#bnrarea ul li a:hover img{
    opacity: .7;
}
@media screen and (max-width:1140px) {
    #bnrarea ul li{
        width: 32.4%;
    }
}
/************************* bnrArea END ************/













