/* 
    Created on : 24-Sep-2015, 11:46:32 PM
    Author     : bilal
*/

a,a:visited,a:hover, a:focus,a:visited:hover{
    text-decoration: none;
}
body{
    font-weight: lighter;
    color: #575757;
}
body.admin-bar{
    margin-top: -32px;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.noshow{
    display: none; 
}

.row{
    max-width: 100%;
	margin:0 0.5%;
}

.hidden{
    display: none;
}

.entry-title{
    
    font-size: 32px;
}

#main.athena-page{
    margin-top: 50px;
    padding-top: 30px;
}

#main.athena-blog{
    margin-top: 85px;
    padding-top: 30px;
}

#main.athena-page .entry-content .entry-title{
    margin-top: 0;
}

#main.athena-page #athena-page-jumbotron{
    margin-top: -85px;
}


.delay1{
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay2{
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay3{
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-long{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;    
}

.parallax{
    position: relative;
}
/*-- 1. Header --*/

.athena-branding{
    float: left
}
.athena-header-menu{
    float: right;
	margin:12px 0 0 0;
	min-height:50px;
}

#athena-logo{
    line-height: 0px;
}

#athena-logo img{
    max-height: 100%;
    padding: 5px 0;
}

#athena-header.frontpage.sticky .header-inner #athena-logo{
    line-height: 30px;
	margin-left:0px;
}

#athena-header.frontpage.sticky .header-inner #athena-logo img{
    max-height: 60%;
}



#athena-header{ }

#athena-header-sticky-wrapper{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}

#athena-header.frontpage.sticky .header-inner{
    height: 50px;
    background: #1b1b1b;
}

#athena-header.sticky .header-inner .site-title{
    font-size: 28px;
    line-height: 50px;
    margin: 0;
}

#athena-header.sticky .site-description{
    display: none;
}



#athena-header.frontpage{
    position: fixed;
    width: 100%;
    background: rgba( 255,255,255,0.9);
    top: 0;
    left: 0;
    
}

#masthead.site-header{
    z-index: 1;
    position: relative;
    
}

.site-title{
    margin: 0;
    font-size: 20px;
}

.site-description{
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    padding-top: 0;
}

.site-title a,
.site-description{
    color: #fff;
}

.site-branding{
    padding: 10px 0 0 0;
	margin-left:10px;
}

#athena-search,
#athena-contact{
    background: #111111;
    background: rgba( 50, 50, 50, 0.9 );
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
    padding-top: 150px;
}

#athena-search .search-field{
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 22px;
}

#athena-search .search-form{
    display: inline-block;
}

#athena-search .fa.fa-close,
#athena-contact .fa.fa-close{
    color: #fff;
    cursor: pointer;
    font-weight: lighter;
    font-size: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
    
}

#athena-search input[type="search"]{
    
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    color: rgba( 255,255,255,0.9);
}

.main-navigation .athena-cart,
.athena-mobile-cart .athena-cart{
    padding: 5px 10px;
    border-radius: 10px;
    background: #e1e1e1;
    color: #fff !important;
    position: relative;
    top: -5px;
}
.athena-mobile-cart .athena-cart{
    position: initial;
}

/*-- 2. Navigation --*/

#athena-add-menu{
    text-align: center;
    padding: 30px 0;
}

.sticky #athena-add-menu{
    text-align: center;
    padding: 15px 0;
}

#athena-add-menu a{
    color: #fff;
}

.athena-mobile-cart{
    display: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


#athena-header .slicknav_menu{
    float: right;
    display: none;
}

#menu-item-9 ul {
	margin-left:-60px;
}
#menu-item-197 ul {
	margin-left:-60px;
}
.sticky ul.athena-nav ul{
    padding: 5px 0px 5px 0px;
        
}

ul.athena-nav ul ul {
    float: none;
    left: 0 !important;
    position: relative;
    margin: 5px 0px 5px 0px;
}

ul.athena-nav ul ul li{
    padding: 0px;
    background: rgba( 255,255,255,0.9);
}

ul.athena-nav ul li{
    background: rgba( 255,255,255,0.9);
    padding: 5px 0px 5px 0px;
    
}
ul.athena-nav ul li:hover ul{
    left: 0;
}

ul.athena-nav ul li a:hover{
    border-bottom: none !important;
	color:#09F;
	font-weight: lighter;
}

ul.athena-nav ul li:last-child{
    /*padding-bottom: 20px;*/
}

ul.athena-nav ul li a{
    font-size: 12px;
}

ul.athena-nav{
    padding: 20px 10px;
	text-align:center;
}
ul.athena-nav a{
    font-size: 14px;
    color: #595758;
    
}

ul.athena-nav li.menu-item-search{
	display:none;
}
ul.slicknav_nav li.menu-item-search{
	display:none;
}
ul#menu-about-menu li.menu-item-search{
	display:none;
}
ul.athena-nav > li.menu-item{
    margin-right:50px;
	margin-left:50px;
}

ul.athena-nav > li.menu-item a{
    margin-right: 0;
    font-weight: lighter;
    padding-bottom: 0px;
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    letter-spacing: 2px;
    
}

ul.athena-nav > li.menu-item.current-menu-item a,
ul.athena-nav > li.menu-item.current-menu-parent a,
ul.athena-nav > li.menu-item a:hover{
    
    border-bottom: 2px solid #e1e1e1;

}

ul.athena-nav > li.menu-item.current-menu-parent ul a{
    border-bottom: none !important;
}

ul.athena-nav > li.menu-item.current-menu-item ul li a{
    border-bottom: none;
}


ul.athena-nav > li.menu-item.menu-item-has-children > a:after{
    font-family: FontAwesome;
    content:;
    margin-left: 8px;
    margin-right: 10px;
    font-weight: lighter;
    font-size: 12px;
}


/*-- 3. Homepage --*/
#athena-jumbotron{
    overflow: hidden;
    height: 100%;
}

#athena-jumbotron .hero{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}

#athena-jumbotron .athena-button{
    margin-bottom: 0px;
	display:none;
}

#athena-jumbotron .overlay{
    position: absolute;
	bottom:0.5%;
	right:0;
}


#athena-jumbotron .hero img{
    width: 100%;
}

#athena-jumbotron h2.header-text{
	font-family: Open Sans, sans-serif;
	font-weight:lighter;
	font-size:18px;
	letter-spacing:0.1em;
	color: rgba( 255,255,255,0.7);
	white-space:nowrap;
}
#athena-jumbotron .slider-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 100%;
    background: transparent;
}

#athena-jumbotron .slider-bottom .scroll-down{
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
    animation-delay: 1.5s;
    position: relative;
    top: 20px;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

#athena-jumbotron .slider-bottom .scroll-down:hover{
    
    font-size: 34px;    
}

#athena-featured{
    width: 100%;
    min-height: 320px;
    background: #e1e1e1;
    color: #000;
    
    text-align: center;
    overflow: hidden;
    z-index: 0;
    position: relative;
}


#athena-video{
    
    width: 100%;
    position: relative;
    
}

/*#athena-featured:after{
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 14px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}*/

#athena-featured .featured-box{
    padding: 50px 30px;
    min-height: 320px;
    cursor: pointer;
}

#athena-featured .featured-box2{
    background: rgba(50,50,50, 0.1);
}

#athena-featured .athena-icon{
    color: #333;
    font-size: 38px;
    margin: 5px 0 25px 0;
    position: relative;
    
}

#athena-featured .athena-title{
    margin: 0 0 20px 0;
    font-size: 26px;
    
}

#athena-featured .athena-desc{
    margin: 0 0 20px 0;
    font-size: 16px;
    position: relative;
}



.homepage-page-content .entry-title{
    display: none;
}

#athena-overlay-trigger .overlay-widget{
    color: #fff;
    display: none;
}


#athena-overlay-trigger{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #007bff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    cursor: pointer;
    z-index: 1;
}

#athena-overlay-trigger:hover{
    opacity: 1.0;
}


#athena-overlay-trigger.open{
    width: 100%;
    min-height: 200px;
    height: auto;
    background-color: rgba( 0,0,0,0.3);
    border: none;
    z-index: 0;
}

#athena-overlay-trigger span.fa{
    position: absolute;
    right: 6px;
    top: 28px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    
}

/*-- 4. Buttons --*/
.athena-button,
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"]{
    padding: 10px;
    color: #fff;
    background: #C8C8C8;
    background: rgba( 200, 200, 200, 0.9 );
    margin-right: 10px !important;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

.athena-button.large{
    padding: 15px 25px;
    font-size: 20px;
}

.athena-button:hover{
    color: #fff;
    background: #505050;
}

.athena-button.default{
    color: #fff;
    background: #C8C8C8;
    background: rgba( 200, 200, 200, 0.9 );    
}

.athena-button.default:hover{
    background: #505050;
    color: #fff;
}

/*-- 5. Footer --*/
.athena-footer{
    
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-size: cover;
    color: #fff;
    color: rgba(255,255,255,0.9);
    overflow: hidden;
    /*padding: 40px 0 0 0;*/
}

.athena-footer > div{
    overflow: hidden;
    background: rgba(0,0,0, 0.85);  
    padding: 55px 0 30px 0px;
}

.athena-footer ul li{
    /*border-bottom: 2px solid #000;*/
    padding-bottom: 20px !important;
}

.site-info{
    background: #1B1B1B;
    color: #e1e1e1;
    padding: 40px;
    text-align: center;
    position: relative;
}

.site-info a,
.site-info a:visited{
    color: rgba(255,255,255,0.9);
}
.athena-footer-nav{
    margin-top: 10px;
}

.athena-footer-nav li{
    display: inline-block;
}

.athena-footer-nav li a{
    border-bottom: 1px solid rgba(255,255,255,0.9);
}

.athena-footer-nav li:after{
    content: ' / ';
    color: #fff;
}

.athena-footer-nav li:last-child:after{
    content: '';
}

#authica-social{
    margin: 10px 0 20px 0;
}

#authica-social a{
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.scroll-top{
    padding: 20px;
    color: #fff;
    color: rgba( 255,255,255,0.9);
    font-size: 14px;
    font-weight: lighter;
    background: #000;
    background: rgb(10,10,10);
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    cursor: pointer;
    border-radius: 2px;
}

.scroll-top:hover{
    background: #e1e1e1;
}

.athena-copyright{
    font-size: 12px;
    padding: 10px 0;
}

#footer-menu li ul{
    display: none;
}

.site-info a.rel{
    display: block !important;
}

/*-- 6. Sidebar --*/

#athena-sidebar{
    margin-top: 30px;
    overflow: hidden;
}

#athena-sidebar .widget-title{
    font-size: 14px;
    font-weight: lighter;
    margin: 0 0 15px 0;
}

#athena-sidebar ul li{
    margin-bottom: 10px;
}

#athena-sidebar aside{
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

/*-- 7. Page --*/
#athena-page-jumbotron{
    width: 100%;
    background-size: cover;
    height: 400px;
    overflow: hidden;
}

#athena-page-jumbotron .entry-title{
    margin-top: 150px;
    text-align: center;
    color: #fff;
    font-size: 46px;
}

/*-- 8. Blog --*/

#main.athena-blog .wp-post-image,
.homepage-page-content .post .wp-post-image{
    width: 100%;
}

.homepage-page-content .post .entry-title{
    display: block;
}

#main.athena-blog .entry-title{
    margin: 8px 0;
}

#main.athena-blog .entry-meta .meta-detail{
    text-align: left;
}

#main.athena-blog .entry-meta .meta-detail > span{
    margin-right: 12px;
}

.athena-blog-post{
    width: 100%;
    margin-right: 1%;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px #eee;
    -moz-box-shadow: 0px 1px 1px #eee;
    -webkit-box-shadow: 0px 1px 1px #eee;
}

.athena-blog-post .post-panel-content{
    padding: 0 15px 15px 15px;
}

.athena-blog-page{
    margin-top: 40px;
}

.continue-reading{
    margin-top: 15px;
}

/* ------- calendar widget --------------*/
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }


