@charset "utf-8";
html {
  font-size: 62.5%;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a:link {
  text-decoration: none;
}
a, a:visited, a:hover, a:active {
  color: inherit;
}
.cursor__hand {
	cursor: pointer;
}
#loading-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #3c92be;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	z-index: 9999;
	top: 0 ;
	left: 0;
	display: flex;
}
#loading-wrapper p {
	padding: 35px 0;
	font-size: 1.8rem;
	color: #fff;
}
.loader {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.completed {
  opacity: 0;
  visibility: hidden;
}
#wrapper {
  background: url("img/bg.jpg") top center;
  font-family: 'Lato', 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  font-size: 1.6rem;
  color: rgba(30, 30, 30, 1.00);
}
.mincho {
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
.header_wrap {
  width: 100%;
  position: relative;
}
.header_top {
  background: url("img/header.png") no-repeat top center;
  width: 100%;
  height: 608px;
  position: relative;
  z-index: 10;
}
.fixhead {
	display: none;
}
.logoarea {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  text-align: left;
  padding: 143px 25px 0;
}
.slider {
  width: 1920px;
}
.slider img {
  width: 100%;
}
.sloop {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 410px;
  margin: -85px 0 0 0;
  z-index: 2;
}
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #999;
  /*動き*/
  transition: all 0.6s;
}
.glNavi li {
  padding: 0 28px 0 28px;
  font-size: 2.1rem;
  color: #484848;
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
.glNavi li a:hover {
  color: #3c92be;
}
.glNavi > li {
  position: relative;
}
.glNavi {
  display: flex;
}
.sub {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 2em;
  min-height: 0;
  height: 0;
  z-index: 3;
  transition: min-height 0.5s;
}
.sub li {
  padding: 5px 10px 5px 30px;
  border-bottom: 1px solid #3c92be;
	width: 250px;
	background: rgba(255,255,255,.9);
}
.sub li a:hover {
  color: #3c92be;
}
.sub.active {
  min-height: 180px;
}
.navContact {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 54px;
  z-index: 10;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navContact span {
  font-size: 1.9rem;
  text-align: center;
  display: inline-block;
}
.navContact span:first-child {
  padding: 0 10px 0 0;
}
.navContact span:last-child {
  padding: 0 0 0 5px;
}
#gnavwrap {
  display: flex;
  justify-content: center;
  font-size: 2.1rem;
  color: #484848;
  padding: 48px 0 8px;
  width: 100%;
  border-bottom: 1px solid #3c92be;
}
#subheader {
  position: relative;
  z-index: 50;
  height: 503px;
}
.subnav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 52;
}
.subnav > ul {
  display: flex;
  padding: 50px 0 20px 0;
}
.subnav ul li {
  padding: 0 36px 0 0;
  font-size: 20px;
  color: #484848;
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
.headro {
  width: 100%;
  height: 453px;
  overflow: hidden;
  position: relative;
  z-index: 21;
  background: url("img/subheaderbg.png") no-repeat center bottom;
}
.headlogo {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 150px 25px 0;
}
.headlogo2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 25px 0;
}
.headdig {
  width: 100%;
  height: 503px;
  position: relative;
}
#topmaincontents {
  padding: 115px 0;
  background: url("img/taboutbg2.jpg") no-repeat center bottom;
}
.Tjigyousyo {}
.Tjigyousyo h2 {
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
  font-size: 3.6rem;
  color: #3c92be;
  text-align: center;
}
.Tjigyousyo ul {}
.Tjigyousyo ul li {
  width: 100%;
  padding: 115px 0 0;
}
.Tjigyousyo ul li:first-child {
  width: 100%;
  padding: 125px 0 0;
}
.Tjigyousyo ul li:nth-child(2) .jigyoText {
  border-left: 6px solid #ce809e;
  padding: 0 0 0 54px;
}
.Tjigyousyo ul li:nth-child(3) .jigyoText {
  border-left: 6px solid #f7ae11;
  padding: 0 0 0 54px;
}
.Tjigyousyo ul li:nth-child(4) .jigyoText {
  border-left: 6px solid #59a327;
  padding: 0 0 0 54px;
}
.jlistWrap {
  max-width: 950px;
  width: 100%;
  background: url("img/jGoen.png") no-repeat top right;
  margin: 0 auto;
}
.Tjigyousyo ul li:nth-child(2) .jlistWrap {
  background: url("img/jAsoko.png") no-repeat top right;
}
.Tjigyousyo ul li:nth-child(3) .jlistWrap {
  background: url("img/jAgain.png") no-repeat top right;
}
.Tjigyousyo ul li:nth-child(4) .jlistWrap {
  background: url("img/jLucky.png") no-repeat top right;
}
.Tjigyousyo h3 {
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
  line-height: 1;
}
.blueT {
  color: #3c92be;
}
.pinkT {
  color: #ce809e;
}
.orangeT {
  color: #f7ae11;
}
.greenT {
  color: #59a327;
}
.Tjigyousyo h3 span {
  display: block;
  padding: 10px 0 0;
}
.Tjigyousyo h3 span:first-child {
  font-size: 4.8rem;
}
.Tjigyousyo h3 span:nth-child(2) {
  font-size: 2.4rem;
}
.Tjigyousyo h3 span:last-child {
  font-size: 2rem;
}
.jigyoText h3 p {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.jigyoText h3 p span:first-child {
  font-size: 2rem;
  display: block;
  vertical-align: bottom;
}
.jigyoText h3 p span:last-child {
  font-size: 4.8rem;
  display: block;
  vertical-align: bottom;
  line-height: 1;
  padding: 0 0 0 8px;
}
.jlistWrap p {
  max-width: 445px;
  padding: 35px 0 0;
  line-height: 2;
}
.jigyoText {
  border-left: 6px solid #3c92be;
  padding: 0 0 0 54px;
}
.tMore {
  border: 1px solid #3c92be;
  border-radius: 3px 3px;
  width: 236px;
  height: 36px;
  margin: 32px 0 0 54px;
  line-height: 32px;
  color: #3c92be;
  background: url("img/more.png") no-repeat right 16px center;
  transition: background 0.5s ease-in-out;
}
.tMore a {
  display: block;
  padding: 0 0 0 30px;
}
.tMore:hover {
  background: rgba(191, 205, 233, 0.8) url("img/more.png") no-repeat right 4px center;
  transition: background 0.5s ease-in-out;
}
.nidanmore {
	margin:  16px 0 0 54px;
}
#tAboutgoen {
  background: #96c8e1 url("img/tabottom2.jpg") no-repeat center bottom;
  width: 100%;
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
#tAboutgoen h2 {
  padding: 70px 0 0;
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
  font-size: 5.7rem;
  color: #2b2b2b;
  text-align: center;
}
#tAboutgoen div {
  background: url("img/abg.png") no-repeat left -35% bottom;
}
#tAboutgoen p {
  width: 100%;
  max-width: 764px;
  font-size: 2.2rem;
  padding: 50px 0 126px;
  line-height: 2;
  margin: 0 auto;
}
#map {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
#footer {
  background: #286685;
  color: #fff;
  width: 100%;
  padding: 115px 0;
}
#footerwrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1545px;
  font-size: 1.6rem;
}
.footerlist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footerlist li {
  padding: 0 5%;
}
.footerlist li ul li {
  padding: 4px 0;
}
.footerlist li ul li img {
  vertical-align: middle;
}
.footerlist li ul li span {
  padding: 0 0 0 5px;
}
.webc {
	padding: 24px 0 0 !important;
}
.webc span {
	display: block;
	padding: 0 0 8px !important;
}
.webc a {
	height: 36px;
	border-radius: 18px;
	background: #96c8e1;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	padding: 0 16px;
}
.webc a:hover {
	background: #1f5672;
	transition: all .5s;
}
.copyright {
  text-align: center;
  padding: 80px 0 60px;
}

