@charset "utf-8";

/*
===== universal reset =================================
*/
* {
	margin:0;
	padding:0;
}

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

/*
===== body and base setting ===========================
*/

body {
	margin:0;
	padding:0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* general params
--------------------*/

img {
	border:none;
	vertical-align:bottom;
}

p {
	margin-bottom:1.0em;
}

p.cover {
	margin-bottom:0;
}

p.cover img {
	width:100%;
}

#primary ul,ol,dl {
	margin-bottom:1.0em;
}

.cover + h3 + .inn {
	text-align:center;
}

#main .inn .thumbnail img {
	width: 100%;
	height: auto;
}

.photo img {
	max-width:100%;
}

/*
===== link setting ===========================
*/
a:link{
	color: #d32e2e;
	text-decoration:none;
}
a:visited{
	color: #d32e2e;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;;
}
a:active{
	color: #d32e2e;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

.wp-pagenavi {
	margin:3.0em 0;
	text-align:center;
}

.wp-pagenavi a {
	margin:2px;
	padding:3px 8px;
	border:solid 1px;
	color:#ff9393;
}

.wp-pagenavi a:hover {
	text-decoration:none;
	color:#fff;
	border:solid 1px #ba003d;
	background:#ba003d;
}

.wp-pagenavi span {
	padding:3px 5px;
	margin:2px;
	color:#666;
	border:solid 1px;
}

.wp-pagenavi span.current {
	padding:3px 8px;
	color:#fff;
	border:solid 1px #d04826;
	background:#d04826;
}

.assurance a {
	color:#fff;
}

.assurance a:hover {
	color: #d32e2e;
}

/*
===== layout setting ===========================
*/

@media screen and (min-width: 769px) {
.inn.joblist {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

.inn.joblist .list {
	flex-basis:48%;
}
}

section {
	padding-bottom:2.0em;
}

section{
	background-size:
	cover;
	color: #000000;
}

section.form {
	margin-bottom:3.0em;
	border-bottom:solid 1px #ccc;
}

section.list {
	position:relative;
	margin-bottom:2em;
	padding:0.8em;
	background:#fcf9f3;
	border-radius:8px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

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

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

section.flow section {
	position:relative;
	margin-bottom:60px;
	padding:0.8em;
	text-align:center;
	color:#fff;
	background:url(images/shima.png) #d22a2a;
	border-radius:16px;
}

section.flow section:after {
	position:absolute;
	left:48%;
	bottom:-48px;
	content:url(images/arrow.png);
}

section.flow section:last-child:after {
	content:none;
}

section.flow section p:last-child {
	margin-bottom:0;
}

section.flow section a, section.flow section a:visited {
	color:#eefb50;
	text-decoration:underline;
}

section.flow section a:hover {
	text-decoration:none;
}

dl.qa dt:first-letter {
	font-size:130%;
	color:#d22027;
}

dl.qa dd:first-letter {
	font-size:130%;
	color:#074ad2;
	font-weight:bold;
}

.site-content .inn {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.wrapper {
	padding-top:0;
	padding-bottom:1.0em;
	background:#fff;
}

.wrapper > .inn {
	background:#fff;
}

#page {
	margin:0;
	padding:0;
	max-width:100%;
	font-size:120%;
}

#content ul,#content  ol {
	margin-left:1.5em;
}

/*================== header ======================*/

header {
	position:fixed;
	width:100%;
	z-index:100;
	background:#fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

h1.site-title a {
	position:absolute;
	top:4px;
	left:10px;
	display:block;
	width:360px;
	height:80px;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
	background-size:contain;
}

h1.site-title a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

#navnav {
	display:none;
}

.btn_joblist ul {
	margin:10px;
	list-style:none;
	display:flex;

}

.btn_joblist li {
	margin:3px;
}

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

.btn_joblist a:hover {
	opacity:0.8;
}

.notavailable {
	margin-bottom:4.0em;
	text-align:center;
}


.slider {
	margin:20px;
}

.slick-prev {
	left: -25px !important;
}

.slick-next {
	right: -25px !important;
}

.more-link {
	text-align:right;
}

.point {
	list-style:none;
	font-size:120%;
	font-weight:bold;
}

.point li {
	margin-bottom:0.5em;
}

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

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

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

.page-id-85 .website a,
.page-id-61 .website a {
	display:none;
}

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

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

#botup a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

/*========== footer ===================*/

footer .inn {
	padding:1.0em;
	font-size:90%;
	text-align:
	center;
	color: #fff;
}

footer {
	border-top: solid 2px #ffe45f;
	background-color: #1b3b10;
	}

.black {
	display:none;
}

address {
	font-style:normal;
}

.getjob img {
	vertical-align:middle;
}

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

.phtel h4 {
	margin-bottom:0.3em;
	font-size:140%;
}

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

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

.telnum{
    margin: 1.0em auto;
    width: 80%;
    text-align: center;
    font-size: 240%;
    font-weight: bold;
    color: #fff;
}
/*========== other setting ===================*/

/* ---------------------- top ---------------------- */



/* --------------------------- contents ---------------------------- */

h2.entry-title {
	margin-bottom:1.6em;
	padding:0.4em;
	font-size:140%;
	text-align:center;
	/* color: #ffffff; */
}

h3 {
	margin-bottom:1.6em;
	padding:0.8em 1.2em;
	font-size:120%;
	text-align:center;
}

h2.entry-title, h3 {
	color: #ffffff;
	background: #488931;
}

h3#requirement {
	margin-bottom:0;
}

h3.entry-title {
	margin:1.0em 0;
	font-size:140%;
	text-align:center;
}

h3.title {
	color:#000;
	background:none;
	border-bottom:solid 3px #d94a4c;
}

h4 {
	margin-bottom:0.8em;
}

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

ul.keyword:after {
	clear: both;
}

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

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

dl.qa dt {
	margin-bottom:0.8em;
	padding-bottom:0.4em;
	font-weight:bold;
}

dl.qa dd {
	margin-bottom:1.6em;
	padding-bottom:0.8em;
	border-bottom:dotted 2px #ccc;
}

.sign {
	text-align:right;
}

.btnentry {
	position:fixed;
}

.btnentry a {
	display:block;
	padding:15px 8px;
	font-size:90%;
	color:#fff;
	text-decoration:none;
	background:#f40f0f;
}

.btn a {
	margin-bottom:2.0em;
	padding:0.8em;
	display:
	block;
	text-align:
	center;
	background: #ffe45f;
	border-radius:6px;
}

.more {
	margin:0 auto;
	padding:0.4em;
	width:80%;
	display:block;
	text-align:center;
	font-size:80%;
	background: #ffe45f;
	border-radius:6px;
}

.btn a:after, .more:after {
	margin-left:0.5em;
	content:"\0bb";
}

.btn a:hover {
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

.btn.back {
	margin:0 auto;
	width:40%;
}

.btn.back a:before {
	margin-right:0.5em;
	content:"\0ab";
}

.btn.back a:after {
	margin-left:0;
	content:none;
}

.single-jobs .btn.back {
	margin-top:1.6em;
}

a.btn {
	display:
	block;
	margin:1.6em auto;
	padding:1.2em;
	width:60%;
	font-size:120%;
	text-align:
	center;
	text-decoration:
	none;
	color:#000;
	background: #ffe45f;
	border-radius:6px;
	cursor: pointer;
}

a.btn.header {
	position:fixed;
	top:25px;
	right:8px;
	z-index:100;
	margin:0;
	padding:0.5em;
	width:100px;
	font-size:80%;
	/* color:#000; */
}


a.btn:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

table {
	margin-bottom:0.8em;
	width:100%;
	font-size:90%;
	border-collapse: collapse;
}

caption {
	margin-bottom:0.4em;
	text-align:center;
	font-weight:bold;
	font-size:110% !important;
	color:#000000;
}

th {
	width:30%;
	padding:0.5em 1.0em;
	font-weight:
	normal;
	text-align:
	left;
	background: #f2f2f2;
	border-bottom: solid 1px #fff;
}



td {
	vertical-align:top;
	padding:0.8em 0.8em 0.8em 2.0em;
	border-bottom: solid 1px #ccc;
}

td.thumbnail {
	padding:0.8rem;
}

.info {
	border-radius:8px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

.info tr:last-child th, .info tr:last-child td:last-child,
.recruit tr:last-child th, .recruit tr:last-child td:last-child{
	border-bottom:none;
}

.info td p:last-child {
	margin-bottom:0;
}

/*======================電話応募用==========================*/

.telentry {
	position:relative;
	margin:1.6em auto;
	padding:1.2em;
	max-width:60%;
	text-align:center;
	background:#008bcc;
	border-radius:6px;
}

.telentry h4 {
	margin-bottom:0.3em;
	font-size:140%;
}

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

.telentry 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;
}

/*採用情報*/
.privacy {
	margin-bottom:32px;
	padding:16px;
	background:#eee;
	　text-align:center;
}

.privacy a {
	color:#c00;
}

table.recruit caption {
	padding:0.5em;
	font-weight:normal;
	border-top: solid 2px #252558;
	border-bottom:solid 2px #252558;
}

.page-id-10 .more-link a {
	padding:0.5em 1.2em;
	font-size:100%;
}

table.form p {
	margin:0;
}

.job .wpcf7-list-item {
	display:block;
	margin-bottom:1.0em;
}

.wpcf7-form-control-wrap.age input {
	width:4.0em;
}

.wpcf7-select {
	font-size:100%;
}

.wpcf7-checkbox {
	display:flex;
	flex-wrap:wrap;
}

.wpcf7-response-output {
	text-align:center;
	color:#c00;
}

input[type=checkbox] {
	font-size:110%;
}

input[type="text"], input[type="email"] {
	padding:0.4em;
}

input[name="age"] {
	margin-right:0.5em !important;
	padding:0.2em;
	width:50px !important;
}

.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
	margin-left:0.4em;
}

.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
	margin-left:0.4em;
}

