@charset "UTF-8";

/* 見出しデザイン */

.heading.block_header_2 {
    margin-bottom: 15px;
}

.heading.block_header_2 .h {
    padding-left: 18px;
}

.heading.block_header_2 .h::before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: 1.3rem;
    left: 0;
    background: var(--i_main_color);
    border-radius: 50px;
    pointer-events: none;
}

.heading.block_header_3 {
    background: var(--i_sub4_color);
    border-radius: 8px 0 8px 0;
    padding: 10px 15px 12px;
}

.heading.block_header_3 .h {
    color: var(--i_bg_color);
}

.heading.block_header_4 .h {
    background: var(--i_sub3_color);
    color: var(--i_bg_color);
    border-radius: 50px;
    padding: 2px 20px;
    display: inline-block;
}

.heading.block_header_4 p {
    color: var(--i_txt_color);
}

/* スタッフデザイン */

.widget_staff01 .inner_item_img img {
    border-radius: 20px 0 20px 0;
    object-fit: cover;
}

.widget_staff01.add_design2 .inner_item .inner_item_img {
    border: none;
}

.widget_staff01.add_design2 .inner_item .inner_item_txt {
    width: 70%;
}

.widget_staff01 .inner_item .inner_item_txt dt,
.widget_staff01 .inner_item .inner_item_txt dd {
    padding: 20px 0;
}

.widget_staff01 .inner_item_txt dl:nth-of-type(1) {
    border-top: 1px dotted var(--i_txt_color);
}

.widget_staff01 .inner_item_txt dl {
    border-color: var(--i_txt_color) !important;
    border-bottom: 1px dotted var(--i_txt_color);
}

@media screen and (min-width: 769px) {
    .widget_staff01.add_design2 .inner_item .inner_item_img {
        width: 25%;
    }
}