html,
body{
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

button{
    background: transparent;
}

body{
    position: relative;
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑";
    color: #fff;
    font-size: 1.6vw;
    line-height: 1.2;
    background-color: #121332;
}

.section{
    position:relative;
}

.anchor{
    position:absolute;
    top: 0;
}

.pc{
    display: block;
}

.mo,.mo_m{
    display: none !important;
}

li{
    list-style: none;
}

html.scroll_lock{
    overflow: hidden;
}

img{
    display: block;
    max-width: 100%;
    height: auto;
}

/*--color--*/
.co_bl{
    color: #00A8DB;
}

/*--fontSize--*/
h4,h5,h6{
    font-weight: normal;
}

h1{
    font-size: 3.64vw;
}

h2{
    font-size: 2.5vw;
}

h3{
    font-size: 1.3vw;
    line-height:1.4 ;
}

h4{
    font-size: 1.25vw;
}

h5{
    font-size: 1.35vw;
}

h6{
    font-size: 1.87vw;
}

.fz_b{
    font-weight: bold;
}

.tac{
    text-align: center;
}

/*--mtb--*/
.mt_ss{
    margin-top: 0.8vw;
}

.mt_s{
    margin-top: 1.5vw;
}


/*--kv--*/
#kv{
    background: url(../images/kv_bg.jpg) top center no-repeat;
    background-size: 100%;
    position: relative;
    max-width: 100%;
    padding-bottom: 68%;
    overflow: hidden;
}

#kv > *{
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}

#kv .img{
    width: 37%;
}

#kv .img > img{
    transform: translate(-120% , -43%);
    animation: fly ease 5s 0s infinite;
}

#kv .title{
    width: 47%;
}

#kv .title > img{
    transform: translate(-9% , -59%);
    animation: fly ease 5s 0.5s infinite;
}

#kv .light{
    transform: translate(-161% , -216%);
    width: 14%;
}

#kv .light > img{
    animation: light_2 ease 1.5s 0s infinite;
}

#kv .icon01{
    width: 4%;
    transform: translate(-934% , -379%);
    animation: light ease 2.5s 0s infinite;
}

#kv .icon02{
    width: 4%;
    transform: translate(-440% , -570%);
    animation: light ease 2.5s 0.5s infinite;
}

#kv .icon03{
    width: 4%;
    transform: translate(225% , -575%);
    animation: light ease 2.5s 0.8s infinite;
}

#kv h2{
    position: absolute;
    bottom: 18%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    text-shadow: 0.2vw 0.2vw 0.3vw rgb(24 42 61 / 100%);
}

/*--box01---*/
/*--flexslider--*/
.flexslider {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    background-color: #000;
}

.flexslider::after {
    width: 100%;
    height: 0;
    content: "";
    display: block;
    padding-bottom: 53.268%;
}

.flexslider .slides > li {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
}

/* .flexslider .slides > li.flex-active-slide{
    display: block !important;
} */

.flexslider .slides > li > article {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    padding: 4% 10% 0;
}

.flexslider .slides > li > article > span.active {
    color: #fff;
}

.flexslider .slides > li > article > span.active .pline::before{
    border-top: 1px solid #fff;
}

.flexslider .slides > li > article > span.active .pline::after{
    border-bottom: 1px solid #fff;
}

.flexslider .slides > li > article > span {
    text-align: center;
    width: 32%;
    color: #515D6A;
    margin-bottom: 2vw;
}

.flexslider .slides > li > article > span:last-child{
    margin-bottom: 0;
}

.flexslider .slides > li > article > span p {
    text-align: left;
}

.flexslider .slides > li > article > span p.pline{
    text-align: center;
    margin-bottom: 0.8vw;
}

.flexslider .slides > li > article > span p.pline::before{
    content: '';
    border-top: 1px solid #515D6A;
    width: 100%;
    display: block;
    padding-bottom: 0.4vw;
}

.flexslider .slides > li > article > span p.pline::after{
    content: '';
    border-bottom: 1px solid #515D6A;
    width: 100%;
    display: block;
    padding-top: 0.4vw;
}


.flexslider .slides > li.slides01 > article {
    background: url(../images/box01_img01.jpg) top center no-repeat;
    background-size: 100%;
    padding-bottom: 7%;
}

.flexslider .slides > li.slides02 > article {
    background: url(../images/box01_img02.jpg) top center no-repeat;
    background-size: 100%;
    padding-bottom: 7%;
}

.flexslider .slides > li.slides03 > article {
    background: url(../images/box01_img03.jpg) 0vw -8vw no-repeat;
    background-size: 115%;
    padding-bottom: 7%;
}

.flexslider > ul > li:nth-child(1) > a,
.flexslider > ul > li:nth-child(2) > a{
    display: none;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    z-index: 200;
    text-align: center;
    bottom: 0.5vw;
}

.flex-control-nav li {
    margin-right: 10px;
    display: inline-block;
    zoom: 1;
    margin-top: 0;
}

.flex-control-nav li:last-child {
    margin-right: 0;
}

.flex-control-paging li a {
    margin-right: 5px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 1vw;
    height: 1vw;
    display: block;
    text-indent: -9999px;
    background-color: #fff;
    /* pointer-events:none; */
    cursor: pointer;
}
.flex-control-paging li a:last-child {
    margin-right: 0;
}

