/* ===================================
   Business page トップ
=================================== */
.features {
  position: relative;
  width: 100%;
}

.business-page__images {
  position: relative;
  z-index: 1;
  width: 100%;
}

.business-page__images__section {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.business-page__images__section img {
  will-change: transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.business-page__contents {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.business-page__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url(../images/pc/Business/bg.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.business-page__title {
  color: var(--color-light);
  text-align: center;
  font-family: var(--font-main);
  font-size: 16rem;
  font-weight: 400;
  width: 100%;
  margin-bottom: 15%;
}

.business-page__intro-heading {
  color: var(--color-light);
  font-family: var(--font-strong);
  font-size: 4rem;
  font-weight: 500;
  line-height: 0.8;
  text-align: center;
  margin-bottom: 6rem;
}

.business-page__intro-text {
  text-align: center;
  color: var(--color-light);
  font-family: var(--font-strong);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.07rem;
  margin-bottom: 0;
}

.business-page__br-sp {
  display: none;
}

.business-page__br-pc {
  display: block;
}

.business-page__br-tab {
  display: none;
}

@media screen and (max-width: 1180px) {
  .business-page__br-tab {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .main.business-page {
    margin-top: var(--header-height-sp);
  }

  .business-page__images__section {
    height: calc(100svh - 14rem);
  }

  .business-page__background {
    background-image: url(../images/sp/Business/bg.webp);
  }

  .business-page__hero {
    height: auto;
    position: relative;
  }

  .business-page__hero-background {
    height: 100%;
    background-image: url(../images/sp/Business/bg1.webp);
  }

  .business-page__images__section:nth-child(2) {
    margin-top: -2rem;
  }

  .business-page__title {
    font-size: 4.8rem;
    line-height: 1.04;
    padding: 6rem 0;
    margin: 10.4rem auto 12.4rem;
  }

  .business-page__intro {
    gap: 4rem;
    padding: 0 3rem;
    aspect-ratio: 39/70;
  }

  .business-page__intro-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 39/70;
    z-index: var(--z-background-section);
    pointer-events: none;
    background-image: url(../images/sp/Business/bg2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .business-page__intro-heading {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-top: 15.6rem;
    width: 100%;
  }

  .business-page__contents {
    padding: 0 3rem;
  }

  .business-page__intro-text {
    margin-bottom: 15.6rem;
    font-size: 1.4rem;
    text-align-last: left;
  }

  .business-page__br-sp {
    display: block;
  }

  .business-page__br-pc {
    display: none;
  }
}

/* ===================================
        Business page values
  =================================== */

.business-page__values {
  position: relative;
  width: 100%;
  z-index: 3;
}

.business-page__values-container {
  font-size: 0.694444vw !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  padding: 23rem 2rem 21.5em;
  aspect-ratio: 360 / 487;
}

/* カードコンテナ */
.value-card-wrapper {
  position: sticky;
  top: 35%;
  z-index: 5;
  overflow: hidden;
  height: 31rem;
}

.value-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  will-change: transform, opacity;
  display: grid;
  grid-template-columns: 47% 47%;
  gap: 5.8rem;
  align-items: center;
  justify-content: center;
}

.value-card__label {
  width: 31rem;
  height: 31rem;
  border-radius: 31rem;
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: right;
  color: var(--color-light);
  text-align: center;
  font-family: var(--font-main);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.value-card__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* カードが表示されたらコンテンツもフェードイン */
.value-card__content.is-visible {
  opacity: 1;
}

/* 1枚目は最初から表示 */
.value-card__content-1 {
  opacity: 1;
}

.value-card__heading {
  color: var(--color-light);
  font-family: var(--font-strong);
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1.56;
  white-space: nowrap;
}

.value-card__description {
  color: var(--color-light);
  font-family: var(--font-strong);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 750px) {

  .business-page__values-container {
    font-size: 10px !important;
    width: 100%;
    padding: 12rem 0 8.5rem;
    gap: 0;
    aspect-ratio: 39 / 170;
  }

  /* スマホではstickyを解除し、縦並びに */
  .value-card-wrapper {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }

  .value-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 0 3rem;
  }

  .value-card__label {
    width: 21.7rem;
    height: 21.7rem;
    border-radius: 21.7rem;
    font-size: 1.68rem;
    justify-self: center;
  }

  .value-card__content {
    opacity: 1;
    transform: none;
    transition: none;
    gap: 1.3rem;
    text-align: center;
  }

  .value-card__heading {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    white-space: normal;
  }

  .value-card__description {
    text-align: center;
  }
}

/* ------------------------------------
   Business page - Values Gallery
  -------------------------------------- */
.gallery__media {
  position: absolute;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery__img {
  will-change: transform;
  backface-visibility: hidden;
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.gallery__img-1 {
  max-width: 42em;
  top: 18.8em;
  left: 0;
}

.gallery__img-2 {
  max-width: 72.4em;
  top: 98.1em;
  right: 0;
}

.gallery__img-3 {
  max-width: 36em;
  bottom: 10em;
  left: 0;
}

@media screen and (max-width: 750px) {
  .gallery__img-1 {
    max-width: 16rem;
    top: 10.2rem;
    left: 0;
  }

  .gallery__img-2 {
    max-width: 27rem;
    top: 55.7rem;
    right: 0;
  }

  .gallery__img-3 {
    max-width: 21rem;
    bottom: 41.3rem;
    left: 0;
  }
}


.business-page__operations {
  position: relative;
  z-index: 1;
}


.business-page__section-title {
  color: var(--color-light);
  font-family: var(--font-main);
  white-space: nowrap;
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.62;
  padding: 6rem 0;
}

.business-page__operations .business-page__section-title {
  line-height: 1.4;
}


.service-grid {
  display: flex;
  flex-direction: column;
  gap: 18rem;
  margin: 0 auto 13rem;
}

.service-card {
  max-width: 198rem;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.service-card__category {
  color: var(--color-light);
  font-family: var(--font-main);
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.38;
  padding: 6rem 0;
}

.service-card__content {
  display: grid;
  grid-template-columns: 47% 47%;
  justify-items: center;
  gap: 5.8rem;
  align-items: center;
  padding: 0 3rem;
  justify-content: center;
  /* max-width: 100rem; */
  width: 100%;
  margin: auto;
}

.service-card__image {
  height: auto;
  width: 100%;
}

.service-card__content picture {
  justify-self: right;
  width: fit-content;
}

.service-card__image-1 {
  max-width: 42.3rem;
}

.service-card__image-2 {
  max-width: 54.4rem;
}

.service-card__image-3 {
  max-width: 39.8rem;
}

.service-card__text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}


.service-card__title {
  color: var(--color-light);
  font-family: var(--font-strong);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
}

.service-card__description {
  color: var(--color-light);
  font-family: var(--font-strong);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 750px) {
  .business-page__section-title {
    font-size: 4rem;
    line-height: 1.25;
    padding: 0;
  }

  .service-card__content picture {
    justify-self: center;
  }

  .service-grid {
    gap: 12rem;
    margin: 2rem auto 12rem;
  }

  .service-card {
    max-width: none;
    gap: 2rem;
  }

  .service-card__category {
    font-size: 2rem;
    line-height: 2.5;
    padding: 0;
    text-align: center;
  }

  .service-card__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: none;
    width: 100%;
  }

  .service-card__image-1 {
    max-width: none;
  }

  .service-card__image-2 {
    max-width: none;
  }

  .service-card__image-3 {
    max-width: none;
  }

  .service-card__text {
    gap: 1rem;
  }

  .service-card__title {
    font-size: 2.4rem;
    line-height: 2.08;
  }
}


.business-page__other-services {
  position: relative;
  z-index: 1;
}

.business-page__other-services-container {
  width: 100%;
  margin: auto;
}

.other-services-grid {
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: 47% 47%;
  gap: 5.8rem;
  justify-content: center;
  padding: 0 3rem 24rem;
  /* max-width: 100rem; */
}

.other-service-card-1 {
  justify-self: right;
}

.other-service-card {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 42.2rem;
  width: 100%;
}

.other-service-card__title {
  color: var(--color-light);
  font-family: var(--font-strong);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
}

.other-service-card__description {
  color: var(--color-light);
  font-family: var(--font-strong);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 750px) {
  .other-services-grid {
    margin: 6rem auto 0;
    padding: 0 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 9rem;
    max-width: none;
  }

  .other-service-card-1 {
    position: relative;
    justify-self: center;
    padding-bottom: 4rem;
  }

  .other-service-card-1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
        #EEE9E5 0%,
        #477C98 67.3%,
        #002246 81.7%);
  }

  .other-service-card-2 {
    padding-top: 4rem;
  }

  .other-service-card {
    gap: 1rem;
    max-width: none;
  }

  .other-service-card__title {
    font-size: 2.4rem;
    line-height: 2.08;
  }
}