/* ===========================================================================
 * Neuzeit Grotesk webfont (styly.inc から流用)
 * 同一 family 名で weight/stretch ごとに登録 → 既存 CSS の font-family/font-weight 指定で自動切替
 * font-display: swap で初回ロード中はフォールバックを即表示
 * =========================================================================== */
@font-face {
  font-family: "Neuzeit Grotesk";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("webFonts/NeuzeitGroteskLight/font.woff2") format("woff2"),
       url("webFonts/NeuzeitGroteskLight/font.woff") format("woff");
}
@font-face {
  font-family: "Neuzeit Grotesk";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("webFonts/NeuzeitGroteskRegular/font.woff2") format("woff2"),
       url("webFonts/NeuzeitGroteskRegular/font.woff") format("woff");
}
@font-face {
  font-family: "Neuzeit Grotesk";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("webFonts/NeuzeitGroteskBold/font.woff2") format("woff2"),
       url("webFonts/NeuzeitGroteskBold/font.woff") format("woff");
}
@font-face {
  font-family: "Neuzeit Grotesk";
  font-weight: 900;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  src: url("webFonts/NeuzeitGroteskBlack/font.woff2") format("woff2"),
       url("webFonts/NeuzeitGroteskBlack/font.woff") format("woff");
}
@font-face {
  font-family: "Neuzeit Grotesk";
  font-weight: 900;
  font-style: normal;
  font-stretch: 75%;
  font-display: swap;
  src: url("webFonts/NeuzeitGroteskBlackCondensed/font.woff2") format("woff2"),
       url("webFonts/NeuzeitGroteskBlackCondensed/font.woff") format("woff");
}
@font-face {
  font-family: "Neuzeit Grotesk";
  font-weight: 900;
  font-style: normal;
  font-stretch: 50%;
  font-display: swap;
  src: url("webFonts/NeuzeitGroteskBlackExtraCondensed/font.woff2") format("woff2"),
       url("webFonts/NeuzeitGroteskBlackExtraCondensed/font.woff") format("woff");
}

/* ===========================================================================
 * フォント宣言は body.home-page で 1 箇所に集約。
 * Latin (英字) → Neuzeit Grotesk → Helvetica Neue / Arial
 * CJK (日本語) → Neuzeit に該当グリフ無いのでブラウザが自動で次へフォールバック →
 *                Noto Sans JP → Hiragino Kaku Gothic ProN → Yu Gothic
 * 個別の font-family 上書きは不要。font-weight だけで字形 (Light/Regular/Bold/Black) を切替。
 * =========================================================================== */
body.home-page {
  font-family: "Neuzeit Grotesk", "Helvetica Neue", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Arial, sans-serif;
}

.home-wrapper {
  width: 100%;
}

/* ===========================================================================
 * 親テーマ godios のグローバルホバールールを home ページで打ち消す:
 *   - style.css:412  a:hover { color: #81a9d9 }
 *   - style.css:421  a > img:hover { box-shadow: 2px 2px 4px #aaa }
 * 各リンク要素の通常時の color を維持し、画像 hover の box-shadow を消す。
 * ========================================================================= */
body.home-page a > img:hover {
  box-shadow: none;
}
body.home-page .home-link-card--filled:hover,
body.home-page .home-services-card:hover,
body.home-page .home-works-card:hover,
body.home-page .home-product-card:hover,
body.home-page .home-community-card:hover,
body.home-page .home-news-row:hover,
body.home-page .home-news__viewall:hover,
body.home-page .home-works__viewall:hover,
body.home-page .home-header__contact:hover {
  color: #272c37;
}
body.home-page .home-link-card--outline:hover,
body.home-page .home-footer__contact-banner:hover,
body.home-page .home-header__menu a:hover,
body.home-page .home-hero__scroll:hover {
  color: #ffffff;
}
/* .home-footer__sublist a:hover と .home-about__more:hover は既存ルールで color を明示済みのため上書き不要 */

.home-page a:focus-visible,
.home-page button:focus-visible {
  outline: 2px solid #4d8cff;
  outline-offset: 3px;
  border-radius: 4px;
}

