@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 */
/*
* "Noto Sans JP" licensed under the Apache License, Version 2.0
* https://fonts.google.com/specimen/Noto+Sans+JP
* https://www.google.com/fonts/attribution
* http://www.apache.org/licenses/LICENSE-2.0

* "Roboto" licensed under the SIL Open Font License, Version 1.1 .
* https://fonts.google.com/specimen/Roboto
* https://fonts.google.com/specimen/Roboto/license
* https://openfontlicense.org/
*/



/* サイト共通
------------------------------------------------- */
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: 'Noto Sans JP', 'Roboto', sans-serif;
	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%;
}

	body {
		margin:80px 0 0;
	}

/* ヘッダ
============================ */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 100;
}
.header-logo {
	margin:0;
	padding: 27px 0 26px 55px;
}
.header-logo img {
	width: 327px;
}
.only-sp, .no-pc {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.only-pc, .no-sp {
		display: none !important;
	}
	.only-sp, .no-pc {
		display: block !important;
	}
	body {
		margin:50px 0 0;
	}
	body::before {
	border-top: none;
	}
	.header {
		height: 50px;
	}
	.header-logo {
		padding: 15px 0 15px 20px;
	}
	.header-logo img {
		width: 213px;
	}
}
/* フッタ
============================ */
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;
}
#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: #ff0000;
	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: 100%;
	height: 220px;
	overflow:hidden;
/*	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: 220px;
	opacity: 1;
	background-image: url(../images/visual.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index:1;
}
#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:220px;
	background:rgba(0,0,0,0.3);
	top:0;
	left:0;
	z-index:10;
}
#visualArea h2 {
	text-align: center;
	display: block;
	font-weight: bold;
	width: 100%;
	position: absolute;
	font-size:2.8rem;
	color:#fff;
	left:50%;
	top:120px;
	transform:translate(-50%, 0);
	z-index:15;
}
#visualArea h2 span {
	font-size:4.2rem;
	font-weight:300;
	position:absolute;
	top:-50px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em;
	color:#fff;
	right:50%;
	transform:translate(50%, 0);

}
/*
#visualArea.typeB h2,
#visualArea.typeB h2 span {color:#333;}
*/
@media screen and (min-width:1025px) {

	#visualArea {
	min-width: 980px;
	}
}
/* システムエリア
============================ */
#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: 2rem;
	margin: 1.6rem 0;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	word-break: break-all;
}
.searchTable {
	width:100%;
}
.searchTable .listButton {
	display:flex;
	flex-wrap :wrap;
}
.searchTable .listButton li {
	flex-basis: auto;
}
.btnWrap {
	text-align:center;
	margin:20px 0;
}
.btnWrap button {
	padding:1rem 2rem;
	border-style: none;
	color:#fff;
	font-weight: bold;
	text-align:center;
	width:160px;
	background: #ff0000;
}
#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: #333;

}
.resultlen {
	text-align:center;
	margin:2rem 0;
}
@media screen and (min-width:1025px) {
	.searchTable {
		width:100%;
		overflow: hidden;
		border-top: 1px solid #ccc;
		background:#fafafa;
	}
	.searchTable:last-of-type {
		border-bottom: 1px solid #ccc;
	}
	.searchTable dt {
		width:240px;
		float: left;
		margin:0;
		padding: 10px;
		box-sizing: border-box;
		border-top: none;
		border-bottom: none;

	}
	.searchTable dd {
		margin-left: 240px;
		padding: 10px;
		background:#fff;
	}
	.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.2rem;
	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 #ccc;
	padding: 0.4rem 2rem;
	margin: 0 0.8rem 0.6rem 0;
	transition: .6s;
}
#systemArea .typeB li.current label[for^="f_check_"]:not(.nobox) {
	background:#ff0000;
	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.5rem 15px;
	}
}
@media screen and (min-width:1025px) and (-ms-high-contrast:none) {
	#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
		padding:0.5rem 15px 0;
	}
}

