@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  background: #0B0B0B;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding: 0 51px;
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1264px) / 2);
  }
}

.l-page-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-page-inner {
    padding: 0 51px;
  }
}
@media screen and (min-width:1024px) {
  .l-page-inner {
    padding-inline: 30px 0;
  }
}
@media screen and (min-width:1367px) {
  .l-page-inner {
    padding-inline: calc((100vw - 1306px) / 2);
  }
}

.l-wrapper {
  position: relative;
  background: #0B0B0B;
  overflow-x: hidden;
}
.l-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/filter.png) center center/contain repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

.l-section-wrapper {
  position: relative;
  background: #0B0B0B;
}
.l-section-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/filter.png) center center/contain repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.c-link {
  display: block;
  color: inherit;
}
.c-under {
  display: inline-block;
  position: relative;
}
.c-under::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  scale: 0;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .c-under:hover::after {
    scale: 1;
  }
}

.c-head {
  position: relative;
  padding-bottom: clamp(60px, 9.3704245974vw, 128px);
}

.c-head__title {
    position: absolute;
    z-index: -1;
}

.c-head__title-wrap {
  padding-top: clamp(40px, 5.7276720351vw, 78.24px);
  padding-left: clamp(20px, 4.6120058565vw, 63px);
  
}

.p-business__title .c-head__title-en {
  width: clamp(200px, 32.1171303075vw, 438.72px);
  aspect-ratio: 439/67;
}
.p-business__title .c-head__title-ja {
  margin-top: clamp(16px, 2.2049780381vw, 30.12px);
  width: clamp(72px, 6.1229868228vw, 83.64px);
  aspect-ratio: 84/19;
}

.p-company__title .c-head__title-en {
  width: clamp(200px, 33.17715959vw, 453.2px);
  aspect-ratio: 151/27;
}
.p-company__title .c-head__title-ja {
  margin-top: clamp(8px, 0.7342606149vw, 10.03px);
  width: clamp(72px, 6.1127379209vw, 83.5px);
  aspect-ratio: 84/19;
}

.p-recruit__title .c-head__title-en {
  width: clamp(200px, 25.2298682284vw, 344.64px);
  aspect-ratio: 345/67;
}
.p-recruit__title .c-head__title-ja {
  margin-top: clamp(16px, 2.2049780381vw, 29.98px);
  width: clamp(72px, 5.8008784773vw, 79.24px);
  aspect-ratio: 79/18;
}

.p-contact__title .c-head__title-en {
  width: clamp(200px, 28.0409956076vw, 383.04px);
  aspect-ratio: 383/61;
}
.p-contact__title .c-head__title-ja {
  margin-top: clamp(16px, 2.2049780381vw, 30.12px);
  width: clamp(72px, 8.560761347vw, 116.94px);
  aspect-ratio: 117/19;
}

.c-head__bg {
  margin-top: clamp(40px, 5.2928257687vw, 72.3px);
  width: clamp(72px, 95.9004392387vw, 1310px);
  height: clamp(24.7328244275px, 32.9428989751vw, 450px);
  margin-inline: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 16px #000000;
          box-shadow: 0px 10px 16px #000000;
}

.c-head__bg-text {
  margin-top: clamp(-107px, -7.8330893119vw, -20px);
  overflow-x: hidden;
}
.c-head__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  width: 100%;
  height: 82.5px;
}
@media screen and (min-width:768px) {
  .c-head__bg-text .bg-text__wrap {
    height: 165px;
  }
}
.c-head__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 100%;
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
  opacity: 0.8;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media screen and (min-width:1024px) {
  .c-body__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
  }
}

.c-menu {
  position: sticky;
  display: none;
  position: sticky;
  width: 213px;
  height: 100%;
  top: 96px;
  z-index: 3;
}
@media screen and (min-width:1024px) {
  .c-menu {
    display: block;
  }
}
.c-menu .c-link {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-menu .c-link:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.c-menu .c-link.js-active {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-menu .c-link.js-active .c-menu__list-text {
  font-weight: 7600;
}
@media (any-hover: hover) {
  .c-menu .c-link .c-menu__list-text:hover {
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-menu .c-link .c-menu__list-text:hover::after {
    translate: 0 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-menu__list {
  margin-top: 24px;
}

.c-menu__list-link {
  display: block;
}
.c-menu__list-link:nth-of-type(n + 2) {
  margin-top: 26px;
}

.c-menu__list-text {
  display: inline-block;
  color: #FDF9F2;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.75px;
  font-weight: 500;
  border-bottom: 1px solid #FDF9F2;
  position: relative;
}
.c-menu__list-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: -36px;
  width: 24px;
  height: 24px;
  background: url("../images/menu-arrow.png") center/contain no-repeat;
    -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (min-width:1024px) {
  .c-content {
    padding-left: 40px;
  }
}
@media screen and (min-width:1200px) {
  .c-content {
    padding-left: 100px;
  }
}





.c-breadcrumb__wrap {
  padding-top: 92px;
  margin-left: 30px;
  position: relative;
  z-index: 4;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb a {
  color: inherit;
  padding: 0;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-arrow {
  margin-left: 21.82px;
  margin-right: 15.55px;
  width: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}






.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 19.7px;
  right: 20px;
  width: 33px;
  height: 37.4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .drawer__icon {
    right: 52.7px;
  }
}

.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFFFFF;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFFFFF;
}
.drawer__icon.js-show .drawer__icon-text {
  color: #FFFFFF;
}

.drawer__icon-bar {
  width: 33px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__icon-bar:nth-of-type(n + 2) {
  margin-top: 6px;
}

.drawer__icon-text {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  color: #eff0ef;
  font-size: 11px;
  line-height: 1.5454545455;
  font-weight: 700;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #0B0B0B;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer .p-menu__btn {
  margin-inline: 50px;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}

.drawer.js-show {
  translate: 0;
}

.drawer__menu-list {
  margin-top: 150px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .c-link:nth-of-type(n + 2) {
  margin-top: 24px;
}
.drawer__menu-list .p-header__menu-text {
  font-size: 16px;
  color: #FFFFFF;
}

.sp-hidden br {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden br {
    display: block;
  }
}

.sp-hidden--first br:first-of-type {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--first br:first-of-type {
    display: block;
  }
}

.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl br {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden br {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden--first br:first-of-type {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden--second br:nth-of-type(2) {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .xl-hidden br {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .xxl-hidden br {
    display: none;
  }
}