@charset "utf-8";
/* CSS Document */
/* theme name: nagaimanabu2025 */

:root {
    --mui-easing: cubic-bezier(0.4, 0, 0.2, 1);
    --mui-duration: 225ms;
    --hover: all .3s ease;
    --opacity: .6;
    --red: #E70013;
    --orange: #FF7600;
    --white: #ffffff;
    --basels: 0.05rem;
    --lh-l: 2;
    --lh-m:1.66;
    --lh-mr:1.45;
    --lh-s: 1.3;
    --fw-eb: 800;
    --fw-b: 600;
    --fw-sb: 500;
}

body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
}

.c-red{color: var(--red);}
.fw-eb{font-weight: var(--fw-eb);}

.tate{
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    /* text-orientation: upright; */
    letter-spacing: 0.1em;
}

.maincontentswidth{
    width: calc(37vw - 50px);
    max-width: 430px;
    min-width: 350px;
    padding: 0 2.5rem;
}

@media (max-width:1024px){
    .maincontentswidth {
        width: calc(72vw - 10px);
        max-width: unset;
        min-width: unset;
    }
}
@media (max-width:640px){
    .maincontentswidth {width: 100vw;}
}

@media (max-width:350px){
    body{font-size: 15px;}
}

/* -------------  container --------------- */

#container > * {
    display: block;
    height: 100%;
}

#container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background: var(--red);
}

@media (max-width:1024px){
    #container{
        flex-wrap: wrap;
        background: var(--orange);
    }
}

@media (max-width: 640px) {
    #container > * {
        min-height: auto;
    }
}

/* -------------- background -------------- */

#container > .bgbox {
    z-index: 0;
    width: 100%;
    height: 100dvh;
    position: fixed;
}

#container >.bgbox,
#container >.bgbox picture {
    height: calc(100dvh);
    max-height: 66vw;
}

@media (max-width: 1024px) {
    #container > .bgbox {
        height: calc(100dvh);
        max-height: 80vw;
    }
    #container >.bgbox,
    #container >.bgbox picture {
        position: relative;
    }
}

.bgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

@media (max-width:640px){
    #container > .bgbox {
        width: 100vw;
        height: unset;
        max-height: unset;
        aspect-ratio: 12 / 19;
    }
}

.sp_firstcontents{display: none;}
@media (max-width:640px){
    .sp_firstcontents{
        display: flex;
        position: absolute;
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
        gap: 2rem;
        left: 0;
        bottom: 0;
        padding: 1.25rem 0.65rem;
    }
}

/* -------------- site-header ------------------- */

#container > #site-header {
    width: 50vw;
    height: calc(100dvh);
    order: 1;
}

#container > #site-header .manabunagai {
    width: 13vw;
    max-width: 500px;
    min-width: 200px;
    position: fixed;
    left: 2rem;
    bottom: 2rem;
}

.site-header-links {
    position: fixed;
    right: 50vw;
    bottom: auto;
    top: calc(100vh - 244px);
    display: flex;
    gap: 1.5rem;
    align-items: baseline;
    padding: 2rem;
}
.site-header-links > div{transition: var(--hover);}
.site-header-links > div:hover{transform: scale(1.03);}

@media (max-width: 1024px){
    #container > #site-header {
        width: 100vw;
        order: 1;
        position: absolute;
        height: 80vw;
    }
    #container > #site-header .manabunagai {
        position: absolute;
    }
}

.site-header-links .sns{
    width: 151px;
    animation: floating-y 1.275s ease-in-out infinite alternate-reverse;
}
.site-header-links .gakufu{
    width: 188px;
}
.site-header-links .gakufu span.check {
    display: inline-block;
    color: var(--white);
    font-weight: var(--fw-b);
    position: absolute;
    transform: rotate(30deg);
    right: 6%;
    top: 4.5%;
    font-size: clamp(10px, 3vw, 14px);
    letter-spacing: 0.05em;
    opacity: 0;
}
@keyframes floating-y {
    0% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(5%);
    }
}

@media (max-width: 1280px){
    .site-header-links .sns{width: 144px;}
    .site-header-links .gakufu {width: 150px;}

    .site-header-links {top: calc(100vh - 208px);}
}

@media (orientation: portrait){
    .site-header-links {top: calc(66vw - 244px);}
    #container > #site-header .manabunagai {
        bottom: unset;
        top: calc(66vw - 2.5rem);
    }
}

