@charset "utf-8";
html {}
body {
	color: #656565;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
  text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
.serif {
	font-family: 'Noto serif JP', serif;
	font-weight: 400;}
.inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.grbk{background: #f6f6f6;}
h2{margin-bottom: 1.5em;}
h3, 
h4 {margin-bottom: 1em;}
h1 {font-size: 3.0em;font-weight: 700;}
h2 {font-size: 2.5em;font-weight: 500; color: #4d4c4c;}
h3 {font-size: 2.0em;font-weight: 500; color: #4d4c4c;}
h4 {font-size: 1.8em;font-weight: 700; color: #4d4c4c;}
P {
	margin-bottom: 1.5em;
	font-size: 1.6em;
	font-weight: 400;}
.attxt {
	margin-bottom: 0em;
	padding-left: 2em;
	font-size: 1.4em;
	font-weight: 400; 
	text-indent: -2em
}
strong,
.bl{font-weight: 700 !important;}
.mid {font-weight: 500 !important;}
.serifbl{font-weight: 700 !important;}
.serifmid {font-weight: 500 !important;}

.pcno {display: none !important;}
img,video{max-width: 100%;}

@media only screen and (max-width:992px) {
h2 {font-size: 2.2em;}
h3{font-size: 1.8em;}
img {width: 100%;}
}
@media only screen and (max-width:768px) {
h1 {font-size: 2.2em;}
h2 {font-size: 1.8em;}
h3{font-size: 1.6em;}
h4 {font-size: 1.6em;}
P {font-size: 1.4em;}
.attxt {font-size: 1.2em;}
.pcno {display: inherit !important;}
.spno {display: none !important;}
}

/*header*/
header {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	background: #fff;
}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
header .logo {
	margin: 15px 0 10px;
}

#page_top{
  position: fixed;
  right: 10px;
  bottom:350px;
	z-index: 50;
}
#page_top img {
	width: 50px;
}

/*footer*/
footer {
	width: 100%;
	padding: 25px 0;
	text-align: center;
	background: #00236e;
	position: relative;
}
footer address {
	margin:1em 0 2em;
	color:#dfdcdc; 
	font-size: 1.4em;
	line-height:1.8;
}
footer address .name{
	font-size: 1.2em;
	font-weight: 500;
}
footer address .address{
	width: 220px;
	margin: 0 auto;
	display: block;
	text-align: left !important;
	letter-spacing: 0.5px;
}
address
footer ul {
	margin: 15px 0;
}
footer li {
	display:inline-block;
	margin-bottom: 1em;
	padding: 0 1.5em;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.2;
	border-right: 1px solid #fff;
}
footer li:last-child { border: none;}
footer li A {
	color: #fff;
}
footer .banner{
	margin: 25px 0;
	width: 300px;
}
footer .copyright {
	margin-bottom:0;
	color: #e7e7e7;
	font-size: 1.1em;
	text-align: center;
}

@media (max-width: 992px) {
header .logo {
	width: 100%;
}
}

@media (max-width: 768px) {
header .logo {
	height: 35px;
	margin: 15px 0 10px;
}
#page_top{
  bottom:280px;
}
#page_top img {
	width: 30px;
}
footer {
	padding: 15px 0;
}
footer address {
	font-size: 1.2em;
}
footer li {
	padding: 0 1em;
	font-size: 1.2em;
}
footer .banner{
	margin: 20px 0;
	width: 250px;
}
footer .copyright {
	font-size: 1.0em;
}
}

/*content*/
main {
	width: 100%;
	margin: 0 auto;
	padding-bottom:40px;
}
#top main {
	padding-bottom:0 !important;
}
section {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
#top section{
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
}
#under .mainttl {
	height: 210px;
	padding-bottom: calc(100%*210/2000);
	position: relative;
}
#generate .mainttl,
#biomass .mainttl{
	height: auto;
	padding-bottom:0;
}

