* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 13px;
  line-height: 1.5;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: #fff;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.small{
  font-size: 70%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.contents {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  background: #fff;
}
.contents:before,
.contents:after {
  display: table;
  content: "";
}
.contents:after {
  clear: both;
}
.slicknav_menu {
  display: none;
}
#logoold {
  text-align: center;
  top: 9px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 24px 0 18px 0;
}

#logobg {
  width: 100%;
  background: #fff;
}
#logo {
  width: 340px;
  height: 90px;
  float: left;
}
#logo img{
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 0;
  left: 20px;
}
#gnav {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 30px;
}

#gnav #menu {
  list-style-type: none;
  width: 680px;
  height: 90px;
  float: right;
}
#gnav #menu ul li {
  display: none;
}
#gnav #menu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#gnav #menu li a {
  display: block;
  margin: 0;
  padding: 48px 16px 16px 16px;
  color: #575757;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}
#gnav #menu li strong {
  display: block;
  margin: 0;
  padding: 48px 16px 16px 16px;
  color: #575757;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  border-bottom: solid 4px #575757;
}
#gnav #menu li .langage {
  background: linear-gradient(transparent 0, #575757 0);
  color: #fff;
  font-weight: bold;
  padding: 16px 16px 16px 16px;
}
#gnav #menu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#gnav #menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#gnav #menu li ul li a {
  padding: 13px 10px;
  background: #fff;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}
#gnav #menu > li:hover > a {
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;  
}
#gnav #menu > li:hover li:hover > a {
  background: #fff;
}
#gnav #menu li:hover > ul > li {
  overflow: visible;
  height: 36px;
}
#gnav #menu li ul li ul {
  top: 0;
  left: 100%;
}
#gnav #menu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#gnav #menu li ul li ul li a {
  background: #616d0b;
}
#gnav #menu li:hover ul li ul li:hover > a {
  background: #535d09;
}
#gnav #menu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#gnav #menu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}


#home {
  background: #c1250b;
  display: table;
  width: 100%;
  min-height: 750px;
}
#home #headline{
  display: table-cell;
  vertical-align: middle;
}  
#home #headline h1 {
  width: 1040px;
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}  
#home #headline .txt {
  width: 1040px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}  
#home #headline .txt a {
  text-decoration: underline;
}


#business {
  background: #db6200;
  display: table;
  width: 100%;
  min-height: 750px;
}
#business #headline{
  display: table-cell;
  vertical-align: middle;
}  
#business #headline h1 {
  width: 1040px;
  text-align: left;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
  
#business #headline .txt {
  width: 1040px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}  
#business #headline ul li{
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}


#background {
  background: #c18d01;
  display: table;
  width: 100%;
  min-height: 750px;
}
#background #headline{
  display: table-cell;
  vertical-align: middle;
}  
#background #headline h1 {
  width: 1040px;
  text-align: left;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
  
#background #headline .txt {
  width: 1040px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}
#background #headline .txt ul{
　margin: 20px 20px 20px 20px;
}



#profile {
  background: #337307;
  display: table;
  width: 100%;
  min-height: 750px;
}
#profile #headline{
  display: table-cell;
  vertical-align: middle;
}  
#profile #headline h1 {
  width: 1040px;
  text-align: left;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
  
#profile #headline .txt {
  width: 1040px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}
#profile #headline .txt ul{
　margin: 20px 20px 20px 20px;
}
  
#profile #headline ul li{
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}  
#profile #headline .nest{
  padding-left: 40px;
}



#cases {
  background: #0071b9;
  display: table;
  width: 100%;
  min-height: 750px;
}
#cases #headline{
  display: table-cell;
  vertical-align: middle;
}  
#cases #headline h1 {
  width: 1040px;
  text-align: left;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
  
#cases #headline .txt {
  width: 1040px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}
#cases #headline .txt ul{
　margin: 20px 20px 20px 20px;
}

  
#cases #headline .txt_left {
  width: 1040px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}  
#cases #headline ul li{
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}



#contact {
  background: #7223aa;
  display: table;
  width: 100%;
  min-height: 750px;
}
#contact #headline{
  display: table-cell;
  vertical-align: middle;
}  
#contact #headline h1 {
  width: 1040px;
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
  
#contact #headline .txt {
  width: 1040px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
}
#contact #headline .txt ul{
　margin: 20px 20px 20px 20px;
}


#contact a:link {
  text-decoration:underline;
  font-weight: bold;
}

#pagetop {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  right: 0;
  text-align: right;
}
#pagetop a {
  width: 50px;
  height: 50px;
  bottom: 180px;
  position: fixed;
}
#pagetop a:hover {
  text-decoration: none;
}

#footerbg {
 width: 100%;
 background: #fff;
}

#footer {
  padding: 0px 0 0 0;
  text-align: center!important;
}
#footer .pc {
  padding: 0 0 17px 0;
  width: 980px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
