@charset "UTF-8";

/* デスクトップレイアウト */

.pc { display:block !important; }
.sp { display:none !important; }

.pc_ib { display:inline-block !important; }
.top_btn{display: none !important;}

.tac{
	text-align: center !important;
}

@media screen and (max-width: 736px) {

.pc, .pc_ib { display:none !important; }
.sp { display:block !important; }

body {
	width: 100%;
	min-width: 100%;
	overflow: hidden;
}

img{ 
max-width: 100%; 
height: auto; 
width /***/:auto; 
}

#top_main section{
	min-width: 100% !important;
}

header, h1, #logo{
	margin: 0 !important;
	padding: 0 !important;
}
header{
	position: fixed;
    top: 0;
    height: 85px;
    width: 100%;
    background: #fff;
    z-index: 500;
    opacity: 0.8;
}
#nav_icon{
background: none !important;
}
h1 a img, a#logo img{
	width: 65%;
	padding: 30px 12px;
}

.lang{
	display: none !important;
}

#ft_lang {
    display: table !important;
    width: 100% !important;
    height: 40px !important;
    margin: 0 auto;
    overflow: hidden;
}

#ft_lang li {
    color: #fff;
	height: 40px;
    width: 33.3%;
    display: table-cell;
	padding: 0 !important;
}

#ft_lang {
width: 100%;
}

#ft_lang li a{
    background: #333;
	width: 100%;
    height: 40px !important;
	display: block;
margin: 0 auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
color: #fff;
overflow: hidden;
text-align: center;
}

#ft_lang li a:hover{
display: block;
background: #c00202;
color: #fff;
opacity: 0.9;
}

#ft_lang li a:active{
display: block;
background: #c00202;
color: #fff;
opacity: 0.9;
}

#top_main section .top_ttl p {
    line-height: 1.4;
    display: block !important;
    padding: 0 6px 40px 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    margin: 0 -10px 0 0;
}

#top_main section .top_ttl p{
	position: relative;
	width: 100%;
}

#top_main section .top_ttl p::after{
content: "";
    display: block !important;
    width: 12px;
    height: 12px;
    margin: 0 auto;
     border-top: 1px solid #fff; 
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#top_main section .top_ttl p::before {
    content: "";
    display: block !important;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 48%;
    right: 50%;
    margin: 0 auto;
    transform: translate(50%, 50%);
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.sp_h50{
	display: block !important;
	height: 50px;
}

.sp_h70 {
    display: block !important;
    height: 70px;
}

.sp_h90 {
    display: block !important;
    height: 50px;
}

#top_main section#top_performances .top_ttl p::after,
#top_main section#top_contact .top_ttl p::after{
	     border-top: 1px solid #333; 
    border-right: 1px solid #333;
}

#top_main section#top_performances .top_ttl p::before,
#top_main section#top_contact .top_ttl p::before{
    border: 1px solid #333;
}

#top_main section,
#top_main section a:before {
width: 100%;
max-width: 100%;
height: 100%;
min-height: 568px;
max-height: 700px;
background-size: 150% auto;
background-position: center center !important;
background-attachment: initial;
}


#top_services, #top_performances, #top_recruit, #top_about, #top_contact{
	background-size: cover;
}

#top_services{
background: url(../images/top_services_sp.jpg) no-repeat center center;
}
#top_performances{
background: url(../images/top_performances_sp.jpg) no-repeat center center;
}
#top_recruit{
background: url(../images/top_recruit_sp.jpg) no-repeat center center;
}
#top_about{
background: url(../images/top_about_sp.jpg) no-repeat center center;
}
#top_contact{
background: url(../images/top_contact_sp.jpg) no-repeat center center;
}

#top_main section a.top_hover:hover:before {
	display: none !important;
}

#top_main section .top_ttl h2{
	font-size: 30px;
}

#top_main section#top_performances .top_ttl h2{
	letter-spacing: 0.1em;
	font-size: 34px;
}

#top_main section .top_ttl h2 span{
	font-size: 18px;
	margin: 10px 0 30px;
}

.menu-btn{
	top: 8px;
	right: 8px;
}

.menu li{
	min-width: auto;
}

.menu li a{
	font-size: 26px;
}

footer nav{
	padding: 65px 0 15px;
}

/* inner common */
#pagetitle,#pagetitle:before {
    width: 100%;
    height: 280px;
	overflow: hidden;
}

#pagetitle h1{
	top: 68%;
}

#subtitle{
	height: auto !important;
}

.heading h2{
    padding: 50px 0 !important;
}

.heading2 h2{
    padding: 50px 0 20px !important;
}

.heading p, .heading2 p {
padding: 15px 10px 30px;
font-size: 14px;
text-align: left;
}

