/* Brand image overrides for the static export. */
a[aria-label="株式会社アップス トップページ"] > span {
  position: relative;
  display: inline-block;
  width: 112px;
  height: 41px;
}

a[aria-label="株式会社アップス トップページ"] > span > * {
  opacity: 0 !important;
}

a[aria-label="株式会社アップス トップページ"] > span::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: url("/assets/brand/apps-logo-horizontal.png") center / contain no-repeat;
}

footer a[aria-label="株式会社アップス トップページ"] > span::before {
  background-image: url("/assets/brand/apps-logo-horizontal-light.png");
}

header {
  border-color: transparent !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: none !important;
}

header > .container-site:first-child {
  height: 88px;
  max-width: 1240px;
}

header a[aria-label="株式会社アップス トップページ"] > span {
  width: 156px;
  height: 57px;
}

header nav > a[href="/contact/"] {
  border-radius: 8px !important;
  padding: 12px 18px !important;
  box-shadow: 0 12px 28px rgba(0, 91, 238, 0.22) !important;
}

header nav[aria-label="グローバルナビゲーション"] > a[href="/cases"],
header nav[aria-label="グローバルナビゲーション"] > a[href="/cases/"] {
  display: none !important;
}

@media (max-width: 1023.98px) {
  header nav[aria-label="モバイルナビゲーション"] {
    gap: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 18px !important;
  }

  header nav[aria-label="モバイルナビゲーション"] a {
    border-bottom: 0 !important;
    border-radius: 0;
    min-height: 40px;
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/about"]:first-child,
  header nav[aria-label="モバイルナビゲーション"] a[href="/about/"]:first-child,
  header nav[aria-label="モバイルナビゲーション"] a[href="/business"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/business/"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding: 14px 2px 13px 24px !important;
    border-bottom: 1px solid #e5edf7 !important;
    background: #fff;
    color: #071735 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/about"]:first-child::before,
  header nav[aria-label="モバイルナビゲーション"] a[href="/about/"]:first-child::before,
  header nav[aria-label="モバイルナビゲーション"] a[href="/business"]::before,
  header nav[aria-label="モバイルナビゲーション"] a[href="/business/"]::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: #2563eb;
    box-shadow: 0 0 0 6px #eff6ff;
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/about"]:first-child::after,
  header nav[aria-label="モバイルナビゲーション"] a[href="/about/"]:first-child::after,
  header nav[aria-label="モバイルナビゲーション"] a[href="/business"]::after,
  header nav[aria-label="モバイルナビゲーション"] a[href="/business/"]::after {
    content: "+";
    color: #071735;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/about"] + a[href="/about"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/about/"] + a[href="/about/"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/company"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/company/"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/apps-ai"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/apps-ai/"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/business#apps"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/business/#apps"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/ventures"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/ventures/"] {
    position: relative;
    margin-left: 4px;
    padding: 10px 0 10px 22px !important;
    border-left: 2px solid #bfdbfe !important;
    border-radius: 0;
    background: #fff;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/ventures"]::before,
  header nav[aria-label="モバイルナビゲーション"] a[href="/ventures/"]::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: -2px;
    height: 1px;
    background: #e5edf7;
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/company"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/company/"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/ventures"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/ventures/"] {
    margin-bottom: 12px;
    padding-bottom: 16px !important;
    box-shadow: inset 0 -1px #e5edf7;
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/cases"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/cases/"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/news"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/news/"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 2px !important;
    border-bottom: 1px solid #e5edf7 !important;
    background: #fff;
    color: #071735 !important;
    font-weight: 800 !important;
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/cases"]::after,
  header nav[aria-label="モバイルナビゲーション"] a[href="/cases/"]::after,
  header nav[aria-label="モバイルナビゲーション"] a[href="/news"]::after,
  header nav[aria-label="モバイルナビゲーション"] a[href="/news/"]::after {
    content: "›";
    color: #2563eb;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/contact"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/contact/"] {
    min-height: 48px;
    margin-top: 16px;
    border-radius: 12px !important;
    box-shadow: 0 12px 28px rgba(0, 91, 238, 0.18);
  }

  header nav[aria-label="モバイルナビゲーション"] a[href="/cases"],
  header nav[aria-label="モバイルナビゲーション"] a[href="/cases/"] {
    display: none !important;
  }
}

svg[viewBox="0 0 48 48"] {
  background: url("/assets/brand/apps-logo-mark.png") center / contain no-repeat;
}

svg[viewBox="0 0 48 48"] defs,
svg[viewBox="0 0 48 48"] path {
  opacity: 0 !important;
}

.grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
  background-image: url("/assets/brand/apps-hero-card.webp") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: rgba(255, 255, 255, 0.9);
}

.grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] > svg {
  opacity: 0 !important;
}

main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) {
  position: relative;
  min-height: clamp(760px, calc(100svh - 88px), 900px);
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 111, 255, 0.09), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #f8fbff 54%, #fff 100%);
}

main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("/assets/brand/apps-ai-hero-visual-v2.webp");
  background-position: right -8px bottom 0;
  background-repeat: no-repeat;
  background-size: min(1180px, 96vw) auto;
  pointer-events: none;
}

main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) > div[aria-hidden="true"] {
  z-index: 0;
  opacity: 0.58;
}

main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) > .container-site.relative {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  padding-top: clamp(80px, 9vh, 124px) !important;
  padding-bottom: clamp(56px, 7vh, 90px) !important;
}

main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) > .container-site.relative > .mb-8 {
  display: none !important;
}

main > section:first-child:not(.apps-home-hero) .grid.items-center.gap-12 {
  gap: 18px !important;
}

main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .max-w-2xl {
  position: relative;
  z-index: 5;
  max-width: 650px !important;
}

main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) h1 {
  font-size: clamp(42px, 4.1vw, 52px) !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
}

main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) h1 + div,
main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) p {
  font-size: clamp(16px, 1.45vw, 19px) !important;
  line-height: 2.05 !important;
  color: #071735 !important;
}

