@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url("https://use.typekit.net/bkr7uez.css");
/* 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:#000000;
 font-size: 12px;
 font-family:  'Noto Sans JP', 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;	
}

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






#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;
	
}


header{
	position: relative;
	z-index: 9999;
	margin: 40px 0 0 40px;
	overflow: auto;
	
}



header .logo{
	display: block;
	float: left;
	margin: 0 100px 0 0;
}


header .subcopy{
	font-family: termina, sans-serif;
	font-size: 12px;
	font-weight: 700;
	display: block;
	float: right;
	margin: 0 40px 0 0;
	padding: 0;
	color: #F4A71E;
}

header .subcopy .normal{
	font-family: termina, sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #F4A71E;
	padding: 0;
	margin: 0;
}


header .menu{
	font-family: termina, sans-serif;
	display: block;
	float: left;
	margin: 10px 50px 0 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

header .menu a{
	display: inline-block;
	margin: 0 50px 0 0;
	padding: 0;
	
	overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  font-size: 14px;
  /*
   影の設定
   1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
   2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.3s;
	
}
header .menu a:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000; /* 2つの影の位置を上方向に1.5emずつずらす */
}


.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);
}


.contactbtn{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 20px;
}

.ccircle{
  animation:8s linear infinite rotation1;
}

.mail{
	position: absolute;
	top: 86px;
	left: 86px;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

#FV{
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	
}


#FV .topimg{
	display: block;
	width: 94%;
	margin: 40px  auto 40px auto;;
}

.maincopy{
	position: absolute;
	font-family: termina, sans-serif;
	font-size: 64px;
	line-height: 1.1em;
	display: block;
	margin: 0;
	bottom: 40px;
	left: 2%;
	color: #F4A71E;
	padding: 0;
	
	
}

.maincopy h1{
	font-size: 64px;
	font-weight: 800;
	font-family: termina, sans-serif;
	margin: 0;
	padding: 0;
}

.maincopy h1 .normal{
	font-family: termina, sans-serif;
	font-weight: 500;
	font-size: 64px;
	color: #F4A71E;
	padding: 0;
	margin: 0;
}

.maincopy h2{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 1em;
	margin: 0;
	padding: 14px 0 40px 0;
}

.img01{
	display: block;
	position: absolute;
	top:10%;
	left: 5%;
}

.img02{
	display: block;
	position: absolute;
	top:5%;
	left: 45%;
}


.img03{
	display: block;
	position: absolute;
	top:6%;
	left:80%;
}


.img04{
	display: block;
	position: absolute;
	bottom:10%;
	left: 10%;
}


.img05{
	display: block;
	position: absolute;
	bottom:20%;
	left: 40%;
}


.img06{
	display: block;
	position: absolute;
	bottom:5%;
	left: 70%;
}


/*
.mainimg img{
	width: 55%;
	margin: 0 5% 0 40%;
	height: auto;
	display: block;
}
*/
/*text animetions*/
@keyframes showTextFromBottom{
  0%{
    transform: translateY( 100% );
  }
  100%{
    transform: translateY( 0px );
  }
}
.anime-up.displayed span{
  animation: showText 1s backwards;
  display: inline-block;
}
.anime-up.displayed > span{
  overflow: hidden;
}
.anime-up.displayed > span > span{
  animation: showTextFromBottom 0.5s backwards;
}



.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-image: linear-gradient( 109.6deg,  rgba(174,174,170,1) 11.2%, rgba(126,115,111,1) 91.1% );
}

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

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


#service{
	display: block;
	position: relative;
	width: 1100px;
	padding: 0;
	margin: 100px auto;
}



#service h2{
	font-weight: 300;
	font-family: termina, sans-serif;
	font-size: 74px;
	line-height: 1em;
	padding: 0;
	margin:0;
	
}

#service h3{
	
	font-size: 15px;
	color: #f4a71e;
	margin: 6px 0 0 0;
	padding: 0;
	
}

#service h3 .maru{
	font-size: 8px;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

	#service .oemtxt{
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
	margin: 40px 0 80px 0;
	padding: 0;
	
}

#service .svbox{
	position: relative;
	display: block;
	overflow: auto;
	margin: 40px 0 100px 0;
	
	
}

#service .svbox .svL{
	display: block;
	float: left;
	margin: 0 80px 0 0;
}
#service .svbox .svR{
	width: 522px;
	display: block;
	float: left;
	margin: 0 0 0 0;
}


#service .svbox .svR .num{
	font-family: termina, sans-serif;
	font-size: 18px;
	margin: 0 0 4px 0;
	padding: 0;
	color: #f4a71e;
	font-weight: 600;
	line-height: 1em;
	
}

