@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD (Staging)
Version: 1.0.0
*/

.my-footer-link {
  margin: 16px 0;
  text-align: center;
}

.my-footer-link__logo {
  width: auto;
  height: 40px;
}

.umj-supervisor {
  margin: 28px 0;
  padding: 20px 22px;
  background: #f5f7fa;
  border: 1px solid #e6e9ee;
  border-left: 4px solid #ff7a00;
  border-radius: 12px;
}

.umj-supervisor__eyebrow {
  margin: 0 0 8px;
  color: #e86f00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.umj-supervisor__title {
  margin: 0 0 6px;
  color: #0a2f5c;
  font-size: 15px;
  font-weight: 800;
}

.umj-supervisor__text {
  margin: 0 0 14px;
  color: #3a4452;
  font-size: 13.5px;
  line-height: 1.85;
}

.umj-supervisor__stat {
  margin: 0 0 14px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 8px;
  color: #3a4452;
  font-size: 12.5px;
  line-height: 1.7;
}

.umj-supervisor__stat strong {
  color: #d35400;
  font-size: 14px;
}

.umj-supervisor__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.umj-supervisor__consult {
  display: inline-block;
  padding: 10px 22px;
  color: #fff;
  background: #ff7a00;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.umj-supervisor__line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  color: #fff;
  background: #06C755;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.umj-supervisor__company {
  display: inline-block;
  margin-top: 12px;
  color: #0b3d7a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

/* Search Console上位記事の検索意図補完ブロック */
.umj-search-intent {
  margin: 40px 0 24px;
  padding: 28px;
  border: 1px solid #d9e7f5;
  border-radius: 12px;
  background: #f7fbff;
}

.umj-search-intent__eyebrow {
  margin: 0 0 8px;
  color: #1769aa;
  font-size: 13px;
  font-weight: 700;
}

.post_content .umj-search-intent h2 {
  margin-top: 24px;
}

.post_content .umj-search-intent h2:first-of-type {
  margin-top: 0;
}

.umj-search-intent__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.umj-search-intent__summary > div {
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(22, 63, 96, 0.08);
}

.umj-search-intent__summary dt {
  margin-bottom: 4px;
  color: #52677a;
  font-size: 12px;
  font-weight: 700;
}

.umj-search-intent__summary dd {
  margin: 0;
  font-weight: 700;
}

.umj-search-intent__sources {
  color: #52677a;
  font-size: 12px;
}

.umj-search-intent__cta a {
  display: block;
  padding: 14px 18px;
  border-radius: 8px;
  background: #0b66a8;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.umj-search-intent__cta a:hover {
  background: #084f83;
  color: #fff;
}

/* GSCで選定したコラムのCTA・関連記事導線 */
.umj-column-conversion {
  margin: 44px 0 28px;
  overflow: hidden;
  border: 1px solid #d9e3ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(10, 47, 92, .08);
}

.umj-column-conversion__action {
  padding: 28px;
  background: linear-gradient(135deg, #f4f9ff 0%, #fff8f1 100%);
}

.umj-column-conversion--context {
  margin: 28px 0;
  box-shadow: none;
}

.umj-column-conversion--context .umj-column-conversion__action {
  padding: 20px;
}

.post_content .umj-column-conversion__context-title {
  margin: 0;
  color: #0a2f5c;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
}

.umj-column-conversion__button:focus-visible {
  outline: 3px solid #0a2f5c;
  outline-offset: 3px;
}

.umj-column-conversion__eyebrow {
  margin: 0 0 6px;
  color: #e86f00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
}

.post_content .umj-column-conversion h2 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #0a2f5c;
  font-size: clamp(20px, 3vw, 26px);
}

.post_content .umj-column-conversion h2::before,
.post_content .umj-column-conversion h2::after {
  display: none;
}

.umj-column-conversion__lead {
  margin: 12px 0 20px;
  color: #3a4b5d;
  line-height: 1.8;
}

.umj-column-conversion__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.umj-column-conversion__button {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid #e86f00;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.umj-column-conversion__button--primary {
  background: #e86f00;
  color: #fff;
}

.umj-column-conversion__button--primary:hover {
  background: #cf6200;
  border-color: #cf6200;
  color: #fff;
}

.umj-column-conversion__button--secondary {
  background: #fff;
  color: #b65300;
}

.umj-column-conversion__button--secondary:hover {
  background: #fff5eb;
  color: #934300;
}

.umj-column-conversion__quinsel {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px dashed #e3d5c3;
  font-size: 0.88em;
  color: #6b7a89;
  line-height: 1.7;
}

.umj-column-conversion__quinsel a {
  color: #4152a3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.umj-column-conversion__quinsel a:hover {
  color: #2e3d85;
}

.umj-column-conversion__related {
  padding: 24px 28px 26px;
}

.post_content .umj-column-conversion__related h3 {
  margin: 0 0 12px;
  color: #0a2f5c;
  font-size: 17px;
}

.umj-column-conversion__related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.umj-column-conversion__related li + li {
  border-top: 1px solid #e6e9ee;
}

.umj-column-conversion__related a {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 2px;
  color: #0b3d7a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  text-decoration: none;
}

.umj-column-conversion__related a:hover span {
  text-decoration: underline;
}

.umj-column-conversion__related b {
  flex: 0 0 auto;
  color: #e86f00;
  font-size: 22px;
}

/* 記事内容から判定した職種LPへのリンク列（関連記事と同じ見た目） */
.umj-column-jobcats {
  padding: 20px 28px 22px;
  border-top: 1px solid #e6e9ee;
}

.post_content .umj-column-jobcats h3 {
  margin: 0 0 10px;
  color: #0a2f5c;
  font-size: 16px;
}

.umj-column-jobcats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.umj-column-jobcats li + li {
  border-top: 1px solid #e6e9ee;
}

.umj-column-jobcats a {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2px;
  color: #0b3d7a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  text-decoration: none;
}

.umj-column-jobcats a:hover span {
  text-decoration: underline;
}

.umj-column-jobcats b {
  flex: 0 0 auto;
  color: #e86f00;
  font-size: 22px;
}

/* スマホ幅650px以下 */
@media screen and (max-width: 650px) {
  .umj-search-intent {
    padding: 20px 16px;
  }

  .umj-search-intent__summary {
    grid-template-columns: 1fr;
  }

  .umj-column-conversion__action,
  .umj-column-conversion__related,
  .umj-column-jobcats {
    padding: 22px 16px;
  }

  .umj-column-conversion__buttons {
    grid-template-columns: 1fr;
  }

  .umj-supervisor__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .umj-supervisor__consult,
  .umj-supervisor__line {
    text-align: center;
    justify-content: center;
  }

  .shintyaku .wp-block-latest-posts__featured-image.alignleft {
    width: 100%;
    text-align: center;
  }

  .shintyaku .wp-block-latest-posts__featured-image img {
    width: 100%;
    max-width: initial !important;
    max-height: initial !important;
    margin: 0 auto;
  }

  .post_content .shintyaku div > :last-child {
    width: 100%;
    padding-bottom: 10px;
  }
}
/* Public job cards stay in the footer, so contextual CTA cloning stays compact. */
.umj-column-jobs{margin:24px 0;padding:20px;background:#f5f8fa;border-radius:10px;color:#16334f}
.umj-column-jobs h3{font-size:19px;margin:0 0 8px}
.umj-column-jobs>p{font-size:14px;line-height:1.7}
.umj-column-jobs ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0!important;list-style:none!important}
.umj-column-jobs li{margin:0!important;min-width:0}
.umj-column-jobs a{display:flex;flex-direction:column;gap:8px;padding:16px;height:100%;background:#fff;border:1px solid #cbd8e1;border-radius:8px;text-decoration:none;color:#16334f;overflow-wrap:anywhere}
.umj-column-jobs strong{font-size:16px;line-height:1.7}
.umj-column-jobs span{font-size:14px}
.umj-column-jobs b{margin-top:auto;padding-top:8px;font-size:15px}
.umj-column-jobs a:focus-visible{outline:3px solid #ef7d1a;outline-offset:3px}
@media(max-width:650px){.umj-column-jobs ul{grid-template-columns:1fr}}