.flex-control-paging li a.flex-active {
    background-color: #0AABDD;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 1vw;
    height: 1vw;
    cursor: default;
}

/*--box02--*/
#vcf{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007bc9+0,055d91+6,0085c8+100 */
    background: #007bc9; /* Old browsers */
    background: -moz-linear-gradient(top,  #06172B 0%, #005F95 16%, #0085c8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #06172B 0%,#005F95 16%,#0085c8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #06172B 0%,#005F95 16%,#0085c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bc9', endColorstr='#0085c8',GradientType=0 ); /* IE6-9 */
    padding-top: 4vw;
    position: relative;
}

.grayTitle{
    background: url(../images/box02_tbg.png) top center no-repeat;
    background-size: 58%;
    text-align: center;
    color: #00447c;
    padding: 0.2vw 0;
    position: relative;
    z-index: 2;
}

#vcf .grayTitle+h2{
    margin-top: 2vw;
    position: relative;
    z-index: 2;
}

#vcf h2.vtop:before{
    content: '';
    position: absolute;
    top: 9vw;
    left: 0;
    width: 100%;
    background: #005F95;
    height: 1vw;
}

.video{
    margin-bottom: 4vw;
}

.video video{
    width: 100%;
}

#vcf > h2.vtop{
    margin-bottom: 3vw;
}

#vcf > h2{
    margin-bottom: -8vw;
}

#vcf > h2::before{
    content: '';
    position: absolute;
    bottom: 35.3vw;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005f95+0,0073af+100 */
    background: #005f95; /* Old browsers */
    background: -moz-linear-gradient(top,  #005f95 0%, #007CBA 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #005f95 0%,#007CBA 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #005f95 0%,#007CBA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f95', endColorstr='#007CBA',GradientType=0 ); /* IE6-9 */
    height: 1.5vw;
}

#vcf span.footer{
    background: url(../images/box02_footer.jpg) center -6vw no-repeat;
    background-size: 100%;
    display: block;
    padding: 13% 0 17%;
    margin-top: -4vw;
}

#vcf span.footer h2 b{
    font-size: 3.12vw;
}

/*--box03--*/
#archt{
    margin-top: -5vw;
}

#archt article{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0085c6+0,0076be+100 */
    background: #0085c6; /* Old browsers */
    background: -moz-linear-gradient(top,  #0085c6 0%, #0076be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0085c6 0%,#0076be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0085c6 0%,#0076be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085c6', endColorstr='#0076be',GradientType=0 ); /* IE6-9 */
    padding-top: 2vw;
}

#archt div.alertImg{
    position: relative;
    width: 80%;
    margin: 2vw auto 0;
}

#archt div.alertImg span:first-child{
    display: flex;
}

#archt div.alertImg span{
    flex-direction: column;
    align-items: flex-end;
}

#archt div.alertImg span img{
    margin: 0 auto;
    width: 95%;
    max-width: 1450px;
}

#archt div.alertImg span a{
    display: flex;
    background: url(../images/blueBt.png) top center no-repeat;
    background-size: 100%;
    padding: 1.2vw 2vw 1.2vw 0;
    width: 25%;
    text-align: center;
    justify-content: center;
    margin-top: -1.7vw;
    z-index: 2;
    position: relative;
    filter: brightness(100%);
    transition: 0.3s ease;
}

#archt div.alertImg span a:hover{
    filter: brightness(120%);
    transition: 0.3s ease;
}

.alertImgBox.is-active{
    width: 100%;
    opacity: 1;
    animation: alertin ease 0.3s;
}

@keyframes alertin{
    0%{
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
            transform: scale(0.5);
    }

    100%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
            transform: scale(1);
    }
}

/*--box04--*/
#vxrail{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0176be+0,622e89+100 */
    background: #0176be; /* Old browsers */
    background: -moz-linear-gradient(top,  #0176be 0%, #622e89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0176be 0%,#622e89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0176be 0%,#622e89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0176be', endColorstr='#622e89',GradientType=0 ); /* IE6-9 */
    text-align: center;
    padding-top: 5vw;
}

#vxrail h1:nth-child(2){
    margin-left: 22vw;
}

#vxrail article{
    background: url(../images/box04_bg.png) top center no-repeat;
    background-size: 100%;
    margin-top: -10vw;
    padding-top: 10vw;
    position: relative;
}

#vxrail article::before{
    content: '';
    background: url(../images/cloud01.png) top center no-repeat;
    background-size: 100%;
    width: 17%;
    padding-bottom: 10%;
    display: block;
    position: absolute;
    top: 6%;
    left: 14%;
}


#vxrail article div {
    background: url(../images/box04_circle.png) top center no-repeat;
    background-size: 58%;
    text-align: center;
    animation: light_2 ease 1.5s infinite;
    padding: 17vw 0 15vw;
}

#vxrail article div h2{
    margin-bottom: 2vw;
}

#vxrail article div p{
    line-height: 1.3;
}

#vxrail article ul{
    position: relative;
}

#vxrail article li{
    position: absolute;
    background: url(../images/box04_text.png) top center no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    width: 20%;
    padding: 3.5vw 0 2.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#vxrail article li:first-child{
    transform: translate(93%, -268%);
    animation: fly ease 4.5s infinite;
}

