@charset "UTF-8";
:root {
  overflow-wrap: anywhere;
  line-break: strict;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol,
li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
  will-change: opacity;
}

a:hover,
a:focus {
  opacity: 0.7;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2903225806vw;
  }
}
@media (min-width: 1240px) {
  html {
    font-size: 16px;
  }
}

.sns-list {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.sns-list__item {
  width: 1.5625rem;
  height: 1.5625rem;
}

.sns-list a:hover {
  opacity: 1;
}

.header {
  display: none;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0rem;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .header {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .header--page {
    background-color: #000;
    position: sticky;
  }
}

.header__inner.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 87.5rem;
}

.header__logo {
  aspect-ratio: 90/60;
  width: 5.625rem;
  height: 3.75rem;
}

.header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.header__nav__lists {
  display: flex;
  align-items: center;
}

.header__nav__list {
  display: flex;
  align-items: center;
}

.header__nav__list a:hover {
  opacity: 1;
}

.header__nav__list:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.25rem;
  background-color: #fff;
}

.header__nav__text {
  padding: 0.625rem 1.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 2.5rem;
  position: relative;
  transition: color 0.3s ease;
}

.header__nav__text::after {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  left: 1.25rem;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.header__nav__text:hover::after {
  width: calc(100% - 2.5rem);
}

.header__nav__sns-wrapper {
  margin-left: 1.25rem;
  margin-right: 0.625rem;
}

.header__nav__translate-text {
  border-radius: 1.5rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #607E64;
  padding: 0.1875rem 1.0625rem;
}

.inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1290px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.sp-header {
  height: 4.375rem;
  background-color: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sp-header {
    display: none;
  }
}

.sp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-header__logo {
  aspect-ratio: 75/50;
  width: 4.6875rem;
  height: 3.125rem;
  margin-left: 0.3125rem;
}

.footer {
  background-color: #3B4043;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 23.75rem;
  }
}

@media screen and (min-width: 768px) {
  .footer--page {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 86.875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav {
    padding: 2.1875rem 0;
  }
}

.footer__nav__lists {
  display: flex;
}

.footer__nav__list-wrapper:not(:first-child) {
  margin-left: 4%;
}

.footer__nav__list-wrapper:last-child {
  margin-left: auto;
}

.footer__nav__list {
  display: flex;
  align-items: start;
}

.footer__nav__list:not(:first-child) {
  margin-top: 1.5rem;
}

.footer__nav__list > a {
  color: #CDD6DD;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}

.footer__nav__sub-list {
  margin-left: 1.5rem;
}

.footer__nav__sub-list__item {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}

.footer__nav__sub-list__item:not(:first-child) {
  margin-top: 0.75rem;
}

.footer__sns-wrapper {
  margin-left: 2rem;
  transform: translateY(-8px);
}

.sp-nav {
  background-color: rgba(96, 126, 100, 0.8);
  height: 100vh;
  left: -100vw;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
  visibility: hidden;
  width: 100vw;
  z-index: 3;
}

.is-active.sp-nav {
  left: 0;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s;
  visibility: visible;
}

.sp-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sp-nav__list {
  text-align: center;
  color: #fff;
}

.sp-nav__item:not(:first-child) {
  margin-top: 1.875rem;
}

.sp-nav__link {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  text-transform: uppercase;
}

body.sp-nav-open {
  overflow: hidden;
}

.hamburger {
  cursor: pointer;
  position: relative;
  z-index: 5;
  height: 0.875rem;
  width: 1.25rem;
  display: block;
  border: none;
  margin-right: 0.9375rem;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  background-color: #607E64;
  display: block;
  height: 2px;
  left: 0px;
  position: absolute;
  width: 1.25rem;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
  bottom: 0px;
  width: 0.78125rem;
}

.is-active.hamburger span:nth-child(1) {
  transform: translateY(6px) rotate(-315deg);
}

.is-active.hamburger span:nth-child(2) {
  opacity: 0;
}

.is-active.hamburger span:nth-child(3) {
  transform: translateY(-6px) rotate(315deg);
  width: 1.25rem;
}

.section-title__wrapper {
  text-align: center;
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 900;
  color: #607E64;
  line-height: 1.22;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-title {
    color: #fff;
  }
}

.section-title__sub {
  margin-top: 0.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #607E64;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.3571428571;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    color: #fff;
  }
}

.section-title__wrapper--news .section-title {
  color: #3C3C3C;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper--news .section-title {
    color: #fff;
  }
}