#service .svbox .svR h3{
	font-size: 48px;
	font-weight: 300;
	color: #000000;
	margin: 0 0 30px 0;
	padding: 0;
}

#service .svbox .svR .sertxt{
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
	margin: 0 0 40px 0;
	padding: 0;
	
}

#service .svbox .svR a{
	font-size: 15px;
	padding: 10px 64px;
	margin: 0;
	border: 1px solid #f4a71e;
	display: inline-block;
	border-radius: 32px;
	color: #f4a71e;
	
}


#service .svbox2{
	position: relative;
	display: block;
	overflow: auto;
	margin: 40px 0 100px 0;
	
	
}

#service .svbox2 .svL{
	display: block;
	float: right;
	margin: 0 0 0 80px;
}
#service .svbox2 .svR{
	width: 522px;
	display: block;
	float: right;
	margin: 0 0 0 0;
}


#service .svbox2 .svR .num{
	font-family: termina, sans-serif;
	font-size: 18px;
	margin: 0 0 4px 0;
	padding: 0;
	color: #f4a71e;
	font-weight: 600;
	line-height: 1em;
	
}

#service .svbox2 .svR h3{
	font-size: 48px;
	font-weight: 300;
	color: #000000;
	margin: 0 0 30px 0;
	padding: 0;
}

#service .svbox2 .svR .sertxt{
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
	margin: 0 0 40px 0;
	padding: 0;
	
}

#service .svbox2 .svR a{
	font-size: 15px;
	padding: 10px 64px;
	margin: 0;
	border: 1px solid #f4a71e;
	display: inline-block;
	border-radius: 32px;
	color: #f4a71e;
	
}


#service .other{
	font-family: termina, sans-serif;
	font-size: 36px;
	margin: 0 0 24px 0;
	padding: 0;
	color: #f4a71e;
	font-weight: 500;
	line-height: 1em;
	
}


.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: 3640px;
	height: 94px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}








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






#news{
	display: block;
	position: relative;
	width: 1090px;
	padding: 0;
	margin: 20px auto;
}


#news .inner{
	margin: 0 auto;
	width: 100%;
	position: relative;
}
#news h2{
	font-weight: 300;
	font-family: termina, sans-serif;
	font-size: 74px;
	line-height: 1em;
	padding: 0;
	margin:0;
	
}

#news h3{
	
	font-size: 15px;
	color: #f4a71e;
	margin: 6px 0 0 0;
	padding: 0;
	
}

#news h3 .maru{
	font-size: 8px;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
}


#news .subtxt{
	font-family: 'Noto Sans JP', serif;
	font-size: 18px;
	line-height: 1em;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 600;
}

#news .news_cont{
	display: block;
	position: relative;
	width: 100%;
	overflow: auto;
	margin: 40px 0 0 0;
	background: #FFFBF5;
	padding: 40px 40px 20px 40px;
	border-radius: 16px;
}




#news .news_cont .news_box{
	display: block;
	position: relative;
	width: 100%;
	overflow: auto;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #F4A71E;
}




#news .news_cont .news_box .date{
	font-family: termina, sans-serif;
	font-size: 15px;
	padding: 0;
	margin: 0 20px 10px 0;
	font-weight: 500;
	display: inline-block;
	
}
#news .news_cont .news_box .tag{
	font-family: termina, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 2px 16px;
	margin: 0;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	border-radius: 32px;
	background: #F4A71E;
}


#news .news_cont .news_box .title{
	font-family: 'Noto Sans JP', serif;
	font-size: 15px;
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 500;
}

#news .news_cont .news_box .title a{
	color: #333333;
}

#news .listbtn a{
	width: 196px;
	font-family: 'Noto Sans JP', serif;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 8px 24px;
	margin: 40px auto;
	background: #F4A71E;
	border-radius: 32px;
	text-align: center;
}




#contact{
	display: block;
	position: relative;
	width: 1060px;
	padding: 0;
	margin: 100px auto;
}


#contact .inner{
	margin: 0;
	width: 100%;
	display: block;
	overflow: auto;
	position: relative;
}


#contact .cbL{
	display: block;
	width: 460px;
	
	margin: 0 80px 0 0;
	position: relative;
	float: left;
}

#contact .cbR{
	display: block;
	width: 520px;
	margin: 0 0 0 0;
	position: relative;
	float: left;
}

#contact .cbR h3{
	font-family: termina, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin: 36px 0 40px 0; 
}

