/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 27 2025 | 07:07:38 */
#body {
    color: #333;
    /*全体の文字色を濃いグレーに変更*/
}

#header_slider_wrap.start_slide #header_slider_content .content .rich_font_1 .line_inner {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    font-weight: 700;
    background: linear-gradient(to left, #b8891d 0%, #e6c36a 40%, #eb5f4b 60%);
    /*FVメッセージの文字色をグラデーションに変更*/
    background-clip: text;
    color: transparent;
}

#header_slider_content .content {
    max-width: inherit;
    padding: 0 60px;
    background-color: #FCFAF6;
    /*セクションの背景色を薄金に変更*/
}

@media (max-width: 768px) {
#header_slider_content .content {
    max-width: inherit;
    padding: 100px 5%;

}

}

#header_slider .overlay {
    background-color: transparent;/*動画の輝度を下げるために既定を削除*/
}

#header_slider .bg_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    filter: brightness(0.5);
    /*動画の輝度を下げる*/
}

:is(.design_header, .tcdce-body .design_header).animate .large_headline span {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    font-weight: 700;
    background: #b8891d;
    /*セクションタイトルの文字色を金に変更*/
    background-clip: text;
    color: transparent;
}


.cb_service_category_list .item:nth-child(1) .overlay {
    /*事業内容のそれぞれのオーバーレイの色を変える（一つ目）*/
    background: linear-gradient(to bottom,
            #3A3A3A 0%,
            /* 上端：濃いグレー */
            rgba(58, 58, 58, 0) 100%
            /* 下端：透明 */
        ) !important;
}


.cb_service_category_list .item:nth-child(2) .overlay {
    /*事業内容のそれぞれのオーバーレイの色を変える（二つ目）*/
    background: linear-gradient(to bottom,
            #354876 0%,
            /* 上：濃紺 */
            rgba(53, 72, 118, 0) 100%
            /* 下：透明 */
        ) !important;
}

.cb_service_list:nth-child(even) {
    background: #FCFAF6;    /*セクションの背景色を薄金に変更*/

}


.cb_service_category_list .item {
    display: block;
    flex: 1 1 0%;
    width: 100%;
    height: 500px;/*表示サイズを縮小*/
    position: relative;
    overflow: hidden;
    margin: 0 5px 0 0;
}


section#cb_content_3 {
    background-image: url('https://jhm-holdings.co.jp/wp-content/uploads/2025/09/goldLINE.svg');
    /*セクションに金のラインを設置*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}


@media (hover: hover) {
	#footer_banner a:hover .title{
 display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 6px 12px;
  background: rgba(0,0,0,0.55); /* ここで読みやすさ確保 */
  border-radius: 6px;
  backdrop-filter: blur(4px); /* 背景をぼかす（任意） */
}
	}


.post_content th {
    background: #FCFAF6;
    /*tableの背景色を薄金に変更*/
    font-weight: normal;
}


/*footer外部リンクの文字サイズ値調整*/
@media screen and (max-width: 768px) {
    #footer_banner .title {
        font-size: 20px !important;
    }
}


/*footerロゴのサイズ調整*/
#footer_logo img {
    display: block;
    transition: all 0.25s 
ease;
    width: 20% !important;
    height: auto !important;
}


/*以下募集要項*/
 .job-post {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      sans-serif;
    color: #111827;
    background: #ffffff;
    padding: 24px 16px;
  }

  .job-post__inner {
    max-width: 760px;
    margin: 0 auto;
  }

  .job-post__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    font-size: 11px;
    color: #6b7280;
    background: #f9fafb;
    margin-bottom: 10px;
  }

  .job-post__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #16a34a;
  }

  .job-post__title {
    margin: 0 0 4px;
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .job-post__meta {
    font-size: 0.9rem;
    color: #6b7280;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0 0;
  }

  .job-post__meta-item::before {
    content: "・";
  }

  .job-post__lead {
    margin: 14px 0 0;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .job-post__section {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
  }

  .job-post__section-title {
    margin: 0 0 8px;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
  }

  .job-post__list {
    margin: 4px 0 0;
    padding-left: 1.1rem;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .job-post__list li {
    margin-bottom: 4px;
  }

  .job-post__label {
    font-weight: 600;
    margin-top: 4px;
    font-size: 0.95rem;
  }

  .job-post__box {
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    font-size: 0.93rem;
    line-height: 1.6;
  }

  .job-post__cta {
    margin-top: 22px;
    padding: 12px 12px;
    border-radius: 8px;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    font-size: 0.9rem;
    color: #1d4ed8;
  }

  .job-post__cta strong {
    color: #1d4ed8;
  }

  .job-post__footer {
    margin-top: 18px;
    font-size: 0.8rem;
    color: #6b7280;
  }
/*募集要項ここまで*/