@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);

/* ===================================================================================================================================================

  BASE

=================================================================================================================================================== */
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	overflow-x: hidden;
	background-color: #FFF;
	-webkit-text-size-adjust:100%
}
@media print, screen and (min-width: 769px) {
body {
	font-size: 14px;
}
}
img, object, embed, video {
	max-width: 100%;
}
img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	height: auto;
}
/*a,
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #09C;
}*/
a:visited {
	color: #09C;
}
a:hover {
	color: #DC0000;
}
a:hover {
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.boxsizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#headersection:after,
div:after,
ul:after {
	content: "";
	display: table;
	clear: both;
}
/* ===================================================================================================================================================

  見だし

=================================================================================================================================================== */
h1 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 24px;
	position: relative;
	font-weight: bold;
	line-height: 120%;
}
@media only screen and (min-width: 481px) {
h1 {
	font-size: 40px;
}
}
h1 span:after {
	content:"";
	display:block;
	border-bottom:2px solid #C00;
	width:40px;
	position:absolute;
	bottom:0;
	left:0;
}
h2.catch {
	font-size: 20px;
	line-height: 1.8;
	border-left: 6px solid #C00;
	padding-left: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2.jobinfo {
	position: relative;
	font-size: 22px;
	background-color: #0E0E0E;
	color: #FFF;
	padding-right: 0;
	padding-left: 30px;
	margin-bottom: 20px;
	line-height: 42px;
	height: 42px;
	font-weight: bold;
}
h2.jobinfo span:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 10px;
	border-radius: 5px;
	background-color: #FF9;
	left: 10px;
	top: 6px;
	content: "";
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	clear: both;
	background-color: #333;
	padding: 6px 10px;
	color: #FFF;
}
h4 { font-size:1.2em; font-weight:bold; background-color:#eee; padding:6px 10px;}
/* ===================================================================================================================================================

  TEXTスタイル

=================================================================================================================================================== */
.txtint-h2 {
	padding-left: 24px;
	margin-bottom: 30px;
	padding-top: 0px;
}
.ta__l { text-align:left !important;}
@media print, screen and (min-width: 481px) {
.pc_none { display:none;}
}
/* ===================================================================================================================================================

  header/footer/container

=================================================================================================================================================== */
#headersection,
#footesection {
	background-color: #646E71;
	padding: 10px 0;
}
#headerinner {
	max-width: 980px;
	width:96%;
	margin: 0 auto;
	text-align: left;
}
#logotype {
	display: none;
}
#footesection {
	font-size: 12px;
	color: #FFF;
}
#container {
	max-width: 980px;
	width: 96%;
	text-align: left;
	padding: 40px 0 0 0;
	margin: 0 auto;
}
ul#bt-thanksTop {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
ul#bt-thanksTop li a{
	display: inline-block;
	font-size: 24px;
	text-decoration: none;
	border: 1px solid #CCC;
	line-height: 44px;
	color: #000;
	height: 44px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
@media only screen and (min-width: 481px) {
#logomark {
	float: left;
}
#logotype {
	float: right;
	padding: 8px 0;
	display: block;
}
#container {
	padding: 80px 0 0 0;
}
}
/* ===================================================================================================================================================

  ページTOP

=================================================================================================================================================== */
#pgToparea {
	height: 40px;
	margin-top: 24px;
	text-align: center;
}
#pgTop a {
	background-color: #646E71;
	height: 40px;
	border-radius: 100px 100px 0 0;
	font-size: 8px;
	color: #FFF;
	width: 100px;
	text-decoration: none;
	padding-top: 10px;
	line-height: 140%;
	display: inline-block;
	text-align: center;
}
@media only screen and (min-width: 481px) {
#pgToparea {
	height: 40px;
	margin-top: 24px;
	padding-left: 50px;
	text-align: right;
}
}
/* ===================================================================================================================================================

  募集情報/応募情報

=================================================================================================================================================== */
.bg__color { background-color:#C00; color:#FFF; font-weight:bold; display:inline-block; padding:2px 10px; margin:4px 0;}
dl#job-detail{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: none;
	background: #ddd;
	margin-bottom: 50px;
}
dl#job-detail dt{
	padding:0.7em;
	border-top:1px solid #ccc;
}
dl#job-detail dd{
	padding:0.7em;
	border-top:1px solid #ccc;
	background:#fff;
}
dl#job-detail dd:after{
	clear:both;
}
#job-detail ol>li:first-child:before {
   content: "\2460";
}
#job-detail ol>li:first-child+li:before {
   content: "\2461";
}
#job-detail ol>li ul li {
	list-style-type: square;
	margin-left: 1.5em;
	text-indent: 0em;
	padding-left:0em;
}
#job-detail ol>li ul li.linone {
	list-style-type: none;
	margin-left: 0em;
}
#job-detail .int{
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 0em;
}
#job-detail .int1em{
	text-indent: -1em;
	padding-left: 1em;
}
#job-detail .int2{
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: -1em;
}
dl#process {
	margin: 10px 0 0 10px;
}
dl#process dt,
dl#process dd {
	border: none !important;
}
dl#process dt {
	color: #FFF;
	background-color: #000;
	width: 4em !important;
	padding: 0.25em 1em;
	white-space: nowrap;
	overflow: hidden;
}
dl#process dt span {
	letter-spacing: 2em;
}