body.home-menu-open {
  overflow: hidden;
}

.home-header {
  position: fixed;
  top: 22px;
  left: 60px;
  right: 60px;
  z-index: 1000;
}
@media (max-width: 954px) {
  .home-header {
    top: 12px;
    left: 12px;
    right: 12px;
  }
}

.home-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 60px;
  padding: 16px 24px 16px 16px;
  background: #272c37;
  border-radius: 30px;
  box-shadow: 0 0 7.2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 954px) {
  .home-header__inner {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    gap: 0;
    justify-content: space-between;
  }
}

.home-header__logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  width: 104px;
  height: 28px;
  position: relative;
}
.home-header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-header__logo-img--sp-default,
.home-header__logo-img--sp-open {
  display: none;
}
@media (max-width: 954px) {
  .home-header__logo {
    width: 152px;
    height: 40px;
    z-index: 1001;
    /* メニュー開時 panel 内側 (20px, 20px) へ寄せる */
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  body.home-menu-open .home-header__logo {
    transform: translate(20px, 20px);
  }
  /* SP: PC ロゴを隠し、gray (閉) / white symbol (開) をスタックしてクロスフェード */
  .home-header__logo-img--pc { display: none; }
  .home-header__logo-img--sp-default,
  .home-header__logo-img--sp-open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: auto;
    object-fit: contain;
    transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo (styly.inc) */
  }
  .home-header__logo-img--sp-default {
    width: 152px;
    opacity: 1;
  }
  .home-header__logo-img--sp-open {
    width: 40px;
    opacity: 0;
  }
  body.home-menu-open .home-header__logo-img--sp-default { opacity: 0; }
  body.home-menu-open .home-header__logo-img--sp-open { opacity: 1; }
}

