/*------------------------------------------------------------------------------

COMMON

------------------------------------------------------------------------------*/

/* 

( Regular 400 )
Medium 500
Semi-bold 600
Bold 700

*/

#cookie-law-info-bar{
    display:none !important;
}


html{
    background-color: #000;
}


#ht{
	background-color:#fff;
	font-family: 'IBM Plex Sans',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size:18px;
	font-weight:300;
	font-style:normal;
	line-height:2;
	color:#222222;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    position:relative;
}

#ht a{
	text-decoration:none;
	color:#000;
    outline: none;
}

#ht a:focus{
	outline: none;
}

#ht img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
    width: auto;
}


#ht .nowrap{
	white-space:nowrap;
}

#ht sup {
    font-size: 70%;
    vertical-align: super;
    top: 0;
}



/* Webkit */
::-webkit-input-placeholder {
  color:#969696;
}

/* Firefox 19+ */
::-moz-placeholder { 
  color:#969696;
}

/* IE 10+ */
:-ms-input-placeholder { 
  color:#969696;
}







/*-----------------------------------------

PARTS

-------------------------------------------*/

#ht h1{
    font-size: 75px;
    font-weight: 600;
}

#ht h2 {
    font-size: 30px;
    font-weight: 300;
}

#ht h3{
    font-size: 48px;
    font-weight: 700;
}

#ht h4{
    font-size: 34px;
    font-weight: 700;
}

#ht h5{
    font-size: 24px;
    font-weight: 700;
}

#ht h6{
    font-size: 20px;
    font-weight: 600;
}


#ht .breadcrumbs:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url(../images/common/breadcrumbs_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px;
}

#ht .btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 14px 49px 14px 34px;
    color: #fff;
    background-color: #000037;
    height: 44px;
    box-sizing: border-box;
    line-height: 1;
    border: none;
    border-radius:0;
}

#ht .btn:before {
    content: "";
    background-image: url(../images/common/btn_arrow.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 18px;
    left: 26px;
    top: 12px;
    background-color: #000;
    transition: transform .25s linear;
}

#ht .btn:hover,
#ht .btn:active{
/*    background-color: rgb(0 0 55 / 70%);*/
    background-color: #4c4e71;
}

#ht .btn:hover:before{
    transform: translateX(3px);
}

#ht .btn.right{
    float: right;
}


#ht .btn_gra{
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    padding: 2px;
    width: 100px;
    text-align: center;
    background: linear-gradient(to right, #74daf8, #328eed);
}


#ht .btn_line{
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    padding: 2px;
    width: 100px;
    text-align: center;
    background: linear-gradient(to right, #74daf8, #328eed);
}

#ht .btn_line span{
    display: inline-block;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    color: #328eed;
}


#ht .page_link{
    position: relative;
    top: -100px;
    width: 100%;
    height: 1px;
/*    background-color: red;*/
}

#ht .breadcrumbs:after {
    height: 12px;
}


/*-----------------------------------------

BTN

-------------------------------------------*/

#ht .slideup_text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    overflow: clip;
}
	
	
#ht .slideup_text1,
#ht .slideup_text2{
/*	transition: all 0.3s ease-in, background 0.5s ease-in;*/
	transition: all 0.3s cubic-bezier(0.82, 0.03, 0.58, 1), background 0.5s ease-in;
	letter-spacing: 1px;
}
	
#ht .slideup_text2 {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    transform: translateY(100%);
}
	
#ht .slideup_text:hover .slideup_text1 {
    transform: translate3d(0px, -100%, 0px) rotate(0.001deg) !important;
}
	
#ht .slideup_text:hover .slideup_text2 {
    transform: translate3d(0px, 0%, 0px) rotate(0.001deg) !important;
}


/*-----------------------------------------

HEADER

-------------------------------------------*/

#ht .header {
/*    position: fixed;*/
	position: absolute;
    z-index: 100;
    width: 100%;
	top:0;
/*    transition: top 0.3s ease-in-out;*/
	 transition: top 0.3s ease-in-out;
}


#ht .header.bg{
	top:-240px;
    /*    background-color: #000037;*/
/*     background-color: rgba(0, 17, 50, 0.5);*/
}

#ht .header.active{
    position: fixed;
	top:0;
