a {
	outline: none;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 170%;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	position: relative;
	color: #333333;
	background-color: #005849;
}

.headlogo {
	background-color: #FFF;
	padding: 14px 0;
}

.headlogo img {
	width: 240px;
}

.mainttl {
	color: #FFF;
	padding: 60px 0 0 0;
	background: #1d8640 url(images/main-imgbg.jpg) center top no-repeat;
	text-align: center;
	min-height: 710px;
}

h1 {
	margin-bottom: 20px;
}

.mainttl-c {
	flex: 1;
	text-align: left;
	font-size: 110%;
	line-height: 1.7;
}

.maincatch {
	width: 480px;
	margin-left: 40px;
}

.wrap {
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
}

.wrap1200 {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.alc {
	align-items: center;
}

.small {
	font-size: 90%;
	line-height: 1.4;
}
.small2{
	font-size: 80%;
	line-height: 1.4;
}
nav{
	background-color: #0352a2;
	color: #FFF;
}
nav a{
	background-color: #004b96;
	color: #FFF;
	padding: 10px 14px;
	transition: .4s;
	display: inline-block;
	text-decoration: none;
	border-left: 1px solid rgba(255, 255, 255,0.4);
	border-right: 1px solid rgba(255, 255, 255,0.4);
}
nav a:hover{
	background-color: #002d5a;
}

nav span{
	display: inline-block;
	margin-right: 20px;
}
.top-photolist-wrap {
	padding: 0 0 20px 0;
	background: linear-gradient(90deg, #2aa557 0%, #51ab8d 30%, #007957 70%, #00755c 100%);
	background-position: 0 bottom;
	position: relative;
}

.top-photolist-wrap:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #1d8640;
	top: 0;
	right: 0;
	z-index: 1;
}

.top-photolist {
	gap: 0 20px;
	z-index: 20;
	position: relative;
}

.top-photolist .item {
	width: calc((100% - 80px) / 5);
	/* padding: 10px; */
	color: #FFF;
	text-align: center;
}

.top-photolist .item img {
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.programwrap {
	padding: 90px 0 60px 0;
	background: #005849 url(images/bg_green.jpg) center 0 no-repeat;
	background-size: 100% auto;
}

.programwrap h2,#top_youtube h3{
	color: #FFF;
	font-size: 160%;
	font-weight: 700;
	text-align: center;
	margin: 90px 0;
}
.programwrap h2{
	margin: 0 0 90px 0;
}
#top_youtube h3{
	margin: 60px 0 30px 0;
}

.programwrap h3 {
	font-size: 140%;
	margin-bottom: 16px;
}

.program {
	background-color: #FFF;
	border-radius: 20px;
	padding: 2em;
}

.sympo-ttl {
	border-top: 3px solid #000634;
	border-bottom: 3px solid #000634;
	padding: 40px 0;
	margin-bottom: 30px;
}

.program dl {
	margin-bottom: 60px;
}

.program dt {
	margin-right: 30px;
	color: #000634;
	font-weight: 700;

}

.program dt span {
	background-color: #bfe0c7;
	display: inline-block;
	padding: 6px 14px;
	min-width: 160px;
	text-align: center;
}

.program dt span.color2 {
	background-color: #e5e3d6;
}
.program dd{
	flex: 1;
}


.program dd ul li {
	list-style-type: none;
	font-weight: 700;
}

.katagaki {
	font-size: 90%;
	color: #000634;
	margin-right: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.zachoicon {
	background-color: #bfe0c7;
	color: #000634;
	font-weight: 700;
	padding: 4px 14px;
	margin-right: 8px;
	line-height: 100%;
	border-radius: 8px;
}

.name {
	font-weight: 700;
	font-size: 1.5em;
}

.footer {
	background-color: #FFF;
	padding: 60px 0;
	text-align: center;
}

.footlogo {
	width: 240px;
	margin: 0 auto;
}

.copyright {
	font-size: 80%;
}

.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}

.fade-in.active {
	opacity: 1;
	transform: translateY(0px);
}

.fade2 {
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
}


#top_youtube {
	padding: 30px 0;
}

.douga {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.douga iframe,
.douga object,
.douga embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.toyoutube{
	font-weight: 700;
	border: 2px solid #FFF;
	border-radius: 10px;
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	background: #b40505;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
a.toyoutube::after {
	background-color: #FFF;
	color: #b40505;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
  }
  a.toyoutube:hover {
	color: #b40505;
	border: 2px solid #b40505;
  }
  a.toyoutube:hover::after,
  .siryou a:hover::after{
	transform: scale(1, 1);
  }
  .siryou{
	padding: 0 20px;
  }

.siryou a{
	font-weight: 700;
	border: 2px solid #FFF;
	border-radius: 10px;
	padding: 8px 20px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	background: #0046a1;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
.siryou a:hover {
	color: #0046a1;
	border: 2px solid #0046a1;
  }

  .siryou a::after {
	background-color: #FFF;
	color: #0046a1;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
  }
@media screen and (min-width:768px) {
	.sp_only {
		display: none;
	}
}

@media (min-width: 767px) and (max-width: 1200px) {
	.wrap1200 {
		padding: 0 10px;
	}

	.maincatch {
		width: 40%;
	}

	.mainttl {
		padding: 14px 10px;
		min-height: auto;
	}
}

@media screen and (max-width:767px) {
	.pc_only {
		display: none;
	}

	.sp_txt {
		font-size: 80%;
		line-height: 1.5;
	}
	.sp_txc{
		text-align: center;
	}
	.sp_pd{
		padding: 0 10px;
	}
	.headlogo img, .footlogo {
		width: 120px;
	}

	.mainttl-c {
		width: 100%;
		flex: auto;
	}

	.mainttl {
		padding: 14px 10px;
		background: #005849 url(images/main-imgbg.jpg) center top no-repeat;
		background-size: 100% auto;
		min-height: auto;
	}

	.mainttl-c h1 {
		width: 85%;
	}

	.mainttk-txt {
		margin-top: 8px;
		padding-top: 8px;
		border-top: 1px solid rgba(255, 255, 255, 0.6);
	}

	.top-photolist-wrap {
		padding: 0;
	}

	.top-photolist-wrap:after {
		content: none;
	}

	.top-photolist .item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		width: 100%;
		padding: 8px;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.top-photolist .item img {
		width: 20%;
		margin: 0 auto;
	}

	.item-txt {
		width: 80%;
		padding-left: 10px;
	}

	.programwrap {
		background: #005849;
		padding-bottom: 0;
	}

	.program {
		padding: 1em;
		border-radius: 0;
	}

	.programwrap h2, .sympo-ttl, .footer {
		padding: 20px 0;
		margin: 0;
	}

	.program dl {
		margin-bottom: 0;
		padding: 10px 0;
	}

	.program dt {
		width: 100%;
		margin: 0;
	}

	.program dt span {
		width: 100%;
		margin-bottom: 10px;
		padding: 2px 10px;
	}

	.programwrap h3, .name {
		font-size: 110%;
	}

	.katagaki {
		font-size: 80%;
	}

	.copyright {
		font-size: 60%;
	}
	.siryou{
		justify-content: center;
		display: flex;
		width: 100%;
		align-items: center;
	}
}
.mb20{
	margin-bottom: 20px;
}
.mb60{
	margin-bottom: 60px;
}
@media screen and (max-width:767px) {
	.mb60{
		margin-bottom: 20px;
	}
	#top_youtube h3{
		margin: 30px 0;
		font-size: 110%;
	}
}