@charset "utf-8";
/* CSS Document */

/* ----- RESET ----- */
html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* ----- Utility Class ----- */
body {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-family: source-han-sans-cjk-ja, sans-serif;
  min-width: 1200px;
}

main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contents {
  padding: 0 0 50px;
  position: relative;
}

.heading {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  color: #333333;
  padding-top: 35px;
}

.h2TextTop {
  font-size: 3.6rem;
}


.h2TextBottom {
  font-size: 1.2rem;
  display: inline-block;
  padding: 5px 0 0 0;
  margin-top: 1rem;
  font-weight: bold;
  font-weight: bold;
}

.paintBox {
  overflow: hidden;
}

.forPc {
  display: block;
}

.forSp {
  display: none;
}

/* header */
/* 切り替えでグロナビ初期--- */
header {
  z-index: 70;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

#headerWrap {
  background-color: #fff;
  border-top: 10px solid #00acea;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}

#headerWrap {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  z-index: 70;
  padding-top: 3rem;
  padding-bottom: 1.4rem;
  z-index: 1500;
}

#headerBox {
  width: 800px;
  /* width: 55%; */
  min-width: 55%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38%;
  -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}

#headerWrap nav.menu {
  width: 56%;
}

#headerWrap ul#navi {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

#headerWrap ul li a {
  text-decoration: none;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #333;
  font-size: 1.6rem;
  height: 100%;
  font-weight: bold;
  transition: all .2s;
}

#headerBox li a:hover {
  border-bottom: 5px solid #fabf1b;
  transition: all 0.3s ease;
}

header .nav_btn {
  display: none;
}


/* ----- TOP (HERO section) ----- */

#top {
  /* padding: 90px 0 3rem 0; */
  position: relative;
  width: 100%;
  /* height: 764px; */
  height: auto;
  /* overflow: hidden; */
}

#top.contents {
  padding-bottom: 0;
}

#top::after {
  content: "";
  background: url("/img/index/01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20vw;
  height: 65%;
  top: 21%;
  left: 15%;
}

#top .paintBox {
  overflow: hidden;
  z-index: 50;
}

#top .paintBox img.purple {
  position: absolute;
  width: 40%;
  top: -30%;
  left: -15%;
  z-index: 100;
}

#top .paintBox img.green.forPc {
  position: absolute;
  width: 35%;
  top: -30.5%;
  right: -14%;
  z-index: 100;
}

#top .paintBox img.red {
  position: absolute;
  width: 52%;
  right: -17%;
  bottom: -18%;
  z-index: 50;
}

#top .paintBox img.yellow {
  position: absolute;
  /* width: 54%; */
  width: 50%;
  bottom: -97%;
  left: -19.7%;
  z-index: 50;
}


#top img {
  width: 100%;
  /* height: auto; */
  /* object-fit: contain; */
  position: relative;
  bottom: -1px;
}

#mainImageWrapper {
  position: relative;
  padding-top: 11.5rem;
  /* overflow-x: hidden;
  overflow: hidden; */
  /* top: 0; */
  /* padding-bottom: 5rem; */
}

#top .mainImg {
  opacity: 0;
  /* z-index: 200!important; */
}

#top .mainImg {
  position: absolute;
  top: 58.5%;
  left: 26.5%;
  width: 28vw;
  min-width: 49%;
  height: auto;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 10!important;
}

.fadeIn {
  animation: fadeIn 2.5s ease 1s;
  animation-fill-mode: forwards;
}


/* ----- service ----- */
#service {
  color: #ffffff;
  background: url("/img/index/service_bg.png")no-repeat;
  padding-top: 3rem;
  background-size: cover;
  /* padding-bottom: 12rem; */
  position: relative;
}

#service::before {
  content: "";
  background: url("/img/index/02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  /* height: 35%; */
  height: 30%;
  position: absolute;
  /* bottom: 2%;
  left: 2.3%; */
  bottom: 1%;
  left: 0.5%;
}

#service::after {
  content: url("/img/index/03.png");
  position: absolute;
  top: 6.5%;
  right: 13.5%;
}

#service .paintBox {
  width: 100%;
  height: 100%;
}

#service h2.heading {
  padding-bottom: 6rem;
}

#service h2.heading span.h2TextTop, 
#service h2.heading span.h2TextBottom {
  color: #ffffff;
}

.serviceWrapper {
  width: 52%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 13rem;
  position: relative;
  overflow: hidden;
}

.serviceBox {
  width: 49%;
  height: auto;
}

.serviceBox img {
  width: 100%;
}


p.skillText {
  width: 100%;
  margin: auto;
  line-height: 1.6;
  text-align: left;
  font-size: 1.5rem;
  font-weight: normal;
}

