    .wrap {
        overflow: hidden;
    }
    .first-view {
        width: 100%;
        height: 520px;
        background: url("https://zeroichi.app/media/wp-content/uploads/2020/09/river.jpeg") center center / cover no-repeat;
    }
    .first-view-card-wrap {
        height: 520px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .first-view-card {
        color: red;
        width: 840px;
        background: black;
        opacity: 0.9;
        padding: 32px;
    }
    .first-view-card-title {
        text-align: center;
        /*font-weight: bold;*/
        color: red;
        font-size: 52px;
    }
    .first-view-card-text {
        color: white;
        text-align: center;
        font-size: 24px;
    }
    .card-yen {
        color :red;
    }
    .card-text {
        font-size: 14px;
    }
    .card-b {
        font-weight: bold;
    }
    .s_01 {
        background-color: black;
        color: white;
        text-align: center;
        font-weight: bold;
    }
    .gozo_01 {
        text-align: left;
        font-size: 14px;
    }
    .box1 {
        width: 100%;
        height: auto;
        /*border-left-width: 34px;
        border-right-width: 40px;
        border-top-width: 40px;
        border-bottom-width: 40px;*/
        border: 38px solid black;
        margin 0 auto;
        background-color: white;
        font-size: 15px;
        text-align: left;
    }
    .box2 {
        width: 100%;
        height: 350px;
        border: 40px solid black;
        font-size: 15px;
        background-color: black;
        color: white;
    }
    .obj-center {
        text-align: center;
    }