/*    z-index: 100;*/
/*
    align-items: center;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #e6e7f9;
    padding: 40px;   
*/
}



#ht .header_in {
	position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 60px;
    width: 93%;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

#ht .header_top {
    width: 52%;
}

#ht .header_right{
    width: 30%;
/*
	width: 100%;
    position: absolute;
    right: 0;
*/
}

#ht .header_top li {
    position: relative;
    display: inline-block;
    font-size: 11px;
    margin-left: 30px;
    padding-bottom: 4px;
}

#ht .header_top li:first-child{
    margin-left:0;
}

#ht .header_top li a{
    position: relative;
    display: inline-block;
    text-decoration: none;
     transition: color .1s linear;
}


#ht .header_top li a:hover,
#ht .header_top li a:active{
     color: #000;
}

#ht .header_top li.active a{
    color: #000;
}

#ht .header_top li a:after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#ht .header_top li a:hover:after,
#ht .header_top li.active a:after {
  transform: scale(1, 1);
}


/*
#ht .header_top li.dd ul {
    position: absolute;
    z-index: 999;
   top: 40px;
    left: 0;
    display: none;
    height: 0;
    width: 300px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

#ht .header_top li.dd ul li {
    display: block;
    text-align: left;
    margin-left: 0;
    margin-bottom: 10px;
}

#ht .header_top li.dd_active ul {
    display: block;
    height: auto;
}
*/

#ht .menu li.dd ul {
    width: 250px;
    margin-left: -20px;
    text-align: left;
     display: none; 
    position: absolute;
    padding-top:10px;
    padding-bottom: 10px;
}


/*
#ht .menu li.dd ul:after {
    display: block;
    top: 0;
    left: 34px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #010037;
    border-width: 10px;
}
*/


#ht .menu li.dd ul li {
    display: block;
    float: none;
    width: 100%;
    background-image: none !important;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin: 0;
    border: none !important;
    background-color: #000037;
}

#ht .menu li.dd ul li:first-child{
    padding-top: 14px;
}

#ht .menu li.dd ul li:last-child{
    padding-bottom: 14px;
}

#ht .menu li.dd ul li a {
    margin: 0;
    color: #fff;
    background-image: none !important;
    height: auto;
    line-height: 1.4;
    font-size: 15px;
    text-align: left;
    box-sizing: border-box;
}

#ht .menu li.dd ul li a:after{
    transform: scale(0, 1);
}

#ht .menu li.dd ul li a:hover:after {
    transform: scale(1, 1);
}




/*
#ht .menu li ul li a:before{
    content: "▶";
    position: relative;
}
*/

#ht .menu li.dd ul li a:hover{
    color: #D95C2A;
}







#ht .header_mid {
    overflow: hidden;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 114px;
}

#ht .social_icons{
    width: 30%;
    padding-top: 60px;
}

#ht .social_icons li{
    display: inline-block;
    margin-right: 14px;
}

#ht .social_icons li a{
    color: #fff;
}


#ht .burger_wrapper{
    display: none;
}


#ht .header_la {
    width:auto;
}

#ht .header_la {
   padding-bottom: 12px;
}

#ht .header_la,
#ht .header_breadcrumb{
    display: flex;
    justify-content: end;
    font-size: 11px;
}

#ht .header_la li{
	
}

#ht .header_la li:after {
	content: "/";
    display: inline-block;
    width: auto;
    height: 16px;
    margin: 0 5px;
}

#ht .header_la li:last-child:after{
	display: none;
}

#ht .header_breadcrumb.desktop{
    clear: both;
    width: 100%;
}

#ht .header_breadcrumb li:after {
	content: "/";
    display: inline-block;
    width: auto;
    height: 16px;
    margin: 0 10px;
}

#ht .header_breadcrumb li:last-child:after{
	display: none;
}

#ht .header_breadcrumb li{
/*    margin-right: 10px;*/
}

#ht .header_la a,
#ht .header_breadcrumb a{
    display: inline-block;
	color:#888888;
}

#ht .header_la .active a,
#ht .header_breadcrumb .active a{
	color:#222222;
}

#ht .header_breadcrumb li.active a{
	max-width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}






