	
 @charset "utf-8";

html{height:100%;}

body{font-family: 'Noto Serif JP', serif;
    height: 100%;
}
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#fff;  
    z-index: 9999; 
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
  }
  body.fadeout::after {
    opacity: 1;
  }
  body.fadeout article{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
  }
 

.weight500   {
    font-weight:500
    }

    @media screen and (min-width: 721px) {
        html {
            font-size: 100%;
        }
    }
    @media screen and (max-width: 720px) {
        html {
            font-size: 80%;
        }
    }
 .img-fluid{max-width: 100%;height: auto;
margin-top:6px;}


.jumbotron2{background:url(../img/l-banneraw.jpg) center no-repeat; background-size: cover;
   padding-top: 2rem; padding-bottom: 2rem;
}
.jumbotron2 h1{font-size: 2.5rem;color:#fff}

.jumbotron2 p{font-size:0.8rem;color:#fff}

.jumbotron3{background:url(../img/c-banner.jpg) center no-repeat; background-size: cover;
    padding-top: 2rem; padding-bottom: 2rem;
 }
 .jumbotron3 h1{font-size: 2.5rem;
    color:#fff;}
    
    .jumbotron3 p{font-size:1rem;
    color:#fff;}

.jumbotron4{ background:url(../img/background.jpg) center no-repeat; background-size: cover;
        margin-top:5px;margin-bottom:5px;padding-top:2%;
        padding-bottom: 2%;
        border-radius: 0rem;
   }
   .jumbotron4 h1{font-size: 2.5rem;
    color:#fff;}
    
    .jumbotron4 p{font-size:1rem;
    color:#fff;}

.jumbotron5{ background:url(../img/y-banner.jpg) center no-repeat; background-size: cover;
    margin-top:5px;margin-bottom:10px;padding-top:2%;
    padding-bottom: 2%;
    border-radius: 0rem;
}
.jumbotron5 h1{font-size: 2rem;
    color:#000;}


.c-point{color:#ff0000;}

.l-container h1{font-size:1.7rem;}

.l-container h2{font-size:1.5rem;
    color: #008000;
    padding: 0.5em 0;
    border-top: solid 3px #008000;
    border-bottom: solid 3px #008000;}
.l-container p{font-size:1.2rem;}
  
    .l-container2 h2{font-size:1.5rem;
        color: #03b0bd;
        padding: 0.5em 0;
        border-top: solid 3px #03b0bd;
        border-bottom: solid 3px #03b0bd;}
        .l-container3 h2{font-size:1.5rem;
            color: hsl(197, 100%, 46%);
            padding: 0.5em 0;
            border-top: solid 3px  hsl(197, 100%, 46%);
            border-bottom: solid 3px  hsl(197, 100%, 46%);
        margin-top:20px;}

.navbar{width:100%;
}

.box1 {
    position: relative;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    border: solid 3px #008000;
    border-radius: 8px;
}
.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #008000;
    font-weight: bold;
}
.box1 p {
    margin: 0; 
    padding: 0;
}
.box2{
    position: relative;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    border: solid 3px #03b0bd;
    border-radius: 8px;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color:#03b0bd;
    font-weight: bold;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.f-text{font-size:1rem;
        line-height:25px;}

.nml{font-size:1.5rem;}

 .pt-5, .py-5 {
    padding-top: 0.5rem!important;
}
.pb-5, .py-5{
    padding-bottom: 0.5rem!important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
}
.text-center{margin-top:20px;}
.card-deck{margin-bottom: 10px;}


 

.map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    }
    .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-bottom:15px;}
   
 footer{
            background: url(../img/f-bg.jpg) center center;
            background-size: cover;
            background-color: #ddd;
        }
      .foot-c h1{
            text-align: center;
            padding: 20px;
        }
        .foot-c h2{
            color: #fff;
            text-transform: capitalize;
            font-size: 24px;
            text-align: center;
            font-family: 'Open Sans';
            font-weight: 400;
            letter-spacing: 1px;
            padding-top: 10px;
        }
       .foot-c a,i{
            color: #fff;
            font-family: 'Roboto';
            text-align: center;
        }
        .foot-c p{
            color: #fff;
            text-align: center;
            margin-bottom:0px;
            
            
        }
        .foot-c hr{
                border-top: 1px solid rgba(210, 90, 90, 0.1);
            width: 100%;
        }
        .foot-c ul{
            padding: 0;
            margin: 0;
            list-style-type: none;
            padding-bottom: 20px;
            
        }
        .foot-c li{
            padding: 5px;
            margin: 0;
            text-align: center;
            display: inline;}
        
            .foot-c a{
            padding: 5px;
            text-transform: capitalize;
            font-size: 18px;
        }
        .foot-c a:hover{
            text-decoration: none;
            color:fff;}
        
        .backend{padding-top:15px;}
        
        .fa{
            
            padding-top: 10px;
            color: #fff;
            font-size: 20px;
            display: inline-block;
            text-align: center;
            display: inline-block;
            margin: 0 auto;
        }
        .download-icon .fa{
            font-size: 50px;
            padding: 10px;
        }
        .social .fa{
           padding-top: 0px;
            padding-bottom: 10px;
            font-size: 30px;
            transition: .9s;
        }
        .social .fa:hover{
            transition: 1s;
            transform: scale(1.1);
            color: #ddd;
        }
        .social2 .fa{
            padding-top: 10px;
             padding-bottom: 10px;
             font-size: 30px;
             transition: .9s;
         }
         .social2 .fa:hover{
            transition: 1s;
            transform: scale(1.1);
            color: #ddd;
        }
        @media(max-width: 1024px){
            footer{
                height:30vh;
            }
            h2{ margin-top: 10px;
                font-size: 20px;
            }
        }
        .video-container {
            position: relative;
          }
          
          .video-sidebar {
            position: absolute;
            top: 0;
            left: 0;
            width: 45%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.8); 
          }

          .video-sidebar h1{position: absolute;
            top:10px; left:10px;}

            .video-sidebar p{position: absolute;
                top:55px; left:15px;}


          
          video {
            width:100%;
          }


          .Text-Span {
            position: relative;
            z-index: 1;
            font-size:1.5rem;
          }
          .Text-Span:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 0%;
            height: 4px;
            background: #008000;
            z-index: -1;
            transition: all 1s;
          }
          .Text-Span.isActive:after {
            width: 100%;
          }
          .img-fluid{max-width: 100%;height: auto;}

          .v-wrap{background-color:#09132a;}

          .v-wrap h1{color:#fff;
                        padding-top:1.5%;
                            padding-bottom:1%;}
          
          .v-wrap p{color:#fff;
                        line-height:3em;
        }
         
        .vh2{color:#FFF}
        .v-point{color:#fff;
            margin-top:50px;}
            
        .c-wrap{background-color:#12680a;}
        .c-wrap p{color:#fff;
            line-height:3em;}

            
            .card {
                margin: 0 auto 60px;
                max-width: 376px;
                height: 380px;
              }
              .card-body p {
                text-align: left;}
              