.h2_sub, .h2_sub2 {
	padding: 6px 0 0 !important;
	letter-spacing: 0.1em;
}

.sec_half div{
	width: 100%;
	height: 400px !important;
	clear: both !important;
}

.sec_half div h2{
    padding: 70px 0 0;
	line-height: 1.4;
}

.sec_full p, .sec_half p {
    text-align: left;
    padding: 0 20px;
	font-size: 14px;
}

.rec_sec01 .white_bk p{
	text-align: center;
}

.fr,
.fl{
  float: none !important;
}

section.sec_half{
	height: auto !important;
}

.draw_half img{
	max-width: 120% !important;
	width: 120% !important;
}

#about01 table, #about01 table, #rec_sec04 table {
    width: 100%;
/*    margin: 0 auto;
    display: block;*/
}

/* service */

#menu_tab ul{
	width: 100% !important;
}

#menu_tab ul li {
	display: block;
	width: 100%;
}
#menu_tab ul li:nth-child(2n){
	float: left;
}
#menu_tab ul li:nth-child(2n+1){
	float: right;
}
#menu_tab ul li a{
	text-align: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		    padding: 17px 10px 15px;
}

#menu_tab ul li a small{
	letter-spacing:0.1em;
	font-size: 8px;
}

/*.arrow_btn::after {
    right: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}*/

.arrow_btn::after{
    right: 22px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* RFID */

.rfid_sec01 p:first-of-type {
    padding-top: 3%;
}

.rfid_sec01 .draw_half img{
	width: 150%;
	max-width: 150%;
}

.rfid_sec02 div.black_bk{
	height: auto !important;
    padding: 10px 15px 50px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

.rfid_sec02 p{
	padding: 0 0 20px;
}

.rfid_sec02 div h2{
	padding: 30px 0 0;
}

.rfid_sec02 h3{
	padding: 15px 0;
}
.rfid_sec03 {
	width: 100%;
    background: url(../images/rfid_img04.png) #f5f5f5 no-repeat top right 30px;
    background-size: 140%;
	height: 950px;
}

.rfid_sec03 div#location, .rfid_sec03 div#twf {
    position: initial;
}

.rfid_sec03 div#location h2, .rfid_sec03 div#twf h2 {
    padding: 40px 0 20px;
    letter-spacing: 0.2em;
    text-align: left;
}

.rfid_sec03 #location {
	margin-top: 300px;
}

.rfid_sec03 #location p,
.rfid_sec03 #twf p{
	padding: 0 !important;
width: 95%;
}

.rfid_sec04 div,
#other_sec01 div.img_half,
#other_sec02 div.img_half{
    height: 280px !important;
    transform: scale(1.2);
}

.rfid_sec02 .draw_half img {
    width: 100% !important;
}

/* ORDERSYSTEM */

.sec_full .ordersystem{
	width: 100% !important;
	position: initial;
	margin-bottom: 50px;
}

.sec_full .ordersystem img{
	position: initial;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.sec_full h2 {
    padding: 70px 0 0;
	line-height: 1.2;
}

#order_bottom {
	clear: both;
	margin-top: 50px;
    width: 398px;
    height: 560px;
    background: url(../images/service3_bottom.jpg) #fff no-repeat top left;
}

#order_bottom ul {
	width: 100%;
	text-align: center;
    position: initial;
	padding: 290px 20px 0 40px;
	list-style-type: disc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
}

#order_bottom ul li{
	text-align: left;
}

/* other */

#other_sec03 dl dt,
#other_sec03 dl dd{
	display: block;
	width: 100%;
}

#other_sec01 ul, #other_sec02 ul {
    text-align: left;
    width: 80%;
	display: inline-block;
	margin: 0 auto;
}

#other_sec01 ul li:nth-child(2n+1), #other_sec02 ul li:nth-child(2n+1){
    width: 50%;
	float: left;
}

#other_sec01 ul li:nth-child(2n), #other_sec02 ul li:nth-child(2n){
    width: 50%;
	float: right;
}

#other_sec01 .white_bk,
#other_sec02 .white_bk{
	height: 300px !important;
}

#other_sec03 dl dt {
    padding: 15px 0;
}

/* Company */

section#about01, section#about02, #rec_sec04 {
    width: 95%;
	margin: 0 auto 70px;
}

#about01 table, #about02 table, #rec_sec04 table{
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

#about01 table tbody tr th, #about02 table tbody tr th,
#about01 table tbody tr td, #about02 table tbody tr td{
	width: 100%;
}

#about01 table tr td dl dt,
#about01 table tr td dl dd,
#rec_sec04 table tr th, #rec_sec04 table tr td{
	display: block !important;
	width: 100% !important;
}

