.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo7 {
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#articleInfo7 .photoBox {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	z-index: 2;
}
#articleInfo7 .photoBox:before{content:'ABOUT US';position:absolute;font-weight: bold;-webkit-text-stroke: 1px rgb(255 255 255);-webkit-text-fill-color: transparent;color: #fff;bottom: -15px;font-size: 70px;line-height: 100%;right: -7px;font-family: 'Roboto', sans-serif;}
#articleInfo7 .photoBox img {object-fit: cover;height: 100%;}


#articleInfo7 .info {
	width: 45%;
	position: relative;
	z-index: 5;
}

#articleInfo7 .info h3 {
	position: relative;
	padding: 20px 0;
	font-size: 25px;
	color: #262626;
	line-height: 120%;
	letter-spacing: 1px;
}

#articleInfo7 .info h5 {
	    font-size: 50px;
	    color: #f7f7f7;
	    font-family: 'Roboto', sans-serif;
	    text-transform: uppercase;
	    margin: 0;
	    line-height: 100%;
}


#articleInfo7 .info p {
	font-size: 16px;
	line-height: 190%;
	text-align: justify;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#articleInfo7 .info article {
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 200%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}


/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo7 {
	}
	#articleInfo7 .photoBox {
		position: relative;
		width: 100%;
	}
	#articleInfo7 .info {
		position: relative;
		margin-left: 0;
		padding: 20px 0;
		background: none;
		width: 100%;
	}
	#articleInfo7 .info h3 {
		left: 0;
		text-align: right;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info {
		margin-top: 0;
		padding: 50px 20px;
	}
	#articleInfo7 .info h3 {
		padding: 20px 0;
		text-align: left;
	}
	#articleInfo7 .info article {
		margin-left: 0;
	}
	@keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-o-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-webkit-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-moz-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-ms-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
}