@charset "UTF-8";

/*タイトルフェードイン*/
.heading h2,
.heading.block_header_1 p{
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transition-property: opacity;
  opacity: 0 !important;
}

.heading.block_header_1 p.fade_in,
.heading h2.fade_in{
  opacity: 1 !important;
}
#common_parts + section .heading.block_header_1 p,
#common_parts + section .heading.block_header_1 h2,
#opacity01_parts + section h2{
 opacity: 1 !important;
}
/*画像下からフェードイン*/
.inner_item_img{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s 0s, transform 1.5s 0s !important;
}
.inner_item_img.fadein_bottom{
  opacity: 1;
  transform: translateY(0);
}

/*スタッフ紹介レイアウト変更*/
a[id^="staff_table"] + div .heading.block_header_4 .h{
    border-bottom: 1px solid var(--i_border_color);
}
a[id^="staff_table"] + div .inner_item_txt dl{
    display: flex;
    flex-direction: column;
    border: none;
}
a[id^="staff_table"] + div .inner_item_txt dt{
    width: 100%;
}
a[id^="staff_table"] + div .inner_item_txt dd{
    width: 100%;
}
@media screen and (max-width: 800px){
    a[id^="staff_table"] + div .inner_item_txt dt{
        border-bottom: none;
    }
}

/*スタッフ紹介レイアウト変更ver2*/
.widget_staff01.add_design2 .inner_item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#nbp4986630\ 4986630.add_design2 .inner_item:nth-child(2n),
#nbp4986631\ 4986631.add_design2 .inner_item:nth-child(2n),
#nbp4986632\ 4986632.add_design2 .inner_item:nth-child(2n){
    flex-direction:initial;
}
.widget_staff01 .inner_item_img img {
    margin: initial;
    height: 225px;
}
.widget_staff01.add_design2 .inner_item .inner_item_img {
    min-height: initial;
    height: 100% !important;
}
a[id^="staff_table"] + div .heading.block_header_4 .h {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #CCCCCC 0%, #FFFFFF 100%);
    border-image-slice: 1;
    color: var(--i_txt_color);
}
a[id^="staff_table"] + div .inner_item_txt dt {
    width: 100%;
    font-weight: 600;
}
.widget_staff01 .inner_item .inner_item_txt dd {
    padding-left: 0;
}
@media screen and (max-width: 768px){
    .widget_staff01.add_design2 .inner_item,
    #nbp4986630\ 4986630.add_design2 .inner_item:nth-child(2n),
    #nbp4986631\ 4986631.add_design2 .inner_item:nth-child(2n),
    #nbp4986633\ 4986633.add_design2 .inner_item:nth-child(2n+1),
    #nbp4986632\ 4986632.add_design2 .inner_item:nth-child(2n){
        flex-direction: column;
    }
    .widget_staff01.add_design2 .inner_item .inner_item_img{
        width: 100%;
    }
}
/*画面幅*/
.width_fixed > .content_wrapper {
  max-width: 900px !important;
}