@charset "utf-8";
body {
  font-family: 'Noto Serif JP', serif;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-feature-settings: "palt" 1;
	color: #222;
}

a {
	color: #00b5e2;
}
a:visited {
	color: #00b5e2;
}
a:hover {
	color: #00b5e2;
	opacity: .7;
}

#container{
	background-color: #fff;
}

#head{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	z-index: 10;
}
#head .hWrap{
	display: flex;
	justify-content: space-between;
	margin: 40px;
}
#head h1{
	width: 220px;
	mix-blend-mode: overlay;
	pointer-events: auto;
}
.head-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	border: none;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 30px;
	height: 22px;
	padding: 0;
	margin: 0;
	pointer-events: auto;
	z-index: 9999;
}
.head-menu_line {
	display: block;
	width: 100%;
	height: 2px;
}
.head-menu_line:nth-of-type(1) {
	-webkit-transform-origin: top left;
			transform-origin: top left;
	-webkit-transition: .3s;
			transition: .3s;
}
.head-menu_line:nth-of-type(2) {
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transition: .3s;
			transition: .3s;
}
.head-menu_line:nth-of-type(3) {
	-webkit-transform-origin: bottom left;
			transform-origin: bottom left;
	-webkit-transition: .3s;
			transition: .3s;
}

.head-menu.active .head-menu_line:nth-of-type(1) {
	-webkit-transform: rotate(45deg) scale(1.34, 1);
			transform: rotate(45deg) scale(1.34, 1);
}
.head-menu.active .head-menu_line:nth-of-type(2) {
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
}
.head-menu.active .head-menu_line:nth-of-type(3) {
	-webkit-transform: rotate(-45deg) scale(1.34, 1);
			transform: rotate(-45deg) scale(1.34, 1);
}
.head-menu.active {
	height: 30px;
}

.head-menu:focus:not(:focus-visible) {
	outline: 0;
}
.head-menu_line {
	background-color: #444;
	-webkit-transition: .3s;
	transition: .3s;
}
.active .head-menu_line {
	background-color: #fff;
}

#head .navWrap{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background-color: #142912;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .3s;
			transition: .3s;
}
#head .navWrap.active{
	opacity: 1;
	pointer-events: auto;
}
#head .navInner{
	position: relative;
	top: 50%;
	display: flex;
	max-width: 855px;
	margin: 0 auto;
	-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
}
#head .gNav{
	border-right: solid 1px rgba(255,255,255,.1); 
}
#head .gNav ul{
	width: 615px;
	font-size: 0;
}
#head .gNav li{
	width: 340px;
	margin-left: 275px;
	margin-bottom: 30px;
}
#head .gNav li:nth-child(-n+4){
	float:left;
	clear:left;
	width: 275px;
	margin-left:0;
	}
#head .gNav li:nth-child(4){
	margin-bottom: 0;
	}
#head .gNav a{
	position: relative;
	font-size: 21px;
	color: #fff;
	letter-spacing: -0.04em;
}
#head .gNav li.current a{
	color: #b6b6b6;
	pointer-events: none;
}
#head .gNav li .en{
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	color: #346a30;
}
#head .hNav{
	width: 185px;
	margin-left: 55px;
	font-size: 0;
}
#head .hNav > p{
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 1.6
}
#head .hNav p:last-child{
	margin-bottom: 0;
}
#head .hNav a{
	color: #fff;
}
#head .hNav .head{
	font-size: 13px;
}
#head .hNav .blank::after{
	content: '';
	display: inline-block;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.44%2012.78%22%3E%3Cpath%20d%3D%22M4.27%2C9.41l9-8.9H8.14%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M4.5%2C2.28H.5v10h10v-4%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E') no-repeat center/contain;
	width: 14px;
	height: 0;
	padding-bottom: 14px;
	margin-left: 7px;
}
#head h1 a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}
#head h1 img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}
#head h1 img.logW {
  opacity: 0;
}
#head.logoW h1 img.logW {
  opacity: 1;
}
#head.logoW h1 img.log {
  opacity: 0;
}
#head.logoW .head-menu_line {
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	#head .hWrap{
		display: block;
		margin: 6.667%;
	}
	#head h1{
		width: 38.462%;
		font-size: 0;
	}
	.head-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 7.2vw;
		height: 5.067vw;
		padding: 0;
		margin: 5.333%;
		z-index: 9999;
	}
	.head-menu.active .head-menu_line:nth-of-type(1) {
		-webkit-transform: rotate(45deg) scale(1.37, 1);
				transform: rotate(45deg) scale(1.37, 1);
	}
	.head-menu.active .head-menu_line:nth-of-type(3) {
		-webkit-transform: rotate(-45deg) scale(1.37, 1);
				transform: rotate(-45deg) scale(1.37, 1);
	}
	.head-menu.active {
		height: 7.2vw;
	}
	#head .navInner{
		top: 0;
		display: block;
		max-width: 68%;
		margin-top: 18.667%;
		-webkit-transform: none;
				transform: none;
	}
	#head .gNav{
		border: none;
		border-bottom: solid 1px rgba(255,255,255,.1);
		padding-bottom: 3.922%;
	}
	#head .gNav ul{
		width: 100%;
	}
	#head .gNav li{
		width: 100%;
		margin-left: 0;
		margin-bottom: 9.804%;
	}
	#head .gNav li:nth-child(-n+4){
		float:none;
		width: 100%;
		}
	#head .gNav li:nth-child(4){
		margin-bottom: 9.804%;
		}
	#head .gNav a{
		font-size: 4.8vw;
		letter-spacing: 0;
	}
	#head .gNav li .en{
		margin-left: 2.941%;
		font-size: 2.667vw;
	}
	#head .hNav{
		width: 100%;
		margin-left: 0;
		margin-top: 12.745%;
	}
	#head .hNav > p{
		margin-bottom: 5.882%;
		font-size: 3.733vw;
	}
	#head .hNav .head{
		font-size: 3.467vw;
	}
	#head .hNav .blank::after{
		width: 3.467vw;
		padding-bottom: 3.467vw;
		margin-left: 2.267vw;
	}
}

