@charset "UTF-8";
/* CSS Document */

/*--------------------------------texttyping--------------*/
.TextTyping span {
	display: none;
}

/*文字列後ろの線の設定*/
/*
.TextTyping::after {
 	content: "|";
	animation: typinganime .8s ease infinite;
}
*/
@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}
/*--------------------------------Animation--------------*/
#home #works article:nth-child(2) {
  animation-delay: 0s;
}
#home #works article:nth-child(3) {
  animation-delay: 0.1s;
}
#home #works article:nth-child(4) {
  animation-delay: 0.2s;
}
#home #works article:nth-child(5) {
  animation-delay: 0.3s;
}
#home #works article:nth-child(6) {
  animation-delay: 0.4s;
}
#home #works article:nth-child(7) {
  animation-delay: 0.5s;
}
#home #topics .topics_wrap article:nth-child(1){
  animation-delay: 0s;
}
#home #topics .topics_wrap article:nth-child(2){
  animation-delay: 0.2s;
}
#home #topics .topics_wrap article:nth-child(3){
  animation-delay: 0.4s;
}
#home #design article:nth-child(2) {
  animation-delay: 0s;
}
#home #design article:nth-child(3) {
  animation-delay: 0.1s;
}
#home #design article:nth-child(4) {
  animation-delay: 0.2s;
}
#home #design article:nth-child(5) {
  animation-delay: 0.3s;
}
#company #company_staff article:nth-child(3){
  animation-delay: 0s;
}
#company #company_staff article:nth-child(4){
  animation-delay: 0.1s;
}
#company #company_staff article:nth-child(5){
  animation-delay: 0.2s;
}
#company #company_staff article:nth-child(6){
  animation-delay: 0.3s;
}
#company #company_staff article:nth-child(7){
  animation-delay: 0.4s;
}
#company #company_staff article:nth-child(8){
  animation-delay: 0.5s;
}
#company #company_staff article:nth-child(9){
  animation-delay: 0.6s;
}
#company #company_staff article:nth-child(10){
  animation-delay: 0.7s;
}
#company #company_staff article:nth-child(11){
  animation-delay: 0.8s;
}
#company #company_staff article:nth-child(12){
  animation-delay: 0.9s;
}
#company #company_staff article:nth-child(13){
  animation-delay: 1.0s;
}
#company #company_staff article:nth-child(14){
  animation-delay: 1.1s;
}