@charset "UTF-8";
/*
Theme Name:BREXA Photonix
Description:BREXA Photonix コーポレートサイトのテーマです。「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: 480px) {
  body#top .only-sp {
    display: block;
  }
}
body#top .enter__screen .up__item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
body#top .enter__screen.up .up__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title {
    bottom: 25.75vw;
  }
}
body#top .top__kv-title p.title {
  font-size: clamp(60px, 9.11458vw, 80px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.title {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.title {
    margin: 0 0 12px;
  }
}
body#top .top__kv-title p.title span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (min-width: 721px) {
  body#top .top__kv-title p.title span + span {
    margin: 0 0 0 -0.5em;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.title span + span {
    margin: 4px 0 0;
  }
}
body#top .top__kv-title p.lead {
  font-size: clamp(13px, 3.125vw, 32px);
  line-height: 1.25;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.lead {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.lead {
    margin: 0 0 12px;
  }
}
body#top .top__kv-title p.lead span {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
body#top .top__kv-title p.en {
  display: inline-block;
  font-size: clamp(12px, 2.34375vw, 24px);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
body#top .top__kv-title p.en span {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
body#top .top__kv-side {
  display: none;
}
body#top .top__kv.open .top__kv-title p.title span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body#top .top__kv.open .top__kv-title p.lead span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body#top .top__kv.open .top__kv-title p.en span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
body#top .our_company {
  background-image: url("/wp-content/themes/brexa_photonix/images/top/img-our_company-bg.png");
  background-repeat: no-repeat;
  background-position: left -50vw;
  background-size: 85%;
  overflow: hidden;
}
@media screen and (min-width: 481px) {
  body#top .our_company .main_width {
    margin-block: 60px 120px;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company .main_width {
    margin-block: 60px;
  }
}
body#top .our_company__wrap-lead {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto 125px;
  text-align: center;
}
body#top .our_company__wrap-lead p {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 481px) {
  body#top .our_company__wrap-lead p {
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company__wrap-lead p {
    font-size: 24px;
  }
}
body#top .our_company__wrap-lead p span {
  line-height: 2.1875;
}
@media screen and (min-width: 481px) {
  body#top .our_company__wrap-lead p span {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company__wrap-lead p span {
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) {
  body#top .our_company__wrap-in {
    display: grid;
    grid-template-columns: 4.8fr 4.6fr;
    gap: 80px;
    margin-right: -30px;
  }
}
body#top .our_company__wrap-title {
  max-width: 620px;
}
body#top .our_company__wrap-title p.en {
  font-family: "Montserrat";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@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.8s;
  transition: 0.8s;
  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 p:not(.en) {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
@media screen and (min-width: 769px) {
  body#top .our_company__wrap-title p:not(.en) {
    max-width: 490px;
  }
}
body#top .our_company__wrap-title h2 {
  font-size: 22px;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
@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 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  line-height: 2;
  margin: 64px 0 0;
}
@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: 32px 0 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
@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;
  }
}
body#top .our_company__wrap-figure {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 769px) {
  body#top .our_company__wrap-figure {
    max-width: 595px;
  }
  body#top .our_company__wrap-figure img {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company__wrap-figure {
    margin-top: 30px;
  }
}
body#top .our_company__wrap.up .our_company__wrap-lead {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .our_company__wrap.up .our_company__wrap-title p.en {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .our_company__wrap.up .our_company__wrap-title p:not(.en) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .our_company__wrap.up .our_company__wrap-title h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .our_company__wrap.up .our_company__wrap-title a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .our_company__wrap.up .our_company__wrap-figure {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .business {
  background-color: var(--brexa-orange);
}
@media screen and (min-width: 769px) {
  body#top .business__wrap {
    display: grid;
    grid-template-columns: 5fr 6.2fr;
    gap: 100px;
  }
}
body#top .business__wrap-title {
  padding: 154px 0 152px 0;
}
@media screen and (max-width: 1200px) {
  body#top .business__wrap-title {
    padding: 154px 0 152px 0;
  }
}
@media screen and (max-width: 1100px) {
  body#top .business__wrap-title {
    padding: 154px 0 152px 0;
  }
}
@media screen and (max-width: 1024px) {
  body#top .business__wrap-title {
    padding: 130px 0;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-title {
    padding: 60px 0;
  }
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-title {
    width: 100%;
  }
}
body#top .business__wrap-title p {
  color: #fff;
}
body#top .business__wrap-title p.en::before {
  background-color: var(--brexa-bg-gray);
}
body#top .business__wrap-title ul {
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-title ul {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-title ul {
    margin-top: 40px;
  }
}
body#top .business__wrap-title ul li {
  line-height: 1.875;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-title ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-title ul li {
    font-size: 14px;
  }
}
body#top .business__wrap-title h2 {
  color: #fff;
}
body#top .business__wrap-title__square-brackets {
  margin-top: 30px;
  opacity: 0;
  padding: 20px 20px 20px 30px;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-title__square-brackets {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-title__square-brackets {
    font-size: 14px;
  }
}
body#top .business__wrap-title__square-brackets::before, body#top .business__wrap-title__square-brackets::after {
  content: "";
  display: block;
  position: absolute;
  height: 54px;
  width: 54px;
}
body#top .business__wrap-title__square-brackets::before {
  background-image: url("/wp-content/themes/brexa_photonix/images/top/img-business_square-brackets01.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
body#top .business__wrap-title__square-brackets::after {
  background-image: url("/wp-content/themes/brexa_photonix/images/top/img-business_square-brackets02.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
}
body#top .business__wrap-title__square-brackets p {
  font-size: 16px;
  line-height: 1.875;
  -webkit-transition: none;
  transition: none;
}
body#top .business__wrap-title a {
  color: #fff;
  margin-top: 25px;
}
body#top .business__wrap-title a:visited, body#top .business__wrap-title a:focus, body#top .business__wrap-title a:active {
  color: #fff;
}
body#top .business__wrap-title a:hover {
  color: #fff;
}
body#top .business__wrap-title a:hover:visited, body#top .business__wrap-title a:hover:focus, body#top .business__wrap-title a:hover:active {
  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::before {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
body#top .business__wrap-title a.arrow__btn span.icon::after {
  background-image: url("/wp-content/themes/brexa_photonix/images/top/img-icon01_orange.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-size: 0;
  height: 17px;
  width: 17px;
  position: absolute;
  top: calc(50% - 8.5px);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-title a.arrow__btn span.icon::after {
    right: 20px;
  }
}
body#top .business__wrap-title a.arrow__btn span.icon span::before, body#top .business__wrap-title a.arrow__btn span.icon span::after {
  content: none;
}
body#top .business__wrap-title a.arrow__btn.underline span.text::after {
  background-color: #fff;
}
body#top .business__wrap-title a.arrow__btn:hover.underline {
  color: #fff;
}
body#top .business__wrap-title a.arrow__btn:hover span.icon::after {
  background-image: url("/wp-content/themes/brexa_photonix/images/top/img-icon01_white.png");
}
body#top .business__wrap-title.up ul {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .business__wrap-title.up .business__wrap-title__square-brackets {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .business__wrap-title.up ~ .business__wrap-figure {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .business__wrap-figure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-figure {
    padding-block: 168px 152px;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-figure {
    justify-items: center;
  }
}
body#top .business__wrap-figure figure {
  max-width: 302px;
  width: 100%;
}
body#top .access .main_width {
  margin-top: 125px;
}
body#top .access__wrap-title p.en {
  font-family: "Montserrat";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1024px) {
  body#top .access__wrap-title p.en {
    font-size: 60px;
  }
}
@media screen and (max-width: 900px) {
  body#top .access__wrap-title p.en {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  body#top .access__wrap-title p.en {
    font-size: 44px;
  }
}
body#top .access__wrap-title p.en::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  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 .access__wrap-title p.en::before {
    height: 14px;
  }
}
body#top .access__wrap-title h2 {
  font-size: 22px;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
@media screen and (max-width: 1024px) {
  body#top .access__wrap-title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#top .access__wrap-title h2 {
    font-size: 16px;
  }
}
body#top .access__wrap-title h2 + p {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  line-height: 2;
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  body#top .access__wrap-title h2 + p {
    margin: 28px 0 0;
  }
}
body#top .access__wrap-title a {
  margin: 32px 0 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
@media screen and (max-width: 768px) {
  body#top .access__wrap-title a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 28px 0 0;
  }
}
body#top .access__wrap-two_columns {
  margin-top: 70px;
}
body#top .access__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;
  margin-bottom: 40px;
}
@media screen and (min-width: 481px) {
  body#top .access__wrap-two_columns-title {
    height: 1.85em;
  }
}
@media screen and (max-width: 480px) {
  body#top .access__wrap-two_columns-title {
    height: 2.5em;
  }
}
body#top .access__wrap-two_columns-title::before {
  content: "";
  display: block;
  border-left: 12px solid var(--brexa-orange);
  height: 100%;
  margin-right: 26px;
}
body#top .access__wrap-two_columns-list {
  border: 1px solid #949494;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  body#top .access__wrap-two_columns-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 769px) {
  body#top .access__wrap-two_columns-list__item {
    padding: 45px 70px 90px;
  }
}
@media screen and (max-width: 768px) {
  body#top .access__wrap-two_columns-list__item {
    padding: 25px 20px 30px;
  }
}
@media screen and (min-width: 769px) {
  body#top .access__wrap-two_columns-list__item:nth-of-type(odd) {
    border-right: 1px solid #949494;
  }
}
@media screen and (max-width: 768px) {
  body#top .access__wrap-two_columns-list__item:not(:first-of-type) {
    border-top: 1px solid #949494;
  }
}
body#top .access__wrap-two_columns-list__item dl > dt {
  line-height: 1.25;
}
@media screen and (min-width: 481px) {
  body#top .access__wrap-two_columns-list__item dl > dt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  body#top .access__wrap-two_columns-list__item dl > dt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
body#top .access__wrap-two_columns-list__item dl > dd figure {
  margin-bottom: 30px;
}
body#top .access__wrap-two_columns-list__item dl > dd figure iframe {
  aspect-ratio: 1.76;
  width: 100%;
}
body#top .access__wrap-two_columns-list__item dl > dd p {
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.875;
}
body#top .access__wrap-city {
  margin: 55px auto 0;
  max-width: 1090px;
}
@media screen and (min-width: 769px) {
  body#top .access__wrap-city {
    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 .access__wrap-city_in {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
body#top .access__wrap-city_in h3 {
  margin-bottom: 24px;
}
body#top .access__wrap-city_in h3 strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.464;
}
body#top .access__wrap-city_in h3 span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.27777;
}
body#top .access__wrap-city_in-text p {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  body#top .access__wrap-city_in-text {
    max-width: 470px;
  }
}
@media screen and (min-width: 769px) {
  body#top .access__wrap-city_figure {
    margin-left: 16px;
    min-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  body#top .access__wrap-city_figure {
    margin-block: 1em;
  }
}
body#top .access__wrap-city_figure img {
  min-width: 100%;
  width: 100%;
}
body#top .access__wrap-city_figure figcaption {
  font-size: 14px;
  line-height: 2.14285;
  text-align: right;
}
body#top .access__wrap-information {
  margin: 75px auto 0;
  padding-bottom: 150px;
  max-width: 1090px;
  position: relative;
}
body#top .access__wrap-information h3 {
  max-width: 308px;
  position: relative;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  width: 308px;
  z-index: 10;
}
body#top .access__wrap-information figure {
  position: absolute;
  top: 0;
  margin: 0;
  max-width: 1030px;
  width: 1030px;
  z-index: 1;
}
@media screen and (min-width: 1185px) {
  body#top .access__wrap-information figure {
    right: calc((100vw - 1090px) / 2 * -1);
  }
}
@media screen and (max-width: 1184px) {
  body#top .access__wrap-information figure {
    right: calc((100vw - 100%) / 2 * -1);
  }
}
body#top .access__wrap-information a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 10;
}
body#top .access__wrap-information a:link, body#top .access__wrap-information a:visited, body#top .access__wrap-information a:focus, body#top .access__wrap-information a:active {
  color: #000;
}
body#top .access__wrap-information a:hover {
  color: #000;
}
body#top .access__wrap-information a:hover:visited, body#top .access__wrap-information a:hover:focus, body#top .access__wrap-information a:hover:active {
  color: #000;
}
body#top .access__wrap-information a.arrow__btn span.icon {
  background-color: var(--brexa-orange);
}
body#top .access__wrap-information a.arrow__btn span.icon::after {
  background-image: url("/wp-content/themes/brexa_photonix/images/top/img-icon01_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-size: 0;
  height: 17px;
  width: 17px;
  position: absolute;
  top: calc(50% - 8.5px);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  body#top .access__wrap-information a.arrow__btn span.icon::after {
    right: 20px;
  }
}
body#top .access__wrap-information a.arrow__btn span.icon span::before, body#top .access__wrap-information a.arrow__btn span.icon span::after {
  content: none;
}
body#top .access__wrap-information a.arrow__btn.underline span.text::after {
  background-color: #000;
}
body#top .access__wrap-information a.arrow__btn:hover.underline {
  color: #000;
}
body#top .contact {
  background-color: #171717;
  overflow: hidden;
  position: relative;
  padding: 65px 0 95px;
}
body#top .contact__bg {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 1;
}
body#top .contact__bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1281px) {
  body#top .contact__bg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  body#top .contact__bg img {
    width: auto;
    height: 100%;
  }
}
body#top .contact .main_width {
  position: relative;
  z-index: 10;
}
body#top .contact__wrap-title {
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
}
body#top .contact__wrap-title p {
  color: #fff;
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: 1s;
  transition: 1s;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.035;
  opacity: 0;
  overflow: hidden;
}
body#top .contact__wrap-title h2 {
  color: #fff;
  display: block;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.36363;
  -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 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}
body#top .contact__wrap-title-lead .link__round-btn {
  background-color: var(--brexa-orange);
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 335px;
}
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);
}