/*----------------------------------------------------------*/
/* archive,category
/*----------------------------------------------------------*/

.breadcrumb{
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 85px;
    margin-left: 35px;
    margin-right: 45px;
    text-align: right;
    font-family: 'Noto_Sans_JP'; 
}
@media screen and (max-width: 780px) {
    .breadcrumb{
        margin: 40px 6.25% 55px;
    }
}

.breadcrumb li{
    display: inline-block;
}
@media screen and (max-width: 780px) {
    .breadcrumb li{
        line-height: 1.4;
    }
}

.breadcrumb li:after{
    content: ">";
    margin-right: 7px;
    color: #AAA;
    font-size: 1.2rem;
}

.breadcrumb li:last-child:after{
    display: none;
}

.breadcrumb li a{
    color: #AAA;
    margin-right: 7px;
    text-decoration: underline;
    font-size: 1.4rem;
}

.breadcrumb li:last-child span{
    color: #222;
    font-weight: 600;
    font-size: 1.4rem;
}
@media screen and (max-width: 780px) {
    .breadcrumb li:last-child span{
        font-weight: 400;
    }
}

.archive-wrapper{
    display: flex;
    margin-left: 6.25%;
    margin-right: 6.25%;
    gap: 7.5%;
    margin-bottom: 160px;
}

@media screen and (max-width: 780px) {
    .archive-wrapper{
        display: block;
        margin-bottom: 80px;
    }
}

.archive-wrapper article{
    border-top: 1px solid #D3D3D3;
    /* border-bottom: 1px solid #D3D3D3; */
    padding: 25px 0;
}
.archive-wrapper article:last-child{
    border-bottom: 1px solid #D3D3D3;
}

@media screen and (max-width: 780px) {
    .archive-wrapper article + p.back{
        border-top: 1px solid #D3D3D3;
        margin-top: 0;
        padding-top: 40px;
    }
}


.archive-wrapper .post-head{
    display: flex;
    gap: 20px;
    align-items: center;
}

.archive-wrapper .post-head .post-categories{
    font-size: 1.4rem;
    color: var(--primary-green);
    border: var(--primary-green) solid 1px;
    border-radius: 60px;
    font-family: 'Noto_Sans_JP';
    font-weight: 700;
    padding: 7px 15px;
}

.archive-wrapper .post-head .data-time{
    font-size: 1.6rem;
    color: var(--dark-gray);
    font-family: 'Noto_Sans_JP';
    font-weight: 500;
}

.archive-wrapper .post-body h3{
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.35;
}

.archive-wrapper .post-body p{
    font-size: 1.6rem;
    margin: 0;
}

.archive-wrapper .navigation{
    margin-top: 20px;
}

.archive-wrapper .navigation .nav-links{
    display: flex;
    gap: 16px;
}

.archive-wrapper .navigation a{
    color: var(--primary-green);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    font-size: 1.5rem;
    border: solid 1px var(--primary-green);
}

.archive-wrapper .navigation .dots{
    color: var(--primary-green);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    font-size: 1.5rem;
    border: solid 1px var(--primary-green);
}


.archive-wrapper .navigation span.current{
    color: #fff;
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    font-size: 1.5rem;
    border: solid 1px transparent;
}

.category-wrapper .left-area img{
    width: 100%;
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
}

.left-area{
    /* max-width: 860px; */
    /* width: 100%; */
    width: 64.5%;
}

@media screen and (max-width: 780px) {
    .left-area{
        width: 100%;
    }
}

.left-area p{
    font-size: 1.6rem;
    line-height: 2;
    font-family: 'Noto_Sans_JP';
    font-weight: 500;
    color: var(--dark-gray);
    margin-bottom: 20px;
}

@media screen and (max-width: 780px) {
    .left-area p{
        margin-bottom: 20px;
        line-height: 1.65;
    }
}

