.top {
    background: url(../img/concept/concept-bg.jpg)no-repeat center / cover;
}

.top h2 {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 1.8;
    margin-bottom: 60px;
}

.top .wrapper img {
    width: 45%;
    max-width: 675px;
    margin-right: 15px;
}

.top .wrapper {
    align-items: center;
}

.top .wrapper .text {
    flex-direction: column;
}

.top .wrapper .text p {
    width: fit-content;
    font-size: 26px;
    padding: 2px 5px;
    background-color: #E9E5DE;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.top .text p span {
    color: #664F33;
}

.concept-block {
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 40px 0;
    padding: 20px 40px 40px 40px;
    background-color: rgba(255, 255, 255, .8);
}

.concept-block:nth-of-type(2n) {
    margin: 40px 0 40px auto;
}

.concept-block:last-of-type {
    margin-bottom: 0;
}

.ttl-wrapper {
    align-items: center;
    color: #664F33;
}

.ttl-wrapper .num {
    font-size: 72px;
    margin-right: 15px;
}

.ttl-wrapper .ttl {
    margin-bottom: 0;
}

.mid .text {
    letter-spacing: 6px;
    line-height: 1.9;
}

.br-tb {
    display: none;
}

.btm .big {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 6px;
}

.btm p span {
    color: #664F33;
    background-color: #E8E1D3;
    padding: 2px 3px;
    white-space: nowrap;
}

.small-1 {
    display: inline-block;
    max-width: 860px;
    font-size: 18px;
    text-align: center;
    margin: auto;
    line-height: 1.7;
    margin-bottom: 80px;
}

.btm-block {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    padding: 30px;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.btm-block img {
    width: 30%;
    max-width: 295px;
    margin: auto 10px auto 0;
}

.btm-block .text {
    flex-direction: column;
}

.btm-block p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.btm-block p.small-2 {
    font-size: 12px;
    margin-bottom: 0;
}
.btm .content {
    padding-top: 40px;
}
.btm .wrapper {
    flex-direction: column;
    padding: 60px;
}

.money {
    width: 100%;
    margin-top: 60px;
}
.money .img {
    width: 45%;
    height: auto;
}
.money .img img {
    height: 100%;
    object-fit: cover;
}
.money .text {
    width: 55%;
    min-width: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #664F33;
    padding: 2vw;
}
.money .text p {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.8;
}
.money .link-box {
    height: 90px;
    text-align: center;
}


@media (hover: hover) and (pointer: fine) {}


/*/////////////////////レスポンシブ////////////////////////////*/

@media screen and (max-width: 1120px) {
    .top h2 {
        font-size: 26px;
    }
    .br-tb {
        display: block;
    }
    .money .text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .top .wrapper .text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 870px) {
    .btm .big {
        font-size: 20px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 820px) {
    .top h2 {
        font-size: 21px;
    }
    .top .wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .top .wrapper img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .btm-block {
        flex-direction: column;
    }
    .btm-block img {
        width: 100%;
        max-width: 295px;
        margin: 0 auto 20px auto;
    }
    .small-1 {
        margin-bottom: 30px;
        text-align: left;
    }
    .btm-block {
        padding: 30px 20px;
    }
    .money {
        flex-direction: column;
        margin-top: 40px;
    }
    .money .img {
        width: 100%;
    }
    .money .text {
        width: 100%;
        min-width: 0;
        padding: 30px 2vw;
    }
    .btm .wrapper {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 600px) {
    .concept-block {
        padding: 20px 20px 40px 20px;
        margin: 20px 0;
    }
    .ttl-wrapper .num {
        font-size: 55px;
    }
    #page .ttl-wrapper .ttl {
        margin-bottom: 0;
    }
    .top .wrapper .text p {
        font-size: 16px;
    }
}