.smart-case-page {
  background: #fff;
  color: #102034;
}

.smart-case-current {
  background: #fff;
}

.smart-case-breadcrumbs {
  border-bottom: 1px solid #edf1f6;
  background: #fff;
}

.smart-case-breadcrumbs--footer {
  border-top: 1px solid #edf1f6;
  background: #f6f9fc;
}

.smart-case-breadcrumbs ul {
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0 10px;
  row-gap: 6px;
}

.smart-case-breadcrumbs ul li + li::before {
  width: 24px;
  color: #9aa4b4;
  text-align: center;
}

.smart-case-breadcrumbs ul li a {
  gap: 7px;
  color: #6b7688;
}

.smart-case-breadcrumbs ul li span {
  color: #142034;
  font-size: .82rem;
  line-height: 1.6;
}

.smart-case-breadcrumbs__home-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  background: currentColor;
  mask: url("/assets/images/common/icon_home.svg") center / contain no-repeat;
  -webkit-mask: url("/assets/images/common/icon_home.svg") center / contain no-repeat;
}

.smart-case-breadcrumbs ul li a span {
  color: #6b7688;
  transition: color .2s ease;
}

.smart-case-breadcrumbs ul li a:hover span,
.smart-case-breadcrumbs ul li a:focus-visible span {
  color: #0a3291;
}

.smart-case-breadcrumbs ul li[aria-current="page"] span {
  font-weight: 700;
}

.smart-case-current__note {
  margin: 28px 0 0;
  color: #333;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.8;
}

.smart-case-current__all {
  text-align: center;
}

.smart-case-current .smart-case-current__inner-flex--closed {
  justify-content: center;
}

.smart.smart-detail .inner .smart-case-current__inner-flex--closed section.detail {
  box-sizing: border-box;
  width: 100%;
}

.smart.smart-detail .smart-case-current__inner-flex--closed .detail__list li.smart-case-current__closed-message {
  display: block;
  width: 100%;
  flex-basis: 100%;
  text-align: center;
}

.smart-case-current .detail__list .smart-case-current__closed-message > div {
  width: 100%;
  line-height: 1.8;
}

.smart-case-current .detail__list .smart-case-current__closed-message p {
  margin: 0;
}

.smart-case-current .detail__list .smart-case-current__closed-message p + p {
  margin-top: 1em;
}

.smart-case-current .strikeid-card {
  margin-top: 18px;
}

/* 問い合わせ済みバー(レガシー smart.css の alerts_reinquiry 相当) */
.smart-case-current .alerts_reinquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0a3291;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 25px;
  text-align: center;
  font-size: .9rem;
}

.smart-case-current .alerts_reinquiry img {
  width: 16px;
  height: auto;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.smart-case-current .alerts_reinquiry p {
  margin: 0;
}

.smart-case-current .alerts_reinquiry[hidden] {
  display: none;
}

.smart-case-current .alerts_reinquiry img {
  width: 16px;
  height: auto;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.smart-case-current .alerts_reinquiry p {
  margin: 0;
}

/* ログイン済み: 会員向け案内文(レガシー smart.css の strikeid-theme--calm 相当) */
.smart-case-current .strikeid-card__member-text--plain {
  margin: 18px 0 20px;
  padding: 14px 0;
  font-weight: 400;
  color: #2f324c;
  font-size: .9rem;
  border-top: 1px solid #e2e4ef;
  border-bottom: 1px solid #e2e4ef;
}

.smart-case-current .strikeid-card__member-text--plain a {
  color: #0a3291;
  text-decoration: underline;
}

/* ログイン済みプレフィル項目は編集不可の見た目にする */
.smart-case-current .c-form input[readonly],
.smart-case-current .c-form textarea[readonly] {
  background: #f2f2f5;
  color: #6a6a6a;
}

.smart-case-current .contact-button {
  margin-top: 34px;
}

.smart-case-current .c-button button,
.smart-case-current .c-button a,
.smart-case-current .contact-button button,
.smart-case-current .contact-button a {
  border-radius: 0;
  font-weight: 700;
  line-height: 1.2;
}

.smart-case-current .contact-button button,
.smart-case-current .contact-button a {
  border: 2px solid #ed9022;
  border-radius: 999px;
}

/* 「M&A全案件一覧へ」は旧 /smart/ と同じ丸角にする */
.smart-case-current .smart-case-current__all a {
  border-radius: 30px;
}

/* 希望譲渡金額のマスク: クリックでログイン誘導ダイアログを出すためカーソルを合わせる */
.smart-case-current .js-transfer-amount-login {
  cursor: pointer;
}

.smart-industry {
  background: #fff;
}

.smart-industry__hero {
  padding: 44px 0 38px;
  background: #f7f8fb;
  border-bottom: 1px solid #e5ebf2;
}

.smart-industry__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .78fr);
  gap: 42px;
  align-items: center;
}

