.top-ttl h2 {
    display: flex;
    align-items: center;
}
.top-ttl h2 span.eb {
    color: #4ca535;
    font-size: 20px;
    margin-left: 20px;
}

.block {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 60px;
}
.block:first-of-type {
    border-top: none;
}
.block:last-of-type {
    margin-bottom: 0;
}
.biz-ttl {
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}
.biz-ttl-inner {
    display: flex;
    align-items: center;
}
.biz-ttl .num {
    display: flex;
    width: 0;
    min-width: 80px;
    min-height: 80px;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    background-color: #333;
    color: #fff;
    margin-right: 20px;
}
.biz-ttl h3 {
    font-size: 24px;
    margin-right: 20px;
    line-height: 1.8;
}
.biz-ttl .ttl-en {
    color: #4ca535;
    font-size: 18px;
}
.item .text {
    padding: 30px;
}
.img-float {
    display: flex;
    justify-content: space-between;
}
.img-float img {
    width: 45%;
    max-width: 720px;
    height: 440px;
    object-fit: cover;
}
.biz-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #c8c8c8;
    overflow: hidden;
}
.card {
    width: 32%;
    max-width: 500px;
}
.card:first-of-type {
    border-right: 1px solid #c8c8c8;
}
.card:nth-of-type(2) {
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
}
.card:nth-of-type(3) {
    border-left: 1px solid #c8c8c8;
}
.card img {
    display: flex;
    flex-grow: 1;
}
.card:first-of-type p {
    position: relative;
    z-index: 2;
}
.card:first-of-type p::before {
    content: "";
    display: flex;
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #c8c8c8;
    top: 0;
    left: 0;
    z-index: 3;
}
.card p {
    font-size: 20px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    white-space: nowrap;
}
.text_btm {
    color: #4ca535;
    font-size: 24px;
    justify-content: center;
}
.text_btm img {
    display: flex;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 30px auto;
}
.text_btm p {
    margin: 0 auto;
    text-align: center;
}
.biz-img-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #c8c8c8;
}
.biz-img-wrapper img {
    width: 48%;
}
@media screen and (max-width: 1400px) {
    .card p {
        font-size: 17px;
    }
}
@media screen and (max-width: 1200px) {
    .biz-card-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .card {
        width: 100%;
        max-width: 100%;
        border: none !important;
        margin-bottom: 30px;
        border-top: 1px solid #c8c8c8;
    }
    .card img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .card p {
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
    .card:last-of-type p {
        border-bottom: none;
    }
    .card:first-of-type p::before {
        display: none;
    }
    .card:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 850px) {
    .img-float {
        flex-direction: column;
    }
    .img-float img {
        width: 100%;
        max-width: 100%;
        height: 360px;
    }
    .biz-img-wrapper {
        flex-direction: column;
    }
    .biz-img-wrapper img {
        width: 100%;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
    .biz-img-wrapper img:first-of-type {
        margin-bottom: 30px;
        border-top: none;
    }
    .biz-img-wrapper img:last-of-type {
        border-bottom: none;
    }
}
@media screen and (max-width: 600px) {
    .top-ttl h2 span.eb {
        font-size: 16px;
    }
    .block {
        margin-bottom: 40px;
    }
    .block:last-of-type {
        margin-bottom: 0;
    }
    .img-float img {
        height: 280px;
    }
    .biz-ttl-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 10px 0;
    }
    .biz-ttl .num {
        font-size: 24px;
        min-width: 60px;
        min-height: 80px;
        margin-right: 15px;
    }
    .biz-ttl h3 {
        font-size: 20px;
        margin-right: 0;
    }
    .biz-ttl .ttl-en {
        font-size: 15px;
        margin-right: 0;
    }
    .item .text {
        padding: 20px;
    }
    .text_btm p {
        font-size: 16px;
    }
    .text_btm img {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
}