	#header .logo {
		background: #151861;
	}
	#header h1 {
        color: rgba(255 , 255 , 255 , 0.5);
	}
#concept strong {
    font-weight: 600;
    color: #B9A339;
}
.link02 {
    color: #fff;
}
.section-title01:after{
	background-color : var(--bg);
}
@media screen and (max-width: 768px){
	.section-title01:after{
		width : calc( 20 * 100vw / 768 );
		height : calc( 4 * 100vw / 768 );
		margin-top : calc( 12 * 100vw / 768 );
	}
}
@media screen and (min-width: 769px) {
	.section-title01:after{
		width : calc( 20 * 100vw / 768 );
		height : calc( 1 * 100vw / 768 );
		margin-top : calc( 7 * 100vw / 768 );
	}
}
@media screen and (max-width: 768px){
    #header{
        background-color : #151861;
    }
	#menuBtn{
		background-color : #151861;
     }
}
@media print,screen and (min-width: 769px){
    #header{
        background-color : #111;
    }
	#nav-global{
		border-top : none !important;
    }
 }


.list-staff p.link a {
    padding: .3em 1em;
    border: 1px solid #fff;
}