.section-title__wrapper--news .section-title__sub {
  color: #3C3C3C;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper--news .section-title__sub {
    color: #fff;
  }
}

.section-title__wrapper--feature .section-title {
  color: #fff;
}

.section-title__wrapper--feature .section-title__sub {
  color: #fff;
}

.section-title__wrapper--projects .section-title {
  color: #fff;
}

.section-title__wrapper--projects .section-title__sub {
  color: #fff;
}

.more-button-wrapper {
  display: flex;
  justify-content: center;
}

.more-button-wrapper--business {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .more-button-wrapper--business {
    margin-top: 3.125rem;
  }
}

.more-button-wrapper--projects {
  margin-top: 1.875rem;
}

.more-button-wrapper--news {
  margin-top: 3.125rem;
}

.more-button-wrapper--cta-contact {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .more-button-wrapper--cta-contact {
    margin-top: auto;
    justify-content: start;
  }
}

.more-button-wrapper--cta-recruit {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .more-button-wrapper--cta-recruit {
    margin-top: 0.5625rem;
    justify-content: start;
  }
}

.more-button-wrapper--recruit-contact {
  margin-top: 3.125rem;
}

.more-button {
  width: 9.25rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #607E64;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  border-radius: 1.5rem;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, border-color 0.4s ease;
  border: 2px solid transparent;
}

.more-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.4s ease;
  z-index: 1;
}

.more-button span {
  position: relative;
  z-index: 2;
}

.more-button:hover {
  color: #607E64;
  border-color: #607E64;
  opacity: 1;
}

.more-button:hover::before {
  left: 0;
}

.more-button-wrapper--cta-contact .more-button {
  text-transform: uppercase;
  width: 11.25rem;
  line-height: 1;
}

.more-button-wrapper--cta-recruit .more-button {
  width: 11.25rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-button-wrapper--recruit-contact .more-button {
  width: 100%;
  max-width: 23.75rem;
}

.cta {
  background-color: #607E64;
  padding: 3.125rem 0;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .cta {
    margin-top: 6.25rem;
    padding: 6.25rem 0;
  }
}

.cta__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    max-width: 80.625rem;
    flex-direction: row-reverse;
    gap: 1.8682170543%;
    align-items: stretch;
  }
}

.cta__contact {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta__contact {
    width: 32.2580645161%;
    display: flex;
    flex-direction: column;
  }
}

.cta__contact__img {
  aspect-ratio: 360/180;
}
@media screen and (min-width: 768px) {
  .cta__contact__img {
    aspect-ratio: 400/180;
  }
}

.cta__contact__en-title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
}

.cta__contact__body {
  padding: 1.875rem 0 2.625rem;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .cta__contact__body {
    padding-left: 2.25rem;
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.cta__contact__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3B4043;
  line-height: 1.25;
}

.cta__recruit {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .cta__recruit {
    flex-direction: row;
    width: 66.0483870968%;
  }
}

.cta__recruit__img {
  aspect-ratio: 360/180;
}
@media screen and (min-width: 768px) {
  .cta__recruit__img {
    width: 51.15995116%;
    aspect-ratio: 419/380;
  }
}

.cta__recruit__body {
  background-color: #fff;
  padding: 1.25rem 0.625rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .cta__recruit__body {
    width: 48.84004884%;
    padding: 3.3% 4.7% 1.25rem 4.3%;
    display: flex;
    flex-direction: column;
  }
}

.cta__recruit__en-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  color: #3B4043;
}

.cta__recruit__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3B4043;
  line-height: 1.5;
}

.cta__recruit__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #3B4043;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .cta__recruit__text {
    margin-top: auto;
  }
}

.breadcrumb {
  padding: 1.375rem 0;
  background-color: #F0F3F5;
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb__inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .breadcrumb__inner {
    max-width: 86.875rem;
  }
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  vertical-align: middle;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb__inner a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  color: #3B4043;
}

