@charset "utf-8";

/* CSS Document */

header {
  background: #444;
  margin: 0;
  padding: 0;
  z-index: 999;
}

.inner {
  width: 100%;
  margin: 0 auto;
  background: white;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}


/* header */

#mobile-head_bg {
  position: relative;
  height: 100px;
  width: 1100px;
  padding: 0;
  margin: 0 auto;
  background: white;
}

#top-head {
  width: 100%;
  top: 0;
  position: fixed;
}

#top-head a,
#top-head {
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}


/*ロゴ h1*/

.sub_title {
  position: absolute;
  top: 6px;
  left: 20px;
  font-size: 12px;
  color: #6F6F6F;
}

.logo {
  position: absolute;
  width: 193px;
  height: 44px;
  left: 20px;
  top: 35px;
  right: 0;
  bottom: 0px;
}

.nav-btn01 {
  width: 230px;
  height: 55px;
  box-sizing: border-box;
  float: right;
  margin: 29px 15px 0 0;
  background-color: #4095e4;
  background-size: cover;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  transition: 0.8s;
}

.nav-btn01:hover {
  background-color: #fff;
  background-size: cover;
  color: #4095e4;
  border: 1px solid #4095e4;
  font-size: 15px;
}

.nav-btn02 {
  width: 230px;
  height: 55px;
  box-sizing: border-box;
  float: right;
  margin: 29px 20px 0 0;
  background-color: #ff8611;
  font-size: 15px;
  font-weight: bold;
  background-size: cover;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
  color: #fff;
}

.nav-btn02:hover {
  background-color: #fff;
  background-size: cover;
  border: 1px solid #ff8611;
  color: #ff8611;
  font-size: 15px;
}

#global-nav {
  width: 100%;
  height: 55px;
  background: #F4F4F4;
  font-size: 15px;
  font-weight: bold;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  width: 1100px;
  left: 0;
  right: 0;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

#global-nav ul li {
  height: 55px;
  width: 220px;
  float: left;
}

nav li:hover {
  transition: 0.8s;
  opacity: 0.5;
}

nav li a:hover {
  transition: 0.8s;
  opacity: 0.5;
}

#global-nav:hover {
  transition: 0.4s;
  color: #222;
}

#global-nav ul li a {
  height: 55px;
  padding: 20px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  color: #3F3F3F;
  font-weight: bold;
}

#global-nav ul li a:hover {
  height: 55px;
  padding: 20px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  color: #999;
  font-weight: bold;
}

.w25_web {
  width: 20%;
  background: #F4F4F4;
}


/* Fixed */

#top-head.fixed {
  margin-top: 0;
  height: 55px;
  background: rgba(255, 255, 255, .7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

#top-head.fixed #global-nav ul li a {
  height: 20px;
  color: #333;
  margin: 0px 0 0 0;
  display: inline-block;
}


/* Toggle Button */

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 100;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

#nav-button3,
#nav-button4 {
  display: none;
}

#nav-button1:hover,
#nav-button2:hover {
  transition: 0.8s;
  opacity: 0.5;
}