@charset "UTF-8";
/* CSS Document */
body{
	box-sizing: border-box;
	color: #333333;
	font-family:  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo,"Yu Gothic", YuGothic, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	overflow-wrap : break-word;
	text-align: center;
	word-wrap : break-word;
	word-break : break-all;
	min-width: 980px;
	max-width: 1920px;
}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	color: #333333;
	list-style: none;
	text-decoration: none;
}
.bold{
	font-weight: bold;
}
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.gray_bg_box{
	background-color: #e6e6e6;
}
.invalid{
	pointer-events: none;
}
.center{
	margin: 0 auto;
}
.link_text{
	text-decoration: underline;
	color: #0055BC;
}
.dis_sp{
	display: none!important;
}
.dis_pc{
	display: block!important;
}
.indent{
	padding-left: 2em;
	text-indent: -1em;
}
.transparent:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)" !important; /* IE 8,9 */
	-moz-opacity:0.6 !important; /* FF , Netscape */
	-khtml-opacity: 0.6 !important; /* Safari 1.x */
	opacity:0.6 !important;
	transition: 0.7s !important;
}
.zoom:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* ボタン */
.button{
	max-width: 264px;
	height: 44px;
	background-color: #e1b4ff;
	display: block;
	margin: 0 auto;
	padding: 11px 0 0 0;
	color: #fff;
	position: relative;
}
.button p{
	text-align: center;
}
.button img{
	position: absolute;
	right: 8px;
	top: 17px;
	width: 7px;
	height: 8px;
}