#vxrail article li:nth-child(2){
    transform: translate(321%, -339%);
    animation: fly ease 4.5s 0.5s infinite;
}

#vxrail article li:nth-child(3){
    transform: translate(204%, 32%);
    animation: fly ease 4.5s 1s infinite;
}

/*--box05--*/
#dpu{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#622e89+0,822674+100 */
    background: #622e89; /* Old browsers */
    background: -moz-linear-gradient(top,  #622e89 0%, #822674 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #622e89 0%,#822674 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #622e89 0%,#822674 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#622e89', endColorstr='#822674',GradientType=0 ); /* IE6-9 */
    text-align: center;
    padding-top: 5vw;
}


#dpu article{
    background: url(../images/box04_bg.png) 100% 27% no-repeat;
    background-size: 100%;
    position: relative;
}

#dpu article::before {
    content: '';
    background: url(../images/box05_bg.png) top center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-46%);
    width: 90%;
    padding-bottom: 40%;
}

#dpu article::after {
    content: '';
    background: url(../images/cloud_2.png) top center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 91%;
    left: 8%;
    transform: translateX(-46%);
    width: 10%;
    padding-bottom: 40%;
}

.titile_bw{
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
    margin-left: 1.5vw;
}

.tib h2{
    position: relative;
    z-index: 99;
}

.tib, .tiw{
    position: relative;
    margin-right: 1.8vw;
}

.tib::before, .tib::after,
.tiw::before, .tiw::after{
    content: '';
    display: block;
    width: 7vw;
    padding-top: 3.7vw;
    position: absolute;
}

.tib::before{
    background: url(../images/title_b.png) top center no-repeat;
    background-size: 100%;
    left: -1.5vw;
    top: -0.5vw;
}

.tib::after{
    background: url(../images/title_b.png) top center no-repeat;
    background-size: 100%;
    right: -1.5vw;
    top: -0.5vw;
    transform: rotate(180deg);
}

.tiw::before{
    background: url(../images/title_w.png) top center no-repeat;
    left: -1.5vw;
    top: -0.5vw;
    background-size: 100%;
}

.tiw::after{
    background: url(../images/title_w.png) top center no-repeat;
    background-size: 100%;
    right: -1.5vw;
    top: -0.5vw;
    transform: rotate(180deg);
}

#dpu .text_list{
    padding-bottom: 5vw;
    position: relative;
    z-index: 99;
}

#dpu .text_list ul{
    display: flex;
    margin: 3vw auto 0;
    justify-content: center;
}

#dpu .text_list ul li{
    width: 28%;
    background: url(../images/box05_text.png) top center no-repeat;
    background-size: 100%;
    text-align: left;
    padding: 4.5vw 0vw 5vw 0vw;
}

#dpu .text_list ul li:first-child{
    margin-top: 4vw;
    margin-right: -5vw;
}

#dpu .text_list ul li:last-child{
    margin-top: -4vw;
    margin-left: -5vw;
}


#dpu .text_list ul li p,
#dpu .text_list ul li h4{
    padding-left: 9vw;
}

#dpu .text_list ul li p{
    margin-bottom: 0.3vw;
}

/*--box06--*/
#esa{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#822674+0,822674+100 */
    background: #822674; /* Old browsers */
    background: -moz-linear-gradient(top,  #822674 0%, #822674 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #822674 0%,#822674 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #822674 0%,#822674 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#822674', endColorstr='#822674',GradientType=0 ); /* IE6-9 */
    text-align: center;
    padding-top: 5vw;
}

#esa article{
    background: url(../images/box04_bg.png) center -3vw no-repeat;
    background-size: 100%;
    position: relative;
}

#esa article::after {
    content: '';
    background: url(../images/cloud_2.png) top center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 91%;
    right: -2%;
    transform: translateX(-46%);
    width: 10%;
    padding-bottom: 40%;
}

.ssd_list{
    display: flex;
    align-items: flex-start;
    width: 90%;
    justify-content: center;
    margin: 3vw auto 0;
}

.ssd_list span p{
    margin-bottom: 1vw;
}

.ssd_list span ul{
    width: 85%;
    margin: 1.5vw auto 0;
}

.ssd_list span:last-child{
    position: relative;
}

