@charset "UTF-8";

/*-------------------------------------
事業報告 タイトル
--------------------------------------*/
.report-container {
    width: 85%;
    margin: auto;
    max-width: 1360px;
}

.report-top-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 250px;
    margin-bottom: 115px;
}

.report-top-title {
    font-size: 70px;
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
}

.report-top-title span {
    display: block;
    font-size: 14px;
    color: #636E98;
}

.breadcrumb {
    margin-bottom: 55px;
}

/*-------------------------------------
年次報告一覧
--------------------------------------*/
.section-heading {
    display: flex;
    gap: 25px;
    align-items: center;
    padding-bottom: 45px;
}

.section-title {
    font-size: 34px;
    margin: 0;
}

.title-color {
    width: 9px;
    height: 10px;
    display: block;
}

.color-1 {
    background-color: #E85D75;
    border-radius: 10px 10px 0 0
}

.color-2 {
    background-color: #F39237;
}

.color-3 {
    background-color: #35B597;
}

.color-4 {
    background-color: #0285D7;
    border-radius: 0 0 10px 10px;
}

.section-content {
    margin-bottom: 155px;
}

.section-content--link {
    display: block;
    margin-bottom: 20px;
}

.section-content--block {
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 1.88vw;
}

.section-content--block:last-child {
    margin-bottom: 0;
}

.section-content--block dl {
    display: flex;
    justify-content: flex-start;
    gap: 1.5vw;

    align-items: center;
}

.section-content--dt {
    width: 400px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
}

.section-content--date {
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 500;
    white-space: nowrap;
}

