@charset "UTF-8";

.widget_staff01 .heading.block_header_2{
    display: flex;
    gap: 10px;
    align-items: center;
}
.widget_staff01 .heading.block_header_2 h3.h{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    padding-left: 0;
    letter-spacing: 0.5rem;
    flex-grow: 1;
}
.widget_staff01 .heading.block_header_2 h3.h::before{
    position: static;
    height: 2px;
    flex-grow: 1;
}
.widget_staff01 .heading.block_header_2 p{
    font-size: 1.4rem !important;
    letter-spacing: 0.8rem !important;
    padding: 0 !important;
}

.widget_staff01 .wrapper_item{
    justify-content: flex-start;
}
.widget_staff01 .inner_item{
    width: 350px;
    height: 60dvh;
    min-height: 550px;
    padding: 0;
    display: grid;
}
.widget_staff01 .inner_item > *{
    grid-area: 1 / 1 / 2 / 2;
}
.widget_staff01 .inner_item_img{
    width: 100% !important;
    height: 100% !important;
    border: 5px solid #f7b52c;
    background: #ffffff;
    overflow: hidden;
}
.widget_staff01 .inner_item_img img{
    transform: scale(3);
    transform-origin: center 3%;
    max-height: initial !important;
}
.widget_staff01 .inner_item_txt{
    width: 350px !important;
    height: 100%;
    overflow: hidden;
    display: grid;
    position: relative;
}
.widget_staff01 .inner_item_txt > *{
    grid-area: 1 / 1 / 2 / 2;
}
.widget_staff01 .inner_item_txt .heading{
    height: 100%;
    margin: 0;
    container-type: inline-size;
}
.widget_staff01 .inner_item_txt .heading h3.h{
    position: absolute;
    width: fit-content;
    left: -5px;
    bottom: 5px;
    margin: auto;
    width: fit-content;
    line-height: 1;
    font-weight: 900;
    font-size: clamp(1rem, 32cqi, 12rem) !important;
    text-wrap: balance;
    text-align: left;
    transform: rotate(-5deg);
}
.widget_staff01 .inner_item_txt .heading p{
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 80%;
    padding: 0;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 1rem;
    color: #f7b52c;
    transform: rotate(90deg);
    transform-origin: bottom left;
    backface-visibility: hidden;
}
.widget_staff01 .inner_item_txt p.contents_btn01{
    margin: 0;
    z-index: 11;
}
.widget_staff01 .inner_item_txt p.contents_btn01 a{
    height: 100%;
    width: 100% !important;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    display: block;
}
.widget_staff01 .inner_item_txt dl{
    opacity: 0;
    transition: opacity 0.5s, display 0.5s;
    transition-behavior: allow-discrete;
    z-index: 10;
    background: #00000066;
    color: #fff;
    margin: 0 !important;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.widget_staff01 .inner_item_txt.c_show dl{
    opacity: 1;
}
@starting-style{
.widget_staff01 .inner_item_txt.c_show dl{
    opacity: 0;
  }
}
.widget_staff01 .inner_item_txt dl dt{
    display: none !important;
}
.widget_staff01 .inner_item_txt dl dd{
    display: table-cell !important;
    padding: 0 !important;
}
.widget_staff01 .inner_item_txt dl dd p:first-of-type{
    border: 1px solid;
    padding: 5px 10px;
    width: fit-content;
    margin: 0 auto 10px;
    line-height: 1;
}
.widget_staff01 .inner_item_txt dl dd p:nth-of-type(2){
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
}
.widget_staff01 .inner_item_txt dl dd p:nth-of-type(3){
    font-size: 1.2rem;
}
.widget_staff01 .inner_item_txt dl dd p:has(span) span{
    background-color: #f7b52c;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 1.4rem;
}
.widget_staff01 .inner_item_txt dl dd p:last-of-type{
    text-align: left;
    font-size: 1.4rem;
}
.widget_staff01 .inner_item_txt::before{
    content: '+';
    color: #fff;
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background-color: #f7b52c;
    transition: 0.5s;
    opacity: 0;
}
.widget_staff01 .inner_item_txt:not(.c_show):has(dl)::before{
    opacity: 1;