@charset "utf-8";
/*
	Site Name: 東洋貴金属株式会社採用情報
	Description: Module
	Version: 1.0
	Author: Shigeru Hanashima Peacepack, Inc.
*/

/*
===== 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;
	background:#202434;
	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;
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom:1.0em;
}

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

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

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:#ba003d;
}

.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 #ba003d;
	background:#ba003d;
}

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

/* clearfix */
.inn:before,
.inn:after,
#content:before,
#content:after,
section:before,
section:after
{
	content: " ";
	display: table;
}

.inn:after,
#content:after,
section:after
{
	clear: both;
}

.inn,
#content,
section
{
	*zoom: 1;
}

section {
	padding-bottom:2.0em;
}

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

.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;
	border-bottom:solid 1px #ccc;
	background:#fff;
}

h1.site-title a {
	position:absolute;
	top:15px;
	left:10px;
	display:block;
	width:400px;
	height:60px;
	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;
}

/*--------other--------*/

.slider {
	margin:20px;
}

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

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

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

.more-link a {
	padding:0.4em 0.8em;
	font-size:80%;
	color:#ffffff;
	background:#00b4ed;
}

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

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

.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:140%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background: #151d6f;
	border-radius:8px;
}

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

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

/*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:#fff;
	text-decoration:none;
	vertical-align: middle;
	border-radius:50%;
	background:#efbd09;
	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 a {
	color:#fff !important;
}

.black {
	display:none;
}

address {
	font-style:normal;
}

.getjob img {
	vertical-align:middle;
}

/*========== other setting ===================*/

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



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

h2.entry-title {
	margin-bottom:1.6em;
	padding:0.8em;
	font-size:160%;
	text-align:center;
	color:#fff;
	background:#26b08d;
}

h3 {
	margin-bottom:1.6em;
	padding:0.6em 1.2em;
	font-size:150%;
	color:#fff;
	text-align:center;
	background: #151d6f;
}

h3#requirement {
	margin-bottom:0;
}

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

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:#343;
	border:solid 2px;
}

.sign {
	text-align:right;
}

.btnentry {
	position:fixed;
}

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

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

.btn a: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%;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background: #efbd0a;
	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%;
}


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

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

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

th {
	width:30%;
	padding:0.5em 1.0em;
	color:#2d260d;
	font-weight:normal;
	text-align:left;
	background: #f3f1eb;
	border-bottom:solid 1px #1f2434;
}

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

/*採用情報*/
table.recruit caption {
	padding:0.5em;
	font-weight:normal;
	border-top: solid 2px #202434;
	border-bottom:solid 2px #202434;
}

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

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

.wpcf7-form-control-wrap input {
	margin-bottom:0.8em;
}

.wpcf7-form-control-wrap.jobno input {
	width:6.0em;
}

.wpcf7-form-control-wrap.zip input {
	width:6.0em;
}

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

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

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

input[type=checkbox] {
	margin-right:0.4em;
	font-size:110%;
}

.wpcf7-checkbox span {
	width:50%;
}

.telno {
	margin:1.0em auto;
	padding:0.8em 1.5em;
	width:60%;
	text-align:center;
	font-size:180%;
	font-weight:bold;
	color:#fff;
	background:#df5a18;
}

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

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

.wpcf7-submit {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0.8em 3.0em;
	font-size:110%;
	color:#fff;
	background:#efbd09;
	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;
	color:#fff;
}

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

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

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

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

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

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


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


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

/* --------------------------- contents ---------------------------- */
	.panel {
		display:flex;
		justify-content:space-around;
	}

	.panel img {
		width:100%;
	}

	.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;
/*
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
*/
		z-index:1;
	}

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

	.btnentry a:hover {
		opacity:0.8;
	}


/*---------------- 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) {

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

/*================== header ======================*/
	header {
		height:60px;
	}

	h1.site-title a {
		margin:0 auto;
		width:210px;
		height:40px;
		background-size:contain;
	}

/*================ footer ========================*/
	footer {
		padding-bottom:50px;
	}

	footer .assurance {
		text-align:left;
	}

	footer .assurance br {
		display:none;
	}

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

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

	}


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

	th, td {
		display:block;
		padding:0.4em;
		width:100%;
		border:none;
	}

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


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

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

/*---------------- 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;
	}

}