@media (max-width: 1280px) and (orientation: portrait){
    .site-header-links {top: calc(66vw - 207px);}
}

@media (max-width: 1024px){
    .site-header-links {
        top: calc(80vw - 207px);
        right: unset;
        left: calc(72vw - 358px);
        position: absolute;
    }
    #container > #site-header .manabunagai {
        bottom: unset;
        top: calc(80vw - 2.7rem);
    }
}

@media (max-width:768px){
    .site-header-links {align-items: flex-start;}
}
@media (max-width:640px){
    #container > #site-header{display: none;}
    .sp_firstcontents .manabunagai {
        width: 44vw;
        max-width: 500px;
        min-width: 171px;
        position: absolute;
    }
    .sp_firstcontents .manabunagai > img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .sp_firstcontents .site-header-links {
        top: unset;
        bottom: unset;
        right: unset;
        left: unset;
        position: relative;
        padding: 0;
        align-items: flex-start;
        gap: 0.35rem;
        margin-left: auto;
        margin-right: 0;
    }
    .site-header-links .sns {
        width: 30vw;
        max-width: 156px;
        min-width: 74px;
    }
    .site-header-links .gakufu {
        width: 35vw;
        max-width: 200px;
        min-width: 120px;
    }
}

/* ------------------- right blk --------------- */

#container > #menubox02{display: none;}
#container > #menubox {
    width: calc(50vw - 480px);
    min-width: 120px;
    order: 3;
    position: relative;
    color: var(--white);
    font-weight: 500;
    position: relative;
    right: 0;
}
#container > #menubox > .menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: calc(100dvh);
    max-height: 66vw;
}

#menubox .textlogo {
    width: 7.45vw;
    max-width: 200px;
    min-width: 100px;
    margin: 0 auto;
}

#menubox .address {
    line-height: 1.5;
    padding-bottom: 5.5em;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: clamp(10px, 0.82dvw, 16px);
}

#menubox .address > div:nth-of-type(n+2){
    margin-top: 1rem;
}
#menubox .address .copyright{
    margin-top: 1.2rem;
    font-size: 90%;
}

@media (max-width:1024px) {
    #container > #menubox {
        width: calc(100vw - 72vw - 40px);
        position: fixed;
        right: 0;
    }
    #container > #menubox > .menu {
        height: calc(100dvh);
        max-height: 80vw;
    }
    #menubox .textlogo {
        width: 7.45vw;
        padding: 3rem 0;
    }
}

@media (max-width: 640px) {
    #container > #menubox02 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        background: var(--white);
        z-index: 400;
        padding-right: 10px;
    }
    #container > #menubox{display: none;}
    #container > #menubox02 h1{
        max-width: 299px;
        width: 47vw;
        min-width: 163px;
    }
}
.hambmenu {
    width: 69px;
    height: auto;
    aspect-ratio: 2 / 1;
    position: relative;
    z-index: 100;
}
.hambmenu span {
    display: block;
    width: 90%;
    height: 5px;
    background: var(--red);
    position: absolute;
    transition: all .3s ease;
}
.hambmenu span:nth-of-type(1){
    top: 0;
}
.hambmenu span:nth-of-type(2){
    top: 50%;
    transform: translateY(-50%);
}
.hambmenu span:nth-of-type(3){
    bottom: 0;
}

.hambmenu.active span{
    background: var(--white);
}
.hambmenu.active span:nth-of-type(1){
    transform: rotate(45deg);
    top: 20px;
}
.hambmenu.active span:nth-of-type(2){
    opacity: 0;
}
.hambmenu.active span:nth-of-type(3){
    transform: rotate(-45deg);
    bottom: 10px;
}
@media (max-width:430px){
    .hambmenu {width: 51px;}
    .hambmenu span{height: 4px;}
    .hambmenu.active span:nth-of-type(1){top: 15px;}
    .hambmenu.active span:nth-of-type(3){bottom: 6px;}
}
@media (max-width:350px){
    .hambmenu {width: 45px;}
    .hambmenu span{height: 3px;}
    .hambmenu.active span:nth-of-type(1){top: 12px;}
}

/* ------------------ sp gnav ----------------- */

