@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500&display=swap');

html{
    font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
	font-size:1.4rem;/* 14px*/
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color:#000;
  
  }


a{color:#000; text-decoration:none;}
a img{transition: 0.5s all;}

img{
	max-width: 100%;
	height: auto;
}

.Center{text-align: center;}
.Right{text-align: right;}

@media screen and (min-width:768px){.pc_hidden{display: none;}}
@media screen and (max-width:767px) {.sp_hidden{display: none;}}

/*common//////////////////////////////////*/
.Contents{max-width: 770px; margin: 0 auto; padding:0 25px; position: relative;} 

section + section{margin-top: 100px;}

/*header//////////////////////////////////*/

.Wrapper{margin: 100px 0;}

.Gnav{font-family: 'Hind Siliguri', sans-serif;}

.top_logo{opacity: 0; transition: 0.3s;}
.top_logo.active{opacity: 1;}


	@media screen and (min-width: 768px) {
    .Contents_inner{
        margin-left: 40px;
      }
      
    header {
      position: fixed;
      top: 0;
      left: 0;
      height: 100px;
      z-index: 9997;
      width: 100%;
      background: #FFF;
      }
    
    
    .nav-button,
    .sp_logo{display: none !important;}

    .link_head{
      margin-top: -150px;
      padding-top: 150px;
    }
    
    .logo img{width: 145px;}
    
    .header_inner{
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      align-items: center;
      margin: 0 auto;
      padding: 0 60px;
      box-sizing: border-box;
    }
		
    .Gnav li{
      display: inline-block;
      font-size: 1.6rem;
      line-height: 1;
      font-weight: 100;
      
      } 
    .Gnav li.current{font-weight: 700;}  
    .Gnav li + li{margin-left: 50px;}  
    .Gnav li a{
      display:inline-block;
      transition: 0.3s;
     
      }
      
    .Gnav li a:hover{
      backface-visibility: hidden;/* animation時のにじみ防止 */
      transform: rotate(10deg);
    }  
    
    
 	}

  @media screen and (max-width: 767px) {
    .Wrapper{margin-top: 60px;}
    .link_head{
      margin-top: -60px;
      padding-top: 60px;
    }
    
    .logo{
      position: fixed;
      top: 0;
      left: 0;
      height: 60px;
      width: 100%;
      padding: 20px 25px;
      box-sizing: border-box;
      z-index: 9997;
      background: #FFF;
    }
    .logo img,
    .sp_logo img{display: block; width: 80px;}
    
    .sp_logo{
      position: absolute;
      top: 20px;
      left: 25px;
    }
    
    
		.Gnav {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      z-index: 9998;
      background: rgb(229,180,203);
      background: linear-gradient(90deg, rgba(229,180,203,1) 0%, rgba(255,255,255,1) 50%, rgba(129,196,205,1) 100%);
      width: 100%;
      height: 100%;
      }
	  .Gnav.close{opacity: 0; transition: .2s;}
	  .Gnav.open {opacity:1; transition: .2s; visibility: visible;}

	  .Gnav ul {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      text-align: center;
      padding: 30px;
      padding-top: 20vh;
	  }
	  .Gnav ul li {
      display: block;
      font-size: 2.8rem;
      margin-bottom: 3vh;
	  }
    
    
    /*hamburger*/
	  .nav-button {
	  	display: block;
      cursor: pointer;
      z-index: 9999;
      position: fixed;
      top: 20px;
      right: 25px;
      width: 40px;
      height: 20px;
      
	  }
    
	  .nav-button span {
      position: absolute;
      right: 0;
      width: 100%;
      height: 1px;
      display: block;
      background: #000;
      transition: 0.3s;}

    header.black .nav-button span{background: #FFF;}

	  .nav-button span:nth-of-type(1) {top: 0;}
    .nav-button span:nth-of-type(2) {top: 10px}
	  .nav-button span:nth-of-type(3) {bottom: 0;}
    
    
	  .nav-button.active span:nth-of-type(1) {
		  transform: translateY(10px) rotate(-30deg) ;}
	  
	  .nav-button.active span:nth-of-type(3) {
      transform: translateY(-9px) rotate(30deg) ;}
    
    .nav-button.active span:nth-of-type(2){display: none;}
	}

/*kv*/
.kv{
  padding: 180px 25px 200px 25px;
  
}
.kv_logo{
  max-width: 470px;
  margin: 0 auto;
  position: relative;
}
.kv_logo img.logo_blue{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.kv_logo img.logo_pink{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.kv_logo:hover img.logo_blue{
  animation: distort1 200ms linear infinite;}
.kv_logo:hover img.logo_pink{
  animation: distort2 200ms linear infinite;}  

.sns{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.sns_icon img{
  width: 20px;
}
.sns_icon + .sns_icon{
  margin-left: 15px;
}
.ttl{
  font-size: 2.4rem;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
  border-bottom: 2px solid #000;
  line-height: 1;
  margin-bottom: 20px;
}

  @keyframes distort1 {
		0%    { top: -3px; left: -3px; }
		12.5% { top: -3px; left: 0; }
		25%   { top: -3px; left: 3px; }
		37.5% { top: 0; left: 3px; }
		50%   { top: 3px; left: 3px; }
		62.5% { top: 3px; left: 0; }
		75%   { top: 3px; left: -3px; }
		87.5% { top: 0; left: -3px; }
		100%  { top: -3px; left: -3px; }
	}
	
	@keyframes distort2 {
		0%    { top: 3px; left: 3px; }
		12.5% { top: 0; left: 3px; }
		25%   { top: -3px; left: 3px; }
		37.5% { top: -3px; left: 0; }
		50%   { top: -3px; left: -3px; }
		62.5% { top: 0; left: -3px; }
		75%   { top: 3px; left: -3px; }
		87.5% { top: 3px; left: 0; }
		100%  { top: 3px; left: 3px; }
	}

    @media screen and (max-width: 767px) {
      .kv{
        padding: 100px 25px;
      }  
      .kv_logo{
        max-width: 200px;}
      
      .ttl{
        font-size: 1.8rem;}
    }

/*footer*/
footer{
  padding-bottom: 20px;
}
.caution{
  text-align: center;
  margin-bottom: 60px;
}

.caution p{
  display: inline-block;
  text-align: left;
  font-size: 1rem;
}
.copyright{
  text-align: right;
  font-size: 1rem;
}
.PageTop{
  position: fixed;
  width: 30px;
  bottom: 40px;
  right: 20px;
}
  @media screen and (max-width: 767px) {
    .PageTop{width: 20px;}
  }

/*top*/    
.News_list li{
  margin-bottom: 10px;
}

.profile_ttl{
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.profile_ttl span{
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Hind Siliguri', sans-serif;
  vertical-align: middle;
}

.profile_name{
  font-size: 1.1rem;
}
.profile_name + .profile_name{margin-top: 20px;}

.profile_name span{
  font-size: 1.6rem;
}

.profile_txt{
  font-size: 1.3rem;
  margin: 50px 0 100px 0;
}

.profile_txt p + p{margin-top: 50px;}


.Link_kankyorecords{
  text-align: center;
  max-width: 436px;
  margin: 0 auto;
}
.text_kankyorecords{
  text-align: left;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.bnr_kankyorecords a:hover img{
	opacity:0.5;
	transition: 0.5s all;}

/*insta*/
.slick-slide{
   margin: 0 10px;
}
.insta_thm{position: relative;}
.insta_thm a{
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  display: block;overflow: hidden;
}

.insta_thm a:hover img{
	opacity:0.5;
	transition: 0.5s all;}

.insta_thm a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 
  }

.arrow_prev,.arrow_next{
  display: block;
  width: 12px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.arrow_prev{left: -30px;}
.arrow_next{right: -30px;}

    @media screen and (max-width: 840px) {
      .arrow_prev{left: -15px;}
      .arrow_next{right: -15px;}
    }
    

    
    @media screen and (max-width: 767px) {}
   

