@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url("https://use.typekit.net/xda0gld.css");
@import url('https://fonts.cdnfonts.com/css/optima');
/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

body {
-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 100%;
 margin: 0;
 padding: 0;
 color:#333333;
 font-size: 12px;
 font-family: 'Noto Sans JP', "trajan-pro-3", sans-serif;
 background-color:#ffffff;
 /*
 min-width:1000px;
 */
 
}

*:focus {
  outline: none;
}


a {
 text-decoration:none;
 outline:none;
}

a:focus{
	outline: none;
}

a:hover{
	opacity:0.7;	
}

a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
cursor:pointer;
}


ul {
 margin: 0;
 padding: 0;

}

li{
	list-style:none;	
}

/* ベースレイアウト */



.toplogo{
  position: fixed;
  /*mix-blend-mode: difference;*/
  z-index: 4000;
   opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
}


#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

canvas{
		position:absolute;
		position:fixed;
		z-index:-1;
}

.contents{
	width:100%;
	position:relative;
	
}


header{
	position: relative;
	z-index: 9999;
	width: 100%;
	margin: 16px 0;
	overflow: auto;
	
}



.logo{
	position: absolute;
	display: block;
	float: none;
	margin: 50px 0 16px 50px;
	z-index: 4;
}

	
header .menu{
	font-family: termina, sans-serif;
	display: block;
	float: right;
	margin: 42px 40px 0 0;
	font-size: 14px;
	font-weight: 500;
}

header .menu a{
	display: inline-block;
	margin: 0 40px 0 0;
	color:#0D2682;
}




.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #293088;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
	width: 40px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}


#menu01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}




#video{
	width: 100%;
	position: fixed;
	display: block;
	margin: 0;
	z-index:-1;
	top: 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#video video{
	width: 100%;
	height: auto;
	
}

#video .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top:0;
	margin: 0;
	z-index: 3;
	padding: 0 0 0 0;
	overflow: hidden;
	background: #000000;
	opacity: 0.2;
}


.mcopy{
	display: block;
	position: absolute;
	left: 50px;
	top: 38%;
	z-index: 4;
}

.mcopy p{
	padding: 0;
	margin: 0 0 0 0;
	font-family: 'Optima', sans-serif;
	font-size: 66px;
	color: #ffffff;
	line-height: 1.1em;
}

.mcopy p .bold{
	font-weight: 600;
}

.scroll{
	display: block;
	position: absolute;
	left: 50px;
	bottom: 60px;
	z-index: 4;
}

.top_about{
	position: relative;
	text-align: left;
	width: 100%;
	padding:  100px 0 100px 0;
	overflow: hidden;
	background: #ffffff;
}


.top_about .inner{
	width: 1000px;
	margin: 0 auto;
	display: block;
	z-index: 5;
	position: relative;
}

.top_about h4{
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	margin:  0 0 8px 0;
	font-family: 'Optima', sans-serif;
	color:#232E84;
	
}

.top_about .aboutbox{
	
	display: block;
	margin: 20px 0 100px 0;
	overflow: auto;
	position: relative;
	
}

.top_about .aboutbox .abL{
	width: 520px;
	display: block;
	float: left;
	margin: 0 100px 0 0;
	
}

.top_about .aboutbox .abL img{
	width: 100%;
	height: auto;
}

.top_about .aboutbox .abR{
	width: 340px;
	display: block;
	float: left;
	margin: 0 0 0 0;
	
}

.top_about .aboutbox .abR p{
	font-size: 15px;
	line-height: 2em;
	color: #000000;
}



.top_about .projectbox{
	
	display: block;
	margin: 20px 0 100px 0;
	overflow: auto;
	position: relative;
	
}

.top_about .projectbox .pbox{
	width: 480px;
	display: block;
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}

.top_about .projectbox .pbox:nth-child(2n){
	margin: 0 0 0 0;
	
}

.top_about .projectbox .pbox h2{
	font-size: 64px;
	color: #000000;
	font-family: 'Optima', sans-serif;
	padding: 0;
	font-weight: 500;
	line-height: 1em;
	margin: 12px 0 4px 0;
}

.top_about .projectbox .pbox h3{
	font-size: 16px;
	color: #000000;
	padding: 0;
	margin: 0 0 8px 0;
	font-weight: 500;
}


.box {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  line-height: auto;

  opacity: 0;
}