.smart-industry__eyebrow {
  margin: 0 0 12px;
  color: #959595;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.smart-industry__hero-copy h1 {
  margin: 0;
  color: #102034;
  font-size: clamp(2.25rem, 3.7vw, 4.1rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.smart-industry__hero-copy p:not(.smart-industry__eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: #26384e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.smart-industry__hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.smart-industry__hero-stats span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid #cad4e2;
  background: rgba(255, 255, 255, .72);
  color: #43546b;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 7px 12px;
}

.smart-industry__hero-stats strong {
  margin-right: 5px;
  color: #003b93;
  font-size: 1.18rem;
  line-height: 1;
}

.smart-industry__hero-media {
  position: relative;
  margin: 0;
  border: 2px solid #102034;
  background: #fff;
  box-shadow: 12px 12px 0 rgba(0, 59, 147, .08);
  overflow: hidden;
}

.smart-industry__hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.smart-industry__hero-media::after {
  content: "DUMMY";
  position: absolute;
  right: 20px;
  bottom: 16px;
  transform: rotate(-8deg);
  border: 2px solid rgba(205, 50, 50, .82);
  color: rgba(205, 50, 50, .86);
  font-size: clamp(1.3rem, 2.6vw, 2.1rem);
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  padding: 8px 18px 9px;
  pointer-events: none;
}

.smart-industry__hero--editorial {
  --smart-industry-hero-image-width: clamp(1180px, 64vw, 1760px);
  position: relative;
  padding: 40px 0 32px;
  background: #f7f8fb;
  isolation: isolate;
  overflow: hidden;
}

.smart-industry__hero--editorial > .inner {
  position: relative;
  z-index: 2;
}

.smart-industry__hero--editorial::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: var(--smart-industry-hero-image-width);
  z-index: 0;
  pointer-events: none;
  background: var(--smart-industry-hero-image) right top / cover no-repeat;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, .04) 10%,
    rgba(0, 0, 0, .14) 24%,
    rgba(0, 0, 0, .38) 43%,
    rgba(0, 0, 0, .7) 64%,
    rgba(0, 0, 0, .94) 86%,
    #000 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, .04) 10%,
    rgba(0, 0, 0, .14) 24%,
    rgba(0, 0, 0, .38) 43%,
    rgba(0, 0, 0, .7) 64%,
    rgba(0, 0, 0, .94) 86%,
    #000 100%
  );
  opacity: .94;
}

.smart-industry__hero--editorial::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: var(--smart-industry-hero-image-width);
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #f7f8fb 0%,
    rgba(247, 248, 251, .98) 18%,
    rgba(247, 248, 251, .78) 34%,
    rgba(247, 248, 251, .46) 52%,
    rgba(247, 248, 251, .16) 70%,
    rgba(247, 248, 251, 0) 88%
  );
}

.smart-industry__hero-title {
  margin-bottom: 24px;
}

.smart-industry__hero-title h1 {
  margin: 0;
  color: #102034;
  font-size: clamp(2rem, 3.6vw, 3.75rem);
  font-weight: 700;
  font-stretch: 96%;
  line-height: 1.15;
  letter-spacing: -.01em;
}

.smart-industry__title-keep {
  display: inline-block;
  font-weight: inherit;
  letter-spacing: inherit;
}

.smart-industry__hero--editorial .smart-industry__hero-stats {
  margin-top: 18px;
}

.smart-industry__hero-body {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.smart-industry__hero--editorial .smart-industry__hero-body {
  display: block;
}

.smart-industry__hero-media--wide {
  width: 100%;
  max-width: 320px;
  margin: 0;
}

.smart-industry__hero-media--wide img {
  aspect-ratio: 4 / 3;
}

.smart-industry__hero-intel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 28px;
  align-items: stretch;
  margin-top: 0;
}

.smart-industry__hero--editorial .smart-industry__hero-intel {
  max-width: 920px;
}