.ssd_list span:last-child p::before{
    content: '\005c  New \002f';
    display: block;
    color: #E29F00;
    position: absolute;
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.ssd_list span:last-child ul{
    width: 100%;
    margin: 1.5vw 0 0 0vw;
}

.ssd_list > span div ul li h3{
    position: relative;
    z-index: 1;
}

.ssd_list span ul li{
    text-align: left;
    list-style: disc;
    line-height: 1.5;
}

.ssd_list span:nth-child(2){
    margin: 0 2% 0;
}

/*--box07--*/
#edge{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#822674+0,a82863+100 */
    background: #822674; /* Old browsers */
    background: -moz-linear-gradient(top,  #822674 0%, #a82863 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #822674 0%,#a82863 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #822674 0%,#a82863 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#822674', endColorstr='#a82863',GradientType=0 ); /* IE6-9 */
    text-align: center;
    padding-top: 10vw;
}

.box07Img{
    max-width: 70%;
    margin: 2vw auto 0vw;
    position: relative;
    z-index: 2;
}

.style_list{
    display: flex;
    margin-top: -14vw;
}

.style_list span{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.style_list span:first-child{
    background: url(../images/box07_text01.png) -5vw 9vw no-repeat;
    background-size: 110%;
    padding: 14vw 0 14vw 17vw;
    margin-right: -2.5vw;
}

.style_list span:last-child{
    background: url(../images/box07_text02.png) 0 0vw no-repeat;
    background-size: 110%;
    padding: 14vw 17vw 0vw 0vw;
    margin-left: -2.5vw;
}

.style_list span h3{
    text-align: left;
    font-weight: normal;
}

.style_list span ul{
    margin-left: 5.5vw;
}

.style_list span ul li{
    list-style: disc;
    text-align: left;
}

/*--box08--*/
#apex{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a82863+0,c24637+35,e07e09+55,b3a13e+100 */
    background: #a82863; /* Old browsers */
    background: -moz-linear-gradient(top,  #a82863 0%, #c24637 35%, #E18806 93%, #b3a13e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a82863 0%,#c24637 35%,#E18806 93%,#b3a13e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a82863 0%,#c24637 35%,#E18806 93%,#b3a13e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82863', endColorstr='#b3a13e',GradientType=0 ); /* IE6-9 */
    padding-top: 2vw;
    text-align: center;
}

#apex article{
    position: relative;
}

#apex article::after{
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    padding-bottom: 90%;
    background: url(../images/box08_bg.png) top center no-repeat;
    background-size: 100%;
    mix-blend-mode: screen;
    opacity: 100%;
}

#apex article:nth-child(2):after{
    background-size: 100% 75%;
}



.style_list_2{
    display: flex;
    margin: 3vw auto;
    max-width: 1600px;
    width: 94%;
}

.style_list_2 span{
    width: 39%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.style_list_2 span:first-child{
    background-size: 100% 65%;
    padding: 2vw 4vw;
}

.style_list_2 span {
    background: url(../images/box08_text.png) top center no-repeat;
    background-size: 100%;
    padding: 2vw 4vw 7vw;
    margin: 0 0.5vw;
}

.style_list_2 span p{
    text-decoration: underline;
}

.style_list_2 span ul{
    margin-left: 1vw;
}

.style_list_2 span ul li{
    list-style: disc;
    text-align: left;
    margin-bottom: 1vw;
}

.box8alert .text_y{
    background: url(../images/box08_texty.png) top center no-repeat;
    background-size: 100%;
    padding: 1.5vw 0vw 1.5vw 10vw;
    width: 30%;
    text-align: left;
}

.box8alert span{
    position: relative;
    width: 90%;
    max-width: 1600px;
    display: block;
    margin: 0 auto;
}

.box8alert span img{
    margin: 0 auto;
}

.box8alert a{
    position: absolute;
    bottom: 2vw;
    right: 5vw;
    width: 10vw;
    z-index: 99;
}

.box_modal.box08_modal .btn_close {
    top: 0vw;
    right: 0vw;
    background: transparent;
}

.box_modal.box08_modal .btn_close::before, .box_modal.box08_modal .btn_close::after {
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #0076BE;
}

#apex article:nth-child(2){
    margin-top: 9vw;
}

.title_by{
    width: 45%;
    margin: 2vw auto;
}

.title_by h1:first-child{
    background: url(../images/box09_tib.png) 0vw 0vw no-repeat;
    background-size: 120% 100%;
    text-align: left;
    padding: 1.4vw 0vw 1.4vw 3.5vw;
    margin-bottom: -3vw;
}

.title_by h1:last-child{
    background: url(../images/box09_tiy.png) -10vw center no-repeat;
    background-size: 120% 100%;
    text-align: right;
    padding: 1.4vw 3.5vw 1.4vw 0vw;
    margin-left: -2vw;
}

.icon_list{
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    width: 90%;
    justify-content: space-around;
    margin-top: 2vw;
}

.icon_list span{
    background: url(../images/box09_textbg.png) top center no-repeat;
    background-size: 100%;
    width: 30%;
    padding: 3.5vw 2vw 9.5vw;
}

.icon_list span img{
    margin: 0 auto;
    width: 55%;
}

.icon_list span h3{
    background-color: #DE6411;
    padding: 0.5vw;
    margin: 1vw 0.5vw;
}

.icon_list span h3 small{
    display: block;
    font-size: 1vw;
}

.icon_list span h2{
    border-bottom: 0.15vw solid #fff;
    letter-spacing: 1vw;
    display: inline-block;
    padding-left: 0.85vw;
}

.icon_list span ul{
    margin-left: 2.3vw;
}

.icon_list span ul li{
    text-align: left;
    list-style: disc;
    margin: 1vw 0.2vw -0.5vw 0;
}

.icon_list span ul li h3{
    background-color: transparent;
}

/*--box09--*/
#box09{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b3a13e+0,3697c8+99 */
    background: rgb(179,161,62); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(179,161,62) 0%, rgb(54,151,200) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(179,161,62) 0%,rgb(54,151,200) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(179,161,62) 0%,rgb(54,151,200) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a13e', endColorstr='#3697c8',GradientType=0 ); /* IE6-9 */
    padding-top: 3vw;
    text-align: center;
}

#box09 article {
    position: relative;
}

#box09 article::after{
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    padding-bottom: 58%;
    background: url(../images/box09_bg.png) top center no-repeat;
    background-size: 100%;
    mix-blend-mode: screen;
    opacity: 60%;
}

