@charset "UTF-8";

/*----------スタッフのご紹介色変更--------*/
.heading.block_header_2 .h {
    color: #333;
}

.widget_staff01.add_design2 .inner_item:nth-child(odd) {
    background: #e6e9eb;
    padding: 30px 0;
}

.widget_staff01.add_design2 .inner_item:nth-child(odd) img {
    background: #e6e9eb;
}

@media screen and (max-width: 768px) {
    .widget_staff01.add_design2 .inner_item .inner_item_txt {
        padding: 10px 20px 0;
    }
}

/*--- メッセージ見出し(2025/09/12) ---*/
#message + section .heading.block_header_6.align-center:before {
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-50%);
    content: '';
    width: 150px;
    height: 150px;
    background-image: url(/images/convert/tkc-paintjp/20250908161606.png/image.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 900px) {
    #message + section {
        padding-top: 80px;
    }
    #message + section .heading.block_header_6.align-center:before {
        left: 0;
        width: 100px;
        height: 100px;
    }
}
/*--- スタッフのご紹介(2025/09/12) ---*/
@media only screen and (max-width: 768px) {
    #staff + .widget_staff01.add_design2 .inner_item {
        display: flex;
        align-items: flex-start;
        padding: 20px 10px;
    }
    #staff + .widget_staff01.add_design2 .inner_item .inner_item_img {
        width: 30%;
        min-height: initial;
    }
    #staff + .widget_staff01.add_design2 .inner_item .inner_item_txt {
        width: 67% !important;
        padding: 0 0 0 10px;
    }
}
/*--- PC時SP時デザイン切り替え ---*/
a#staff_sp+div {
    display: none;
}
@media only screen and (max-width: 768px) {
    a#staff+div {
        display: none;
    }
    a#staff_sp+div {
        display: block;
    }
}
/*---SP見出し調整 251030---*/
@media screen and (max-width: 768px){
  #staff_sp + .widget_staff01 .inner_item .inner_item_txt dt::before{
    content: '・';
  }
  #staff_sp + .widget_staff01 .inner_item .inner_item_txt dd{
        padding-left: 1em !important;
  }
}