.breadcrumb__arrow {
  color: #3B4043;
  margin: 0 0.5rem;
  font-weight: 300;
  font-size: 0.75rem;
}

.breadcrumb__current {
  font-weight: 600;
  color: #3B4043;
  font-size: 0.75rem;
}

.copyright {
  background-color: #3B4043;
}

@media screen and (min-width: 768px) {
  .copyright__inner {
    max-width: 86.875rem;
    margin-top: 0.625rem;
  }
}

.copyright__text {
  display: block;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright__text {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  /* Webkit browsers (Chrome, Safari, Edge) */
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(96, 126, 100, 0.1);
    border-radius: 6px;
    margin: 10px 0;
  }
  /* 矢印ボタンを非表示 */
  ::-webkit-scrollbar-button {
    display: none;
  }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #607E64 0%, rgb(73.9459459459, 97.0540540541, 77.027027027) 50%, rgb(62.9189189189, 82.5810810811, 65.5405405405) 100%);
    border-radius: 6px;
    border: 1px solid transparent;
    background-clip: content-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgb(107.027027027, 140.472972973, 111.4864864865) 0%, #607E64 50%, rgb(84.972972973, 111.527027027, 88.5135135135) 100%);
    background-clip: content-box;
    transform: scale(1.05);
  }
  ::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, rgb(84.972972973, 111.527027027, 88.5135135135) 0%, rgb(62.9189189189, 82.5810810811, 65.5405405405) 50%, rgb(51.8918918919, 68.1081081081, 54.0540540541) 100%);
    background-clip: content-box;
  }
  /* コーナー部分のスタイル */
  ::-webkit-scrollbar-corner {
    background: rgba(96, 126, 100, 0.05);
  }
  /* Firefox向けの基本的なスタイル */
  html {
    scrollbar-width: thin;
    scrollbar-color: #607E64 rgba(96, 126, 100, 0.1);
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up-slow {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.fade-up-slow.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up-fast {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-up-fast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up-delay:nth-child(1) {
  transition-delay: 0.1s;
}
.fade-up-delay:nth-child(2) {
  transition-delay: 0.2s;
}
.fade-up-delay:nth-child(3) {
  transition-delay: 0.3s;
}
.fade-up-delay:nth-child(4) {
  transition-delay: 0.4s;
}
.fade-up-delay:nth-child(5) {
  transition-delay: 0.5s;
}
.fade-up-delay:nth-child(6) {
  transition-delay: 0.6s;
}
.fade-up-delay:nth-child(7) {
  transition-delay: 0.7s;
}
.fade-up-delay:nth-child(8) {
  transition-delay: 0.8s;
}
.fade-up-delay:nth-child(9) {
  transition-delay: 0.9s;
}
.fade-up-delay:nth-child(10) {
  transition-delay: 1s;
}

.mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18.75rem;
}

.mv__title__wrapper {
  text-align: center;
}

.mv__en-title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2380952381;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #fff;
  margin-right: -0.3em;
}
@media screen and (min-width: 768px) {
  .mv__en-title {
    font-size: 2.625rem;
    line-height: 1.2380952381;
  }
}

.mv__title {
  margin-right: -0.2em;
  color: #fff;
  margin-top: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 1.25rem;
    margin-top: 0.4375rem;
  }
}

.mv__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-heading {
  margin-top: 3.125rem;
}

.page-heading--recruit p {
  color: #000;
}

.page-heading--recruit h2 {
  color: #000;
}

.page-heading--recruit h3 {
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .page-heading--recruit h3 {
    font-size: 1.125rem;
  }
}

.page-heading__en-copy {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  text-align: center;
}

.page-heading__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3333333333;
  color: #fff;
  text-align: center;
  margin-top: 2.1875rem;
  margin-right: -0.5em;
}
@media screen and (min-width: 768px) {
  .page-heading__copy {
    font-size: 2rem;
    margin-top: 1.375rem;
    color: #fff;
  }
}

.page-heading__sub-copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8888888889;
  color: #fff;
  text-align: center;
  margin-top: 1.625rem;
}