#allnews .mainttl {background: url("../news/img/main.jpg") no-repeat center center / cover;}
#about .mainttl {background: url("../about/img/main.jpg") no-repeat center center / cover;}
#message .mainttl {background: url("../message/img/main.jpg") no-repeat center center / cover;}
/*#generate .mainttl {background: url("../generate/img/main.jpg") no-repeat center center / cover;}*/
/*#biomass .mainttl {background: url("../biomass_energy/img/main.jpg") no-repeat center center / cover;}*/
#data .mainttl {background: url("../data/img/main.jpg") no-repeat center center / cover;}
#sitemap .mainttl {background: url("../sitemap/img/main.jpg") no-repeat center center / cover;}
#privacy .mainttl {background: url("../privacy/img/main.jpg") no-repeat center center / cover;}


#under h1 {
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
#under h1 small{
	display: block;
	font-weight: 400 !important;
	font-size: 0.6em;
}
#generate h1,
#biomass h1{
	padding: 0.5em 0 0 0;
	color: #000;
	text-shadow:none;}

#under h2 {
	margin-bottom: 2em;
	padding: 0.5em 0; 
	text-align: center;
	position: relative;}
#under h2 span {
  background: #fff;
}
#under h2::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
  background-image: repeating-linear-gradient(45deg, #07a33e 0, #07a33e 1px, transparent 0, transparent 25%);
  background-size: 8px 8px;
}
#under h3 {
	padding: 0 0.5em 0.2em 0.5em;
	line-height: 1.5;
	border-left: 3px solid #098334;
}

.more{
	display: block;
	margin: 2em 0 0;
	width: 180px;
	padding: 0.5em 3em;
	font-size: 1.4em;
	text-align: center;
	border: 1px solid #cbd0da;
	border-radius: 5px;
	transition: .3s;
	position: relative;
}
.more:hover {
	transform: scale(1.1);
	border: 1px solid #0c358d;
}
.more::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) translateX(0);
  display: inline-block;
  width: 6px;
  height: 12px;
  background-image: url("../img/arrow.jpg");
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 768px) {
section,
#top section{
	padding: 40px 0;
}
#under .mainttl {
	height: 150px;
}
#generate .mainttl,
#biomass .mainttl{
	height:auto;
}
#generate h1,
#biomass h1{
	padding: 0.33em 0 0 0;}
}

/*TOP*/
#top {}
#top .enttl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	color: #048230;
	font-size: 1.6em;
	background: url("../img/gline.jpg") no-repeat left center;
}
#top .enttl span,
#top .enttl small{
 background: #fff;
}
#top .enttl span {padding-right: 0.5em;}
#top .enttl small{padding-left: 0.5em;}

#mainImg {
	padding:0 !important;
	position: relative;
	overflow: hidden;
}
#mainImg .copy{
	width: 1100px;
	margin: 0 auto;
}
#mainImg h1 ,
#mainImg p {
	color: #fff;
	font-weight: 700;
	text-shadow :2px 2px 5px rgba(50,50,50,0.8),
	-2px 2px 5px rgba(50,50,50,0.8),
	2px -2px 5px rgba(50,50,50,0.8),
	-2px -2px 5px rgba(50,50,50,0.8);
} 
#mainImg h1 {
	margin-bottom: 0em;
	font-size: 5.0em;
}
#mainImg p {
	font-size: 2.5em;
}
#mainImg img {
	width: 100%;
	min-height: 500px;
	object-fit: cover;
}

#topinfo {
	text-align: center;
}
#topinfo P {
	text-align: left;
}
#topinfo .more {
	margin: 2em auto 0;
}
#topinfo .infoimg {
	margin: 40px auto;
}
#topinfo .vision h3 {
	margin-bottom: 0.5em;
	color: #06a33e;
	font-weight: 700;
	text-align: left;
}
#topinfo .vision P {
	margin-bottom: 0;
}
#topinfo .vision {
	margin: 50px 0;
	padding: 25px;
	border: 1px solid #048230;
}
#topinfo .movie {
  position: relative;
  width: 70%;
	margin: 0 auto 80px;
  padding-top: 39.37%;
}
#topinfo .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#news {
	background: #f6f6f6;
}
#news h2{
	color: #06a33e;
	font-size: 3.0em;
	font-weight: 500;
	text-align: center;
}
#news dl {
	margin-bottom: 2em;
}
#news dt {
	padding: 1em 0 0;
	color: #06a33e;
	font-size: 1.4em;
}
#news dd {
	padding: 0.5em 0 1em;
	font-size: 1.6em;
	border-bottom: 1px solid #cbd0da;
}
#news dd A {
	display: block;
}
#news dd A:hover {
	color: #06a33e;
}