.home-header__nav {
  flex: 1 0 0;
  min-width: 0;
  /* PC: nav 内に ul / lang / contact を横並びで配置 */
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media (max-width: 954px) {
  /* SP メニュー panel: styly.inc 風に top-right の閉時=透明 → open=暗パネルへ展開 */
  .home-header__nav {
    flex: 0 0 auto;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 999;
    background: transparent;
    border-radius: 20px;
    /* 閉時は padding 0 で 35×35 を厳守。open 時に padding を展開 */
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 35px;
    height: 35px;
    max-width: 35px;
    max-height: 35px;
    pointer-events: none;
    /* SP open 時は flex-col で 縦並びに切替 */
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    transition:
      background 400ms cubic-bezier(0.19, 1, 0.22, 1),
      padding 700ms cubic-bezier(0.19, 1, 0.22, 1),
      max-width 700ms cubic-bezier(0.19, 1, 0.22, 1),
      max-height 700ms cubic-bezier(0.19, 1, 0.22, 1),
      width 700ms cubic-bezier(0.19, 1, 0.22, 1),
      height 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  /* 閉時: nav の子要素を非表示 (35×35 円から漏れないように) */
  .home-header__nav > .home-header__menu,
  .home-header__nav > .home-header__lang,
  .home-header__nav > .home-header__contact {
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  body.home-menu-open .home-header__nav {
    background: #272c37;
    /* padding-top 95 = panel padding20 + logo40 + gap35 (Figma 50:4211) */
    padding: 95px 20px 40px;
    width: calc(100vw - 24px);
    height: auto;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  }
  /* open: 子要素を遅延フェードイン (panel 拡大後) */
  body.home-menu-open .home-header__nav > .home-header__menu,
  body.home-menu-open .home-header__nav > .home-header__lang,
  body.home-menu-open .home-header__nav > .home-header__contact {
    opacity: 1;
    transition-delay: 300ms;
  }
}

.home-header__burger {
  display: none;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  color: #ffffff;
}
.home-header__burger span {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.home-header__burger span + span {
  margin-top: 5px;
}
@media (max-width: 954px) {
  /* Figma 50:3866/50:3872 仕様: 35×35 ダーク円、2 白ライン → X */
  .home-header__burger {
    display: block;
    position: relative;
    z-index: 1002;
    width: 35px;
    height: 35px;
    padding: 0;
    background: #272c37;
    border-radius: 50%;
    transition:
      transform 700ms cubic-bezier(0.19, 1, 0.22, 1),
      background 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  /* メニュー開時 panel 内側 (top:10, right:10) へ寄せる */
  body.home-menu-open .home-header__burger {
    transform: translate(-10px, 10px);
  }
  .home-header__burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    margin: 0;
    background: #ffffff;
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .home-header__burger span + span { margin-top: 0; }
  .home-header__burger span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 2.5px));
  }
  .home-header__burger span:nth-child(2) {
    transform: translate(-50%, calc(-50% + 2.5px));
  }
  body.home-menu-open .home-header__burger span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.home-menu-open .home-header__burger span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.home-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.home-header__menu li {
  line-height: 1;
}
.home-header__menu a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.home-header__menu a:hover {
  opacity: 0.7;
}
@media (max-width: 954px) {
  .home-header__menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  .home-header__menu a {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
  }
}

.home-header__lang {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 2px;
  flex-shrink: 0;
}
@media (max-width: 954px) {
  /* SP: nav 内部で JP/EN を右寄せ。NEWS との間は nav の gap 24px のみ */
  .home-header__lang {
    align-self: flex-end;
    justify-content: flex-end;
    padding: 0 2px;
    gap: 16px;
  }
  .home-header__lang .home-header__lang-link {
    font-size: 20px;
    line-height: 1;
    color: #8f9bb6;
  }
  .home-header__lang .home-header__lang-link.is-active {
    color: #ffffff;
    font-weight: 700;
  }
}

.home-header__lang-link {
  font-size: 12px;
  line-height: 1;
  color: #8f9bb6;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.home-header__lang-link.is-active {
  color: #ffffff;
  font-weight: 700;
}

.home-header__contact {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: #ffffff;
  color: #272c37;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 50px;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.home-header__contact:hover {
  opacity: 0.85;
}
@media (max-width: 954px) {
  /* SP: CONTACT は nav 内のフル幅白ピル (Figma 50:4204) */
  .home-header__contact {
    display: inline-flex;
    width: 100%;
    align-self: stretch;
    padding: 20px 16px;
    font-size: 20px;
    line-height: 1;
    border-radius: 50px;
    height: auto;
  }
}

.home-main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* 固定動画を背面に見せるため、body/html を透明化 */
body.home-page,
body.home-page #wrap,
body.home-page #content {
  background: transparent;
}

/* 全画面固定の背景動画 (styly.inc の .bg_movie 相当) */
.home-bg-movie {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: #000;
  overflow: hidden;
  pointer-events: none;
}

.home-bg-movie__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-hero {
  position: relative;
  width: 100%;
  height: 1024px;
  max-height: 100vh;
  min-height: 720px;
  color: #ffffff;
  background: transparent;
}
@media (max-width: 767px) {
  .home-hero {
    height: auto;
    min-height: 100vh;
    padding: 120px 0 80px;
  }
}

/* ヒーロー以降のセクションとフッターに白90%オーバーレイを乗せ、固定動画を覆う */
.home-main > section:not(.home-hero),
.home-footer {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
}

.home-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 55.4%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .home-hero__container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0 20px;
  }
}

.home-hero__title {
  margin: 0;
  font-weight: 300;
  font-size: 60px;
  line-height: 69px;
  letter-spacing: 8px;
  color: #ffffff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.45);
  width: 100%;
}
@media (max-width: 767px) {
  .home-hero__title {
    font-size: 44px;
    line-height: 59px;
    letter-spacing: 6px;
  }
}

.home-hero__subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 27.65px;
  letter-spacing: 1.382px;
  color: #ffffff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.45);
  width: 100%;
}
@media (max-width: 767px) {
  .home-hero__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}

.home-hero__lead {
  margin: 4px 0 0;
  max-width: 680px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #f7f7f7;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  .home-hero__lead {
    font-size: 13px;
    line-height: 1.9;
  }
  .home-hero__lead br {
    display: none;
  }
}

