@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

html {
	line-height: 1;
	font-size: 62.5%;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

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

a img {
	border: none;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto¥9;
	/* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #3a3a3a;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

a:link, a:visited, a:active {
	color: #3a3a3a;
	text-decoration: none;
	word-wrap: break-word;
	outline: none;
}

a:hover {
	color: #3a3a3a;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

input[type=search] {
	-webkit-appearance: none;
	outline: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
	zoom: 1;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.pcnone {
	display: none;
}

.none {
	display: none
}

.left {
	float: left;
}

.left_img {
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
}

.left_img_c {
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
}

.right {
	float: right;
}

.right_img {
	float: right;
	padding-bottom: 2em;
	padding-left: 2em;
}

.right_img_c {
	float: right;
	padding-bottom: 2em;
	padding-left: 2em;
}

/* text_font
---------------------------------------------*/
.fl {
	font-size: 1.8rem;
	line-height: 1.4;
}

.fm {
	font-size: 1.3rem;
	line-height: 1.4;
}

.fs {
	font-size: 1rem;
	line-height: 1.3;
}

em {
	color: #005BB7;
}

.b {
	font-weight: bold;
}

.c {
	text-align: center;
	margin: 0px auto;
}

.r {
	text-align: right;
	display: block;
}

.l {
	text-align: left;
}

.pt1em {
	padding-top: 1em;
}

.mb05em {
	margin-bottom: 0.5em;
}

.mb1em {
	margin-bottom: 1em;
}

.mt1em {
	margin-top: 1em;
}

.mt2em {
	margin-top: 2em;
}

.ml1em {
	margin-left: 1em;
}

.ml2em {
	margin-left: 2em;
}

.pad_A1em {
	padding: 1em;
}

.pad_A2em {
	padding: 2em;
}

.p1 {
	padding-bottom: 1em;
	padding-top: 0.2em;
	line-height: 1.4em;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

/* content
---------------------------------------------*/
.header {
	background: #000;
	color: #fff;
	padding: 2% 1rem;
}
.header ul {
	max-width: 1100px;
	text-align: left;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.header li + li:before {
  margin: 0 10px;
  content: ">";
}
.header ul li a {
	color: #fff;
}

.topimg {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.topimg img {
	width: 100%;
  height: 100%;
  object-fit: cover;
	vertical-align: bottom;
}

main {
	max-width: 1100px;
	margin: 0px auto;
	padding: 0 1rem 5rem;
}
main h1 {
	display: flex;
	align-items: center;
	padding: 1rem;
	margin-top: 3rem;
	background: #a40000;
}
main h1 div:nth-of-type(1) {
	width: 20%;
	margin-right: 2%;
	border-right: solid 1px #fff;
	padding: 1rem;
}
main h1 div:nth-of-type(2) {
	width: 80%;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 2;
	font-family: serif;
}

/* 一覧ページ */

.job_listlink ul {
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
}

.job_listlink ul li {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
	border-radius: 5px;
	margin: 0 .5rem 1rem;
}

.job_listlink ul li a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1.2rem 2rem;
	text-decoration: none;
}

.job_listlink ul li a:hover {
	background: #f1f1f1;
}

.pagebody {
	padding: 3rem 0 0;
}

.joblist a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	border-left: solid 3px #a40000;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.joblist h2 {
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: bold;
}
.joblist p {
	font-size: 1.4rem;
	line-height: 1.8;
	padding: .5em 0 0;
}
.job_text {
	width: 80%;
	padding: 2%;
}
.joblist_image {
	width: 150px;
}
.joblist_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 採用詳細ページ */

.JobPage {
	padding: 3rem;
	margin-bottom: 2rem;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
	font-size: 1.5rem;
	line-height: 1.5;
}
.JobPage p {
		font-size: 1.4rem;
		line-height: 1.7;
		padding: .5em 0;
}
.JobPage h2, .JobPage h3 {
	margin: 1rem 0;
	padding: .2rem 1rem;
	font-weight: bold;
	border-left: 5px #a40000 solid;
}
.JobPage_in {
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.5rem;
	line-height: 1.5;
}

.JobPage_text {
	width: 75%;
}

.JobPage_image {
	width: 20%;
	text-align: center;
}


.JobPage table {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.5;
	border: 1px #ccc solid;
}

.JobPage table tr {
	border-bottom: 1px #ccc solid;
}

.JobPage table th {
	padding: 1.5rem;
	width: 25%;
	background: #f7f7f7;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px #ccc solid;
}

.JobPage table td {
	padding: 1.5rem;
}

/* 応募ボタン */

.btnbox {
	width: 100%;
	margin: 1.5rem auto;
	text-align: center;
}

.btnbox a {
	color: #fff;
}

.oubo_btn {
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #a40000;
	border: 2px solid #a40000;
	line-height: 50px;

	font-size: 1.8rem;
	width: 100%;
	max-width: 350px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius: 5px;
}

.oubo_btn::before, .oubo_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.oubo_btn, .oubo_btn::before, .oubo_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.oubo_btn::before, .oubo_btn::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #a40000;
}

.oubo_btn::before {
	top: 0;
}

.oubo_btn::after {
	bottom: 0;
}

.oubo_btn:hover {
	background-color: #fff;
	border-color: #a40000;
	color: #a40000;
	text-decoration: none;
}
.oubo_btn:hover::before, .oubo_btn:hover::after {
	height: 0;
	background-color: #a40000;
}


.JobPage_topic {
	width: 100%;
	margin: 3rem 0;
	font-size: 1.7rem;
	line-height: 1.7;
}

/* WordPress css */

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; margin: 5px 0px 5px 20px; }
.alignleft { float: left; margin: 5px 20px 5px 0px; }
strong { font-weight: bold; font-size: 1.2em; }
.pagination {
	text-align: center;
	font-size: 1.4em;
}

a.page-numbers, .pagination .current {
	background: #fff;
	border: solid 1px #000;
	padding: 5px 8px;
	margin: 0 2px;
	text-decoration: none;
}

.pagination .current {
	background: #000;
	border: solid 1px #000;
	color: #fff;
}

.notfound {
	padding: 3em 0;
	font-size: 2em;
	text-align: center;
}



/* 応募ページ */

.job_form table .required {
	display: inline-block;
	padding: 0 5px;
	font-size: 1.2rem;
	color: #fff;
	background: #f00;
	border-radius: 10px;
	vertical-align: baseline;
}


input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px #ccc solid;
}