#sp-gnav{
    display: none;
    background: url(./img/sp-gnav-bg.png);
    background-size: cover;
    background-position: 50% 100%;
    color:var(--white);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
    z-index: 99;
    padding: 0 2.25rem;
}
.sp-nav-contents,.sp-nav-bottom{
    max-width: 500px;
    margin: 0 auto;
}
.sp-nav-contents {
    display: flex;
    justify-content: space-between;
    gap: 1.75rem;
    padding-top: clamp(50px, 25vw, 200px);
}
.sp-nav-contents > ul,
.sp-nav-contents > div{
    width: 47%;
}
.sp-nav-contents > ul li{
    margin-bottom: 1.5em;
}
.sp-nav-contents > ul li a {
    font-weight: 800;
    font-size: 18px;
}
.sp-nav-bottom {
    margin-top: 11rem;
    text-align: right;
    font-weight: 600;
    padding-bottom: 2.5rem
}
.sp-nav-bottom .sns{
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem 2rem;
    margin-bottom: 3.5rem;
}
.sp-nav-bottom .sns > div{
    width: 47px;
}
.sp-nav-bottom > .policy{
    margin-bottom: 1.25em;
    width: 8em;
    text-align: left;
    margin-left: auto;
}
.sp-nav-bottom > .copyright{
    margin-top: 2.25rem;
    font-size: clamp(10px,4vw,14px);
}

/* -------------------- footer ------------------- */

footer {
    background: var(--red);
    color: var(--white);
    margin-top: 5rem;
    padding: 2.5rem 0;
    padding-top: 1rem;
    position: relative;
    overflow-x: clip;
}
footer::before {
    content: "";
    display: block;
    width: 101%;
    padding-top: 4rem;
    background: url(./img/footer-dec.svg) center center / cover no-repeat;
    position: absolute;
    top: -3.7rem;
    left: -1.25rem;
}
footer .text-right {
    font-weight: 800;
    line-height: 1.75;
    font-size: 20px;
    position: relative;
    z-index: 2;
    margin-top: -0.85rem;
}
footer picture{
    display: block;
    margin-top: -1rem;
    position: relative;
    width: 100%;
}
footer picture > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
footer picture > div{
    position: absolute;
    right: 0;
    bottom: 3rem;
    padding-right: 50px;
}
footer picture > div .links a {
    display: block;
    background: var(--white);
    width: 176px;
    padding: 8px 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
footer picture > div .links a img{transition: var(--hover);}
footer picture > div .links a:hover img{opacity: var(--opacity);}

footer picture > div .links.jimin{margin-bottom: 1.5rem;}
footer picture > div .links.jimin a{padding: 8px 28px 8px 43px;}

footer .officeinfo{
    font-weight: 500;
    line-height: 1.35;
    padding-top: 2rem;
}
footer .office_sns{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.5rem 1.5rem;
}
footer .office_sns .jimusyo{width: 230px;}

footer .office_sns .sns{
    display: flex;
    align-items: baseline;
    gap: 1rem;
}
footer .office_sns .sns > div{
    width: 40px;
}
footer .officeinfo .address > div:nth-of-type(1){margin-top: 1.5rem;}
footer .officeinfo .address > div{margin-top: 1.25rem;}
footer .office_sns .sns a{transition: var(--hover);}
footer .office_sns .sns a:hover{opacity: var(--opacity);}

footer .officeinfo .footer_policy{
    display: flex;
}
footer .officeinfo .footer_policy p:first-of-type{
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid var(--white);
}
footer .officeinfo .footer_policy p a{
    transition: var(--hover);
}
footer .officeinfo .footer_policy p a:hover{opacity: var(--opacity);}
footer .officeinfo .address .copyright{
    margin: 1.5rem 0;
    font-size: 14px;
    font-weight: 400;
}
footer .gmosecure a{
    display: block;
    width: 119px;
}

@media (max-width:1024px){
    footer{margin-top: 11vw;}
    footer::before {
        padding-top: 9.775vw;
        top: -9.07vw;
        left: -1vw;
    }
    footer picture > div{padding-right: 9px;}
    footer picture > div .links a {
        width: clamp(176px, 30vw, 254px);
    }
    footer picture > div .links.jimin a img{
        width: 72%;
        margin: 0 auto;
    }
    footer picture > div .links.jimin a {
        padding: 10px 28px 10px 43px;
    }
    footer .office_sns {
        justify-content: left;
    }
}

@media (max-width:640px){
    footer{
        width: 100vw;
        margin-top: 16vw;
    }
    footer::before {
        padding-top: 13.85vw;
        top: -12.85vw;
        left: -1vw;
    }
    footer .maincontentswidth{width: 100%;}
    footer picture > div {padding-right: 0px;}
    footer picture > div .links.jimin a img {width: unset;}
}

@media (max-width:350px){
    footer .text-right {
        font-size: 16px;
    }
    .sp-nav-contents > ul li a {
        font-size: 16px;
    }
}

/* ---- pagetop ---- */
#pagetop {
    z-index: 10;
    position: sticky;
    bottom: 2rem;
    padding: 0 calc(2rem + 45px);
    margin: 0 auto;
    text-align: right;
}
#pagetop a {
    width: 4rem;
    height: auto;
    aspect-ratio: 1 / 1;
    display: inline-block;
    background: rgba(231, 0, 19, 0.7);
    border-radius: 4rem;
    position: relative;
    transition: var(--hover);
}
#pagetop a > img{
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#pagetop a:hover{background: rgba(231, 0, 19, 1);}

