@charset "UTF-8";
/* CSS Document */


.sp-nav{
	display: block;
}
.pc-nav{
	display: none;
}


#header .logo {
  width: 100%;
  max-width: 160px;
    display: block;
}



/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #3646AB;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 70%;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
/*	text-transform: uppercase;*/
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav li.btn-box{
	margin-top: 20px;
}
#g-nav li.btn-box .btn{
	background: #212020;
	padding: 10px 14px;
	color: #fff;
	border-radius: 4px;
}




/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 50px;
    height:50px;
}

	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #212020;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
	background-color: #fff;
}
/**************************************************
ぱんくず breadcrumb
**************************************************/

#breadcrumbs ul {
width: 92%;
margin: 12px 0 12px 3%;
/*text-align: center;*/
}
#breadcrumbs ul li {
display: inline-block;
/*vertical-align: top;*/
}
#breadcrumb{
	color:#3646AB; 
	border-top:solid #3646AB 1.5px;
	
}
/*
.breadcrumb {
    background: #F7F7F7;
	padding: 12px 0;
}
*/
#breadcrumb span{
	color: #212020;
	margin-left: 5px;
	margin-right: 5px;
}
#breadcrumbs ul li,
#breadcrumb a{
    	font-size: 15px;
	font-size: 1.5rem;
}
#breadcrumbs a span:hover{
	color: #3646AB;
	opacity: 1;
}



/**************************************************
footer
**************************************************/

#footer {
    position: relative;
    padding: 8% 0 0;
}    
#footer .page_top{
    position: absolute;
    top:-35px;
    right: 20px;
    height: 60px;
} 
    
.page_top{
  position: fixed;
  z-index: 1;
  right: 2%;
  bottom: 3%;
}
.page_top a{
/*  display: block;*/
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
box-shadow: 0px 7px 10px -6px rgba(0, 0, 0, 0.3);
display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.page_top img{
    width: auto;
    height: 40px;
}



#footer .contact{
    background-color: #3646AB;
    width: 100px;
    height: 100px;
    border-radius: 50%;
display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 4%;
}
#footer .contact img{
    width: 33px;
    height: 27px;
}
#footer ul{
    display: flex;
    justify-content: center;
}
#footer ul li{
    margin: 20px 12px;
}


/*

#footer {
	padding: 8% 0 2%;
}

#footer .logo{
  max-width: 140px;
}
#footer .f-nav{
  margin-top: 40px;
}
#footer .f-nav li{
  margin-bottom: 12px;
}
#footer .f-nav li a{
  padding: 10px;
  color: #3646AB;
}

#footer .f-nav02 .f-nav a::after{
font-family: "Font Awesome 5 Free";
content: '\f14c';
font-weight: 900;
margin-left: 8px;
}
*/

.copyright{
/*width: 92%;*/
text-align: center;
margin: 0 auto;
padding: 20px 0;
}

@media screen and (max-width: 375px) {
  #footer ul{
    flex-direction: column;
  }
  #footer ul li{
      margin: 0 12px 20px;
  }
}

@media screen and (max-width: 320px) {
.page_top a {
  width: 40px;
  height: 40px;
	}
}




@media screen and (max-width: 1024px) {
	
/*------------------------------
ヘッダー、Gナビ共通 ※変更不可
------------------------------*/
#header {
  height: 70px;
  background: #fff;
  padding: 0 12px;
}
#header, #header .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}




	
}/*================== PC(min-width:  600px)ここまで ==================*/

@media screen and (min-width: 600px) {
#header .logo {
  max-width: 180px;
}
	
}/*================== PC(min-width:  600px)ここまで ==================*/
@media screen and (min-width: 1025px) {
	
.sp-nav{
	display: none;
}
.pc-nav{
	display: block;
}
/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
#header{
  /*はじめの高さを設定*/
  height: 100px;
  padding-left: 2.5%;
 padding-right: 2.5%;
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:#fff;
  /*	color:#fff;*/
  text-align: center;
    margin: 0 auto;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
/*
border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
*/
/*  padding: 0 0 0 20px;*/
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height:60px;
    width: 100%;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


#header nav ul,
#header nav .enrty-btn{
  float: left;
}
#header nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
/*  margin-top: 35px;*/
}

#header nav ul li a{
  text-decoration: none;
  padding: 0 2px;
/*  color: #3646AB;*/
font-size: clamp(14px, 0.7318rem + 0.5vw, 16px);
transition: all .3s;
margin: 0 12px;
display: block;
}

    
#header nav ul li a:hover{
color: #3646AB;
opacity: 1;
}
    
/*下線アニメ*/
 #header nav ul li a{
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
   #header nav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #3646AB;
    transform-origin: bottom right;
    transition: transform .4s cubic-bezier(.86, 0, .07, 1)
  }
  #header nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
  }
    
    
#drop-menu.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    position: relative;
    z-index: 1;
    top:28px;

}
.gnavi__list:hover #drop-menu.dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
/*    padding-top: 12px;*/
    
}
#drop-menu  .dropdown__list {
    display: flex;
    transition: all .3s;
    position: absolute;
    background: #fff;
/*    width: 154px;*/
/*    padding: 4px 0 10px;*/
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
    margin: 0;
}

    #drop-menu  .dropdown__list a{
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px 0px 2px;
        background: #fff;
        width: 154px;
    border-radius: 10px;
    margin: 4px 8px 10px;
    }
    
    
/*外部リンクにマークを入れる*/
#header nav ul li a.blank_link,
    a.blank_link{
	padding-right: 14px;
	background: url("../images/common/icon_blank.svg") right center/11px auto no-repeat;
}
    
    
/**************************************************
breadcrumb　#page_top
**************************************************/

#breadcrumbs ul {
margin: 20px 0 12px 4%;
}
  

#footer .page_top {
    top: -35px;
    right: 60px;
}
#footer .page_top a {
/*    border-radius: 70px;*/
    width: 80px;
    height: 80px;
}

/**************************************************
footer
**************************************************/


#footer {
  padding: 4% 0 0;
}

#footer .f-nav{
  margin-top: 40px;
	justify-content: flex-end;
}

#footer .f-nav li{
  margin-bottom: 0;
}
#footer .f-nav02 .f-nav{
		padding-bottom: 4%;
}
	
}/*================== PC(min-width: 1025px)ここまで ==================*/