.page-heading__sub-copy span {
  display: none;
  position: relative;
  width: 2em;
  height: 1em;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page-heading__sub-copy span {
    display: inline-block;
    margin-left: 0.25rem;
  }
}

.page-heading__sub-copy span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2px;
  background-color: #000;
}

.page-heading__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #fff;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-heading__text {
    color: #fff;
    text-align: center;
  }
}

.page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-bg {
    display: block;
  }
}

.sp-bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.fv {
  position: relative;
  height: 100svh;
  background-image: url("../images/common/fv_sp_3.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #607e64;
  background-blend-mode: hard-light;
}
@media screen and (min-width: 768px) {
  .fv {
    background-image: none;
    background-color: transparent;
  }
}

.fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  max-width: 100%;
}

.fv__logo {
  aspect-ratio: 1/1;
  width: 18.75rem;
  height: 18.75rem;
  display: block;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .fv__logo {
    display: none;
  }
}

.fv__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 2.1875;
  text-align: center;
  text-indent: 0.3em;
}
@media screen and (min-width: 768px) {
  .fv__copy {
    font-size: 1.25rem;
    z-index: 2;
    line-height: 2.15;
  }
}

.fv__en-copy {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__en-copy {
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(4.8611111111vw, 4.375rem);
    font-weight: 900;
    font-style: italic;
    color: #607E64;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    width: 100%;
    line-height: 1.2285714286;
  }
}

.fv__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__text {
    display: block;
    font-size: 0.625rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    writing-mode: sideways-lr;
    text-transform: uppercase;
  }
}

.introduction {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .introduction {
    margin-top: 11.25rem;
  }
}

.introduction__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.introduction__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .introduction__img {
    display: block;
    aspect-ratio: 608/760;
    width: 49.0322580645%;
  }
}

.introduction__text-wrapper {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .introduction__text-wrapper {
    width: 36.6129032258%;
    margin-right: 6.3709677419%;
    margin-top: 0;
  }
}

.introduction__en-copy {
  color: #607E64;
}
@media screen and (min-width: 768px) {
  .introduction__en-copy {
    color: #fff;
  }
}

.introduction__copy {
  margin-top: 0.75rem;
  color: #607E64;
  font-size: 2.25rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .introduction__copy {
    color: #fff;
  }
}

.introduction__sub-copy {
  color: #696969;
}
@media screen and (min-width: 768px) {
  .introduction__sub-copy {
    color: #fff;
  }
}

.introduction__text {
  color: #696969;
}
@media screen and (min-width: 768px) {
  .introduction__text {
    text-align: left;
    color: #fff;
  }
}

.business {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .business {
    margin-top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .business__inner {
    max-width: 75.625rem;
  }
}

.business__list {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .business__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.305785124%;
  }
}

.business__item__img {
  aspect-ratio: 345/240;
}
@media screen and (min-width: 768px) {
  .business__item__img {
    aspect-ratio: 1/1;
  }
}

.business__item__img img {
  display: block;
}

.business__item__body {
  padding: 2.625rem 2.5rem 2.375rem;
  background-color: #607E64;
  text-align: center;
}

.business__item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.75;
}

.business__item__text {
  margin-top: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #E6FFEA;
  line-height: 2;
}

.projects {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .projects {
    margin-top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .projects__contents__wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.projects__contents {
  margin-top: 1.75rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-image: url("../images/common/projects_bg_sp.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .projects__contents {
    margin-top: 3rem;
    padding: 12.375rem 16.875rem 13.0625rem;
    background-image: url("../images/common/projects_bg.webp");
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.projects__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}

.projects__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.875;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .projects__text {
    text-align: center;
  }
}

.news {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 75.625rem;
  }
}

.news__list {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .news__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.305785124%;
    margin-top: 2.8125rem;
  }
}

.news__item__img {
  aspect-ratio: 360/240;
  background-color: #CDD6DD;
}

.news__item__img img {
  display: block;
}

.news__item__body {
  margin-top: 1.4375rem;
}

.news__item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #696969;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news__item__title {
    color: #fff;
  }
}

