.page_ttl .cap {
    position: static;
    display: block;
    margin-top: 4px;
}

.page_top .top_lead {
    text-align: center;
    font-size: clamp(22px,2vw,28px);
    color: #604c4e;
}

.page_top .container {
    max-width: 1054px;
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.page_top .container .box01 {
    width: 55%;
}

.page_top .container .box02 {
    width: 40%;
}

.page_top .container .box_ttl {
    font-size: clamp(18px,2vw,20px);
}

.page_top .container .box_ttl01 {
    color: #87280a;
}
.page_top .container .box_ttl02 {
    color: #53598f;
}

.page_top .container .box_txt {
    font-size: clamp(13px,1.4vw,15px);
    margin-top: 10px;
    line-height: 1.7;
}

.page_top .container .box02 .image {
    margin: 20px 0;
}

.page_top .container .box02 .image .note {
    text-align: right;
    margin-top: 5px;
}

.page_nav {
    max-width: 800px;
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}

.page_nav li {
    width: calc(93%/3);
}

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

.sec_ttl {
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: clamp(20px,2vw,23px);
    margin-bottom: 30px;
}

.main_contents .box_ttl {
    font-weight: 600;
    color: #604c4e;
    font-size: clamp(17px,2vw,22px);
    line-height: 1.7;
    margin-bottom: 10px;
}

.main_contents .box_txt {
    font-size: clamp(14px,1.5vw,16px);
    line-height: 1.7;
}

#sec01 .sec_ttl {
    background: linear-gradient(
        to right,
        #587b98 0%,
        #334c5d 100%
    );
}
#sec02 .sec_ttl {
    background: linear-gradient(to right,
            #367d7a 0%,
            #1f4e4b 100%);
}
#sec03 .sec_ttl {
    background: linear-gradient(to right,
            #955268 0%,
            #563340 100%);
}


#sec01 .container .box01 {
    display: flex;
    justify-content: space-between;
}

#sec01 .container .box01-01 {
    width: 48%;
}

#sec01 .container .box01-01 .image .cap{
    left: 5px;
}

#sec01 .container .box01-02 {
    width: 48%;
}

#sec01 .container .box01-02 .image {
    margin-top: 20px;
}

#sec01 .container .box02 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#sec01 .container .box02-01 {
    width: 48%;
    margin-top: 30px;
}

#sec01 .container .box02-02 {
    width: 48%;
}

#sec01 .container .box02-02 .image .note {
    text-align: right;
    margin-top: 5px;
}



#sec02 .container .box01 {
    display: flex;
    justify-content: space-between;
}

#sec02 .container .box01-01 {
    width: 48%;
    margin-top: 30px;
}

#sec02 .container .box01-02 {
    width: 44%;
}

#sec02 .container .box01-02 .image .note {
    margin-top: 15px;
}

#sec02 .container .box02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:  0 4%;
    margin-top: 30px;
}

#sec02 .container .box02 .box_ttl {
    grid-column: 1/3;
    margin-bottom: 20px;
}

#sec02 .container .box02-01 .txt_wrap {
    display: flex;
    justify-content: space-between;
}

#sec02 .container .box02-01 .txt_wrap .box_txt {
    width: 67%;
}

#sec02 .container .box02-01 .txt_wrap .image {
    width: 28%;
    filter: drop-shadow(0 0 3px hsla(0, 0%, 0%, 0.2));
}

#sec02 .container .box02-01>.image {
    margin-top: 30px;
}

#sec02 .container .box02-01>.image .note_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2px 30px;
    margin-top: 10px;
}

#sec02 .container .box02-02 {
    display: grid;
    grid-template-columns: 1fr 47.9%;
    gap: 15px;
    align-self: flex-start;
}

#sec02 .container .box02-02 .img01 {
    grid-column: 1/3;
}

#sec02 .container .box02-02 .image .note {
    margin-top: 5px;
}


#sec02 .container .box03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

#sec02 .container .box03-01 {
    width: 48%;
}