.smart-industry__hero-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 18px;
}

.smart-industry__hero-description p {
  max-width: 880px;
  margin: 0;
  color: #26384e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.smart-industry__mail-link {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 9px 12px;
  border: 1px solid rgba(10, 50, 145, .18);
  background: rgba(255, 255, 255, .76);
  color: #102034;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.smart-industry__mail-link img {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.smart-industry__mail-link strong {
  color: #0a3291;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.smart-industry__mail-link:hover strong,
.smart-industry__mail-link:focus-visible strong {
  text-decoration: none;
}

.smart-industry__trend-box {
  border: 1px solid #cad4e2;
  background: rgba(255, 255, 255, .84);
  padding: 20px;
}

.smart-industry__trend-box h2 {
  margin: 0 0 14px;
  color: #102034;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.45;
}

.smart-industry__trend-box ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smart-industry__trend-box li + li {
  border-top: 1px solid #dbe2ec;
}

.smart-industry__trend-box a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #102034;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.smart-industry__trend-box a::after {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.smart-industry__trend-box a:hover,
.smart-industry__trend-box a:focus-visible {
  color: #0a3291;
}

.smart-industry__summary {
  min-height: 260px;
  padding: 34px;
  border: 2px solid #102034;
  background: #fff;
}

.smart-industry__summary-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 34px;
  background: #0a3291;
  mask: var(--smart-industry-icon) center / contain no-repeat;
  -webkit-mask: var(--smart-industry-icon) center / contain no-repeat;
}

.smart-industry__summary span {
  display: block;
  color: #66758a;
  font-size: .85rem;
  font-weight: 700;
}

.smart-industry__summary strong {
  display: block;
  margin-top: 8px;
  color: #003b93;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.smart-industry__summary p {
  margin: 20px 0 0;
  color: #6b7688;
  font-size: .82rem;
  line-height: 1.7;
}

.smart-industry__search,
.smart-industry__cases,
.smart-industry__guide,
.smart-industry__cta {
  padding: 64px 0;
}

.smart-industry__cases {
  padding-top: 42px;
}

.smart-industry__search {
  border-bottom: 1px solid #e5ebf2;
  background: #fff;
}

.smart-industry__section-head {
  margin-bottom: 22px;
}

.smart-industry__section-head h2 {
  margin: 0;
  color: #102034;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.35;
}

.smart-industry__section-head--inline {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.smart-industry__section-head--inline > p {
  margin: 0 0 5px;
  color: #66758a;
  font-size: .9rem;
  font-weight: 700;
}

.smart-industry__case-count {
  margin: 0 0 18px;
  color: #66758a;
  font-size: .9rem;
  font-weight: 700;
}

.smart-industry__filter-form {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(180px, 1fr) minmax(180px, 1fr) 160px;
  gap: 14px;
  padding: 24px;
  border: 2px solid #102034;
  background: #fff;
}

.smart-industry__filter-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.smart-industry__filter-form label span {
  color: #102034;
  font-size: .86rem;
  font-weight: 700;
}

.smart-industry__filter-form input,
.smart-industry__filter-form select {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #cad4e2;
  border-radius: 0;
  background: #fff;
  color: #102034;
  font: inherit;
  font-weight: 700;
}

.smart-industry__filter-form button {
  align-self: end;
  height: 54px;
  border: 2px solid #102034;
  border-radius: 0;
  background: #102034;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}

.smart-industry__filter-form button:hover,
.smart-industry__filter-form button:focus-visible {
  border-color: #0a3291;
  background: #0a3291;
}

.smart-industry__case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.smart-industry-card {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 40px) / 3);
  margin: 40px 0 0 20px;
  padding: 24px 24px 90px;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  background: #fff;
}

.smart-industry-card__bookmark.bookmark-btn-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  top: 18px;
  right: 18px;
  z-index: 3;
}

.smart-industry-card__bookmark .bookmark-btn {
  padding: 6px;
  border-radius: 50%;
  background: #fff;
}

.smart-industry-card__bookmark .bookmark-btn:hover,
.smart-industry-card__bookmark .bookmark-btn:focus-visible {
  background: #f6f9fc;
  opacity: 1;
}

.smart-industry-card__bookmark .bookmark-icon {
  width: 24px;
  height: 24px;
}

.smart-industry-card__bookmark .bookmark-btn::after {
  top: -34px;
}

