<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {
  .header-nav__item:nth-child(1) &gt; a::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: calc(100% - 20px);
    border-bottom: solid 2px #60b82e;
  }
}
.mv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.mv__movie {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv__movie::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/assets/images/top/mv_fx.png");
  background-size: 2px 2px;
}
.mv__movie video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.mv__catch-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  color: #fff;
}
.mv__mission {
  width: 180px;
}
@media (max-width: 767.9px) {
  .mv__mission {
    width: 90px;
  }
}
.mv__title {
  font-size: 70px;
  font-weight: bold;
  margin-top: 25px;
}
@media (max-width: 767.9px) {
  .mv__title {
    font-size: 35px;
    margin-top: 13px;
  }
}
.mv__catch {
  font-size: 30px;
  line-height: 1.666;
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .mv__catch {
    font-size: 15px;
    margin-top: 15px;
  }
}
.mv__logo {
  width: 298px;
  margin-top: 77px;
}
@media (max-width: 767.9px) {
  .mv__logo {
    width: 149px;
    margin-top: 38px;
  }
}

.news {
  background: #eff0f2;
}
.news__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 10px 120px;
}
@media (max-width: 767.9px) {
  .news__inner {
    padding: 55px 25px;
  }
}
.news__header {
  display: flex;
  justify-content: space-between;
}
.news__main-title {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 767.9px) {
  .news__main-title {
    font-size: 22px;
  }
}
.news__backnumber {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .news__backnumber {
    font-size: 11px;
  }
}
.news__backnumber-link {
  text-decoration: none;
  color: #222222;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  padding-left: 50px;
}
@media (max-width: 767.9px) {
  .news__backnumber-link {
    padding-left: 27px;
  }
}
.news__backnumber-link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #222222 url("/assets/images/common/arrow_w.svg") center center no-repeat;
  background-size: 13px auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
}
@media (max-width: 767.9px) {
  .news__backnumber-link::after {
    width: 22px;
    height: 22px;
    background-size: 9px auto;
    top: calc(50% - 11px);
  }
}
@media (min-width: 768px) {
  .news__backnumber-link:hover::after {
    background-color: #fff;
  }
}
.news-list {
  border-top: solid 1px #dfe1e5;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.news-list__item {
  border-bottom: solid 1px #dfe1e5;
  padding: 27px 15px 27px 3px;
}
@media (max-width: 767.9px) {
  .news-list__item {
    padding: 15px 5px 15px 3px;
  }
}
.news__link, .news__nolink {
  display: flex;
  color: #222222;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
  padding-right: 60px;
}
@media (max-width: 767.9px) {
  .news__link, .news__nolink {
    line-height: 2;
    flex-direction: column;
    padding-right: 40px;
  }
}
.news__link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #fff url("/assets/images/common/arrow_w.svg") center center no-repeat;
  background-size: 13px auto;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
}
@media (max-width: 767.9px) {
  .news__link::after {
    width: 22px;
    height: 22px;
    background-size: 9px auto;
    top: calc(50% - 11px);
  }
}
@media (min-width: 768px) {
  .news__link:hover::after {
    background-color: #222222;
  }
}
.news__date {
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-top: 0.15em;
}
@media (max-width: 767.9px) {
  .news__date {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .news__title {
    margin-left: 28px;
  }
}
@media (max-width: 767.9px) {
  .news__title {
    margin-top: 5px;
  }
}

.works {
  position: relative;
}
.works::before {
  content: "";
  width: 100%;
  height: 500px;
  display: block;
  background: #313b44;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .works::before {
    height: auto;
    aspect-ratio: 1/1.546;
  }
}
.works::after {
  content: "OUR WORKS";
  font-size: 200px;
  color: #37414a;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (max-width: 767.9px) {
  .works::after {
    font-size: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0.8;
    max-width: 360px;
  }
}
.works__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 0 0;
  position: relative;
  z-index: 1;
  min-height: 560px;
}
@media (max-width: 767.9px) {
  .works__inner {
    padding: 70px 15px 0;
  }
}
.works__title {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .works__title {
    font-size: 24px;
  }
}
.works-list {
  display: grid;
  grid-template-columns: 285px 285px 285px 285px;
  grid-template-rows: 450px;
  gap: 0 20px;
  list-style: none;
  margin: 70px 0 0 0;
  padding: 0;
}
@media (max-width: 767.9px) {
  .works-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    margin: 60px auto 0;
    max-width: 480px;
  }
}
.works-list__item {
  background-size: cover !important;
}
.works-list__item--1 {
  background: url("/assets/images/top/works01.jpg");
}
.works-list__item--2 {
  background: url("/assets/images/top/works02.jpg");
}
.works-list__item--3 {
  background: url("/assets/images/top/works03.jpg");
}
.works-list__item--4 {
  background: url("/assets/images/top/works04.jpg");
}
.works__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: rgba(63, 65, 71, 0.54);
}
@media (max-width: 767.9px) {
  .works__link {
    aspect-ratio: 1/1.611;
  }
}
.works__link::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #222222 url("/assets/images/common/arrow_w.svg") center center no-repeat;
  background-size: 16px auto;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 767.9px) {
  .works__link::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
    right: 10px;
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .works__link:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) {
  .works__link:hover::after {
    background-color: #fff;
  }
}
.works__name {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767.9px) {
  .works__name {
    left: 15px;
    font-size: 14px;
  }
}
.works__lead {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  line-height: 1.66;
  writing-mode: vertical-rl;
}
@media (max-width: 767.9px) {
  .works__lead {
    right: 10px;
    top: 10px;
    font-size: 9px;
  }
}

