.global-title .en {
  font-family: var(--oswald);
  font-style: normal;
  font-weight: 400;
  font-size: 7.1rem;
  line-height: 10.5rem;
  text-align: left;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 767px) {
  .global-title .en {
    font-size: 4.5rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.global-title .jp {
  font-family: "Noto Sans CJK JP", var(--noto);
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.3rem;
  letter-spacing: 0.08em;
  text-align: left;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 767px) {
  .global-title .jp {
    font-size: 1.4rem;
    line-height: 1;
  }
}

p {
  font-family: "Noto Sans CJK JP", var(--noto);
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #ffffff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 550px) {
  p {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-bottom: 3.3rem;
  }
}

p:last-child {
  margin-bottom: 0;
}

.common-table {
  width: 100%;
  margin-bottom: 9.2rem;
}
@media screen and (max-width: 767px) {
  .common-table {
    margin-bottom: 3.5rem;
  }
}
.common-table tr th {
  font-family: "Noto Sans CJK JP", var(--noto);
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.05em;
  color: #7e7e7e;
  width: 26%;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .common-table tr th {
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 35%;
    padding-bottom: 1rem;
  }
}
.common-table tr td {
  font-family: "Noto Sans CJK JP", var(--noto);
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .common-table tr td {
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 65%;
    padding-bottom: 1rem;
  }
}
.common-table tr td a {
  text-decoration: underline;
  transition: all 0.3s ease-in;
}
.common-table tr td a:hover {
  opacity: 0.7;
}

.global-title2 {
  color: #fff;
  margin-bottom: 4.1rem;
  width: 100%;
  position: relative;
}
.global-title2:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #868686;
}
@media screen and (max-width: 767px) {
  .global-title2 {
    margin-bottom: 4rem;
    justify-content: center;
    display: flex;
  }
}
.global-title2 span {
  padding-right: 2.2rem;
  box-sizing: border-box;
  font-family: var(--oswald);
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
  z-index: 1;
  background-color: #000;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .global-title2 span {
    padding-right: 1rem;
    padding-left: 1rem;
    box-sizing: border-box;
    font-size: 2.8rem;
    line-height: 3rem;
  }
}

/* main banner */
#main-banner {
  width: 100%;
  position: relative !important;
  height: 100vh;
  overflow: hidden;
}
#main-banner:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#main-banner .fv-video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #main-banner .fv-video {
    height: calc(100vh - 6rem);
  }
}
#main-banner .banner-texts {
  position: absolute !important;
  z-index: 2;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media screen and (max-width: 767px) {
  #main-banner .banner-texts {
    /* text-align: center; */
  }
}
#main-banner .banner-texts .banner-header {
  font-family: "Noto Sans CJK JP", var(--noto);
  font-style: normal;
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 8.1rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  /* margin-bottom: 3.1rem; */
}
@media screen and (max-width: 767px) {
  #main-banner .banner-texts .banner-header {
    font-size: 3.6rem;
    line-height: 100%;
    /* margin-bottom: 1rem; */
  }
}
#main-banner .banner-texts .banner-header span:first-child {
  font-family: "Noto Sans CJK JP", var(--noto);
  font-style: normal;
  font-weight: 700;
  font-size: 6.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-right: -2rem;
}
@media screen and (max-width: 767px) {
  #main-banner .banner-texts .banner-header span:first-child {
    font-size: 4.4rem;
    line-height: 100%;
    margin-left: -2.5rem;
  }
}
#main-banner .banner-texts .banner-header span:last-child {
  font-family: "Noto Sans CJK JP", var(--noto);
  font-style: normal;
  font-weight: 700;
  font-size: 6.6rem;
  line-height: 9.8rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #main-banner .banner-texts .banner-header span:last-child {
    font-size: 4.2rem;
    line-height: 140%;
    padding-left: 3rem;
    white-space: nowrap;
  }
}
#main-banner .banner-texts .sub-header {
  margin-top: 3rem;
  font-family: "Noto Sans CJK JP", var(--noto);
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #main-banner .banner-texts .sub-header {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

#philosophy {
  width: 100%;
  height: 96.2rem;
  background: url("../img/top/philosophy.jpg") no-repeat top center/cover;
  position: relative;
  z-index: 2;
  background-attachment: fixed;
}
@media screen and (max-width: 1299px) {
  #philosophy {
    background-attachment: unset;
  }
}
@media screen and (max-width: 767px) {
  #philosophy {
    background: url("../img/top/philosophy-sp.jpg") no-repeat center center/cover;
    height: 100vh;
  }
}
#philosophy .text-container {
  position: absolute;
  top: 33.5rem;
  right: 40.5rem;
  width: 46.8rem;
}
@media screen and (max-width: 767px) {
  #philosophy .text-container {
    top: unset;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    width: 90%;
  }
}
#philosophy .text-container .global-title {
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 767px) {
  #philosophy .text-container .global-title {
    margin-bottom: 4.3rem;
  }
}

