@charset "UTF-8";

/* Small, safe overrides layered after the original CSS. */
img {
  height: auto;
}

.service_faq .toggle:checked + .title + .content {
  max-height: none;
}

body#home {
  --BrandColor: #1A1C57;
  --BrandDeep: #111342;
  --BrandSoft: #eef1f8;
  --BrandPale: #f7f8fc;
  --InkColor: #101116;
  --InkSoft: #262832;
  --AccentColor: #B4233E;
  --AccentSoft: #f7e7ec;
  --BookColor: #9aa2b7;
  --PaperColor: #f6f7fa;
  --LineColor: #e0e3ed;
  --TextColor: #252733;
  --MutedColor: #6b6f7e;
  --SubColor: #1A1C57;
  --SubColor2: #1A1C57;
  --TableBgColor: #f3f5fa;
  --GrayBgColor: #f6f7fa;
  color: var(--TextColor);
}

body#home section[style*="background-color: #f9f9f9"],
body#home section[style*="background-color:#f9f9f9"] {
  background-color: var(--PaperColor) !important;
}

body#home footer {
  background: var(--InkColor) !important;
  background-color: var(--InkColor) !important;
}

body#home [style*="background:#1f4fbf"],
body#home [style*="background: #1f4fbf"] {
  background: linear-gradient(135deg, var(--BrandColor) 0%, var(--BrandDeep) 68%, var(--InkColor) 100%) !important;
  background-color: var(--BrandColor) !important;
}

body#home [style*="border:1px solid #1f4fbf"],
body#home [style*="border: 1px solid #1f4fbf"] {
  border-color: var(--BrandColor) !important;
}

body#home [style*="color:#1f4fbf"],
body#home [style*="color: #1f4fbf"] {
  color: var(--BrandColor) !important;
}

body#home [style*="background:#ffb000"],
body#home [style*="background: #ffb000"] {
  background: var(--AccentColor) !important;
  background-color: var(--AccentColor) !important;
}

body#home [style*="border-radius:16px"],
body#home [style*="border-radius:20px"],
body#home [style*="border-radius:12px"] {
  border-radius: 8px !important;
}

body#home .top_sec01_ttl,
body#home .top_service_box_ttl,
body#home .fee_table_ttl01,
body#home .top_access_box01 dl dt,
body#home .top_access_box02 dl dt {
  color: var(--InkColor);
}

body#home .top_service_box_ttl::before,
body#home .top_access_box01 dl dt::before,
body#home .top_access_box02 dl dt::before,
body#home .top_news_box dl .category {
  background-color: var(--AccentColor) !important;
}

body#home .fee_table tr:first-of-type th {
  background-color: var(--BrandColor) !important;
}

body#home .works_card,
body#home main div[style*="flex:1 1 260px"][style*="background:#ffffff"] {
  border-color: var(--LineColor) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 36px rgba(26, 28, 87, 0.08) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body#home .works_card h4 {
  color: var(--InkColor);
}

body#home .works_card:hover,
body#home main div[style*="flex:1 1 260px"][style*="background:#ffffff"]:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 28, 87, 0.28) !important;
  box-shadow: 0 20px 46px rgba(26, 28, 87, 0.12) !important;
}

body#home main a[href="contact.php"],
body#home main a[href*="alphabloom.jp/lp"],
body#home main a[href*="foriio.com"]:not(.works_card) {
  display: inline-block;
  color: #fff !important;
  background: var(--BrandColor) !important;
  border: 1px solid var(--BrandColor) !important;
  box-shadow: 0 10px 24px rgba(26, 28, 87, 0.18);
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

body#home main a[href="contact.php"]:hover,
body#home main a[href*="alphabloom.jp/lp"]:hover,
body#home main a[href*="foriio.com"]:not(.works_card):hover {
  background: var(--InkColor) !important;
  border-color: var(--InkColor) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(16, 17, 22, 0.2);
  text-decoration: none;
}

/* Unified top section headings */
body#home .top_section_ttl_bg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  box-sizing: border-box;
  width: 100%;
  padding: 74px max(5%, calc((100% - 1200px) / 2)) 0;
  background: #fff !important;
  text-align: left;
}

