@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#FFF;
	color:#333;
    letter-spacing: 0.1em;
	height:100%;
	/**/font-family: 'Noto Sans JP', sans-serif;
}
.link_none{
	width: 82px;
}
.gre_body{
    background: #E0E0E0;
    height: 100%;
    position: relative;
}

.fx_box{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)
             translateY(-50%);
    width: 100%;
}
.fx_box img{
    width: 100%;
    height: auto;
}

.max1500 {
    width: 85%;
	max-width: 1350px;
    	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin: 0px auto;
      position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)
             translateY(-50%);
	
}
h3.ft_logo{
    width: 120px;
    margin: 0px auto 50px;
}
.max1500tp {
    width: 85%;
	max-width: 1350px;
    	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0px auto;
      position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)
             translateY(-50%);justify-content: flex-end;
}
.pc_book_box{
    width: 50%;
}
.pc_book_box img{
    width: 100%;
    height: auto;
}
html{
	height:100%;
}

#header {
	max-width: 1280px;
	margin: 0 auto;
	height: 140px;
	position: relative;
}


img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}


.both {
	clear:both;
}


ol, ul {
	list-style: none;
}

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

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}
  
 #loader {
    width: 320px;
    height: 320px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 20%;
    left: 50%;
    margin-top: -10px; /* heightの半分のマイナス値 */
    margin-left: -160px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 700%;
    display: none;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}

.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0, -100%, 0);
  	transform: translate3d(0, -100%, 0);
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
}

.imgresponsive img{
	width: 100%;
	height: auto;
}
.menubtn{
	z-index: 101;
	position: fixed;
	top:1.5%;
	right:1.5%;
	width: 4.7%;
	cursor: pointer;
	display: none;
}

.showMenu .menuarea{
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}

#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:1.5% 7% 1.5% 2%;
	box-sizing: border-box;
}

.menu-box img{
  width: 100%;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 9.5%;
  box-sizing: border-box;
  margin: 0.25%;
}

.menu-box a{
  display: block;
  position: relative;
	color:rgba(16,16,16,1.00);
	text-decoration: none;
}
  
.menu-box .hoverimg{
  position: absolute;
  left:0;
  top: -100%;
  -webkit-transition: .4s;
     -moz-transition: .4s;
      -ms-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
  z-index: 301;
}

.menu-box a:hover .hoverimg{
  top: 0%;
}


.contArea {
    position: absolute;
    display: inline-block;
    max-width: 1280px;
	top:30px;
   left:0;
    right: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2000;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}


.footinnner {
	max-width: 1024px;
	position: relative;
	margin: 0 auto;
	
}


.FootbtArea {

    max-width: 510px;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
	margin: 0 auto 80px;
	padding: 0 10px 0 10px;
}

.FootbtArea2 {

    max-width: 450px;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
	margin: 0 auto 0px;
	padding: 0 10px 0 10px;
}

.selectdiv {
  position: relative;
  float: left;
  margin: 0;
  width:50%;
  text-align:left;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 500px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}
.text-input_c7 {
    width: 90%;
    height: 50px;
    background-color: #fff;
    font-size: 16px;
	line-height:2;
    color: #333333;
    padding:0 0 0px 20px;
    border: 1px solid #CCCCCC;
    text-align: left;
	border-radius:3px;
}
.textarea_c7 {
    width: 90%;
    height: 260px;
    background-color: #fff;
    font-size: 16px;
    color: #333333;
    padding:5px 0 0 18px;
    border: 1px solid #CCCCCC;
    text-align: left;
}
ul.foot_bt {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.foot_bt li {
    font-size: 75%;
    margin-left: 20px;
    letter-spacing: 0.1em;
}
ul.foot_bt li a {
    color: #fff;
	text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
}

ul.foot_bt li.f_Hind a {
    color: #A3A3A3;
	text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
}

ul.foot_bt li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: .3s;
}
ul.foot_bt li a:hover::after {
  bottom: 0;
  opacity: 1;
}

.copy {
	color: #A3A3A3;
	margin: 0 auto;
	font-size: 65%;
    text-align: center;
    letter-spacing: 0.1em;
}



