@charset "UTF-8";

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

#about {
	margin-bottom: 20vw;
	overflow: hidden;
}

#about .row {
	margin: 0 5vw 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 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 {
	margin-bottom: 5vw;
	border: solid 1px #CCD3CD;
}

#program dt {
	padding: 0.6em 1em;
	background: rgba(204, 211, 205, 0.3 );
}

#program dd {
	padding: 0.8em 1em;
	background: #fff;
}

#program .price {
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

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

#flow 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;
}

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

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

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

#flow .card {
	margin-bottom: 46px;
	padding: 8vw;
	border: solid 1px #CCD3CD;
	background: #fff;
	position: relative;
}

#flow .card:not(:last-of-type):after {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: solid 1px var(--black);
	border-right: solid 1px var(--black);
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -30px;
}

#flow .number {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	background: url(../images/number.svg) no-repeat top;
	font-size: 32px;
	line-height: 56px;
	color: #fff;
}

#flow .step-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: var(--green);
}

#flow .step-description {
	text-align: justify;
	font-size: 15px;
}

#flow .contact {
	margin-bottom: 20vw;
}

#flow .contact p {
	margin-bottom: 2em;
}
