@charset "UTF-8";
/*
Theme Name:BREXA Communications
Description:BREXA Communications コーポレートサイトのテーマです。「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;
  }
}
body#top .top__kv::before {
  background: var(--brexa-orange);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 35.87vw;
  z-index: 3;
}
body#top .top__kv.open::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  left: 0;
  right: auto;
}
body#top .top__kv-title {
  z-index: 100;
}
@media screen and (min-width: 769px) {
  body#top .top__kv-title {
    bottom: auto;
    top: 235px;
  }
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title {
    margin-inline: 42px;
    width: calc(100% - 72px);
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title {
    margin-inline: 10px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title .main_width {
    padding-inline: 0;
  }
}
body#top .top__kv-title__in {
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin-top: -10px;
  z-index: 100;
  --dx: calc(tan(var(--ang, 12deg)) * var(--h, 180px));
  -webkit-clip-path: polygon(var(--dx) 0, 100% 0, calc(100% - var(--dx)) 100%, 0 100%);
          clip-path: polygon(var(--dx) 0, 100% 0, calc(100% - var(--dx)) 100%, 0 100%);
  position: relative;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title__in {
    --ang: 12deg;
    padding: 25px 65px 15px 65px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title__in {
    --ang: 6deg;
    padding: 15px 35px;
  }
}
body#top .top__kv-title p.lead {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: clamp(14px, 2.60417vw, 24px);
  line-height: 1.5;
  margin: 0;
  padding: 15px 65px;
  z-index: 110;
  --ang: 12deg;
  --dx: calc(tan(var(--ang, 12deg)) * var(--h, 180px));
  -webkit-clip-path: polygon(var(--dx) 0, 100% 0, calc(100% - var(--dx)) 100%, 0 100%);
          clip-path: polygon(var(--dx) 0, 100% 0, calc(100% - var(--dx)) 100%, 0 100%);
  position: relative;
}
@media screen and (min-width: 769px) {
  body#top .top__kv-title p.lead {
    --ang: 12deg;
  }
}
@media screen and (max-width: 768px) {
  body#top .top__kv-title p.lead {
    --ang: 6deg;
    padding: 15px 35px;
  }
}
body#top .top__kv-title p.lead::before {
  background-color: #000;
}
body#top .top__kv-title p.lead span {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
body#top .top__kv-title p.title {
  color: #000;
  font-size: clamp(22px, 7.29166vw, 70px);
  font-weight: 700;
  line-height: 1;
}
body#top .top__kv-title p.title span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@media screen and (min-width: 897px) {
  body#top .top__kv-title p.title span + span {
    margin-left: -0.5em;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body#top .top__kv-title p.title span + span {
    margin-top: 0;
  }
}
body#top .top__kv-title p.en {
  color: var(--brexa-orange);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 2.604167vw, 24px);
  font-weight: 600;
  line-height: 1.25;
  margin: 0.5em 0 0;
}
@media screen and (min-width: 539px) {
  body#top .top__kv-scroll {
    width: 17.56954%;
  }
}
@media screen and (max-width: 538px) and (min-width: 481px) {
  body#top .top__kv-scroll {
    width: 22.5%;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-scroll {
    width: 28%;
  }
}
body#top .top__kv-scroll::before {
  background-color: #fff;
}
body#top .top__kv-scroll a {
  color: #000;
  height: 60px;
}
body#top .top__kv-scroll .down_arrow span {
  margin: 0 8px 0 0;
}
body#top .top__kv-scroll .down_arrow span::before, body#top .top__kv-scroll .down_arrow span::after {
  color: var(--brexa-orange);
}
body#top .top__kv.open .top__kv-title p.lead span {
  -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.title span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .top__kv.open .top__kv-title p.en span {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
@media screen and (min-width: 1025px) {
  body#top .our_company .main_width {
    margin-block: 210px 120px;
  }
}
@media screen and (max-width: 1024px) 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: 40px;
  }
}
body#top .our_company__wrap-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 1185px) {
  body#top .our_company__wrap-lead {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1184px) and (min-width: 481px) {
  body#top .our_company__wrap-lead {
    margin-top: -150px;
  }
}
@media screen and (max-width: 1024px) {
  body#top .our_company__wrap-lead {
    position: relative;
    margin-block: 0 44px;
  }
}
@media screen and (min-width: 481px) {
  body#top .our_company__wrap-lead {
    margin-left: 14%;
  }
}
body#top .our_company__wrap-lead__text, body#top .our_company__wrap-lead__title {
  background-color: var(--brexa-orange);
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  padding: 0.25em 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  --ang: 8deg;
  --dx: calc(tan(var(--ang, 12deg)) * var(--h, 180px));
  -webkit-clip-path: polygon(var(--dx) 0, 100% 0, calc(100% - var(--dx)) 100%, 0 100%);
          clip-path: polygon(var(--dx) 0, 100% 0, calc(100% - var(--dx)) 100%, 0 100%);
  position: relative;
}
@media screen and (min-width: 1297px) {
  body#top .our_company__wrap-lead__text, body#top .our_company__wrap-lead__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1296px) {
  body#top .our_company__wrap-lead__text, body#top .our_company__wrap-lead__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1184px) {
  body#top .our_company__wrap-lead__text, body#top .our_company__wrap-lead__title {
    font-size: 16px;
  }
}
body#top .our_company__wrap-lead__text span {
  display: block;
}
@media screen and (min-width: 1297px) {
  body#top .our_company__wrap-lead__title {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1296px) {
  body#top .our_company__wrap-lead__title {
    margin-top: 16px;
  }
}
body#top .our_company__wrap-lead__title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 1297px) {
  body#top .our_company__wrap-lead__title h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1296px) {
  body#top .our_company__wrap-lead__title h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1184px) {
  body#top .our_company__wrap-lead__title h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-lead__title h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company__wrap-lead__title h3 {
    font-size: 26px;
  }
}
@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;
}
@media screen and (min-width: 769px) {
  body#top .our_company__wrap-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
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;
  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);
}
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: 60px;
  }
}
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-block: 60px;
  }
}
@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:visited, body#top .business__wrap-title a:active, body#top .business__wrap-title a:focus {
  color: #fff;
}
body#top .business__wrap-title a span.text {
  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-three_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;
}
body#top .business__wrap-three_columns-list {
  display: grid;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-three_columns-list {
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1220px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .business__wrap-three_columns-list {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-three_columns-list {
    gap: 20px;
  }
}
body#top .business__wrap-three_columns-list__item {
  background-color: #fff;
  padding: 8px 8px 30px;
}
body#top .business__wrap-three_columns-list__item figure {
  margin: 0 auto;
}
body#top .business__wrap-three_columns-list__item figure img {
  max-width: 100%;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-three_columns-list__item dl {
    display: grid;
    grid-template-rows: 1.25fr 1fr;
  }
}
body#top .business__wrap-three_columns-list__item dl > dt {
  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;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-three_columns-list__item dl > dt {
    margin-bottom: 1em;
  }
}
body#top .business__wrap-three_columns-list__item dl > dd p {
  font-size: 16px;
  line-height: 1.875;
}
body#top .business__wrap-three_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;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  margin-top: 28px;
}
body#top .business__wrap-three_columns-list__item-in {
  background-color: #fff;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-three_columns-list__item-in {
    display: grid;
    grid-template-rows: 4fr 1fr;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-three_columns-list__item-in {
    padding: 20px 20px 0;
  }
}
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-three_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-image: url("/wp-content/themes/brexa_communications/images/top/img-recruit-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 769px) {
  body#top .recruit {
    background-size: 100% auto;
    padding-block: 185px 180px;
  }
}
@media screen and (max-width: 768px) {
  body#top .recruit {
    background-size: auto 100%;
    padding-block: 60px;
  }
}
body#top .recruit__wrap {
  background-image: none;
}
@media screen and (min-width: 481px) {
  body#top .recruit__wrap {
    padding: 105px 75px 75px;
  }
}
@media screen and (max-width: 480px) {
  body#top .recruit__wrap {
    padding: 60px 40px 50px;
  }
}
body#top .recruit__wrap-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body#top .recruit__wrap p.en::before {
  top: -16px;
  position: absolute;
}
body#top .recruit__wrap-title {
  color: #fff;
}
@media screen and (min-width: 769px) {
  body#top .recruit__wrap-title {
    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: 481px) {
  body#top .recruit__wrap-title_left {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  body#top .recruit__wrap-title_left {
    margin-bottom: 24px;
    width: 100%;
  }
}
body#top .recruit__wrap-title_right p {
  line-height: 1.875;
}
body#top .recruit__wrap-title_right p:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (min-width: 481px) {
  body#top .recruit__wrap-title_right {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  body#top .recruit__wrap-title_right {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body#top .recruit__wrap-title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body#top .recruit__wrap-title {
    display: block;
  }
}
body#top .recruit__wrap 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 .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 (min-width: 1025px) {
  body#top .recruit__wrap a.arrow__btn:hover {
    color: #fff;
  }
  body#top .recruit__wrap a.arrow__btn:hover span.icon {
    color: var(--brexa-orange);
  }
  body#top .recruit__wrap a.arrow__btn:hover span.icon::before {
    background-color: #fff;
  }
}
body#top .links_area .main_width {
  margin-block: 80px;
}
body#top .links_area__wrap-banners {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
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: 40px;
  }
}
@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%;
}
body#top .links_area__wrap-banners-list__item figure {
  margin: 0;
  position: relative;
}
body#top .links_area__wrap-banners-list__item figure img {
  max-width: 100%;
}
body#top .links_area__wrap-banners-list__item figure figcaption {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 0.5em;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body#top .links_area__wrap-banners-list__item {
    max-width: 380px;
  }
}
body#top .links_area__wrap.up .links_area__wrap-banners {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#top .contact {
  background-color: var(--brexa-orange);
  overflow: hidden;
  position: relative;
  padding: 75px 0 120px;
}
body#top .contact__wrap-title {
  margin-bottom: 32px;
  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: bold;
  font-size: 54px;
  line-height: 1.125;
  opacity: 0;
  overflow: hidden;
  margin-bottom: 24px;
}
body#top .contact__wrap-title h2 {
  color: #fff;
  display: block;
  font-weight: 700;
  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 {
  color: #fff;
  font-size: 22px;
  line-height: 1.36363;
  text-align: center;
}
body#top .contact__wrap-title-lead p {
  margin-bottom: 40px;
}
body#top .contact__wrap-title-lead .link__round-btn {
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  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);
}
body#top .link__round-btn__generic-purpose {
  background-color: #fff;
  border-radius: 50px;
  border: 1px #949494 solid;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 295px;
  padding: 17px 3em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body#top .link__round-btn__generic-purpose:hover {
  color: #e03100;
}
body#top .link__round-btn__generic-purpose:hover .slide_icon span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body#top .link__round-btn__generic-purpose:hover .slide_icon span::after {
  -webkit-transform: translate(200%, -50%);
          transform: translate(200%, -50%);
}
body#top .link__round-btn__generic-purpose span.slide_icon {
  display: block !important;
  height: 1.125em;
  overflow: hidden;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 1.125em;
}
body#top .link__round-btn__generic-purpose span.slide_icon span::before, body#top .link__round-btn__generic-purpose span.slide_icon span::after {
  color: #e03100;
  content: "\e902";
  font-family: "icomoon";
  font-size: 90%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 50%;
  line-height: 1;
  position: absolute;
  speak: none;
  text-transform: none;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
body#top .link__round-btn__generic-purpose span.slide_icon span::before {
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}

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

#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.border-top--none {
  border-top: none;
}
#footer .footer__top-navi--item__privacy {
  max-width: 102px;
  width: 102px;
}
#footer .footer__top-navi--item__privacy img {
  margin: 0;
}