/* レスポンシブ対応用 CSS */

.sp_header .sp_menu,
.sp_view{
	display: none;
}
.big span,
.top_concept p span,
.three .sp_view,
.four .sp_view,
.left-2 .sp_view,
.right-2 .sp_view,.company-two dd span,
.recruit_page .right-short-box.sp_view,
.recruit_page .method.sp_view{
	display: none;
}

.step-box{
	letter-spacing: -.4em;
}
.step-box ul{
	display: inline-block;
	width: 50%;
	height: auto;
	letter-spacing: normal;
}

.head-content.top_head .description p:first-child{
	color: #FF0000;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	/* common CSS */
	body{
		overflow-x: hidden;
	}
	body.on {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	.sp_view{
		display: initial;
	}


	/* ---------------
	  header CSS
	--------------- */
	.sp_header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		-webkit-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		z-index: 999;
	}
	.sp_header.on,
	.sp_header.nav_on{
		background: #3e3a39;
	}
	.sp_header .logo{
		margin: 12px 0 0 10px;
	}
	.sp_header .logo img{
		width: 160px;
	}
	.sp_header .sp_menu{
		position: absolute;
		top: 0;
		right: 10px;
		display: block;
		width: 50px;
		height: 50px;
	}
	.sp_header .sp_menu span{
		position: absolute;
		left: 12px;
		display: block;
		width: 35px;
		height: 4px;
		background: #fff;
		-webkit-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.sp_header .sp_menu span:first-child{
		top: 13px;
	}
	.sp_header .sp_menu span:nth-child(2){
		top: 23px;
	}
	.sp_header .sp_menu span:last-child{
		top: 33px;
	}
	.sp_header .sp_menu.on span:first-child{
		top: 25px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.sp_header .sp_menu.on span:nth-child(2){
		opacity: 0;
	}
	.sp_header .sp_menu.on span:last-child{
		top: 25px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sp_header .nav{
		position: fixed;
		top: 50px;
		width: 100%;
		height: 100%;
		background: #3e3a39;
		right: -100%;
		-webkit-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.sp_header .nav.on{
		right: 0;
	}
	.sp_header .nav li{
		display: block;
		float: none;
		text-align: center;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #fff;
	}
	.sp_header .nav li a{
		display: block;
	}

	/* ---------------
	   footer
	--------------- */
	.footer{
		height: auto;
	}
	.foot-top .figure,
	.foot-top .text{
		display: inline-block;
		vertical-align: top;
	}
	.foot-top dt,
	.foot-top dd{
		display: block;
		float: none;
		width: 100%;
		font-size: 14px;
		line-height: 1.5;
	}
	.foot-top dt.pc_view,
	.foot-top dd.pc_view{
		display: none;
	}
	.foot-top dt{
		padding-bottom: 5px;
	}
	.foot-top dd{
		margin-bottom: 20px;
	}
	.footer-nav{
		display: none;
	}
	.copy{
		font-size: 12px;
	}

	/* ---------------
	 TOP CSS
	 --------------- */
	.header.index{
		height: auto;
		padding-bottom: 40px;
		background: url(../img/back-top.jpg);
		background-size: cover;
		background-position: top center;
	}
	.content-part{
		min-width: 90%;
		max-width: 90%;
		height: auto;
	}
	.head-content .title{
		font-size: 34px;
		margin-top: 100px;
		text-align: center;
	}
	.head-content.top_head .title{
		text-align: center;
	}
	.description{
		font-size: 20px;
		margin: 20px 0 0;
		text-align: center;
	}
	.head-content.top_head .description{
		text-align: center;
	}
	.head-content .sub-des {
		font-size: 17px;
	}
	.create-box{
		height: auto;
		padding-top: 50px;
	}
	.big{
		font-size: 25px;
	}
	.big span{
		display: initial;
	}
	.overview .small{
		font-size: 16px;
	}
	.create-content{
		margin-bottom: 0;
		padding-bottom: 65px;
	}
	.create-content .figure{
		display: inline-block;
		vertical-align: top;
		width: 25%;
	}
	.create-content .figure img{
		width: 70%;
	}
	.text p{
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.create-content .right{
		display: inline-block;
		width: 70%;
		vertical-align: top;
	}
	.more-box{
		font-size: 18px;
	}
	.top_concept{
		padding: 40px 0;
	}
	.top_concept p{
		font-size: 14px;
	}
	.top_concept p span{
		display: initial;
	}
	.list-box .w50{
		width: 100%;
		height: auto;
	}
	.list-wrap{
		margin: auto;
	}
	.pull-right,.pull-left{
		float: none;
	}
	.list-box .content .number-text .num{
		font-size: 40px;
	}
	.list-box .content .list-text .title{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.list-wrap .content{
		position: relative;
		width: 90%;
		margin: auto;
	}
	.list-box .content .icon{
		position: absolute;
		top: 0;
		right: 0;
	}
	.back-color-1 .list-wrap,
	.back-color-2 .list-wrap,
	.back-color-3 .list-wrap,
	.back-color-4 .list-wrap{
		padding-top: 270px;
	}
	.top .back-color-3 .list-wrap,
	.top .back-color-4 .list-wrap{
		background-position: top center;
	}
	.more-link{
		display: block;
		margin: 0 0 0 auto;
	}
	.line{
		margin-bottom: 15px;
	}
	.list-box .content .list-text .sub-title {
		font-size: 15px;
	}
	.list-box .content .more,
	.list-box .back-color-4 .content .more{
		padding: 20px 0 40px;
	}
	.people{
		height: 0;
		padding-top: 35%;
		background-position: top center;
	}
	.w50{
		width: 100%;
	}


	/* ---------------
	 下層ページ CSS
	 --------------- */
	.container{
		display: block;
		overflow-x: hidden;
	}
	.contact-page .header-description{
		top: 0;
		left: 0;
		width: 96%;
		height: auto;
		margin: 40px auto;
		padding: 20px;
	}
	.header-description .text p{
		line-height: 1.5;
	}
	.contact-page .header-description .text p{
		margin-top: 12px;
		margin-bottom: 13px;
	}

	/* ---------------
	 サービスページ CSS
	 --------------- */
	.service{
		height: auto;
		padding-bottom: 40px;
		background: url(../img/back-service_sp.jpg);
		background-size: cover;
	}
	.step-box .content-part{
		margin-top: 0;
	}
	.step-box ul{
		display: table;
		width: 100%;
	}
	.step-box ul li{
		position: relative;
		display: table-cell;
		width: 50%;
		height: auto;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0;
		padding: 0 1% 90px;
		float: none;
	}
	.font21 {
		font-size: 16px !important;
	}
	.step-box .num{
		font-size: 35px;
	}
	.step-box .icon{
		position: absolute;
		top: 0;
		right: 1%;
		width: 30px;
	}
	.step-box .icon img{
		width: 100%;
	}
	.step-box .title{
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.step-box .sub-title{
		margin-bottom: 20px;
	}
	.step-box .text{
		font-size: 14px;
		line-height: 2;
	}
	.step-box .list-text{
		height: auto;
		margin: 0 0 20px;
	}
	.line-small{
		margin-bottom: 20px;
	}
	.step-box .font18{
		font-size: 14px !important;
	}
	.more-button{
		position: absolute;
		bottom: 30px;
		height: 42px;
		width: 98%;
		max-width: 250px;
	}
	.more-button .more-link{
		font-size: 12px;
		line-height: 32px;
		height: 32px;
		width: 50%;
	}
	.more-button .more-link a{
		display: block;
	}
	.step{
		position: relative;
	}
	.step .number-text .num{
		font-size: 50px;
	}
	.step .icon{
		position: absolute;
		top: 0;
		right: 5%;
	}
	.top .list-text .title{
		font-size: 25px;
		margin-bottom: 10px;
		line-height: .8;
	}
	.top .list-text .title span{

	}
	.step-header{
		height: auto;
	}
	.one .right,
	.step .right{
		background-size: cover;
		height: auto;
		font-size: 20px;
		line-height: 2;
		padding: 30px 5%;
	}
	.one .content-part-half,
	.two .content-part-half,
	.three .top.content-part-half, 	.four .top.content-part-half{
		padding: 30px 5% !important;
		margin: 0 !important;
	}
	.one .button{
		position: relative;
		display: block;
		width: 96%;
		max-width: 481px;
		background: #3e3a39;
		font-size: 14px;
		margin: 0 auto 20px;
		border-radius: 43px;
	}
	.one .button:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 47px;
		height: 47px;
		background-image: url("../img/icon_check.png");
		background-size: cover;
	}
	.one-title{
		font-size: 18px;
		line-height: 1.5;
	}
	.menu-desc,
	.three .menu-desc,
	.four .menu-desc{
		padding: 0 2%;
	}
	.menu-desc p{
		font-size: 14px;
		line-height: 2;
	}
	.point{
		margin: 40px auto;
		padding: 20px 5%;
	}
	.point ul li {
		width: 100%;
		margin: 0 auto 30px;
		float: none;
	}
	.point ul li div:nth-child(2) {
		font-size: 14px;
		line-height: 2 !important;
		letter-spacing: normal !important;
	}
	.point .number-text {
		font-size: 35px;
		line-height: 2;
		margin-bottom: 10px;
		color: #000042;
	}
	.step-box ul.special{
		height: auto !important;
		margin-top: 50px;
		border-collapse: separate;
		border-spacing: 10px 0;
	}
	.step-box ul.special li{
		padding: 0 0 30px;
		width: 46%;
		height: auto !important;
		margin: 0 2% 40px;
	}
	.step-box ul.special li p{
		font-size: 14px;
	}
	.step-box ul.special li p.one-title{
		font-size: 18px;
	}
	.step-box ul.special li p.line{
		width: 100px;
	}
	.padt93{
		padding-top: 40px;
	}
	.two .blank{
		margin: 0 auto 40px;
		height: auto;
	}
	.round-button{
		font-size: 16px;
		margin: 25px auto;
	}
	.two .last-section{
		margin: 40px 0 0;
		padding: 20px 5%;
		font-size: 16px;
		line-height: 2;
	}
	.gallery .gallery1,
	.gallery .gallery2,
	.gallery .gallery3,
	.gallery .gallery4{
		height: 0;
		padding-top: 47%;
	}
	.three .pc_view,
	.four .pc_view{
		display: none;
	}
	.three .sp_view,
	.four .sp_view{
		display: block;
	}
	.three .blank,
	.four .blank{
		margin: 40px auto;
		height: 0;
		padding-top: 68%;
	}

	/* ---------------
	 カンパニー CSS
	 --------------- */
	.company{
		height: auto;
		padding-bottom: 40px;
		background: url(../img/back-company_sp.jpg);
		background-size: cover;
	}
	.company-one{
		margin: 0;
	}
	.company-one .left-1{
		height: auto;
		padding: 40px 0;
	}
	.company-one .content-part-half,
	.company-two .content-part-half{
		margin: auto;
		padding: 0 5%;
	}
	.company-one .one-title {
		margin: 40px auto;
		line-height: 2;
	}
	.company-one p {
		font-size: 14px;
		line-height: 2;
		padding: 0;
	}
	.company-one .right{
		height: 0;
		padding-top: 144%;
	}
	.left-2, .right-2{
		height: auto;
		background-image: none;
	}
	.left-2{
		padding: 40px 0 0;
	}
	.left-2 .sp_view,
	.right-2 .sp_view{
		display: block;
		width: 90%;
		margin: 30px auto 0;
	}
	.company-two{
		padding: 40px 5%;
	}
	.company-two dl{
		letter-spacing: -.4em;
		margin: 40px 0 0;
	}
	.company-two dt,
	.company-two dd{
		display: inline-block;
		font-size: 14px;
		float: none;
		letter-spacing: normal;
		vertical-align: top;
		margin: 0 0 20px;
	}
	.company-two dt{
		width: 30%;
	}
	.company-two dd{
		width: 70%;
	}
	.company-people{
		height: 0;
		padding-top: 34%;
	}
	.company-two dd span{
		display: inline;
	}
	.company-one .content-part-half.vision{
		padding: 40px 0 !important;
		width: 90%;
		margin: auto;
	}

	/* ---------------
	リクルート CSS
	--------------- */
	.recruit{
		height: auto;
		padding-bottom: 40px;
		background: url(../img/back-recruit_sp.jpg);
		background-size: cover;
	}
	.recruit-page .w98{
		width: 100% !important;
	}

	.recruit_page{
		padding: 40px 0;
	}
	.recruit_page .inline_wrap{
		letter-spacing: -.4em;
	}
	.recruit-page .header-description{
		top: 0;
		left: 0;
		width: 96%;
		height: auto;
		margin: 40px auto;
		padding: 20px;
	}
	.form-title, .recruit-title{
		margin: 40px auto;
	}
	.description-ctop p {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 10px;
	}
	.description-ctop p:first-child{
		font-size: 16px;
		line-height: 2;
		margin-bottom: 24px;
	}
	.prolist-box{
		height: auto;
	}
	.prolist-box > div {
		height: auto;
		margin: 0 auto;
		padding: 20px 30px;
		border: none;
	}
	.prolist-box > div > ul li{
		line-height: 1.5;
	}
	.prolist-box .border-r1{
		position: relative;
	}
	.prolist-box .border-r1:after{
		content: "";
		position: absolute;
		bottom: 0;
		display: block;
		width: 90%;
		height: 1px;
		background: #000;
		margin: 0 auto;
	}
	.citem-box{
		margin: 60px auto;
	}
	.recruit_page .w98{
		width: 100% !important;
	}
	.recruit_page .have-hcont{
		margin: 0 auto 30px;
	}
	.citem .label p{
		font-size: 18px;
	}
	.citem .content p{
		font-size: 14px;
		line-height: 2;
		margin: 0;
	}
	.recruit_page .padding-tb55-lr40{
		padding: 30px 2%;
	}
	.recruit_page .sm-box{
		width: 100%;
	}
	.recruit_page .sm-box .pull-left.inline{
		position: relative;
		display: inline-block;
		width: 25%;
		margin: 0;
		padding: 0;
		letter-spacing: normal;
		vertical-align: top;
	}
	.recruit_page .sm-box .pull-left.inline:nth-child(2){
		margin: 0 12.5%;
	}
	.recruit_page .sm-box .pull-left.inline .padding-l45{
		padding: 0;
	}
	.recruit_page .sm-box .pull-left{
		padding: 0;
	}
	.recruit_page .sm-box .pull-left p{
		font-size: 16px;
	}
	.recruit_page .sm-box .pull-left .dia-1-box,
	.recruit_page .sm-box .pull-left .dia-2-box,
	.recruit_page .sm-box .pull-left .dia-3-box{
		padding: 0;
	}
	.recruit_page .sm-box .pull-left .dia-1-box img,
	.recruit_page .sm-box .pull-left .dia-2-box img,
	.recruit_page .sm-box .pull-left .dia-3-box img{
		display: block;
		width: 90%;
		max-width: 100px;
		margin: auto;
	}
	.recruit_page .sm-box .pull-left.inline .arrow{
		position: absolute;
		top: 15px;
		left: 110%;
		display: block;
		width: 15px;
		padding: 0;
	}
	.recruit_page .right-short-box.pc_view{
		display: none;
	}
	.recruit_page .right-short-box.sp_view{
		display: block;
		width: 100%;
		height: auto;
		margin: 30px 0;
	}
	.recruit_page .method.pc_view{
		display: none;
	}
	.recruit_page .method.sp_view{
		display: table;
		background: rgb(201, 202, 202);
		padding: 20px 2%;
	}
	.recruit_page .method.sp_view p{
		display: table-cell;
	}
	.recruit_page .method.sp_view p:first-child{
		width: 30%;
		background: #000;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		letter-spacing: .2em;
	}
	.recruit_page .method.sp_view p:last-child{
		width: 70%;
		padding: 0 0 0 10px;
		font-size: 14px;
		line-height: 2;
	}
	.recruit_page .font-dia{
		font-size: 14px;
	}
	.recruit_page .margin-b150 {
		margin-bottom: 75px !important;
	}
	.recruit_page .margin-t100 {
		margin-top: 50px !important;
	}
	.crui-bottom{
		height: 150px;
	}
	.crui-bottom p {
		line-height: 150px;
		font-size: 20px;
	}

	/* ---------------
	コンタクト CSS
	--------------- */
	.contact{
		height: auto;
		padding-bottom: 40px;
		background: url(../img/back-contact_sp.jpg);
		background-size: cover;
	}
	.contact_page{
		padding: 40px 0;
	}
	.form-description p{
		font-size: 14px;
		line-height: 2;
		margin-bottom: 10px;
	}
	.contact_page .form-box .label {
		display: inline-block;
		width: 30% !important;
		float: none;
		vertical-align: top;
	}
	.contact_page .form-box .label label{
		font-size: 14px;
		line-height: 2;
	}
	.contact_page .form-box .form-body .value{
		display: inline-block;
		width: 68%;
		float: none;
		vertical-align: top;
	}
	.form-box .form-body .form-group .w50 .w30{
		width: 30% !important;
	}
	.form-box .form-body .form-group:first-child .value{
		width: 68% !important;
	}
	.contact_page .form-box .form-body input,
	.contact_page .form-box .form-body select#project{
		padding: 0 0 0 10px;
		font-size: 14px;
	}
	.form-box .form-body .form-group:first-child input,
	.form-box .form-body .form-group .w50 .w125{
		width: 100% !important;
	}
	.form-action input{
		max-width: 70%;
	}
}

@media screen and (max-width: 374px) {
	.recruit_page .sm-box .pull-left p{
		font-size: 12px;
	}
}