@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho+B1&family=Spectral+SC:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap");
.pc {
  display: block !important;
  font-size: 0;
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
  font-size: 0;
}

@media screen and (max-width: 780px) {
  .sp {
    display: block !important;
  }
}

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

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

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

.clearfix {
  display: block;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6, img, p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  color: #4A4A4A;
}

ul, li {
  display: inline-block;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a.tel {
  pointer-events: none;
}

@media screen and (max-width: 780px) {
  a.tel {
    pointer-events: initial;
  }
}

a.hov:hover {
  transition: 0.2s all;
  opacity: 0.8;
}

@media screen and (max-width: 780px) {
  a.hov:hover {
    opacity: 1;
  }
}

section {
  width: 100%;
}

/* ---------------------------------------------------- */
/* header
/* ---------------------------------------------------- */
@media screen and (max-width: 780px) {
  .Gnavi_overflow {
    overflow: hidden;
  }
}

.concept {
  width: 100%;
  height: 100vh;
  background-color: #05233c;
  position: relative;
  z-index: 3;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept .concept_title {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 2.5;
}

@media screen and (max-width: 780px) {
  .concept .concept_title {
    font-size: 4vw;
    line-height: 2;
    text-align: center;
    padding-bottom: 3em;
  }
}

.concept .arrow {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  height: 180px;
  margin-left: 29px;
  border-radius: 9999px;
  background-color: #d2541d;
  opacity: 0;
  transition: opacity .4s ease;
}

.concept .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 2px;
  height: 45px;
  border-radius: 9999px;
  background-color: #d2541d;
  transform: rotate(-45deg);
  transform-origin: 50% 0px;
}

.concept .arrow.is-show {
  opacity: 1;
}

.concept .arrow.ptn1 {
  bottom: 4vw;
  left: 2vw;
}

@media screen and (max-width: 780px) {
  .concept .arrow.ptn1 {
    bottom: 2vw;
    left: 7vw;
  }
}

.concept .arrow.ptn2 {
  bottom: 20vw;
  left: 15vw;
}

@media screen and (max-width: 780px) {
  .concept .arrow.ptn2 {
    bottom: initial;
    top: 30vw;
    left: 13vw;
  }
}

.concept .arrow.ptn3 {
  bottom: 2vw;
  left: 22vw;
}

@media screen and (max-width: 780px) {
  .concept .arrow.ptn3 {
    bottom: 1vw;
    left: 28vw;
  }
}

.concept .arrow.ptn4 {
  bottom: 4vw;
  right: 26vw;
}

@media screen and (max-width: 780px) {
  .concept .arrow.ptn4 {
    bottom: initial;
    top: 40vw;
    right: 30vw;
  }
}

.concept .arrow.ptn5 {
  bottom: 24vw;
  right: 15vw;
}

.concept .arrow.ptn6 {
  bottom: 8vw;
  right: 8vw;
}

.concept .arrow.ptn7 {
  top: 10vw;
  left: 25vw;
}

.concept .arrow.ptn8 {
  top: 8vw;
  right: 20vw;
}

/* ---------------------------------------------------- */
/* mainVis
/* ---------------------------------------------------- */
.inner_content {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.aboutus {
  padding-top: 0px;
  top: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.aboutus .inner_content {
  padding-right: 17%;
}

@media screen and (max-width: 780px) {
  .aboutus .inner_content {
    padding-right: 0;
  }
}

.aboutus .slick-track {
  width: 100%;
  overflow: hidden;
}

.aboutus .slick-slide {
  display: none;
}

.aboutus .aboutbg_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
}

.aboutus .aboutbg_slider:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: '';
  background: url(../img/about_bg.png) center center repeat;
  background-size: 6px 6px;
}

.aboutus .aboutbg_slider img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

@media screen and (max-width: 780px) {
  .aboutus .aboutbg_slider img {
    height: 100vh;
  }
}

.aboutus .inner_scroll {
  position: relative;
  z-index: 3;
}

.aboutus .about_presentaion_container {
  position: fixed;
  right: 20px;
  top: 0;
  width: 15%;
  max-width: 200px;
  padding: 0 10px;
  background-color: #ddd;
  height: 100vh;
  height: 100%;
  z-index: 2;
}

.aboutus .about_presentaion_container .slick-list {
  height: 100vh !important;
  overflow: hidden;
}

@media screen and (max-width: 780px) {
  .aboutus .about_presentaion_container {
    display: none;
  }
}

.aboutus_txtWrap {
  padding: 50px 0 25vh;
}

@media screen and (max-width: 780px) {
  .aboutus_txtWrap {
    padding: 50px 0 15vh;
  }
}

.aboutus_txtWrap h2 {
  padding: 20vh 0 1em;
}

@media screen and (max-width: 780px) {
  .aboutus_txtWrap h2 {
    padding: 15vh 0 1.5em;
  }
}

.aboutus_txtWrap p {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2em;
}

@media screen and (max-width: 780px) {
  .aboutus_txtWrap p {
    font-size: 3.867vw;
  }
}

#typing-text {
  font-size: 20px;
  line-height: 2;
  white-space: pre-wrap;
  position: relative;
}