.smart-industry-card:nth-child(3n+1) {
  margin-left: 0;
}

.smart-industry-card__head {
  display: block;
  padding: 0 36px;
  text-align: center;
}

.smart-industry-card__head p {
  display: block;
  margin: 0;
  color: #0a3291;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.smart-industry-card__icon {
  display: none;
}

.smart-industry-card__new {
  display: inline-flex;
  position: absolute;
  top: -27px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border-radius: 50%;
  background: #0a3291;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
}

.smart-industry-card h3 {
  margin: 8px 0 0;
  color: #0a3291;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.smart-industry-card__summary {
  margin: 20px 0 0;
  padding-top: 22px;
  border-top: 1px solid #cfcfcf;
  color: #102034;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.8;
}

.smart-industry-card__data {
  display: block;
  margin: 20px 0 26px;
  border-top: 0;
}

.smart-industry-card__data div {
  display: flex;
  gap: 0;
  padding: 0;
  border-bottom: 0;
}

.smart-industry-card__data div + div {
  margin-top: 14px;
}

.smart-industry-card__data dt,
.smart-industry-card__data dd {
  margin: 0;
  font-size: .9rem;
  line-height: 1.6;
}

.smart-industry-card__data dt {
  flex: 0 0 90px;
  box-sizing: border-box;
  padding-right: 20px;
  color: #102034;
  font-weight: 700;
}

.smart-industry-card__data dd {
  flex: 1 1 auto;
  min-width: 0;
  color: #102034;
  font-weight: 500;
}

.smart-industry-card .c-button {
  position: absolute;
  right: 0;
  bottom: 36px;
  left: 0;
  margin: auto;
  text-align: center;
}

.smart-industry-card .c-button a {
  width: auto;
  min-height: 0;
  padding: 10px 46px;
}

.smart-case-current .smart-detail-related__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.smart-case-current .other-list .smart-industry-card {
  width: calc((100% - 84px) / 4);
  /* NEWバッジが上に27pxはみ出すため、縦間隔はそれ以上を確保する */
  margin: 34px 0 0 28px;
  padding: 22px 18px 86px;
}

.smart-case-current .other-list .smart-industry-card:nth-child(3n+1) {
  margin-left: 28px;
}

.smart-case-current .other-list .smart-industry-card:nth-child(4n+1) {
  margin-left: 0;
}

.smart-case-current .other-list .smart-industry-card__bookmark.bookmark-btn-wrap {
  top: 14px;
  right: 14px;
}

.smart-case-current .other-list .smart-industry-card__head {
  padding: 0 32px;
}

.smart-case-current .other-list .smart-industry-card__head p {
  font-size: .9rem;
}

.smart-case-current .other-list .smart-industry-card h3 {
  font-size: 1.05rem;
}

.smart-case-current .other-list .smart-industry-card__summary {
  font-size: .88rem;
  line-height: 1.75;
}

.smart-case-current .other-list .smart-industry-card__data dt,
.smart-case-current .other-list .smart-industry-card__data dd {
  font-size: .84rem;
}

.smart-case-current .other-list .smart-industry-card__data dt {
  flex-basis: 78px;
  padding-right: 12px;
}

.smart-case-current .other-list .smart-industry-card .c-button a {
  min-width: 0;
  border-color: #0a3291;
  border-radius: 999px;
  background: #fff;
  color: #0a3291;
}

.smart-case-current .other-list .smart-industry-card .c-button a span {
  color: inherit;
}

.smart-case-current .other-list .smart-industry-card .c-button a:hover,
.smart-case-current .other-list .smart-industry-card .c-button a:focus-visible {
  border-color: #0a3291;
  background: #0a3291;
  color: #fff;
}

.smart-industry__guide {
  border-bottom: 1px solid #e5ebf2;
  background: #fff;
}

.smart-industry__guide--featured {
  padding: 18px 0 22px;
  background: #f1eff6;
}