.about {
  color: #fff;
  margin-top: 115px;
  background: url("/assets/images/top/about_bg_pc.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767.9px) {
  .about {
    margin-top: 50px;
    background: url("/assets/images/top/about_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.about::after {
  content: "ABOUT US";
  font-size: 200px;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  opacity: 0.1;
  line-height: 0.7;
  text-align: right;
}
@media (max-width: 767.9px) {
  .about::after {
    font-size: 100px;
    line-height: 0.75;
    max-width: 360px;
  }
}
.about__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 10px 130px;
  position: relative;
}
@media (max-width: 767.9px) {
  .about__inner {
    padding: 140px 25px 160px;
  }
}
.about__title {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 767.9px) {
  .about__title {
    font-size: 24px;
  }
}
.about__lead {
  font-size: 22px;
  line-height: 1.54;
  margin-top: 50px;
}
@media (max-width: 767.9px) {
  .about__lead {
    font-size: 14px;
    margin-top: 40px;
  }
}
.about__text {
  width: 470px;
  line-height: 1.75;
  margin-top: 20px;
}
@media (max-width: 767.9px) {
  .about__text {
    width: auto;
  }
}
.about__link {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 280px;
  height: 44px;
  margin-top: 80px;
  padding-top: 10px;
}
@media (max-width: 767.9px) {
  .about__link {
    font-size: 13px;
    width: 160px;
    height: 33px;
    padding-top: 5px;
    margin-top: 27px;
  }
}
.about__link::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about__link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #222222 url("/assets/images/common/arrow_w.svg") center center no-repeat;
  background-size: 13px auto;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.9px) {
  .about__link::after {
    width: 27px;
    height: 27px;
    background-size: 9px auto;
  }
}
@media (min-width: 768px) {
  .about__link:hover::after {
    background-color: #fff;
  }
}

.recruit {
  position: relative;
  background: url("/assets/images/common/content_bg.png") 0 0 no-repeat;
  background-size: contain;
  padding-bottom: 120px;
}
@media (max-width: 767.9px) {
  .recruit {
    padding: 0 15px 60px;
  }
}
.recruit::after {
  content: "RECRUIT";
  font-size: 200px;
  color: #252d3f;
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 0;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  opacity: 0.1;
  line-height: 0.7;
  writing-mode: vertical-lr;
}
@media (max-width: 767.9px) {
  .recruit::after {
    font-size: 100px;
    top: 40px;
  }
}
.recruit__title {
  font-size: 40px;
  text-align: center;
  padding: 135px 0 65px;
}
@media (max-width: 767.9px) {
  .recruit__title {
    font-size: 24px;
    padding: 70px 0 30px;
  }
}
.recruit__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 200px 10px 230px;
  box-sizing: border-box;
  color: #fff;
  background: url("/assets/images/top/recruit_bg_pc.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .recruit__inner {
    padding: 80px 10px;
    background: url("/assets/images/top/recruit_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.recruit__lead {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .recruit__lead {
    font-size: 18px;
    line-height: 1.2;
  }
}
.recruit__lead span {
  font-size: 50px;
}
@media (max-width: 767.9px) {
  .recruit__lead span {
    font-size: 28px;
  }
}
.recruit__text {
  text-align: center;
  line-height: 1.75;
  margin-top: 25px;
}
.recruit-list {
  list-style: none;
  display: flex;
  width: 1020px;
  justify-content: space-between;
  margin: 75px auto 0;
  padding: 0;
}
@media (max-width: 767.9px) {
  .recruit-list {
    width: auto;
    flex-direction: column;
    margin-top: 10px;
  }
}
.recruit-list__item {
  width: 460px;
  height: 100px;
}
@media (max-width: 767.9px) {
  .recruit-list__item {
    width: 280px;
    height: 59px;
    margin: 25px auto 0;
  }
}
.recruit__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .recruit__link {
    font-size: 18px;
  }
}
.recruit__link span {
  font-size: 15px;
  font-weight: 600;
  font-family: "Albert Sans", "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767.9px) {
  .recruit__link span {
    font-size: 9px;
    margin-bottom: 7px;
  }
}
.recruit__link::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.recruit__link::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #fff url("/assets/images/common/arrow_w.svg") center center no-repeat;
  background-size: 16px auto;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media (max-width: 767.9px) {
  .recruit__link::after {
    width: 30px;
    height: 30px;
    bottom: 19px;
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .recruit__link:hover::after {
    background-color: #222222;
  }
}/*# sourceMappingURL=top.css.map */</pre></body></html>