@charset "utf-8";

/*=================================
   header
  =================================*/
.fixed-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /*display: block;*/
  z-index: 100;
	
background: linear-gradient(90deg, #fff 0%, #fff 35%, #000026 35%, #000026 100%); /* ヘッダ背景色 */
display: flex;
}

@media screen and (min-width:2000px){
	
.fixed-header{
background: linear-gradient(90deg, #fff 0%, #fff 40%, #000026 40%, #000026 100%); /* ヘッダ背景色 */
display: flex;
}	
	
}	

.header.change-shadow .fixed-header{
box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.05);
}

.fixed-header-container{
 /* width: 100%;*/
  margin: 0 auto;	
}
.fixed-header .header-logo{
  padding:0;
  /*width: 30vw;*/
margin-top: 10px;
	
}

.fixed-header .header-logo a{

}





.fixed-header .navi01{
justify-content: flex-end;
display: flex;
flex-direction: row;	
font-size: 1.45rem;
height: 80px;
align-items: center;
}
.fixed-header .navi01>li{
  display: inline-block;
  font-weight: normal;
  padding: 0px 0px 0px;
margin: 0 20px 0px;	
/*position: relative;*/

}

.fixed-header .navi01>li a {
  display: block;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
color: white;	
}
.fixed-header .navi01>li a::before,
.fixed-header .navi01>li a::after {
  border-bottom: solid 5px #df6d00;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.fixed-header .navi01>li a::before {
  left: 50%;
}
.fixed-header .navi01>li a::after {
  right: 50%;
}
.fixed-header .navi01>li a:hover::before,
.fixed-header .navi01>li a:hover::after {
  width: 50%;
}




.fixed-header .navi02{
justify-content: flex-end;
display: flex;
flex-direction: row;			
align-items: center;	
}

.fixed-header .navi02 li{
  display: inline-block;
text-align: center;	
font-size: 1.5rem;

}

.fixed-header .navi02 li a{
color: #fff;
	
display:block;
padding: 10px;
border: 1px solid #fff;	
}

.fixed-header .navi02 li:hover{
background-color: #4f4f69;	
 transition: all .3s ease;
}

.fixed-header .navi02 li:first-child{
  
}

.fixed-header .navi02 li:nth-child(2){
}

header>.sp-nav,#close-btn{
  display: none;
  height: 0;
}

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

.fixed-header .navi01>li{
  display: inline-block;
  font-weight: normal;
  padding: 0px 0px 0px;
margin: 0 15px 0px;	
/*position: relative;*/

}
	
}






@media screen and (max-width:950px){
 /*=================================
     header (sp)
    =================================*/
  .fixed-header-container .float-right,.fixed-header-container .sub-nav,.fixed-header-container nav{
    display: none;
  }

.fixed-header{
background: linear-gradient(90deg, #fff 0%, #fff 35%, #fff 35%, #fff 100%); /* ヘッダ背景色 */
  }	
	
  .fixed-header-container{
    width: 100%;
    height: 65px;
    padding: 10px 10px;
    display: -webkit-flex;
    display:    -moz-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .fixed-header-container .float-left{
    float: none;
  }
	
	
  .fixed-header .header-logo{
    padding-top: 0px;
	margin: 0;
    width: 80vw;
  }
	
.fixed-header .header-logo a{
color: #2066D5;	
font-size: 3rem;
font-weight: 700;	
}
	
  .fixed-header-container figure{
    float: right;
    padding: 6px 0 0 0;
    width: 5vw;
  }
	
	
  header>.sp-nav{
    display: block;
    position: fixed;
    width: 100%;
    height: 1000vw;
    top: -6vw;
 
    background: rgba(0,0,0,0.8);
    z-index: 99;
    padding: 0 6.6%;
	  
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
	  
	transition: all .6s; 
	opacity : 1;
	 	  
  }
  .sp-nav.open {
   -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	  
	opacity : 1;
  }

	
	
  .sp-nav>div>ul{
    /*
	width: 80%;
    height: 69vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	 */ 
  }
  .sp-nav>div>ul>li{
    line-height: 2.5em;
	
  }

	
.sp-nav a{
 color: #fff;
  }
	
.sp-nav a:hover{
opacity: .7;
  }	
	
.navi-sp01{
/*float: left;
width: 50%;	*/ 
padding-top: 28vw;

}

		
.navi-sp01>ul>li{
border-bottom: solid #fff 1px;
padding:20px 10px; 
display: flex;
flex-direction: column;		
}

	

	
.navi-sp02 {
padding-top: 5vw;
}
	
.navi-sp02 li{
display: inline-block;
padding: 15px 0px;
text-align: center;	
width: 100%;
margin-top: 10px;
font-weight: 700;
background-color: #005eac;	
}

.navi-sp02 li a{
color: #fff;

}
	
.navi-sp02 li:hover{
display: block;
background-color: #6696E2;	
}	

.navi-sp02 li:first-child{
}

.navi-sp02 li:nth-child(2){
}
	

	
  .fixed-header-container>.close-wrap{
    display: none;
  }
	
	}

@media screen and (max-width:560px){
  .fixed-header-container figure{
    float: right;
    padding: 6px 0 0 0;
    width: 10vw;
  }
}	

/*=================================
 * media (sp)320px補足
  =================================*/
@media screen and (max-width:320px){
.navi-sp02 li{
width: 130px;
}
	
}



/*=================================
 共通
  =================================*/

.fixed-header-container figure img{cursor: pointer;}

.header-pc{
    display: block;
}
.header-sp{
    display: none;
}

@media screen and (max-width:950px){
  .header-pc{
      display: none;
  }
  .header-sp{
      display: block;
  }
}	