body#home section[style*="background-color: #f9f9f9"] .top_section_ttl_bg,
body#home section[style*="background-color:#f9f9f9"] .top_section_ttl_bg {
  background: var(--PaperColor) !important;
}

body#home .top_section_ttl_bg h3 {
  order: 2;
  color: var(--InkColor) !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

body#home .top_section_ttl_bg span {
  order: 1;
  position: static;
  width: auto;
  color: var(--BrandColor);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transform: none;
}

body#home .top_section_ttl_bg::after {
  content: "";
  order: 3;
  display: block;
  width: 92px;
  height: 3px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--AccentColor) 0 24%, var(--BrandColor) 24% 78%, var(--InkColor) 78% 100%);
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body#home .top_section_ttl_bg.js-reveal::after {
  transform: scaleX(0);
}

body#home .top_section_ttl_bg.js-reveal.is-visible::after {
  transform: scaleX(1);
}

body#home .section_inner {
  padding: 54px 0 78px;
}

/* Strength section */
body#home .top_strength {
  position: relative;
  overflow: hidden;
  color: var(--TextColor);
  background:
    radial-gradient(circle at 92% 8%, rgba(26, 28, 87, 0.14) 0, rgba(26, 28, 87, 0) 32%),
    linear-gradient(180deg, #fbfcff 0%, #eef1f8 100%);
}

body#home .top_strength::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--BrandColor) 0%, var(--BrandColor) 76%, var(--AccentColor) 76%, var(--AccentColor) 100%);
}

body#home .top_strength .section_inner {
  position: relative;
  padding: 94px 0 104px;
}

body#home .top_strength_head {
  max-width: 920px;
  margin: 0 0 42px;
  text-align: left;
}

body#home .top_strength_label,
body#home .top_strength_kicker,
body#home .top_strength_domain_en {
  color: var(--BrandColor);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

body#home .top_strength_head h3 {
  color: var(--BrandColor);
  font-size: 46px;
  font-weight: 600;
  line-height: 1.32;
  margin: 12px 0 18px;
  letter-spacing: 0;
}

body#home .top_strength_head h3::after {
  content: "";
  display: block;
  width: 108px;
  height: 3px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--AccentColor) 0 24%, var(--BrandColor) 24% 78%, var(--InkColor) 78% 100%);
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body#home .top_strength_head.js-reveal h3::after {
  transform: scaleX(0);
}

body#home .top_strength_head.js-reveal.is-visible h3::after {
  transform: scaleX(1);
}

body#home .top_strength_head p:last-child {
  color: #424654;
  font-size: 16px;
  line-height: 2;
}

body#home .top_strength_proof {
  display: grid;
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  padding: 44px 48px;
  color: var(--InkColor);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(26, 28, 87, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(26, 28, 87, 0.12);
  backdrop-filter: blur(8px);
}

body#home .top_strength_number {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: var(--BrandColor);
  line-height: 0.82;
  letter-spacing: 0;
}

body#home .top_strength_number span {
  font-family: "Noto Serif JP", serif;
  font-size: 142px;
  font-weight: 500;
}

body#home .top_strength_number em {
  color: var(--AccentColor);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  margin-left: 8px;
  margin-bottom: 9px;
}

body#home .top_strength_proof_text h4,
body#home .top_strength_domain h4 {
  color: var(--InkColor);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
}

body#home .top_strength_proof_text h4 {
  font-size: 30px;
  margin: 12px 0 14px;
}

body#home .top_strength_proof_text p:last-child {
  color: #484b58;
  font-size: 15px;
  line-height: 1.95;
}

body#home .top_strength_domains {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

body#home .top_strength_domain {
  position: relative;
  min-height: 100%;
  padding: 36px;
  overflow: hidden;
  color: var(--TextColor);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(26, 28, 87, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(26, 28, 87, 0.1);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body#home .top_strength_domain:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 28, 87, 0.3);
  box-shadow: 0 24px 54px rgba(26, 28, 87, 0.14);
}

body#home .top_strength_domain::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--BrandColor);
}

