@charset "UTF-8";
body{
    font-family: "Noto Sans JP", sans-serif;
}
a:hover{
    /* text-decoration: none; */
}
a:visited {
    color: purple;
}

h2{
    font-size: 1.8rem;
}

.logo-image{
    max-height: 100px;
    /* width:90%; */
    max-width: 120px;
}
img{
    max-width: 100%;;
}
.nav-item{
    margin-left:10px;
    margin-right:10px;
    font-weight: bold;
    position: relative;
}
.nav-item .nav-link {
    position: relative; /*アンダーラインの位置を決めるための基準 */
}
.navbar-light .navbar-nav .nav-link {
    color:#000;
}
.nav-item .nav-link::after {
    position: absolute;
    left: 5%;
    content: '';
    width: 90%;
    height: 4px;
    background: #FFC700;
    bottom: 4px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
    visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
    opacity: 0;
    }
    
    .nav-link:hover::after {
    visibility: visible; /*ホバー後、アンダーラインを可視化する*/
    opacity: 1;
    transition: 0.5s;
    }
.sub-menu{
    top:100%;
    position:absolute;
    width: 400%;
    display: none;
    z-index: 1;
}
.sub-menu.show{
    display: block;
}
.sub-menu a{
    color:#FFF;
}
#mainVis {
    position: relative;
}
#mainVis .mv{
    display: block;
}
#mainVis .mv_sp{
display: none;
}
#mainVis img{
    width: 100%;
}

#mainVis .app{
    margin:0 auto;
    display: block;
    width: 13%;
    position:absolute;
    bottom:15%;
    left:10%;
}
#sp-slide-menu{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;;
    background-color: #048EBE;
    color: #FFF;
    z-index: 2;
    top: 0;
    position: fixed;
}
#sp-slide-menu .btn.bg-navy:hover{
    background-color: #003399;
}
#sp-slide-menu li:nth-child(2) {
    /* display: none; */
}
.sp-menu-ul li{
    margin:10px 0 1.5em 2em;
    font-weight: bold;
    font-size: 18px;
}
.sp-menu-ul li a{
    color:#FFF;
}
.sp-menu-ul .sp-menu-sub-item{
    font-weight: normal;
    margin:0;
    font-size: 14px;
    padding:0.5em 0;
}
.sp-menu-ul .sp-menu-sub-item a{
    color: #FFF;
}
.sp-menu-item img{
    height: 1em;
}
.icon-close img{
    width: 45px;
    height: 45px;
}
.copyright img{
    width: 33%;
    max-width: 200px;
    float: left;
}

.copyrightDetail{
    display: inline-block;
}

.copyrightDetail_sp{
    display: none;
}

.copyright p:nth-of-type(2){
    display: inline-block;
    margin-top:1em;
}
.download-area{
    background-color: #D9D9D9;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

/*Carusel*/
.item{
    height: 150px;
    width: 150px;
    margin:0 auto;
    padding: 20px;
    background-color: gray;
    color: white;
    font-size: 2rem;
    font-weight: bold;
  }
  .owl-dots {
	margin: -50px 0 0;
	position: relative;
	z-index: 9;
}
/*
#step
*/
#step .content{
    background:#F5F7FA;
}
#step .image .img-rac{
    width: 100%;
    border-radius: 15px;
    border: #003399 2px solid;
    background-color: #FFF;
}
#step .image img{
    width: 80%;
    max-width: 180px;
}
#step .image .app-store{
    width: 140px;
}

  #step .content{
    position: relative;
    width:100%;
    background: #F5F7FA;
    padding: 1em;
    margin-bottom: 1em;
    text-align:center;
    margin-bottom: 150px;
  }
  
  /* 先端部分 */
  #step .content::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -150px;
    left: 0;
    border-style: solid;
    border-color: #F5F7FA transparent transparent transparent;
    border-width: 150px 49.2vw 0 49.2vw;
    z-index: 1;
  }
#step h2 .num{
    color:#003399;
    font-size: 150%;
}
#step .step-body{
    position: relative;
}
#step .step-body h3{
    color:#048EBE;
    position: absolute;
    width: 80%;
    margin:0 10%;
    background: #F5F7FA;
    top:-1.6em;
    border-radius: 50%;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
#step .step-body p{
    padding-top:calc(2em + 10px);
}
#security .content{
    padding-left:1em;
    padding-right:1em;
}
#security img{
    width: 80%;
    margin:10%;
    max-width: 150px;
}
#important-point .content{
    background-color: #F1F1F1;
    color:#636262;
}
#important-point .content a{
    color:#636262;
    word-break: break-all
}
#footer .twitter{
    width: 100%;
    text-align: left;
}
#footer .twitter img{
    padding: 20px;
    width: 122px;
    height: 122px;
}
#footer .bg-navy a{
    color:#FFF;
}
#footer ul{
    /* padding-left:1em; */
}
#footer ul li{
    font-size: 0.9rem;
    line-height: 1.8rem;
    margin-bottom:0.25rem;
}

