@charset "UTF-8";

body {
  background-color: #272727;
}
body.gtop2 {
  background-color: #fff;
}

/*-------------------------------------
 header
-------------------------------------*/
.headerGtop {
	min-height: 100px;
	margin: 0 0 18px 0;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	text-align: center;
	background: rgba(255,255,255,1);
}
.headerGtop .inner {
	max-width: inherit;
	overflow: hidden;
}
.headerGtop .headerLogo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0 0 30px;
}
.headerGtop .headerLogo img {
	width: 276px;
	vertical-align: bottom;
}
.headerGtop .headerTxt {
	width: 600px;
	margin: 0 auto;
	padding: 9px 0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.headerGtop .headerTxt h1 {
	font-size: 200.0%;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footerGtop .inner {
	max-width: inherit;
	padding-left: 16px;
	padding-right: 16px;
}


/*-------------------------------------
 layout
-------------------------------------*/
#contents.gtop {
	overflow: hidden;
}
#contents.gtop #main .inner {
	display: flex;
	flex-direction: column;
}

/*-------------------------------------
 gtopVisual
-------------------------------------*/
.gtopVisual {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 750px;
	overflow: hidden;
}
.gtopVisual ul {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -963px;
	overflow: hidden;
}
.gtopVisual ul li {
	display: none;
}
.gtopVisual ul li img {
	max-width: inherit;
	vertical-align: bottom;
}


/*-------------------------------------
 gtopMain
-------------------------------------*/
.gtopMain {
	margin-top: auto;
	font-family: 'Noto Sans JP', sans-serif;
}
.gtopMenu {
	display: flex;
	align-items: flex-end;
	margin: 0 0 25px 0;
}

/* gtopNav
-------------------------------------*/
.gtopNav {
	margin-left: auto;
}
.gtopNav ul {
	width: 296px;
	list-style: none;
}
.gtopNav ul li {
	margin: 25px 0 0 0;
}
.gtopNav ul .gtopNav01 {
	margin: 100px 0 0 0;
}
.gtopNav ul li a {
	display: flex;
	align-items: center;
	min-height: 76px;
	padding: 0 0 0 26px;
	color: #fff;
	font-size: 125.0%;
	text-decoration: none;
	border-radius: 50px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #1b831b;
	box-sizing: border-box;
}
.gtopNav ul li a .icn {
	margin: 0 0 -4px auto;
}
.gtopNav ul li.gtopNav01 a {
	color: #0070c0;
	border: 5px solid #0070c0;
	background-color: #fff;
}
.gtopNav ul li.gtopNav01 a .icn {
	margin: -5px -5px -9px auto;
}


/* gtopMap
-------------------------------------*/
.gtopMap {
	order: -1;
}
.gtopMap .gtopBox {
	margin-bottom: 20px;
}
.gtopMap .gtopBox:last-child {
	margin-bottom: 0;
}
.gtopMap .gtopBox a {
	display: flex;
	align-items: center;
	padding: 4px;
	color: #fff;
	text-decoration: none;
	background: #0070c0;
}
.gtopMap .gtopBox .txt {
	padding: 0 13px;
	font-size: 112.5%;
}
.gtopMap .map .txt:before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 26px;
	margin: 0 8px 0 0;
	vertical-align: top;
	background: url(/common/000222387.png) no-repeat 0 0 / 21px auto;
}
.gtopMap .gtopBox .figure {
	display: block;
	margin-left: auto;
}
.gtopMap .gtopBox .figure img {
	width: 116px;
	vertical-align: bottom;
}

/* gtopInfo
-------------------------------------*/
.gtopInfo {
	display: flex;
	margin: 0 0 18px 0;
	border: 1px solid #666;
	background: #fff;
}
.gtopInfo a {
	text-decoration: none;
}
.gtopInfo a:hover {
	text-decoration: underline;
}
.gtopInfo .gtopInfoTtl {
	display: flex;
	align-items: center;
	min-width: 170px;
	padding: 10px 18px 10px 13px;
	color: #fff;
	font-size: 112.5%;
	white-space: nowrap;
	background: #666;
}
.gtopInfo .gtopInfoTtl:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 21px;
	margin: 0 9px 0 0;
	vertical-align: middle;
	background: url(/common/000222388.png) no-repeat 0 0 / 23px auto;
}
.gtopInfo .gtopInfoBlk {
	padding: 13px 20px 6px 20px;
	font-size: 106.3%;
}
.gtopInfo .gtopInfoBlk p {
	margin: 0 0 7px 0;
}
.gtopInfo .gtopInfoBlk a {
	color: #000;
}
.gtopInfo .gtopInfoLink {
	display: flex;
	align-items: flex-end;
	margin-left: auto;
	padding: 12px 15px;
	font-size: 106.3%;
	white-space: nowrap;
}
.gtopInfo .gtopInfoLink a {
	display: inline-block;
	color: #000;
	padding: 0 23px 0 0;
	background: url(/common/000222384.png) no-repeat right center / 15px 15px;
}

