<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*============================================================
  font size
=============================================================*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
    font-family: 'Noto Sans Japanese', sans-serif;
}
body{
    background: #fff;
    color: #333;
    line-height: 1.5;
}
.ff01{
    font-family: "brandon-grotesque",sans-serif;
}
/*============================================================
  start
=============================================================*/

.start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999999;
}
.start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99999999999;
    width: 977px;
}

/*============================================================
  WRAPPER
=============================================================*/
#wrapper {
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    #wrapper {
        min-width: 320px;
    }
}
.inner{
    max-width: 1200px;
    margin: 0 auto;
}
.pageinner{
    max-width: 1350px;
    margin: 0 auto;
}
.nav-inner{
    max-width: 1120px;
    margin: 0 auto;
}
/*============================================================
  HEADER
=============================================================*/
#header{
    background: #fff;
}
#header .comlogo{
    float: left;
    padding: 27px 0;
}

#header #headerlinks{
    float: right;
    padding-top: 25px;
}
#header #headerlinks li{
    float: left;
    margin-right: 26px;
}
#header #headerlinks li a{
    font-size: 16px;
    color: #333;
}
#header #headerlinks li span{
    font-size: 16px;
    color: #aeaeae;
    margin-left: 26px;
}

/*============================================================
  MAINIMG
=============================================================*/

#mainimg{
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    position: relative;
    height: 937px;
}

.posimg{
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    width: 100%;
}
.posimg img{
    width: 100%;
}
.main-map{
    position: absolute;
    right: 11%;
    bottom: 15%;
    z-index: 99;
}
@media screen and (width: 1380px) {
    .main-map{
        position: absolute;
        right: 7%;
        bottom: 12%;
        z-index: 99;
    }
    .main-map img{
        width: 360px;
    }
}
.move01{
    position: absolute;
    bottom: 38%;
    width: 6%;
    right: 0;
    animation: mymove01 30s linear infinite;
}
@keyframes mymove01
{
    0% { right: 0}
    49.99%{right: 65%;transform: rotateY(0)}
    50% { right: 65%;transform: rotateY(180deg)}
    100% { right: 0;transform: rotateY(180deg)}
}
/*.move02{*/
    /*position: absolute;*/
    /*bottom: 38%;*/
    /*width: 6%;*/
    /*right: 46%;*/
    /*animation: mymove02 15s linear infinite;*/
/*}*/
/*@keyframes mymove02*/
/*{*/
    /*from {right: 46%;}*/
    /*to {right: 100%;}*/
/*}*/
.move03{
    position: absolute;
    bottom: 16%;
    width: 14%;
    right: 24%;
    animation: mymove03 35s linear infinite;
}
@keyframes mymove03
{
    0% { right: 30%}
    24.99%{right: 0;transform: rotateY(0)}
    25% { right: 0;transform: rotateY(180deg)}
    76.99%{right: 56%;transform: rotateY(180deg)}
    77% { right: 56%;transform: rotateY(0)}
    100% { right: 30%;}
}



.zs-bullets{
    display: none!important;
}

.main-header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
}
.main-header .logo{
    float: left;
    padding-top: 55px;
}
.main-header .link01{
    padding-top: 58px;
    float: left;
    margin-left: 70px;
}
.main-header .link01 a{
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}
.main-header .link01 span{
    margin: 0 20px;
    color: #fff;
    font-size: 18px;
}
.main-header .link02{
    float: right;
    padding-top: 17px;
}

.main-header .link02 a{
	margin-left: 20px;
}

.main-header .link02 a:first-child{
    margin-left: 0px;
}
.main-txt{
    position: absolute;
    top: 380px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
}







/*============================================================
  TEASER
=============================================================*/
#teaser {
    background: url("../images/common/bg_teaser.jpg") no-repeat top center;
    height: 423px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
#teaser .teaser-box{
    position: absolute;
    top: 158px;
    left: 0;
    width: 100%;
}
#teaser .teasertxt{
    margin-left: 50px;
    width: 480px;
    font-size: 32px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
#teaser .teasertxt span{
    font-size: 26px;
    margin-left: 30px;
    font-family: 'Noto Sans Japanese', sans-serif;
}
@media screen and (max-width: 767px) {
    .teaserPage {

    }
}

/*============================================================
  breadcrumb
=============================================================*/
#breadcrumb{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 40px;
}
#breadcrumb .breadcrumb-txt{
    margin-left: 50px;
    font-size: 14px;
    color: #fff;
}
#breadcrumb .breadcrumb-txt a{
    color: #fff;
}
#breadcrumb .breadcrumb-txt span{
    margin: 0 5px;
}

/*============================================================
  navbar
=============================================================*/

#navbar{
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200PX;
    text-align: center;
    background: #fff;
    padding: 28px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navbar a{
    display: inline-block;
    padding: 0 38px;
    font-size: 16px;
    color: #0071b7;
    border-left: 1px solid #0071b7;
}
#navbar a:last-child{
    border-right: 1px solid #0071b7;
}


/*============================================================
  CONTENT
=============================================================*/
#content {
}

#content .inner {
}
@media screen and (max-width: 767px) {
#content {
}

#content .inner {
}
}

/*============================================================
  ARTICLE
=============================================================*/
article {
}


@media screen and (max-width: 767px) {
article {
}
}


/*============================================================
  ASIDE
=============================================================*/
aside{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 50px;
    z-index: 9;
}
aside .sideimg+.sideimg{
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    aside{

    }
}


/*============================================================
  pageTop
=============================================================*/
.pageTop{
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 99;
}
.pagetop{
    display: none;
}
/*============================================================
  FOOTER
=============================================================*/
#footer{
    background: #18427f;
    padding: 50px 0 30px;
}
.footer-in{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.footer-top{
    padding-bottom: 35px;
    border-bottom: 2px solid #8ba0bf;
}
.footer-top .footerlogo{
    padding-top: 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.footer-top .footer-top-txt{
    float: right;
    padding-right: 6px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
}
.footer-top .footer-top-txt a{
    color: #fff;
    pointer-events: none;
}
.footer-link{
    margin-top: 50px;
    text-align: center;
    color: #fff;
}
.footer-link a{
    font-size: 15px;
    padding: 0 20px;
    line-height: 1;
    color: #fff;
    border-left: 1px solid #fff;
    display: inline-block;
}
.footer-link a:last-child{
    border-right: 1px solid #fff;
}
.copyright{
    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.pc_hide{
	display: none;
}





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

}














</pre></body></html>