.left-area h2{
    color: var(--primary-green);
    font-size: 3.4rem;
    font-family: 'Noto_Sans_JP';
    font-weight: 700;
    /* padding-top: 50px; */
    padding-bottom: 60px;
    line-height: 1.25;
}

@media screen and (max-width: 780px) {
    .left-area h2{
        font-size: 2.4rem;
        font-family: 'Noto_Sans_JP';
        font-weight: 600;
        padding-top: 0;
        padding-bottom: 30px;
    }
}

.left-area h3{
    color: var(--dark-gray);
    font-size: 2.4rem;
    font-family: 'Noto_Sans_JP';
    font-weight: 700;
    border-top: #D3D3D3 1px solid;
    padding-top: 40px;
    padding-bottom: 30px;
    line-height: 1.25;
}

@media screen and (max-width: 780px) {
    .left-area h3{
        padding-top: 20px;
        font-size: 2.0rem;
        padding-bottom: 20px;
        line-height: 1.25;
    }
}

.left-area h4{
    color: var(--dark-gray);
    font-size: 1.8rem;
    font-family: 'Noto_Sans_JP';
    font-weight: 500;
    /* padding-top: 30px; */
    padding-bottom: 20px;
}
@media screen and (max-width: 780px) {
    .left-area h4{
        line-height: 1.25;
    }
}

.left-area h3:first-of-type{
    border-top: none;
}

.right-area{
    /* max-width: 427px; */
    /* width: 100%; */
    width: 28%;
}

@media screen and (max-width: 780px) {
    .right-area{
        width: 100%;
        margin-top: 40px;
    }
}

.left-area .archive_title{
    /* font-size: 10rem; */
    /* font-size: clamp(4.0rem, 6.25vw, 10rem); */
    font-size: clamp(4.0rem, 4.5vw, 8rem);
    font-family: 'Noto_Sans_JP'; 
    font-weight: 700;
    /* margin-bottom: 70px; */
    color: var(--dark-gray);
    padding-top: 0;
}

.content.cat2 .left-area .archive_title,
.content.cat3 .left-area .archive_title,
.content.cat4 .left-area .archive_title{
    /* font-size: clamp(3.5rem, 5vw, 8rem); */
    font-size: clamp(3.5rem, 4vw, 6rem);
}

.left-area .archive_title span{
    color: var(--primary-green);
    font-size: 4rem;
    font-family: 'Overpass'; 
    font-weight: 700;
    display: block;
    position: relative;
    margin-bottom: 30px;
    margin-left: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 780px) {
    .left-area .archive_title span{
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
}

.content.cat2 .left-area .archive_title span,
.content.cat3 .left-area .archive_title span,
.content.cat4 .left-area .archive_title span{
    font-size: 2rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
    .content.cat2 .left-area .archive_title span,
    .content.cat3 .left-area .archive_title span,
    .content.cat4 .left-area .archive_title span{
        font-size: 1.6rem;
        margin-bottom: 15px;
        line-height: 1.25;
    }
}

.left-area .archive_title span::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #D30C1B;
    position: absolute;
    left: -20px;
    top: 0;
    border-radius: 12px;
}

.left-area .wp-block-file a{
    font-size: 1.6rem;
}
@media screen and (max-width: 780px) {
    .left-area .wp-block-file a{
        line-height: 1.45;
    }
}
.left-area .wp-block-file .wp-block-file__button{
    background-color: var(--primary-green);
}
@media screen and (max-width: 780px) {
    .left-area .wp-block-file .wp-block-file__button{
        display: table;
        margin: 10px 0 20px;
        font-weight: 600;
    }
}

