@charset "UTF-8";
body {
	font-family: "Noto Sans Japanese" , sans-serif;
	font-style: normal;
	font-size: 12px;
	/* [disabled]background-color: #000000; */
	font-weight: bold;
	color: #555555;
   line-height: 1.5;
}

#nav-toggle {
	position: absolute;
	right: 25px;
	height: 32px;
	cursor: pointer;
	top: 5px;
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
	width: 100%;
	height: 1.25px;
	left: 0;
	display: block;
	background-color: #357CA4;
	position: absolute;
	transition: top .5s ease, -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out, top .5s ease;
	transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#gloval-nav {
	background-color: rgba(53,124,164,0.84);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "Noto Sans Japanese" , sans-serif;
	font-size: 14px;
	font-style: normal;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	/* [disabled]height: 400px; */
}

#gloval-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	transition: color .6s ease;
	padding-left: 20px;
}
#gloval-nav a:hover {
	color: #DB963D;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
.navover {
	float: right;
}
.row.nav {
	height: 56px;
}
h1 a  {
	float: left;
	width: 48px;
	margin-top: -20px;
	margin-right: 16px;
}
h1 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-top: -6px;
}

@media (min-width: 768px){
.navover {
	display: block;
	float: right;
	/* [disabled]padding-right: 24px; */
	height: 56px;
}
.navover ul {
}
.navover li {
	list-style-type: none;
	float: left;
}
.navover li a {
	display: block;
	text-decoration: none;
	color: #357CA4;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 16px;
	font-size: 1.1em;
	padding-top: 16px;
}
.navover li a:hover  {
	color: #7F8388;
}
p.company {
	float: left;
	font-size: 8px;
}

}


@media (min-width: 576px){
#nav-toggle   {
	display: none;
}

}

@media (min-width: 576px) and (max-width: 768px){
.row.nav .col-md-12 {
	padding-right: 0px;
	padding-left: 0px;
}
	.navover {
	display: block;
	float: right;
	/* [disabled]padding-right: 24px; */
}
.navover ul {
}
.navover li {
	list-style-type: none;
	float: left;
}
.navover li a {
	display: block;
	text-decoration: none;
	color: #357CA4;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 0.8em;
	padding-top: 20px;
}
.navover li a:hover  {
	color: #7F8388;
}
h1 a {
	margin-left: 12px;
}

}

@media (min-width: 400px) and (max-width: 575.98px){
h1 a {
	width: 48px;
}
}



@media (max-width: 850px){
.col-md-12 h1 span {
	display: none;
}
}

@media (max-width: 576px){
#nav-toggle span {
	width: 32px;
	margin-top: -12px;
}
.navover {
	display: none;
}
h1 a {
	width: 60px;
}
}



@media (max-width: 400px){
.row.nav {
	/* [disabled]height: 48px; */
	max-height: 80px;
}
/*#nav-toggle span:nth-child(1) {
	top: 0px;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}*/
}
