﻿@charset "UTF-8";


/*--------------------------------------------------------------------

共通要素 

--------------------------------------------------------------------*/
* {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-y: visible;
	background: none repeat scroll 0 0 #fff;
	-webkit-text-size-adjust: 100%;
	font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}
img{
	vertical-align: bottom;
	margin:0;
	padding:0;
}
.inner{
	margin:0 auto;
	position:relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.fade {
	opacity: 1;
	transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
}
.fade:hover {
	opacity: 0.5;
}
.aC_pc {
	text-align: center !important;
}
br.sp {
	display: none;
}
p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #bbb;
}
p a:hover {
  color: #666;
  text-decoration-color: #666;
}
/* max-width:599px */
@media screen and (max-width:599px){
	.aC_pc {
		text-align: left !important;
	}
	br.sp {
		display: block;
	}
  br.pc {
    display: none;
  }
}


/* トップページ・ヘッダー
-------------------------------------- */
#indexvisual {
	width: 100%;
	height: 875px;
	margin: 0 auto 0px auto;
	padding: 0;
	background: transparent url(../img/mainvisual.jpg) no-repeat center center;
	background-size: cover;
	z-index: 3000;
	position: relative;
}
#indexvisual .container {
	height: 875px;
	margin: 0 auto;
	position: relative;
}
#indexvisual a.logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#indexvisual a.logo img {
	width: 70px;
}
#indexvisual #localgovBtn {
	float: auto;
	position: absolute;
	right: 0;
	display: inline-block;
	background: #fff;
	padding: 0 25px 4px 25px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
	border-bottom-left-radius: 2px;
	text-decoration: none;
	text-align: center;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
#indexvisual #localgovBtn p {
	margin: 11px 0 6px 0;
	padding: 0;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
}
#indexvisual #localgovBtn span {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 7px 15px;
	background: #000;
	border-radius: 30px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.8em;
	color: #fff;
}
#indexvisual #title {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
#indexvisual h1 {
	position: absolute;
	top: 260px;
	left: 175px;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#indexvisual h1 img {
	width: 930px;
}
#indexvisual h2 {
	position: absolute;
	top: 570px; 
	left: 175px;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#indexvisual h2 img {
	width: 930px;
}

/* max-width:1080px */
@media screen and (max-width:1080px){
	#indexvisual {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 700px;
		background-size: cover;
	}
	#indexvisual .container {
		width: 100%;
		height: 875px;
		background: none;
	}
	#indexvisual a.logo {
		top: 15px;
		left: 15px;
	}
	#indexvisual a.logo img {
		width: 40px;
	}
	#indexvisual #localgovBtn {
		display: none;
	}
	#indexvisual #title {
		width: 100%;
	}
	#indexvisual h1 {
		position: relative;
		top: 160px;
		left: 0;
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	#indexvisual h1 img {
		width: 90%;
		margin: 0 auto;
	}
	#indexvisual h2 {
		position: relative;
		top: 180px;
		left: auto;
		padding: 0 20px;
	}
	#indexvisual h2 img {
		width: 100%;
	}
	#indexvisual p {
		position: relative;
		top: 200px;
		left: auto;
		padding: 0 20px;
	}
	#indexvisual p img {
		width: 100%;
	}
}


/* max-width:1024px */
@media screen and (max-width:1024px){
	#indexvisual {
		margin: 0 auto 0px auto;
	}
}

/* max-width:768px */
@media screen and (max-width:768px){
	#indexvisual {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 600px;
		background-size: cover;
	}
}
/* max-width:599px */
@media screen and (max-width:599px){
	#indexvisual {
		margin: 0 auto 0px auto;
		height: 480px;
		margin-bottom: 10%;
	}
	#indexvisual a.logo {
		display: none;
	}
}


/* 取り組み・トップページ用ヘッダー
-------------------------------------- */
header#localGovBtnIndex.stickyHeader {
	opacity: 0;
	display: none;
	transition: all 0.5s ease;
}
header#localGovBtnIndex.stickyHeaderDefault {
	opacity: 0;
	display: none;
}
header#localGovBtnIndex.stickyHeaderShow {
	opacity: 100;
	display: block;
	transition: all 0.5s ease;
}
header#localGovBtnIndex {
	width: 100%;
	background: transparent;
	position: fixed;
	z-index: 3001;
}
header#localGovBtnIndex #localgovBtn {
	float: right;
	position: relative;
	bottom: 16px;
	right: 16px;
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	padding: 0 15px;
	box-shadow: 0px 1px 12px 0px rgba(120,120,120,1);
	text-decoration: none;
	text-align: center;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
header#localGovBtnIndex #localgovBtn p {
	margin: 10px 0 7px 0;
	padding: 0;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 1em;
	color: #000;
}
header#localGovBtnIndex #localgovBtn span {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 4px 15px;
	background: #000;
	border-radius: 30px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.8em;
	color: #fff;
}