.intro {
	margin: -70px 0 0 ;
	position: relative;
	width: 100%;
	z-index: 1;
}
.intro ul:first-child {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0 0 155px;
}

.intro ul:first-child .asoko_lead {
	background: url("img/introasoko.jpg") no-repeat top center !important;
}
.intro > ul li:last-child {
	width: 57%;
	background: #f4f7f9;
}
html body .intro > ul .asoko_leadt {
	width: 57%;
	background: rgba(255,235,235,0.1);
}

.intro ul li h1 {
	padding: 155px 0 0 120px;
	font-family: 'Lato','Shippori Mincho B1','Noto Sans JP', serif;
	line-height: 1;
}

.intro ul li h1 span {
	font-size: 6.2rem;
	color: #3c92be;
}

.intro ul li h1 span:first-child {
	font-size: 4.2rem;
	padding-right: 8px;
}

.intro ul li p {
	padding: 32px 20px 0 120px;
	max-width: 640px;
	line-height: 1.8;
	color: #484848;
	font-size: 1.8rem;
}

.intro h2 {
	font-size: 3.2rem;
	padding: 0 18px;
}

.intro p {
	font-size: 1.8rem;
	padding: 8px 0 ;
}

.intro .t01 {
	text-align: center;
	font-family: 'Lato','Shippori Mincho B1','Noto Sans JP', serif;
	color: #323232;
}

.intro .goenmokuteki .goen_img {
	width: 100%;
	text-align: center;
	padding: 72px 0;
}
#instabox {
	height: 300px;
	border-top: 1px solid #3c92be;
	border-bottom: 1px solid #3c92be;
	margin: 30px 0 0;
	text-align: center;
	padding: 0 0 100px;
}
#instabox p {
	padding: 100px 0 16px;
	font-size: 2rem;
}
.tblwrap01 {
  max-width: 900px;
  margin: 0 auto;
  padding: 45px 0 0;
  overflow-x: auto;
}
.tbl01 {
  width: 100%;
  max-width: 900px;
  border-collapse: separate;
  border-spacing: 1px;
  background: #f2f2f2;
}
.tbl01 th {
  background: #66b5b5;
  text-align: left;
  padding: 12px 24px;
  white-space: nowrap;
}
.tbl01 td {
  padding: 12px 24px;
}
.tbl01 tr:nth-child(even) {
  background: rgba(228,240,248,1.00);
}

