.all_wrap {
    background-color: #ebe9e3;
    padding-bottom: 120px;
}

.page_ttl {
    background-color: #fff;
}

.top_lead {
    font-size: clamp(16px,2vw,28px);
    color: #a78f59;
    max-width: 1054px;
    width: 90%;
    margin: 40px auto 0;
}

.page_lead {
    text-align: center;
    padding: 20px 10px;
    background-color: #004b52;
    color: #b9a57a;
    font-size: clamp(14px,1.5vw,18px);
    max-width: 1054px;
    margin: 50px auto 0;
}


.wrap04 {
    margin-bottom: 100px;
}

.wrap04 .page_lead .large {
    display: block;
    font-size: clamp(23px,2.5vw,30px);
    margin-bottom: 3px;
}

.wrap04 .container {
    max-width: 1054px;
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 0;
}

.wrap04 .box_ttl {
    color: #a78f59;
    border-bottom: 1px solid #a78f59;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: clamp(19px,2vw,20px);
}

.wrap04 .box_ttl .large {
    font-size: clamp(25px,3vw,30px);
}

.wrap04 .box_lead {
    font-size: clamp(15px,1.6vw,18px);
    line-height: 1.6;
}

.wrap04 .box_txt {
    font-size: clamp(12px, 1.3vw, 14px);
    line-height: 1.8;
}

.wrap04 .container .box {
    width: 47%;
}

.wrap04 .container .box01 {
    max-width: 350px;
    margin: 0 40px 0 auto;
}

.wrap04 .container .box02 {
    max-width: 400px;
    margin: 0 auto 0 0;
}

.wrap04 .container .box02 .image {
    max-width: 300px;
    width: 65%;
    margin: 0 auto;
}

.wrap04 .container .box02 .note {
    text-align: center;
    margin-top: 20px;
}

.wrap04 .container .box03 .list_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 30px 0;
}

.wrap04 .container .box03 .list_wrap li {
    width: 47%;
}

.wrap04 .container .box03 .list_ttl {
    color: #a78f59;
    font-size: clamp(14px,1.6vw,16px);
    margin: 5px 0;
}

.wrap04 .container .box03 .list_txt {
    font-size: clamp(11px,1.3vw,13px);
    line-height: 1.5;
}

.wrap04 .container .box04 .box_txt {
    margin-top: 20px;
}

.wrap04 .container .box04 .image {
    margin: 20px 0;
}



.wrap01 {
    background-color: #fff;
    max-width: 800px;
    width: 90%;
    margin: 50px auto 0;
    text-align: center;
    padding: 40px 30px;
    outline: 1px solid #a78f59;
    outline-offset: -8px;
}

.wrap01 .lead {
    color: #a78f59;
    font-size: clamp(18px,2vw,30px);
    margin-bottom: 15px;
}

.wrap01 .txt {
    font-size: clamp(13px,1.6vw,17px);
    line-height: 2;
}

.wrap02 {
    max-width: 1054px;
    width: 90%;
    margin: 50px auto 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
}

.wrap02 li.box:nth-child(1) {
    border-bottom: 1px solid #a78f59;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.wrap02 li.box:nth-child(2) {
    grid-column: 2;
    grid-row: 1/3;
}

.wrap02 .box_lead {
    font-size: clamp(15px,2vw,20px);
    line-height: 1.8;
}

.wrap02 .box_txt {
    font-size: clamp(12px,1.3vw,14px);
    line-height: 1.8;
    margin-top: 10px;
}

.wrap02 .box_txt .note {
    display: block;
    margin-top: 5px;
}

.wrap02 .box .image {
    margin-top: 30px;
}

.wrap02 .box .image .note {
    margin-top: 20px;
}

.wrap02 .box .point {
    margin-top: 30px;
}

.wrap03 {
    max-width: 1054px;
    position: relative;
    z-index: 1;
    background-color: #004b52;
    color: #b9a57a;
    margin: 0 auto;
    padding: 40px 40px 80px;
    display: flex;
    flex-direction: column;
    gap: 60px 0;
}

.wrap03::after {
    z-index: 1;
    position: absolute;
    translate: 0 100%;
    bottom: 1%;
    left: 0;
    display: block;
    content: '';
    background: url(../images/common/bg_deco.png);
    width: 100%;
    height: 5%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

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

.wrap03 .flex .con {
    width: 48%;
}

.wrap03 .flex .con .lead {
    font-size: clamp(15px,1.8vw,20px);
    line-height: 1.6;
}

.wrap03 .flex .con .txt {
    font-size: clamp(12px,1.3vw,15px);
    line-height: 1.8;
    margin: 10px 0 0;
}

.wrap03 .box01 .con02 .image .cap {
    right: auto;
    right: 0;
    bottom: 37px;
}

.wrap03 .box01 .con02 .note {
    width: calc(100% - 60px);
    text-align: right;
    margin: 12px 0 0 auto;
}

.wrap03 .box02 .con01 .image {
    max-width: 430px;
    margin: 20px auto 0;
}

.wrap03 .box03 .con01 .image_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    margin-top: 30px;
}

.wrap03 .box03 .con01 .image_wrap .note {
    margin-top: 5px;
    color: #fff;
    letter-spacing: 0.12em;
}

.wrap03 .box03 .con02 .txt {
    margin-bottom: 20px;
}

.wrap03 .box03>.note {
    text-align: right;
    margin-top: 25px;
}

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

    .all_wrap {
        padding-bottom: 0;
    }

    .top_lead {
        margin-top: 30px;
    }

    .page_lead {
        margin-top: 30px;
    }

    .wrap04 {
        margin-bottom: 50px;
    }

    .wrap04 .container {
        margin-top: 20px;
        gap: 30px;
    }

    .wrap04 .container .box {
        width: 100%;
    }

    .wrap04 .container .box01 {
        max-width: none;
        margin: 0;
    }

    .wrap04 .container .box02 {
        max-width: none;
        margin: 0;
    }

    .wrap04 .container .box04 .box_txt {
        margin-top: 10px;
    }

    .wrap01 {
        margin-top: 30px;
        padding: 30px 20px;
        outline-offset: -5px;
    }

    .wrap01 .lead {
        margin-bottom: 10px;
    }

    .wrap01 .txt {
        text-align: justify;
        line-height: 1.7;
    }

    .wrap02 {
        display: flex;
        flex-direction: column;
        margin: 30px auto 50px;
    }

    .wrap02 .box {
        width: 100%;
    }
    .wrap02 li.box:nth-child(1) {
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    .wrap02 li.box:nth-child(2) {
        border-bottom: 1px solid #a78f59;
        padding-bottom: 45px;
        margin-bottom: 35px;
    }

    .wrap02 li.box .image {
        margin-top: 20px;
    }

    .wrap03 {
        padding: 30px 20px 50px;
        gap: 40px 0;
    }
    
    .wrap03::after {
        bottom: 0.1%;
        height: 2%;
    }

    .wrap03 .flex {
        flex-direction: column;
        margin-top: 15px;
        gap: 25px 0;
    }

    .wrap03 .flex .con {
        width: 100%;
    }

    .wrap03 .box01 .con02 .image .cap {
        bottom: 8%;
    }
    
    .wrap03 .box01 .con02 .note {
        width: 100%;
        text-align: justify;
    }

    .wrap03 .box03 .con01 .image_wrap {
        margin-top: 15px;
        gap: 0 15px;
    }

    .wrap03 .box03>.note {
        text-align: justify;
        margin-top: 20px;
    }
}