dl#process dd {
	margin-left: 0em !important;
	padding-top: 0.25em;
	padding-bottom: 40px;
	margin-bottom:10px;
	position: relative;
}
dl#process dd:after{
	clear:both;
}
dl#process dd span:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 3em solid transparent;
	border-right: 3em solid transparent;
	border-top: 30px solid #CCC;
	bottom: 0px;
	position: absolute;
	left: 0em;
}
dl#process dd span span.days {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
ol.pledge { margin:20px;}
ul.pledge-check { margin:20px;}
.pledge-txt {
	margin: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
dl#job-detail dt{
	width:11em;
	float:left;
}
dl#job-detail dd{
	margin-left:12.4em;
	border-left:1px solid #ccc;
}
dl#process dd span span.days {
	display: inline-block;
	margin-left: 2em;
}
#job-detail ol>li ul li {
	margin-left: 2.5em;
}
#job-detail ol>li ul li.linone {
	margin-left: 1em;
}
#job-detail .int{
	margin-left: 1em;
}
#job-detail .int2{
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 0em;
}
dl#process {
	margin: 10px 0 0 10px;
}
dl#process dt {
	float: left;
}
dl#process dd {
	margin-left: 6em !important;
	padding-bottom: 45px;
}
dl#process dd span:before {
	left: -6em;
}
ol.pledge { margin:20px 40px!important; }
ul.pledge-check { margin: 20px 40px!important;}
.pledge-txt {
	margin:20px 40px!important;
	text-indent: 0;
	padding-left: 0;
	text-align:right;
}
}
/* ===================================================================================================================================================

  サンクスページ

=================================================================================================================================================== */
div.snsSection dl {
	float: left;
	width: 47%;
	margin-left: 6%;
}
div.snsSection dl:nth-child(odd) {
	margin-left: 0px;
}
div.snsSection dl dt {
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #0E0E0E;
	font-size: 18px;
	border-top: 2px solid #0E0E0E;
	border-bottom: 1px solid #CCC;
}
div.snsSection dl dd ul {
	margin: 0 0 10px 0;
}
div.snsSection dl dd ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	display: block;
	text-decoration: none;
}
.fb a {
	color: #425F95;
}
.tw a {
	color: #00AEEF;
}
.fb a:hover {
	background-color: #F2F7FF;
}
.tw a:hover {
	background-color: #F2FCFF;
}
@media print, screen and (min-width: 481px) {
div.snsSection dl {
	width: 22%;
	margin-left: 4%;
}
div.snsSection dl:nth-child(4n+1) {
	margin-left: 0px;
}
div.snsSection dl:nth-child(3) {
	margin-left: 4%;
}
div.snsSection dl:last-child{
	margin-left: 4%;
}
div.snsSection dl dt {
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #F2F2F2;
	font-size: 16px;
	border-top: 2px solid #0E0E0E;
}
div.snsSection dl dd ul {
	margin: 0 0 10px 0;
}
div.snsSection dl dd ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	display: block;
	text-decoration: none;
}
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
a[href^="tel:"]{
	color:#000;
	text-decoration:none;
}