#box09 .title_by h1:last-child {
    background: url(../images/box09_tiy.png) -8vw center no-repeat;
    background-size: 120% 100%;
}

#box09 span{
    position: relative;
    z-index: 1;
}

#box09 span img{
    margin: 2vw auto 0;
}

#box09 span a{
    background: url(../images/box09_img.png) center top no-repeat;
    background-size: 100%;
    position: relative;
    padding-bottom: 27%;
    display: block;
    width: 25%;
    margin: 1.5vw auto 0;
    transition: 0.3s ease;
    filter: brightness(100%);
}

#box09 span a:hover{
    filter: brightness(120%);
    transition: 0.3s ease;
}

#box09 span a h2{
    position: absolute;
    top: 22vw;
    left: 50%;
    transform: translateX(-50%);
}

.tibox09{
    width: 38%;
}

/*--section_award--*/
.section_award{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3697c8+0,005eb1+100 */
    background: rgb(54,151,200); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(54,151,200) 0%, rgb(22,113,183) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(54,151,200) 0%,rgb(22,113,183) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(54,151,200) 0%,rgb(22,113,183) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3697c8', endColorstr='#005eb1',GradientType=0 ); /* IE6-9 */
    text-align: center;
    padding: 10vw 0 0;
}

.section_award article{
    position: relative;
}

.section_award article::after{
    background: url(../images/survey_Bg.png) top center no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    padding-top: 42%;
    width: 100%;
    mix-blend-mode: multiply;
}

.surveyBox{
    position: relative;
    z-index: 1;
}

.surveyTitle{
    background: url(../images/survey_title.png) top center no-repeat;
    background-size: 85%;
    padding: 2.5vw 5vw;
    font-size: 3.5vw;
    width: 20%;
    margin: 0 auto;
}

.section_award button{
    background: url(../images/survey_bt.png) top center no-repeat;
    background-size: 100%;
    padding: 1.2vw 1.3vw 1.2vw 0vw;
    width: 20%;
    color: #fff;
    margin-bottom: 3vw;
    transition: 0.3s ease;
    cursor: pointer;
}

.section_award button:hover{
    -webkit-filter: brightness(150%); /* Safari */
    filter: brightness(150%);
    transition: 0.3s ease;
}

.section_award button a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_award button a img{
    max-width: 15%;
    margin-left: 0.5vw;
}

.section_award h2{
    margin-top: 1vw;
}

.section_award p{
    margin-top: 0.5vw;
}

.section_award h4 a{
    text-decoration: underline;
    opacity: 1;
    transition: 0.3s ease;
}

.section_award h4 a:hover{
    text-decoration: underline;
    opacity: 0.8;
    transition: 0.3s ease;
}

.survey_box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto;
}

.survey_box li{
    background: url(../images/survey_imgBg.png) center 4vw no-repeat;
    background-size: 89%;
    width: 33%;
    text-align: center;
    padding: 1.6vw 0 3vw 1.8vw;
    margin: 0vw -1.5vw;
    box-sizing: border-box;
}

.survey_box li img{
    width: 70%;
    margin: 0 auto;
}

.survey_box li:first-child img{
    position: relative;
    animation: fly_2 ease 3s 0s infinite;
}

.survey_box li:nth-child(2) img{
    position: relative;
    animation: fly_2 ease 3s 0.8s infinite;
}

.survey_box li:nth-child(3) img{
    position: relative;
    animation: fly_2 ease 3s 0.5s infinite;
}


.survey_box li h1{
    background: url(../images/survey_title_2.png) top center no-repeat;
    background-size: 100%;
    padding: 1vw 2vw;
    color: #fff;
    font-size: 1.6vw;
    margin: 0 auto 0.5vw;
    width: 45%;
}

.survey_box li h1 small{
    font-size: 1.35vw;
    display: block;
    font-weight: normal;
}

.survey_box li span{
    margin-top: 3vw;
    display: block;
}

.survey_box li span small{
    font-size: 1.4vw;
    display: block;
}

.intelBar{
    background-color: #00A8DB;
    width: 100%;
    padding: 1vw 0;
}

.intelBar span{
    max-width: 1400px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    color: #fff;
    align-items: center;
}


.box_modal .container{
    width:  100%;
}

.box_modal .btn_close{
    width: 3em;
    min-width: 35px;
    height: 3em;
    min-height: 35px;
    border-radius: 50px;
    margin: 1.5vw;
}

.box_modal .btn_close::before, .box_modal .btn_close::after {
    top: -2vw;
    left: 2vw;
}

.box_modal .btn_close.awardGif_close{
    width: 3vw;
    min-width: 35px;
    height: 3vw;
    min-height: 35px;
    background: #fff;
}

.box_modal .title{
    text-align: center;
    color: #00447C;
    margin-bottom:  2rem;
    font-size: 3vw;
}

.box_modal .modal_content{
    position: relative;
    width: 92%;
}

.box_modal .modal_content .dec{
    position: absolute;
    width: 10%;
    min-width: 5.5rem;
}

.box_modal .modal_content .dec:nth-of-type(1){
    top: 0;
    left: 0;
}

.box_modal .modal_content .dec:nth-of-type(2){
    bottom: 0;
    right: 0;
}

.box_modal .content_inner{
    position: relative;
    padding: 2rem 3rem;
    background: #fff;
}

