/***************************************************************************************

 header

***************************************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #343579;
  color: #ffffff;
  z-index: 200;
  border-bottom: 1px solid rgba(255, 255, 255, 1); 
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

/*fixed*/
/*-------------------------------------------------*/
.is-fix header {
  top: -60px; 
  box-shadow: 0 0 30px -5px #DDD;
}
body{margin-top: 160px; }

/*body.is-fix{margin-top: 100px; }*/
@media only screen and (max-width: 979px) {
  header{
    position: relative;
/*    margin-bottom: 15px;*/
  }
  body{margin-top: 0; }
}



/***************************************************************************************

 TOP

***************************************************************************************/
/*----------------------------------------------
 団体支援事業 / group support area / groupsupport_area
------------------------------------------------*/
.gs_block:hover .gs_img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(5px);
  filter: blur(5px); }

/*.gs_block::before {
  background-color: rgba(0, 0, 0, 0.4); }*/

.gs_block:hover::before {
  background-color: rgba(0, 0, 0, 0.6); }

.gs_block:hover .gs_txt_in {
  border-bottom: none;
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px); }

.gs_block:hover .gs_list {
  opacity: 1;
  border-top: none;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }


.swiper-container {
  margin: 0 0 0 auto;
  /*position: relative;*/
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide {
  font-size: 14px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
/*  -webkit-box-pack: center;
  -ms-flex-pack: center;*/
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }



/***************************************************************************************

 ANCHOR LINK

***************************************************************************************/



#container [id*="link"] {
  /* padding-top: 100px;
  margin-top: -100px;
  position: relative;
  z-index: -1; */
}

/*
.plink {
  padding-top: 100px;
  margin-top: -100px;
}
*/

.is-fix #container [id*="link"] {
/*  padding-top: 0px;
  margin-top: 0px;*/
}
@media only screen and (max-width: 979px) {
  #container [id*="link"] {
    padding-top: 0;
    margin-top: 0;
  }
    .plink {
  		padding-top: 0;
  		margin-top: 0;
	}
}

