<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: #606060;
    line-height: 1.5;
}
.ff01{
    font-family: "brandon-grotesque",sans-serif;
}
/*============================================================
  shadow
=============================================================*/
.start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}
.start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999999;
    width: 280px;
}
/*============================================================
  btn
=============================================================*/
.btn{

}
.btn a{

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

/*============================================================
  WRAPPER
=============================================================*/

#wrapper {
    min-width: 320px;
}


.pageinner{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*============================================================
  HEADER
=============================================================*/
header{

}

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

}
/*============================================================
  MAINIMG
=============================================================*/
#mainimg{
    display: none!important;
}
#spmainimg{
    background: url("../images/common/bg_spmainimg.jpg") no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 500px;
}
.sp-main-header .logo{
    float: left;
    padding-top: 30px;
}
.sp-main-header .logo img{
    width: 260px;
}
#sp_header .logo{
    float: left;
    padding-top: 30px;
}
#sp_header .logo img{
    width: 260px;
}
#sp_header .navbarToggle {
    float: right;
    width: 65px;
    margin: 10px 0;
    position: relative;
    z-index: 10;
    background: #29a6dd;
    font-size: 12px;
    color: #fff;
}
#sp_header .hamburger-inner, #sp_header .hamburger-inner:before,#sp_header  .hamburger-inner:after{
    background: #fff;
}

.main-txt{
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    /*top: 23%;*/
	top: 28%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
}

/* !navbartoggle
---------------------------------------------------------- */

.navbarToggle {
    float: right;
    width: 65px;
    margin-top: 10px;
    position: relative;
    z-index: 10;
    background: #fff;
    font-size: 12px;
    color: #29a6dd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.navbarToggle .txt {
    margin: 5px 0 0;
}
.pullmenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none;
}
.hdmenumain {
    position: fixed;
    right: -460px;
    height: 100vh;
    background: #fff;
    z-index: 9999999;
    width: 460px;
    transition: all 1s;
}
.hdmenumain.on {
    right: 0 !important;
    transition: all 1s;
}
.hdmenumain .tit {
    padding: 30px 0 30px 20px;
    color: #29a6dd;
    font-size: 18px;
}
.hdmenumain .list {
    border-top: 1px solid #9f9f9f;
}
.hdmenumain .list li {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #9f9f9f;
}
.hdmenumain .list li a {
    font-size: 14px;
    color: #29a6dd;
}
@media screen and (max-width: 767px) {
    .hdmenumain {
        position: fixed;
        right: -230px;
        height: 100vh;
        background: #fff;
        z-index: 9;
        width: 230px;
        transition: all 1s;
    }
    .hdmenumain .tit {
        padding: 30px 0 30px 20px;
        color: #29a6dd;
        font-size: 18px;
    }
    .hdmenumain .list {
        border-top: 1px solid #9f9f9f;
    }
    .hdmenumain .list li {
        padding: 15px 0 15px 20px;
        border-bottom: 1px solid #9f9f9f;
    }
    .hdmenumain .list li a {
        font-size: 14px;
        color: #29a6dd;
    }
}

.pullmenu-btn{
    margin-top: 15px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pullmenu-btn01{
    margin-top: 15px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pullmenu-btn a{
    display: block;
    font-size: 14px;
    border: 1px solid #29a6dd;
    color: #29a6dd;
    padding: 15px 0;
    text-align: center;
}
.pullmenu-btn01 a{
    display: block;
    font-size: 20px;
    background: url("../images/common/ico_pullmenu.png") no-repeat left 15px center #29a6dd;
    -webkit-background-size:20px ;
    background-size: 20px;
    color: #fff;
    padding: 15px 0 15px 20px;
    text-align: center;
    text-decoration: none;
}

/*============================================================
  TEASER
=============================================================*/
#teaser {
    background: url("../images/common/bg_sp_teaser.jpg") no-repeat top center;
    height: 160px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
#teaser .teaser-box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#teaser .teasertxt{
    margin-left: 0;
    width: 80%;
    font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
#teaser .teasertxt span{
    font-size: 20px;
    margin-left: 15px;
    font-family: 'Noto Sans Japanese', sans-serif;
}
@media screen and (max-width: 767px) {
    .teaserPage {

    }
}

/*============================================================
  breadcrumb
=============================================================*/
#breadcrumb{
   display: none;
}


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

#navbar{
   display: none;
}
#navbar li{
    float: left;
}
#navbar li a{
    display: block;
    padding: 0 37px;
    font-size: 16px;
    color: #0071b7;
    border-left: 1px solid #0071b7;
}
#navbar li:last-child a{
    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;
}



/*============================================================
  pageTop
=============================================================*/
.pageTop{
    display: none!important;
}
.pagetop{
    padding: 15px 0;
    background: #fff;
    text-align: center;
}
.pagetop a{
    display: inline-block;
    width: 120px;
}

/*============================================================
  FOOTER
=============================================================*/
#footer{
    background: #18427f;
    padding: 25px 0 15px;
}
.footer-in{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.footer-top{
    padding-bottom: 0;
    border-bottom: none;
}
.footer-top p{
    float: none;
    padding-left: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-top p:first-child{
    padding-top: 0;
}
.footer-top p:first-child img{
    width: 80%;
}
.footer-top .footer-top-txt{
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footer-top .footer-top-txt a{
    color: #fff;
    pointer-events: initial;
}
.footer-link{
    display: none;
}
.copyright{
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}


.sp_hide{
	display: none;
}




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

}














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