.agreement {
    text-align:center;
}

.agreement input[type="checkbox"] {
	margin-right:0.2em;
}

.agreement .wpcf7-list-item {
	width:100%;

}

.agreement label {
	display:block;
	padding:0.2em;
	width:100%;
	border:solid 1px #ccc;
}

.driverslicense {
	margin-bottom:1.0em;
	padding:6px;
	border:solid 3px #d32e2e;;
}

.drivers .wpcf7-list-item {
	width:100%;
	color:#fff;
    background:#d32e2e;
}

.drivers label {
	display:block;
	padding:1.0em;
	width:100%;
}

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

.wpcf7-text, .wpcf7-textarea {
	font-size:120%;
	width:100%;
}

.wpcf7-textarea {
	padding:0.2em;
}

.wpcf7-submit {
	display:
	block;
	margin-left:
	auto;
	margin-right:
	auto;
	padding:0.8em 3.0em;
	font-size:110%;
	background: #ffe45f;
	color: #000000;
	border:
	none;
	cursor:
	pointer;
	border-radius:6px;
}

.wpcf7-submit:hover {
	opacity:0.8;
}

.wpcf7-submit.reset {
	padding:0.8em 2.0em;
	font-size:80% !important;
}

.wpcf7-not-valid-tip {
	display:block;
	margin-bottom:0.5em;
	width:100%;
}

