@charset "UTF-8";
/* Farm/buy デザイントークン
-----------------------------------------------------------------*/
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* ============================================================
   企業サイト 事業詳細（育てる/つくる/つなげる/循環する）共通CSS
   ark_company/assets/company-business-detail.css の .p-grow 系＋.c-feature を移植
   （同ファイル内の .p-chairperson / .p-info は各ページで別途扱う）
   ・色/フォント/共通部品は company_common.css。読み込み順: common→company_common→本CSS
============================================================ */
/* ---- ページ固有リセット ---- */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f1f0ee;
}

h1,
h2,
p,
figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
}

/* ============ 本体 .p-grow ============ */
.p-grow {
  background: #efefef;
  font-family: var(--gothic);
  color: var(--text-body);
}

/* KV */
.p-grow-kv {
  position: relative;
  height: 640px;
  overflow: hidden;
}

.p-grow-kv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-grow-kv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  height: 100%;
  padding: 0 24px;
}

.p-grow-kv__title {
  font-family: var(--mincho);
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #fff;
}

.p-grow-kv__label {
  position: absolute;
  left: 50%;
  bottom: 72px;
  transform: translateX(-50%);
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  font-family: var(--gothic);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #fff;
}

/* ダークイントロ */
.p-grow-intro {
  position: relative;
  will-change: transform;
  background: #efefef;
  color: var(--text);
  padding: 128px 0 128px;
}

.p-grow-intro__quote {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 24px;
  text-align: left;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.12em;
  color: var(--text);
}

.p-grow-intro__quote::before {
  content: "“";
  margin-right: 0.3em;
}

.p-grow-intro__quote::after {
  content: "”";
  margin-left: 0.3em;
}

.p-grow-intro__list {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 72px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* カテゴリセクション */
.p-grow-cat {
  position: relative;
  padding-bottom: 160px;
}

.p-grow-cat__banner {
  position: relative;
  height: 480px;
  margin-bottom: 64px;
  overflow: hidden;
}

.p-grow-cat__img {
  position: absolute;
  top: -6%;
  left: 0;
  width: 100vw;
  height: 112%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-grow-cat__body {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 24px;
}

.p-grow-cat__content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 24px;
  column-gap: 24px;
  align-items: start;
}

.p-grow-cat__title {
  grid-column: 1/6;
  margin: 0;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: var(--text);
}

.p-grow-cat__title.c-section-title {
  padding-top: 0;
}

.p-grow-cat__title.c-section-title::after {
  display: none;
}

.p-grow-cat__intro {
  grid-column: 6/13;
  max-width: none;
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: var(--text);
}

.p-grow-cat__intro p + p {
  margin-top: 1.6em;
}

.p-grow-cat__grid {
  grid-column: 1/-1;
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
}

/* カード */
.p-grow-card {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.p-grow-card__imgwrap {
  overflow: hidden;
  aspect-ratio: 1.5;
  order: 3;
  margin-top: auto;
  width: 100%;
}
.p-grow-card__imgwrap > img,
.p-grow-card__imgwrap > svg,
.p-grow-card__imgwrap > iframe,
.p-grow-card__imgwrap > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-grow-card__imgwrap.is-contain {
  background: #fff;
}

.p-grow-card__imgwrap.is-contain > img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-grow-card__title {
  order: 1;
  margin: 24px 24px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text);
}

.p-grow-card__desc {
  order: 2;
  margin: 14px 24px 26px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--muted);
}

/* 下部CTA */
.p-grow-more {
  background: #272727;
  color: #fff;
  padding: 88px 0 96px;
}

