@charset "UTF-8";
/*
Theme Name:BREXA Engineering
Description:BREXA Engineering コーポレートサイトのテーマです。「BREXA」の子テーマです。
Template:brexa
Version:1.0.0
*/
:root {
  --brexa-orange: #e03100;
  --brexa-bg-gray: #f0f0f0;
  --brexa-border-color: #d6d6d6;
}

body#top .only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body#top .only-sp {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title {
    bottom: 20%;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title {
    bottom: 35%;
  }
}
body#top .top__kv-title p.title {
  font-weight: 700;
  line-height: 1.4;
  margin-left: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.title {
    font-size: 80px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.title {
    font-size: 50px;
  }
}
body#top .top__kv-title p.title span {
  display: block;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
body#top .top__kv-title p.title span + span {
  margin: -0.2em 0 0;
}
body#top .top__kv-title p.en span {
  display: inline-block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  background-color: var(--brexa-orange);
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  padding: 0.25em 1em;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.en span {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.en span {
    font-size: 20px;
  }
}
body#top .top__kv-title p.lead {
  margin-left: 28px;
}
body#top .top__kv-title p.lead span {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.lead span {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.lead span {
    font-size: 14px;
  }
}
body#top .top__kv-side {
  display: none;
}
body#top .top__kv.open .top__kv-title p.title span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body#top .our_company {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#top .our_company .main_width {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  body#top .our_company__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#top .our_company__wrap-title, body#top .our_company__wrap-slider {
    width: 50%;
    position: relative;
    z-index: 2;
  }
}
body#top .our_company__wrap-title {
  padding: 200px 110px 200px 0;
  width: auto;
}
@media screen and (max-width: 1200px) {
  body#top .our_company__wrap-title {
    padding: 200px 85px 200px 0;
  }
}
@media screen and (max-width: 1100px) {
  body#top .our_company__wrap-title {
    padding: 200px 70px 200px 0;
  }
}
@media screen and (max-width: 1024px) {
  body#top .our_company__wrap-title {
    padding: 200px 70px 200px 0;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-title {
    padding: 0;
    margin: 0 0 30px;
  }
}
body#top .our_company__wrap-title.up p,
body#top .our_company__wrap-title.up h2,
body#top .our_company__wrap-title.up a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .our_company__wrap-title p,
body#top .our_company__wrap-title h2,
body#top .our_company__wrap-title a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
body#top .our_company__wrap-title p.en {
  font-family: "Montserrat", sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1024px) {
  body#top .our_company__wrap-title p.en {
    font-size: 60px;
  }
}
@media screen and (max-width: 900px) {
  body#top .our_company__wrap-title p.en {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-title p.en {
    font-size: 44px;
  }
}
body#top .our_company__wrap-title p.en::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--brexa-orange);
  content: "";
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 80px;
  height: 14px;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-title p.en::before {
    height: 14px;
  }
}
body#top .our_company__wrap-title h2 {
  font-size: 22px;
  font-weight: 700;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  body#top .our_company__wrap-title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-title h2 {
    font-size: 16px;
  }
}
body#top .our_company__wrap-title h2 + p {
  font-size: clamp(22px, 3.46154vw, 44px);
  font-weight: 600;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  letter-spacing: -0.03em;
  line-height: 1.65;
  margin: 50px 0 0;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  body#top .our_company__wrap-title h2 + p {
    margin-right: -1em;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-title h2 + p {
    margin: 28px 0 0;
  }
}
body#top .our_company__wrap-title a {
  margin: 50px 0 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-title a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 28px 0 0;
  }
}
@media screen and (min-width: 769px) {
  body#top .our_company__wrap-figure {
    margin: auto 0;
    max-width: 470px;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-figure {
    margin: 0 auto 15px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .our_company__wrap-figure {
    max-height: 360px;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company__wrap-figure {
    max-height: 250px;
  }
}
body#top .our_company__wrap-figure figure {
  margin: 0;
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-figure figure img {
    margin-inline: auto;
  }
}
body#top .business {
  background-color: var(--brexa-orange);
}
body#top .business__wrap {
  display: block;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