#ht .header_bottom {
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 86px;
    width: 93%;
    padding-right: 140px;
    box-sizing: border-box;
}

#ht .logo {
    max-width: 235px;
    /* font-size: 23px; */
    /* font-weight: 700; */
    line-height: 1;
    /* padding-top: 26px; */
    /* padding-bottom: 26px; */
    /* transition: color .1s linear; */
	float: right;
}

#ht .logo:hover{
    opacity:0.7;
}

#ht .logo_slide {
    display: none;
}


#ht .logo_page_wrapper {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    max-width: 1120px;
    margin: 0 auto;
    width: 93%;
    margin-top: 176px;
}
	
#ht .logo_page{
    position: relative;
    padding-right: 140px;
}

	

/*--------------------------------

ANIMATION (COMMON)

--------------------------------*/


.anime.appeared {
    opacity: 1;
    transform: none;
}
    
.anime{
    will-change: opacity,transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: translateY(75px);
/*    transition: opacity 1.2s cubic-bezier(.37,.01,0,.98),transform 0.8s cubic-bezier(.37,.01,0,.98);*/
    transition: opacity 1.9s cubic-bezier(.37,.01,0,.98),transform 1.5s cubic-bezier(.37,.01,0,.98);
}
    
.anime.delay{
    transition-delay: 0.15s;
}

.anime.delay2{
    transition-delay: 0.3s;
}

.anime.delay3{
    transition-delay: 0.45s;
}

.anime.delay4{
    transition-delay: 0.6s;
}

.anime.delay5{
    transition-delay: 0.75s;
}

.anime.delay6{
    transition-delay: 0.9s;
}

.anime.delay7{
    transition-delay: 1.05s;
}

.anime.delay8{
    transition-delay: 1.20s;
}

.anime.delay9{
    transition-delay: 1.35s;
}

.anime.delay10{
    transition-delay: 1.50s;
}



/*--------------------------------

SECTION (COMMON)

--------------------------------*/

#ht .sec{
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    width: 93%;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}


#ht .sec.bg,
#ht .sec.wide{
    max-width: none;
    width: 100%;
    overflow: hidden;
}

#ht .sec_in{
    display: flex;
    justify-content: space-between;
}

#ht .sec_title {
    position: relative;
    display: inline-block;
}

/*
#ht .sec_title:after {
    content: '';
    position: absolute;
    left: 110%;
    top:50%;
    display: inline-block;
    width: 70px;
    height: 6px;
    background: linear-gradient(to right, #74daf8, #328eed);
}
*/

#ht .sec_desc{
    font-size:16px;
    padding-bottom: 20px;
}


#ht .sec_btn{
    font-size: 13px;
    float:right;
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
/*    text-decoration: underline;*/
}



/*--------------------------------

GLOBAL NETWORK (COMMON)

--------------------------------*/

#ht #gnt {
    background-color: #000037;
    color: #fff;
    padding-bottom: 40px !important;
    max-width: none;
    width: 100%;
}

#ht #gnt .sec_title{
    color:#fff !important;
}

#ht #gnt .map {
    position: relative;
    background-image: url(../images/top/top_map_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: contain;
    margin-top: 60px;
    width: 76%;
    min-width: 780px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#ht #gnt .map_image{
    text-align: center;
}

#ht #gnt .map_image.location {
    position: absolute;
    top: 0;
}



#ht .gnt_logo_wrapper {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 90px;
    overflow: hidden;
}

#ht .gnt_logo {
    max-width: 980px;
    width: 93%;
    margin: 0 auto;
}

#ht .gnt_title{
    color: #D95C2A;
}

#ht .gnt_image{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

#ht .gnt_image.last{
    padding-bottom: 40px;
}

#ht .gnt_image li{
    width: 16%;
}






/*-----------------------------------------

CONTENT

-------------------------------------------*/

#ht .page{
    width: 100%;
/*
    max-width: 1920px;
    margin: 0 auto;
*/
    position: relative;
    overflow: hidden;
}


#ht .content {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    width: 93%;
}






/*-----------------------------------------

FOOTER

-------------------------------------------*/


#ht .footer {
/*   background: linear-gradient(to right, #74daf8, #328eed);*/
	background-color: #000;
    color: #fff;
    overflow: hidden;
    padding-bottom: 60px;
}

