article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
img{
	margin:0;
	padding:0;
	border:none;
	vertical-align:bottom;
}
h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;
}
textarea{
	resize:none;
}
strong{
	font-weight:normal;
}
a{
	color:#FF3654;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
table{
	border-collapse:collapse;
}
.clear{
	clear:both;
}
/* clearfixここから */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/* clearfixここまで */
@media screen and (max-width:640px) {
img{
	width:100%;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
.sp_none{
	display:none;
}
body{
	width:100%;
	min-width:320px;
	background-color:#FAFAFA;
	color:#191919;
}
#pagetop{
	width:50px;
	height:50px;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
}
#pagetop a{
	display:block;
	width:50px;
	height:50px;
	background:-moz-linear-gradient(top, #FF5573, #FF3755);
	background:-webkit-linear-gradient(top, #FF5573, #FF3755);
	background:linear-gradient(to bottom, #FF5573, #FF3755);
	color:#FFF;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
/** ヘッダー **/
#onshi #h1box{
	box-sizing:border-box;
	width:100%;
	background-color:#F9F9FA;
	padding:9px 10px 8px 10px;
	border-bottom:1px solid #E1E1E2;
}
#onshi #h1box h1{
	font-size:12px;
	line-height:1;
	font-weight:normal;
	margin:0 0 4px 0;
	color:#767676;
}
#onshi #h1box p{
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	margin:0 0 0 0;
	color:#767676;
}
#onshi #visualbox{
	width:100%;
	height:auto;
	background-image:url(img/visualbox_bg01_pc.png),url(img/visualbox_bg02_pc.png),url(img/main-visual001_sp.jpg);
	background-position:center top,left bottom,center;
	background-repeat:repeat-x,repeat-x,no-repeat;
	background-size:auto,auto,cover;
	position:relative;
}
#onshi #visualbox:before{
	content:"";
	display:block;
	padding-top:131.25%;
}
#onshi #visualbox h2{
	position:absolute;
	width:54%;
	height:auto;
	margin:0 auto;
	top:7%;
	bottom:0;
	left:0;
	right:0;
}
#onshi #visualbox .child{
	width:94%;
	height:auto;
	position:absolute;
	margin:0 auto;
	bottom:3%;
	left:0;
	right:0;
	background-color:rgba(255,255,255,0.6);
	border:2px solid #FFF;
	text-align:center;
	box-sizing:border-box;
	padding:2%;
}
#onshi #visualbox .child h3{
	margin:0 auto 2% auto;
	width:80%;
}
#onshi #visualbox .child p{
	font-size:12px;
	line-height:18px;
	width:94%;
	margin:0 auto;
	color:#191919;
	text-shadow:#FFF 0 0 4px,#FFF 0 0 2px;
}
#onshi #visualbox2{
	width:100%;
	height:auto;
	background-image:url(img/visualbox_bg01_pc.png),url(img/visualbox_bg02_pc.png),url(img/main-visual001_mailform_sp.jpg);
	background-position:center top,left bottom,center;
	background-repeat:repeat-x,repeat-x,no-repeat;
	background-size:auto,auto,cover;
	position:relative;
}
#onshi #visualbox2:before{
	content:"";
	display:block;
	padding-top:100%;
}
#onshi #visualbox2 h2{
	position:absolute;
	width:54%;
	height:auto;
	margin:0 auto;
	top:24%;
	bottom:0;
	left:0;
	right:0;
}
#onshi #onshiinfobox .child01{
	width:100%;
	box-sizing:border-box;
	background:-moz-linear-gradient(top, #FAFAFA, #E1E1E1);
	background:-webkit-linear-gradient(top, #FAFAFA, #E1E1E1);
	background:linear-gradient(to bottom, #FAFAFA, #E1E1E1);
	border-top:1px solid #FFF;
	border-bottom:1px solid #C8C8C8;
	padding:2% 3% 2% 3%;
	color:#191919;
	text-align:center;
	margin:0 0 3% 0;
}
#onshi #onshiinfobox .child01 h4{
	font-size:12px;
	line-height:1;
	margin:0 0 1.5% 0;
}
#onshi #onshiinfobox .child01 p{
	font-size:12px;
	line-height:1.4;
}
#onshi #onshiinfobox .child01_mailform{
	width:100%;
	box-sizing:border-box;
	background:-moz-linear-gradient(top, #FAFAFA, #E1E1E1);
	background:-webkit-linear-gradient(top, #FAFAFA, #E1E1E1);
	background:linear-gradient(to bottom, #FAFAFA, #E1E1E1);
	border-top:1px solid #FFF;
	border-bottom:1px solid #C8C8C8;
	padding:2% 3% 2% 3%;
	color:#191919;
	text-align:center;
	margin:0 0 3% 0;
}
#onshi #onshiinfobox .child01_mailform h4{
	font-size:12px;
	line-height:1;
	margin:0 0 1.5% 0;
}
#onshi #onshiinfobox .child01_mailform p{
	font-size:12px;
	line-height:1.4;
}
#onshi #onshiinfobox #sp_telbox{
	width:45.5%;
	height:8%;
	float:left;
	margin:0 0 0 3%;
}
#onshi #onshiinfobox #sp_telbox a{
	display:block;
	width:100%;
	height:auto;
	background:-moz-linear-gradient(top, #FF5573, #FF3755);
	background:-webkit-linear-gradient(top, #FF5573, #FF3755);
	background:linear-gradient(to bottom, #FF5573, #FF3755);
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#onshi #onshiinfobox .child02{
	width:45.5%;
	height:8%;
	margin:0 3%;
	float:left;
}
#onshi #onshiinfobox .child02 a{
	display:block;
	width:100%;
	height:auto;
	background:-moz-linear-gradient(top, #FF5573, #FF3755);
	background:-webkit-linear-gradient(top, #FF5573, #FF3755);
	background:linear-gradient(to bottom, #FF5573, #FF3755);
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
/** フッター **/
#footer{
	background-color:#F9F9F9;
	border-bottom:1px solid #E1E1E1;
	text-align:center;
}
#footer p{
	font-size:10px;
	line-height:40px;
	color:#767676;
}
/** NEWS TWITTER **/
#news-twitter_box{
	width:86%;
	margin:0 auto;
	padding:10% 0 15% 0;
}
#news-twitter_box .child01{
	width:100%;
	height:400px;
	box-shadow:0 0 5px rgba(0,0,0,0.35);
	background-image:url(img/news_bg01_pc.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 10% 0;
}
#news-twitter_box .child01 h2{
	width:100%;
	height:50px;
	background-image:url(img/title_bg01_pc.png);
	background-repeat:repeat-x;
	background-position:left top;
}
#news-twitter_box .child01 h2 img{
	width:160px
}
#news-twitter_box .child01 .child{
	width:100%;
	height:350px;
	overflow:auto;
}
#news-twitter_box .child01 .child section{
	width:90%;
	margin:0 auto;
	padding:10% 0 5% 0;
}
#news-twitter_box .child01 .child section h3{
	color:#FF3654;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #FF3654;
	margin:0 auto 10px auto;
}
#news-twitter_box .child01 .child section p{
	color:#FF3654;
	font-size:12px;
	text-align:center;
	margin:0 auto 18px auto;
}
#news-twitter_box .child01 .child section img{
	width:96%;
	padding:2%;
	background-color:#FFF;
	margin:0 auto;
	display:block;
	box-shadow:0 0 5px rgba(0,0,0,0.35);
}
#news-twitter_box .child01 .child section p.updateday{
	color:#191919;
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #E1E1E1;
	padding:10% 2% 1% 2%;
}
#news-twitter_box .child02{
	width:100%;
	height:500px;
	box-shadow:0 0 5px rgba(0,0,0,0.35);
}
/** SYSTEM **/
#systembox{
	width:100%;
	background-color:#000;
	background-image:url(img/visualbox_bg01_pc.png),url(img/visualbox_bg02_pc.png),url(img/system-visual_bg_sp.jpg);
	background-position:center top,left bottom,center;
	background-repeat:repeat-x,repeat-x,no-repeat;
	background-size:auto,auto,cover;
	color:#FAFAFA;
	text-align:center;
	padding:10% 0 15% 0;
}
#systembox h2{
	margin:0 auto 8% auto;
	width:60%;
}
#systembox h3{
	margin:0 auto 4% auto;
	width:90%;
}
#systembox p{
	width:86%;
	margin:0 auto;
	font-size:12px;
	line-height:20px;
	text-shadow:#000 0 0 4px,#000 0 0 2px;
}
/** ACCESS **/
#accessbox{
	width:86%;
	margin:0 auto;
	padding:15% 0 20% 0;
	text-align:center;
}
#accessbox h2{
	font-size:14px;
}
#accessbox p{
	font-size:12px;
	line-height:16px;
	margin:0 0 3% 0;
}
#accessbox .left{
	margin:0 0 3% 0;
}
#accessbox #map{
	width:100%;
	height:400px;
	box-sizing:border-box;
	padding:2px;
	background-color:#C8C8C8;
}
#accessbox #map iframe{
	border:none;
	width:100%!important;
}
/** RECRUIT **/
#recruitbox{
	width:100%;
	background-color:#000;
	background-image:url(img/visualbox_bg01_pc.png),url(img/visualbox_bg02_pc.png),url(img/recruit-visual_bg_sp.jpg);
	background-position:center top,left bottom,center top;
	background-repeat:repeat-x,repeat-x,no-repeat;
	background-size:auto,auto,contain;
	color:#FAFAFA;
	padding:15% 0 10% 0;
	position:relative;
}
#recruitbox h2{
	text-align:center;
	width:70%;
	margin:0 auto;
}
#recruitbox p.txt01{
	text-align:center;
	font-size:12px;
	margin:0 auto 4% auto;
	width:86%;
}
#recruitbox #recruit_lt{
	position:absolute;
	top:0;
	left:0;
	width:30%;
	height:30%;
}
#recruitbox .child{
	width:86%;
	margin:0 auto;
	background-color:rgba(0,0,0,0.6);
	padding:4%;
	box-sizing:border-box;
}
#recruitbox .child table.table01{
	width:100%;
	border-collapse:collapse;
	display:block;
}
#recruitbox .child table.table01 tr{
	display:block;
	width:100%;
}
#recruitbox .child table.table01 th{
	width:100px;
	font-size:14px;
	font-weight:normal;
	line-height:1.4;
	display:block;
	text-align:left;
	color:#FF5573;
}
#recruitbox .child table.table01 th:before{
	content:"◆";
	font-size:10px;
	line-height:14px;
	color:#FF5573;
}
#recruitbox .child table.table01 td{
	width:100%;
	font-size:12px;
	line-height:1.4;
	display:block;
	border-top:1px solid rgba(255,85,115,0.5);
	box-sizing:border-box;
	padding:1% 2% 4% 2%;
}
#recruitbox .child table.table01 td p{
	text-align:center;
	font-size:12px;
}
#recruitbox .child table.table01 td span{
	color:#FF0000;
}
#recruitbox .child table.table01 td table.table02{
	width:100%;
	box-sizing:border-box;
	border-collapse:collapse;
	margin:0 auto 8% auto;
	display:block;
}
#recruitbox .child table.table01 td table.table02 th{
	width:100%;
	font-size:12px;
	font-weight:normal;
	line-height:1.4;
	border:none;
	background:none;
	text-align:left;
	display:block;
	color:#FFF;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