.home-hero__cta {
  display: flex;
  gap: 16px;
  padding-top: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .home-hero__cta {
    flex-direction: column;
    gap: 12px;
  }
}

.home-link-card {
  display: flex;
  align-items: stretch;
  width: 312px;
  height: 100px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-decoration: none;
  flex-shrink: 0;
  overflow: hidden;
  transition: background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), background-image 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 767px) {
  .home-link-card {
    width: 100%;
    height: 88px;
  }
}

.home-link-card--filled {
  background-image: linear-gradient(-82.92deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 38%, rgba(255, 255, 255, 0.7) 100%);
  color: #272c37;
}
.home-link-card--filled .home-link-card__arrow {
  border-left-color: #f7f7f7;
}
.home-link-card--filled .home-link-card__circle {
  background: #ffffff;
  color: #272c37;
}
.home-link-card--filled:hover {
  background-image: none;
  background-color: #ffffff;
  color: #272c37; /* 親テーマ godios の a:hover { color: #81a9d9 } を打ち消す */
}
.home-link-card--filled:hover .home-link-card__arrow {
  border-left-color: #dfe6f4;
}
.home-link-card--filled:hover .home-link-card__circle {
  background: #dfe6f4;
}
.home-link-card--filled:hover .home-link-card__icon {
  transform: translateX(10px);
}

.home-link-card--outline {
  border: 1px solid #dfe6f4;
  background: transparent;
  color: #ffffff;
}
.home-link-card--outline .home-link-card__arrow {
  border-left-color: #dfe6f4;
}
.home-link-card--outline .home-link-card__circle {
  background: #dfe6f4;
  color: #272c37;
}
.home-link-card--outline:hover {
  color: #ffffff; /* 親テーマ godios の a:hover { color: #81a9d9 } を打ち消す */
}
.home-link-card--outline:hover .home-link-card__icon {
  transform: translateX(10px);
}

.home-link-card__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px 0 16px 36px;
  line-height: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .home-link-card__text {
    padding-left: 24px;
  }
}

.home-link-card__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
}

.home-link-card__sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.home-link-card__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  padding: 0 16px;
  border-left: 1px solid transparent;
  transition: border-left-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-link-card__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  transition: background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-link-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-hero__scroll {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  .home-hero__scroll {
    display: none;
  }
}

.home-hero__scroll-text {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
}

.home-hero__scroll-line {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  animation: homeHeroScrollLine 1.6s ease-in-out infinite;
  transform-origin: top;
}

@keyframes homeHeroScrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.home-about {
  width: 100%;
  padding: 120px 60px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .home-about {
    padding: 64px 20px;
  }
}

.home-about__inner {
  display: flex;
  align-items: stretch;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-about__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.home-about__body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.home-about__heading {
  margin: 0;
  width: 100%;
  font-weight: 300;
  font-size: 30px;
  line-height: 48px;
  color: #272c37;
}
@media (max-width: 767px) {
  .home-about__heading {
    font-size: 28px;
    line-height: 48px;
  }
}

.home-about__heading-en,
.home-about__heading-jp {
  display: block;
}

.home-about__heading-en {
  letter-spacing: 0.02em;
}

.home-about__lead,
.home-about__text {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #576177;
}
@media (max-width: 767px) {
  .home-about__lead,
  .home-about__text {
    line-height: 1.9;
  }
  .home-about__lead br,
  .home-about__text br {
    display: none;
  }
}

.home-about__text + .home-about__text {
  padding-top: 8px;
}

.home-about__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 420px;
  max-width: 100%;
  padding: 6px 6px 6px 16px;
  background: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  color: #272c37;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  transition: background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-about__more:hover {
  background: #272c37;
  color: #f7f7f7;
}
.home-about__more:hover .home-about__more-arrow-icon {
  transform: translateX(10px);
}

.home-about__more-text {
  flex: 1 1 0;
  text-align: center;
}

.home-about__more-arrow {
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #dfe6f4;
  color: #272c37;
  overflow: hidden;
}