@media (min-width: 1024px) {
  main > section:first-child:not(.apps-home-hero) .grid.items-center.gap-12.lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: minmax(0, 650px) minmax(470px, 1fr) !important;
  }

  main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .max-w-2xl {
    transform: translateY(-92px);
  }

  main > section:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(50vw, 700px) !important;
    height: min(54vw, 670px) !important;
    min-width: 470px;
    min-height: 590px;
    margin-right: -70px !important;
  }

  main > section:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  main > section:first-child:not(.apps-home-hero) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    display: block !important;
    position: absolute;
    inset: -44px 50px -58px -214px;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background-image: url("/assets/brand/apps-ai-hero-visual-v2.webp") !important;
    background-position: right bottom 110px;
    background-repeat: no-repeat;
    background-size: 1060px auto;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  main > section:first-child:not(.apps-home-hero) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] > * {
    display: none !important;
  }

  main > section:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    z-index: 2;
    width: clamp(176px, 15vw, 228px);
    min-height: 92px;
    border: 1px solid rgba(146, 188, 255, 0.55);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 20px 46px rgba(20, 67, 140, 0.14);
    backdrop-filter: blur(12px);
  }

  main > section:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute span {
    display: flex !important;
    min-height: 92px;
    align-items: center;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #005cec !important;
    padding: 22px 24px !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: normal;
  }

  main > section:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute span > span {
    display: none !important;
  }

  main > section:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 12px !important;
    right: 210px !important;
    bottom: auto !important;
    left: auto !important;
    transform: rotate(-2deg);
  }

  main > section:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 188px !important;
    right: auto !important;
    bottom: auto !important;
    left: 16px !important;
    transform: rotate(2deg);
  }

  main > section:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 172px !important;
    right: 96px !important;
    bottom: auto !important;
    left: auto !important;
    transform: rotate(-2deg);
  }
}

@media (max-width: 1023px) {
  header > .container-site:first-child {
    height: 72px;
  }

  [data-static-mobile-menu]:not(.hidden) {
    position: fixed;
    inset: 72px 0 auto;
    z-index: 40;
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
  }

  header a[aria-label="株式会社アップス トップページ"] > span {
    width: 122px;
    height: 45px;
  }

  main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) > .container-site.relative {
    padding-top: 70px !important;
  }

  main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) {
    min-height: auto;
  }

  main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72)::before {
    display: none;
  }
}

/* /os/ C案 v6補正: Apps AIカードの文字化け・アイコン重なりを解消。 */
@media (min-width: 1024px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    left: 240px !important;
    width: 220px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 220px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    left: auto !important;
    right: 18px !important;
    top: 18px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps AI\A会社の頭脳へ" !important;
    left: 20px !important;
    right: 74px !important;
    top: 34px !important;
    bottom: auto !important;
    inset: auto !important;
    text-align: left !important;
    white-space: pre !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    left: 20px !important;
    right: 74px !important;
    top: 34px !important;
    bottom: auto !important;
  }
}

@media (max-width: 1023px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    width: 178px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 178px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    left: auto !important;
    right: 14px !important;
    top: 16px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps AI\A会社の頭脳へ" !important;
    left: 16px !important;
    right: 60px !important;
    top: 32px !important;
    bottom: auto !important;
    inset: auto !important;
    text-align: left !important;
    white-space: pre !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    left: 16px !important;
    right: 60px !important;
    top: 32px !important;
    bottom: auto !important;
  }
}

/* /os/ C案 v4微調整: 中央Apps AIカードの文字割れを防ぎ、箱の中の配置を整える。 */
@media (min-width: 1024px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    top: 40px !important;
    left: 252px !important;
    width: 196px !important;
    height: 120px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 196px !important;
    height: 120px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    inset: auto 18px 18px !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    white-space: pre-line !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 178px !important;
    left: 82px !important;
    width: 176px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 198px !important;
    left: 262px !important;
    width: 178px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 178px !important;
    left: 448px !important;
    width: 176px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    top: 214px !important;
    height: 208px !important;
    opacity: 0.92 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    top: 314px !important;
  }
}

@media (max-width: 1023px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    width: 168px !important;
    height: 110px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 168px !important;
    height: 110px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    inset: auto 14px 15px !important;
    font-size: 11.5px !important;
    white-space: pre-line !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 640px) {
  main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) h1 {
    font-size: clamp(34px, 9.1vw, 38px) !important;
    line-height: 1.48 !important;
  }

  main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) h1 + div,
  main > section:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) p {
    line-height: 1.92 !important;
  }
}

