/* !reserve
---------------------------------------------------------- */
.top-head .inner {
	background-color: rgba(255,255,255,0.20) !important;
}


@keyframes topTitleAnimate1 {
  0% { 
	  opacity: 0;
		width: 0%;
	}
  100% {
	  opacity: 1;
	  width: 100%;
	}
}
@keyframes topTitleTextAnimate1 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 20px;
	}
}

@keyframes topTitleTextAnimate2 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 60px;
	}
}

@keyframes topTitleTextAnimate3 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 100px;
	}
}

@keyframes topTitleTextAnimate4 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 140px;
	}
}


@keyframes topTitleTextAnimate1sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 10px;
	}
}

@keyframes topTitleTextAnimate2sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 40px;
	}
}

@keyframes topTitleTextAnimate3sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 70px;
	}
}

@keyframes topTitleTextAnimate4sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 100px;
	}
}



@keyframes topBackAnimate1 {
  0% { 
	  opacity: 0;
		width: 0%;
	}
  100% {
	  opacity: 1;
	  width: 50%;
	}
}
@keyframes topBackAnimate1Tb {
  0% { 
	  opacity: 0;
		width: 0%;
	}
  100% {
	  opacity: 1;
	  width: 65%;
	}
}

@keyframes topTextAnimate1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#people .topImg div.topTitle {
	width: 0%;
	padding: 16px 8px;
	/*background-color: #f2f2f2;
	animation: topTitleAnimate1 0.7s ease 0s forwards;*/
}

#people .topImg div.topTitle p.topTitleText {
	font-size: 2.2em;
	font-weight: 400;
	height: 32px;
	position: relative;
}

#people .topImg div.topTitle p.topTitleText span {
	position: absolute;
	top: 8px;
	left: 0px;
	opacity: 0;
}

#people .topImg div.topTitle p.topTitleText span:nth-child(1) {
	animation: topTitleTextAnimate1 1.0s ease-out 0s forwards;
}
#people .topImg div.topTitle p.topTitleText span:nth-child(2) {
	animation: topTitleTextAnimate2 1.0s ease-out 0s forwards;
}
#people .topImg div.topTitle p.topTitleText span:nth-child(3) {
	animation: topTitleTextAnimate3 1.0s ease-out 0s forwards;
}
#people .topImg div.topTitle p.topTitleText span:nth-child(4) {
	animation: topTitleTextAnimate4 1.0s ease-out 0s forwards;
}

#people .topImg div.peopleTopImgText {
	position: absolute;
	display: block;
	top: 440px;
	left: 40px;
	padding: 16px;
	width: 0%;
	height: 140px;
	opacity: 0;
	background-color: rgba(255,255,255,0.70);
	animation: topBackAnimate1 0.7s ease 0s forwards;
}




#people .topImg p.peopleTopImgText1, #people .topImg p.peopleTopImgText2, #people .topImg p.peopleTopImgText3 {
	font-size: 1.1em;
	line-height: 2.0em;	
	opacity: 0;
}
#people .topImg p.peopleTopImgText1 {
	animation: topTextAnimate1 0.5s ease 1s forwards;
}
#people .topImg p.peopleTopImgText2 {
	animation: topTextAnimate1 0.5s ease 1.5s forwards;
}
#people .topImg p.peopleTopImgText3 {
	animation: topTextAnimate1 0.5s ease 2.0s forwards;
}


ul.anchor {
	width: 100%;
	margin-bottom: 24px;
}

ul.anchor::after, ul.anchor::before {
    content: "";
    clear: both;
    display: block;
}
ul.anchor li {
	float: left;
	display: inline-block;
	border: 1px solid #666666;
	margin-right: 16px;
	margin-bottom: 24px;
}

ul.anchor li a {
	display: block;
	width: 100%;
	padding: 4px 40px 4px 24px;
	background-image: url('../../item/img-02/vec-b.png');
	background-repeat: no-repeat;
	background-size: auto 8px;
	background-position: center right 16px;
}
ul.anchor li:last-child a {
	background-color: #f6f6f6;
}




ul.members {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#career ul.members { 
	width: 100%
}


ul.members li {
	width: calc(33% - 16px);
	margin-bottom: 48px;
	transition: 1s;	
	opacity: 0;
	margin-top: 20px;
}

	
ul.members li.animated {
	opacity: 1;
	margin-top: 0px;	
}

ul.members li a {
	display: block;
	padding: 0px;
}
ul.members li a .imgBox {
	width: 100%;
	position: relative;
}
ul.members li a .imgBox img {
	width: 100%;
	height: auto;
}
ul.members li a .imgBox .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

ul.members li a .imgBox .icon {
	width: 15%;
	margin-left: 80%;
	margin-top: 3%;
}
ul.members li a .imgBox .icon img {
	width: 100%;
	height: auto;
}