.serviceTitle {
  padding-top: 2.5rem;
  width: 100%;
  margin: auto auto 1.5rem auto;
  font-size: 2rem;
  font-weight: bold;
}

.serviceText {
  margin: 0 20px;
  line-height: 2;
}

iframe {
  width: 100%;
  height: 570px;
  vertical-align:bottom;

  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


/* =========================================================

company

========================================================= */

#company {
  color: #333;
  /* min-width: 1900px; */
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
}

/* #company::after {
  content: "";
  background: url("/img/index/04.png")no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
} */

#company div {
  color: #333333!important;
}

#company .contentImg {
  display: inline-block;
  grid-column: 1;
}

#company .contentImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#company .contentBoxWrap {
  /* background: url("/img/index/04.png")no-repeat;
  background-size: contain;
  background-position: right; */
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  grid-column: 2;
  font-weight: bold;
  background-repeat: no-repeat;
  /* background-position: bottom -12px left;
  padding-bottom: 25px; */
  z-index: 10;
}

#company .contentBoxWrap::after {
  content: "";
  background: url("/img/index/04.png")no-repeat;
  background-size: cover;
  /* background-position: right; */
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: 60%; */
  width: 58%;
  height: 100%;
  z-index: 1;
}

/* #company .contentBoxWrap::after {
  content: "";
  background: url("/img/index/04.png")no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
} */

#company .contentBoxWrap h2 {
  margin: 30px 0 35px 0;
  padding-bottom: 35px;
}

#company .contentBoxWrap h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 15%;
  margin: auto;
  border-bottom: 2px solid #fabf1b;
}

#company .contentBoxWrap .contentContainer {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#company h2.heading {
  width: 100%;
}

#company .contentBox {
  width: 100%;
  z-index: 100;
}

#company dl {
  margin: 0px auto 36px;
  width: 70%;
}

#company dl:last-child {
  border-bottom: none;
  /* width: 77%; */
  width: 300px;
}

#company dl:last-child dd {
  line-height: 1.5;
}

#company dl dt {
  margin-bottom: 10px;

  font-size: 1.2em;
}

#company dl dd {
  font-weight: 500;

  font-size: 1.2em;
}

#company dl dd li {
  margin-bottom: 20px;
}

#company dl dd ul {
  list-style: none;

  text-align: left;

  text-indent: -1em;

  padding-left: 1em;

  margin: 0 10%;
}



/* contact */
#contact {
  color: #fff;
  background: url(/img/index/bg_img01.jpg);
  padding-bottom: 0;
}

#contact .h2TextTop,
#contact .h2TextBottom {
  color: #fff;
}

#contact h2 {
  padding-bottom: 35px;
  margin-bottom: 35px;
}

#contact h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 35%;
  margin: auto;
  border-bottom: 3px solid #ef7e1e;
}

.tel {
  font-size: 2em;
  font-weight: bold;
  margin: 20px auto;
  height: 2em;
  color: #Ffffff;
}

.tel .tel_icon {
  height: 23px;
  object-fit: contain;
  margin: 0 7px 0 0;
  position: relative;
  top: 1px;
}

.tel .tel_num {
  display: inline-block;
  height: 100%;
  color: #ffffff!important;
}

.tel span.tel_num {
  color: #ffffff;
}

.contactForm {
  width: 50%;
  margin: 40px auto 0;
}

.contactForm input[type="text"],
.contactForm textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

.contactForm input[type="text"]:focus,
.contactForm textarea:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6) inset;
}

.contactForm textarea {
  height: 200px;
}

.contactForm input[type="submit"] {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-appearance: button;
  transition: all 0.3s ease;
}

.contactForm input[type="submit"]:hover {
  background-color: #292929;
  color: #fff;
  -webkit-appearance: button;
}

label {
  margin: 0 0 10px 10px;
  text-align: left;
  display: block;
}


/* footer */

.footer {
  padding: 12px 0;
  font-size: 1.6rem;
  padding: 2rem 0;
  background: url("/img/index/service_bg.png")no-repeat;
  color: #fff;
}

.tel a {
  /* color: inherit; */
  text-decoration: none;
}


/*anime*/

.topBorder {
  display: inline-block;
  padding: 4% 2%;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.2s;
  white-space: nowrap;
  backdrop-filter: blur(5px);
}

.topBorder::before,
.topBorder::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes anime2 {
  0% {
    width: 0%;

    height: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    border-top: 2px solid #3be5ae;
  }
}

@keyframes anime3 {
  0% {
    width: 0%;
    height: 100%;
  }

  100% {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #3be5ae;
  }
}