main > section.os-entry-hero {
  min-height: auto !important;
  background:
    radial-gradient(circle at 78% 34%, rgba(37, 99, 235, 0.08), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #f9fbff 62%, #fff 100%) !important;
}

main > section.os-entry-hero::before {
  display: none !important;
}

main > section.os-entry-hero > div[aria-hidden="true"] {
  opacity: 0.38 !important;
}

main > section.os-entry-hero > div[aria-hidden="true"] > .absolute.inset-0 {
  background: #fff !important;
}

main > section.os-entry-hero > .container-site.relative {
  max-width: 1240px;
  padding-top: clamp(52px, 7vh, 86px) !important;
  padding-bottom: clamp(54px, 7vh, 92px) !important;
}

main > section.os-entry-hero .max-w-2xl {
  transform: none !important;
}

main > section.os-entry-hero h1 {
  font-size: clamp(38px, 4.2vw, 58px) !important;
  line-height: 1.22 !important;
}

main > section.os-entry-hero h1 + div,
main > section.os-entry-hero p {
  color: #20314f !important;
}

@media (min-width: 1024px) {
  main > section.os-entry-hero .grid.items-center.gap-12.lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: minmax(0, 610px) minmax(440px, 1fr) !important;
    gap: clamp(44px, 5vw, 86px) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(42vw, 540px) !important;
    height: 430px !important;
    min-width: 440px;
    min-height: 430px;
    margin-right: 0 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    content: "";
    position: absolute;
    inset: 28px 8px 18px 36px;
    border: 1px solid rgba(191, 219, 254, 0.7);
    border-radius: 34px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.74)),
      radial-gradient(circle at 72% 20%, rgba(0, 184, 217, 0.12), transparent 12rem);
    box-shadow: 0 34px 80px rgba(15, 69, 145, 0.12);
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    content: "";
    position: absolute;
    right: 36px;
    bottom: 38px;
    width: 160px;
    height: 108px;
    transform: rotate(2deg);
    border: 1px solid rgba(147, 197, 253, 0.58);
    border-radius: 22px;
    background:
      linear-gradient(90deg, rgba(37, 99, 235, 0.12) 0 32%, transparent 32%),
      linear-gradient(#fff, rgba(255, 255, 255, 0.86));
    box-shadow: 0 22px 46px rgba(15, 69, 145, 0.14);
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    position: absolute !important;
    top: 82px !important;
    left: 28px !important;
    width: auto !important;
    height: auto !important;
    inset: auto !important;
    z-index: 3;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 360px !important;
    height: 218px !important;
    overflow: hidden;
    transform: rotate(-4deg);
    border: 1px solid rgba(147, 197, 253, 0.6) !important;
    border-radius: 28px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.9)) !important;
    box-shadow: 0 28px 64px rgba(15, 69, 145, 0.16) !important;
    backdrop-filter: blur(10px) !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] > * {
    display: none !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    content: "AI事務局OS\A Apps AI\A apps-ai.co.jp/os";
    position: absolute;
    left: 30px;
    top: 32px;
    white-space: pre;
    color: #071735;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 74px;
    height: 74px;
    border: 8px solid #071735;
    border-radius: 10px;
    background:
      linear-gradient(#071735 0 0) 12px 12px / 12px 12px no-repeat,
      linear-gradient(#071735 0 0) 42px 12px / 12px 12px no-repeat,
      linear-gradient(#071735 0 0) 12px 42px / 12px 12px no-repeat,
      linear-gradient(#2563eb 0 0) 42px 42px / 12px 12px no-repeat,
      repeating-linear-gradient(90deg, transparent 0 7px, rgba(37, 99, 235, 0.18) 7px 10px),
      repeating-linear-gradient(0deg, transparent 0 7px, rgba(37, 99, 235, 0.18) 7px 10px),
      #fff;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    z-index: 8;
    width: clamp(176px, 14vw, 220px);
    min-height: 104px;
    border: 1px solid rgba(147, 197, 253, 0.62);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 54px rgba(15, 69, 145, 0.14);
    backdrop-filter: blur(16px);
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute span {
    display: flex !important;
    min-height: 104px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #071735 !important;
    padding: 22px 24px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: normal;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute span > span {
    display: none !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute span::after {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 6px !important;
    right: -8px !important;
    bottom: auto !important;
    left: auto !important;
    transform: rotate(2deg);
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 span::after {
    content: "AIが読める正本へ";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 230px !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    transform: rotate(-2deg);
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 span::after {
    content: "迷わない回答へ";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 172px !important;
    right: -6px !important;
    bottom: auto !important;
    left: auto !important;
    transform: rotate(1deg);
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 span::after {
    content: "仕分けと改善へ";
  }
}

@media (max-width: 1023px) {
  main > section.os-entry-hero {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
  }

  main > section.os-entry-hero > .container-site.relative {
    padding-top: 54px !important;
    padding-bottom: 58px !important;
  }
}

@media (min-width: 1024px) {
  main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.items-center.gap-12.lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: minmax(0, 610px) minmax(440px, 1fr) !important;
  }

  main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(42vw, 540px) !important;
    height: 430px !important;
    min-width: 440px !important;
    min-height: 430px !important;
    margin-right: 0 !important;
  }

  main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    position: absolute !important;
    top: 82px !important;
    left: 28px !important;
    inset: auto auto auto 28px !important;
    width: auto !important;
    height: auto !important;
  }

  main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 360px !important;
    height: 218px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    transform: rotate(-4deg) !important;
    border: 1px solid rgba(147, 197, 253, 0.6) !important;
    border-radius: 28px !important;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.9)) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    box-shadow: 0 28px 64px rgba(15, 69, 145, 0.16) !important;
    backdrop-filter: blur(10px) !important;
  }

  main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] > * {
    display: none !important;
  }

  main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 6px !important;
    right: -8px !important;
    bottom: auto !important;
    left: auto !important;
  }

  main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 230px !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
  }

  main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 172px !important;
    right: -6px !important;
    bottom: auto !important;
    left: auto !important;
  }
}