#ht .footer a{
    color: #fff;
    transition: color .1s linear;
}

#ht .footer a:hover,
#ht .footer a:active{
    color: #D95C2A;
}

#ht .footer_top {
        color: #fff;
       background: linear-gradient(to right, #10cbdc, #006ee9);
}

#ht .footer_top a.btn{
    padding-left: 60px;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
}

#ht .footer_top_in{
    display: flex;
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 34px;
    align-items: center;
}

#ht .footer_top_title{
    margin-right: 52px;
}



#ht .footer_in {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    font-size: 14px;
    line-height: 1.3;
    justify-content: space-between;
}

#ht .footer_left{
    
}

#ht .footer_title {
    max-width: 157px;
    margin: 0 auto;
/*    padding-bottom: 30px;*/
    line-height: 0;
    transition: opacity .25s linear;
}
    
#ht .footer_title:hover{
    opacity:0.7;
}

#ht .footer_social_icons{
/*    text-align: center;*/
    padding-bottom: 40px;
}

#ht .footer_social_icons li{
    display: inline-block;
    margin:0 10px;
    background-repeat: no-repeat;
    background-size: contain;
}


#ht .footer_social_icons li:nth-child(1){
    background-image: url(../images/common/icon_linkedin.svg); 
}

#ht .footer_social_icons li:nth-child(2){
    background-image: url(../images/common/icon_twitter.svg); 
    background-position: center 2px;
}

#ht .footer_social_icons li:nth-child(3){
    background-image: url(../images/common/icon_facebook.svg); 
}

#ht .footer_social_icons li:nth-child(4){
    background-image: url(../images/common/icon_instagram.svg); 
}

#ht .footer_social_icons li:nth-child(1):hover{
    background-image: url(../images/common/icon_linkedin2.svg); 
}

#ht .footer_social_icons li:nth-child(2):hover{
    background-image: url(../images/common/icon_twitter2.svg); 
}

#ht .footer_social_icons li:nth-child(3):hover{
    background-image: url(../images/common/icon_facebook2.svg); 
}

#ht .footer_social_icons li:nth-child(4):hover{
    background-image: url(../images/common/icon_instagram2.svg); 
}




#ht .footer_menu {
    position: relative;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    width: 50%;
}

#ht .footer_menu li{
    padding-bottom: 20px;
}

#ht .footer_bottom {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    /* display: flex; */
    /* justify-content: flex-end; */
}

#ht .footer_bottom li{
    margin-left: 20px;
}


/*-----------------------------------------

OTHER

-------------------------------------------*/

#ht .mb{
	display:none !important;
}

#ht .mn{
	display:block !important;
}

#ht .dbr{
	display:block;
}

#ht .mobile_search{
    display: none;
}





/* ==============================================================================================

LAPTOP, DESKTOP (992px~1330px)

==============================================================================================*/

@media only screen and (max-width: 1199px){

/* -------------- FONT-SIZE -------------- */
    
#ht{
    font-size: 17px;
}



    
    


}



/*==============================================================================================

TABLETS (850px~991px)

==============================================================================================*/
@media only screen and (max-width: 991px){
	
    

/* -------------- FONT-SIZE -------------- */
    
#ht{
    font-size: 16px;
}

#ht h1{
    font-size: 60px;
}

#ht h2{
    font-size: 25px;
}

#ht h3{
    font-size: 34px;
}

#ht h4{
    font-size: 24px;
}

#ht h5{
    font-size: 20px;
}

#ht h6{
    font-size: 18px;
}
    
    

/* -------------- HEADER -------------- */


    
    
/* -------------- GLOBAL NETWORK (COMMON)  -------------- */
#ht #gnt{
/*    padding-top: 80px !important;*/
}

    

/* -------------- OTHER  -------------- */




}








/*==============================================================================================

MOBILE ( ~850px)

==============================================================================================*/
@media only screen and (max-width:850px){
	
/*
    
body{
    display: none;
}
    
*/
    
    
.no_scroll{
    overflow: hidden;
}

/* -------------- FONT-SIZE -------------- */
    
#ht{
    font-size: 16px;
}

#ht h1{
    font-size: 48px;
}

#ht h2{
    font-size: 25px;
}

