div.block32804 .wrapper .tile .textBox .mask02{ background-color:var(--color-match-setting1)}
div.block32804 .name{ color:var(--color-match-setting2)}
div.block32804 .docsBox{ color:var(--color-match-setting2)}
div.block32804 .button .buttonBox{ border-color:var(--color-match-setting2)}
div.block32804 .button .buttonBox{ color:var(--color-match-setting2)}
div.block32804 .name02{ color:var(--color-match-setting2)}
div.block32804 .docsBox02{ color:var(--color-match-setting2)}
div.block32804 .button02 .buttonBox02{ border-color:var(--color-match-setting2)}
div.block32804 .button02 .buttonBox02{ color:var(--color-match-setting2)}

.block32804 .wrapper:not(.slick-initialized) li:nth-of-type(n+5) {
    display: none;
}

@media screen and (max-width:501px){
    .block32804 .wrapper:not(.slick-initialized) li:nth-of-type(n+1) {
        width: 100%;
    }
    .block32804 .wrapper:not(.slick-initialized) li:nth-of-type(n+2) {
        display: none;
    }
}

.block32804 {
    margin:0 auto;
    position: relative;
    width: 100%;
    max-width: 100%;
}
.block32804 .wrapper {
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.block32804 .wrapper .tile {
    width:25%;
    position:relative;
    perspective: 1000px;
}
.block32804 .wrapper .tile .imgBox {
    width:100%;
    height:640px;
    position: relative;
    transition: .4s cubic-bezier(.11,.6,.24,.89);

}
.block32804  .wrapper .tile .imgBox img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    -webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}

.block32804  .wrapper .tile .imgBox .imgBottom {
    position:absolute;
    top:0;
    left:0;
    transform:rotateY(-180deg);
}
.block32804   .wrapper .tile .imgBox .titleBox {
    width: calc(100% - 100px);
    position: absolute;
    top: 455px;
    left: 50px;
    z-index: 2;
    height: 135px;
}