#service {
  background-color: #000;
  width: 100%;
  padding-top: 7.3rem;
  padding-bottom: 7.8rem;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #service {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#service .global-title {
  margin-bottom: -12rem;
}
@media screen and (max-width: 1299px) {
  #service .global-title {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #service .global-title {
    margin-bottom: 3.7rem;
  }
}
#service .global-title .en,
#service .global-title .jp {
  text-align: center;
}
#service .card-container {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1299px) {
  #service .card-container {
    height: auto;
  }
}
#service .bg-img1 {
  background: url("../img/top/service01.jpg") no-repeat center/cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #service .bg-img1 {
    background: none;
  }
}
#service .bg-img2 {
  background: url("../img/top/service02.jpg") no-repeat center/cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #service .bg-img2 {
    background: none;
  }
}
#service .bg-img3 {
  background: url("../img/top/service03.jpg") no-repeat center/cover;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #service .bg-img3 {
    background: none;
  }
}
#service .block {
  transition: all 0.5s ease;
  width: 100%;
  height: 64rem;
  position: absolute;
  top: 20rem;
  left: 0;
}
@media screen and (max-width: 1299px) {
  #service .block {
    height: 64rem;
    position: relative;
    top: unset;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #service .block {
    height: auto;
  }
}
#service .block .text-container {
  position: absolute;
  width: 85.6rem;
  background: rgba(0, 0, 0, 0.81);
  padding: 7.5rem 7.2rem 2rem 8.3rem;
  box-sizing: border-box;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #service .block .text-container {
    padding: 0;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
  }
}
#service .block .text-container .service-title {
  display: flex;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  #service .block .text-container .service-title {
    margin-bottom: 3.3rem;
  }
}
#service .block .text-container .service-title .num {
  font-family: var(--oswald);
  font-style: normal;
  font-weight: 400;
  font-size: 7.1rem;
  line-height: 1;
  color: #ffffff;
  text-align: left;
  border-right: 1px solid #ffffff;
  padding-right: 2.4rem;
  margin-right: 2.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #service .block .text-container .service-title .num {
    font-size: 6.3rem;
    padding-right: 2.2rem;
    margin-right: 2.9rem;
    border-right: unset;
    position: relative;
  }
  #service .block .text-container .service-title .num:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.8rem;
    width: 1px;
    height: 5.4rem;
    background-color: #ffffff;
  }
}
#service .block .text-container .service-title .title {
  font-family: var(--oswald);
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 4.1rem;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #service .block .text-container .service-title .title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
#service .block .text-container .list-title {
  border-top: rgba(134, 134, 134, 0.7137254902) 1px solid;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  #service .block .text-container .list-title {
    padding-top: 3.5rem;
  }
}
#service .block .text-container .list-title,
#service .block .text-container .block-list li {
  font-family: "Noto Sans CJK JP", var(--noto);
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #service .block .text-container .list-title,
  #service .block .text-container .block-list li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0;
  }
}
#service .block .text-container .list-flex {
  display: flex;
  gap: 5.9rem;
}
@media screen and (max-width: 767px) {
  #service .block .text-container .list-flex {
    flex-direction: column;
    gap: unset;
  }
}
#service .block .text-container .label {
  width: 16.7rem;
  height: 5.1rem;
  font-family: "Meiryo", var(--noto);
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #service .block .text-container .label {
    margin-top: 2rem;
    font-size: 1.4rem;
    width: 100%;
    height: 6.8rem;
  }
}
#service .block .text-container .toogu-btn {
  width: 39.8rem;
  transition: all 0.3s ease-in;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #service .block .text-container .toogu-btn {
    width: 100%;
    margin-top: 0;
  }
}
#service .block .text-container .toogu-btn img {
  width: 100%;
  vertical-align: top;
}
#service .block .text-container .toogu-btn:hover {
  opacity: 0.85;
}
#service .block:last-child {
  margin-bottom: 0;
}
#service .card-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #service .card-img-sp {
    display: block;
    margin-bottom: 4.9rem;
  }
}