.buttton {
  display       : inline-block;
  font-size     : 9pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 18px 100px;   /* 余白       */
  background    : #000000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 0px solid #000000;    /* 枠の指定 */
	width: 100%;
}
.buttton:hover {
  color         : #000000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}





ul.cont_bt {
    display: flex;
}
ul.cont_bt li {
    font-size: 75%;
    margin-left: 20px;
    letter-spacing: 0.1em;
}
ul.cont_bt li:first-child {
    margin-right: auto;
	width: 320px;
}
ul.cont_bt li:last-child {
	/*width: 12px;*/
}
ul.cont_bt li.f_Hind a {
    color: #000000;
	text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
}
ul.cont_bt li.f_Hind a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000000;
  opacity: 0;
  transition: .3s;
}
ul.cont_bt li.f_Hind a:hover::after {
  bottom: 0;
  opacity: 1;
}



#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 15px;
	text-align: justify;
	word-break: break-all;
	line-height: 170%;
	height: 100%;
	
}

 img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

.top_main{
	width:100%;
	
	display: block;
	
}

.wk_main{
	width:100%;
	
	display: block;
	
}


#bg_main_01 {
	width:100%;
	position: relative;
	background-color: #EDF1F0;
}

.po_box_01 {
	max-width: 1280px;
	width: 90%;
	position: relative;
	margin: 0 auto;
}

.ourService_box{
	background: url(../images/top/line_bg.png) no-repeat  ;
	background-size: cover;
	background-position: center top;
	padding-bottom: 130px;
}
.ourService_600{
	width: 600px;
	height: 600px;
	margin: 0 auto;
	background: url(../images/top/circle.png) no-repeat  ;
	background-size: cover;
	position: relative;
}

.ourService_main {
	width: 410px;
	position: absolute;
	margin: 0 auto;
	top:75px;
	left:145px;
	z-index: 10;
	
}
.ourService_main img {
	width: 100%;
	height: auto;

}

.ourService_green {
	width: 340px;
margin: 120px auto 00px;
}
.ourService_green img {
	width: 100%;
	height: auto;
}
.ourService_greenTi {
	width: 200px;
	position: absolute;
	left: -100px;
	bottom: 28px;
}


.ourService_blue {
	width: 200px;
	position: absolute;
	right: -54px;
	bottom: 203px;
}
.ourService_blue img {
	width: 100%;
	height: auto;
}
.ourService_blueTi {
	width: 200px;
	position: absolute;
	right: -190px;
	bottom: 140px;
}



.ourService_red {
	width: 200px;
	position: absolute;
	left: 76px;
	top: -25px;
}
.ourService_red img {
	width: 100%;
	height: auto;
}
.ourService_redTi {
	width: 200px;
	position: absolute;
	left: -100px;
	top: 0px;
}

.s_img{
	width: 30%;
	margin-bottom: 5%;
}

.s_img4{
	width: 22%;
	margin-bottom: 5%;
}
.t_img_3clm{
	margin-left: 5%;
	margin-bottom: 5%;
	width: 30%;
}
@media screen and (min-width:750px){
	.t_img_3clm:nth-child(3n+1){
	margin-left: 0;
	margin-bottom: 5%;
	
}
}

.s_img_v{
	width: 22%;
	margin-bottom: 5%;
	
}
.s_img_v img{
	object-fit: contain;
	 display: block;
  width: 100%;/*任意の横幅を指定*/
  height: 200px;/*任意の高さを指定*/
}

h4.ourService{
	font-family: "Noto Sans JP";
	font-size: 110%;
	font-weight: 500;
	letter-spacing: 0.08em;
}

h4.ourService a {
	text-decoration: none;
	color: #131313;
}
h4.ourService a:hover {
	transition: 0.9s;
	color: #0261d6;
}

p.ourServiceP {
	font-family: "Noto Sans JP";
	font-size: 90%;
	letter-spacing: 0.08em;
}

.target {
			transition: .5s ;
			transform: rotateZ( 0deg ) ;
		}

.ourService_blue:hover .target {
			transform: rotateZ( 360deg ) ;
		}

.ourService_green:hover .target {
			transform: rotateZ( 360deg ) ;
		}


.ourService_red:hover .target {
			transform: rotateZ( 360deg ) ;
		}