/*----------------- Athena Recent Articles --------------*/
#athena_recent_posts > div {
    margin-bottom: 30px;

}
#athena_recent_posts img{
    width: 100%;
}
#athena_recent_posts img:hover{

}
#athena_recent_posts .athena-single-post{
    overflow: hidden;

}
#athena_recent_posts .athena-single-post > div a{

}
#athena_recent_posts .athena-single-post > div{
    position: relative;


    overflow: hidden;
}
#athena_recent_posts .title{
    font-weight: lighter;
}
#athena_recent_posts .athena-single-post > div:hover img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);   
}
#athena_recent_posts .athena-single-post > div img{
        transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
}
#athena_recent_posts .athena-single-post > div img:hover{

}
#athena_recent_posts .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 10%; 
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    text-align: center;
    color: #fff;
    font-weight: lighter;
}
#athena_recent_posts .overlay:hover{
    background: rgba(0,0,0,0);
}
#athena_recent_posts .overlay .fa-external-link{
    opacity: 0;

    text-align: center;
    font-size: 26px;
    transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
}
#athena_recent_posts .overlay:hover .fa-external-link{
    opacity: 1.0;
    transform: scale( 1.5 );
    -webkit-transform: scale( 1.5 );
    -moz-transform: scale( 1.5 );
}

#athena-homepage-widget{
    /*background: #F2F2F2;*/
    /*padding: 20px 0;*/
    overflow: hidden;
}

#athena-homepage-widget > div{
    overflow: hidden;
    background: rgba(10,10,10, 0.75);
    padding: 55px 0 40px 0px;
    color: #fff;
    color: rgba(255,255,255,0.9);
}

#pagetop {
	position: fixed;
	bottom: 5px;
	right: 10px;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter:alpha(opacity:0);
    zoom:1;
    z-index: 9999;
}
#pagetop a {
	width: 50px;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	background-color:rgba(33,169,155,0.8);
	display: block;
	z-index:100;
}
#pagetop a img {
	width:40px;
	height:auto;
}
.table-awards-wrap {
	padding:0;
}
.table-team-wrap {
	padding:0;
}
.table-teamSP-wrap {
	padding:0;
}
div.wpcf7-validation-errors {
	border:none;
	color:#F00;
	overflow:hidden;
}
div.wpcf7-mail-sent-ok {
	border:none;
	color:#21a99b;
	overflow:hidden;
}
.detail_menu .menu-single_project-container #menu-single_project {
	margin:0;
	padding:0;
}
.detail_menu .menu-item-search {
	display:none;
}
.detail_menu {
	position:absolute;
	bottom:-100px;
	left:25px
}
.detail_menu ul {
	list-style:none;
}
.detail_menu ul li:first-child {
	display:none;
}

@media( min-width: 320px ) and ( max-width: 400px ) {
#athena-header .header-inner{
    background: rgba(255,255,255,0.95);
    height: 50px;
	width:100%;
	position:fixed;
	top:0;
}
.header-inner #athena-logo img{
	max-height:40px;
	margin-left:-5px;
}
#site-navigation{
        display: none;
}
#athena-header .slicknav_menu{
        display: block;
		position:fixed;
		top:0;
		right:0;
}
.menu-projects-menu-container {
	display:none;
} 

.project_list {
	width:100%;
	margin:55px 0 0 0;
	list-style:none;
	padding:0;
}
#projects_grid {
	width:100%;
	height:320px;
	float:left;
	margin-top:2px;
	display: inline-table;
	overflow:hidden;
	padding:0;
}
#athena-posts-image img{
	width:481px;
	height:320px;
	object-fit: cover;
}
.project_title {
	width:100%;
	height:60px;
	text-align:right;
	background:rgba(255,255,255,0.8);
	position:absolute;
	margin-top:260px;
}
.project_title p {
	padding:0;
	margin:0;
}
p.title_text {
	color:#595758;
	font-size:14px;
	margin:5px 8px 0 0;
	letter-spacing:0.1em;
}
p.prolist_jptitle {
	font-size:12px;
	color:#888;
	letter-spacing:0.1em;
	padding-right:8px;
}
p.project_area {
	font-size:12px;
	color:#595758;
	margin:0px 8px 0 0;
	letter-spacing:0.2em;
}
.menu-about-menu-container {
	display:none;
}
.menu-contact-menu-container {
	display:none;
} 
.menu-recruitment-menu-container {
	display:none;
} 
/*------------- Pagination --------------*/
#athena-pagination{
	display:none;
}
/*---------------project single slid----------*/
.project_scont {
	width:320px;
	margin:30% auto;
}
.project_detal {
	width:100%;
	margin-bottom:10%;
}
.project_photo {
	width:100%;
}
.project_item {
	width:320px;
}
.project_slide {
	width:320px;
}
.itemDisplay {
	width:320px;
	height:212.5px;
	display:block;
	overflow:hidden;
}
.itemDisplay ul {
	width:400px;
	height:212.5px;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.itemDisplay ul li img{
	width:auto;
	height:212.5px;
	display:block;
	margin:auto;
}
.project_slide a.prev,
.project_slide a.next {
	display:none;
}
.project_stitle {
	width:100%;
	padding-left:10px;
	border-bottom:3px solid #21a99b;
}
.project_stitle span {
	text-align:left;
	font-size:14px;
	letter-spacing:0.05em;
	padding:0 20px 3px 0;
}
.project_jptitle {
	font-size:12px;
}
.project_place {
	text-align:left;
	font-size:12px;
	letter-spacing:0.1em;
	padding:10px 10px 3px 10px;
	margin-top:10px;
}
.project_year {
	text-align:left;
	font-size:12px;
	letter-spacing:0.1em;
	padding:5px 10px 3px 10px;
	margin-top:0px;
}
.project_cattitle {
	color:#999;
	margin-right:10px;
	float:right;
	font-size:10px;
}
.facebook {
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:500px;
	left:3%;
}
.facebook img {
	width:20px;
	height:auto;
}

.news-content-wap {
	width:100%;
	display:block;
	margin:20% 0% 0 0;
}
.news-title {
	font-size:14px;
	letter-spacing:0.2em;
}
.news-detail {
	font-size:12px;
}
.news-content {
	width:95%;
	padding:0 0% 0 5%;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
}
.news-content li{
	list-style:none;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	margin-right:5%;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}
.table-team-wrap {
	display:none;
}
#tablepress-1 {
	width:100%;
}
.table-teamSP-wrap {
	width:99%;
	margin:0 0.5% 0 0.5%;
}

.table-awards-wrap {
	display:none;
}
#tablepress-3 {
	width:100%;
}
.table-awardsSP-wrap {
	width:99%;
	margin:0 0.5% 0 0.5%;
}
.aboutSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.table-concept-wrap {
	display:none;
}
.table-conceptSP-wrap div.concept-cn {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-conceptSP-wrap div.concept-en {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-conceptSP-wrap div.concept-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
	
.table-conceptSP-wrap {
	width:92%;
	margin:0 4% 0 4%;
}
/*-----------company profile---------*/
.table-com-wrap{display:none;}
.table-comSP-wrap div.company-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-comSP-wrap ul.company_cont {
list-style:none;
margin:0;
}
.table-comSP-wrap ul.company_cont li.company_cont_title {
text-align:left;
font-size:1.2em !important;
color:#333333 !important;
padding-bottom:25px;
}	
.table-comSP-wrap ul.company_cont li.company_cont_text {
font-size:11px !important;
}
.table-comSP-wrap {
	width:95%;
	margin:0;
}

/*-----------ACCES---------*/
.table-access-wrap div.aboutSP-title {
	padding-left:100px;
}
.table-access-wrap {
	width:100%;
	margin:0 5% 0 -50px;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:110%;
	letter-spacing:0.1em;
	font-size:0.8em;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:110%;
	height:auto;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	width:110%;
	font-size:0.8em;
	letter-spacing:0em;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:110%;
	height:auto;
	margin-top:20px;
}
/*----------------CONTACT-------------*/
.table-contact-wrap {
	width:300px;
	margin:20px auto 0 auto;
	scrollbar-base-color:#21a99b;
}
.table-contact-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-contact-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.contactSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.contact_box_wrap {
	width:300px;
	display:block;
	padding:0;
}
ul.contact_box01 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.contact_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta {
	width:300px;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta span input.wpcf7-form-control {
	width:300px;
	border:1px solid #21a99b;
}

ul.contact_box02 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta {
	width:300px;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta span input.wpcf7-form-control {
	width:300px;
	border:1px solid #21a99b;
}

ul.contact_box03 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:300px;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta {
	width:300px;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta span input.wpcf7-form-control {
	width:300px;
	border:1px solid #21a99b;
}

ul.contact_box04 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:300px;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta {
	width:300px;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta span textarea.wpcf7-form-control {
	width:300px;
	height:180px;
	border:1px solid #21a99b;
}
ul.contact_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
	width:300px;
}
ul.contact_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	display:block;
}
ul.contact_box05 li.submit_box {
	width:300px;
	margin:5px 0 0 0;
	padding:0;
	overflow:hidden;
}
ul.contact_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	margin:0 0 0 107px;
}
ul.contact-adress {
	width:300px;
	margin:20px 0 0 10px;
	padding:0;
	font-size:0.75em;
	list-style:none;
}
ul.contact-adress li {
	margin-bottom:5px;
}
ul.contact-adress li span {
	font-size:1.1em;
}

/*----------------EMPLOYMENT-------------*/
.table-emp-wrap {
	width:300px;
	margin:20px auto 0 auto;
	scrollbar-base-color:#21a99b;
}
.table-empSP-wrap {
	display:none;
}
.info-emp {
	margin:0 0 15px 0;
	letter-spacing:0.12em;
}
.footer-emp {
	padding:0;
	margin:5px 0 0 0;
	letter-spacing:0.12em;
}
.footer-emp span.add-info {
	border-bottom:2px solid #21a99b;
}
.table-emp-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-emp-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.empSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.emp_box_wrap {
	width:300px;
	display:block;
	padding:0;
}
ul.emp_box01 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.emp_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box01 li.name_texta {
	width:300px;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box01 li.name_texta span input.wpcf7-form-control {
	width:300px;
	border:1px solid #21a99b;
}

ul.emp_box02 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_texta {
	width:300px;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_texta span input.wpcf7-form-control {
	width:300px;
	border:1px solid #21a99b;
}

ul.emp_box03 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:300px;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_texta {
	width:300px;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_texta span input.wpcf7-form-control {
	width:300px;
}

ul.emp_box04 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:300px;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_texta {
	width:300px;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_texta span textarea.wpcf7-form-control {
	width:300px;
	height:180px;
	border:1px solid #21a99b;
}
ul.emp_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
	width:300px;
}
ul.emp_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	display:block;
}
ul.emp_box05 li.submit_box {
	width:300px;
	margin:5px 0 0 0;
	padding:0;
	overflow:hidden;
}
ul.emp_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	margin:0 0 0 107px;
}
ul.emp-adress {
	width:300px;
	margin:20px 0 0 10px;
	padding:0;
	font-size:0.75em;
	list-style:none;
}
ul.emp-adress li {
	margin-bottom:5px;
}
ul.emp-adress li span {
	font-size:1.1em;
}
}


@media( min-width: 401px ) and ( max-width: 767px ) {
#athena-header .header-inner{
    background: rgba(255,255,255,0.95);
    height: 50px;
	width:100%;
	position:fixed;
	top:0;
}
.header-inner #athena-logo img{
	max-height:40px;
	margin-left:-5px;
}
#site-navigation{
        display: none;
}
#athena-header .slicknav_menu{
        display: block;
		position:fixed;
		top:0;
		right:0;
}
.menu-projects-menu-container {
	display:none;
} 

