    @charset "utf-8";
/* CSS Document */
body{position:relative;}
header{position:relative;z-index:1;}
.index_content{background-image:url(../images/index_bg2.jpg);height:100VH;width:100%;background-position:top center;background-repeat:no-repeat;background-size: 100% 100%;}
.index_list{overflow:hidden;padding:25vh 15% 0;display: flex;gap: 20px;}
.index_list div{width:100%;padding:0 15px;}
.index_list a{display:block;background:rgba(0,126,255,0.3);padding:10% 0;width: 80%;border-radius:20px;line-height:1.3;font-size:32px;letter-spacing:3px;color:#fff; text-align:center;margin: 0 auto;}
.index_list .index_2 a{background:rgb(19 167 46 / 30%)}
.index_list .index_3 a{background:rgb(249 134 45 / 30%)}
.index_list .index_4 a{background:rgb(191 13 13 / 30%)}

.index_lxfs{position:absolute;bottom:0;left:0;z-index:0;line-height:2;color:#fff;font-size:24px; text-align:center;width:100%;padding-bottom:10px;background: rgba(0, 126, 255, 0.3);}
.index_lxfs a{color:#fff;}