@media screen and (max-width: 768px) {
}

.pgTtl{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.pgTtl .ttlWrap{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
	-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
	z-index: 2;
}
.pgTtl h2{
	font-size: 38px;
	color: #fff;
	text-align: center;
}
.pgTtl h2 .en{
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.pgTtl .bg{
	display: block;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: contain;
	height: 100%;
}
.pgTtl .bg .kv_img{
	width: 100%;
	visibility: hidden;
}

.contentsBlk{
	position: relative;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.pgTtl .ttlWrap{
		top: 50%;
		max-width: 100%;
		padding: 0;
		-webkit-transform: translate(0,-50%);
				transform: translate(0,-50%);
	}
	.pgTtl h2{
		font-size: 7.2vw;
	}
	.pgTtl h2 .en{
		margin-top: 2%;
		font-size: 2.933vw;
	}
	.pgTtl .bg{
		background: none;
	}
	.pgTtl .bg .kv_img{
		visibility: visible;
	}
}



.cbNav{
	background-color: #f5f5f5;
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
}
.cbNav ul{
	max-width: 1100px;
	margin: 0 auto;
	font-size: 0;
}
.cbNav li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #9f9f9f;
	line-height: 1;
}
.cbNav li::before{
	content: "/";
	display: inline-block;
	margin: 0 20px;
	font-size: 14px;
	color: #000;
}
.cbNav li:first-child::before{
	display: none;
}
.cbNav li a{
	color: #000;
}
@media screen and (max-width: 768px) {
	.cbNav{
		padding: 3.333% 0;
	}
	.cbNav ul{
		max-width: 86.667%;
	}
	.cbNav li{
		font-size: 2.667vw;
	}
	.cbNav li::before{
		margin: 0 2.667vw;
		font-size: 2.667vw;
	}
}

#foot{
	background-color: #fff;
	position: relative;
	padding: 80px 10px 100px;
}
#foot .sitemapWrap{
	border-bottom: solid 1px #d1d1d1;
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	padding-bottom: 55px;
	margin: 0 auto;
}
#foot .sitemapWrap .logo{
	width: 220px;
	margin-bottom: 30px;
}
#foot .sitemapWrap .addBox .name{
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.846;
}
#foot .sitemapWrap .addBox .info{
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 1.846;
}
#foot .sitemapWrap .navBlk{
	font-size: 15px;
	line-height: 1;
}
#foot .sitemapWrap .navBlk ul{
	width: 300px;
}
#foot .sitemapWrap .navBlk ul::after{
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#foot .sitemapWrap .navBlk li{
	width: 50%;
	margin-left: 50%;
	margin-bottom: 20px;
	}
#foot .sitemapWrap .navBlk li:nth-child(-n+4){
	float:left;
	clear:left;
	margin-left:0;
	}
#foot .sitemapWrap .navBlk li:nth-child(4){
	margin-bottom: 0;
	}
#foot .sitemapWrap .navBlk a{
	color: #000;
	letter-spacing: -0.02em;
	}