#recruitbox .child table.table01 td table.table02 td{
	width:auto;
	font-size:13px;
	line-height:1.4;
	border:none;
	background:none;
	display:block;
}
#recruitbox .child table.table01 td table.table02 td input.width{
	width:100%;
	box-sizing:border-box;
	border:none;
}
#recruitbox .child table.table01 td table.table02 td textarea.width{
	width:100%;
	box-sizing:border-box;
	border:none;
}
#recruitbox .child table.table01 td table.table02 td .sousin,#recruitbox .child table.table01 td table.table02 td .reset{
	height:50px;
	width:50%;
	border:none;
	color:#FFF;
}
#recruitbox .child table.table01 td table.table02 td .sousin{
	background:linear-gradient(#FF5573, #FF3755);
	border-radius: 3px 0 0 3px / 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px / 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px / 3px 0 0 3px;
}
#recruitbox .child table.table01 td table.table02 td .reset{
	background:linear-gradient(#787878,#505050);
	border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
}
#recruitbox .child table.table01 td table.table02 td .sousin{
	margin:0;
}
#recruitbox .child table.table01 td table.table02 td.center{
	text-align:center;
}
#recruitbox .child table.table01 td table.table02 tr.noborder td{
	border-bottom:none;
}
#recruitbox .child table.table01 p.mb2{
	margin-bottom:3%;
}

