@charset "utf-8";
/* CSS Document */
/*トップ画像*/
.staff-title{
  font-size: 3.0rem;
  font-family: "Livory Regular";
  text-align: center;
}
.staff-title .staff-img{
  background-image: url("../img/staff/staff_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 87.8%;
  max-width: 1120px;
  padding: 330px 40px;
  margin: 0 auto 120px
}
/*FVのレスポンシブ*/
@media(max-width:666px){
  .staff-title .staff-img{
    background-image: url("../img/staff/sp_staffimg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 89.3%;
    padding: 37% 0px;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0 auto 80px
  }
}

/*スタッフ紹介の全体*/
.staff-list{
  width: 100%;
  font-family: 'Shippori Mincho';
  /*background-color: #dfd5c8;*/
  padding: 120px 0;
  border-radius: 0 50px 50px 0;
  margin: 0 5% 120px 0; 
  position: relative;
  z-index: 0;
}

/*背景*/
.staff-list::before{
  content: "";
  background-color: #dfd5c8;
  width: 90%;
  padding: 1000px 0 0 0;
  position: absolute;
  border-radius: 0 50px 0 0 ;
  top: 0;
  left: 0;
  z-index: -150;
}.staff-list::after{
  content: "";
  background-color: #dfd5c8;
  width: 90%;
  padding: 1000px 0 0 0;
  position: absolute;
  border-radius: 0 0 50px 0 ;
  bottom: 0;
  left: 0;
  z-index: -150;
}


.staff-container{
  width: 300px;
}

/*スライダーのための記述*/
.slick-prev:before,.slick-next:before {
    color: #333;
}
.slider .slick-slide {
    margin:0 50px;
}
/*矢印の設定*/
.slick-prev {
  position: absolute;/*絶対配置にする*/
  top: 3%;
  right: 15%;
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: skew(-45deg);
}
.slick-next{
  position: absolute;/*絶対配置にする*/
  top: 3%;
  right:5%;
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}



/*スタッフ紹介*/
.staff-container{
  list-style: none;
}
.staff-container h3{
  font-size: 1.6rem;
  font-family: "Livory Regular";
  margin-bottom: 15px;
}
.staff-photo{
  width: 100%;
  margin-bottom: 30px;
}
.staff-description{
  margin-bottom: 30px;
}
.staff-position,.staff-name,.staff-year,.staff-skill{
  margin-bottom: 0;
}
.staff-description .staff-position{
  font-size: 1.2rem;
}
.staff-description .staff-name{
  font-size: 1.6rem;
}
.staff-messagge{
  background-color: #fff;
  border-radius: 15px; 
  padding: 25px 15px;
  margin-bottom: 30px;
}
.br_none{
  display: none;
}
.staff-style{
  width: 100%;
  max-width: 359px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.staff-style img{
  max-width: 90px;
  margin-bottom: 30px;
}
/*インスタグラムの誘導*/
.insta-guid{
  width: 75%;
  height: 60px;
  border: solid 1px #333;
  padding: 15px 30px;
  margin: 0 auto;
}
.insta-content{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 7px;
}
.insta-title{
  font-size: 1.6rem;
  font-family: "Livory Regular";
  text-align: left;
  position: relative;
}
.insta-guid a {
  text-decoration: none;
  color: #333;
}
.insta-guid a .insta-img{
  width: 40px;
  height: auto;
}

/*メニューページへの誘導*/
.menu_guidance{
  text-align: right;
  max-width: 1366px;
  font-size: 1.8rem;
  position: relative;
  margin: 0 auto 120px;
  padding-right: 120px;
}
.menu_guidance a{
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
}
.menu_guidance a::after{
  content: "";
  width: 180px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
  position: absolute;
  top:25px;
  right: 100px;
}
@media(max-width:666px){
  .staff-container{
    width: 270px;
  }
  .staff-container .staff-description{
    font-size: 1.3rem;
  }
  .staff-container .staff-description .staff-position{
    font-size: 1.1rem;
  }
  .staff-container .staff-description .staff-name{
    font-size: 1.5rem;
  }
  .staff-messagge{
    font-size: 1.2rem;
  }
  .staff-style{
    max-width: 311px;
  }
  .staff-style img{
    max-width: 78px;
}

  .slider .slick-slide {
    margin:0 30px 0 20px;
  }
  .br_none{
    display: block;
  }
  .menu_guidance{
    margin-right: 35px;
    margin-bottom: 120px;
    font-size: 1.4rem;
    padding-right: 0;
  }
  
  .menu_guidance a::after{
    width: 165px;
    position: absolute;
    top:25px;
    right: -15px;
  }
  .insta-content{
    margin-top: 8px;
  }
  .insta-title{
    font-size: 1.4rem;
  }
}