.topText {
  animation: 1.5s anime;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

.topBorder::before {
  animation: 1.5s anime2;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

.topBorder::after {
  width: 100%;
  animation: 1.5s anime3;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

.allowTop {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  z-index: 2;
}

.allowTop img {
  display: block;
  width: auto !important;
  height: 38px !important;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(0, 10px);
  }

  40% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(0, 10px);
  }

  40% {
    transform: translate(0, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*animeend*/

.siteTitleSub {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}

.siteTitleSub::before,
.siteTitleSub::after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 2px;
  margin: 0 30px;
  background-color: #fff;
  vertical-align: middle;
}

.siteTitle {
  margin: 50px 0 40px;
  font-size: 7.6rem;
}

.siteDescription {
  margin-bottom: 50px;
  color: #888;
  font-size: 1.6rem;
}

@media screen and (max-width: 1440px) {

}





/* ここからスマホ */
@media (max-width: 768px) {
  html {
    scroll-padding-top: 47px;
  }

  .header {
    padding-top: 60px;
  }

  .button:hover {
    opacity: 1;
  }

  .heading {
    font-size: 2.5rem;
  }

  body {
    font-size: 1.3rem;
    min-width: 320px;
  }

  .forPc {
    display: none;
  }
  
  .forSp {
    display: block;
  }

  /* ----- header ----- */
  /* ハンバーガー */

  header #headerWrap {
    z-index: 1000;
  }

  header #navi {
    transition: all 0.6s;
    overflow-y: auto;
    padding-top: 5rem;
    width: 60%;
    height: 50%;
    z-index: 200;
    top: 0;
    right: -450px;
    background-color: #fff;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
  }

  header .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 9px;
    right: 5px;
    cursor: pointer;
    position: fixed;
    -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
  }

  .hamburger_line {
    transition: all 0.6s;
    width: 34px;
    height: 2px;
    left: 5px;
    background-color: #000;
    position: absolute;
    z-index: 1500;
    -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
  }

  .hamburger_line1 {
    top: 10px;
  }

  .hamburger_line2 {
    top: 21px;
  }

  .hamburger_line3 {
    top: 32px;
  }

  .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }

  .nav_open header #navi {
    right: 0;
  }

  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
    z-index: 100;
  }

  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
  }

  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
  }

  #headerBox li a span {
    position: relative;
    top: auto;
  }

  #headerBox li a:hover {
    color: #333;
  }

  .scroll #headerBox li a:hover {
    background-color: #fff;
  }

  #headerBox li a:hover {
    border-bottom: none;
  }

  .scrolled {
    background-color: rgba(51, 51, 51, 0);
  }

  #headerWrap ul#navi {
    justify-content: unset;
    height: 100%;
  }

  /* ハンバーガー終わり */


  header .nav_btn#nav_btn {
    display: block;
    z-index: 9999;
    -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
  }

  header #headerBox {
    height: auto;
    z-index: 1000;
  }

  #headerWrap {
    height: auto;
  }

  #headerWrap {
    position: fixed;
    width: 100%;
    min-width: 1200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo img {
    position: initial!important;
    z-index: 1500;
    -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
  }

  /* ----- TOP (HERO section) ----- */
#top {
  position: relative;
  overflow: hidden;
}

#top.contents {
  padding-bottom: 0;
}

#top::after {
  content: url("/img/index/sp_01.png");
  position: absolute;
  top: 20.6%;
  left: 14.5%;
  display: none;
}

#top {
  background: pink;
  width: 100%;
  height: 100%;
}

#top::before {
  width: 20px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: pink;
}

#top #mainImageWrapper::after {
  content: "";
  background: url("/img/index/sp_01.png");
  position: absolute;
  width: 220px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -1%;
  right: 0;
}

#top img {
  width: 100%;
  position: relative;
  bottom: -1px;
}

/* #top img:first-child {
  object-fit: fill;
} */

#mainImageWrapper {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}

#top .mainImg {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  min-width: 100%;
  height: auto;
  transform: translate(-48.739%, -50%);
  margin: 0 auto;
  z-index: 10;
}


  .about-text {
    line-height: 1.8;
  }


  #top .paintBox img.yellow {
    display: none;
  }

  /* ----- service ----- */
#service {
  /* padding-bottom: 10rem; */
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}

#service .heading {
  z-index: 10;
}

#service h2.heading {
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.serviceWrapper {
  position: relative;
  padding-bottom: 0;
}

#service .heading::before {
  content: "";
  background: url("/img/index/sp_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15.5%;
  left: -140%;
  width: 33vw;
  height: 25vh;
  z-index: 2!important;
  z-index: 1;
}

#service::before {
  display: none;
}

#service::after {
  content: "";
  background: url("/img/index/sp_03.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15%;
  height: 46%;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 2%;
  z-index: 2!important;
}

#service .paintBox img:first-child {
  position: absolute;
  top: -19%;
  left: -10%;
  z-index: 0;
}