#about {
  background-color: #000;
  width: 100%;
}
#about .about-banner {
  width: 100%;
  height: 80.2rem;
  background: url("../img/top/about.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1299px) {
  #about .about-banner {
    background-attachment: unset;
  }
}
@media screen and (max-width: 767px) {
  #about .about-banner {
    height: 40rem;
    background: url("../img/top/about-sp.jpg") no-repeat center/cover;
  }
}
#about .about-us {
  padding-top: 10.5rem;
  padding-bottom: 16.7rem;
}
@media screen and (max-width: 767px) {
  #about .about-us {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#about .about-us .global-title {
  margin-bottom: 9.4rem;
}
@media screen and (max-width: 767px) {
  #about .about-us .global-title {
    margin-bottom: 4rem;
  }
}
#about .about-us .global-title .en,
#about .about-us .global-title .jp {
  text-align: center;
}

#recruit {
  width: 100%;
  background-color: #000;
  padding-top: 8.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit {
    padding-top: 0;
  }
}
#recruit .global-title {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  #recruit .global-title {
    margin-bottom: 2rem;
  }
}
#recruit .global-title .en,
#recruit .global-title .jp {
  text-align: center;
}
#recruit .recruit-side-img {
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 12.8rem);
  z-index: 9;
}
@media screen and (max-width: 1080px) {
  #recruit .recruit-side-img {
    width: 64rem;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-side-img {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 2rem;
  }
}
#recruit .recruit-side-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  vertical-align: top;
}
#recruit .recruit-side-img.fixed {
  position: fixed;
  top: 12.8rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-side-img.fixed {
    position: relative;
    top: unset;
  }
}
#recruit .recruit-side-img.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-side-img.bottom {
    position: relative;
  }
}
#recruit .recruit-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#recruit .recruit-inner .recruit-contents {
  max-width: 88rem;
  width: 100%;
  color: white;
}
#recruit .recruit-inner .recruit-contents .team-members {
  margin-bottom: 7.1rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-inner .recruit-contents .team-members {
    margin-bottom: 4rem;
  }
}
#recruit .recruit-inner .recruit-contents .the_team {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-inner .recruit-contents .the_team {
    gap: 2rem 4%;
    margin-bottom: 4rem;
  }
}
#recruit .recruit-inner .recruit-contents .the_team li {
  width: 19.7rem;
}
@media screen and (max-width: 1080px) {
  #recruit .recruit-inner .recruit-contents .the_team li {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-inner .recruit-contents .the_team li {
    width: 48%;
  }
}
#recruit .recruit-inner .recruit-contents .the_team li img {
  width: 100%;
  vertical-align: top;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-inner .recruit-contents .the_team li img {
    margin-bottom: 1rem;
  }
}
#recruit .recruit-inner .recruit-contents .the_team li div {
  font-family: var(--noto);
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-inner .recruit-contents .the_team li div {
    font-size: 1.4rem;
  }
}
#recruit .recruit-inner .recruit-contents .apply-btn {
  margin: 0 auto 12.4rem;
  display: table;
  width: 30rem;
  background-color: #fff;
  border-radius: 0.2rem;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-inner .recruit-contents .apply-btn {
    margin: 4rem auto 2rem;
    width: 22rem;
  }
}
#recruit .recruit-inner .recruit-contents .apply-btn:hover {
  opacity: 0.75;
}
#recruit .recruit-inner .recruit-contents .apply-btn img {
  width: 100%;
  vertical-align: top;
}

.bottom-banner {
  width: 100%;
  height: 80.2rem;
  background: url("../img/top/bottom-banner.jpg") no-repeat top center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .bottom-banner {
    height: 40rem;
    background: url("../img/top/bottom-banner-sp.jpg") no-repeat top center/cover;
  }
}
.bottom-banner img {
  width: 100%;
  vertical-align: top;
}

/* animations */
@media (max-width: 1299px) {
  .flag-move-up,
  .flag-move-right,
  .flag-move-left {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .in-view.flag-move-up {
    animation: moveUp 0.8s forwards;
  }
  .in-view.flag-move-right {
    animation: moveRight 0.8s forwards;
  }
  .in-view.flag-move-left {
    animation: moveLeft 0.8s forwards;
  }
  @keyframes moveUp {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes moveRight {
    0% {
      transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes moveLeft {
    0% {
      transform: translateX(50px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
}
.menu-active #main-banner .banner-texts {
  opacity: 0;
}

#main-banner .banner-texts {
  opacity: 1;
}/*# sourceMappingURL=index.css.map */