/** メールフォーム **/
#mailform{
	width:100%;
	margin:0 auto;
	padding:15% 0 15% 0;
	border-bottom:1px solid #CCC;
}
#mailform blockquote{
	width:86%;
	margin:0 auto;
}
#mailform blockquote .mailform_title{
	font-size:18px;
	margin:0 auto 4% auto;
	padding:0 0 1% 0;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,0.4);
}
#mailform blockquote .msg{
	font-size:16px;
	margin:0 auto 10% auto;
	text-align:center;
}
#mailform blockquote form input{
	height:60px;
	width:50%;
	border:none;
	color:#FFF;
	background:linear-gradient(#FF5573, #FF3755);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:0 auto;
	display:block;
}
#mailform blockquote table.mailform_error2{
	margin:0 auto 10% auto;
	width:100%;
	font-size:16px;
}
#mailform blockquote table.mailform_error2 th{
	background-color:#D8D8D8;
	width:30%;
	border:1px solid #666;
	padding:10px;
}
#mailform blockquote table.mailform_error2 td{
	border:1px solid #666;
	padding:10px;
}
#mailform blockquote form input.back{
	height:60px;
	width:40%;
	border:none;
	color:#FFF;
	background:linear-gradient(#787878,#505050);
	border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	margin:0 10% 0 0;
	float:rigth;
}
#mailform blockquote form input.back:hover{
	background:linear-gradient(#505050,#787878);
}
#mailform blockquote form input.sousin{
	height:60px;
	width:40%;
	border:none;
	color:#FFF;
	background:linear-gradient(#FF5573, #FF3755);
	border-radius: 3px 0 0 3px / 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px / 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px / 3px 0 0 3px;
	margin:0 0 0 10%;
	float:left;
}
#mailform blockquote form input.sousin:hover{
	background:linear-gradient(#FF3755,#FF5573);
}
}


