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

body#top .only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body#top .only-pc {
    display: none;
  }
}
body#top .only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  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-scroll {
  max-width: 240px;
  width: auto;
}
body#top .top__kv-scroll::before {
  background-color: #fff;
}
body#top .top__kv-scroll a {
  color: #000;
  padding-inline: 60px;
  white-space: nowrap;
}
body#top .top__kv-scroll .down_arrow span {
  margin-right: 8px;
  margin-left: 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-title {
  bottom: 65px;
}
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;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title .main_width {
    padding-inline: 70px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title .main_width {
    padding-inline: 12px;
  }
}
body#top .top__kv-title__in {
  color: #000;
  display: inline-block;
  height: auto;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  body#top .top__kv-title__in {
    padding: 40px 0 40px 70px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .top__kv-title__in {
    padding: 35px 0 40px 70px;
  }
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title__in {
    margin: -20px 70px 0 -70px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title__in {
    padding: 30px 15px 30px 30px;
    margin: -20px 12px 0 -12px;
  }
}
body#top .top__kv-title__in p {
  position: relative;
  z-index: 105;
}
body#top .top__kv-title__in::before {
  content: "";
  display: block;
  background-color: var(--brexa-orange);
  color: #000;
  display: inline-block;
  z-index: 100;
  --ang: 30deg;
  width: calc(85% - 70px);
  height: calc(100% + 30px);
  --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;
  position: absolute;
  top: -40px;
  left: 0;
}
body#top .top__kv-title p.lead {
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: #000;
  display: inline-block;
  line-height: 1.5;
  z-index: 110;
  --ang: 12deg;
  max-width: 23.5em;
  --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 {
    font-size: 24px;
    padding: 15px 65px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .top__kv-title p.lead {
    font-size: 18px;
    padding: 15px 45px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.lead {
    font-size: 16px;
    padding: 15px 30px;
  }
}
body#top .top__kv-title p.lead span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body#top .top__kv-title p.title {
  color: #fff;
  font-weight: 700;
  line-height: 1.125;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (min-width: 769px) {
  body#top .top__kv-title p.title {
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) 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: 60px;
  }
}
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: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin: 0.75em 0 0;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.en {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.en {
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) {
  body#top .our_company .main_width {
    margin-block: 120px 145px;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company .main_width {
    margin-block: 60px;
  }
}
@media screen and (min-width: 481px) {
  body#top .our_company__wrap {
    display: grid;
    grid-template-columns: 4.8fr 4.6fr;
    gap: 80px;
    margin-right: -30px;
  }
}
body#top .our_company__wrap-title {
  margin-bottom: 55px;
  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-lead__text {
  margin-bottom: 30px;
}
body#top .our_company__wrap-lead__text p:not(:first-of-type) {
  margin-top: 1.5em;
}
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 {
    margin-top: 55px;
    max-width: 525px;
  }
  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_work {
  background-image: url("/wp-content/themes/brexa_velta/images/top/img-our_work-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  overflow: hidden;
}
@media screen and (min-width: 481px) {
  body#top .our_work {
    background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_work {
    background-color: var(--brexa-orange);
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  body#top .our_work .main_width {
    padding-block: 140px 100px;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_work .main_width {
    padding-block: 60px 50px;
  }
}
body#top .our_work__wrap-in {
  display: grid;
}
@media screen and (min-width: 769px) {
  body#top .our_work__wrap-in {
    grid-template-columns: 3fr 7.5fr;
    gap: 190px;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_work__wrap-in {
    gap: 30px;
    margin-bottom: 50px;
  }
}
body#top .our_work__wrap-title p {
  color: #fff;
}
body#top .our_work__wrap-title p.en {
  font-family: "Montserrat";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1024px) {
  body#top .our_work__wrap-title p.en {
    font-size: 60px;
  }
}
@media screen and (max-width: 900px) {
  body#top .our_work__wrap-title p.en {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_work__wrap-title p.en {
    font-size: 44px;
  }
}
body#top .our_work__wrap-title p.en::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  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_work__wrap-title p.en::before {
    height: 14px;
  }
}
body#top .our_work__wrap-title p:not(.en) {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  body#top .our_work__wrap-title p:not(.en) {
    max-width: 490px;
  }
}
body#top .our_work__wrap-title h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (max-width: 1024px) {
  body#top .our_work__wrap-title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#top .our_work__wrap-title h2 {
    font-size: 16px;
  }
}
body#top .our_work__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_work__wrap-title h2 + p {
    margin: 28px 0 0;
  }
}
body#top .our_work__wrap-title a {
  margin: 32px 0 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1.3s;
  transition: 1.3s;
  color: #fff;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  body#top .our_work__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_work__wrap-title a:visited, body#top .our_work__wrap-title a:focus, body#top .our_work__wrap-title a:active {
  color: #fff;
}
body#top .our_work__wrap-title a:hover {
  color: #fff;
}
body#top .our_work__wrap-title a:hover:visited, body#top .our_work__wrap-title a:hover:focus, body#top .our_work__wrap-title a:hover:active {
  color: #fff;
}
body#top .our_work__wrap-title a.arrow__btn span.icon {
  background-color: #fff;
}
body#top .our_work__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);
}
@media screen and (min-width: 769px) {
  body#top .our_work__wrap-title a.arrow__btn span.icon::after {
    right: 20px;
  }
}
body#top .our_work__wrap-title a.arrow__btn span.icon span::before {
  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;
}
body#top .our_work__wrap-title a.arrow__btn span.icon span::after {
  font-size: 0;
}
body#top .our_work__wrap-title a.arrow__btn.underline span.text::after {
  background-color: #fff;
}
body#top .our_work__wrap-title a.arrow__btn:hover.underline {
  color: #fff;
}
body#top .our_work__wrap-lead p {
  color: #fff;
}
@media screen and (min-width: 769px) {
  body#top .our_work__wrap-three_columns {
    margin-top: 160px;
  }
}
body#top .our_work__wrap-three_columns-list {
  display: grid;
  gap: 40px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  body#top .our_work__wrap-three_columns-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .our_work__wrap-three_columns-list {
    grid-template-columns: 1fr 1fr;
  }
}
body#top .our_work__wrap-three_columns-list__item {
  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;
}
body#top .our_work__wrap-three_columns-list__item figure {
  margin: 0;
}
body#top .our_work__wrap-three_columns-list__item figure img {
  max-width: 100%;
}
body#top .our_work__wrap-three_columns-list__item dl > dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58333;
  margin-bottom: 16px;
}
body#top .our_work__wrap-three_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 .our_work__wrap-three_columns-list__item dl > dd p {
  font-size: 16px;
  line-height: 2;
}
body#top .our_work__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;
  margin-top: 28px;
}
body#top .our_work__wrap-three_columns-list__item .arrow__btn span.icon {
  background-color: var(--brexa-orange);
}
body#top .our_work__wrap-three_columns-list__item .arrow__btn span.icon::after {
  background-image: url("/wp-content/themes/brexa_velta/images/top/img-icon01.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 .our_work__wrap-three_columns-list__item .arrow__btn span.icon::after {
    right: 20px;
  }
}
body#top .our_work__wrap-three_columns-list__item .arrow__btn span.icon span::before, body#top .our_work__wrap-three_columns-list__item .arrow__btn span.icon span::after {
  content: none;
}
body#top .our_work__wrap-three_columns-list__item .arrow__btn.underline span.text::after {
  background-color: #000;
}
body#top .our_work__wrap-three_columns-list__item .arrow__btn:hover.underline {
  color: #000;
}
body#top .our_work__wrap-three_columns-list__item-in {
  background-color: #fff;
  padding: 16px 30px 30px;
}
@media screen and (min-width: 481px) {
  body#top .our_work__wrap-three_columns-list__item-in {
    height: 100%;
  }
}
body#top .news__wrap-info--tabhead ul li[data-caterory="5"] {
  display: none;
}
@media screen and (min-width: 481px) {
  body#top .recruit {
    padding-block: 80px 120px;
  }
}
@media screen and (max-width: 480px) {
  body#top .recruit {
    padding-block: 40px 60px;
  }
}
body#top .recruit__wrap {
  background-image: none;
  background-color: var(--brexa-orange);
  padding: 0;
  display: grid;
}
@media screen and (min-width: 1025px) {
  body#top .recruit__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  body#top .recruit__wrap {
    padding: 35px;
  }
}
@media screen and (min-width: 1365.6px) {
  body#top .recruit__wrap-in {
    padding: 75px 115px 80px 75px;
  }
}
@media screen and (max-width: 1365.6px) and (min-width: 1025px) {
  body#top .recruit__wrap-in {
    padding: 75px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  body#top .recruit__wrap-in {
    padding: 75px 60px;
  }
}
@media screen and (max-width: 480px) {
  body#top .recruit__wrap-in {
    margin-bottom: 50px;
  }
}
body#top .recruit__wrap p.en::before {
  background-color: #f0f0f0;
}
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-title {
  margin-bottom: 55px;
}
body#top .recruit__wrap-title h2 {
  margin-top: 0.5em;
}
@media screen and (min-width: 1025px) {
  body#top .recruit__wrap-figure {
    overflow: hidden;
  }
}
body#top .recruit__wrap-figure figure {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  body#top .recruit__wrap-figure figure img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  body#top .recruit__wrap-figure figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
body#top .contact {
  background-color: var(--brexa-bg-gray);
  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: #000;
  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: #000;
  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: #000;
  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: #000;
  border-radius: 50px;
  color: #fff;
  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);
}

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

#footer .footer__top-navi--item.border-top--none {
  border-top: none;
}
#footer .footer__top-navi--item__privacy {
  margin-top: 55px;
  max-width: 102px;
  width: 102px;
}
#footer .footer__top-navi--item__privacy img {
  margin: 0;
}