@media screen and (max-width: 780px) {
  #typing-text {
    font-size: 4vw;
  }
}

#typing-text::after {
  content: "|";
  animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}

h2 {
  font-size: 80px;
  font-weight: 600;
  color: #d2541d;
}

@media screen and (max-width: 780px) {
  h2 {
    font-size: 10.667vw;
  }
}

/* ---------------------------------------------------- */
/* TOPpage
/* ---------------------------------------------------- */
.service {
  background-color: #05233c;
  padding: 100px 0;
  position: relative;
  z-index: 5;
}

.service .serviceContent {
  padding: 50px 0 0;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.service .serviceContent .serviceContent_inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.service .serviceContent .serviceContent_inner .service_detailWrap {
  width: 46%;
  margin: 2%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 18px 20px;
}

@media screen and (max-width: 780px) {
  .service .serviceContent .serviceContent_inner .service_detailWrap {
    width: 90%;
    margin: 0 auto 1.5em;
    padding: 20px 20px 10px;
  }
}

.service .serviceContent .serviceContent_inner .service_detailWrap .title {
  font-size: 18px;
  line-height: 1.3;
  color: #05233c;
  font-weight: 600;
  text-align: center;
  height: 3em;
}

@media screen and (max-width: 780px) {
  .service .serviceContent .serviceContent_inner .service_detailWrap .title {
    height: auto;
    font-size: 4vw;
  }
}

.service .serviceContent .serviceContent_inner .service_detailWrap .imgContent {
  width: 40%;
  max-width: 180px;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .service .serviceContent .serviceContent_inner .service_detailWrap .imgContent {
    width: 70%;
  }
}

.service .serviceContent .serviceContent_inner .service_detailWrap .txt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  color: #05233c;
}

@media screen and (max-width: 780px) {
  .service .serviceContent .serviceContent_inner .service_detailWrap .txt {
    font-size: 3.467vw;
  }
}

.company {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 780px) {
  .company {
    display: block;
  }
}

.company .company_inner {
  padding: 100px 0;
  background-color: #fff;
  width: 50%;
  padding-left: 5%;
}

@media screen and (max-width: 780px) {
  .company .company_inner {
    width: 100%;
    margin: 0 auto;
    padding: 100px 5%;
  }
}

.company .company_inner.profile {
  background-color: #edeeef;
  padding-right: 3%;
}

.company .company_inner .company_list {
  padding: 40px 0 0;
}

.company .company_inner .company_list dl dt {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  width: 7em;
  line-height: 2;
  margin-bottom: .5em;
}

@media screen and (max-width: 780px) {
  .company .company_inner .company_list dl dt {
    font-size: 4vw;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.7;
  }
}

.company .company_inner .company_list dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: calc(100% - 7.5em);
  line-height: 2;
  margin-bottom: .5em;
}

@media screen and (max-width: 780px) {
  .company .company_inner .company_list dl dd {
    font-size: 4vw;
    display: block;
    width: 100%;
    margin-bottom: .75em;
    line-height: 1.7;
  }
}

.company .company_inner .company_list dl dd .detailtxt {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 780px) {
  .company .company_inner .company_list dl dd .detailtxt {
    font-size: 4vw;
  }
}

.company .company_inner .prof_title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-top: 40px;
}

@media screen and (max-width: 780px) {
  .company .company_inner .prof_title {
    font-size: 5.333vw;
  }
}

.company .company_inner .prof_heading {
  position: relative;
  max-width: 700px;
}

.company .company_inner .prof_heading::after {
  content: '';
  position: absolute;
  width: 35%;
  max-width: 180px;
  height: 180px;
  background: url(../img/staff_ico.png) center center no-repeat;
  background-size: 100%;
  top: -30px;
  right: 0px;
}

@media screen and (max-width: 780px) {
  .company .company_inner .prof_heading::after {
    top: -70px;
  }
}

.company .company_inner .prof_inner {
  width: 100%;
  max-width: 700px;
  height: 400px;
  padding-right: 3%;
  overflow-y: scroll;
  scrollbar-color: #05233c rgba(5, 35, 60, 0.1);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: auto;
}

@media screen and (max-width: 780px) {
  .company .company_inner .prof_inner {
    height: 400px;
    padding-right: 1.15em;
  }
}