#ht h3{
    font-size: 24px;
}

#ht h4{
    font-size: 20px;
}

#ht h5{
    font-size: 18px;
}

#ht h6{
    font-size: 16px;
}
    
#ht .btn {
    font-size: 13px;
}
    
    

/* -------------- HEADER  -------------- */

#ht .header_top {
    display: none;
}
    
#ht .header.bg{
/*    display: none;*/
	position: fixed;
    display: block;
    top: 0;
}	
	
/*
#ht .logo {
    z-index: 300;
    max-width: 120px;
    margin: 0 auto;
    float: none;
    display: inline-block;
    position: absolute;
    height: auto;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 12px;
    padding-bottom: 0;
} 
*/
    
	
 
#ht .header_top{
/*    margin-left: 20px;*/
}
    
#ht .header_top li {
    margin-left: 0;
}

#ht .header_la.mb{
    position: absolute;
	z-index: 999;
    top: 14px;
    right: 20px;
}
	
	
#ht .header_la ul{
	display: flex !important;
}
	
#ht .logo_page_wrapper {
    margin-top: 130px;
}
	
.no_scroll #ht .logo_page_wrapper {
    display: none;
}
	
#ht .logo_page {
	max-width: 172px;
    padding-right: 5px;
}
	
	
/*------------- HEADER -------------*/

#ht .header {
  position: fixed;
  display: block;
  top: 0;
  left:0;
/*  height: 60px;*/
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;    
    z-index:100;
}

#ht .header_in {
	position: absolute;
	left:100%;
	width: 100%;
	padding-top: 10px;
	padding-left: 0;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	/*
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;   
*/
	box-sizing: border-box;
	display: block;
    padding-top: 130px;
    width: 100%;
    padding-right: 20px;
	opacity: 0;
}
   

#ht .burger_wrapper {
  position: absolute;
  display: inline-block;
	z-index: 999;
	height: 50px;
	width: 70px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#ht .burger_wrapper #burger {
	width: 40px;
	height: 10px;
	position: relative;
	display: block;
	margin: -4px auto 0;
	top: 50%;
}


#ht .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#ht .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}

#ht .bar.btmBar {
  -webkit-transform: translateY(10px) rotate(0deg);
          transform: translateY(10px) rotate(0deg);
}



#ht .menu {
    position: relative;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}

#ht .menu li {
    position: relative;
    display: block;
    padding: 0;
padding-right: 0;
    margin-bottom: 20px;
    text-align: right;
    
/*
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
*/
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
    
#ht .menu li a {
    font-size: 16px;
    line-height: 2.35;
/*    width: 100%;*/
}

#ht .menu li:nth-child(1) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}

#ht .menu li:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

#ht .menu li:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

#ht .menu li:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

#ht .menu li:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

#ht .menu li:nth-child(6) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

#ht .menu li:nth-child(7) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}

#ht .menu li:nth-child(8) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

    
#ht .menu .dd_sev ul li:nth-child(1) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
    
#ht .menu .dd_sev ul li:nth-child(2) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
    
#ht .menu .dd_sev ul li:nth-child(3) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
    
    
    
/* - - - - - MOBILE MENU OPENED  - - - - - */

#ht .header.open .header_in {
    position: fixed;
    z-index: 800;
    height: 100%;
    left: 0;
    background: #fff;
	-webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	opacity:1;
}
	
#ht .header.open .burger_wrapper {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#ht .header.open .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#ht .header.open .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}

#ht .header.open .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}

#ht .header.open .menu li {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}
/*

#ht .header.open .menu li:nth-child(1) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

#ht .header.open .menu li:nth-child(2) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}

#ht .header.open .menu li:nth-child(3) {
  -webkit-transition-delay: 0.41s;
          transition-delay: 0.41s;
}

#ht .header.open .menu li:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

#ht .header.open .menu li:nth-child(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

#ht .header.open .menu li:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}

#ht .header.open .menu li:nth-child(7) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}
    
#ht .header.open .menu li:nth-child(8) {
  -webkit-transition-delay: 0.76s;
          transition-delay: 0.76s;
}
*/
    
    
    
#ht .header.open .menu .dd_sev ul li:nth-child(1) {
  -webkit-transition-delay: 0.83s;
          transition-delay: 0.83s;
}
    