#contact .cbR .cbtxt{
	font-size: 15px;
	font-family: 'Noto Sans JP', serif;
	line-height: 1.6em;
	margin: 0 0 32px 90px;
	font-weight: 500;
	
}


#contact .cbR  a{
	font-family: termina, sans-serif;
	width: 240px;
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	background: #000000;
	border-radius: 64px;
	margin:  0 54px 0 0;
	font-weight: 600;
}
#contact .cbR  .tel{
	font-family: termina, sans-serif;
	
	color: #000000;
	font-size: 18px;
	
	display: inline-block;
	font-weight: 600;
}




footer{
	display: block;
	position: relative;
	width: 98%;
	padding: 0;
	margin: 0 2% 40px 0;
	overflow: auto;
}

footer .flogo{
	display: block;
	float: left;
	margin: 0 0 0 2%;
}


footer .copyright{
	font-family: termina, sans-serif;
	
	font-weight: 500;
	font-size: 14px;
	margin: 0 2% 0 0;
	display: inline-block;
	float: right;
}




/*ABOUTページ*/

#company{
	display: block;
	position: relative;
	width: 1260px;
	padding: 0;
	margin: 100px auto;
}



#company h2{
	font-weight: 300;
	font-family: termina, sans-serif;
	font-size: 74px;
	line-height: 1em;
	padding: 0;
	margin:0;
	
}

#company h3{
	
	font-size: 15px;
	color: #f4a71e;
	margin: 6px 0 0 0;
	padding: 0;
	
}

#company h3 .maru{
	font-size: 8px;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

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

#company .cpbox .cpL {
	display: block;
	float: left;
	width: 600px;
	margin: 0 60px 0 0;
}
#company .cpbox .cpR h2 {
	font-family:  'Noto Sans JP', serif;
	font-weight: 300;
	font-size: 24px;
	display: block;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 20px 0;
}

#company .cpbox .cpR h3 {
	font-weight: 500;
	font-family: termina, sans-serif;
	display: block;
	line-height: 1.5em;
	font-size: 20px;
	padding: 0;
	margin: 0 0 0 0;
	color: #F4A71E;
}
#company .cpbox .cpR h3 .normal{
	font-family: termina, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #F4A71E;
	padding: 0;
	margin: 0;
}

#company .cpinfo{
	display: block;
	clear: both;
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#company .cpinfo h3{
	font-family: termina, sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #F4A71E;
	padding: 0;
	margin: 0 0 32px 0;
}


#company .cpinfo .cpibox{
	display: block;
	margin: 0 0 40px 0;
}

#company .cpinfo .cpibox .cname{
	width: 120px;
	display: inline-block;
	padding: 20px 0 0 0;
	margin: 0 80px 0 0;
	border-top: 1px solid #F4A71E;
	font-size: 15px;
	font-family:  'Noto Sans JP', serif;
	line-height: 1em;
	font-weight: 500;
	vertical-align: top;
}
#company .cpinfo .cpibox .cinfo{
	width: 680px;
	display: inline-block;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	border-top: 1px solid #cccccc;
	font-size: 15px;
	font-family:  'Noto Sans JP', serif;
	line-height: 1.5em;
	font-weight: 500;
}


/*wordflowページ*/

#workflow{
	display: block;
	position: relative;
	width: 1280px;
	padding: 0;
	margin: 100px auto;
}



#workflow h2{
	font-weight: 300;
	font-family: termina, sans-serif;
	font-size: 74px;
	line-height: 1em;
	padding: 0;
	margin:0;
	
}

#workflow h3{
	
	font-size: 15px;
	color: #f4a71e;
	margin: 6px 0 0 0;
	padding: 0;
	
}

#workflow h3 .maru{
	font-size: 8px;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

#workflow .wfbox{
	
	width: 1040px;
	position: relative;
	display: block;
	overflow: auto;
	margin: 60px auto;
	
	
}

#workflow .wfbox .wfL{
	width: 400px;
	display: block;
	float: left;
	margin: 0 80px 0 0;
}
#workflow .wfbox .wfR{
	width: 560px;
	display: block;
	float: left;
	margin: 0 0 0 0;
}


#workflow .wfbox .wfR .num{
	font-family: termina, sans-serif;
	font-size: 18px;
	margin: 0 0 4px 0;
	padding: 0;
	color: #f4a71e;
	font-weight: 600;
	line-height: 1em;
	
}

#workflow .wfbox .wfR h3{
	font-size: 48px;
	font-weight: 300;
	color: #000000;
	margin: 0 0 30px 0;
	padding: 0;
}

#workflow .wfbox .wfR .sertxt{
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
	margin: 0 0 40px 0;
	padding: 0;
	
}

