.limited_page_ttl,
.under_page_ttl {
    font-size: clamp(28px, 3vw, 30px);
    text-align: center;
    margin: 80px auto;
}


.page_lead {
    text-align: center;
    font-size: clamp(22px, 2.5vw, 28px);
    letter-spacing: 0.1em;
    margin: 40px auto;
}

.page_nav {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

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

.page_nav li.limited {
    width: 100%;
}

.concept_wrap {
    max-width: 1054px;
    width: 90%;
    margin: 80px auto;
}

.concept_wrap .ttl {
    text-align: center;
    font-size: clamp(26px,3vw,35px);
}

.concept_wrap .lead {
    text-align: center;
    font-size: clamp(14px,1.5vw,17px);
    line-height: 1.8;
    margin-top: 20px;
}

.concept_wrap .lead>span {
    display: inline-block;
}

.concept_wrap .lead .note {
    text-align: right;
}

.concept_wrap .lead .kome {
    vertical-align: super;
    font-size: clamp(10px,1.1vw,12px);
}

.concept_wrap .img01 {
    max-width: 500px;
    margin: 30px auto 0;
}

.concept_wrap .container {
    margin-top: 70px;
}

.concept_wrap .con_lead {
    color: #937e28;
    font-size: clamp(15px,1.6vw,18px);
    text-align: center;
}

.concept_wrap .con_lead span {
    border-bottom: 1px solid #937e28;
    padding-bottom: 5px;
}

.concept_wrap .con_ttl {
    text-align: center;
    color: #937e28;
    font-size: clamp(22px,3vw,35px);
    margin-top: 8px;
    letter-spacing: 0.05em;
}

.concept_wrap .img02 {
    max-width: 650px;
    margin: 40px auto 0;
}

.concept_wrap .container02 {
    margin-top: 60px;
}

.concept_wrap .container02 .lead {
    margin: 20px 0 30px;
}

.concept_wrap .container02 .image_wrap {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.concept_wrap .container02 .image_wrap .img03 {
    width: 55%;
}

.concept_wrap .container02 .image_wrap .img03-02 {
    width: 40%;
}

.sec_plan {
    max-width: 1054px;
    width: 90%;
    margin: 0 auto 80px;
}

.sec_lead {
    background-size: cover;
    background-position: center;
    max-height: 300px;
    height: 30vw;
    position: relative;
    font-size: clamp(18px,2vw,28px);
    line-height: 1.8;
    margin-bottom: 50px;
}


#D2type .sec_lead {
    background-image: url(../images/plan/D2type_lead_bg.jpg);
}

#D2type .sec_lead span:not(.cap) {
    text-align: right;
    position: absolute;
    top: 15%;
    right: 5%;
}


#Itype .sec_lead {
    background-image: url(../images/plan/Itype_lead_bg.jpg);
}

#Itype .sec_lead span:not(.cap) {
    color: #fff;
    position: absolute;
    top: 15%;
    left: 5%;
}



#Atype .sec_lead {
    background-image: url(../images/plan/Atype_lead_bg.jpg);
}

#Atype .sec_lead span:not(.cap) {
    position: absolute;
    top: 15%;
    left: 5%;
}

#Gtype .sec_lead {
    background-image: url(../images/plan/Gtype_lead_bg.jpg);
}

#Gtype .sec_lead span:not(.cap) {
    color: #fff;
    position: absolute;
    bottom: 6%;
    left: 3%;
}

#Gtype .plan_img {
    max-width: 600px;
}

.sec_ttl {
    max-width: 400px;
    width: 80%;
    margin: 0 auto 30px;
}

.plan_img {
    max-width: 700px;
    margin: 0 auto;
}

.sec_plan .point_wrap {
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px 40px;
}

.sec_plan .point_wrap li {
    display: flex;
    gap: 0 0.5em;
    font-size: clamp(14px,1.5vw,16px);
}

.sec_plan .point_wrap li .num {
    font-size: clamp(20px,2vw,22px);
}

.sec_plan .point_wrap li .small {
    display: block;
    font-size: clamp(12px,1.3vw,14px);
}

.sec_plan .point_wrap li .point_txt {
    margin-top: 0.2em;
}



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

    .limited_page_ttl,
    .under_page_ttl {
        margin: 30px auto;
    }

    .page_lead {
        margin: 30px auto;
    }

    .page_nav {
        gap: 15px;
    }

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

    .concept_wrap {
        margin: 50px auto 60px;
    }

    .concept_wrap .con_ttl {
        margin: 10px -5.5% 0;
    }

    .concept_wrap .container {
        margin-top: 50px;
    }

    .concept_wrap .lead {
        margin-top: 15px;
    }

    .concept_wrap .img02 {
        margin-top: 25px;
    }

    .concept_wrap .container02 .lead {
        margin: 15px 0 20px;
    }

    .concept_wrap .container02 .image_wrap {
        flex-direction: column;
        gap: 30px 0;
    }

    .concept_wrap .container02 .image_wrap .img03 {
        width: 95%;
    }

    .concept_wrap .container02 .image_wrap .img03-02 {
        width: 70%;
    }

    .sec_plan {
        margin-bottom: 60px;
    }

    .sec_lead {
        height: 50vw;
        margin: 0 -5.5% 30px;
    }

    #D2type .sec_lead span:not(.cap) {
        translate: 0 -50%;
        top: 50%;
    }

    #Atype .sec_lead {
        background-position: 80%;
    }

    #Gtype .sec_lead {
        background-position: 40%;
    }


    .sec_plan .point_wrap {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }
}