@charset "utf-8";
:root {
	--rightblue:#00a1e9;
	--rightblue2:#f0f8ff;
	--orange:#C96F29;
	--green:#69A671;
	--rightred:#FFECEC;
	--red00:#B90000;
	--blue00:rgb(25, 118, 210);
	--bg00:#F9F9F9;
	--hover_blue:#e0e7ee;
	--ice_blue:#f0f8ff;
	--color-primary:#003670;
	--color-red: #b7410e;
	--color: #003670;
	--bg:#fff;
	--bg2:#F9F9F9;
	--color2: #F2F7FF;
	--border: 1px solid #E6E9ED;
	--border-radius:8px;
	--fff:#ffffff;
	--ccc:#eae7e2;
	--dark:#444444;
	--blue:#003670;
	--footer:#003670;
	--shadow:0 0 1px 1px #ddd;
	--su_blue:#F2F7FF;
	--rightbg_blue:rgba(204, 231, 255,0.6);
}
.newicon2{
	position: relative;
    width: 70px;
	height: 14px;
    display: inline-block;
}.newicon2::after {
	left: 8px;
  font-weight: bold;
  content: "NEW";
  font-size: 14px;
	line-height: 1.6;
  padding: 0px 6px;
  color: #fff;
  text-shadow: none;
  border-radius: 4px;
  background-color: var(--red00);
  display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}a:-webkit-any-link{
	color: var(--blue);
}
body{
	font-size: 100%
}
.bg{
	min-height: 80vh;
	margin: 0 auto;
	max-width: 1600px;
	background: var(--bg2);
	padding:68px 0 64px;
}
.bg_index{
	margin: 0 auto;
	max-width: 1600px;
	background: var(--bg2);
	padding:0 0 64px;
}
	.bg-pd{
		width: 96%
	}
