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

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual h2 .copy {
	display: block;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
}

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

#about {
	margin-bottom: 80px;
}

#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 .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
}

#about figure {
	width: 720px;
	height: 500px;
	overflow: hidden;
	margin-right: -120px;
	position: relative;
	z-index: 1;
}

#about figure:after {
	content: '';
	background: linear-gradient(to right, transparent 50%, #fff 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#about figure img {
	transform: translateY(-80px);
	position: relative;
}

#about .section {
	width: 540px;
	padding-top: 50px;
	text-align: justify;
	position: relative;
	z-index: 2;
}

#about p {
	margin: 1em 0;
	position: relative;
	font-weight: 500;
	font-size: 18px;
}

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

#company .container {
	width: 980px;
}

#company .table {
	display: table;
	width: 100%;
	border-top: solid 1px #ccc;
	text-align: left;
	transform: translateY(-40px);
	position: relative;
}

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

#company dt {
	display: table-cell;
	vertical-align: top;
	width: 220px;
	padding: 15px 20px;
	position: relative;
}

#company dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
}