.isPlay {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #232E84;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}




.cont {
  
  opacity: 0;
}
.cont.inview {
  animation-name: fade-in;
  animation-duration: .7s;
  animation-timing-function: ease-in-out;
  animation-delay: .5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


#service{
	width: 100%;
	padding: 100px 0;
	margin: 0;
	background: #232E84;
	color: #ffffff;
	
}


#service .inner{
	display: block;
	width: 1000px;
	margin: 0 auto;
}


#service h4{
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	margin:  0 0 8px 0;
	font-family: 'Optima', sans-serif;
	color:#ffffff;
	
}

#service .simg{
	display: block;
	width: 480px;
	margin: 40px auto 80px;
}

#service .inner h3{
	font-family: 'Optima', sans-serif;
	font-size: 22px;
	margin: 32px 0 8px 0;
	padding: 0;
	font-weight: 500;
}


#service .inner .service_txt{
	font-size: 15px;
	line-height: 2em;
	padding: 0;
	margin: 10px 0;
}



#client{
	width: 100%;
	padding: 100px 0;
	margin: 0;
	background: #ffffff;
	color: #000000;
	
}


#client .inner{
	display: block;
	width: 1000px;
	margin: 0 auto;
	
}

#client h4{
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	margin:  0 0 8px 0;
	font-family: 'Optima', sans-serif;
	color:#232E84;
	
}

#client .inner .clbox{
	display: block;
	position: relative;
	text-align: center;
	margin: 20px 0 80px 0;
	
	
}

#client .inner .clbox .clogo{
	display: inline-block;
	margin: 20px 40px;
	vertical-align: middle;
}

#client .company{
	display: block;
	position: relative;
	width: 1000px;
	margin: 80px auto 40px;
}


#client .company .comp_box{
	display: block;
	overflow: auto;
	position: relative;
	margin: 40px 0 0 0;
}

#client .company .comp_box .cp_L{
	display: block;
	width: 300px;
	margin:0 60px 0 60px;
	float: left;
}

#client .company .comp_box .cp_R{
	display: block;
	width: 560px;
	margin:0;
	font-size: 15px;
	float: left;
}

#client .company .comp_box .cp_R .cptxt{
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #000000;
	line-height: 1.8em;
}


#client .company .comp_box .cp_R .cptxt .cpname{
	display: inline-block;
	width: 120px;
	font-weight:500;
}


#client .company .comp_box .cp_R .cptxt2{
	display: block;
	overflow: auto;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #000000;
	line-height: 1.8em;
}

#client .company .comp_box .cp_R .cptxt2 .cpname2{
	display: block;
	width: 120px;
	float: left;
	font-weight: 500;
	
}

#client .company .comp_box .cp_R .cptxt2 .cp{
	display: block;
	
	float: left;
	
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 388px !important; /* 高さを指定 */
  width: 320px !important;
	margin: 0 40px 0 0;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: 320px;
  height: auto;
	
}

.infinite-slider .swiper-slide .pinfo{
	width: 240px;
	background: #0D2682;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 0 10px 20px;
	border-radius: 8px;
}
.infinite-slider .swiper-slide .pinfo .pi01{
	font-size: 28px;
	padding: 0;
	margin: 0 0 4px 0;
	font-weight: 600;
}
.infinite-slider .swiper-slide .pinfo .pi02{
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 0;
}



.scrollarea{
	width:100%;
	margin:40px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 40px 0 0;
	width: 2299px;
	height: 143px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}

.footer{
	clear: both;
	width:100%;
	background-color: #ffffff;
	padding:20px 0;
	margin:0 0 0 0;
	overflow: auto;
	font-family: 'Optima', sans-serif;
	text-align: center;
}




.footer  a{
	color: #232E84;
	
	font-size: 52px;
	display: inline-block;
	font-weight: 500;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}



.footer .copyright{
	display: block;
	margin: 80px 0 40px 0;
	padding: 0;
	
	font-size: 14px;
	font-weight: 500;

	color:#000000;
	
	
}


.spbtn{
	display: none;
}

.spmenu{
	display: none;
}

.pc{
	display: block;
}

.sp{
	display:none;
}


@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 800px) {
	
	
.sp{
	display: block;
}

.pc{
	display:none;
}

	

/* ベースレイアウト */


#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

.contents{
	width:100%;
	position:relative;
	
}



	
.spbtn{
	position: relative;
	display: block;
		float: right;
		margin: 18px 8% 0 0;
	cursor: pointer;
	width: 10%;
		
}
	
	

	.spbtn img{
		width: 100%;
		height: auto;
	}
	
	
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 100%;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #293088;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
	width: 80%;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
width: 60%;
}


