/* 事業案内（動作）
------------------------------------------------ */
/*
	.business01_img_box {
		height: 400px;
	}
	.business01_img {
		height: 200%;
		position: relative;
		top: -10%;
	}
*/

	.business01_box, 
	.business02_box, 
	.business03_box, 
	.business04_box {
		opacity: 0;
		-webkit-transform: translateY(-3%);
			 -moz-transform: translateY(-3%);
				-ms-transform: translateY(-3%);
				 -o-transform: translateY(-3%);
						transform: translateY(-3%);
		-webkit-transition: all 0.4s ease-out;
			 -moz-transition: all 0.4s ease-out;
				-ms-transition: all 0.4s ease-out;
				 -o-transition: all 0.4s ease-out;
						transition: all 0.4s ease-out;
	}
	.business01_box.visible, 
	.business02_box.visible, 
	.business03_box.visible, 
	.business04_box.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
	}

	.business_no01, 
	.business_no03 {
		opacity: 0;
		-webkit-transform: translateX(-80px);
			 -moz-transform: translateX(-80px);
				-ms-transform: translateX(-80px);
				 -o-transform: translateX(-80px);
						transform: translateX(-80px);
		-webkit-transition: all 1.25s;
		 	 -moz-transition: all 1.25s;
				-ms-transition: all 1.25s;
				 -o-transition: all 1.25s;
						transition: all 1.25s;
	}
	.business_no01.visible, 
	.business_no03.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
	}

	.business_no02, 
	.business_no04 {
		opacity: 0;
		-webkit-transform: translateX(80px);
			 -moz-transform: translateX(80px);
				-ms-transform: translateX(80px);
				 -o-transform: translateX(80px);
						transform: translateX(80px);
		-webkit-transition: all 1.25s;
		 	 -moz-transition: all 1.25s;
				-ms-transition: all 1.25s;
				 -o-transition: all 1.25s;
						transition: all 1.25s;
	}
	.business_no02.visible, 
	.business_no04.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
	}



	.business01_txtbox, 
	.business02_txtbox, 
	.business03_txtbox, 
	.business04_txtbox {
		opacity: 0;
		-webkit-transform: translateY(12px);
			 -moz-transform: translateY(12px);
				-ms-transform: translateY(12px);
				 -o-transform: translateY(12px);
						transform: translateY(12px);
		-webkit-transition: all 3.5s;
		 	 -moz-transition: all 3.5s;
				-ms-transition: all 3.5s;
				 -o-transition: all 3.5s;
						transition: all 3.5s;
transition-delay: 0.6s;
	}
	.business01_txtbox.visible, 
	.business02_txtbox.visible, 
	.business03_txtbox.visible, 
	.business04_txtbox.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
	}