a.arrow{
	text-decoration:none;
	color:#000;
	display:inline-block;
	padding-right:50px;
	position:relative;
}
a.arrow:before, a.arrow:after{
	content:"";
	display:block;
	-webkit-transform:skewX(45deg);
	transform:skewX(45deg);
	position:absolute;
	right:1px;
	bottom:6px;
}
a.arrow:before{
	width:108px;height:1px;
	background:#000;
}
a.arrow:after{
	width:1px;height:8px;
	background:#000;
	right:3px;
}
a.arrowl{
	text-decoration:none;
	color:#000;
	display:inline-block;
	padding-right:50px;
	position:relative;
}
a.arrowl:before, a.arrowl:after{
	content:"";
	display:block;
	-webkit-transform:skewX(-45deg);
	transform:skewX(-45deg);
	position:absolute;
	left:1px;
	bottom:6px;
}
a.arrowl:before{
	width:108px;height:1px;
	background:#000;
}
a.arrowl:after{
	width:1px;height:8px;
	background:#000;
	left:3px;
}

a.line_l{
	text-decoration:none;
	color:#000;
	display:inline-block;
	padding-right:50px;
	position:relative;
}
a.line_l:before, a.line_l:after{
	content:"";
	display:block;
	-webkit-transform:skewX(-45deg);
	transform:skewX(-45deg);
	position:absolute;
	left:1px;
	top:22px;
}
a.line_l:before{
	width:20px;height:1px;
	background:#000;
}
a.line_l:after{
	width:0px;height:8px;
	background:#000;
	left:3px;
}


.main_ti {
	text-align: center;
	font-weight: 500;
}

.main_ti_about {
	
	font-weight: 500;
	padding-left: 3em;
}

.main_ti_comp {
	
	font-weight: 500;
	padding-right: 3em;
	text-align: right;
}

table.tbl-r02{
	width: 100%;
    margin: 60px 0;
}

.tbl-r02 th {
  color: #5A5A5A;
  padding: 10px;
	width: 25%;
	vertical-align: top;
	font-size: 110%;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.tbl-r02 td {
font-size: 110%;
  padding: 10px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.tbl-r02 td span {
	padding-top:10px;
	font-size:90%;
	font-weight: 400;
}


#top_image{
	max-width: 1280px;
	width:90%;
	padding: 80px 0;
	margin: 0 auto;
}

#top_logo_wrapper{
	max-width: 620px;
	width:90%;
	margin: 0 auto;

}

.work_wrapper{
	max-width: 1280px;
	width:90%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 60px;

}

.box_bg {
	width: 100%;
	background: url(../works/image/blue.png) repeat-y top center  ;
	margin-top: 20px;
}
.box_bg2 {
	width: 100%;
	background: url(../works/image/pink.png) repeat-y top center  ;
	margin-top: 20px;
}
.box_bg3 {
	width: 100%;
	background: url(../works/image/green.png) repeat-y top center  ;
	margin-top: 20px;
}

