@charset "UTF-8";

/*!
Theme Name: Cocoon Child Anima
Description: Cocoon専用のAnimaカスタム子テーマ
Theme URI: https://anima.tokyo/
Author: ANIMA Inc.
Author URI: https://anima.tokyo/
Template:   cocoon-master
Version:    1.1.3-anima.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
:root {
  --anima-black: #111111;
  --anima-ink: #1f1f1f;
  --anima-muted: #686868;
  --anima-line: #e7e2de;
  --anima-soft: #f7f4f1;
  --anima-red: #e8380d;
  --anima-white: #ffffff;
}

.anima-brand-link {
  align-items: center;
  display: inline-flex;
  padding: 0;
  transition: opacity 0.2s ease;
}

.anima-brand-link:hover {
  opacity: 0.82;
}

.anima-brand-logo {
  display: block;
  height: auto;
  max-height: 34px;
  width: 142px;
}

.anima-cocoon-logo .site-name-text-link {
  align-items: center;
  display: inline-flex;
}

.anima-cocoon-logo .site-logo-image {
  display: block;
  height: auto;
  max-height: 42px;
  width: 175px;
}

.footer-bottom-logo .anima-cocoon-logo .site-logo-image {
  max-height: 34px;
  width: 142px;
}

.footer,
.footer-bottom,
.footer-bottom a,
.footer a,
.navi-footer a,
.footer-bottom-content a {
  color: #fff !important;
}

.footer a,
.navi-footer a,
.footer-bottom-content a {
  text-decoration: none;
}

.anima-global-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  z-index: 9999;
}

body.admin-bar .anima-global-header {
  top: 32px;
}

.anima-global-header.is-hidden {
  box-shadow: none;
  transform: translateY(-100%);
}

.anima-global-header.is-menu-open {
  transform: translateY(0);
}

.anima-global-header__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 44px;
  height: 86px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 32px;
  width: 100%;
}

.anima-global-header__logo {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
}

.anima-global-header__logo-img {
  display: block;
  height: auto;
  width: 176px;
}

.anima-global-header__nav {
  align-items: center;
  display: flex;
  gap: clamp(22px, 3.2vw, 46px);
  justify-content: flex-end;
  min-width: 0;
}

.anima-global-header__nav a {
  color: #171717;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.anima-global-header__nav a:last-child {
  background: var(--anima-red);
  border-radius: 6px;
  color: #fff;
  padding: 16px 22px;
}

.anima-global-header__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 44px;
}

.anima-global-header__toggle span {
  background: #171717;
  border-radius: 999px;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 26px;
}

.anima-global-header__toggle span:nth-child(1) {
  transform: translateY(-8px);
}

.anima-global-header__toggle span:nth-child(3) {
  transform: translateY(8px);
}

.anima-global-header.is-menu-open .anima-global-header__toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.anima-global-header.is-menu-open .anima-global-header__toggle span:nth-child(2) {
  opacity: 0;
}

.anima-global-header.is-menu-open .anima-global-header__toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

html.anima-menu-open {
  overflow: hidden;
}

.anima-has-global-header #header-container {
  display: none !important;
}

.anima-has-global-header .footer,
.anima-has-global-header .footer-bottom,
.anima-has-global-header .navi-footer,
.anima-has-global-header .mobile-footer-menu-buttons,
.anima-has-global-header .mobile-menu-buttons,
.anima-has-global-header .footer-mobile,
.anima-has-global-header .go-to-top-button,
.anima-has-global-header .go-to-top {
  display: none !important;
}

.anima-has-global-header:not(.home) #container {
  padding-top: 88px;
}

body.admin-bar.anima-has-global-header:not(.home) #container {
  padding-top: 88px;
}

.anima-has-global-header:not(.home) #content,
.anima-has-global-header:not(.home) #content-in,
.anima-has-global-header:not(.home) #main {
  border: 0 !important;
  box-sizing: border-box !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
}

.anima-has-global-header:not(.home) #main {
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body {
  color: var(--anima-ink);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  --anima-header-height: 88px;
}

body.home .header-container,
body.home .navi,
body.home .footer {
  display: none;
}

body.home {
  background: #f7f3f0;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

body.home .anima-tailwind > section:first-child {
  margin-top: var(--anima-header-height);
}

body.admin-bar.home .anima-tailwind > section:first-child {
  margin-top: var(--anima-header-height);
}

body.home.anima-has-global-header .anima-archive .anima-archive-hero {
  margin-top: 88px;
}

body.admin-bar.home.anima-has-global-header .anima-archive .anima-archive-hero {
  margin-top: 88px;
}

body.home .main,
body.home .content,
body.home .wrap,
body.home #main,
body.home #content,
body.home #content-in,
body.home #container {
  box-sizing: border-box;
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: clip;
}

body.home #main {
  border: 0;
}

body.home .anima-tailwind {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  width: 100%;
}

body.home .anima-tailwind section,
body.home .anima-tailwind footer,
body.home .anima-tailwind header {
  max-width: 100%;
}

body.home .anima-tailwind .anima-home-news {
  max-width: 1080px;
}

body.home .anima-tailwind img {
  max-width: 100%;
}

body.home .anima-tailwind a {
  color: inherit;
  text-decoration: none;
}

.anima-home-hero {
  align-items: center;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 188, 63, 0.28), transparent 34%),
    linear-gradient(135deg, #e84822 0%, #ef6230 48%, #d93a22 100%);
  color: #fff;
  display: flex;
  isolation: isolate;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.anima-home-hero::before {
  content: none;
}

.anima-home-hero__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 32px 52px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.anima-home-hero__kicker {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 30px;
  padding-left: 0.12em;
  text-align: center;
}

.anima-home-hero h1 {
  color: #fff;
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.36;
  margin: 0 auto;
  text-shadow: 0 3px 10px rgba(100, 10, 0, 0.12);
}

.anima-home-hero h1 span {
  display: block;
  white-space: nowrap;
}

.anima-home-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 42px;
}

.anima-home-hero__button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  gap: 22px;
  justify-content: center;
  min-height: 62px;
  min-width: 260px;
  padding: 0 30px;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.anima-home-hero__button:hover {
  transform: translateY(-2px);
}

.anima-home-hero__button--primary {
  background: #fff;
  box-shadow: 0 10px 24px rgba(96, 16, 0, 0.18);
  color: #171717 !important;
}

.anima-home-hero__button--ghost {
  background: rgba(255, 255, 255, 0.02);
  border: 2px solid rgba(255, 255, 255, 0.72);
  color: #fff !important;
}

.anima-home-hero__button--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.anima-home-hero__button span {
  font-size: 22px;
  line-height: 1;
}

.anima-home-hero__arc {
  display: none;
}

.anima-home-hero__arc::after {
  content: none;
}

.anima-home-hero__pattern {
  display: none;
}

.anima-home-hero__pattern--left {
  left: -12px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 100%);
}

.anima-home-hero__pattern--right {
  right: -12px;
  mask-image: linear-gradient(270deg, #000 0%, transparent 100%);
}

.anima-home-hero__wave {
  display: none;
}

.anima-latest-section {
  background: #f4f5f7;
  padding: 80px 0;
}

.anima-latest-shell {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1080px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.anima-latest-head {
  align-items: end;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.anima-latest-head p {
  color: var(--anima-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 12px;
}

.anima-latest-head h2 {
  color: #050505;
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.anima-latest-head span {
  color: #4d4d4d;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 14px;
  max-width: 900px;
}

.anima-latest-head > a {
  color: var(--anima-red);
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.anima-latest-grid {
  display: grid;
  gap: 34px 58px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anima-latest-item {
  align-items: center;
  background: #fff;
  border: 1px solid #e7e2dd;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(31, 24, 21, 0.06);
  cursor: pointer;
  display: grid;
  gap: 22px;
  grid-template-columns: 190px 1fr;
  min-width: 0;
  padding: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.anima-latest-item:hover,
.anima-latest-item:focus-within {
  background: #fff;
  border-color: rgba(232, 56, 13, 0.28);
  box-shadow: 0 18px 38px rgba(31, 24, 21, 0.1);
  transform: translateY(-3px);
}

.anima-latest-image {
  background: #f4f5fa;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  position: relative;
}

.anima-latest-image::before {
  content: "";
  display: block;
  padding-top: 52.6%;
}

.anima-latest-image img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 0.28s ease, filter 0.28s ease;
  width: 100%;
}

.anima-latest-item:hover .anima-latest-image img,
.anima-latest-item:focus-within .anima-latest-image img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.035);
}

.anima-latest-item h3 {
  color: #050505;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0;
}

.anima-latest-item a {
  color: inherit;
  text-decoration: none;
}

.anima-latest-item h3 a {
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.anima-latest-item h3 a::after {
  color: var(--anima-red);
  content: "  →";
  display: inline-block;
  font-size: 0.92em;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.anima-latest-item:hover h3 a,
.anima-latest-item:focus-within h3 a {
  color: var(--anima-red);
  text-decoration: underline;
  text-decoration-color: rgba(232, 56, 13, 0.28);
  text-underline-offset: 4px;
}

.anima-latest-item:hover h3 a::after,
.anima-latest-item:focus-within h3 a::after {
  opacity: 1;
  transform: translateX(2px);
}

.anima-home-case-card {
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.anima-home-case-card img {
  transition: transform 0.28s ease, filter 0.28s ease;
}

.anima-home-case-card h3 {
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.anima-home-case-card h3::after {
  color: var(--anima-red);
  content: "  →";
  display: inline-block;
  font-size: 0.92em;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.anima-home-case-card:hover,
.anima-home-case-card:focus-within {
  border-color: rgba(232, 56, 13, 0.34);
  box-shadow: 0 18px 38px rgba(31, 24, 21, 0.12);
  transform: translateY(-3px);
}

.anima-home-case-card:hover img,
.anima-home-case-card:focus-within img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.035);
}

.anima-home-case-card:hover h3,
.anima-home-case-card:focus-within h3 {
  color: var(--anima-red);
  text-decoration: underline;
  text-decoration-color: rgba(232, 56, 13, 0.28);
  text-underline-offset: 4px;
}

.anima-home-case-card:hover h3::after,
.anima-home-case-card:focus-within h3::after {
  opacity: 1;
  transform: translateX(2px);
}

.anima-proof-section {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 188, 63, 0.28), transparent 34%),
    linear-gradient(135deg, #e84822 0%, #ef6230 48%, #d93a22 100%);
  color: #fff;
  padding: 88px 24px 104px;
}

.anima-proof-shell {
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
}

.anima-proof-kicker {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 18px;
}

.anima-proof-section h2 {
  color: #fff;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 980px;
}

.anima-proof-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.9;
  margin: 18px auto 0;
}

.anima-proof-stats {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 38px auto 28px;
  max-width: 760px;
}

.anima-proof-stats article {
  background: #fff;
  border-radius: 12px;
  color: #e84822;
  padding: 14px 16px 16px;
  position: relative;
}

.anima-proof-stats article::after {
  background: #fff;
  bottom: -7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 7px;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 16px;
}

.anima-proof-stats p {
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 6px;
}

.anima-proof-stats strong {
  align-items: baseline;
  display: flex;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 900;
  gap: 5px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.anima-proof-stats span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-left: 0;
}

.anima-proof-clients-title {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 18px;
}

.anima-proof-logos {
  align-items: center;
  background: #fff;
  border-radius: 24px;
  display: grid;
  gap: 24px 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 960px;
  padding: 44px 52px;
}

.anima-proof-logos span {
  align-items: center;
  color: #2b2b2b;
  display: flex;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 900;
  justify-content: center;
  line-height: 1.25;
  min-height: 44px;
  text-align: center;
}

.anima-service-link {
  align-items: center;
  background: var(--anima-red);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(36, 24, 18, 0.08);
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  margin-top: 28px;
  min-height: 46px;
  padding: 0 24px;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.anima-service-link:hover {
  transform: translateY(-2px);
}

.anima-home-case-section,
.anima-home-service-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.anima-home-news {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1080px;
  padding: 80px 24px;
  width: 100%;
}

.anima-home-section-head {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 36px;
}

.anima-home-section-head a {
  color: var(--anima-red) !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

.anima-home-news__list {
  display: grid;
  gap: 8px;
}

.anima-home-news__item {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(36, 24, 18, 0.05);
  color: inherit !important;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 56px;
  padding: 12px 18px;
  text-decoration: none !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.anima-home-news__item:hover,
.anima-home-news__item:focus-visible {
  border-color: rgba(232, 56, 13, 0.34);
  box-shadow: 0 18px 38px rgba(31, 24, 21, 0.12);
  transform: translateY(-3px);
}

.anima-home-news__item span {
  background: #9f9b98;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  padding: 8px 10px;
  white-space: nowrap;
}

.anima-home-news__item time {
  color: #777;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.anima-home-news__item h3 {
  color: #171717;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
  white-space: nowrap;
}

.anima-home-news__item h3::after {
  color: var(--anima-red);
  content: "  →";
  display: inline-block;
  font-size: 0.92em;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.anima-home-news__item:hover h3,
.anima-home-news__item:focus-visible h3 {
  color: var(--anima-red);
  text-decoration: underline;
  text-decoration-color: rgba(232, 56, 13, 0.28);
  text-underline-offset: 4px;
}

.anima-home-news__item:hover h3::after,
.anima-home-news__item:focus-visible h3::after {
  opacity: 1;
  transform: translateX(2px);
}

@media screen and (min-width: 768px) {
  .anima-latest-shell {
    padding-left: 32px;
    padding-right: 32px;
  }

  .anima-home-news {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.anima-news-detail-header .anima-detail-shell {
  padding-bottom: 48px;
  padding-top: 62px;
}

.anima-news-body {
  max-width: 820px;
}

.anima-news-back {
  border-top: 1px solid #ece7e4;
  margin-top: 34px !important;
  padding-top: 24px;
}

.anima-news-back a {
  color: var(--anima-red) !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
}

.anima-legal-section {
  background: #fff;
}

.anima-legal-body {
  max-width: 840px;
}

.anima-legal-body > p:first-child {
  background: #f7f3f0;
  border-left: 4px solid var(--anima-red);
  border-radius: 6px;
  color: #313844;
  font-weight: 700;
  padding: 20px 22px;
}

.anima-legal-updated {
  border-top: 1px solid #ece7e4;
  color: #7d858f !important;
  font-size: 13px !important;
  font-weight: 800;
  margin-top: 42px !important;
  padding-top: 22px;
}

.anima-global-footer {
  background: #1f2a30;
  border-top: 6px solid #18394f;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 92px 32px 36px;
  width: 100%;
}

.anima-global-footer *,
.anima-global-footer *::before,
.anima-global-footer *::after {
  box-sizing: border-box;
}

.anima-global-footer a {
  color: inherit;
  text-decoration: none;
}

.anima-global-footer__inner,
.anima-global-footer__bottom {
  margin: 0 auto;
  max-width: 1240px;
}

.anima-global-footer__inner {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(280px, 460px) 1fr;
}

.anima-global-footer__brand a {
  display: inline-flex;
  line-height: 0;
  margin-bottom: 36px;
  padding: 0;
}

.anima-global-footer__logo {
  display: block;
  height: auto;
  width: 176px;
}

.anima-global-footer__brand p {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9;
  margin: 0;
  max-width: 440px;
}

.anima-global-footer__nav {
  display: grid;
  gap: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 10px;
}

.anima-global-footer__nav h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 30px;
}

.anima-global-footer__nav a {
  color: rgba(255, 255, 255, 0.58);
  display: table;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0 0 18px;
  transition: color 0.18s ease;
}

.anima-global-footer__nav a:hover {
  color: #fff;
}

.anima-global-footer__socials {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.anima-global-footer__socials a {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  margin: 0;
  width: 46px;
}

.anima-global-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 92px;
  padding-top: 34px;
}

.anima-global-footer__bottom p {
  margin: 0;
}

.anima-global-footer__bottom div {
  display: flex;
  gap: 28px;
}

.anima-global-footer__bottom a {
  color: rgba(255, 255, 255, 0.58);
}

.header-container,
.navi,
.footer {
  font-family: "Noto Sans JP", sans-serif;
}

.anima-site {
  background: var(--anima-white);
  color: var(--anima-ink);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.anima-site *,
.anima-site *::before,
.anima-site *::after {
  box-sizing: border-box;
}

.anima-site a {
  color: inherit;
  text-decoration: none;
}

.anima-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.anima-kicker {
  color: var(--anima-red);
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.anima-hero {
  background: var(--anima-black);
  color: var(--anima-white);
  min-height: 760px;
  position: relative;
}

.anima-hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  position: absolute;
}

.anima-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 760px;
  padding: 96px 0;
  position: relative;
  z-index: 1;
}

.anima-hero h1 {
  color: var(--anima-white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 980px;
}

.anima-hero__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 2;
  margin: 32px 0 0;
  max-width: 720px;
}

.anima-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.anima-button {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.anima-button:hover {
  transform: translateY(-2px);
}

.anima-button--primary {
  background: var(--anima-red);
  border-color: var(--anima-red);
  color: var(--anima-white);
}

.anima-section {
  padding: 112px 0;
}

.anima-section--mission,
.anima-section--media {
  background: var(--anima-soft);
}

.anima-section--strength {
  background: var(--anima-black);
  color: var(--anima-white);
}

.anima-section h2,
.anima-page-hero h1,
.anima-single__header h1 {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.anima-section p,
.anima-page-hero p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

.anima-two-col {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: 0.82fr 1fr;
}

.anima-two-col > p {
  color: var(--anima-muted);
  font-size: 18px;
}

.anima-section-head {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.anima-arrow-link {
  align-items: center;
  color: var(--anima-red);
  display: inline-flex;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  white-space: nowrap;
}

.anima-arrow-link [aria-hidden="true"] {
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-grid;
  height: 28px;
  line-height: 1;
  place-items: center;
  width: 28px;
}

.anima-card-grid,
.anima-strength-grid,
.anima-article-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.anima-card,
.anima-strength-grid article,
.anima-article-card {
  background: var(--anima-white);
  border: 1px solid var(--anima-line);
  border-radius: 8px;
  min-width: 0;
  padding: 28px;
}

.anima-card__image,
.anima-article-card > a {
  background: var(--anima-soft);
  border-radius: 6px;
  display: block;
  margin: -12px -12px 22px;
  overflow: hidden;
}

.anima-card__image img,
.anima-article-card img,
.anima-single__thumb img {
  display: block;
  height: auto;
  width: 100%;
}

.anima-card__label {
  color: var(--anima-red);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 12px;
}

.anima-card h3,
.anima-strength-grid h3,
.anima-article-card h2 {
  color: var(--anima-ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 14px;
}

.anima-card p,
.anima-article-card p {
  color: var(--anima-muted);
  font-size: 14px;
  line-height: 1.9;
}

.anima-strength-grid article {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.anima-strength-grid span {
  color: var(--anima-red);
  display: block;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
}

.anima-strength-grid h3 {
  color: var(--anima-white);
}

.anima-strength-grid p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.anima-service {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 420px;
}

.anima-contact-layout {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: 0.75fr 1fr;
}

.anima-contact-layout > div:first-child p:last-child {
  color: var(--anima-muted);
  line-height: 2;
  margin-top: 24px;
}

.anima-contact-box {
  background: var(--anima-soft);
  border: 1px solid var(--anima-line);
  border-radius: 8px;
  padding: 36px;
}

.anima-contact-box input,
.anima-contact-box textarea,
.anima-contact-box select {
  background: var(--anima-white);
  border: 1px solid var(--anima-line);
  border-radius: 6px;
  font: inherit;
  max-width: 100%;
  padding: 12px 14px;
}

.anima-contact-box input[type="submit"],
.anima-contact-box button {
  background: var(--anima-red);
  border-color: var(--anima-red);
  border-radius: 999px;
  color: var(--anima-white);
  cursor: pointer;
  font-weight: 700;
  padding: 14px 26px;
}

.anima-contact-box__note {
  color: var(--anima-muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 22px 0 0;
}

.anima-mw-form {
  display: grid;
  gap: 22px;
}

.anima-form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.anima-form-grid label {
  color: var(--anima-black);
  display: grid;
  font-weight: 800;
  gap: 10px;
}

.anima-form-grid label span {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 8px;
}

.anima-form-grid em {
  background: var(--anima-red);
  border-radius: 999px;
  color: var(--anima-white);
  font-size: 11px;
  font-style: normal;
  line-height: 1;
  padding: 5px 8px;
}

.anima-form-grid__full {
  grid-column: 1 / -1;
}

.anima-contact-box textarea {
  min-height: 180px;
  resize: vertical;
}

.anima-recaptcha-placeholder {
  align-items: center;
  background: var(--anima-white);
  border: 1px dashed #d4cbc4;
  border-radius: 8px;
  color: var(--anima-muted);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 74px;
  justify-content: center;
  letter-spacing: 0.08em;
}

.anima-form-hp {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.anima-form-consent {
  align-items: flex-start;
  color: var(--anima-black);
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 12px;
  line-height: 1.7;
  margin: 2px 0 6px;
}

.anima-form-consent input {
  accent-color: var(--anima-red);
  flex: 0 0 auto;
  height: 20px;
  margin-top: 3px;
  width: 20px;
}

.anima-form-consent a {
  color: var(--anima-red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.anima-form-consent em {
  background: var(--anima-red);
  border-radius: 999px;
  color: var(--anima-white);
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  line-height: 1;
  margin-left: 8px;
  padding: 5px 8px;
}

.anima-form-alert {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 22px;
  padding: 18px 20px;
}

.anima-form-alert strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
}

.anima-form-alert p {
  margin: 0;
}

.anima-form-alert ul {
  margin: 8px 0 0;
  padding-left: 1.2em;
}

.anima-form-alert.is-success {
  background: #fff6f2;
  border: 1px solid #ffd0bf;
  color: #201815;
}

.anima-form-alert.is-error {
  background: #fff1f1;
  border: 1px solid #ffc7c7;
  color: #8f1d1d;
}

.anima-error-hero {
  align-items: center;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 188, 63, 0.28), transparent 34%),
    linear-gradient(135deg, #e84822 0%, #ef6230 48%, #d93a22 100%);
  color: var(--anima-white);
  display: flex;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.anima-error-page {
  padding-top: 88px;
}

.anima-error-hero__pattern {
  display: none;
}

.anima-error-hero__inner {
  position: relative;
  z-index: 1;
}

.anima-error-hero h1 {
  color: var(--anima-white);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 18px auto 20px;
}

.anima-error-hero p:not(.anima-kicker) {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.9;
  margin: 0 auto;
  max-width: 680px;
}

.anima-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 36px;
}

.anima-error-button {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: var(--anima-white) !important;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 58px;
  min-width: 190px;
  padding: 0 24px;
  text-decoration: none !important;
}

.anima-error-button--primary {
  background: var(--anima-white);
  border-color: var(--anima-white);
  color: var(--anima-black) !important;
}

.anima-error-links-section {
  background: var(--anima-soft);
}

.anima-error-links {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.anima-error-links a {
  background: var(--anima-white);
  border: 1px solid var(--anima-line);
  border-radius: 8px;
  color: var(--anima-black) !important;
  display: grid;
  gap: 12px;
  min-height: 132px;
  padding: 24px;
  position: relative;
  text-decoration: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.anima-error-links a::after {
  color: var(--anima-red);
  content: "→";
  font-size: 24px;
  font-weight: 900;
  opacity: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(-8px, -50%);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.anima-error-links a:hover,
.anima-error-links a:focus-visible {
  border-color: rgba(232, 56, 13, 0.36);
  box-shadow: 0 18px 38px rgba(31, 24, 21, 0.12);
  transform: translateY(-3px);
}

.anima-error-links a:hover::after,
.anima-error-links a:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.anima-error-links span {
  color: var(--anima-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.anima-error-links strong {
  font-size: 22px;
  line-height: 1.4;
  padding-right: 40px;
  transition: color 0.18s ease;
}

.anima-error-links a:hover strong,
.anima-error-links a:focus-visible strong {
  color: var(--anima-red);
}

.anima-service > div:first-child p:last-child {
  color: var(--anima-muted);
  margin-top: 28px;
}

.anima-service__box {
  background: var(--anima-black);
  border-radius: 8px;
  color: var(--anima-white);
  padding: 38px;
}

.anima-service__box p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 700;
  padding: 18px 0;
}

.anima-service__box p:first-child {
  padding-top: 0;
}

.anima-service__box .anima-arrow-link {
  margin-top: 28px;
}

.anima-post-list {
  border-top: 1px solid var(--anima-line);
}

.anima-post-row {
  border-bottom: 1px solid var(--anima-line);
  margin: 0;
}

.anima-post-row a,
.anima-post-row p {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 120px 1fr;
  min-height: 88px;
  margin: 0;
}

.anima-post-row time {
  color: var(--anima-muted);
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.anima-post-row span,
.anima-post-row p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.anima-cta {
  background: var(--anima-red);
  color: var(--anima-white);
  padding: 96px 0;
  text-align: center;
}

.anima-cta p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
}

.anima-cta h2 {
  color: var(--anima-white);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.35;
  margin: 0 auto 34px;
  max-width: 900px;
}

.anima-cta .anima-button--primary {
  background: var(--anima-white);
  border-color: var(--anima-white);
  color: var(--anima-red);
}

.anima-page-hero {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #f7f3f0 100%);
  color: #111;
  display: flex;
  min-height: 210px;
  padding: 28px 0 32px;
  text-align: center;
}

.anima-page-hero .anima-shell {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.anima-page-hero h1 {
  color: #050505;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0;
}

.anima-page-hero .anima-kicker {
  color: var(--anima-red);
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.anima-page-hero .anima-kicker,
.anima-archive-hero .anima-kicker,
.company-mv .company-kicker,
.anima-detail-header .anima-detail-meta,
.anima-detail-header .anima-author-row {
  display: none;
}

.anima-page-hero p:not(.anima-kicker) {
  color: #6b6f76;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  margin: 14px auto 0;
  max-width: 760px;
}

.anima-article-card time,
.anima-single__header time {
  color: var(--anima-muted);
  display: block;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.anima-single__header {
  background: var(--anima-black);
  color: var(--anima-white);
  padding: 120px 0 72px;
}

.anima-single__header h1 {
  max-width: 960px;
}

.anima-single__header time {
  color: rgba(255, 255, 255, 0.68);
  margin: 24px 0 0;
}

.anima-single__thumb {
  margin-top: 56px;
}

.anima-single__thumb img {
  border-radius: 8px;
}

.anima-single__body {
  font-size: 17px;
  line-height: 2.05;
  max-width: 840px;
  padding: 64px 0 120px;
}

.anima-single__body h2 {
  border-top: 1px solid var(--anima-line);
  font-size: 32px;
  line-height: 1.45;
  margin: 64px 0 22px;
  padding-top: 42px;
}

.anima-single__body h3 {
  font-size: 24px;
  margin: 42px 0 16px;
}

.anima-single__body p,
.anima-single__body li {
  color: #333333;
}

.anima-archive {
  background: #f3f5f6;
}

.anima-archive-hero {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #f7f3f0 100%);
  color: #111;
  display: flex;
  min-height: 210px;
  padding: 28px 0 32px;
  text-align: center;
}

.anima-archive-hero .anima-shell {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.anima-breadcrumb {
  color: #8d949c;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 14px;
}

.breadcrumb.anima-breadcrumb {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #8d949c;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  width: 100%;
}

.breadcrumb.anima-breadcrumb div {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  margin: 0;
}

.breadcrumb.anima-breadcrumb .fa-home,
.breadcrumb.anima-breadcrumb .fa-file-o,
.breadcrumb.anima-breadcrumb .fa-folder {
  display: none !important;
  height: 0;
  margin: 0;
  overflow: hidden;
  width: 0;
}

.breadcrumb.anima-breadcrumb .breadcrumb-home > .fa,
.breadcrumb.anima-breadcrumb .breadcrumb-item > .fa {
  display: none !important;
  height: 0;
  margin: 0;
  overflow: hidden;
  width: 0;
}

.breadcrumb.anima-breadcrumb .sp {
  color: #c8bdba;
  display: inline-flex;
  font-size: 11px;
  margin: 0;
}

.breadcrumb.anima-breadcrumb a {
  color: #8d949c;
  text-decoration: none;
}

.breadcrumb.anima-breadcrumb a:hover {
  color: var(--anima-red);
}

.breadcrumb.anima-breadcrumb .breadcrumb-caption {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.anima-archive-hero .anima-kicker {
  color: var(--anima-red);
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.anima-archive-hero h1 {
  color: #050505;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0;
}

.anima-page-hero h1::after,
.anima-archive-hero h1::after,
.company-mv h1::after,
.anima-detail-header h1::after {
  background-image: url("data:image/svg+xml,%3Csvg width='132' height='28' viewBox='0 0 132 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14C12.7 14 12.7 24 23.4 24C34.1 24 34.1 14 44.8 14C55.5 14 55.5 24 66.2 24C76.9 24 76.9 14 87.6 14C98.3 14 98.3 24 109 24C119.7 24 119.7 14 130 14' stroke='%23E8380D' stroke-width='8'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  margin: 16px auto 0;
  width: 132px;
}

.anima-archive-hero p:last-child {
  color: #6b6f76;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
  margin: 14px auto 0;
  max-width: 760px;
}

.anima-archive-body {
  padding: 30px 0 82px;
}

.anima-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.anima-filter-row a {
  background: #fff;
  border: 1px solid #ece7e4;
  border-radius: 6px;
  color: #4b4b4b;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 16px;
}

.anima-filter-row a.is-active {
  background: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff;
}

.anima-result-count {
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 34px;
  text-align: center;
}

.anima-result-count strong {
  color: var(--anima-red);
}

.anima-z-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.anima-blog-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.anima-blog-layout .anima-z-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.anima-has-global-header:not(.home) .anima-archive-hero,
.anima-has-global-header:not(.home) .anima-page-hero,
.anima-has-global-header:not(.home) .company-mv,
.anima-has-global-header:not(.home) .rd-hero,
.anima-has-global-header:not(.home) .rdx-hero {
  margin-top: 0;
}

.anima-z-card {
  background: #fff;
  border: 1px solid #ece7e4;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(31, 24, 21, 0.06);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.anima-z-card:hover,
.anima-z-card:focus-within,
.anima-z-card.is-card-focus {
  border-color: rgba(232, 56, 13, 0.34);
  box-shadow: 0 18px 38px rgba(31, 24, 21, 0.12);
  transform: translateY(-3px);
}

.anima-z-card:focus-visible {
  outline: 3px solid rgba(232, 56, 13, 0.28);
  outline-offset: 4px;
}

.anima-z-card__image {
  aspect-ratio: 16 / 9;
  background: #eee;
  display: block;
  overflow: hidden;
  position: relative;
}

.anima-z-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease, filter 0.28s ease;
  width: 100%;
}

.anima-z-card:hover .anima-z-card__image img,
.anima-z-card:focus-within .anima-z-card__image img,
.anima-z-card.is-card-focus .anima-z-card__image img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.035);
}

.anima-z-card__image span {
  background: var(--anima-red);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  left: 12px;
  padding: 6px 10px;
  position: absolute;
  top: 12px;
}

.anima-z-card__body {
  padding: 20px;
}

.anima-z-card__date {
  color: #777;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.anima-z-card h2 {
  color: #19202a;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 10px;
}

.anima-z-card h2 a {
  color: inherit !important;
  display: inline;
  text-decoration: none !important;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.anima-z-card h2 a::after {
  color: var(--anima-red);
  content: "  →";
  display: inline-block;
  font-size: 0.92em;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.anima-z-card:hover h2 a,
.anima-z-card:focus-within h2 a,
.anima-z-card.is-card-focus h2 a {
  color: var(--anima-red) !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(232, 56, 13, 0.28) !important;
  text-underline-offset: 4px;
}

.anima-z-card:hover h2 a::after,
.anima-z-card:focus-within h2 a::after,
.anima-z-card.is-card-focus h2 a::after {
  opacity: 1;
  transform: translateX(2px);
}

.anima-z-card__body > p:not(.anima-z-card__date) {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #5c6570;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 14px;
  max-height: calc(1.75em * 5);
  overflow: hidden;
}

.anima-case-archive .anima-z-card__body > p:not(.anima-z-card__date) {
  -webkit-line-clamp: 3;
  max-height: calc(1.75em * 3);
}

.anima-z-card__meta {
  border-top: 1px solid #eceff2;
  color: #8b929a;
  font-size: 11px;
  font-weight: 700;
  padding-top: 14px;
}

.anima-cocoon-sidebar {
  position: sticky;
  top: 112px;
}

.anima-cocoon-sidebar #sidebar {
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.anima-cocoon-sidebar .widget,
.anima-cocoon-sidebar .sidebar-scroll .widget {
  background: #fff;
  border: 1px solid #e6e0dc;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(36, 24, 18, 0.05);
  margin-bottom: 18px;
  padding: 24px;
}

.anima-cocoon-sidebar .widget::before,
.anima-cocoon-sidebar .widget::after {
  content: none;
}

.anima-cocoon-sidebar .widget-title,
.anima-cocoon-sidebar .widget h2,
.anima-cocoon-sidebar .widget h3 {
  background: transparent;
  border: 0;
  color: #171717;
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 16px;
  padding: 0;
}

.anima-cocoon-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.anima-cocoon-sidebar li + li {
  border-top: 1px solid #eee8e4;
  margin-top: 12px;
  padding-top: 12px;
}

.anima-cocoon-sidebar a {
  color: #313131;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  text-decoration: none;
}

.anima-cocoon-sidebar a:hover {
  color: #171717;
  text-decoration: underline;
}

.anima-cocoon-sidebar input[type="search"],
.anima-cocoon-sidebar input[type="text"],
.anima-cocoon-sidebar .search-edit {
  border: 1px solid #ded8d4;
  border-radius: 6px;
  box-shadow: none;
  color: #171717;
  display: block;
  font-size: 14px;
  height: auto;
  min-height: 42px;
  padding: 12px 13px;
  position: static;
  width: 100%;
}

.anima-cocoon-sidebar input[type="submit"],
.anima-cocoon-sidebar .search-submit {
  align-items: center;
  background: #30343a;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: auto;
  justify-content: center;
  margin-top: 0;
  min-height: 42px;
  padding: 11px 14px;
  position: static;
  width: 74px;
}

.anima-cocoon-sidebar .search-box,
.anima-cocoon-sidebar .input-box {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  position: static;
}

.anima-cocoon-sidebar .search-box input[type="search"],
.anima-cocoon-sidebar .input-box input[type="search"],
.anima-cocoon-sidebar .search-box .search-edit,
.anima-cocoon-sidebar .input-box .search-edit {
  flex: 1 1 auto;
  min-width: 0;
}

.anima-cocoon-sidebar .search-submit .fa {
  color: inherit;
  font-size: 15px;
  line-height: 1;
  position: static;
}

.anima-cocoon-sidebar input::placeholder {
  color: #8a8f96;
}

@media screen and (max-width: 1280px) {
  body.blog .anima-cocoon-sidebar,
  body.category .anima-cocoon-sidebar,
  body.archive .anima-cocoon-sidebar,
  body.search .anima-cocoon-sidebar,
  body.blog .anima-blog-layout > .anima-cocoon-sidebar,
  body.category .anima-blog-layout > .anima-cocoon-sidebar,
  body.archive .anima-blog-layout > .anima-cocoon-sidebar,
  body.search .anima-blog-layout > .anima-cocoon-sidebar,
  body.blog #sidebar,
  body.category #sidebar,
  body.archive #sidebar,
  body.search #sidebar,
  body.blog .sidebar,
  body.category .sidebar,
  body.archive .sidebar,
  body.search .sidebar,
  body.blog .sidebar-scroll,
  body.category .sidebar-scroll,
  body.archive .sidebar-scroll,
  body.search .sidebar-scroll {
    display: none !important;
  }

  body.blog .anima-blog-layout,
  body.category .anima-blog-layout,
  body.archive .anima-blog-layout,
  body.search .anima-blog-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.anima-search-empty {
  background: #fff;
  border: 1px solid #ece7e4;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 24, 18, 0.06);
  padding: 34px;
}

.anima-search-empty h2 {
  color: #171717;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 12px;
}

.anima-search-empty p {
  color: #5c6570;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 22px;
}

.anima-search-empty a {
  align-items: center;
  background: var(--anima-red);
  border-radius: 6px;
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none !important;
}

.anima-blog-search form {
  display: grid;
  gap: 10px;
}

.anima-blog-search input {
  border: 1px solid #ded7d2;
  border-radius: 6px;
  font-size: 14px;
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
}

.anima-blog-search button,
.anima-content-button {
  align-items: center;
  background: var(--anima-red);
  border: 0;
  border-radius: 6px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none !important;
}

.anima-pagination {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 54px;
}

.anima-pagination a,
.anima-pagination span {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  color: #4b4b4b;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  min-width: 38px;
  padding: 0 12px;
}

.anima-pagination .is-current {
  background: var(--anima-red);
  color: #fff;
}

.anima-pagination .is-disabled {
  color: #c8c8c8;
}

.anima-detail-header {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f6f8 100%);
  border-bottom: 0;
  color: #171d26;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 26px 0 32px;
  text-align: left;
  width: 100vw;
}

.anima-detail-shell {
  margin: 0 auto;
  max-width: 860px;
  width: min(calc(100% - 40px), 860px);
}

.anima-detail-hero-shell {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  margin: 0 auto;
  width: min(calc(100vw - 96px), 1120px);
}

.anima-detail-hero-copy {
  min-width: 0;
}

.anima-detail-header .anima-breadcrumb {
  color: #7a828d;
  margin-bottom: 14px;
}

.anima-detail-header .breadcrumb.anima-breadcrumb {
  color: #7a828d;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 12px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scrollbar-width: none;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.anima-detail-header .breadcrumb.anima-breadcrumb::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.anima-detail-header .breadcrumb.anima-breadcrumb > * {
  flex: 0 0 auto;
}

.anima-detail-header .breadcrumb.anima-breadcrumb a,
.anima-detail-header .breadcrumb.anima-breadcrumb span,
.anima-detail-header .breadcrumb.anima-breadcrumb li {
  display: inline-flex;
  flex: 0 0 auto;
  white-space: nowrap;
}

.anima-detail-header .breadcrumb.anima-breadcrumb a {
  color: #69717c;
}

.anima-case-detail-hero .breadcrumb.anima-breadcrumb {
  justify-content: flex-start;
  margin-bottom: 22px;
}

.company-mv .breadcrumb.anima-breadcrumb,
.rd-hero .breadcrumb.anima-breadcrumb,
.anima-page-hero .breadcrumb.anima-breadcrumb {
  margin-bottom: 14px;
}

.anima-detail-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.anima-detail-header .anima-detail-meta,
.anima-detail-header .anima-author-row {
  display: flex;
}

.anima-detail-meta span {
  background: #f0f2f5;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  color: #293343;
  font-size: 11px;
  font-weight: 900;
  padding: 6px 10px;
}

.anima-detail-meta time {
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.anima-detail-header h1 {
  color: #101620;
  font-size: clamp(28px, 2.55vw, 38px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.26;
  margin: 0;
  max-width: 620px;
}

.anima-detail-header h1::after {
  display: none;
}

.anima-lead-box {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 0 24px;
  max-width: none;
  padding: 0;
}

.anima-lead-box p {
  color: #202733;
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 700;
  line-height: 1.95;
  margin: 0;
}

.anima-summary-box {
  background: #fff6f2;
  border: 1px solid #f1d8cf;
  border-left: 5px solid var(--anima-red);
  border-radius: 8px;
  margin: 0 0 34px;
  max-width: none;
  padding: 20px 24px;
  text-align: left;
}

.anima-summary-box__title {
  color: var(--anima-red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 10px;
}

.anima-summary-box ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.anima-summary-box li {
  color: #323842;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  padding-left: 18px;
  position: relative;
}

.anima-summary-box li::before {
  background: var(--anima-red);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 6px;
}

.anima-detail-body .anima-summary-box ul {
  background: transparent;
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.anima-detail-body .anima-summary-box li {
  list-style: none;
  margin: 0;
  padding-left: 18px;
}

.anima-author-row {
  align-items: center;
  border-top: 0;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 16px;
  padding-top: 0;
}

.anima-author-avatar {
  align-items: center;
  background: var(--anima-red);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 38px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.anima-author-row p {
  color: #101620;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}

.anima-author-row span {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.anima-author-info {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.anima-read-time {
  border-left: 1px solid #dfe3e8;
  color: #6b7280 !important;
  margin-left: 10px;
  padding-left: 16px;
  white-space: nowrap;
}

.anima-detail-thumb {
  margin-top: 34px;
}

.anima-detail-thumb img {
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(31, 24, 21, 0.1);
  width: 100%;
}

.anima-detail-hero-image {
  background: #fff;
  border: 1px solid #e1e5e8;
  border-radius: 8px;
  margin: 0;
  max-width: 420px;
  padding: 10px;
  justify-self: end;
}

.anima-detail-hero-image img {
  aspect-ratio: 16 / 9;
  background: #fff6e6;
  border-radius: 6px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.anima-case-detail-hero {
  background: #fff;
  padding: 44px 0 50px;
}

.anima-case-detail-hero__inner {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1fr);
  margin: 0 auto;
  width: min(calc(100% - 48px), 1240px);
}

.anima-case-detail-hero__copy {
  min-width: 0;
}

.anima-case-detail-hero__label {
  background: #9c9c9c;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 24px;
  padding: 9px 18px 10px;
}

.anima-case-detail-hero h1 {
  color: #050505;
  font-size: clamp(30px, 2.55vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.48;
  margin: 0 0 24px;
}

.anima-case-detail-hero__company {
  color: #050505;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 22px;
}

.anima-case-detail-hero dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.anima-case-detail-hero dl div {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.anima-case-detail-hero dt,
.anima-case-detail-hero dd {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
  margin: 0;
}

.anima-case-detail-hero dt {
  color: #858585;
}

.anima-case-detail-hero dd {
  color: #050505;
}

.anima-case-detail-hero figure {
  justify-self: end;
  margin: 0;
  max-width: 620px;
  width: 100%;
}

.anima-case-detail-hero img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.anima-detail-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 760px) minmax(260px, 320px);
  margin: 34px auto 0;
  position: relative;
  width: min(calc(100vw - 96px), 1120px);
  z-index: 2;
}

.anima-detail-body {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 29, 38, 0.08);
  color: #2d3745;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.95;
  margin-top: -44px;
  padding: 44px 54px 76px;
  position: relative;
  z-index: 2;
}

.anima-detail-layout .anima-detail-body {
  margin-top: 0;
  max-width: none;
  width: 100%;
}

.anima-on-this-page {
  background: #fff;
  border: 1px solid #e1e5e8;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 29, 38, 0.07);
  padding: 0;
  position: sticky;
  top: calc(var(--anima-header-height, 88px) + 20px);
  z-index: 5;
}

body.is-toc-floating {
  padding-bottom: 0;
}

body.is-toc-floating .anima-on-this-page {
  bottom: 28px;
  left: auto;
  max-height: min(68vh, 520px);
  overflow-y: auto;
  position: fixed;
  right: 28px;
  top: auto;
  width: min(320px, calc(100vw - 40px));
  z-index: 9999;
}

body.is-toc-floating .anima-on-this-page .toc {
  padding: 16px 18px;
}

body.is-toc-floating .anima-on-this-page .toc-title::after {
  content: "+";
}

body.is-toc-floating .anima-on-this-page .toc-checkbox:checked + .toc-title::after {
  content: "+";
}

body.is-toc-floating .anima-on-this-page .toc-checkbox:not(:checked) + .toc-title::after {
  content: "-";
}

body.is-toc-floating .anima-on-this-page .toc-content,
body.is-toc-floating .anima-on-this-page .toc-checkbox:checked ~ .toc-content {
  display: none;
  height: 0;
  margin-top: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}

body.is-toc-floating .anima-on-this-page .toc-checkbox:not(:checked) ~ .toc-content {
  display: block;
  height: auto;
  margin-top: 18px;
  opacity: 1;
  visibility: visible;
}

.anima-on-this-page .toc {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  min-height: 0;
  padding: 18px 20px;
  width: 100%;
}

.anima-on-this-page .toc-title {
  align-items: center;
  color: var(--anima-red);
  cursor: pointer;
  display: flex;
  font-size: 0;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  min-height: 0;
  padding: 0;
}

.anima-on-this-page .toc-title::before {
  color: var(--anima-red);
  content: "目次";
  font-size: 15px;
  letter-spacing: 0;
}

.anima-on-this-page .toc-title::after {
  color: #606872;
  content: "+";
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}

.anima-on-this-page .toc-checkbox:checked + .toc-title::after {
  content: "-";
}

.anima-on-this-page .toc-content {
  display: block;
  height: auto;
  margin-top: 16px;
  opacity: 1;
  padding: 0;
  visibility: visible;
}

.anima-on-this-page .toc-checkbox:not(:checked) ~ .toc-content {
  display: none;
  height: 0;
  margin-top: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}

.anima-on-this-page .toc-checkbox:checked ~ .toc-content {
  display: block;
  height: auto;
  margin-top: 16px;
  opacity: 1;
  padding: 0;
  visibility: visible;
}

.anima-on-this-page .toc-list,
.anima-on-this-page .toc-list ol {
  background: transparent;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.anima-on-this-page .toc-list ol {
  gap: 8px;
  margin-top: 8px;
  padding-left: 12px;
}

.anima-on-this-page .toc-list li {
  color: #5d6673;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
  margin: 0;
}

.anima-on-this-page .toc-list a {
  color: #5d6673;
  text-decoration: none;
}

.anima-on-this-page .toc-list a:hover {
  color: var(--anima-red);
}

.anima-on-this-page__title {
  color: var(--anima-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 18px;
}

.anima-on-this-page ol {
  counter-reset: anima-toc;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.anima-on-this-page li {
  counter-increment: anima-toc;
  margin: 0;
}

.anima-on-this-page li.is-child {
  padding-left: 14px;
}

.anima-on-this-page a {
  color: #5d6673;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.62;
  text-decoration: none;
}

.anima-on-this-page a::before {
  content: counter(anima-toc) ". ";
  color: #8b929d;
  font-weight: 800;
}

.anima-on-this-page a:hover {
  color: var(--anima-red);
}

.anima-on-this-page__empty {
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}

.anima-case-single-page .anima-detail-body {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 24px;
}

.anima-detail-body h2 {
  border-bottom: 2px solid #1f2937;
  color: #162033;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 44px 0 18px;
  padding-bottom: 12px;
}

.anima-detail-body h2:first-child {
  margin-top: 0;
}

.anima-detail-body h3 {
  color: #162033;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.5;
  margin: 34px 0 14px;
  padding-left: 14px;
  position: relative;
}

.anima-detail-body h3::before {
  background: var(--anima-red);
  border-radius: 999px;
  bottom: 0.35em;
  content: "";
  left: 0;
  position: absolute;
  top: 0.35em;
  width: 4px;
}

.anima-detail-body h4 {
  color: #293343;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
  margin: 28px 0 12px;
}

.anima-detail-body p {
  font-weight: 400;
  margin: 0 0 18px;
}

.anima-detail-body strong,
.anima-detail-body b {
  font-weight: 700;
}

.anima-detail-body ul {
  background: #f8fafb;
  border-radius: 6px;
  margin: 20px 0;
  padding: 18px 24px;
}

.anima-detail-body li {
  list-style: disc;
  margin-left: 18px;
}

.anima-detail-body table {
  border-collapse: collapse;
  font-size: 14px;
  margin: 22px 0 30px;
  width: 100%;
}

.anima-detail-body th,
.anima-detail-body td {
  border: 1px solid #e1e5e8;
  padding: 12px 14px;
  text-align: left;
}

.anima-detail-body th {
  background: #f3f5f6;
  color: #162033;
  font-weight: 900;
}

.anima-detail-body .toc,
.anima-detail-body .toc-widget-box {
  background: #fff;
  border: 1px solid #e1e5e8;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23, 29, 38, 0.08);
  margin: 34px 0;
  padding: 24px 28px;
}

.anima-detail-layout .anima-detail-body > .toc {
  display: none;
}

.anima-detail-body .toc-title,
.anima-detail-body .toc-widget-title {
  color: var(--anima-red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.anima-detail-body .toc-title::before,
.anima-detail-body .toc-title::after {
  display: none;
}

.anima-detail-body .toc ol,
.anima-detail-body .toc ul {
  background: transparent;
  margin: 0;
  padding: 0 0 0 20px;
}

.anima-detail-body .toc li {
  color: #2d3745;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
  margin: 8px 0;
}

.anima-detail-cta {
  background:
    linear-gradient(135deg, #fff7f3 0%, #ffe7dd 100%);
  border: 1px solid #ffd3c4;
  border-radius: 8px;
  color: var(--anima-black);
  margin-top: 44px;
  padding: 28px;
  text-align: center;
}

.anima-detail-cta p {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 18px;
}

.anima-detail-cta a {
  background: var(--anima-red);
  border-radius: 6px;
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  padding: 11px 22px;
}

.anima-related {
  background: #f3f5f6;
  padding: 58px 0 78px;
}

.anima-related > .anima-shell > h2 {
  color: #162033;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 24px;
}

.anima-z-card-grid.is-related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rd-lp {
  --rd-blue: #315fe8;
  --rd-blue-dark: #1f46c8;
  --rd-ink: #172033;
  --rd-muted: #697386;
  --rd-line: #e6ebf3;
  --rd-bg: #f5f8fc;
  background: #fff;
  color: var(--rd-ink);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.rd-shell {
  margin: 0 auto;
  max-width: 1100px;
  width: min(calc(100% - 48px), 1100px);
}

.rd-narrow {
  max-width: 820px;
  width: min(calc(100% - 48px), 820px);
}

.rd-hero {
  background:
    radial-gradient(circle at 75% 18%, rgba(130, 92, 255, 0.2), transparent 34%),
    linear-gradient(180deg, #f4f7ff 0%, #eef3ff 58%, #f6efff 100%);
  align-items: center;
  display: grid;
  margin-top: 0;
/*   max-height: 400px; */
  padding: 48px 0 56px;
  text-align: center;
}