input[type="text"]:focus, textarea:focus {
	box-shadow: 0 0 7px #00A0B4;
	border: 1px solid #00A0B4;
	background-color: #fff;
}

input[type="submit"] {
	width: 300px;
	margin: 2em auto;
	text-align: center;
	background: #a40000;
	color: #fff;
	padding: 1em;
	font-size: 1.7rem;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type="submit"]:hover {
	color: #a40000;
	border: 1px solid #a40000;
	background-color: #fff;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

.form_w01 {
	width: 45%;
	font-size: 90%;
	padding: 5px;
}

.form_w02 {
	width: 20%;
	font-size: 90%;
	padding: 5px;
}

.form_w03 {
	width: 95%;
	font-size: 90%;
	padding: 5px;
}

.mw_wp_form_error .error {
	font-size: 93%;
	color: #B70000;
	display: block;
	font-weight: bold;
}

form input:focus:invalid {
	border: tomato 2px solid;
}

input:focus, input:hover {
	background-color: #FFFFF1;
}

textarea {
	width: 95%;
	font-size: 90%;
	padding: 5px;
	border: 1px #ccc solid;
}


footer {
	color: #fff;
	background: #a40000;
	text-align: center;
	padding: 2rem 0;
}

.footercont {
	font-size: 1.2rem;
	max-width: 500px;
	margin: 0 auto;
}

.footercont a {
	color: #fff;
}

.footercont span {
	margin-right: 1.2rem;
}

/* page-top */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 22px;
	border-radius: 30px;
	padding-top: 30px;
	box-sizing: border-box;
}

#pagetop:before {
	content: '\25B2';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

#pagetop:hover {
	opacity: 0.7;
}
















/* SP
---------------------------------------------*/
@media screen and (max-width: 480px) {
	.spnone { display:none; }
.pcnone { display: inline; }
	html {
		font-size: 3.125vw;
	}

	.fl {
		font-size: 1.3rem;
	}

	.fm {
		font-size: 1rem;
	}

	.fs {
		font-size: .9rem;
	}

	.none {
		display: none
	}

	.left_img {
		float: none;
		padding-right: 0;
		padding-bottom: 1.5em;
	}

	.left_img_c {
		float: none;
		padding-right: 0;
		padding-bottom: 1.5em;
	}

	.right_img {
		float: none;
		padding-bottom: 1.5em;
		padding-left: 0;
	}

	.right_img_c {
		float: none;
		padding-bottom: 1.5em;
		padding-left: 0;
	}

/* content
---------------------------------------------*/
.header {
	padding: 3% 2%;
}
.header ul {
	width: 100%;
	text-align: left;
	margin: 0px auto;
	font-size: 1.1rem;
}
.header li:before {
  margin: 0 5px;
  content: "<";
}
.header li + li {
  display: none;
}
.header ul li a {
	color: #fff;
}

main {
	width: 93%;
	margin: 0px auto;
	padding: 0 0 2rem;
}
main h1 {
	display: block;
	padding: 1rem;
	margin-top: 1.5rem;
}
main h1 div:nth-of-type(1) {
	width: 25%;
	margin-right: 0;
	border-right: none;
	padding: 0;
}
main h1 div:nth-of-type(2) {
	width: 100%;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.5;
	font-family: serif;
}

/* 一覧ページ */

.job_listlink ul {
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
}

.job_listlink ul li {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
	border-radius: 5px;
	margin: 0 .5rem .8rem;
}

.job_listlink ul li a {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: .6rem 1rem;
	text-decoration: none;
}

.job_listlink ul li a:hover {
	background: #f1f1f1;
}

.pagebody {
	padding: 1.5rem 0 0;
}

.joblist a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
	border-left: solid 3px #a40000;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.joblist h2 {
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
.joblist p {
	font-size: 1.2rem;
	line-height: 1.2;
	padding: .5em 0 0;
}
.job_text {
	width: 100%;
	padding: 4%;
}
.joblist_image {
	width: 50%;
	margin: 0 auto 1rem;
}
.joblist_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 採用詳細ページ */

.JobPage {
	padding: 1.5rem;
	margin-bottom: 2rem;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
	font-size: 1.5rem;
	line-height: 1.5;
}
.JobPage p {
		font-size: 1.1rem;
		line-height: 1.5;
		padding: .3em 0;
}
.JobPage h2, .JobPage h3 {
	margin: 1rem 0;
	padding: .2rem 1rem;
	font-weight: bold;
	border-left: 5px #a40000 solid;
}
.JobPage_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.2rem;
	line-height: 1.3;
}