#news .more{
	margin: 2em auto 0;
	background: #fff;
}

#contentinfo .photo {
	margin-bottom: 80px;
}
#contentinfo .photo span {
  display: block;
  margin-right: calc((60vw  - 100%) * -1);
}
#contentinfo h2{
	margin-bottom: 0.5em;
	font-size: 3.0em;
	font-weight: 400;
}

#access {
	background: #f6f6f6;
}
#access dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 30px 30px 15px 30px;
	background: #fff;
}
#access dt {
	width: 18%;
	margin:0.2em 0 1em;
	padding: 0 0.5em;
	color: #fff;
	font-size: 1.4em;
	background: #06a33e;
	border-radius: 5px;
}
#access dd {
	width: 80%;
	margin-bottom: 1em;
	padding: 0 1em;
	font-size: 1.6em;
}
#access dt i {
	margin-right: 0.5em;
}

@media (max-width: 1100px) {
#mainImg .copy{
	width: 95%;
}
}
@media (max-width: 992px) {
#mainImg h1 {font-size: 4em;}
#mainImg p {font-size: 2.0em;}
}

@media (max-width: 768px) {
#top .enttl {
	margin-bottom: 1.5em;
	font-size: 1.4em;
}
#mainImg img {min-height: 350px;}
#mainImg h1 {font-size: 2.6em;}
#mainImg p {font-size: 2.0em;}
#topinfo .infoimg {
	margin: 20px auto;
	width: 70%;
}
#topinfo .movie {
  width: 100%;
	margin: 0 auto 60px;
  padding-top: 56.25%;
}
#news h2{font-size: 2.0em;}
#news dl {margin-bottom: 1em;}
#news dt {font-size: 1.2em;}
#news dd {
	padding: 0em 0 1em;
	font-size: 1.4em;
}
#contentinfo .photo {
	margin-bottom: 40px;
}
#contentinfo .photo span {
  margin-right: auto;
}
#contentinfo h2{
	margin-bottom: 0.5em;
	font-size: 2.0em;
	font-weight: 400;
}
#contentinfo .more{
		margin: 15px auto;
}
#access dl {
	margin-bottom: 30px;
	padding: 10px 10px 5px 10px;
	background: #fff;
}
#access dt {
	width: 20%;
	padding: 0 0.5em;
	font-size: 1.3em;
}
#access dd {
	font-size: 1.4em;
}
}

/*NEWS*/
#allnews {}
#allnews dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
#allnews dt {
	width: 20%;
	padding: 2em 0;
	color: #06a33e;
	font-size: 1.4em;
	border-bottom: 1px solid #cbd0da;
}
#allnews dd {
	width: 80%;
	padding: 2em 0;
	font-size: 1.6em;
	border-bottom: 1px solid #cbd0da;
}
#allnews dd A {
	display: block;
}
#allnews dd A:hover {
	color: #06a33e;
}
/*ページャー*/
.pager {
	margin: 50px auto;
}
.pager,
.pager li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pager li a {
	margin:5px;
	padding: 0.2em 0.5em;
	color:#FFF;
	font-size: 1.4em;
	background:#0c358d;
	border-radius: 5px;
}
.pager li.prev a,
.pager li.next a{
	color: #0c358d;
	background: none;
}
.pager li.prev a::before,
.pager li.next a::after { content: "<"; }
.pager li.next a::after { transform: rotate(180deg);}
.pager li.current a {
	color: #0c358d;
	background:#eee;
}

@media (max-width: 768px) {
#allnews dt {
	padding: 0.2em 0;
	width: 100%;
	font-size: 1.2em;
	border: none;
}
#allnews dd {
	margin-bottom: 0.5em;
	padding: 0.2em 0 0.5em;
	font-size: 1.4em;
	width: 100%;
}
/*ページャー*/
.pager {
	margin: 30px auto;
}
.pager li a {
	font-size: 1.2em;
}
}