body#top .business__wrap-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body#top .business__wrap-title {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-title {
    padding: 140px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-title {
    padding: 40px 0 20px;
  }
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-title_left {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-title_left {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-title_right {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-title_right {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-title {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-title {
    display: block;
  }
}
body#top .business__wrap-title p.en::before {
  background-color: #fff;
}
body#top .business__wrap-title a:link, body#top .business__wrap-title a:visited, body#top .business__wrap-title a:active, body#top .business__wrap-title a:focus {
  color: #fff;
}
body#top .business__wrap-title a.arrow__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body#top .business__wrap-title a.arrow__btn span.text::after {
  background-color: #fff;
}
body#top .business__wrap-title a.arrow__btn span.icon {
  background-color: #fff;
}
body#top .business__wrap-title a.arrow__btn span.icon span::after {
  color: #e03100;
}
body#top .business__wrap-two_columns {
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-two_columns {
    padding: 60px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-two_columns {
    padding: 20px;
  }
}
body#top .business__wrap-two_columns-list {
  display: grid;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-two_columns-list {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    max-width: 1090px;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-two_columns-list {
    gap: 40px;
  }
}
body#top .business__wrap-two_columns-list__item figure {
  margin: 0 auto;
}
body#top .business__wrap-two_columns-list__item figure img {
  max-width: 100%;
}
body#top .business__wrap-two_columns-list__item dl > dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
body#top .business__wrap-two_columns-list__item dl > dt::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--brexa-orange);
  content: "";
  -webkit-clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 105px;
  height: 10px;
  -webkit-transform: translate(-30px, -16px);
          transform: translate(-30px, -16px);
}
body#top .business__wrap-two_columns-list__item dl > dd p {
  font-size: 16px;
  line-height: 2;
}
body#top .business__wrap-two_columns-list__item .arrow__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 28px;
}
body#top .business__wrap-two_columns-list__item-in {
  background-color: #fff;
  padding: 16px 30px 30px;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-two_columns-list__item-in {
    display: grid;
    grid-template-rows: 1.5fr 1fr;
  }
}
body#top .business__wrap.up .business__wrap-title p,
body#top .business__wrap.up .business__wrap-title h2,
body#top .business__wrap.up .business__wrap-title a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .business__wrap.up .business__wrap-two_columns {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .news__wrap-info--tabhead ul li[data-caterory="5"] {
  display: none;
}
body#top .recruit {
  background-color: #000;
}
body#top .recruit__wrap {
  background-color: #fff;
  background-image: none;
}
@media screen and (min-width: 481px) {
  body#top .recruit__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 75px;
  }
}
@media screen and (max-width: 768px) {
  body#top .recruit__wrap-area {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  body#top .recruit__wrap h2 + p {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body#top .recruit__wrap a.arrow__btn {
    margin-top: 24px;
  }
}
body#top .recruit__wrap a.arrow__btn span.icon {
  background-color: var(--brexa-orange);
}
body#top .recruit__wrap a.arrow__btn span.icon span::after {
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top .recruit__wrap a.arrow__btn span.text {
    display: block;
  }
}
body#top .recruit__wrap a.arrow__btn:hover span.icon::before {
  background-color: #000;
}
body#top .recruit__wrap-figure {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body#top .recruit__wrap-figure {
    max-width: 536px;
  }
}
body#top .recruit__wrap.up p {
  color: #000;
}
body#top .recruit__wrap.up p.en {
  color: #000;
}
body#top .recruit__wrap.up a {
  color: #000;
}
body#top .recruit__wrap.up h2 {
  color: #000;
}
body#top .recruit__wrap.up .recruit__wrap-figure {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .links_area .main_width {
  margin-block: 70px 120px;
}
body#top .links_area__wrap-banners {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  body#top .links_area__wrap-banners {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  body#top .links_area__wrap-banners {
    margin-bottom: 60px;
  }
}
body#top .links_area__wrap-banners-list {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 481px) {
  body#top .links_area__wrap-banners-list {
    grid-auto-flow: column;
    gap: 50px;
  }
}
@media screen and (max-width: 480px) {
  body#top .links_area__wrap-banners-list {
    grid-auto-flow: row;
    gap: 20px;
  }
}
body#top .links_area__wrap-banners-list__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  body#top .links_area__wrap-banners-list__item {
    max-width: 367px;
  }
}
body#top .links_area__wrap-two_columns {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
body#top .links_area__wrap-two_columns-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 481px) {
  body#top .links_area__wrap-two_columns-title {
    height: 1.85em;
  }
}
@media screen and (max-width: 480px) {
  body#top .links_area__wrap-two_columns-title {
    height: 2.5em;
  }
}
body#top .links_area__wrap-two_columns-title::before {
  content: "";
  display: block;
  border-left: 12px solid var(--brexa-orange);
  height: 100%;
  margin-right: 26px;
}
body#top .links_area__wrap-two_columns-list {
  border: 1px solid #949494;
}
@media screen and (min-width: 769px) {
  body#top .links_area__wrap-two_columns-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 769px) {
  body#top .links_area__wrap-two_columns-list__item {
    padding: 45px 70px 90px;
  }
}
@media screen and (max-width: 768px) {
  body#top .links_area__wrap-two_columns-list__item {
    padding: 25px 20px 30px;
  }
}
@media screen and (min-width: 769px) {
  body#top .links_area__wrap-two_columns-list__item:nth-of-type(odd) {
    border-right: 1px solid #949494;
  }
}
@media screen and (max-width: 768px) {
  body#top .links_area__wrap-two_columns-list__item:not(:first-of-type) {
    border-top: 1px solid #949494;
  }
}
body#top .links_area__wrap-two_columns-list__item dl > dt {
  font-weight: 700;
}
@media screen and (min-width: 481px) {
  body#top .links_area__wrap-two_columns-list__item dl > dt {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  body#top .links_area__wrap-two_columns-list__item dl > dt {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
body#top .links_area__wrap-two_columns-list__item dl > dd figure {
  margin-bottom: 30px;
}
body#top .links_area__wrap-two_columns-list__item dl > dd figure a {
  display: block;
}
body#top .links_area__wrap-two_columns-list__item dl > dd figure a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--brexa-orange);
  content: "";
  -webkit-clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 105px;
  height: 10px;
}
body#top .links_area__wrap-two_columns-list__item dl > dd .video__inner {
  padding: 56.25% 0 0 0;
  position: relative;
}
body#top .links_area__wrap-two_columns-list__item dl > dd .video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#top .links_area__wrap-two_columns-list__item dl > dd .video::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--brexa-orange);
  content: "";
  -webkit-clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 105px;
  height: 10px;
}
body#top .links_area__wrap-two_columns-list__item dl > dd p {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 30px;
}
body#top .links_area__wrap.up .links_area__wrap-banners, body#top .links_area__wrap.up .links_area__wrap-two_columns {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .contact {
  background-color: var(--brexa-bg-gray);
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}
body#top .contact__wrap-title {
  margin-bottom: 35px;
  text-align: center;
  overflow: hidden;
}
body#top .contact__wrap-title p {
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: 1s;
  transition: 1s;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
}
body#top .contact__wrap-title h2 {
  display: block;
  font-weight: 700;
  font-size: 20px;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  overflow: hidden;
}
body#top .contact__wrap-title-lead {
  text-align: center;
}
body#top .contact__wrap-title-lead p {
  margin-bottom: 35px;
}
body#top .contact__wrap-title-lead .link__round-btn {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 335px;
}
body#top .contact__wrap-title-lead .link__round-btn::after {
  background-image: url("/wp-content/themes/brexa_pct/images/top/img-icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}
body#top .contact__wrap.up .contact__wrap-title p.en {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .contact__wrap.up .contact__wrap-title h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.professional {
  background-color: var(--brexa-orange);
}
.professional .enter__screen .up__item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.professional .enter__screen.up .up__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.professional .main_width {
  padding: 0;
}
@media screen and (max-width: 480px) {
  .professional .main_width {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.professional__wrap {
  position: relative;
}
@media screen and (max-width: 480px) {
  .professional__wrap-figure img {
    max-width: none;
    height: 140px;
  }
}
.professional__wrap-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  left: 0;
  padding-inline: 2em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.professional__wrap-lead p {
  color: #fff;
  line-height: 1.875;
}
@media screen and (min-width: 481px) {
  .professional__wrap-lead p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .professional__wrap-lead p {
    font-size: 12px;
  }
}
.professional__wrap.up .professional__wrap-lead {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#footer .footer__top-navi--item__sns {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  margin-block: 30px 55px;
}
#footer .footer__top-navi--item__sns a {
  display: block;
  width: 32px;
}
#footer .footer__top-navi--item__sns a img {
  margin: 0;
}
#footer .footer__top-navi--item__privacy {
  max-width: 102px;
  width: 102px;
}
#footer .footer__top-navi--item__privacy img {
  margin: 0;
}