.rd-eyebrow {
  background: rgba(49, 95, 232, 0.08);
  border: 1px solid rgba(49, 95, 232, 0.16);
  border-radius: 999px;
  color: var(--rd-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 28px;
  padding: 7px 14px;
}

.rd-hero h1 {
  color: var(--rd-blue);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.34;
  margin: 0;
}

.rd-hero__lead {
  color: #3d4a63;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  margin: 30px auto 0;
  max-width: 820px;
}

.rd-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 34px;
}

.rd-hero__badges span {
  background: #fff;
  border: 1px solid var(--rd-line);
  border-radius: 999px;
  color: #566176;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 14px;
}

.rd-hero__actions,
.rd-final-cta .rd-cta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 38px;
}

.rd-button,
.rd-blue-cta a,
.rd-cta-card {
  text-decoration: none;
}

.rd-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
}

.rd-button--primary {
  background: var(--rd-blue);
  box-shadow: 0 14px 28px rgba(49, 95, 232, 0.28);
  color: #fff;
}

.rd-button--ghost {
  background: #fff;
  border: 1px solid #cbd6ef;
  color: var(--rd-blue);
}

.rd-section {
  padding: 82px 0;
}

.rd-section h2 {
  color: var(--rd-ink);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0;
  text-align: center;
}