#foot .fWrap{
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	max-width: 1100px;
	padding-top: 40px;
	margin: 0 auto;
}
#foot .fWrap .corpNav{
	font-size: 0;
}
#foot .fWrap .corpNav .ttl{
	margin-bottom: 25px;
	font-size: 14px;
}
#foot .fWrap .corpNav > p{
	display: inline-block;
	font-size: 15px;
}
#foot .fWrap .corpNav a{
	margin-right: 40px;
	color: #000;
}
#foot .fWrap .corpNav .head{
	font-size: 13px;
	line-height: 1.6;
}
#foot .fWrap .corpNav .blank::after{
	content: '';
	display: inline-block;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.44%2012.78%22%3E%3Cpath%20d%3D%22M4.27%2C9.41l9-8.9H8.14%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000%3B%22%2F%3E%3Cpath%20d%3D%22M4.5%2C2.28H.5v10h10v-4%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000%3B%22%2F%3E%3C%2Fsvg%3E') no-repeat center/contain;
	width: 14px;
	height: 0;
	padding-bottom: 14px;
	margin-left: 7px;
}
#foot .fWrap .copyright{
	font-size: 10px;
	line-height: 1;
}
#foot .totop{
	position: fixed;
	bottom: 0;
	right: 0;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.66%2040.66%22%3E%3Crect%20width%3D%2240.66%22%20height%3D%2240.66%22%20style%3D%22fill%3A%2321241b%22%2F%3E%3Cpath%20d%3D%22M15%2C14.14l1%2C1%2C3.75-3.78v20h1.48v-20L25%2C15.19l1.05-1L21.53%2C9.62l-1-1Z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat left top/contain;
	width: 41px;
	padding-bottom: 41px;
	margin: 30px;
	opacity: 0;
	-webkit-transition: .3s;
			transition: .3s;
	pointer-events: none;
}
#foot .totop.view{
	opacity: 1;
	pointer-events: auto;
}
@media screen and (max-width: 768px) {
	#foot{
		padding: 9.333vw 0;
	}
	#foot .sitemapWrap{
		display: block;
		max-width: 86.667%;
		padding-bottom: 8.667%;
	}
	#foot .sitemapWrap .logo{
		width: 58.462%;
		margin-bottom: 7.692%;
	}
	#foot .sitemapWrap .addBox .name{
		font-size: 3.2vw;
		line-height: 1.8;
	}
	#foot .sitemapWrap .addBox .info{
		font-size: 2.667vw;
		line-height: 1.8;
	}
	#foot .sitemapWrap .navBlk{
		border-top: solid 1px #d1d1d1;
		padding-top: 9.231%;
		margin-top: 9.231%;
		font-size: 3.467vw;
	}
	#foot .sitemapWrap .navBlk ul{
		width: 100%;
	}
	#foot .sitemapWrap .navBlk li{
		margin-bottom: 7.692%;
		}

	#foot .fWrap{
		display: block;
		max-width: 86.667%;
		padding-top: 7.692%;
	}
	#foot .fWrap .corpNav{
		border-bottom: solid 1px #d1d1d1;
		padding-bottom: 3.077%;
		margin-bottom: 9.231%;
	}
	#foot .fWrap .corpNav .ttl{
		margin-bottom: 5.385%;
		font-size: 3.2vw;
	}
	#foot .fWrap .corpNav > p{
		display: block;
		font-size: 3.2vw;
		margin-bottom: 6.154%;
	}
	#foot .fWrap .corpNav a{
		margin-right: 0;
	}
	#foot .fWrap .corpNav .head{
		font-size: 2.667vw;
	}
	#foot .fWrap .corpNav .blank::after{
		width: 3.467vw;
		padding-bottom: 3.467vw;
		margin-left: 2.267vw;
	}
	#foot .fWrap .copyright{
		font-size: 2.667vw;
		line-height: 1.4;
	}
	#foot .totop{
		width: 8%;
		padding-bottom: 8%;
		margin: 6.667%;
	}
}



@-webkit-keyframes moveArrow {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(30%);
    opacity:0;
  }
  60% {
    transform: translateX(-30%);
    opacity:0;
  }
  100% { 
    transform: translateX(0%);
    opacity:1;
  }
}
@keyframes moveArrow {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(30%);
    opacity:0;
  }
  60% {
    transform: translateX(-30%);
    opacity:0;
  }
  100% { 
    transform: translateX(0%);
    opacity:1;
  }
}
@-webkit-keyframes moveArrowL {
  0% {
    transform: translateX(0%) scale(-1, 1);
  }
  40% {
    transform: translateX(-30%) scale(-1, 1);
    opacity:0;
  }
  60% {
    transform: translateX(30%) scale(-1, 1);
    opacity:0;
  }
  100% { 
    transform: translateX(0%) scale(-1, 1);
    opacity:1;
  }
}
@keyframes moveArrowL {
  0% {
    transform: translateX(0%) scale(-1, 1);
  }
  40% {
    transform: translateX(-30%) scale(-1, 1);
    opacity:0;
  }
  60% {
    transform: translateX(30%) scale(-1, 1);
    opacity:0;
  }
  100% { 
    transform: translateX(0%) scale(-1, 1);
    opacity:1;
  }
}




@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  50.1% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  50.1% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
}