ul.members li a .nameBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2% 4%;
	background-color: rgba(27,27,27,0.80);
	color: #ffffff;	
}


ul.members li a .nameBox::after {
	content: '';
	display: inline-block;
	width: 21px;
	height: 14px;
	position: absolute;
	top: 38px;
	right: 16px;
	background-image: url('../../item/img-02/vec-w.png');
	background-repeat: no-repeat;
	background-size: contain;
}
ul.members li a .nameBox span.memberText1 {
	display: block;
	font-size: 1.0em;
	margin-bottom: 8px;	
}
ul.members li a .nameBox span.memberText2 {
	font-size: 1.3em;
	margin-bottom: 4px;
	font-weight: 500;
}


ul.members li a .copy {
	padding: 2%;
}
ul.members li a .copy p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;	
	letter-spacing: 1px;
}

/*ul.members li a p {
	display: block;
	position: relative;
}

ul.members li a p::after {
	content: '';
	display: inline-block;
	width: 21px;
	height: 14px;
	position: absolute;
	top: 16px;
	right: 8px;
	background-image: url('../../item/img-02/vec-b.png');
	background-repeat: no-repeat;
	background-size: contain;
}


ul.members li a p span.memberText1 {
	display: block;
	font-size: 1.2em;
	margin-bottom: 8px;
}

ul.members li a p span.memberText2 {
	font-size: 1.4em;
	margin-bottom: 4px;
	font-weight: 500;
}*/

ul.members li a p span.memberText3 {
	font-size: 1.1em;
	margin-bottom: 8px;
}
.bgGray {
	width: 100%;
	background-color: #f6f6f6;
	margin-bottom: 0px;
}
#career.recruitBox {
	margin-bottom: 0px;
}



@media all and (min-width: 1344px) {
	
}
@media all and (max-width: 1087px) {

#people .topImg div.peopleTopImgText {
	top: 320px;
	height: 120px;
	animation: topBackAnimate1Tb 0.7s ease 0s forwards;
}

#people .topImg p.peopleTopImgText1, #people .topImg p.peopleTopImgText2, #people .topImg p.peopleTopImgText3 {
	font-size: 0.9em;
}
#career ul.members { 
	padding-right: 0px;
	padding-left: 0px;
}	
	ul.members li a .nameBox span.memberText1 {
		font-size: 1.0em;
	}	
	ul.members li a .nameBox span.memberText2 {
		font-size: 1.2em;
	}
	
ul.members li a p span.memberText1 {
  font-size: 1.0em;
}
ul.members li a p span.memberText2 {
  font-size: 1.2em;
}	
	
ul.members li a .copy p br.spRev {
	display: none;	
}

	
	
	
	
} /* @media all and (max-width: 1087px) {  */


@media all and (max-width: 805px) {

		
	#top ul.topMenu li {
		width: calc(100% - 8px);
	}	
	
	
}/*  @media all and (max-width: 805px) {  */


@media all and (max-width: 735px) {

#people .topImg div.topTitle {
	padding: 8px 8px;
}

#people .topImg div.topTitle p.topTitleText {
	font-size: 1.4em;
	font-weight: 400;
	height: 24px;
}	
#people .topImg div.topTitle p.topTitleText span {
	top: 4px;
}
#people .topImg div.topTitle p.topTitleText span:nth-child(1) {
	animation: topTitleTextAnimate1sp 1.0s ease-out 0s forwards;
}
#people .topImg div.topTitle p.topTitleText span:nth-child(2) {
	animation: topTitleTextAnimate2sp 1.0s ease-out 0s forwards;
}
#people .topImg div.topTitle p.topTitleText span:nth-child(3) {
	animation: topTitleTextAnimate3sp 1.0s ease-out 0s forwards;
}
#people .topImg div.topTitle p.topTitleText span:nth-child(4) {
	animation: topTitleTextAnimate4sp 1.0s ease-out 0s forwards;
}	

#people .topImg div.peopleTopImgText {
	position: relative;
	display: block;
	top: auto;
	left: auto;
	padding: 16px;
	width: 100%;
	height: auto;
	opacity: 1;
	background-color: rgba(255,255,255,0.70);
	animation: none;
}	
#people .topImg p.peopleTopImgText1, #people .topImg p.peopleTopImgText2, #people .topImg p.peopleTopImgText3 {
	font-size: 1.0em;
	line-height: 1.8em;	
}	
	
ul.members li {
	width: 100%;
	transition: 1s;	
	opacity: 0;
	margin-top: 100px;
}	

	
ul.members li.animated {
	opacity: 1;
	margin-top: 0px;	
}	
	
	#top ul.topMenu li {
		width: calc(100% - 8px);
	}
}/* @media all and (max-width: 735px) {  */