.work_img_wp{
	width: 250px;margin:0px auto 90px ;
}
p.work_c_name{
	text-align: justify;
	line-height: 1.5;
	padding-top: 7px;
	
}
.img_box {
	width: 250px;
    height: 250px;
	overflow:hidden;
	margin:	0px 0px 0px 0px;
	position:relative;
	
}
.img_box img{
	width: 250px;
    height: 250px;
	object-fit: cover;
}
.img_box_mv img{
	width: 250px;
    height: 190px;
	object-fit: cover;
	padding-top: 12%
}
.img_box_mv {
	background-color: rgba(0,0,0,1.00);width: 250px;
    height: 250px;
	overflow:hidden;
	margin:	0px 0px 0px 0px;
	position:relative;
}
.img_box_web {
	background-color: rgba(0,0,0,1.00);width: 250px;
    height: 250px;
	overflow:hidden;
	margin:	0px 0px 0px 0px;
	position:relative;
}
.img_box_web img{
	width: 250px;
    height: 250px;
	object-fit: cover;
	
}
.img_box .caption {
	font-size:150%;text-align:center;padding:40% 0;
	color:#fff;letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
}
.img_box_mv .caption {
	font-size:150%;text-align:center;padding:40% 0;
	color:#fff;letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
}
.img_box_web .caption {
	font-size:150%;text-align:center;padding:40% 0;
	color:#fff;letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
}
.img_box .mask,.img_box_mv .mask,.img_box_web .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:rgba(37,165,220,0.7);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.img_box .mask a,.img_box_mv .mask2 a,.img_box_web .mask3 a{
	color:#fff;
	text-decoration:none;
}
.img_box:hover .mask {
	opacity:		1;	/* マスクを表示する */
	cursor : pointer;
}
.img_box_mv .mask2 {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:rgba(232,97,211,0.7);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.img_box_mv:hover .mask2 {
	opacity:		1;	/* マスクを表示する */
	cursor : pointer;
}
.img_box_web .mask3 {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:rgba(85,190,66,0.7);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.img_box_web:hover .mask3 {
	opacity:		1;	/* マスクを表示する */
	cursor : pointer;
}
.left_side{
	object-position: left;
}
.right_side{
	object-position: right;
}
ul.work_box {
	display: flex;
	justify-content: space-between;
}
ul.work_box li {
    font-size: 75%;
    letter-spacing: 0.1em;
	text-align: center;
	position: relative;padding-bottom: 60px;
}

.w_bg {
    position: absolute;
    width: 100%;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.w_bg img {
	
	width: 100%;
	height: auto;
}


h3.work_ti {
		font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	font-size: 300%;
	padding-bottom: 10px;

}
p.work_p {
		font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	font-size: 150%;
}

.title_box {
	width: 430px;
	padding: 20px 0 20px 0;
	border-bottom: #25A5DC 4px solid;
	border-left:  #E861D3 4px solid;
	border-top: #E861D3 4px solid;
	border-right: #55BE42 4px solid;
position: absolute;
	top:-20px;
}

.title_box_r50 {
	width: 50%;
	padding: 20px 0 20px 0;
	border-bottom: #25A5DC 4px solid;
	border-left:  #E861D3 4px solid;
	border-top: #E861D3 4px solid;
	
position: absolute;
	top:-20px;
	right: 0;
}
.title_box_l50 {
	width: 50%;
	padding: 20px 0 20px 0;
	border-bottom: #25A5DC 4px solid;
	border-right: #55BE42 4px solid;
	border-top: #E861D3 4px solid;
	
position: absolute;
	top:-20px;
	left: 0;
}

.title_box_r50_2 {
	width: 50%;
	padding: 20px 0 20px 0;
	border-bottom: #25A5DC 4px solid;
	border-left:  #E861D3 4px solid;
	border-top: #E861D3 4px solid;
	border-right: #55BE42 4px solid;
position: absolute;
	top:-20px;
	right: 0;
	z-index: 10;
}

.topBox_01 {
	padding: 160px 0 140px 0px;
	
}
.topBox_02 {
	padding: 0px 0 140px 0px;
	
}
.topBox_ourService {
	padding: 100px 0 80px 0px;
	
}

.h4_ti_n {
	font-size: 160%;
	letter-spacing: 0.08em;
	padding-bottom: 60px;
	line-height: 1.8;
	font-weight: 400;
}
.h4_ti_ns {
	font-size: 120%;
	letter-spacing: 0.08em;
	padding-bottom: 60px;
	line-height: 1.8;
	font-weight: 400;
}
.h4_ti_n2 {
	font-size: 200%;
	letter-spacing: 0.08em;
	padding-bottom: 60px;
	line-height: 2;
	font-weight: 500;
}

.h4_ti_n2L {
	font-size: 450%;
	letter-spacing: 0.08em;
	padding-bottom: 60px;
	line-height: 2;
	font-weight: 600;
    text-align: center;
}


.main_p {
    text-align: justify;
    word-break: break-all;
	letter-spacing: 0.08em;
	line-height: 2;
	font-family: "Noto Sans JP";
}



#top_logo{
	width:100%;
	margin-bottom: 18%;
}

#catch{
	width:90%;
	margin:0 auto;
	margin-bottom: 20px;
}

#snsbtn_wrapper1{
	width:40%;
	margin:0 auto;
	margin-bottom: 20px;
	overflow: hidden; /* heightを戻す */
}

.snsbtn{
	width:48%;
	float: left;
	margin:1%;
}

#snsbtn_wrapper2{
	width:310px;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}


.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:142px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.line{
	width:83px;
	float: right;
	line-height: 100%;
}



#snsbtn_wrapper3{
	width:90%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

#footer_wrapper{
	width:100%;
	padding:100px 0 20px 0;
	background-color: #323232;
	position: relative;
}

#footer_logo{
	width:140px;
	margin:0 auto 70px;
}