.news__item__text {
  margin-top: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #696969;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news__item__text {
    color: #fff;
  }
}

.news__item__time {
  margin-top: 0.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #98A6B5;
  line-height: 1.7142857143;
  display: block;
  display: flex;
  align-items: center;
  justify-content: end;
}

.news__item__time::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-image: url("../images/common/time-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: opacity 0.6s ease;
  will-change: opacity, filter;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  isolation: isolate;
}

.page-business {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-business {
    margin-top: 6.25rem;
  }
}

.page-business__inner {
  max-width: 65.625rem;
}

.page-business__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-business__list {
    flex-direction: row;
  }
}

.page-business__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-business__item {
    width: 30%;
  }
}

.page-business__item__img {
  aspect-ratio: 300/200;
}

.page-business__item__title {
  margin-top: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}

.business-description {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .business-description {
    margin-top: 6.25rem;
    row-gap: 5rem;
  }
}

.business-description__item__title-wrapper {
  position: relative;
}

.business-description__item__title-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 768px) {
  .business-description__item__title-wrapper::after {
    top: 50%;
    right: 0;
    width: 48%;
    display: block;
  }
}

.business-description__item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 3.75rem;
  line-height: 1.25;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .business-description__item__title {
    font-size: 6.25rem;
    line-height: 1.33;
  }
}

.business-description__item__box {
  display: flex;
  justify-content: space-between;
}

.business-description__item__text-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .business-description__item__text-wrapper {
    width: 48%;
  }
}

.business-description__item__img-wrapper {
  aspect-ratio: 480/320;
  overflow: hidden;
  margin-top: 1.25rem;
}

.business-description__item__en-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-align: left;
}

.business-description__item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.4285714286;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .business-description__item__text {
    margin-top: auto;
  }
}

.business-description__item__en-text {
  margin-top: 1.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
@media screen and (min-width: 768px) {
  .business-description__item__en-text {
    margin-bottom: 1.5625rem;
  }
}

.business-description__item__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business-description__item__img {
    width: 48%;
    aspect-ratio: 480/320;
  }
}

.business-description__item__body {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .business-description__item__body {
    margin-top: 3.875rem;
  }
}

.business-description__item__body__list {
  display: flex;
  flex-direction: column;
}

.business-description__item__body__list__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.8571428571;
  font-weight: 700;
}

.feature {
  margin-top: 6.25rem;
}

.feature__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 1.25rem;
  margin-top: 1.5rem;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature__copy {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

.feature__list {
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
  row-gap: 3.125rem;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .feature__list {
    margin-top: 2.8125rem;
    gap: 3.125rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 50rem;
  }
}

.feature__item {
  text-align: center;
}

.feature__item__img {
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  max-width: 6.25rem;
}

.feature__item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.35;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .feature__item__title {
    font-size: 1.25rem;
  }
}

.feature__item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.4285714286;
  margin-top: 0.5rem;
}

.page-projects {
  margin-top: 5rem;
}

.page-projects__inner {
  max-width: 65.625rem;
}

.page-projects__pc-table {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1.25rem;
  display: table;
}
@media screen and (min-width: 768px) {
  .page-projects__pc-table {
    font-size: 1.25rem;
    border-spacing: 0 0.625rem;
  }
}

.page-projects__pc-table th {
  text-align: left;
  padding-bottom: 1.65625rem;
}
@media screen and (min-width: 768px) {
  .page-projects__pc-table th {
    text-align: center;
  }
}

.page-projects__pc-table th:first-child, .page-projects__pc-table td:first-child {
  width: 7.5rem;
}

.page-projects__pc-table th:nth-child(n+2) {
  position: relative;
}

.page-projects__pc-table th:nth-child(2) {
  font-size: 0.875rem;
  width: 49.275%;
}
@media screen and (min-width: 768px) {
  .page-projects__pc-table th:nth-child(2) {
    width: 40%;
    padding-left: 1.25rem;
    font-size: 1.25rem;
  }
}