.smart-industry__guide--featured > .inner.wide {
  display: grid;
  grid-template-columns: minmax(220px, .32fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.smart-industry__guide .smart-industry__section-head {
  align-self: center;
  margin-bottom: 0;
}

.smart-industry__guide .smart-industry__section-head h2 {
  font-size: clamp(1.28rem, 1.7vw, 1.7rem);
  line-height: 1.35;
}

.smart-industry__faq {
  --smart-ink: #142034;
  --smart-line: #cfd6e2;
  --smart-section-divider-width: min(1200px, 100%);
  padding: 72px 0;
  color: var(--smart-ink);
  background-color: #fbfbfb;
  background-image: linear-gradient(var(--smart-line), var(--smart-line));
  background-position: center top;
  background-repeat: no-repeat;
  background-size: var(--smart-section-divider-width) 1px;
  letter-spacing: 0;
}

.smart-industry__faq *,
.smart-industry__faq *::before,
.smart-industry__faq *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .smart-industry__faq {
    --smart-section-divider-width: 93.75vw;
  }
}

@media (max-width: 767px) {
  .smart-industry__faq {
    --smart-section-divider-width: 89.5833333333vw;
    padding: 48px 0;
  }
}

.smart-industry-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.smart-industry-guide--featured {
  padding: 15px 20px;
  border: 1px solid #cad4e2;
  background: rgba(255, 255, 255, .88);
}

.smart-industry-guide__body {
  max-width: 820px;
}

.smart-industry-guide__body p {
  margin: 0;
  color: #26384e;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.65;
}

.smart-industry-guide__body p + p {
  margin-top: 12px;
}

.smart-industry-guide__source {
  padding: 0;
  border: 0;
  background: transparent;
}

.smart-industry-guide__source .smart-industry__eyebrow,
.smart-industry-guide__source h3,
.smart-industry-guide__source p:not(.smart-industry__eyebrow) {
  display: none;
}

.smart-industry-guide__source h3 {
  margin: 0;
  color: #102034;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
}

.smart-industry-guide__source p:not(.smart-industry__eyebrow) {
  margin: 10px 0 0;
  color: #43546b;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.65;
}

.smart-industry-guide__source a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 10px 16px;
  border: 2px solid #102034;
  background: #fff;
  color: #102034;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.smart-industry-guide__source a:hover,
.smart-industry-guide__source a:focus-visible {
  border-color: #0a3291;
  background: #0a3291;
  color: #fff;
}

.smart-industry__cta {
  padding-top: 42px;
  background: #fbfbfb;
}

.smart-industry__cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 36px;
  border-top: 2px solid #102034;
  border-bottom: 2px solid #102034;
}

.smart-industry__cta-box h2 {
  margin: 0;
  color: #102034;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.45;
}

.smart-industry__cta-box p:not(.smart-industry__eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  color: #43546b;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.8;
}

.smart-industry__cta-box > a {
  display: inline-flex;
  box-sizing: border-box;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 2px solid #ed9022;
  background: #ed9022;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s ease;
}

.smart-industry__cta-box > a:hover,
.smart-industry__cta-box > a:focus-visible {
  color: #fff;
  opacity: .78;
}

.smart-industry-newsletter.inner.wide {
  width: min(1120px, calc(100vw - 48px));
  max-width: none;
  margin: 0 auto;
  border: 0;
  background: #fbfbfb;
  box-shadow: 0 0 0 100vmax #fbfbfb;
  clip-path: inset(0 -100vmax);
  padding: 56px 0 64px;
  box-sizing: border-box;
}

.smart-industry-newsletter *,
.smart-industry-newsletter *::before,
.smart-industry-newsletter *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.smart-industry-newsletter__panel {
  grid-template-columns: minmax(0, .95fr) minmax(340px, .78fr);
  gap: 42px;
  align-items: start;
  border: 1px solid rgba(20, 32, 52, .24);
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 32, 52, .08);
  padding: 34px;
}

.smart-industry-newsletter .smart-new__newsletter-copy h3 {
  margin: 0;
  color: var(--smart-ink);
  font-size: clamp(1.18rem, 1.75vw, 1.46rem);
  font-weight: 800;
  line-height: 1.48;
}

.smart-industry-newsletter .smart-new__newsletter-copy p {
  margin: 15px 0 0;
  color: #334259;
  font-size: .98rem;
  line-height: 1.9;
}

.smart-industry-newsletter .smart-new__newsletter-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.smart-industry-newsletter .smart-new__newsletter-copy li {
  border: 1px solid #8b8b8b;
  border-radius: 999px;
  background: #fff;
  color: #666;
  padding: 4px 10px;
  font-size: .84rem;
  font-weight: 400;
  line-height: 1.25;
}

.smart-industry-newsletter .smart-new__newsletter-form {
  border: 1px solid rgba(20, 32, 52, .28);
  background: #f8fafc;
  padding: 24px;
}

