@charset "utf-8";
#AGEFREELIFE, #AGEFREEHOUSE {
    scroll-margin-top: 50px;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.fc_content {
    max-width: 1200px;
    margin-inline: auto;
}
.fc_visual_leading {
    box-sizing: border-box;
    max-width: 1200px;
    margin-inline: auto;
    background: url(../img/content_bg_top.png) no-repeat right top,
        url(../img/content_bg_btm.png) no-repeat left bottom;
    background-size: 82px auto, 115px auto;
    padding: 40px 20px;
}
#sectionContents .fc_visual_leading p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}
.fc_visual_leading p span {
    color: #14993b;
}
#sectionContents .fc_visual_leading p b {
    font-size: 28px;
}

.fc_top_links {
    box-sizing: border-box;
    width: 80%;
    max-width: 420px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.fc_top_links_link {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    background-color: #fefef2;
    border: 1px solid #14993b;
    border-radius: 6px;
    padding: 9px;
    transition: filter 0.3s ease;
}
.fc_top_links_link:hover {
    filter: brightness(1.05);
}
.fc_top_links_link::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #14993b;
    background-image: url(../img/ico_arrow01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}
.fc_top_links_link > div {
    flex: 1;
}
.fc_top_links_link > div:first-child {
    display: flex;
    padding: 10px 10px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#sectionContents .fc_top_links_link > div:first-child p {
    text-align: center;
    font-size: 14px;
    color: #14993b;
    font-weight: bold;
}
#sectionContents .fc_top_links_link > div:first-child p:first-child {
    width: 100%;
    font-size: 18px;
    border-bottom: 2px solid #14993b;
    padding-bottom: 5px;
}

.fc_top_series_detail {
    margin-top: 60px;
    margin-bottom: 60px;
}
#chkTopSeriesDetail {
    display: none;
}
.fc_top_series_detail_switch {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 80%;
    max-width: 500px;
    margin-inline: auto;
    padding: 17px 10px 16px;
    cursor: pointer;
    user-select: none;
    background-color: #14993b;
    border: 1px solid #007626;
    border-radius: 6px;
    transition: opacity .3s ease;
}
.fc_top_series_detail_switch:hover {
    opacity: .8;
}
.fc_top_series_detail_switch span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.fc_top_series_detail_switch .__plus,
.fc_top_series_detail_switch .__minus {
    position: relative;
    width: 20px;
    height: 20px;
}
.fc_top_series_detail_switch .__plus::before,
.fc_top_series_detail_switch .__plus::after,
.fc_top_series_detail_switch .__minus::after {
    position: absolute;
    display: block;
    content: '';
    background-color: #fff;
}
.fc_top_series_detail_switch .__minus::after {
    background-color: #007626;
}
.fc_top_series_detail_switch .__plus::before {
    width: 2px;
    height: 100%;
    left: 9px;
    top: 0;
}
.fc_top_series_detail_switch .__plus::after,
.fc_top_series_detail_switch .__minus::after {
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
}
.fc_top_series_detail_switch .__plus {
    display: inline-block;
}
.fc_top_series_detail_switch .__minus {
    display: none;
}
#chkTopSeriesDetail:checked + .fc_top_series_detail_switch {
    background-color: #f3f3f3;
    border-color: #fff;
}
#chkTopSeriesDetail:checked + .fc_top_series_detail_switch span {
    color: #007626;
}
#chkTopSeriesDetail:checked + .fc_top_series_detail_switch .__plus {
    display: none;
}
#chkTopSeriesDetail:checked + .fc_top_series_detail_switch .__minus {
    display: inline-block;
}