/* max-width:1024px */
@media screen and (max-width:1024px){
	header#localGovBtnIndex {
		height: auto;
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		z-index: 4000;
	}
	header#localGovBtnIndex #localgovBtn {
		float: right;
		position: relative;
		top: -16px;
		right: 12px;
		margin: 0;
		padding: 0;
		box-shadow: 0px 1px 4px 0px rgba(0,0,0,0);
		background: transparent;
		text-align: right;
		z-index: 999;
	}
	header#localGovBtnIndex #localgovBtn p {
		display: none;
	}
	header#localGovBtnIndex #localgovBtn span {
		margin: 0;
		box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.3);
		font-size: 0.8em;
	}
}


/* 取り組み・共通ヘッダー
-------------------------------------- */
#localGovBtnProject.stickyHeader {
	opacity: 0;
	display: none;
	transition: all 0.5s ease;
}
#localGovBtnProject.stickyHeaderDefault {
	opacity: 0;
	display: none;
}
#localGovBtnProject.stickyHeaderShow {
	opacity: 100;
	display: block;
	transition: all 0.5s ease;
}
#project {
	width: 100%;
	background: #fff;
	z-index: 3001;
}
#project .container {
	position: relative;
	display: grid;
	grid-template-columns: 356px 1fr 360px;
	grid-template-rows: 1fr;
	grid-column-gap: 36px;
	grid-row-gap: 0px;
	align-items: center;
	height: 110px;
	max-width: 1478px;
	margin: 0 auto 0 auto;
	padding: 0 20px;
	background: #fff;
}
#project .logoImg {
	border-right: 1px solid #000;
	padding-right: 36px;
}
#project .subHeader {
	letter-spacing: 0.5rem;
	font-size: clamp(1rem, 0.52rem + 1.6vw, 2rem);
	font-weight: bold;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	color: #8b8b8b;
}

#localGovBtnProject {
	width: 100%;
	background: transparent;
	position: fixed;
	z-index: 2999;
}
#localGovBtnProject #localgovBtn {
	position: absolute;
	top: -16px;
	right: 16px;
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	padding: 0 15px;
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.3);
	text-decoration: none;
	text-align: center;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
#project #localgovBtn {
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	padding: 0 15px;
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.3);
	text-decoration: none;
	text-align: center;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
#localGovBtnProject #localgovBtn p,
#project #localgovBtn p {
	margin: 10px 0 7px 0;
	padding: 0;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 1em;
	color: #000;
}
#localGovBtnProject #localgovBtn span,
#project #localgovBtn span {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 4px 15px;
	background: #000;
	border-radius: 30px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.8em;
	color: #fff;
}

/* max-width:1024px */
@media screen and (max-width:1024px){
	#project .container {
		display: grid;
		grid-template-columns: 70% 30%;
		grid-template-rows: 1fr 1px;
		grid-column-gap: 0;
		grid-row-gap: 0px;
		height: auto;
		margin: 20px 20px;
	}
	#project .logoImg {
		border-right: 0;
		padding-right: 0;
	}
	#project .subHeader {
		text-align: right;
		letter-spacing: 0.2rem;
	}
	
		
	#project #localgovBtn {
		display: none;
	}
	#project #localgovBtn p {
		display: none;
	}
	#project #localgovBtn span {
		margin: 0;
		box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.3);
		font-size: 0.8em;
	}
	
	#localGovBtnProject {
		height: auto;
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		z-index: 4000;
	}
	#localGovBtnProject #localgovBtn {
		float: right;
		position: relative;
		top: -16px;
		right: 12px;
		margin: 0;
		padding: 0;
		box-shadow: 0px 1px 4px 0px rgba(0,0,0,0);
		background: transparent;
		text-align: right;
		z-index: 999;
	}
	#localGovBtnProject #localgovBtn p {
		display: none;
	}
	#localGovBtnProject #localgovBtn span {
		margin: 0;
		box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.3);
		font-size: 0.8em;
	}
}
/* max-width:480px */
@media screen and (max-width:480px){
	#project .container {
		grid-template-columns: 60% 40%;
	}
	#project .subHeader {
		letter-spacing: 0.1em;
	}
}