/* gtopBtn
-------------------------------------*/
.gtopBtn {
	padding: 50px 0;
}
.gtopBtn ul {
	margin: 0 -20px 0 0;
	list-style: none;
	letter-spacing: -0.5em;
	text-align: center;
}
.gtopBtn ul li {
	display: inline-block;
	width: 33.333%;
	padding: 0 20px 20px 0;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}
.gtopBtn ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
	padding: 0 26px;
	color: #0070c0;
	font-size: 125.0%;
	text-decoration: none;
	border-radius: 50px;
	border: 5px solid #0070c0;
	background: #fff;
	box-sizing: border-box;
}


/*-------------------------------------
 gtopSubNav
-------------------------------------*/
.gtopSubNav {
	font-family: 'Noto Sans JP', sans-serif;
	background: #0070c0;
}
.gtopSubNav .inner {
	padding-top: 15px;
	padding-bottom: 17px;
}
.gtopSubNav .gtopSubNavTtl {
	margin: 0 0 12px 0;
	color: #fff;
	font-size: 120.5%;
	text-align: center;
}
.gtopSubNav .gtopSubNavTtl:before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 2px 8px 0 0;
	vertical-align: top;
	background: url(/common/000222389.png) no-repeat 0 0 / 21px 21px;
}
.gtopSubNav ul {
	display: flex;
	padding: 10px 0;
	list-style: none;
	border-radius: 10px;
	background: #fff;
}
.gtopSubNav ul li {
	width: 14.285%;
	/*min-height: 44px;*/
	list-style: none;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	flex-shrink: 0;
}
.gtopSubNav ul.itemEight li {
	width: 12.5%;
}
.gtopSubNav ul li + li {
	border-left: 3px solid #0070c0;
}
.gtopSubNav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #0070c0;
	font-size: 106.3%;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	box-sizing: border-box;
	padding: 10px;
}














/* PC layout
-------------------------------------------------------------------*/
@media screen and (max-width: 1180px) {

.headerGtop {
	min-height: 82px;
}
.headerGtop .headerLogo {
	padding: 10px 0 0 20px;
}
.headerGtop .headerLogo img {
	width: 220px;
}
.headerGtop .headerTxt {
	width: auto;
	margin: 0;
}
.headerGtop .headerTxt {
	font-size: 87.5%;
}
.headerGtop .headerTxt h1 {
	font-size: 175%;
}

}

@media screen and (max-width: 1000px) {

.headerGtop .headerLogo {
	position: relative;
	float: left;
	padding: 10px 0 0 10px;
}
.headerGtop .headerTxt {
	float: left;
	padding-left: 10px;
}

}

@media screen and (min-width: 769px) {

.gtopNav ul li a,
.gtopMap .gtopBox a,
.gtopSubNav ul li a,
.gtopBtn ul li a {
	text-decoration: none;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	backface-visibility: hidden;
}
.gtopNav ul li a:hover,
.gtopMap .gtopBox a:hover,
.gtopSubNav ul li a:hover,
.gtopBtn ul li a:hover {
	opacity: 0.7;
}

}



/* 画面余白調整対応 */
.gtopSubNav ul li a {
  padding: 0 10px;
}
.gtopNav ul li {
    margin: 15px 0 0 0;
}
.gtopVisual {
    top: 100px;
}
@media screen and (max-width: 1280px) {
  .gtopNav ul .gtopNav01 {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 1180px) {
  .gtopVisual {
    top: 82px;
  }
}
@media screen and (max-width: 768px) {
  .gtopVisual {
    top: 0;
  }
}
.headerGtop .headerTxt {
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}

.gtopInfo .gtopInfoTtl a {
	color: #fff;
}
.gtopInfo .gtopInfoTtl a.icnBlank2,
.gtopInfo .gtopInfoLink a.icnBlank2 {
  background: url(/common/000101905.png) no-repeat right center / 15px 15px;
  padding-right: 20px;
}