@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body, div, p {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style-type:none;
	list-style-image: url(data:0);
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
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;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height:0;
	width:100%;
	height:auto;
}

em {
	font-style:normal;
	font-weight:bold;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}

html{
box-sizing: border-box;
}
*, *:before, *:after{
box-sizing: inherit;
}
/* web font
------------------------------------------------- */
/*
html {
	visibility: hidden;
	overflow-y:hidden;
}

html.wf-active,
html.loading-delay {
	visibility: visible;
	overflow-y:scroll;
	animation: fadeIn 2.6s ease;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {

		opacity: 1;
	}
}
html #corp h1 {
	visibility: hidden;
}
html.wf-active #corp h1 {
	visibility: visible;
}
*/

/* Google Fonts */
/*
* "Roboto" licensed under the Apache License, Version 2.0
* https://fonts.google.com/specimen/Roboto
* https://www.google.com/fonts/attribution
* http://www.apache.org/licenses/LICENSE-2.0
*/


/* サイト共通
------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	}
	@media screen and (max-width: 320px) {
	html { font-size: 54.6875%; }
}
body {
	width: 100%;
/*	height: 100%;*/
	font-size: 100%;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500; /*  游ゴシックの場合 */
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}


/* ヘッダ
============================ */
header {
}
#global-header {
	border-bottom: solid 1px #eee;

}

#global-header .wrap {
	display: flex;
	top: 0;
	height: 72px;
	align-items: center;
	width: 100%;
	line-height: 1.4;
	background: #fff;
	padding: 6px 16px;
	z-index: 10;
}
#global-header .wrap p {
	margin: 0;
	font-size:14px;
	font-weight: bold;	
}
#global-header .wrap .logo img {
	width: 206px;
}
#global-header h1 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0 16px;
	align-items: center;
	z-index: 3;
}
#global-header h1 a {
	width: auto;
	height: 40px;
	margin: 0;
	transition: 0.2s ease;
}
#global-header h1 a, header h1 a:hover {
	text-decoration: none;
	color: #333;
}
#global-header h1 a img {
	width: auto;
	height: 40px;
	vertical-align: top;
}
#global-header h1 span {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	white-space: nowrap;
}
#global-header .slogan {
	position: relative;
	color: #538fcb;
	margin: 0 auto 0 0;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.2em;
	transition: 0.2s ease;
	transform: scale(0.9);
	transform-origin: 0 50%;
	flex: 1 1 auto;
	z-index: 3;
}
@media screen and (min-width: 737px) {
	body {
	margin:100px 0 0;
	}
	body::before {
	border-top: none;
	}
	#global-header {
		position: fixed;
		height: 100px;
	/*	min-width: 1100px;*/
		padding-top: 0;
		top: 0;
		width: 100%;
		z-index: 20;
		background: #fff;
	}
	#global-header .wrap {
		width:1100px;
		height:100%;
		margin:0 auto;
		padding:0;
	}
	#global-header .wrap .logo img {
		width: 340px;
	}
	#global-header h1 {
		margin: 0 40px;
		font-size:14px;
	}

	#global-header h1 a {
		width: auto;
		height: 100px;
		display: flex;
		align-items: center;
	}
	#global-header h1 a img {
		height: 90px;
	}
}
/* フッタ
============================ */
footer {
}
#global-footer {
	position: relative;
	display: flex;
	height: 100px;
	height: 100px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-end;
	padding: 0 20px 10px;
	left: 0;
	right: 0;
	bottom: 0;
}
#global-footer .logo {
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0,0);
	flex: 0 0 auto;
	margin: 0 15px 5px 0;
}
#global-footer .logo img {
	width: 100px;
}
#global-footer .foot-nav {
	list-style: none;
	margin: 0 0 5px;
	display: flex;
	flex-direction: column;
}
#global-footer .foot-nav li {
	margin: 0 15px 0 0;
	font-size: 1.0rem;
	line-height: 1.8;
}
#global-footer .foot-nav li a {
	transition: color 0.2s 0s ease, background-color 0.2s 0s ease, border-color 0.2s 0s ease;
	color: #000;
	text-decoration: none;
}
/* PageTop */
#pageTop {
/*	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;*/
	position: absolute;
	font-size: 12px;
	bottom: 0;
	right: 13px;
	color: #fff;
	background: #e60000;
	padding: 7px 18px 7px 19px;
	z-index: 1;
	margin:0;
}
#pageTop a {
color: #fff;
    text-decoration: none;
