.tp_list {
  margin-top: 30px;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

.sec01 {
  position:relative;
  padding: 0;
  height:calc(100vh - 50px);
}

.banner_01 {
  position: relative;
  height:calc(100vh - 50px);
  color: #fff;
  background:rgba(0,0,0,0.0);
  padding-top: 50%;
  text-align:left;
}

.banner_01 .text_box{
  animation-name: fadoff_time;
  animation-delay:4s;
  animation-duration:0.5s;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
  /* padding-top: 70%; */
}

.banner_01 .video_bg{
  position: fixed;
  width:100%;
  height:-webkit-fill-available;
  z-index: -1;
  left:0;
  object-fit:cover;
  top:0;
   transition:1.5s;
}

.scroll_wrap{
width:100%;
text-align:center;
position:absolute;
bottom:70px;
left:0;
margin:0 auto;
}

.scroll_wrap .scroll{
width:26px;
height:37px;
border:2px solid #fff;
position:relative;
box-sizing:border-box;
display:inline-block;
border-radius:14px;
vertical-align:middle;
}

.moveup{
width:2px;
height:9px;
background-color:#fff;
 position:absolute;
 left:0;
 right:0;
 top:8px;
 margin:0 auto;
  animation-name: updown;
  animation-duration:1.5s;
  animation-iteration-count:infinite;
}

.banner_01 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner_01 .tp_main_banner_swiper {
  width: 100%;
  height: 100%;
}

.banner_01 .banner_01_image {
  width: 28vw;
  height: 21vw;
  max-width: 880px;
  max-height: 660px;
  background-image: url(../images/bg/bg_image_02.jpg);
}

.banner_01 h1 {
  font-size: 1.75em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
  font-weight:700;
}

.banner_01 .tp_btn_01 a {
  border: 1px solid #fff;
  color: #fff;
}

.banner_01 .tp_btn_01 a:hover {
  border-color: #000;
  color: #000;
  background-color: #fff;
}

.banner_01 h4 {
  opacity: 0.7;
  font-size:0.8em;
  font-weight:300;
}

.sec02,.sec02_1,.sec02_2 {
  background-color: #fff;
}

.title_wrap{
  padding:30px 0;
}

.title_wrap h2{
margin-top:20px;
  font-size:2em;
  font-weight: 800;

}

.sec02_1_video{
  width:100%;
 
}

.list_09, .list_10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list_09 li ,.list_10 li {
  width: 49%;
  height: 200px;
  margin-bottom: 10px;
  border: 0;
  background-color: #1d4d68;
}

.list_09 .size_1_2{
  width: 49%;
}

.list_09 .size_2, .list_09 .size_3 , .list_10 .size_2{
  width:100%;
  
}

.list_09 .size_2 div, .list_09 .size_3 div{
height:100%;
display:flex;
  justify-content:center;
  }



.list_09 .list_con_1{
  background-image:url(../images/bg/bg01_01.png);
  background-size:cover; 
}
.list_09 .list_con_2{
  background-image:url(../images/bg/bg02.png);
  background-size:cover;
}
.list_09 .list_con_3{
  background-image:url(../images/bg/bg03.png);
  background-size:cover;
}
.list_09 .list_con_4{
  background-image:url(../images/bg/bg04.png);
  background-size:cover;
}
.list_09 .list_con_5{
  background-image:url(../images/bg/bg05.png);
  background-size:cover;
}
.list_09 .list_con_6{
  background-image:url(../images/bg/bg06.png);
  background-size:cover;
}
.list_09 .list_con_7{
  background-image:url(../images/bg/bg07.png);
  background-size:cover;
}


.list_09 li > a div {
  background-color: rgba(255, 255, 255, 0.0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
		  height:100%;
}

.list_09 li h2 {
  font-weight: 800;
  font-size: 1.7em;
  color:#666;
}

.list_09 li.size_1 h2 {
  font-weight: 800;
  font-size: 1.5em;
}

.list_09 li p {
  font-size:0.75em;
  color:#999;
  margin-top:-5px;
  text-align:center;
}

.list_09 li:last-of-type {
  background-image: url(../images/bg/bg02_1.png);
  background-size: 85px;
  background-position: 81% 50%;
}

.list_09 li:last-of-type:hover {
  background-size: 120px;
}

.sec03 {
  padding: 0;
  background:#fff;
}

.sub_banner_02 {
  padding: 70px 10px;
  background-color: #5c5c5c;
  background-image: url(/../../images/bg/bg08.jpg);
  color: #fff;
}

.sub_banner_02 h2 {
  font-weight: 800;
}

.sub_banner_02 .tp_btn_02 a {
  border: 1px solid #caad87;
  color: #caad87;
}

.sub_banner_02 .tp_btn_02 a:hover {
  border-color: #5c5c5c;
  color: #fff;
  background-color: #caad87;
}

.sub_banner_03 {
  z-index: -4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}

.sub_banner_03 .bg_area {
  z-index: -3;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-image: url(/../../images/bg/bg_image_03.jpg);
  opacity: 0.5;
}

.sub_banner_03 .text_box {
  z-index: 1;
  max-height: 80%;
  max-width: 80%;
  background-color: transparent;
}

.sub_banner_04 {
  height: 500px;
  background-color: #fff;
}

.sec04 {
  background-color: #fff;
}

.table_01 {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.table_01 dl {
  width: 50%;
  line-height: 2;
  border-left: 1px solid #000;
}

.table_01 dl * {
  border-top: 1px solid #000;
  background-color: #ccc;
}

.table_01 dl:first-of-type * {
  font-weight: 700;
  background-color: #aaa;
}

.table_01 dl:first-child {
  border-left-width: 0;
}

.table_01 dl dt {
  border-top: 0;
}

.sec05 {
  background-color: #fff;
  min-height: 100vh;
  overflow: hidden;
}

.sec05 h1 {
  margin-bottom: 30px;
}

.sec05 > div.animation_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: auto;
  margin-bottom: 100px;
}

.sec05 > div.animation_group .hover_gray, .sec05 > div.animation_group .hover_inverse {
  background-color: #f90;
}

.sec05 > div.animation_group .hover_bd, .sec05 > div.animation_group .hover_bd_move, .sec05 > div.animation_group .hover_bd_move_order, .sec05 > div.animation_group .hover_bdb_move, .sec05 > div.animation_group .hover_bdb_move_over {
  background-color: #eee;
}

.list_10 .time_con{
  background-image:url(/../../images/time.jpg);
}

@keyframes fadoff_time{
	from{
	opacity: 1;
	
	}
	to{
	opacity: 0;
	}
}


@keyframes updown{
	0%{
	top:6px;
	}
	25%{
	top:12px;
	}
	50%{
	top:6px;
	}
	75%{
	top:12px;
	}
	100%{
	top:8px;
	}
}

/*# sourceMappingURL=index_1.css.map */