@charset "UTF-8";

/* リセット
---------------------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, select, option, textarea, p, table, th, td, button, hr {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img {
	border: 0;
	vertical-align:bottom;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

* html div#wrapper {
	height: 100%;
}

div#wrapper {
	min-height: 100%;
	position: relative;
}

body > #wrapper {
	height: auto;
}

.table_block fieldset {
	border: none;
}

/* リセットここまで
----------------------------------------*/



/* スタイル
---------------------------------------------------------- */
body {
	color: #333333;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	font-size: small;
	font: x-small;
	line-height: 1.7;
	background: #ffffff;
	min-width: 998px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width:100%;
}
h2 {
    border-bottom: solid 2px #839ebb;
    border-left: solid 10px #017fc8;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 10px 5px 20px;
    font-size: 180%;
    color: #000;
}

hr {
	height: 3px;
	background-color:#e70014;
	border: 0;
}

/* a */
a {
	font-weight: bold;
	position: relative;
}
a:link, a:visited {
	color: #1685df;
	text-decoration: none;
}
a:hover, a:active {
	color: #e70014;
	text-decoration: underline;
}
a:focus, *:focus {
	outline:none;
}

select,
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],
input[type="checkbox"],input[type="radio"] {
	padding:5px;
	border: 1px #019FE8 solid;
}

input[type="checkbox"],input[type="radio"] {
	margin: 5px;
}

/* プレースホルダ文字色 */
input::-webkit-input-placeholder{
	color: #444;
}
input:-ms-input-placeholder{
	color: #444;
}
input::-moz-placeholder{
	color: #444;
}
input[type="button"]{
	padding:6px 10px;
	border-radius: 4px;
	background:#f1f1f1;
	color: #666666;
    box-shadow: 0px 1px 0px 1px #a9a9a9; 
    -moz-box-shadow: 0px 1px 0px 1px #a9a9a9; 
    -webkit-box-shadow: 0px 1px 0px 1px #a9a9a9; 
}

/* dl dt dd */
dt {
	padding-top:10px;;
	padding-left:21px;
	font-weight: bold;
	font-size:130%;
}
dd{
	padding-left:20px;
	padding-bottom:15px;
	border-bottom: 2px #D6D6D6 solid;
}

@media screen and (max-width: 736px) {
	body {
		min-width: 300px;
		height: 100%;
		font-size: 12px;
	}
	img {
		width: 100%;
	}
}

/* 汎用クラス
---------------------------------------------------------- */
@media screen and (min-width: 736px) {
/* SPだけ表示 */
	.visible_s {
		display: none !important;
	}
}
@media screen and (max-width: 736px) {
/* PCだけ表示 */
	.visible_l {
		display: none !important;
	}
}
/* clearfix */
.clearfix { zoom:1; }
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/* float */
.float_l {
	float: left;
	display: inline;
	zoom: 1;
}
.float_r {
	float: right;
	display: inline;
	zoom: 1;
}
.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }

/*font-size*/
.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontn { font-weight: normal !important; }
.fontb { font-weight: bold !important; }