#about01_table th, #about02_table th, #rec_sec04 table tr th{
	padding: 15px 0 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#about01_table tr td, #about02_table tr td{
	padding: 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#about01 ul,
#about01 ul li{
	width: 100%;
    display: block;
}

#about01 table tr td dl {
    padding-bottom: 10px;
}

#about01 table tr td dl dt{
	font-weight: 500;
}

#about01 h2, #about02 h2 {
    width: 95%;
	margin: 0 auto;
    font-size: 30px;
    padding: 40px 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* CONTACT */
#tokyo, #dhaka, #shanghai, #indonesia, #map01, #map02, #map05, #map06, #dhaka .bldg_area, #phnompenh .bldg_area, #indonesia .bldg_area, #global .bldg_area,
#map03, #map04, #map07, #map08, #tokyo .bldg_area, #osaka .bldg_area, #shanghai .bldg_area, #hongkong .bldg_area, #osaka, #phnompenh, #hongkong, #global{
    float: none;
	width: 100%;
}

#map01:before,
#map02:before,
#map03:before,
#map04:before,
#map05:before,
#map06:before,
#map07:before,
#map08:before{	
    content: "";
    z-index: 1;
    position: absolute;
    width: 0%;
    height: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#map01:before,
#map02:before,
#map03:before,
#map04:before{
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-top: 25px solid rgba(100,100,100,0.8);
}

#map05:before,
#map06:before,
#map07:before,
#map08:before{
	border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-top: 25px solid rgba(200,40,40,0.7);
}

#mw_wp_form_mw-wp-form-121 form p input,
#mw_wp_form_mw-wp-form-121 form p textarea,
#mw_wp_form_mw-wp-form-355 form p input,
#mw_wp_form_mw-wp-form-355 form p textarea,
#mw_wp_form_mw-wp-form-412 form p input,
#mw_wp_form_mw-wp-form-412 form p textarea {
    width: 100%;
}

#mw_wp_form_mw-wp-form-121 form p textarea,
#mw_wp_form_mw-wp-form-355 form p textarea,
#mw_wp_form_mw-wp-form-412 form p textarea{
	margin-bottom: 30px;
}

#mw_wp_form_mw-wp-form-121 form p,
#mw_wp_form_mw-wp-form-355 form p,
#mw_wp_form_mw-wp-form-412 form p{
    height: 65px;
    margin-bottom: 20px;
    background: #fff;
    width: 100% !important;
    clear: both;
}

#map_sec01 div.bldg_area,
#map_sec02 div.bldg_area,
#map_sec03 div.bldg_area,
#map_sec04 div.bldg_area{
	height: 300px;
}

.bldg_area h3{
	top: 27%;
}

#rec_sec01 div.img_half,
#rec_sec02 div.img_half
 {
    height: 250px !important;
    transform: scale(1.2);
}

#rec_sec01 div.img_half span.rec_cap{
	    top: 55%;
}

#rec_sec02 div.img_half span.rec_cap{
	    top: 56%;
}

#rec_sec01 div.img_half span.rec_cap,
#rec_sec02 div.img_half span.rec_cap{
	    letter-spacing:0.2em
}


#rec_sec01 .white_bk,
#rec_sec02 .white_bk{
	height: auto !important;
	width: 90%;
	display: block;	
    margin: 0 auto 30px;
}

#rec_sec01 .white_bk h3,
#rec_sec02 .white_bk h3{
	margin: 70px 0 30px;
}
#about01_table tr th,
#about01_table tr td{
	display: block !important;
	width: 100% !important;

}

#about01 table tr, #about02 table tr, #rec_sec04 tr{
	width: 95%;
	display: block;
	margin: 0 auto;
	padding: 15px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#about01_table tr th, #about01_table tr th{
	padding: 0;
}

#about01_table tr td, #about02_table tr td{
	padding: 0 5px;
}

#about01 table tr th, #about01 table tr td, #about02 table tr th, #about02 table tr td, #rec_sec04 table tr th, #rec_sec04 table tr td {
	display: block !important;
	padding: 10px 0;
}

section#mailform{
	width: 90%;
}

#fb_icon {
	display: inline-block;
	width: 100%;
    text-align: center;
}

#footer_inner {
    margin: 0 auto;
    padding: 25px 0;
    width: 100%;
}

.copyright {
    display: inline-block;
	padding: 25px 0;
    margin: 0 auto !important;
    float: none;
	width: 100%;
}

}
@media screen and (max-width: 320px) {
	
#top_main section .top_ttl p{
	font-size: 14px;
	line-height: 1.4;
}

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
#menu_tab ul {
    width: 100%;
}
}