.home-about__more-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-about__visual {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  border-radius: 25px;
  background: #dfe6f4;
  overflow: hidden;
}
.home-about__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home-about__visual {
    flex: 0 0 auto;
    width: 100%;
    height: 240px;
  }
  .home-about__visual img {
    min-height: 0;
    height: 100%;
  }
}

.home-services {
  width: 100%;
  padding: 120px 60px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .home-services {
    padding: 64px 20px;
  }
}

.home-services__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-services__inner {
    gap: 32px;
  }
}

.home-services__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-services__title {
  margin: 0;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #272c37;
}
@media (max-width: 767px) {
  .home-services__title {
    font-size: 40px;
  }
}

.home-services__sub {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #576177;
}

.home-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .home-services__list {
    grid-template-columns: 1fr;
  }
}

.home-services__item {
  display: block;
}

.home-services-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  /* Default: 左下白 → 右上透明 のグラデ (Figma -88.29deg) */
  background-image: linear-gradient(-88.29deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 38%, rgba(255, 255, 255, 0.7) 100%);
  background-color: transparent;
  text-decoration: none;
  color: #272c37;
  /* overflow: hidden は使わない — 矢印円 (-10px はみ出し) の border 360° を見せるため。
     画像のクリップは .home-services-card__media 側で行う */
  transition: background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-image 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-services-card:hover {
  /* Hover: グラデを消して完全白に */
  background-image: none;
  background-color: #ffffff;
}

.home-services-card__media {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: #d9d9d9;
}
.home-services-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* hover でゆっくり拡大 + わずかに透過 (Figma 仕様: 画像サイズ 312→343, opacity 1→0.7) */
  transition: transform 1.6s ease-out, opacity 0.6s ease;
}
.home-services-card:hover .home-services-card__media img {
  transform: scale(1.1);
  opacity: 0.7;
}

.home-services-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0 50px;
}

.home-services-card__tag {
  align-self: flex-start;
  padding: 4px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #6b7488;
}

.home-services-card__title {
  margin: 0;
  padding-top: 4px;
  font-weight: 400;
  font-size: 22px;
  line-height: 35.2px;
  color: #272c37;
}

.home-services-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.2px;
  color: #6b7488;
}

/* Figma: 紙飛行機 (ar.svg) を -45° 回転 → NE 方向。
   円の位置は Product カードに合わせて right/bottom 14px の card 内側に固定 */
.home-services-card__arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #dfe6f4;
  border-radius: 24px;
  color: #272c37;
  transform: rotate(-45deg);
  overflow: hidden;
}
.home-services-card__arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-services-card:hover .home-services-card__arrow-icon {
  /* 回転前 (-45 適用前) で +10px 右シフト = 視覚的に NE 方向へ飛ぶ */
  transform: translate(calc(-50% + 10px), -50%);
}

.home-works {
  width: 100%;
  padding: 120px 60px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .home-works {
    padding: 64px 20px;
  }
}

.home-works__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-works__inner {
    gap: 32px;
  }
}

/* News ヘッダーと同様に上下中央で配置 (Works 見出し + View all) */
.home-works__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* SP: Works 見出しと View all を横並びで保つ */
  .home-works__header {
    flex-wrap: nowrap;
    gap: 12px;
  }
}

.home-works__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-works__title {
  margin: 0;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #272c37;
}
@media (max-width: 767px) {
  .home-works__title {
    font-size: 40px;
  }
}

.home-works__sub {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #576177;
}

/* Figma `13:11419` View all ボタン (Works / News 共通)
   テキスト 22px Neuzeit Grotesk Light + 暗色丸ボタン (#272C37)
   矢印は紙飛行機 + rotate(-45deg)、hover でアイコンが円内を +10px シフト */
.home-works__viewall,
.home-news__viewall {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  background: transparent;
  text-decoration: none;
  color: #272c37;
  font-weight: 300;
  font-size: 22px;
  line-height: 35.2px;
}

.home-works__viewall-text,
.home-news__viewall-text {
  white-space: nowrap;
}