#sec02 .container .box03-02 {
    max-width: 450px;
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#sec02 .container .box03-02 .image {
    width: 48%;
}

#sec02 .container .box03-02 .note {
    text-align: center;
    margin-top: 10px;
}



#sec02 .container .box04 {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

#sec02 .container .box04-01 {
    width: 48%;
}

#sec02 .container .box04-02 {
    max-width: 450px;
    width: 48%;
    margin: 0 auto;
}

#sec02 .container .box04-02 .note {
    margin-top: 10px;
}



#sec02 .container .box05 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 4%;
    margin-top: 50px;
}

#sec02 .container .box05 .box_ttl {
    grid-column: 1/3;
    margin-bottom: 20px;
}

#sec02 .container .box05 .box_txt {
    margin-bottom: 30px;
}

#sec02 .container .box05-02 .note_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2px 30px;
    margin-top: 5px;
}




#sec03 .container .box01 {
    display: flex;
    justify-content: space-between;
}

#sec03 .container .box01-01 {
    width: 48%;
}

#sec03 .container .box01-02 {
    width: 48%;
}

#sec03 .container .box01-02 .note {
    text-align: right;
    margin-top: 5px;
}








/* SP調整 */
@media screen and (max-width:730px) {
    .page_ttl .cap {
        text-align: right;
    }

    .page_top {
        margin-top: 30px;
    }

    .page_top .container {
        flex-direction: column;
        margin-top: 20px;
    }

    .page_top .container .box01 {
        width: 111%;
        margin: 0 -5.5%;
    }

    .page_top .container .box02 {
        width: 100%;
        margin-top: 20px;
    }

    .page_nav {
        margin-top: 50px;
    }

    .main_contents {
        margin-top: 40px;
        gap: 60px 0;
    }

    .sec_ttl {
        margin: 0 -5.5% 20px;
    }

    #sec01 .sec_ttl{
        margin-bottom: 0;
    }



    #sec01 .container .box01 {
        flex-direction: column;
    }

    #sec01 .container .box01-01 {
        width: 111%;
        margin: 0 -5.5%;
    }

    #sec01 .container .box01-02 {
        width: 100%;
        margin-top: 20px;
    }

    #sec01 .container .box01-02 .image {
        width: 111%;
        margin: 30px -5.5% 0;
    }

    #sec01 .container .box02 {
        flex-direction: column;
    }

    #sec01 .container .box02-01 {
        width: 100%;
        margin: 0 0 20px 0;
    }
    #sec01 .container .box02-02 {
        width: 100%;
    }


    #sec02 .container .box01 {
        flex-direction: column;
    }

    #sec02 .container .box01-01 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #sec02 .container .box01-02 {
        width: 100%;
    }

    #sec02 .container .box02 {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
    }

    #sec02 .container .box02 .box_ttl {
        margin-bottom: 15px;
    }

    #sec02 .container .box02-01>.image {
        margin-top: 20px;
    }

    #sec02 .container .box02-02 {
        margin-top: 20px;
    }


    #sec02 .container .box03 {
        flex-direction: column;
    }

    #sec02 .container .box03-01 {
        width: 100%;
    }
    #sec02 .container .box03-02 {
        width: 100%;
        margin-top: 20px;
    }

    #sec02 .container .box04 {
        margin-top: 50px;
        flex-direction: column;
    }

    #sec02 .container .box04-01 {
        width: 100%;
    }

    #sec02 .container .box04-02 {
        width: 100%;
        margin-top: 20px;
    }

    #sec02 .container .box05 {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
    }

    #sec02 .container .box05 .box_ttl {
        margin-bottom: 15px;
    }

    #sec02 .container .box05 .box_txt {
        margin-bottom: 20px;
    }

    #sec02 .container .box05-02 {
        margin-top: 25px;
    }


    #sec03 .container .box01 {
        flex-direction: column;
    }

    #sec03 .container .box01-01 {
        width: 100%;
    }

    #sec03 .container .box01-02 {
        width: 100%;
        margin-top: 20px;
    }
}