@charset "utf-8";
/*html5doctor.com Reset Stylesheet v1.4 2009-07-27 Author: Richard Clark - http://richclarkdesign.com*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration: line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}

/*font*/
@font-face{
	font-family:'mofuji';
	src:url('../fonts/mofuji.woff') format('woff'),url('../fonts/mofuji.woff2') format('woff2');
}

/*
common
*/
html{
	padding:0;
	margin:0;
	height: 100%;
}
body{
	width:100%;
	height: 100%;
	min-width:320px;
	padding:0;
	margin:0;
	position:relative;
	overflow-x: hidden;
	overflow-y: auto;
	color:#c85179;
	background:url(../img/bg_body.jpg) no-repeat center top fixed #fff;
	background-size: cover;
	-webkit-background-size: cover;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	text-align: center;
	font-size: 16px;
}
a{color: #e9546b;}


#enter{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#enter > div{
	position: absolute;
	top: 50%;
	left:0;
	box-sizing:border-box;
	padding: 16px;
	margin: -100px 10% 0;
	width:80%;
	line-height: 1.8;
	background: rgba(255,255,255,0.6);
	text-align: right;
}

#april{
	box-sizing:border-box;
	padding: 16px;
	margin: 100px 10%;
	width:80%;
	line-height: 1.8;
	background: rgba(255,255,255,0.6);
	text-align:left;
}
#april:after{
	display: block;
	clear: both;
	content: "";
}
#april .sec01{
	width:100%;
	height: 500px;
	margin-bottom: 50px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;
}
#april .sec02{
	clear: both;
	width: 100%;
}
.topLogo{
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: bold;
}
#total{
	font-size: 10px;
	position: absolute;
	bottom: 16px;
	right: 16px;
	color: #333;
}
.copy{
	margin-top: 1rem;
	font-size: 11px;
	text-align: right;
}


section p,
section dl {
	margin-left:2rem;
}
section .recruitTbl dt{
	font-size:1.1rem;
	text-decoration:underline;
}
section dd {
	margin:0 0 0.5rem 0.5rem;
}
section dl.tbl:after{
	display:block;
	clear:both;
	content:"";
}
section dl.tbl dt {
	display:block;
	width:6rem;
	float:left;
	clear:both;
}
section dl.tbl dd {
	display:block;
	margin-left:4.5rem;
}
section ul ul li{
	margin-left:1rem;
}


@media screen and (min-width:769px){
	#enter > div{
		position: absolute;
		top: 50%;
		left:0;
		width:auto;
		padding: 16px;
		margin: -100px 10% 0 30%;
		line-height: 1.8;
		background: rgba(255,255,255,0.6);
		text-align: right;
	}
}
