@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 10vw;
}

#about .effect {
	transform: translateY(20px);
	opacity: 0;
}

#about .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

@keyframes effect {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#about [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#about [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#about [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

#about [data-delay="1300"].effected {
	animation-delay: 1.3s;
}

#about [data-delay="1500"].effected {
	animation-delay: 1.5s;
}

#about .h3.effected .line {
	animation-delay: 0.1s;
}

#about .h3.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#about .h3.effected .ja .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

#about .repair {
	margin-top: 20vw;
}

#about figure {
	height: 60vw;
	overflow: hidden;
}

#about figure img {
	max-width: 400%;
	height: 110vw;
	transform: translateY(-30vw);
	position: relative;
}

#about .section {
	margin: 8vw 5vw 0;
	text-align: justify;
}

#about p {
	margin-bottom: 2em;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	margin: 0 5vw 15vw;
}

#company .effect {
	transform: translateY(20px);
	opacity: 0;
}

#company .effected {
	animation: effect 0.6s 0.5s forwards ease-out;
}

#company .table {
	display: table;
	width: 100%;
	border-top: solid 1px #ccc;
	text-align: left;
}

#company dl {
	display: table-row;
	border-bottom: solid 1px #ccc;
}

#company dt {
	display: table-cell;
	vertical-align: top;
	width: 7em;
	padding: 5vw 0;
	text-align: justify;
	position: relative;
}

#company dd {
	display: table-cell;
	vertical-align: middle;
	padding: 5vw 0;
}
