@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=4950451f-aedd-492a-a554-462ddf53c417&fontids=1560401");
@font-face{
    font-family:"Meiryo W53 Regular";
    src:url("../fonts/f366083b-2d95-4d12-8179-9f8aa05f0108.woff2") format("woff2"),
        url("../fonts/e5bf1b19-d38a-4291-a4e9-0814df8032fc.woff") format("woff");
}

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=4950451f-aedd-492a-a554-462ddf53c417&fontids=1170963");
@font-face{
    font-family:"MS Mincho";
    src:url("../fonts/4c275727-6577-41fc-8445-d49865544aea.woff2") format("woff2"),
        url("../fonts/9f4abe66-395e-4431-8af3-198c8d8a0dfc.woff") format("woff");
}


body {
    font-family: 'Meiryo W53 Regular', 'Noto Sans JP', sans-serif !important;
    margin: 0px !important;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:"MS Mincho";
}

.securis-container {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-securis-container {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}

.navbar .securis-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-nav {
    flex-direction: row !important;
}

/* Navigation
--------------------------------------------- */
.navbar {
    z-index: 1;
}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF !important;
    margin-left: 35px;
    font-family:"MS Mincho";
}

li#menu-item-222 a {
      color: #ffffff !important;
       padding: 10px 30px;
    background: #4B9079;
}

.darkHeader {
        background-color: #1A3A60;
    padding: 7px 0px !important;
}
.darkHeader .logo-img{
	width: 200px;
}
.navbar{
    transition: all .35s ease;
	
}

.logo-img{
        padding: 10px 0px;
    height: auto;
    transition: width .35s ease;
}
@media (max-width: 992px) {
    #masthead.fixed-top, .home #masthead.slate-transparent {
        position: relative;
        background-color:#1A3A60;
    }
	
	.navbar-nav{
		display: block !important;
	}
   

}

/* Homepage Slider
--------------------------------------------- */
#fp-slider{
    height: auto;
    position: relative;
}



#fp-slider .carousel-inner {
    z-index: -1;
}

#fp-slider .carousel-inner img {
    background-size: cover; 
}

#fp-slider .carousel-control-prev,
#fp-slider .carousel-control-next {
    display: none;
}

.slider-banner-wrapper {
    position: absolute;
    /* margin: 11px auto; */
    /* top: 30%; */
    top: 40%;
    color: #fff;
    /*left: 20%;*/
    left: 18%;
    z-index: 99;
   /* width: 600px; */
}

.blurb-wrapper h1{
   /* margin-bottom: 20px; */
    font-style: normal;
    font-weight: bold;
   /* font-size: 70px !important; */
    font-size: 43px;
    line-height: 60px !important;
   /* line-height: 95px !important; */
    color: #FFFFFF;
    font-family:"MS Mincho"; 
}
.blurb-wrapper h5 {
    font-family:"MS Mincho";
    /*font-size: 35px;*/
    font-size: 30px;
}

#scroll-down {
    position: absolute;
    left: 50%;
    bottom: 8%;
    cursor: pointer;
    z-index: 999;
}

/* Homepage About Section
--------------------------------------------- */
.fp-about-wrapper {
    padding: 60px 0px;
    min-height: 500px;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #000000;

}


/* Homepage Middle Banner Section
--------------------------------------------- */
.middle-banner-image {
    background-attachment: fixed;
    background-size: contain;
    background-position: center; 
    min-height: 600px;
    margin-bottom: 65px;
    background-repeat: no-repeat;
}

/* Homepage Blog Posts Section
--------------------------------------------- */
.case-study-wrapper {
    
    background-color: #1A3A60;
    margin-bottom: 65px;    
    min-height: 418px;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.case-study-wrapper h3 a {
    font-family:"MS Mincho";
    font-weight: bold;
    font-size: 60px;
    line-height: 94px;
    color: #fff;
    text-decoration: none;
}

.case-study-wrapper:hover {
    -webkit-box-shadow: 2px 2px 2px 2px #0000002e;
    box-shadow: 2px 2px 2px 2px #0000002e;
}

a.readmore {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    /* identical to box height */
    color: #fff !important;
    font-family:"Meiryo W53 Regular";
}

a:hover.readmore {
    color: #00483A;
    text-decoration: none;
}

/* Homepage Contact Section
--------------------------------------------- */
#fp-contact-section {
    position: relative;
    min-height: 540px;
    padding: 2% 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1;
}

