.parts040506_notice-news_mu7ELG0al1.bg-color {
    background-color:#D6E5F3!important;
}
/* トップ求人*/
.top-recruit-box-l br{
    display:none!important;
}
.top-recruit-left{
    font-weight:bold;
}
body .parts118-123yGkblSuJP0_text .top-recruit-title{
    font-weight:bold;
    font-size:130%!important;
}
@media screen and (min-width: 521px){
    .top-recruit-box{
        display:flex;
        border-top:1px solid #000000;
        padding:30px 20px;
    }
.top-recruit-left{
    min-width:25%;
}
}
@media screen and (max-width: 520px){
    .top-recruit-left{
        border-top:1px solid #000000;
        padding:20px 0 20px 20px ;
    }
    .top-recruit-right{
        padding:0 0 20px 20px;
    }
}

@media print, screen and (min-width: 521px) {
    .parts136-1387DHg4JZXhi_1col.col-md-6 {
        flex: 0 0 auto;
        width: 33% !important;
    }
}

/* ブログギャラリー */
    /* ===== ラッパー ===== */
    .rtsl2-wrap {
      max-width: 750px;
      margin: 40px auto 0;
    }
    
    /* ===== メインスライダー ===== */
    .rtsl2-main {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none; /* スクロールバー非表示 Firefox */
      -ms-overflow-style: none; /* IE */
      list-style: none;
      margin: 0 0 8px 0;
      padding: 0;
      border-radius: 4px;
      position: relative;
    }
    .rtsl2-main::-webkit-scrollbar {
      display: none; /* スクロールバー非表示 Chrome/Safari */
    }
    
    /* ===== 各スライド ===== */
    .rtsl2-item {
      flex: 0 0 100%;
      scroll-snap-align: start;
    }
    .rtsl2-item img {
      width: 100%;
      height: 400px;
      object-fit: contain;
      background: #f2f2f2;
      display: block;
    }
    
    /* ===== 前へ・次へボタン（Chrome/Edge 135以降） ===== */
    .rtsl2-main::scroll-button(left) {
      content: "‹";
      position: absolute;
      left: 8px;
    }
    .rtsl2-main::scroll-button(right) {
      content: "›";
      position: absolute;
      right: 8px;
    }
    .rtsl2-main::scroll-button(*) {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.45);
      color: #fff;
      font-size: 28px;
      line-height: 1;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      z-index: 10;
      transition: background 0.2s;
    }
    .rtsl2-main::scroll-button(*):hover {
      background: rgba(0, 0, 0, 0.75);
    }
    .rtsl2-main::scroll-button(*):disabled {
      opacity: 0.25;
    }
    
    /* ===== サムネイル ===== */
    .rtsl2-thumbs {
      display: flex;
      gap: 6px;
    }
    .rtsl2-thumb {
      flex: 1;
      display: block;
      border: 2px solid transparent;
      box-sizing: border-box;
      border-radius: 2px;
      overflow: hidden;
      transition: border-color 0.2s;
    }
    .rtsl2-thumb img {
      width: 100%;
      height: 70px;
      object-fit: cover;
      display: block;
      opacity: 0.5;
      transition: opacity 0.2s;
    }
    .rtsl2-thumb:hover img {
      opacity: 0.8;
    }
    
    /* サムネイルのアクティブ状態（Chrome/Edge 135以降） */
    .rtsl2-thumb:target-current {
      border-color: #024287;
    }
    .rtsl2-thumb:target-current img {
      opacity: 1;
    }
    
    /* ===== 自動再生（CSS アニメーション） ===== */
    @keyframes rtsl2-autoplay {
      0%   { transform: translateX(0%); }
      20%  { transform: translateX(0%); }
      25%  { transform: translateX(-100%); }
      45%  { transform: translateX(-100%); }
      50%  { transform: translateX(-200%); }
      70%  { transform: translateX(-200%); }
      75%  { transform: translateX(-300%); }
      95%  { transform: translateX(-300%); }
      100% { transform: translateX(0%); }
    }
    
    /* ===== SP ===== */
    @media screen and (max-width: 520px) {
      .rtsl2-item img {
        height: 220px;
      }
      .rtsl2-thumb img {
        height: 50px;
      }
      .rtsl2-main::scroll-button(*) {
        width: 32px;
        height: 32px;
        font-size: 20px;
      }
    }
    
    
/* 特殊施工事例詳細 */
.special-detail {
    margin-block-end: 80px;
}

@media (max-width: 520px) {
    .special-detail {
        margin-block-end: 50px;
    }
}

.special-detail table {
    font-size: 16px;
    letter-spacing: 0.08px;
}

.special-detail tbody, .special-detail td, .special-detail tfoot, .special-detail th, .special-detail thead, .special-detail tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.special-detail table tr {
    border-bottom: 1px solid var(--main-color);
}

.special-detail table tr th {
    color: #c9a84c;
    width: 25%;
}

.special-detail table tr th, .special-detail tr td {
    padding-top: 24px;
    padding-bottom: 24px;
    letter-spacing: 0.03em;
    line-height: 1.8;
}

.special-detail .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.special-detail table tr td {
    color: var(--text-color);
}

@media (max-width: 520px) {
    .special-detail table tr th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }
    .special-detail table tr td {
        display: block;
        padding-top: 5px;
        padding-bottom: 10px;
        border-bottom: 1px solid;
    }
    .special-detail table tr {
        border-bottom: none;
    }
}

.special-detail .article-body h3 {
    font-weight: 700;
    margin: 2rem 0 0.8rem;
    padding-left: 12px;
    border-left: 5px solid #c9a84c;
    color: #000;
}

.special-detail .article-body p {
    line-height: 2.0;
    margin-bottom: 1.2rem;
}

@media (max-width: 520px) {
    .special-detail .article-body h3 {
        font-size: 18px;
    }
}

.parts118-123yGkblSuJP0_text-img {
    display: none !important;
}
/* ブログ詳細 */
.special-rtsl2-wrap {
    position: relative;
}