@charset "UTF-8";
/*変数設定用*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  position: relative;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header {
    padding: 1rem;
  }
}
header .logo {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 40%;
  }
}
header .logo a {
  background: url(./../img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 25px;
  display: block;
  transition: 0.3s;
}
header .logo a:hover {
  background: url(./../img/logo_hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
header .drawer-menu-item {
  color: #fff;
  font-size: 1.4rem;
  width: 85%;
  margin: auto;
}
header nav.vpc {
  width: 100%;
}
header nav.vpc ul {
  display: flex;
  justify-content: flex-end;
}
header nav.vpc ul li {
  text-align: center;
}
header nav.vpc ul li a {
  display: block;
  padding: 25px 30px;
  color: #000;
  font-size: 1.4rem;
  transition: 0.6s;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  header nav.vpc ul li a {
    padding: 25px 2vw;
  }
}
header nav.vpc ul li a:hover {
  background: #fff;
  color: #333;
  opacity: 1;
}
header nav.vpc ul li a span {
  display: block;
  font-size: 1rem;
}
header nav.vpc ul li.contact a {
  background: #000;
  color: #fff;
}
header nav.vpc ul li.contact a:hover {
  color: #fff;
  background: #333;
}
header .megamenu {
  background: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in;
  z-index: 999;
  width: 110vw;
  left: 50%;
  transform: translate(-49%, 0);
}
header.under {
  background: #fff;
}
header.z_index {
  z-index: 10000;
}

.drawer-hamburger {
  width: 3rem;
  top: 7px;
  right: 15px !important;
}

.drawer-nav li {
  border-radius: 8px;
  background-image: -ms-linear-gradient(90deg, #d7d7d7 0%, #f6f6f6 66%);
  border: 1px solid #000;
  margin-bottom: 10px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
}
.drawer-nav li.nav-news a {
  background: url("../img/nav_news.svg");
  background-size: 30px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.drawer-nav li.nav-works a {
  background: url("../img/nav_works.svg");
  background-size: 30px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.drawer-nav li.nav-service a {
  background: url("../img/nav_service.svg");
  background-size: 30px;
  background-position: left 15px center;
  background-repeat: no-repeat;
  position: relative;
}
.drawer-nav li.nav-service a:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 1px);
  height: 2px;
  width: 20px;
  content: "";
  background: #000;
}
.drawer-nav li.nav-service a:after {
  position: absolute;
  right: 23px;
  top: calc(50% - 10px);
  height: 20px;
  width: 2px;
  content: "";
  background: #000;
}
.drawer-nav li.nav-service a.open:after {
  display: none;
}
.drawer-nav li.nav-service .hidebox {
  display: none;
  padding-bottom: 15px;
}
.drawer-nav li.nav-service .hidebox ul li {
  border: none;
  background: none;
  margin-bottom: 0;
  filter: initial;
}
.drawer-nav li.nav-service .hidebox ul li a {
  background: none;
  padding: 5px 15px 5px 70px;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #000;
  display: block;
  position: relative;
}
.drawer-nav li.nav-service .hidebox ul li a:before, .drawer-nav li.nav-service .hidebox ul li a:after {
  display: none !important;
}
.drawer-nav li.nav-company a {
  background: url("../img/nav_company.svg");
  background-size: 30px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.drawer-nav li.nav-recruit a {
  background: url("../img/nav_recruit.svg");
  background-size: 30px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.drawer-nav li.nav-home a {
  background: url("../img/bg_logo.svg");
  background-size: 30px;
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.drawer-nav li.nav-contact {
  padding: 20px 0 0;
  border: none;
  background: none;
  filter: initial;
}
.drawer-nav li.nav-contact a {
  font-family: "Noto Sans JP", sans-serif;
}
.drawer-nav li.nav-contact a:before {
  border-radius: 0 50px 50px 0;
}

.drawer-brand {
  padding: 15px 15px 15px 70px;
  line-height: 1.8;
  font-size: 1.8rem;
}
.drawer-brand span {
  display: block;
  font-size: 1.2rem;
  font-family: brandon-grotesque, sans-serif;
}
.drawer-brand.border {
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-overlay {
  z-index: 0;
}

footer {
  width: 100%;
  background: #101010;
  padding: 5rem 0 0;
}
footer .info {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .info {
    text-align: center;
  }
}
footer .info h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "acumin";
  margin-bottom: 20px;
}
footer .info .address {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
footer .info .tel {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
footer .copy {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  padding: 25px 0;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

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

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 15px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.drawer-nav {
  width: 100%;
  padding: 70px 15px 15px;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer--right.drawer-open .drawer-hamburger,
.drawer-hamburger {
  right: 100%;
}/*# sourceMappingURL=common.css.map */