@charset "UTF-8";
/*******************************
*　スタッフ
********************************/

/* セクション設定 */
.pg_staff{

}
.pg_staff .section.sec1{

}
.pg_staff .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
/* セクション設定 */
.pg_staff{

}
.pg_staff .section.sec1{

}
.pg_staff .section.sec2{

}

}
@media (min-width:1024px){


}
@media (min-width:1200px){
/* セクション設定 */
.pg_staff{

}
.pg_staff .section.sec1{

}
.pg_staff .section.sec2{

}

}
@media (min-width:1470px){


}
@media (min-width:1720px){


}


/* メイン部分 */
.post_items.staff{
  display: flex;
  flex-wrap: wrap;
}
.post_items.staff .item{
  width: 100%;
}
.post_items.staff .item:nth-child(n+2){
margin-top: 10px;
}
.post_items.staff .item .inner{
  text-align: center;
  background: #fefff5;
  border-radius: 20px;
  box-shadow: 4.974px 3.355px 11.96px 1.04px rgba(42, 57, 38, 0.11);
  padding: 50px 20px 45px;
}
.post_items.staff .item .title,
.staff_popup_box .title{
   font-size: 20px;
   font-weight: 900;
   font-family: "Zen Maru Gothic", sans-serif;
   letter-spacing: 0;
   color: #47916c;
   margin-top: 16px;
}
.staff_img{
  border-radius: 50%;
  overflow: hidden;
}
.staff_img img{
  border-radius: 50%;
  transition: all .2s;
}
.post_items.staff .item .inner:hover .staff_img img{
  transform: scale(1.05);
}
.link_1{
 display: flex;
 justify-content: center;
 margin-top: 21px;
}
.link_1 a{
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  width: 108px;
  border-bottom: 1px solid #000000;
  margin-inline: auto;
  position: relative;
  padding-bottom: 8px;
}
.link_1 a:after{
  content: "\f061";
font-size: 11px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .2s;
}
.post_items.staff .item .inner:hover .link_1 a:after{
  right: -5px;
}

/*poppup内*/
.staff_popup_box{
  width: 80%;
}
.staff_popup_box .inner{
  background: #fefff5;
  border-radius: 20px;
  padding: 30px 16px;
}
.staff_popup_box .staff_img{
  
}
.staff_popup_box .title{
    text-align: center;
}
.staff_popup_box .meta{
  margin-top: 20px;
}
.staff_popup_box .block{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.staff_popup_box .block:nth-child(n+2){
  margin-top: 12px;
}
.staff_popup_box .left{
  background: #47916c;
  color: #fff;
  padding: 2px 16px;
}
.staff_popup_box .right{
  background: #fff;
  padding-left: 12px;
}
.staff_popup_box .content{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-top: 20px;
}

.close_btn.lity-close{
  width: auto;
    height: auto;
  position: inherit;
  inset:0;
  transform: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.close_btn.lity-close:hover{
 transform: none; 
}
.close_btn.lity-close:hover, .close_btn.lity-close:focus, .close_btn.lity-close:active, .close_btn.lity-close:visited{
  font-size: 14px;
  color: #000;
}
.close_btn.lity-close:after{
  content: "";
  display: block;
  width: 30px;
  aspect-ratio:1;
  background-image: url(/img/staff/batsu.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
@media (max-width:767px){
/*poppup内*/
.staff_popup_box{
  width: 95%;
  margin-inline:auto;
}
.staff_popup_box .left,
.staff_popup_box .right{
  width: 100%;
}
.staff_popup_box .staff_img{
  width: 200px;
  margin-inline:auto;
}
}
@media (min-width:768px){
/* メイン部分 */
.post_items.staff{
  margin-inline:-5px;
}
.post_items.staff .item{
  width: 50%;
  padding-inline:5px;
}
.post_items.staff .item:nth-child(n+2){
  margin-top: 0;
}
.post_items.staff .item:nth-child(n+3){
 margin-top: 10px;
}
.post_items.staff .item .inner{
  padding: 50px 20px 45px;
}
.post_items.staff .item .title,
.staff_popup_box .title{
   font-size: 22px;
   margin-top: 20px;
}
.link_1{
  
}
.link_1 a{
  
}

/*poppup内*/
.staff_popup_box{
  width: 600px;
}
.staff_popup_box .inner{
  padding: 59px 60px;
}
.staff_popup_box .staff_img{
  width: 250px;
  margin-inline:auto;
}
.staff_popup_box .title{

}
.staff_popup_box .meta{
margin-top: 33px;
}
.staff_popup_box .block{
  
}
.staff_popup_box .left{
  width: 200px;
}
.staff_popup_box .right{
  width: calc(100% - 200px);
}
.staff_popup_box .content{
  padding-bottom: 40px;
}

}
@media (min-width:1024px){


}
@media (min-width:1200px){
/* メイン部分 */
.post_items.staff{
  
}
.post_items.staff .item{
  width: 33.333%;
}
.post_items.staff .item:nth-child(n+3){
  margin-top: 0;;
}
.post_items.staff .item:nth-child(n+4){
margin-top: 10px;
}
.post_items.staff .item .inner{
  padding: 50px 0 45px;
}
.post_items.staff .item .title,
.staff_popup_box .title{
  font-size: 30px;
}
.staff_img{
  width: 48%;
  margin-inline:auto;
}
.link_1{
  
}
.link_1 a{
  
}

/*poppup内*/
.staff_popup_box{
    width: 800px;
}
.staff_popup_box .inner{
  padding: 59px 60px;
}
.staff_popup_box .staff_img{
  width: 300px;
}
.staff_popup_box .title{
  
}
.staff_popup_box .meta{
  
}
.staff_popup_box .block{
  
}
.staff_popup_box .left{
  
}
.staff_popup_box .right{
  
}
}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

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

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

/* メイン部分 */

@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

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

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

/* メイン部分 */

@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}
