@charset "utf-8";

figure{position: relative;}

/* ----------------------------------
senior
---------------------------------- */

#content_Wrap {
    font-family: "Zen Old Mincho", serif;
    color: #000;
}
/* 共通 */
.inner {
    max-width: 1150px;
    width: 90%;
}
.f-30 { font-size: 30%; }
.top-shadow {
    position: relative;
}
.top-arrow {
    position: relative;
    padding-top: 70px;
}
.top-shadow::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.top-arrow::after {
    content: "";
    width: 100px;
    height: 30px;
    background: #64826E;
    display: block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.bg-gld + .top-arrow::after {
    background: rgba(253, 234, 190, 1);
}
.bg-grn {
    background: #64826E;
    color: #fff;
    text-align: center;
}
.bg-gld {
    background: rgba(253, 234, 190, 1);
    background: linear-gradient(90deg, rgba(188, 167, 125, 1) 0%, rgba(253, 234, 190, 1) 50%, rgba(188, 167, 125, 1) 100%);
    text-align: center;
}
.head-copy {
    /* font-size: min(2.8vw,40px); */
    font-size: min(2.24vw,32px);
    line-height: 1.375;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.copy {
    /* font-size: min(1.75vw,25px); */
    font-size: min(1.4vw,20px);
    line-height: 1.56;
    margin-top: 1em;
    text-align: center;
    letter-spacing: 0.02em;
}
.sub-head {
    /* font-size: min(2.45vw,35px); */
    font-size: min(1.96vw,28px);
    font-weight: 600;
}

ul[class^="pop"] {
    justify-content: space-between;
}
ul[class^="pop"] li {
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

.reason-ttl {
    display: flex;
    align-items: center;
}
.reason-ttl::before,
.reason-ttl::after {
    content: "";
    border-top: 1px solid #000;
    flex-grow: 2;
}
.reason-ttl::before { margin-right: 1rem; }
.reason-ttl::after { margin-left: 1rem; }
.reason-ttl-inner {
    display: flex;
    align-items: center;
}
.reason-ttl-inner::before {
    content: "理由";
    /* font-size: min(1.12vw,16px); */
    font-size: min(0.896vw,13px);
    writing-mode: vertical-rl;
}
.reason-ttl-inner span {
    /* font-size: min(3.08w,44px); */
    font-size: min(2.46vw,35px);
    display: flex;
    align-items: center;
    padding-left: 0.3em;
    padding-bottom: 0.1em;
    margin-right: 0.25em;
}
.reason-ttl-inner span::before {
    content: "";
    display: block;
    height: 0.4em;
    width: 1px;
    background: #000;
    transform: rotate(30deg);
    margin-right: 0.25em;
}
ul[class^="clm"] {
    flex-wrap: wrap;
}
ul[class^="clm"] .txt {
    /* font-size: min(1.4vw,20px); */
    font-size: min(1.12vw,16px);
    line-height: 1.25;
}

.clm3 {
    gap: 30px 50px;
}
.clm3 li {
    width: calc((100% - 100px) / 3);
}
.clm3 h6 {
    /* font-size: min(1.75vw,25px); */
    font-size: min(1.4vw,20px);
    margin: 0.5em 0;
}

.link-btn {
    display: block;
    background: #64826E;
    color: #fff;
    border: 2px solid #64826E;
    width: fit-content;
    margin: 40px auto 60px;
    font-size: min(1.12vw,16px);
    position: relative;
    padding: 1em 3em;
    max-width: 300px;
    transition: .3s;
}
.link-btn span {
    display: block;
    padding-right: 1em;
}
.link-btn svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5em;
    width: 0.6em;
    transition: .3s;
}
.link-btn svg .st0 { transition: .3s; }
.link-btn:hover {
    background: #fff;
    color: #64826E;
}
.link-btn:hover svg {
    right: 1.25em;
}
.link-btn:hover .st0 {
    stroke: #64826E;
}


/* 個別 */
.mv-area {
    display: flex;
}
.mv-area .mv_txt {
    width: 50%;
}
.mv-area .mv_img {
    position: relative;
    width: 50%;
    background: url(../img/mv_img.jpg) no-repeat center center / cover;
}
.green01 {
    padding: 4% 0 7%;
}

.pop-area01 {
    text-align: center;
    padding: 0 0 60px;
}
.pop-area01 .pop01 {
    margin: -4% 0 50px;
}
.pop-area01 .pop01 li {
    width: 23.13043478%;
}

.green02 {
    padding: 1.5% 0 2%;
}

.reason01 {
    background: #dcdcd2;
    padding-bottom: 0.1px;
}
.reason01 .clm4 {
    margin-top: 90px;
    gap: 30px
}
.reason01 .clm4 li {
    width: calc((100% - 90px) / 4);
}
.reason01 .clm4 .txt {
    margin-top: 0.3em;
}

.reason02 {
    padding-top: 110px;
}

.tab-wrap {
    position: relative;
    margin-top: 110px;
}
.tab-wrap .tab-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 20px;
    width: 45.65217391%;
}
.tab-wrap .tab-btn .tab-btn-item {
    cursor: pointer;
    width: calc((100% - 20px) / 2);
    border: 2px solid #64826e;
    color: #64826e;
    /* font-size: min(2.1vw,30px); */
    font-size: min(1.68vw,24px);
    text-align: center;
    font-weight: 600;
    padding: 0.5em;
    letter-spacing: 0.06em;
    transition: .3s;
}
.tab-wrap .tab-btn .tab-btn-item:hover,
.tab-wrap .tab-btn .tab-btn-item.active {
    background: #64826e;
    color: #fff;
}
.tab-contents {
    display: none;
    justify-content: space-between;
}
.tab-contents.active {
    display: flex;
}
.tab-contents figure {
    width: 39.39130435%;
}
.tab-contents.d-type figure > img {
    width: 129.8013245%!important;
    margin-left: -14.90066225%;
    display: block;
}
.tab-contents .plan-txt {
    width: 45.65217391%;
    padding-top: 10%;
    position: relative;
}
.tab-contents .plan-head {
    border: 2px solid #64826e;
    color: #64826e;
}
.tab-contents .plan-head p {
    /*font-size: min(6.3vw,90px);*/
    font-size: min(5.04vw,72px);
    text-align: center;
    padding: 0.1em 0 0.2em;
}
.tab-contents .plan-head p small {
    font-size: 0.5em;
}
.tab-contents .plan-head p:first-of-type {
    color: #fff;
    background: #64826e;
}
.tab-contents .plan-menseki {
}
.tab-contents .plan-menseki p {
    /*font-size: min(7vw,100px);*/
    font-size: min(5.6vw,80px);
    margin-top: 0.2em;
    margin-bottom: 0.15em;
}
.tab-contents .plan-menseki p .menseki  {
    font-size: min(1.96vw,28px);
    display: inline-block;
    margin-right: 0.2em;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.tab-contents .plan-menseki .cap {
    /* font-size: min(1.75vw,25px); */
    font-size: min(1.4vw,20px);
}
.tab-contents .plan-other {
    /* font-size: min(1.75vw,25px); */
    font-size: min(1.4vw,20px);
    line-height: 1.52;
    margin: 1em 0 0;
}
.tab-contents .plan-hanrei {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: min(0.77vw,10px);
    white-space: nowrap;
}
.tab-contents .plan-hanrei img {
    width: min(12.6vw,160px)!important;
}

.reason02 .clm3 {
    margin-top: 60px;
    display: none;
}
.reason02 .clm3.active {
    display: flex;
}
.reason02 .clm3 li {
    position: relative;
}
.reason02 .clm3 li::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background: #64826E;
    color: #fff;
    /* font-size: min(1.75vw,25px); */
    font-size: min(1.4vw,20px);
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.reason02 .clm3 li:nth-child(1)::before { content: "1"; }
.reason02 .clm3 li:nth-child(2)::before { content: "2"; }
.reason02 .clm3 li:nth-child(3)::before { content: "3"; }
.reason02 .clm3 li:nth-child(4)::before { content: "4"; }
.reason02 .clm3 li:nth-child(5)::before { content: "5"; }
.reason02 .clm3 li:nth-child(6)::before { content: "6"; }

.reason03 {
    background: #dcdcd2;
    padding-top: 90px;
    padding-bottom: 0.1px;
}
.reason03 .clm3 {
    margin-top: 90px;
}

.reason04 {
    padding-top: 90px;
}
.reason04 .notes {
    display: block;
    text-align: center;
    margin: 70px 0 0;
}
.reason04 .kind-list {
    margin: 40px 0 0;
    gap: 50px;
}
.reason04 .kind-list li {
    width: calc((100% - 100px) / 3);
    text-align: center;
}
.reason04 .kind-list li h6 {
    background: #64826e;
    color: #fff;
    /* font-size: min(2.1vw,30px); */
    font-size: min(1.68vw,24px);
    letter-spacing: 0.14em;
    font-weight: 600;
    padding: 0.3em;
}
.reason04 .kind-list li h6 small { font-size: .8em; }
.reason04 .kind-list li p {
    background: #dcdcd2;
    /* font-size: min(1.4vw,20px); */
    font-size: min(1.12vw,16px);
    line-height: 1.5;
    padding: 1em;
}


.bg-gld .free {
    /* font-size: min(3.85vw,55px); */
    font-size: min(3.08vw,44px);
    letter-spacing: 0.05em;
    padding: 0.75em 0 1em;
    font-weight: 600;
}
.bg-gld .free span {
    color: #9b0012;
}
.bg-gld .free span span {
    position: relative;
}
.bg-gld .free span span::before {
    content: "";
    display: block;
    width: 0.21em;
    aspect-ratio: 1/1;
    background: #9b0012;
    position: absolute;
    top: 0;
    left: calc(50% - 0.01em);
    transform: translateX(-50%);
    border-radius: 50vh;
}

.reverse-mortgage {
    background: #dcdcd2;
    padding-top: 90px;
    padding-bottom: 90px;
}
.reverse-mortgage .pop02 {
    margin: 0 0 50px;
}
.reverse-mortgage .pop02 li {
    width: 30.43478261%;
}
.reverse-mortgage .osusume-copy {
    /* font-size: min(2.8vw,40px); */
    font-size: min(2.46vw,32px);
    border-bottom: 1px solid;
    text-align: center;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}
.reverse-mortgage .rm-box {
    text-align: center;
}
.reverse-mortgage .rm-box h5 {
    background: #64826e;
    color: #fff;
    /* font-size: min(3.85vw,55px); */
    font-size: min(3.08vw,44px);
    padding: 0.25em;
    font-weight: 600;
}
.reverse-mortgage .rm-box .wh {
    background: #fff;
    padding: 3% 5%;
}
.reverse-mortgage .rm-box .wh p {
    /* font-size: min(1.75vw,25px); */
    font-size: min(2.77vw,22.5px);
    line-height: 1.56;
    letter-spacing: 0.02em;
}
.reverse-mortgage .rm-box .wh .rm-point {
    justify-content: space-between;
    margin: 30px auto;
}
.reverse-mortgage .rm-box .wh .rm-point li {
    background: #dcdcd2;
    border: 2px solid #64826e;
    border-radius: 50vh;
    width: 28.125%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reverse-mortgage .rm-box .wh .rm-point li p {
     font-size: min(2.8vw,40px); 
    /*font-size: min(2.46vw,32px);*/
    line-height: 1.35;
    margin: 0 0 0.15em;
    font-weight: 600;
}
.reverse-mortgage .rm-box .wh .rm-point li small {
    font-size: min(1.26vw,18px); 
    /*font-size: min(1.96vw,14.4px);*/
    line-height: 1.27777778;
}
.reverse-mortgage .rm-box .wh .rm-merit {
    gap: 15px;
    align-items: center;
}
.reverse-mortgage .rm-box .wh .rm-merit h6 {
    font-size: min(1.75vw,25px); 
    /*font-size: min(2.77vw,22.5px);*/
    border: 1px solid;
    line-height: 1.24;
    padding: 0.5em 0.3em;
    letter-spacing: -0.05em;
}
.reverse-mortgage .rm-box .wh .rm-merit h6 span {
    font-size: 1.8em;
}
.reverse-mortgage .rm-box .wh .rm-merit ul {
    text-align: left;
    font-size: min(1.68vw,24px); 
    /*font-size: min(1.34vw,19.2px);*/
    display: flex;
    flex-direction: column;
    gap: 0.7em;
}
.reverse-mortgage .rm-box .wh .rm-merit ul li {
    padding-left: 1.65em;
    position: relative;
}
.reverse-mortgage .rm-box .wh .rm-merit ul li::before {
    content: "";
    display: block;
    width: 1.45em;
    aspect-ratio: 1/1;
    background: url(../img/merit_icon.png) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: -0.15em;
}

.green03 {
    padding-bottom: 50px;
}
.green03 .copy span {
    display: block;
    font-size: 1.2em;
    margin: 0.5em 0 0;
    font-weight: 600;
    letter-spacing: 0.1em;
}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

    #content_Wrap {}

    /* 共通 */
    .f-30 { font-size: 30%; }
    .top-arrow {
        padding-top: 50px;
    }
    .top-shadow::before {
        height: 20px;
    }
    .top-arrow::after {
        width: 50px;
        height: 20px;
    }
    .head-copy {
        font-size: 22px;
    }
    .copy {
        font-size: 14px;
    }
    .sub-head {
        font-size: 19px;
        line-height: 1.3;
    }

    ul[class^="pop"] {
        flex-wrap: wrap;
    }
    ul[class^="pop"] li {
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
    }

    .reason-ttl {}
    .reason-ttl::before,
    .reason-ttl::after {
        content: none;
    }
    .reason-ttl-inner {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .reason-ttl-inner::before {
        font-size: 12px;
    }
    .reason-ttl-inner span {
        font-size: 28px;
    }
    .reason-ttl-inner .sub-head {
        text-align: center;
        width: 100%;
    }

    ul[class^="clm"] .txt {
        font-size: 13px;
    }

    .clm3 {
        gap: 20px;
    }
    .clm3 li {
        width: calc((100% - 20px) / 2);
    }
    .clm3 h6 {
        font-size: 15px;
    }

    .link-btn {
        margin: 20px auto 40px;
        font-size: 14px;
        padding: 1.25em 3em;
    }


    /* 個別 */
    .mv-area {
        flex-direction: column;
    }
    .mv-area .mv_txt {
        width: 100%;
    }
    .mv-area .mv_img {
        width: 100%;
        aspect-ratio: 5/2;
    }

    .green01 {
        padding: 8% 0 14%;
    }

    .pop-area01 {
        padding: 0 10px 30px;
    }
    .pop-area01 .pop01 {
        margin: -8% 0 30px;
        gap: 15px 0;
    }
    .pop-area01 .pop01 li {
        width: 46%;
    }

    .green02 {
        padding: 5% 0 6%;
    }

    .reason01 .clm4 {
        margin-top: 40px;
        gap: 20px
    }
    .reason01 .clm4 li {
        width: calc((100% - 20px) / 2);
    }

    .reason02 {
        padding-top: 50px;
    }

    .tab-wrap {
        margin-top: 50px;
    }
    .tab-wrap .tab-btn {
        width: 100%;
    }
    .tab-wrap .tab-btn .tab-btn-item {
        width: calc((100% - 20px) / 2);
        font-size: 16px;
    }
    .tab-contents {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    .tab-contents figure {
        width: 80%;
    }
    .tab-contents .plan-txt {
        width: 100%;
        padding-top: 15%;
    }
    .tab-contents .plan-head p {
        font-size: 36px;
    }

    .tab-contents .plan-menseki p {
        font-size: 50px;
    }
    .tab-contents .plan-menseki p .menseki  {
        font-size: 16px;
    }
    .tab-contents .plan-menseki .cap {
        font-size: 13px;
    }
    .tab-contents .plan-other {
        font-size: 13px;
        margin: 1em 0 0;
    }
    .tab-contents .plan-hanrei {
        margin-top: 20px;
        position: static;
        font-size: 10px;
        white-space: normal;
        text-align: center;
        line-height: 1.5;
    }
    .tab-contents .plan-hanrei img {
        width: 180px!important;
        margin-top: 10px;
    }

    .reason02 .clm3 {
        margin-top: 30px;
    }
    .reason02 .clm3.active {
        display: flex;
    }
    .reason02 .clm3 li::before {
        font-size: 14px;
        width: 28px;
        height: 28px;
    }

    .reason03 {
        padding-top: 40px;
    }
    .reason03 .clm3 {
        margin-top: 40px;
    }

    .reason04 {
        padding-top: 40px;
    }
    .reason04 .notes {
        margin: 30px 0 0;
    }
    .reason04 .kind-list {
        margin: 20px 10px 0;
        gap: 20px;
        flex-wrap: wrap;
    }
    .reason04 .kind-list li {
        width: 100%;
    }
    .reason04 .kind-list li h6 {
        font-size: 17px;
    }
    .reason04 .kind-list li p {
        font-size: 14px;
    }

    .bg-gld .free {
        font-size: 26px;
        line-height: 1.5;
        padding: 0.75em 0;
    }


    .reverse-mortgage {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .reverse-mortgage .pop02 {
        margin: 0 0 30px;
        gap: 15px 8%;
        justify-content: center;
    }
    .reverse-mortgage .pop02 li {
        width: 46%;
    }
    .reverse-mortgage .osusume-copy {
        font-size: 22px;
        line-height: 1.3;
    }
    .reverse-mortgage .rm-box h5 {
        font-size: 27px;
        padding: 0.4em;
    }
    .reverse-mortgage .rm-box .wh {
        padding: 20px 15px;
    }
    .reverse-mortgage .rm-box .wh p {
        font-size: 15px;
    }
    .reverse-mortgage .rm-box .wh .rm-point {
        flex-direction: column;
        margin: 20px auto;
        gap: 10px;
    }
    .reverse-mortgage .rm-box .wh .rm-point li {
        border-radius: 10px;
        width: 100%;
        aspect-ratio: auto;
        display: block;
        padding: 0.5em;
    }
    .reverse-mortgage .rm-box .wh .rm-point li p {
        font-size: 24px; 
        margin: 0;
    }
    .reverse-mortgage .rm-box .wh .rm-point li small {
        font-size: 12px; 
    }
    .reverse-mortgage .rm-box .wh .rm-merit {
        flex-direction: column;
        gap: 15px;
    }
    .reverse-mortgage .rm-box .wh .rm-merit h6 {
        font-size: 14px; 
        padding: 0.5em 0.3em;
        width: 100%;
    }
    .reverse-mortgage .rm-box .wh .rm-merit h6 span {
        font-size: 1.8em;
    }
    .reverse-mortgage .rm-box .wh .rm-merit ul {
        font-size: 16px; 
        line-height: 1.3;
    }
    .reverse-mortgage .rm-box .wh .rm-merit ul li::before {
        top: 0;
    }

.green03 {
    padding-bottom: 30px;
}
.green03 .copy span {
    display: block;
    font-size: 1.2em;
    margin: 0.5em 0 0;
    font-weight: 600;
    letter-spacing: 0.1em;
}




}