.block32804  .wrapper .tile .imgBox .mask01 {
    background-color: #000000;
    opacity:0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition:all 0s;

}
.block32804  .wrapper .tile .textBox .mask02 {
    background-color:var(--color-match-setting2, #71D14E);
    opacity:0.8;
    z-index:-1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
}
.block32804  .wrapper .tile .textBox .mask03{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.block32804  .nameBox {
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 42px;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 0.8;
    max-height: 135px;
    line-height: 45px;
}
.block32804  .nameBox>h3 {
    text-overflow: ellipsis;
    color: #fff;
}
.block32804  .nameBox a {
    color: inherit;
    display: block;
    text-decoration: none;
    font-style: normal;
}
.block32804  .nameBox a:hover {
    text-decoration: none;
    font-style: normal;
}
.block32804  .nameBox a:focus {
    outline:none;
}
.block32804 .textBox {
    width: 100%;
    height:640px;
    opacity: 0;
    transform:rotateY(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transition: .4s cubic-bezier(.11,.6,.24,.89);
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.block32804 .textBox>a, .block32804 .textBox02>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    font-style: normal;
}
.block32804 .text {
    width:100%;
    z-index:2;
}
.block32804 .textWra {
    width:calc(100% - 100px);
    margin-top:100px;
    margin-right: auto;
    margin-left: auto;
}
.block32804 .docsBox {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-top: 50px;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.8;
    min-height: 1px;
}
.block32804 .docsBox>p {
    text-overflow: ellipsis;
    color: #fff;
}
.block32804 .docsBox a{
    color: inherit;
    display: block;
    text-decoration: none;
    font-style: normal;
}
.block32804  .docsBox a:hover {
    text-decoration: none;
    font-style: normal;
}
.block32804 .docsBox a:focus {
    outline:none;
}
.block32804 .button{
    margin-left:50px;
    margin-top: 50px;
}
.block32804 .button a:focus {
    outline:none;
}
.block32804 .buttonBox {
    border: solid 1px transparent;
    padding: 15px 40px;
    color:#FFFFFF;
    opacity: 0.8;
    text-decoration: none;
    font-style: normal;
}
.block32804  .buttonBox:hover {
    text-decoration: none;
    font-style: normal;
}
.block32804  .textBox02{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
.block32804   .tile:hover  .imgBox {
    transform:rotateY(180deg);
}
.block32804 .tile:hover .textBox {
    opacity: 1;
    transform:rotateY(0deg);
}
.block32804 .tile:hover .titleBox {
    display:none;
}

@media screen and (max-width:1205px) and (min-width:510px){
    .block32804 .button {
                margin-left: 0;
                justify-content: center;
                display: flex;
            }
        }
        
                            @media screen and (max-width:878px){
                                .block32804 .buttonBox{
                                            padding: 10px 20px;
                                            margin:unset;
                                        }
                                    }
                                    @media screen and (max-width:510px){
                        .block32804  .wrapper .tile .imgBox .mask01 {
                                        opacity:0.7;
                                        }
                                        .block32804  .wrapper .tile .imgBox .imgBottom{
                                                                display:none;
                                                            }
                                                            .block32804   .wrapper .tile .imgBox .titleBox{
                                            display:none;
                                        }
                                        .block32804 .textBox{
                                    display:none;
                                }
                                .block32804  .textBox02{
                            display:block;
                            z-index: 2;
                        }
                        .block32804 .text02 {
                    text-align:center;
                    width:100%;
                    z-index:2;
                }
                .block32804 .textWra02 {
            width:100%;
            margin-top: 130px;
        }
        .block32804 .docsBox02 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-top: 50px;
    color: #FFFFFF;
    opacity: 0.8;
    min-height: 1px;
    max-height: 168px;
    margin: 30px 0 0 0;
    font-size: 14px;
}
.block32804 .docsBox02 a,
.block32804 .docsBox02 a:hover{
    color: inherit;
    display: block;
    text-decoration: none;
    font-style: normal;
}

.block32804 .docsBox02 a:focus {
    outline:none;
    text-decoration: none;
    font-style: normal;
}
.block32804 .button02{
    margin-left:unset;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.block32804 .button02 a:focus {
    outline:none;
    text-decoration: none;
    font-style: normal;
}
.block32804 .buttonBox02 {
    border: solid 1px;
    color:#FFFFFF;
    opacity: 0.8;
    padding: 15px 30px;
    transition: all .4s;
    display: block;
    text-decoration: none;
    font-style: normal;
}
.block32804   .tile:hover  .imgBox{
    transform:rotateY(0deg);
}
.block32804 .slick-prev, .block32804 .slick-next{
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
}
.block32804 .slick-prev:after{
    width: 15px !important;
    height: 15px !important;
    margin-left: 15px !important;
}
.block32804 .slick-next:after{
    width: 15px !important;
    height: 15px !important;
    margin-left: 8px !important;
}
}
.block32804  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.block32804 .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.block32804 .slick-list:focus {
    outline: none;
}
.block32804 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.block32804 .slick-slider .slick-track,
.block32804 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    }
    .block32804  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.block32804 .slick-track:before,
.block32804 .slick-track:after {
    display: table;
    content: '';
}
.block32804 .slick-track:after {
    clear: both;
}
.block32804 .slick-loading .slick-track {
    visibility: hidden;
}
.block32804  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'].block32804 .slick-slide {
    float: right;
}
.block32804 .slick-slide img {
    display: block;
}
.block32804 .slick-slide .slick-loading img {
    display: none;
}
.block32804  .slick-slide.dragging img {
    pointer-events: none;
}
.block32804 .slick-initialized .slick-slide {
    display: block;
}
.block32804  .slick-loading .slick-slide {
    visibility: hidden;
}
.block32804  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.block32804  .slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.block32804 .slick-dots {
    position: absolute;
    bottom: -29px;
    width: auto;
    left: 35px;
}
.block32804 .slick-dots>li{
    float: left;
    cursor: pointer;
}
.block32804 .slick-dots li {
    width: auto;
    height: auto;
    position:absolute;
}
.block32804  .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 0;
}
.block32804 .slick-dots li button:before{
    content: '';
}
.block32804 .slick-dots .slick-active>button{
    background-color: #2091C6;
    width: 950px;
    height: 4px;
    border-radius: 4px;
    opacity: 1;
    border-color: #2091C6;
}
.block32804 .slick-dots>li>button{
    width: 950px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: rgba(0,0,0,0);
    opacity: 0;
    background: #FFFFFF;
}
.block32804  .slick-prev {
    left: 0%;
}
.block32804 .slick-next {
    right: 0%;
}
.block32804  .slick-prev, .block32804 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 0;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    z-index:1;
    background-color: rgba(255,255,255,.2);
    color: #000;
    opacity:0.8;
    transition:all .4s;
}
.block32804  .slick-prev:hover,
.block32804  .slick-next:hover{
    opacity:1;
}
.block32804  .slick-prev:hover:after, 
.block32804  .slick-next:hover:after{
    opacity:1;
}
.block32804    .slick-prev:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(-135deg);
    margin-left: 10px;
}
.block32804 .slick-next:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
    margin-left: 25px;
}
.block32804 .slick-prev:before{
    display:none;
}
.block32804 .slick-next:before{
    display:none;
}
.block32804  .slick-slide:focus {
    outline:none;
}