/* トップページ・検索タブ
-------------------------------------- */
#searchMenu {
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	text-align: center;
	background: #fff;
}
#searchMenu .category {
	width: 220px;
	display: inline-block;
	border: 1px solid #9294ad;
	border-bottom: 0;
	margin: 0 3px;
	padding: 25px 0;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	background: #fff;
}
#searchMenu .all {
	letter-spacing: 10px;
	text-indent: 10px;
}
#searchMenu .category br {
	display: none;
}
#searchMenu .category:hover {
	border: 1px solid #9294ad;
	border-bottom: 0;
	color: #fff;
	background: #9294ad;
	transition: all 1s;
}
#searchMenu .selected,
#searchMenu .selected:hover {
	border: 1px solid #000;
	border-bottom: 0;
	color: #fff;
	background: #000;
	cursor: default;
}
@media screen and (max-width:1024px){
	#searchMenu .category {
		font-size: 1em;
	}
}
@media screen and (max-width:768px){
	#searchMenu .category {
		font-size: 0.85em;
	}
}
@media screen and (max-width:599px){
	#searchMenu {
		margin: 13% auto 20px auto;
	}
	#searchMenu .category {
		width: auto;
		margin: 0 2px;
		padding: 10px 15px;
		line-height: 1.2em;
		font-size: 0.8em;
	}
	#searchMenu .all {
		line-height: 2.4em;
		letter-spacing: 0px;
		text-indent: 0px;
	}
	#searchMenu .category br {
		display: block;
	}
}

/* サブカテゴリ */
.menuArea {
	position: relative;
	z-index: 1999;
	width: 100%;
	display: none;
	border-bottom: 1px dotted #9294ad;
	margin: -6px auto 40px auto;
	padding: 0 15px 40px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menuArea .menuButton {
	display: inline-block;
	border: 1px solid #000;
	margin: 6px 3px 0 3px;
	padding: 15px;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}
.menuArea .menuButton br {
	display: none;
}
.menuArea .menuButton:hover {
	border: 1px solid #9294ad;
	background: #9294ad;
	color: #fff;
	transition: all 1s;
}
.menuArea .selected,
.menuArea .selected:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	cursor: default;
}
@media screen and (max-width:599px){
	.menuArea {
		width: 94%;
		margin: -6px auto 20px auto;
		padding: 0 0 20px 0;
	}
	.menuArea .menuButton {
		width: 48.8%;
		margin: 4px 2px 0 2px;
		padding: 10px;
		line-height: 1.2em;
		font-size: 0.8em;
	}
	.menuArea .menuButton br {
		display: block;
	}
}