.fc_top_series_detail_wrapper {
    display: grid;
    transition: grid-template-rows 0.35s ease-in-out, opacity 0.35s linear;
    grid-template-rows: 0fr;
    opacity: 0;
}
.fc_top_series_detail_wrapper > .__inner {
    overflow: hidden;
}
#chkTopSeriesDetail:checked ~ .fc_top_series_detail_wrapper {
    grid-template-rows: 1fr;
    opacity: 1;
}
.fc_top_series_detail_content {
    padding: 40px 10px;
    border-top: 1px solid #007626;
    border-bottom: 1px solid #007626;
}
.fc_top_series_detail_box1 {
    max-width: 1050px;
    margin-inline: auto;
    margin-bottom: 50px;
}
.fc_top_caption_box1 {
    margin-top: 10px;
    text-align: right;
}
#sectionContents p.fc_top_caption1 {
    display: inline-block;
    text-align: left;
    font-size: 12px;
}
.fc_title27 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.fc_top_series_table_wrapper {
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
    overflow-x: auto;
}
.fc_top_series_table {
    border-collapse: separate;
    border-spacing: 0;
}
.fc_top_series_table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.fc_top_series_table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
.fc_top_series_table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
}
.fc_top_series_table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.fc_top_series_table thead tr:first-child th:not(:first-child) {
    font-size: 18px;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    border-bottom-width: 0;
    white-space: nowrap;
    padding: 1em 1em 60px;
}
.fc_top_series_table thead tr:last-child {
    position: relative;
    top: -10px;
    height: 1px;
}
.fc_top_series_table thead tr:last-child div {
    position: relative;
}
.fc_top_series_table thead tr:last-child div span {
    position: absolute;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    width: 18em;
    left: 50%;
    top: 0;
    transform: translate(-50%, -45px);
}
.fc_top_series_table thead tr:last-child th[colspan="1"] div span {
    width: 15em;
    letter-spacing: -0.2px;
}
.fc_top_series_table thead tr:last-child th:first-child div span {
    color: #003c2c;
}
.fc_top_series_table thead tr:last-child th:nth-child(2) div span {
    color: #003b5c;
}
.fc_top_series_table thead tr:last-child th:last-child div span {
    color: #003d2c;
}
.fc_top_series_table th:first-child:not([colspan]) {
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
    background-color: #b4ae99;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    white-space: nowrap;
    padding: 1em;
}
.fc_top_series_table thead tr:first-child th:nth-child(2) {
    background-color: #003c2c;
}
.fc_top_series_table thead tr:first-child th:nth-child(6) {
    background-color: #00a33e;
}
.fc_top_series_table thead tr:first-child th:nth-child(5) {
    background-color: #003d2c;
}
.fc_top_series_table thead tr:first-child th:nth-child(4) {
    background-color: #00a5a8;
}
.fc_top_series_table thead tr:first-child th:nth-child(3) {
    background-color: #003b5c;
}
.fc_top_series_table tbody td {
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    padding: 1em;
    background-color: #feffd8;
}
.fc_top_series_table tbody td.__gray {
    color: #bfbfbf !important;
    background-color: #f2f2f2 !important;
}
.fc_top_series_table tbody td span {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
}
.fc_top_series_table tbody tr:first-child td {
    text-align: left;
    vertical-align: top;
}
.fc_top_series_table tbody tr:nth-child(2) td {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
}
.fc_top_series_table tbody tr:nth-child(3) td {
    padding-top: 2em;
    padding-bottom: 2em;
}
.fc_top_series_table tbody tr:nth-child(6) td {
    box-sizing: border-box;
    padding-top: 2em;
    padding-bottom: 2em;
}
.fc_top_series_table tbody tr:not(:first-child) td {
    white-space: nowrap;
}
.fc_top_series_table tbody td:nth-child(2) {
    color: #003c2c;
}
.fc_top_series_table tbody td:nth-child(6) {
    color: #00a33e;
}
.fc_top_series_table tbody td:nth-child(5) {
    color: #003d2c;
}
.fc_top_series_table tbody td:nth-child(4) {
    color: #00a5a8;
}
.fc_top_series_table tbody td:nth-child(3) {
    color: #003b5c;
}
.fc_top_series_table tbody td:last-child {
    border-right-width: 2px;
}
.fc_top_series_table tbody tr:last-child td {
    border-bottom-width: 2px;
}

.fc_top_box1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#sectionContents .fc_top_box1 p.__text {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
}
.fc_top_box1 .__img1 {
    margin-bottom: 20px;
    padding-right: 20px;
}
.fc_top_box1 .__list li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}
#sectionContents .fc_top_box1 ~ div p.__caption {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2px;
    padding-left: 1em;
    text-indent: -1em;
}
#sectionContents .fc_top_box1 p.__caption2 {
    font-feature-settings: 'palt';
    font-size: 14px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 10px
}
.fc_top_box1 .__img2 {
    width: 80%;
    margin-inline: auto;
}