.rd-section-lead {
  color: var(--rd-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  margin: 14px auto 42px;
  max-width: 760px;
  text-align: center;
}

.rd-worry-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.rd-worry-list div {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rd-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(22, 31, 48, 0.04);
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 12px;
  padding: 18px 22px;
}

.rd-worry-list span {
  align-items: center;
  border: 2px solid #f36b6b;
  border-radius: 50%;
  color: #f36b6b;
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 13px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.rd-down {
  color: #7a8394;
  font-size: 14px;
  font-weight: 900;
  margin: 32px 0;
  text-align: center;
}

.rd-risk-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rd-line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(22, 31, 48, 0.08);
  display: grid;
  gap: 28px;
  grid-template-columns: 330px 1fr;
  padding: 22px;
}

.rd-risk-card img {
  border-radius: 8px;
  height: 235px;
  object-fit: cover;
  width: 100%;
}

.rd-risk-card li,
.rd-case-grid li {
  color: #48546a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  list-style: disc;
  margin-left: 18px;
}

.rd-compare-lead,
.rd-table-section,
.rd-flow,
.rd-faq {
  background: var(--rd-bg);
}

.rd-line-row {
  align-items: center;
  border-bottom: 1px solid var(--rd-line);
  display: grid;
  gap: 24px;
  grid-template-columns: 180px 1fr;
  padding: 28px 0;
}

.rd-line-row strong {
  font-size: 15px;
  font-weight: 900;
}

.rd-line-row p {
  color: var(--rd-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

.rd-warning {
  background: #fff;
  border: 2px solid #ff7777;
  border-radius: 999px;
  color: #d64040;
  font-size: 15px;
  font-weight: 900;
  margin: 42px auto 28px;
  max-width: 520px;
  padding: 16px 24px;
  text-align: center;
}

.rd-solution {
  background: linear-gradient(135deg, var(--rd-blue), #8c4cff);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(49, 95, 232, 0.24);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  padding: 28px;
  text-align: center;
}

.rd-point-grid,
.rd-case-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rd-point-grid article,
.rd-case-grid article {
  background: #fff;
  border: 1px solid var(--rd-line);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(22, 31, 48, 0.05);
  padding: 28px;
}

.rd-point-grid span {
  align-items: center;
  background: #eef3ff;
  border-radius: 50%;
  color: var(--rd-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.rd-point-grid h3,
.rd-case-grid h3,
.rd-flow-list h3 {
  color: var(--rd-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin: 18px 0 10px;
}

.rd-point-grid p,
.rd-flow-list p {
  color: var(--rd-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  margin: 0;
}

.rd-blue-cta {
  background: var(--rd-blue);
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(49, 95, 232, 0.22);
  color: #fff;
  margin-top: 44px;
  padding: 34px;
  text-align: center;
}

.rd-blue-cta h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 8px;
}

.rd-blue-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
}

.rd-blue-cta a {
  background: #fff;
  border-radius: 999px;
  color: var(--rd-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  padding: 12px 24px;
}

.rd-table-wrap {
  background: #fff;
  border: 1px solid var(--rd-line);
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(22, 31, 48, 0.08);
  margin-top: 36px;
  overflow-x: auto;
}

.rd-table {
  border-collapse: collapse;
  min-width: 780px;
  width: 100%;
}

.rd-table th,
.rd-table td {
  border-bottom: 1px solid var(--rd-line);
  color: #566176;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  padding: 18px 20px;
  text-align: center;
}

.rd-table thead th:nth-child(2) {
  background: var(--rd-blue);
  color: #fff;
}

.rd-table tbody td:nth-child(2) {
  color: var(--rd-blue);
  font-weight: 900;
}

.rd-table tbody th {
  color: var(--rd-ink);
  text-align: left;
}

.rd-director {
  align-items: center;
  background: #eef4ff;
  border-left: 4px solid var(--rd-blue);
  border-radius: 10px;
  display: grid;
  gap: 42px;
  grid-template-columns: 210px 1fr;
  margin: 34px auto 0;
  max-width: 980px;
  padding: 34px 44px;
}

.rd-director img {
  border-radius: 50%;
  height: 190px;
  object-fit: cover;
  width: 190px;
}

.rd-director h3 {
  color: var(--rd-blue);
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 18px;
}

.rd-director p {
  color: #4c5a72;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  margin: 0 0 16px;
}

.rd-director p:last-child {
  margin-bottom: 0;
}

.rd-director strong {
  color: var(--rd-blue);
  display: inline-block;
  font-size: 17px;
  margin-bottom: 4px;
}

.rd-case-grid article {
  padding: 0;
  overflow: hidden;
}

.rd-case-grid img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.rd-case-grid article > div {
  padding: 22px;
}

.rd-flow-list {
  display: grid;
  gap: 26px;
  margin-top: 38px;
}

.rd-flow-list > div {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 48px 1fr;
}

.rd-flow-list span {
  align-items: center;
  background: var(--rd-blue);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.rd-flow-list h3 {
  margin: 0 0 6px;
}

.rd-final-cta {
  text-align: center;
}

.rd-final-cta h2 {
  margin-bottom: 10px;
}

.rd-final-cta > .rd-shell > p {
  color: var(--rd-muted);
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.rd-cta-card {
  border: 1px solid #cbd6ef;
  border-radius: 10px;
  color: var(--rd-blue);
  display: grid;
  min-height: 170px;
  place-items: center;
  padding: 28px;
  width: min(100%, 420px);
}

.rd-cta-card.is-primary {
  background: var(--rd-blue);
  border-color: var(--rd-blue);
  color: #fff;
}

.rd-cta-card span {
  align-items: center;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.rd-cta-card svg {
  fill: none;
  height: 44px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 44px;
}

.rd-cta-card strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.rd-cta-card small {
  color: inherit;
  display: block;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.72;
}

.rd-faq-list {
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.rd-faq-list details {
  border-bottom: 1px solid var(--rd-line);
  padding: 18px 0;
}

.rd-faq-list summary {
  color: var(--rd-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  list-style: none;
}

.rd-faq-list summary::-webkit-details-marker {
  display: none;
}

.rd-faq-list p {
  color: var(--rd-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin: 14px 0 0;
}

.company-page {
  background: #fff;
}

.company-shell {
  margin: 0 auto;
  max-width: 1120px;
  width: min(calc(100% - 48px), 1120px);
}

.company-mv {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #f7f3f0 100%);
  display: flex;
  min-height: 210px;
  padding: 28px 0 32px;
  text-align: center;
}

.company-mv .company-shell {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-mv h1 {
  color: #101010;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0;
}

.company-mv p:last-child {
  color: #6b6f76;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  margin: 14px auto 0;
  max-width: 780px;
}

.company-breadcrumb {
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 10px;
}

.company-kicker {
  color: var(--anima-red);
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.company-section {
  padding: 92px 0;
}

.company-two-col {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(260px, 0.75fr) 1fr;
}

.company-message h2,
.company-section-title {
  color: #111;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
}

.company-copy p {
  color: #555;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.05;
  margin: 0 0 22px;
}

.company-copy .company-lead {
  color: #111;
  font-size: 20px;
  font-weight: 900;
  margin-top: 32px;
}

.company-member-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
}

.company-member-card {
  background: #f8f5f2;
  border: 1px solid #ece4df;
  border-radius: 8px;
  padding: 30px;
}

.company-member-visual {
  align-items: center;
  background: #fff;
  border: 1px solid #ece4df;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(31, 24, 21, 0.1);
  display: flex;
  height: 172px;
  justify-content: center;
  margin: 0 auto 24px;
  overflow: hidden;
  padding: 8px;
  width: 172px;
}

.company-member-visual img {
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.company-role {
  color: var(--anima-red);
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 10px;
}

.company-member-card h3 {
  color: #111;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 4px;
}

.company-member-card span {
  color: #8a8a8a;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.company-member-card > p:not(.company-role) {
  color: #575757;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
}

.company-career-list {
  border-top: 1px solid #e5ded9;
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 20px 0 0;
}

.company-career-list li {
  color: #3a3a3a;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 12px;
  grid-template-columns: 86px 1fr;
  line-height: 1.75;
  list-style: none;
}

.company-career-list span {
  color: var(--anima-red);
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.75;
  margin: 0;
}


.company-clients {
  background: #f7f8f8;
}

.company-logo-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.company-logo-grid span {
  align-items: center;
  background: #fff;
  border: 1px solid #e6e9eb;
  border-radius: 6px;
  color: #313131;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 76px;
  padding: 16px;
  text-align: center;
}

.company-table {
  border-top: 1px solid #dedede;
  display: grid;
  grid-template-columns: 150px 1fr;
  margin: 0;
}

.company-table dt,
.company-table dd {
  border-bottom: 1px solid #dedede;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  padding: 22px 0;
}

.company-table dt {
  color: #777;
  font-weight: 900;
}

.company-table dd {
  color: #222;
  font-weight: 700;
}

.company-table a {
  color: var(--anima-red);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.company-map {
  background: #f7f8f8;
  padding: 0 0 96px;
}

.company-map-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(31, 42, 48, 0.12);
  height: 360px;
  overflow: hidden;
  position: relative;
}

.company-map-grid {
  background:
    linear-gradient(90deg, rgba(31, 42, 48, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31, 42, 48, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #f4f6f7 0%, #e5edf0 100%);
  background-size: 54px 54px, 54px 54px, auto;
  inset: 0;
  position: absolute;
}

.company-map-pin {
  background: var(--anima-red);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(232, 56, 13, 0.28);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  left: 50%;
  padding: 12px 18px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.company-contact {
  background: linear-gradient(135deg, #fff7f3 0%, #ffe5da 100%);
  border-bottom: 1px solid #ffd6c8;
  border-top: 1px solid #ffd6c8;
  color: #111;
  padding: 84px 0;
  text-align: center;
}

.company-contact h2 {
  color: #111;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 18px;
}

.company-contact p {
  color: #5f5b58;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  margin: 0 auto 30px;
  max-width: 680px;
}

.company-contact a {
  align-items: center;
  background: var(--anima-red);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 34px;
}

.company-bottom-links {
  background: #fff;
  padding: 42px 0;
}

.company-bottom-links .company-shell {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.company-bottom-links a {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  display: block;
  padding: 24px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.company-bottom-links a::after {
  color: var(--anima-red);
  content: "→";
  font-size: 24px;
  font-weight: 900;
  opacity: 0;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translate(-8px, -50%);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.company-bottom-links a:hover,
.company-bottom-links a:focus-visible {
  border-color: rgba(232, 56, 13, 0.36);
  box-shadow: 0 18px 38px rgba(31, 24, 21, 0.12);
  transform: translateY(-3px);
}

.company-bottom-links a:hover::after,
.company-bottom-links a:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.company-bottom-links span {
  color: var(--anima-red);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.company-bottom-links strong {
  color: #111;
  display: block;
  font-size: 18px;
  font-weight: 900;
  padding-right: 42px;
  transition: color 0.18s ease;
}

.company-bottom-links a:hover strong,
.company-bottom-links a:focus-visible strong {
  color: var(--anima-red);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  body.blog .anima-cocoon-sidebar,
  body.category .anima-cocoon-sidebar,
  body.archive .anima-cocoon-sidebar,
  body.search .anima-cocoon-sidebar,
  body.blog #sidebar,
  body.category #sidebar,
  body.archive #sidebar,
  body.search #sidebar,
  body.blog .sidebar,
  body.category .sidebar,
  body.archive .sidebar,
  body.search .sidebar {
    display: none !important;
  }

  body.blog .anima-blog-layout,
  body.category .anima-blog-layout,
  body.archive .anima-blog-layout,
  body.search .anima-blog-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .anima-global-header__inner {
    gap: 20px;
    height: auto;
    min-height: 78px;
    padding: 14px 24px;
  }

  .anima-global-header__logo-img {
    width: 142px;
  }

  .anima-global-header__nav {
    gap: 16px;
  }

  .anima-global-header__nav a {
    font-size: 13px;
  }

  .anima-global-header__nav a:last-child {
    padding: 12px 14px;
  }

  .anima-card-grid,
  .anima-strength-grid,
  .anima-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anima-service,
  .anima-contact-layout,
  .anima-two-col,
  .company-two-col,
  .anima-case-detail-hero__inner,
  .anima-global-footer__inner {
    grid-template-columns: 1fr;
  }

  .anima-form-grid,
  .anima-error-links {
    grid-template-columns: 1fr;
  }

  .anima-latest-grid {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .anima-global-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rd-point-grid,
  .rd-case-grid {
    grid-template-columns: 1fr;
  }

  .rd-risk-card {
    grid-template-columns: 1fr;
  }

  .rd-risk-card img {
    height: auto;
  }

  .anima-detail-hero-shell {
    gap: 24px;
    grid-template-columns: 1fr;
    width: min(calc(100vw - 48px), 760px);
  }

  .anima-detail-header {
    padding: 24px 0 34px;
  }

  .anima-detail-header h1 {
    max-width: none;
  }

  .anima-detail-layout {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 28px;
    width: min(calc(100vw - 48px), 760px);
  }

  .anima-on-this-page {
    position: static;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  body {
    --anima-header-height: 72px;
  }

  .anima-case-detail-hero {
    padding: 38px 0 48px;
  }

  .anima-case-detail-hero__inner {
    gap: 28px;
    width: min(calc(100% - 40px), 720px);
  }

  .anima-case-detail-hero__label {
    margin-bottom: 22px;
  }

  .anima-case-detail-hero h1 {
    font-size: clamp(28px, 5.2vw, 38px);
    line-height: 1.48;
  }

  .anima-error-page {
    padding-top: 72px;
  }

  .anima-global-header {
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  }

  .anima-global-header__inner {
    align-items: center;
    flex-direction: row;
    gap: 16px;
    height: 72px;
    min-height: 72px;
    padding: 0 22px;
  }

  .anima-global-header__nav {
    background: #fff;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    bottom: 0;
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.08);
    display: none;
    flex-direction: column;
    gap: 0;
    height: calc(100dvh - 72px);
    justify-content: flex-start;
    left: 0;
    overflow-y: auto;
    padding: 24px 28px max(32px, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    top: 72px;
    z-index: 9998;
  }

  .anima-global-header.is-menu-open .anima-global-header__nav {
    display: flex;
  }

  .anima-global-header__nav a {
    align-items: center;
    border-bottom: 1px solid #eef0f2;
    color: #666a70;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    justify-content: space-between;
    min-height: 76px;
    padding: 0;
    width: 100%;
  }

  .anima-global-header__nav a::after {
    color: #777;
    content: "›";
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
  }

  .anima-global-header__nav a:last-child {
    background: var(--anima-red);
    border: 0;
    border-radius: 6px;
    color: #fff;
    justify-content: center;
    margin-top: 28px;
    min-height: 58px;
    padding: 0 20px;
  }

  .anima-global-header__nav a:last-child::after {
    content: none;
  }

  .anima-global-header__toggle {
    display: inline-flex;
  }

  .anima-has-global-header:not(.home) #container {
    padding-top: 72px;
  }

  body.admin-bar.anima-has-global-header:not(.home) #container {
    padding-top: 72px;
  }

  body.home .anima-tailwind > section:first-child {
    margin-top: var(--anima-header-height);
  }

  .anima-home-hero {
    min-height: 360px;
  }

  .anima-home-hero__inner {
    padding: 30px 24px 34px;
  }

  .anima-home-hero__kicker {
    font-size: 12px;
    margin-bottom: 24px;
  }

  .anima-home-hero h1 {
    font-size: clamp(28px, 6.6vw, 40px);
    line-height: 1.42;
  }

  .anima-home-hero__actions {
    gap: 12px;
    margin-top: 34px;
  }

  .anima-home-hero__button {
    font-size: 14px;
    min-height: 54px;
    min-width: min(100%, 284px);
    padding: 0 22px;
  }

  .anima-home-hero__pattern {
    height: 180px;
    opacity: 0.32;
    top: 120px;
    width: 150px;
  }

  .anima-home-hero__arc {
    height: 540px;
    right: -190px;
    top: -210px;
    width: 540px;
  }

  .anima-home-case-section,
  .anima-home-service-section {
    padding-bottom: 54px;
    padding-top: 44px;
  }

  .anima-home-service-section .grid {
    gap: 22px;
  }

  .anima-home-service-visual {
    order: -1;
    width: 100%;
  }

  .anima-home-service-copy {
    order: 0;
  }

  .anima-home-service-visual img {
    display: block;
    width: 100%;
  }

  .anima-home-case-section {
    padding-top: 34px;
  }

  .anima-home-case-section > div:first-child {
    margin-bottom: 22px;
  }

  .anima-home-case-section > p {
    margin-bottom: 20px;
  }

  body.home .anima-tailwind > #news,
  body.home .anima-tailwind > .anima-home-news {
    padding-bottom: 54px;
    padding-top: 54px;
  }

  body.home.anima-has-global-header .anima-archive .anima-archive-hero {
    margin-top: 72px;
  }

  body.admin-bar.home.anima-has-global-header .anima-archive .anima-archive-hero {
    margin-top: 72px;
  }

  .anima-shell {
    width: min(100% - 32px, 1120px);
  }

  .anima-hero,
  .anima-hero__inner {
    min-height: 680px;
  }

  .anima-section {
    padding: 82px 0;
  }

  .rd-hero {
    margin-top: 0;
    min-height: 380px;
    padding: 48px 0 52px;
  }

  .anima-page-hero,
  .anima-archive-hero {
    min-height: 190px;
    padding: 24px 0 28px;
  }

  .rd-section {
    padding: 62px 0;
  }

  .rd-shell,
  .rd-narrow {
    width: min(calc(100% - 32px), 1100px);
  }

  .rd-hero h1 {
    font-size: 34px;
  }

  .rd-eyebrow {
    margin-bottom: 22px;
  }

  .rd-hero__lead {
    margin-top: 24px;
  }

  .rd-hero__badges {
    margin-top: 28px;
  }

  .rd-hero__actions {
    margin-top: 32px;
  }

  .rd-line-row {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .rd-solution {
    font-size: 17px;
  }

  .rd-director {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .rd-director img {
    margin: 0 auto;
  }

  .anima-section-head {
    align-items: start;
    flex-direction: column;
  }

  .anima-card-grid,
  .anima-strength-grid,
  .anima-article-grid,
  .anima-z-card-grid,
  .anima-blog-layout .anima-z-card-grid,
  .anima-z-card-grid.is-related,
  .anima-blog-layout {
    grid-template-columns: 1fr;
  }

  .anima-cocoon-sidebar {
    position: static;
  }

  .anima-archive-body {
    padding: 42px 0 72px;
  }

  .anima-z-card-grid {
    gap: 22px;
  }

  .anima-z-card__body {
    padding: 18px;
  }

  .anima-z-card h2 {
    font-size: 17px;
  }

  .anima-service__box {
    padding: 28px;
  }

  .anima-latest-section {
    padding: 52px 0 58px;
  }

  .anima-latest-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 26px;
  }

  .anima-proof-section {
    padding: 72px 18px 84px;
  }

  .anima-proof-stats {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
    margin-top: 30px;
    width: 100%;
  }

  .anima-proof-logos {
    grid-template-columns: 1fr;
  }

  .anima-proof-stats article {
    border-radius: 8px;
    min-width: 0;
    padding: 10px 4px 12px;
  }

  .anima-proof-stats p {
    font-size: clamp(9px, 2.2vw, 11px);
    margin-bottom: 5px;
  }

  .anima-proof-stats strong {
    display: block;
    font-size: clamp(24px, 8.2vw, 38px);
    line-height: 0.95;
    white-space: normal;
  }

  .anima-proof-stats span {
    display: block;
    font-size: clamp(10px, 2.8vw, 12px);
    line-height: 1.25;
    margin-top: 5px;
  }

  .anima-proof-logos {
    border-radius: 18px;
    gap: 14px;
    padding: 22px 18px;
  }

  .anima-proof-logos span {
    font-size: 15px;
    line-height: 1.35;
    min-height: 0;
  }

  .anima-home-news__item {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .anima-home-news__item span {
    justify-content: flex-start;
    width: fit-content;
  }

  .anima-home-news__item h3 {
    white-space: normal;
  }

  .anima-global-footer {
    padding: 72px 24px 32px;
  }

  .anima-global-footer__nav,
  .company-member-grid,
  .company-logo-grid,
  .company-bottom-links .company-shell {
    grid-template-columns: 1fr;
  }

  .anima-global-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .company-mv {
    min-height: 190px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .anima-hero h1 {
    font-size: 42px;
  }

  .anima-home-hero {
    min-height: 340px;
  }

  .anima-home-hero__inner {
    padding-top: 28px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .anima-home-hero h1 {
    font-size: clamp(21px, 6.7vw, 30px);
    line-height: 1.48;
  }

  .anima-home-hero__button {
    width: 100%;
  }

  .anima-home-case-section,
  .anima-home-service-section {
    padding-bottom: 44px;
    padding-top: 36px;
  }

  .anima-home-case-section {
    padding-top: 22px;
  }

  .anima-home-case-section > div:first-child {
    margin-bottom: 16px;
  }

  .anima-home-case-section > p {
    margin-bottom: 16px;
  }

  body.home .anima-tailwind > #news,
  body.home .anima-tailwind > .anima-home-news {
    padding-bottom: 44px;
    padding-top: 44px;
  }

  .anima-proof-stats {
    gap: 6px;
  }

  .anima-proof-stats article {
    padding-left: 4px;
    padding-right: 4px;
  }

  .anima-proof-stats strong {
    font-size: clamp(21px, 7.2vw, 30px);
  }

  .anima-contact-box {
    padding: 24px 18px;
  }

  .anima-error-hero {
    min-height: 390px;
  }

  .anima-detail-header {
    padding: 20px 0 28px;
  }

  .anima-detail-hero-shell {
    gap: 16px;
    width: min(calc(100vw - 32px), 420px);
  }

  .anima-detail-header .breadcrumb.anima-breadcrumb {
    margin-bottom: 10px;
  }

  .anima-detail-meta {
    margin-bottom: 10px;
  }

  .anima-detail-header h1 {
    font-size: clamp(23px, 6.8vw, 30px);
    line-height: 1.28;
  }

  .anima-author-row {
    margin-top: 12px;
  }

  .anima-read-time {
    display: none;
  }

  .anima-detail-hero-image {
    padding: 8px;
  }

  .anima-detail-body {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 34px 6px 56px;
    width: 100%;
  }

  body.single-post,
  body.single-case,
  body.single-news {
    padding-bottom: 0;
  }

  body.single-post .anima-single-page,
  body.single-case .anima-single-page,
  body.single-news .anima-single-page {
    padding-bottom: 96px;
  }

  body.single-post .anima-on-this-page,
  body.single-case .anima-on-this-page,
  body.single-news .anima-on-this-page {
    border-radius: 6px;
    border-width: 1px;
    bottom: 18px;
    box-shadow: 0 8px 18px rgba(23, 29, 38, 0.16);
    left: 20px;
    max-height: min(60vh, 420px);
    order: 0;
    overflow-y: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 9999;
  }

  body.single-post .anima-on-this-page .toc,
  body.single-case .anima-on-this-page .toc,
  body.single-news .anima-on-this-page .toc {
    padding: 16px 18px;
  }

  body.single-post .anima-on-this-page .toc-title::before,
  body.single-case .anima-on-this-page .toc-title::before,
  body.single-news .anima-on-this-page .toc-title::before {
    font-size: 16px;
  }

  body.single-post .anima-on-this-page .toc-title::after,
  body.single-case .anima-on-this-page .toc-title::after,
  body.single-news .anima-on-this-page .toc-title::after {
    content: "+";
  }

  body.single-post .anima-on-this-page .toc-checkbox:checked + .toc-title::after,
  body.single-case .anima-on-this-page .toc-checkbox:checked + .toc-title::after,
  body.single-news .anima-on-this-page .toc-checkbox:checked + .toc-title::after {
    content: "+";
  }

  body.single-post .anima-on-this-page .toc-checkbox:not(:checked) + .toc-title::after,
  body.single-case .anima-on-this-page .toc-checkbox:not(:checked) + .toc-title::after,
  body.single-news .anima-on-this-page .toc-checkbox:not(:checked) + .toc-title::after {
    content: "-";
  }

  body.single-post .anima-on-this-page .toc-content,
  body.single-post .anima-on-this-page .toc-checkbox:checked ~ .toc-content,
  body.single-case .anima-on-this-page .toc-content,
  body.single-case .anima-on-this-page .toc-checkbox:checked ~ .toc-content,
  body.single-news .anima-on-this-page .toc-content,
  body.single-news .anima-on-this-page .toc-checkbox:checked ~ .toc-content {
    display: none;
    height: 0;
    margin-top: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
  }

  body.single-post .anima-on-this-page .toc-checkbox:not(:checked) ~ .toc-content,
  body.single-case .anima-on-this-page .toc-checkbox:not(:checked) ~ .toc-content,
  body.single-news .anima-on-this-page .toc-checkbox:not(:checked) ~ .toc-content {
    display: block;
    height: auto;
    margin-top: 18px;
    opacity: 1;
    visibility: visible;
  }

  .anima-lead-box {
    margin-bottom: 22px;
  }

  .anima-lead-box p {
    font-size: 16px;
    line-height: 1.9;
  }

  .anima-summary-box {
    padding: 18px 18px;
  }

  .anima-detail-body .toc,
  .anima-detail-body .toc-widget-box {
    margin: 28px 0;
    padding: 20px 18px;
  }

  .anima-error-hero h1 {
    font-size: 31px;
  }

  .anima-error-button {
    width: 100%;
  }

  .anima-case-detail-hero {
    padding: 28px 0 38px;
  }

  .anima-case-detail-hero__inner {
    gap: 22px;
    width: min(calc(100% - 32px), 420px);
  }

  .anima-case-detail-hero__label {
    font-size: 13px;
    margin-bottom: 22px;
    padding: 8px 16px 9px;
  }

  .anima-case-detail-hero h1 {
    font-size: clamp(22px, 6.4vw, 28px);
    line-height: 1.52;
    margin-bottom: 20px;
  }

  .anima-case-detail-hero__company {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .anima-case-detail-hero dt,
  .anima-case-detail-hero dd {
    font-size: 16px;
  }

  .anima-case-single-page .anima-detail-body {
    padding-top: 18px;
  }

  .anima-hero__lead {
    font-size: 15px;
  }

  .anima-button {
    width: 100%;
  }

  .anima-post-row a,
  .anima-post-row p {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .anima-card,
  .anima-strength-grid article,
  .anima-article-card {
    padding: 22px;
  }

  .anima-single__body {
    font-size: 16px;
    padding-bottom: 84px;
  }

  .rd-hero h1 {
    font-size: 30px;
  }

  .rd-hero {
    min-height: 360px;
    padding: 42px 0 46px;
  }

  .anima-page-hero,
  .anima-archive-hero {
    min-height: 180px;
  }

  .rd-hero__lead,
  .rd-section-lead {
    font-size: 14px;
  }

  .rd-button,
  .rd-hero__actions a {
    width: 100%;
  }

  .rd-worry-list div,
  .rd-point-grid article,
  .rd-blue-cta,
  .rd-cta-card {
    padding: 22px;
  }

  .rd-flow-list > div {
    grid-template-columns: 40px 1fr;
  }

  .rd-flow-list span {
    height: 40px;
    width: 40px;
  }

  .anima-global-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .anima-latest-item {
    align-items: start;
    gap: 12px;
    grid-template-columns: 118px 1fr;
    padding: 12px;
  }

  .anima-latest-head h2 {
    font-size: 36px;
  }

  .anima-latest-head span {
    font-size: 15px;
  }

  .anima-latest-item h3 {
    font-size: 17px;
  }

  .anima-home-news {
    padding-bottom: 44px;
    padding-top: 44px;
  }

  .anima-home-news__item {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .anima-home-news__item h3 {
    white-space: normal;
  }

  .company-career-list li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .anima-global-footer__logo {
    width: 142px;
  }

  .anima-global-footer__brand p {
    font-size: 15px;
  }

  .anima-global-footer__bottom div {
    flex-direction: column;
    gap: 12px;
  }

  .company-shell {
    width: min(calc(100% - 32px), 1120px);
  }

  .company-mv {
    min-height: 180px;
  }

  .company-section {
    padding: 64px 0;
  }

  .company-table {
    grid-template-columns: 1fr;
  }

  .company-table dt {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .company-table dd {
    padding-top: 0;
  }

  .company-map-card {
    height: 280px;
  }
}

body.home #container.container,
body.home #container,
body.home #content.content,
body.home #content,
body.home #content-in.content-in,
body.home #content-in,
body.home #main.main,
body.home #main,
body.home .anima-tailwind {
  box-sizing: border-box !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow-x: clip !important;
  position: relative;
  right: auto !important;
  width: 100vw !important;
}

.rdx {
  --rdx-blue: #2563eb;
  --rdx-blue-dark: #1d4ed8;
  --rdx-text: #111827;
  --rdx-muted: #5f6977;
  background: #fff;
  color: var(--rdx-text);
  font-family: "Noto Sans JP", sans-serif;
}

.rdx-shell {
  margin: 0 auto;
  width: min(calc(100% - 40px), 1120px);
}

.rdx-narrow {
  max-width: 880px;
}

.rdx-hero {
  background: linear-gradient(135deg, #eff6ff 0%, #eef2ff 52%, #f3e8ff 100%);
  padding: 82px 0 76px;
}

.rdx-hero__grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.05fr) 420px;
}

.rdx-pill {
  background: #dbeafe;
  border-radius: 999px;
  color: #1e40af;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 22px;
  padding: 9px 20px;
}

.rdx h1,
.rdx h2,
.rdx h3 {
  letter-spacing: 0;
}

.rdx-hero h1 {
  color: #111827;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.14;
  margin: 0 0 22px;
}

.rdx-hero h1 span {
  color: var(--rdx-blue);
}

.rdx-hero p {
  color: var(--rdx-muted);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 26px;
}

.rdx-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.rdx-badges span {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.08);
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 14px;
}

.rdx-balloon {
  background: #ddeeff;
  border-radius: 9px;
  color: #374151;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 16px 28px;
  padding: 9px 18px;
  position: relative;
}

.rdx-balloon::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ddeeff;
  bottom: -7px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.rdx-button {
  align-items: center;
  background: var(--rdx-blue);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
  color: #fff !important;
  display: inline-flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 900;
  gap: 3px;
  min-height: 82px;
  padding: 0 54px;
  text-decoration: none !important;
}

.rdx-button small {
  color: #ddfc54;
  font-size: 14px;
  font-weight: 900;
}

.rdx-hero__visual img {
  display: block;
  width: 100%;
}

.rdx-section {
  padding: 72px 0;
}

.rdx-soft {
  background: #f8fafc;
}

.rdx h2 {
  color: #111827;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 34px;
  text-align: center;
}

.rdx-lead {
  color: var(--rdx-muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin: -16px auto 36px;
  max-width: 820px;
  text-align: center;
}

.rdx-worry-list,
.rdx-flow,
.rdx-faq {
  display: grid;
  gap: 18px;
}

.rdx-worry-list article,
.rdx-line-card,
.rdx-flow li,
.rdx-faq details {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  padding: 24px;
}

.rdx-worry-list article {
  align-items: center;
  display: flex;
  gap: 18px;
}

.rdx-worry-list strong {
  align-items: center;
  background: #fee2e2;
  border-radius: 50%;
  color: #ef4444;
  display: flex;
  flex: 0 0 36px;
  font-size: 20px;
  justify-content: center;
  width: 36px;
}

.rdx-worry-list p,
.rdx-line-card p,
.rdx-point-grid p,
.rdx-case-grid p,
.rdx-flow p,
.rdx-faq p {
  color: #4b5563;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  margin: 0;
}

.rdx-arrow {
  color: #4b5563;
  font-size: 20px;
  font-weight: 900;
  margin: 32px 0;
  text-align: center;
}

.rdx-risk {
  align-items: stretch;
  background: #f8fafc;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 28px;
  grid-template-columns: 320px minmax(0, 1fr);
  padding: 28px;
}

.rdx-risk img,
.rdx-case-grid img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rdx-risk ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.rdx-risk li {
  color: #374151;
  font-size: 16px;
  line-height: 1.65;
}

.rdx-line-card {
  margin-bottom: 18px;
}

.rdx-line-card h3,
.rdx-flow h3 {
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 8px;
}

.rdx-alert {
  align-items: center;
  background: #fef2f2;
  border: 4px solid #f87171;
  border-radius: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: 130px 1fr;
  margin: 34px auto 0;
  max-width: 680px;
  padding: 20px 26px;
}

.rdx-alert img {
  width: 130px;
}

.rdx-alert strong {
  color: #dc2626;
  display: block;
  font-size: 30px;
  font-weight: 900;
}

.rdx-alert span {
  color: #991b1b;
  font-size: 18px;
  font-weight: 900;
}

.rdx-point-grid,
.rdx-case-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rdx-point-grid article,
.rdx-case-grid article {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  padding: 28px;
}

.rdx-point-grid span {
  color: var(--rdx-blue);
  font-size: 34px;
  font-weight: 900;
}

.rdx-point-grid h3,
.rdx-case-grid h3 {
  color: #111827;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  margin: 12px 0;
}

.rdx-blue-cta,
.rdx-final {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 18px;
  color: #fff;
  margin-top: 44px;
  padding: 34px;
  text-align: center;
}

.rdx-blue-cta h3,
.rdx-final h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 18px;
}

.rdx-blue-cta a,
.rdx-final a {
  background: #fff;
  border-radius: 999px;
  color: #1d4ed8 !important;
  display: inline-flex;
  font-weight: 900;
  margin: 6px;
  padding: 13px 24px;
  text-decoration: none !important;
}

.rdx-table-wrap {
  overflow-x: auto;
}

.rdx-table-wrap table {
  border-collapse: collapse;
  min-width: 820px;
  width: 100%;
}

.rdx-table-wrap th,
.rdx-table-wrap td {
  border: 1px solid #dbe3ee;
  padding: 16px;
  text-align: left;
}

.rdx-table-wrap thead th {
  background: #dbeafe;
  color: #1e40af;
  font-weight: 900;
}

.rdx-table-wrap tbody th {
  background: #f8fafc;
  color: #111827;
  font-weight: 900;
}

.rdx-director {
  align-items: center;
  background: #eff6ff;
  border-radius: 16px;
  display: grid;
  gap: 24px;
  grid-template-columns: 160px 1fr;
  margin-top: 34px;
  padding: 26px;
}

.rdx-director img {
  border-radius: 50%;
  width: 160px;
}

.rdx-flow {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rdx-flow li {
  align-items: flex-start;
  display: flex;
  gap: 18px;
}

.rdx-flow span {
  color: var(--rdx-blue);
  font-size: 24px;
  font-weight: 900;
}

.rdx-final p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 800;
}

.rdx-faq summary {
  color: #111827;
  cursor: pointer;
  font-weight: 900;
}

.rdx-faq p {
  margin-top: 12px;
}

@media screen and (max-width: 900px) {
  .rdx-hero__grid,
  .rdx-risk,
  .rdx-alert,
  .rdx-director,
  .rdx-point-grid,
  .rdx-case-grid {
    grid-template-columns: 1fr;
  }

  .rdx-hero {
    padding: 62px 0;
  }

  .rdx-hero__visual {
    display: none;
  }

  .rdx-button {
    font-size: 20px;
    padding: 0 32px;
    width: 100%;
  }

  .rdx-section {
    padding: 56px 0;
  }
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  #wpadminbar {
    display: none !important;
  }

  body.admin-bar .anima-global-header {
    top: 0;
  }

  body.admin-bar.anima-has-global-header:not(.home) #container {
    padding-top: 72px;
  }
}

@media screen and (max-width: 834px) {
  body.home .anima-home-service-section .grid {
    display: grid;
  }

  body.home .anima-home-service-section .anima-home-service-visual {
    order: -1;
  }

  body.home .anima-home-service-section .anima-home-service-copy {
    order: 0;
  }
}