/* 地図 */
#searchMenuMap {
	width: 100%;
	text-align: center;
}
#searchMenuMap .areaMenuArea {
	position: relative;
	display: block;
	width: 868px;
	height: 424px;
	border-bottom: 0;
	z-index: 999;
}
#searchMenuMap .areaMenuArea .mapDescription {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
	height: 1em;
	letter-spacing: 1px;
	font-weight: bold;
}
#searchMenuMap .areaMenuArea .mapDescription span {
	display: inline-block;
	padding-right: 10px;
	font-size: 1.8em;
	color: #9294ad;	
}
#searchMenuMap .areaMenuArea .menuButton {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	margin: 0;
	padding: 0;
	background: #9294ad;
	letter-spacing: 3px;
	text-indent: 3px;
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
	cursor: pointer;
}
#searchMenuMap .areaMenuArea .menuButton:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	cursor: pointer;
}
#searchMenuMap .areaMenuArea .selected,
#searchMenuMap .areaMenuArea .selected:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	cursor: default;
}
#searchMenuMap .areaMenuArea .menuButtonInactive {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	margin: 0;
	padding: 0;
	background: #e6e6e6;
	letter-spacing: 3px;
	text-indent: 3px;
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
	cursor: default;
}
.areaMenuArea .hokkaido {
	top: 0px;
	right: 0px;
	width: 154px;
	height: 90px;
}
.areaMenuArea .aomori {
	top: 94px;
	right: 30px;
	width: 124px;
	height: 32px;
}
.areaMenuArea .akita {
	top: 130px;
	right: 94px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .iwate {
	top: 130px;
	right: 30px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .yamagata {
	top: 166px;
	right: 94px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .miyagi {
	top: 166px;
	right: 30px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .fukushima {
	top: 202px;
	right: 30px;
	width: 124px;
	height: 32px;
}
.areaMenuArea .gunma {
	top: 238px;
	right: 94px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .tochigi {
	top: 238px;
	right: 30px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .ibaraki {
	top: 274px;
	right: 30px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .saitama {
	top: 274px;
	right: 94px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .chiba {
	top: 310px;
	right: 30px;
	width: 60px;
	height: 68px;
}
.areaMenuArea .tokyo {
	top: 310px;
	right: 94px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .kanagawa {
	top: 346px;
	right: 94px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .niigata {
	top: 202px;
	right: 158px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .toyama {
	top: 202px;
	right: 222px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .ishikawa {
	top: 202px;
	right: 286px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .nagano {
	top: 238px;
	right: 158px;
	width: 60px;
	height: 68px;
}
.areaMenuArea .gifu {
	top: 238px;
	right: 222px;
	width: 60px;
	height: 68px;
}
.areaMenuArea .fukui {
	top: 238px;
	right: 286px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .aichi {
	top: 310px;
	right: 222px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .yamanashi {
	top: 310px;
	right: 158px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .shizuoka {
	top: 346px;
	right: 158px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .shiga {
	top: 274px;
	right: 286px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .kyoto {
	top: 274px;
	right: 350px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .hyogo {
	top: 274px;
	right: 414px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .mie {
	top: 310px;
	right: 286px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .nara {
	top: 310px;
	right: 350px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .osaka {
	top: 310px;
	right: 414px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .wakayama {
	top: 346px;
	right: 350px;
	width: 124px;
	height: 32px;
}
.areaMenuArea .tottori {
	top: 274px;
	right: 478px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .shimane {
	top: 274px;
	right: 542px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .okayama {
	top: 310px;
	right: 478px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .hiroshima {
	top: 310px;
	right: 542px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .yamaguchi {
	top: 274px;
	right: 606px;
	width: 60px;
	height: 68px;
}
.areaMenuArea .oita {
	top: 274px;
	right: 680px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .fukuoka {
	top: 274px;
	right: 744px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .saga {
	top: 274px;
	right: 808px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .miyazaki {
	top: 310px;
	right: 680px;
	width: 60px;
	height: 68px;
}
.areaMenuArea .kumamoto {
	top: 310px;
	right: 744px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .nagasaki {
	top: 310px;
	right: 808px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .kagoshima {
	top: 346px;
	right: 744px;
	width: 124px;
	height: 32px;
}
.areaMenuArea .kagawa {
	top: 356px;
	right: 488px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .ehime {
	top: 356px;
	right: 552px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .tokushima {
	top: 392px;
	right: 488px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .kochi {
	top: 392px;
	right: 552px;
	width: 60px;
	height: 32px;
}
.areaMenuArea .okinawa {
	top: 392px;
	right: 808px;
	width: 60px;
	height: 32px;
}
#searchMenuMap .areaLabel {
	display: none;
}

@media screen and (max-width:960px){
	#searchMenuMap .areaMenuArea {
		width: 94% !important;
		margin: 0 auto 5% auto !important;
		justify-content: left;
	}
	#searchMenuMap .areaMenuArea .mapDescription {
		display: none;
	}
	#searchMenuMap .areaLabel {
		display: block;
		width: 100%;
		border-bottom: 2px solid #000;
		margin: 3% auto 5px auto;
		padding-bottom: 5px;
	}
	#searchMenuMap .areaLabel:first-child {
		margin: 0 auto 5px auto;
	}
	#searchMenuMap .areaMenuArea {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#searchMenuMap .areaMenuArea .menuButton,
	#searchMenuMap .areaMenuArea .menuButtonInactive {
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
		width: 16.09%;
		height: 32px;
		margin: 2px;
	}
}
@media screen and (max-width:599px){
	#searchMenuMap .areaMenuArea .menuButton,
	#searchMenuMap .areaMenuArea .menuButtonInactive {
		width: 23.8%;
	}
}


/* トップページ・取り組み一覧
-------------------------------------- */
#initiatives {
	padding: 70px 0 40px 0;
}
#initiatives .initiativesHeader {
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 50px auto;
	padding: 10px 0 0 0;
	text-align: center;
}
#initiatives .initiativesHeader h3 {
	width: 480px;
	margin: 0 3%;
}
#initiatives .initiativesHeader a {
	width: 400px;
	margin: 0 3%;
}
#initiatives .initiativesHeader img {
	width: 100%;
}
#initiatives .inner {
	width: 100%;
	max-width: 1280px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-self: stretch;
}

#initiatives a {
	text-decoration: none;
}
#initiatives article {
	width: 287px;
	margin: 24px 16px 40px 16px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	top: 0px;
	transition: 0.3s;
	opacity: 0;
}
#initiatives article:hover {
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
	position: relative;
	top: 3px;
}
#initiatives article img {
	width: 287px;
}
#initiatives article .description {
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
}
#initiatives article .description h4 {
	height: 92px;
	margin: 0 0 15px 0;
	overflow: hidden;
	font-weight: 700;
	text-align: justify;
	color: #333;
}
#initiatives article .description h5 {
	height: 80px;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 20px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 0.8rem;
	color: #333;
}
#initiatives article .description h5.smaller {
	font-size: 0.7em;
}

/* max-width:680px */
@media screen and (max-width:680px){
	#initiatives {
		padding: 10% 0 5% 0;
	}
	#initiatives .initiativesHeader {
		width: 90%;
		display: block;
		margin: 0 auto 6% auto;
	}
	#initiatives .initiativesHeader h3 {
		width: 100%;
		padding-bottom: 8%;
		margin: 0;
	}
	#initiatives .initiativesHeader a {
		width: 100%;
		position: relative;
		z-index: 1000;
		margin: 0;
	}
	#initiatives .initiativesHeader a img {
		width: 80%;
	}
	#initiatives .inner {
		width: 100%;
		padding: 0;
		background: none;
	}
	#initiatives h3 {
		width: 100%;
		margin: 0 auto 20px auto;
		padding: 0;
		overflow: hidden;
	}
	#initiatives h3 img {
		width: 94%;
	}
	#initiatives a:last-child article {
		position: relative; /* 4の倍数の時はコメントアウト */
		left: 0px;
	}
	#initiatives a:nth-child(62) article {
		position: relative; /* 4の倍数の時はコメントアウト */
		left: 0;
	}
	#initiatives article {
		display: flex;
		flex-flow: row nowrap;
		width: 94%;
		margin: 0 auto 3%;
		background: #fff;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	}
	#initiatives article:hover {
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0);
		position: relative;
		top: 2px;
	}
	#initiatives article .thumbnail {
		width: 50%;
		max-width: auto;
		float: left;
    border: 1px solid #ccc;
    border-right: 0;
    border-style: inset;
	}
	#initiatives article .thumbnail img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	#initiatives article .description {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		width: 50%;
		border-top: 1px solid #ccc;
		padding: 5% 5% 0 5%;
		float: left;
	}
	#initiatives article .description h4 {
    height: auto;
		padding: 0 0 0 0;
		margin: 0 0 5% 0;
		line-height: 1.4em;
		font-size: 0.9rem;
		word-break: break-all;
	}
	#initiatives article .description h5 {
		height: auto;
		padding: 5% 0 10% 0;
		line-height: 1.4em;
		font-size: 0.75rem;

	}
}
/* max-width:480px */
@media screen and (max-width:480px){
	#initiatives {
		padding: 15% 0 5% 0;
	}
}
/* max-width:320px */
@media screen and (max-width:320px){
	.sp320 {
		display: none;
	}
}