.home-works__viewall-arrow,
.home-news__viewall-arrow {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #272c37;
  border-radius: 24px;
  color: #ffffff;
  transform: rotate(-45deg);
  overflow: hidden;
}

.home-works__viewall-icon,
.home-news__viewall-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-works__viewall:hover .home-works__viewall-icon,
.home-news__viewall:hover .home-news__viewall-icon {
  transform: translate(calc(-50% + 10px), -50%);
}

.home-works__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
}
@media (max-width: 767px) {
  .home-works__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.home-works__item {
  display: block;
}

.home-works-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  text-decoration: none;
  color: #272c37;
  transition: transform 0.25s ease;
}
.home-works-card:hover {
  transform: translateY(-3px);
}
.home-works-card:hover .home-works-card__media img {
  transform: scale(1.04);
}
.home-works-card:hover .home-works-card__title {
  color: #4a5470;
}

/* サムネは取得元画像の比率をそのまま使用し、横幅をカラムにフィット (高さ自動) */
.home-works-card__media {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #d9d9d9;
  line-height: 0; /* img のベースライン下の隙間を防止 */
}
.home-works-card__media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.home-works-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 4px;
}

.home-works-card__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #6b7488;
}

.home-works-card__title {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #272c37;
  transition: color 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-works__empty {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  color: #6b7488;
}
.home-works__empty a {
  color: #272c37;
  text-decoration: underline;
}

.home-product {
  width: 100%;
  padding: 120px 60px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .home-product {
    padding: 64px 20px;
  }
}

.home-product__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-product__inner {
    gap: 32px;
  }
}

.home-product__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-product__title {
  margin: 0;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #272c37;
}
@media (max-width: 767px) {
  .home-product__title {
    font-size: 40px;
  }
}

.home-product__sub {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #576177;
}

.home-product__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .home-product__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.home-product__item {
  display: block;
}

.home-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 21px;
  background: #ffffff;
  border: 1px solid #dfe6f4;
  border-radius: 20px;
  text-decoration: none;
  color: #272c37;
  /* カード自体のホバー浮き上がりは Figma にはないので削除。
     画像クリップは __media 側で行うため overflow:hidden もカード側からは外す。 */
}

.home-product-card__media {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: #d9d9d9;
}
.home-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Services と同じスローズーム (1.6s ease-out, scale 1.1, opacity 0.7) */
  transition: transform 1.6s ease-out, opacity 0.6s ease;
}
.home-product-card:hover .home-product-card__media img {
  transform: scale(1.1);
  opacity: 0.7;
}

.home-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0 30px;
  flex: 1 1 auto;
}

.home-product-card__tag {
  align-self: flex-start;
  padding: 4px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #6b7488;
}

.home-product-card__name {
  margin: 0;
  padding-top: 4px;
  font-weight: 400;
  font-size: 22px;
  line-height: 35.2px;
  color: #272c37;
}

.home-product-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.2px;
  color: #6b7488;
}

/* Services と同じ仕様: 円は位置・回転固定、アイコンが円内で +10px シフト
   Product はカード枠の内側に配置 (はみ出さない) */
.home-product-card__arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #dfe6f4;
  border-radius: 24px;
  color: #272c37;
  transform: rotate(-45deg);
  overflow: hidden;
}
.home-product-card__arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-product-card:hover .home-product-card__arrow-icon {
  transform: translate(calc(-50% + 10px), -50%);
}

.home-product-card--badges {
  cursor: default;
}
/* Mobile App カードは画像ズームもしない (バッジが独立リンクのため) */
.home-product-card--badges .home-product-card__media img {
  transform: none !important;
  opacity: 1 !important;
}

.home-product-card__badges {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  max-width: 320px;
}

.home-product-card__badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.home-product-card__badge img {
  display: block;
  height: 44px;
  width: auto;
}
.home-product-card__badge--gplay img {
  height: 56px;
  margin: -6px 0;
}

.home-community {
  width: 100%;
  padding: 120px 60px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .home-community {
    padding: 64px 20px;
  }
}

