@charset "utf-8";
/* CSS Document */
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width : 640px ){
.pc{
display: none;
}
.sp{
display: block;
}
.pagetop {
 bottom: 20px;
 right: 25px;
}
.btn,
a.btn,
button.btn {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
a.btn-border {
  border: 3px solid #fff;
  border-radius: 0;
  background: none;
}
a.btn-border:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #fff;
}
a.btn-border:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
/*
-------------------reset-------------------------
*/
body {
	margin:0;
	padding:0;
	min-width:320px;
    line-height: 2;
    font-size: 85%;
}
#tubular-container iframe {
    display: none;
}
#footer .footer-recruit{
	background-image: url("../common/f-recruit-bg.jpg");
	background-size: cover;
	padding: 56px 0;
}
/*
-------------　　　　　　メニューボタン　　　　　-------------------
*/
.menu-btn{
    z-index: 999;
    right: 0;
}
.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index:999999;
    background-color: #F5540D;
    border-radius: 5px;
}
.menu-btn span {
    color: #fff;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}
#menu .content_wrap td,
#menu .content_wrap th{
padding: 0px;
line-height: 180%;
}
.nav-right{
    display: none;
}
#header-menu nav{
	width:100%;
    z-index:999;
    background-color: #000;
}
#header-menu nav .header-in{
	width:90%;
	max-width:650px;
	min-width:320px;
	margin:0 auto;
	z-index:999;
}
#header-menu nav .logo{
	width:40px;
	margin-top:0px;
    float: left;
    padding-bottom: 0px;
}
#header-menu .header-right{
    float: right;
}
#header-menu .header-right li{
    display: none
}
#header-menu li{
    display:block;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
/*
-------------　　　　　　見出し　　　　　-------------------
*/
.h2-box .h2-us-title{
    font-size: 40px;
    line-height: 1;
}
.h2-box .h2-jp-title{
    font-size: 20px;
    padding-left: 0px;
}
.h2-box .h2-jp-title:before{
        content: "■ ";
        color: #F5540D;
}
.h2-centering{
    text-align: center;
}
.h2-centering .h2-us-title{
    font-size: 30px;
    line-height: 1;
}
.h2-centering .h2-jp-title{
    font-size: 10px;
    padding-left: 0px;
}
/*
-------------　　　　　TOP　　　　　　-------------------
*/
/*
-------------　　　　　FOOTER　　　　　　-------------------
*/
#footer .footer-recruit li{
    display: inline-block;
}
#footer .footer-recruit .re-btn{
    font-size: 150%;
	border: 2px #FFFFFF solid;
    width: 200px;
    margin: 20px 20px 10px;
}
#footer .f-menu-li{
	display: none;
}
/*
-------------child共通-------------------
*/
.sprit-menu .left,.sprit-menu .right{
    width: 50%;
    padding: 50px 20px;
    text-align: center;
}
.sprit-menu .left{
    float: none;
    background-color: #5a5a5a;
}
.sprit-menu .right{
    float: none;
    background-color: #666666;;
}
.sprit-menu .left,.sprit-menu .right{
    width: 100%;
    padding: 50px;
    text-align: center;
    border-bottom: 1px #fff solid;
}
/*
-------------MENU-------------------
*/

/*
-------------　　　　　　　　　　　-------------------
*/

/*
-------------　　　　　　　　　　　-------------------
*/
/*
-------------　　　　　　　　　　　-------------------
*/
/*
-------------　　　事業内容　　-------------------
*/
.strengths .text-box{
	background-color: rgba(255,255,255,0.7) ;
}
.strengths01{
	background-image: url("../service/img/strengths01bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom 50px right;
}
.strengths02{
	margin: 0;
	background-image: url("../service/img/strengths02bg.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right 0px bottom 100px, left 0px bottom 50px;
}
.strengths03{
	background-image: url("../service/img/strengths03bg.jpg");
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: bottom 0px center;
}

/*
-------------業務実績-------------------
*/
.case{
    width:90%;
    margin: 82px auto;
    padding: 56px 24px;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
}
.case .wrapper{
    width:100%;
    margin: 32px auto;
    padding: 24px 24px;
    background-color: #F7F7F7;
    border-radius: 5px;
}
.case .wrapper .left{
    float: none;
}
.case .wrapper .left img{
    width: 100%;
}
.case .wrapper .right{
    float: none;
}
.case .wrapper .right .title{
    font-size: 120%;
    font-weight: bold;
}
/*
-------------　　　　会社案内　　　-------------------
*/
#company .profile-table{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin: 50px 0 0;
	padding: 20px 0px;
}
.greeting-message{
    background-color: #fff;
}
.greeting-message .text-box{
	width: 100%;
    float: left;
}
.greeting-message .greeting-image{
    background-image: url("../company/img/greeting-image.jpg");
	background-size: cover;
    background-position: center;
	width: 100%;
    height: 500px;
    float: right;
}
 .company-profile table th{
	padding:10px;
	text-align:left;
	width:140px;
}
#company .map{
	margin: 50px 0px;
}
#company .map .each{
	float: none;
	margin-right: 0;
	margin-bottom: 64px;
}
#company .map .each iframe{
	width: 100%;
}
.sprit-menu .sprit-safty{
    background-image: url("../common/sprit-04.jpg");
    background-size: cover;
}
.sprit-menu .sprit-house{
    background-image: url("../common/sprit-07.jpg");
    background-size: cover;
}
.sprit-menu .sprit-world{
    background-image: url("../common/sprit-06.jpg");
    background-size: cover;
}
.sprit-menu .sprit-used{
    background-image: url("../common/sprit-05.jpg");
    background-size: cover;
}