/* レポート
-------------------------------------- */
#report {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#projectHeader {
	width: 100%;
	height: 160px;
	background: transparent no-repeat center center;
	background-size: cover;
}
body.project001 #projectHeader {
	background-image: url(../img/project001/mainvisual.jpg);
}
body.project002 #projectHeader {
	background-image: url(../img/project002/mainvisual.jpg);
}
body.project003 #projectHeader {
	background-image: url(../img/project003/mainvisual.jpg);
}
body.project004 #projectHeader {
	background-image: url(../img/project004/mainvisual.jpg);
}
body.project005 #projectHeader {
	background-image: url(../img/project005/mainvisual.jpg);
}
body.project006 #projectHeader {
	background-image: url(../img/project006/mainvisual.jpg);
}
body.project007 #projectHeader {
	background-image: url(../img/project007/mainvisual.jpg);
}
body.project008 #projectHeader {
	background-image: url(../img/project008/mainvisual.jpg);
}
body.project009 #projectHeader {
	background-image: url(../img/project009/mainvisual.jpg);
}
body.project010 #projectHeader {
	background-image: url(../img/project010/mainvisual.jpg);
}
body.project011 #projectHeader {
	background-image: url(../img/project011/mainvisual.jpg);
}
body.project012 #projectHeader {
	background-image: url(../img/project012/mainvisual.jpg);
}
body.project013 #projectHeader {
	background-image: url(../img/project013/mainvisual.jpg);
}
body.project014 #projectHeader {
	background-image: url(../img/project014/mainvisual.jpg);
}
body.project015 #projectHeader {
	background-image: url(../img/project015/mainvisual.jpg);
}
body.project016 #projectHeader {
	background-image: url(../img/project016/mainvisual.jpg);
}
body.project017 #projectHeader {
	background-image: url(../img/project017/mainvisual.jpg);
}
body.project018 #projectHeader {
	background-image: url(../img/project018/mainvisual.jpg);
}
body.project019 #projectHeader {
	background-image: url(../img/project019/mainvisual.jpg);
}
body.project020 #projectHeader {
	background-image: url(../img/project020/mainvisual.jpg);
}
body.project021 #projectHeader {
	background-image: url(../img/project021/mainvisual.jpg);
}
body.project022 #projectHeader {
	background-image: url(../img/project022/mainvisual.jpg);
}
body.project023 #projectHeader {
	background-image: url(../img/project023/mainvisual.jpg);
}
body.project024 #projectHeader {
	background-image: url(../img/project024/mainvisual.jpg);
}
body.project025 #projectHeader {
	background-image: url(../img/project025/mainvisual.jpg);
}
body.project026 #projectHeader {
	background-image: url(../img/project026/mainvisual.jpg);
}
body.project027 #projectHeader {
	background-image: url(../img/project027/mainvisual.jpg);
}
body.project028 #projectHeader {
	background-image: url(../img/project028/mainvisual.jpg);
}
body.project029 #projectHeader {
	background-image: url(../img/project029/mainvisual.jpg);
}
body.project030 #projectHeader {
	background-image: url(../img/project030/mainvisual.jpg);
}
body.project031 #projectHeader {
	background-image: url(../img/project031/mainvisual.jpg);
}
body.project032 #projectHeader {
	background-image: url(../img/project032/mainvisual.jpg);
	background-position: center 20%;
}
body.project033 #projectHeader {
	background-image: url(../img/project033/mainvisual.jpg);
	background-position: center 33%;
}
body.project034 #projectHeader {
	background-image: url(../img/project034/mainvisual.jpg);
	background-position: center bottom;
}
body.project036 #projectHeader {
	background-image: url(../img/project036/mainvisual.jpg);
}
body.project037 #projectHeader {
	background-image: url(../img/project037/mainvisual.jpg);
}
body.project039 #projectHeader {
	background-image: url(../img/project039/mainvisual.jpg);
}
body.project040 #projectHeader {
	background-image: url(../img/project040/mainvisual.jpg);
}
body.project041 #projectHeader {
	background-image: url(../img/project041/mainvisual.jpg);
}
body.project043 #projectHeader {
	background-image: url(../img/project043/mainvisual.jpg);
}
body.project044 #projectHeader {
	background-image: url(../img/project044/mainvisual.jpg);
}
body.project045 #projectHeader {
	background-image: url(../img/project045/mainvisual.jpg);
}
body.project046 #projectHeader {
	background-image: url(../img/project046/mainvisual.jpg);
	background-position: center 90%;
}
body.project047 #projectHeader {
	background-image: url(../img/project047/mainvisual.jpg);
}
body.project048 #projectHeader {
	background-image: url(../img/project048/mainvisual.jpg);
}
body.project049 #projectHeader {
	background-image: url(../img/project049/mainvisual.jpg);
}
body.project050 #projectHeader {
	background-image: url(../img/project050/mainvisual.jpg);
}
body.project051 #projectHeader {
	background-image: url(../img/project051/mainvisual.jpg);
}
body.project052 #projectHeader {
	background-image: url(../img/project052/mainvisual.jpg);
}
body.project053 #projectHeader {
	background-image: url(../img/project053/mainvisual.jpg);
}
body.project054 #projectHeader {
	background-image: url(../img/project054/mainvisual.jpg);
}
body.project055 #projectHeader {
	background-image: url(../img/project055/mainvisual.jpg);
}
body.project056 #projectHeader {
	background-image: url(../img/project056/mainvisual.jpg);
}
body.project057 #projectHeader {
	background-image: url(../img/project057/mainvisual.jpg);
}
body.project058 #projectHeader {
	background-image: url(../img/project058/mainvisual.jpg);
}
body.project059 #projectHeader {
	background-image: url(../img/project059/mainvisual.jpg);
}
body.project060 #projectHeader {
	background-image: url(../img/project060/mainvisual.jpg);
}
body.project061 #projectHeader {
	background-image: url(../img/project061/mainvisual.jpg);
}
body.project062 #projectHeader {
	background-image: url(../img/project062/mainvisual.jpg);
}
body.project065 #projectHeader {
	background-image: url(../img/project065/mainvisual.jpg);
}
body.project066 #projectHeader {
	background-image: url(../img/project066/mainvisual.jpg);
}
body.project068 #projectHeader {
	background-image: url(../img/project068/mainvisual.jpg);
}
body.project069 #projectHeader {
	background-image: url(../img/project069/mainvisual.jpg);
}
body.project071 #projectHeader {
	background-image: url(../img/project071/mainvisual.jpg);
}
#projectHeader h2 {
	padding: 50px 0 0 0;
	text-align: center;
}
#projectHeader h2 img {
	width: 100%;
	max-width: 360px;
}
#report h3 {
	margin: 0px auto 10px auto;
	padding-top: 60px;
	font-size: 2.4rem;
	line-height: 3.2rem;
	text-align: center;
	font-family: "Noto Sans JP";
	font-weight: bold;
	color: #000;
}
#report h4 {
	margin: 0 auto 65px auto;
	text-align: center;
	line-height: 2rem;
	font-size: 1.8rem;
	font-weight: normal;
	color: #000;
}
#report p {
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: left;
}
#report p.credit {
	margin-top: -10px;
	font-size: 0.9rem;
	text-align: center;
	line-height: 1.8rem;
}
#report .intro {
	padding: 70px 0;
	background: #f6f6f6;
}
#report .intro p {
	max-width: 960px;
	margin: 0 auto;
}
#report .content {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
}
#report .content img {
	margin: 0 auto 30px auto;
}
#report .content img.border {
	border: 1px solid #ddd;
}
#report .content img.nop {
	margin: 0 auto 80px auto;
}
#report .content figure {
	margin: 0 auto 30px auto;
	padding: 0;
	line-height: 1.2em;
	font-size: 1em;
}
#report .content figure img {
	width: 100%;
	margin: 0 auto 20px auto;
}
#report .content .photos2 {
	display: flex;
	justify-content: space-between;
}
#report .content .photos2 figure {
	width: 48.5%;
	margin: 0 0 30px 0;
}
#report .content .photos2 figure img {
	width: 100%;
}
#report .content .photos2_withoutcap {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
#report .content .photos2_withoutcap img {
	width: 48.5%;
	max-height: 1524px;
	margin: 0 0 30px 0;
}
#report .content img.imgborder {
	border: 1px solid #ccc;
}
#report .content figcaption.mB60 {
	margin-bottom: 60px;
}
#report .content .contentSubheader {
	position: relative;
	margin-top: 20px;
	padding: 0 0 10px;
	letter-spacing: 3px;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Noto Sans JP";
}
#report .content .contentSubheader:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#report .content .video + .contentSubheader {
	margin-top: 50px;
}
#report .content .textBody {
	white-space: pre-wrap;
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: left;
	margin-bottom: 80px;
}
#report .content .video + .contentSubSubheader {
	margin-top: 30px;
}
#report .content .contentSubSubheader {
  margin-bottom: 0;
	padding: 0 0 10px;
	letter-spacing: 3px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Noto Sans JP";
}
#report .content p {
	margin-bottom: 80px;
}
#report .content p:last-child {
  margin-bottom: 0;
}
#report .content .contentSubheader ~ p {
	margin-bottom: 50px;
}
#report .content p.minBMargin {
	margin-bottom: 20px;
}
#report .content p.maxBMargin {
	margin-bottom: 80px;
}
#report .content p span.smaller {
	font-size: 0.8em;
}
#report .content .goToWebsite {
	width: 370px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