line-height: 24px;
/*	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	z-index: 999;
	text-indent: -9999px;
	border-radius: 50%;
	background: #e60000;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;*/
}
#pageTop a::after {
/*	display: block;
	content: "";
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
}
#global-footer p.copyright {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 200;
	letter-spacing: 0.1em;
	margin:0 0 5px;
}
/*
#global-footer .pageup {
	position: absolute;
	bottom: 0;
	right: 13px;
	font-size: 1.2rem;
	background: #e60000;
	padding: 7px 18px 7px 19px;
	margin: 0;
	z-index: 10;
	line-height:2;
}


#global-footer .pageup a {
	color: #fff;
	text-decoration: none;
	line-height: 2;
}
*/

@media screen and (min-width: 737px) {
	#global-footer {
		position: relative;
		display: flex;
		height: 200px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content:stretch;
		left: 0;
		right: 0;
		bottom: 0;
	}
	#global-footer .logo {
		position: absolute;
		top: 50%;
		left: 50px;
		transform: translate(0,-50%);
	}
	#global-footer .logo img {
		width: 160px;
	}
	#global-footer .foot-nav {
		flex-direction: row;
		margin: 0 0 10px;
	}
	#global-footer .foot-nav li {
		margin: 0 15px;
		font-size: 1.3rem;
		line-height: 2.2;
	}
	#global-footer p.copyright {
		font-size: 1.2rem;
		margin: 0;
	}
}
/* ナビ
============================ */
nav {
}

/* VisualArea
============================= */
#visualArea {
	position: relative;
	width: 92%;
	height: 110px;
	overflow:hidden;
	margin:48px auto 8px;
/*	text-align: center;
	opacity: 1;
	background-image: url(../images/visual.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
*/
}
#visualArea::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	opacity: 1;
	background-image: url(../images/visual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index:1;
}
#visualArea.none::before {
	background: transparent;
}
#visualArea.none::after {
	background-image: none;
}

#visualArea.typeA::after {
	background-image: url(../images/visual.jpg);
}
#visualArea.typeB::after {
	background-image: url(../images/visual02.jpg);
}
#visualArea.typeC::after {
	background-image: url(../images/visual03.jpg);
}
#visualArea.typeD::after {
	background-image: url(../images/visual04.jpg);
}
#visualArea.typeE::after {
	background-image: url(../images/visual05.jpg);
	background-position: top center;
}
#visualArea::before {
	content: "";
	position: absolute;
	width:100%;
	height:110px;
	background:rgba(80,80,80,0.2);
	top:0;
	left:0;
	z-index:10;
}
#visualArea h2 {
	text-align: center;
	display: block;
	font-weight: bold;
	width: 100%;
	position: absolute;
	font-size:1.8rem;
	letter-spacing: 0.1em;
	color:#fff;
	left:50%;
	top:60px;
	transform:translate(-50%, 0);
	z-index:15;
}
#visualArea h2 span {
	font-size:4.2rem;
	position:absolute;
	top:-50px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#fff;
	right:50%;
	transform:translate(50%, 0);

}
#visualArea.none h2{
	color:#333;
}
#visualArea.none h2 span {
	color:#333;

}
/*
#visualArea.typeB h2,
#visualArea.typeB h2 span {color:#333;}
*/
@media screen and (min-width:1025px) {
	#visualArea {
		max-width: 1100px;
		margin: 0 auto;
		height: 200px;
	}
	#visualArea::before {
		height: 200px;
	}
	#visualArea::after {
		height: 200px;
	}
	#visualArea.typeA::after {
		background-image: url(../images/visual.jpg);
	}
	#visualArea h2 {
		top:120px;
	}
}
/* システムエリア
============================ */
#systemArea {
	position: relative;
	font-size: 1.6rem;
	width: 86%;
	margin: 0 auto;
	text-align: left;
}
	@media screen and (min-width:1025px) {
	#systemArea {
		max-width: 1100px;
	}
}
#systemArea h1 {
	font-size: 26px;
	margin: 2em 0;
	text-align: center;
}
#systemArea p {
	margin: 0;
}


