@charset "utf-8";
/* CSS Document */

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

/* 共通 ---------------------------------------- */
.balboa{
    font-family: balboa, sans-serif;
    font-weight: bold;
    font-style: normal;    
}

.d_decktop {
    display: block;
}

.d_mobile {
    display: none;
}

.menu_section {
    margin-top: -100px !important;
    padding-top: 100px !important;
    padding-bottom:80px !important;
}

/* header ---------------------------------------- */
.header-box{
    width: 100%;
    position: relative;
    margin: 0 0 100px;
}
.header-Inline{
    width: 100%;
    z-index: 101;
    position: absolute;
    top: 0;
}
.header-box .logo_bc{
    height: 300px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    opacity: 0.75;
    margin:0;
    padding:0;
    z-index: 100;
}
.header-box .logo{
    width: 100%;
    max-width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    z-index: 100;
}
.header-box .logo img{
    width: 100%;
}
/* navigation ---------------------------------------- */
.navigation{
    text-align: center;
    color: #fff;
    position: fixed;
    width:100%;
    padding:20px 150px 20px 30px;
    transition: all 1s;
}
.header-active .navigation{
    background-color:#044EA2;
}
.navigation_screen {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shamei {
    display: inline-flex;
    align-items: center;
    width: fit-content;
	white-space:nowrap;
}
.shamei img {
    /* display: inline-block; */
    /* width: 40px; */
    height: 53px;
}
.shamei span {
    font-weight: 700;
    font-size: 1.25em;
}
.navigation_wrapper{
    display: flex;
    flex-flow: row;
    justify-content: center;
}
.navigation_item a{
    width: 110px;
    font-size: 20px;
}
.navigation_item a{
    transition: 1s;
    -webkit-transition: 1s;
    opacity: 1;    
}
.navigation_item a:hover{
    transform: translateY(-20%);    
}
.navigation_item a span.en {
    display: inline;
}
.navigation_item a:hover span.en { 
    display: none;
}
.navigation_item a span.jp {
    font-size: 15px;
    display: none;
    text-align: center;
}
.navigation_item a:hover span.jp {
    display: inline;
}
.sns{
    position: absolute;
    right:15px;
    top:24px;
    display: flex;
}
.sns a {
    margin:0 10px;
    display: block;
    width:35px;
    height:35px;
}
.sms a img {

}

/* footer ---------------------------------------- */
.footer-box{
    width: 100%;
    background: #044EA2;
    padding: 100px 0 15px;
}
.footer-box .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;   
}
.footer-box .logo{
    width: 100%;
    max-width: 240px;
    margin: 0 50px 0 0;   
}
.footer-box .address{
    color: #fff;
    font-weight: bold;
    margin: 0 50px 0 0;
}
.footer-box .address li{
    line-height: 30px;
}
.footer-box .address li a{
    display: inline;
}
.footer-box .address li.name{
    font-size: 18px;
    margin: 0 0 5px;
}
.footer-box .footer-nav{
    color: #fff;
    flex: 1;
}
.footer-box .footer-nav h2{
    font-size: 24px;
    margin: 0 0 20px;
}
.footer-box .footer-nav .nav{
    display: flex;
    flex-wrap: wrap;
}
.footer-box .footer-nav .nav .navigation_item a{
    margin: 0 0 20px;
    width: 115px;
}
.footer-box .footer-nav .nav .navigation_item a span.jp{
    font-size: 13px;
}
#pagetop{
    position: fixed;
    margin-left: 0;
    right: 20px;    
    bottom: 0;
    z-index: 100;
}
#pagetop a{
    width: 40px;
    height: 40px;
    background: #000;
}
#pagetop a:after{
    content: "";
    position: absolute;
    top: 30%;
    left: 30%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #fff transparent;    
}
.copy p{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width:899px){
/* 共通 ---------------------------------------- */
    .menu_section {
        margin-top: -50px !important;
        padding-top: 50px !important;
        padding-bottom:80px !important;
    }
    .Sp-br{
        display: none;
    }
    .d_decktop {
        display: none ;
    }
    
    .d_mobile {
        display: block;
    }
    
    .header {
        height: 60px;
    }
    .header-Inline{
        top: 0;
    }
    .navigation{
        display: none;
        padding:0;
    }
    .navigation.js_appear{
        display: inherit;   
        position: relative;    
    }
    .navigation_screen{
        position: fixed;
        width: 100%;
        height: 100vh;
        color: #044EA2;
        background: rgba(255, 255, 255, 0.8);
    }
    /*SPナビゲーション*/
    .navigation_wrapper {
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin:0;
        padding:0;
    }
    .navigation_item a{
        width: 100%;
        margin: 0 auto 20px;
        font-size: 30px;
        display: block;
    }
    .navigation_item a span.jp {
        font-size: 16px;
    }
    .shamei {
        position: absolute;
        top: 100px;
    }
    .sns {
        position: fixed;
        top:0;
        right:0;
        background-color: #044EA2;
        padding:15px;
    }
    .js_fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    /*ハンバーガーボタン*/
    .headerInline{
        display: inherit;
    }
    .el_humburger {
        position: fixed;
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
        padding-top: 1px;
        box-sizing: border-box;
        z-index: 101;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        pointer-events: auto;
    }
    .el_humburger span {
        display: block;
        width: 100%;
        margin: 0 auto 4px;
        height: 2px;
        background: #044EA2;
        transition: all 0.2s ease-in-out;
    }
    .js_humburgerOpen .el_humburger{
        background: rgba(255, 255, 255, 0);
    }
    .js_humburgerOpen .el_humburger span {
        background: #044EA2;
    }
    .spbg div{
        position: absolute;
        top: 24px;
        right: 18px;
        width: 20px;
    }
    .el_humburger span.bottom {
        margin-bottom: 2px;
    }
    .js_humburgerOpen .el_humburger span.top {
        transform: translateY(6px) rotate(-45deg);
    }
    .js_humburgerOpen .el_humburger span.middle {
        opacity: 0;
    }
    .js_humburgerOpen .el_humburger span.bottom {
        transform: translateY(-6px) rotate(45deg);
    }
    .el_humburgerButton.el_humburgerButton__close {
        top: 2%;
        right: 2%;
    }
    .el_humburgerButton__close span {
        display: block;
        width: 35px;
        margin: 0 auto;
        height: 4px;
        background: #000;
    }
    .el_humburgerButton__close > span.el_humburgerLineTop {
        transform: translateY(5px) rotate(-45deg);
    }
    .el_humburgerButton__close > span.el_humburgerLineBottom {
        transform: translateY(-6px) rotate(45deg);
    }
    /* ハンバーガーここまで */
    .header-box .logo {
        max-width: 300px;
    }

/* footer ---------------------------------------- */
    .footer-box .flex {
        justify-content: inherit;
        padding: 0 10px;
    }
    .footer-box .logo{
        max-width: 200px;
        margin: 0 0 50px;
    }
    .footer-box .address {
        width: 100%;
                margin: 0;
    }
    .footer-box .footer-nav {
        display: none;
    }
    #pagetop{
        right: 10px;    
    }
}