.upBt {
	position: absolute;
	top:-100px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 60px;
}





#base_wrapper{
	width:70%;
	margin:0 auto;
}

#base_inner{
	width:80%;
	margin:0 auto;
	padding:7% 10% 7% 10%;
	background-color:rgba(255,255,255,0.8);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb10s{
	width:70%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb20s{
	width:70%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.mb70{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 70px;
}

.mb50s{
	width:70%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.text_l{
	width:100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: rgba(76,40,9,1.00);
}

.text_m{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	color: rgba(76,40,9,1.00);
}

.text_m a{
	color:rgba(205,96,0,1.00);
	text-decoration: none;
}

.text_m a:hover{
	color: #ccc;
	text-decoration:underline;
}

.text_s{
	width:100%;
	font-size: 12px;
}

.news_box{
	width:100%;
	margin-bottom: 80px;
	border-top:3px double #e4007f;
	padding-top:10px;
}

.news_title{
	width:100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #e4007f;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}

.news_day{
	width:100%;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	color:rgba(63,96,16,1.00);
}

#otherlogo{
	width:60%;
	margin-bottom: 50px;
}

#sp_snsbtn_wrapper{
	display:none;
}

.scrollShowEffect {
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	    -ms-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 0);
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.pagetitle{
	width:300px;
	margin:0 auto;
	margin-bottom: 50px;
}



#intro_wrapper{
	width:100%;
	background-color: #fffeff;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 0 0;
}

#cast_wrapper{
	width:100%;
background-color: #EDF1F0;
	overflow: hidden; /* heightを戻す */
}

#cast_inner{
	max-width: 800px;
	
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
	margin: 0 auto;

}

#staff_wrapper{
	width:100%;
	background-color: #fffeff;
	overflow: hidden; /* heightを戻す */
	padding-bottom: 120px;
}

#staff_inner{
	max-width: 1280px;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:0px 0 150px 0;
}

.acMap {
	position: relative;
	padding: 90px 0 0 0;
	max-width: 1280px;
}

p.spot {
	position: absolute;
	top:35%;
	left:43%;
	width: 3%;
}

		.map_p {
			transition: .5s ;
			transform: rotateY( 0deg ) ;
		}

p.spot:hover .map_p {
			transform: rotateY( 360deg ) ;
		}

p.spot img {
	width: 100%;
	height: auto;
}

h3.gmap{
	padding-top: 35%;
}

figure.snip1384 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 1280px;
  width: 100%;
  color: #ffffff;
  text-align: center;

  font-size: 16px;
  
}
figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1384 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1384:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px;
}
figure.snip1384 h3,
figure.snip1384 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
figure.snip1384 h3 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0;
	padding-top: 150px;
}
figure.snip1384 p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
figure.snip1384 i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.snip1384:hover img,
figure.snip1384.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1384:hover:after,
figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
figure.snip1384:hover h3,
figure.snip1384.hover h3,
figure.snip1384:hover p,
figure.snip1384.hover p,
figure.snip1384:hover i,
figure.snip1384.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}




.introbox{
	width:31%;
	float: left;
	margin:1.166666%;
}


.intromidashi_wrapper{
	width:100%;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.intromidashi{
	width:20%;
	margin:0 auto;
}

.add_wrapper{
	width:90%;
	max-width: 1280px;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 auto;
}

.add_wrapper2{
	width:100%;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	padding:0.5% 1% 0 1%;
}

.add{
	width:24%;
	float: left;
	margin:0.5%;
}

.csline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.csbox{
	width:44%;
	float: left;
	margin:3%;
}

.csbox2{
	width:28%;
	float: left;
	margin:2.66666%;
}

.spphoto{
	display: none;
}

.news_left{
    width:40%;
    float: left;
}

.news_right{
    width:55%;
    float: right;
}

.news_photo_l{
	width:60%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.news_photo_r{
	width:60%;
	float: right;
	margin-left: 3%;
	margin-bottom: 2%;
}

#topbnr_wrapper{
    width:12%;
    position: absolute;
    top:12%;
    right: 2%;
    z-index: 100;
}

.commentbox{
    width:100%;
    margin-bottom: 50px;
    border-top:2px dotted #ccc;
    padding-top:30px;
    text-align: center;
}

.commenttext{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 170%;
}

.commentname1{
    font-size: 20px;
    font-weight: bold;
    color: #e4007f;
}

.commentname2{
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.commentbox a{
    color: #e4007f;
    text-decoration: none;
}

.commentbox a:hover{
    color: #666;
    text-decoration:underline;
}

.newsmidashibox{
    width:100%;
    border-left: 3px solid rgba(205,96,0,1.00);
    padding-left: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.newsmidashi{
    width:100%;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}


.dispnone{
	display: none;}

.trailerhtml,#youtube-modal{
	background: #000;
	width: 100%;}
#youtube-modal iframe{
	border:none;}
#youtube-modal .youtube-showing{
	display: block;}
	