@media (min-width: 1024px) {
  main > section.os-entry-hero .max-w-2xl > div:first-child p {
    max-width: 100%;
    white-space: normal;
    letter-spacing: 0.04em !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(41vw, 520px) !important;
    height: 392px !important;
    min-width: 430px !important;
    min-height: 392px !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    inset: 22px 8px 18px 34px !important;
    border-radius: 38px !important;
    background:
      radial-gradient(circle at 78% 18%, rgba(37, 99, 235, 0.13), transparent 9rem),
      linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(242, 247, 255, 0.86)) !important;
    box-shadow: 0 32px 72px rgba(15, 69, 145, 0.11) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    right: 90px !important;
    bottom: 48px !important;
    width: 250px !important;
    height: 86px !important;
    transform: rotate(0deg) !important;
    border: 0 !important;
    border-radius: 999px !important;
    background:
      linear-gradient(90deg, rgba(37, 99, 235, 0.2), rgba(6, 182, 212, 0.22)),
      linear-gradient(#fff, #fff) !important;
    box-shadow: 0 18px 38px rgba(15, 69, 145, 0.1) !important;
    opacity: 0.7;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    top: 96px !important;
    left: 102px !important;
    z-index: 7 !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 284px !important;
    height: 176px !important;
    transform: rotate(-1.5deg) !important;
    border: 1px solid rgba(147, 197, 253, 0.56) !important;
    border-radius: 30px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.94)) !important;
    box-shadow: 0 24px 54px rgba(15, 69, 145, 0.13) !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    content: "AI事務局OS\A 会社・FAQ・問い合わせを\A AIが扱える形へ";
    left: 28px !important;
    top: 30px !important;
    color: #071735 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.65 !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "";
    right: 28px !important;
    bottom: 30px !important;
    width: 48px !important;
    height: 48px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background:
      radial-gradient(circle at 50% 50%, #fff 0 22%, transparent 23%),
      linear-gradient(135deg, #2563eb, #06b6d4) !important;
    box-shadow:
      0 14px 28px rgba(37, 99, 235, 0.24),
      inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    width: clamp(172px, 13vw, 206px) !important;
    min-height: 92px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 20px 46px rgba(15, 69, 145, 0.12) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute span {
    min-height: 92px !important;
    padding: 19px 22px !important;
    font-size: 17px !important;
    font-weight: 900 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute span::after {
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 34px !important;
    right: 0 !important;
    transform: rotate(1.5deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 252px !important;
    left: 42px !important;
    transform: rotate(-1deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 222px !important;
    right: 12px !important;
    transform: rotate(1deg) !important;
  }
}

@media (max-width: 640px) {
  main > section.os-entry-hero .max-w-2xl > div:first-child p {
    display: inline-flex;
    white-space: normal;
    line-height: 1.55 !important;
    letter-spacing: 0.02em !important;
  }
}

@media (min-width: 1024px) {
  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(43vw, 560px) !important;
    height: 414px !important;
    min-width: 450px !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    inset: 18px 12px 18px 24px !important;
    border: 1px solid rgba(147, 197, 253, 0.38) !important;
    border-radius: 40px !important;
    background:
      radial-gradient(circle at 50% 48%, rgba(37, 99, 235, 0.13) 0 6px, transparent 7px),
      radial-gradient(circle at 30% 28%, rgba(6, 182, 212, 0.1) 0 54px, transparent 55px),
      radial-gradient(circle at 80% 24%, rgba(37, 99, 235, 0.13) 0 64px, transparent 65px),
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 255, 0.86)) !important;
    box-shadow:
      0 34px 78px rgba(15, 69, 145, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    right: 100px !important;
    bottom: 46px !important;
    width: 250px !important;
    height: 84px !important;
    border: 0 !important;
    border-radius: 999px !important;
    transform: rotate(0deg) !important;
    background:
      linear-gradient(90deg, rgba(37, 99, 235, 0.18), rgba(6, 182, 212, 0.22)) !important;
    box-shadow: 0 22px 48px rgba(15, 69, 145, 0.1) !important;
    opacity: 0.78 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    top: 80px !important;
    left: 94px !important;
    z-index: 8 !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 318px !important;
    height: 190px !important;
    transform: rotate(-4deg) !important;
    border: 1px solid rgba(147, 197, 253, 0.64) !important;
    border-radius: 30px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 255, 0.95)) !important;
    box-shadow: 0 28px 62px rgba(15, 69, 145, 0.16) !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    content: "AI\A AIが会社の頭脳に";
    left: 30px !important;
    top: 30px !important;
    color: #071735 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.72 !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    right: 30px !important;
    bottom: 30px !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 19px !important;
    background:
      radial-gradient(circle at 50% 50%, #fff 0 21%, transparent 22%),
      linear-gradient(135deg, #2563eb, #06b6d4) !important;
    box-shadow:
      0 16px 30px rgba(37, 99, 235, 0.24),
      inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    width: clamp(174px, 13vw, 210px) !important;
    min-height: 94px !important;
    border: 1px solid rgba(147, 197, 253, 0.5) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 22px 50px rgba(15, 69, 145, 0.13) !important;
    backdrop-filter: blur(14px) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span {
    display: block !important;
    min-height: 94px !important;
    padding: 20px 22px !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span > span {
    display: none !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before,
  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    display: block !important;
    letter-spacing: 0 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before {
    color: #075be8 !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    margin-top: 9px !important;
    color: #23395f !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 28px !important;
    right: -2px !important;
    transform: rotate(2deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::before {
    content: "AI";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::after {
    content: "会社の頭脳として動く";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 250px !important;
    left: 24px !important;
    transform: rotate(-1.5deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::before {
    content: "決済";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::after {
    content: "申込・決済・継続課金";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 222px !important;
    right: 6px !important;
    transform: rotate(1.5deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::before {
    content: "問い合わせ";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::after {
    content: "AI対応・自動振り分け";
  }
}

@media (min-width: 1024px) {
  main > section.os-entry-hero:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span {
    display: block !important;
    align-items: initial !important;
    color: transparent !important;
    font-size: 0 !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    white-space: normal !important;
  }

  main > section.os-entry-hero:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before {
    color: #075be8 !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
  }

  main > section.os-entry-hero:first-child:not(.apps-home-hero) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    color: #23395f !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
  }
}

/* /os/ business-card entry: C案 Company-in-a-box hero. */
main > section.os-entry-hero .max-w-2xl > div:first-child p {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: #075be8 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

main > section.os-entry-hero .max-w-2xl > div:nth-child(3) p {
  position: relative !important;
  margin-top: 18px !important;
  color: #0b1f3d !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
}

main > section.os-entry-hero .max-w-2xl > div:nth-child(3) p::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 22px;
  border-radius: 999px;
  background: #075be8;
}

@media (min-width: 1024px) {
  main > section.os-entry-hero .container-site.relative.py-16.md\:py-24 {
    padding-top: 104px !important;
    padding-bottom: 108px !important;
  }

  main > section.os-entry-hero .grid.items-center.gap-12.lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: minmax(440px, 0.93fr) minmax(520px, 1fr) !important;
    gap: clamp(54px, 6vw, 96px) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(45vw, 620px) !important;
    min-width: 540px !important;
    height: 430px !important;
    isolation: isolate !important;
    overflow: visible !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    content: "Company-in-a-box";
    position: absolute !important;
    left: 130px !important;
    bottom: 28px !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 318px !important;
    height: 180px !important;
    padding-bottom: 18px !important;
    color: #3a4a65 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    border-radius: 18px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 241, 255, 0.92)) !important;
    clip-path: polygon(11% 34%, 50% 10%, 89% 34%, 79% 94%, 21% 94%) !important;
    box-shadow:
      0 34px 72px rgba(15, 69, 145, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    transform: perspective(900px) rotateX(58deg) rotateZ(-1deg) !important;
    transform-origin: 50% 70% !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    content: "事務運用\A定型業務の自動化";
    position: absolute !important;
    left: 226px !important;
    bottom: 92px !important;
    z-index: 7 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 154px !important;
    height: 78px !important;
    border: 1px solid rgba(147, 197, 253, 0.55) !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, 0.93) !important;
    color: #071735 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    text-align: center !important;
    white-space: pre-line !important;
    box-shadow: 0 18px 38px rgba(15, 69, 145, 0.13) !important;
    transform: rotate(-0.5deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    position: absolute !important;
    top: 22px !important;
    left: 240px !important;
    z-index: 9 !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 126px !important;
    height: 96px !important;
    display: block !important;
    border: 1px solid rgba(147, 197, 253, 0.56) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 18px 44px rgba(15, 69, 145, 0.13) !important;
    transform: none !important;
    backdrop-filter: blur(12px) !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] > * {
    display: none !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    content: "AI\A AIが会社の頭脳に";
    position: absolute !important;
    inset: 20px 12px 12px !important;
    display: block !important;
    color: #071735 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
    text-align: center !important;
    white-space: pre-line !important;
  }

  main > section.os-entry-hero .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "";
    position: absolute !important;
    top: 13px !important;
    left: 50% !important;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #075be8 !important;
    border-radius: 10px !important;
    background:
      radial-gradient(circle at 50% 50%, #075be8 0 2px, transparent 3px),
      linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.1)) !important;
    box-shadow: none !important;
    transform: translateX(-50%) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    z-index: 8 !important;
    width: 144px !important;
    min-height: 78px !important;
    border: 1px solid rgba(147, 197, 253, 0.56) !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 18px 40px rgba(15, 69, 145, 0.13) !important;
    backdrop-filter: blur(12px) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute::before,
  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-color: rgba(37, 99, 235, 0.36);
    border-style: dashed;
    opacity: 0.7;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span {
    display: block !important;
    min-height: 78px !important;
    padding: 16px 14px !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span > span {
    display: none !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before,
  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    display: block !important;
    letter-spacing: 0 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before {
    color: #071735 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    margin-top: 5px !important;
    color: #52627a !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 132px !important;
    left: 130px !important;
    right: auto !important;
    transform: rotate(-1deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3::before {
    right: -56px;
    top: 36px;
    width: 56px;
    border-width: 1px 0 0;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::before {
    content: "FAQ";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::after {
    content: "ナレッジ整備";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 138px !important;
    left: auto !important;
    right: 118px !important;
    bottom: auto !important;
    transform: rotate(1deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6::before {
    left: -62px;
    top: 36px;
    width: 62px;
    border-width: 1px 0 0;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::before {
    content: "決済";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::after {
    content: "申込・決済・継続課金";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 232px !important;
    left: 210px !important;
    right: auto !important;
    transform: rotate(0.5deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3::before {
    left: 50%;
    top: -50px;
    height: 50px;
    border-width: 0 0 0 1px;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::before {
    content: "問い合わせ";
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::after {
    content: "AI対応・自動振り分け";
  }
}

@media (max-width: 640px) {
  main > section.os-entry-hero .max-w-2xl > div:first-child p {
    font-size: 15px !important;
    letter-spacing: 0.12em !important;
  }

  main > section.os-entry-hero .max-w-2xl > div:nth-child(3) p {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
}

/* C案 v2: class-escapeに依存せず、右側を箱構図へ固定する。 */
@media (min-width: 1024px) {
  main > section.os-entry-hero .grid.items-center.gap-12.lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: minmax(420px, 0.9fr) minmax(500px, 540px) !important;
    gap: clamp(34px, 4vw, 64px) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(41vw, 540px) !important;
    min-width: 500px !important;
    height: 410px !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    left: 106px !important;
    bottom: 34px !important;
    width: 318px !important;
    height: 184px !important;
    z-index: 2 !important;
    padding-bottom: 20px !important;
    border-radius: 20px !important;
    background:
      linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(232, 242, 255, 0.9)) !important;
    clip-path: polygon(8% 35%, 50% 4%, 92% 35%, 79% 96%, 21% 96%) !important;
    box-shadow:
      0 28px 60px rgba(15, 69, 145, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
    transform: perspective(900px) rotateX(58deg) rotateZ(-1deg) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    left: 190px !important;
    bottom: 102px !important;
    width: 150px !important;
    height: 76px !important;
    z-index: 9 !important;
    border-radius: 15px !important;
    font-size: 11px !important;
    line-height: 1.65 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    top: 38px !important;
    left: 204px !important;
    z-index: 11 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child > div {
    position: relative !important;
    width: 120px !important;
    height: 96px !important;
    display: block !important;
    border: 1px solid rgba(147, 197, 253, 0.62) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 18px 42px rgba(15, 69, 145, 0.14) !important;
    transform: none !important;
    backdrop-filter: blur(12px) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child > div > * {
    display: none !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child > div::before {
    content: "AI\A AIが会社の頭脳に";
    position: absolute !important;
    inset: 34px 10px 10px !important;
    display: block !important;
    color: #071735 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    text-align: center !important;
    white-space: pre-line !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child > div::after {
    content: "";
    position: absolute !important;
    top: 12px !important;
    left: 50% !important;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #075be8 !important;
    border-radius: 10px !important;
    background:
      radial-gradient(circle at 50% 50%, #075be8 0 2px, transparent 3px),
      linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.1)) !important;
    transform: translateX(-50%) !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    width: 142px !important;
    min-height: 76px !important;
    z-index: 10 !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 156px !important;
    left: 86px !important;
    right: auto !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 158px !important;
    left: 310px !important;
    right: auto !important;
    bottom: auto !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 180px !important;
    left: 194px !important;
    right: auto !important;
  }

  main > section.os-entry-hero .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span {
    min-height: 76px !important;
    padding: 15px 12px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(41vw, 540px) !important;
    min-width: 500px !important;
    height: 410px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    top: 38px !important;
    left: 204px !important;
    width: 120px !important;
    height: 96px !important;
    z-index: 11 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 120px !important;
    height: 96px !important;
    display: block !important;
    border-radius: 16px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    inset: 34px 10px 10px !important;
    left: 10px !important;
    top: 34px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    top: 12px !important;
    left: 50% !important;
    width: 24px !important;
    height: 24px !important;
    transform: translateX(-50%) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 156px !important;
    left: 86px !important;
    right: auto !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 158px !important;
    left: 310px !important;
    right: auto !important;
    bottom: auto !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 180px !important;
    left: 194px !important;
    right: auto !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    z-index: 6 !important;
    left: 92px !important;
    bottom: 18px !important;
    width: 346px !important;
    height: 196px !important;
    border: 1.5px solid rgba(96, 165, 250, 0.52) !important;
    background:
      linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(209, 230, 255, 0.98)) !important;
    box-shadow:
      0 38px 76px rgba(15, 69, 145, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    transform: rotate(-1deg) !important;
    opacity: 0.98 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    left: 190px !important;
    bottom: 76px !important;
    width: 150px !important;
    height: 76px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    min-height: 76px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 168px !important;
    left: 54px !important;
    width: 142px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 168px !important;
    left: 336px !important;
    width: 142px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 174px !important;
    left: 188px !important;
    width: 154px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span {
    min-height: 76px !important;
    padding: 15px 12px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before {
    font-size: 16px !important;
    line-height: 1.22 !important;
    white-space: nowrap !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    font-size: 10px !important;
    line-height: 1.36 !important;
  }
}

/* /os/ C案改: 名刺QR向けに、散らばった情報 -> Apps AI -> AI事務局OS の関係を見せる。 */
@media (min-width: 1024px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.items-center.gap-12.lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: minmax(420px, 0.92fr) minmax(600px, 620px) !important;
    gap: clamp(42px, 5vw, 76px) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(46vw, 620px) !important;
    min-width: 600px !important;
    height: 430px !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    content: "" !important;
    position: absolute !important;
    inset: 34px 8px 28px 8px !important;
    z-index: 1 !important;
    border: 1px solid rgba(147, 197, 253, 0.44) !important;
    border-radius: 38px !important;
    background:
      radial-gradient(circle at 17% 30%, rgba(37, 99, 235, 0.1) 0 62px, transparent 64px),
      radial-gradient(circle at 80% 28%, rgba(6, 182, 212, 0.1) 0 78px, transparent 80px),
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88)) !important;
    clip-path: none !important;
    box-shadow:
      0 34px 80px rgba(15, 69, 145, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    transform: perspective(900px) rotateY(-4deg) rotateX(1deg) !important;
    opacity: 1 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    content: "AIが扱える形へ" !important;
    position: absolute !important;
    left: 258px !important;
    top: 210px !important;
    bottom: auto !important;
    z-index: 7 !important;
    display: grid !important;
    place-items: center !important;
    width: 142px !important;
    height: 40px !important;
    border: 1px solid rgba(37, 99, 235, 0.24) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #075be8 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    box-shadow: 0 16px 36px rgba(15, 69, 145, 0.12) !important;
    transform: rotate(-1deg) !important;
    opacity: 1 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    top: 130px !important;
    left: 238px !important;
    width: 176px !important;
    height: 120px !important;
    z-index: 9 !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    position: relative !important;
    display: block !important;
    width: 176px !important;
    height: 120px !important;
    overflow: hidden !important;
    border: 1px solid rgba(96, 165, 250, 0.52) !important;
    border-radius: 28px !important;
    background:
      radial-gradient(circle at 82% 18%, rgba(14, 165, 233, 0.16), transparent 42px),
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.94)) !important;
    box-shadow: 0 26px 62px rgba(15, 69, 145, 0.17) !important;
    transform: rotate(-1.5deg) !important;
    backdrop-filter: blur(14px) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] > * {
    display: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    content: "Apps AI\A 会社をAI対応に整える" !important;
    position: absolute !important;
    inset: 28px 18px 18px !important;
    display: block !important;
    color: #071735 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.55 !important;
    text-align: left !important;
    white-space: pre-line !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "" !important;
    position: absolute !important;
    right: 18px !important;
    bottom: 18px !important;
    left: auto !important;
    top: auto !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    border-radius: 13px !important;
    background:
      radial-gradient(circle at 50% 50%, #fff 0 21%, transparent 22%),
      linear-gradient(135deg, #2563eb, #06b6d4) !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22) !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    z-index: 8 !important;
    min-height: 94px !important;
    border: 1px solid rgba(147, 197, 253, 0.5) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 22px 52px rgba(15, 69, 145, 0.13) !important;
    backdrop-filter: blur(16px) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute::before {
    content: "" !important;
    position: absolute !important;
    top: 46px !important;
    z-index: -1 !important;
    display: block !important;
    height: 1px !important;
    border: 0 !important;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0), rgba(37, 99, 235, 0.48), rgba(37, 99, 235, 0)) !important;
    opacity: 0.95 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute::after {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    display: block !important;
    border: 0 !important;
    opacity: 1 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span {
    display: block !important;
    min-height: 94px !important;
    padding: 20px 22px !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span > span {
    display: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before {
    display: block !important;
    color: #071735 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.28 !important;
    white-space: normal !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    display: block !important;
    margin-top: 8px !important;
    color: #52627a !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 110px !important;
    left: 34px !important;
    right: auto !important;
    width: 178px !important;
    transform: rotate(-1.2deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3::before {
    left: 100% !important;
    width: 46px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::before {
    content: "散らばった情報" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::after {
    content: "会社情報・商品・FAQ・問い合わせ" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 108px !important;
    left: 434px !important;
    right: auto !important;
    bottom: auto !important;
    width: 178px !important;
    transform: rotate(1.1deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6::before {
    right: 100% !important;
    left: auto !important;
    width: 40px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::before {
    content: "AI事務局OS" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::after {
    content: "回答・仕分け・改善ログ" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 278px !important;
    left: 268px !important;
    right: auto !important;
    width: 208px !important;
    transform: rotate(-0.8deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3::before {
    left: 54px !important;
    top: -48px !important;
    width: 1px !important;
    height: 48px !important;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0), rgba(37, 99, 235, 0.45)) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::before {
    content: "人が判断する仕事へ" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::after {
    content: "相談・改善・価値づくりに集中" !important;
  }
}

@media (max-width: 1023px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero) .hidden.lg\:block {
    display: block !important;
    margin-top: 34px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(100%, 360px) !important;
    min-width: 0 !important;
    height: 292px !important;
    min-height: 292px !important;
    margin-inline: auto !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    content: "" !important;
    position: absolute !important;
    inset: 20px 0 16px !important;
    z-index: 1 !important;
    border: 1px solid rgba(147, 197, 253, 0.42) !important;
    border-radius: 30px !important;
    background:
      radial-gradient(circle at 18% 24%, rgba(37, 99, 235, 0.1) 0 44px, transparent 46px),
      radial-gradient(circle at 82% 22%, rgba(6, 182, 212, 0.1) 0 50px, transparent 52px),
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.9)) !important;
    clip-path: none !important;
    box-shadow: 0 24px 56px rgba(15, 69, 145, 0.12) !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    content: "AIが扱える形へ" !important;
    position: absolute !important;
    left: 50% !important;
    top: 134px !important;
    z-index: 7 !important;
    display: grid !important;
    place-items: center !important;
    width: 130px !important;
    height: 34px !important;
    border: 1px solid rgba(37, 99, 235, 0.22) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #075be8 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    box-shadow: 0 12px 28px rgba(15, 69, 145, 0.12) !important;
    transform: translateX(-50%) !important;
    opacity: 1 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    position: absolute !important;
    top: 94px !important;
    left: 50% !important;
    width: 150px !important;
    height: 96px !important;
    z-index: 9 !important;
    transform: translateX(-50%) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    position: relative !important;
    display: block !important;
    width: 150px !important;
    height: 96px !important;
    overflow: hidden !important;
    border: 1px solid rgba(96, 165, 250, 0.52) !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(245, 250, 255, 0.94)) !important;
    box-shadow: 0 20px 44px rgba(15, 69, 145, 0.15) !important;
    transform: rotate(-1deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] > * {
    display: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    content: "Apps AI\A 整える" !important;
    position: absolute !important;
    inset: 22px 14px 14px !important;
    display: block !important;
    color: #071735 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    white-space: pre-line !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "" !important;
    position: absolute !important;
    right: 14px !important;
    bottom: 14px !important;
    left: auto !important;
    top: auto !important;
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background:
      radial-gradient(circle at 50% 50%, #fff 0 21%, transparent 22%),
      linear-gradient(135deg, #2563eb, #06b6d4) !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.2) !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    z-index: 8 !important;
    width: 142px !important;
    min-height: 72px !important;
    border: 1px solid rgba(147, 197, 253, 0.5) !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 16px 36px rgba(15, 69, 145, 0.12) !important;
    backdrop-filter: blur(14px) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span {
    display: block !important;
    min-height: 72px !important;
    padding: 15px 14px !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-align: left !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span > span {
    display: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before {
    display: block !important;
    color: #071735 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    display: block !important;
    margin-top: 5px !important;
    color: #52627a !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 42px !important;
    left: 10px !important;
    right: auto !important;
    transform: rotate(-1deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::before {
    content: "散らばった情報" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::after {
    content: "会社・FAQ・問い合わせ" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 42px !important;
    left: auto !important;
    right: 10px !important;
    bottom: auto !important;
    transform: rotate(1deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::before {
    content: "AI事務局OS" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::after {
    content: "回答・仕分け・改善" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 206px !important;
    left: 50% !important;
    right: auto !important;
    width: 182px !important;
    transform: translateX(-50%) rotate(-0.8deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::before {
    content: "人が判断する仕事へ" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::after {
    content: "相談・改善・価値づくり" !important;
  }
}

html body main > section.os-entry-hero:first-child:not(.apps-home-hero) h1 {
  max-width: none !important;
  white-space: nowrap !important;
}

@media (min-width: 1024px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero) h1 {
    font-size: clamp(42px, 3.8vw, 52px) !important;
  }
}

@media (max-width: 640px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero) h1 {
    font-size: clamp(30px, 8.2vw, 36px) !important;
    line-height: 1.2 !important;
  }
}

/* /os/ C案仕上げ: Apps AI と AI事務局OSの関係を、箱から立ち上がる構図に戻す。 */
@media (min-width: 1024px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.items-center.gap-12.lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: minmax(430px, 0.92fr) minmax(660px, 700px) !important;
    gap: clamp(44px, 5vw, 82px) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(50vw, 700px) !important;
    min-width: 660px !important;
    height: 470px !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    content: "Company-in-a-box" !important;
    position: absolute !important;
    left: 122px !important;
    top: 206px !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 436px !important;
    height: 198px !important;
    padding-bottom: 20px !important;
    border: 1px solid rgba(147, 197, 253, 0.46) !important;
    border-radius: 30px !important;
    background:
      linear-gradient(160deg, rgba(255, 255, 255, 0.84), rgba(219, 234, 254, 0.86)),
      linear-gradient(90deg, rgba(37, 99, 235, 0.07), rgba(6, 182, 212, 0.08)) !important;
    clip-path: polygon(8% 8%, 88% 0, 100% 32%, 86% 100%, 14% 100%, 0 34%) !important;
    color: rgba(7, 23, 53, 0.42) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    box-shadow:
      0 34px 86px rgba(15, 69, 145, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    transform: perspective(1000px) rotateX(58deg) rotateZ(-3deg) !important;
    transform-origin: center bottom !important;
    opacity: 1 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    content: "事務運用\A 定型業務の自動化" !important;
    position: absolute !important;
    left: 258px !important;
    top: 304px !important;
    z-index: 11 !important;
    display: block !important;
    width: 178px !important;
    min-height: 86px !important;
    padding: 22px 20px !important;
    border: 1px solid rgba(147, 197, 253, 0.58) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #071735 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: pre-line !important;
    box-shadow: 0 22px 52px rgba(15, 69, 145, 0.15) !important;
    transform: rotate(-0.8deg) !important;
    opacity: 1 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    position: absolute !important;
    top: 42px !important;
    left: 284px !important;
    z-index: 12 !important;
    width: 136px !important;
    height: 118px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    position: relative !important;
    display: block !important;
    width: 136px !important;
    height: 118px !important;
    overflow: visible !important;
    border: 1px solid rgba(96, 165, 250, 0.56) !important;
    border-radius: 22px !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.94)) !important;
    box-shadow: 0 24px 54px rgba(15, 69, 145, 0.16) !important;
    transform: rotate(1.2deg) !important;
    backdrop-filter: blur(16px) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] > * {
    display: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    content: "AI" !important;
    position: absolute !important;
    left: 50% !important;
    top: 18px !important;
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(37, 99, 235, 0.24) !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    transform: translateX(-50%) !important;
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps\00a0AI\A AIが会社の頭脳に" !important;
    position: absolute !important;
    inset: auto 12px 17px !important;
    display: block !important;
    border: 0 !important;
    background: transparent !important;
    color: #071735 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.38 !important;
    text-align: center !important;
    white-space: pre-line !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    z-index: 10 !important;
    width: 168px !important;
    min-height: 92px !important;
    border: 1px solid rgba(147, 197, 253, 0.56) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 20px 48px rgba(15, 69, 145, 0.13) !important;
    backdrop-filter: blur(16px) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute::before,
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute::after {
    display: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span {
    display: block !important;
    min-height: 92px !important;
    padding: 20px 18px !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span > span {
    display: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before {
    display: block !important;
    color: #071735 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    display: block !important;
    margin-top: 7px !important;
    color: #52627a !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 178px !important;
    left: 92px !important;
    right: auto !important;
    transform: rotate(-2deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::before {
    content: "FAQ" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::after {
    content: "プレイブック整備" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 190px !important;
    left: 268px !important;
    right: auto !important;
    bottom: auto !important;
    width: 174px !important;
    transform: rotate(0.8deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::before {
    content: "問い合わせ" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::after {
    content: "AI対応・自動振り分け" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 178px !important;
    left: 456px !important;
    right: auto !important;
    width: 168px !important;
    transform: rotate(2deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::before {
    content: "決済" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::after {
    content: "申込・決済・継続会員" !important;
  }
}

/* /os/ final override: keep the Apps AI card legible after all previous overrides. */
@media (min-width: 1024px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    left: 240px !important;
    width: 220px !important;
    height: 120px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 220px !important;
    height: 120px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    left: auto !important;
    right: 18px !important;
    top: 18px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps AI" !important;
    inset: auto !important;
    left: 20px !important;
    right: 74px !important;
    top: 42px !important;
    bottom: auto !important;
    display: block !important;
    color: #071735 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 1023px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    width: 178px !important;
    height: 110px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 178px !important;
    height: 110px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    left: auto !important;
    right: 14px !important;
    top: 16px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps AI" !important;
    inset: auto !important;
    left: 16px !important;
    right: 60px !important;
    top: 40px !important;
    bottom: auto !important;
    display: block !important;
    color: #071735 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

/* /os/ final override: keep the Apps AI card legible after all previous overrides. */
@media (min-width: 1024px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    left: 240px !important;
    width: 220px !important;
    height: 120px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 220px !important;
    height: 120px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    left: auto !important;
    right: 18px !important;
    top: 18px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps AI" !important;
    left: 20px !important;
    right: 74px !important;
    top: 42px !important;
    bottom: auto !important;
    inset: auto !important;
    display: block !important;
    color: #071735 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    left: 20px !important;
    right: 74px !important;
    top: 42px !important;
    bottom: auto !important;
  }
}

@media (max-width: 1023px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    width: 178px !important;
    height: 110px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 178px !important;
    height: 110px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    left: auto !important;
    right: 14px !important;
    top: 16px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps AI" !important;
    left: 16px !important;
    right: 60px !important;
    top: 40px !important;
    bottom: auto !important;
    inset: auto !important;
    display: block !important;
    color: #071735 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    left: 16px !important;
    right: 60px !important;
    top: 40px !important;
    bottom: auto !important;
  }
}

@media (max-width: 1023px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(100%, 380px) !important;
    min-width: 0 !important;
    height: 360px !important;
    min-height: 360px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
    content: "Company-in-a-box" !important;
    position: absolute !important;
    left: 32px !important;
    top: 170px !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: calc(100% - 64px) !important;
    height: 140px !important;
    padding-bottom: 14px !important;
    border: 1px solid rgba(147, 197, 253, 0.44) !important;
    border-radius: 24px !important;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(219, 234, 254, 0.86)) !important;
    clip-path: polygon(8% 8%, 88% 0, 100% 32%, 86% 100%, 14% 100%, 0 34%) !important;
    color: rgba(7, 23, 53, 0.36) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    box-shadow: 0 24px 56px rgba(15, 69, 145, 0.13) !important;
    transform: perspective(800px) rotateX(58deg) rotateZ(-3deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
    content: "事務運用\A 定型業務の自動化" !important;
    left: 50% !important;
    top: 258px !important;
    width: 156px !important;
    min-height: 72px !important;
    padding: 17px 14px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    transform: translateX(-50%) rotate(-0.8deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    top: 24px !important;
    left: 50% !important;
    width: 126px !important;
    height: 110px !important;
    transform: translateX(-50%) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 126px !important;
    height: 110px !important;
    border-radius: 20px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    top: 16px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 15px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps\00a0AI\A AIが会社の頭脳に" !important;
    inset: auto 10px 15px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute {
    width: 132px !important;
    min-height: 74px !important;
    border-radius: 18px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span {
    min-height: 74px !important;
    padding: 14px 12px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::before {
    font-size: 12.5px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute > span::after {
    font-size: 9px !important;
    line-height: 1.32 !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 {
    top: 138px !important;
    left: 14px !important;
    right: auto !important;
    transform: rotate(-2deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::before {
    content: "FAQ" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.-top-3 > span::after {
    content: "プレイブック整備" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 {
    top: 146px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: 142px !important;
    transform: translateX(-50%) rotate(0.8deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::before {
    content: "問い合わせ" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.bottom-6 > span::after {
    content: "AI対応・自動振り分け" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 {
    top: 138px !important;
    left: auto !important;
    right: 14px !important;
    width: 132px !important;
    transform: rotate(2deg) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::before {
    content: "決済" !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > .absolute.top-1\/3 > span::after {
    content: "申込・決済・継続会員" !important;
  }
}

/* /os/ final EOF override: keep the Apps AI card legible after all previous overrides. */
@media (min-width: 1024px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    left: 240px !important;
    width: 220px !important;
    height: 120px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 220px !important;
    height: 120px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    left: auto !important;
    right: 18px !important;
    top: 18px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps AI" !important;
    inset: auto !important;
    left: 20px !important;
    right: 74px !important;
    top: 42px !important;
    bottom: auto !important;
    display: block !important;
    color: #071735 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 1023px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > div:first-child {
    width: 178px !important;
    height: 110px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\] {
    width: 178px !important;
    height: 110px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::before {
    left: auto !important;
    right: 14px !important;
    top: 16px !important;
    transform: none !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.h-64.w-64.place-items-center.rounded-\[2\.5rem\]::after {
    content: "Apps AI" !important;
    inset: auto !important;
    left: 16px !important;
    right: 60px !important;
    top: 40px !important;
    bottom: auto !important;
    display: block !important;
    color: #071735 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

/* /os/ true C案: Before / 処理・統合 / After visual. */
html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
  width: min(50vw, 700px) !important;
  min-width: 660px !important;
  height: 440px !important;
  min-height: 440px !important;
  overflow: visible !important;
  isolation: isolate !important;
}

html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 > * {
  display: none !important;
}

html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: url('/assets/brand/os-before-after-visual-20260619-v4.svg?v=20260619-after-fit-v1') center / contain no-repeat !important;
  box-shadow: none !important;
  clip-path: none !important;
  transform: none !important;
  opacity: 1 !important;
}

html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72::after {
  display: none !important;
  content: "" !important;
}

@media (max-width: 1023px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero) .hidden.lg\:block {
    display: block !important;
    margin-top: 34px !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(100%, 390px) !important;
    min-width: 0 !important;
    height: 246px !important;
    min-height: 246px !important;
    margin-inline: auto !important;
  }
}

@media (min-width: 1024px) {
  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .grid.items-center.gap-12.lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: minmax(500px, 1fr) minmax(600px, 620px) !important;
    gap: clamp(40px, 4vw, 56px) !important;
  }

  html body main > section.os-entry-hero:first-child:not(.apps-home-hero):has(.relative.mx-auto.h-72.w-72) .hidden.lg\:block > .relative.mx-auto.h-72.w-72 {
    width: min(45vw, 620px) !important;
    min-width: 600px !important;
    height: 390px !important;
    min-height: 390px !important;
  }
}
