@charset "UTF-8";

body {
   font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	color: #111;
	font-size: 16px;
}
header{
	position: relative;
}
header .lang{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #00467E;
	padding: 5px 5px 7px 13px;
	font-size: 0.8em;
	line-height: 1.0em;
	font-weight: 700;
}
header .lang a{
	display: inline-block;
	color: #FFF;
	border-right: 1px solid #FFF;
	padding: 1px 8px 0 20px;
}
header .lang a:last-child{
	border-right: none;
}
header .lang a.en{
    background-image: url("../../images/usa.svg");
    background-repeat: no-repeat;
    background-position: 0% center;
	background-size: 18px;
}
header .lang a.ja{
	background-image: url("../../images/japan.svg");
    background-repeat: no-repeat;
    background-position: 0% center;
	background-size: 18px;
	margin-left: 8px
}
header .subNav{
	position: absolute;
	top: 0;
	right: 190px;
	padding: 5px 5px 7px 13px;
	font-size: 0.9em;
	line-height: 1.0em;
	font-weight: 700;
}
header .subNav a{
	display: inline-block;
	border-right: 1px solid #111;
	padding: 1px 8px 0 8px;
}
header .subNav a:last-child{
	border-right: none;
}
.site-header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 2em 4% 1.5em;
	text-align: left;
	margin: 0 auto ;
	z-index: 100;
	background-color: #FFF;
}
.site-header h1{
    font-weight: 900;
	font-size: 2.0em;
}
.gnav__menu{
	display: flex;
}
.gnav__menu__item{
	margin-left: 20px;
}
.gnav__menu__item a{
	color: #FFF;
	text-decoration: none;
}
@media screen and (max-width: 960px){
header .lang{
	display: none;
}
header .subNav{
	display: none;
}
.site-header{
	width: 100%;
	position: fixed;
	padding: 14px 5% 16px;
	margin: 0 auto 0;
	box-sizing: border-box;
}
}
@media screen and (max-width: 768px){
.site-header{
	width: 100%;
	position: fixed;
	padding: 5px 3% 15px;
	margin: 0 auto 0;
	box-sizing: border-box;
}
.site-header h1{
    padding-top: 10px;
	width: 200px;
	z-index: 100;
}
.coBtn{
	position: fixed;
	right: 2%;
	top: 88%;
	width: 90px;
	z-index: 200;
}
}

/* nav */
.h_nav{
	text-align: right;
	padding: 0;
	font-weight: 700;
}
@media screen and (max-width:768px){
.h_nav{
	width: auto;
	text-align: left;
	padding: 0;
}
}
nav .sub-menu {
	padding: 14px 20px;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}

@media only screen and ( max-width : 768px ) {
.mean-nav .mask {
	background: rgba(0,0,0,.6);
	top: 56px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: none;
	color: #FFF;
}
#gNav .nav {
	overflow-y: auto;
	height: 100vh;
	z-index: 2;
}
.mean-nav .container {
	padding: 0;
}
.nav .sub-menu li:last-child {
	border-bottom: none;
}
nav li .fa {
	display: none;
}
nav .sub-menu {
	border-radius: 0px;
	box-shadow: none;
}
}
@media screen and (max-width: 1200px){
	#gNav ul {
		font-size: 0.9em;
	}
	#gNav ul li {
		position: relative;
		margin-left: 12px;
	}
}
@media print, screen and ( min-width : 769px ) {
#gNav ul {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 ;
}
#gNav ul li {
	position: relative;
	margin-left: 20px;
}
#gNav ul li:first-child{
	margin-left: 0;
}
#gNav ul a{
	color: #111;
	position: relative;
	display: inline-block;
	transition: .3s;
}
#gNav ul .NavTop a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #F66013;
}
#gNav ul .NavTop a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 3px;
	background-color: #F66013;
	transition: .3s;
}
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 33px;
	left: 0;
	margin-left: 0px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	text-align: left;
	flex-wrap: wrap;
	padding: 15px 20px;
}
#gNav ul li:hover ul.sub-menu {
	top: 34px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#gNav ul li ul li:after {
	content: none;
}
#gNav .sub-menu li {
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	position: relative;
	margin-left: 0;
}
#gNav .sub-menu li a {
	display: inline-block;
	width: 100%;
	line-height: 1.2em;
	box-sizing: border-box;
	position: relative;
	padding: 6px 0 6px 12px;
}
#gNav .sub-menu li a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f0da";
	position: absolute;/*絶対位置*/
	left:0;
	top:7px;
	width: auto;
	height: 0;
	background-color: none;
}
#gNav .sub-menu li a::after {
	display: none;
}
}

