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

.editor-styles-wrapper__item-titletxt--title h2,
.element__item-titletxt--title h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper__item-titletxt--title h2,
  .element__item-titletxt--title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper__item-titletxt--title h2,
  .element__item-titletxt--title h2 {
    font-size: 24px;
  }
}

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-scroll::before {
  background-color: #fff;
}
body#top .top__kv-scroll a {
  color: var(--brexa-orange);
}
body#top .top__kv-scroll .down_arrow span::before, body#top .top__kv-scroll .down_arrow span::after {
  color: var(--brexa-orange);
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title {
    bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title {
    bottom: 7.5vh;
  }
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title .main_width {
    margin-left: 64px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title .main_width {
    margin-left: 15px;
    margin-bottom: 40px;
    padding: 0 5px;
  }
}
body#top .top__kv-title p.title {
  font-size: clamp(48px, 7.8125vw, 80px);
  font-weight: 700;
  line-height: 1;
  background-color: #000;
  color: #fff;
  margin: 0 0 10px -40px;
  z-index: 110;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  --ang: 12deg;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.title {
    display: block;
    --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;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.title {
    display: grid;
    --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;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 15px 36px;
  }
}
body#top .top__kv-title p.title::before {
  background-color: #000;
}
body#top .top__kv-title p.title span {
  display: inline-block;
}
@media screen and (min-width: 544.6px) {
  body#top .top__kv-title p.title span + span {
    margin: 0 0 0 -0.5em;
  }
}
body#top .top__kv-title p.lead {
  font-size: clamp(18px, 2.60416vw, 24px);
  font-weight: 500;
  line-height: 1.66667;
}
@media screen and (min-width: 481px) {
  body#top .top__kv-title p.lead {
    margin: 0 0 28px;
  }
}
@media screen and (max-width: 480px) {
  body#top .top__kv-title p.lead {
    margin: 0 0 15px;
  }
}
body#top .top__kv-title p.en {
  display: inline-block;
  font-size: clamp(20px, 2.86458vw, 24px);
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
body#top .top__kv.open .top__kv-title p.title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body#top .top__kv.open .top__kv-title p.lead span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body#top .top__kv.open .top__kv-title p.en span {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
body#top .our_company {
  position: relative;
}
@media screen and (max-width: 1220px) and (min-width: 481px) {
  body#top .our_company .main_width {
    margin-left: calc((100vw - 100%) / 2);
  }
}
@media screen and (min-width: 481px) {
  body#top .our_company .main_width {
    margin-right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-block: 140px 160px;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company .main_width {
    padding-block: 65px 40px;
  }
}
@media screen and (min-width: 481px) {
  body#top .our_company__wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 80px;
  }
}
body#top .our_company__wrap-in {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  body#top .our_company__wrap-in {
    max-width: 700px;
    width: 51.244501vw;
  }
}
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 {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 481px) {
  body#top .our_company__wrap-figure {
    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-block: -140px -160px;
    max-width: 39.09224vw;
  }
  body#top .our_company__wrap-figure figure {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
  body#top .our_company__wrap-figure figure img {
    height: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body#top .our_company__wrap-figure {
    margin-top: 30px;
  }
}
body#top .business {
  background-color: var(--brexa-orange);
  position: relative;
}
@media screen and (max-width: 480px) {
  body#top .business .main_width {
    padding-top: 30px;
  }
}
body#top .business__wrap {
  display: block;
  position: relative;
}
@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;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap {
    padding: 0;
  }
}
body#top .business__wrap #insight {
  position: absolute;
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}
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: 85px 0 120px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#top .business__wrap-title {
    padding-block: 60px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-title {
    padding-block: 30px;
  }
}
@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 {
    margin-top: 16px;
    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-in__white-box {
  background-color: #fff;
  max-width: 1200px;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-in__white-box {
    margin: 0 0 100px auto;
    padding: 35px 45px 50px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-in__white-box {
    margin: 0 0 60px auto;
    padding: 35px 15px 50px;
  }
}
body#top .business__wrap-in__white-box h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(24px, 3.90625vw, 36px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-in__white-box h3 {
    margin: 0 0 40px -45px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-in__white-box h3 {
    margin: 0 0 30px -15px;
  }
}
body#top .business__wrap-in__white-box h3::before {
  background-color: var(--brexa-orange);
  content: "";
  display: block;
  --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;
  --ang: 5deg;
  height: 30px;
  width: 60px;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap-in__white-box h3::before {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  body#top .business__wrap-in__white-box h3::before {
    margin-right: 20px;
  }
}
body#top .business__wrap-in__orange-box {
  margin: 0 0 100px auto;
  max-width: 1200px;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-in__orange-box {
    padding-inline: 45px;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-in__orange-box {
    padding-inline: 0;
  }
}
body#top .business__wrap-in__orange-box h3 {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(24px, 3.90625vw, 36px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-in__orange-box h3 {
    margin: 0 0 40px -45px;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-in__orange-box h3 {
    margin: 0 0 30px 0;
  }
}
body#top .business__wrap-in__orange-box h3::before {
  background-color: #fff;
  content: "";
  display: block;
  --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;
  --ang: 5deg;
  height: 30px;
  width: 60px;
}
@media screen and (min-width: 769px) {
  body#top .business__wrap-in__orange-box h3::before {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#top .business__wrap-in__orange-box h3::before {
    margin-right: 20px;
  }
}
body#top .business__wrap .two_columns-list {
  display: grid;
  gap: 40px 50px;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap .two_columns-list {
    grid-template-columns: 1fr 1fr;
  }
}
body#top .business__wrap .two_columns-list__item .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
body#top .business__wrap .two_columns-list__item .text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66667;
}
body#top .business__wrap .two_columns-list__item .arrow__btn {
  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;
  width: 100%;
}
body#top .business__wrap .two_columns-list__item .arrow__btn.underline .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 .arrow__btn.underline:hover .text > *::after {
  width: 100%;
}
body#top .business__wrap .two_columns-list__item figure {
  margin-bottom: 20px;
  position: relative;
}
body#top .business__wrap .two_columns-list__item figure::after {
  -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: translateY(-1px);
          transform: translateY(-1px);
}
body#top .business__wrap .three_columns-list {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 481px) {
  body#top .business__wrap .three_columns-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body#top .business__wrap .three_columns-list__item span.text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