.youtube-modal-btn li{
	text-align: center;
	color: #FFF;
	float: left;
	width: 50%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
    border:1px solid #ee389d;}

.youtube-modal-btn img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

.youtube-modal-btn li +li{
	float: right;}
	
.youtube-modal-btn a{
	display: block;
	color: #FFF;
	padding:0;
	text-decoration: none;}
	
.youtube-modal-btn a.active{
	background: #666;}
	
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;}
  
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

.keisyou{
	width:100%;
	text-align: center;
	font-size-adjust: 13px;
	font-weight: bold;
	margin-top:100px;
}

.main_w_img {
	max-width:1280px;
	margin:0 auto;
	padding-bottom:30px;
}
.main_m_img {
	max-width:1280px;
	margin:0 auto;
	padding-bottom:60px;
}
.main_v_img {
	max-width:620px;
	margin:0 auto;
	padding-bottom:90px;
	width: 65%;
}
.flex{
	
}
.w_txt_wp {
	max-width:832px;
	margin:0 auto;
	padding-bottom:60px;
}
.line_a {
	width:83px;
	height:1px;
	background-color:#5A5A5A;
	margin-bottom:50px;
}
h3#w_txt_ti,h2#w_txt_ti_2{
	font-weight:500;
	margin-bottom:50px;
}

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

.work_flex_s {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.work_flex_s::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.work_flex_s::after{
  content:"";
  display: block;
  width:23%;
}
.work_flex_s::before{
  content:"";
  display: block;
  width:30%;
  order:1;
}
.work_flex_s::after{
  content:"";
  display: block;
  width:30%;
}
.work_flex_mov {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.work_flex_mov::before{
  content:"";
  display: block;
  width:30%;
  order:1;
	
}
.work_flex_mov::after{
  content:"";
  display: block;
  width:30%;
}

@media screen and (max-width:749px){
	.work_flex_mov {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
}
	.t_img_3clm{
	margin-left: 0;
	margin-bottom: 5%;
	
}
}






.work_b {
	max-width:404px;
	width:45%;
	position: relative;
	
}
.work_b p {
	font-size:90%;
	letter-spacing:0.1em;
	line-height:2.2;
	
}
ul.v_s {
	width:297px;
	margin:0;
	border:1px solid #000;
	position: absolute;
	bottom: 0;
	right: 0;
}

ul.v_s li a{
	display:block;
	padding:15px 0;
	text-align:center;
	color:#000;
	text-decoration:none;
	font-size:90%;
	letter-spacing:0.1em;
}


.page_flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width:403px;
	margin:160px auto;
}
.bt_all {
	width:24px;
	padding-top:5px;
}

.pc {
	display: block;
}

@media screen and (max-width:1100px){
.main_v_img {
	max-width:560px;
	width: 60%;
}
}
@media screen and (max-width:600px){
	ul.v_s {
	width:297px;
	margin:0;
	border:1px solid #000;
	position: static;
	bottom: 0;
	right: 0;
}

	.ourService_greenTi {
	width: 200px;
	position: absolute;
	left: 100px;
	bottom: -48px;
}
	.selectdiv {

  width:80%;
 
}
p.ourServiceP {
    font-family: "Noto Sans JP";
    font-size: 70%;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
h4.ourService {
    font-family: "Noto Sans JP";
    font-size: 70%;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.ourService_blueTi {
    width: 110px;
    position: absolute;
    right: 0px;
    bottom: 220px;
}
	.ourService_redTi {
    width: 250px;
    position: absolute;
    left: -12px;
    top: -60px;
}
	.pc {
	display:none;
}
	ul.work_box {
    display: block;
}
	

	
	.w_txt_wp {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
}
	.work_b {
    
    width: 100%;
		margin-bottom: 20px
}
	#work_wrapper {
    
    width: 70%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 70px;
}
	
	.main_v_img {
    
    width: 100%;
		padding-bottom: 5%;
}
	.s_img_v {
    width: 100%;
    margin-bottom: 5%;
}
	.s_img_v img {
    object-fit: contain;
    display: block;
    width: 100%;
    height: auto;
}
table.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
table.tbl-r02 {
    width: 90%;
  }
table.tbl-r02 th{
    display: block;
    width: 100%;
	    color: #5A5A5A;padding: 25px 0 0 10px;
  }
table.tbl-r02 td {
    display: block;
    width: 100%;
	    color: #5A5A5A;padding: 5px 0 0 10px;
  }

 #loader {
    width: 320px;
    height: 320px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 38%;
    left: 50%;
    margin-top: -80px; /* heightの半分のマイナス値 */
    margin-left: -160px; /* widthの半分のマイナス値 */
    z-index: 103;
}
	
.menubtn {
    z-index: 101;
    position: fixed;
    width: 11%;
    top: 0%;
    right: 0%;
    cursor: pointer;
    background-color: #fff;
    padding: 2% ;
    display: block;
}
#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:30% 10% 30% 10%;
	box-sizing: border-box;
}

.menu-box img{
  width: 100%;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 48%;
  box-sizing: border-box;
  margin: 1%;
}
	
#spmain{
	width:100%;
	display: inherit;
	margin-bottom: 10px;
	padding-top:12%;
}