@media only screen and ( max-width : 768px ) {
#ghNav .nav {
	overflow-y: auto;
	height: 100vh;
	z-index: 2;
}
}
@media screen and (max-width: 1200px){
	#ghNav ul {
		font-size: 0.9em;
	}
	#ghNav ul li {
		position: relative;
		margin-left: 12px;
	}
}
@media print, screen and ( min-width : 769px ) {
#ghNav ul {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 ;
}
#ghNav ul li {
	position: relative;
	margin-left: 20px;
}
#ghNav ul li:first-child{
	margin-left: 0;
}
#ghNav ul a{
	color: #111;
	position: relative;
	display: inline-block;
	transition: .3s;
}
#ghNav ul .NavTop a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #F66013;
}
#ghNav ul .NavTop a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 3px;
	background-color: #F66013;
	transition: .3s;
}
#ghNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 33px;
	left: 0;
	margin-left: 0px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	text-align: left;
	flex-wrap: wrap;
	padding: 15px 20px;
}
#ghNav ul li:hover ul.sub-menu {
	top: 34px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#ghNav ul li ul li:after {
	content: none;
}
#ghNav .sub-menu li {
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	position: relative;
	margin-left: 0;
}
#ghNav .sub-menu li a {
	display: inline-block;
	width: 100%;
	line-height: 1.2em;
	box-sizing: border-box;
	position: relative;
	padding: 6px 0 6px 12px;
}
#ghNav .sub-menu li a:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f0da";
	position: absolute;/*絶対位置*/
	left:0;
	top:7px;
	width: auto;
	height: 0;
	background-color: none;
}
#ghNav .sub-menu li a::after {
	display: none;
}
}


/* 上からメニュー表示 */
.header-change{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 2em 4% 1.5em;
	text-align: left;
	margin: 0 auto ;
	z-index: 100;
	background-color: #FFF;
	position: fixed;
	top: -90px;
	transition: .5s;
	width: 100%;
	box-sizing: border-box;
}
.header-change h1{
    font-weight: 900;
	font-size: 2.0em;
}
.header-change.show{
	top: 0;
}
.header-change .gnav__menu__item a{
	text-decoration: none;
}
.header-change .lang{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #00467E;
	padding: 5px 5px 7px 13px;
	font-size: 0.8em;
	line-height: 1.0em;
	font-weight: 700;
}
.header-change .lang a{
	display: inline-block;
	color: #FFF;
	border-right: 1px solid #FFF;
	padding: 1px 8px 0 20px;
}
.header-change .lang a:last-child{
	border-right: none;
}
.header-change .lang a.en{
    background-image: url("../../images/usa.svg");
    background-repeat: no-repeat;
    background-position: 0% center;
	background-size: 18px;
}
.header-change .lang a.ja{
	background-image: url("../../images/japan.svg");
    background-repeat: no-repeat;
    background-position: 0% center;
	background-size: 18px;
	margin-left: 8px
}
.header-change .subNav{
	position: absolute;
	top: 0;
	right: 190px;
	padding: 5px 5px 7px 13px;
	font-size: 0.9em;
	line-height: 1.0em;
	font-weight: 700;
}
.header-change .subNav a{
	display: inline-block;
	border-right: 1px solid #111;
	padding: 1px 8px 0 8px;
}
.header-change .subNav a:last-child{
	border-right: none;
}
@media only screen and ( max-width : 960px ) {
.header-change{
	display: none;
}
}
/* Footer */
footer{
	font-size: 1.0em;
	color: #111;
	background-color: #FFECC6;
	padding: 4em 0 0;
	line-height: 2.0em;
}
footer .innBox{
	width: 1000px;
	margin: 0 auto 4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: justify;
}
footer ul{
}
footer ul .fontB{
	font-weight: 700;
}
footer ul .leftSpace{
	margin-left: 1em;
}
footer ul li{
	list-style: none;
}
footer ul i{
	margin-right: 3px;
}
footer ul a{
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #F66013;
	font-size: 0.9em;
	line-height: 1.8em;
}
footer ul a:hover{
	color: #F66013;
}
footer ul a:link, footer ul a:visited {
    color: #F66013;
}
footer .name{
	font-weight: 900;
	font-size: 2.2em;
	line-height: 1.6em;
}
footer .copyright{
	padding: 0.6em 0;
	background-color: #2F8811;
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.4em;
}
@media screen and (max-width:768px){
	footer{
		padding: 2em 0 0;
		line-height: 1.6em;
		margin-bottom: 0;
	}
	footer .innBox{
		width: 90%;
		margin: 0 auto 2em;
	}
	footer ul{
		width: 100%;
		margin-bottom: 1em;
	}
	footer ul a{
		line-height: 2.0em;
	}
	footer .footInfo{
		width: 100%;
		margin-top: 2em;
	}
	footer .footInfo figure{
		width: 100%;
	}
	footer .copyright{
		margin-top: 20px;
	}
}