.smart-industry-newsletter .smart-new__newsletter-form label {
  display: block;
  color: var(--smart-ink);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
}

.smart-industry-newsletter .smart-new__newsletter-field {
  display: grid;
  gap: 12px;
  margin-top: 11px;
}

.smart-industry-newsletter .smart-new__newsletter-field input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(20, 32, 52, .34);
  border-radius: 0;
  background: #fff;
  color: var(--smart-ink);
  padding: 13px 14px;
  font: inherit;
}

.smart-industry-newsletter .smart-new__newsletter-field input:focus {
  border-color: var(--smart-navy);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(10, 50, 145, .08);
}

.smart-industry-newsletter .smart-new__newsletter-field input::placeholder {
  color: #8a96aa;
}

.smart-industry-newsletter .smart-new__newsletter-field button {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--smart-ink);
  border-radius: 0;
  background: var(--smart-ink);
  color: #fff;
  padding: 13px 18px;
  font: inherit;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  transition: var(--smart-button-transition);
}

.smart-industry-newsletter .smart-new__newsletter-field button:hover,
.smart-industry-newsletter .smart-new__newsletter-field button:focus-visible {
  border-color: var(--smart-navy);
  background: var(--smart-navy);
  outline: 0;
}

.smart-industry-newsletter .smart-new__newsletter-form .smart-new__newsletter-privacy {
  margin: 12px 0 0;
  color: #536178;
  font-size: .78rem;
  line-height: 1.65;
}