.box_modal .content_inner.awardGif{
    position: relative;
    padding: 0;
    background: transparent;
}

.info_modal .content_inner{
    max-height: 80vh;
    color: #333;
}

.info_modal .row {
    justify-content: center;
    align-items: center;
}

ul.list{
    color: #333;
}

ul.list li{
    list-style: inherit;
    line-height: 1.6;
    margin-bottom: 0.5em;
    font-size: 1vw;
}

.intelBar img{
    margin-right: 1vw;
    max-width: 50px;
}

@keyframes fly{
    0%{
        margin-top: 0px;
    }

    50%{
        margin-top: 10px;
    }

    100%{
        margin-top: 0px;
    }
}


@keyframes fly_2{
    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(10px);
    }

    100%{
        transform: translateY(0px);
    }
}

@keyframes light{
    0%{
        -webkit-filter: saturate(100%); /* Safari */
        filter:  saturate(100%);
    }

    50%{
        -webkit-filter: saturate(90%); /* Safari */
        filter: saturate(90%);
    }

    75%{
        -webkit-filter: saturate(200%); /* Safari */
        filter: saturate(200%);
    }

    100%{
        -webkit-filter: saturate(100%); /* Safari */
        filter:  saturate(100%);
    }
}

@keyframes light_2{
    0%{
        -webkit-filter: saturate(80%); /* Safari */
        filter: saturate(80%);
    }

    50%{
        -webkit-filter: saturate(300%); /* Safari */
        filter: saturate(400%);
    }

    100%{
        -webkit-filter: saturate(80%); /* Safari */
        filter: saturate(80%);
    }
}

@media screen and (min-width:1640px){
    .con06_nav01 ul li a {
        width: 354px;
        padding-bottom: 203px;
    }
}

@media screen and (max-width:1440px){
    .icon_list span{
        background: url(../images/box09_textbg.png) top center no-repeat;
        background-size: 100%;
        width: 30%;
        padding: 3.5vw 3vw 10.5vw;
    }
}


@media screen and (max-width:1200px){
    .tabList03 div ul li span a{
        margin-top: 0vw;
    }
}