.fc_top_homelist {
    margin-top: 40px;
    margin-bottom: 15px;
    width: 90%;
    max-width: 432px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.fc_top_homelist_link {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
}
.fc_top_homelist_link::after {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    left: 0;
    top: 0;
}
.fc_top_homelist_link > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.4%;
}
.fc_top_homelist_link > div:last-child > img {
    width: 100%;
    max-width: 368px;
}
.fc_top_homelist_link img {
    transition: opacity .3s ease;
}
.fc_top_homelist_link:hover img {
    opacity: .8;
}
@media (max-width: 980px) {
    .fc_top_series_detail_box1 .js-scrollable {
        width: 100%;
        overflow-x: auto;
    }
    .fc_top_series_detail_box1 .js-scrollable img {
        height: 300px;
        width: auto;
        max-width: 980px;
    }
    #AGEFREEHOUSE {
        margin-top: 60px;
    }
}
@media (min-width: 981px) {
    .paf-h2-branch:before {
        width: calc(660px + (50vw - 480px));
    }
    .paf-h2-branch:after {
        left: calc(659px + (50vw - 480px));
    }
    .show-smp {
        display: none;
    }
    .fc_visual_leading {
        background-size: 164px auto, 231px auto;
        padding: 100px 50px;
    }
    #sectionContents .fc_visual_leading p {
        font-size: 33px;
        line-height: 1.3;
    }
    #sectionContents .fc_visual_leading p b {
        font-size: 38px;
    }
    .fc_top_links {
        box-sizing: border-box;
        width: 100%;
        max-width: 1100px;
        flex-direction: row;
        gap: 40px;
        padding: 0 10px;
    }
    .fc_top_links_link {
        box-sizing: border-box;
        max-width: 520px;
        flex-direction: row;
        gap: 0;
    }
    .fc_top_links_link > div {
        box-sizing: border-box;
    }
    .fc_top_links_link > div:first-child {
        padding: 0 20px 0 15px;
        gap: 3px;
    }
    #sectionContents .fc_top_links_link > div:first-child p {
        font-size: 16px;
    }
    #sectionContents .fc_top_links_link > div:first-child p:first-child {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .fc_top_series_detail {
        margin-top: 80px;
        margin-bottom: 110px;
    }
    .fc_top_series_detail_switch span {
        font-size: 20px;
    }
    .fc_top_series_detail_content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .fc_top_series_detail_box1 {
        margin-bottom: 60px;
    }
    #sectionContents p.fc_top_caption1 {
        font-size: 14px;
    }
    .fc_title27 {
        font-size: 27px;
        margin-bottom: 65px;
    }
    .fc_top_series_table thead tr:first-child th:not(:first-child) {
        font-size: 19px;
        padding-bottom: 60px;
        padding-left: .25em;
        padding-right: .25em;
    }
    .fc_top_series_table thead tr:last-child div span {
        font-size: 15px;
        transform: translate(-50%, -35px);
        letter-spacing: -2px;
        width: 15em;
    }
    .fc_top_series_table thead tr:last-child th[colspan="1"] div span {
        letter-spacing: -2.5px;
        width: 13em;
    }
    .fc_top_series_table th:first-child:not([colspan]) {
        font-size: 18px;
        padding: 1em .25em;
    }
    .fc_top_series_table tbody tr:nth-child(5) th:first-child:not([colspan]) {
        letter-spacing: -2.5px;
    }
    .fc_top_series_table tbody td {
        font-size: 18px;
        padding: 0.5em;
    }
    .fc_top_series_table tbody tr:first-child td {
        font-size: 17px;
    }
    .fc_top_series_table tbody td span {
        font-size: 50px;
        margin-bottom: 2px;
    }
    .fc_top_series_table tbody tr:nth-child(3) td,
    .fc_top_series_table tbody tr:nth-child(6) td {
        padding-top: 1.75em;
        padding-bottom: 1.75em;
    }
    .fc_top_series_table tbody tr:nth-child(4) td,
    .fc_top_series_table tbody tr:nth-child(5) td {
        padding-top: .75em;
        padding-bottom: .75em;
    }

    .fc_top_box1 {
        max-width: 1080px;
        margin-inline: auto;
        display: grid;
        grid-template-columns: 33.34% 63%;
        justify-content: space-between;
        row-gap: 15px;
    }
    .fc_top_box1 > div:first-child {
        max-width: 360px;
    }
    .fc_top_box1 > div:nth-child(2) {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
    .fc_top_box1 > div:last-child {
        max-width: 680px;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .fc_top_box1.__row-reverse {
        grid-template-columns: 63% 33.4%;
        margin-bottom: 70px;
    }
    .fc_top_box1.__row-reverse > div:first-child {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .fc_top_box1.__row-reverse > div:nth-child(2),
    .fc_top_box1.__row-reverse > div:last-child {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    #sectionContents .fc_top_box1 p.__text {
        font-size: 22px;
    }
    .fc_top_box1 .__img1 {
        margin-bottom: 20px;
        padding-right: 0;
    }
    .fc_top_box1 .__list li {
        font-size: 18px;
    }
    .fc_top_box1 .__img2 {
        width: 100%;
    }

    .fc_top_homelist {
        width: 100%;
        max-width: 1080px;
        gap: 40px;
    }
    .fc_top_homelist_link {
        flex-direction: row;
    }
    .fc_top_homelist_link.__row-reverse {
        flex-direction: row-reverse;
    }
    .fc_top_homelist_link > div {
        box-sizing: border-box;
        width: 50%;
    }
    .fc_top_homelist_link > div:last-child {
        padding: 0;
    }
    .fc_top_homelist_link > div:last-child > img {
        width: 86%;
        max-width: 460px;
    }
}