@charset "utf-8";
/*
===== universal reset =================================
*/
* {
	margin:0;
	padding:0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
===== general =================================
*/
body {
	line-height:1.6em;
	font-size:120%;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

img {
	vertical-align:bottom;
}

header {
	margin-bottom:3.0em;
	width:100%;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}

header.home {
	margin-bottom:0;
}

.cover {
	margin-top: 45px;
	position:relative;
	height:100vh;
	background:url(../images/cover.jpg) no-repeat center top;
	background-size:cover;
}

.jobdetail {
	padding-top:1.0em;
	text-align:center;
}

h2.jobtitle {
	padding:0.8em;
	font-size:120%;
	text-align:center;
	color:#fff;
	background:#cc0000;
}

.jobdetail h2 {
	margin-bottom:1.5em;
	padding-bottom:0.3em;
	font-size:160%;
	font-style:oblique;
	text-align:center;
	border-bottom:solid 3px;
}

.detaillink {
	position:absolute;
	top:40%;
	left:0;
	width:100%;
}

.detaillink a {
	display:block;
	margin:auto;
	padding:1.5em 2.0em;
	text-align:center;
	width:40%;
	font-size:130%;
	color:#fff;
	text-decoration:none;
	background:rgba(0, 0, 0, 0.5);
	border:solid 3px;
	border-radius:10px;
}

.detaillink a:hover {
	background:rgba(0, 0, 0, 0.3);
}

section {
	padding-bottom:2.0em;
}

section.thanks {
	margin-top:2.0em;
	text-align: center;
}

section.entry {
	text-align:center;
}

section.confirm {
	margin-top:2.0em;
	background:none;
}

section:nth-child(even) {
	background:#fbfaf9;
}

#main, .page {
	padding-top:84px;
	padding-bottom:2.0em;
}

.txt h2 {
	margin-bottom:1.6em;
	padding:0.8em;
	font-size:120%;
	color:#fff;
	background:#252525;
}

h3 {
	margin-bottom:1.0em;
	padding:1.2em;
	font-size:150%;
	color:#fff;
	text-align:center;
	background:#cc0000;
}


h4 {
	margin-bottom:1.0em;
	padding:0.3em 0 0.3em 0.5em;
	font-size:120%;
	font-weight:bold;
	border-left:solid 6px #174906;
}

p {
	margin-bottom:1.0em;
}

.message p img {
	float:left;
	margin:0 0.8em 0.8em 0
}

ul, ol {
	margin-bottom:1.0em;
	margin-left:2.0em;
}

ul.point {
	list-style:none;
}

ul.point li {
	margin-bottom:0.5em;
	font-weight:bold;
	font-size:120%;
}

ul.note {
	list-style:none;
	margin-left:1.0em;
}

ul.note li {
	padding-left:1.0em;
	text-indent:-1.0em;
	margin-bottom:0.3em;
}

ul.note li:before {
	font-family: FontAwesome;
	content: '\f22d';
	color:#333;
	margin-right:0.3em;
}

span.caution {
	margin-left:0.8em;
	padding:0.2em 0.5em;
	font-size:80%;
	font-weight:normal;
	color:#fff;
	background:#cc0000;
	border-radius:3px;
}

section.detail {
	position:relative;
	margin-bottom:1.0em;
	padding:0 0 2.0em;
	background:#fff !important;
	border:solid 1px #ccc;
}

section.detail h3 {
	padding:0.3em;
	font-size:100%;
	color:#fff;
	text-align:center;
	background:#cc0000;
}

section.detail p {
	text-align:left;
}

section.detail a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

section.detail a:hover {
	background:#eee;
	opacity:0.5;
}

section.detail p {
	margin:0.5em;
	font-size:90%;
}

section.detail .type {
	margin-bottom:1.0em;
}

section.detail .type span {
	padding:0.5em 1.0em;
	font-size:80%;
	font-weight:bold;
	color:#fff;
	background:#de2d2a;
}

section.detail .more {
	position:absolute;
	right:0;
	bottom:0;
	margin-right:10px;
	margin-bottom:10px;
	padding:0 0.5em;
	font-size:70%;
	color:#fff;
	text-align:center;
	background:#252525;
}

section.detail .more:after {
	content:"\0bb";
	margin-left:0.2em;
}

.slider div img {
	border:solid 1px #ccc;
}

ul.keyword:before,
ul.keyword:after
 {
	content: " ";
	display: table;
}

ul.keyword:after {
	clear: both;
}

ul.keyword {
	*zoom: 1;
	margin:0;
	list-style:none;
}

.keyword li {
	float:left;
	margin:5px;
	padding:0.5em 1.6em;
	font-size:90%;
	font-weight:bold;
	color:#fff;
	background:#7ba237;
}

.fromhr .prof {
	padding:0.4em;
	font-size:80%;
	line-height:1.2em;
	background:#eee;
}

.btn_joblist ul {
	margin:10px !important;
	list-style:none;
	display:flex;
	justify-content:space-around;
}

.btn_joblist li {
	margin:3px;
}

.btn_joblist a {
	display:block;
	padding:0.6em 0.8em;
	font-size:80%;
	color:#fff;
	background:#cc0000;
	text-decoration:none;
	border-radius:4px;
}

.btn_joblist a:hover {
	opacity:0.8;
}

/*
:target:before {
	content:"";
	display:block;
	height:100px;
	margin:-10px;
}
*/

.btn {
	text-align:center;
}

.btn a {
	display:block;
	margin:1.6em auto;
	padding:1.2em;
	max-width:60%;
	font-size:140%;
	color:#fff;
	text-decoration:none;
	background:#cc0000;
	border-radius:6px;
}

.btn a:hover {
	opacity:0.8;
}

.btn.back a {
	max-width:80%;
	font-size:80%;
}

.tel {
	position:relative;
	margin:1.6em auto;
	padding:1.2em;
	max-width:60%;
	color:#fff;
	text-align:center;
	background:#19480c;
	border-radius:6px;
}

.tel h4 {
	margin-bottom:0.3em;
	font-size:140%;
	border: none;
}

.tel p {
	margin-bottom:0.3em;
}

.tel a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-999px;
}

