@charset "UTF-8";
/*
DNP ShueiMGoStd L

font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
*/
#top_mv {
  margin-bottom: 0;
}
#top-company {
  background: url("../img/top/bg_green.gif");
  padding: 30px 0;
}
#top-company div {
  padding: 40px 45px;
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
}
#top-company div p {
  line-height: 2;
}
#top-services {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
#top-services li {
  display: flex;
  align-items: center;
  gap: 50px;
}
#top-services li:nth-child(odd) {
  flex-direction: row-reverse;
}
#top-services li:not(:last-child) {
  margin-bottom: 85px;
}
#top-services li p {
  font-size: 16px;
  line-height: 2;
}
#top-services li .more a {
  background-color: #8dc73f;
  display: block;
  width: 140px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  padding: 5px 0;
  border-radius: 18px;
  margin: 40px auto 0 auto;
}
#top-services li .more a:hover {
  background-color: #7aba31;
  cursor: pointer;
}
#gnav-wrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
#header_top {
  display: none;
}
#gnav-wrap h1 a {
  display: block;
  background-color: #fff;
  width: 145px;
  text-align: center;
  padding: 52px 0 51px 0;
  border-radius: 73px;
}
#gNavi_hamburgerMenu {
  margin-bottom: 0;
}
#header_con > .inner {
  margin-bottom: -35px;
}
#gnav-wrap ul {
  display: flex;
  width: 528px;
}
#gnav-wrap li {
  width: 34%;
}
#gnav-wrap li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding-top: 55px;
  position: relative;
  text-align: center;
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#gnav-wrap li a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 25px;
  background-repeat: no-repeat;
}
#gnav-wrap #gnav1 li:nth-child(1) a:before {
  width: 19px;
  height: 18px;
  background-image: url("../img/cmn/icon_gnav7.png");
  margin-left: -10px;
}
#gnav-wrap #gnav1 li:nth-child(2) a:before {
  width: 21px;
  height: 20px;
  background-image: url("../img/cmn/icon_gnav2.png");
  margin-left: -10px;
}
#gnav-wrap #gnav1 li:nth-child(3) a:before {
  width: 20px;
  height: 15px;
  background-image: url("../img/cmn/icon_gnav6.png");
  margin-left: -10px;
}
#gnav-wrap #gnav2 li:nth-child(1) a:before {
  width: 24px;
  height: 22px;
  background-image: url("../img/cmn/icon_gnav5.png");
  margin-left: -12px;
}
#gnav-wrap #gnav2 li:nth-child(2) a:before {
  width: 16px;
  height: 21px;
  background-image: url("../img/cmn/icon_gnav1.png");
  margin-left: -10px;
}
#gnav-wrap #gnav2 li:nth-child(3) a:before {
  width: 21px;
  height: 23px;
  background-image: url("../img/cmn/icon_gnav8.png");
  margin-left: -10px;
}
#gnav-wrap h1 {
  margin-top: -24px;
}
#gnav-wrap li a:hover {
  color: #8dc73f;
}
#gnav-wrap #gnav1 li:nth-child(1) a:hover:before {
  background-image: url("../img/cmn/icon_gnav7_on.png");
}
#gnav-wrap #gnav1 li:nth-child(2) a:hover:before {
  background-image: url("../img/cmn/icon_gnav2_on.png");
}
#gnav-wrap #gnav1 li:nth-child(3) a:hover:before {
  background-image: url("../img/cmn/icon_gnav6_on.png");
}
#gnav-wrap #gnav2 li:nth-child(1) a:hover:before {
  background-image: url("../img/cmn/icon_gnav5_on.png");
}
#gnav-wrap #gnav2 li:nth-child(2) a:hover:before {
  background-image: url("../img/cmn/icon_gnav1_on.png");
}
#gnav-wrap #gnav2 li:nth-child(3) a:hover:before {
  background-image: url("../img/cmn/icon_gnav8_on.png");
}
#main h1.title {
  background: url("../img/top/bg_green.gif");
  border: none;
  font-weight: normal;
  text-align: center;
}
#site_name {
  display: none;
}
/*pc*/
@media screen and (min-width: 768px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #gnav-wrap {
    display: none;
  }
  #site_name {
    display: block;
  }
}
/*sp*/
@media screen and (max-width: 767px) {
  #top-company div p {
    font-size: 13px;
  }
  #top-company div {
    width: 100%;
    padding: 25px 25px;
  }
  #top-company {
    padding: 30px 20px;
  }
  #top-services li {
    display: block;
    padding: 0 20px;
  }
  #top-services li figure {
    margin-bottom: 30px;
    text-align: center;
  }
  #top-services li figure img {
    max-width: 240px;
  }
  #top-services {
    width: 100%;
    padding: 50px 0;
  }
  #top-services li p {
    font-size: 13px;
  }
}
/*250625*/
#company_map .inner_s {
  z-index: 0;
  position: relative;
}