/* reset include */
@import url("reset.css");
body {
	background-color: #fff;
	font-size: 14px;
	color: #111;
}
body#index::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(/img/sp_bg.jpg);
	background-size: cover;
}
 a:link, a:visited{
	color: #111;
}
 a:hover, a:active{
	color: #111;
}
h1{
	display: inline-block;
}
li{
	list-style: none;
}
table{
	width: 96%;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}
tr{
	box-sizing: border-box;
	vertical-align: middle;
}
tr:last-child{
	border-bottom: unset;
}
th,td{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
th{
	vertical-align: middle;
}
td{
}
input[type="text"],input[type="submit"] {
	-webkit-appearance: none;
}
input[type="text"] {
	width: 100%;
	height: 30px;
	border: solid 1px #a9a9a9;
}
textarea {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}
input[type="submit"] {
	width: 50%;
	margin: 20px auto 0px auto;
	padding: 8px 0px;
	color: #fff;
	font-size: 18px;
	font-family: "游ゴシック", sans-serif;
	background-color: #47AC98;
	border: unset;
	border-radius: unset;
	display: block;
}
iframe{
	width: 100%;
	height: 300px;
	vertical-align: bottom;
}
.dopc{
	display: none;
}
#wrapper{
	width: 100%;
	overflow: hidden;
}
.btn{
	width: 50%;
	height: 30px;
	margin: 0 auto;
	padding: 8px 0;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background-color: #111;
	position: relative;
}
.btn a{
	color: #fff;
	display: block;
}
.btn img{
	width: 20px;
	position: absolute;
	top: 13px;
	right: 20px;
}
/*-----header-----*/
#header{
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
}
.headerInner{
	height: 60px;
	margin-left: 1px;
	position: relative;
}
#header img.logo{
	width: 150px;
	padding: 5px 0 0 10px;
}
#tel{
	width: 50px;
	height: 50px;
	padding: 5px;
	position: absolute;
	right: 70px;
}
#tel img{
	width: 100%;
}
#menuBtn{
	top: 0;
	right: 0;
	width: 65px;
	height: 60px;
	position: absolute;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #47AC98;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}
