.page_lead {
    text-align: center;
    font-size: clamp(28px,3vw,38px);
    color: #796a56;
}

.page_txt {
    text-align: center;
    color: #796a56;
    font-size: clamp(14px,1.5vw,18px);
    margin-top: 20px;
}

.page_nav {
    max-width: 800px;
    width: 90%;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.page_nav li {
    width: calc(100%/3 - 30px*2/3);
}

/* SP調整 */
@media screen and (max-width:730px) {
    .page_lead {
        margin-top: 20px;
    }

    .page_nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 25px;
        gap: 20px;
    }

    .page_nav li {
        width: calc(50% - 20px/2);
    }
}

.sec_wrap {
    display: flex;
    flex-direction: column;
    gap: 150px 0;
    max-width: 1054px;
    width: 90%;
    margin: 80px auto;
}

.sec_lead {
    color: #998749;
    text-align: center;
    font-size: clamp(17px,2vw,25px);
    margin: 30px 0 20px;
}

.sec_contents {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
}

.sec_point_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.sec_point_wrap li {
    background-color: #f5f2e8;
    border: 0.5px solid #998749;
    padding: 5px 0;
    text-align: center;
    font-size: clamp(14px,1.4vw,15px);
    line-height: 1.4;
    color: #998749;
}

.sec_contents .con01 {
    grid-column: 1;
    grid-row: 1/5;
}

#Atype .sec_point_wrap {
    margin-top: 7%;
}

#Atype .con02 {
    grid-column: 2;
    grid-row: 2/5;
}


#Ctype .sec_lead {
    margin-bottom: 50px;
}

#Ctype .con02 {
    grid-column: 2;
    grid-row: 2/5;
}

#Ctype .con02 .lead {
    color: #717071;
    font-size: clamp(14px,1.5vw,18px);
    text-align: justify;
    margin: 40px 0 10px;
}

#Ctype .con02 .txt {
    color: #717071;
    line-height: 1.8;
    font-size: clamp(12px,1.3vw,15px);
}

.sec_btn {
    text-align: right;
    margin-top: 20px;
}

.sec_btn a {
    font-size: clamp(14px,1.4vw,16px);
    padding: 5px 15px;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    background-color: #aea196;
    color: #fff;
}

#Irtype .sec_contents {
    grid-template-columns: 65% 1fr;
    gap: 30px;
}

#Irtype .con01 {
    grid-row: 1/3;
}

#Irtype .sec_lead {
    margin-bottom: 40px;
}

#Irtype .sec_point_wrap {
    margin-top: 8%;
}

#Irtype .sec_contents02 {
    max-width: 900px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

#Irtype .sec_contents02 .con_lead {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    font-size: clamp(15px,1.5vw,19px);
    margin-bottom: 30px;
}

#Irtype .con03 .con_lead .icon {
    max-width: 50px;
    width: 13%;
}

#Irtype .con04 .con_lead .icon {
    max-width: 70px;
    width: 18%;
}

#Irtype .con05 .con_lead .icon {
    max-width: 110px;
    width: 28%;
}

#Irtype .sec_contents02 .con03 {
    grid-column: 1/3;
}

#Irtype .sec_contents02 .con03 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

#Irtype .sec_contents02 .con_point_ttl {
    color: #595757;
    border-bottom: 1px solid #595757;
    font-size: clamp(16px,2vw,20px);
    padding: 0 0 0 5px;
}

#Irtype .sec_contents02 .flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
}

#Irtype .sec_contents02 .flex::after {
    content: '';
    background-color: #c30d23;
    width: 25px;
    height: 25px;
    position: absolute;
    translate: -50% 0;
    top: 23%;
    left: 50%;
    clip-path: polygon(0 40%, 40% 40%, 40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%);
}

#Irtype .sec_contents02 .flex .box {
    width: calc(50% - 30px);
}

#Irtype .sec_contents02 .con_point_lead {
    font-size: clamp(13px,1.4vw,15px);
    letter-spacing: 0.05em;
    margin: 10px 0;
}

#Irtype .sec_contents02 .con_point_txt {
    font-size: clamp(12px,1.3vw,13px);
}

#Irtype .sec_contents02 .flex .box .deco {
    width: 70%;
    margin: 20px 0 0 auto;
}

#Irtype .sec_contents02 .flex .box .icon01 {
    position: absolute;
    width: 50%;
    top: -10px;
    left: -10px;
}

#Irtype .sec_contents02 .flex .box .icon02 {
    position: absolute;
    width: 64%;
    top: -10px;
    left: -10px;
}

.casbee {
    max-width: 320px;
    width: 60%;
    margin: 80px auto 0;
}