.company .company_inner .prof_inner::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.company .company_inner .prof_inner::-webkit-scrollbar {
  background: rgba(5, 35, 60, 0.1);
  border-radius: 4px;
}

.company .company_inner .prof_inner::-webkit-scrollbar-thumb {
  background: #05233c;
  border-radius: 4px;
}

.company .company_inner .prof_inner p {
  font-size: 14px;
  margin-bottom: .75em;
}

@media screen and (max-width: 780px) {
  .company .company_inner .prof_inner p {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}

.newswrap {
  position: relative;
  z-index: 3;
  background-color: #edeeef;
  padding: 100px 0;
  border-top: 1px solid #d2541d;
}

.newswrap .newswrap_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 780px) {
  .newswrap .newswrap_inner {
    display: block;
  }
}

.newswrap h2 {
  width: 5em;
}

.newswrap .newsContent_padding {
  padding: 20px;
  height: 240px;
  background-color: #fff;
  border-radius: 7px;
  margin: 25px auto 0;
  width: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 780px) {
  .newswrap .newsContent_padding {
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }
}

.newswrap .newsContent {
  overflow-y: scroll;
  padding-right: 1em;
  scrollbar-color: #05233c rgba(5, 35, 60, 0.1);
  scrollbar-width: thin;
  max-width: 960px;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}

@media screen and (max-width: 780px) {
  .newswrap .newsContent {
    width: 100%;
    height: 100%;
  }
}

.newswrap .newsContent::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.newswrap .newsContent::-webkit-scrollbar {
  background: rgba(5, 35, 60, 0.1);
  border-radius: 4px;
}

.newswrap .newsContent::-webkit-scrollbar-thumb {
  background: #05233c;
  border-radius: 4px;
}

.newswrap .newsContent .newsContent_detail {
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #05233c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 780px) {
  .newswrap .newsContent .newsContent_detail {
    flex-wrap: wrap;
  }
}

.newswrap .newsContent .newsContent_detail .date {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  width: 6em;
  margin-right: 1em;
}

@media screen and (max-width: 780px) {
  .newswrap .newsContent .newsContent_detail .date {
    font-size: 3.733vw;
  }
}

.newswrap .newsContent .newsContent_detail .tagwrap {
  margin-right: 1em;
  width: 10em;
}

@media screen and (max-width: 780px) {
  .newswrap .newsContent .newsContent_detail .tagwrap {
    margin-right: 0;
    width: 100%;
  }
}

.newswrap .newsContent .newsContent_detail .tag {
  background-color: #05233c;
  border-radius: 6px;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  display: inline-block;
}

@media screen and (max-width: 780px) {
  .newswrap .newsContent .newsContent_detail .tag {
    font-size: 3.733vw;
  }
}

.newswrap .newsContent .newsContent_detail .txt {
  font-size: 14px;
  line-height: 1.6;
  width: calc(100% - 11em);
  color: #000;
}

@media screen and (max-width: 780px) {
  .newswrap .newsContent .newsContent_detail .txt {
    width: 100%;
    margin-top: 1em;
    font-size: 3.733vw;
  }
}

.newswrap .newsContent .newsContent_detail a {
  text-decoration: underline;
}

.newswrap .newsContent .newsContent_detail a:hover {
  text-decoration: none;
  opacity: .8;
}

.contact {
  padding: 100px 0;
  position: relative;
  z-index: 5;
  background-color: #05233c;
}

.contact .contact_title {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 780px) {
  .contact .contact_title {
    font-size: 4vw;
  }
}

/* ---------------------------------------------------- */
/* common text */
/* ---------------------------------------------------- */
.fadeInUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

/* 画面に入った瞬間に付与される */
.fadeInUp.active {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------------------------------- */
/* common
/* ---------------------------------------------------- */
.delay1 {
  transition-delay: 0.25s;
}

.delay2 {
  transition-delay: 0.5s;
}

.delay3 {
  transition-delay: 0.75s;
}

.delay4 {
  transition-delay: 1s;
}

.slick-slider {
  width: 100%;
}

.slick-slider img {
  width: 100%;
}

/* ---------------------------------------------------- */
/* common */
/* ---------------------------------------------------- */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right !important;
}

.tight {
  /* プロポーショナルメトリクスを有効にする */
  font-feature-settings: "palt" 1;
  /* ベンダープレフィックスも併記するとより確実 */
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt";
  /* 新しい記述方法 */
}

.txtInd {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 80%;
  line-height: 1.4;
  color: #05233c;
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
  background-color: #021524;
  width: 100%;
  height: 50px;
  padding: 10px 0;
}

footer .copy {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.section_inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}

p {
  font-size: 24px;
  font-weight: 400;
  line-height: 2.1;
  text-align: left;
  color: #4A4A4A;
}