.left-area .wp-block-list{
    list-style: decimal;
}
.left-area .wp-block-list li{
    margin-left: 2.5rem;
    padding-left: 0.5rem;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.left-area .wp-block-flexible-table-block-table.has-medium-font-size td{
    font-size: 1.8rem;
    line-height: 1.25;
}
@media screen and (max-width: 780px) {
    .left-area .wp-block-flexible-table-block-table.has-medium-font-size td{
        font-size: 1.6rem;
    }
}
.left-area .wp-block-table td {
    border-color: #d1d1d1;
    font-size: 1.8rem;
    line-height: 1.25;
}

.left-area hr{
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.left-area .wp-block-separator{
    border-top: 1px solid #aaa;
}
.left-area .wp-block-button.has-custom-font-size .wp-block-button__link{
    font-size: 1.6rem;
}
@media screen and (max-width: 780px) {
    .left-area .wp-block-button.has-custom-font-size .wp-block-button__link{
        font-weight: 600;
    }
}
.left-area .wp-block-image img{
    margin: 0;
    border-radius: 10px;
}
.left-area p.has-background{
    border-radius: 10px;
}
@media screen and (max-width: 780px) {
    .left-area p.has-background{
        padding: 15px 18px;
    }
}

@media screen and (max-width: 780px) {
    .wp-block-flexible-table-block-table tr td:nth-child(odd) {
        background-color: #e9efec;
        border: none!important;
    }
    .wp-block-flexible-table-block-table tr td:nth-child(even) {
        background-color: #ffffff;
        border: none!important;
    }
}


/*----------------------------------------------------------*/
/* sidebar
/*----------------------------------------------------------*/

.sidebar{
    background-color: #ECF2EE;
    border-radius: 10px;
    padding: 30px 37px 10px 30px;
    position: sticky;
    top: 150px;
}

.news .sidebar ul li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #D3D3D3;
}

.category .sidebar>ul>li{
    color: var(--primary-green);
}

.category .sidebar>ul>li>a{
    position: relative;
    color: var(--primary-green);
    padding-left: 10px;
}

.category .sidebar>ul>li>a::before{
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--primary-green);
    border-radius: 10px;
}


.sidebar li a{
    display: block;
    width: 100%;
    font-size: 2rem;
    font-family: 'Noto_Sans_JP'; 
    font-weight: 700;
    line-height: 1.25;
}

.category .sidebar .cat1 a{
    font-size: 1.8rem;
}

.sidebar .catall{
    color: var(--primary-green);
    border-top: solid 1px #D3D3D3;
    padding-top: 20px;
}

.sidebar .cat1,.sidebar .cat2{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #D3D3D3;
}

.sidebar .cat3{
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

.sidebar .cat3:last-of-type{
    margin-bottom: 0;
}

.sidebar ul.cat2 > li:has(+ .cat3) {
    border-bottom: none;
    margin-bottom: 20px;
}

.sidebar ul.cat2 > li >a{
    padding-right: 30px;
    position: relative;
}

.sidebar ul.cat2 > li >a:after{
    content: "";
    display: block;
    background-image: url(../image/common/arrow_gr.svg);
    background-size: cover;
    width: calc(20.6px * .8);
    height: calc(15.42px * .8);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .cat3 li a{
    color: var(--primary-green);
    font-family: 'Noto_Sans_JP'; 
    font-weight: 400;
    font-size: 1.6rem;
    border: 1px solid var(--primary-green);
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    width: auto;
}

.sidebar .cat4 {
    display: none;
}

/*----------------------------------------------------------*/
/* news
/*----------------------------------------------------------*/

.news-template-default .left-area .archive_title span{
    font-size: 2rem;
    margin-bottom: 30px;
}

.news-template-default .left-area .archive_title .data-time{
    font-size: 1.6rem;
    margin-top: 30px;
    color: var(--primary-green);
    font-family: 'Overpass'; 
}

@media screen and (max-width: 780px) {
    .news-template-default .left-area .archive_title .data-time{
        font-size: 1.4rem;
        margin-top: 25px;
    }
}

.news-template-default .left-area .archive_title{
    font-size: clamp(3.5rem, 5vw, 8rem);
}