@media (max-width:1024px){
    #pagetop {padding: 0 2.5rem;}
}
@media (max-width: 450px) {
    #pagetop {padding: 0 1.85rem;}
    #pagetop a{width: 3.75rem;}
}
/* ----------------------- main -------------------- */

#container > .sp_images{display: none;}
@media (max-width:640px){
    #container > .sp_images{display: block;}
}
#container > #site-content {
    background: var(--white);
    width: 37vw;
    max-width: 480px;
    min-width: 400px;
    order: 2;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05), -5px 0 10px rgba(0, 0, 0, 0.05);
    min-height: calc(100vh + 20px);
    z-index: 5;
    /* overflow-x: hidden; */
    position: relative;
}

@media (max-width: 1024px) {
    #container > #site-content {
        width: 72vw;
        max-width: 72vw;
        margin: 0 auto 0 0;
    }
}

main {
    /* padding: 0 2.5rem; */
    padding-top: 4rem;
    font-size: clamp(15px, 3.5vw, 18px);
}
main .innerwrap{
    padding: 0 2.5rem;
}

#site-content-main {
    display: flex;
}
#site-content-main .menulistwrap{
    order: 2;
}
#site-content-main .menulistwrap .menulist {
    color: var(--white);
    background: #0b3a72;
    font-weight: 600;
    width: 50px;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.25rem;
    padding: 2rem 0;
    z-index: 99;
}

#site-content-main .menulistwrap .menulist li a{font-size: 18px;}
#site-content-main .menulistwrap .menulist li a span.yakumono{margin-top: -0.5em;}
#site-content-main .menulistwrap .menulist li a span.toji {
    line-height: 0;
    font-feature-settings: "halt" 1;
    letter-spacing: -1em;
    padding-bottom: 0.2em;
}

#site-content-main main {
    order: 1;
    width: calc(37vw - 50px);
    max-width: 430px;
    min-width: 350px;
}

@media (max-width:1024px){
    #site-content-main main {
        order: 1;
        width: calc(72vw - 10px);
        max-width: unset;
        min-width: unset;
    }
}
@media (max-width:640px){
    #site-content-main .menulistwrap{
        display: none;
    }
    #container > #site-content {
        width: 100vw;
        max-width: 100vw;
        min-width: unset;
        margin: 0 auto 0 0;
    }
    #site-content-main main {width: 100vw;}
}

h2.mainitem{
    text-align: center;
    font-weight: 700;
    text-align: center;
    font-size: clamp(18px, 5.7vw, 32px);
    letter-spacing: 0.175rem;
    margin-bottom: 1em;
}
h2.mainitem i {
    display: block;
    width: calc(4em + 0.175rem * 2);
    margin: 0 auto 0.5em;
}
h2.mainitem p span{
    font-size: 75%;
}
/* greeting */
.greeting > p{
    letter-spacing: var(--basels);
    line-height: var(--lh-m);
    /* line-height: var(--lh-mr); */
    /* font-weight: var(--fw-eb); */
    font-weight: 500;
    text-align: justify;
}
.greeting .name{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-weight: var(--fw-b);
    font-size: 79%;
    white-space: nowrap;
    margin: 1em 0 2em;
}
.greeting .sign{
    display: block;
    width: 8.5em;
    min-width: 135px;
}