@media screen and (max-width:768px){
    body{
        font-size: 2.5vw;
        line-height: 1.5;
    }

    .pc{
        display: none !important;
    }

    .mo{
        display: block !important;
    }

    h1{
        font-size: 5.14vw;
    }

    h2{
        font-size: 4vw;
        max-width: 90%;
        margin: 0 auto;
    }

    h3{
        font-size: 2.8vw;
    }

    h4{
        font-size: 2vw;
        line-height: 1.6;

    }

    /*--kv--*/
    #kv {
        background: url(../images/kv_bg.jpg) 29% 0% no-repeat;
        background-size: 262%;
        padding-bottom: 178%;
    }

    #kv .img {
        width: 85%;
    }

    #kv .img > img {
        transform: translate(-50% , -61%);
    }

    #kv .title {
        width: 70%;
    }

    #kv .title > img {
        transform: translate(-50% , 35%);
    }

    #kv .light {
        width: 36%;
        transform: translate(-67% , -212%);
    }

    #kv .icon01, #kv .icon03 {
        display: none;;
    }

    #kv .icon02{
        width: 11%;
        transform: translate(-107% , -525%);
    }

    #kv h2 {
        bottom: 5%;
    }

    /*---box01----*/
    .flexslider::after {
        width: 100%;
        height: 0;
        content: "";
        display: block;
        padding-bottom: 94.1%;
    }

    .flexslider .slides > li.slides01 > article {
        background: url(../images/box01_img01.jpg) 0vw 9vw no-repeat #05172A;
        background-size: 165%;
        padding-bottom: 90%;
    }

    .flexslider .slides > li.slides02 > article {
        background: url(../images/box01_img02.jpg) 2vw 29vw no-repeat #05172A;
        background-size: 145%;
        padding-bottom: 90%;
    }

    .flexslider .slides > li.slides03 > article {
        background: url(../images/box01_img03.jpg) -3vw 27vw no-repeat #05172A;
        background-size: 124%;
        padding-bottom: 90%;
    }

    .flexslider .slides > li > article {
        display: flex;
        justify-content: inherit;
        flex-direction: row;
        align-items: flex-start;
        padding: 4% 0% 0;
        position: relative;
    }

    .flexslider .slides > li > article > span {
        width: 40%;
        margin-bottom: 0;
        left: 0;
        position: absolute;
    }

    .flexslider .slides > li.slides01 > article > span:first-child {
        transform: translateX(-50%);
        left: 50%;
    }

    .flexslider .slides > li.slides01 > article > span:nth-child(2) {
        transform: translateX(191%);
    }

    .flexslider .slides > li.slides01 > article > span:last-child {
        display: none;
    }

    .flexslider .slides > li.slides02 > article > span:first-child {
        transform: translateX(-42%);
    }

    .flexslider .slides > li.slides02 > article > span:nth-child(2) {
        transform: translateX(-50%);
        left: 50%;
    }

    .flexslider .slides > li.slides02 > article > span:last-child {
        transform: translateX(191%);
    }

    .flexslider .slides > li.slides03 > article > span:first-child {
        display: none;
    }

    .flexslider .slides > li.slides03 > article > span:nth-child(2) {
        transform: translateX(-42%);
    }

    .flexslider .slides > li.slides03 > article > span:last-child {
        transform: translateX(-50%);
        left: 50%;
    }

    .flex-control-nav {
        bottom: -0.5vw;
    }

    .flex-control-paging li a, .flex-control-paging li a.flex-active {
        width: 2vw;
        height: 2vw;
    }

    .grayTitle {
        background: url(../images/vcf_tbg.png) top center no-repeat;
        background-size: 85% 100%;
        margin: 2vw 0;
        padding: 1vw 0;
    }

    #vcf span.footer {
        background: url(../images/box02_footer.jpg) center -10vw no-repeat;
        background-size: 165%;
        padding: 21% 0 17%;
        margin-top: -12vw;
    }

    #vcf .grayTitle+h2{
        max-width: 100%;
    }

    #vcf > h2:nth-child(6){
        margin-bottom: 5vw;
        max-width: 100%;
    }

    #vcf h2.vtop::before{
        top: 38vw;
        background: #015F9A;
    }

    #vcf > h2::before {
        bottom: 60.2vw;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005f95+0,0073af+100 */
        background: #005f95; /* Old browsers */
        background: -moz-linear-gradient(top,  #005f95 0%, #007CBB 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #005f95 0%,#007CBB 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #005f95 0%,#007CBB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f95', endColorstr='#007CBB',GradientType=0 ); /* IE6-9 */
        height: 3vw;
    }

    #vcf span.footer h2 b {
        font-size: 5vw;
    }

    /*---box03--*/
    #archt{
        background: #0085C6;
        position: relative;
        z-index: 1;
    }

    #archt div.alertImg span.is-active a {
        width: 60%;
    }

    #archt div.alertImg span a {
        padding: 3.3vw 3vw 4vw 0;
        width: 60%;
    }

    #archt div.alertImg {
        width: 90%;
    }

    #archt div.alertImg span img {
        width: 100%;
    }

    .icon_list span h3 small{
        display: block;
        font-size: 2vw !important;
    }

    /*---box04--*/
    #vxrail article div {
        background: url(../images/box04_circle.png) top center no-repeat;
        background-size: 95%;
        padding: 24vw 0;
    }

    #vxrail article li {
        width: 45%;
        padding: 7vw 0 7vw;
    }

    #vxrail article div p {
        line-height: 1.7;
    }

    #vxrail article li:first-child{
    transform: translate(15%, -265%);
    }

    #vxrail article li:nth-child(2) {
        transform: translate(119%, -265%);
    }

    #vxrail article li:nth-child(3) {
        transform: translate(65%, 0%);
    }

    /*---box05--*/
    .titile_bw {
        margin-left: 3.8vw;
        margin-bottom: 5vw;
    }

    .tib, .tiw {
        margin-right: 3.8vw;
    }

    .tib::before, .tib::after, .tiw::before, .tiw::after {
        width: 15vw;
        padding-top: 8vw;
    }

    .tib::before,.tiw::before {
        left: -3.5vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .tib::after,.tiw::after {
        right: -3.5vw;
        top: -20%;
    }

    .tib h2, .tiw h2 {
        position: relative;
        z-index: 99;
        max-width: 100%;
    }


    #dpu article::before{
        top: -1%;
        left: 61%;
        width: 145%;
        padding-bottom: 86%;
    }

    #dpu article {
        background-size: 160%;
    }

    #dpu article::after {
        top: 71%;
        left: 14%;
        width: 25%;
        padding-bottom: 18%;
    }

    #dpu .text_list ul {
        margin: 2vw 0vw 0 -10vw;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #dpu .text_list ul li {
        width: 59%;
    }

    #dpu .text_list ul li span {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 6vw 0 6vw 3vw;
    }

    #dpu .text_list ul li:first-child {
        margin-top: 7vw;
        margin-right: -22vw;
    }

    #dpu .text_list ul li p, #dpu .text_list ul li h4 {
        padding-left: 25vw;
    }

    #dpu .text_list ul li:last-child {
        margin-top: -12vw;
        margin-left: 4vw;
    }

    /*--box06--*/
    .ssd_list {
        flex-direction: column;
        align-items: center;
    }

    .ssd_list span p,
    .ssd_list span p+div img {
        width: 46%;
    }

    .ssd_list span:last-child p,
    .ssd_list span:last-child p+div img {
        width: 53%;
        position: relative;
    }

    .ssd_list span p+div {
        display: flex;
        align-items: center;
    }

    .ssd_list span p+div ul {
        padding-left: 5vw;
    }

    .ssd_list span:nth-child(2) {
        margin: -10% 2% -10%;
        transform: rotate(90deg);
        width: 10%;
    }

    .ssd_list span:last-child p::before {
        top: -45%;
    }

    #esa article::after {
        top: 100%;
    }

    /*--box07--*/
    .style_list {
        flex-direction: column;
    }

    .style_list span:first-child {
        background: url(../images/box07_text01.png) -39vw -3vw no-repeat;
        background-size: 140vw;
        padding: 15vw 0 28vw 0vw;
        margin-right: -2.5vw;
        width: 100%;
    }

    .style_list span:last-child {
        background: url(../images/box07_text02.png) 2vw -5vw no-repeat;
        background-size: 140vw;
        padding: 32vw 3vw 20vw 3vw;
        width: 100%;
        margin-top: -35.5vw;
    }

    .style_list > span:nth-child(2) ul li h3{
        margin-left: 0;
        max-width: 100%;
    }

    .style_list span h3 {
        margin-left: -4vw;
    }

    .style_list span ul {
        margin-left: 1.5vw;
    }

    /*--box08--*/
    #apex {
        padding-top: 0vw;
        margin-top: -1vw;
    }
    
    .style_list_2 {
        flex-direction: column;
    }

    .style_list_2 span {
        width: 100%;
        margin: 0 auto 2vw;
    }

    .style_list_2 span,
    .style_list_2 span:first-child{
        background-size: 100% 100%;
        padding: 2vw 4vw;
        box-sizing: border-box;
    }

    .box8alert .text_y {
        width: 70%;
        padding: 1.5vw 0vw 5.5vw 10vw;
    }

    .box8alert a{
        position: absolute;
        bottom: 3vw;
        right: 3vw;
        width: 10vw;
    }

    .icon_list {
        flex-direction: column;
    }

    .icon_list span {
        display: flex;
        align-items: flex-start;
        width: 100%;
        padding: 4vw 5vw 9vw;
        background: url(../images/box09_textbg_m.png) top center no-repeat;
        background-size: 100% 95%;
        box-sizing: border-box;
    }

    .icon_list span div:first-child {
        width: 55%;
    }

    .icon_list span div:first-child img{
        width: 50%;
    }

    .icon_list span h3 {
        margin: 2vw 0 0;
    }

    .icon_list span ul {
        margin-left: 4vw;
    }

    .title_by {
        width: 55%;
    }

    .title_by h1:first-child {
        background: url(../images/box09_tib.png) 0vw 1vw no-repeat;
        background-size: 120%;
        padding: 3vw 1vw 3vw 5vw;
        margin-bottom: -7vw;
    }

    .title_by h1:last-child,#box09 .title_by h1:last-child {
        background: url(../images/box09_tiy.png) -12vw 1vw no-repeat;
        background-size: 120%;
        text-align: right;
        padding: 3vw 5vw 3vw 1vw;
    }


    .style_list_2 span ul li {
        margin-left: 3vw;
    }
    

    /*--box09--*/
    #box09 span a{
        background: url(../images/box09_img.png) center top no-repeat;
        background-size: 100%;
        position: relative;
        padding-bottom: 60%;
        display: block;
        width: 55%;
        margin: 1.5vw auto 0;
    }
    
    #box09 span a h2{
        position: absolute;
        top: 50vw;
        left: 50%;
        transform: translateX(-50%);
    }

    /*--surve---*/
    .surveyTitle {
        padding: 5vw 5vw;
        width: 45%;
        font-size: 5.14vw;
    }


    .survey_box {
        width: 100%;
        margin-top: 5vw;
        flex-wrap: wrap;
    }

    .section_award h2 {
        margin-top: 4vw;
    }

    .survey_box li{
        background: url(../images/survey_imgBg.png) center 3vw no-repeat;
        background-size: 105%;
        width: 50%;
        padding: 1.6vw 0vw 3vw;
    }

    .survey_box li h1{
        font-size: 2.5vw;
        width: 60%;
        padding: 1.5vw 0 2vw 0;
    }

    .survey_box li h1 small {
        font-size: 2vw;
    }

    .con07_2 .news li:hover{
        width: 100%
    }

    .section_award{
        padding: 10vw 0 0;
    }

    .section_award button{
        padding: 3.8vw 5.5vw 3.5vw 0vw;
        font-size: 6vw;
        width: 70%;
    }

    .intelBar {
        padding: 3vw 0;
    }

    ul.list li{
        font-size: 2.5vw;
    }

    .survey_box li img {
        width: 85%;
    }

    .section_award article::after {
        background: url(../images/survey_Bg.png) center -8vw no-repeat;
        background-size: 170%;
        padding-top: 64%;
    }
}