.project_list {
	width:100%;
	margin:55px 7% 0 7%;
	list-style:none;
	padding:0;
}
#projects_grid {
	width:350px;
	height:350px;
	float:left;
	margin-top:2px;
	display:block;
	overflow:hidden;
	padding:0;
}
#athena-posts-image img{
	width:527px;
	height:350px;
	object-fit: cover;
}
.project_title {
	width:350px;
	height:60px;
	text-align:right;
	background:rgba(255,255,255,0.8);
	margin-top:290px;
	position:absolute;
}
.project_title p {
	padding:0;
	margin:0;
}
p.title_text {
	color:#595758;
	font-size:13px;
	margin:8px 8px 0 0;
	letter-spacing:0.1em;
}
p.prolist_jptitle {
	font-size:11px;
	color:#888;
	letter-spacing:0.1em;
	padding-right:8px;
}
p.project_area {
	font-size:11px;
	color:#595758;
	margin:0px 8px 0 0;
	letter-spacing:0.2em;
}
.menu-about-menu-container {
	display:none;
} 
.menu-contact-menu-container {
	display:none;
} 
.menu-recruitment-menu-container {
	display:none;
} 
/*------------- Pagination --------------*/
#athena-pagination{
	display:none;
}
/*---------------project single slid----------*/
.project_scont {
	width:400px;
	margin:30% auto;
}
.project_detal {
	width:100%;
	margin-bottom:10%;
}
.project_photo {
	width:100%;
}
.project_item {
	width:400px;
}
.project_slide {
	width:400px;
}
.itemDisplay {
	width:400px;
	height:265.6px;
	display:block;
	overflow:hidden;
}
.itemDisplay ul {
	width:400px;
	height:265.6px;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.itemDisplay ul li img{
	width:auto;
	height:265.6px;
	display:block;
	margin:auto;
}
.project_slide a.prev,
.project_slide a.next {
	display:none;
}
.project_stitle {
	width:100%;
	padding-left:10px;
	border-bottom:3px solid #21a99b;
}
.project_stitle span {
	text-align:left;
	font-size:14px;
	padding:0 20px 3px 0;
}
.project_jptitle {
	font-size:12px;
}
.project_place {
	text-align:left;
	font-size:12px;
	letter-spacing:0.1em;
	padding:10px 10px 3px 10px;
	margin-top:10px;
}
.project_year {
	text-align:left;
	font-size:12px;
	letter-spacing:0.1em;
	padding:5px 10px 3px 10px;
	margin-top:0px;
}
.project_cattitle {
	color:#999;
	margin-right:10px;
	float:right;
	font-size:10px;
}
.facebook {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	bottom:5px;
	left:5px;
}
.facebook img {
	width:30px;
	height:auto;
}

.news-content-wap {
	width:100%;
	display:block;
	margin:20% 0 0 0;
}
.news-title {
	font-size:14px;
	letter-spacing:0.2em;
}
.news-detail {
	font-size:12px;
}
.news-content {
	width:95%;
	padding:0 0% 0 5%;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
}
.news-content li{
	list-style:none;
}
.back_news {
	bottom:5%;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	margin-right:5%;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}
.table-team-wrap {
	display:none;
}
#tablepress-1 {
	width:100%;
}
.table-teamSP-wrap {
	width:99%;
	margin:0 0.5% 0 0.5%;
}

.table-awards-wrap {
	display:none;
}
#tablepress-3 {
	width:100%;
}
.table-awardsSP-wrap {
	width:99%;
	margin:0 0.5% 0 0.5%;
}
.aboutSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.table-concept-wrap {
	display:none;
}
.table-conceptSP-wrap div.concept-cn {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
}
.table-conceptSP-wrap div.concept-en {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-conceptSP-wrap div.concept-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
	
.table-conceptSP-wrap {
	width:92%;
	margin:0 4% 0 4%;
}
	/*-----------------COMPANY---------------*/
.table-com-wrap{display:none;}
.table-comSP-wrap div.company-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-comSP-wrap ul.company_cont {
list-style:none;
margin:0;
}
.table-comSP-wrap ul.company_cont li.company_cont_title {
text-align:left;
font-size:1.2em !important;
color:#333333 !important;
padding-bottom:25px;
}
.table-comSP-wrap {
	width:92%;
	margin:0 1% 0 1%;
}
/*-----------ACCES---------*/
.table-access-wrap div.aboutSP-title {
	padding-left:80px;
}
.table-access-wrap {
	width:100%;
	margin:0 5% 0 -50px;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:105%;
	height:auto;
	letter-spacing:0.1em;
	font-size:0.8em;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:105%;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	width:105%;
	height:auto;
	letter-spacing:0em;
	font-size:0.8em;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:105%;
	margin-top:20px;
}
/*----------------CONTACT-------------*/
.table-contact-wrap {
	width:400px;
	margin:20px auto 0 auto;
	scrollbar-base-color:#21a99b;
}
.table-contact-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-contact-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.contactSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.contact_box_wrap {
	width:400px;
	display:block;
	padding:0;
}
ul.contact_box01 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.contact_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box02 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box03 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box04 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta span textarea.wpcf7-form-control {
	width:100%;
	height:180px;
	border:1px solid #21a99b;
}
ul.contact_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.contact_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	display:block;
}
ul.contact_box05 li.submit_box {
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	overflow:hidden;
}
ul.contact_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	margin:0 0 0 157px;
}
ul.contact-adress {
	width:400px;
	margin:20px 0 0 10px;
	padding:0;
	font-size:0.75em;
	list-style:none;
}
ul.contact-adress li {
	margin-bottom:5px;
}
ul.contact-adress li span {
	font-size:1.1em;
}

/*----------------EMPLOYMENT-------------*/
.table-emp-wrap {
	width:400px;
	margin:20px auto 0 auto;
	scrollbar-base-color:#21a99b;
}
.table-empSP-wrap {
	display:none;
}
.info-emp {
	margin:0 0 15px 0;
	letter-spacing:0.12em;
}
.footer-emp {
	padding:0;
	margin:5px 0 0 0;
	letter-spacing:0.12em;
}
.footer-emp span.add-info {
	border-bottom:2px solid #21a99b;
}
.table-emp-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-emp-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.empSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.emp_box_wrap {
	width:100%;
	display:block;
	padding:0;
}
ul.emp_box01 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.emp_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box01 li.name_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box01 li.name_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.emp_box02 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.emp_box03 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_texta span input.wpcf7-form-control {
	width:100%;
}

ul.emp_box04 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_texta span textarea.wpcf7-form-control {
	width:100%;
	height:180px;
	border:1px solid #21a99b;
}
ul.emp_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
	width:100%;
}
ul.emp_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	display:block;
}
ul.emp_box05 li.submit_box {
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	overflow:hidden;
}
ul.emp_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	margin:0 0 0 157px;
}
ul.emp-adress {
	width:100%;
	margin:20px 0 0 10px;
	padding:0;
	font-size:0.75em;
	list-style:none;
}
ul.emp-adress li {
	margin-bottom:5px;
}
ul.emp-adress li span {
	font-size:1.1em;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape)  {
#athena-header .header-inner{
    background: rgba(255,255,255,0.95);
    height: 50px;
	width:100%;
	position:fixed;
	top:0;
}

#site-navigation{
        display: none;
}
.menu-projects-menu-container {
	display:none;
} 

.project_list {
	width:568px;
	list-style:none;
	padding:7px 0 0 0;
	margin:7% auto;
}
#projects_grid {
	width:180px;
	height:180px;
	float:left;
	margin-top:2px;
	margin-right:1%;
	display:block;
	overflow:hidden;
	padding:0;
}
#projects_grid:nth-child(3n) {
	width:180px;
	height:180px;
	float:left;
	margin-top:2px;
	margin-right:0;
	display:block;
	overflow:hidden;
	padding:0;
}
#athena-posts-image img{
	width:271px;
	height:180px;
	object-fit: cover;
}
.project_title {
	width:180px;
	height:50px;
	text-align:right;
	background:rgba(255,255,255,0.8);
	margin-top:130px;
	position:absolute;
}
.project_title p {
	padding:0;
	margin:0;
}
p.title_text {
	color:#595758;
	font-size:13px;
	margin:4px 8px 0 0;
	letter-spacing:0.1em;
}
p.prolist_jptitle {
	font-size:11px;
	color:#888;
	letter-spacing:0.1em;
	padding-right:8px;
}
p.project_area {
	font-size:12px;
	color:#595758;
	margin:-2px 13px 0 0;
	letter-spacing:0.2em;
}
.menu-about-menu-container {
	display:none;
} 
.menu-contact-menu-container {
	display:none;
} 
.menu-recruitment-menu-container {
	display:none;
} 

	/*---------------project single slid----------*/
.project_slide .indicator {
	margin-top:-10px;
}
.project_scont {
	width:550px;
	height:270px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:50px auto 0 auto;
}
.project_detal {
	width:30%;
	height:1700px;
	float:left;
	margin-top:70px;
}
.project_photo {
	width:70%;
	float:right;
	margin-top:20px;
}
.project_item {
	width:300px;
}
.project_slide {
	width:300px;
}
.itemDisplay {
	width:300px;
	height:199.2px;
	display:block;
	overflow:hidden;
}
.itemDisplay ul {
	width:300px;
	height:199.2px;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.itemDisplay ul li img{
	width:auto;
	height:199.2px;
	display:block;
	margin:auto;
}
.project_slide a.prev,
.project_slide a.next {
	display:none;
}
.project_stitle {
	width:100%;
	padding-left:10px;
	border-bottom:3px solid #21a99b;
}
.project_stitle span {
	text-align:left;
	font-size:14px;
	letter-spacing:0.2em;
	padding:0 30px 3px 0;
}
.project_jptitle {
	font-size:12px;
}
.project_place {
	text-align:left;
	font-size:10px;
	letter-spacing:0.1em;
	padding:10px 10px 3px 10px;
	margin-top:10px;
}
.project_year {
	text-align:left;
	font-size:10px;
	letter-spacing:0.1em;
	padding:5px 10px 3px 10px;
	margin-top:0px;
}
.project_cattitle {
	color:#999;
	margin-right:10px;
	float:right;
	font-size:8px;
}
.facebook {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	bottom:0px;
	left:5px;
}
.facebook img {
	width:20px;
	height:auto;
}

.news-Ttitle {
	font-size:14px;
	letter-spacing:0.2em;
}
.news-content-wap {
	width:96%;
	display:block;
	margin:0 2% 0 2%;
	font-size:11px;
}
.news-title {
	font-size:12px;
	letter-spacing:0.2em;
}
.news-detail {
	font-size:10px;
}
.news-content {
	width:95%;
	padding:0 2.5% 0 2.5%;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
}
.news-content li{
	list-style:none;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	margin-right:5%;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}
.table-team-wrap {
	display:none;
}
#tablepress-1 {
	width:100%;
}
.table-teamSP-wrap {
	width:90%;
	margin:0 0.5% 0 0.5%;
}

.table-awards-wrap {
	display:none;
}
#tablepress-3 {
	width:100%;
}
.table-awardsSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
.aboutSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.table-concept-wrap {
	display:none;
}
.table-conceptSP-wrap div.concept-cn {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
}
.table-conceptSP-wrap div.concept-en {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-conceptSP-wrap div.concept-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}

.table-conceptSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
/*-----------company profile---------*/
.table-com-wrap{display:none;}
.table-comSP-wrap div.company-jp {
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-comSP-wrap ul.company_cont {
list-style:none;
margin:0;
}
.table-comSP-wrap ul.company_cont li.company_cont_title {
text-align:left;
font-size:1.2em !important;
color:#333333 !important;
padding-bottom:5px;
}
.table-comSP-wrap {
	width:92%;
	margin:0 1% 0 1%;
}
/*-----------ACCES---------*/
.table-access-wrap div.aboutSP-title {
	margin-right:-30px;
}
.table-access-wrap {
	width:100%;
	margin:0 5% 0 -30px;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:85%;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:85%;
	margin-top:20px;
}
/*----------------CONTACT-------------*/
.contact_box_wrap {
	width:450px;
	display:block;
	padding:0;
}
ul.contact_box01 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.contact_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box02 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box03 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box04 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta span textarea.wpcf7-form-control {
	width:100%;
	height:180px;
	border:1px solid #21a99b;
}
ul.contact_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.contact_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	display:block;
}
ul.contact_box05 li.submit_box {
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	overflow:hidden;
}
ul.contact_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	margin:0 0 0 207px;
}
ul.contact-adress {
	width:450px;
	margin:20px 0 0 10px;
	padding:0;
	font-size:0.75em;
	list-style:none;
}
ul.contact-adress li {
	margin-bottom:5px;
}
ul.contact-adress li span {
	font-size:1.1em;
}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px)  and (orientation : landscape) { 
#athena-header .header-inner{
    background: rgba(255,255,255,0.95);
    height: 50px;
	width:100%;
	position:fixed;
	top:0;
}
#site-navigation{
        display: none;
}
.menu-projects-menu-container {
	display:none;
} 