.page-projects__pc-table th:nth-child(3), .page-projects__pc-table td:nth-child(3) {
  padding-left: 1.25rem;
  width: 18.6%;
}
@media screen and (min-width: 768px) {
  .page-projects__pc-table th:nth-child(3), .page-projects__pc-table td:nth-child(3) {
    padding-left: 1.875rem;
    width: 13%;
  }
}

.page-projects__pc-table th:nth-child(4) {
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-projects__pc-table th:nth-child(4) {
    width: 30%;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-projects__pc-table th:nth-child(5) {
    width: 10%;
  }
}

.page-projects__pc-table th:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-projects__pc-table th:nth-child(2)::after {
    left: 1.25rem;
  }
}

.page-projects__pc-table th:nth-child(n+3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}

.page-projects__pc-table td:nth-child(2) {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .page-projects__pc-table td:nth-child(2) {
    padding-left: 1.25rem;
    font-size: 1.25rem;
  }
}

.page-projects__pc-table td:nth-child(4) {
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-projects__pc-table td:nth-child(4) {
    padding-left: 0;
  }
}

.page-projects__pc-table td {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-projects__pc-table td {
    text-align: center;
  }
}

.page-projects__image {
  max-width: 7.5rem;
  aspect-ratio: 123/80;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-projects__image {
    display: block;
  }
}

.page-projects__sp-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-projects__sp-list {
    display: none;
  }
}

.page-projects__sp-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.page-projects__sp-item:not(:first-child) {
  border-top: 1px solid #98A6B5;
  padding-top: 1.875rem;
}

.page-projects__sp-item__head {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.page-projects__sp-item__img {
  width: 35%;
  aspect-ratio: 120/80;
  overflow: hidden;
  flex-shrink: 0;
}

.page-projects__sp-item__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #3C3C3C;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.page-projects__sp-item__type {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3B4043;
  letter-spacing: 0.1em;
}

.page-projects__sp-item__body {
  display: flex;
  gap: 2.5rem;
}

.page-projects__sp-item__text-wrapper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}

.page-projects__sp-item__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
  background-color: #607E64;
  padding: 0.1875rem 0.375rem;
}

.page-projects__sp-item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3B4043;
  letter-spacing: 0.1em;
}

.page-company {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-company {
    margin-top: 6.25rem;
  }
}

.page-company__list {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-company__item {
  padding-bottom: 1.65625rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.page-company__item:not(:first-child) {
  margin-top: 1.65625rem;
}

.page-company__term {
  width: 25%;
  font-weight: 900;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .page-company__term {
    width: 35%;
  }
}

.page-company__description {
  font-weight: 400;
  line-height: 2.1428571429;
}

.page-recruit {
  margin-top: 3.125rem;
}

.page-recruit__inner {
  max-width: 75.625rem;
}

.page-recruit__list {
  display: flex;
  flex-direction: column;
}

.page-recruit__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #3C3C3C;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .page-recruit__item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
    border-top: 1px solid #3C3C3C;
  }
}

@media screen and (min-width: 768px) {
  .page-recruit__item:not(:first-child) {
    border-top: none;
  }
}

.page-recruit__item__img {
  aspect-ratio: 345/260;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-recruit__item__img {
    aspect-ratio: 560/420;
  }
}

.page-recruit__sub-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.page-recruit__sub-list__item {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.page-recruit__sub-list__item__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8888888889;
}

.page-recruit__sub-list__item__text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.4285714286;
}

.page-recruit__contact {
  margin-top: 3.125rem;
  text-align: center;
}

.page-recruit__contact__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8888888889;
}

.page-recruit__contact__text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.4285714286;
}

.gtranslate_wrapper {
  background-color: #607E64;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  width: 5rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
}

.gtranslate_wrapper a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  padding: 0rem 0.5rem;
}

.gtranslate_wrapper a:nth-child(1) {
  padding-left: 0rem;
}

.gtranslate_wrapper a:nth-child(2) {
  padding-right: 0rem;
}

.gtranslate_wrapper a:nth-child(2)::after {
  content: "";
  margin: 0 0.5rem;
  width: 1px;
  height: 0.75rem;
  transform: translateY(0.09375rem);
  background-color: #fff;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  body {
    background-color: #000;
  }
}/*# sourceMappingURL=style.css.map */