#footer .footer-nav-item .show{
    display: block;
}
#footer .footer-nav-item img{
    display: none;
}
h1 .head, h1 .head-en{
    display: block;
}
h1 .head{
    font-family:"BIZ UDPGothic","Noto Sans JP", sans-serif;;
    font-weight: bold;
    line-height: 1.5em;
    /* font-size: 120%; */
    font-size: 30px;
}
h1 .head-en{
    font-family: "Oswald";
    color:#003399;
    line-height: 1.5em;
    font-size: 20px;
}
#company table td,
#report table td,
#report table td a{
    color:#717171;
}

#report table td:nth-of-type(odd){
    text-align: center;
}
.gmap iframe{
    width: 75%;
}
/*モーダルウィンドウ*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
  }
  /*モーダル本体の擬似要素の指定*/
  .modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container.active{
    opacity: 1;
    visibility: visible;
  }
  /*モーダル枠の指定*/
  .modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    height: 50%;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: 1em;
    height: 40px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
  }
  /*モーダル内のコンテンツの指定*/
  .modal-content{
    background: #fff;
    text-align: left;
    padding: 30px;
    height: 100%;
    justify-content: center;
    border-radius: 0;
  }

/*Chart data resource link*/
.chart-txt {
    /* font-size: 0.5vw; */
    font-size: smaller;
    font-feature-settings: "palt";
}
#link-page {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f5f9
}

.link-page-text p {
    text-align: center;
}

.cancel-btn {
    background-color: #fff;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 12px;
}

.cancel-btn:hover {
    cursor: pointer;
    background-color: #fcfbf6;
    border: solid 1px #333;
}

.jump-btn {
    position: relative;
    background-color: #cbd5e1;
    margin-left: 8%;
    color: #fff;
    border-radius: 12px;
}

.jump-btn:hover {
    background-color: #708096;
    color: #333;
    border: solid 1px #333;
}

.link-btn {
    display: flex;
    justify-content: center;

}

.link-btn a {
    margin-top: 10px;
    text-align: center;
    width: 18vw;
    padding: 1.5vh 0;
}

  @media only screen and (max-width: 992px) {
    .navbar-brand{
        max-width: 35%;
    }
    .sub-menu.show{
        display: none;
    }
    #sp-slide-menu .btn{
        width: 60%;
        padding-top:10px;
        padding-bottom:10px;
        margin:10px auto;
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    body{
        font-size: 15px;
    }
    .navbar{
        padding:0 5%;
    }
    .logo-image{
        max-width: 125px;
    }
    .download-area .close{
    /* display: none; */
    }
    #mainVis{
        overflow: hidden;
    }
    .download-area span{
        padding:0;
    }
    #step .content{
        margin-bottom:50px;
    }
    #step .content::after{
        bottom:-50px;
        border-width: 50px 50vw 0 50vw;
    }
    #footer .twitter{
        text-align: center;
    }
    #footer ul{
        padding-top:10px;
        /* display: none; */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.5s;
        overflow: hidden;
        height: 0;
    }
    #footer ul li{
        font-size: 0.9rem;
    }
    #footer .footer-nav-item{
        font-size: 20px;
        line-height: 1.5em;
    }
    #footer .footer-nav-item .show{
        transition: all .5s;
        /* display: inline-block; */
        height: 100%;
    }
    #footer .footer-nav-item img{
        display: inline-block;
        padding-left:2em;
        height: 1em;
    }
    h1{
        font-size: 30px;
    }
    #footer .copyright{
        margin-bottom:70px;
    }
    #footer .copyright img{
        float: none;
    }

    .copyrightDetail{
        display: none;
    }

    .copyrightDetail_sp{
        display: block;
    }

    #company table td{
        display: block;
        width: 100%;
    }
    #company table td:nth-of-type(odd){
        text-align: center;
        background-color: #D9D9D9;
        font-weight: bold;
    }
    .gmap iframe{
        width: 100%;
        height: 60vw;
    }
    .modal-body{
        width: 95%;
        height: 80%;
    }
}
@media only screen and (max-width:576px){
    #mainVis .mv{
        display: none;
    }
    #mainVis .mv_sp{
        display: block;
        max-width: fit-content;
    }

    #mainVis img{
        max-width:100%;
        height: auto;
    }

    #mainVis .app{
        width: 33.3%;
        left: 32.5%;
        bottom: 6%;
    }
    .download-area span{
        display: block;
        float: left;
        text-align: left;
        padding-top:0.5em;
        padding-left:1em;
    }
    .link-page-text {
       padding: 0 20px;
    }
    .link-btn {
     margin-top: 40px;
       display: flex;
       justify-content: center;
       flex-wrap: wrap-reverse;
    }
    
   .link-btn a {
      text-align: center;
      width: 100%;
      margin-left: 20px;
      margin-right: 20px;
      padding: 15px 0;
   }      
   .chart-txt {
       font-size: 0.8rem;
   }
}



.navbar-nav .nav-item.active .nav-link{
    color:#048EBE;
}


/* CSSアニメーションの設定 */
@keyframes SlideIn {
    from {
        transform: translateY(-100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
        
    }
}
