@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*-------------------------------------------

=header

-------------------------------------------*/
#sigAbout {
  background-color: #d0d0d0;
  color: #000;
}
body#sigAbout.light-bg {
  background-color: #fff;
}
#sigAbout header .nav-wrap a {
  color: #000;
}
#sigAbout header .header__container .logo-normal {
  display: none;
}
#sigAbout header .header__container .logo-black {
  display: block;
}
#sigAbout header .nav-wrap .nav-indicator {
  background: #000;
}
@media screen and (max-width: 1024px) {
  #sigAbout .hamburger__icon, #sigAbout .hamburger__icon:before, #sigAbout .hamburger__icon:after {
    background-color: #000;
  }
  #sigAbout .active .hamburger__icon:before, #sigAbout .active .hamburger__icon:after {
    background-color: #fff;
  }
}
/*-------------------------------------------

=common

-------------------------------------------*/
.about-container .btn a {
  color: #000 !important;
}
.about-container .btn a .txt::after {
  background-color: #000;
}
.about-container .btn a .arrow::before {
  background-color: #000;
}
.about-container .btn a .arrow svg {
  color: #fff !important;
}
/*-------------------------------------------

=hero

-------------------------------------------*/
/* =hero-section
-------------------------------------------*/
.hero-section {
  height: 75svh;
  position: relative;
  background-color: #d0d0d0;
  color: #000;
  overflow: hidden;
}
#sigRecruit .hero-section {
  position: relative;
  background-color: #d0d0d0;
  color: #000;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .hero-section {
    height: auto;
    padding-bottom: 6rem;
  }
}
.hero-section .line {
  --thickness: 40px;
  --pos: 10%;
  --blur: 18px;
  --opacity: 0.95;
  --duration: 6s;
  --delay: 0s;
  position: absolute;
  right: -50%;
  width: 220%;
  height: var(--thickness);
  top: var(--pos);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.0));
  transform: rotate(315deg);
  filter: blur(var(--blur));
  opacity: var(--opacity);
  will-change: transform, opacity;
  animation: sway var(--duration) ease-in-out infinite;
  animation-delay: var(--delay);
  transform-origin: center;
}
.hero-section .line.l1 {
  --thickness: 120px;
  --pos: 8%;
  --blur: 26px;
  --duration: 7.8s;
  --delay: 0s;
  opacity: 0.95;
}
.hero-section .line.l2 {
  --thickness: 48px;
  --pos: 28%;
  --blur: 20px;
  --duration: 6.4s;
  --delay: 0.6s;
  opacity: 0.9;
}
.hero-section .line.l3 {
  --thickness: 24px;
  --pos: 50%;
  --blur: 12px;
  --duration: 8.2s;
  --delay: 1.1s;
  opacity: 0.85;
}
.hero-section .line.l4 {
  --thickness: 200px;
  --pos: 56%;
  --blur: 30px;
  --duration: 4.6s;
  --delay: 1.6s;
  opacity: 0.8;
}
@keyframes sway {
  0% {
    transform: rotate(315deg) translateX(0) translateY(0) rotateZ(0deg);
  }
  25% {
    transform: rotate(315deg) translateX(-8px) translateY(4px) rotateZ(-0.4deg);
  }
  50% {
    transform: rotate(315deg) translateX(-14px) translateY(8px) rotateZ(0.2deg);
  }
  75% {
    transform: rotate(315deg) translateX(-6px) translateY(3px) rotateZ(-0.15deg);
  }
  100% {
    transform: rotate(315deg) translateX(0) translateY(0) rotateZ(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-section .line {
    animation: none;
  }
}
/*-------------------------------------------

=kv / philosophy

-------------------------------------------*/
#about-kv-wrap {
  position: relative;
  background-color: #000;
  color: #fff;
  z-index: 2;
}
#about-kv-wrap video {
  width: 100%;
  height: 100svh;
}
#about-kv-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
}
#about-kv-wrap .about-kv-inner {
  position: absolute;
  left: 2vw;
  bottom: 4vw;
  z-index: 2;
}
#about-kv-wrap .about-kv-inner .section__headline-en {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(6rem, 6vw, 6vw);
  font-weight: 400;
}
#about-kv-wrap .about-kv-inner .section__headline-ja {
  font-style: italic;
}
#about-kv-wrap .about-kv-inner .philosophy-headline {
  font-size: var(--font-size-xxl);
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 599px) {
  #about-kv-wrap .about-kv-inner {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 3rem;
  }
  #about-kv-wrap .about-kv-inner .philosophy-headline {
    font-size: 6vw;
  }
}
/*-------------------------------------------

=about

-------------------------------------------*/
.about-container {
  position: relative;
  z-index: 2;
  transition: var(--transition-light-bg);
}
/*-------------------------------------------

=vision

-------------------------------------------*/
#vision-wrap {
  position: relative;
  padding-top: 20vw;
}
#vision-wrap .loop-txt-group {
  position: absolute;
  top: 0;
  width: 100%;
}
#vision-wrap .loop-txt {
  display: flex;
  width: 100%;
  height: 18vw;
  overflow: hidden;
}
#vision-wrap .loop-txt p {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 18vw;
  font-weight: 700;
  color: rgba(153, 153, 153, 0.3);
  padding-right: 10vw;
  line-height: 1;
}
#vision-wrap .loop-txt p:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}
#vision-wrap .loop-txt p:nth-child(even) {
  animation: loop2 80s linear infinite;
}
#vision-wrap .vision-inner {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
#vision-wrap .vision-inner .vision-item {
  flex: 1;
}
#vision-wrap .vision-inner .vision-item .section__headline-en {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}
#vision-wrap .vision-inner .vision-item .section__headline-ja {
  font-style: italic;
}
#vision-wrap .vision-inner .vision-headline {
  font-size: var(--font-size-xl);
  margin-bottom: 2rem;
}
#vision-wrap .vision-inner .company-name {
  padding-top: 20vw;
}
#vision-wrap .vision-inner .company-name .cn-headline {
  font-size: var(--font-size-lg);
  margin-bottom: 2rem;
}
#vision-wrap .vision-inner .company-name .cn-headline-ja {
  font-size: var(--font-size-xs);
}
#vision-wrap .vision-inner .company-name .cn-description {
  font-size: var(--font-size-xs);
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
#vision-wrap .loop-txt p span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}
#vision-wrap .loop-txt.is-visible p span {
  animation: slideUpAndFadeIn 0.8s forwards;
}
@keyframes slideUpAndFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  #vision-wrap .loop-txt {
    height: 30vw;
  }
  #vision-wrap .loop-txt p {
    font-size: 30vw;
  }
  #vision-wrap .vision-inner .company-name {
    padding-top: 30vw;
  }
}
@media screen and (max-width: 820px) {
  #vision-wrap .vision-inner {
    display: block;
  }
  #vision-wrap .vision-inner .company-name {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 599px) {
  #vision-wrap .vision-inner .vision-text span {
    display: inline;
  }
}
/*-------------------------------------------

=company-profile

-------------------------------------------*/
#sigAbout #company-profile-wrap::before {
  content: "";
  display: block;
  height: 8vw;
  margin-top: -8vw;
  visibility: hidden;
}
/*-------------------------------------------

=company-common

-------------------------------------------*/
ul.company-outline > li {
  border-bottom: solid 1px #262626;
  padding: 25px 0 25px 0;
  display: flex;
  justify-content: flex-start;
}
ul.company-outline > li .head-cell {
  width: 18%;
}
ul.company-outline > li .data-cell {
  flex: 1;
}
ul.company-outline > li .data-cell.flex-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
ul.company-outline > li .data-cell.flex-box .flex-box-l {
  flex: 1;
}
ul.company-outline > li .data-cell.flex-box-2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
}
ul.company-outline > li .btn a {
  left: -10px;
}
@media screen and (max-width: 1024px) {
  ul.company-outline > li .head-cell {
    width: 30%;
  }
}
@media screen and (max-width: 820px) {
  ul.company-outline > li .data-cell.flex-box {
    display: block;
  }
  ul.company-outline > li .data-cell.flex-box-2 {
    display: block;
  }
  ul.company-outline > li .btn {
    margin-top: 2rem;
  }
  ul.company-outline > li .btn a {
    left: 0;
  }
}
/*-------------------------------------------

=message

-------------------------------------------*/
#message-wrap {
  padding: var(--section-padding-base);
  padding-top: 13.333vw;
  display: flex;
  gap: 1.5vw;
}
#message-wrap .message-headline {
  width: 21.135vw;
}
#message-wrap .message-text {
  width: 40.532vw;
  padding-top: 9.22vw;
}
#message-wrap .message-text .message-text-inner {
  width: 31vw;
}
#message-wrap .message-text .text {
  line-height: var(--line-height-wide);
}
#message-wrap .message-image {
  width: 31.333vw;
  margin-left: auto;
}
#message-wrap .message-image .image {
  width: 100%;
  aspect-ratio: 9 / 12.5;
  overflow: hidden;
  border-radius: 0.625rem;
}
#message-wrap .message-image .name {
  max-width: 180px;
  margin-top: 2rem;
  margin-left: auto;
}
#message-wrap .message-image .image .parallax-image-viewport .parallax-target {
  bottom: -10%;
  height: 110%;
}
@media screen and (max-width: 1024px) {
  #message-wrap {
    flex-wrap: wrap;
  }
  #message-wrap .message-headline {
    flex: 1 1 100%;
  }
  #message-wrap .message-text {
    flex: 0 0 50%;
    padding-top: 0;
  }
  #message-wrap .message-text .message-text-inner {
    width: 100%;
  }
  #message-wrap .message-image {
    flex: 0 0 40%;
  }
  #message-wrap .message-image .image .parallax-image-viewport .parallax-target {
    bottom: -15%;
    height: 115%;
  }
}
@media screen and (max-width: 820px) {}
@media screen and (max-width: 599px) {
  #message-wrap {
    flex-direction: column;
    padding-top: 20vw;
  }
  #message-wrap .message-headline {
    order: 1;
    width: 100%;
  }
  #message-wrap .message-text {
    order: 3;
    width: 100%;
    padding-top: 3rem;
  }
  #message-wrap .message-image {
    order: 2;
    width: 100%;
  }
}
/*-------------------------------------------

=management-team-wrap

-------------------------------------------*/
#management-team-wrap {}
#management-team-wrap .m-t-image {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 12;
  overflow: hidden;
  border-radius: 0.625rem;
}
#management-team-wrap .post {
  font-size: var(--font-size-xs);
  margin-top: 2rem;
}