.p-business-hero[data-astro-cid-uv55n5wi] {
  padding: clamp(
      127px,
      127px + (209 - 127) * (100vw - 390px) / (1440 - 390),
      209px
    )
    clamp(28px, 28px + (48 - 28) * (100vw - 390px) / (1024 - 390), 48px) 111px;
  position: relative;
}
.p-business-hero__inner[data-astro-cid-uv55n5wi] {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 0 auto;
}
.p-business-hero__title[data-astro-cid-uv55n5wi] {
  font-size: clamp(
    43px,
    43px + (80 - 43) * (100vw - 390px) / (1440 - 390),
    80px
  );
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: clamp(
    20px,
    20px + (30 - 20) * (100vw - 390px) / (1440 - 390),
    30px
  );
  color: #fff;
}
.p-business-hero__description[data-astro-cid-uv55n5wi] {
  font-size: clamp(
    26px,
    26px + (42 - 26) * (100vw - 390px) / (1440 - 390),
    42px
  );
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
.p-business-card__link[data-astro-cid-osy5wmg4] {
  display: block;
  color: inherit;
}
.p-business-card__image-wrapper[data-astro-cid-osy5wmg4] {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-business-card__image[data-astro-cid-osy5wmg4] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.p-business-card[data-astro-cid-osy5wmg4]:hover
  .p-business-card__image[data-astro-cid-osy5wmg4] {
  transform: scale(1.02);
}
.p-business-card__content[data-astro-cid-osy5wmg4] {
  margin-bottom: 40px;
}
.p-business-card__number[data-astro-cid-osy5wmg4] {
  display: block;
  font-size: clamp(
    18px,
    18px + (24 - 18) * (100vw - 390px) / (1440 - 390),
    24px
  );
  margin-bottom: 27px;
  font-weight: 700;
}
.p-business-card__logo[data-astro-cid-osy5wmg4] {
  margin-bottom: clamp(
    26px,
    26px + (36 - 26) * (100vw - 390px) / (1440 - 390),
    36px
  );
  width: 267px;
  height: auto;
}
.p-business-card__logo[data-astro-cid-osy5wmg4] img[data-astro-cid-osy5wmg4] {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-business-card__title[data-astro-cid-osy5wmg4] {
  font-size: clamp(
    24px,
    24px + (30 - 24) * (100vw - 390px) / (1440 - 390),
    30px
  );
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.p-business-card__description[data-astro-cid-osy5wmg4] {
  font-size: clamp(
    14px,
    14px + (18 - 14) * (100vw - 390px) / (1440 - 390),
    18px
  );
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  margin-bottom: clamp(
    16px,
    16px + (24 - 16) * (100vw - 390px) / (1440 - 390),
    24px
  );
}
.p-business-card__more[data-astro-cid-osy5wmg4] {
  display: inline-flex;
  align-items: center;
  font-size: clamp(
    14px,
    14px + (16 - 14) * (100vw - 390px) / (1440 - 390),
    16px
  );
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  transition: opacity 0.2s ease;
}
.p-business-card[data-astro-cid-osy5wmg4]:hover
  .p-business-card__more[data-astro-cid-osy5wmg4] {
  opacity: 0.7;
}
.p-business-list__inner[data-astro-cid-her53m67] {
  background: #fff;
  padding: clamp(
      60px,
      60px + (100 - 60) * (100vw - 390px) / (1440 - 390),
      100px
    )
    clamp(28px, 28px + (48 - 28) * (100vw - 390px) / (1024 - 390), 48px) 145px;
  border-radius: clamp(
      60px,
      60px + (330 - 60) * (100vw - 390px) / (1440 - 390),
      330px
    )
    clamp(60px, 60px + (330 - 60) * (100vw - 390px) / (1440 - 390), 330px) 0 0;
}
@media screen and (min-width: 768px) {
  .p-business-list__inner[data-astro-cid-her53m67] {
    padding-bottom: 86px;
  }
}
.p-business-list__inner--for-corporate[data-astro-cid-her53m67] {
  background-color: #f4f4f4;
}
.p-business-list__category[data-astro-cid-her53m67] {
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-business-list__category[data-astro-cid-her53m67] {
    display: grid;
    grid-template-columns: 48% 1fr;
    align-items: start;
  }
}
.p-business-list__category-title[data-astro-cid-her53m67] {
  font-size: clamp(
    28px,
    28px + (42 - 28) * (100vw - 390px) / (1440 - 390),
    42px
  );
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: clamp(
    32px,
    32px + (40 - 32) * (100vw - 390px) / (1440 - 390),
    40px
  );
  display: flex;
  flex-direction: column;
  gap: 6px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-business-list__category-title[data-astro-cid-her53m67] {
    margin-bottom: 0;
    padding-left: 60px;
    position: sticky;
    top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .p-business-list__category-title[data-astro-cid-her53m67] {
    padding-left: 0;
  }
}
.p-business-list__category-label[data-astro-cid-her53m67] {
  font-size: clamp(
    14px,
    14px + (24 - 14) * (100vw - 390px) / (1440 - 390),
    24px
  );
  font-weight: 700;
}
.p-business-list__grid[data-astro-cid-her53m67] {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 32px + (48 - 32) * (100vw - 390px) / (1440 - 390), 48px);
}
.p-business-contents[data-astro-cid-qh2qpigm] {
  position: relative;
}
.p-business-contents__bg[data-astro-cid-qh2qpigm] {
  background-color: #181818;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  height: clamp(
    1254px,
    1254px + (1800 - 1254) * (100vw - 390px) / (1440 - 390),
    1800px
  );
  z-index: -1;
}
.p-business-contents__bg-image[data-astro-cid-qh2qpigm] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