.home-community__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-community__inner {
    gap: 32px;
  }
}

.home-community__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-community__title {
  margin: 0;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #272c37;
}
@media (max-width: 767px) {
  .home-community__title {
    font-size: 40px;
  }
}

.home-community__sub {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #576177;
}

.home-community__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .home-community__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.home-community__item {
  display: block;
}

.home-community-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 21px;
  background: #ffffff;
  border: 1px solid #dfe6f4;
  border-radius: 20px;
  text-decoration: none;
  color: #272c37;
}

.home-community-card__media {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: #d9d9d9;
}
.home-community-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Product と同じスローズーム (1.6s ease-out, scale 1.1, opacity 0.7) */
  transition: transform 1.6s ease-out, opacity 0.6s ease;
}
.home-community-card:hover .home-community-card__media img {
  transform: scale(1.1);
  opacity: 0.7;
}

.home-community-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0 0;
}

.home-community-card__tag {
  align-self: flex-start;
  padding: 4px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #6b7488;
}

.home-community-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding-top: 4px;
}

.home-community-card__name {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 35.2px;
  color: #272c37;
}

.home-community-card__site {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.home-community-card__site-text {
  font-size: 12px;
  line-height: 1;
  color: #6b7488;
}

/* Figma 21:588 / 21:654: 20×20 アクセント色の小円、紙飛行機を -45° 回転して NE 向き。
   ホバーで Services と同じくアイコンが円内を +10px シフト */
.home-community-card__site-arrow {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: #dfe6f4;
  border-radius: 10px;
  color: #272c37;
  transform: rotate(-45deg);
  overflow: hidden;
}
.home-community-card__site-arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-community-card:hover .home-community-card__site-arrow-icon {
  transform: translate(calc(-50% + 6px), -50%);
}

.home-community-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.2px;
  color: #6b7488;
}

.home-news {
  width: 100%;
  /* padding-bottom 350px = Contact banner overhang (top:-108) + 240px buffer
     (= Community padding-bottom 120 + News padding-top 120 と同じ可視ギャップ) */
  padding: 120px 60px 350px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  /* SP: padding-bottom 300px = Contact banner overhang (top:-175) + 128px buffer
     (= Community padding-bottom 64 + News padding-top 64 と同じ可視ギャップ) */
  .home-news {
    padding: 64px 20px 300px;
  }
}

.home-news__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-news__inner {
    gap: 32px;
  }
}

.home-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.home-news__title {
  margin: 0;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #272c37;
}
@media (max-width: 767px) {
  .home-news__title {
    font-size: 40px;
  }
}

/* .home-news__viewall は home-works__viewall と共通定義済み (上部にまとめた) */

.home-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfe6f4;
}

.home-news__item {
  display: block;
  border-bottom: 1px solid #dfe6f4;
}

.home-news-row {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 113px;
  padding: 28px 0;
  text-decoration: none;
  color: #272c37;
  transition: background-color 0.2s ease;
}
.home-news-row:hover {
  background: rgba(255, 255, 255, 0.55);
}
@media (max-width: 767px) {
  .home-news-row {
    flex-wrap: wrap;
    gap: 12px;
    min-height: 0;
    padding: 20px 0;
  }
}

.home-news-row__date {
  flex-shrink: 0;
  width: 80px;
  font-size: 12px;
  line-height: 19.2px;
  color: #6b7488;
}

.home-news-row__tag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 25px;
  padding: 2px 13px;
  background: #ffffff;
  border: 1px solid #dfe6f4;
  border-radius: 12px;
  font-size: 12px;
  line-height: 22px;
  color: #6b7488;
}
@media (max-width: 767px) {
  .home-news-row__tag {
    min-width: 0;
  }
}

.home-news-row__title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  color: #272c37;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-news-row__title {
    flex-basis: 100%;
    order: 3;
  }
}

