@charset "utf-8";


/*  l-project
--------------------------------------------------*/
.l-project {
  padding-block: 3.75rem 4.6875rem;
  border-radius: 20px;
  background: var(--white);
}
.project-flow {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  border-top: solid 1px var(--border-base);
}
.project-flow__list {
  margin-top: 2.5rem;
  grid-template-columns: repeat(3,1fr);
  gap: 2.5rem clamp(1.875rem, -0.2738rem + 4.4709vw, 3.75rem);
}
.project-flow__list__item {
  position: relative;
}
.project-flow__list__item + .project-flow__list__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: clamp(-2.5rem, 0.1826rem + -2.9806vw, -1.25rem);
  margin-top: 27%;
  width: clamp(0.625rem, -0.0913rem + 1.4903vw, 1.25rem);
  aspect-ratio: 1 / 1;
  background: url(../../../common/img/icon_arrow_blue.svg) no-repeat center center/cover;
}
.project-flow__list__item__photo {
  border-radius: 12px;
  overflow: hidden;
}
.project-flow__list__item__detail {
  margin-top: 1.25rem;
}
.project-flow__list__item__detail__heading {
  position: relative;
  font-size: clamp(0.9375rem, 0.7226rem + 0.4471vw, 1.125rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: var(--base-color);
  padding-left: clamp(4.375rem, 3.3006rem + 2.2355vw, 5.3125rem);
}
.project-flow__list__item__detail__heading span {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(3.4375rem, 2.6496rem + 1.6393vw, 4.125rem);
}
.project-flow__list__item__detail__desc {
  font-size: clamp(0.875rem, 0.8034rem + 0.149vw, 0.9375rem);
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: var(--base-color);
  margin-top: 0.9375rem;
}
.project-product {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  border-top: solid 1px var(--border-base);
}
.project-product__list {
  margin-top: 2.5rem;
  grid-template-columns: repeat(4,1fr);
  gap: clamp(1.25rem, -0.1826rem + 2.9806vw, 2.5rem);
}
.project-product__list__item {
  position: relative;
}
.project-product__list__item__detail {
  margin-top: 0.625rem;
}
.project-product__list__item__detail__cat {
  font-size: clamp(0.625rem, 0.4817rem + 0.2981vw, 0.75rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--base-color);
  padding: 0.375rem 0.5rem 0.4375rem;
  background: #EFEFEF;
  border-radius: 4px;
}
.project-product__list__item__detail__desc {
  font-size: clamp(0.8125rem, 0.4544rem + 0.7452vw, 1.125rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: var(--base-color);
  font-weight: 500;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px){
  .l-project {
    padding-block: 3.125rem 3.125rem;
  }
  .project-flow {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
  .project-flow__list {
    margin-top: 1.875rem;
    grid-template-columns: repeat(1,1fr);
    gap: 3.125rem 0;
  }
  .project-flow__list__item + .project-flow__list__item::before {
    top: -2.1875rem;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-inline: auto;
    width: 0.875rem;
    transform: rotate(90deg);
  }
  .project-flow__list__item__detail {
    margin-top: 1.125rem;
  }
  .project-flow__list__item__detail__heading {
    font-size: clamp(0.75rem, 0rem + 3.75vw, 0.9375rem);
    padding-left: clamp(3rem, 0rem + 15vw, 3.75rem);
  }
  .project-flow__list__item__detail__heading span {
    top: 0.0625rem;
    width: clamp(2.625rem, 0.125rem + 12.5vw, 3.25rem);
  }
  .project-flow__list__item__detail__desc {
    font-size: clamp(0.6875rem, -0.0625rem + 3.75vw, 0.875rem);
    line-height: 1.5;
    margin-top: 0.9375rem;
  }
  .project-product {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
  .project-product__list {
    margin-top: 1.875rem;
    grid-template-columns: repeat(2,1fr);
    gap: clamp(1.25rem, 0rem + 6.25vw, 1.5625rem) clamp(1rem, 0rem + 5vw, 1.25rem);
  }
  .project-product__list__item__detail__cat {
    font-size: clamp(0.5rem, 0rem + 2.5vw, 0.625rem);
    padding: 0.3125rem 0.375rem 0.375rem;
  }
  .project-product__list__item__detail__desc {
    font-size: clamp(0.625rem, -0.125rem + 3.75vw, 0.8125rem);
    margin-top: 0.5rem;
  }
}