@charset "UTF-8";
/*
Theme Name:BREXA Advan
Description:BREXA Advan コーポレートサイトのテーマです。「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);
}
body#top .top__kv-side {
  display: none;
}
body#top .top__kv-title {
  margin-inline: 42px;
  bottom: auto;
  width: calc(100% - 72px);
  z-index: 100;
}
@media screen and (min-width: 769px) {
  body#top .top__kv-title {
    top: 235px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .top__kv-title {
    top: 400px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title {
    top: 480px;
  }
}
body#top .top__kv-title .main_width {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body#top .top__kv-title__in {
  background-color: #fff;
  color: #000;
  display: inline-block;
  z-index: 100;
  --ang: 23deg;
  --dx: calc(tan(var(--ang, 12deg)) * var(--h, 180px));
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--dx)) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - var(--dx)) 100%, 0 100%);
  position: relative;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title__in {
    margin-left: -42px;
    padding: 40px 45px 40px 60px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title__in {
    margin-left: -46px;
    padding: 30px;
  }
}
body#top .top__kv-title p.lead {
  background-color: var(--brexa-orange);
  color: #fff;
  display: inline-block;
  font-size: clamp(12px, 2.08333vw, 18px);
  line-height: 1.5;
  padding: 15px 65px;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  z-index: 110;
  --ang: 7deg;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --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 p.lead {
    margin: -24px 0 0;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.lead {
    margin: -14px -20px 0;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.lead {
    padding: 14px 26px;
  }
}
body#top .top__kv-title p.lead::before {
  background-color: #000;
}
body#top .top__kv-title p.lead span {
  display: inline-block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
body#top .top__kv-title p.title {
  color: #000;
  font-size: clamp(48px, 7.29166vw, 85px);
  font-weight: 700;
  line-height: 1.125;
}
body#top .top__kv-title p.title span {
  display: block;
}
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(14px, 2.60416vw, 24px);
  font-weight: 600;
  line-height: 1;
  margin: 0.75em 0 0;
}
body#top .business {
  position: relative;
}
@media screen and (min-width: 769px) {
  body#top .business {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  body#top .business {
    padding-top: 50px;
  }
}
body#top .business .main_width {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1250px) {
  body#top .business .main_width {
    margin-inline: 0;
  }
}
@media screen and (min-width: 769px) {
  body#top .business__wrap {
    display: block;
  }
}
body#top .business__wrap-in {
  display: grid;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-in {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-in {
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-in {
    margin-bottom: 65px;
  }
}
body#top .business__wrap-title {
  padding: 0;
  width: 100%;
}
body#top .business__wrap-lead {
  margin-top: 12px;
}
body#top .business__wrap-lead__title h3 {
  color: var(--brexa-orange);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-lead__title h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-lead__title h3 {
    font-size: 42px;
  }
}
body#top .business__wrap-lead__title h3 span {
  color: #000;
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-lead__title h3 span {
    line-height: 2.14285;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-lead__title h3 span {
    line-height: 1.25;
  }
}
body#top .business__wrap-lead__title + p {
  letter-spacing: -0.025em;
  margin-top: 30px;
}
body#top .business__wrap-lead .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 {
  position: relative;
}
body#top .business__wrap-two_columns__bg {
  mix-blend-mode: multiply;
  display: block !important;
  overflow: hidden;
  left: -10.75vw;
  min-width: 121.5vw;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-45vw);
          transform: translateY(-45vw);
  width: 121.5vw;
  z-index: 1;
}
@media screen and (min-width: 1251px) {
  body#top .business__wrap-two_columns__bg {
    margin-inline: calc((100vw - 100%) / 2 * -1);
  }
}
@media screen and (max-width: 1250px) {
  body#top .business__wrap-two_columns__bg {
    margin-inline: -30px;
    padding-inline: 30px;
  }
}
body#top .business__wrap-two_columns__bg img {
  min-width: 100%;
}
body#top .business__wrap-two_columns__bg-orange {
  top: 65px;
  left: 0;
  height: 100%;
  background-color: var(--brexa-orange);
  position: absolute;
}
@media screen and (min-width: 1251px) {
  body#top .business__wrap-two_columns__bg-orange {
    margin-inline: calc((100vw - 100%) / 2 * -1);
    width: 100vw;
  }
}
@media screen and (max-width: 1250px) {
  body#top .business__wrap-two_columns__bg-orange {
    margin-inline: -30px;
    padding-inline: 30px;
    width: calc(100vw + 30px);
  }
}
body#top .business__wrap-two_columns-list {
  display: grid;
  margin-inline: auto;
  max-width: 1220px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-two_columns-list {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .business__wrap-two_columns-list {
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-two_columns-list {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-two_columns-list__item {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .business__wrap-two_columns-list__item {
    max-width: 500px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-two_columns-list__item {
    max-width: 90%;
  }
}
body#top .business__wrap-two_columns-list__item figure {
  margin: 0;
}
body#top .business__wrap-two_columns-list__item a {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin-inline: auto;
  width: 94.0171%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-two_columns-list__item a {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-two_columns-list__item a {
    padding: 30px 20px;
  }
}
body#top .business__wrap-two_columns-list__item a span.text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
body#top .business__wrap-two_columns-list__item a span.icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--brexa-orange);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 16px;
  width: 24px;
  height: 24px;
}
body#top .business__wrap-two_columns-list__item a span.icon::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4em;
  content: "";
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}
body#top .business__wrap-two_columns-list__item a span.icon span::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body#top .business__wrap-two_columns-list__item a::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;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  body#top .business__wrap-two_columns-list__item a.underline span.text::after {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-color: #000;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: 2px;
  }
  body#top .business__wrap-two_columns-list__item a:hover span.icon span::after {
    opacity: 0.8;
    padding: 0 0 0 1em;
  }
  body#top .business__wrap-two_columns-list__item a:hover.underline {
    color: #000;
  }
  body#top .business__wrap-two_columns-list__item a:hover.underline span.text {
    position: relative;
  }
  body#top .business__wrap-two_columns-list__item a:hover.underline span.text::after {
    width: 100%;
  }
}
body#top .our_company {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  body#top .our_company {
    margin-block: 125px 105px;
  }
  body#top .our_company__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body#top .our_company__wrap-title {
    width: 51.23%;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_company {
    margin-block: 50px 40px;
  }
  body#top .our_company__wrap {
    padding: 48px 0 44px;
  }
}
body#top .our_company__wrap {
  display: block;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  body#top .our_company__wrap-title {
    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";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
}
@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 {
  -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;
  -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;
  }
}
body#top .our_company__wrap-figure {
  position: absolute;
  margin-inline: auto 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  body#top .our_company__wrap-figure {
    top: -120px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .our_company__wrap-figure {
    top: -60px;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company__wrap-figure {
    display: none;
  }
}
@media screen and (min-width: 1385px) {
  body#top .our_company__wrap-figure figure {
    max-width: 670px;
    width: 100%;
  }
}
@media screen and (max-width: 1384px) {
  body#top .our_company__wrap-figure figure {
    margin-inline: auto 0;
    max-width: calc(49.04832% - 15px);
    width: 100%;
  }
}
body#top .our_strengths {
  background-color: var(--brexa-orange);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  body#top .our_strengths {
    margin-top: 115px;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_strengths {
    margin-top: 30px;
  }
}
body#top .our_strengths__wrap {
  display: grid;
}
@media screen and (min-width: 769px) {
  body#top .our_strengths__wrap {
    grid-template-columns: 0.46fr 1fr;
    gap: 50px;
    padding: 70px 75px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .our_strengths__wrap {
    padding: 55px 45px;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_strengths__wrap {
    padding: 30px 25px;
  }
}
body#top .our_strengths__wrap-title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top .our_strengths__wrap-title {
    margin: 0 0 30px;
  }
}
body#top .our_strengths__wrap-title p.en {
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  body#top .our_strengths__wrap-title p.en {
    font-size: 40px;
  }
}
body#top .our_strengths__wrap-title p.en::before {
  background-color: var(--brexa-bg-gray);
  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_strengths__wrap-title p.en::before {
    height: 14px;
  }
}
body#top .our_strengths__wrap-title h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  body#top .our_strengths__wrap-title h3 {
    font-size: 18px;
  }
}
body#top .our_strengths__wrap-title a {
  margin: 32px 0 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  body#top .our_strengths__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_strengths__wrap-contents__lead {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: 50px;
}
body#top .our_strengths__wrap-contents__list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  body#top .our_strengths__wrap-contents__list {
    grid-template-columns: 1fr 1fr;
  }
}
body#top .our_strengths__wrap-contents__list li a {
  background-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;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  padding: 24px 20px;
}
body#top .news__wrap-info--tabhead ul li[data-caterory="5"] {
  display: none;
}
body#top .links_area {
  background-image: url("/wp-content/themes/brexa_advan/images/top/img-links_area-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 769px) {
  body#top .links_area .main_width {
    padding-block: 80px;
  }
}
@media screen and (max-width: 768px) {
  body#top .links_area .main_width {
    padding-block: 50px;
  }
}
body#top .links_area__wrap-two_columns-list {
  display: grid;
  gap: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  place-items: center;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  body#top .links_area__wrap-two_columns-list {
    grid-template-columns: 1fr 1fr;
  }
}
body#top .links_area__wrap-two_columns-list__item {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 481px) {
  body#top .links_area__wrap-two_columns-list__item {
    max-width: 385px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 480px) {
  body#top .links_area__wrap-two_columns-list__item {
    max-width: 90%;
    padding: 25px 15px;
  }
}
body#top .links_area__wrap-two_columns-list__item figure {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}
body#top .links_area__wrap-two_columns-list__item figure img {
  display: inline-block;
}
@media screen and (min-width: 481px) {
  body#top .links_area__wrap-two_columns-list__item figure.adnas img {
    max-width: 320px;
    padding-block: 8.5px;
  }
  body#top .links_area__wrap-two_columns-list__item figure.navi img {
    max-width: 171px;
  }
}
@media screen and (max-width: 480px) {
  body#top .links_area__wrap-two_columns-list__item figure.adnas img, body#top .links_area__wrap-two_columns-list__item figure.navi img {
    max-width: 100%;
  }
  body#top .links_area__wrap-two_columns-list__item figure.navi img {
    max-height: 15.46933vw;
  }
}
body#top .links_area__wrap-two_columns-list__item p {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
body#top .links_area__wrap-two_columns-list__item p span.text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  body#top .links_area__wrap-two_columns-list__item p span.text {
    letter-spacing: -0.02em;
  }
}
body#top .links_area__wrap-two_columns-list__item p span.icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--brexa-orange);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  width: 24px;
  height: 24px;
}
body#top .links_area__wrap-two_columns-list__item p span.icon::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4em;
  content: "";
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}
body#top .links_area__wrap-two_columns-list__item p span.icon span::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: block;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  body#top .links_area__wrap-two_columns-list__item p.underline span.text::after {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-color: #000;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: 2px;
  }
  body#top .links_area__wrap-two_columns-list__item p:hover span.icon span::after {
    opacity: 0.8;
    padding: 0 0 0 0.5em;
  }
  body#top .links_area__wrap-two_columns-list__item p:hover.underline {
    color: #000;
  }
  body#top .links_area__wrap-two_columns-list__item p:hover.underline span.text {
    position: relative;
  }
  body#top .links_area__wrap-two_columns-list__item p:hover.underline span.text::after {
    width: 100%;
  }
}
body#top .links_area__wrap-two_columns-list__item a {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
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: clamp(16px, 2.60416vw, 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.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);
}

.content .wpcf7-list-item {
  margin: 0 0 0 2em;
}
.content .wpcf7-list-item.first {
  margin: 0;
}
.content .checkbox__wrap label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .checkbox__wrap label:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px #949494 solid;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 375.6px) {
  .content .checkbox__wrap label:before {
    font-size: 10px;
  }
}
.content .checkbox__wrap label:has(input:checked):before {
  background-color: #e03100;
}
.content .checkbox__wrap input {
  position: absolute;
  opacity: 0;
}
.content .radio__wrap label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .radio__wrap label:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px #949494 solid;
  border-radius: 50%;
  content: "●";
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 375.6px) {
  .content .radio__wrap label:before {
    font-size: 10px;
  }
}
.content .radio__wrap label:has(input:checked):before {
  color: #e03100;
}
.content .radio__wrap input {
  position: absolute;
  opacity: 0;
}

#footer .footer__top-navi--item__sns {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  margin-block: 30px 55px;
}
@media screen and (max-width: 480px) {
  #footer .footer__top-navi--item__sns {
    margin-left: calc((100vw - 100%) / 2 * -1 + 15px);
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100vw;
  }
}
#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;
}
@media screen and (max-width: 480px) {
  #footer .footer__top-navi--item__privacy {
    margin-inline: auto;
  }
}
#footer .footer__top-navi--item__privacy img {
  margin: 0;
}
@media screen and (max-width: 480px) {
  #footer .footer__top-navi--item.item__privacy-policy {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer__top-address {
    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;
  }
  #footer .footer__top-address__text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

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%);
}