/* 下層ページh2 */
/* .c-heading-kasou_2026{
    text-align: center;
    font-size: 2.625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 37px;
    line-height: 1.4;
    background-image: linear-gradient(#BD9C46, #BD9C46);
    background-repeat: no-repeat;
    background-size: 26px 8px;
    background-position: center bottom;
} */

/* ページタイトル */
.page-head_2026{
    margin-top: 100px;
    position: relative;
    background-color: #FBF6EC;
    z-index: -1;
}
.page-head_2026 .pagetitle-wrap{
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
    width: 100%;
}
.page-head_2026 .pagetitle-wrap::before{
    position: absolute;
    content: "";
    width: 8px;
    inset-block: 20px;
    left: 0;
    background-color: #F3D923;
    border-radius: 0 10px 10px 0;
}
/* .page-head_2026 .pagetitle-wrap::after{
    position: absolute;
    content: "";
    inset: 0 100px 0 0;
    border-radius: 0 60px 0 0;
    background-color: #FBF6EC;
    z-index: -1;
} */
.page-head_2026 .pagetitle{
    margin-left: 114px;
    /* font-size: 2.875rem; */
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
}
.page-head_2026 .pagetitle_deco{
    position: absolute;
    display: none;
}
.page-head_2026 .pagetitle_deco._abs1{
    top: 28px;
    left: 54px;
}
.page-head_2026 .pagetitle_deco._abs2{
    bottom: -118px;
    left: 78px;
}
.page-head_2026 .pagetitle_deco._abs3{
    top: 43px;
    right: 280px;
}
.page-head_2026 .pagetitle_deco._abs4{
    bottom: -35px;
    right: 56px;
}
@media (max-width: 768px) {
.page-head_2026 .pagetitle-wrap{
    height: 112px;
}
.page-head_2026 .pagetitle-wrap::before{
    width: 6px;
}
.page-head_2026 .pagetitle-wrap::after{
    inset: 0 20px 0 0;
}
.page-head_2026 .pagetitle{
    margin-left: 20px;
    /* font-size: 2rem; */
    font-size: 1.625rem;
}
.page-head_2026 .pagetitle_deco._abs1{
    width: 44px;
    top: 28px;
    left: 14px;
}
.page-head_2026 .pagetitle_deco._abs2{
    width: 65px;
    bottom: -62px;
    left: 14px;
}
.page-head_2026 .pagetitle_deco._abs3{
    width: 65px;
    top: 22px;
    right: 34px;
}
.page-head_2026 .pagetitle_deco._abs4{
    width: 69px;
    bottom: -19px;
    right: 34px;
}
}

.logo_tokushima{
    max-width: 200px;
    margin: 0 0 2px auto;
}

@media (max-width: 768px) {
.logo_tokushima{
    max-width: 150px;
    margin: 0 auto 2px auto;
}
}