@charset "UTF-8";

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

#about {
	margin: 0 5vw 20vw;
	overflow: hidden;
}

#about .row {
	margin-bottom: 20vw;
	text-align: left;
}

#about h2 {
	font-weight: 600;
	font-size: 6vw;
	line-height: 1.4;
	color: var(--green);
}

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

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

/* ---------------------------------------------------------
	CSS Document profile
--------------------------------------------------------- */

#profile .card {
	margin: 0 5vw 20vw;
}

#profile figure {
	margin-bottom: 5vw;
}

#profile figure img {
	width: auto;
	height: 50vw;
	aspect-ratio: 220 / 294;
	object-fit: cover;
}

#profile .row {
	text-align: left;
}

.profile-position {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	color: var(--green);
}

.profile-name-area {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 1;
	color: var(--green);
}

.profile-name {
	font-size: 28px;
}

.profile-roma {
	font-size: 10px;
}

#profile .row p {
	margin-bottom: 2em;
	font-size: 15px;
}

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

#program {
	margin: 0 5vw 20vw;
}

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

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

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

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

#program dl {
	display: table-row;
}

#program li {
	padding: 20px;
	border-bottom: solid 1px #CCD3CD;
	text-align: left;
}

#program li a {
	display: block;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document topics
--------------------------------------------------------- */

#topics .card {
	margin: 0 5vw 20vw;
	padding: 10vw 5vw;
	background: rgba(214, 228, 198, 0.3);
	text-decoration: none;
	font-size: 15px;
	color: var(--black);
}

#topics h2 {
	margin-bottom: 8vw;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
}

#topics figure {
	margin-bottom: 2em;
	text-align: center;
}

#topics figure img {
	width: 70%;
	height: auto;
	aspect-ratio: 300 / 300;
	object-fit: cover;
}

#topics p {
	margin-bottom: 2em;
	text-align: left;
}