@media screen and (max-width:400px){
    .survey_box li h1 {
        width: 80%;
    }

    #dpu .text_list ul li p, #dpu .text_list ul li h4 {
        padding-left: 20vw;
    }

    #dpu .text_list ul li span {
        padding: 7vw 0 6vw 0vw;
    }

    #dpu > article > div.text_list > ul > li:nth-child(2) > span{
        padding: 4vw 0 6vw 5.5vw;
    }

    .icon_list span div:first-child {
        width: 43%;
        margin-right: 1.1vw;
    }
}

@media screen and (max-width:390px){
    #dpu .text_list ul li span {
        padding: 6vw 0 6vw 6vw;
    }

    #dpu > article > div.text_list > ul > li:nth-child(1) > span{
        padding: 3vw 0 6vw 7vw;
    }

    #dpu > article > div.text_list > ul > li:nth-child(3) > span{
        padding: 3vw 0 6vw 8vw;
    }

    #dpu .text_list ul li p, #dpu .text_list ul li h4 {
        padding-left: 13vw;
    }

    #dpu > article > div.text_list > ul > li:nth-child(2) > span > h4,
    #dpu > article > div.text_list > ul > li:nth-child(2) > span > p
    {
        padding-left: 18vw;
    }

    .survey_box li h1 {
        font-size: 2.5vw;
        width: 80%;
        padding: 2vw 0 5vw 0;
    }
}