@charset "UTF-8";
/*
Theme Name:BREXA Prime
Description:BREXA Prime コーポレートサイトのテーマです。「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: auto;
    top: 40%;
  }
}
body#top .top__kv-title .main-width {
  margin-left: 64px;
}
body#top .top__kv-title p.title {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 24px;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.title {
    font-size: 80px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.title {
    font-size: 60px;
  }
}
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;
  }
}
body#top .top__kv-title p.lead {
  line-height: 1.25;
  margin: 0 0 20px;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.lead {
    font-size: 18px;
  }
}
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-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@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;
  }
}
body#top .top__kv-side {
  display: none;
}
body#top .top__kv-scroll {
  width: clamp(105px, 17.57vw, 240px);
}
body#top .top__kv-scroll::before {
  background-color: #fff;
}
body#top .top__kv-scroll a {
  color: #000;
}
body#top .top__kv-scroll .down_arrow span {
  margin-inline: 0 8px;
}
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.title span {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body#top .top__kv.open .top__kv-title p.lead span {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
body#top .top__kv.open .top__kv-title p.en span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (min-width: 481px) {
  body#top .our_company .main_width {
    margin-block: 100px;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company .main_width {
    margin-block: 60px;
  }
}
body#top .our_company__wrap-lead {
  margin: 0 auto 80px;
  text-align: right;
}
body#top .our_company__wrap-lead p {
  color: var(--brexa-orange);
  font-weight: 700;
  line-height: 1.83333;
  font-size: clamp(24px, 5.76vw, 48px);
}
body#top .our_company__wrap-lead p span {
  line-height: 2.1875;
  font-size: clamp(18px, 3.68vw, 38px);
}
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;
}
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: 100px;
  }
}
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: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-title_left {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-title_left {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-title_right {
    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;
    margin-top: -1em;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  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: 768px) {
  body#top .business__wrap-title {
    display: block;
  }
}
body#top .business__wrap-title p.en::before {
  background-color: #fff;
}
body#top .business__wrap-three_columns {
  width: 100%;
}
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: 35px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1180px;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-three_columns-list {
    gap: 40px;
  }
}
body#top .business__wrap-three_columns-list__item figure {
  margin: 0 auto 50px;
  max-width: 340px;
}
body#top .business__wrap-three_columns-list__item figure img {
  max-width: 100%;
}
body#top .business__wrap-three_columns-list__item dl > dt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58333;
  text-align: center;
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-three_columns-list__item dl > dt {
    letter-spacing: -0.05em;
  }
}
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;
  margin-top: 28px;
}
@media screen and (min-width: 769px) {
  body#top .access .main_width {
    margin-block: 120px;
  }
}
@media screen and (max-width: 768px) {
  body#top .access .main_width {
    margin-block: 75px;
  }
}
@media screen and (min-width: 769px) {
  body#top .access__wrap-in {
    display: grid;
    grid-template-columns: 3.5fr 8fr;
  }
}
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;
  }
}
@media screen and (max-width: 768px) {
  body#top .access__wrap-map {
    margin-top: 30px;
  }
}
body#top .access__wrap-map figure {
  margin-bottom: 20px;
}
body#top .access__wrap-map figure iframe {
  aspect-ratio: 1.76;
  width: 100%;
}
body#top .access__wrap-map dl dt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.77778;
  margin-bottom: 16px;
}
body#top .access__wrap-map dl dd {
  font-size: 16px;
  line-height: 1.5;
}
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.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);
}

#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;
}
#footer .footer__top-address dl dd:not(:first-of-type) {
  margin-top: 1em;
}
#footer .footer__top-address dl dd .indent {
  margin-left: 1em;
}