.JobPage_text {
	width: 100%;
}

.JobPage_image {
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding: 1rem 0;
}


.JobPage table {
	width: 100%;
	font-size: 1rem;
	line-height: 1.3;
	border: 1px #ccc solid;
}

.JobPage table tr {
	border-bottom: 1px #ccc solid;
}

.JobPage table th {
	display: block;
	width: 100%;
	padding: 1rem;
	background: #f7f7f7;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #ccc solid;
}

.JobPage table td {
	display: block;
	width: 100%;
	padding: 1rem;
}

/* 応募ボタン */

.btnbox {
	width: 100%;
	margin: 1rem auto;
	text-align: center;
}

.btnbox a {
	color: #fff;
}

.oubo_btn {
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #a40000;
	border: 2px solid #a40000;
	line-height: 50px;

	font-size: 1.4rem;
	width: 100%;
	max-width: 350px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius: 5px;
}

.oubo_btn::before, .oubo_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.oubo_btn, .oubo_btn::before, .oubo_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.oubo_btn::before, .oubo_btn::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #a40000;
}

.oubo_btn::before {
	top: 0;
}

.oubo_btn::after {
	bottom: 0;
}

.oubo_btn:hover {
	background-color: #fff;
	border-color: #a40000;
	color: #a40000;
	text-decoration: none;
}
.oubo_btn:hover::before, .oubo_btn:hover::after {
	height: 0;
	background-color: #a40000;
}


.JobPage_topic {
	width: 100%;
	margin: 1.5rem 0;
	font-size: 1.4rem;
	line-height: 1.3;
}

/* WordPress css */

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; margin: 5px 0px 5px 20px; }
.alignleft { float: left; margin: 5px 20px 5px 0px; }
strong { font-weight: bold; font-size: 1.2em; }
.pagination {
	text-align: center;
	font-size: 1.4em;
}

a.page-numbers, .pagination .current {
	background: #fff;
	border: solid 1px #000;
	padding: 5px 8px;
	margin: 0 2px;
	text-decoration: none;
}

.pagination .current {
	background: #000;
	border: solid 1px #000;
	color: #fff;
}

.notfound {
	padding: 3em 0;
	font-size: 2em;
	text-align: center;
}


/* 応募ページ */

.job_form table .required {
	display: inline-block;
	padding: 0 5px;
	font-size: 1.2rem;
	color: #fff;
	background: #f00;
	border-radius: 10px;
	vertical-align: baseline;
}

input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px #ccc solid;
}

input[type="text"]:focus, textarea:focus {
	box-shadow: 0 0 7px #00A0B4;
	border: 1px solid #00A0B4;
	background-color: #fff;
}

input[type="submit"] {
	width: 300px;
	margin: 2em auto;
	text-align: center;
	background: #a40000;
	color: #fff;
	padding: .5em;
	font-size: 1.5rem;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type="submit"]:hover {
	color: #a40000;
	border: 1px solid #a40000;
	background-color: #fff;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

.form_w01 {
	width: 100%;
	font-size: 90%;
	padding: 5px;
}

.form_w02 {
	width: 100%;
	font-size: 90%;
	padding: 5px;
}

.form_w03 {
	width: 100%;
	font-size: 90%;
	padding: 5px;
}

.mw_wp_form_error .error {
	font-size: 93%;
	color: #B70000;
	display: block;
	font-weight: bold;
}

form input:focus:invalid {
	border: tomato 2px solid;
}

input:focus, input:hover {
	background-color: #FFFFF1;
}

textarea {
	width: 95%;
	font-size: 90%;
	padding: 5px;
	border: 1px #ccc solid;
}


footer {
	color: #fff;
	background: #a40000;
	text-align: center;
	padding: 1rem 0;
}

.footercont {
	font-size: 1rem;
	max-width: 500px;
	margin: 0 auto;
}

.footercont a {
	color: #fff;
}

.footercont span {
	margin-right: 1.2rem;
}

/* page-top */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 22px;
	border-radius: 30px;
	padding-top: 30px;
	box-sizing: border-box;
}

#pagetop:before {
	content: '\25B2';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

#pagetop:hover {
	opacity: 0.7;
}













}