#menu01.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
	width: 100%;
}

	
	
	.spmenu{
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.90);
		position: fixed;
		top:0;
		z-index: 9998;
		padding: 140px 0 0 0;
	}
	
	
	.spmenu a{
		display: block;
		font-family: termina, sans-serif;
	margin: 0 0 16px 0;
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		color:#2C348B;
		
		
		
	}
	
	.spmenu div{
	display: block;
	margin: 0 0 10px 0;
		text-align: center;
}
	






.logo{
	display: block;
	margin: 50px 0 10px 5%;
	width: 40%;
}

	.logo img{
		width: 100%;
		height: auto;
	}
	
	
header .menu{
	font-family: termina, sans-serif;
	display:none;
	float: right;
	margin: 40px 40px 0 0;
	font-size: 14px;
	font-weight: 500;
}

header .menu a{
	display: inline-block;
	margin: 0 40px 0 0;
	color:#2C348B;
}



#video{
	width: 100%;
	position: relative;
	display: block;
	margin: 0;
	z-index: 2;
	padding: 0 0 0 0;
	overflow: hidden;
}

#video video{
	width: 100%;
	height: auto;
	
}

#video .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top:0;
	margin: 0;
	z-index: 3;
	padding: 0 0 0 0;
	overflow: hidden;
	background: #000000;
	opacity: 0.3;
}


.mcopy{
	display: block;
	position: absolute;
	left: 5%;
	top: 50%;
	z-index: 4;
	width: 75%;
}
	
	.mcopy img{
		width: 100%;
		height: auto;
	}

.mcopy p{
	padding: 0;
	margin: 0 0 0 0;
	font-family: termina, sans-serif;
	font-size: 44px;
	color: #ffffff;
	line-height: 1.1em;
	drop-shadow(4px 4px 8px black);
}

.mcopy p .bold{
	font-weight: 600;
}

.scroll{
	display: block;
	position: absolute;
	left: 5%;
	bottom: 60px;
	z-index: 4;
}

.top_about{
	position: relative;
	text-align: left;
	width: 100%;
	padding:  100px 0 50px 0;
	overflow: hidden;
	background: #ffffff;
}


.top_about .inner{
	width: 90%;
	margin: 0 auto;
	display: block;
	z-index: 5;
	position: relative;
}

.top_about h4{
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	margin:  0 0 8px 0;
	font-family: 'Optima', sans-serif;
	color:#232E84;
	
}

.top_about .aboutbox{
	
	display: block;
	margin: 20px 0 100px 0;
	overflow: auto;
	position: relative;
	
}

.top_about .aboutbox .abL{
	width: 80%;
	display: block;
	float: none;
	margin: 0 0 40px 0;
	
}

.top_about .aboutbox .abL img{
	width: 100%;
	height: auto;
}

.top_about .aboutbox .abR{
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 0 0;
	
}

.top_about .aboutbox .abR p{
	font-size: 15px;
	line-height: 2em;
	color: #000000;
}



.top_about .projectbox{
	
	display: block;
	margin: 20px 0 100px 0;
	overflow: auto;
	position: relative;
	
}

.top_about .projectbox .pbox{
	width: 100%;
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
	float: none;
}
	
	
	.top_about .projectbox .pbox img{
		width: 100%;
		height: auto;
	}

.top_about .projectbox .pbox:nth-child(2n){
	margin: 0 0 0 0;
	
}

.top_about .projectbox .pbox h2{
	font-size: 64px;
	color: #000000;
	font-family: 'Optima', sans-serif;
	padding: 0;
	font-weight: 500;
	line-height: 1em;
	margin: 12px 0 4px 0;
}

.top_about .projectbox .pbox h3{
	font-size: 16px;
	color: #000000;
	padding: 0;
	margin: 0 0 8px 0;
	font-weight: 500;
}


.box {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  line-height: auto;

  opacity: 0;
}


.isPlay {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #232E84;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}




.cont {
  
  opacity: 0;
}
.cont.inview {
  animation-name: fade-in;
  animation-duration: .7s;
  animation-timing-function: ease-in-out;
  animation-delay: .5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


#service{
	width: 100%;
	padding: 100px 0;
	margin: 0;
	background: #232E84;
	color: #ffffff;
	
}


#service .inner{
	display: block;
	width: 90%;
	margin: 0 auto;
}


