:root {
  --ft-column-ink: #122233;
  --ft-column-muted: #5f6c78;
  --ft-column-line: #dce3e8;
  --ft-column-blue: #079bd3;
  --ft-column-blue-dark: #087fa9;
  --ft-column-wash: #f3f7f9;
}

/* The existing header uses white logo/navigation. On the column's light hero,
 * keep it readable without altering the shared Elementor header itself. */
body.post-type-archive-ft_column .elementor-location-header .header-2,
body.single-ft_column .elementor-location-header .header-2 {
  background: rgba(18, 34, 51, 0.96) !important;
}

.ft-column {
  color: var(--ft-column-ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.9;
}

.ft-column__inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1120px;
  padding-inline: 24px;
}

.ft-column__hero {
  background: linear-gradient(135deg, #eef5f8 0%, #ffffff 58%, #e9f6fb 100%);
  border-bottom: 1px solid var(--ft-column-line);
  padding-block: 112px 72px;
}

.ft-column__eyebrow {
  color: var(--ft-column-blue-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 16px;
}

.ft-column__hero h1,
.ft-column-article__header h1 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ft-column__hero h1 {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.2;
  margin: 0 0 20px;
}

.ft-column__hero p:last-child {
  color: var(--ft-column-muted);
  font-size: 16px;
  margin: 0;
  max-width: 680px;
}

.ft-column__archive {
  padding-block: 72px 104px;
}

.ft-column__grid {
  display: grid;
  gap: 40px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ft-column-card {
  border-top: 1px solid var(--ft-column-ink);
}

.ft-column-card__link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.ft-column-card__image {
  aspect-ratio: 16 / 9;
  background: var(--ft-column-wash);
  margin-top: 20px;
  overflow: hidden;
}

.ft-column-card__image img,
.ft-column-article__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ft-column-card__body {
  padding-block: 22px;
}

.ft-column-card time,
.ft-column-article__meta,
.ft-column__breadcrumb {
  color: var(--ft-column-muted);
  font-size: 13px;
}

.ft-column-card h2 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
  margin: 10px 0 12px;
}

.ft-column-card p {
  color: var(--ft-column-muted);
  display: -webkit-box;
  font-size: 15px;
  margin: 0 0 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ft-column-card__body > span {
  color: var(--ft-column-blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.ft-column__pagination,
.ft-column__empty {
  margin-top: 56px;
}

.ft-column--single {
  padding-block: 104px;
}

.ft-column__breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
}

.ft-column__breadcrumb a {
  color: var(--ft-column-blue-dark);
}

.ft-column-article {
  margin-inline: auto;
  max-width: 780px;
}

.ft-column-article__header h1 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.45;
  margin: 0;
}

.ft-column-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 24px;
}

.ft-column-article__image {
  aspect-ratio: 16 / 9;
  margin-block: 48px;
  overflow: hidden;
}

.ft-column-article__body {
  font-size: 16px;
}

.ft-column-article__body h2 {
  border-top: 1px solid var(--ft-column-line);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
  margin: 64px 0 24px;
  padding-top: 28px;
}

.ft-column-article__body h3 {
  font-size: 21px;
  margin: 40px 0 16px;
}

.ft-column-article__body p,
.ft-column-article__body ul,
.ft-column-article__body ol,
.ft-column-article__body table {
  margin-block: 0 24px;
}

.ft-column-article__body a {
  color: var(--ft-column-blue-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ft-column-article__body table {
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

.ft-column-article__body th,
.ft-column-article__body td {
  border: 1px solid var(--ft-column-line);
  min-width: 160px;
  padding: 14px 16px;
  text-align: left;
}

.ft-column-article__body th {
  background: var(--ft-column-wash);
}

.ft-column-cta {
  background: linear-gradient(135deg, #edf7fb, #ffffff);
  border: 1px solid #cde5ef;
  margin-top: 72px;
  padding: 32px;
  text-align: center;
}

.ft-column-cta p {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 22px;
  margin: 0 0 20px;
}

.ft-column-cta__button {
  background: linear-gradient(90deg, var(--ft-column-blue-dark), var(--ft-column-blue));
  box-sizing: border-box;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  text-decoration: none;
}

.ft-column a:focus-visible {
  outline: 3px solid rgba(7, 155, 211, 0.35);
  outline-offset: 4px;
}

@media (hover: hover) {
  .ft-column-card__link:hover h2,
  .ft-column-card__link:hover .ft-column-card__body > span {
    color: var(--ft-column-blue-dark);
  }

  .ft-column-cta__button:hover {
    filter: brightness(0.94);
  }
}

@media (max-width: 767px) {
  .ft-column__inner {
    padding-inline: 20px;
  }

  .ft-column__hero {
    padding-block: 88px 52px;
  }

  .ft-column__archive,
  .ft-column--single {
    padding-block: 52px 72px;
  }

  .ft-column__grid {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .ft-column__breadcrumb {
    margin-bottom: 36px;
  }

  .ft-column-article__header h1 {
    font-size: 31px;
  }

  .ft-column-article__image {
    margin-block: 36px;
  }

  .ft-column-article__body {
    font-size: 15px;
  }

  .ft-column-article__body h2 {
    font-size: 24px;
    margin-top: 52px;
  }

  .ft-column-article__body h3 {
    font-size: 19px;
  }

  .ft-column-cta {
    margin-top: 56px;
    padding: 28px 20px;
  }

  .ft-column-cta__button {
    width: 100%;
  }
}

/* Elementor Theme Builder bridge: keep the reusable column CSS active when
 * the template is rendered by Elementor instead of the PHP reference markup. */
.elementor-page-1916 .elementor-element-c853d0f {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1120px;
  padding: 104px 24px 0;
}

.elementor-page-1916 .elementor-element-619667b {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-bottom: 36px;
}

.elementor-page-1916 .elementor-element-619667b .elementor-heading-title {
  color: var(--ft-column-ink) !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif !important;
  font-size: clamp(32px, 5vw, 52px) !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.45 !important;
}

.elementor-page-1916 .elementor-element-19750ea {
  color: var(--ft-column-ink);
  font-size: 16px;
  line-height: 1.9;
  margin-inline: auto;
  max-width: 780px;
}

.elementor-page-1916 .elementor-element-19750ea h2 {
  border-top: 1px solid var(--ft-column-line);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
  margin: 64px 0 24px;
  padding-top: 28px;
}

.elementor-page-1916 .elementor-element-19750ea p,
.elementor-page-1916 .elementor-element-19750ea ul,
.elementor-page-1916 .elementor-element-19750ea ol,
.elementor-page-1916 .elementor-element-19750ea table {
  margin-block: 0 24px;
}

.elementor-page-1916 .elementor-element-423ffb2 {
  background: linear-gradient(135deg, #edf7fb, #ffffff);
  border: 1px solid #cde5ef;
  box-sizing: border-box;
  margin: 72px auto 0;
  max-width: 780px;
  padding: 32px;
  text-align: center;
}

.elementor-page-1916 .elementor-element-c9eac1f .elementor-button {
  background: linear-gradient(90deg, var(--ft-column-blue-dark), var(--ft-column-blue));
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  min-height: 48px;
  padding: 12px 28px;
}

/* Archive #1913: Elementor's dynamic widgets, styled as the column mockup. */
.elementor-page-1913 .elementor-element-84eca94 {
  padding: 0;
}

.elementor-page-1913 .elementor-element-53ef4d9 {
  background: linear-gradient(135deg, #eef5f8 0%, #ffffff 58%, #e9f6fb 100%);
  border-bottom: 1px solid var(--ft-column-line);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.elementor-page-1913 .elementor-element-53ef4d9 .elementor-widget-container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1120px;
  padding: 112px 24px 72px;
}

.elementor-page-1913 .elementor-element-53ef4d9 .elementor-heading-title {
  color: var(--ft-column-ink);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.elementor-page-1913 .elementor-element-53ef4d9 .elementor-heading-title {
  font-size: 0 !important;
}

.elementor-page-1913 .elementor-element-53ef4d9 .elementor-heading-title::after {
  color: var(--ft-column-ink);
  content: "コラム";
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.elementor-page-1913 .fortrust-column-archive-eyebrow {
  color: var(--ft-column-blue-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 16px;
}

.elementor-page-1913 .fortrust-column-archive-description {
  color: var(--ft-column-muted);
  font-size: 16px;
  line-height: 1.9;
  margin: 20px 0 0;
  max-width: 680px;
}

.elementor-page-1913 .elementor-element-2bfa600 {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1120px;
  padding: 72px 24px 104px;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-posts-container {
  column-gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 40px;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post {
  border-top: 1px solid var(--ft-column-ink);
  display: block;
  padding-top: 20px;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post::before {
  background-color: var(--ft-column-wash);
  background-image:
    linear-gradient(135deg, rgba(7, 155, 211, 0.2), transparent 58%),
    linear-gradient(rgba(18, 34, 51, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 34, 51, 0.08) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  content: "";
  display: block;
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__title {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 12px;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__title a {
  color: var(--ft-column-ink);
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__meta-data,
.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__meta-data span {
  color: var(--ft-column-muted);
  font-size: 13px;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post-avatar {
  display: none;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__excerpt {
  color: var(--ft-column-muted);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 12px;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__read-more {
  color: var(--ft-column-blue-dark);
  font-size: 14px;
  font-weight: 700;
  margin-top: 18px;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__read-more {
  font-size: 0;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__read-more::after {
  content: "記事を読む →";
  font-size: 14px;
}

.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__read-more:hover,
.elementor-page-1913 .elementor-element-2bfa600 .elementor-post__title a:hover {
  color: var(--ft-column-blue-dark);
}

@media (max-width: 767px) {
  .elementor-page-1916 .elementor-element-c853d0f {
    padding: 52px 20px 0;
  }

  .elementor-page-1916 .elementor-element-619667b {
    font-size: 31px;
  }

  .elementor-page-1916 .elementor-element-19750ea {
    font-size: 15px;
  }

  .elementor-page-1916 .elementor-element-19750ea h2 {
    font-size: 24px;
    margin-top: 52px;
  }

  .elementor-page-1916 .elementor-element-423ffb2 {
    margin-top: 56px;
    padding: 28px 20px;
  }

  .elementor-page-1916 .elementor-element-c9eac1f .elementor-button {
    width: 100%;
  }

  .elementor-page-1913 .elementor-element-53ef4d9 .elementor-widget-container {
    padding: 88px 20px 52px;
  }

  .elementor-page-1913 .elementor-element-2bfa600 {
    padding: 52px 20px 72px;
  }

  .elementor-page-1913 .elementor-element-2bfa600 .elementor-posts-container {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft-column *,
  .ft-column *::before,
  .ft-column *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* FT column display repair 2026-09-08: photo fallback and initial header. */
body.post-type-archive-ft_column .elementor-location-header > .elementor-top-section,
body.single-ft_column .elementor-location-header > .elementor-top-section {
  background: var(--ft-column-ink) !important;
}
body.post-type-archive-ft_column .elementor-element-2bfa600 .elementor-post:has(.elementor-post__thumbnail img)::before {
  content: none;
  display: none;
}

/* Column archive: full-width editorial introduction, 2026-09-08. */
body.post-type-archive-ft_column .elementor-element-84eca94 > .e-con-inner { max-width: 100%; width: 100%; padding: 0; gap: 0; }
body.post-type-archive-ft_column .elementor-element-53ef4d9 { width: 100%; max-width: 100%; margin: 0; background: var(--ft-column-wash); }
body.post-type-archive-ft_column .elementor-element-53ef4d9 .elementor-widget-container { max-width: 1120px; margin-inline: auto; padding: 140px 24px 48px; }
body.post-type-archive-ft_column .elementor-element-53ef4d9 .elementor-heading-title { font-size: clamp(32px, 3.5vw, 44px) !important; line-height: 1.4; letter-spacing: .06em; margin: 0; }
body.post-type-archive-ft_column .elementor-element-53ef4d9 .elementor-heading-title::after { content: none; display: none; }
body.post-type-archive-ft_column .fortrust-column-archive-eyebrow { margin-bottom: 14px; letter-spacing: .2em; }
body.post-type-archive-ft_column .fortrust-column-archive-description { max-width: 720px; margin-top: 20px; font-size: 15px; line-height: 1.9; }
body.post-type-archive-ft_column .elementor-element-2bfa600 { width: 100%; padding-top: 48px; }
@media (max-width: 767px) {
 body.post-type-archive-ft_column .elementor-element-53ef4d9 .elementor-widget-container { padding: 120px 24px 36px; }
 body.post-type-archive-ft_column .elementor-element-2bfa600 { padding: 36px 24px 64px; }
}

/* Keep article cards aligned with the introduction at wide viewports. */
body.post-type-archive-ft_column .elementor-element-84eca94 > .e-con-inner > .elementor-element-2bfa600 { max-width: 1120px; width: 100%; margin-inline: auto; align-self: center; }