#seisaku {
    padding-top: 3em;
}
.seisaku img.seisakutopimg{
    width: 93%;
    margin: 0 auto;
}
/* ---------------- accordion ------------------- */
.accordion_area{
    padding-top: 3rem;
}
.accordion {
    overflow: hidden;
    margin: 12px 0;
}
.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.accordion-header span{
    display: block;
    width: 100%;
    padding-right: 2.5rem;
}
.accordion-icon.open {
    transform: rotate(180deg);
}
.accordion-body-wrapper {
    overflow: visible;
    height: 0;
}
.accordion-body{padding-bottom: 3rem;}

.seisaku-accordionwrap{
    position: relative;
    margin-bottom: 35px;
}
.accordion-body-wrapper-seisaku{
    height: 122px;
}
.show_more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    padding-top: 79px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.75) 44%,rgb(255, 255, 255, 0.88) 63%, rgb(255, 255, 255, 1) 89%);
    cursor: pointer;
    transition: bottom 0.2s;
    transition: all .4s;
    z-index: 3;
}
.show_more .show_more_btn{
    width: 2rem;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}
.show_more.active{padding-top: 0px;}
.show_more .show_more_btn.active > img{
    transform: rotate(180deg);
}
.accordion-seisaku{
    display: grid;
    grid-template-columns: 1fr 7.68fr;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
}
.accordion-body.accordion-body-seisaku  div.tate {
    color: var(--white);
    background: var(--red);
    font-weight: 900;
    padding-top: 0.75em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: clamp(18px, 5vw, 30px);
    position: relative;
}
.accordion-body.accordion-body-seisaku div.tate::before {
    content: "";
    display: block;
    width: 99.9%;
    background: url(./img/footer-dec.svg) center center / cover no-repeat;
    position: absolute;
    padding-top: 13px;
    top: -12px;
}
.accordion-body.accordion-body-seisaku div.tate.dec::after{
    content: "";
    background: url(./img/hashira-bd.svg) center center / cover no-repeat;
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.accordion-body.accordion-body-seisaku div.tate.last::after {
    content: "";
    background: url(./img/slash.svg) center center / cover no-repeat;
    display: block;
    width: 103%;
    height: min(29px, 4vw);
    position: absolute;
    bottom: -7px;
    left: 0px;
}
.accordion-body.open {
    opacity: 1;
    padding-top: 16px;
}
.accordion-body  .accordion-contents{
    padding: 0 2.1rem 2rem;
    font-size: 1.031rem;
    line-height: var(--lh-m);
}
.accordion-body  .accordion-contents .summary{
    font-weight: var(--fw-eb);
}
.accordion-body  .accordion-contents .details > div{
    margin: 2em 0;
}
.accordion-body  .accordion-contents .summary .red,
.accordion-body  .accordion-contents .seisaku-item{
    color: var(--red);
    font-weight: var(--fw-eb);
    font-size: 112%;
}
/* プロフィール */
.accordion.profile {margin-bottom: 20px;}
.accordion-header.accordion-header-profile span{
    margin-right: 2.15rem;
    margin-left: 2.15rem;
    text-align: center;
    padding:0.5rem 1.25rem;
    font-size: clamp(17px, 4.45vw, 19px);
    color: var(--white);
    background: var(--red);
    letter-spacing: 1em;
    font-weight: var(--fw-eb);
}
.accordion-header.accordion-header-profile span > small{
    font-size: 100%;
    letter-spacing: 0.15em;
}
.accordion-header.accordion-header-profile span > br{display: block;}
@media (min-width:346px){
    .accordion-header.accordion-header-profile span > br{display: none;}
}
.accordion-header.accordion-header-profile.accordion-header-pdf span{letter-spacing: unset;}
.accordion-header.accordion-header-profile span.manabishi-item{
    letter-spacing: 0;
    background: var(--white);
    color: var(--red);
    border: 3px solid var(--red);
}
.accordion-body > .accordion-contents.accordion-contents-profile{
    padding-top: 1.25rem;
    padding-bottom: 0;
}
.accordion-contents .profileblk{
    position: relative;
    margin-top: 0.75em;
    padding-bottom: 1.5rem;
}
.accordion-contents .profileblk:last-of-type{padding-bottom: 0;}
.accordion-contents .profileblk:not(:last-of-type)::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 12px solid var(--red);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.accordion-contents.accordion-contents-profile picture,
.accordion-contents.accordion-contents-seisaku picture{
    display: block;
    padding: 0.95rem 0;
}
.accordion-contents.accordion-contents-seisaku picture{
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}
.accordion-contents.accordion-contents-profile .profileblk p.c-red,
.accordion-contents.accordion-contents-profile .positionblk p.c-red{
    margin-bottom: 0.15em;
}
/* .accordion-contents .positionblk{padding-bottom: 1.75rem;} */
.accordion-contents .positionblk{padding-bottom: 1.125rem;}
.accordion-contents .positionblk ul.positionlist li{
    position: relative;
    padding-left: 1em;
}
.accordion-contents .positionblk ul.positionlist li::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: #000;
    position: absolute;
    left: 0;
    top: 0.475em;
}
.accordion-contents .positionblk ul.positionlist li.now::before{
    background: var(--red);
}
.accordion-contents.accordion-contents-profile .manabishi-about{
    margin: 2em 0;
}
.accordion-contents.accordion-contents-profile picture.manabishi {
    width: 78%;
    margin: 0 auto;
}
/* 活動報告 */
.accordion.katsudo{margin-bottom: 2rem;}
.accordion-body.accordion-body-katsudo {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.katsudotop .pic{
    width: 65%;
    max-width: 266px;
    margin: 0 auto;
}
.gakufu-headimg {
    margin-top: -2.3rem;
}
.accordion_area.contents-gakufu{
    padding-top: 1rem;
}
#katsudo-mb{
    padding-top: 3.5rem;
}
.mb-item {
    max-width: 168px;
    margin: 0 auto;
    width: 34%;
    min-width: 120px;
}
.pdf-thumb {
    max-width: 274px;
    margin: 0 auto 1.75rem;
    width: 82%;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .25);
}
.accordion-header.accordion-header-pdf.mb span{
    color: #000;
    background: #FFD8B4;
}
a.view{
    display: inline-block;
    color: var(--red);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-left: 2px solid var(--red);
    border-right: 2px solid var(--red);
    padding: 0 0.5em;
    font-weight: var(--fw-b);
    transition: var(--hover);
    font-size: 1.068rem;
}
a.view.mb{
    color: #ff7a00;
    border-left: 2px solid #ff7a00;
    border-right: 2px solid #ff7a00;
}
a.view:hover{
    opacity: var(--opacity);
}
@media (max-width:1024px){
    .accordion-body > div.dec::after {height: 50vw;}
    .accordion-body > .accordion-contents{padding: 0 2.5rem 2rem;}
}
@media (max-width: 640px) {
    .accordion-body > div.dec::after {height: 73vw;}
}
@media (max-width:450px) {
    .accordion-body > .accordion-contents.accordion-contents-seisaku{padding: 0 2.2rem 2rem 1.65rem;}
}
/* policy */
.policy-contents{
    font-size: 1.031rem;
    font-weight: var(--fw-b);
    line-height: var(--lh-m);
    padding-top: 1.5rem;
}
.policy-contents .policyblk{padding: 0.75rem 0;}
.policy-contents .policyblk:nth-of-type(n+2){margin-top: 1.5rem;}
.policy-contents .policyblk h3 {
    font-size: clamp(17.5px, 5.35vw, 25px);
    text-align: center;
    color: var(--red);
    font-weight: var(--fw-eb);
    margin-bottom: 2rem;
    line-height: 1.45;
}
.policy-contents .policyblk ul{margin: 1.5rem 0;}
.policy-contents .policyblk ul li{
    padding-left: 1.15em;
    text-indent: -1.15em;
}
.policy-contents .policyblk p:nth-of-type(n+2){margin-top: 1.5rem;}

/* 404 */
.page404 h2,
.page404 h3{
    font-weight: 700;
    font-size: clamp(17px, 3.825vw, 22px);
    line-height: 1.35;
}
.page404 h2{margin-bottom: 9px;}
.page404 h3{margin-bottom: 1.5em;}
.page404_contents{
    font-weight: var(--fw-sb);
    line-height: var(--lh-m);
    font-size: 1.031rem;
}
ul.page404_links {margin-top: 25px;}
ul.page404_links li a{
    transition: var(--hover);
}
ul.page404_links li a:hover{color: var(--red);}

/* ------------ cookie ------------- */
.cookie-consent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  gap:0 1.15em;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 0.75em 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-consent{
  line-height:1.5;
}
.cookie-agree {
  color: #fff;
  background: var(--red);
  padding: .5em 1.5em;
  letter-spacing: 0.25em;
  border-radius: 3px;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
  display: none;
}
@media (any-hover: hover){
    .cookie-text > a:hover{text-decoration: underline;}
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 600px) {
  .cookie-consent{
    font-size:12px;
  }
}
