.page section.middle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  grid-template-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11.5rem 0 15rem;
  position: relative;
}
.page section.middle .inner {
  grid-column: content;
}
.page section.middle .inner > p {
  display: none;
}
.page section.middle .inner > p.text {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .page section.middle {
    -ms-grid-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
    grid-template-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page section.middle {
    padding: 5rem 0 7.5rem;
  }
}

.hd.service {
  background: url(../images/hd/hd_service.jpg) no-repeat;
  background-size: cover;
}

.service.performance {
  padding: 11.5rem 0;
}
.service.performance:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .service.performance {
    padding: 5rem 0 7.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .service_nav {
    display: none;
  }
  .service_nav li a {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .service_nav li:first-of-type a {
    padding-top: 2rem !important;
  }
}
@media only screen and (min-width: 1025px) {
  .service_nav ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    top: 104px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    gap: 0 50px;
    padding: 20px 0;
    background: rgb(26, 33, 43);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 5rem;
  }
  .service_nav ul li a {
    color: #fff;
  }
}

@media only screen and (min-width: 1025px) {
  .home .service_nav ul {
    display: none !important;
  }
  .home .nav_service:hover > a:after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .header.bg-black .service_nav ul {
    top: 70px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .nav_service p {
    display: none;
  }
  .nav_service:hover .service_nav ul {
    opacity: 1;
    visibility: visible;
  }
  .nav_service:hover > a {
    position: relative;
  }
  .nav_service:hover > a:after {
    position: absolute;
    content: "";
    background: #005BA4;
    height: 5px;
    width: 150%;
    bottom: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header.bg-black .nav_service:hover > a:after {
    bottom: -2.2rem;
  }
}
.service_section01 {
  padding-top: 0 !important;
}
.service_section01 h3.section-title {
  line-height: 5rem;
  padding-bottom: 40px;
}
.service_section01 h3.section-title:before {
  top: 2.7rem;
}
.service_section01 h3.section-title:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .service_section01 h3.section-title {
    font-size: 2.8rem;
  }
}

.service_section02 {
  background: #F5F9FC;
  padding: 0 0 100px !important;
}
.service_section02 p.text {
  padding: 50px 0;
}
.service_section02 .flex_pc {
  padding: 80px 60px;
  background: #FFF;
}
.service_section02 .flex_pc > p {
  display: none;
}
.service_section02 .flex_pc.second {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .service_section02 .flex_pc {
    padding: 50px 20px;
  }
  .service_section02 .flex_pc .left {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .service_section02 .flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service_section02 .flex_pc .left {
    width: 50%;
  }
  .service_section02 .flex_pc .right {
    width: 45%;
  }
  .service_section02 .flex_pc.second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.service_section02 .flex_pc h4 {
  font-size: 3rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .service_section02 .flex_pc h4 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.service_section02 .flex_pc ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 2%;
}
.service_section02 .flex_pc ul li {
  width: 49%;
  border: 1px solid #005BA4;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .service_section02 .flex_pc ul li {
    width: 100%;
  }
}
.service_section02 .flex_pc ul li a {
  position: relative;
  padding: 10px 0;
  color: #005BA4;
  display: block;
}
.service_section02 .flex_pc ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #005BA4;
  border-right: 1px solid #005BA4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hd.electrical {
  background: url(../images/hd/hd_service.jpg) no-repeat;
  background-size: cover;
}

.electrical_section01 {
  -ms-grid-columns: 8rem [content-start] minmax(1rem, 136rem) [content-end] 8rem !important;
  grid-template-columns: 8rem [content-start] minmax(1rem, 136rem) [content-end] 8rem !important;
  padding: 0 0 15rem !important;
  position: relative;
}
.electrical_section01:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55%;
  background: #F5F9FC;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .electrical_section01 {
    -ms-grid-columns: 2rem [content-start] minmax(1rem, 136rem) [content-end] 2rem !important;
    grid-template-columns: 2rem [content-start] minmax(1rem, 136rem) [content-end] 2rem !important;
  }
}
.electrical_section01 h3.section-title {
  line-height: 5rem;
  padding-bottom: 40px;
}
.electrical_section01 h3.section-title:before {
  top: 2.7rem;
}
.electrical_section01 h3.section-title:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .electrical_section01 h3.section-title {
    font-size: 2.8rem;
  }
}
.electrical_section01 .flex_pc {
  margin-bottom: 100px;
}
.electrical_section01 .flex_pc > p {
  display: none;
}
@media only screen and (max-width: 768px) {
  .electrical_section01 .flex_pc {
    margin-bottom: 50px;
  }
  .electrical_section01 .flex_pc .left {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .electrical_section01 .flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .electrical_section01 .flex_pc .left {
    width: 53%;
    padding: 0 8rem;
  }
  .electrical_section01 .flex_pc .photo {
    width: 47%;
  }
  .electrical_section01 .flex_pc.second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.electrical_section01 .flex_pc h4 {
  font-size: 3rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .electrical_section01 .flex_pc h4 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.electrical_section01 .btn_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.electrical_section01 .btn_area ul li {
  position: relative;
}
.electrical_section01 .btn_area ul li:first-child {
  border-right: 1px solid #1A212B;
  padding-right: 6rem;
}
@media only screen and (max-width: 768px) {
  .electrical_section01 .btn_area ul li:first-child {
    padding-right: 3rem;
  }
}
.electrical_section01 .btn_area ul li:first-child:before {
  content: "";
  inset: 50% auto auto -4.7rem;
  background: url(../images/performances/db_arw.svg) no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 1.6rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.electrical_section01 .btn_area ul li:last-child {
  padding-left: 6rem;
}
@media only screen and (max-width: 768px) {
  .electrical_section01 .btn_area ul li:last-child {
    padding-left: 3rem;
  }
}
.electrical_section01 .btn_area ul li:last-child:before {
  content: "";
  background: url(../images/performances/db_arw.svg) no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 1.6rem;
  position: absolute;
  inset: 50% -4.7rem auto auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.hd.telecommunication {
  background: url(../images/hd/hd_service.jpg) no-repeat;
  background-size: cover;
}

.hd.airconditioning {
  background: url(../images/hd/hd_service.jpg) no-repeat;
  background-size: cover;
}

.hd.firefighting {
  background: url(../images/hd/hd_service.jpg) no-repeat;
  background-size: cover;
}

.hd.electronicsstore {
  background: url(../images/hd/hd_service.jpg) no-repeat;
  background-size: cover;
}

.hd.reason {
  background: url(../images/hd/hd_reason.jpg) no-repeat center center/cover;
}

.middle_top {
  padding: 11.5rem 0 60px;
}
@media only screen and (max-width: 768px) {
  .middle_top {
    padding: 5rem 0;
  }
}

.sec_inner {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sec_inner {
    width: 92%;
  }
}

.mb100 {
  margin-bottom: 100px;
}

.spmb50 {
  margin-bottom: 50px;
}

.sec_reason {
  position: relative;
  padding-bottom: 70px;
}
.sec_reason::after {
  position: absolute;
  content: "";
  background: #f5f9fc;
  width: 100%;
  height: 900px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec_reason .img_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8%;
}
@media only screen and (max-width: 768px) {
  .sec_reason .img_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_reason .img_block:not(:last-of-type) {
  margin-bottom: 70px;
}
.sec_reason .img_block dl {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .sec_reason .img_block dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_reason .img_block dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-bottom: 30px;
}
.sec_reason .img_block dl dt span {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.5rem;
  color: #005ba4;
  display: inline-block;
  border-bottom: 1px solid #1a212b;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .sec_reason .img_block dl dt span {
    font-size: 3.5rem;
  }
}
.sec_reason .img_block dl dt span::first-letter {
  color: #b5b8bb;
}
.sec_reason .img_block dl dt h3 {
  font-size: 3.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .sec_reason .img_block dl dt h3 {
    font-size: 2.6rem;
  }
}
.sec_reason .img_block .img {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .sec_reason .img_block .img {
    width: 100%;
  }
}

.hd.privacy-policy {
  background: url(../images/hd/hd_privacy-policy.jpg) no-repeat center center/cover;
}

.sec_privacy-policy {
  padding-bottom: 80px;
  position: relative;
}
.sec_privacy-policy::after {
  position: absolute;
  content: "";
  background: #f5f9fc;
  width: 100%;
  height: 360px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec_privacy-policy h3 {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .sec_privacy-policy h3 {
    font-size: 1.9rem;
  }
}
.sec_privacy-policy p + h3 {
  margin-top: 50px;
}

.archive-news:before {
  display: none;
}
.archive-news .items {
  width: 100%;
  padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .archive-news .items {
    padding-top: 5rem;
  }
}
.archive-news .items a:hover {
  opacity: 1;
}
.archive-news .items a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.22);
  padding: 0.75rem 6rem 1.75rem 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.archive-news .items a dl:hover {
  opacity: 1;
  color: #fff;
}
.archive-news .items a dl:before {
  content: "";
  inset: auto auto 0 0;
  background: #005BA4;
  height: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.archive-news .items a dl:hover:before {
  content: "";
  opacity: 1;
  inset: auto auto 0 0;
  background: #005BA4;
  height: 100%;
  width: 100%;
  position: absolute;
}
.archive-news .items a dl:after {
  content: url("../images/common/chevron_double.svg");
  display: inline-block;
  position: absolute;
  inset: 1.25rem 2.5rem 0.5rem auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 599px) {
  .archive-news .items a dl:after {
    content: none;
  }
}
.archive-news .items a dl:hover:after {
  inset: 1.25rem 0.5rem 0.5rem auto;
}
.archive-news .items a dl dt {
  font-weight: bold;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: normal;
}
.archive-news .items a dl dd {
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news--single {
  font-size: 1.6rem;
}
.news--single:before {
  display: none;
}
.news--single h3.section-title {
  line-height: 4.5rem;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.news--single h3.section-title:before {
  top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .news--single h3.section-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.news--single .items h2 {
  font-size: 3rem;
  margin: 40px 0;
  color: #005BA4;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .news--single .items h2 {
    font-size: 2.4rem;
    margin: 20px 0;
  }
}
.news--single .items h3 {
  font-size: 2.1rem;
  margin: 30px 0;
  color: #005BA4;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .news--single .items h3 {
    font-size: 1.8rem;
    margin: 15px 0;
  }
}
.news--single .items h4 {
  font-size: 2.1rem;
  margin: 30px 0;
  color: #005BA4;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .news--single .items h4 {
    font-size: 1.8rem;
    margin: 15px 0;
  }
}
.news--single .items p {
  margin-bottom: 20px;
}
.news--single .items ul {
  margin-bottom: 20px;
  padding-left: 1.2rem;
  margin-left: 1.2rem;
}
.news--single .items ul li {
  list-style: disc;
}
.news--single .items ol {
  margin-bottom: 20px;
}
.news--single .items ol li {
  position: relative;
  padding-left: 24px;
}
.news--single .items ol li:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #005BA4;
  border-radius: 50%;
  margin-right: 8px;
  left: 3px;
  top: 8px;
}
.news--single .items img {
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.news--single .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 600px) {
  .news--single .pagination {
    display: block;
    margin: 0 auto;
  }
  .news--single .pagination > div {
    margin-bottom: 20px;
  }
}
.news--single .pagination .prev-perfs-link a {
  border-right: 1px solid #1A212B;
  padding-right: 6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news--single .pagination .prev-perfs-link a {
    padding-right: 3rem;
  }
}
.news--single .pagination .prev-perfs-link a:before {
  content: "";
  inset: 50% auto auto -4.7rem;
  background: url(../images/performances/db_arw.svg) no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 1.6rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news--single .pagination .back-to a {
  padding: 0 6rem;
}
@media only screen and (max-width: 768px) {
  .news--single .pagination .back-to a {
    padding: 0 3rem;
  }
}
.news--single .pagination .next-perfs-link a {
  border-left: 1px solid #1A212B;
  padding-left: 6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news--single .pagination .next-perfs-link a {
    padding-left: 3rem;
  }
}
.news--single .pagination .next-perfs-link a:before {
  content: "";
  background: url(../images/performances/db_arw.svg) no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 1.6rem;
  position: absolute;
  inset: 50% -4.7rem auto auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.hd.saiyo {
  height: 73rem;
  background: url(../images/hd/hd_saiyo.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .hd.saiyo {
    height: 30rem;
  }
}
.hd.saiyo h1 {
  font-size: 16.8rem;
}
@media only screen and (max-width: 1024px) {
  .hd.saiyo h1 {
    font-size: 6.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .accordion {
    position: relative;
    padding: 0 5.5rem 0 5rem;
    font-weight: bold;
    cursor: pointer;
  }
  .accordion:before {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    right: 16px;
    margin: auto;
    width: 16px;
    height: 1px;
    background-color: #333333;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 30;
  }
  .accordion:after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    right: 16px;
    margin: auto;
    width: 16px;
    height: 1px;
    background-color: #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 31;
  }
  .accordion.on:before {
    display: none;
  }
  .close {
    display: none;
  }
  .close li {
    margin-top: 0 !important;
    height: auto !important;
  }
  .close.active {
    display: block !important;
  }
  .close.active ul {
    display: block !important;
  }
  .nav_company, .nav_service {
    display: block !important;
  }
  .nav_company a.pc_nav, .nav_service a.pc_nav {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .company_nav {
    display: none;
  }
  .company_nav li a {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .company_nav li:first-of-type a {
    padding-top: 2rem !important;
  }
}
@media only screen and (min-width: 1025px) {
  .company_nav ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    top: 104px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    gap: 0 50px;
    padding: 20px 0;
    background: rgb(26, 33, 43);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 5rem;
  }
  .company_nav ul li a {
    color: #fff;
  }
}

@media only screen and (min-width: 1025px) {
  .home .company_nav ul {
    display: none !important;
  }
  .home .nav_company:hover > a:after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .header.bg-black .company_nav ul {
    top: 70px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .nav_company p {
    display: none;
  }
  .nav_company:hover .company_nav ul {
    opacity: 1;
    visibility: visible;
  }
  .nav_company:hover > a {
    position: relative;
  }
  .nav_company:hover > a:after {
    position: absolute;
    content: "";
    background: #005BA4;
    height: 5px;
    width: 150%;
    bottom: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header.bg-black .nav_company:hover > a:after {
    bottom: -2.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit_nav {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .recruit_nav ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 10;
    top: 104px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    gap: 0 50px;
    padding: 20px 5% 20px 0;
    background: rgba(26, 33, 43, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 5rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1350px) {
  .recruit_nav ul {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .recruit_nav ul li a {
    color: #fff;
    background: transparent !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    border-left: none !important;
    border-bottom: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .home .recruit_nav ul {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .header.bg-black .recruit_nav ul {
    top: 70px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .jobs:hover .recruit_nav ul {
    opacity: 1;
    visibility: visible;
  }
  .jobs:hover > a {
    /*position:relative;
    &:after {
    	        position: absolute;
      content: "";
      background: #005BA4;
      height: 5px;
      width: 150%;
      bottom: -4rem;
      left: 50%;
      transform: translateX(-50%);
    	transition: 0.3s;
    }*/
  }
}
@media only screen and (max-width: 1024px) {
  .header .navbar ul li ul {
    position: relative !important;
    left: auto !important;
    top: 0 !important;
    width: 100%;
    height: auto !important;
  }
}