#service .paintBox img:nth-child(2) {
  width: 100%;
  height: auto;
  position: absolute;
  top: 6.5%;
  left: 0;
  z-index: 0;
}

#service .paintBox img:nth-child(3) {
  width: 220%;
  height: auto;
  position: absolute;
  bottom: -40%;
  right: -45%;
  z-index: 0;
}

#service .serviceWrapper {
  width: 100%;
  margin: 0 auto;
  display: block;
  /* align-items: center; */
  z-index: 50;
}

#service .serviceBox {
  width: 80%;
  height: auto;
  z-index: 50;
}

#service h2.heading span.h2TextTop, 
#service h2.heading span.h2TextBottom {
  color: #ffffff;
}

.serviceBox img {
  width: 100%;
}


p.skillText {
  width: 100%;
  margin: auto;
  line-height: 1.5;
  text-align: left;
  font-size: 1.5rem;
  font-weight: normal!important;
}

.serviceTitle {
  padding-top: 2.5rem;
  width: 100%;
  margin: auto auto 1.5rem auto;
  font-size: 2rem;
  font-weight: bold;
}

.serviceText {
  margin: 0 20px;
  line-height: 2;
}

iframe {
  width: 100%;
  height: 570px;
  vertical-align:bottom;

  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


  .serviceWrapeer,
  .serviceBox {
    display: block;
  }

  .serviceIcon {
    width: 100px;
    height: 100px;
    font-size: 5rem;
    line-height: 92px;
  }

  .serviceBox {
    margin: 40px auto;
  }

  .serviceText {
    margin: 0;
  }

  .contactForm {
    width: 80%;
  }

  .contact {
    padding-bottom: 80px;
  }

  .logo {
    width: 50%;
    float: none;
    margin-top: 0;
    position: relative;
  }

  .logo img {
    /* width: auto; */
    height: 45px;
    position: absolute;
    left: 8px;
    padding: 3px;
  }

  .menu {
    float: none;
  }

  .menu li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu li a {
    height: 100%;
    line-height: 0;
  }

  #headerWrap,
  #headerBox {
    width: 100%;
    min-width: unset;
    height: 56px;
  }

  #top {
    background-color: #fff;
    position: relative;
    padding-top: 50px;
  }

  .topBorder {
    font-size: 6vw;
  }

  #top #mainImageWrapper>img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
    object-position: 50% 0%;
    padding-top: 0;
  }

  #top .paintBox img.purple {
    position: absolute;
    width: 100%;
    height: auto;
    top: -5%;
    left: -50%;
    z-index: 0;
  }
  
  #top .paintBox img.green1 {
    position: absolute;
    width: 55%!important;
    height: auto;
    top: -2%;
    right: 0;
    z-index: 0;
  }
  
  #top .paintBox img.green2 {
    position: absolute;
    width: 55%;
    height: auto;
    top: 3%;
    right: -20%;
    z-index: 0;
  }

  .h2TextTop {
    font-size: 6vw;
  }

  .h2TextBottom {
    font-size: 3vw;
  }

  .serviceBox:last-child {
    margin-bottom: 0;
  }

  iframe {
    width: 100%;
    height: 500px;
    padding: 5px;
  }


  /* ----- company ----- */
  #company {
    display: block;
    position: relative;
    width: 100%;
    min-width: 100%;
  }


  #company .contentBoxWrap {
    background: url("/img/index/sp_04.png")no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: auto;
    bottom: 0;
}

#company .contentBoxWrap::after {
  display: none;
}

  #company dl {
    width: 90%;
  }

  #company .contentBoxWrap .contentContainer {
    width: 100%;
    height: 100%;
  }

  #company .contentBoxWrap h2 {
    margin-top: 0cm;
  }


  #contact a {
    cursor: pointer;
    text-decoration: none;
    color: #ffffff!important;
    /* pointer-events: all; */
  }

  #company .contentImg {
    display: none;
  }

  #contact {
    background: url(/img/index/bg_img01.jpg);
    color: #ffffff!important;
  }

  #contact .contentBox {
    color: #ffffff!important;
  }

  #contact .tel a.tel_num {
color: #ffffff!important;
z-index: 3000;
  }

  #contact a {
    color: #ffffff;
  }

  @media screen and (-webkit-min-device-pixel-ratio:0) {
    .hamburger_line {
      transition: all 0.6s;
      width: 34px;
      height: 2px;
      left: 5px;
      background-color: #000;
      position: absolute;
    }

    .nav_open .hamburger_line1 {
      transform: rotate(45deg);
      top: 20px;
    }
  
    .nav_open .hamburger_line2 {
      width: 0;
      left: 50%;
    }
  
    .nav_open .hamburger_line3 {
      transform: rotate(-45deg);
      top: 20px;
    }
  }
}