.project_list {
	width:630px;
	list-style:none;
	padding:7px 0 0 0;
	margin:7% auto;
}
#projects_grid {
	width:208px;
	height:208px;
	float:left;
	margin-top:2px;
	margin-right:5px;
	display:block;
	overflow:hidden;
	padding:0;
}
#projects_grid:nth-child(3n) {
	width:208px;
	height:208px;
	float:left;
	margin-top:2px;
	margin-right:0;
	display:block;
	overflow:hidden;
	padding:0;
}
#athena-posts-image img{
	width:313px;
	height:180px;
	object-fit: cover;
}
.project_title {
	width:208px;
	height:50px;
	text-align:right;
	background:rgba(255,255,255,0.8);
	margin-top:148px;
	position:absolute;
}
.project_title p {
	padding:0;
	margin:0;
}
p.title_text {
	color:#595758;
	font-size:13px;
	margin:5px 8px 0 0;
	letter-spacing:0.1em;
}
p.prolist_jptitle {
	font-size:11px;
	color:#888;
	letter-spacing:0.1em;
	padding-right:8px;
}
p.project_area {
	font-size:12px;
	color:#595758;
	margin:-3px 13px 0 0;
	letter-spacing:0.2em;
}
.menu-about-menu-container {
	display:none;
} 
.menu-contact-menu-container {
	display:none;
} 
.menu-recruitment-menu-container {
	display:none;
} 

/*---------------project single slid----------*/
.project_scont {
	width:570px;
	height:300px;
	position:absolute;
	top:15%;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.project_detal {
	width:30%;
	height:300px;
	float:left;
}
.project_photo {
	width:70%;
	float:right;
}
.project_item {
	width:400px;
}
.project_slide {
	width:400px;
}
.itemDisplay {
	width:400px;
	height:265.6px;
	display:block;
	overflow:hidden;
}
.itemDisplay ul {
	width:400px;
	height:265.6px;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.itemDisplay ul li img{
	width:auto;
	height:265.6px;
	display:block;
	margin:auto;
}
.project_slide a.prev,
.project_slide a.next {
	display:none;
}
.project_stitle {
	width:100%;
	padding-left:10px;
	border-bottom:3px solid #21a99b;
}
.project_stitle span {
	text-align:left;
	font-size:16px;
	letter-spacing:0.2em;
	padding:0 30px 3px 0;
}
.project_jptitle {
	font-size:14px;
}
.project_place {
	text-align:left;
	font-size:10px;
	letter-spacing:0.1em;
	padding:10px 10px 3px 10px;
	margin-top:10px;
}
.project_year {
	text-align:left;
	font-size:10px;
	letter-spacing:0.1em;
	padding:5px 10px 3px 10px;
	margin-top:0px;
}
.project_cattitle {
	color:#999;
	margin-right:10px;
	float:right;
	font-size:8px;
}
.facebook {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	bottom:0px;
	left:5px;
}
.facebook img {
	width:20px;
	height:auto;
}

.news-Ttitle {
	font-size:14px;
	letter-spacing:0.2em;
}
.news-content-wap {
	width:96%;
	display:block;
	margin:5% 2% 0 2%;
	font-size:11px;
	top:40px;
}
.news-title {
	font-size:12px;
	letter-spacing:0.2em;
}
.news-detail {
	font-size:10px;
}
#nsTOP {
	margin-top:55px;
}
.news-content {
	width:95%;
	padding:0 2.5% 0 2.5%;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
}
.news-content li{
	list-style:none;
}
.back_news {
	margin-right:-25px;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}
.table-team-wrap {
	display:none;
}
#tablepress-1 {
	width:100%;
}
.table-teamSP-wrap {
	width:90%;
	margin:0 0.5% 0 0.5%;
}

.table-awards-wrap {
	display:none;
}
#tablepress-3 {
	width:100%;
}
.table-awardsSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
.aboutSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.table-concept-wrap {
	display:none;
}
.table-conceptSP-wrap div.concept-cn {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
}
.table-conceptSP-wrap div.concept-en {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-conceptSP-wrap div.concept-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
	
.table-conceptSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
/*-----------ACCES---------*/
.table-access-wrap div.aboutSP-title {
	padding-left:7%;
}
.table-access-wrap {
	width:100%;
	margin:0 5% 0 -30px;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:85%;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:85%;
	margin-top:20px;
}
/*----------------CONTACT-------------*/

.contact_box_wrap {
	width:100%;
	display:block;
	padding:0;
}
ul.contact_box01 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.contact_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box02 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box03 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box04 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta span textarea.wpcf7-form-control {
	width:100%;
	height:180px;
	border:1px solid #21a99b;
}
ul.contact_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.contact_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	display:block;
}
ul.contact_box05 li.submit_box {
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	overflow:hidden;
}
ul.contact_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	text-align:center;
}
ul.contact-adress {
	width:100%;
	margin:20px 0 0 10px;
	padding:0;
	font-size:0.75em;
	list-style:none;
}
ul.contact-adress li {
	margin-bottom:5px;
}
ul.contact-adress li span {
	font-size:1.1em;
}


/*----------------EMPLOYMENT-------------*/
.table-emp-wrap {
	width:620px;
	margin:20px auto 0 auto;
	scrollbar-base-color:#21a99b;
}
.info-emp {
	margin:0 0 15px 0;
	letter-spacing:0.12em;
}
.footer-emp {
	padding:0;
	margin:5px 0 0 0;
	letter-spacing:0.12em;
}
.footer-emp span.add-info {
	border-bottom:2px solid #21a99b;
}
.table-emp-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-emp-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.empSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.emp_box_wrap {
	width:100%;
	display:block;
	padding:0;
}
ul.emp_box01 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.emp_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box01 li.name_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box01 li.name_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.emp_box02 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.emp_box03 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_texta span input.wpcf7-form-control {
	width:100%;
}

ul.emp_box04 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_texta span textarea.wpcf7-form-control {
	width:100%;
	height:180px;
	border:1px solid #21a99b;
}
ul.emp_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.emp_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	display:block;
}
ul.emp_box05 li.submit_box {
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	overflow:hidden;
}
ul.emp_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	margin:0 0 0 267px;
}
ul.emp-adress {
	width:100%;
	margin-top:50px;
	padding:0;
	font-size:0.75em;
	list-style:none;
}
ul.emp-adress li {
	margin-bottom:5px;
}
ul.emp-adress li span {
	font-size:1.1em;
}
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
	
#site-navigation{
        display: none;
}
#athena-header .header-inner{
    background: rgba(255,255,255,0.95);
    height: 50px;
	width:100%;
	position:fixed;
	top:0;
}
.header-inner #athena-logo img{
	max-height:40px;
	margin-left:-5px;
}

#site-navigation{
        display: none;
}
#athena-header .slicknav_menu{
        display: block;
		position:fixed;
		top:0;
		right:0;
}
.menu-projects-menu-container {
	display:none;
} 

.project_list {
	width:660px;
	list-style:none;
	padding:7px 0 0 0;
	margin:7% auto;
}
#projects_grid {
	width:216px;
	height:216px;
	float:left;
	margin-top:2px;
	margin-right:5px;
	display:block;
	overflow:hidden;
	padding:0;
}
#projects_grid:nth-child(3n) {
	width:216px;
	height:216px;
	float:left;
	margin-top:2px;
	margin-right:0;
	display:block;
	overflow:hidden;
	padding:0;
}
#athena-posts-image img{
	width:325px;
	height:216px;
	object-fit: cover;
}
.project_title {
	width:216px;
	height:50px;
	text-align:right;
	background:rgba(255,255,255,0.8);
	margin-top:166px;
	position:absolute;
}
.project_title p {
	padding:0;
	margin:0;
}
p.title_text {
	color:#595758;
	font-size:12px;
	margin:4px 8px 0 0;
	letter-spacing:0.1em;
}
p.prolist_jptitle {
	font-size:10px;
	color:#888;
	letter-spacing:0.1em;
	padding-right:8px;
}
p.project_area {
	font-size:10px;
	color:#595758;
	margin:-2px 8px 0 0;
	letter-spacing:0.2em;
}
.menu-about-menu-container {
	display:none;
} 
.menu-contact-menu-container {
	display:none;
} 
/*---------------project single slid----------*/
.project_scont {
	width:568px;
	height:300px;
	position:absolute;
	top:15%;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.project_detal {
	width:35%;
	height:245.1px;
	float:left;
}
.project_photo {
	width:65%;
	float:right;
}
.project_item {
	width:369.2px;
}
.project_slide {
	width:369.2px;
}
.itemDisplay {
	width:369.2px;
	height:245.1px;
	display:block;
	overflow:hidden;
}
.itemDisplay ul {
	width:369.2px;
	height:245.1px;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.itemDisplay ul li img{
	width:auto;
	height:245.1px;
	display:block;
	margin:auto;
}
.project_slide a.prev,
.project_slide a.next {
	display:none;
}
.project_stitle {
	width:100%;
	padding-left:5px;
	border-bottom:3px solid #21a99b;
}
.project_stitle span {
	text-align:left;
	font-size:12px;
	padding:0 5px 3px 0;
}
.project_jptitle {
	font-size:10px;
}
.project_place {
	text-align:left;
	font-size:10px;
	letter-spacing:0.1em;
	padding:10px 10px 3px 5px;
	margin-top:10px;
}
.project_year {
	text-align:left;
	font-size:10px;
	letter-spacing:0.1em;
	padding:5px 10px 3px 5px;
	margin-top:0px;
}
.project_cattitle {
	color:#999;
	margin-right:10px;
	float:right;
	font-size:8px;
}
.facebook {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	bottom:15px;
	left:5px;
}
.facebook img {
	width:20px;
	height:auto;
}
/*------------- Pagination --------------*/
#athena-pagination{
	display:none;
}
.facebook {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	bottom:0px;
	left:5px;
}
.facebook img {
	width:20px;
	height:auto;
}

.news-Ttitle {
	font-size:14px;
	letter-spacing:0.2em;
}
.news-content-wap {
	width:96%;
	display:block;
	margin:70px 2% 0 2%;
	font-size:11px;
}
.news-title {
	font-size:12px;
	letter-spacing:0.2em;
}
.news-detail {
	font-size:10px;
}
.news-content {
	width:90%;
	padding:0 5% 0 5%;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
	margin-left:5%;
}
.news-content img {
	width:70%;
	height:auto;
}
.news-content li{
	list-style:none;
}
.back_news {
	padding-bottom:5%;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}
.table-team-wrap {
	display:none;
}
#tablepress-1 {
	width:100%;
}
.table-teamSP-wrap {
	width:90%;
	margin:0 0.5% 0 0.5%;
}

.table-awards-wrap {
	display:none;
}
#tablepress-3 {
	width:100%;
}
.table-awardsSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
.aboutSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.table-concept-wrap {
	display:none;
}
.table-conceptSP-wrap div.concept-cn {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
}
.table-conceptSP-wrap div.concept-en {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-conceptSP-wrap div.concept-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
	
.table-conceptSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
/*-----------ACCES---------*/
.table-access-wrap div.aboutSP-title {
	margin-left:7%;
}
.table-access-wrap {
	width:100%;
	margin:0 5% 0 -30px;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:85%;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:85%;
	margin-top:20px;
}
/*----------------CONTACT-------------*/
.table-contact-wrap {
	width:650px;
	margin:20px auto 0 auto;
	scrollbar-base-color:#21a99b;
}
.table-contact-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-contact-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.contactSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.contact_box_wrap {
	width:650px;
	display:block;
	padding:0;
}
ul.contact_box01 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.contact_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box01 li.name_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box02 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box03 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box04 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_texta span textarea.wpcf7-form-control {
	width:100%;
	height:180px;
	border:1px solid #21a99b;
}
ul.contact_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.contact_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	display:block;
}
ul.contact_box05 li.submit_box {
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	overflow:hidden;
}
ul.contact_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	margin:0 0 0 280px;
}
ul.contact-adress {
	width:650px;
	margin-top:50px;
	padding:0;
	font-size:0.75em;
	list-style:none;
}
ul.contact-adress li {
	margin-bottom:5px;
}
ul.contact-adress li span {
	font-size:1.1em;
}


/*----------------EMPLOYMENT-------------*/
.table-emp-wrap {
	width:650px;
	margin:20px auto 0 auto;
	scrollbar-base-color:#21a99b;
}
.info-emp {
	margin:0 0 15px 0;
	letter-spacing:0.12em;
}
.footer-emp {
	padding:0;
	margin:5px 0 0 0;
	letter-spacing:0.12em;
}
.footer-emp span.add-info {
	border-bottom:2px solid #21a99b;
}
.table-emp-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-emp-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.empSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.emp_box_wrap {
	width:650px;
	display:block;
	padding:0;
}
ul.emp_box01 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.emp_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box01 li.name_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box01 li.name_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.emp_box02 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.emp_box03 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_texta span input.wpcf7-form-control {
	width:100%;
}