@media screen and (min-width: 641px) {
/* PC用CSS */
body{
	width:100%;
	min-width:1200px;
	background-color:#FAFAFA;
	color:#191919;
}
.pc_none{
	display:none;
}
#pagetop{
	width:80px;
	height:80px;
	position:fixed;
	bottom:20px;
	right:40px;
	display:none;
}
#pagetop a{
	display:block;
	width:80px;
	height:80px;
	background:-moz-linear-gradient(top, #FF5573, #FF3755);
	background:-webkit-linear-gradient(top, #FF5573, #FF3755);
	background:linear-gradient(to bottom, #FF5573, #FF3755);
	color:#FFF;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
#pagetop a:hover{
	background:-moz-linear-gradient(top, #FF3755, #FF5573);
	background:-webkit-linear-gradient(top, #FF3755, #FF5573);
	background:linear-gradient(to bottom, #FF3755, #FF5573);
}
/** ヘッダー **/
#onshi #h1box{
	box-sizing:border-box;
	width:100%;
	background-color:#F9F9FA;
	padding:9px 10px 8px 10px;
	border-bottom:1px solid #E1E1E2;
}
#onshi #h1box h1,#onshi #h1box p{
	font-size:12px;
	line-height:1;
	float:left;
	font-weight:normal;
	margin:0 12px 0 0;
	color:#767676;
}
#onshi #visualbox{
	width:100%;
	height:700px;
	background-image:url(img/visualbox_bg01_pc.png),url(img/visualbox_bg02_pc.png),url(img/main-visual001_pc.jpg);
	background-position:center top,left bottom,center;
	background-repeat:repeat-x,repeat-x,no-repeat;
	background-size:auto,auto,cover;
	position:relative;
}
#onshi #visualbox h2{
	position:absolute;
	width:270px;
	height:202px;
	margin:0 auto;
	top:215px;
	bottom:0;
	left:0;
	right:0;
}
#onshi #visualbox .child{
	width:740px;
	height:146px;
	position:absolute;
	margin:0 auto;
	top:510px;
	bottom:0;
	left:0;
	right:0;
	background-image:url(img/visualbox_bg03_pc.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	box-sizing:border-box;
	padding:22px 0 0 0;
}
#onshi #visualbox .child h3{
	margin:0 0 6px 0;
}
#onshi #visualbox .child p{
	font-size:12px;
	line-height:22px;
	width:640px;
	margin:0 auto;
	color:#191919;
	text-shadow:#FFF 0 0 4px,#FFF 0 0 2px;
}
#onshi #visualbox2{
	width:100%;
	height:400px;
	background-image:url(img/visualbox_bg01_pc.png),url(img/visualbox_bg02_pc.png),url(img/main-visual001_pc.jpg);
	background-position:center top,left bottom,center;
	background-repeat:repeat-x,repeat-x,no-repeat;
	background-size:auto,auto,cover;
	position:relative;
}
#onshi #visualbox2 h2{
	position:absolute;
	width:270px;
	height:202px;
	margin:0 auto;
	top:80px;
	bottom:0;
	left:0;
	right:0;
}
#onshi #onshiinfobox .child01{
	width:80%;
	height:80px;
	box-sizing:border-box;
	float:left;
	background:-moz-linear-gradient(top, #FAFAFA, #E1E1E1);
	background:-webkit-linear-gradient(top, #FAFAFA, #E1E1E1);
	background:linear-gradient(to bottom, #FAFAFA, #E1E1E1);
	border-top:1px solid #FFF;
	border-bottom:1px solid #C8C8C8;
	padding:20px 30px 0 30px;
	color:#191919;
}
#onshi #onshiinfobox .child01 h4{
	font-size:16px;
	line-height:1;
	margin:0 0 6px 0;
}
#onshi #onshiinfobox .child01 p{
	font-size:15px;
	line-height:1.4;
}
#onshi #onshiinfobox .child01_mailform{
	width:100%;
	height:80px;
	box-sizing:border-box;
	float:left;
	background:-moz-linear-gradient(top, #FAFAFA, #E1E1E1);
	background:-webkit-linear-gradient(top, #FAFAFA, #E1E1E1);
	background:linear-gradient(to bottom, #FAFAFA, #E1E1E1);
	border-top:1px solid #FFF;
	border-bottom:1px solid #C8C8C8;
	padding:20px 30px 0 30px;
	color:#191919;
}
#onshi #onshiinfobox .child01_mailform h4{
	font-size:16px;
	line-height:1;
	margin:0 0 6px 0;
}
#onshi #onshiinfobox .child01_mailform p{
	font-size:15px;
	line-height:1.4;
}
#onshi #onshiinfobox .child02{
	width:20%;
	height:80px;
	float:left;
}
#onshi #onshiinfobox .child02 a{
	display:block;
	width:100%;
	height:80px;
	box-sizing:border-box;
	background:-moz-linear-gradient(top, #FF5573, #FF3755);
	background:-webkit-linear-gradient(top, #FF5573, #FF3755);
	background:linear-gradient(to bottom, #FF5573, #FF3755);
	border-top:1px solid #FF6987;
	border-bottom:1px solid #FF2341;
	text-align:center;
}
#onshi #onshiinfobox .child02 a:hover{
	background:-moz-linear-gradient(top, #FF3755, #FF5573);
	background:-webkit-linear-gradient(top, #FF3755, #FF5573);
	background:linear-gradient(to bottom, #FF3755, #FF5573);
	border-top:1px solid #FF2341;
	border-bottom:1px solid #FF6987;
}
/** フッター **/
#footer{
	background-color:#F9F9F9;
	border-bottom:1px solid #E1E1E1;
	text-align:center;
}
#footer p{
	font-size:12px;
	line-height:60px;
	color:#767676;
}
/** NEWS TWITTER **/
#news-twitter_box{
	width:960px;
	margin:0 auto;
	padding:60px 0 80px 0;
}
#news-twitter_box .child01{
	width:600px;
	height:500px;
	float:left;
	box-shadow:0 0 5px rgba(0,0,0,0.35);
	background-image:url(img/news_bg01_pc.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#news-twitter_box .child01 h2{
	width:600px;
	height:50px;
	background-image:url(img/title_bg01_pc.png);
	background-repeat:repeat-x;
	background-position:left top;
}
#news-twitter_box .child01 .child{
	width:600px;
	height:450px;
	overflow:auto;
}
#news-twitter_box .child01 .child section{
	width:540px;
	margin:0 auto;
	padding:30px 0 20px 0;
}
#news-twitter_box .child01 .child section h3{
	color:#FF3654;
	font-size:16px;
	text-align:center;
	border-bottom:1px solid #FF3654;
	margin:0 auto 10px auto;
}
#news-twitter_box .child01 .child section p{
	color:#FF3654;
	font-size:13px;
	text-align:center;
	margin:0 auto 18px auto;
}
#news-twitter_box .child01 .child section img{
	width:400px;
	padding:10px;
	background-color:#FFF;
	margin:0 auto;
	display:block;
	box-shadow:0 0 5px rgba(0,0,0,0.35);
}
#news-twitter_box .child01 .child section p.updateday{
	color:#191919;
	font-size:12px;
	text-align:right;
	border-bottom:1px solid #E1E1E1;
	padding:30px 5px 2px 5px;
}
#news-twitter_box .child02{
	width:320px;
	height:500px;
	float:right;
	box-shadow:0 0 5px rgba(0,0,0,0.35);
}
/** SYSTEM **/
#systembox{
	width:100%;
	background-color:#000;
	background-image:url(img/visualbox_bg01_pc.png),url(img/visualbox_bg02_pc.png),url(img/system-visual_bg_pc.jpg);
	background-position:center top,left bottom,center;
	background-repeat:repeat-x,repeat-x,no-repeat;
	background-size:auto,auto,cover;
	color:#FAFAFA;
	text-align:center;
	padding:40px 0 50px 0;
}
#systembox h2{
	margin:0 0 33px 0;
}
#systembox h3{
	margin:0 0 12px 0;
}
#systembox p{
	font-size:14px;
	line-height:26px;
}
/** ACCESS **/
#accessbox{
	width:960px;
	margin:0 auto;
	padding:60px 0 120px 0;
	text-align:center;
}
#accessbox h2{
	font-size:16px;
}
#accessbox p{
	font-size:16px;
	margin:0 0 14px 0;
}
#accessbox .left{
	float:left;
}
#accessbox #map{
	width:460px;
	height:400px;
	float:right;
	box-sizing:border-box;
	padding:2px;
	background-color:#C8C8C8;
}
#accessbox #map iframe{
	border:none;
}
/** RECRUIT **/
#recruitbox{
	width:100%;
	background-color:#000;
	background-image:url(img/visualbox_bg01_pc.png),url(img/visualbox_bg02_pc.png),url(img/recruit-visual_bg_pc.jpg);
	background-position:center top,left bottom,center;
	background-repeat:repeat-x,repeat-x,no-repeat;
	background-size:auto,auto,cover;
	color:#FAFAFA;
	padding:40px 0 50px 0;
	position:relative;
}
#recruitbox h2{
	text-align:center;
}
#recruitbox p.txt01{
	text-align:center;
	font-size:12px;
	margin:0 0 15px 0;
}
#recruitbox #recruit_lt{
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:200px;
}
#recruitbox .child{
	width:940px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing:border-box;
}
#recruitbox .child table.table01{
	width:920px;
	border-collapse:collapse;
}
#recruitbox .child table.table01 th{
	border:1px solid #FAFAFA;
	width:100px;
	background-color:rgba(255,255,255,0.2);
	font-size:13px;
	font-weight:normal;
	line-height:1.4;
	padding:8px;
}
#recruitbox .child table.table01 td{
	border:1px solid #FAFAFA;
	width:360px;
	font-size:13px;
	line-height:1.4;
	padding:8px;
}
#recruitbox .child table.table01 td p{
	text-align:center;
	font-size:12px;
}
#recruitbox .child table.table01 td span{
	color:#FF0000;
}
#recruitbox .child table.table01 td table.table02{
	width:90%;
	border-collapse:collapse;
	margin:0 auto 30px auto;
}
#recruitbox .child table.table01 td table.table02 th{
	width:10em;
	font-size:12px;
	font-weight:normal;
	line-height:1.4;
	padding:8px;
	border:none;
	border-bottom:1px solid rgba(255,255,255,0.4);
	background:none;
	text-align:right;
}
#recruitbox .child table.table01 td table.table02 td{
	width:auto;
	font-size:13px;
	line-height:1.4;
	padding:8px;
	border:none;
	border-bottom:1px solid rgba(255,255,255,0.4);
	background:none;
}
#recruitbox .child table.table01 td table.table02 td input.width{
	width:100%;
}
#recruitbox .child table.table01 td table.table02 td textarea.width{
	width:100%;
}
#recruitbox .child table.table01 td table.table02 td .sousin,#recruitbox .child table.table01 td table.table02 td .reset{
	height:60px;
	width:50%;
	border:none;
	color:#FFF;
}
#recruitbox .child table.table01 td table.table02 td .sousin{
	background:linear-gradient(#FF5573, #FF3755);
	border-radius: 3px 0 0 3px / 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px / 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px / 3px 0 0 3px;
}
#recruitbox .child table.table01 td table.table02 td .reset{
	background:linear-gradient(#787878,#505050);
	border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
}
#recruitbox .child table.table01 td table.table02 td .sousin:hover{
	background:linear-gradient(#FF3755,#FF5573);
}
#recruitbox .child table.table01 td table.table02 td .reset:hover{
	background:linear-gradient(#505050,#787878);
}
#recruitbox .child table.table01 td table.table02 td .sousin{
	margin:0;
}
#recruitbox .child table.table01 td table.table02 td.center{
	text-align:center;
}
#recruitbox .child table.table01 td table.table02 tr.noborder th{
	border-bottom:none;
}
#recruitbox .child table.table01 td table.table02 tr.noborder td{
	border-bottom:none;
}

