
.top {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow:hidden
}

.top__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}


.top__bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b2e4d6;
    opacity:0
}

.top__movie {
    position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.top__movie__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top__movie__video.blur{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    -webkit-backface-visibility:hidden;
    filter:blur(15px);
	z-index: 1;
	
}

.top__movie:before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b354d;
    content: "";
    opacity:.4
}

.top__catch__wrapper .top__catch {
    z-index: 1;
    position: absolute;
    bottom: 6%;
    left: 5%;
    width: 55%;
	max-width: 800px;
	
}
.top__news{
	position: absolute;
	right: 3%;
	bottom: 6%;
	width:30%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.top__news
.top__news table a,
.top__news table,
.top__news table th,
.top__news table td{
	color: #fff;
	border: none;
	padding: 5px;
	font-size: clamp(13px, 1.5vw, 15px);
	line-height: 1.6em;
	position: relative;
	z-index: 10;
}

.top__news table td a{
	color: #fff;
}
.top__news h2{
	font-size: clamp(16px, 1.6vw, 16px);
	font-family: "Jost", sans-serif;
	padding: 10px;
	font-weight: 600;
	color: #fff;
}

  .top__movie__video.img-blur {
   /*  width:100%;
    vertical-align:bottom;
   opacity:0;*/
    -webkit-backface-visibility:hidden;
    filter:blur(15px);
  }


@media print , screen and (min-width:1px) and (max-width: 960px) {

.top__catch__wrapper .top__catch {
    z-index: 1;
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 70%;
	padding: 0;
	margin: 25vh 5% 5%;
}/*
.top__news{
	position: relative;
	right: 0;
	bottom: 0;
	width: 60%;
	margin: 5vh 5% 0 35%;
}*/
.top__news{
	position: absolute;
	right: 3%;
	bottom: 10%;
	width: 60%;
}
	
	.top__news h2{
		padding: 0 10px;
	}
	.top__news table{
		margin: 0 auto 10px;
	}
	.top__news table.resp th,
	.top__news table.resp td{
		padding: 5px 10px 0;
		margin: 0 auto;
	}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.top__news{
/*	position: relative;
	right: 0;
	bottom: 0;*/
	width: 90%;
/*	margin: 5vh 5% 0;*/
}
}
@media print , screen and (min-width:1px) and (max-width: 480px) {
.top__catch__wrapper .top__catch {
    width: 80%;
}
}

.contact-btn,
.service,
.flow{
	position: relative;
	background: #fff;
	padding: 5% 0;
}
.flow::after{
	content: "";
	height: 30%;
	left: 0;
	width: 100%;
	bottom: 0;
	position: absolute;
	background: #122b9f;
}
.company{
	position: relative;
	background: #122b9f;
	padding: 5% 0;
}
.company .Flexbox{
	justify-content: center;
}
.outline{
	background: url("../img/top/company_back.png") center center no-repeat;
	background-size: cover;
	padding: 5% 0;
	position: relative;
}
.about{
	height: 100vh;
}
.about .aboutbtn{
	position: absolute;
	right: 12%;
	width: 20%;
	top: 45%;
	max-width: 130px;
}
.about .top__catch{
	padding: 25vh 0 0 0;
	margin: auto 5%;
	width: 60%;
	max-width: 800px;
}
.about p{
	padding-top: 5vh;
	margin: auto 5%;
	text-align: right;
	color: #fff;
}

.title .en{
	color: #131967;
	font-size: clamp(30px, 6.0vw, 60px);
	font-family: "Jost", sans-serif;
	font-weight: 400;
	line-height: 1.2em;
}
.title p{
	text-align: center;
}


.service .title{
	width: 30%;
	padding: 0 20px 0 0;
}

.flow .title .en,
.service .title .en{
	text-align: left;
}
.flow .title p,
.service .title p{
	text-align: left;
}
.service .title .servicebtn{
	width: 80%;
	max-width: 250px;
	margin: 5% 0 0;
}
.service .servicelist{
	width: 70%;
}
.service .servicelist .servicebox{
	width: 50%;
	padding: 10px;
	position: relative;
	text-align: left;
}
.service .servicelist .servicebox .txt{
	display: inline-block;
	background: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 8px 20px;
	font-weight: 600;
	color: #000;
	font-size: clamp(16px, 1.8vw, 18px);
}
.service .servicelist .servicebox .txt .num{
	color: #6fd5ff;
	font-family: "Jost", sans-serif;
	font-size: clamp(16px, 2.2vw, 22px);
}

.flow .flowbtn {
	width: 30%;
}
.flow .flowbtn a{
	display: block;
	width: 80%;
	max-width: 250px;
	margin: 5% 0 0;
}
.flow .flowbox{
	width: 28%;
	padding: 20px;
}


@media print , screen and (min-width:1px) and (max-width: 1200px) {
.about .aboutbtn{
	position: absolute;
	right: 12%;
	width: 20%;
	top: 38%;
	max-width: 130px;
}
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.about .aboutbtn{
	position: absolute;
	right: 12%;
	width: 20%;
	top: 32%;
	max-width: 130px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
	
	
.about .aboutbtn{
	position: relative;
	right: inherit;
	width: 25%;
	top: inherit;	
	margin: 5% auto 0 5%;
}
.about .top__catch{
	padding: 40% 0 0 0;
	margin: auto 5%;
	width: 70%;
}
.about p{
	padding-top: 5%;
	margin: auto 4%;
	text-align: left;
	color: #fff;
}
.service .title{
	width: 100%;
	padding: 10px;
}

.service .servicelist{
	width: 100%;
}
.service .title .servicebtn{
	width: 80%;
	max-width: 200px;
	margin: 5% 0 0;
}
	
.flow .flowbtn {
	width: 100%;
}
.flow .flowbtn a{
	display: block;
	width: 80%;
	max-width: 200px;
	margin: 5% 0 0;
}
.flow .flowbox{
	width: 40%;
	margin: 0 5%;
	padding: 20px 0;
}

}
@media print , screen and (min-width:1px) and (max-width: 480px) {

.about .top__catch{
	padding: 30% 0 0 0;
	width: 80%;
}
.service .servicelist .servicebox{
	width: 100%;
}
}

.company .title{
	width: 70%;
}
.company .title .en{
	color: #fff;
	text-align: left;
}
.company .title p{
	text-align: left;
	color: #fff;
}
.company .combtn{
	width: 30%;
}
.company .combtn a{
	display: block;
	width: 80%;
	max-width: 250px;
	margin: 5% 0 0;
}

.company .combox{
	width: 33.3333%;
	padding: 20px 15px;
	text-align: left;
}
.company .combox a{
	color: #fff;
	text-align: left;
	text-decoration: none;
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
	
.company .title{
	width: 100%;
}
.company .combtn{
	width: 100%;
}
.company .combtn a{
	max-width: 200px;
}
.company .combox{
	width: 50%;
	padding: 20px 10px;
	text-align: left;
}
	
}

.outline .txt{
	width: 50%;
	padding: 20px;
	color: #fff;
}
.outline .txt .outlinebtn{
	display: block;
	width: 80%;
	max-width: 250px;
	margin: 5% 0 0;
}
.outline .photo{
	width: 50%;
	padding: 20px;
}


@media print , screen and (min-width:1px) and (max-width: 768px) {

.outline .txt{
	width: 100%;
	padding: 10px;
	color: #fff;
	order: 2;
}
.outline .txt .outlinebtn{
	max-width: 200px;
}
.outline .photo{
	width: 100%;
	margin: auto;
	padding: 10px;
	order: 1;
}	
	
}