/*About us*/
#about {}
#about .history {
	display: flex;
}
#about .history P {
	margin-bottom: 2px;
}
#about .history .year {
	display: flex;
	align-items: center;
	margin-right: 30px;
	padding: 25px;
	color: #fff;
	font-size: 3.0em;
	font-weight: 700;
	background: #a4c3a7;
}
#about .history .year small{
	font-weight: 400;
}
#about .history .month {
	padding-top: 2em;
}
#about .history .month P{
	margin-bottom: 2em;
}
#about .history .month P span{
	display: block;
	width: 6em;
	margin-bottom: 0.5em;
	padding: 0em 1em;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
	background: #00236e;
	border-radius: 25px;
}
#about .hisimg img {
	margin-bottom: 5px;
}

#message .message h3 {
	padding: 0 0 0.2em 0;
	color: #025a21;
	font-size: 2.2em;
	border-left: none;
}
#message .message img {
	width: 100%;
	margin-bottom: 60px;
}
@media (max-width: 768px) {
#message .message img {
	width: 50%;
	margin:30px auto;
}
}

/*発電のしくみ*/
#generate {}
#generate .spotmap h3{
	display: block;
	margin: 0 auto 1em;
	padding: 0.5em 1em 0.5em 3em;
	color: #048230;
	font-size: 1.8em;
	font-weight: 500;
	background: #dfefd8;
	border: none;
	position: relative;
}
#generate .spotmap h3 img {
	position: absolute;
	bottom: 5px;
	left: 0;
  width: 50px;
	vertical-align: bottom;
}
#generate .spotmap .subspot{
	padding: 0.5em;
}

#generate .map{
	margin-bottom: 50px;
	position: relative;
}
#generate .map .no1,
#generate .map .no2,
#generate .map .no3,
#generate .map .no4,
#generate .map .no5 {
	position: absolute;
	width: 5.09%;
}
#generate .map .no1 {	top:60.8%; left: 35.8%;}
#generate .map .no2 {	top:27.6%; left: 32.4%;}
#generate .map .no3 {	top:2.2%; left: 42.2%;}
#generate .map .no4 {	top:22.5%; left: 68.5%;}
#generate .map .no5 {	top:27.6%; left: 37.8%;}

#generate .spotimg{
	display: block;
	margin-bottom: 50px;
	position: relative;
	z-index: 0;
}
#generate .spotimg::before{
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background: #063190;
	border-radius: 50px;
	content: "\f00e";
	z-index:1000;
}



@media (max-width: 768px) {
#generate .spotmap h3{
	padding: 0.5em 1em 0.5em 2.5em;
	font-size: 1.6em;
}
#generate .spotmap h3 img {
	bottom: 0;
	left: 0;
  width: 40px;
}
#generate .spotimg{
	margin-bottom: 20px;
}
#generate .spotimg::before{
	position: absolute;
	display: block;
	top: 20px;
	right: 10px;
	width: 25px;
	height: 25px;
	font-size: 14px;
}

	
#generate .map{	margin-bottom: 30px;}
#generate .map .no1,
#generate .map .no2,
#generate .map .no3,
#generate .map .no4,
#generate .map .no5 {	width: 8.25%;}
#generate .map .no1 {	top:44.8%; left: 34.4%;}
#generate .map .no2 {	top:20.6%; left: 29.4%;}
#generate .map .no3 {	top:1.2%; left: 40.2%;}
#generate .map .no4 {	top:13.5%; left: 65.5%;}
#generate .map .no5 {	top:20.6%; left: 37.8%;}
#generate .map .drimg{
	position: static;
	padding: 5px;
}

}

/*バイオマス発電とは*/
#biomass {}
#biomass .material img{
	margin-bottom: 30px;}