header .footer__top-navi--item.border-top--none,
#footer .footer__top-navi--item.border-top--none {
  border-top: none;
}

.arrow__btn[target=_blank] span.icon span:before, .arrow__btn[target=_blank] span.icon span:after,
.hover__arrow[target=_blank] span.icon span:before,
.hover__arrow[target=_blank] span.icon span:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(./images/img-icon-blank-white.svg) no-repeat center center;
}
.arrow__btn[target=_blank]:hover span.icon span:before,
.hover__arrow[target=_blank]:hover span.icon span:before {
  -webkit-transform: translate(-300%, -50%);
          transform: translate(-300%, -50%);
}
.arrow__btn[target=_blank]:hover span.icon span:after,
.hover__arrow[target=_blank]:hover span.icon span:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a[target=_blank] .slide_icon {
  overflow: visible;
}
a[target=_blank] .slide_icon span:before {
  display: none;
}
a[target=_blank] .slide_icon span:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(images/img-icon-blank-white.svg) no-repeat center center;
}
.white a[target=_blank] .slide_icon span:after {
  background: url(/common/images/img-icon-blank.svg) no-repeat center center;
}
.disabled a[target=_blank] .slide_icon span:after {
  background: url(images/img-icon-blank-disabled.svg) no-repeat center center;
}
a[target=_blank]:hover .slide_icon span:after {
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
  background: url(/common/images/img-icon-blank.svg) no-repeat center center;
}

button:hover .slide_icon span:before,
a:hover .slide_icon span:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
button:hover .slide_icon span:after,
a:hover .slide_icon span:after {
  -webkit-transform: translate(200%, -50%);
          transform: translate(200%, -50%);
}