#report .content .goToWebsite img {
	width: 100%;
	max-width: 370px;
}
#report .backToList {
	border-top: dotted 1px #bbb;
	margin: 0 auto 80px auto;
	padding-top: 80px;
}
#report .backToList .inner {
	width: 370px;
	text-align: center;
}
#report .backToList img {
	width: 100%;
}
#report .seminar {
	border-top: dotted 1px #bbb;
	margin: 0 auto 80px auto;
	padding-top: 80px;
}
#report .seminar .inner {
	width: 370px;
	text-align: center;
}
#report .seminar img {
	width: 100%;
}
#report .btns {
	min-width: 960px;
	display: flex;
	justify-content: center;
	border-top: dotted 1px #bbb;
	margin: 0 auto 80px auto;
	padding-top: 80px;
}
#report .btns img {
	max-width: 370px;
	margin: 0 20px;
}


/* max-width:960px */
@media screen and (max-width:960px){
	#projectHeader {
		width: 100%;
		height: 130px;
	}
	#projectHeader h2 {
		padding-top: 40px;
		text-align: center;
	}
	#projectHeader h2 img {
		width: 80%;
		max-width: 300px;
	}
	#report h3 {
		margin: 30px auto 5px auto;
		padding: 0 20px;
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	#report h3 b {
		font-size: 1.6rem;
	}
	#report h4 {
		margin: 0 auto 30px auto;
		padding: 0 20px;
		line-height: 1.4rem;
		font-size: 1.1rem;
	}
	#report .intro {
		padding: 50px 0;
		background: #f6f6f6;
	}
	#report .intro p {
		width: 100%;
		padding: 0 20px;
		line-height: 1.6rem;
		font-size: 1rem;
	}
	#report .content .goToWebsite {
		width: 100%;
		padding: 0 0 30px 0;
	}
	#report .content {
		width: 100%;
		margin: 0 auto;
		padding: 50px 20px 0 20px;;
	}
	#report .content img {
		width: 100%;
		margin-bottom: 20px;
	}
	#report .content figure {
		font-size: 0.8em;
	}
	#report .content figure br.pc {
		display: none;
	}
	#report .content .photos2 {
		display: block;
	}
	#report .content .photos2 figure {
		width: 100%;
	}
	#report .content figcaption.mB60 {
		margin-bottom: 0;
	}
	#report .content .photos2_withoutcap {
		display: block;
	}
	#report .content .photos2_withoutcap img {
		width: 100%;
	}
	#report .content p {
		margin-bottom: 30px;
		line-height: 1.6rem;
		font-size: 1rem;
	}
	#report .content p:last-child {
		margin-bottom: 40px;
	}
	#report .content p.credit {
		font-size: 0.8rem;
		line-height: 1.4rem;
	}
	#report .backToList {
		margin: 0 auto 50px auto;
		padding-top: 50px;
	}
	#report .backToList .inner {
		width: 100%;
		padding: 0 20px;
	}
	#report .btns {
		min-width: auto;
		margin: 0 auto 50px auto;
		padding-top: 50px;
	}
	#report .btns .inner {
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	#report .btns img {
		width: 100%;
		max-width: 370px;
	}
	#report .btns a:first-child img {
		margin-bottom: 2%;
	}
	#report .content .goToWebsite img {
		width: 100%;
		max-width: 370px;
	}
}