/*  swingMenu  */
#swingMenu{
	display: none;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 60px;
	z-index: 1000;
	overflow: hidden;
}
#swingMenu ul{
	margin: 10px 0;
	border-bottom: dotted #313131 1px;
	list-style: square;
}
#swingMenu li{
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid #ccc 1px;
	overflow: hidden;
}
@media screen and (max-width: 320px) {
	#swingMenu li{
		font-size: 16px;
	}
}
#swingMenu li:nth-last-child(-n+2){
	border-bottom: unset;
}
#swingMenu a{
	color: #fff;
}
#swingMenu .databox{
	padding: 0 10px;
	font-size: 16px;
	line-height: 26px;
}
#swingMenu .databox img{
	width: 200px;
	margin-bottom: 10px;
	display: block;
}
@media screen and (max-width: 320px) {
	#swingMenu .databox img{
		width: 160px;
	}
}
#swingMenu .databox p{
	padding: 0 10px;
}
#swingMenu li.mailBtn{
	background: rgba(71, 172, 152, 0.8);
}
#swingMenu li.mailBtn p{
	float: left;
}
/*-----main-----*/
.main{
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
}
.content{
	margin: 0 auto;
}
.contentInner{
	width: 100%;
	margin: 0 auto;
}
.contentTitle{
	margin: 0 auto 20px auto;
	text-align: center;
	display: block;
}
.contentTitle span{
	font-size: 30px;
}
/*-----pan-----*/
#pan{
	font-size: 16px;
	padding-left: 2%;
}
#pan span{
	color: #3093CE;
}
/*-----headBanner-----*/
.headBanner{
	height: 180px;
	padding-bottom: 20px;
	background-image: url("/img/sp_head_banner.jpg");
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
@media screen and (max-width: 320px) {
	.headBanner{
		height: 155px;
	}
}
.headBannerInner .headBannerBtn{
	width: 50%;
	height: 50px;
	font-size: 24px;
	text-align: center;
	line-height: 45px;
	border: solid #111 2px;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 55px;
	left: 25%;
	box-sizing: border-box;
}
.headBannerInner .headBannerBtn a{
	display: block;
}
/*-----navCase-----*/
.navCase{

}
/*-----case-----*/
.navCase .case{
	background-image: url("/img/sp_nav_case.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.navCase .case .contentTitle{
	margin: 0 auto;
	padding: 50px 0 20px 0;
}
.navCase .contentInner2{
	padding-bottom: 20px;
}
.navCase .case ul{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.navCase .case li{
	margin-bottom: 20px;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
}
.navCase .case .title{
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid #111 2px;
}
.navCase .case .btn{

}
.case .lead p{
	padding: 20px 0;
	font-size: 18px;
	text-align: center;
	background-image: url("/img/sp_content_line.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}
#development,#recruit{
	background-repeat: no-repeat;
	background-position: bottom;
}
#development,#recruit{
	background-image: url("/img/sp_content_head.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#company{
	background-image: url("/img/sp_content_head2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#development .contentTitle,#recruit .contentTitle,#company .contentTitle{
	margin: 20px 0;
}
#company .contentTitle{
	padding-bottom: 50px;
}
#development .subTitle,#recruit .subTitle,#company .subTitle{
	padding: 20px 0 10px 0;
	text-align: center;
}
#development .subTitle{
	font-size: 28px;
	font-weight: bold;
}
#recruit .subTitle{
	line-height: 18px;
}
#service{
	background-color: #EFEFEF
}
#service .subTitle {
	padding: 20px 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.caseInner{
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background-color: #EFEFEF;
	box-sizing: border-box;
}
.caseInner ul{
	overflow: hidden;
}
.caseInner li{
	margin-bottom: 20px;
	background-color: #fff;
}
.caseInner li:last-child{
	margin-bottom: unset;
}
.caseInner li .title{
	padding: 0 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #47AC98
}
.caseInner li .text{
	padding: 10px;
}
/*-----recruit-----*/
#index .recruit{
	height: 300px;
	margin-bottom: 20px;
	background-image: url("/img/sp_recruit_bg.jpg");
	background-color: #BEE2DB;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	position: relative;
}
@media screen and (max-width: 320px) {
	#index .recruit{
		height: 310px;
	}
}
#index .recruit .contentTitle{
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#index .recruit .btn{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.recruitInner{
	padding-top: 20px;
}
.recruitInner ul,.recruitInner ul{
	overflow: hidden;
}
.recruitInner,.companyInner{
	width: 96%;
	margin: 0 auto;
}
.recruitInner li,.companyInner li{
	margin-bottom: 20px;
	border-bottom: solid #111 1px;
}
.recruitInner li:last-child,.companyInner li:last-child{
	border-bottom: unset;
}
.recruitInner .title,.companyInner .title{
	padding: 0 0 0 .5em;
	border-left: 10px solid #111;
}
.recruitInner li .text,.company li .text{
	padding: 10px;
}
.recruitInner p{
	margin-bottom: 10px;
}
.recruitInner .tel{
	width: 49%;
	margin-right: 2%;
	background-color: #47ac61;
	float: left;
}
.recruitInner .mail{
	width: 49%;
	background-color: #476bac;
	float: left;
}
/*-----contact-----*/
#index #contact{
	padding: 64px 0 20px 0;
	background-color: #fff;
}
#contact{
	margin-top: -64px;
	padding: 84px 0 20px 0;
}
#contact table span{
	padding-left: .5em;
	color: #ffa7af;
}
/*-----footer-----*/
#footer{
	width: 100%;
	padding: 20px 10px;
	color: #fff;
	background-color: #47AC98;
	box-sizing: border-box;
}
.footerInner{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display:flex;
	flex-direction:column-reverse;
}
#footer .data{
	width: 100%;
}
#footer .data a{
	color: #fff;
}
#footer .data img{
	width: 200px;
	margin: 0 auto 20px;
	display: block;
}
#footer ul{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#footer li{
	width: calc(95%/2);
	margin: 0 5% 10px 0;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: solid #fff 2px;
	box-sizing: border-box;
	float: left;
}
#footer li:nth-child(2),#footer li:nth-child(5),#footer li:nth-child(6){
	margin-right: unset;
}
#footer li:last-child{
	margin-bottom: unset;
}
#footer li a{
	color: #fff;
}
#footer li.case{

}
#footer li.case span{
	font-weight: normal;
}
#cr{
	width: 100%;
	padding: 2px 0;
	text-align: center;
	background-color: #47AC98;
	border-top: solid #fff 1px;
	overflow: hidden;
}
#cr a{
	color: #fff;
}