body#home .top_strength_domain_entertainment::before {
  background: var(--AccentColor);
}

body#home .top_strength_domain h4 {
  color: var(--InkColor);
  font-size: 26px;
  margin: 12px 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--LineColor);
}

body#home .top_strength_domain_tech h4 {
  color: var(--BrandColor);
}

body#home .top_strength_domain_entertainment h4 {
  color: var(--InkColor);
}

body#home .top_strength_domain_entertainment .top_strength_domain_en {
  color: var(--AccentColor);
}

body#home .top_strength_domain p:not(.top_strength_domain_en) {
  color: #4b4f5d;
  font-size: 15px;
  line-height: 1.95;
}

body#home .top_strength_domain ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

body#home .top_strength_domain li {
  color: #343746;
  font-size: 13px;
  line-height: 1.45;
  padding: 8px 10px;
  background: var(--BrandPale);
  border: 1px solid rgba(26, 28, 87, 0.1);
  border-radius: 3px;
}

body#home .top_strength_domain_entertainment li {
  background: #fff7f9;
  border-color: rgba(180, 35, 62, 0.12);
}

body#home .top_strength_mix {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: 42px;
  margin-top: 24px;
  padding: 40px 42px;
  color: var(--InkColor);
  background: #fff;
  border: 1px solid rgba(26, 28, 87, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(26, 28, 87, 0.1);
}

body#home .top_strength_mix .top_strength_kicker {
  color: var(--BrandColor);
}

body#home .top_strength_mix_copy h4 {
  color: var(--BrandColor);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.48;
  margin: 12px 0 14px;
  letter-spacing: 0;
}

body#home .top_strength_mix_copy p:last-child {
  color: #4b4f5d;
  font-size: 15px;
  line-height: 1.95;
}

body#home .top_strength_mix_visual {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-width: 0;
}

body#home .top_strength_bar {
  position: relative;
  display: block;
  width: min(260px, 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: visible;
  border-radius: 50%;
  background: conic-gradient(from -90deg, var(--BrandColor) 0 51.1%, var(--AccentColor) 51.1% 96.6%, var(--BookColor) 96.6% 100%);
  box-shadow: 0 18px 40px rgba(26, 28, 87, 0.18);
  transform: rotate(0) scale(1);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s ease;
}

body#home .top_strength_bar::before {
  content: "";
  position: absolute;
  inset: 17%;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(26, 28, 87, 0.08);
}

body#home .top_strength_bar::after {
  content: "主力2事業\A96.6%";
  position: absolute;
  inset: 17%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--BrandColor);
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: pre;
}

body#home .top_strength_bar span {
  display: none;
}

body#home .top_strength_mix.js-reveal .top_strength_bar {
  opacity: 0;
  transform: rotate(-18deg) scale(0.9);
}

body#home .top_strength_mix.js-reveal.is-visible .top_strength_bar {
  opacity: 1;
  transform: rotate(0) scale(1);
}

body#home .top_strength_mix_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
}

body#home .top_strength_mix_item {
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: var(--BrandPale);
  border: 1px solid rgba(26, 28, 87, 0.1);
  border-radius: 6px;
}

body#home .top_strength_mix_item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  background: var(--BrandColor);
  border-radius: 50%;
}

body#home .top_strength_mix_item_entertainment::before {
  background: var(--AccentColor);
}

body#home .top_strength_mix_item_book::before {
  background: var(--BookColor);
}

body#home .top_strength_mix_item span {
  display: block;
  color: #4f5362;
  font-size: 13px;
  line-height: 1.45;
}

body#home .top_strength_mix_item strong {
  display: block;
  color: var(--InkColor);
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0;
  white-space: nowrap;
}

body#home .top_strength_mix_item_tech strong {
  color: var(--BrandColor);
}

body#home .top_strength_mix_item_entertainment strong {
  color: var(--AccentColor);
}

body#home .top_strength_mix_item_book strong {
  color: #697187;
}

body#home .top_strength_note {
  margin-top: 24px;
  padding: 26px 34px;
  background: rgba(26, 28, 87, 0.06);
  border: 1px solid rgba(26, 28, 87, 0.12);
  border-left: 5px solid var(--BrandColor);
  border-radius: 8px;
}