/* スクロールアニメーション */
.sa {
	opacity: 0;
	filter:alpha(opacity=0); /* IE 6,7*/
	-ms-filter: "alpha(opacity=0)"; /* IE 8,9 */
	-moz-opacity:0; /* FF , Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	zoom:1; /*IE*/
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	filter: none\9;
	-ms-filter: none\9;
}
.sa.show {
	opacity: 1;
	filter:alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity:1.0; /* FF , Netscape */
	-khtml-opacity: 1.0; /* Safari 1.x */
	zoom:1; /*IE*/
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	filter: none\9;
	-ms-filter: none\9;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
}
.sa--lr {
	transform: translate(-100px, 0);
	-webkit-transform:translate(-100px, 0);
	-ms-transform:translate(-100px, 0);
}
.sa--rl {
	transform: translate(100px, 0);
	-webkit-transform:translate(100px, 0);
	-ms-transform:translate(100px, 0);
}
.sa--up {
	transform: translate(0, 100px);
	-webkit-transform:translate(0, 100px);
	-ms-transform:translate(0, 100px);
}
.sa--down {
	transform: translate(0, -100px);
	-webkit-transform:translate(0, -100px);
	-ms-transform:translate(0, -100px);
}
.sa--scaleUp {
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
}
.sa--scaleDown {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
.sa--rotateL {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.sa--rotateR {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.inverted{
	-webkit-animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	-moz-animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	-o-animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
/* セクションテキスト */
.heading{
	display: none;
}
.main{
	margin: 0px 0 0 0;
	padding: 100px 0 0 0;
}
/*------------------------------------------------------------------------*/
/*------------------------ ヘッダー ---------------------------*/
/*------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0px 0;
	z-index: 100;
	position: fixed;
	background-color:rgba(255,255,255,0.9);
	max-width: 1920px;

}
.header{
	width: 100%;
	margin: 0 auto;
}
/* =====ヘッダのロゴ部分 =====*/
.header_box{
	min-width: 980px;
	position: relative;
	height: 100px;
}
.header_box .logo_box{
	position: absolute;
	top: 12px;
	left: 24px;
}
.header_box .logo_box a{
	width: 270px;
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
}
.header_box .logo_box img{
	width: 100%;
}
/* =====ヘッダのメニュー部分 =====*/
.header_box .menu_box{
	position: absolute;
	top: 13px;
	right: 140px;
}
.header_navarea_pc .header_navi{
	display: block !important;
	float: left;
	margin: 24px 16px 0 0;
	padding: 0 0 0 0;
}
.header_navarea_pc .header_navi li{
	float: left;
	margin: 0 0 0 32px;
}
.header_navarea_pc .header_navi li:first-child{
	margin: 0 0 0 0;
}
.header_navarea_pc .header_navi li a{
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.header_navarea_pc .header_navi li a::after{
	position: absolute;
	bottom: -15px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #c11414;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.header_navarea_pc .header_navi li a:hover::after{
	transform: scale(1, 1);
}
.header_navarea_pc .header_navi li a p{
	font-weight: bold;
}
.header_navarea_sp{
	display: none;
}
/* =====エントリー部分 =====*/
.header_box .contact_box{
	background-color: #000000;
	position: absolute;
	top: 0;
	right: 0;
}
.header_box .contact_box a{
	width: 100px;
	height: 100px;
	display: block;
	padding: 24px 0 0 0;
	color: #fff;
}
.header_box .contact_box a img{
	width: 25px;
	height: 25px;
}
.header_box .contact_box a p{
	font-size: 13px;
	font-weight: bold;
}


/*------------------------------------------------------------------------*/
/*------------------------ フッター ---------------------------*/
/*------------------------------------------------------------------------*/
.footer .footer_contact{
	background-color: #c11414;
	padding: 24px 0 24px 0;
}
.footer .footer_contact .contact_message{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 13px 0;
}
.footer .footer_contact .contact_message span{
	font-weight: bold;
}
.footer .footer_contact .footer_contact_button{
	width: 285px;
	height: 47px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	color: #FFF;
	background-image: url(../img/common/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 4%;
	display: inline-block;
	margin: 0 25px;
}
.footer .footer_contact .footer_contact_button a{
	padding: 9px 0 11px 0;
	display: block;
	color: #FFF;
}
.footer .footer_contact .footer_contact_button a span{
	vertical-align: middle;
	font-size: 18px;
}
.footer_menu{
	background-color: #333333;
	padding: 7px 0;
}
.footer_menu .footer_menu_inner{
	width: 980px;
	margin: 0 auto;
}
.footer_menu .footer_menu_inner .iso{
	width: 88px;
	float: right;
}
.footer_menu .footer_menu_inner .footer_menu_list{
	float: left;
	padding: 20px 0 0 0;
}
.footer_menu .footer_menu_inner .footer_menu_list ul li{
	display: inline-block;
	padding: 0 0 0 27px;
}
.footer_menu .footer_menu_inner .footer_menu_list ul li a{
	font-size: 14px;
	color: #fff;
}
.footer_menu .footer_menu_inner .footer_menu_list ul li a span{
	display: none;
}

/*----------------トップヘ戻るボタン-----------------*/
.top-back-wrap {
	width:980px;
	height:0;
	margin: 0 auto 0 auto;
	position: relative;
}
.top-back {
	width:980px;
	margin:0 auto;
	position:fixed;
	bottom: 20px;
	z-index: 3;
}
.top-back a {
	width: 68px;
	height: 68px;
	margin: 0 0px 0 auto;
	display: block;
	z-index: 9999;
	position: relative;
	padding: 0px 0 0 0px;
	background-image: url(../img/common/top_arrow.png);
}
.top-back a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
}
/*------------------------------------------------------------------------*/
/*------------------------ トップページ ---------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* トップページ(スライドショー) */
.main .top_banner{
	padding: 0 0 0 0;
	position: relative;
}
.main .top_banner .slideshow{
	padding-bottom: 0px;

}
.main .top_banner .slideshow .slideimage{
	width: 1200px;
	height: 608px;
}
.main .top_banner .slideshow .image01{
	background: url(../img/slide_image01.jpg) no-repeat;
	background-size: cover;
	padding: 11.8% 0 0 0;
}
.main .top_banner .slideshow .image02{
	background: url(../img/slide_image02.jpg) no-repeat;
	background-size: cover;
	padding: 11.8% 0 0 0;
}
.main .top_banner .slide_under{
	position: absolute;
	bottom: 0;
	min-width: 980px;
	line-height: 0;
}
.main .top_banner .slide_under img{
	max-width: 1920px;
	width: 100%;
}

/* トップページ(Mワークスとは) */
.top_about{
	background-color: #c11414;
	padding: 56px 0;
}
.top_about .top_about_inner{
	width: 980px;
	margin: 0 auto;
}
.top_about .top_about_inner .top_about_title{
	color: #fff;
	text-align: left;
	float: left;
	margin: 70px 0 0 160px;
}
.top_about .top_about_inner .top_about_title .title_en{
	font-size: 40px;
	font-weight: bold;
}
.top_about .top_about_inner .top_about_title .title_jp{
	font-size: 15px;
	font-weight: bold;
}
.top_about .top_about_inner .top_about_detail{
	float: right;
	width: 514px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #fff;
	line-height: 2.5;
}
.top_about .top_about_inner .top_about_detail .button_border{
	width: 285px;
	height: 47px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	color: #FFF;
	background-image: url(../img/common/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 4%;
	display: inline-block;
	margin: 32px 0 0 0;
}
.top_about .top_about_inner .top_about_detail .button_border a{
	padding: 0 0 0 0;
	display: block;
	color: #FFF;
}
.top_about .top_about_inner .top_about_detail .button_border a span{
	vertical-align: middle;
	font-size: 18px;
}

/* トップページ(事業内容) */
.top_business{
	padding: 24px 0 40px 0;
	width: 980px;
	margin: 0 auto;
}
.top_business .business_first{
	margin: 0 0 32px 0;
}
.top_business .business_first .top_business_title{
	float: right;
	margin: 65px 0 0 25px;
}
.top_business .business_first .top_business_title .title_en{
	font-size: 40px;
	font-weight: bold;
	color: #c11414;
}
.top_business .business_first .top_business_title .title_jp{
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 32px 0;
}
.button_red{
	width: 285px;
	height: 47px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	background-color: #c11414;
	background-image: url(../img/common/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 4%;
	display: inline-block;
}
.button_red a{
	padding: 10px 0 0 0;
	display: block;
	color: #FFF;
}
.button_red a span{
	vertical-align: middle;
	font-size: 18px;
}
.business_list{
	float: right;
}
.business_list .business_img{
	display: inline-block;
	width: 306px;
}
.business_list .business_img:first-child{
	margin: 0 24px 0 0;
}
.business_list .business_img:nth-child(2){
	margin: 0 24px 0 0;
}
.business_list .business_img .contents_img{
}
.business_list .business_img .dismantling{
	width: 306px;
	height: 259px;
	background: url(../img/business_img01.jpg) no-repeat;
	background-size: 100%;
}
.business_list .business_img .scaffold{
	width: 306px;
	height: 259px;
	background: url(../img/business_img02.jpg) no-repeat;
	background-size: 100%;
}
.business_list .business_img .civil{
	width: 306px;
	height: 259px;
	background: url(../img/business_img03.jpg) no-repeat;
	background-size: 100%;
}
.business_list .business_img .waste{
	width: 306px;
	height: 259px;
	background: url(../img/business_img04.jpg) no-repeat;
	background-size: 100%;
}
.business_list .business_img .purchase{
	width: 306px;
	height: 259px;
	background: url(../img/business_img05.jpg) no-repeat;
	background-size: 100%;
}
.business_list .business_img p{
	position: relative;
	padding: 5px 0 5px 0;
	background: #333333;
	font-size: 20px;
	color: #fff;
	z-index: 0;
	width: 285px;
	margin: -20px auto 0 auto;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

/* トップページ(パララックス) */
.top_parallax{
	width: 100%;
	height: 460px;
	background-image: url(../img/parallax_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}
.top_parallax img{
}

/* トップページ(会社概要) */
.top_company{
	padding: 56px 0;
	width: 980px;
	margin: 0 auto;
}
.top_company a{
	width: 465px;
	height: 227px;
	background: url(../img/top_company.jpg) no-repeat;
	background-size: 100%;
	display: block;
	padding: 32px 0 0 0;
	float: left;
}
.recruit_button{
	width: 465px;
	height: 227px;
	background: url(../img/top_recruit.jpg) no-repeat!important;
	background-size: 100%!important;
	display: block;
	padding: 32px 0 0 0;
	float: right!important;
}
.top_company a .company_button{
}
.top_company a .company_button .company_en{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.top_company a .company_button .company_jp{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #fff;
	display: inline-block;
}
.top_company a .company_button .company_text{
	padding: 16px 0 0 0;
}
.top_company a .company_button .company_text p{
	font-size: 16px;
	color: #fff;
}



















/*------------------------------------------------------------------------*/
/*------------------------ 下層ページ共通 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch{
	max-width: 1920px;
	overflow: hidden;
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.eyecatch_title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
}
.eyecatch_title .eyecatch_title_inner{
	width: 980px;
}
.eyecatch_title .eyecatch_title_inner .eyecatch_en{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.eyecatch_title .eyecatch_title_inner .eyecatch_jp{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.eyecatch .slide_under{
	position: absolute;
	bottom: 0;
	min-width: 980px;
	line-height: 0;
}
.eyecatch .slide_under img{
	max-width: 1920px;
	width: 100%;
}

.eyecatch::before{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	height: 150px;
	margin: auto;
	background-image: url(../img/slide_under.png);
	background-position: top center;
	content: "";
	overflow: hidden;
}
/* パンくずリスト */
.breadcrumb_box{
	padding: 0 0 80px 0;
}
.breadcrumb_text{
	padding: 24px 0 0 0px;
	width: 980px;
	margin: auto;
	font-size: 14px;
}
.breadcrumb_text li{
	float: left;
	margin-right: 10px;
	color: #000 !important;
	text-align: left;
}
.breadcrumb_text li a{
	color: #b12b22;
	text-decoration: underline;
}
/* セクションタイトル */
.section_title{
	padding: 0 0 32px 0;
}
.section_title p{
	font-size: 25px;
	font-weight: bold;
}
.section_title div{
	width: 62px;
	height: 4px;
	background-color: #b12b22;
	margin: 8px auto 0 auto;
}










/*------------------------------------------------------------------------*/
/*------------------------ Mワークスとは ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_about{
	background-image: url(../img/eyecatch_about.jpg);
}
.about_contents{
}
/* どこよりも高い機動力 */
.about_contents .about_message{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.about_contents .about_message img{
	width: 525px;
	height: 161px;
	float: left;
	margin: 17px 0px 0 0;
}
.about_contents .about_message .about_message_block{
	line-height: 2;
	text-align: left;
	float: right;
}
/* Mワークスの強み */
.about_contents .about_strength{
	background-color: #f5f5f5;
	padding: 56px 0;
}
.about_contents .about_strength .strength_list{
	width: 980px;
	margin: 0 auto;
}
.about_contents .about_strength .strength_list .strength_block{
	margin: 0 0 32px 0;
}
.about_contents .about_strength .strength_list .strength_block img{
	width: 478px;
	height: 250px;
	float: left;
}
.strength_right{
	float: right!important;
}
.strength_left{
	float: left!important;
}
.strength_text{
	width: 480px;
	float: right;
	padding: 32px 0 0 0;
}
.about_contents .about_strength .strength_list .strength_block .strength_title{
	font-size: 30px;
	font-weight: bold;
	color: #b12b22;
	text-align: left;
	padding: 0 0 20px 0;
}
.about_contents .about_strength .strength_list .strength_block .strength_detail{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2.0;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_business{
	background-image: url(../img/eyecatch_business.jpg);
}
.business_contents{
	width: 980px;
	margin: 0 auto;
}
.business_contents .business_block{
}
.business_contents .business_block .business_item{
	position: relative;
	height: 312px;
	margin: 0 0 67px 0;
}
.business_contents .business_block .business_item .business_img{
	width: 564px;
	position: absolute;
}
.business_contents .business_block .business_item .business_img img{
	width: 100%;
}
.business_contents .business_block .business_item .business_detail{
	width: 450px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 40px 40px;
	border: 1px solid #c31414;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 24px;
}
.business_contents .business_block .business_item .business_detail p.business_title{
	font-size: 25px;
	font-weight: bold;
	padding: 0 0 32px 0;
	line-height: 1.0;
}
.business_contents .business_block .business_item .business_detail p img{
	width: 10px;
	height: 14px;
	margin: 0 9px 0 0;
}
.business_contents .business_block .business_item .business_detail p{
	font-size: 16px;
	line-height: 2.0;
}
/* 左右変更 */
.business_right{
	width: 564px;
	position: absolute;
	right: 0;
}
.business_left{
	width: 450px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 40px 40px;
	border: 1px solid #c31414;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 24px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 会社案内 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_company{
	background-image: url(../img/eyecatch_company.jpg);
}
.company_contents{
}
.company_contents .greeting{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 56px 0;
}
.company_contents .greeting p{
	line-height: 2.0;
}
.company_contents .greeting .signature{
	width: 132px;
	margin: 40px 0 0 0;
	float: right;
}
.company_contents .greeting .signature img{
	width: 100%;
}

.company_contents .outline{
	background-color: #f5f5f5;
	padding: 56px 0;
}
.company_contents .outline .outline_inner{
}
.company_contents .outline .outline_inner .outline_item{
}
.company_contents .outline .outline_inner .outline_item p{
	display: inline-block;
	border-bottom: 1px dotted #666666;
	text-align: left;
	margin: 0 10px;
	padding: 22px 0;
}
.company_contents .outline .outline_inner .outline_item p .item{
	font-size: 16px;
	font-weight: bold;
	width: 112px;
	display: inline-block;
	margin: 0 82px 0 0;
}
.company_contents .outline .outline_inner .outline_item p .detail{
	font-size: 16px;
	width: 264px;
	display: inline-block;
}

.company_contents .outline .outline_inner .outline_item_last{
	width: 980px;
	margin: 0 auto;
	padding: 0 19px;
}
.company_contents .outline .outline_inner .outline_item_last .permission{
	padding: 16px 0 0px 0;
	border-bottom: 1px dotted #666666;
}
.company_contents .outline .outline_inner .outline_item_last .permission .item{
	font-size: 16px;
	font-weight: bold;
	width: 194px;
	margin: 0 0 0 0;
	text-align: left;
	float: left;
}
.company_contents .outline .outline_inner .outline_item_last .permission .detail{
	float: left;
}
.company_contents .outline .outline_inner .outline_item_last .permission .detail p{
	display: block;
	border-bottom: none;
	text-align: left;
	margin: 0 0;
	padding: 0 0 16px 0;
}
.company_contents .outline .outline_inner .outline_item_last .permission .detail p span{
	display: inline-block;
}



/*------------------------------------------------------------------------*/
/*------------------------ 採用情報 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_recruit{
	background-image: url(../img/eyecatch_recruit.jpg);
}
.recruit_contents{
}
.recruit_contents .recruit_message{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.recruit_contents .recruit_message .message_img{
	width: 715px;
	height: 123px;
	background: url(../img/recruit_message.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
}
.recruit_contents .recruit_message .message_text{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
	padding: 40px 0 0 0;
}


.recruit_contents .statue{
	background-color: #f2f2f2;
	padding: 56px 0;
}
.recruit_contents .statue .statue_inner{
}
.recruit_contents .statue .statue_inner .statue_list{
	width: 980px;
	margin: 0 auto;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item{
	width: 320px;
	display: inline-block;
	vertical-align: top;
	padding: 0 24px;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item:nth-child(2){
	border-right: 1px dotted #333333;
	border-left: 1px dotted #333333;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item img{
	width: 100px;
	display: block;
	margin: 0 auto;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item .statue_title{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #c01414;
	display: inline-block;
	margin: 32px 0 8px 0;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item .statue_detail{
	text-align: justify;
	text-justify: inter-ideograph;
}

.recruit_contents .requirements{
	padding: 56px 0;
	width: 980px;
	margin:  0 auto;
}
.recruit_contents .requirements_detail{
}
.recruit_contents .requirements_detail .recruit_item{
	border-bottom: 1px dotted #666666;
	padding: 22px 0;
}
.recruit_contents .requirements_detail .recruit_item .item_th{
	float: left;
	width: 176px;
	text-align: right;
	font-weight: bold;
}
.recruit_contents .requirements_detail .recruit_item .item_td{
	float: right;
	width: 724px;
	text-align: left;
}






















/* ===== 767px以下 ===== */
@media(max-width: 767px) {
	/*  */

/* ボタン */
.button{
	max-width: 264px;
	height: 44px;
	background-color: #e1b4ff;
	display: block;
	margin: 0 auto;
	padding: 11px 0 0 0;
	color: #fff;
	position: relative;
}
.button p{
}
.button img{
	position: absolute;
	right: 8px;
	top: 17px;
	width: 7px;
	height: 8px;
}
body {
	min-width: 0;
}
.gray_bg_box {
	background-color: #e6e6e6;
	height: 26px;
}
.dis_sp{
	display: block!important;
}
.dis_pc{
	display: none!important;
}
.main {
	margin: 0 0 0 0;
	padding: 60px 0 0 0;
}

/* ヘッダ */
#header{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0px 0;
	z-index: 100;
	position: fixed;
	background-color: #fff;
	max-width: inherit;
}
.header {
}

/* =====ヘッダのロゴ部分 =====*/
.header_box {
	min-width: inherit;
	position: relative;
	height: 60px;
}
.header_box .menu_box {
	position: absolute;
	top: 13px;
	right: 5px;
}
.header_box .logo_box{
	position: absolute;
	top: 12px;
	left: 24px;
}
.header_box .logo_box a{
	width: 138px;
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
}
.header_box .logo_box img{
	width: 100%;
}
/* =====ヘッダのメニュー部分 =====*/
.header_navarea_pc {
	display: none;
}
.header_navarea_sp {
	width: 100%;
	display: none;
	padding: 0 0 32px 0;
}
.header_navarea_sp .header_navi {
	display: block !important;
	float: none;
	width: 100%;
	letter-spacing: -.4em;
	padding: 0px 0 16px 0;
}
.header_navarea_sp .header_navi li{
	font-size: 15px;
	height: auto;
	letter-spacing: 0em;
	padding: 15px 0;
	margin: 0 auto;
	width: 95%;
	border-bottom: 1px solid #fff;
}
.header_navarea_sp .header_navi li:first-child{
}
.header_navarea_sp .header_navi li a{
	display: block;
	width: 100%;
	padding: 0px 0 0px 0px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}
.header_navarea_sp .header_navi li a img{
	display: inline-block;
	margin: 5px 20px 0 0;
	vertical-align: middle;
	width: 8px;
}
.header_navarea_sp .header_navi .menu_inner{
	padding: 0 0 0 10px;
}
.header_navarea_sp .header_navi .menu_inner a{
}
.header_navarea_sp .header_navi .menu_inner a p{
	float: left;
	font-size: 14px;
	color: #333333;
}
.header_navarea_sp .header_navi .menu_inner a img{
	float: right;
}
/* =====コンタクト部分 =====*/
.header_box .contact_box{
	display: none;
}
.header_navarea_sp .sp_contact{
	background-color: #f3f3f3;
	width: 90%;
	margin: 0 auto;
	padding: 16px 14px;
}
.header_navarea_sp .sp_contact .sp_inner{
}
.header_navarea_sp .sp_contact .sp_inner:last-child{
	margin: 18px 0 0 0;
}
.header_navarea_sp .sp_contact .sp_inner a{
	background-color: #333333;
	display: block;
	height: 40px;
	padding: 7px 0 0 0;
}
.header_navarea_sp .sp_contact .sp_inner p{
	font-size: 14px;
	padding: 0 0 6px 0;
}
.header_navarea_sp .sp_contact .sp_inner a img{
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
}
.header_navarea_sp .sp_contact .sp_inner a p{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

/* ハンバーガーメニュー */
.btn{
	width: 60px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: -3px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.btn:before,
.btn:after,
.btn span{
	display: inline-block;
	width: 80%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.btn span{
	height: 3px;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 70%;
	height: 3px;
	background-color: #000000;
	border-radius: 4px;
	display: inline-block;
}
.btn:before{
	content: "";
}
.btn:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 80%;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all .4s;
}
.btn.on span{
}
.btn.on:before{
}
.btn.on:after{
	content: 'CLOSE';
	bottom: -20px;
}
.btn span:nth-of-type(1) {
	top: 0;
}
.btn span:nth-of-type(2) {
	top: 11px;
}
.btn span:nth-of-type(3) {
	bottom: 0;
}
.btn.on span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.btn.on span:nth-of-type(2) {
	opacity: 0;
}
.btn.on span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
/* ハンバーガーメニュー(end) */

/*------------------------------------------------------------------------*/
/*------------------------ フッター ---------------------------*/
/*------------------------------------------------------------------------*/
.footer{
}
.footer .footer_contact{
	background-color: #c11414;
	padding: 24px 0 24px 0;
}
.footer .footer_contact .contact_message{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 13px 0;
}
.footer .footer_contact .contact_message span{
	font-weight: bold;
	display: block;
}
.footer .footer_contact .footer_contact_button{
	width: 285px;
	height: 47px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	color: #FFF;
	background-image: url(../img/common/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 4%;
	display: block;
	margin: 0 auto 8px auto;
}
.footer .footer_contact .footer_contact_button a{
	padding: 9px 0 11px 0;
	display: block;
	color: #FFF;
}
.footer .footer_contact .footer_contact_button a span{
	vertical-align: middle;
	font-size: 18px;
}



.footer_menu{
	background-color: #333333;
	padding: 21px 0;
}
.footer_menu .footer_menu_inner{
	width: 90%;
	margin: 0 auto;
	max-width: 510px;
}
.footer_menu .footer_menu_inner .iso{
	width: 111px;
	float: none;
}
.footer_menu .footer_menu_inner .footer_menu_list{
	float: none;
	padding: 0px 0 0 0;
}
.footer_menu .footer_menu_inner .footer_menu_list ul{
}
.footer_menu .footer_menu_inner .footer_menu_list ul li{
	display: inline-block;
	float: left;
	margin: 0 0px 0 0;
	padding: 18px 18px 18px 0;
	width: 50%;
}
.footer_menu .footer_menu_inner .footer_menu_list ul li a{
	font-size: 14px;
	color: #fff;
}
.footer_menu .footer_menu_inner .footer_menu_list ul li a span{
	display: inline-block;
	float: right;
}
.footer_menu .footer_menu_inner .footer_menu_list ul li a span img{
	width: 8px;
}



/*----------------トップヘ戻るボタン-----------------*/
.top-back-wrap {
	width:100%;
	height:0;
	margin:0 auto;
	position: relative;
}
.top-back {
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom: 20px;
	z-index: 1;
}
.top-back a {
	width: 70px;
	height: 70px;
	margin-left: auto;
	display: block;
	z-index: 9999;
	position: relative;
	padding: 0px 0 0 0;
	background-image: url(../img/common/top_arrow.png);
}
.top-back a img{
	line-height: 0;
	font-size: 0;
	width: 100%;
}
.top-back a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
}


/*------------------------------------------------------------------------*/
/*------------------------ トップページ ---------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* トップページ(スライドショー) */
.main .top_banner {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
}
.main .top_banner .slideshow {
	padding-bottom: 0px;
}
.main .top_banner .slideshow .slideimage {
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 23.5%;
	background-size: contain;
  border-left: none;
  border-right: none;
}
.main .top_banner .slideshow .image01{
	background: url(../img/sp/slide_image01.jpg)  0 0 no-repeat;
	background-size: 100%;
	padding: 23% 0 0 0;
}
.main .top_banner .slideshow .image02{
	background: url(../img/sp/slide_image02.jpg)  0 0 no-repeat;
	background-size: 100%;
	padding: 23% 0 0 0;
}
.main .top_banner .slide_under{
	position: absolute;
	bottom: 0;
	line-height: 0;
	min-width: inherit;
}
.main .top_banner .slide_under img{
	max-width: inherit;
	width: 100%;
}
/* トップページ(Mワークスとは) */
.top_about{
	background-color: #c11414;
	padding: 24px 0;
}
.top_about .top_about_inner{
	width: 90%;
	margin: 0 auto;
	max-width: 510px;
}
.top_about .top_about_inner .top_about_title{
	color: #fff;
	text-align: center;
	float: none;
	margin: 0px 0 0 0px;
}
.top_about .top_about_inner .top_about_title .title_en{
	font-size: 25px;
	font-weight: bold;
}
.top_about .top_about_inner .top_about_title .title_jp{
	font-size: 12px;
	font-weight: bold;
}
.top_about .top_about_inner .top_about_detail{
	float: none;
	font-size: 14px;
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #fff;
	line-height: 2.5;
	padding: 24px 0 0 0;
}
.top_about .top_about_inner .top_about_detail .button_border{
	width: 285px;
	height: 47px;
	text-align: center;
	border: 1px solid #fff;
	color: #FFF;
	background-image: url(../img/common/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 4%;
	display: block;
	margin: 24px auto 0 auto;
}
.top_about .top_about_inner .top_about_detail .button_border a{
	padding: 0 0 0 0;
	display: block;
	color: #FFF;
}
.top_about .top_about_inner .top_about_detail .button_border a span{
	vertical-align: middle;
	font-size: 18px;
}
/* トップページ(事業内容) */
.top_business{
	padding: 24px 0 24px 0;
	width: 90%;
	margin: 0 auto;
	max-width: 510px;
}
.top_business .business_first{
	margin: 0 0 0 0;
}
.top_business .business_first .top_business_title{
	float: none;
	margin: 0 0 0 0;
}
.top_business .business_first .top_business_title .title_en{
	font-size: 25px;
	font-weight: bold;
	color: #c11414;
}
.top_business .business_first .top_business_title .title_jp{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 24px 0;
}
.button_red{
	width: 285px;
	height: 47px;
	margin: 18px auto 0 auto;
	text-align: center;
	color: #FFF;
	background-color: #c11414;
	background-image: url(../img/common/button_arrow.png);
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 4%;
	display: inline-block;
}
.button_red a{
	padding: 10px 0 0 0;
	display: block;
	color: #FFF;
}
.button_red a span{
	vertical-align: middle;
	font-size: 18px;
}
.business_list{
	float: none;
}
.business_list .business_img{
	display: inline-block;
	width: 49%;
}
.business_list .business_img:first-child{
	margin: 0 0 0 0;
}
.business_list .business_img:nth-child(2){
	margin: 0 0 0 0;
}
.business_list .business_img .contents_img{
}
.business_list .business_img .dismantling{
	width: 100%;
	height: auto;
	background: url(../img/sp/business_img01.jpg) no-repeat;
	background-size: 100%;
	padding-top: 60%;
}
.business_list .business_img .scaffold{
	width: 100%;
	height: auto;
	background: url(../img/sp/business_img02.jpg) no-repeat;
	background-size: 100%;
	padding-top: 60%;
}
.business_list .business_img .civil{
	width: 100%;
	height: auto;
	background: url(../img/sp/business_img03.jpg) no-repeat;
	background-size: 100%;
	padding-top: 60%;
}
.business_list .business_img .waste{
	width: 100%;
	height: auto;
	background: url(../img/sp/business_img04.jpg) no-repeat;
	background-size: 100%;
	padding-top: 60%;
}
.business_list .business_img .purchase{
	width: 100%;
	height: auto;
	background: url(../img/sp/business_img05.jpg) no-repeat;
	background-size: 100%;
	padding-top: 60%;
}
.business_list .business_img p{
	position: inherit;
	padding: 0;
	background: inherit;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	z-index: 0;
	width: 100%;
	margin: 0px auto 0 auto;
	-webkit-transform: inherit;
	transform: inherit;
}
/* トップページ(パララックス) */
.top_parallax{
	width: 100%;
	height: auto;
	background-image: inherit;
	background-size: inherit;
	background-position: inherit;
	background-repeat: no-repeat;
	position: inherit;
	margin: 0;
	background-attachment: inherit;
}
.top_parallax .company_bg_sp{
	width: 100%;
}
/* トップページ(会社概要) */
.top_company{
	padding: 24px 0;
	width: 90%;
	margin: 0 auto;
}
.top_company a{
	width: 290px;
	height: 160px;
	background: url(../img/sp/top_company.jpg) no-repeat;
	background-size: contain;
	display: block;
	padding: 18px 0 0 0;
	margin: 0 auto;
	float: none;
}
.recruit_button{
	width: 290px;
	height: 160px;
	background: url(../img/sp/top_recruit.jpg) no-repeat!important;
	background-size: contain!important;
	display: block;
	padding: 18px 0 0 0;
	margin: 0 auto;
	float: none!important;
}
.top_company a .company_button{
}
.top_company a .company_button .company_en{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.top_company a .company_button .company_jp{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #fff;
	display: inline-block;
}
.top_company a .company_button .company_text{
	padding: 16px 0 0 0;
}
.top_company a .company_button .company_text p{
	font-size: 13px;
	color: #fff;
}








/* ======トップページ(共通)====== */




/*------------------------------------------------------------------------*/
/*------------------------ 下層ページ共通 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch{
	height: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.eyecatch_title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
	width: 90%;
}
.eyecatch_title .eyecatch_title_inner{
	width: 90%;
}
.eyecatch_title .eyecatch_title_inner .eyecatch_en{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.eyecatch_title .eyecatch_title_inner .eyecatch_jp{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

/*----------------パンくず-----------------*/
.breadcrumb_box{
	padding: 0 0 35px 0;
	width: 90%;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.breadcrumb_text{
	padding: 5px 0 0px 0;
  width: 100%;
  margin: auto;
  font-size: 13px;
  overflow-x: scroll;
}
.breadcrumb_text li{
/*	float: left; */
/*	margin-right: 10px; */
	color: #000 !important;
/*	max-width: 20%; */
/*	overflow: hidden; */
/*	text-overflow: ellipsis; */
	white-space: nowrap;
	display: table-cell;
    float: none;
    padding-right: 10px;
    padding-bottom: 5px;
}
/* セクションタイトル */
.section_title{
}
.section_title p{
	font-size: 18px;
	font-weight: bold;
}
.section_title div{
	width: 62px;
	height: 4px;
	background-color: #b12b22;
	margin: 8px auto 0 auto;
}
/*------------------------------------------------------------------------*/
/*------------------------ Mワークスとは ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_about{
	background-image: url(../img/sp/eyecatch_about.jpg);
}
.about_contents{
}
.about_contents .about_message{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	max-width: 510px;
}
.about_contents .about_message img{
	width: 100%;
	height: auto;
	float: none;
	margin: 17px 0px 0 0;
}
.about_contents .about_message .about_message_block{
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	float: none;
	font-size: 14px;
	margin: 8px 0 0 0;
}
/* Mワークスの強み */
.about_contents .about_strength{
	background-color: #f5f5f5;
	padding: 40px 0;
}
.about_contents .about_strength .strength_list{
	width: 90%;
	margin: 0 auto;
	max-width: 510px;
}
.about_contents .about_strength .strength_list .strength_block{
}
.about_contents .about_strength .strength_list .strength_block img{
	width: 100%;
	height: auto;
	float: none;
}
.strength_text{
	width: 100%;
	float: none;
	padding: 24px 0 0 0;
}
.about_contents .about_strength .strength_list .strength_block .strength_title{
	font-size: 18px;
	font-weight: bold;
	color: #b12b22;
	text-align: left;
	padding: 0 0 8px 0;
}
.about_contents .about_strength .strength_list .strength_block .strength_detail{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2.0;
	font-size: 14px;
}
.strength_right{
	float: none!important;
}
.strength_left{
	float: none!important;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_business{
	background-image: url(../img/sp/eyecatch_business.jpg);
}
.business_contents{
	width: 90%;
	margin: 0 auto;
	max-width: 510px;
}
.business_contents .business_block{
}
.business_contents .business_block .business_item{
	position: inherit;
	height: inherit;
	margin: 0 0 32px 0;
}
.business_contents .business_block .business_item .business_img{
	width: 100%;
	position: inherit;
	line-height: 0;
}
.business_contents .business_block .business_item .business_img img{
	width: 100%;
}
.business_contents .business_block .business_item .business_detail{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px 0px;
	margin: 16px 0 0 0;
	border: none;
	background-color: #fff;
	position: inherit;
	right: inherit;
	bottom: inherit;
}
.business_contents .business_block .business_item .business_detail p.business_title{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 16px 0;
	line-height: 1.0;
}
.business_contents .business_block .business_item .business_detail p img{
	width: 10px;
	height: 14px;
	margin: 0 9px 0 0;
}
.business_contents .business_block .business_item .business_detail p{
	font-size: 14px;
	line-height: 2.0;
}
/* 左右変更 */
.business_right{
	width: 100%;
	position: inherit;
	right: inherit;
}
.business_left{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0;
	background-color: #fff;
	position: inherit;
	left: inherit;
	bottom: inherit;
}


/*------------------------------------------------------------------------*/
/*------------------------ 会社案内 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_company{
	background-image: url(../img/sp/eyecatch_company.jpg);
}
.company_contents{
}
.company_contents .greeting{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	max-width: 510px;
}
.company_contents .greeting p{
	line-height: 2.0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
}
.company_contents .greeting .signature{
	width: 104px;
	margin: 40px 0 0 0;
	float: right;
}
.company_contents .greeting .signature img{
	width: 100%;
}

.company_contents .outline{
	background-color: #f5f5f5;
	padding: 40px 0;
}
.company_contents .outline .outline_inner{
	width: 90%;
	margin: 0 auto;
	max-width: 510px;
}
.company_contents .outline .outline_inner .outline_item{
}
.company_contents .outline .outline_inner .outline_item p{
	display: block;
	border-bottom: 1px dotted #666666;
	text-align: left;
	margin: 0 0px;
	padding: 16px 0;
}
.company_contents .outline .outline_inner .outline_item p .item{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	display: block;
	margin: 0 0 0 0;
}
.company_contents .outline .outline_inner .outline_item p .detail{
	font-size: 14px;
	width: 100%;
	display: block;
}

.company_contents .outline .outline_inner .outline_item_last{
	width: 100%;
	margin: 0 auto;
	padding: 0 0px;
}
.company_contents .outline .outline_inner .outline_item_last .permission{
	padding: 16px 0 0px 0;
	border-bottom: 1px dotted #666666;
}
.company_contents .outline .outline_inner .outline_item_last .permission .item{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
	float: none;
}
.company_contents .outline .outline_inner .outline_item_last .permission .detail{
	float: none;
}
.company_contents .outline .outline_inner .outline_item_last .permission .detail p{
	display: block;
	border-bottom: none;
	text-align: left;
	margin: 0 0;
	padding: 0 0 16px 0;
	font-size: 14px;
}
.company_contents .outline .outline_inner .outline_item_last .permission .detail p span{
	display: block;
}


/*------------------------------------------------------------------------*/
/*------------------------ 採用情報 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_recruit{
	background-image: url(../img/sp/eyecatch_recruit.jpg);
}
.recruit_contents{
}
.recruit_contents .recruit_message{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.recruit_contents .recruit_message .message_img{
	width: 100%;
	height: auto;
	padding-top: 35%;
	background: url(../img/sp/recruit_message.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
}
.recruit_contents .recruit_message .message_text{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
	padding: 32px 0 0 0;
	font-size: 14px;
}


.recruit_contents .statue{
	background-color: #f2f2f2;
	padding: 40px 0;
}
.recruit_contents .statue .statue_inner{
}
.recruit_contents .statue .statue_inner .statue_list{
	width: 90%;
	margin: 0 auto;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item{
	width: 100%;
	display: block;
	vertical-align: top;
	padding: 0 0px;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item:nth-child(2){
	border-right: none;
	border-left: none;
	padding: 32px 0;
	margin: 32px 0;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item img{
	width: 100px;
	display: block;
	margin: 0 auto;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item .statue_title{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #c01414;
	display: inline-block;
	margin: 32px 0 8px 0;
}
.recruit_contents .statue .statue_inner .statue_list .statue_item .statue_detail{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
}

.recruit_contents .requirements{
	padding: 40px 0;
	width: 90%;
	margin:  0 auto;
}
.recruit_contents .requirements_detail{
}
.recruit_contents .requirements_detail .recruit_item{
	border-bottom: 1px dotted #666666;
	padding: 14px 0;
}
.recruit_contents .requirements_detail .recruit_item .item_th{
	float: none;
	width: 100%;
	font-size: 16px;
	padding: 0 0 8px 0;
	text-align: left;
	font-weight: bold;
}
.recruit_contents .requirements_detail .recruit_item .item_td{
	float: none;
	width: 100%;
	text-align: left;
	font-size: 14px;
}















}