.wpcf7-not-valid-tip {
	padding:0.3em 0.6em;
	color:#fff;
	background:#c00;
}

.wpcf7-mail-sent-ok {
	text-align:center;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
	margin-bottom:1.6em;
	padding:0.3em 1.6em;
	text-align:center;
	color:#fff;
	background:#c00;
	border-radius:8px;
}

.postalcode {
	width:10em !important;
}


.readonly {
	border:none;
	background:none;
}

.require {
	margin-left:0.5em;
	padding:0.2em;
	font-size:70%;
	border:solid 1px;
}

.screen-reader-response {
	display:none;
}

.panel {
	margin-bottom:1.6em;
	background:#f1ebeb;
}

/* --------------------------- career sheet ---------------------------- */
.careersheet h4 {
	font-size:110%;
	text-align:center;
	border-bottom:solid 4px #d32e2e;
}

.careersheet dd {
	margin-bottom:0.8em;
}

/*===========responsive===========*/

@media screen and (min-width: 769px) {


/*================== layout setting ======================*/
	.wrapper > .inn {
		/* padding-top:140px; */
		padding-top:90px;
	}


/*================== header ======================*/
	header .inn {
		height: 90px;
	}

/* --------------------------- contents ---------------------------- */

	.sp {
		display:none;
	}

	.panel {
		margin-bottom:1.6em;
		padding:0.8em;
		display:flex;
		justify-content:space-between;
	}

	.panel img {
		width:100%;
	}

	.panel .photo {
		width:45%;
	}

	.panel .text {
		width:50%;
	}

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

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

	.website a br {
		display: none;
	}

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

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

	.btnentry {
		top:150px;
		right:0;
		z-index:1;
	}

	.btnentry a:after {
		margin-top:10px;
	}

	.btnentry a:hover {
		opacity:0.8;
	}

	.briefing {
		position:fixed;
		top:150px;
		right:0;
	}

	.briefing a img {
		width:60px;
	}

	.briefing a:hover {
		opacity:0.8;
	}

	.partner {
	    display:flex;
	    margin:0 auto;
	    padding:1em;
	    width:700px;
	    justify-content:space-around;
	    font-size:70%;
	    border:solid 4px #d94a4c;
	    border-radius:8px;
    }

    .partner p {
    	margin-bottom:0;
    }

    .partner img {
    	width:200px !important;
    }


/*---------------- form ----------------*/

    .wpcf7-text {
	    width:60%;
    }

    .zipcode input[type="text"] {
    	margin-left:0.2em;
    	width:10em
    }

    .experience-year input[type="text"] {
    	margin-left:0.2em;
    	width:5em;
    }

/*---------------- hamburger ----------------*/

	nav#global-nav ul {
		margin:0;
		display:flex;
		justify-content: flex-end;
	}

	nav#global-nav li {
		display:inline-block;
		list-style:none;
		font-size:80%;
		border-left:solid 1px #fff;
	}

	nav#global-nav li a {
		display:block;
		padding: 12px 24px;
		color:#fff;
		text-decoration:none;
		background:#ef9e00;
		transition: background-color 0.3s ease-in;
		-webkit-transition: background-color 0.3s ease-in;
	}

	nav#global-nav li a:hover {
		background:#ccc;
	}