#systemArea .msgArea, #systemArea .zeroArea {
	font-size: 1.4rem;
	padding: 20px;
	width: 100%;
	margin: 30px 0 20px;
	box-sizing: border-box;
	text-align: left;
}
#systemArea .msgArea {
	background: #f6f6f6;
}
@media screen and (min-width: 737px)
#systemArea .msgArea, #systemArea .zeroArea {
	margin: 60px 0 20px;
	font-size: 1.6rem;
}
/* 改行
------------------------------------------------- */
/* スマホだけ改行 */
br.sp { 
display: block;
	}
	@media screen and (min-width:768px) {
	br.sp {
	display: none;
	}
}
/* スマホ＋タブレットだけ改行 */
br.sptb { 
display: block;
	}
	@media screen and (min-width:1025px) {
	br.sptb {
	display: none;
	}
}
/* タブレット＋PCだけ改行 */
br.tbpc { 
display: none;
	}
	@media screen and (min-width:768px) {
	br.tbpc {
	display: block;
	}
}
/* PCだけ改行 */
br.pc { 
	display: none;
	}
	@media screen and (min-width:1025px) {
	br.pc {
	display: block;
	}
}

.nojobmsg {
	margin:80px auto;
	width:100%;
	box-shadow:0px 0px 0px 20px #fafafa inset;
	border:1px solid #dddddd;
	line-height: 1.5;
	background: #fff;
	padding: 10px;
	display: flex;
	text-align:center;
	justify-content:center;
	align-items: center;
	height:100px;
}
/* 検索
============================ */
.searchTable dt {
	font-size: 1.6rem;
	margin: 1.6rem 0;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}
.searchTable {
	width:100%;
}
.searchTable .listButton {
	display:flex;
	flex-wrap :wrap;
}
.searchTable .listButton li {
	font-size: 0;
	flex-basis: auto;
}
.btnWrap {
	text-align:center;
	margin:30px 0 20px;
}
.btnWrap button {
	padding:1rem 2rem;
	border-style: none;
	color:#fff;
	font-weight: bold;
	text-align:center;
	width:160px;
	background: #e60000;
}
#resultMsg {
	border:1px solid #ccc;
	padding:1rem 0;
	margin:0 0 20px;
}
#resultMsg span {
	display:block;
}
.searchArea {
	margin:30px 0 0;
}
.searchArea .resetArea {
	text-align:center;
}
.searchArea .resetArea button {
	padding:0.5rem 2rem;
	font-size:1.2rem;
	border-style: none;
	color:#fff;
	font-weight: bold;
	text-align:center;
	width:160px;
	background: #666;
}
.resultlen {
	text-align:center;
	margin:2rem 0;
}
@media screen and (min-width:1025px) {
	.searchTable {
		width:100%;
		overflow: hidden;
		border-top: 1px solid #e7e7e7;
		background:#fafafa;
	}
	.searchTable:last-of-type {
		border-bottom: 1px solid #e7e7e7;
	}
	.searchTable dt {
		width:240px;
		float: left;
		margin:0;
		padding: 24px 10px 0;
		box-sizing: border-box;
		border-top: none;
		border-bottom: none;

	}
	.searchTable dd {
		margin-left: 240px;
		padding: 20px;
		background:#fff;
	/*	background:#f5f5f5;*/
	}
	.searchTable dd:after{
		display: block;
		content: "";
		clear: both;
	}
	.btnWrap button {
		cursor: pointer;
		width:240px;
		transition: .6s;
	}
	.searchArea .resetArea button {
		font-size: 1.4rem;
		text-align:center;
		padding: 1rem 0;
		cursor: pointer;
		transition: .6s;
	}
	.btnWrap button:hover,
	.searchArea .resetArea button:hover {
		opacity:0.7;
	}
}
@media screen and (min-width:1025px) and (-ms-high-contrast:none) {
	.searchTable .listButton {
/*	width:898px;	*/
	}
}

/* 入力欄、セレクトボックス */

#systemArea input[type="text"],
#systemArea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックス */
#systemArea label {
	font-size:1.3rem;
	padding:0 15px 0 25px;
	cursor: pointer;
	position: relative;
	border:none;
	color:#333;
	box-shadow:none;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	min-height:14px;

}
#systemArea label[for^="f_check_"]:not(.nobox):before {
	content: '';
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	left: 0;
	top: 4px;
	border: 1px solid #d2d2d2;
	z-index: 4;
}
#systemArea label[for^="f_check_"]:not(.nobox):after {
	content: '';
	position: absolute;
	top: 7px;
	left: 6px;
	display: block;
	width: 5px;
	height: 8px;
	border-right: 2px solid #01224f;
	border-bottom: 2px solid #01224f;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 2;
}
#systemArea input[type="checkbox"] {
	font-size: 1.4rem;
	width: 1em;
	height:1em;
	position: absolute;
	left: -40px;
	top:5px;
	display: block;
	box-shadow: 41px 0px #fff;
	z-index: 3;
	margin: 0px;
	padding: 0px;
}


