@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	background-image: url('../img/about/main_img.jpg');
}
.ivict-animation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 800px
}
.ivict-animation-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.ivict-animation-row svg {
	position: absolute
}
.ivict-animation-row svg g #text {
	opacity: 1;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}
.ivict-animation-row.chemistry, .ivict-animation-row.industrial, .ivict-animation-row.innovative, .ivict-animation-row.tomorrow, .ivict-animation-row.value {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
@media screen and (max-width:1300px) {
	.ivict-animation-row.chemistry svg, .ivict-animation-row.industrial svg, .ivict-animation-row.innovative svg, .ivict-animation-row.tomorrow svg, .ivict-animation-row.value svg {
		-webkit-transform: scale(.7);
		-moz-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7)
	}
}
@media screen and (max-width:900px) {
	.ivict-animation-row.chemistry svg, .ivict-animation-row.industrial svg, .ivict-animation-row.innovative svg, .ivict-animation-row.tomorrow svg, .ivict-animation-row.value svg {
		-webkit-transform: scale(.32);
		-moz-transform: scale(.32);
		-ms-transform: scale(.32);
		transform: scale(.32)
	}
}
.ivict-animation-row.industrial {
	top: -300px;
	left: -588px
}
@media screen and (max-width:1300px) {
	.ivict-animation-row.industrial {
		top: -200px;
		left: -488px
	}
}
@media screen and (max-width:900px) {
	.ivict-animation-row.industrial {
		top: -100px;
		left: -338px
	}
}

.ivict-animation-row.value {
	top: -150px;
	left: -488px
}
@media screen and (max-width:1300px) {
	.ivict-animation-row.value {
		top: -100px;
		left: -388px
	}
}
@media screen and (max-width:900px) {
	.ivict-animation-row.value {
		top: -50px;
		left: -240px
	}
}
.ivict-animation-row.innovative {
	left: -352px
}
@media screen and (max-width:900px) {
	.ivict-animation-row.innovative {
		left: -367px
	}
}
.ivict-animation-row.chemistry {
	top: 150px;
	left: -238px
}
@media screen and (max-width:1300px) {
	.ivict-animation-row.chemistry {
		top: 100px;
		left: -288px
	}
}
@media screen and (max-width:900px) {
	.ivict-animation-row.chemistry {
		top: 50px;
		left: -350px
	}
}
.ivict-animation-row.tomorrow {
	top: 300px;
	left: -138px
}
@media screen and (max-width:1300px) {
	.ivict-animation-row.tomorrow {
		top: 200px;
		left: -188px
	}
}
@media screen and (max-width:900px) {
	.ivict-animation-row.tomorrow {
		top: 100px;
		left: -250px
	}
}

.ivict-animation.active {
	height: 500px;
	-webkit-transition: height 2s;
	-o-transition: height 2s;
	-moz-transition: height 2s;
	transition: height 2s
}
.content-wrapper-box {
	overflow: hidden;
}
@media screen and (max-width:1300px) {
	.ivict-animation.active {
		height: 400px
	}
}
@media screen and (max-width:900px) {
	.ivict-animation.active {
		height: 300px
	}
}
@media screen and (max-width:374px) { 
	.ivict-animation-row.industrial {
		left: -330px
	}
	.ivict-animation-row.value {
		left: -234px;
	}
	.ivict-animation-row.innovative {
		left: -359px;
	}
	.ivict-animation-row.chemistry {
		left: -342px;
	}
	.ivict-animation-row.tomorrow {
		left: -242px;
	}
}
.ivict-animation.active .ivict-animation-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.ivict-animation.active .ivict-animation-row svg {
	position: absolute
}
.ivict-animation.active .ivict-animation-row svg g #text {
	opacity: 0;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}