body#top .business__wrap .three_columns-list__item span.text::after {
  background-color: #fff;
}
body#top .business__wrap .three_columns-list__item .arrow__btn {
  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;
  width: 100%;
}
body#top .business__wrap .three_columns-list__item .arrow__btn span.icon {
  background-color: #fff;
}
body#top .business__wrap .three_columns-list__item .arrow__btn span.icon span::before {
  color: #fff;
}
body#top .business__wrap .three_columns-list__item .arrow__btn span.icon span::after {
  color: var(--brexa-orange);
}
body#top .business__wrap .three_columns-list__item figure {
  margin-bottom: 15px;
}
body#top .news__wrap-info--tabhead ul li[data-caterory="5"] {
  display: none;
}
body#top .recruit {
  background-color: var(--brexa-orange);
}
@media screen and (min-width: 481px) {
  body#top .recruit {
    padding-block: 80px 90px;
  }
}
@media screen and (max-width: 480px) {
  body#top .recruit {
    padding-block: 40px 45px;
  }
}
body#top .recruit__wrap {
  background-image: none;
  background-color: #fff;
  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 h2,
body#top .recruit__wrap p,
body#top .recruit__wrap a {
  color: #000;
}
body#top .recruit__wrap a.arrow__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  body#top .recruit__wrap a.arrow__btn {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#top .recruit__wrap a.arrow__btn span.text {
    display: block;
  }
}
body#top .recruit__wrap a.arrow__btn span.text::after {
  background-color: #000;
}
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;
}
body#top .recruit__wrap a.arrow__btn:hover span.icon::before {
  background-color: #000;
}
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-lead {
    letter-spacing: -0.0275em;
  }
}
@media screen and (min-width: 1025px) {
  body#top .recruit__wrap-figure {
    overflow: hidden;
  }
}
body#top .recruit__wrap-figure figure {
  height: 100%;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  body#top .recruit__wrap-figure figure img {
    height: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-transform: translateX(-23.5%);
            transform: translateX(-23.5%);
  }
}
@media screen and (max-width: 1024px) {
  body#top .recruit__wrap-figure figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
body#top .links_area .main_width {
  margin-block: 100px;
}
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 {
  position: relative;
}
@media screen and (min-width: 481px) {
  body#top .links_area__wrap-banners-list__item figure {
    margin: 0;
    max-width: 380px;
  }
}
@media screen and (max-width: 480px) {
  body#top .links_area__wrap-banners-list__item figure {
    margin: 0 auto;
    max-width: min(90%, 380px);
  }
}
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-bg-gray);
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}
body#top .contact__wrap-title {
  margin-bottom: 35px;
  text-align: center;
  overflow: hidden;
}
body#top .contact__wrap-title p {
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: 1s;
  transition: 1s;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
}
body#top .contact__wrap-title h2 {
  display: block;
  font-weight: 700;
  font-size: 20px;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  overflow: hidden;
}
body#top .contact__wrap-title-lead {
  text-align: center;
}
body#top .contact__wrap-title-lead p {
  margin-bottom: 35px;
}
body#top .contact__wrap-title-lead .link__round-btn {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 16px;
  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;
  margin-block: 30px 55px;
}
@media screen and (min-width: 769px) {
  #footer .footer__top-navi--item__sns {
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer__top-navi--item__sns {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
}
#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: 768px) {
  #footer .footer__top-navi--item__privacy {
    margin-inline: auto;
  }
}
#footer .footer__top-navi--item__privacy img {
  margin: 0;
}

@media screen and (max-width: 1365.6px) and (min-width: 1101px) {
  header .header__navi-gnavi > ul {
    font-size: clamp(12px, 1.083333vw, 16px);
  }
}

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