#top_main{
	width:100%;
	position:inherit;
}

#top_image{
	display: none;
}

#top_logo_wrapper{
	width:100%;
	
	right: 0;
	top:0;
}

#top_logo{
	display: none;
}

#catch{
	display: none;
}

#snsbtn_wrapper1{
	width:100%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

#snsbtn_wrapper2{
	width:100%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.tweet{
	width:75px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.like{
	width:138px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.eigacom{
	width:105px;
	float:none;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.line{
	width:83px;
	float:none;
	margin:0 auto;
	line-height: 100%;
}
 
div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:30px;
}

.tablet{
	display: none;
}

.snsbtn{
	width:48%;
	float: left;
	margin:1%;
}

	
#footer_inner{
	width:100%;
}

#footer_logo{
	width:60%;
	margin:0 auto;
}

#base_wrapper{
	width:100%;
	padding:20% 0 20% 0;
}

#base_inner{
	width:80%;
	margin:0 auto;
}
	
#otherlogo{
	width:100%;
	margin-bottom: 50px;
}
	
#sp_snsbtn_wrapper{
	width:100%;
	display: inherit;
	padding-bottom: 100px;
}
	
.pagetitle{
	width:80%;
	margin:0 auto;
	margin-bottom: 50px;
}

#intro_wrapper{
	width:100%;
	background-color: #fffeff;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 0 0;
}

#cast_wrapper{
	width:100%;

	overflow: hidden; /* heightを戻す */
}

#cast_inner{
	width:80%;
	margin-left:0;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:90px 0 50px 0;
	
	font-size: 14px;
	line-height: 170%;
	margin:0 auto;
}

#staff_wrapper{
	width:100%;
	background-color: #fffeff;
	overflow: hidden; /* heightを戻す */
}

#staff_inner{
	width:90%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
}


.introbox{
	width:100%;
	float: none;
	margin:0;
	margin-bottom: 50px;
}

.intromidashi_wrapper{
	width:100%;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.intromidashi{
	width:80%;
	margin:0 auto;
}

.add_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	padding:0 0.5% 0 0.5%;
}

.add{
	width:48%;
	float: left;
	margin:1%;
}

.csline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.csbox{
	width:100%;
	float: none;
	margin:0;
	margin-bottom: 50px;
}

.csbox2{
	width:100%;
	float: none;
	margin:0;
	margin-bottom: 50px;
}

.spphoto{
	display:inherit;
	width:100%;
}

.news_left{
    width:100%;
    float: none;
}

.news_right{
    width:100%;
    float: none;
    margin-bottom: 20px;
}

.news_photo_l{
    width:100%;
    float: none;
	margin-right: 0;
	margin-bottom: 10px;
}

.news_photo_r{
    width:100%;
    float: none;
	margin-left: 0;
	margin-bottom: 10px;
}

