/* CSS Document */

#volunteer {
}



#fv {
}
#fv dl {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 40px;
}
#fv dl dt {
	width: 50%;
	height: 560px;
	position: relative;
  top: -40px;
}
#fv dl dt img {
	width: 100%;
  height: 100%;
	object-fit: cover;
}
#fv dl dt.feather::after {
	left: -50px;
	bottom: -50px;
}
#fv dl dd {
	width: 50%;
	display: flex;
  justify-content: flex-end;
}
#fv dl dd .block {
	max-width: 520px;
	margin: 60px 0 0;
	padding: 0 80px 0 0;
  box-sizing: border-box;
}
#fv dl dd .block h2 {
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0 0 10px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
#fv dl dd .block h2::after {
	content: '';
	border-bottom: 1px solid #000;
	width: 100px;
}
#fv dl dd .block h3 {
	margin: 0 0 30px;
}
#fv dl dd .block p {
	text-align: justify;
}

#program {
	padding: 80px 0;
	background: #fff;
	position: relative;
}
#program::before {
	content: '';
	position: absolute;
	background: #f2f2e9;
	top: 0;
	width: 100%;
	height: 95px;
}
#program .titleSet {
	align-items: center;
	position: relative;
}
#program ul {
	max-width: 510px;
  	margin: 40px auto 80px;
}
#program ul li {
	border-top: 1px solid #000;
}
#program ul li:last-of-type {
	border-bottom: 1px solid #000;
}
#program ul li a {
	font-size: 90%;
	line-height: 1.6em;
  	padding: 18px 10px;
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
}
#program ul li a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	transition: all .2s;
}
#program ul li a:hover {
	color: #03B74F;
	background: #E6FFEC;
	opacity: 1;
}
#program ul li a:hover::after {
	transform: translateY(-50%) scale(1.4);
}
#program ul li a img {
	width: 50px;
}
#program ul li a h3 {
	display: flex;
	flex-direction: column;
}
#program ul li a strong {
	font-size: 120%;
	letter-spacing: 3px;
}

#contact {
	padding: 80px 0 0;
}
#contact h2 {
	align-items: center;
	margin: 20px 0;
}
#contact address {
	text-align: center;
	max-width: 600px;
	margin: 20px auto;
	border-top: 1px solid #000;
	padding: 20px;
}
#contact address strong {
	display: flex;
  justify-content: center;
  gap: 10px;
}
#contact address strong em {
	font-size: 120%;
}








@media screen and (max-width: 480px) {
  
	
	#fv dl {
		flex-direction: column-reverse;
    margin: 0 30px 40px;
	}
	#fv dl dt {
		width: auto;
		height: auto;
    top: 0;
    margin: 30px 0 0;
	}
	#fv dl dt.feather::after {
		width: 40px;
		left: -20px;
		bottom: -20px;
	}
	#fv dl dd {
		width: auto;
	}
	#fv dl dd .block {
		margin: 0;
    padding: 0;
	}
	
	
	#program {
		padding: 60px 0;
	}
	#program::before {
		height: 70px;
	}
	#program ul {
		margin: 30px auto 50px;
	}
	#program ul li a {
		font-size: 85%;
		padding: 12px 10px;
		gap: 15px;
	}
	#program ul li a strong {
		font-size: 130%;
		letter-spacing: 1px;
	}
	#program ul li a img {
		width: 35px;
	}
	#program ul li a::after {
		right: 10px;
	}
	
	
	#contact {
		padding: 40px 0;
	}
	#contact address {
		text-align: left;
		padding: 15px;
	}
	#contact address strong {
		justify-content: flex-start;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