/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		right: 12px;
		top: 14px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 1000;
	}

	#nav-toggle div {
		position: relative;
	}

	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #666;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}

	#nav-toggle span:nth-child(2) {
		top: 11px;
	}

	#nav-toggle span:nth-child(3) {
		top: 22px;
	}


}

/*======================すまほんとか==========================*/

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

	body {
		font-size:90%;
	}

		.phtel {
		max-width:95%;
		font-size: 80%;
	}


/*================== layout setting ======================*/
	.wrapper > .inn {
		/* padding-top:90px; */
		padding-top:50px;
	}

/*================== header ======================*/
	header .inn {
		height:50px;
	}

	h1.site-title a {
		top:4px;
		left:4px;
		width:180px;
		height:40px;
	}

/*================ footer ========================*/

	footer .inn {
		font-size:80%;
	}
	
	footer .assurance {
		text-align:left;
	}

	footer .assurance br {
		display:none;
	}

/*========== other setting ===================*/
	.site-content .inn {
		 width:90%;
	}

	
/*======================電話応募用==========================*/

.telentry {
	max-width:95%;
}

.telentry h4 {
	margin-bottom:0.3em;
	font-size:140%;
}

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

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

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

/* ---------------------- top ---------------------- */
	.home .wrapper {

	}


/* --------------------------- contents ---------------------------- */
	.pc {
		display:none;
	}
	
	h2.entry-title {
		padding:0.6em;
		font-size:120%;
	}

	h3 {
		font-size:100%;
	}

	th, td {
		display:block;
		padding:0.8em;
		width:100%;
		font-size:90%;
	}

	td {
		padding-bottom:1.8em;
	}

	ul.point {
		margin-left:0 !important;
	}

	/*採用情報*/
	table.recruit caption {
		padding:0.2em;
	}


/*ボタンとかフォームとか*/
	a.btn.header {
		position:fixed;
		top:10px;
		right:8px;
		width:25vw;
		font-size:70%;
	}

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

	.wpcf7-text, .wpcf7-textarea {
		font-size:100%;
	}

	.wpcf7-submit {
		font-size:100%;
		width:100%;
	}

	.wpcf7-submit.reset {
		width:60%;
	}

	input[type="submit"] {
		cursor: pointer;
		-webkit-appearance:none;
	}

	a.btn {
		margin:2.0em 0 3.0em;
		padding:0.8em;
		width:100%;
		font-size:100%;
	}

	.btn.back {
		margin:0 auto;
		width:80%;
	}

	.website {
		font-size:80% !important;
	}

	.btn a {
		margin:0 auto 3.0em;
		padding:0.8em;
		display:block;
		width:70%;
		font-size:80%;
	}

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

	#botup a {
		display:none;
	}

	.btnentry {
		bottom:0;
		width:100%;
	}

	.btnentry a {
		text-align:center;
	}

	.btnentry a br {
		display:none;
	}

	.briefing {
		position:fixed;
		bottom:0;
		margin:0;
	}

	.briefing a img {
		width:100%;
	}

	.briefing a:hover {
		opacity:0.8;
	}

	.panel .photo {
		margin-bottom:1.0em;
	}

	.panel .text {
		padding:0.4em 0.8em;
	}

	.partner {
	    margin:0 auto 1.6em;;
	    padding:1em;
	    justify-content:space-around;
	    font-size:80%;
	    text-align:center;
	    border:solid 4px #d94a4c;
	    border-radius:8px;
    }

    .partner p:last-child {
    	margin-bottom:0;
    }

    .partner img {
    	max-width:200px !important;
    }