@media screen and (max-width: 780px) {
  p {
    font-size: 3.467vw;
  }
}

main {
  position: relative;
}

.topTitleWrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  padding-bottom: 7%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeOutUp2 0.7s ease-out forwards;
  animation-delay: 2.7s;
  z-index: 100;
}

.topTitleWrap h1 {
  margin-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.2;
  font-style: italic;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .topTitleWrap h1 {
    font-size: 12vw;
  }
}

.topTitleWrap #title_text {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .topTitleWrap #title_text {
    font-size: 5.333vw;
  }
}

.fade-out-up {
  animation: fadeOutUp .7s ease-out forwards;
  animation-delay: 2.3s;
}

.fade-out {
  overflow: hidden;
  animation: fadeOut .7s ease-out forwards;
  animation-delay: 2.7s;
}

@keyframes fadeOut {
  0% {
  }
  100% {
    overflow: initial;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}

@keyframes fadeOutUp2 {
  0% {
    display: block;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

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

#gNavi_head {
  font-size: 15px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* min-width: 1366px; */
  height: 74px;
  z-index: 6;
  background-color: rgba(5, 35, 60, 0.8);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

#gNavi_head .inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}

#gNavi_head .inner .logoWrap {
  /* width: 1366px; */
  margin: 0 auto;
  position: relative;
}

#gNavi_head .logo {
  position: absolute;
  left: 0px;
  top: 12px;
  z-index: 10001;
}

#gNavi_head .logo img {
  width: 100%;
  max-width: 150px;
  /* height: 26px; */
}

#global-nav {
  width: 100%;
  height: 74px;
  display: block;
  margin: 0 auto;
}

#global-nav .naviWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#global-nav .gNavi {
  display: block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  text-align: center;
  /* width: 390px; */
}

#global-nav .gNavi > li {
  /* padding: 0 13px; */
  height: 74px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

#global-nav .gNavi > li a {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #FFF;
  padding: 28px 20px;
  height: 74px;
  width: 100%;
}

#global-nav .gNavi > li.icon a {
  padding: 15px 10px;
}

#global-nav .gNavi > li.icon a img {
  max-width: 30px;
  width: 100%;
}

#global-nav .gNavi > li a.contact {
  color: #fff;
  background-color: #d2541d;
}

#global-nav .gNavi > li:hover {
  background-color: #d2541d;
}

#global-nav .gNavi > li.icon:hover {
  background: none;
  opacity: 0.6;
}

#global-nav .gNavi > li:hover a {
  color: #fff;
}

#global-nav .gNavi > li:hover a.contact {
  color: #fff;
  background-color: #021524;
}

#global-nav .gNavi > li a span {
  display: block;
}

/* Toggle Button */
#nav-toggle {
  display: none;
}

@media (max-width: 780px) {
  #gNavi_head {
    font-size: 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 6;
    background-color: rgba(5, 35, 60, 0.8);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  }
  #gNavi_head .logo img {
    max-width: 120px;
  }
  #gNavi_head .inner {
    padding: 0px 0px;
  }
  #gNavi_head .logo {
    top: 11px;
    left: 15px;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    width: 50px;
    height: 60px;
    cursor: pointer;
    z-index: 101000;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    background: #fff;
    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: 18px;
    left: 5px;
  }
  #nav-toggle span:nth-child(2) {
    top: 28px;
    left: 5px;
  }
  #nav-toggle span:nth-child(3) {
    top: 38px;
    left: 5px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  #global-nav {
    position: absolute;
    top: -3000px;
    min-width: auto;
    height: 100vh;
    padding: 0;
    background-color: rgba(5, 35, 60, 0.8);
    width: 100%;
    text-align: center;
    margin-top: 60px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: block;
  }
  #global-nav::-webkit-scrollbar {
    width: 3px;
  }
  #global-nav .gNavi > li:hover {
    background-color: #021524;
  }
  #global-nav .gNavi > li:hover a {
    color: #d2541d !important;
  }
  #global-nav::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #f2f2f2;
  }
  #global-nav::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #1a110c;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 0.75px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    display: block;
    width: 100%;
    border-bottom: 1px solid #cacaca;
  }
  #gNavi_head #global-nav ul li a,
  #gNavi_head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 28px 15px;
    text-align: left;
    font-size: 15px;
  }
  #global-nav .gNavi > li {
    font-size: 15px;
  }
  .open #global-nav {
    -moz-transform: translateY(3000px);
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px);
  }
  #global-nav .naviWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    width: 100%;
    height: 400px;
  }
  #global-nav .gNavi {
    width: 100%;
    display: block;
  }
  #global-nav .gNavi > li a.contact {
    color: #000;
    background: none;
  }
  #global-nav .gNavi > li:hover a.contact {
    color: #fff;
    background: none;
  }
}