ul.emp_box04 {
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_texta span textarea.wpcf7-form-control {
	width:100%;
	height:180px;
	border:1px solid #21a99b;
}
ul.emp_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.emp_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	display:block;
}
ul.emp_box05 li.submit_box {
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	overflow:hidden;
}
ul.emp_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	margin:0 0 0 280px;
}
ul.emp-adress {
	width:650px;
	margin-top:50px;
	padding:0;
	font-size:0.75em;
	list-style:none;
}
ul.emp-adress li {
	margin-bottom:5px;
}
ul.emp-adress li span {
	font-size:1.1em;
}
}
@media( min-width : 1366px ) and ( max-width: 1367px ) {
.news-content-wap {
	width:80%;
	display:block;
	margin:7% 10% 0 10%;
}
.news-content {
	width:89%;
	padding:0 6% 0 5%;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
}
.news-content img {
	width:50%;
	height:auto;
}
.news-content li{
	list-style:none;
}
.back_news {
	padding-bottom:5%;
	margin-right:-44px;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}
/*-----------ACCES---------*/

.table-access-wrap {
	width:90%;
	margin:0 5% 0 -30px;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:100%;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0em;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:100%;
	margin-top:20px;
}
}
@media( min-width : 768px ) and ( max-width: 1250px ) {

#athena-header .header-inner{
    background: rgba(255,255,255,0.95);
	width:100%;
    height: 50px;
	position:fixed;
	top:0;
}
.header-inner #athena-logo img{
	max-height:40px;
	margin-left:-5px;
}
#site-navigation{
        display: none;
}
#athena-header .slicknav_menu{
        display: block;
		position:fixed;
		top:0;
		right:0;
}
#athena-header .slicknav_menu{
        display: block;
		margin:0px -3px 0 0;
}
.detail_menu {
	position:absolute;
	bottom:-100px;
	margin-left:50%;
	left:-280px;
}
.detail_menu ul {
	list-style:none;
}
.menu-projects-menu-container {
	width:651px;
	height:20px;
	margin:10% auto 4% auto;
}
ul#menu-projects-menu li.menu-item-search {
	display:none;
}
ul#menu-about-menu li.menu-item-search{
	display:none;
}
ul#menu-contact-menu li.menu-item-search{
	display:none;
}
ul#menu-recruitment-menu li.menu-item-search{
	display:none;
}

.menu-projects-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

.menu-projects-menu-container li {
	width:89px;
	text-align:center;
	float:left;
}
.menu-projects-menu-container li:nth-child(2) {
	width:90px;
	text-align:center;
	float:left;
}
.menu-projects-menu-container li:nth-child(4) {
	width:46px;
	text-align:center;
	float:left;
}
.menu-projects-menu-container li:nth-child(5) {
	width:113px;
	text-align:center;
	float:left;
}
.menu-projects-menu-container li:nth-child(7) {
	width:46px;
	text-align:center;
	float:left;
}
.menu-projects-menu-container li a{
	font-size:11px;
	color:#595758;
}
.project_list {
	width:620px;
	margin:20px auto;
	list-style:none;
	padding:0;
}
#projects_grid {
	width:200px;
	height:200px;
	float:left;
	margin-right:10px;
	margin-top:2px;
	display:block;
	overflow:hidden;
	padding:0;
}
#projects_grid:nth-child(3n) {
	width:200px;
	height:200px;
	float:left;
	margin-right:0px;
	margin-top:2px;
	display:block;
	overflow:hidden;
	padding:0;
}
.menu-about-menu-container {
	width:651px;
	height:20px;
	margin:0% auto 4% auto;
}
.menu-about-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-about-menu-container li a{
	font-size:11px;
	color:#595758;
}
.menu-about-menu-container li {
	width:93px;
	text-align:center;
	float:left;
}
.menu-contact-menu-container {
	width:651px;
	height:20px;
	margin:0% auto 4% auto;
}
.menu-contact-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-contact-menu-container li a{
	font-size:11px;
	color:#595758;
}
.menu-contact-menu-container li {
	width:93px;
	text-align:center;
	float:left;
}
.menu-recruitment-menu-container {
	width:651px;
	height:20px;
	margin:0% auto 4% auto;
}
.menu-recruitment-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-recruitment-menu-container li a{
	font-size:11px;
	color:#595758;
}
.menu-recruitment-menu-container li {
	width:93px;
	text-align:center;
	float:left;
}

#athena-posts-image img{
	width:301px;
	height:200px;
	object-fit: cover;
}
.project_title {
	width:200px;
	height:50px;
	text-align:right;
	background:rgba(255,255,255,0.8);
	margin-top:150px;
	position:absolute;
}
.project_title p {
	padding:0;
	margin:0;
}
p.title_text {
	color:#595758;
	font-size:11px;
	margin:5px 8px 0 0;
	letter-spacing:0.1em;
}
p.prolist_jptitle {
	font-size:9px;
	color:#888;
	letter-spacing:0.1em;
	padding-right:8px;
}
p.project_area {
	font-size:9px;
	color:#595758;
	margin:-3px 8px 0 0;
	letter-spacing:0.2em;
}

.facebook {
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	bottom:5px;
	left:2px;
}
.facebook img {
	width:20px;
	height:auto;
}
/*------------- Pagination --------------*/
#athena-pagination{
	display:none;
}
/*---------------project single slid----------*/
.project_scont {
	width:768px;
	height:450px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.project_detal {
	width:35%;
	height:450px;
	float:left;
}
.project_photo {
	width:65%;
	float:right;
}
.project_item {
	width:499px;
}
.project_slide {
	width:499px;
}
.itemDisplay {
	width:499px;
	height:331px;
	display:block;
	overflow:hidden;
}
.itemDisplay ul {
	width:499px;
	height:331px;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.project_slide a.prev,
.project_slide a.next {
	display:none;
}
.itemDisplay ul li img{
	width:auto;
	height:331px;
	display:block;
	margin:auto;
}
.project_stitle {
	width:99%;
	padding-left:10px;
	border-bottom:3px solid #21a99b;
}
.project_stitle span {
	text-align:left;
	font-size:16px;
	letter-spacing:0.05em;
	padding:0 5px 3px 0;
}
.project_jptitle {
	font-size:14px;
}
.project_place {
	text-align:left;
	font-size:12px;
	letter-spacing:0.1em;
	padding:10px 10px 3px 10px;
	margin-top:10px;
}
.project_year {
	text-align:left;
	font-size:12px;
	letter-spacing:0.1em;
	padding:5px 10px 3px 10px;
	margin-top:0px;
}
.project_cattitle {
	color:#999;
	margin-right:10px;
	float:right;
	font-size:10px;
}
.facebook {
	width:20px;
	height:20px;
	display:block;
	top:311px;
	left:10px;
}
.facebook img {
	width:20px;
	height:auto;
}

.news-content-wap {
	width:80%;
	display:block;
	margin:7% 10% 0 10%;
}
.news-content {
	width:89%;
	padding:0 6% 0 5%;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
}
.news-content img {
	width:50%;
	height:auto;
}
.news-content li{
	list-style:none;
}
.back_news {
	padding-bottom:5%;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	margin-right:11%;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}
.table-team-wrap {
	display:none;
}
#tablepress-1 {
	width:100%;
}
.table-teamSP-wrap {
	width:90%;
	margin:0 0.5% 0 0.5%;
}

.table-awards-wrap {
	display:none;
}
#tablepress-3 {
	width:100%;
}
.table-awardsSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
.aboutSP-title {
	display:none;
}
.table-concept-wrap {
	display:none;
}
.table-conceptSP-wrap div.concept-cn {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
}
.table-conceptSP-wrap div.concept-en {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-conceptSP-wrap div.concept-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
	
.table-conceptSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
/*-----------------COMPANY---------------*/
.table-com-wrap{display:none;}
.table-comSP-wrap div.company-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-comSP-wrap ul.company_cont {
list-style:none;
margin:0;
}
.table-comSP-wrap ul.company_cont li.company_cont_title {
text-align:left;
font-size:1.2em !important;
color:#333333 !important;
padding-bottom:25px;
}
.table-comSP-wrap {
	width:92%;
	margin:0 1% 0 1%;
}

/*-----------ACCES---------*/

.table-access-wrap {
	width:90%;
	margin:0 5% 0 -30px;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:100%;
	font-size:0.75em;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:100%;
	height:auto;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0em;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	width:100%;
	font-size:0.75em;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:100%;
	height:auto;
	margin-top:20px;
}
/*----------------CONTACT-------------*/
.table-contact-wrap {
	width:700px;
	padding-left:10px;
	margin:20px auto 0 3%;
	scrollbar-base-color:#21a99b;
}
.table-contact-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-contact-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.contactSP-title {
	display:none;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.contact_box_wrap {
	width:100%;
	display:block;
	padding:0;
}
ul.contact_box01 {
	list-style:none;
	height:45px;
	margin:0;
	padding:0;
	display:block;
}
ul.contact_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:85px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box01 li.name_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box01 li.name_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box02 {
	list-style:none;
	height:45px;
	margin:0px 0 0 0;
	padding:0;
	display:block;
}
ul.contact_box02 li.email_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:85px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box02 li.email_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box02 li.email_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box03 {
	list-style:none;
	height:45px;
	margin:0px 0 0 0;
	padding:0;
	display:block;
}
ul.contact_box03 li.subject_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:85px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box03 li.subject_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box03 li.subject_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.contact_box04 {
	width:100%;
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
	display:block;
	overflow:hidden;
}
ul.contact_box04 li.message_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:85px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box04 li.message_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box04 li.message_texta span textarea.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}
ul.contact_box05 {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	display:block;
	overflow:hidden;
}
ul.contact_box05 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	width:85px;
	float:left;
	display:block;
}
ul.contact_box05 li.submit_box {
	width:100%;
	padding:0;
	display:block;
	text-align:center;
}
ul.contact_box05 input.wpcf7-form-control {
	width:85px;
	margin:0 0 0 25%;
	letter-spacing:0.1em;
	padding:5px 0 5px 0;
	float:right;
}
ul.contact-adress {
	width:100%;
	display:block;
	padding:0;
	font-size:0.8em;
	list-style:none;
	line-height:1.75em;
	margin-top:30px;
}
ul.contact-adress li {
	margin-bottom:5px;
}
ul.contact-adress li span {
	font-size:1.1em;
}

div.wpcf7-validation-errors {
	border:none;
	color:#F00;
}


/*----------------EMPLOYMENT-------------*/
.table-emp-wrap {
	width:700px;
	padding-left:10px;
	margin:20px auto 0 3%;
	scrollbar-base-color:#21a99b;
}
.info-emp {
	margin:0 0 15px 0;
	letter-spacing:0.12em;
}
.footer-emp {
	padding:0;
	margin:5px 0 0 0;
	letter-spacing:0.12em;
}
.footer-emp span.add-info {
	border-bottom:2px solid #21a99b;
}
.table-emp-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-emp-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.empSP-title {
	display:none;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.emp_box_wrap {
	width:100%;
	display:block;
	padding:0;
}
ul.emp_box01 {
	list-style:none;
	height:45px;
	margin:0;
	padding:0;
	display:block;
}
ul.emp_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:110px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box01 li.name_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box01 li.name_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.emp_box02 {
	list-style:none;
	height:45px;
	margin:0px 0 0 0;
	padding:0;
	display:block;
}
ul.emp_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:110px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box02 li.email_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box02 li.email_texta span input.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}

ul.emp_box03 {
	list-style:none;
	height:45px;
	margin:0px 0 0 0;
	padding:0;
	display:block;
}
ul.emp_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:110px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box03 li.subject_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box03 li.subject_texta span input.wpcf7-form-control {
	width:100%;
}