.smart-industry-newsletter .smart-new__newsletter-form .smart-new__newsletter-privacy a {
  color: var(--smart-navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .24em;
}

.smart-industry-newsletter .smart-new__newsletter-form .smart-new__newsletter-campaign-note {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 18px;
  border-top: 1px solid rgba(20, 32, 52, .2);
  padding-top: 16px;
}

.smart-industry-newsletter .smart-new__newsletter-campaign-book {
  display: block;
}

.smart-industry-newsletter .smart-new__newsletter-campaign-book img {
  display: block;
  width: 64px;
  height: auto;
  border: 1px solid rgba(20, 32, 52, .1);
  box-shadow: none;
}

.smart-industry-newsletter .smart-new__newsletter-form .smart-new__newsletter-campaign-note p {
  margin: 0;
  color: #536178;
  font-size: .8rem;
  line-height: 1.65;
}

.smart-industry-newsletter .smart-new__newsletter-campaign-note strong {
  color: #b96a16;
  font-weight: 800;
}

.smart-industry-newsletter .smart-new__newsletter-campaign-note a {
  color: var(--smart-navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .24em;
}

@media (max-width: 768px) {
  .smart-industry-newsletter .smart-new__newsletter-field button {
    white-space: normal;
    padding: 13px 6px;
    font-size: .8rem;
  }
}

@media (min-width: 1201px), print {
  .smart.smart-detail.smart-case-current {
    padding-top: 36px;
  }
}

@media (max-width: 1200px) {
  .smart-case-breadcrumbs ul {
    padding: 18px 0 8px;
  }

  .smart.smart-detail.smart-case-current {
    padding-top: calc(var(--vw) * 5);
  }

  .smart-case-current__note {
    margin-top: calc(var(--vw) * 4.375);
  }

  .smart-industry__hero {
    padding: calc(var(--vw) * 9) 0 calc(var(--vw) * 7);
  }

  .smart-industry__hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .smart-industry__hero-media {
    max-width: 760px;
  }

  .smart-industry__hero-body {
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    gap: 24px;
  }

  .smart-industry__hero-intel {
    grid-template-columns: 1fr;
  }

  .smart-industry__hero--editorial {
    --smart-industry-hero-image-width: min(68vw, 820px);
  }

  .smart-industry__hero--editorial::after {
    display: block;
  }

  .smart-industry__trend-box {
    max-width: 720px;
  }

  .smart-industry__summary {
    min-height: auto;
  }

  .smart-industry__filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smart-industry__filter-form button {
    grid-column: span 2;
  }

  .smart-industry__case-list {
    display: flex;
  }

  .smart-industry-card {
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
  }

  .smart-industry-card:nth-child(3n+1) {
    margin-left: 20px;
  }

  .smart-industry-card:nth-child(2n+1) {
    margin-left: 0;
  }

}

@media (min-width: 768px) and (max-width: 1200px) {
  .smart-industry__hero {
    padding: 28px 0 24px;
  }

  .smart-industry__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .66fr);
    gap: 24px;
    align-items: center;
  }

  .smart-industry__hero-copy h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.45rem);
  }

  .smart-industry__hero-title h1 {
    font-size: clamp(2.05rem, 4.4vw, 3.1rem);
  }

  .smart-industry__hero-copy p:not(.smart-industry__eyebrow) {
    margin-top: 18px;
    font-size: .95rem;
    line-height: 1.75;
  }

  .smart-industry__hero-stats {
    margin-top: 20px;
  }

  .smart-industry__hero-media {
    max-width: none;
  }

  .smart-industry__hero-media--wide {
    max-width: 280px;
  }

  .smart-industry__hero-intel {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 22px;
  }

  .smart-industry__guide--featured {
    padding: 14px 0 18px;
  }

  .smart-industry__guide--featured > .inner.wide {
    grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr);
    gap: 18px;
  }

  .smart-industry-guide {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .smart-industry-guide--featured {
    padding: 14px 18px;
  }

  .smart-industry-guide__source {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .smart-case-breadcrumbs ul {
    padding: 14px 0 8px;
    row-gap: 4px;
  }

  .smart-case-breadcrumbs ul li + li::before {
    width: 18px;
  }

  .smart-case-breadcrumbs__home-icon {
    width: 12px;
    height: 12px;
  }

  .smart-industry__hero {
    padding: 48px 0 36px;
    background: #f7f8fb;
  }

  .smart-industry__hero-copy h1 {
    font-size: 2.4rem;
  }

  .smart-industry__hero-title h1 {
    font-size: 2.18rem;
  }

  .smart-industry__hero-copy p:not(.smart-industry__eyebrow) {
    margin-top: 20px;
    font-size: .96rem;
  }

  .smart-industry__hero--editorial {
    --smart-industry-hero-image-width: 100%;
    padding: 38px 0 28px;
  }

  .smart-industry__hero-title {
    margin-bottom: 20px;
  }

  .smart-industry__hero-body {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .smart-industry__hero-intel {
    display: contents;
  }

  .smart-industry__hero--editorial::before {
    inset: 0;
    width: 100%;
    background: var(--smart-industry-hero-image) right top / cover no-repeat;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .2) 58%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .2) 58%, transparent 100%);
    opacity: .42;
  }

  .smart-industry__hero--editorial::after {
    display: none;
  }

  .smart-industry__hero--editorial .smart-industry__hero-body {
    display: block;
  }

  .smart-industry__hero--editorial .smart-industry__hero-intel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: none;
  }

  .smart-industry__hero-description {
    grid-column: auto;
    padding-top: 0;
  }

  .smart-industry__hero-description p {
    font-size: .88rem;
    line-height: 1.72;
  }

  .smart-industry__trend-box {
    grid-column: 1 / -1;
    margin-top: 4px;
    padding: 18px;
  }

  .smart-industry__hero-stats {
    margin-top: 24px;
  }

  .smart-industry__hero-media {
    box-shadow: 10px 10px 0 rgba(0, 59, 147, .08);
  }

  .smart-industry__hero-media--wide {
    max-width: 128px;
  }

  .smart-industry__hero-media--wide img {
    aspect-ratio: 4 / 3;
  }

  .smart-industry__hero-media::after {
    right: 8px;
    bottom: 8px;
    font-size: .78rem;
    padding: 4px 8px 5px;
  }

  .smart-industry__summary {
    padding: 24px;
  }

  .smart-industry__summary-icon {
    margin-bottom: 24px;
  }

  .smart-industry__summary strong {
    font-size: 3.2rem;
  }

  .smart-industry__search,
  .smart-industry__cases,
  .smart-industry__guide,
  .smart-industry__cta {
    padding: 42px 0;
  }

  .smart-industry__guide--featured > .inner.wide {
    display: block;
  }

  .smart-industry__guide .smart-industry__section-head {
    margin-bottom: 22px;
  }

  .smart-industry__guide .smart-industry__section-head h2 {
    font-size: clamp(1.45rem, 6vw, 2rem);
  }

  .smart-industry__section-head--inline {
    display: block;
  }

  .smart-industry__section-head--inline > p {
    margin-top: 10px;
  }

  .smart-industry__filter-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .smart-industry__filter-form button {
    grid-column: auto;
  }

  .smart-industry__case-list {
    display: flex;
  }

  .smart-industry-guide {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .smart-industry-guide--featured {
    padding: 24px;
  }

  .smart-industry-guide__source {
    padding: 22px;
    border: 1px solid #cad4e2;
    background: #fff;
  }

  .smart-industry-guide__source .smart-industry__eyebrow,
  .smart-industry-guide__source h3,
  .smart-industry-guide__source p:not(.smart-industry__eyebrow) {
    display: block;
  }

  .smart-industry-guide__source a {
    width: 100%;
  }

  .smart-industry-card {
    width: 100%;
    margin-left: 0;
    padding: 24px 20px 84px;
  }

  .smart-industry-card:nth-child(3n+1),
  .smart-industry-card:nth-child(2n+1) {
    margin-left: 0;
  }

  .smart-industry-card__data div {
    display: flex;
  }

  .smart-industry__cta-box {
    grid-template-columns: 1fr;
    padding: 26px 0;
  }

  .smart-industry__cta-box > a {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .smart-industry-newsletter.inner.wide {
    padding: 42px 0 48px;
  }

  .smart-industry-newsletter__panel {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 24px 20px;
    box-shadow: 0 14px 34px rgba(20, 32, 52, .06);
  }

  .smart-industry-newsletter .smart-new__newsletter-copy ul {
    gap: 6px;
  }

  .smart-industry-newsletter .smart-new__newsletter-copy li {
    padding: 4px 9px;
    font-size: .78rem;
  }

  .smart-industry-newsletter .smart-new__newsletter-form {
    padding: 20px;
  }

  .smart-industry-newsletter .smart-new__newsletter-form .smart-new__newsletter-campaign-note {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .smart-industry-newsletter .smart-new__newsletter-campaign-book img {
    width: 58px;
  }
}

@media (max-width: 1200px) {
  .smart-case-current .other-list .smart-industry-card {
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
  }

  .smart-case-current .other-list .smart-industry-card:nth-child(3n+1),
  .smart-case-current .other-list .smart-industry-card:nth-child(4n+1) {
    margin-left: 20px;
  }

  .smart-case-current .other-list .smart-industry-card:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .smart-case-current .other-list .smart-industry-card {
    width: 100%;
    margin-left: 0;
    padding: 24px 20px 84px;
  }

  .smart-case-current .other-list .smart-industry-card:nth-child(3n+1),
  .smart-case-current .other-list .smart-industry-card:nth-child(4n+1),
  .smart-case-current .other-list .smart-industry-card:nth-child(2n+1) {
    margin-left: 0;
  }
}

/* ==== 問い合わせ送信完了画面 ==== */
.smart-inquiry-complete__section {
  background: #f8fbfd;
  padding: 96px 0 110px;
}

.smart-inquiry-complete__card {
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #dfe6ef;
  border-radius: 14px;
  background: #fff;
  padding: 52px 34px 44px;
  text-align: center;
}

.smart-inquiry-complete__icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0a3291;
}

.smart-inquiry-complete__icon::before {
  content: "";
  width: 26px;
  height: 14px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translateY(-3px) rotate(-45deg);
}

.smart-inquiry-complete__card h1 {
  margin: 22px 0 0;
  color: #142034;
  font-size: 1.7rem;
  font-weight: 700;
}

.smart-inquiry-complete__text {
  margin: 16px 0 0;
  color: #35445c;
  line-height: 1.9;
}

.smart-inquiry-complete__actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.smart-inquiry-complete__note {
  margin: 22px 0 0;
  color: #66758a;
  font-size: .86rem;
}

.smart-inquiry-complete__note + .smart-inquiry-complete__note {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .smart-inquiry-complete__section {
    padding: 54px 0 64px;
  }

  .smart-inquiry-complete__card {
    padding: 40px 20px 34px;
  }
}

/* ==== 問い合わせ送信ボタン: 送信中フィードバック ==== */
.smart-case-current .contact-button button:disabled {
  cursor: default;
  opacity: .72;
}

.smart-case-current .contact-button button.is-submitting span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.smart-case-current .contact-button button.is-submitting span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2.5px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: smartInquirySubmittingSpin .7s linear infinite;
}

@keyframes smartInquirySubmittingSpin {
  to {
    transform: rotate(360deg);
  }
}