#biomass .materialinfo P {
	margin-bottom: 0;
	font-size: 1.4em;
	text-align: center;
}
#biomass .materialinfo img {
	margin-bottom: 15px;
}
#biomass .vision {
	padding: 30px;
	border: 8px solid #3eac4a;
}
#biomass .vision h2 {
	margin-bottom: 0.5em;
	color:#222;
	text-align: left;
}
#biomass .vision h2::before {display: none;}
#biomass .vision .more {margin: 0;}

@media (max-width: 768px) {
#biomass .vision {
	width: 95%;
	padding: 20px;
	border: 5px solid #3eac4a;
}
#biomass .vision .more {margin: 0 auto;}
}

#data{} 
.boxlink {
	margin-bottom: 4em;
}
.boxlink li A{
	display: block;
	margin: 0.5em 0;
	padding: 1em 2em;
	font-size: 1.4em;
	border: 1px solid #cbd0da;
	border-radius: 5px;
	position: relative;
}
.boxlink li A::before{
position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%) translateX(0);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #3eac4a;
	content: "\f054";
}
#data .boxlink li A::after{
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%) translateX(0);
	font-family: "Font Awesome 5 Free";
	font-size: 1.6em;
	font-weight: 400;
	color: #9b3838;
	content: "\f1c1";
}
#data .boxlink li A:hover{
	background: #f2f2f2;
	opacity: 0.8;
}

/*サイトマップ*/
#sitemap{}
#sitemap h2 {
	padding: 1em 1.5em;
	font-size: 1.6em;
	font-weight: 700;
	text-align: left;
	position: relative;
}
#sitemap h2 span {
  background: none;
}

#sitemap h2 A {
	display: block;
	color: #000;
}
#sitemap h2::after,
#sitemap li A::after{
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%) translateX(0);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #3eac4a;
	content: "\f054";
}
#sitemap h2::after {
	background: none;
	top: 32%;
	left: 0;
}

#sitemap h2::before {display: none;}
#sitemap li A{
	display: block;
	padding: 1em 1.5em 1em 2.5em;
	font-size: 1.6em;
	font-weight: 400;
	position: relative;
}
#sitemap li A:hover{
	background: #deefd6;
}


@media (max-width: 768px) {
#sitemap h2 {
	margin-bottom: 0;
	padding: 0 1.5em;
	font-size: 1.4em;}
#sitemap ul {
	margin-left: 2em;
}
#sitemap li A{
	font-size: 1.4em;
}
}

/*プライバシー*/
#privacy {}
#privacy h3 {
	margin-bottom: 0.5em;
	font-size:1.6em;
	letter-spacing: 0;
}

#privacy ol {
	counter-reset: my-counter;}
#privacy ol > li{
	margin-bottom:2em;
	padding-left:2.5em;
	font-size:1.6em;
	font-weight: 700;
	position: relative;
	}
#privacy ol > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	position: absolute;
	top:0;
	left: 0;	
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	color: #ffffff;
	background-color: #3eac4a;
	border-radius: 50%;
	box-sizing: border-box;
}
#privacy ol ul {
	margin: 1em;
}
#privacy ol ul li {
	list-style: disc;
	font-size: 1em;
	font-weight: 400;
}
#privacy ol dl {
	margin: 1em 0;
}
#privacy dl dt,
#privacy dl dd{
	font-size: 1em;
	font-weight: 400;
}
#privacy dl dd {
	margin-bottom: 1em;
	padding-left: 1em;
}

@media (max-width: 768px) {
#privacy ol > li{
	font-size:1.4em;
	}
}

/*DL table*/
.tableList {
	display: flex;
  flex-wrap: wrap;
	margin-bottom: 30px;
	border-top: 2px solid #81899b;
}
.tableList dt,.tableList dd {
	padding: 1em;
	font-size: 1.6em;
	font-weight: 400;
	border-bottom: 2px solid #81899b;
	background: #fff;
	position: relative;
}
.tableList dt {
	width: 20%;
	color: #222;
	background: #fff;
	border-right: 2px dotted #81899b;
}
.tableList dd {
	width: 80%;
}

@media (max-width: 768px) {
.tableList dt,.tableList dd {
	width: 100%;
	font-size: 1.4em;
}
.tableList dt {
	width: 100%;
	border-right:none;
}
}