/*
-----------お問い合わせフォーム------------------
*/

#form{
	width:100%;
	margin:32px auto;
	padding:24px 16px 24px;
}
#form table{
	width:100%;
	margin:0 auto;
}
#form .form_ate{
	font-size:90%;
	width:100%;
	margin:50px auto;
}
#form th{
	text-align:left;
	width:90px;
	vertical-align: top;
}
#form input{
	width:60%;
}
#form .res{
	width:50px;
}
#form textarea{
	width:90%;
	height:80px;
}
#form .hei{
	height:50px;
}
#form .subumit{
	width:250px;
	margin:15px 0px 0px 0px;
}
/*
------------リクルート-------------------
*/
#recruit .recruite-copy{
    margin-top: 64px;
}
#recruit .recruite-copy .title{
    font-size: 400%;
}
#recruit .recruite-copy .sub-title{
    font-size: 150%;
}
#recruit .recruit-first-title .title-box{
    background-color: #F5540D;
    color: #fff;
    width: 70%;
    padding: 70px;
    margin: -350px 0 160px;
    float: left;
}
#recruit .recruit-link .image-box{
    height: 400px;
    width:40%;
    float: left;
    margin-top: 80px;
}
#recruit .recruit-link .title-box{
    float:left;
    margin-top: 50px;
	border: 2px solid #000;
	padding: 50px 80px;
	margin: 60px 0px 0px -80px;
}
#recruit .recruit-link .image-box2{
    height: 200px;
    width:50%;
    float: right;
    margin-top: 60px;
}
.recruit .sprit-menu .title,
.recruit-link .title{
	font-size: 250%;
}
.recruit .sprit-menu .sub,
.recruit-link .sub{
	font-size: 130%;
}
.recruit .sprit-menu a.link,
.recruit-link a.link{
	font-size: 130%;
}
.recruit .sprit-menu .left,
.recruit .sprit-menu .right{
    padding: 120px 60px;
    float: none;
    width: 100%;
}
#recruit .message .message-list li{
	display: inline-block;
	width: 80%;
	margin-bottom: 58px;
	
}
#recruit .message .message-list li img{
	width: 95%;
}
#recruit .message .message-list li .name{
	font-size: 150%;
	font-weight: bold;
}
#recruit .message .message-list li .since{
	font-size: 100%;
	font-weight: bold;
	width: 70%;
	margin: 0 auto;
	border-top: 2px solid #5e5e5e;
}
#recruit .message .main-photo{
	width: 100%;
	background-color:#999;
	height: 350px;
	margin-top: -550px;
	float: left;
}
#recruit .message .main-photo-bg{
	width: 100%;
	background-color:#F5540D;
	height: 500px;
	color: #222;
	font-weight: bold;
}
#recruit .message .message-name{
	width: 90%;
	margin: 0px auto;;
	padding-top: 320px;
	float: none;
}
#recruit .message .message-name .name{
	font-size: 400%;
}
#recruit .message .message-name .sub{
	font-size: 200%;
	margin-top: -24px;
}
#recruit .flow-photo{
    background-image: url("../recruit/img/flow-00.jpg");
    background-size: cover;
    background-position:-200px;
}
#recruit .message .message-name{
	width: 40%;
	margin-top: 64px;
	float: right;
}
#recruit .message .message-name .name{
	font-size: 400%;
}
#recruit .message .message-name .sub{
	font-size: 200%;
	margin-top: -24px;
}
#recruit .flow {
    width: 80%;
    margin: 0 auto;
}
#recruit .flow .wrapper{
    margin-bottom: 64px;
}
#recruit .flow .wrapper .title{
    border-bottom:1px solid #000;
    margin-bottom: 32px;
    font-size: 180%;
    font-weight: bold;
}
#recruit .flow .wrapper p{
    margin-bottom: 16px;
}
#recruit .flow .wrapper .time{
    background-color: #F5540D;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    margin-right: 24px;
}
}
