.p-hero[data-astro-cid-bbe6dxrz] {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  padding-top: clamp(
    100px,
    100px + (148 - 100) * (100vw - 390px) / (1440 - 390),
    148px
  );
  background: #181818;
}
@media screen and (min-width: 768px) {
  .p-hero[data-astro-cid-bbe6dxrz] {
    padding-inline: 50px;
  }
}
.p-hero__inner[data-astro-cid-bbe6dxrz] {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.p-hero__content[data-astro-cid-bbe6dxrz] {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  transform: translateY(-10%);
}
.p-hero__title[data-astro-cid-bbe6dxrz] {
  font-size: clamp(
    47px,
    47px + (90 - 47) * (100vw - 390px) / (1440 - 390),
    90px
  );
  width: -moz-max-content;
  width: max-content;
  margin-bottom: clamp(
    26px,
    26px + (53 - 26) * (100vw - 390px) / (1440 - 390),
    53px
  );
  opacity: 0;
  animation: fade-in 0.8s 0.4s ease forwards;
}
.p-hero__title-line[data-astro-cid-bbe6dxrz] {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.p-hero__title-line[data-astro-cid-bbe6dxrz]:nth-child(1) {
  letter-spacing: 0.06em;
}
.p-hero__title-line[data-astro-cid-bbe6dxrz]:nth-child(2) {
  letter-spacing: 0;
}
.p-hero__title-sub[data-astro-cid-bbe6dxrz] {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: clamp(16px, 16px + (30 - 16) * (100vw - 390px) / (1440 - 390), 30px);
  right: clamp(30px, 30px + (94 - 30) * (100vw - 390px) / (1440 - 390), 94px);
  font-size: clamp(
    12px,
    12px + (20 - 12) * (100vw - 390px) / (1440 - 390),
    20px
  );
  color: #fff;
  font-weight: 700;
  opacity: 0;
  animation: fade-in 0.8s 0.6s ease forwards;
}
.p-hero__about-link[data-astro-cid-bbe6dxrz] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  color: #fff;
  font-weight: 700;
  font-size: clamp(
    15px,
    15px + (20 - 15) * (100vw - 390px) / (1440 - 390),
    20px
  );
  opacity: 0;
  animation: fade-in 0.8s 0.8s ease forwards;
  transition: opacity 0.3s ease;
}
.p-hero__about-link[data-astro-cid-bbe6dxrz]:hover {
  opacity: 0.7;
}
.p-hero__about-icon[data-astro-cid-bbe6dxrz] {
  width: clamp(18px, 18px + (26 - 18) * (100vw - 390px) / (1440 - 390), 26px);
  height: clamp(18px, 18px + (26 - 18) * (100vw - 390px) / (1440 - 390), 26px);
  transition: transform 0.3s ease;
}
.p-hero__about-link[data-astro-cid-bbe6dxrz]:hover
  .p-hero__about-icon[data-astro-cid-bbe6dxrz] {
  transform: translateX(4px);
}
.p-hero__scroll[data-astro-cid-bbe6dxrz] {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(-50%, 50%);
  display: block;
  gap: 20px;
  opacity: 0;
  animation: fade-in-scroll 0.8s 1s ease forwards;
}
@media screen and (min-width: 768px) {
  .p-hero__scroll[data-astro-cid-bbe6dxrz] {
    top: 50%;
    bottom: auto;
    display: flex;
    right: 0;
    transform: translateY(-50%);
  }
}
.p-hero__scroll-text[data-astro-cid-bbe6dxrz] {
  color: #fff;
  font-weight: 700;
  font-size: clamp(
    16px,
    16px + (18 - 16) * (100vw - 390px) / (768 - 390),
    18px
  );
}
.p-hero__scroll-line[data-astro-cid-bbe6dxrz] {
  position: relative;
  width: 1px;
  height: 80px;
  margin: 8px auto 0;
}
.p-hero__scroll-line[data-astro-cid-bbe6dxrz]:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  top: 0;
  left: 50%;
  background: #fff;
  animation: liner 4s cubic-bezier(1, 0, 0, 1) infinite;
}
.p-what-we-do[data-astro-cid-4c6nu67j] {
  padding-top: clamp(
    44px,
    44px + (123 - 44) * (100vw - 390px) / (1440 - 390),
    123px
  );
  padding-bottom: clamp(
    380px,
    380px + (549 - 380) * (100vw - 390px) / (1440 - 390),
    549px
  );
  background: #e4e4e4;
}
.p-what-we-do__inner[data-astro-cid-4c6nu67j] {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  z-index: 20;
  padding-inline: clamp(
    30px,
    30px + (64 - 30) * (100vw - 390px) / (1024 - 390),
    64px
  );
}
.p-what-we-do__title[data-astro-cid-4c6nu67j] {
  margin-bottom: clamp(
    45px,
    45px + (40 - 45) * (100vw - 390px) / (1440 - 390),
    40px
  );
}
.p-what-we-do__heading[data-astro-cid-4c6nu67j] {
  font-weight: 700;
  font-size: clamp(
    26px,
    26px + (42 - 26) * (100vw - 390px) / (1440 - 390),
    42px
  );
  line-height: 1.5;
}
.p-what-we-do__heading-kakko[data-astro-cid-4c6nu67j] {
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  .p-what-we-do__heading-kakko[data-astro-cid-4c6nu67j] {
    margin-left: 0;
  }
}
.p-what-we-do__heading-wo[data-astro-cid-4c6nu67j] {
  margin-left: -8px;
}
@media screen and (min-width: 768px) {
  .p-what-we-do__heading-wo[data-astro-cid-4c6nu67j] {
    margin-left: 0;
  }
}
.p-index-business[data-astro-cid-pde5jxq6] {
  position: relative;
  z-index: 20;
  padding: clamp(
      50px,
      50px + (128 - 50) * (100vw - 390px) / (1440 - 390),
      128px
    )
    clamp(28px, 28px + (48 - 28) * (100vw - 390px) / (1024 - 390), 48px) 0;
  margin-top: clamp(-419px, -29.1vw, -330px);
  background: #fff;
  border-radius: clamp(
      60px,
      60px + (330 - 60) * (100vw - 390px) / (1440 - 390),
      330px
    )
    clamp(60px, 60px + (330 - 60) * (100vw - 390px) / (1440 - 390), 330px) 0 0;
}
.p-index-business__inner[data-astro-cid-pde5jxq6] {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
}
.p-index-business__title[data-astro-cid-pde5jxq6] {
  margin-bottom: clamp(
    32px,
    32px + (48 - 32) * (100vw - 390px) / (1440 - 390),
    48px
  );
}
.p-index-business__list[data-astro-cid-pde5jxq6] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(32px, 32px + (50 - 32) * (100vw - 390px) / (1440 - 390), 50px);
  margin-bottom: clamp(
    50px,
    50px + (40 - 50) * (100vw - 390px) / (1440 - 390),
    40px
  );
}
@media screen and (min-width: 768px) {
  .p-index-business__list[data-astro-cid-pde5jxq6] {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-index-business__item[data-astro-cid-pde5jxq6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 clamp(16px, 16px + (20 - 16) * (100vw - 390px) / (1440 - 390), 20px);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-index-business__item[data-astro-cid-pde5jxq6] {
    width: 100%;
  }
}
.p-index-business__item[data-astro-cid-pde5jxq6]:hover {
  opacity: 0.8;
}
.p-index-business__item[data-astro-cid-pde5jxq6]:hover .p-index-business__item-arrow[data-astro-cid-pde5jxq6] {
  transform: translateX(4px);
}
.p-index-business__item-image[data-astro-cid-pde5jxq6] {
  flex-shrink: 0;
  width: clamp(85px, 85px + (110 - 85) * (100vw - 390px) / (1440 - 390), 110px);
  height: auto;
}
.p-index-business__item-img[data-astro-cid-pde5jxq6] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-index-business__item-content[data-astro-cid-pde5jxq6] {
  flex: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 8px + (16 - 8) * (100vw - 390px) / (1440 - 390), 16px);
}
.p-index-business__item-header[data-astro-cid-pde5jxq6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-index-business__item-title[data-astro-cid-pde5jxq6] {
  font-weight: 700;
  font-size: clamp(
    20px,
    20px + (32 - 20) * (100vw - 390px) / (1440 - 390),
    32px
  );
}
.p-index-business__item-arrow[data-astro-cid-pde5jxq6] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 576px) {
  .p-index-business__item-arrow[data-astro-cid-pde5jxq6] {
    width: 18px;
    height: 18px;
  }
}
.p-index-business__item-subtitle[data-astro-cid-pde5jxq6] {
  font-weight: 500;
  font-size: clamp(
    14px,
    14px + (18 - 14) * (100vw - 390px) / (1440 - 390),
    18px
  );
}
.p-index-news[data-astro-cid-5kulxhgn] {
  padding: 100px
    clamp(28px, 28px + (48 - 28) * (100vw - 390px) / (1024 - 390), 48px)
    clamp(75px, 75px + (127 - 75) * (100vw - 390px) / (1440 - 390), 127px);
}
.p-index-news__inner[data-astro-cid-5kulxhgn] {
  max-width: 1050px;
  margin: 0 auto;
}
.p-index-news__title[data-astro-cid-5kulxhgn] {
  margin-bottom: clamp(
    45px,
    45px + (40 - 45) * (100vw - 390px) / (1440 - 390),
    40px
  );
}
.p-index-news__list[data-astro-cid-5kulxhgn] {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(
    50px,
    50px + (64 - 50) * (100vw - 390px) / (1440 - 390),
    64px
  );
}
.p-index-news__item[data-astro-cid-5kulxhgn] {
  display: block;
  border-top: 1px solid #000;
  padding: 19px
    clamp(0px, 0px + (10 - 0) * (100vw - 390px) / (1440 - 390), 10px);
  transition: opacity 0.3s ease;
}
.p-index-news__item--last[data-astro-cid-5kulxhgn] {
  border-bottom: 1px solid #000;
}
.p-index-news__item[data-astro-cid-5kulxhgn]:hover {
  opacity: 0.8;
}
.p-index-news__item[data-astro-cid-5kulxhgn]:hover .p-index-news__item-arrow[data-astro-cid-5kulxhgn] {
  transform: translateX(4px);
}
.p-index-news__item-content[data-astro-cid-5kulxhgn] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-index-news__item-content[data-astro-cid-5kulxhgn] {
    gap: 6px;
  }
}
.p-index-news__item-meta[data-astro-cid-5kulxhgn] {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-index-news__item-meta[data-astro-cid-5kulxhgn] {
    gap: 0 6px;
  }
}
.p-index-news__item-date[data-astro-cid-5kulxhgn] {
  font-size: clamp(
    16px,
    16px + (18 - 16) * (100vw - 390px) / (1440 - 390),
    18px
  );
  font-weight: 500;
}
.p-index-news__item-category[data-astro-cid-5kulxhgn] {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 60px;
}
.p-index-news__item-title-wrap[data-astro-cid-5kulxhgn] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.p-index-news__item-title[data-astro-cid-5kulxhgn] {
  flex: 1;
  font-size: clamp(
    14px,
    14px + (18 - 14) * (100vw - 390px) / (1440 - 390),
    18px
  );
  font-weight: 700;
}
.p-index-news__item-arrow[data-astro-cid-5kulxhgn] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.p-index-news__more[data-astro-cid-5kulxhgn] {
  display: flex;
  justify-content: center;
  padding-top: clamp(
    32px,
    32px + (40 - 32) * (100vw - 390px) / (1440 - 390),
    40px
  );
}
.p-index-news__more-link[data-astro-cid-5kulxhgn] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: clamp(
    18px,
    18px + (20 - 18) * (100vw - 390px) / (1440 - 390),
    20px
  );
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-index-news__more-link[data-astro-cid-5kulxhgn]:hover {
  opacity: 0.8;
}
.p-index-news__more-arrow[data-astro-cid-5kulxhgn] {
  width: clamp(20px, 20px + (24 - 20) * (100vw - 390px) / (1440 - 390), 24px);
  height: clamp(20px, 20px + (24 - 20) * (100vw - 390px) / (1440 - 390), 24px);
}
.p-join-us[data-astro-cid-bf6rsggc] {
  padding-top: clamp(
    0px,
    0px + (100 - 0) * (100vw - 390px) / (470 - 390),
    100px
  );
}
@media screen and (min-width: 470px) {
  .p-join-us[data-astro-cid-bf6rsggc] {
    padding-top: clamp(
      100px,
      100px + (200 - 100) * (100vw - 470px) / (576 - 470),
      200px
    );
  }
}
@media screen and (min-width: 992px) {
  .p-join-us[data-astro-cid-bf6rsggc] {
    padding-top: 0;
  }
}
.p-join-us__wrapper[data-astro-cid-bf6rsggc] {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.p-join-us__bg-image[data-astro-cid-bf6rsggc] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  max-width: 600px;
  margin: 0 auto;
  z-index: -1;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .p-join-us__bg-image[data-astro-cid-bf6rsggc] {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: none;
  }
}
.p-join-us__inner[data-astro-cid-bf6rsggc] {
  max-width: 600px;
  margin: 0 auto;
  padding: clamp(73px, 73px + (90 - 73) * (100vw - 390px) / (1440 - 390), 90px)
    clamp(28px, 28px + (48 - 28) * (100vw - 390px) / (1024 - 390), 48px)
    clamp(73px, 73px + (160 - 73) * (100vw - 390px) / (470 - 390), 160px);
}
@media screen and (min-width: 992px) {
  .p-join-us__inner[data-astro-cid-bf6rsggc] {
    max-width: 800px;
    padding-bottom: clamp(
      45px,
      45px + (70 - 45) * (100vw - 992px) / (1200 - 992),
      70px
    );
  }
}
@media screen and (min-width: 1400px) {
  .p-join-us__inner[data-astro-cid-bf6rsggc] {
    max-width: 1050px;
    padding: 90px
      clamp(28px, 28px + (48 - 28) * (100vw - 390px) / (1024 - 390), 48px) 95px;
  }
}
.p-join-us__title[data-astro-cid-bf6rsggc] {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .p-join-us__title[data-astro-cid-bf6rsggc] {
    margin-bottom: 45px;
  }
}
.p-join-us__subtitle[data-astro-cid-bf6rsggc] {
  font-size: clamp(
    26px,
    26px + (42 - 26) * (100vw - 390px) / (1440 - 390),
    42px
  );
  margin-bottom: clamp(
    20px,
    20px + (27 - 20) * (100vw - 390px) / (1440 - 390),
    27px
  );
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .p-join-us__subtitle[data-astro-cid-bf6rsggc] {
    font-size: clamp(
      36px,
      36px + (40 - 36) * (100vw - 1200px) / (1400 - 1200),
      40px
    );
  }
}
@media screen and (min-width: 1400px) {
  .p-join-us__subtitle[data-astro-cid-bf6rsggc] {
    font-size: 42px;
  }
}
.p-join-us__text[data-astro-cid-bf6rsggc] {
  color: #fff;
  font-size: clamp(
    14px,
    14px + (18 - 14) * (100vw - 390px) / (1440 - 390),
    18px
  );
  line-height: 2;
  margin-bottom: clamp(
    20px,
    20px + (40 - 20) * (100vw - 992px) / (1050 - 992),
    40px
  );
}
.p-index-hero[data-astro-cid-j7pv25f6] {
  position: relative;
}
.p-index-hero__bg[data-astro-cid-j7pv25f6] {
  position: absolute;
  inset: 0;
  z-index: 11;
  pointer-events: none;
  opacity: 0;
  animation: fade-in-bg 2s 2s ease forwards;
}
.p-index-hero__bg-image[data-astro-cid-j7pv25f6] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media screen and (min-width: 768px) {
  .p-index-hero__bg-image[data-astro-cid-j7pv25f6] {
    -o-object-position: left top;
    object-position: left top;
  }
}
