/* 業務案内 */
@media screen and (min-width: 992px) {
.bg_69, 
.design-parts74_nGx8QwyXon{
        padding: 120px 0 !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 521px){
   .bg_69, 
.design-parts74_nGx8QwyXon{
        padding: 80px 0 !important;
    } 
}
@media screen and (max-width: 520px) {
    .design-parts69_TqBSPRtboo #sub_title {
        text-align: left !important;
    }
}
.design-parts72_4Pc21LB8mi .img-wrap {
    max-height: 435px !important;
}
.design-parts72_4Pc21LB8mi .img-wrap .link_text .link_subtitle {
    color: #ffffff !important;
}
.design-parts72_4Pc21LB8mi .img-wrap .link_text .link_btn {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.design-parts72_4Pc21LB8mi .img-wrap .link_text .link_btn::after {
    border: none !important;
}
/*施工実績*/
.parts249-2515LyIUakBLC_complete_form{
        background: #FDFFDA!important;
    padding-top: 100px!important;
    padding-bottom: 100px!important;
}
.h2_pw_ttl{
    color: #4D7955!important;
    text-align: center!important;
    font-weight: bold!important;
}
.pw_sub_ttl{
        text-align: center!important;
}
.design-parts74_nGx8QwyXon .contents-wrap .text-title,
.design-parts73_mAxu09plyg .contents-wrap .text-title{
        font-weight: bold!important;
}
.recruiter_partsbmwmiURZfi10_imagebanner .container .row .col .content-block,
.recruiter_partsOD9ZP9evk410_imagebanner .container .row .col .content-block{
        font-size: 120% !important;
}
.recruiter_partsbmwmiURZfi10_imagebanner .container .row .col,
.recruiter_partsOD9ZP9evk410_imagebanner .container .row .col{
            height: 275px!important;
}
/*Top ページ*/
.parts136-138X9kGjdyEcO_1col h3{
    font-weight: 500!important;
    color: #000!important;
}
.parts160-169_z2BOAUbYr8.parts160-169_text-img_wrap .parts160-169_text_wrap h4{
   font-weight: 500!important; 
}
.parts136-138X9kGjdyEcO_1col .caption{
        color: #4D7955!important;
}
.design-parts72_KV3Y1dcUVF .img-wrap .link_text .link_title{
        color: #CEDA08!important;
}
.recruiter_partsbmwmiURZfi10_imagebanner.bg-img{
        padding-bottom: 20px!important;
}
.recruiter_partsOD9ZP9evk410_imagebanner.bg-img{
        padding-top: 20px!important;
}
/*.parts160-169_text a{
        pointer-events: none!important;
}*/
.parts112113114c6Iv0HCWNU_link,
.parts264-070809_custom_h5JYDApwD8 .link_button{
        border-radius: 10px!important;
}

/**/
.stats-section {
    text-align: center;
  }
  .section-title {
    font-weight: bold;
    font-size: 200%;
    color: #ffffff;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 0 auto;
  }
  .stat-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px 24px 18px;
    text-align: center;
  }
  .card-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 16px;
  }
  .badge {
     width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #4D7955;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: 0.02em;
  }
  .stat-number {
    font-size: 44px;
    font-weight: 700;
    color: #4D7955;
    line-height: 1;
    letter-spacing: -0.02em;
    display: flex;
    align-items: baseline;
    gap: 2px;
  }
  .stat-number .unit {
    font-size: 26px;
    font-weight: 600;
  }
  .divider {
    height: 1px;
    background: #e2e2e2;
    margin-bottom: 12px;
  }
  .stat-label {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.02em;
  }

  @media (max-width: 768px) {
    .stats-section { padding: 60px 24px 70px; }
    .stats-grid { grid-template-columns: 1fr; max-width: 500px; gap: 12px; }
    .section-title{
            font-size: 150%!important;
    }
  }