#workflow .cursol{
	width: 152px;
	margin: 0 auto;
	display: block;
}


/*SERVICEページ*/

.optxt{
	display: block;
	font-size: 20px;
}

.oparea{
	display: block;
	width: 100%;
	padding: 40px 0;
	background: #FFFBF5;
	border-radius: 16px;
}

.oparea h1{
	font-family:  'Noto Sans JP', serif;
	font-size: 44px;
	margin: 0 0 24px 80px;;
	padding: 0;
	color: #333333;
	font-weight: 300;
	line-height: 1.5em;
	display: block;
	
}

.oparea .opinfo{
	display: block;
	font-size: 15px;
	font-family:  'Noto Sans JP', serif;
	line-height: 1.5em;
	font-weight: 500;
	margin: 0 40px 20px 80px;
	
}


.oparea  a{
	font-family: termina, sans-serif;
	width: 240px;
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: block;
	background: #F4A71E;
	border-radius: 64px;
	margin:  40px auto;
	font-weight: 600;
}



/*news詳細*/

#news .mt80{
	margin-top: 80px;
	display: block;
	margin-bottom: 80px;
}

#news .news_info{
	display: block;
	position: relative;
	width: 1080px;
	overflow: auto;
	margin: 40px 0 0 0;

	padding: 40px;
	border-radius: 16px;
	border: 1px solid #F4A71E;
}





#news .news_info .date{
	font-family: termina, sans-serif;
	font-size: 15px;
	padding: 0;
	margin: 0 20px 10px 0;
	font-weight: 500;
	display: inline-block;
	
}
#news .news_info .tag{
	font-family: termina, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 2px 16px;
	margin: 0;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	border-radius: 32px;
	background: #F4A71E;
}


#news .news_info .title{
	display: block;
	font-family: 'Noto Sans JP', serif;
	font-size: 24px;
	line-height: 1.6em;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-weight: 500;
	border-bottom: 1px solid #F4A71E;
}


#news .news_info p{
	display: block;
	font-family: 'Noto Sans JP', serif;
	font-size: 15px;
	line-height: 1.6em;
	padding: 0 0 20px 0;
	margin: 40px 0 40px 0;
	font-weight: 400;
	
}

#news .news_info img{
	display: block;
	width: 80%;
	height: auto;
	margin:  0 auto;
	border-radius: 8px;
}


#news .news_cont .news_box .title a{
	color: #333333;
}

#news .listbtn a{
	width: 196px;
	font-family: 'Noto Sans JP', serif;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 8px 24px;
	margin: 40px auto;
	background: #F4A71E;
	border-radius: 32px;
	text-align: center;
}


.pagenation{
	font-family: termina, sans-serif;
  clear: both;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 18px;
	font-weight: 700;
	margin: 40px 0 0 0;
}

.pagenation a{
	display: inline-block;
	margin: 0 15px;
  color: #666666;
  text-decoration: underline;
  
}

.pagenation .current{
  color: #F4A71E;
  
}

.pagenation a .page-numbers{
  display: inline-block;
  margin: 0 30px 0 0;
	font-size: 18px;
}
.pagenation a.next{
  color: #F4A71E;
  display: inline-block;
  margin: 0 0 0 30px;
  text-decoration:none;
}
.pagenation a.prev{
  color: #F4A71E;
  display: inline-block;
  margin: 0 30px 0 0;
  text-decoration:none;
}



.contact_cont{
	width: 920px;
	margin:  0 auto;
	display: block;
	
}

.contact_cont .contacttxt{
	font-family: 'Noto Sans JP', serif;
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	padding: 0;
	margin: 40px;
	line-height: 1.7em;
	
	
}

.contact_cont .inner{
	display: block;
	overflow: auto;
	position: relative;
	width: 920px;
}


.contact_cont .inner .cbL{
	display: block;
	width: 460px;
	
	margin: 0 80px 0 0;
	position: relative;
	float: left;
}

.contact_cont .inner .cbR{
	display: block;
	width: 380px;
	margin: 0 0 0 0;
	position: relative;
	float: left;
}



.contact_cont .inner .cbR  a{
	font-family: termina, sans-serif;
	width: 240px;
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: block;
	background: #000000;
	border-radius: 64px;
	margin:  60px 0 40px 70px;
	font-weight: 600;
}
.contact_cont .inner .cbR  .tel{
	font-family: termina, sans-serif;
	
	color: #000000;
	font-size: 18px;
	text-align: center;
	display: block;
	font-weight: 600;
}




