/*////////////////////ヘッダーCSS////////////////////*/
.l-header-org * {
    font-family: 'Noto Sans JP';
}

.l-header-org  {
    background: transparent;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
.l-header-org.active {
    width: 100%;
    height: 70px;
    position: fixed; 
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(50px) brightness(1.3);
}
.heaedr-org_inner {
    width: 1140px;
    height: 70px;
    border-radius: 35px;
    backdrop-filter: blur(50px) brightness(1.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 9px 0 30px;
}
.l-header-org.active .heaedr-org_inner {
    width: 1140px;
    height: 70px;
    margin: 0 auto;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 9px 0 30px;
}


.header_main_txt {
    font-family: 'ZenMaruGothic';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #333333;
}
.header_main_txt:hover {
    opacity: 1;
}
.header_list {
    display: flex;
    align-items: center;
    gap: 23px;
}

.header_item a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.09em;
    color: #333333;
}

.back_color a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 50px;
    border-radius: 25px;
    background: #147837;
    color: #FFFFFF;
}