/* CSS Document */
@media screen and (min-width: 768px) {
  .pankuzu li,
  .pankuzu li a{
    color: #FFFFFF !important;
  }
}


/* textile_wrap ------------------------------------ */
.textile_wrap{
  padding-left: 6.66%;
  padding-right: 6.66%;
  padding-bottom: 60px;
}
.textile_wrap h2{
  padding-bottom: 40px;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.textile_list{
  max-width: 1000px;
  margin: 0 auto;
}
.textile_list > li{
  padding-bottom: 60px;
}
.textile_list > li:last-child{
  padding-bottom: 0;
}
.textile_img{
  font-size: 0;
}
.textile_txt{
}
.textile_txt> h3{
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.7rem;
}
.textile_txt > p{
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .textile_wrap{
    padding-bottom: 80px;
  }
  .textile_wrap h2{
    padding-bottom: 80px;
    font-size: 2.2rem;
  }
  .textile_list > li{
    display: flex;
  }
  .textile_list > li:nth-child(2n){
    flex-direction: row-reverse;
  }
  .textile_img{
    width: 50%;
  }
  .textile_txt{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-bottom: 0;
  }
  .textile_txt > h3{
    padding-top: 0;
    width: 76%;
    margin: 0 auto;
  }
  .textile_txt > p{
    width: 76%;
    margin: 0 auto;
  }
}
/* textile_wrap END -------------------------------- */

/* textile_profile ------------------------------------ */
.textile_profile{
  padding-left: 6.66%;
  padding-right: 6.66%;
  padding-bottom: 60px;
}
.profile_img_wrap{
  position: relative;
  text-align: center;
  padding-bottom: 40px;
  max-width: 420px;
  margin: 0 auto;
}
.profile_img{
  position: relative;
  width: 61.53%;
}
.profile_img img{
  border-radius: 50%;
  max-width: 200px;
}
.profile_svg{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
}
.profile_name_jp{
  font-size: 1.7rem;
  text-align: center;
  padding-top: 30px;
}
.profile_name_eng{
  font-size: 1.3rem;
  text-align: center;
}
.profile_txt{
  max-width: 380px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .textile_profile{
    padding-bottom: 80px;
  }
  .profile_img_wrap{
    padding-bottom: 10px;
  }
  .profile_img img{
    max-width: 250px;
  }
  .profile_svg{
    width: 220px;
    bottom: 0;
    right: 0;
    left: initial;
    margin: initial;
  }
}
/* textile_profile END -------------------------------- */