#ht .header.open .menu .dd_sev ul li:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
    
#ht .header.open .menu .dd_sev ul li:nth-child(3) {
  -webkit-transition-delay: 0.97s;
          transition-delay: 0.97s;
}
    

#ht .header_bottom {
    padding-top: 130px;
    width: 100%;
    padding-right: 20px;
}
    
#ht .header_bottom  .logo {
	display: none !important;
    max-width: 172px;
}


#ht .header.open .logo_normal{
	display: none;
}
	
#ht .header.open .logo_normal{
	display: none;
}
	

#ht .logo_slide{
	display: none;
}
	
#ht .header.open .logo_slide{
    display: block;
    max-width: 172px;
}
	
#ht .header_la,
#ht .header_breadcrumb {
/*    font-size: 10px;*/
}
	
#ht .header_breadcrumb.mb{
    clear: both;
    display: flex !important;
    padding-top: 40px;
}

#ht .header.bg .header_breadcrumb.mb{
    display: none !important;
}
	
#ht .header_breadcrumb li:after{
    margin: 0 4px;
}

#ht .header_breadcrumb.desktop{
    display: none;
}
	
#ht .header_breadcrumb li.active a{
	max-width: 190px;
}

	
/* - - - - - MOBILE DROPDOWN  - - - - - */

#ht .menu li ul {
    display: block !important;
    position: relative !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 16px;
}
    
#ht .menu li ul li {
    padding-bottom: 10px;
}
    
#ht .menu li.dd ul li{
    background: none;

}
    
/* -------------- SECTION (COMMON))  -------------- */
#ht .page {
    padding-bottom: 40px;
}

#ht .sec{
	width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#ht .sec_in{
	display: block;
}

#ht .sec_title {
    padding-bottom: 50px;
}
	

	
	
	
/* -------------- GLOBAL NETWORK (COMMON)  -------------- */

#ht #gnt {
/*    padding-top: 40px !important;*/
}
    
#ht #gnt .map {
    width: 97%;
    max-width: 580px;
    min-width: 0;
}
    
#ht .gnt_logo {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 40px;
}
    
#ht .gnt_image{
    padding-bottom: 0;
}
    
#ht .gnt_image li,
#ht .gnt_image .wp-block-column {
    width: 48%;
    flex-basis: auto!important;
}

#ht .gnt_image .wp-block-column:not(:first-child) {
    margin-left: 0;
}
    
    
/* -------------- FOOTER  -------------- */
#ht .footer {
/*    padding-bottom: 60px;*/
}

#ht .footer_top_in {
    display: block;
    padding-top: 28px;
    padding-bottom: 30px;
}
    
#ht .footer_top_title {
    margin-right: 0;
    margin-bottom: 10px;
}
    
#ht .footer_in {
/*
    padding-top: 40px;
    padding-bottom: 50px;
*/
    display: block;
}

#ht .footer_title {
/*    max-width: 120px;*/
/*    padding-bottom: 20px;*/
    /* margin: 0 auto; */
}
    
irep .footer_left_info {
    font-size: 14px;
    /* text-align: center; */
    padding-bottom: 50px;
}
    
#ht .footer_menu {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}
    
#ht .footer_menu li {
/*    text-align: center;*/
}
    
#ht .footer_social_icons {
    padding-bottom: 50px;
}
    
#ht .footer_social_icons li:nth-child(1) {
    margin-left: 0;
}
    
#ht .footer_bottom {
    flex-wrap: wrap;
    width: 90%;
    justify-content:flex-start;
/*
    text-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
*/
}
    
#ht .footer_bottom li {
    padding-bottom: 10px;
/*    text-align: center;*/
    width: 100%;
    margin: 0;
}
    
  
#ht .footer_bottom li:nth-child(1){
/*
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
*/
}
    
    
#ht .footer_bottom li:nth-child(2),
#ht .footer_bottom li:nth-child(3){
    width: auto;
    margin-right: 20px;
}
    


    
/* -------------- OTHER  -------------- */

#ht .mb{ display:block !important;  }
#ht .mn{ display:none !important; }
#ht .mib{ display:inline-block;}



    
    
    


}