/** メールフォーム **/
#mailform{
	width:100%;
	margin:0 auto;
	padding:60px 0 120px 0;
	border-bottom:1px solid #CCC;
}
#mailform blockquote{
	width:860px;
	margin:0 auto;
}
#mailform blockquote .mailform_title{
	font-size:22px;
	margin:0 auto 18px auto;
	padding:0 0 6px 0;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,0.4);
}
#mailform blockquote .msg{
	font-size:18px;
	margin:0 auto 48px auto;
	text-align:center;
}
#mailform blockquote form input{
	height:60px;
	width:50%;
	border:none;
	color:#FFF;
	background:linear-gradient(#FF5573, #FF3755);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:0 auto;
	display:block;
}
#mailform blockquote form input:hover{
	background:linear-gradient(#FF3755,#FF5573);
}
#mailform blockquote table.mailform_error2{
	margin:0 auto 48px auto;
	width:600px;
	font-size:16px;
}
#mailform blockquote table.mailform_error2 th{
	background-color:#D8D8D8;
	width:140px;
	border:1px solid #666;
	padding:10px;
}
#mailform blockquote table.mailform_error2 td{
	border:1px solid #666;
	padding:10px;
}
#mailform blockquote form input.back{
	height:60px;
	width:40%;
	border:none;
	color:#FFF;
	background:linear-gradient(#787878,#505050);
	border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	margin:0 10% 0 0;
	float:rigth;
}
#mailform blockquote form input.back:hover{
	background:linear-gradient(#505050,#787878);
}
#mailform blockquote form input.sousin{
	height:60px;
	width:40%;
	border:none;
	color:#FFF;
	background:linear-gradient(#FF5573, #FF3755);
	border-radius: 3px 0 0 3px / 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px / 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px / 3px 0 0 3px;
	margin:0 0 0 10%;
	float:left;
}
#mailform blockquote form input.sousin:hover{
	background:linear-gradient(#FF3755,#FF5573);
}
}