/* News 記事の矢印は真横向き (回転なし)、ホバーでアイコンが円内を右にスライド */
.home-news-row__arrow {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #dfe6f4;
  border-radius: 24px;
  color: #272c37;
  overflow: hidden;
}
.home-news-row__arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-news-row:hover .home-news-row__arrow-icon {
  transform: translate(calc(-50% + 10px), -50%);
}
@media (max-width: 767px) {
  .home-news-row__arrow {
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
}

.home-news__empty {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  color: #6b7488;
}
.home-news__empty a {
  color: #272c37;
  text-decoration: underline;
}

.home-footer {
  position: relative;
  width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .home-footer {
    margin-top: 0;
  }
}

.home-footer__contact-banner {
  position: absolute;
  left: 60px;
  right: 60px;
  top: -108px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 216px;
  padding: 36px 16px 36px 100px;
  background: #888;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* Figma 50:3389 SP Contact banner: 左テキスト中央 + 右側に縦線+矢印 (72px col) */
  .home-footer__contact-banner {
    left: 20px;
    right: 20px;
    top: -175px;
    height: auto;
    aspect-ratio: 1/1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 30px;
  }
  /* 縦白線 (Figma "VerticalBorder") — 矢印円の左 12px */
  .home-footer__contact-banner::after {
    content: "";
    position: absolute;
    right: 80px; /* 20 padding + 48 circle + 12 gap */
    top: 16px;
    bottom: 16px;
    width: 1px;
    background: #ffffff;
    z-index: 1;
    pointer-events: none;
  }
}

.home-footer__contact-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.home-footer__contact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(124deg, rgba(39, 44, 55, 0.35) 0%, rgba(39, 44, 55, 0) 60%);
  z-index: 0;
  pointer-events: none;
}

.home-footer__contact-text,
.home-footer__contact-arrow {
  position: relative;
  z-index: 1;
}

.home-footer__contact-text {
  font-weight: 400;
  font-size: 72px;
  line-height: 96px;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* Figma 50:3389: 50px Neuzeit Grotesk Regular, 左寄せ + 中央縦位置 */
  .home-footer__contact-text {
    font-size: 50px;
    line-height: 1;
  }
}

/* News 記事矢印と同じ仕様: 真横向き、ホバーでアイコンが円内を +10px 右シフト */
.home-footer__contact-arrow {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 24px;
  color: #272c37;
  overflow: hidden;
}
.home-footer__contact-arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-footer__contact-banner:hover .home-footer__contact-arrow-icon {
  transform: translate(calc(-50% + 10px), -50%);
}

.home-footer__main {
  background: #dfe6f4;
  padding: 200px 60px 40px;
}
@media (max-width: 767px) {
  /* SP banner 1:1 (335×335, top:-175) は footer top から 160px 食い込む。
     padding-top: 200 で BUSINESS 見出しを banner 下端より 40px 下へ */
  .home-footer__main {
    padding: 200px 20px 32px;
  }
}

.home-footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .home-footer__inner {
    gap: 48px;
  }
}

.home-footer__cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
@media (max-width: 1100px) {
  .home-footer__cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .home-footer__cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.home-footer__col-head {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 9px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #272c37;
}

.home-footer__col-dot {
  flex-shrink: 0;
  width: 4.8px;
  height: 4.8px;
  background: #272c37;
  border-radius: 50%;
}

.home-footer__col-title {
  flex: 1 1 auto;
}

.home-footer__sublist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  border-top: 1px solid #71809f;
}
.home-footer__sublist li {
  border-bottom: 1px solid #ffffff;
}
.home-footer__sublist.home-footer__sublist--nested {
  border-top: 0;
  padding-left: 16px;
}
.home-footer__sublist.home-footer__sublist--nested li {
  border-bottom: 0;
}
.home-footer__sublist a,
.home-footer__sublist .home-footer__sublabel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #272c37;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.home-footer__sublist a:hover,
.home-footer__sublist .home-footer__sublabel:hover {
  opacity: 0.7;
}
.home-footer__sublist .home-footer__sublabel {
  cursor: default;
}
.home-footer__sublist .home-footer__sublabel:hover {
  opacity: 1;
}

.home-footer__copyright {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 9.9px;
  line-height: 12px;
  color: #272c37;
}

