@charset "UTF-8";
	



	
/* program
----------------------*/
#program  {
	overflow: hidden;
}
#program .title {
	position: relative;
	padding-top: 105px;
}
#program .title:before {
	content: "";
	width: 460px;
	height: 460px;
	background: url("../img/txt_bg_circle.svg") no-repeat center / 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -230px;
	z-index: -1;
	animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
	#program .title rt {
		font-size: 1.4rem;
	}


#program .pht {
	margin-top: 150px;
	margin-bottom: 50px;
}


#program dl.member {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	background: #F8F9F6;
	border-radius: 10px;
	padding: 20px 30px;
}
#program dl.member:nth-last-child(1) {
	margin-bottom: 0;
}
	#program dl.member dt {
		width: 140px;
	}
	#program dl.member dd {
		width: -webkit-calc(100% - 140px);
		width: calc(100% - 140px);
		padding-left: 20px;
		font-size: 1.4rem;
		line-height: 1.5em;
	}
		#program dl.member dd .red {
			display: block;
			font-size: 2.0rem;
			font-weight: 600;
			line-height: 1;
			margin-bottom: 5px;
		}
@media screen and (max-width: 1024px) {
	#program .title {
		position: relative;
		padding-top: 70px;
	}
	#program .title:before {
		width: 400px;
		height: 400px;
		margin-left: -200px;
	}
		#program .title h2 {
			text-align: center;
		}
		#program .title rt {
			font-size: 1.4vw;
		}
		#program .title .txt {
			text-align: center;
		}


	#program .pht {
		margin-top: 14%;
		margin-bottom: 5%;
	}


	#program dl.member {
		border-radius: 5%;
		padding: 4%;
	}
	#program dl.member:nth-last-child(1) {
		margin-bottom: 0;
	}
		#program dl.member dt {
			width: 30%;
		}
		#program dl.member dd {
			width: 70%;
			padding-left: 4%;
			font-size: 1.7vw;
		}
			#program dl.member dd .red {
				font-size: 2.5vw;
				margin-bottom: 2%;
			}
}
@media screen and (max-width: 767px) {
	#program .title {
		position: relative;
		padding-top: 70px;
	}
	#program .title:before {
		width: 100%;
		height: 100%;
		background: url("../img/txt_bg_circle.svg") no-repeat center / 90%;
		left: 0;;
		margin-left: 0;
	}
		#program .title h2 {
			text-align: center;
		}
		#program .title rt {
			font-size: 2.4vw;
			letter-spacing: 0;
		}
		#program .title .txt {
			text-align: left;
		}


	#program .pht {
		margin-top: 8%;
		margin-bottom: 5%;
	}


	#program dl.member {
		display: block;
		padding: 5%;
	}
	#program dl.member:nth-last-child(1) {
		margin-bottom: 0;
	}
		#program dl.member dt {
			width: 100%;
			margin-bottom: 4%;
			padding: 0 5%;
		}
		#program dl.member dd {
			width: 100%;
			font-size: 3.2vw;
			padding-left: 0;
		}
			#program dl.member dd .red {
				font-size: 4.2vw;
				margin-bottom: 3%;
			}
}