#header_n{
	color: #333
}
.wrap-grid{
	max-width: 1600px;
	margin: 0 auto;
}
.header-a svg{
	fill:#fff;
	display: block
}
.header-a:-webkit-any-link{
	color: #333
}
.header-a-hover{
		background-color: rgba(0,0,0,0.85)!important;
	color:#fff
}
.header_na_wrap{
	display: none
}
.wrap-grid-1{
	  backdrop-filter: blur(2px);
	position: fixed;
	width: 100%;
	left: 0;
	background-color: rgba(255,255,255);
	align-items: center;
	justify-content:space-between;
	z-index: 10
}
.header{
	border-bottom: 1px solid #eee;
	display: grid;
	justify-content: space-between;
	grid-template-columns: auto auto auto;
	max-width: 1600px;
	padding: 0 12px;
	height: 56px;
	align-items: center;
	margin: 0 auto
}
.header_na_wrap1{
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	justify-content: flex-start;
	grid-column-gap: 8px
	
}#header_n:hover{
	text-decoration: none;
}
.header_na{
	font-weight: bold;
	font-size: 22px
}
.header-symbol img{
	width:auto;
	height: 56px;
	display: block;
}
.header-icon{
	width: 100%;
}
.header-icon img{
	display: block;
	width: 100%;
}
.header-a:hover:visited,.header-a:hover{
  color:  #fff;
}
.header-hover{
	background-color: rgba(0,0,0,0.85);
	color: #fff!important;
}
.newicon::after{
	left: 8px;
	font-weight: bold;
	content: "NEW";font-size: 80%;
	padding: 6px 12px ;
	color: #fff;
	text-shadow: none;
	border-radius: 4px;
	background-color: var(--red00);
	display: inline-block;
}
@media screen and (max-width:766px) {
	.header-a::before{
		content: "";
		position: absolute;
		display: block;
		top: calc(50% - 4px );
		right: 12px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #666;
		border-right: 2px solid #666;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header-a:hover::before{
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
@media screen and (max-width:1259px) {
	.header-li{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff
	}
}
#header-ul{
	display: grid;
	grid-template-columns: auto auto auto auto auto;
}
.header-li{
	position: relative;
}
	.header-a{
		color: #333;
	height: 100%;
		font-weight: bold;
		display: block;
		line-height: 56px;
		padding:0 12px;
		font-size: 16px;
		position: relative;
		transition: 0.1s all linear;
	}
	.header-a:hover{
		text-decoration: none!important;
		transition: 0.1s all linear;
		background-color: rgba(0,0,0,0.85);
		
	}
@keyframes fade_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.nav-wrap{
	display: none;
	top: 0;
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-wrap{
	animation: fade_in 0.4s ease-in-out;
	overflow-y: scroll;
}
@media screen and (min-width:766px) {
	.header-nav{
	height: 100%;
		display: block!important
	}
	.nav-block{
		display: block;
	}
	.nav-wrap{
		max-height: calc(90vh - 125px);
		position: fixed;
		top: 56px;
		background-color: rgba(0,0,0,0.85);
		padding: 20px 24px;
		width: 94%;
		max-width: 1600px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 6px;
	  backdrop-filter: blur(2px);
	}
	.nav-wrap:hover{
		display: block!important;
	}
}
.nav-width{
	max-width: 1200px;
	margin: 0 auto
}
.nav-h{
	font-size: large;
	color: #fff
}
.nav-li{
	display: grid;
	grid-template-columns: 15em auto;
	column-gap: 12px;
	margin-bottom: 12px;
	padding-bottom: 12px;;
	text-align: left;
	border-bottom: 1px solid #333;
	align-items: center
}
.nav-li_a{
	text-align: left;
	padding: 12px 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #333
}
.nav-li_3:last-of-type .nav-li_a{
	border-bottom: none;
	
}
.nav-ul2 li{
	display: inline-block;
	margin-right: 12px;
}
.nav-h a,.nav-h a:visited,.nav-li_a{
	color: #fff!important
}
.nav-ul2 li a:visited,.nav-ul2 li a{
	color: #ccc!important
}
.nav-li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	
}
/*----------------------------------------------------------------v-------------------------------*/

.id-topimg{
	display: grid;
	height: 640px;
	place-items: center;
	overflow: hidden;
	grid-template-columns: 100%;
	grid-auto-rows: 100%;
}
#img_griddiv{
	width: 100%;
	height: 100%;
	grid-row: 1 / 2;
	grid-column:  1 / 2;
}
#topimg_grid{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.id-topimg h1{
	grid-row: 1 / 2;
	grid-column:  1 / 2;
	font-size: 180%;
	color: #fff;
	max-width: 90vw;
	text-align: center;
	text-shadow:1px 1px 10px #000;
	margin: 0 auto;
}
.id-link,.Q-link{
	width: 100%;
	padding: 24px;
	border-radius: 8px;
	display: block;
}
.id-link{
	background-color:var(--rightblue2);
	color: #666!important;
	border: 3px solid var(--rightblue);
}
.id-link:hover{
	background-color: var(--hover_blue)
}
.Q-link{
	background-color:var(--rightred);
	border: 3px solid var(--red00);
}
.id-h2,.Q-h2{
	margin-top: 96px;
	font-size:140%;
	margin-bottom: 24px;
	text-align: center;
}
#k-h2{
	width: 70%;
	margin: -60px auto 0;
	background-color: var(--red00);
	color: #fff;
	border-radius: 4px;
	max-width: 500px;
	position: relative;
	z-index: 1;
	padding: 16px 0;
	box-shadow: 0 0 2px #999
}
.tuite-p{
	color: #666;
	max-width: 720px;
	margin: 0 auto;
	width: 90%;
	text-indent: 0;
}
/*news--------------------------------------------------------------------------------------------*/
.newsdate_wrap{
	display: grid;
  grid-gap: 24px;
	grid-template-columns: 10em auto;
}
.news_kouhou,.news_jigyou{
	padding:8px 12px;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	font-size: 14px!important
}
.news_kouhou{
	background-color: var(--orange);
}
.news_jigyou{
	background-color: var(--green);
}
.sectionpartwrap .topnewsli:first-of-type{
	border-top: 2px solid #eee;
}
.topnews_wrap{
	padding: 24px 8px;
	line-height: 1.5;
	border-bottom: 2px solid #eee;
	display: block;
	border-radius: 4px;
}
.mb_t64{
	margin-top: 64px
}.newsichiran{
	padding-left: 8px
}
.news-button-ul{
	display: grid;
	margin-bottom: 4px;
	grid-template-columns: auto auto auto;
	justify-content: flex-start;
}
.index_newsbutton{
	padding: 12px 24px;
	line-height: 1.4;
	color: #999;
	height: 100%;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #ddd;
	border-radius: 4px
}
.news_h2{
  font-size: x-large;
	margin: 64px auto 32px;
  letter-spacing: 0.12em;
}
/*searh--------------------------------------------------------------------------------------------*/
.headerserch{
	width: 100%
}
#search_wrap{
	width: 320px
}
.gsst_a {
	display: block!important
}
.gsc-search-button svg{
	width: 24px!important;
	height: 24px!important;
	fill: #fff!important;
	transition: 0.1s all ;
}
form.gsc-search-box {
  font-size: 18px;
}
.gsc-input {
  padding: 0 !important;
}
#gs_id50 {
  padding: 0 !important;
	border-radius: 100vh 0 0 100vh!important;
}
.gsc-search-button-v2,#gs_id50{
  height: 44px!important;
}
#gs_tti50{
	background: #fff;
	border-radius: 100vh 0 0 100vh!important;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.gsc-search-button {
  width: 44px!important;
}
.seachwidth{
	width: 100%;
	margin: 0 0 0 auto;
	position: relative;
}
.seachmargin{
	margin: 50px auto;
}
.styleable-rootcontainer{
	margin-bottom: 16px!important;
	background-color: transparent!important;
}
.gsc-webResult.gsc-result{
	margin-bottom: 8px!important;
	padding: 24px 12px!important;
	background-color: #fff!important;
	border-radius: 8px;
	  border-color: none!important;
	  border: none!important;
}
.gsc-selected-option-container{
	background-color: none;
	cursor: pointer!important;
	border-radius: 4px!important;
	box-shadow: none!important;
	  font-size: 13px!important;
	max-width: 100%!important;
}
.gssb_a {
  padding: 2px 12px!important;
	cursor: pointer!important
}
.i_{
	padding-bottom: 8px!important;
}
.gsc-completion-container{
	box-shadow: none!important;
	  border: 1px solid #eee!important
}
.gsc-completion-selected{
	background: #eee!important;
}
.gssb_e{
	box-shadow: none!important;
}
.gs-title{
	font-size: large!important;
	padding-bottom: 8px!important;
	line-height: 1.4em!important;
	font-weight: bold;
}
.gs-snippet{
	line-height: 1.4em!important;
}
.gs-visibleUrl{
	padding-bottom: 6px!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page{
	font-size: 14px;
	padding: 6px;
	border-radius: 4px
}
.gsc-webResult.gsc-result:hover {
  background-color: #f2f7ff!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
	border-color: none!important;
	background-color: #333!important;
	color: #fff!important
}
.gsc-table-result{
	font-size: medium!important;
}
.cse_block_container{
	border-radius: 8px;
	padding: 24px 12px!important;
}
.gsc-control-cse .gsc-option-menu{
	  border: 1px solid #ddd!important;
	box-shadow:none!important
}
.gsc-input-box{
	border: none!important;
	padding: 0!important;
	background: none!important
	
}
.gsc-control-cse .gsc-option-menu{
	top: 27px!important;
}
.gsc-results .gsc-cursor-box {
  margin: 24px 0!important;
}
.gsc-option-menu-item-highlighted {
  background: #333!important;
  color: #fff!important
}
.gsc-control-cse .gsc-option-menu{
	padding: 0!important;
}
.gsc-search-button-v2{
	padding:0px!important;
	background-color: transparent!important;
	margin-left: 0!important;
	background: var(--fff)!important;
	border-radius:0 100vh 100vh 0!important;
	border-right: 1px solid #aaa!important;
	border-top: 1px solid #aaa!important;
	border-bottom: 1px solid #aaa!important;
}
.gsc-search-button-v2 svg {
	fill: #333!important;
}
.gsc-search-button-v2:hover svg {
	fill: #999!important;
}
.gsib_a{
	padding:0 1em 0 2em!important;
}
.gsst_a .gscb_a{
	color: #999!important;
}
.gsib_b{
	height: 40px;
	background: #fff;
	border-top: 1px solid #aaa!important;
	border-bottom: 1px solid #aaa!important;
}
.gs-web-image-box{
	float: inherit!important;
	padding: 0 0 8px 0!important;
}
.gsc-results{
	width: 100%!important;
}
.gsc-control-cse{
	font-family: "BIZ UDPGothic", "BIZUDPGCAO",Yu Gothic UI,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif!important;
	padding: 0!important;
	background: var(--bg2)!important;
}
.gsc-control-cse div{
	font-family: "BIZ UDPGothic", "BIZUDPGCAO",Yu Gothic UI,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif!important;
}
.gsc-control-wrapper-cse{
	width: 95%!important;
	margin: 0 auto;
}
.gs-fileFormat{
	color: #999!important;
	margin-bottom: 8px;
}
.gs-fileFormatType{
	color: #999!important;
}
.searcbox{
	margin: 50px auto;
}
.cse_block_container,.gsc-results .gsc-cursor-box,.gsc-control-cse{
	border: none!important
}
.form.gsc-search-box,form.gsc-search-box,table.gsc-search-box{
	margin-bottom: 0!important;
}
/*searh--------------------------------------------------------------------------------------------*/
/*map--------------------------------------------------------------------------------------------*/
.st0 {
  position: absolute;
  stroke-width: 1px;
	fill:var(--blue00);
	stroke:var(--blue00);
}
.st0:hover {
	fill:var(--rightblue);
	stroke:var(--hover_blue);
}
.mapover {
  fill: var(--rightblue);
	stroke:var(--hover_blue);
}
.st3, .st4, .st5, .st6, .st7, .st8, .st9, .st10, .st11, .st12, .st13, .st14, .st15, .st16, .st18, .st19, .st20, .st21, .st22, .st23, .st24, .st1, .st2, .st17 {
  fill: #E9E9E9;
	filter: drop-shadow(0px 0px 1px #fff);
}
.st25, .st26 {
  fill: none;
}
.newsdate_div{
	font-weight: bold;
}
.j_h2_a{
	display: grid;
	grid-template-columns: auto auto;
	place-items: center;
	justify-content: flex-start;
	grid-column-gap: 24px
}
/*map--------------------------------------------------------------------------------------------*/
.tuite-p-link{
	text-align: center;
	margin-top: 24px
}.tuite-p-link2{
	text-align: center;
	margin-top: 128px
}
.link_2wrap .link-gr,.link_gr001,.link_gr002,.link_gr003{
	text-align: center;
	margin-top: 32px;
}
.link-gr a,.link_gr001 a,.link_gr002 a,.link_gr003 a{
	padding: 12px 24px;
	border-radius: 100vh;
	position: relative;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.link-gr a:hover,.link_gr001 a:hover,.link_gr002 a:hover,.link_gr003 a:hover{
	text-decoration: none!important;
}
.link-gr a{
	color: #444;
	border: 1px solid #aaa
}
.link-gr a:hover{
	background-color: hsla(0, 0%, 60%, 0.07)
}
.link_gr001 a{
	color: var(--rightblue)!important;
	border: 1px solid var(--rightblue)
}
.link_gr001 a:hover{
	background-color: rgba(25, 118, 210, 0.04);
}
.link_gr002 a{
	color: var(--orange)!important;
	border: 1px solid var(--orange)
}
.link_gr002 a:hover{
	background-color: hsla(26, 66%, 47%, 0.04);
}
.link_gr003 a{
	color: var(--green)!important;
	border: 1px solid var(--green)
}
.link_gr003 a:hover{
	background-color: hsla(128, 26%, 53%, 0.07);
}
.topi-ul{
	display: grid;
	grid-gap: 8px;
	grid-template-columns: 1fr 1fr 1fr;
}
.topi-p-link{
	text-align: right;
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.topi-li{
	background-color: #fff;
	padding: 24px 24px calc(60px + 1em);
	border-radius: 4px;
	position: relative;
	
}
.text_in{
	text-indent: 0
}
.topi-h3{
	font-size: 120%;
	padding-bottom: 24px
}
.topi-p{
	color: #555;
	
}
.linkwrap{
	display: flex;
	flex-wrap: wrap;
	margin: 128px auto 0;
	justify-content: space-between;
}
.link_2wrap{
	width: calc(50% - 8px);
	margin-bottom: 16px;
	background-color: #fff;
	border-radius: 4px;
	padding: 24px 24px 32px;
}
.link_2{
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px
}
.link_2wrap_a{
	border-bottom: 1px dashed #ddd;
	padding: 8px 32px 8px 0;
	display: block;
	position: relative;
	color: #333!important
}
.link_2wrap_a::before{
	content: "";
	position: absolute;
	display: block;
	top: calc(50% - 6px );
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link_svg{
	width: 64px;
	height: 64px;
}
.icon_under{
	font-size: 130%;
}
.color-rightblue{
		color:var(--rightblue);
}
.color-orange{
		color:var(--orange);
}
.color-green{
		color:var(--green);
}
.color-BBA468{
	color: #BBA468
}
	.svgbox{
		width: 80%;
	}
	.svg1{
		fill:var(--rightblue);
	}
	.svg2{
		fill:var(--orange);
	}
	.svg3{
		fill:var(--green);
	}
	.svg4{
		fill:#BBA468;
	}
.topi-svg{
	width: 100%;
	height: 150px;
	display: block;
	margin: 0 auto;
}
.red{
	color: var(--red00)
}
#search_min{
	display: none
}
.index_kinkyuu_wrap,.n-wrap{
	margin-top: 24px;
	border-radius: 8px
}
.n-wrap{
    border: 4px solid #ddd;
}
.index_kinkyuu_wrap{
	border: 4px solid var(--red00);
}
.index_kinkyuu_wrap .topnews_wrap a,.n-wrap .topnews_wrap a{
	padding: 24px 0px;
	display: block;
}
.index_kinkyuu_wrap .topnews_wrap a{
	color: #000!important
}
.n-wrap .topnews_wrap a{
	color: #666!important
}
.index_kinkyuu_wrap .topnews_wrap a:hover{
	background-color: #f5f5f5
}
.topnews_wrap a:hover{
	text-decoration: none!important;
}
.index_kinkyuu_post .topnews_wrap{
	padding: 0
}
.index_kinkyuu_post{
	padding: 0 16px;
}
.n-wrap .index_kinkyuu_post{
    background: var(--bg);
	border-radius: 0 0 8px 8px;
}
.index_kinkyuu_post p{
	text-indent: 0;
	font-weight: bold;
	font-size: large;
}
.iddate2 .newsread,.iddate2 .n-ead{
	padding: 8px;
	border-radius: 4px;
	background-color: #fff;
}
.iddate2 .newsread{
	border: 1px solid var(--red00);;
	color: var(--red00);
}
.iddate2 .n-ead{
	border: 1px solid #666;;
	color: #666;
}
.info__div{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap:12px;
	margin-bottom: 12px;
}
.jimusho_wrap_{
	display: grid;
	grid-template-columns: auto 1fr;
	padding: 16px 16px;
}
.n-wrap_{
	display: grid;
	grid-template-columns: auto 1fr;
	background: var(--bg);
	padding: 16px 16px;
	border-top: 4px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.jimusho_wrap_{
	border-bottom:2px solid var(--red00);
}
.index_kinkyuu_wrap .newsdate_wrap{
	grid-gap: 8px
}
.kinkyuu_h3{
	line-height: 3!important;
	padding: 0!important;
	margin-right: 12px;
}
.kinkyuu_h3{
	color: #000;
}
.n-wrap_ .kinkyuu_h3{
	color: #666;
}
.topnews_jimusho,.n-jimusho{
	display: inline-block;
	margin-right: 12px;
}
.jimusho_wrap_b{
	line-height: 3;
}
.topnews_jimusho a,.n-jimusho a{
	padding: 8px;
	border-radius: 4px;
	background-color: #fff;
}
.topnews_jimusho a{
	border: 1px solid var(--red00);;
	color: var(--red00);
}
.n-jimusho a{
	border: 1px solid #666;;
	color: #666;
}
.topnews_jimusho a:hover,.n-jimusho a:hover{
	text-decoration: none!important;
	color: #fff;
}
.topnews_jimusho a:hover{
	background-color:var(--red00);
}
.n-jimusho a:hover{
	background-color:#666;
}
.kinkyuu_link,.n-link{
	padding: 24px 0;
	text-align: center
}
.kinkyuu_link a{
	color: #fff !important;
	background-color: var(--red00);
}
.n-link a{
	color: #fff !important;
	background-color: #666;
}
.kinkyuu_link a:hover{
	text-decoration: none!important;
}
.kinkyuu_link a:hover{
	color: var(--red00)!important;
	border: 2px solid var(--red00)
}
.n-link a:hover{
	color: #666!important;
	border: 2px solid #666
}
.kinkyuu_link a:hover::before{
	border-top: 2px solid var(--red00);
  border-right: 2px solid var(--red00)
}
.n-link a:hover{
	color: #666!important;
	border: 2px solid #666
}.n-link a:hover::before{
	border-top: 2px solid #666;
  border-right: 2px solid #666
}
.kinkyuu_h2,.n-h2{
	padding: 1em;
	text-align: center;
	font-size: 140%;
}
.kinkyuu_h2{
	background-color: var(--red00);
	color: #fff;
}
.n-h2{
	background-color: #fff;
	color: #666;
	border-radius: 8px 8px 0 0;
}
.kinkyuu_snap{
	white-space: pre-wrap
}
.kinkyuu_title{
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 16px;
	color: #000;
}
.kinkyuu_URL a{
	text-decoration: underline
}
.kinkyuu_place{
	margin-bottom: 16px;
}
.kinkyuu_snap{
	margin-bottom: 16px;
}
.iddate_wrap2{
	margin-bottom: 8px;
}
.iddate_wrap2 a {
	text-decoration: underline
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#search_min.noactive{
	animation: fade-out 0.4s ease-in-out;
}
@media screen and (min-width:766px) and (max-width:1460px) {
	.bg{
		padding:124px 0 64px
	}
	.header-li-grid{
		grid-template-columns: 32px 1fr;
	}
	.header{
		grid-template-columns:auto auto;
		grid-row-gap: 8px;
		height: 100%;
		padding: 8px 0 0
	}
	.header-nav{
		grid-column: 1/3;
		grid-row: 2/3;
		text-align: center
	}
	.header-a{
		line-height: 44px
	}
	.nav-wrap{
		top: 117px;
		width: 100%;
		border-radius: 0;
	}
	#header_n{
		padding-left: 12px;
	}
	#search_wrap{
		padding-right: 12px
	}
}
@media screen and (min-width:766px) {
	#search_wrap {
		display: block!important
  }
	.menu_min_close{
		display: none
	}
	.site_kensaku,.search_min_close{
		display: none;
	}
	.su-min{
		display: none
	}
	.indeximgwrap{
		width: 100%;
		margin: 0 auto 48px;
		max-width: 800px;
		position: relative;
	}
	.mapimg,.mapimg2{
		width: 100%;
		height: 700px;
		object-fit: contain;
	}
	.mapposition{
		position: absolute;
	}
	.seach-min,.hun-min{
		display: none
	}
	.mapposition a {
	  color: var(--blue00);
	  padding: 10px 16px;
	  letter-spacing: 0.1em;
	  box-shadow: 0 0 2px 0 #999;
	  background-color: #fff;
	  border-radius: 4px;
	  border: 1px solid var(--blue00);
	  font-weight: bold;
	}
	#p_honbu{
		bottom: 290px;
		left: 150px;
	}
	#p_honbu a,#p_office a{
		background-color: rgba(255,255,255,1)!important;
	}
	#p_office{
		bottom: 366px;
		left: 279px;
	}
	#p_etazima{
		bottom: 44px;
		left: 180px;
	}
	#p_kitahiroshima{
		top: 250px;
		left: 150px;
	}
	#p_hatsukaichi{
		bottom: 200px;
		left: 30px;
	}
	#p_akitakata{
		top: 260px;
		left: 300px;
	}
	#p_miyoshi{
		top: 200px;
		right: 290px;
	}
	#p_shobara{
		top: 100px;
		right: 190px;
	}
	#p_zinseki{
		top: 220px;
		right: 50px;
	}
	#p_sera{
		top: 340px;
		right: 200px;
	}
	#p_fuchu{
		top: 290px;
		right: 130px;
	}
	#p_mihara{
		bottom: 250px;
		right: 220px;
	}
	#p_higashihiroshima{
		bottom: 260px;
		right: 330px;
	}
	#p_takehara{
		bottom: 180px;
		right: 280px;
	}
	#p_osaki{
		bottom: 74px;
		right: 247px;
	}
	#p_kumano{
		bottom: 145px;
		left: 260px;
	}
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width:766px) {
	.index_kinkyuu_wrap{
		display: block
	}
	.kinkyuu_h2,.n-h2{
		display: block
	}
	.link-gr.kinkyuu_link a{
		display: inline-block!important
	}
.header-nav{
	overflow: scroll;
}
	.site_kensaku{
		margin-bottom: 12px
	}
	.header{
		grid-template-columns: auto auto;
	}
	#search_wrap{
	display: none;
    animation: fade-in 0.3s ease-in-out;
	}#search_wrap.noactive {
  animation: fade-out 0.4s ease-in-out;
}
	#search_wrap{
		position: fixed;
		top: 56px;
		left: 0;
		width: 100%;
		    background-color: rgba(0,0,0,0.9);
		padding: 24px 12px;
		border-bottom: 1px solid #ddd;
		color: #fff;
		text-align: left;
		font-weight: bold;
		opacity: 0.95;
		animation: fade-in 0.3s ease-in-out;
	}
	#search_wrap.suactive{
		display: block;
	}.search_min_p{
		margin-bottom: 12px
	}
	.search_min_close,.menu_min_close{
		font-size: 100%;
		color: #fff;
		padding: 8px 32px;
		border-radius: 100vh;
		background-color: var(--red00);
		font-weight: bold;
		text-align: center;;
		margin: 32px auto 0;
		display: block
	}
	.hun-min{
		position: relative
	}
	.hun-min .menu{
		height: 40px;
		display: inline-block;
		line-height: 40px;
		font-weight: bold;
		color: #555
	}
	.hun1,.hun2{
		display: inline-block;
	  transition: all .4s;
	  position: absolute;
	  right: 0%;
	  height: 4px;
	  border-radius: 2px;
	  background-color: #666;
	  width: 100%;
	}
	.hun1{
		top: 0;
	}
	.hun2{
		bottom: 0;
	}.hun-min.active .menu{
		z-index: 10;
		position: relative
	}
	.hun-min.active .hun1{
		transform: rotate(-45deg);
		top: 50%;
		background-color: #ccc;
		z-index: 9
	}
	.hun-min.active .hun2{
		transform: rotate(45deg);
		top: 50%;
		background-color: #ccc;
		z-index: 9
	}
	.mapimg,.mapimg2{
		position: relative;
		width: 90%;
		height: 85vw;
		display: block;
		margin: 0 auto;
	}
	.indexul{
		display: flex;
		width: 98%;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.header-li{
		border-right: none;
		border-top: 1px none;
		border-bottom: 1px solid #666;
	}
	.maph2{
		display: block;
		width: 90%;
		margin: 0 auto 12px;
		font-size: x-large;
	}
	.mapposition{
		position: relative;
		width: calc(50% - 1px);
	}
	.mapposition a{
		border: 1px solid rgba(25, 118, 210, 0.5);
		color:rgb(25, 118, 210);
		margin-bottom: 8px;
		position: relative;
		border-radius: 4px;
		padding: 1em 1em 1em 1.5em;
		display: block;
		font-weight: bold
	}
	.header-symbol{
		margin: 0
	}
	.header_na_wrap{
		display: grid;
		grid-template-columns: auto auto;
		grid-column-gap:12px;
		align-items: center;
	}
	.su-min svg{
		display: block
	}
	.su-min svg g{
		fill:#666
	}
	.su-min:hover svg g{
		fill:#999
	}
	.header_na{
		font-weight: bold;
		font-size: 14px
	}
	.header{
		position: relative;
	}
	.header-nav{
		position: fixed;
		top: 56px;
		padding-bottom: 24px;
		background-color: rgba(0,0,0,0.9); 
		width: 100%;
		left: 0;
		display: none;
		animation: fade-out 0.3s ease-in-out;
		height: calc(100vh - 56px);
	}.header-nav a{
		color: #fff!important
	}
	#header-ul{
		display: block
	}
	.header-nav.panelactive{
		display: block;
		animation: fade-in 0.4s ease-in-out;
	}
	.header{
		width: 100%;
	}
	.id-topimg img{
		border-radius: 0;
	}
	.id-topimg{
		height: 100vh;
		max-height: 1000px
	}
	.id-h2,.Q-h2{
		margin-top: 96px;
		margin-bottom: 16px
	}
	.linkwrap{
		margin-top: 96px
	}
	.gsc-search-button {
	  width: 64px !important;
	}
	.gsc-search-button-v2{
		padding: 0!important
	}
	.id-link.Q-link{
		padding: 16px 24px;
		border-radius:6px
	}.mapposition {
	  position: relative;
	  width: calc(50% - 4px)!important;
	}
	.news_h2{
		margin: 32px auto 24px
	}
}
@media screen and (max-width:900px) {
	.topi-ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
	.topi-li{
		width: calc(50% - 4px);
	}
	.link-gr a{
		padding: 8px 24px 8px 16px
	}
	.link-gr a::before {
	  top: calc(50% - 5px );
	right: 12px;
	}
}
@media screen and (max-width:650px) {
	.topi-li{
		width: 90%;
		margin-bottom: 8px;
		padding: 24px 16px calc(72px + 1em)
	}
	.link_2wrap{
		width: 100%
	}.topi-ul{
		justify-content: space-around
	}
}
@media screen and (max-width:1260px) {
	.newsread_div{
		grid-column: 1/3;
		grid-row: 2/3;
	}.news_kouhou, .news_jigyou{
		padding: 6px 8px
	}
}
@media screen and (max-width:600px) {
	.jimusho_wrap_,.info__div {
		display: block;
	}
	.info__div .iddate{
		margin-bottom: 12px;
	}
	.newsdate_wrap{
		display: block
	}
	.index_newsbutton{
		font-size: 90%;
		padding: 8px 16px;
	}
	.news_button{
		font-size:90%;
		padding: 8px 16px;
	}.news-button-ul{
		justify-content: center
	}
}
@media screen and (max-width:480px) {
	.newslistwrap{
		padding: 12px !important
	}
	.header-symbol img{
		height: 42px
	} .news_button {
		padding: 8px 
	}
}
@media screen and (max-width:400px) {
	.link-gr a{
		display: block;
	}
	.topi-p-link{
		text-align: center
	}
}
@media screen and (max-width:375px) {
	.newslistwrap{
		padding: 12px !important
	}
	.header_na{
		font-size: 12px
	}
	.header-symbol img{
		height: 34px
	}
}
		#rc-header-a {
			  background-color: #0e7ae0;
			box-sizing: border-box;
			  color: #fff;
			  border-radius: 2px;
		}
		#rc-header-a:hover {
			opacity: 0.8
		}
		#rc-header-a::before {
			border-top: 2px solid #fff;
    		border-right: 2px solid #fff;
		}