#footer .pc:before,
#footer .pc:after {
  display: table;
  content: "";
}
#footer .pc:after {
  clear: both;
}
#footer .pc a {
  margin: 0 16px;
  font-size: 16px;
}
#footer .sp {
  display: none;
}
#footer #copyright {
  background: #fff;
  font-size: 14px;
  line-height: 1.1;
  color: #575757;
  text-align: center;
  padding: 34px 0;
}
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  input,
  button,
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contents {
    width: 100%;
    margin: 0 auto;
    *zoom: 1;
  }
  .contents:before,
  .contents:after {
    display: table;
    content: "";
  }
  .contents:after {
    clear: both;
  }
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  #logobg {
    height: 74px;
  }
  #logo {
    max-width: 200px;
    width: 60%;
    margin-bottom: 0;
	padding-left: 8px;
    position: relative;
    height: 18px;
	background: fff;
  }
  #logo img {  
    width: 100%;
    top: 24px;
  }
  #gnav {
    margin-bottom: 10px!important;
  }
  #home {
  min-height: 400px;
  }
  #home #headline h1 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
	padding-top : 40px; 
    font-size: 20px;
    font-weight: normal;
  }
  #home #headline .txt {
    width: 90%;
    text-align: center;
    margin: 0 auto;
	padding-top : 40px; 
	/*padding-bottom : 40px;*/ 
    font-size: 12px;
    font-weight: normal;
  }

  #business {
  	min-height: 400px;
  }
  #business #headline h1 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
    font-size: 20px;
    font-weight: normal;
  }
  #business #headline .txt {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
	padding-bottom : 40px; 
    font-size: 12px;
    font-weight: normal;
  }
  #business #headline ul li{
    width: 80%;
    text-align: left;
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
  }

  

  #background {
  	min-height: 400px;
  }
  #background #headline h1 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
    font-size: 20px;
	font-weight: normal;
  }
  #background #headline .txt {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
	padding-bottom : 40px; 
    font-size: 12px;
    font-weight: normal;
  }

  
  #profile {
  	min-height: 400px;
  }
  #profile #headline h1 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
    font-size: 20px;
    font-weight: normal;
  }
  #profile #headline .txt {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
	padding-bottom : 40px; 
    font-size: 12px;
    font-weight: normal;
  }
  #profile #headline ul li{
    width: 80%;
    text-align: left;
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
  }

  
  #cases {
  	min-height: 400px;
  }
  #cases #headline h1 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
    font-size: 20px;
    font-weight: normal;
  }
  #cases #headline .txt {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
	padding-bottom : 40px; 
    font-size: 12px;
    font-weight: normal;
  }
  #cases #headline .txt_left {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
	padding-bottom : 40px; 
    font-size: 12px;
    font-weight: normal;
  }
  #cases #headline ul li{
    width: 80%;
    text-align: left;
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
  }


  
  #contact {
  	min-height: 400px;
  }
  #contact #headline h1 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
	padding-top : 40px; 
    font-size: 20px;
    font-weight: normal;
  }
  #contact #headline .txt {
    width: 90%;
    text-align: center;
    margin: 0 auto;
	padding-top : 40px; 
	padding-bottom : 40px; 
    font-size: 12px;
    font-weight: normal;
  }

  

  #pagetop {
    width: 66%;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 10;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
    bottom: 164px;
    position: fixed;
  }
  #pagetop a img {
    width: 70%;
  }
  #pagetop a:hover {
    text-decoration: none;
  }
  #footer {
    padding: 0px 0 0 0;
    text-align: center!important;
	border-top: 1px solid #ffffff;
  }
  #footer .pc {
    display: none;
  }
  #footer .sp {
    display: block;
    *zoom: 1;
    margin-bottom: 0px;
  }
  #footer .sp:before,
  #footer .sp:after {
    display: table;
    content: "";
  }
  #footer .sp:after {
    clear: both;
  }
  #footer .sp a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    text-decoration: none;
  }
  #footer .sp .privacy {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #575757;
    border-bottom: 1px solid #575757;
  }
  #footer .sp .privacy a {
    font-size: 12px;
    color: #575757;
    display: block;
    background: #fff;
    padding: 12px 0;
  }
  #footer .sp .law {
    width: 50%;
    float: right;
    text-align: center;
    border-bottom: 1px solid #575757;
  }
  #footer .sp .law a {
    font-size: 12px;
    color: #575757;
    display: block;
    padding: 12px 0;
    background: #fff;
  }
  #footer .sp .contact {
    width: 100%;
    clear: both;
    text-align: center;
    border-top: 1px solid #575757;
  }
  #footer .sp .contact a {
    font-size: 12px;
    color: #ffffff;
    display: block;
    background: #575757;
    padding: 12px 0;
  }
  #footer #copyright {
    background: #fff;
    font-size: 12px;
    line-height: 1.1;
    color: #575757;
    text-align: center;
    padding: 22px 0;
  }
}