.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: 940px) {
	
	
.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;
	overflow: hidden;
}




header{
	position: relative;
	z-index: 9999;
	margin: 32px 5% 0 5%;
	overflow: auto;
	width: 90%;
	display: block;
	padding: 8px 0;
	height: 40px;
}



header .logo{
	display: block;
	float: left;
	margin: 0 0 0 0;
	width: 50%;
}
	header .logo img{
		width: 100%;
		height: auto;
		display: block;
	}

header .subcopy{
	font-family: "Inter", serif;
	font-size: 16px;
	text-transform: uppercase;
	display: none;
	float: left;
	margin: 0 0 0 60px;
	padding: 0;
}

header .menu_right{
	display: block;
	float: left;
	margin: 6px 0 0 15%;
}
header .menu{
	font-family: "Inter", serif;
	display: none;
	float: left;
	margin: 10px 40px 0 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

header .menu a{
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;
	color:#000000;
	
}
header span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
	padding: 0;
	font-size: 8px;
	color:#000000;
}






	
header .spbtn{
	position: relative;
	display: block;
		float: right;
		margin: 0 0 0 0;
	cursor: pointer;
	width: 14%;
		
}
	
	

	header .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: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333333;

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


#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);
	width: 100%;
}

	
	
	.spmenu{
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.90);
		position: fixed;
		top:0;
		z-index: 9998;
		padding: 120px 0 0 0;
	}
	
	



	
	.spmenu a{
		display: block;
		font-family: termina, sans-serif;
	margin: 0 0 16px 0;
		font-size: 32px;
		text-align: center;
		font-weight: 400;
		color:#000000;
		
		
		
	}
	
	
	
	
	.spmenu div{
	display: block;
	margin: 0 0 10px 0;
		text-align: center;
}
	


.contactbtn{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 120px;
}
	
	.contactbtn img{
		display: block;
		width: 100%;
		height: auto;
	}

.ccircle{
  animation:8s linear infinite rotation1;
}

.mail{
	position: absolute;
	top: 44px;
	left: 44px;
}
	
	.mail img{
		width: 32px;
		height: auto;
	}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

#FV{
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	overflow: auto;
	
}

.maincopy{
	position: relative;
	font-family: termina, sans-serif;
	font-size: 64px;
	line-height: 1.1em;
	display: block;
	margin: 0 0 0 4%;
	bottom: 0;
	left: 0;
	color: #F4A71E;
	padding: 0;
	
	
}

.maincopy h1{
	font-size: 26px;
	font-weight: 800;
	font-family: termina, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.maincopy h1 .normal{
	font-family: termina, sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: #F4A71E;
	padding: 0;
	margin: 0;
}

.maincopy h2{
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	line-height: 1.5em;
	margin: 0;
	width: 80%;
	padding: 14px 0 4px 0;
}
	
	
	.topimg img{
		width:100%;
		height: auto;
		
	}

.img01{
	display: block;
	position: absolute;
	top:5%;
	left: 5%;
	width: 40%;
}

.img02{
	display: block;
	position: absolute;
	top:32%;
	left: 48%;
	width: 30%;
}


.img03{
	display: block;
	position: absolute;
	top:6%;
	left:60%;
	width: 30%;
}


.img04{
	display: block;
	position: absolute;
	bottom:40%;
	left: 6%;
	width: 32%;
}


.img05{
	display: block;
	position: absolute;
	bottom:7%;
	left: 22%;
	width: 35%;
}


.img06{
	display: block;
	position: absolute;
	bottom:24%;
	left: 65%;
	width: 28%;
}


/*
.mainimg img{
	width: 55%;
	margin: 0 5% 0 40%;
	height: auto;
	display: block;
}
*/
/*text animetions*/
@keyframes showTextFromBottom{
  0%{
    transform: translateY( 100% );
  }
  100%{
    transform: translateY( 0px );
  }
}
.anime-up.displayed span{
  animation: showText 1s backwards;
  display: inline-block;
}
.anime-up.displayed > span{
  overflow: hidden;
}
.anime-up.displayed > span > span{
  animation: showTextFromBottom 0.5s backwards;
}



.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-image: linear-gradient( 109.6deg,  rgba(174,174,170,1) 11.2%, rgba(126,115,111,1) 91.1% );
}

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

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


#service{
	display: block;
	position: relative;
	width: 90%;
	padding: 0;
	margin: 20px auto;
}



#service h2{
	font-weight: 300;
	font-family: termina, sans-serif;
	font-size: 44px;
	line-height: 1em;
	padding: 0;
	margin:0;
	
}