.color_red {color:#e70014 !important;}
.color_blue {color:#255099 !important;}

.bg_white {background-color:#FFF !important;}

.bg_gray {background-color:#eee !important;}

/* 横並び分割表示 共通 */
.col2_box:after ,
.col3_box:after ,
.col4_box:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.col2_box .col_box:nth-child(2n) ,
.col3_box .col_box:nth-child(3n) ,
.col4_box .col_box:nth-child(4n) {
	margin-right:0;
}
.col2_box img ,
.col3_box img ,
.col4_box img {
	max-width: 100%;
}

/* 横並びに2分割された表示 */
.col2_box .col_box {
	float:left;
	width: 49.46%;
	margin-right: 10px;
	display: block;
    zoom: 1;
}

/* 横並びに3分割された表示 */
.col3_box .col_box {
	float:left;
	width: 32.3333333%;
	margin-right:1.5%;
	display: inline;
    zoom: 1;
}

/* 横並びに4分割された表示 */
.col4_box .col_box {
	float:left;
	width: 23.875%;
	margin-right:1.5%;
	display: inline;
    zoom: 1;
}


/* button装飾 */
button{
	cursor: pointer;
	cursor: hand;
}
button.button_white,
button.button_red {
	padding:5px 10px;
	max-width:45%;
	font-weight: bold;
	font-size:130%;
	border: 1px solid #e70014;
	border-radius: 6px;
}
button.button_white {
	color:#333;
	background: #FFF;
	border-color:#ccc;
}
button.button_red {
	color:#FFF;
	background: #e70014;
	border-color:#e70014;
}


/*余白
----------------------------------------*/
/*top*/
.mt0{ margin-top: 0px !important; }
.mt03{ margin-top: 3px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt45{ margin-top: 45px !important; }
.mt50{ margin-top: 50px !important; }
.pt0{ padding-top: 0px !important; }
.pt05{ padding-top: 5px !important; }
.pt10{ padding-top: 10px !important; }
.pt15{ padding-top: 15px !important; }
.pt20{ padding-top: 20px !important; }
.pt25{ padding-top: 25px !important; }
.pt30{ padding-top: 30px !important; }
.pt40{ padding-top: 40px !important; }
.pt50{ padding-top: 50px !important; }

/*bottom*/
.mb0{ margin-bottom: 0px !important; }
.mb05{ margin-bottom: 5px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb15{ margin-bottom: 15px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb25{ margin-bottom: 25px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb40{ margin-bottom: 40px !important; }

/*right*/
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.mr1em{ margin-right: 1em !important; }
.mr2em{ margin-right: 2em !important; }

/*left*/
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.ml1em{ margin-left: 1em !important; }
.ml2em{ margin-left: 2em !important; }


/*サイズ
----------------------------------------*/
.w35per {width: 35% !important;}
.w50per {width: 50% !important;}
.w100per {width: 100% !important;}


/* 固有クラス
---------------------------------------------------------- */

#wrapper {
	width:100%;
	margin:0 auto;
}
#contents {
	width:998px;
	min-height: 700px;
	margin:0 auto;
}
@media screen and (max-width: 736px) {
	#contents {
		width:100%;
	}
}

/* ヘッダー部分 ******************/
.header_block {
	background-color: #00a1e9;
	width: 100%;
	padding-bottom: 20px;
}
.head_img{
	max-width: 1200px;
	margin: 0 auto;
}
.head_img img{
	border-radius: 0 0 50px 50px;
	box-shadow: 2px 2px 4px #003d79;
}

/* キャッチ！ */
.catch_copy {
	z-index: 1;
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: right;
}
.catch_copy span {
	font-size: 250%;
	font-weight: bold;
	background: linear-gradient(transparent 10%, #fff100 50%);	
	color:#00a1e9;
	padding: 0 0.1em;
}

/* タイトルとアピールポイントの枠 */
.event_title{
	z-index: 1;
	position: absolute;
	top: 60px;
	width: 55%;
	right: 0;
}
.event_title img{
	width: 75%;
	position: relative;
	top: -50px;
	border-radius: 0;
	box-shadow: none;
}
.txstyle_circle{
	position: relative;
	display: inline-block;
	width: 20%;
	height: 130px;
	background: #fff100;
	border-radius: 50%;
	margin: 10px;
	box-shadow: 2px 2px 4px #003d79;
}
.txstyle_circle span {
	position: absolute;
	display: inline-block;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#00b0f0;
	font-size: 220%;
	font-weight: bold;
	width :125px;
	text-align:center;
	line-height: normal;
}
.txstyle_pink{
	color:#e7467d;
}
.txstyle_center{
	text-align: center;
}


@media screen and (max-width: 736px) {
	.head_img img{
		border-radius: 0 0 5px 5px;
		box-shadow: none;
	}
	.catch_copy {
		top: 0;
	}
	.catch_copy span {
		font-size: 100%;
	}
	.event_title{
		position:relative;
		top: 0;
		width: 100%;
		right: 0;
	}
	.txstyle_circle{
		width: 40%;
	}
	.txstyle_circle span {
		left: 10px;
		font-size: 200%;
	}

}

header .header_inner {
	width: 998px;
	margin: 0 auto;
	margin-bottom: 10px;
}

header .col3_box .col_box {
	width: 33.1%;
	min-height: 40px;
	margin-right: 3px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

header .header_inner .bg_bl a {
	display: block;
	background: #020a61ca;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}

header .header_inner .bg_bl a:hover {
	background: #fff;
	color: #020a61ca;
	border: 3px solid #020a61ca;
	padding: 12px;
}

header .header_inner .bg_w a {
	display: block;
	background: #fff;
	color: #020a61ca;
	border: 3px solid #020a61ca;
	padding: 12px;
	display: block;
	text-decoration: none;
}

header .header_inner .bg_w a:hover {
	background: #020a61ca;
	color: #fff;
}

header .header_inner .bg_g {
	background: #ddd;
	padding: 15px;
	color:#262626;
}

#block1{
	color:#000;
	background: #FFF;
}
.inner{
	padding: 40px 0;
	padding-top: 0;
}

footer {
	margin-top: 30px;
	border-top: 2px solid #e50112;
	font-size:120%;
}

.footer_inner{
	width: 998px;
	margin: 0 auto;
	color:#000;
	padding: 20px 0px;
	background: #FFF;
}
.foot_text{
	font-weight: bold;
	margin-left:20px;
	text-align: left;
	font-size:120%;
}

@media screen and (max-width: 736px) {
	h2 {
		font-size: 165%;
	}

	.inner{
		padding: 10px 0;
		padding-top: 0;
	}
	.inner p{
		padding:0 10px;
	}
	
	header .header_inner,
	.footer_inner {
		width: 100%;
	}
	
	header .col2_box .col_box {
		width: 100%;
		min-height: 0;
	}

	.footer_inner{
		padding: 20px 1%;
		background: #FFF;
		height: auto;
	}

}

.textarea {
	width: 94%;
	margin: 30px auto;
}


/* 総合トップ */

.information h2 {
	border: none;
	text-align: center;
	margin: 30px 30px 0px;
	font-size: 27px;
}

.information .col2_box {
	width: 100%;
	display: flex;
	margin-bottom: 25px;
}


.information .col2_box .col_box {
	border-radius: 10px;
	padding: 15px;
	font-size: 16px;
	text-align: center;
}

.information .col2_box .link {
	padding: 0;
}

.information .col2_box .link a {
	display: block;
	padding: 15px;
	color: #333;
}

.information .col2_box .link a:hover {
	text-decoration: none;
}

.information .col2_box .link .commmingSoon {
	display: block;
	padding: 15px;
	color: #333;
}

.information .data {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

.information .recruiting {
	font-size: 15px;
	font-weight: bold;
/*	text-decoration: underline;*/
}

.information .finish {
	text-decoration: underline;
}

.information .c_entry {
	color: #000867;
	margin-bottom: 10px;
}

.information .j_entry {
	color: #ff0000;
	font-size: 130%;
	font-weight: bold;;
	margin-bottom: 15px;
}

.information .site_link {
	display: block;
	padding: 5px 15px;
	text-decoration: unset;
	color: #fff;
}

.information .col2_box .link a:hover .site_link {
	background: #fff;
	padding: 3px 13px;
}

.youkou{
    border: 1px dotted;
    padding: 20px 20px;
    font-size: 20px;
}

@media screen and (max-width: 736px) {
	.youkou{
    margin:0px 10px;
	}
}
/* 飲食・宿泊・サービス業 */
.information .col2_box .col_box.service {
	border: solid 3px #006D38;
	background: #e3ffdf;
}

.information .service .site_link {
	background: #006D38;
}

.information .col2_box .service a:hover .site_link {
	border: solid 2px #006D38;
	color: #006D38;
}

/* 介護、建設、運輸、警備等 */
.information .col2_box .col_box.other {
	border: solid 3px #f3820d;
	background: #fff7e8;
}

.information .other .site_link {
	background: #f3820d;
}

.information .col2_box .other a:hover .site_link {
	border: solid 2px #f3820d;
	color: #f3820d;
}

/* IT関連職種 */
.information .col2_box .col_box.it {
	border: solid 3px #0186cb;
	background: #dff5ff;
}

.information .it .site_link {
	background: #0186cb;
}

.information .col2_box .it a:hover .site_link {
	border: solid 2px #0186cb;
	color: #0186cb;
}

.information .commingsoon {
	font-size: 25px;
	font-weight: bold;
}

.information .uij_turn {
	right: -10px;
	top: -10px;
	width: 150px;
	height: 68px;
	position: absolute;
	background: #f3820d;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	padding: 13px 0px;
	border: solid 2px #f3820d;
	border-radius: 50%;
}

.information .interview {
	right: -10px;
	top: -10px;
	width: 150px;
	height: 68px;
	position: absolute;
	background: #006D38;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	padding: 11px 0px;
	border: solid 2px #006D38;
	border-radius: 50%;
}

.appeal_info {
	display: flex;
	justify-content: center;
}
.appeal_point{
	border-radius: 0 0 30px 30px;
	background:#fff100;
	color:#00a1e9;
	font-size:300%;
	font-weight: bold;
	max-width: 500px;
	padding:20px 50px;
	margin: 0 50px;
	box-shadow: 2px 2px 4px #003d79;
}
@media screen and (max-width: 736px) {
	.appeal_point{
		border-radius: 0 0 20px 20px;
		font-size:300%;
		padding:10px 10px;
		margin: 0 5px;
	}
}

/*=====================================
a.PDFリンク
=====================================*/
a[href$=".pdf"]:before {
	content:" ";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/Adobe_PDF_file_icon_24x24.png) no-repeat;
}
/*=====================================
a.Excelリンク
=====================================*/
a[href$=".xlsx"]:before {
	content:" ";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/imgicon_excel.png) no-repeat;
}
  

@media screen and (max-width: 736px) {
	.information .col2_box {
		display: block;
		margin: 10px 5px;
	}

	.information .col2_box .col_box {
		width: 95%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.information .uij_turn {
		right: -10px;
		top: -10px;
		width: 150px;
		height: 60px;
		font-size: 15px;
		padding: 8px 0;
	}
}