/* SP調整 */
@media screen and (max-width:730px) {

    .sec_wrap {
        margin: 50px auto;
        gap: 80px 0;
    }

    .sec_contents {
        display: flex;
        flex-direction: column;
        gap: 30px 0;
    }

    .sec_lead {
        margin: 25px 0;
    }

    #Atype .sec_point_wrap {
        margin-top: 0;
    }

    #Atype .con02 {
        margin: 10px -5.5% 0;
    }

    #Ctype .sec_lead {
        margin-bottom: 20px;
    }

    #Irtype .sec_lead {
        margin-bottom: 25px;
    }

    #Irtype .sec_point_wrap {
        margin-top: 0;
    }

    #Irtype .con02 {
        margin-top: 20px;
    }

    #Irtype .sec_contents02 {
        display: flex;
        flex-direction: column;
        gap: 60px 0;
    }

    #Irtype .sec_contents02 .con_lead {
        margin-bottom: 20px;
    }

    #Irtype .sec_contents02 .con03 ul {
        display: flex;
        flex-direction: column;
        gap: 40px 0;
    }

    #Irtype .sec_contents02 .flex .box {
        width: calc(50% - 20px);
    }

    #Irtype .sec_contents02 .flex {
        margin-top: 25px;
    }

    #Irtype .sec_contents02 .flex::after {
        width: 20px;
        height: 20px;
    }

    .casbee {
        margin-top: 60px;
    }

    .bottom_note {
        margin-top: 40px;
    }

}


.life_stage_plan {
    margin-top: 80px;
}

.lsp_ttl {
    text-align: center;
    font-size: clamp(28px,3vw,34px);
    color: #958448;
}

.lsp_lead {
    text-align: center;
    font-size: clamp(17px,2vw,22px);
    color: #786956;
    margin-top: 10px;
}

.lsp_btn_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.lsp_btn_wrap a {
    cursor: pointer;
}

.lsp_btn_wrap li {
    width: calc(95%/3);
}

.lsp_btn_wrap li:nth-child(2) {
    margin-left: 1%;
}


.lsp_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.lsp_modal_bg {
    position: absolute;
    background-color: hsla(0, 0%, 0%, 0.5);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.lsp_modal_inner {
    max-width: 1054px;
    width: 90%;
    height: 90%;
    overflow: hidden;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lsp_modal .close_btn {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 0 5px auto;
    cursor: pointer;
}

.lsp_modal .close_btn span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.lsp_modal .close_btn span:nth-child(1) {
    top: 20px;
    rotate: 45deg;
}

.lsp_modal .close_btn span:nth-child(2) {
    top: 20px;
    rotate: -45deg;
}

.lsp_modal_contents {
    overflow-y: scroll;
    background-color: #fff;
    padding: 60px 40px;
    max-height: calc(100% - 50px);
}

.lsp_modal_contents .box01 {
    display: flex;
    justify-content: space-between;
}

.lsp_modal_contents .box01-01 {
    width: 47%;
}

.lsp_modal_contents .box01-02 {
    width: 47%;
}

.lsp_modal_contents .modal_lead_small {
    text-align: center;
    font-size: clamp(14px,1.5vw,16px);
    padding-bottom: 15px;
    position: relative;
}

.lsp_modal_contents .modal_lead_small::after {
    position: absolute;
    content: '';
    max-width: 76px;
    max-height: 68px;
    width: 6vw;
    height: 6vw;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    right: 5%;
}


#lsp01 .modal_lead_small::after {
    background-image: url(../images/plan/lsp_icon01.png);
}

#lsp02 .modal_lead_small::after {
    background-image: url(../images/plan/lsp_icon02.png);
}

#lsp03 .modal_lead_small::after {
    background-image: url(../images/plan/lsp_icon03.png);
}

.lsp_modal_contents .modal_lead {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: clamp(16px,2vw,20px);
    position: relative;
}

#lsp01 .modal_lead {
    background-color: #958448;
}

#lsp02 .modal_lead {
    background-color: #c0b573;
}

#lsp03 .modal_lead {
    background-color: #9abcae;
}

.lsp_modal_contents .modal_txt {
    font-size: clamp(12px,1.3vw,14px);
    line-height: 1.6;
    margin: 20px 0;
}


/* SP調整 */
@media screen and (max-width:730px) {

    .life_stage_plan {
        margin-top: 50px;
    }

    .lsp_btn_wrap {
        margin: 20px auto 0;
        flex-direction: column;
        gap: 15px 0;
        padding-right: 5%;
    }

    .lsp_btn_wrap li {
        width: 100%;
    }

    .lsp_btn_wrap li:nth-child(2) {
        margin-left: 0;
    }

    .lsp_modal_contents {
        padding: 35px 20px 30px;
    }

    .lsp_modal_contents .box01 {
        flex-direction: column;
        gap: 30px 0;
    }

    .lsp_modal_contents .box01-01,
    .lsp_modal_contents .box01-02 {
        width: 100%;
    }

    .lsp_modal_contents .modal_lead_small::after {
        width: 15vw;
        height: 15vw;
    }

    #lsp01 .modal_lead_small::after {
        width: 14vw;
        height: 14vw;
    }

    #lsp03 .modal_lead_small::after {
        height: 13vw;
    }

    .lsp_modal_contents .modal_txt {
        margin: 15px 0 20px;
    }
}