.ivict-animation.active .ivict-animation-row.chemistry, .ivict-animation.active .ivict-animation-row.industrial, .ivict-animation.active .ivict-animation-row.innovative, .ivict-animation.active .ivict-animation-row.tomorrow, .ivict-animation.active .ivict-animation-row.value {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.ivict-animation.active .ivict-animation-row.industrial {
	-webkit-animation-name: logoAnimationIndustrial;
	-moz-animation-name: logoAnimationIndustrial;
	animation-name: logoAnimationIndustrial
}
.ivict-animation.active .ivict-animation-row.value {
	-webkit-animation-name: logoAnimationValue;
	-moz-animation-name: logoAnimationValue;
	animation-name: logoAnimationValue
}
.ivict-animation.active .ivict-animation-row.innovative {
	-webkit-animation-name: logoAnimationInnovative;
	-moz-animation-name: logoAnimationInnovative;
	animation-name: logoAnimationInnovative
}
.ivict-animation.active .ivict-animation-row.chemistry {
	-webkit-animation-name: logoAnimationChemistry;
	-moz-animation-name: logoAnimationChemistry;
	animation-name: logoAnimationChemistry
}
.ivict-animation.active .ivict-animation-row.tomorrow {
	-webkit-animation-name: logoAnimationtomorrow;
	-moz-animation-name: logoAnimationtomorrow;
	animation-name: logoAnimationtomorrow
}
@-webkit-keyframes logoAnimationIndustrial {
	100% {
		top: -14px;
		left: -109px
	}
}
@-moz-keyframes logoAnimationIndustrial {
	100% {
		top: -14px;
		left: -109px
	}
}
@keyframes logoAnimationIndustrial {
	100% {
		top: -14px;
		left: -109px
	}
}
@-webkit-keyframes logoAnimationValue {
	100% {
		top: -12px;
		left: -84px
	}
}
@-moz-keyframes logoAnimationValue {
	100% {
		top: -12px;
		left: -84px
	}
}
@keyframes logoAnimationValue {
	100% {
		top: -12px;
		left: -84px
	}
}
@-webkit-keyframes logoAnimationInnovative {
	100% {
		left: -8px
	}
}
@-moz-keyframes logoAnimationInnovative {
	100% {
		left: -8px
	}
}
@keyframes logoAnimationInnovative {
	100% {
		left: -8px
	}
}
@-webkit-keyframes logoAnimationChemistry {
	100% {
		top: -1px;
		left: 18px
	}
}
@-moz-keyframes logoAnimationChemistry {
	100% {
		top: -1px;
		left: 18px
	}
}
@keyframes logoAnimationChemistry {
	100% {
		top: -1px;
		left: 18px
	}
}
@-webkit-keyframes logoAnimationtomorrow {
	100% {
		top: -10px;
		left: 86px
	}
}
@-moz-keyframes logoAnimationtomorrow {
	100% {
		top: -10px;
		left: 86px
	}
}
@keyframes logoAnimationtomorrow {
	100% {
		top: -10px;
		left: 86px
	}
}
@media screen and (max-width:1300px) {
	@-webkit-keyframes logoAnimationIndustrial {
		100% {
			top: -14px;
			left: -153px
		}
	}
	@-moz-keyframes logoAnimationIndustrial {
		100% {
			top: -14px;
			left: -153px
		}
	}
	@keyframes logoAnimationIndustrial {
		100% {
			top: -14px;
			left: -153px
		}
	}
	@-webkit-keyframes logoAnimationValue {
		100% {
			top: -12px;
			left: -102px
		}
	}
	@-moz-keyframes logoAnimationValue {
		100% {
			top: -12px;
			left: -102px
		}
	}
	@keyframes logoAnimationValue {
		100% {
			top: -12px;
			left: -102px
		}
	}
	@-webkit-keyframes logoAnimationInnovative {
		100% {
			top: -4px;
			left: -115px
		}
	}
	@-moz-keyframes logoAnimationInnovative {
		100% {
			top: -4px;
			left: -115px
		}
	}
	@keyframes logoAnimationInnovative {
		100% {
			top: -4px;
			left: -115px
		}
	}
	@-webkit-keyframes logoAnimationChemistry {
		100% {
			top: -6px;
			left: -101px
		}
	}
	@-moz-keyframes logoAnimationChemistry {
		100% {
			top: -6px;
			left: -101px
		}
	}
	@keyframes logoAnimationChemistry {
		100% {
			top: -6px;
			left: -101px
		}
	}
	@-webkit-keyframes logoAnimationtomorrow {
		100% {
			top: -11px;
			left: -22px
		}
	}
	@-moz-keyframes logoAnimationtomorrow {
		100% {
			top: -11px;
			left: -22px
		}
	}
	@keyframes logoAnimationtomorrow {
		100% {
			top: -11px;
			left: -22px
		}
	}
}
@media screen and (max-width:900px) {
	@-webkit-keyframes logoAnimationIndustrial {
		100% {
			top: -9px;
			left: -214px
		}
	}
	@-moz-keyframes logoAnimationIndustrial {
		100% {
			top: -9px;
			left: -214px
		}
	}
	@keyframes logoAnimationIndustrial {
		100% {
			top: -9px;
			left: -214px
		}
	}
	@-webkit-keyframes logoAnimationValue {
		100% {
			top: -8px;
			left: -127px
		}
	}
	@-moz-keyframes logoAnimationValue {
		100% {
			top: -8px;
			left: -127px
		}
	}
	@keyframes logoAnimationValue {
		100% {
			top: -8px;
			left: -127px
		}
	}
	@-webkit-keyframes logoAnimationInnovative {
		100% {
			top: -4px;
			left: -255px
		}
	}
	@-moz-keyframes logoAnimationInnovative {
		100% {
			top: -4px;
			left: -255px
		}
	}
	@keyframes logoAnimationInnovative {
		100% {
			top: -4px;
			left: -255px
		}
	}
	@-webkit-keyframes logoAnimationChemistry {
		100% {
			top: -4px;
			left: -249px
		}
	}
	@-moz-keyframes logoAnimationChemistry {
		100% {
			top: -4px;
			left: -249px
		}
	}
	@keyframes logoAnimationChemistry {
		100% {
			top: -4px;
			left: -249px
		}
	}
	@-webkit-keyframes logoAnimationtomorrow {
		100% {
			top: -7px;
			left: -157px
		}
	}
	@-moz-keyframes logoAnimationtomorrow {
		100% {
			top: -7px;
			left: -157px
		}
	}
	@keyframes logoAnimationtomorrow {
		100% {
			top: -7px;
			left: -157px
		}
	}
}

#main .bgBox {
	padding: 60px 0;
	background-color: #f7f7f7;
}
#main .bgBox .inner:not(:last-child) {
	margin-bottom: 100px;
}
#main .bgBox .comImgBoxRight .textBox {
	padding-left: 0;
}
#main .bgBox01 {
	padding: 60px 0;
	margin-bottom: -120px;
}
#main .comImgBox .txtRight {
	text-align: right;
	font-size: 2rem;
	font-weight: 700;
}
#main .comImgBox .name {
	display: block;
	font-size: 1.7rem;
	text-align: center;
	font-weight: 600;
}
#main .comImgBox .name span {
	margin: 4px 0 0;
	display: block
}
#main .outPhoto {
	text-align: center;
}
#main .txtDl dt {
	margin: 0 0 10px;
	font-weight: 600;
	position: relative;
}
#main .txtDl dt::before {
	content: '';
	position: absolute;
	left: -1.4em;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-color: #ccc;
	border-radius: 50%;
}
#main .txtDl dd {
	margin-bottom: 10px;
}
@media all and (min-width: 897px) {
	#main .comImgBox .photoBox {
		width: 40.5%;
	}
	#main .comImgBox .textBox {
		padding-top: 0;
	}
}
@media all and (max-width: 896px) {
	.ivict-animation {
		height: 359px;
	}
	#main .txtDl {
		margin-top: 20px;
		margin-left: 1.4rem;
	}
	#main .bgBox01 {
		margin-bottom: -80px;
	}
}