/*---------------- hamburger ----------------*/
/* Fixed reset */
	#mobile-head {
		background:#de5a18;
		padding:10px 8px;
		width: 55px;
		height: 55px;
		z-index: 999;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	header h1 a {
		width:60%;
		max-width: 520px;
		background-size: 100%;
	}

	#nav-toggle {
		display: block;
		width: 40px;
		height: 30px;
		position: absolute;
	}

	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 40px;
		background: #fff;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 10px;
	}
	#nav-toggle span:nth-child(3) {
		top: 20px;
	}

	#nav-toggle:after {
		content:"メニュー";
		font-size:9px;
		color:#fff;
		position: relative;
		top:20px;
	}

/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 10px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 10px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top:-300px;
		width:100%;
		/* text-align: center; */
		padding:0;
		border-top:solid 6px #dd5a18;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	#global-nav a {
		padding:0.8em;
	}

	.open #global-nav {
		top:-501px;
		padding: 5px 0;
		z-index:998;
		background:rgb(241, 246, 247);
	}

	.open #global-nav a {
		display:block;
		color:#dd5a18 !important;
	}

	#global-nav ul {
		display:block;
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size:14px;
		margin:0;
	}

	#global-nav ul li {
		/*float: none;
		position: static;*/
		border-bottom:solid 1px #fff;
	}

	#global-nav ul li:last-child {
		border-bottom:none;
	}

	#masthead #global-nav ul li a,
	#masthead.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		text-decoration: none;
	}

	#masthead #global-nav ul li a:hover,
	#masthead #global-nav ul li a:active{
		text-decoration: none;
		color:#fff !important;
		background-color: #dd5a18;
	}

}

/*======================動画用　他とブレイクポイントを変えてる==========================*/

@media screen and (min-width: 1024px) {
	.mv-container {
		margin:1.0em 0;
		display:flex;
		justify-content:space-around;
		width:100%;
	}


	.mv iframe {
		width:560px;
		height:315px;
	}
}

@media screen and (max-width: 1023px) {
	.mv {
		margin:1.0em 0;
		position:relative;
		width:100%;
		padding-top:56.25%;
	}

	.mv iframe {
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
}

/*======================キャリアシート　アコーディオン==========================*/

.job-career-plus {
	display:none
}

.licensemenu dt{
    display:block;
    position:relative;
    padding:0.8em;
    color:#fff;
    cursor:pointer;
    background:#d32e2e;
}

.licensemenu dt:after {
	position:absolute;
	right:20px;
	top:40%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f107";
}

.licensemenu dt.open:after {
	position:absolute;
	right:20px;
	top:40%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f106";
}

.licensemenu dd{
    border:solid 1px #d32e2e;
    display:none;
}

.licensemenu .wpcf7-list-item {
	width:100%
}

.license .wpcf7-checkbox {
	border-bottom:solid 1px #d32e2e;
}

.license:first-child .wpcf7-checkbox {
	border-top:none;
}

.license:last-child .wpcf7-checkbox {
	border-bottom:none;
}

.licensemenu .wpcf7-list-item label {
	padding:0.8em;
	display:block;
}

		.gnav {
			width:100%;
			overflow: hidden;
			background:#000;
		}
		.menu-gnav-container {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
		.menu{
			display: inline-table;
            max-width: 100%;
			text-align: center;
			margin:0;
			padding:0;
		}
		.menu li{
			display: table-cell;
			white-space: nowrap;
			font-size: 80%;
		}
		.menu li a{
			text-decoration: none;
			color:#fff;
			padding:0.4em;
			display: block;
		}
		::-webkit-scrollbar{
			display: none;
		}