#topbnr_wrapper{
    width:80%;
    position:inherit;
    top:0;
    right: 0;
    margin:0 auto;
    margin-bottom: 20px;
    margin-top:20px;
}
	
}
#news_inner {
    max-width: 960px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 150px 0 250px 0;
    margin: 0 auto;
	
}

.l_box {
	width:70%;
	float:left;
	
}
.r_box {
	width:20%;
	float:right;
}

.arc_box {
	padding-top:15px;
}
h5.arc_ti {
	background-color:#FFF;
	padding:10px 0;
	text-align:center;
	font-size:90%;
}
ul.arc_year {
	padding-top:20px;
}
ul.arc_year li a{
	padding:10px 0 0px 35px;
}

.news_wp {
	width:100%;
	position:relative;
}
.contArea_sp {
display: none;

}
.white_bg_txt{
	background-color:#FFF;
	padding:25px 30px;
	margin-bottom:15px;
}

.white_bg_txt h5 {
	font-size:110%;
	padding-bottom:10px;
}

.white_bg_txt p {
}

.black_bt {
	max-width:560px;
	margin:90px auto 0;
	background-color:#000;
}
.black_bt a{
	display:block;
	padding:20px 0;
	color:#FFF;
	text-align:center;
}

.web_cont_box {
	background:#EDF1F0;
	padding: 60px 0;
	margin: 0 auto 90px;
}
.main_web_flx{
	width: 48%;
	
}
.pc {
	display: block;
}.sp {
	display: none;
}
@media screen and (max-width: 600px){
	.pc {
	display: none;
}.sp {
	display: block;
}

ul.work_box li {
    font-size: 75%;
    letter-spacing: 0.1em;
	text-align: center;
	position: relative;padding-bottom: 0px;
}
	.img_kazari{
	width: 60%;
		margin: 0 auto;
		padding: 0  0 60px 0;
	}
.l_box {
	width:100%;
	float:none;
	padding-bottom: 30px
}
.r_box {
	width:100%;
	float:none;
	padding-bottom: 120px
}

	
	
	.title_box_l50 {
	width: 65%;
	padding: 20px 0 20px 0;
	
position: absolute;
	top:-20px;
	left: 0;
}
	.black_bt {
	
	margin:40px auto 90px;
	background-color:#000;
}
.ourService_red {
    width: 100px;
    position: absolute;
    left: 46px;
    top: 1px;
}
.ourService_blue {
    width: 100px;
    position: absolute;
    right: -13px;
    bottom: 110px;
}
.ourService_green {
    width: 100px;
    position: absolute;
    left: 47px;
    bottom: 1px;
}
.ourService_main {
    width: 200px;
    top: 52px;
    left: 82px;
    z-index: 10;
}
	.ourService_600 {
    width: 320px;
    height: 320px;
    margin: 0 auto;

}
	.h4_ti_n2 {
    font-size: 150%;
    letter-spacing: 0.08em;
    padding-bottom: 45px;

}
	.topBox_01 {
    padding: 100px 30px 140px 30px;
}.topBox_ourService {
    padding: 100px 30px 120px 30px;
}
.title_box_r50 {
    width: 60%;
    padding: 20px 0 20px 0;
    top: -20px;
    right: 0;
}
	.main_ti {
    text-align: left;
    font-weight: 500;
    padding-left: 30px;
}
	.title_box {
    top: -20px;
    left: 35px;width: 290px;
}
	h3#w_txt_ti, h2#w_txt_ti_2 {
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 120%;
}
	.FootbtArea2 {
	display: none;
}
ul.foot_bt li {
    font-size: 75%;
    margin-left: 0px;
    letter-spacing: 0.1em;
    margin: 0 1% 0;
    width: 100%;
    text-align: center;
}
	.FootbtArea {
    max-width: 510px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 80px auto 80px;
    padding: 0 10px 0 10px;
}
	.page_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 403px;
    margin: 90px auto;
}
	#header {
    height: 120px;
}
	.contArea {

}
	
ul.cont_bt li.f_Hind,ul.cont_bt li:last-child {
	display: none;
}
	
.contArea_sp {
display: block;
width:200px;
padding-top:150px;

}
#news_inner {
    width: 80%;
    margin-left: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 80px 0 50px 0;
    
    font-size: 14px;
    line-height: 170%;
    margin: 0 auto;
}
}