#service h3{
	
	font-size: 15px;
	color: #f4a71e;
	margin: 6px 0 0 0;
	padding: 0;
	
}

#service h3 .maru{
	font-size: 8px;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
	
	#service .oemtxt{
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
	margin: 20px 0 40px 0;
	padding: 0;
	
}

#service .svbox{
	position: relative;
	display: block;
	overflow: auto;
	margin: 40px 0 50px 0;
	
	
}

#service .svbox .svL{
	display: block;
	float: none;
	margin: 0 0 40px 0;
}
	
	
	#service .svbox .svL img{
		width: 100%;
		height: auto;
	}
#service .svbox .svR{
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 0 0;
}


#service .svbox .svR .num{
	font-family: termina, sans-serif;
	font-size: 18px;
	margin: 0 0 4px 0;
	padding: 0;
	color: #f4a71e;
	font-weight: 600;
	line-height: 1em;
	
}

#service .svbox .svR h3{
	font-size: 36px;
	font-weight: 300;
	color: #000000;
	margin: 0 0 30px 0;
	padding: 0;
}

#service .svbox .svR .sertxt{
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
	margin: 0 0 40px 0;
	padding: 0;
	
}

#service .svbox .svR a{
	font-size: 15px;
	padding: 10px 64px;
	margin: 0;
	border: 1px solid #f4a71e;
	display: inline-block;
	border-radius: 32px;
	color: #f4a71e;
	
}


#service .svbox2{
	position: relative;
	display: block;
	overflow: auto;
	margin: 40px 0 50px 0;
	
	
}

#service .svbox2 .svL{
	display: block;
	float: none;
	margin: 0 0 40px 0
}
	
	#service .svbox2 .svL img{
		width: 100%;
		height: auto;
	}
#service .svbox2 .svR{
	width: 100%;
	display: block;
	float: right;
	margin: 0 0 0 0;
}


#service .svbox2 .svR .num{
	font-family: termina, sans-serif;
	font-size: 18px;
	margin: 0 0 4px 0;
	padding: 0;
	color: #f4a71e;
	font-weight: 600;
	line-height: 1em;
	
}

#service .svbox2 .svR h3{
	font-size: 36px;
	font-weight: 300;
	color: #000000;
	margin: 0 0 30px 0;
	padding: 0;
}

#service .svbox2 .svR .sertxt{
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
	margin: 0 0 40px 0;
	padding: 0;
	
}

#service .svbox2 .svR a{
	font-size: 15px;
	padding: 10px 64px;
	margin: 0;
	border: 1px solid #f4a71e;
	display: inline-block;
	border-radius: 32px;
	color: #f4a71e;
	
}


.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: 3640px;
	height: 94px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}








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






#news{
	display: block;
	position: relative;
	width: 90%;
	padding: 0;
	margin: 20px auto;
}


#news .inner{
	margin: 0 auto;
	width: 100%;
	position: relative;
}
#news h2{
	font-weight: 300;
	font-family: termina, sans-serif;
	font-size: 44px;
	line-height: 1em;
	padding: 0;
	margin:0;
	
}

#news h3{
	
	font-size: 15px;
	color: #f4a71e;
	margin: 6px 0 0 0;
	padding: 0;
	
}

#news h3 .maru{
	font-size: 8px;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
}


#news .subtxt{
	font-family: 'Noto Sans JP', serif;
	font-size: 18px;
	line-height: 1em;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 600;
}

#news .news_cont{
	display: block;
	position: relative;
	width: 92%;
	overflow: auto;
	margin: 40px 0 0 0;
	background: #FFFBF5;
	padding: 20px 4% 20px 4%;
	border-radius: 16px;
}




#news .news_cont .news_box{
	display: block;
	position: relative;
	width: 100%;
	overflow: auto;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #F4A71E;
}




#news .news_cont .news_box .date{
	font-family: termina, sans-serif;
	font-size: 15px;
	padding: 0;
	margin: 0 20px 10px 0;
	font-weight: 500;
	display: inline-block;
	
}
#news .news_cont .news_box .tag{
	font-family: termina, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 2px 16px;
	margin: 0;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	border-radius: 32px;
	background: #F4A71E;
}


#news .news_cont .news_box .title{
	font-family: 'Noto Sans JP', serif;
	font-size: 15px;
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 500;
}

#news .news_cont .news_box .title a{
	color: #333333;
}

#news .listbtn a{
	width: 196px;
	font-family: 'Noto Sans JP', serif;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 8px 24px;
	margin: 40px auto;
	background: #F4A71E;
	border-radius: 32px;
	text-align: center;
}