/* max-width:480px */
@media screen and (max-width:480px){
	#report .btns .inner {
		width: 100%;
		padding: 0 20px;
		text-align: center;
		position: relative;
		left: -20px;
	}
	#report .btns img {
		width: 100%;
		max-width: 100%;
	}
	#report .content .goToWebsite img {
		width: 100%;
		max-width: 100%;
	}
}


/* swiper
-------------------------------------- */
#report .swiper,
#report .swiper .swiper-slide {
  width: 100% !important;
  height: auto;
}
#report .swiper .swiper-wrapper {
  padding-bottom: clamp(0rem, -0.801rem + 3.419vw, 1.25rem);
}
#report .swiper-pagination-bullet {
  width: clamp(0.625rem, 0.545rem + 0.342vw, 0.75rem);
  height: clamp(0.625rem, 0.545rem + 0.342vw, 0.75rem);
}
#report .swiper-pagination-bullet-active {
	background: #000000;
}
#report .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#report .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
#report .swiper + p {
  margin-top: 10px;
}


/* 動画
-------------------------------------- */
#report .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#report .video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#report .swiper + .video {
  margin-top: 40px;
}


/* バナーエリア
-------------------------------------- */
#localgovBnr {
	padding: 100px 0 70px 0;
	background: #f6f6f6 url(../img/bg_mediaList.png) no-repeat bottom center;
}
#localgovBnr .inner {
    position: relative;
	width: 90%;
	max-width: 1244px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#localgovBnr a {
	display: inline-block;
	width: 31.5%;
    max-width: 404px;
	margin-bottom: 2.75%;
}
#localgovBnr a img {
    width: 100%;
}