ul.emp_box04 {
	width:100%;
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
	display:block;
	overflow:hidden;
}
ul.emp_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:110px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box04 li.message_texta {
	width:100%;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box04 li.message_texta span textarea.wpcf7-form-control {
	width:100%;
	border:1px solid #21a99b;
}
ul.emp_box05 {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	display:block;
	overflow:hidden;
}
ul.emp_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.1em;
	width:85px;
	float:left;
	display:block;
}
ul.emp_box05 li.submit_box {
	width:100%;
	padding:0;
	display:block;
	text-align:center;
}
ul.emp_box05 input.wpcf7-form-control {
	width:85px;
	margin:0 0 0 25%;
	letter-spacing:0.1em;
	padding:5px 0 5px 0;
	float:right;
}
ul.emp-adress {
	width:100%;
	display:block;
	padding:0;
	font-size:0.8em;
	list-style:none;
	line-height:1.75em;
	margin-top:30px;
}
ul.emp-adress li {
	margin-bottom:5px;
}
ul.emp-adress li span {
	font-size:1.1em;
}

div.wpcf7-validation-errors {
	border:none;
	color:#F00;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
#athena-header .header-inner{
    background: rgba(255,255,255,0.95);
    height: 50px;
	width:100%;
	position:fixed;
	top:0;
}
#site-navigation{
        display: none;
}
	/*---------------project single slid----------*/
.project_slide .indicator {
	margin-top:-10px;
}

.menu-projects-menu-container {
	display:none;
} 

.project_scont {
	width:650px;
	height:290px;
	position:absolute;
	top:40px;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.project_detal {
	width:35%;
	height:281px;
	float:left;
}
.project_photo {
	width:65%;
	float:right;
}
.project_item {
	width:422.5px;
}
.project_slide {
	width:422.5px;
}
.itemDisplay {
	width:422.5px;
	height:281px;
	display:block;
	overflow:hidden;
}
.itemDisplay ul {
	width:422.5px;
	height:281px;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.itemDisplay ul li img{
	width:auto;
	height:281px;
	display:block;
	margin:auto;
}
.project_stitle {
	width:99%;
	padding-left:5px;
	border-bottom:3px solid #21a99b;
}
.project_stitle span {
	text-align:left;
	font-size:14px;
	padding:0 5px 3px 0;
}
.project_jptitle {
	font-size:12px;
}
.project_place {
	text-align:left;
	font-size:10px;
	letter-spacing:0.1em;
	padding:10px 10px 3px 5px;
	margin-top:10px;
}
.project_year {
	text-align:left;
	font-size:12px;
	letter-spacing:0.1em;
	padding:5px 10px 3px 5px;
	margin-top:0px;
}
.project_cattitle {
	color:#999;
	margin-right:10px;
	float:right;
	font-size:10px;
}
.facebook {
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	bottom:5px;
	left:2px;
}
.facebook img {
	width:20px;
	height:auto;
}

.news-content-wap {
	width:80%;
	display:block;
	margin:5% 10% 0 10%;
}
.news-content {
	width:95%;
	padding:0 2.5% 0 2.5%;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
}
.news-content img{
	width:50%;
	height:auto;
}
.news-content li{
	list-style:none;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	margin:0 5% 5% 0;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}
.table-team-wrap {
	display:none;
}
#tablepress-1 {
	width:100%;
}
.table-teamSP-wrap {
	width:90%;
	margin:0 0.5% 0 0.5%;
}

.table-awards-wrap {
	display:none;
}
#tablepress-3 {
	width:100%;
}
.table-awardsSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
.aboutSP-title {
	font-size:1em;
	color:#21a99b;
	text-align:center;
	letter-spacing:0.2em;
	padding:15px 0 10px 0;
}
.table-concept-wrap {
	display:none;
}
.table-conceptSP-wrap div.concept-cn {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
}
.table-conceptSP-wrap div.concept-en {
    direction:ltr;
	letter-spacing:0.2em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-conceptSP-wrap div.concept-jp {
    direction:ltr;
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
	
.table-conceptSP-wrap {
	width:90%;
	margin:0 5% 0 5%;
}
/*-----------company profile---------*/
.table-com-wrap{display:none;}
.table-comSP-wrap div.company-jp {
	letter-spacing:0.15em;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-comSP-wrap ul.company_cont {
list-style:none;
margin:0;
}
.table-comSP-wrap ul.company_cont li.company_cont_title {
text-align:left;
font-size:1.2em !important;
color:#333333 !important;
padding-bottom:5px;
}
.table-comSP-wrap {
	width:92%;
	margin:0 1% 0 1%;
}

/*-----------ACCES---------*/

.table-access-wrap {
	width:90%;
	margin:0 5% 0 -30px;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:100%;
	margin-top:0px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.1em;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	letter-spacing:0em;
	width:100%;
	font-size:0.8em;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:100%;
	margin-top:20px;
}
}

@media( min-width : 1025px ) and ( max-width: 1250px ) {
#athena-header .header-inner{
    background: rgba(255,255,255,0.95);
    height: 60px;
	width:100%;
	position:fixed;
	top:0;
}
.athena-header-menu{
    float: right;
	margin:0px 0 0 0;
	min-height:50px;
}
#site-navigation{
        display: none;
}
ul.athena-nav ul {
    box-shadow: none;
    text-align: center;
    position: absolute;
    left: -999em;
    z-index: 99999;
    color:#595758;
	margin-left:-75px;
	padding-top:20px;
}
ul.athena-nav > li.menu-item{
    margin-right:50px;
	margin-left:50px;
}
#athena-logo{
    line-height: 0px;
}

.header-inner #athena-logo{
	margin-left:0px;
	margin-top:-5px;
}

#athena-logo img{
    max-height: 50px;
}
.header-inner{
    height: 60px;
	width:100%;
	position:fixed;
	top:0;
}
.menu-projects-menu-container {
	width:900px;
	height:20px;
	margin:7% auto 4% auto;
}
ul#menu-projects-menu li.menu-item-search {
	display:none;
}
ul#menu-about-menu li.menu-item-search{
	display:none;
}
ul#menu-contact-menu li.menu-item-search{
	display:none;
}
ul#menu-recruitment-menu li.menu-item-search{
	display:none;
}
.menu-projects-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-projects-menu-container li {
	width:112.5px;
	text-align:center;
	float:left;
}
.menu-projects-menu-container li a{
	font-size:12px;
	color:#595758;
}
.project_list {
	width:860px;
	margin:20px auto;
	list-style:none;
	padding:0;
}
#projects_grid {
	width:200px;
	height:200px;
	float:left;
	margin-right:20px;
	margin-top:2px;
	display:block;
	overflow:hidden;
	padding:0;
}
#projects_grid:nth-child(4n+4) {
	width:200px;
	height:200px;
	float:left;
	margin-right:0;
	margin-top:2px;
	display:block;
	padding:0;
}
.menu-about-menu-container {
	width:900px;
	height:20px;
	margin:0.7% auto 4% 14.2%;
}
.menu-about-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-about-menu-container li {
	width:128px;
	text-align:center;
	float:left;
}
.menu-about-menu-container li a{
	font-size:12px;
	color:#595758;
}
.menu-contact-menu-container {
	width:900px;
	height:20px;
	margin:0.7% auto 4% 14.2%;
}
.menu-contact-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-contact-menu-container li {
	width:128px;
	text-align:center;
	float:left;
}
.menu-contact-menu-container li a{
	font-size:12px;
	color:#595758;
}
.menu-recruitment-menu-container {
	width:900px;
	height:20px;
	margin:0.7% auto 4% 14.2%;
}
.menu-recruitment-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-recruitment-menu-container li {
	width:128px;
	text-align:center;
	float:left;
}
.menu-recruitment-menu-container li a{
	font-size:12px;
	color:#595758;
}

#athena-posts-image img{
	width:301.1px;
	height:200px;
	object-fit: cover;
}
.project_title {
	width:200px;
	height:50px;
	text-align:right;
	background:rgba(255,255,255,0.8);
	margin-top:150px;
	position:absolute;
}
.project_title p {
	padding:0;
	margin:0;
}
p.title_text {
	color:#595758;
	font-size:11px;
	margin:5px 8px 0 0;
	letter-spacing:0.1em;
}
p.prolist_jptitle {
	font-size:9px;
	color:#888;
	letter-spacing:0.1em;
	padding-right:8px;
	max-width: 195px;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
p.project_area {
	font-size:10px;
	color:#595758;
	margin:-3px 8px 0 0;
	letter-spacing:0.2em;
}
/*------------- Pagination --------------*/
#athena-pagination{
	width:860px;
	font-size:14px;
	text-align:center;
	position:fixed;
	left:50%;
	bottom:5%;
	margin-left:-430px;
}
#athena-pagination a.page-numbers {
	width:20px;
	height:20px;
	text-align:center;
}
#athena-pagination a.next {
	width:20px;
	height:20px;
	background:url(../images/page_next.svg);
	background-repeat:no-repeat;
	background-position:right;
	color:#fff;
	float:right;
}
#athena-pagination a.prev {
	width:20px;
	height:20px;
	background:url(../images/page_prev.svg);
	background-repeat:no-repeat;
	background-position:left;
	color:#fff;
	float:left;
}
#athena-pagination span,
#athena-pagination a{
    margin-right: 4px;
}