body#home .top_strength_note p {
  color: var(--InkSoft);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
}

/* Reveal motion */
body#home .js-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

body#home .js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Existing PC access button fix */
@media screen and (min-width: 769px) {
  #header .nav_access_map a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1A1C57 !important;
    background-color: #fff !important;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
  }

  #header .nav_access_map a span {
    display: block !important;
    flex: 0 0 auto;
    width: 0.95vw;
    margin-right: 0.5em !important;
  }

  #header .nav_access_map a img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .pc_hamburger {
    display: none !important;
  }

  .lower_page_ttl_bg {
    background-color: var(--SubColor2) !important;
  }

  .mv {
    background-image: url("../images/mv_sp.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-color: transparent !important;
    padding-top: 0 !important;
  }

  .mv::before {
    background-color: rgba(0, 0, 0, 0.01) !important;
  }

  .mv_txt {
    display: none !important;
  }

  body#home .top_section_ttl_bg {
    gap: 8px;
    padding: 44px 5% 0;
  }

  body#home .top_section_ttl_bg h3 {
    font-size: 25px;
    line-height: 1.38;
  }

  body#home .top_section_ttl_bg span {
    font-size: 11px;
  }

  body#home .top_section_ttl_bg::after {
    width: 74px;
    margin-top: 6px;
  }

  body#home .section_inner {
    padding: 34px 0 52px;
  }

  body#home .top_strength .section_inner {
    padding: 58px 0 64px;
  }

  body#home .top_strength_head {
    margin-bottom: 28px;
  }

  body#home .top_strength_head h3 {
    font-size: 31px;
    line-height: 1.4;
  }

  body#home .top_strength_head h3::after {
    width: 82px;
    margin-top: 16px;
  }

  body#home .top_strength_head p:last-child {
    font-size: 15px;
    line-height: 1.9;
  }

  body#home .top_strength_proof {
    display: block;
    padding: 28px 20px;
  }

  body#home .top_strength_number {
    margin-bottom: 24px;
  }

  body#home .top_strength_number span {
    font-size: 94px;
  }

  body#home .top_strength_number em {
    font-size: 34px;
    margin-bottom: 6px;
  }

  body#home .top_strength_proof_text h4 {
    font-size: 23px;
  }

  body#home .top_strength_proof_text p:last-child {
    font-size: 14px;
    line-height: 1.9;
  }

  body#home .top_strength_domains {
    display: block;
    margin-top: 18px;
  }

  body#home .top_strength_domain {
    padding: 28px 20px;
  }

  body#home .top_strength_domain + .top_strength_domain {
    margin-top: 16px;
  }

  body#home .top_strength_domain:hover,
  body#home .works_card:hover,
  body#home main div[style*="flex:1 1 260px"][style*="background:#ffffff"]:hover {
    transform: none;
  }

  body#home .top_strength_domain h4 {
    font-size: 22px;
  }

  body#home .top_strength_domain p:not(.top_strength_domain_en) {
    font-size: 14px;
    line-height: 1.9;
  }

  body#home .top_strength_domain ul {
    gap: 7px;
  }

  body#home .top_strength_domain li {
    font-size: 12px;
    padding: 8px 9px;
  }

  body#home .top_strength_mix {
    display: block;
    margin-top: 18px;
    padding: 28px 20px;
  }

  body#home .top_strength_mix_copy h4 {
    font-size: 22px;
  }

  body#home .top_strength_mix_copy p:last-child {
    font-size: 14px;
    line-height: 1.9;
  }

  body#home .top_strength_mix_visual {
    display: block;
    margin-top: 24px;
  }

  body#home .top_strength_bar {
    width: min(230px, 82vw);
  }

  body#home .top_strength_bar::after {
    font-size: 22px;
  }

  body#home .top_strength_mix_list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  body#home .top_strength_mix_item {
    grid-template-columns: 14px minmax(0, 1fr) auto;
    column-gap: 10px;
    padding: 14px 13px;
  }

  body#home .top_strength_mix_item strong {
    font-size: 24px;
  }

  body#home .top_strength_note {
    margin-top: 18px;
    padding: 22px 18px;
  }

  body#home .top_strength_note p {
    font-size: 15px;
    line-height: 1.85;
  }

  body#home .js-reveal {
    transform: translateY(16px);
  }

  .works_grid {
    display: block !important;
    max-width: 100% !important;
  }

  .works_card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 20px !important;
  }

  .works_card:last-child {
    margin-bottom: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body#home .js-reveal,
  body#home .top_section_ttl_bg::after,
  body#home .top_strength_head h3::after,
  body#home .top_strength_bar,
  body#home .works_card,
  body#home .top_strength_domain,
  body#home main a[href="contact.php"],
  body#home main a[href*="alphabloom.jp/lp"],
  body#home main a[href*="foriio.com"]:not(.works_card) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Sales composition donut refinement */
body#home {
  --AccentColor: #A7354A;
}