#fp-contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: -1;
}

#fp-contact-section h2 {
   font-family: "MS Mincho";
    font-weight: 600;
    font-size: 60px;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.side-new-img{
	position: absolute;
    right: 0;
}
/* Homepage Footer Address Section
--------------------------------------------- */
#fp-address-section {
    padding: 70px 0px;
    color: #000000;
    font-size: 20px;
	background: #E4D9C74D;
}

#fp-address-section .c_address { 
    margin: 0 auto;
    padding-bottom: 40px;
}

#fp-address-section .c_telephone,
#fp-address-section .ellipse,
#fp-address-section .c_email {
    margin-bottom: 12px;
    word-break: break-all;
}

/* Post Page Hero Section
--------------------------------------------- */
#si-top-banner {
    margin-top: 0;
        height: 382px;
    background-image: url('/wp-content/uploads/2026/07/Group-966.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    background-color: #1A3A60;
	justify-content: center;
	align-items: center;
}

/* Post Page Content
--------------------------------------------- */
.entry-title {
    font-family:"MS Mincho";
    font-size: 50px;  
}

.entry-content, 
.entry-content p {
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}

.entry-content h3 {
    font-size: 36px;
    font-weight: 400;
}

.entry-content h3:not(:first-child) {
    margin-top: 35px;
}

.entry-content ul,
.entry-content ol {
    margin: 0px 0px 20px 0px;
}

/*
.entry-content strong {
    font-family:"MS Mincho";
}*/

.wp-block-group {
	margin-bottom: 35px;
}

.wp-block-group__inner-container p {
	 margin-bottom: 10px; 
}

table.advgb-table-frontend a {
    color: #FDB913 !important;
    vertical-align: inherit;
    text-decoration: underline;
}


/* Table */
table {
    border-collapse: collapse;
}

table, th, td {
   border: 1px solid #000;
}

.is-style-default th {
    font-family:"MS Mincho";
}


.contact-page-wrapper p{
    margin-bottom: 20px !important;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    color: #000000;
}


.error-404.not-found a {    
    color: #FDB913 !important;
}

.error-404.not-found a:hover {    
    color: #00483A !important;
}

/* Footer
--------------------------------------------- */
.site-footer {
        background: #232323;
    color: #fff;    
}

#footer .widget-area {
    
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}

#footer .widget-area h4 {
    font-size: 14px;
    color: #FDB913;
}

#footer .widget-area ul,
#footer .widget-area .menu {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#footer .widget-area li,
#footer .widget-area .menu-item {
    padding: 5px 0;
}
#footer .widget-area li a,
#footer .widget-area .menu-item a {
    font-size: 18px;
    color: #fff;
    font-family:"Meiryo W53 Regular";
}

#footer .footer-widget-intro-wrapper {
    font-family:"Meiryo W53 Regular";
}

/* Hamburger */
.navbar-light .navbar-toggler {
    border: 0px;
}

.navbar-toggler:focus, 
.navbar-toggler:hover {
    outline: none;
}

.icon-bar {
	width: 40px; 
	height: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
	display: block;
	transition: all 0.2s;
    margin-top: 5px;  
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}


/* .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
   
  .navbar-toggler .middle-bar {
    opacity: 0;
  }
   
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  } */
   
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
   
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }
   
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }

.last-footer{
	background: #040404CC;
	padding: 50px 0px;
}
.last-footer p{
    color: #fff;
    opacity: 50%;
    max-width: 920px;
    font-size: 14px;
    margin: 0 auto;
}
.blog-details{
	padding: 20px 30px 40px 30px;
    height: 280px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
}
.blog-post{
	    background: #E4D9C74D;
    padding: 150px 0px;
}
#fp-slider .hero-cover{
    position: relative;
    overflow: hidden;
    height: 100vh; 
}

.hero-video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slider-banner-wrapper{
    position: relative;
    z-index: 2;
}

.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 160px 0 90px 0;
}
.video-banner .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  
}
.video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgb(133 133 133 / 15%);
    z-index: 99;
   
}
.banner-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    z-index: 99;
    /* display: none; */
}
.banner-bottom img {
    width: 100%;
}
.video-banner .banner-content h1 {
    
  
    font-size: 43px;
    font-weight: 600;
    line-height: 55px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}
.video-banner .banner-content h5 {
    
  
    font-size: 30px;
    font-weight: 600;
    line-height: 55px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}
.video-banner .banner-content {
    position: relative;
    z-index: 111;
    text-align: left;
}
.contact-row{
    display: flex;
    align-items: stretch;
}

.contact-image,
.contact-content{
    display: flex;
}

.contact-image{
    padding: 0;
}

.contact-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-content{
   background: #E4D9C74D;

    padding: 50px !important;
    align-items: center;
}

.content-inner{
    width: 100%;
}

.contact-content p{
    margin-bottom: 15px;
}

.contact-content a{
    color: inherit;
    text-decoration: none;
}
.menu-close{
        
	display: none;
}
@media (max-width: 992px) {
   
    .video-banner {
        padding: 0 !important;
        height: 83vh;
    }
    .blog-post {
  
    padding: 60px 0px;
}
	.side-new-img {
 
    display: none;
}
	.blog-details {
    padding: 0px 20px 20px 20px;
    height: 230px;
    
}
	.case-study-wrapper {
   
    margin-bottom: 20px;
   
}
	#fp-contact-section {
   
    min-height: 350px;
    
}
	#fp-contact-section h2 {
   
    font-size: 50px;
    
    padding: 1px 10px;
}
	#footer .widget-area {
    padding-left: 0;
    padding-right: 0;

}
	.last-footer {
    
    padding: 30px 15px;
}
	.logo-img{
		width: 190px;
		padding: 0;
	}
	
	.navbar{
		    padding: 18px 10px !important;
	}
	body.menu-open{
    overflow:hidden;
}

.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}

.menu-overlay.active{
    opacity:1;
    visibility:visible;
}

#headerNav{
    position:fixed;
    top:0;
    left:-320px;
    width:320px;
    height:100vh;
    background:#1A3A60;
    overflow-y:auto;
    transition:left .35s ease;
    z-index:9999;
    padding:90px 20px 30px;
    display:block !important;
}

#headerNav.active{
    left:0;
}

#headerNav .navbar-nav{
    display:block;
    margin:0 !important;
}

#headerNav .nav-item{
    width:100%;
}

#headerNav .nav-link{
    display:block;
    padding:14px 0;
}

.menu-close{
           position: absolute;
        top: 20px;
        right: 20px;
        border: 0;
        background: #fff;
        font-size: 35px;
        line-height: 1;
        cursor: pointer;
        padding: 10px 20px;
        font-weight: 600;
	display: block;
}
	.navbar-nav .nav-link {
    
    margin-left: 0;
    
}
	li#menu-item-222 a {
  
    padding: 10px 20px !important;
 
}
	
	#si-top-banner {
 
    height: 300px;
  
    background-position: 70%;
   
}
	.contact-image{
		padding: 0 !important;
	}
	.contact-content {
   
    padding: 20px !important;
   
}
	.entry-title {
   
    font-size: 40px;
}
}
@media (min-width: 992px) and (max-width: 1220px) {

    .navbar-nav .nav-link {
  
    font-size: 17px;
   
    margin-left: 15px;
   
}
.site-footer {
   
    padding-right: 15px;
    padding-left: 15px;
}
}