/* max-width:768px */
@media screen and (max-width:768px){
#localgovBnr a {
	display: inline-block;
	width: 48.5%;
	margin-bottom: 3%;
}
}
/* max-width:599px */
@media screen and (max-width:599px){
	#localgovBnr {
		padding: 40px 0 22px 0;
		background-size: contain;
	}
	#localgovBnr .inner {
		width: 94%;
		margin: 0 auto;
		justify-content: space-between;
	}
	#localgovBnr a {
		width: 100%;
		max-width: none;
		margin: 0 auto 4%;
	}
}


/* 東京カメラ部について
-------------------------------------- */
#aboutTCC {
	padding: 83px 0 90px 0;
	background: #fff;
}
#aboutTCC .inner {
	width: 90%;
	max-width: 960px;
	display: flex;
}
#aboutTCC a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	max-width: 480px;
}
#aboutTCC p {
	width: 50%;
	max-width: 480px;
	line-height: 1.6rem;
	font-size: 0.8rem;
}

/* max-width:768px */
@media screen and (max-width:768px){
	#aboutTCC {
		padding: 50px 0 30px 0;
		background: #fff;
	}
	#aboutTCC .inner {
		width: 100%;
		display: block;
		text-align: center;
	}
	#aboutTCC a {
		display: inline;
		width: auto;
	}
	#aboutTCC p {
		width: 100%;
		margin: 0 auto 10px;
		padding: 20px;
		text-align: left;
		font-size: 0.9rem;
	}
}


/* フッター
-------------------------------------- */
footer {
	background: #2a2a2a;
	color: #fff;
}
footer #footerPageTop {
	position: relative;
	top: -36px;
	text-align: center;
}
footer #footerMenu {
	padding: 10px 0 0 0;
	margin: 0 auto 75px auto;
}
footer #footerMenu ul {
	display: flex;
	justify-content: center;
}
footer #footerMenu ul li {
	list-style: none;
	border-right: 1px solid #fff;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}
footer #footerMenu ul li:last-child {
	border-right: none;
	padding-right: 30px;
}
footer #footerMenu a {
	text-decoration: none;
	color: #fff;
}
footer #footerMenu a:hover {
	text-decoration: underline;
	color: #ccc;
}
footer #copyright {
	padding: 0 0 50px 0;
	text-align: center;
	line-height: 1.8rem;
	font-size: 0.8rem;
	font-weight: normal;
	font-family: "MS ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
}

/* max-width:599px */
@media screen and (max-width:599px){
	footer #footerMenu {
		padding: 0;
		margin: 0 auto 30px auto;
	}
	footer #footerMenu ul {
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
	footer #footerMenu ul li {
		border-right: none;
		border-top: 1px solid #999;
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	footer #footerMenu ul li a{
		display: block;
		width: 100%;
		margin: 0;
		padding: 20px;
	}
	footer #footerMenu ul li a:hover{
		text-decoration: none;
		background: #444;
	}
	footer #footerMenu ul li:last-child {
		border-bottom: 1px solid #999;
		padding: 0;
	}

	footer #copyright {
		padding: 0 20px 30px 20px;
		text-align: left;
		line-height: 1.4rem;
	}
}