body#home .top_strength_mix {
  grid-template-columns: minmax(0, 0.72fr) minmax(540px, 1.28fr);
  align-items: stretch;
  gap: 34px;
  padding: 44px 46px;
}

body#home .top_strength_mix_visual {
  grid-template-columns: minmax(250px, 300px) minmax(320px, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(135deg, #fbfcff 0%, #f2f4fa 100%);
  border: 1px solid rgba(26, 28, 87, 0.1);
  border-radius: 8px;
}

body#home .top_strength_bar {
  width: min(300px, 100%);
  border: 10px solid #fff;
  box-shadow: 0 20px 44px rgba(26, 28, 87, 0.16);
}

body#home .top_strength_bar::before {
  inset: 24%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(26, 28, 87, 0.08), 0 0 0 10px rgba(255, 255, 255, 0.82);
}

body#home .top_strength_bar::after {
  content: "";
  display: none;
}

body#home .top_strength_mix_list {
  gap: 12px;
}

body#home .top_strength_mix_item {
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border-color: rgba(26, 28, 87, 0.12);
  box-shadow: 0 10px 24px rgba(26, 28, 87, 0.07);
}

body#home .top_strength_mix_item::before {
  width: 12px;
  height: 12px;
}

body#home .top_strength_mix_item span {
  color: var(--InkSoft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

body#home .top_strength_mix_item strong {
  font-size: 32px;
}

body#home .top_strength_mix_role {
  grid-column: 2 / 4;
  display: block;
  color: var(--MutedColor);
  font-size: 12px;
  line-height: 1.45;
  margin-top: -4px;
}

body#home .top_strength_mix_item_tech .top_strength_mix_role {
  color: var(--BrandColor);
}

body#home .top_strength_mix_item_entertainment .top_strength_mix_role {
  color: var(--AccentColor);
}

@media screen and (max-width: 1100px) {
  body#home .top_strength_mix {
    display: block;
  }

  body#home .top_strength_mix_visual {
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  body#home .top_strength_mix {
    padding: 28px 20px;
  }

  body#home .top_strength_mix_visual {
    display: block;
    padding: 22px 16px;
    margin-top: 24px;
  }

  body#home .top_strength_bar {
    width: min(250px, 76vw);
    border-width: 8px;
  }

  body#home .top_strength_bar::before {
    inset: 25%;
    box-shadow: inset 0 0 0 1px rgba(26, 28, 87, 0.08), 0 0 0 7px rgba(255, 255, 255, 0.85);
  }

  body#home .top_strength_mix_list {
    gap: 10px;
    margin-top: 24px;
  }

  body#home .top_strength_mix_item {
    grid-template-columns: 12px minmax(0, 1fr) auto;
    padding: 16px 14px;
  }

  body#home .top_strength_mix_item span {
    font-size: 13px;
  }

  body#home .top_strength_mix_item strong {
    font-size: 27px;
  }
}

@media screen and (max-width: 420px) {
  body#home .top_strength_mix_item {
    grid-template-columns: 12px minmax(0, 1fr);
    align-items: start;
  }

  body#home .top_strength_mix_item strong {
    grid-column: 2;
    margin-top: 4px;
  }

  body#home .top_strength_mix_role {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  body#home .top_strength_bar {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