#systemArea label input[type="checkbox"]:checked {
	background:#fff;
	z-index:1;
}

@media screen and (min-width:1025px) {
	#systemArea label {
		font-size:1.6rem;
	}

}

/* TypeB */
#systemArea .typeB dl.jobs dt {
	position: relative;
	width: 100%;
	color:#fff;
	background: #4a6692;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 60px 12px 20px;
	box-sizing: border-box;
}
#systemArea .typeB dl.jobs dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	background: #8599b7 url(../images/icon_open.png) no-repeat center center;
	background-size: 16px 16px;
/*	transition: all 0.2s;*/
}
#systemArea .typeB dl.jobs dt.active:after {
	background: #8599b7 url(../images/icon_close.png) no-repeat center center;
	background-size: 16px 2px;
/*	transition: all 0.2s;*/
}
#systemArea .typeB dl.jobs dd ul li {
	background: #ecf0f1;
}
#systemArea .typeB dl.jobs dd ul li:nth-child(even) {
	background: #e3e6ea;
}


/* input */
#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
	font-size:1.3rem;
	line-height:1.2;
	cursor: pointer;
	position: relative;
	color:#333;
	box-shadow:none;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	min-height:14px;
	background: #fff;
	border-radius: 20px;
	border: solid 1px #e7e7e7;
	padding: 0.4rem 2rem;
	margin: 0.5rem 0.8rem 0.5rem 0;
	transition: .6s;
}
#systemArea .typeB li.current label[for^="f_check_"]:not(.nobox) {
	background:#e60000;
	color:#fff;
}

#systemArea .typeB label[for^="f_check_"]:not(.nobox):before,
#systemArea .typeB label[for^="f_check_"]:not(.nobox):after {
	content:none;
}
#systemArea .typeB input[type="checkbox"] {
	box-shadow:none;
}
@media screen and (min-width:1025px) {
	#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
		padding:0.8rem 20px;
	}
}
@media screen and (min-width:1025px) and (-ms-high-contrast:none) {
	#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
		padding:0.8rem 20px 0;
	}
}

/*募集要項*/
.requirements h3 {
	text-align: center;
	display: block;
	font-weight: bold;
	width: 100%;
	font-size:1.8rem;
	letter-spacing: 0.1em;
	color:#000;
	margin:2rem 0;
}
.requirements .table {
	width: 100%;
	background:#fff;
	margin:40px 0;
	border-top: 1px solid #ccc;
	text-align: left;
	font-size: 1.4rem;
}
.requirements .table th {
		display: table-cell;
		width: 180px;
	font-weight: 500;
	vertical-align: top;
	padding: 1.5em 0;
	text-align: left;
		border-bottom: 1px solid #ccc;
font-size: 1.6rem;
    line-height: 1.8;
}

.requirements .table td {
		display: table-cell;
		width: calc(100% - 180px);
	padding: 1.5em;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	overflow: hidden;
font-size: 1.6rem;
    line-height: 1.8;
}

.directEntryArea {
	margin:0 0 40px;
}
.directEntryArea a.btn {
	width:240px;
	transition: .6s;
	padding: 1rem 2rem;
	color:#fff;
	font-weight: bold;
	text-align:center;
	background: #e60000;
	text-decoration: none;
}
.directEntryArea a.btn:hover {
	opacity:0.7;
}


/* 募集職種詳細 */
.desc h3 {
	text-align: center;
	display: block;
	font-weight: bold;
	width: 100%;
	font-size:3rem;
	letter-spacing: 0.1em;
	color:#000;
	margin:2rem 0;
}
.desc .table {
	width: 100%;
	background:#fff;
	margin:40px 0;
	text-align: left;
	font-size: 1.4rem;
}
.desc .table .lineTop {
	border-top: 1px solid #ccc;
}
.desc .table .lineBottom {
	border-bottom: 1px solid #ccc;
}
.desc .table th {
	display: table-cell;
	width: 180px;
	font-weight: 700;
	vertical-align: top;
	padding: 1.5em 0;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
}
.desc .table td {
		display: table-cell;
		width: calc(100% - 180px);
	padding: 1.5em;
	vertical-align: top;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.8;
}
.desc .cmt_txt_left {
	font-size: 1.6rem;
}
.desc .cmt_txt_left p {
	padding-left:2em;
	text-indent:-2em;
	line-height:1.6;
}

/* 221024追加 */
input[name="job_free_word"] {
	width:100%;
}