<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
/*------------------------------*/
.mv {
  overflow: hidden;
  background-color: #e6e9ee;
  height: 100lvh;
  width: 100%;
  position: relative;
}
.mv .loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #333;
}
.mv #canvas {
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100lvh;
}
.mv .copy {
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: var(--main);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 2.5rem;
  padding-left: 5vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv .copy {
    row-gap: min(1.5rem, 20px);
    padding-left: 1.5rem;
    justify-content: flex-end;
    padding-bottom: 10vh;
  }
}
.mv .copy p.main &gt; span {
  font-size: 4.8rem;
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-inline: 0.25em 0.1em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mv .copy p.main &gt; span {
    font-size: min(3.6rem, 40px);
  }
}
.mv .copy p.en {
  font-size: 1.8rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .mv .copy p.en {
    font-size: min(1.4rem, 20px);
    margin-top: 0.5rem;
  }
}

/*------------------------------*/
.lead {
  overflow: hidden;
}
.lead .lead-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding-block: 14rem 12rem;
}
@media screen and (max-width: 767px) {
  .lead .lead-wrap {
    flex-direction: column-reverse;
    padding-block: 6rem;
  }
}
.lead .lead-wrap .figure {
  position: relative;
  width: calc(50% - 6rem);
}
@media screen and (max-width: 767px) {
  .lead .lead-wrap .figure {
    width: 70%;
    margin-top: 6rem;
  }
}
.lead .lead-wrap .figure #lottie {
  position: relative;
  z-index: 1;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.lead .lead-wrap .figure img:last-of-type {
  position: absolute;
  z-index: 0;
  bottom: -4rem;
  -webkit-animation: shadow 5s ease-in-out infinite;
          animation: shadow 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .lead .lead-wrap .figure img:last-of-type {
    bottom: -2rem;
  }
}
.lead .lead-wrap .text {
  flex-shrink: 0;
  width: 50%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .lead .lead-wrap .text {
    width: 100%;
    white-space: wrap;
  }
}
.lead .lead-wrap .text p.readText {
  line-height: 2.2;
}
.lead .lead-wrap .text p.readText + p {
  margin-top: 1.5lh;
}
@media screen and (max-width: 767px) {
  .lead .lead-wrap .text p.readText + p {
    margin-top: 1lh;
  }
}
.lead .slide-wrap {
  display: flex;
}
.lead .slide-wrap .slide-grid {
  flex-shrink: 0;
  display: flex;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
  padding-right: 3.125vw;
  -webkit-animation: slideLeft 60s linear infinite;
          animation: slideLeft 60s linear infinite;
}
@media screen and (max-width: 767px) {
  .lead .slide-wrap .slide-grid {
    -webkit-animation: slideLeft 40s linear infinite;
            animation: slideLeft 40s linear infinite;
  }
}
.lead .slide-wrap .slide-grid img {
  width: 29.6875vw;
  aspect-ratio: 475/320;
}
@media screen and (max-width: 767px) {
  .lead .slide-wrap .slide-grid img {
    width: 48vw;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shadow {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes shadow {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.95);
  }
}
/*------------------------------*/
.about {
  padding-block: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about {
    padding-block: 6rem;
  }
}
.about .sectionTitle p.en {
  font-size: 6rem;
  letter-spacing: 0.05em;
}
.about .sectionTitle p.en span:first-child {
  font-weight: 700;
  color: var(--main);
}
.about .sectionTitle h2 {
  font-weight: 500;
  margin-top: 0.5em;
}
.about .about-wrap {
  margin-top: 4rem;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.about .about-wrap ul {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .about .about-wrap ul {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.about .about-wrap ul li {
  flex-shrink: 0;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .about .about-wrap ul li {
    width: 100%;
  }
}
.about .about-wrap ul li a .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .about .about-wrap ul li a .title-wrap {
    margin-top: 1.5rem;
  }
}
.about .about-wrap ul li a .title-wrap .text {
  font-weight: 700;
}
.about .about-wrap ul li a .title-wrap .text p.en {
  font-size: 1.4rem;
  color: var(--main);
}
.about .about-wrap ul li a .title-wrap .text p.ja {
  font-size: 1.8rem;
  line-height: 2;
}
.about .about-wrap .pagination {
  position: absolute;
  right: 0;
  bottom: calc(100% + 4.5rem);
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .about .about-wrap .pagination {
    display: none;
  }
}
.about .about-wrap .pagination::after {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: #2e2e2e;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: translate 0.1s ease;
}
.about .about-wrap .pagination:has(#page-1.active)::after {
  translate: 5rem 0;
}
.about .about-wrap .pagination:has(#page-2.active)::after {
  translate: 10rem 0;
}
.about .about-wrap .pagination button {
  font-size: 2.1rem;
  font-weight: 700;
  color: #a9a9a9;
  width: 3rem;
  text-align: center;
}
.about .about-wrap .pagination button.active {
  color: #2e2e2e;
}

/*------------------------------*/
.special {
  padding-block: 10rem;
  background-color: #4d4b4b;
}
@media screen and (max-width: 767px) {
  .special {
    padding-block: 6rem;
  }
}
.special .sectionTitle {
  color: #fff;
}
.special .sectionTitle p.en {
  font-size: 6rem;
  letter-spacing: 0.05em;
}
.special .sectionTitle p.en span:first-child {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .special .sectionTitle p.en {
    line-height: 1;
  }
}
.special .sectionTitle h2 {
  font-weight: 500;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .special .sectionTitle h2 {
    margin-top: 1em;
  }
}
.special .special-wrap {
  margin-top: 5rem;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow-x: all;
}
.special .special-wrap ul {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .special .special-wrap ul {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.special .special-wrap ul li {
  flex-shrink: 0;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .special .special-wrap ul li {
    width: 100%;
  }
}
.special .special-wrap ul li a .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .special .special-wrap ul li a .title-wrap {
    margin-top: 1.5rem;
  }
}
.special .special-wrap ul li a .title-wrap .text {
  font-weight: 700;
  color: #fff;
}
.special .special-wrap ul li a .title-wrap .text p.en {
  font-size: 1.4rem;
}
.special .special-wrap ul li a .title-wrap .text p.ja {
  font-size: 1.8rem;
  line-height: 2;
}
.special .special-wrap ul li a.comingsoon {
  pointer-events: none;
}
.special .special-wrap ul li a.comingsoon .image {
  position: relative;
}
.special .special-wrap ul li a.comingsoon .image::after {
  content: "- Coming soon -";
  font-size: 2.4rem;
  font-weight: 400;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5019607843);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5019607843);
}
@media screen and (max-width: 767px) {
  .special .special-wrap ul li a.comingsoon .image::after {
    font-size: 2rem;
  }
}
.special .special-wrap ul li a.comingsoon .title-wrap .text {
  font-weight: 700;
  opacity: 0.25;
}
.special .special-wrap ul li a.comingsoon .borderLink {
  opacity: 0.25;
}

/*------------------------------*/
.job {
  padding-block: 10rem;
  background-color: var(--main);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .job {
    padding-block: 6rem;
  }
}
.job .inner {
  position: relative;
  z-index: 2;
}
.job .sectionTitle {
  color: #fff;
}
.job .sectionTitle p.en {
  font-size: 6rem;
  letter-spacing: 0.05em;
}
.job .sectionTitle p.en span:first-child {
  font-weight: 700;
}
.job .sectionTitle h2 {
  font-weight: 500;
  margin-top: 0.5em;
}
.job .job-link {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .job .job-link {
    margin-top: 5rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .job .job-link:hover p {
    opacity: 0.6;
  }
  .job .job-link:hover::after {
    scale: 0 1;
    transform-origin: right;
    transition: scale 0.3s cubic-bezier(0.41, 0.02, 0.09, 0.99);
  }
}
@media screen and (max-width: 767px) {
  .job .job-link .borderLink {
    flex-shrink: 0;
  }
}
.job .job-link p.readText {
  font-weight: 500;
  transition: opacity 0.1s;
}
@media screen and (max-width: 767px) {
  .job .job-link p.readText {
    margin-block: var(--leading-trim);
  }
}
.job .job-link::before, .job .job-link::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.job .job-link::before {
  z-index: 0;
  background-color: #062557;
}
.job .job-link::after {
  transform-origin: left;
  transition: scale 0.5s cubic-bezier(0.41, 0.02, 0.09, 0.99);
  scale: 1 1;
  background-color: #fff;
  z-index: 1;
}
.job .member-wrap {
  position: relative;
  z-index: 2;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .job .member-wrap {
    margin-top: 8rem;
  }
}
.job .member-wrap .title {
  color: #fff;
  text-align: center;
}
.job .member-wrap .title p.en {
  font-size: 6rem;
  letter-spacing: 0.05em;
}
.job .member-wrap .title p.ja {
  font-weight: 500;
  margin-top: 0.5em;
}
.job .member-wrap .slide-wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .job .member-wrap .slide-wrap {
    margin-top: 3rem;
  }
}
.job .member-wrap .slide-wrap .slick-slide {
  margin-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .job .member-wrap .slide-wrap .slick-slide {
    margin-inline: 1rem;
  }
}
.job .member-wrap .slide-wrap .slick-slide .image {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .job .member-wrap .slide-wrap .slick-slide .image {
    border-radius: 1rem;
  }
}
.job .member-wrap .slide-wrap .slick-slide .image img {
  aspect-ratio: 650/450;
}
.job .member-wrap .slide-wrap .slick-slide .name-wrap {
  color: #fff;
  margin-top: -5rem;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .job .member-wrap .slide-wrap .slick-slide .name-wrap {
    margin-top: -3rem;
  }
}
.job .member-wrap .slide-wrap .slick-slide .name-wrap p.name {
  font-weight: 700;
  font-size: 8rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .job .member-wrap .slide-wrap .slick-slide .name-wrap p.name {
    font-size: 6rem;
  }
}
.job .member-wrap .slide-wrap .slick-slide .name-wrap p.profile {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.75;
}
.job .member-wrap .member-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .job .member-wrap .member-link {
    margin-top: 6rem;
  }
}
.job .member-wrap .member-link a {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.job .member-wrap .member-link a p {
  color: #fff;
  font-size: 1.8rem;
}
.job .job-bg {
  display: block;
  position: absolute;
  z-index: 0;
  width: 42vw;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #082f6d;
  --show-bg01: 0%;
  -webkit-clip-path: polygon(0 0, var(--show-bg01) 100%, 0 100%);
          clip-path: polygon(0 0, var(--show-bg01) 100%, 0 100%);
  transition: -webkit-clip-path 2s cubic-bezier(0, 0.92, 0.17, 0.97);
  transition: clip-path 2s cubic-bezier(0, 0.92, 0.17, 0.97);
  transition: clip-path 2s cubic-bezier(0, 0.92, 0.17, 0.97), -webkit-clip-path 2s cubic-bezier(0, 0.92, 0.17, 0.97);
}
.job .job-bg.show {
  --show-bg01: 100%;
}

@property --show-bg01 {
  syntax: "&lt;percentage&gt;";
  inherits: true;
  initial-value: 0%;
}
/*------------------------------*/
.environment {
  padding-block: 10rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .environment {
    padding-top: 6rem;
  }
}
.environment .inner {
  position: relative;
  z-index: 2;
}
.environment .sectionTitle p.en {
  font-size: 6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .environment .sectionTitle p.en {
    font-size: 5.4rem;
  }
}
.environment .sectionTitle p.en span:first-child {
  font-weight: 700;
  color: var(--main);
}
.environment .sectionTitle h2 {
  font-weight: 500;
  margin-top: 0.5em;
}
.environment .environment-wrap {
  margin-top: 4rem;
  display: grid;
  gap: 3.5rem 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .environment .environment-wrap {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    margin-top: 5rem;
  }
}
.environment .environment-wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 4rem;
  background-color: var(--main);
  border-radius: 2rem;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .environment .environment-wrap a {
    padding-inline: 2rem;
    height: 12rem;
  }
}
.environment .environment-wrap a .title-wrap {
  color: #fff;
  font-weight: 700;
}
.environment .environment-wrap a .title-wrap p.en {
  font-size: 1.4rem;
}
.environment .environment-wrap a .title-wrap p.ja {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .environment .environment-wrap a .title-wrap p.ja {
    line-height: 2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .environment .environment-wrap a {
    transition: scale 0.4s ease;
  }
  .environment .environment-wrap a:hover {
    scale: 1.03 !important;
  }
}
.environment .environment-bg {
  display: block;
  position: absolute;
  z-index: 0;
  width: 30vw;
  height: calc(100% + 23rem);
  right: 0;
  top: 0;
  background-color: #e5e9ee;
  --show-bg02: 100%;
  -webkit-clip-path: polygon(var(--show-bg02) 0, 100% 0, 100% 100%);
          clip-path: polygon(var(--show-bg02) 0, 100% 0, 100% 100%);
  transition: -webkit-clip-path 2s cubic-bezier(0, 0.92, 0.17, 0.97);
  transition: clip-path 2s cubic-bezier(0, 0.92, 0.17, 0.97);
  transition: clip-path 2s cubic-bezier(0, 0.92, 0.17, 0.97), -webkit-clip-path 2s cubic-bezier(0, 0.92, 0.17, 0.97);
}
.environment .environment-bg.show {
  --show-bg02: 0%;
}

@property --show-bg02 {
  syntax: "&lt;percentage&gt;";
  inherits: true;
  initial-value: 100%;
}
/*------------------------------*/
.recruit {
  padding-block: 10rem 6rem;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding-block: 7rem 10rem;
  }
}
.recruit .sectionTitle p.en {
  font-size: 6rem;
  letter-spacing: 0.05em;
}
.recruit .sectionTitle p.en span:first-child {
  font-weight: 700;
  color: var(--main);
}
.recruit .sectionTitle h2 {
  font-weight: 500;
  margin-top: 0.5em;
}
.recruit .recruit-wrap {
  margin-top: 4rem;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .recruit .recruit-wrap {
    grid-template-columns: 1fr;
  }
}
.recruit .recruit-wrap a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 4rem 3rem;
  height: 30rem;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit .recruit-wrap a {
    border-bottom: none;
    height: 14rem;
    padding-inline: 1.5rem 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit .recruit-wrap a {
    transition: background-color 0.1s;
  }
  .recruit .recruit-wrap a:hover {
    background-color: #e3eaf2;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit-wrap a:last-child {
    border-bottom: 1px solid #d4d4d4;
  }
}
.recruit .recruit-wrap a .title-wrap {
  font-weight: 700;
}
.recruit .recruit-wrap a .title-wrap p.en {
  font-size: 1.4rem;
  color: var(--main);
}
.recruit .recruit-wrap a .title-wrap p.ja {
  font-size: 1.8rem;
  line-height: 1.8;
}
.recruit .recruit-wrap a + a {
  border-left: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .recruit .recruit-wrap a + a {
    border-left: none;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>