.telno {
	line-height:1.0em;
	font-size:240%;
	font-weight:bold;
}

.website a {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:1.5em 0;
	width:80%;
	font-size:140%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#333;
	border-radius:8px;
}

.website a:after {
	margin-left:1.0em;
	content:url("../images/blank.png")
}

.website a:hover {
	background:#ccc;
}

#botup {
	position:fixed;
	bottom:80px;
	right:10px;
	z-index: 998;
}

#botup a {
	display:table-cell;
	width:45px;
	height:45px;
	font-size:16px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	vertical-align: middle;
	background: #cc0000;
	transition: background-color 0.3s ease-in;
}

#botup a:hover {
	color:#333;
	background:#ccc;
}

footer {
	padding:0.5em 1.0em;
	text-align:center;
	font-size:80%;
	color:#fff;
	background: #333;
}

footer .black {
	display:none;
}

footer a {
	color:#fff;
}

footer a:hover{
	text-decoration:none;;
}

.getjob img {
	vertical-align:middle;
}

/*---フォームとか---*/

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}

.btn input {
	color:#fff;
	background:#cc0000;
	border: 0;
	padding: 0.3em 15%;
	border-radius: 3px;
}

.btn input:hover {
	opacity:0.8;
	cursor:pointer;
}

.btn input.reset {
	font-size:70%;
	padding: 0.3em 4%;
}

.error_messe {
	margin:3.0em;
	padding:0.5em;
	border:solid 2px #19480c;
}

.slick-prev {
    z-index:100;
}

.form {
	font-size:120%;
}

.grady {
	width:5.0em !important;
}

.gradm {
	width:3.0em !important;
}

.age {
	width:4.0em;
}

/*---テーブルとか---*/
table {
	margin-bottom:1.5em;
}

table.info {
	width:100%;
	border-collapse: collapse;
}

table.info th {
	padding:1.2em 0.8em;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	border-bottom:solid 1px;
}

table.info td {
	padding:1.2em 0.8em;
	text-align:left;
	vertical-align:top;
	border-bottom:solid 1px;
}

table.info h4 {
	padding:0;
	border:none;
}


@media screen and (min-width: 769px) {
	header {
		padding:5px 10px;
		display:flex;
		justify-content:space-between;
		align-items: center;
	}

	.slider {
		margin:0 auto;
		width:95%;
	}

	.slider div img {
		width: 95% !important;
	}

	.website a br {
		display: none;
	}

	.pagetitle h1 img {
		width:400px;
	}

	.inn {
		margin-left:auto;
		margin-right:auto;
		max-width:980px;
	}
	.panel:before,
	.panel:after
	 {
		content: " ";
		display: table;
	}

	.panel:after {
		clear: both;
	}

	.panel {
		*zoom: 1;
	}

	.fromhr .panel {
		margin-bottom:1.6em;
	}

	.fromhr .panel div.photo {
		float:left;
		margin-right:1.0em;
		/* flex-basis:30%; */
	}

	.fromhr .panel:nth-of-type(odd) div.photo {
		float:right;
		margin-right:0;
		margin-left:1.0em;
	}

	.fromhr .panel div.photo img {
		width:200px;
		border:solid 1px #ccc;
	}

	.fromhr .panel div.txt {
		/* flex-basis:65%; */
	}

	.panel img {
		width:100%;
	}

	.panel:first-child {
		justify-content:center;
		align-items:flex-end;
	}

	.panel:first-child div.photo, .panel:first-child div.txt {
		flex-basis:50%;
	}

	.flex {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	.flex .detail {
		flex-basis:48%;
		background:none;
	}

	.sp {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	header {
		padding-top:0.5em;
		text-align:center;
	}

	#main {
		padding-top:180px;

	}

	h2.jobtitle {
		font-size:100%;
	}

	h3 {
		font-size:120%;
	}

	.slider div img {
		width: 85% !important;
	}

	.btn_joblist ul {
		flex-wrap:wrap;
	}

	.btn_joblist li {
		flex-basis:45%;
	}

	.btn_joblist a {
		padding:0.2em;
	}

	.pagetitle h1 {
		border-bottom:solid 1px #ccc;
		padding:0.4em 0;
	}

	.pagetitle h1 img {
		height: 30px;
	}

	.btn_joblist a {

	}

	#main img {
		max-width:100%;
	}

	.inn {
		margin-left:auto;
		margin-right:auto;
		width:90%;
	}

	.fromhr .panel div.photo {
		margin:0 auto 1.0em;
		width:80%;
	}

	th, td {
		display:block;
		width:100%;
	}

	table.info td {
		padding:1.2em 0em;
	}

	.btn a {
		font-size:80%;
	}

	.tel {
		max-width:95%;
	}

	.website a {
		font-size:90%;
	}

	.form {
		width:100%;
	}

	.grad {
		width:80%;
	}

	.pc {
		display:none;
	}

	.assurance {
		margin-left:auto;
		margin-right:auto;
		width:75%;
		text-align:left;
	}

	.assurance br {
		display:none;
	}
}

@media screen and (max-width: 1023px) {

	.detaillink a {
		font-size:100%;
	}

}
