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

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept {
	margin-bottom: 130px;
}

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

#concept.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);
}

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

#concept .row {
	width: 680px;
	text-align: justify;
}

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

#concept figure {
	display: flex;
	justify-content: center;
	width: 450px;
	overflow: hidden;
	opacity: 0;
	translate: -20% 0;
}

#concept.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);
}

#concept figure img {
	height: 600px;
	object-fit: cover;
}

/* ---------------------------------------------------------
	CSS Document carbon
--------------------------------------------------------- */

#carbon .box {
	margin-bottom: 100px;
	padding: 80px 0;
	background: #f0f0f0;
}

#carbon .container {
	padding: 80px 150px 80px;
	background: #fff;
}

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

#carbon.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);
}

#carbon p {
	margin-bottom: 40px;
	text-align: justify;
	line-height: 2.1;
}

#carbon h4 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 20px;
	color: var(--orange);
}

#carbon .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#carbon .row {
	width: 47%;
	margin-bottom: 50px;
}

#carbon .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;
}

#carbon ul {
	text-align: left;
}

#carbon li {
	margin-left: 1.5em;
	list-style: square;
}

#carbon .meta {
	text-align: right;
}

#carbon .meta .en {
	font-size: 18px;
}

#carbon .meta .ja {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 30px;
}

/* ---------------------------------------------------------
	CSS Document certificate
--------------------------------------------------------- */

#certificate .box {
	margin-bottom: 130px;
	padding: 60px 0;
	background: linear-gradient(-135deg, #f0f0f0 50%, #e6e6e6 50%);
}

#certificate h3 {
	width: 570px;
	height: 43px;
	margin: 0 auto 30px;
	background: linear-gradient(to bottom, var(--black) 0%, #1a1a1a 100%);
	font-weight: 500;
	font-size: 15px;
	line-height: 44px;
	color: #fff;
}

#certificate figure {
	height: 356px;
	margin-bottom: 15px;
}

#certificate figure img {
	height: 356px;
}

/* ---------------------------------------------------------
	CSS Document report
--------------------------------------------------------- */

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

#report.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);
}

#report .box {
	margin-bottom: 130px;
	padding: 60px 0;
	background: linear-gradient(-135deg, #f0f0f0 50%, #e6e6e6 50%);
}

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

#report .row {
	width: 30%;
}

#report h4 {
	height: 43px;
	margin-bottom: 30px;
	background: linear-gradient(to bottom, var(--black) 0%, #1a1a1a 100%);
	font-weight: 500;
	font-size: 15px;
	line-height: 44px;
	color: #fff;
}

#report figure {
	height: 356px;
	margin-bottom: 15px;
}

#report figure img {
	height: 356px;
}