#contact{
	display: block;
	position: relative;
	width: 90%;
	padding: 0;
	margin: 100px auto;
}


#contact .inner{
	margin: 0;
	width: 100%;
	display: block;
	overflow: auto;
	position: relative;
}


#contact .cbL{
	display: block;
	width: 100%;
	
	margin: 0 0 40px 0;
	position: relative;
	float: none;
}
	
	#contact .cbL img{
		width: 100%;
		height: auto;
	}

#contact .cbR{
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	float: none;
}

#contact .cbR h3{
	font-family: termina, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin: 36px 0 40px 0; 
}

#contact .cbR .cbtxt{
	font-size: 15px;
	width: 94%;
	font-family: 'Noto Sans JP', serif;
	line-height: 1.6em;
	margin: 0 0 32px 5%;
	font-weight: 500;
	
}


#contact .cbR  a{
	font-family: termina, sans-serif;
	width: 240px;
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: block;
	background: #000000;
	border-radius: 64px;
	margin:  0  auto;
	font-weight: 600;
}
#contact .cbR  .tel{
	font-family: termina, sans-serif;
	
	color: #000000;
	font-size: 18px;
	text-align: center;
	display: block;
	font-weight: 600;
}




footer{
	display: block;
	position: relative;
	width: 90%;
	padding: 0;
	margin: 0 5% 40px 5%;
	overflow: auto;
}

footer .flogo{
	display: block;
	float: left;
	width: 40%;
	margin: 0 0 0 0;
}
	
	footer .flogo img{
		width: 100%;
		height: auto;
	}


footer .copyright{
	font-family: termina, sans-serif;
	
	font-weight: 500;
	font-size: 14px;
	margin: 0 2% 0 0;
	display: inline-block;
	float: right;
}




/*ABOUTページ*/

#company{
	display: block;
	position: relative;
	width: 90%;
	padding: 0;
	margin: 100px auto;
}



#company h2{
	font-weight: 300;
	font-family: termina, sans-serif;
	font-size: 44px;
	line-height: 1em;
	padding: 0;
	margin:0;
	
}

#company h3{
	
	font-size: 15px;
	color: #f4a71e;
	margin: 6px 0 0 0;
	padding: 0;
	
}

#company h3 .maru{
	font-size: 8px;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

#company .cpbox{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 40px 0 80px 0;
	
	
}

#company .cpbox .cpL {
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 40px 0;
}
	
	#company .cpbox .cpL img{
		width: 100%;
		height: auto;
	}
	
	#company .cpbox .cpR{
		float: none;
		display: block;
		margin: 0;
		padding: 0;
	}
	
	
#company .cpbox .cpR h2 {
	font-family:  'Noto Sans JP', serif;
	font-weight: 300;
	font-size: 20px;
	display: block;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 20px 0;
}

#company .cpbox .cpR h3 {
	font-weight: 500;
	font-family: termina, sans-serif;
	display: block;
	line-height: 1.5em;
	font-size: 16px;
	padding: 0;
	margin: 0 0 0 0;
	color: #F4A71E;
}
#company .cpbox .cpR h3 .normal{
	font-family: termina, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #F4A71E;
	padding: 0;
	margin: 0;
}

#company .cpinfo{
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#company .cpinfo h3{
	font-family: termina, sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #F4A71E;
	padding: 0;
	margin: 0 0 32px 0;
}


#company .cpinfo .cpibox{
	display: block;
	margin: 0 0 40px 0;
}

#company .cpinfo .cpibox .cname{
	width: 100%;
	display: block;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #F4A71E;
	font-size: 15px;
	font-family:  'Noto Sans JP', serif;
	line-height: 1em;
	font-weight: 500;
}
#company .cpinfo .cpibox .cinfo{
	width: 100%;
	display: block;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	border-top: 1px solid #cccccc;
	font-size: 15px;
	font-family:  'Noto Sans JP', serif;
	line-height: 1.5em;
	font-weight: 500;
}


/*wordflowページ*/

#workflow{
	display: block;
	position: relative;
	width: 90%;
	padding: 0;
	margin: 100px auto;
}



#workflow h2{
	font-weight: 300;
	font-family: termina, sans-serif;
	font-size: 44px;
	line-height: 1em;
	padding: 0;
	margin:0;
	
}

#workflow h3{
	
	font-size: 15px;
	color: #f4a71e;
	margin: 6px 0 0 0;
	padding: 0;
	
}

#workflow h3 .maru{
	font-size: 8px;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

#workflow .wfbox{
	
	width: 100%;
	position: relative;
	display: block;
	overflow: auto;
	margin: 60px auto;
	
	
}

