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

.main_contents section {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
}

.contents_ttl_wrap {
    display: flex;
    align-items: flex-end;
}

.contents_ttl_wrap .txt_wrap {
    width: 45%;
    padding: 35px 20px;
    background-color: #d4c79f;
    margin-bottom: 5%;
}

.contents_ttl_wrap .txt_wrap .top {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.contents_ttl_wrap .contents_ttl {
    max-width: 160px;
    width: 38%;
}

.contents_ttl_wrap .contents_txt {
    font-size: clamp(16px,1.6vw,18px);
}

.contents_ttl_wrap .contents_lead {
    margin-top: 15px;
    font-size: clamp(20px,2vw,24px);
    letter-spacing: 0.03em;
    line-height: 1.7;
}

.contents_ttl_wrap .image {
    width: 55%;
    order: -1;
}

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

.container_left .image_wrap {
    order: 1;
}
.container_right .image_wrap {
    order: -1;
}

.container .txt_wrap {
    width: 48%;
}

.container .image_wrap {
    width: 48%;
}

.sec_lead {
    font-size: clamp(18px,2vw,22px);
    margin-bottom: 15px;
}

.sec_txt {
    font-size: clamp(13px, 1.4vw, 15px);
    line-height: 1.8;
}

.sec_txt .orange {
    color: #a74f3d;
    font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Arial', sans-serif;
}

.sec_txt .blue {
    color: #267f9c;
    font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Arial', sans-serif;
}

.sec_txt .underline {
    background: linear-gradient(to bottom, transparent 60%, #fff697 60%);
}

.sec01 .container03 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8em 4%;
}

.sec01 .container03 .wide {
    grid-column: 1/3;
}

.sec01 .container03 .sec_lead {
    margin-bottom: -0.3em;
}


.sec02 .container01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 4%;
}

.sec02 .container01 .wide {
    grid-column: 1/3;
}

.sec02 .container01 .image {
    margin-top: 0.5em;
}


.sec02 .container03 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 4%;
}

.sec02 .container03 .wide {
    grid-column: 1/3;
}

.sec02 .container03 .image {
    margin-top: 0.5em;
}


/* SPのみ */
@media screen and (max-width:730px) {
    .main_contents {
        margin-top: 30px;
        width: 100%;
        gap: 80px 0;
    }

    .main_contents section {
        gap: 20px 0;
    }

    .contents_ttl_wrap {
        flex-direction: column;
    }

    .contents_ttl_wrap .txt_wrap {
        width: 100%;
        margin-bottom: 0;
        padding: 25px 20px;
    }

    .contents_ttl_wrap .contents_lead {
        letter-spacing: -0.02em;
    }

    .contents_ttl_wrap .image {
        order: 1;
        width: 100%;
    }


    .container {
        flex-direction: column;
        gap: 20px 0;
    }

    .container_right .image_wrap {
        order: 1;
    }

    .container .txt_wrap {
        width: 90%;
        margin: 0 auto;
    }

    .container .image_wrap {
        width: 100%;
    }

    .sec_lead {
        letter-spacing: -0.02em;
        line-height: 1.6;
    }

    .sec01 .container03 {
        display: flex;
        flex-direction: column;
    }

    .sec01 .container03 .sec_lead,
    .sec01 .container03 .sec_txt {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .sec01 .container03 .image {
        order: 3;
    }

    .sec01 .container04 {
        width: 90%;
        margin: 0 auto;
    }


    .sec02 .container01 {
        display: flex;
        flex-direction: column;
    }

    .sec02 .container01 .sec_lead,
    .sec02 .container01 .sec_txt {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .sec02 .container01 .image {
        margin-top: 30px;
    }



    .sec02 .container03 {
        display: flex;
        flex-direction: column;
    }

    .sec02 .container03 .sec_lead,
    .sec02 .container03 .sec_txt {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .sec02 .container03 .image {
        margin-top: 30px;
    }

    .sec02 .container04 {
        width: 90%;
        margin: 0 auto;
    }
}