@charset "UTF-8";

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

#about {
	margin-bottom: 120px;
	overflow: hidden;
}

#about .container {
	width: 860px;
	margin-bottom: 120px;
	text-align: left;
}

#about h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1;
	color: var(--green);
}

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

#about .figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 2160 / 750;
	object-fit: cover;
}

/* ---------------------------------------------------------
	CSS Document program
--------------------------------------------------------- */

#program {
	margin-bottom: 120px;
}

#program h2:before {
	display: block;
	content: '';
	width: 1px;
	height: 0;
	background: rgba(79, 122, 99, 0.5);
	position: absolute;
	left: 50%;
	top: 0;
	transition: height 0.8s ease 0.3s;
}

#program h2.on:before {
	height: 40px;
}

#program h2 {
	margin-bottom: 30px;
	padding-top: 55px;
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	color: var(--green);
	position: relative;
}

#program .lead {
	margin-bottom: 2em;
}

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

#program .card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 440px;
	border: solid 1px #CCD3CD;
	background: #fff;
	font-size: 14px;
	line-height: 1.8;
}

#program figure {
	height: 100px;
	margin-bottom: 20px;
}

#program h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
}

#program .card p {
	margin-bottom: 20px;
}

#program .btn a {
	min-width: 220px;
}
