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

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

#about {
	margin-bottom: 130px;
}

#about .container {
	display: flex;
	justify-content: space-between;
}

#about .row {
	width: 600px;
	text-align: justify;
}

#about .row p {
	margin-bottom: 2em;
	line-height: 2.1;
}

#about .link {
	line-height: 26px;
}

#about .link img {
	height: 26px;
	margin-right: 0.5em;
}

#about figure {
	width: 550px;
	opacity: 0;
	translate: 15% 0;
}

#about.isActive figure {
	opacity: 1;
	translate: 0;
	transition-duration: 0.4s;
	transition-delay: 0.4s;
	transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

/* ---------------------------------------------------------
	CSS Document digital
--------------------------------------------------------- */

#digital {
	margin-bottom: 130px;
}

#digital .container {
	display: flex;
	justify-content: space-between;
}

#digital .row {
	width: 690px;
	text-align: left;
}

#digital h3 {
	opacity: 0;
	translate: 15% 0;
}

#digital.isActive h3 {
	opacity: 1;
	translate: 0;
	transition-duration: 0.4s;
	transition-delay: 0.4s;
	transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

#digital dl {
	display: flex;
	justify-content: space-between;
}

#digital dt {
	width: 33%;
	padding: 20px 0;
	border-bottom: solid 1px var(--orange);
	font-weight: 600;
}

#digital dl:first-of-type dt {
	border-top: solid 1px var(--orange);
}

#digital dd {
	width: 65%;
	padding: 20px 0;
	border-bottom: solid 1px var(--silver);
}

#digital dl:first-of-type dd {
	border-top: solid 1px var(--silver);
}

#digital .figure {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 450px;
	overflow: hidden;
	opacity: 0;
	translate: 15% 0;
}

#digital.isActive .figure {
	opacity: 1;
	translate: 0;
	transition-duration: 0.4s;
	transition-delay: 1.9s;
	transition-timing-function: opacity, translate;
}

#digital .figure img {
	height: 717px;
	opacity: 1 !important;
}

/* ---------------------------------------------------------
	CSS Document management
--------------------------------------------------------- */

#management {
	margin-bottom: 130px;
}

#management h3 {
	line-height: 1.2;
	opacity: 0;
	translate: 0 15%;
}

#management.isActive h3 {
	opacity: 1;
	translate: 0;
	transition-duration: 0.4s;
	transition-delay: 0.4s;
	transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

#management h3 .en {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
	color: var(--orange);
}

#management h3 .ja {
	display: block;
	font-weight: 600;
	font-size: 32px;
	color: #1a1a1a;
}

#management .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#management .section {
	width: 47%;
	margin-top: 50px;
}

#management .name {
	height: 56px;
	margin-bottom: 20px;
	background: linear-gradient(to bottom, var(--black) 0%, #1a1a1a 100%);
	font-weight: 500;
	font-size: 18px;
	line-height: 58px;
	color: #fff;
}

#management ul {
	text-align: left;
}

#management li {
	margin-left: 1em;
	text-indent: -1em;
}

#management figure {
	display: flex;
	align-items: flex-end;
	height: 240px;
	overflow: hidden;
	margin-top: 30px;
	opacity: 0;
	translate: 0 15%;
}

#management.isActive figure {
	opacity: 1;
	translate: 0;
	transition-duration: 0.4s;
	transition-delay: 0.4s;
	transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}