#service h4{
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	margin:  0 0 8px 0;
	font-family: 'Optima', sans-serif;
	color:#ffffff;
	
}

#service .simg{
	display: block;
	width: 80%;
	margin: 40px auto 80px;
}
	
	#service .simg img{
		display: block;
		width: 100%;
		height: auto;
	}

#service .inner h3{
	font-family: 'Optima', sans-serif;
	font-size: 22px;
	margin: 32px 0 8px 0;
	padding: 0;
	font-weight: 500;
}


#service .inner .service_txt{
	font-size: 15px;
	line-height: 2em;
	padding: 0;
	margin: 10px 0;
}



#client{
	width: 100%;
	padding: 100px 0;
	margin: 0;
	background: #ffffff;
	color: #000000;
	
}


#client .inner{
	display: block;
	width: 90%;
	margin: 0 auto;
	
}

#client h4{
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	margin:  0 0 8px 0;
	font-family: 'Optima', sans-serif;
	color:#232E84;
	
}

#client .inner .clbox{
	display: block;
	position: relative;
	text-align: center;
	margin: 20px 0 80px 0;
	
	
}

#client .inner .clbox .clogo{
	display: inline-block;
	margin: 20px 20px;
	vertical-align: middle;
}
	
	#client .inner .clbox .clogo img{
		width: 130px;
		height: auto;
	}
	
	
	#client .inner .clbox .clogo:nth-child(3){
		margin: 20px 70px 20px 0;
		
	}

	#client .inner .clbox .clogo:nth-child(4){
		margin: 20px 40px 20px 0px;
		
	}
	
	#client .inner .clbox .clogo:nth-child(4) img{
		width: 70px;
		height: auto;
	}

	
#client .company{
	display: block;
	position: relative;
	width: 90%;
	margin: 80px auto 0px;
}


#client .company .comp_box{
	display: block;
	overflow: auto;
	position: relative;
	margin: 40px 0 0 0;
}

#client .company .comp_box .cp_L{
	display: block;
	width: 100%;
	margin:0 0 80px 0;
	float: none;
}
	
#client .company .comp_box .cp_L img{
		width: 40%;
		height: auto;
	display: block;
		margin:  0 auto ;
	}

#client .company .comp_box .cp_R{
	display: block;
	width: 100%;
	margin:0;
	font-size: 15px;
	float: none;
}

#client .company .comp_box .cp_R .cptxt{
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #000000;
}


#client .company .comp_box .cp_R .cptxt .cpname{
	display: block;
	width: 120px;
	font-weight:500;
	margin:  0 0 20px 0;
}


#client .company .comp_box .cp_R .cptxt2{
	display: block;
	overflow: auto;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #000000;
}

#client .company .comp_box .cp_R .cptxt2 .cpname2{
	display: block;
	width: 120px;
	float: none;
	font-weight: 500;
	margin: 0 0 20px 0;
	
}

#client .company .comp_box .cp_R .cptxt2 .cp{
	display: block;
	
	float: none;
	
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 300px !important; /* 高さを指定 */
  width: 246px !important;
	margin: 0 40px 0 0;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: 246px;
  height: auto;
	
}

.infinite-slider .swiper-slide .pinfo{
	width: 200px;
	background: #0D2682;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 0 10px 20px;
	border-radius: 8px;
}
.infinite-slider .swiper-slide .pinfo .pi01{
	font-size: 28px;
	padding: 0;
	margin: 0 0 4px 0;
	font-weight: 600;
}
.infinite-slider .swiper-slide .pinfo .pi02{
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 0;
}



.scrollarea{
	width:100%;
	margin:40px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 40px 0 0;
	width: 1609px;
	height: 100px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}


.footer{
	clear: both;
	width:100%;
	background-color: #ffffff;
	padding:20px 0;
	margin:0 0 0 0;
	overflow: auto;
	font-family: 'Optima', sans-serif;
	text-align: center;
}




.footer  a{
	color: #232E84;
	
	font-size: 36px;
	display: inline-block;
	font-weight: 500;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}



.footer .copyright{
	display: block;
	margin: 80px 0 40px 0;
	padding: 0;
	
	font-size: 14px;
	font-weight: 500;

	color:#000000;
	
	
}



	
}