.section-content--year {
    background-color: #636E98;
    padding: 5px 1.25vw;
    border-radius: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.section-icon {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    white-space: nowrap;
    width: 130px;
}

.padding-zero{
    margin-left: -30px;
}

.section-content-subcommittee--dd{
    color: #605757;
}

.sp-flex {
    display: none;
}

.icon_img {
    max-width: 18px;
    width: 100%;
}

.section-content--block dl dd {
    font-size: 26px;
    font-weight: 700;
    word-break: break-all;
    padding-right: 20px;
}

.section-content--arrow {
    width: 68px;
    height: 46px;
    border: 1px solid #636E98;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    background-color: #fff;
}

.section-content--arrow img {
    width: 27px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*-------------------------------------
地域生活支援協議会
--------------------------------------*/
.report-container--fullwidth {
    width: 100%;
    /* max-width: 1360px; */
    margin: auto;
    margin-bottom: 130px;
}

.section-title-flex {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.section-text {
    padding-bottom: 100px;
}

.section-text p {
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.section-text p:last-child {
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
}

.report-site-map {
    margin-bottom: 130px;
}

.report-site-map.margin-zero {
    margin: 0;
}

.report-site-map h4 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.report-container--fullwidth.margin-zero {
    padding: 0 0% 0 7.5%;
    max-width: 1360px;
    margin: auto;
}

.table-scroll {
    overflow-x: auto;
    margin-bottom: 20px;
}

.report-site-map table{
    width: 1004px;
    text-align: right;
    /* margin: 0 0 15px calc(13.8vw - 15px); */
}

.report-site-map table tr {
    font-size: 0;
    line-height: 0;
}

.report-site-map table tr td{
    text-align: center;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    vertical-align: middle;
    width: 300px;
    height: 90px;
    margin: 15px;
    display: inline-block;
    position: relative;
    border-radius: 10px;
}

.report-site-map table tr td::before{
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background-color: #707070;
    position: absolute;
    left: -15px;
    top:50%;
    transform: translateY(-50%);
}

.report-site-map table tr td.report-site-map-long::before{
    width: 30px;
    left: -30px;
}

.report-site-map table tr td::after{
    content: "";
    display: block;
    width: 3px;
    height: 123px;
    background-color: #707070;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.report-site-map table tr:first-of-type td::after{
    height: calc(50% + 15px);
    top: unset;
    bottom: -16px;
    transform: unset;
}

.report-site-map table tr:last-of-type td::after{
    height: calc(50% + 15px);
    top: -16px;
    transform: unset;
}

.report-site-map table tr:nth-of-type(3) td:nth-of-type(2):after{
    height: calc(50% + 15px);
    top: -16px;
    transform: unset;
}

.report-site-map table tr td.report-site-map-none::before,
.report-site-map table tr td.report-site-map-none::after,
.report-site-map table tr td.report-site-map-first::before,
.report-site-map table tr td.report-site-map-first::after
{
    display: none;
}

.report-site-map table tr td.report-site-map-plus::after{
    content: "";
    display: block;
    height: 3px;
    background-color: #707070;
    position: absolute;
    width: 30px;
    left: unset;
    right: -30px;
    top: calc(50% + 15px);
}

.report-site-map table tr td a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.report-site-map table tr td:nth-of-type(1) a{
    color: #222222;
}

.report-site-map table tr td:nth-of-type(1){
    background-color: #fff;
}

.report-site-map table tr td:nth-of-type(2){
    background-color: #8F9AC1;
}

.report-site-map table tr td:nth-of-type(3){
    background-color: #636E98;
}

.report-site-map table tr td.report-site-map-none{
    background-color: transparent;
}

.report-site-map table tr td span{
    display: block;
    font-size: 16px;
    width: 100%;
}

.table-caption {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.table-notice {
    font-size: 20px;
    font-weight: 700;
    color: #636E98;
    text-align: center;
}

.section-content-subcommittee .section-content--block {
    gap: 40px;
    padding: 25px 1.88vw;
}

.section-content--block .section-content-subcommittee--dl {
    gap: 20px;
    width: 100%;
}

.section-content-subcommittee--dt {
    width: 100%;
    max-width: 450px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}

.section-content--term {
    font-size: 26px;
    font-weight: 700;
    word-break: break-all;
}

.section-content--block dl .section-content-subcommittee--dd {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    max-width: 700px;
    line-height: 1.65;
}

/* ページネーション */
.nav-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    font-size: 28px;
}

span.page-numbers.current {
    color: #F7F6F4;
    font-weight: 700;
    display: block;
    border-radius: 50%;
    background-color: #636E98;
    width: 46px;
    height: 46px;
    text-align: center;
}

a.page-numbers {
    text-decoration: none;
    color: #605757;
    font-weight: 700;
    display: block;
    border-radius: 50%;
    background-color: #FFFFFF;
    width: 46px;
    height: 46px;
    text-align: center;
}

a.next.page-numbers, a.prev.page-numbers {
    background-color: unset;
    color: #636E98;
}

.report-site-map-plus a {
    pointer-events: none;
}


/* =============================================
    spはここから  850px以下の幅に適用される
============================================= */
@media screen and (max-width: 850px) {

    /*-------------------------------------
    事業報告 タイトル
    --------------------------------------*/
    .report-container {
        width: 90%;
        margin: auto;
    }

    .report-top-inner {
        padding-top: 120px;
        margin-bottom: 30px;
    }

    .report-top-title {
        font-size: 36px;
    }

    .report-top-title span {
        padding-bottom: 10px;
    }

    .breadcrumb {
        margin-bottom: 30px;
    }

    /*-------------------------------------
    年次報告一覧
    --------------------------------------*/
    .section-heading {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        padding-bottom: 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-title-color {
        display: flex;
        flex-direction: row;
    }

    .title-color {
        width: 10px;
        height: 10px;
    }

    .color-1 {
        border-radius: 10px 0 0 10px;
    }

    .color-4 {
        border-radius:  0 10px 10px 0;
    }

    .section-content {
        margin-bottom: 60px;
    }

    .section-content--link {
        margin-bottom: 15px;
    }

    .section-content--block {
        border-radius: 20px;
        flex-direction: column;
        gap: 10px;
        align-items: baseline;
        padding: 0;
    }

    .section-content--block dl {
        flex-direction: column;
        gap: 10px;
        align-items: baseline;
        padding: 30px 30px 0 30px;
    }

    .section-content--dt {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }

    .section-content--year {
        padding: 3px 15px;
        font-size: 16px;
        line-height: 1.5;
    }

    .sp-none {
        display: none;
    }

    .sp-flex {
        display: flex;
    }

    .section-content--block dl dd {
        font-size: 24px;
    }

    .section-content-img {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 0 20px 20px 30px;
    }

    .section-content--arrow {
        width: 60px;
        height: 46px;
    }

    .section-content--arrow img {
        width: 19px;
        height: 16px;
    }

    /*-------------------------------------
    地域生活支援協議会
    --------------------------------------*/
    .report-container--fullwidth {
        margin-bottom: 50px;
    }

    .section-heading.padding-bottom30 {
        padding-bottom: 30px;
    }

    .section-title-flex {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .section-content-img.padding-zero {
        padding: 0;
        margin-left: auto;
    }

    .section-text {
        padding-bottom: 50px;
    }

    .report-site-map {
        margin-bottom: 30px;
    }

    .report-site-map h4 {
        font-size: 20px;
        text-align: start;
        padding-bottom: 30px;
    }

    .table-scroll {
        margin-left: 5%;
        margin-bottom: 20px;
    }

    .report-site-map table{
        width: 600px;
        text-align: start;
        margin: 0;
        margin-bottom: 20px;
    }

    .report-site-map table tr td{
        text-align: center;
        font-size: 16px;
        width: 160px;
        height: 54px;
        margin: 6px 12px;
    }

    .report-site-map table tr td::before{
        width: 12px;
        height: 3px;
        left: -12px;
    }

    .report-site-map table tr td.report-site-map-long::before{
        width: 24px;
        left: -24px;
    }

    .report-site-map table tr td::after{
        width: 3px;
        height: 81px;
        left: -12px;
    }

    .report-site-map table tr:first-of-type td::after{
        height: calc(50% + 12px);
        bottom: -11px;
    }

    .report-site-map table tr:last-of-type td::after{
        height: calc(50% + 12px);
        top: -11px;
    }

    .report-site-map table tr:nth-of-type(4) td:nth-of-type(2):after{
        height: calc(50% + 12px);
        top: -11px;
    }

    .report-site-map table tr td.report-site-map-first {
        margin-left: 0;
    }

    .report-site-map table tr td.report-site-map-plus::after{
        height: 3px;
        width: 24px;
        left: unset;
        right: -24px;
        top: calc(50% + 12px);
    }

    .report-site-map table tr td span{
        font-size: 14px;
    }

    .table-caption {
        font-size: 16px;
        text-align: start;
        padding-bottom: 15px;
    }

    .table-notice {
        font-size: 16px;
        text-align: start;
        line-height: 1.7;
    }

    .section-content-subcommittee {
        margin-bottom: 50px;
    }

    .section-content-subcommittee .section-content--block {
        gap: 20px;
        padding: 0;
    }

    .section-content--block .section-content-subcommittee--dl {
        gap: 15px;
    }

    .section-content-subcommittee--dt {
        width: 100%;
        max-width: none;
        justify-content: flex-start;
        align-items: center;
    }

    .section-content--term {
        width: 100%;
        font-size: 24px;
        line-height: 1.5;
    }

    .section-content--block dl .section-content-subcommittee--dd {
        width: 100%;
        max-width: none;
        font-size: 18px;
    }
}
