@charset "UTF-8";
	
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
general
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (min-width:751px){
	.sp { display: none !important; }
}
@media screen and (max-width:750px){
	.pc { display: none !important; }
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html, body {
	padding: 0;
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.03em;
	font-family: 'Noto Sans JP', sans-serif;
}
body { -webkit-text-size-adjust: 100%; }
a {
	color: #000;
	text-decoration	:none;
}
a:hover,
a:hover > img {
	opacity: .6;
}

#wrapper {
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	background: url(images/bg.jpg) no-repeat center top;
}
#content {
	text-align: center;
}
#mainText {
	color: #006933;
	font-weight: 500;
}
#movie .button {
	color: #006933;
	font-weight: 500;
}
#movie #moviePop {
	display: none;
}
#movie #moviePop #moviePopWrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 9998;
	cursor: pointer;
}
#movie #moviePop #moviePopInner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	background: #fff;
	z-index: 9999;
}
#movie #moviePop #moviePopInner iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
#footer {
	text-align: center;
	background: #00a33e;
}
@media screen and (min-width:751px){
	#header {
		padding: 30px;
	}
	#header h1 img {
		height: 30px;
	}
	#wrapper {
		background-size: auto 1500px;
	}
	#content > h1 img {
		height: 230px;
		margin: 70px 0 100px;
	}
	#mainText h2 img {
		height: 98px;
	}
	#mainText {
		font-size: 18px;
		line-height: 32px;
	}
	#mainText .text {
		margin: 50px 0 90px;
	}
	#movie figure img {
		width: 430px;
	}
	#movie .button {
		font-size: 16px;
		margin-top: 23px;
	}
	#movie #moviePop #moviePopInner {
		width: calc(16px * 40);
		height: calc(9px * 40);
	}

	#footer {
		padding: 100px 0;
	}
	#footer img {
		height: 60px;
	}
}
@media screen and (max-width:750px){
	a:hover,
	a:hover > img {
		opacity: 1;
	}
	#header {
		padding: 15px;
	}
	#header h1 img {
		height: 30px;
	}
	#wrapper {
		background-size: 210% auto;
	}
	#content > h1 img {
		height: 115px;
		margin: 30px 0 50px;
	}
	#content h2 img {
		height: 49px;
	}
	#mainText .text {
		font-size: 14px;
		line-height: 28px;
		text-align: justify;
		padding: 37px 14px 45px;
	}
	#movie {
		padding-bottom: 75px;
	}
	#movie figure {
		padding: 0 14px;
	}
	#movie figure img {
		width: 100%;
	}
	#movie .button {
		font-size: 14px;
		margin-top: 23px;
	}
	#movie #moviePop #moviePopInner {
		width: 90vw;
		height: calc((90vw / 16) * 9);
	}

	#footer {
		padding: 50px 0;
	}
	#footer img {
		height: 60px;
	}
}

#green1974 {
	color: #006933;
	padding-top: 1px;
	background: #fafaf7;
}
#green1974 img {
	max-width: 100%;
}
#green1974 > div {
	margin-left: auto;
	margin-right: auto;
}
#green1974 dt {
	font-weight: 500;
}
#green1974 dd {
	text-align: justify;
}
@media screen and (min-width:751px){
	#green1974 {
		margin-top: 200px;
		padding-bottom: 95px;
	}
	#green1974 > div {
		width: 430px;
		margin-top: -100px;
	}
	#green1974 dt {
		font-size: 16px;
		margin: 20px 0 8px;
	}
	#green1974 dd {
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		letter-spacing: -0.05em;
		margin: 0 -2em;
	}
}
@media screen and (max-width:750px){
	#green1974 {
		padding: 1px 38px 43px;
		font-size: 14px;
		line-height: 28px;
		letter-spacing: -0.05em;
		margin-top: 20%;
	}
	#green1974 img {
		margin-top: -31%;
	}
	#green1974 dt {
		margin: 15px 0 8px;
	}
}

#contents {
	color: #fff;
	background: #00a33e;
	padding-bottom: 1px;
}
#contents h2 {
	font-weight: 600;
}
#contents .list {
	overflow: visible;
	text-align: justify;
}
#contents .list::after {
	content: "";
	display: block;
	clear: both;
}
#contents .information .name {
	border-top: none;
}
#contents .information .icon {
	border-radius: 0;
}
#contents .list li.icon_new a {
	position: relative;
}
#contents .list li.icon_new a::after {
	content: "NEW";
	display: block;
	font-weight: 600;
	background: #006933;
	position: absolute;
}
@media screen and (min-width:751px){
	#contents {
		padding-top: 90px;
	}
	#contents h2 {
		font-size: 20px;
		margin-bottom: 100px;
	}
	#contents .list li.icon_new a::after {
		top: -10px;
		right: -10px;
		width: 50px;
		height: 50px;
		font-size: 12px;
		line-height: 50px;
		text-align: center;
		border-radius: 15px;
	}
}
@media screen and (max-width:750px){
	#contents {
		padding: 45px 0;
	}
	#contents h2 {
		font-size: 18px;
	}
	#contents .articleList {
		margin-top: 45px;
		padding: 0;
	}
	#contents .articleList .list {
		margin-left: 0;
		margin-bottom: 0;
	}
	#contents .articleList .list li {
		margin: 1px 0 0;
		width: calc(50% - 0.5px);
	}
	#contents .articleList .list li:nth-child(even) {
		margin-left: 1px;
	}
	#contents .list li.icon_new a::after {
		top: -10px;
		right: 10px;
		width: 50px;
		height: 50px;
		font-size: 12px;
		line-height: 50px;
		text-align: center;
		border-radius: 15px;
	}
}