@charset "utf-8";

/* ==========================================================================
   事業紹介ページ（business）専用
   共通パーツ（title02 / txt01 / table01 / card-list / lower-section）は lower.css を利用する
   ========================================================================== */

/* --------------------------------------------------------------------------
   リード
   -------------------------------------------------------------------------- */
.lcl-biz-intro__body {
  width: 76rem;
  margin-inline: auto 0;
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-intro__body {
    width: 100%;
    margin-top: 4rem;
  }
}

/* 五つの事業領域への索引 */
.lcl-biz-index {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-index {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem;
  }
}
.lcl-biz-index__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 2.4rem 1.5rem 3rem;
  border-top: 0.2rem solid var(--c-text);
  transition: color 0.3s ease;
}
.lcl-biz-index__link:hover {
  color: var(--c-brand);
}
.lcl-biz-index__link::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: var(--c-brand);
  transform-origin: left center;
  scale: 0 1;
  transition: scale 0.4s var(--e-main);
}
.lcl-biz-index__link:hover::after {
  scale: 1;
}
.lcl-biz-index__num,
.lcl-biz-index__ttl,
.lcl-biz-index__en {
  display: block;
}
.lcl-biz-index__num {
  font-family: var(--f-en);
  font-weight: 500;
  font-size: max(1.2rem, 10px);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--c-brand);
}
.lcl-biz-index__ttl {
  margin-top: 1.4rem;
  font-size: max(1.7rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.lcl-biz-index__en {
  margin-top: 0.6rem;
  font-family: var(--f-en);
  font-weight: 500;
  font-size: max(1.1rem, 10px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--c-text-sub);
}

/* --------------------------------------------------------------------------
   事業ブロック共通
   -------------------------------------------------------------------------- */
.lcl-biz-block {
  /* 固定ヘッダー分のオフセット */
  scroll-margin-top: 10rem;
}
.lcl-biz-block + .lcl-biz-block {
  margin-top: 12rem;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-block + .lcl-biz-block {
    margin-top: 8rem;
  }
}
.lcl-biz-block__num {
  font-family: var(--f-en);
  font-weight: 500;
  font-size: max(1.4rem, 10px);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--c-brand);
}
.lcl-biz-block__ttl {
  margin-top: 1.6rem;
  font-size: max(3.2rem, 10px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-block__ttl {
    font-size: max(2.4rem, 10px);
  }
}
.lcl-biz-block__en {
  margin-top: 0.8rem;
  font-family: var(--f-en);
  font-weight: 500;
  font-size: max(1.2rem, 10px);
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--c-text-sub);
}
.lcl-biz-block__txt {
  /* 一行が長くなりすぎないよう本文幅を抑える */
  max-width: 84rem;
  margin-top: 3rem;
}

/* 不動産事業：本文と写真の二段組 */
.lcl-biz-estate {
  display: grid;
  grid-template-columns: 1fr 40rem;
  align-items: start;
  gap: 6rem;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-estate {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.lcl-biz-estate__img {
  overflow: hidden;
  background-color: var(--c-bg-light);
}
.lcl-biz-estate__img img {
  width: 100%;
  height: auto;
}
.lcl-biz-estate__caption {
  margin-top: 1rem;
  font-family: var(--f-body);
  font-size: max(1.2rem, 10px);
  line-height: 1.7;
  color: var(--c-text-sub);
}

/* 不動産事業の 4 サービス */
.lcl-biz-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-service {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    margin-top: 5rem;
  }
}
.lcl-biz-service__item {
  padding-top: 2.4rem;
  border-top: 0.1rem solid var(--c-line);
}
.lcl-biz-service__num {
  font-family: var(--f-en);
  font-weight: 500;
  font-size: max(1.2rem, 10px);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--c-brand);
}
.lcl-biz-service__ttl {
  margin-top: 1.4rem;
  font-size: max(2rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.lcl-biz-service__en {
  margin-top: 0.6rem;
  font-family: var(--f-en);
  font-weight: 500;
  font-size: max(1.1rem, 10px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--c-text-sub);
}
.lcl-biz-service__txt {
  margin-top: 1.6rem;
  font-family: var(--f-body);
  font-size: max(1.4rem, 10px);
  line-height: 2;
}

/* --------------------------------------------------------------------------
   海外投資家向けワンストップ支援（濃色帯）
   ※ data-header-dark を必ず付けること
   -------------------------------------------------------------------------- */
.lcl-biz-support {
  position: relative;
  z-index: 1;
  padding-block: 12rem;
  color: var(--c-white);
  background-color: #10141a;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-support {
    padding-block: 8rem;
  }
}
.lcl-biz-support .title02__ttl {
  color: var(--c-white);
}
.lcl-biz-support .title02__en {
  color: var(--c-brand);
}
.lcl-biz-support__txt {
  width: 76rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-support__txt {
    width: 100%;
  }
}

/* 取得 → 運用 → 管理 → 売却 */
.lcl-biz-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 7rem;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-flow {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 5rem;
  }
}
.lcl-biz-flow__item {
  position: relative;
  padding: 3rem 2.4rem;
  background-color: rgba(255, 255, 255, 0.06);
  border-top: 0.2rem solid var(--c-brand);
}
/* 段の間の矢印 */
.lcl-biz-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.6rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  border-top: 0.1rem solid var(--c-brand);
  border-right: 0.1rem solid var(--c-brand);
  rotate: 45deg;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-flow__item:not(:last-child)::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -1.8rem;
    margin: 0 auto;
    rotate: 135deg;
  }
}
.lcl-biz-flow__num {
  font-family: var(--f-en);
  font-weight: 500;
  font-size: max(1.1rem, 10px);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--c-brand);
}
.lcl-biz-flow__ttl {
  margin-top: 1.2rem;
  font-size: max(2rem, 10px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.lcl-biz-flow__txt {
  margin-top: 1.4rem;
  font-family: var(--f-body);
  font-size: max(1.3rem, 10px);
  line-height: 1.9;
  color: #d5d8dc;
}
.lcl-biz-support__note {
  margin-top: 4rem;
  font-family: var(--f-body);
  font-size: max(1.3rem, 10px);
  line-height: 1.9;
  color: #d5d8dc;
}

/* --------------------------------------------------------------------------
   映像制作の事例
   -------------------------------------------------------------------------- */
.lcl-biz-film {
  margin-top: 6rem;
  padding: 5rem;
  background-color: var(--c-white);
  border: 0.1rem solid var(--c-line);
}
@media screen and (max-width: 1023px) {
  .lcl-biz-film {
    margin-top: 4rem;
    padding: 3rem 2rem;
  }
}
.lcl-biz-film__label {
  font-family: var(--f-en);
  font-weight: 500;
  font-size: max(1.1rem, 10px);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--c-brand);
}
.lcl-biz-film__ttl {
  margin-top: 1.4rem;
  font-size: max(2.2rem, 10px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.lcl-biz-film__txt {
  margin-top: 2rem;
}
.lcl-biz-film__table {
  margin-top: 4rem;
}
.lcl-biz-film__list li + li {
  margin-top: 0.6rem;
}
.lcl-biz-film__role {
  color: var(--c-text-sub);
}

/* --------------------------------------------------------------------------
   下部リンク
   -------------------------------------------------------------------------- */
.lcl-biz-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem 6rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .lcl-biz-cta {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 6rem;
  }
}