.p-grow-more__title {
  box-sizing: border-box;
  padding: 0 24px;
  text-align: center;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.p-grow-more__slider {
  width: 100%;
  max-width: 1248px;
  margin: 56px auto 0;
  box-sizing: border-box;
  padding: 0 24px;
}

.p-grow-more__viewport::-webkit-scrollbar {
  display: none;
}

.p-grow-more__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.p-grow-more__track .p-grow-more-card:first-child {
  display: none;
}

.p-grow-more__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.p-grow-more__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 48px;
  height: 64px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.p-grow-more__btn svg {
  display: block;
}

.p-grow-more__btn:hover {
  background: #fff;
  border-color: #fff;
  color: #272727;
}

.p-grow-more-card {
  overflow: hidden;
  aspect-ratio: 1.1897590361;
  position: relative;
  text-decoration: none;
}
.p-grow-more-card > img,
.p-grow-more-card > svg,
.p-grow-more-card > iframe,
.p-grow-more-card > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-grow-more-card__img {
  transition: transform 0.4s ease;
}

.p-grow-more-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}

.p-grow-more-card:hover .p-grow-more-card__img {
  transform: scale(1.05);
}

.p-grow-more-card__title {
  font-family: var(--mincho);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 1;
  font-size: 32px;
  letter-spacing: 0.08em;
  color: #fff;
}

.p-grow-more-card__label {
  position: absolute;
  left: 32px;
  bottom: 86px;
  z-index: 1;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #fff;
  white-space: nowrap;
}

/* more カード右下に共通矢印（.arw / .arw--lg は common） */
.p-grow-more-card .arw {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
}

/* 下部CTAの視差せり上がり */
.p-grow-reveal {
  position: relative;
}

.p-grow-reveal > .p-grow-more {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .p-grow-reveal > .p-grow-more {
    transform: none !important;
  }
  .p-grow-cat__banner[data-parallax] .p-grow-cat__img {
    position: static;
    top: auto;
    height: 100%;
    width: 100%;
  }
}
/* ============ c-feature は _companyComponents.scss に共通化 ============ */
/* カードのフェードイン */
.p-grow-card.js-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-grow-card.js-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.p-grow-cat__grid .p-grow-card.js-reveal:nth-child(2n) {
  transition-delay: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
  .p-grow-card.js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media print {
  .p-grow-card.js-reveal {
    opacity: 1;
    transform: none;
  }
}
/* ============ SP (≤1023px) ============ */
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .p-grow-kv {
    height: 420px;
  }
  .p-grow-kv__title {
    top: 50%;
    font-size: 40px;
  }
  .p-grow-kv__label {
    bottom: 32px;
    font-size: 13px;
  }
  .p-grow-intro {
    padding: 96px 0 96px;
  }
  .p-grow-intro__quote {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
  .p-grow-intro__list {
    padding: 48px 24px 0;
    gap: 0;
  }
  .p-grow-cat {
    padding-bottom: 96px;
  }
  .p-grow-cat__banner {
    height: 300px;
    margin-bottom: 40px;
  }
  .p-grow-cat__title {
    float: none;
    white-space: normal;
    font-size: 26px;
    margin: 0 0 24px;
  }
  .p-grow-cat__content {
    display: block;
  }
  .p-grow-cat__intro {
    padding-top: 0;
  }
  .p-grow-cat__grid {
    margin-top: 48px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .p-grow-more {
    padding: 96px 0;
  }
  .p-grow-more__title {
    font-size: 26px;
  }
  .p-grow-more__slider {
    margin-top: 32px;
    padding-left: 24px;
    padding-right: 0;
  }
  .p-grow-more__viewport {
    margin-top: 20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
  }
  .p-grow-more__viewport.is-dragging {
    cursor: grabbing;
  }
  .p-grow-more__viewport.is-dragging a {
    pointer-events: none;
  }
  .p-grow-more__track {
    display: flex;
    gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-grow-more__btn {
    padding: 0 36px;
    height: 60px;
  }
  .p-grow-more-card {
    flex: 0 0 auto;
    width: 74vw;
  }
  .p-grow-more-card__title {
    font-size: 22px;
    left: 20px;
    bottom: 20px;
    top: auto;
    transform: none;
  }
  .p-grow-more-card__label {
    font-size: 12px;
    left: 20px;
    bottom: 58px;
    transform: none;
  }
}