#workflow .wfbox .wfL{
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 20px 0;
}
	
	#workflow .wfbox .wfL img{
		width: 100%;
		height: auto;
	}
#workflow .wfbox .wfR{
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 0 0;
}


#workflow .wfbox .wfR .num{
	font-family: termina, sans-serif;
	font-size: 18px;
	margin: 0 0 4px 0;
	padding: 0;
	color: #f4a71e;
	font-weight: 600;
	line-height: 1em;
	
}

#workflow .wfbox .wfR h3{
	font-size: 36px;
	font-weight: 300;
	color: #000000;
	margin: 0 0 30px 0;
	padding: 0;
}

#workflow .wfbox .wfR .sertxt{
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0;
	
}

#workflow .cursol{
	width: 152px;
	margin: 0 auto;
	display: block;
}


/*SERVICEページ*/

.optxt{
	display: block;
	font-size: 20px;
}

.oparea{
	display: block;
	width: 100%;
	padding: 40px 0;
	background: #FFFBF5;
	border-radius: 16px;
	margin: 0;
}

.oparea h1{
	font-family:  'Noto Sans JP', serif;
	font-size: 28px;
	margin: 0 0 24px 0;
	padding: 0 16px;
	color: #333333;
	font-weight: 300;
	line-height: 1.5em;
	display: block;
	
}

.oparea .opinfo{
	display: block;
	font-size: 15px;
	font-family:  'Noto Sans JP', serif;
	line-height: 1.5em;
	font-weight: 500;
	margin: 0 0 20px 0;
	padding: 0 16px;
	
}


.oparea  a{
	font-family: termina, sans-serif;
	width: 240px;
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: block;
	background: #F4A71E;
	border-radius: 64px;
	margin:  40px auto 0 auto;
	font-weight: 600;
}



/*news詳細*/

#news .mt80{
	margin-top: 80px;
	display: block;
	margin-bottom: 80px;
}

#news .news_info{
	display: block;
	position: relative;
	width: 90%;
	overflow: auto;
	margin: 40px 0 0 0;

	padding: 20px 16px;
	border-radius: 16px;
	border: 1px solid #F4A71E;
}





#news .news_info .date{
	font-family: termina, sans-serif;
	font-size: 15px;
	padding: 0;
	margin: 0 20px 10px 0;
	font-weight: 500;
	display: inline-block;
	
}
#news .news_info .tag{
	font-family: termina, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 2px 16px;
	margin: 0;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	border-radius: 32px;
	background: #F4A71E;
}


#news .news_info .title{
	display: block;
	font-family: 'Noto Sans JP', serif;
	font-size: 22px;
	line-height: 1.6em;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-weight: 500;
	border-bottom: 1px solid #F4A71E;
}


#news .news_info .newsbody{
	display: block;
	font-family: 'Noto Sans JP', serif;
	font-size: 15px;
	line-height: 1.6em;
	padding: 0 0 20px 0;
	margin: 40px 0 40px 0;
	font-weight: 400;
	
}

#news .news_info img{
	display: block;
	width: 90%;
	height: auto;
	margin:  0 auto;
}


#news .news_cont .news_box .title a{
	color: #333333;
}

#news .listbtn a{
	width: 196px;
	font-family: 'Noto Sans JP', serif;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 8px 24px;
	margin: 40px auto;
	background: #F4A71E;
	border-radius: 32px;
	text-align: center;
}


.contact_cont{
	width: 90%;
	margin:  0 auto;
	display: block;
	
}

.contact_cont .contacttxt{
	width: 100%;
	font-family: 'Noto Sans JP', serif;
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	padding: 0;
	margin: 20px auto;
	line-height: 1.7em;
	
	
}

.contact_cont .inner{
	display: block;
	overflow: auto;
	position: relative;
	width: 100%;
}


.contact_cont .inner .cbL{
	display: block;
	width: 100%;
	
	margin: 0 0 40px 0;
	position: relative;
	float: none;;
}
	
	.contact_cont .inner .cbL img{
		width: 100%;
		height: auto;
	}

.contact_cont .inner .cbR{
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	float: none;
}



.contact_cont .inner .cbR  a{
	font-family: termina, sans-serif;
	width: 240px;
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: block;
	background: #000000;
	border-radius: 64px;
	margin:  60px auto 40px auto;
	font-weight: 600;
}
.contact_cont .inner .cbR  .tel{
	font-family: termina, sans-serif;
	
	color: #000000;
	font-size: 18px;
	text-align: center;
	display: block;
	font-weight: 600;
}




	
	
	
}