.sub li a {
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
}
.mkt {
	padding: 0 0 0 8px;
	font-size: 1.6rem;
}
.saiyou_lp {
	background: #f0e2e2;

}
.saiyoulp__box {
	display: flex;
	justify-content: center;
	padding: 0 16px;
	align-items: flex-end;
}
.saiyoulp__title {
	font-size: 2.0rem;
	color: #555;
	padding: 24px 16px 0 32px;
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	min-width: 250px;
	max-width: 250px;
}
.saiyoulp__btn {
	display: block;
	padding: 6px 24px;
	border-radius: 3px;
	background: #B54648; 
	margin: 10px auto;
	color: #EDEDED;
	transition: all .3s;
	text-align: center;
}
.saiyoulp__btn:visited {
	color: #fff;
}

.saiyoulp__btn:hover {
	background: #C79697;
	transition: all .3s;
}
.logo_number {
	color: #3c92be;
	font-size: 4rem;
	padding: 2rem 10px 1rem ;
}
.t_20 {
	font-size: 2rem;
}
.top_formlink {
	border-radius: 4px;
	background: #3c92be ;
	color: #fff !important;
	font-size: 1.8rem;
	padding: 10px 14px;
	display: inline-block;
	margin-left: 8px;
}
.top_formlink:hover {
	background: #4CAED0;
}
.mb_10 {
	margin: 0 0 10px;
} 
@media screen and (max-width: 960px) {
	#gnavwrap {
		display: none;
	}
.fixhead {
	position: fixed;
	height: 70px;
	width: 100%;
	z-index: 70;
	background: url("img/fixheadbg5.png") center top;
	display: block;
	box-shadow: 0 3px 8px rgba(220,220,220,0.8);
}
	.fixhead a {
		display: block;
		max-width: 130px;
		margin: 0 auto;
		padding: 8px 0 0;
	}
	.s_navc {
		display: none;
	}
	.s_navlabel {
		display: block;
		margin: 0 0 1px;
		cursor: pointer;
		padding: 10px 0;
		font-weight: bold;
	}
	.s_navlabel::before {
		content: "▶";
		padding-right: 10px;
	}
	.s_navc:checked + .s_navlabel::before {
		content: "▼";
	}
	.s_navcontent {
		padding: 0;
		height: 0;
		opacity: 0;
		transition: all 0.5s;
		visibility: hidden;
		position: relative !important;
	}
	
	html body #g-nav .s_navcontent li {
		text-align: left;
		padding: 5px;
	}
	.s_navc:checked + .s_navlabel + .s_navcontent {
		height: auto;
		opacity: 1;
		visibility: visible;
		background: rgba(200,200,255,0.2);
	}
	.subnav {
		display: none;
	}
.jlistWrap {
  width: 100%;
  background: url("img/jGoen.png") no-repeat center top;
	padding: 382px 0 0;
}
	.jlistWrap {
		background-position: center top !important;
	}
	.jigyoText {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.tMore {
		margin: 0 auto;
	}
	#tAboutgoen p {
		padding-right: 3%;
		padding-left: 3%
	}
	
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background:url("img/bg.jpg") center top ,rgba(60, 146, 190, 1);
    /*動き*/
    transition: all 0.6s;
  }
	#g-nav-list {
    background:rgba(60, 146, 190, 0.1);
	}
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav .gul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*リストのレイアウト設定*/
  #g-nav .gul li {
    list-style: none;
    text-align: center;
    padding: 15px 0;
	  border-bottom: 1px solid #000;
  }
  #g-nav .gul li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  #footer {
    padding: 120px 0;
  }
	.footerlist {
		justify-content: flex-start;
	}
	.footerlist>li {
		padding-top: 16px;
		width: 360px;
		margin: 0 auto;
	}
  .footerlist > li:first-child {
    width: 100%;
    text-align: center;
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 600px) {
	.intro ul:first-child li:first-child {
		display: none;
	}
	.intro ul:first-child li:last-child {
		width: 100%;
		padding: 32px 10px;
	}
	
	.intro ul li h1 {
		padding: 0;
		text-align: center;
	}
	.intro ul li h1 span {
		font-size: 5rem;
	}
	.intro ul li h1 span:first-child {
		font-size: 3.2rem;
	}
	.intro ul li p {
		padding: 16px 25px 0;
	}
	#subheader {
		height: auto;
	}
.headro {
  width: 100%;
  height: 323px;
  overflow: hidden;
  position: relative;
  z-index: 21;
  background: none;
}
	.headlogo {
		text-align: center;
	}
	.intro {
		margin: 0;
	}
}