.post-navigation .nav-next,
.post-navigation .nav-previous{
    display: none;
}
/*---------------project single slid----------*/
.project_scont {
	width:1000px;
	height:450px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.project_detal {
	width:36%;
	height:450px;
	float:left;
}
.project_photo {
	width:64%;
	float:right;
}
.project_item {
	width:640px;
}
.project_slide {
	width:640px;
}
.itemDisplay {
	width:640px;
	height:425px;
	display:block;
	overflow:hidden;
}
.itemDisplay ul {
	width:640px;
	height:425px;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.itemDisplay ul li img{
	width:auto;
	height:425px;
	display:block;
	margin:auto;
}
.project_stitle {
	width:99%;
	padding-left:5px;
	border-bottom:3px solid #21a99b;
}
.project_stitle span {
	text-align:left;
	font-size:15px;
	padding:0 5px 3px 0;
}
.project_jptitle {
	font-size:13px;
}
.project_place {
	text-align:left;
	font-size:11px;
	letter-spacing:0.1em;
	padding:10px 10px 3px 5px;
	margin-top:10px;
}
.project_year {
	text-align:left;
	font-size:11px;
	letter-spacing:0.1em;
	padding:5px 10px 3px 5px;
	margin-top:0px;
}
.project_cattitle {
	color:#999;
	margin-right:10px;
	float:right;
	font-size:9px;
}
.facebook {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	bottom:10px;
	left:5px;
}
.facebook img {
	width:30px;
	height:auto;
}

.news-Ttitle {
	font-size:16px;
	letter-spacing:0.2em;
}
.news-content-wap {
	width:60%;
	display:block;
	margin:7% 20% 0 20%;
	font-size:14px;
}
.news-title {
	font-size:16px;
	letter-spacing:0.2em;
}
.news-detail {
	font-size:12px;
}
.news-content {
	width:100%;
	padding:0;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
}
.news-content li{
	list-style:none;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	margin-right:5%;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}

.table-team-wrap {
	width:100%;
	height:100%;
	padding-left:0px;
	margin:0;
    direction:rtl;
	scrollbar-base-color:#21a99b;
}
#tablepress-1 {
	width:100%;
    direction:ltr;
}
.table-teamSP-wrap {
	display:none;
}
::-webkit-scrollbar {
    width: 3px;
	min-height:20px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: #21a99b;
}

.table-awards-wrap {
	width:870px;
	height:100%;
	padding-left:10px;
	margin:20px auto 0 16.5%;
    direction:rtl;
	scrollbar-base-color:#21a99b;
}
#tablepress-3 {
	width:100%;
    direction:ltr;
}
.table-awardsSP-wrap {
	display:none;
}
.table-concept-wrap {
	width:850px;
	height:100%;
	padding-left:10px;
	margin:20px auto 0 16.5%;
    direction:rtl;
	font-size:0.9em;
	line-height:2.1em;
	scrollbar-base-color:#21a99b;
}
.table-concept-wrap div.concept-cn {
    direction:ltr;
	letter-spacing:0.2em;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-concept-wrap div.concept-en {
    direction:ltr;
	letter-spacing:0.2em;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-concept-wrap div.concept-jp {
    direction:ltr;
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
	
.table-conceptSP-wrap {
	display:none;
}
.aboutSP-title {
	display:none;
}
/*-----------company profile---------*/
.table-com-wrap {
	width:850px;
	height:100%;
	padding-left:10px;
	margin:20px auto 0 16.5%;
	font-size:0.9em;
	line-height:2.1em;
	scrollbar-base-color:#21a99b;
}
.table-com-wrap ul.company_cont li.company_cont_title {
text-align:left;
font-size:1.2em !important;
color:#333333 !important;
padding-bottom:5px;
}
.table-com-wrap ul.company_cont {
list-style:none;
padding:0;
margin:0;
}
.table-com-wrap ul.company_cont li.company_cont_text {
text-align:left;
}
.table-comSP-wrap div.company-jp {
    direction:ltr;
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-comSP-wrap {
	display:none;
}
.aboutSP-title {
	display:none;
}
.table-comSP-wrap ul.company_cont li.company_cont_title {
text-align:left;
font-size:1.2em !important;
color:#333333 !important;
padding-bottom:5px;
}
/*-----------ACCES---------*/

.table-access-wrap {
	width:1000px;
	height:530px;
	padding-left:10px;
	margin:20px auto 0 10.4%;
	overflow:none;
    direction:rtl;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	letter-spacing:0.08em;
	float:left;
	direction:ltr;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:350px;
	height:auto;
	float:left;
	margin-right:40px;
	font-size:0.75em;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1.2em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:450px;
	height:auto;
	float: right;
	margin-top:20px
}
div.i4ewOd-UzWXSb {
	height:180px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	letter-spacing:0.1em;
	float:left;
	direction:ltr;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	width:350px;
	height:auto;
	float:left;
	margin-right:40px;
	font-size:0.8em;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1.2em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:450px;
	height:auto;
	float: right;
	margin-top:-20px
}
/*----------------CONTACT-------------*/
.table-contact-wrap {
	width:1000px;
	padding-left:10px;
	margin:20px auto 0 16%;
	overflow:hidden;
	line-height:1.75em;
	scrollbar-base-color:#21a99b;
}
.table-contact-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-contact-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.contactSP-title {
	display:none;
}
.setname_j {
	font-size:0.7em;
}.setname_e {
	font-size:0.8em;
}
.contact_box_wrap {
	width:485px;
	height:500px;
	display:block;
	overflow:hidden;
	float:left;
	padding:0;
}
ul.contact_box01 {
	list-style:none;
	height:45px;
	margin:0;
	padding:0;
}
ul.contact_box01 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:85px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box01 li.name_texta {
	width:400px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box01 li.name_texta span input.wpcf7-form-control {
	width:398px;
	border:1px solid #21a99b;
}

ul.contact_box02 {
	list-style:none;
	height:45px;
	margin:15px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:85px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box02 li.email_texta {
	width:400px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box02 li.email_texta span input.wpcf7-form-control {
	width:398px;
	border:1px solid #21a99b;
}

ul.contact_box03 {
	list-style:none;
	height:45px;
	margin:15px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:85px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box03 li.subject_texta {
	width:400px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box03 li.subject_texta span input.wpcf7-form-control {
	width:398px;
	border:1px solid #21a99b;
}

ul.contact_box04 {
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:85px;
	height:250px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box04 li.message_texta {
	width:400px;
	height:250px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box04 li.message_texta span textarea.wpcf7-form-control {
	width:398px;
	border:1px solid #21a99b;
}
ul.contact_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.contact_box05 li.name_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	width:85px;
	float:left;
	display:block;
}
ul.contact_box05 li.submit_box {
	width:400px;
	margin:0;
	padding:0;
	overflow:hidden;
	float:right;
}
ul.contact_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.1em;
	padding:10px 0 10px 0;
	margin:0 0 0 310px;
}
ul.contact-adress {
	width:400px;
	padding:0;
	float:right;
	font-size:0.75em;
	list-style:none;
}
ul.contact-adress li {
	margin-bottom:30px;
}
ul.contact-adress li span {
	font-size:1.1em;
}
/*----------------EMPLOYMENT-------------*/
.table-emp-wrap {
	width:1000px;
	padding-left:10px;
	margin:20px auto 0 16%;
	line-height:1.75em;
	scrollbar-base-color:#21a99b;
}
.table-empSP-wrap {
	display:none;
}
.info-emp {
	margin:0 0 15px 0;
	font-size:.9em;
	line-height:1.1em;
}
.footer-emp {
	height:120px;
	width:500px;
	padding:0;
	margin:0;
	font-size:.9em;
	line-height:1.0em;
}
.footer-emp span.add-info {
	border-bottom:2px solid #21a99b;
}
.table-emp-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-emp-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.empSP-title {
	display:none;
}
.setname_j {
	font-size:0.85em;
}
.setname_e {
	font-size:1em;
}
.emp_box_wrap {
	width:550px;
	height:320px;
	min-height:100%;
	display:block;
	overflow:hidden;
	float:left;
	padding:0;
}
ul.emp_box01 {
	list-style:none;
	height:45px;
	margin:0;
	padding:0;
}
ul.emp_box01 li.name_box {
	font-size:.8em;
	letter-spacing:0.10em;
	line-height:1em;
	width:110px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box01 li.name_texta {
	width:440px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box01 li.name_texta span input.wpcf7-form-control {
	width:438px;
	border:1px solid #21a99b;
}

ul.emp_box02 {
	list-style:none;
	height:45px;
	margin:7px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_box {
	font-size:.8em;
	letter-spacing:0.1em;
	line-height:1em;
	width:110px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box02 li.email_texta {
	width:440px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box02 li.email_texta span input.wpcf7-form-control {
	width:438px;
	border:1px solid #21a99b;
}

ul.emp_box03 {
	list-style:none;
	height:45px;
	margin:5px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_box {
	font-size:.8em;
	letter-spacing:0.10em;
	line-height:1.1em;
	width:100px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box03 li.subject_texta {
	width:440px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box03 li.subject_texta span input.wpcf7-form-control {
	width:438px;
}

ul.emp_box04 {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_box {
	font-size:0.8em;
	letter-spacing:0.1em;
	line-height:1.1em;
	width:110px;
	height:120px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box04 li.message_texta {
	width:440px;
	height:120px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box04 li.message_texta span textarea.wpcf7-form-control {
	width:438px;
	height:118px;
	border:1px solid #21a99b;
}
ul.emp_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.emp_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.15em;
	width:110px;
	float:left;
	display:block;
}
ul.emp_box05 li.submit_box {
	width:440px;
	margin:0;
	padding:0;
	overflow:hidden;
	float:right;
}
ul.emp_box05 input.wpcf7-form-control {
	width:85px;
	letter-spacing:0.15em;
	padding:10px 0 10px 0;
	margin:0 0 0 355px;
}
ul.emp-adress {
	width:400px;
	padding:0;
	margin-top:-120px;
	float:right;
	font-size:0.75em;
	list-style:none;
}
ul.emp-adress li {
	margin-bottom:30px;
}
ul.emp-adress li span {
	font-size:1.1em;
}
}
@media( min-width: 1231px ) {

#athena-header .header-inner{
    background: rgba(255,255,255,0.95);
    height:80px;
	width:100%;
	position:fixed;
	top:0;
}
ul.athena-nav ul {
    box-shadow: none;
    text-align: center;
    position: absolute;
    left: -999em;
    z-index: 99999;
    color:#595758;
	margin-left:-75px;
	padding-top:28px;
}
.menu-projects-menu-container {
	width:1400px;
	height:20px;
	margin:9% auto 3% auto;
}
ul#menu-projects-menu li.menu-item-search {
	display:none;
}
ul#menu-about-menu li.menu-item-search{
	display:none;
}
ul#menu-contact-menu li.menu-item-search{
	display:none;
}
ul#menu-recruitment-menu li.menu-item-search{
	display:none;
}
.menu-projects-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-projects-menu-container li {
	width:175px;
	text-align:center;
	float:left;
}
.menu-projects-menu-container li a{
	font-size:14px;
	color:#595758;
}
.project_list {
	width:1308px;
	margin:20px auto;
	list-style:none;
	padding:0;
}
#projects_grid {
	width:300px;
	height:300px;
	float:left;
	margin-right:36px;
	margin-top:18px;
	display:block;
	overflow:hidden;
	padding:0;
}
#projects_grid:nth-child(4n+4) {
	width:300px;
	height:300px;
	float:left;
	margin-right:0;
	margin-top:18px;
	display:block;
	padding:0;
}
.menu-about-menu-container {
	width:900x;
	height:20px;
	margin:5.85% auto 3% 21.8%;
}
.menu-about-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-about-menu-container li {
	width:195px;
	text-align:center;
	float:left;
}
.menu-about-menu-container li a{
	font-size:14px;
	color:#595758;
}
.menu-contact-menu-container {
	width:900x;
	height:20px;
	margin:5.85% auto 3% 21.8%;
}
.menu-contact-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-contact-menu-container li {
	width:195px;
	text-align:center;
	float:left;
}
.menu-contact-menu-container li a{
	font-size:14px;
	color:#595758;
}
.menu-recruitment-menu-container {
	width:900x;
	height:20px;
	margin:5.85% auto 3% 21.8%;
}
.menu-recruitment-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.menu-recruitment-menu-container li {
	width:195px;
	text-align:center;
	float:left;
}
.menu-recruitment-menu-container li a{
	font-size:14px;
	color:#595758;
}

#athena-posts-image img{
	width:452px;
	height:300px;
	object-fit: cover;
}
.project_title {
	width:300px;
	height:70px;
	text-align:right;
	background:rgba(255,255,255,0.8);
	margin-top:230px;
	position:absolute;
}
.project_title p {
	padding:0;
	margin:0;
}
p.title_text {
	color:#595758;
	font-size:16px;
	margin:7px 8px 0 0;
	letter-spacing:0.1em;
}
p.prolist_jptitle {
	font-size:12px;
	color:#888;
	letter-spacing:0.1em;
	padding-right:8px;
}
p.project_area {
	font-size:10px;
	color:#595758;
	margin:1px 8px 0 0;
	letter-spacing:0.2em;
}
/*------------- Pagination --------------*/
#athena-pagination{
	width:1308px;
	font-size:16px;
	text-align:center;
	position:fixed;
	left:50%;
	bottom:5%;
	margin-left:-654px;
}
#athena-pagination a.page-numbers {
	width:30px;
	height:30px;
	text-align:center;
}
#athena-pagination a.next {
	width:30px;
	height:30px;
	background:url(../images/page_next.svg);
	background-repeat:no-repeat;
	background-position:right;
	color:#fff;
	float:right;
}
#athena-pagination a.prev {
	width:30px;
	height:30px;
	background:url(../images/page_prev.svg);
	background-repeat:no-repeat;
	background-position:left;
	color:#fff;
	float:left;
}
#athena-pagination span,
#athena-pagination a{
    margin-right: 4px;
}

.post-navigation .nav-next,
.post-navigation .nav-previous{
    display: none;
}

#pagetop {
	position: fixed;
	bottom: 5px;
	right: 10px;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter:alpha(opacity:0);
    zoom:1;
    z-index: 9999;
}
#pagetop a {
	width: 50px;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 25px;
	background-color:rgba(33,169,155,0.8);
	display: block;
	z-index:100;
}
#pagetop a img {
	width:40px;
	height:auto;
}
/*---------------project single slid----------*/
.project_scont {
	width:1240px;
	height:550px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.project_detal {
	width:35.484%;
	height:550px;
	float:left;
}
.project_photo {
	width:64.516%;
	float:right;
}
.project_item {
	width:800px;
}
.project_slide {
	width:800px;
}
.itemDisplay {
	width:800px;
	height:531px;
	display:block;
}
.itemDisplay ul {
	width:800px;
	height:531px;
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
.itemDisplay ul li img{
	object-fit: contain;
	width: 800px;
	height: 531px;
	display:block;
	margin:auto;
}

.project_stitle {
	width:99%;
	padding-left:10px;
	border-bottom:3px solid #21a99b;
}
.project_stitle span {
	text-align:left;
	font-size:16px;
	letter-spacing:0.05em;
	padding:0 5px 3px 0;
}
.project_jptitle {
	font-size:14px;
}
.project_place {
	text-align:left;
	font-size:14px;
	letter-spacing:0.1em;
	padding:10px 10px 3px 10px;
	margin-top:10px;
}
.project_year {
	text-align:left;
	font-size:14px;
	letter-spacing:0.1em;
	padding:5px 10px 3px 10px;
	margin-top:0px;
}
.project_cattitle {
	color:#999;
	margin-right:10px;
	float:right;
	font-size:12px;
}
.facebook {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	bottom:10px;
	left:5px;
}
.facebook img {
	width:30px;
	height:auto;
}

.news-Ttitle {
	font-size:16px;
	letter-spacing:0.2em;
}
.news-content-wap {
	width:60%;
	display:block;
	margin:7% 20% 0 20%;
	font-size:14px;
}
.news-title {
	font-size:16px;
	letter-spacing:0.2em;
}
.news-detail {
	font-size:12px;
}
.news-content {
	width:95%;
	padding:0 2.5% 0 2.5%;
	margin-bottom:1%;
	border-bottom:1px #eee solid;
}
.news-content li{
	list-style:none;
}
.back_news a{
	background:#36B3A8;
	padding:5px 10px 5px 10px;
	margin-right:5%;
	color:#fff;
	float:right;
	letter-spacing:0.2em;
}
.back_news a:visited {
	color:#fff;
}
.back_news a:active {
	color:#fff;
}

.table-team-wrap {
	width:100%;
	height:100%;
	padding-left:0px;
	margin:0;
    
	scrollbar-base-color:#21a99b;
}
#tablepress-1 {
	width:100%;
    direction:ltr;
}
.table-teamSP-wrap {
	display:none;
}
::-webkit-scrollbar {
    width: 3px;
	min-height:20px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: #21a99b;
}

.table-awards-wrap {
	width:870px;
	height:100%;
	padding-left:10px;
	margin:20px 43.9% 0 24.1%;
    direction:rtl;
	scrollbar-base-color:#21a99b;
}
#tablepress-3 {
	width:100%;
    direction:ltr;
}
.table-awardsSP-wrap {
	display:none;
}
.table-concept-wrap {
	width:850px;
	height:100%;
	padding-left:10px;
	margin:20px 43.9% 0 24.1%;
    direction:rtl;
	line-height:1.75em;
	scrollbar-base-color:#21a99b;
}
.table-concept-wrap div.concept-cn {
    direction:ltr;
	letter-spacing:0.15em;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-concept-wrap div.concept-en {
    direction:ltr;
	letter-spacing:0.15em;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-concept-wrap div.concept-jp {
    direction:ltr;
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
	
.table-conceptSP-wrap {
	display:none;
}

.aboutSP-title {
	display:none;
}

/*-----------company profile---------*/
.table-com-wrap {
	width:850px;
	height:100%;
	padding-left:0px;
	margin:20px 43.9% 0 24.1%;
	line-height:1.75em;
	scrollbar-base-color:#21a99b;
}
.table-com-wrap ul.company_cont {
list-style:none;
padding:0;
margin:0;
}
.table-com-wrap ul.company_cont li.company_cont_title {
text-align:left;
font-size:1.2em !important;
color:#333333 !important;
padding-bottom:25px;
}
.table-com-wrap ul.company_cont li.company_cont_text {
text-align:left;
}
.table-comSP-wrap div.company-jp {
    direction:ltr;
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-comSP-wrap {
	display:none;
}
.aboutSP-title {
	display:none;
}
.table-comSP-wrap ul.company_cont li.company_cont_title {
text-align:left;
font-size:1.2em !important;
color:#333333 !important;
padding-bottom:5px;
}
/*-----------ACCES---------*/

.table-access-wrap {
	width:1240px;
	height:700px;
	padding-left:10px;
	margin:20px auto 0 20.6%;
	overflow:none;
    direction:rtl;
}
.table-access-wrap ul.adress-osaka {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.2em;
	float:left;
	direction:ltr;
}
.table-access-wrap ul.adress-osaka li{
	display:block;
	width:500px;
	height:auto;
	float:left;
	margin-right:50px;
}
.table-access-wrap ul.adress-osaka li span {
	font-size:1.2em;
}
.table-access-wrap ul.adress-osaka li:last-child{
	display:block;
	width:500px;
	height:auto;
	float: right;
	margin-top:0px;
}
.table-access-wrap ul.adress-tokyo {
	list-style:none;
	line-height:1.6em;
	letter-spacing:0.2em;
	float:left;
	direction:ltr;
	margin-top:20px;
}
.table-access-wrap ul.adress-tokyo li{
	display:block;
	letter-spacing:0.1em;
	width:500px;
	height:auto;
	float:left;
	margin-right:50px;
}
.table-access-wrap ul.adress-tokyo li span {
	font-size:1.2em;
}
.table-access-wrap ul.adress-tokyo li:last-child{
	display:block;
	width:500px;
	height:auto;
	float: right;
	margin-top:20px;
}
/*----------------CONTACT-------------*/
.table-contact-wrap {
	width:1100px;
	padding-left:10px;
	margin:20px auto 0 24.1%;
	overflow:hidden;
	line-height:1.75em;
	scrollbar-base-color:#21a99b;
}
.table-contact-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-contact-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.contactSP-title {
	display:none;
}
.setname_j {
	font-size:0.85em;
}
.setname_e {
	font-size:1em;
}
.contact_box_wrap {
	width:600px;
	min-height:100%;
	display:block;
	overflow:hidden;
	float:left;
	padding:0;
}
ul.contact_box01 {
	list-style:none;
	height:45px;
	margin:0;
	padding:0;
}
ul.contact_box01 li.name_box {
	font-size:1em;
	letter-spacing:0.15em;
	line-height:1.1em;
	width:120px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box01 li.name_texta {
	width:480px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box01 li.name_texta span input.wpcf7-form-control {
	width:478px;
	border:1px solid #21a99b;
}

ul.contact_box02 {
	list-style:none;
	height:45px;
	margin:15px 0 0 0;
	padding:0;
}
ul.contact_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.15em;
	line-height:1.1em;
	width:120px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box02 li.email_texta {
	width:480px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box02 li.email_texta span input.wpcf7-form-control {
	width:478px;
	border:1px solid #21a99b;
}

ul.contact_box03 {
	list-style:none;
	height:45px;
	margin:15px 0 0 0;
	padding:0;
}
ul.contact_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.15em;
	line-height:1.1em;
	width:120px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box03 li.subject_texta {
	width:480px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box03 li.subject_texta span input.wpcf7-form-control {
	width:478px;
	border:1px solid #21a99b;
}

ul.contact_box04 {
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}
ul.contact_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.15em;
	line-height:1.1em;
	width:120px;
	height:250px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.contact_box04 li.message_texta {
	width:480px;
	height:250px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.contact_box04 li.message_texta span textarea.wpcf7-form-control {
	width:478px;
	border:1px solid #21a99b;
}
ul.contact_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.contact_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.15em;
	width:120px;
	float:left;
	display:block;
}
ul.contact_box05 li.submit_box {
	width:480px;
	margin:0;
	padding:0;
	overflow:hidden;
	float:right;
}
ul.contact_box05 input.wpcf7-form-control {
	width:100px;
	letter-spacing:0.15em;
	padding:10px 0 10px 0;
	margin:0 0 0 378px;
}
ul.contact-adress {
	width:400px;
	padding:0;
	float:right;
	font-size:0.95em;
	list-style:none;
}
ul.contact-adress li {
	margin-bottom:30px;
}
ul.contact-adress li span {
	font-size:1.1em;
}
ul.contact-map {
	width:400px;
	padding:0;
	float:right;
	font-size:0.95em;
	list-style:none;
}
ul.contact-map li {
	margin-bottom:30px;
}
ul.contact-map li span {
	font-size:1.1em;
}

/*----------------EMPLOYMENT-------------*/
.table-emp-wrap {
	width:1100px;
	height:720px;
	padding-left:10px;
	margin:20px auto 0 24.1%;
	overflow:hidden;
	line-height:1.75em;
	scrollbar-base-color:#21a99b;
}
.table-empSP-wrap {
	display:none;
}
.info-emp {
	margin:0 0 15px 0;
}
.footer-emp {
	height:150px;
	width:510px;
	padding:0;
	margin:0;
}
.footer-emp span.add-info {
	border-bottom:2px solid #21a99b;
}
.table-emp-wrap div.concept-en {
	letter-spacing:0.15em;
	padding-bottom:20px;
	border-bottom:1px dashed #efefef;
}
.table-emp-wrap div.concept-jp {
	letter-spacing:0.15em;
	margin-top:20px;
}
.empSP-title {
	display:none;
}
.setname_j {
	font-size:0.85em;
}
.setname_e {
	font-size:1em;
}
.emp_box_wrap {
	width:620px;
	height:390px;
	min-height:100%;
	display:block;
	overflow:hidden;
	float:left;
	padding:0;
}
ul.emp_box01 {
	list-style:none;
	height:45px;
	margin:0;
	padding:0;
}
ul.emp_box01 li.name_box {
	font-size:1em;
	letter-spacing:0.15em;
	line-height:1.1em;
	width:140px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box01 li.name_texta {
	width:480px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box01 li.name_texta span input.wpcf7-form-control {
	width:478px;
	border:1px solid #21a99b;
}

ul.emp_box02 {
	list-style:none;
	height:45px;
	margin:15px 0 0 0;
	padding:0;
}
ul.emp_box02 li.email_box {
	font-size:1em;
	letter-spacing:0.15em;
	line-height:1.1em;
	width:140px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box02 li.email_texta {
	width:480px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box02 li.email_texta span input.wpcf7-form-control {
	width:478px;
	border:1px solid #21a99b;
}

ul.emp_box03 {
	list-style:none;
	height:45px;
	margin:15px 0 0 0;
	padding:0;
}
ul.emp_box03 li.subject_box {
	font-size:1em;
	letter-spacing:0.15em;
	line-height:1.1em;
	width:140px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box03 li.subject_texta {
	width:480px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box03 li.subject_texta span input.wpcf7-form-control {
	width:478px;
}

ul.emp_box04 {
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}
ul.emp_box04 li.message_box {
	font-size:1em;
	letter-spacing:0.15em;
	line-height:1.1em;
	width:140px;
	height:150px;
	margin:7px 0 0 0;
	padding:0;
	float:left;
}
ul.emp_box04 li.message_texta {
	width:480px;
	height:150px;
	margin:6.5px 0 0 0;
	padding:0;
	float:right;
}
ul.emp_box04 li.message_texta span textarea.wpcf7-form-control {
	width:478px;
	height:148px;
	border:1px solid #21a99b;
}
ul.emp_box05 {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	line-height:0.5em;
}
ul.emp_box05 li.name_box {
	font-size:1em;
	letter-spacing:0.15em;
	width:140px;
	float:left;
	display:block;
}
ul.emp_box05 li.submit_box {
	width:480px;
	margin:0;
	padding:0;
	overflow:hidden;
	float:right;
}
ul.emp_box05 input.wpcf7-form-control {
	width:100px;
	letter-spacing:0.15em;
	padding:10px 0 10px 0;
	margin:0 0 0 378px;
}
ul.emp-adress {
	width:400px;
	padding:0;
	margin-top:-150px;
	float:right;
	font-size:0.95em;
	list-style:none;
}
ul.emp-adress li {
	margin-bottom:30px;
}
ul.emp-adress li span {
	font-size:1.1em;
}
}
@media( max-width: 991px ) {
    
}


/* ----- WooCommerce Updates ----- */
ul.products mark.count {
    display: none;
}

header#title_bread_wrap .entry-title {
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 40px;
}

.woocommerce ul.products li.product .product-content {
    background: #f8f8f8;
    padding: 15px 15px;
/*    border-top: 3px solid #fff;*/
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .star-rating {
    margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 0;
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 30px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input[type="submit"] {
    padding: 10px;
    color: #fff !important;
    margin-right: 10px !important;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    border-radius: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e3e3e3;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    opacity: .5;
}

.woocommerce ul.product_list_widget li .star-rating {
    display: none;
}

.woocommerce ul.product_list_widget li .amount {
    display: inline-block !important;
}

.woocommerce ul.product_list_widget li del span {
    text-decoration: line-through;
}

.woocommerce ul.product_list_widget li ins {
    background: none;
}

.woocommerce .onsale {
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    padding: 0 !important;
    text-align: center;
    margin: -10px -10px 0 0 !important;
}

.woocommerce div.product .product_title {
    margin-bottom: 5px;
}

.woocommerce .quantity .qty {
    min-height: 34px;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #666;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0 !important;
}

.woocommerce div.product p.price {
    font-size: 28px;
    margin-top: 10px;
}