.banner__inner {
    background-image: url("/site/site01/img/banner_bg01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
}
.banner__inner .title {
    font-size: 50px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 40px;
}
.banner__inner .desc {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 70px;
}

.banner__inner .desc a {
    color: #fff;
    display: block;
}

.banner__inner .desc a:hover {
    text-decoration: underline;
}
.banner__inner .small {
    font-size: 16px;
    text-decoration: underline;
}