@charset "utf-8";

/*---------------------------------------------

採用情報ページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼共通部分 PC */
.blue_btn a {
	display: block;
	width: 320px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #0084ff url("../img/btn_arrow.png") right 20px center no-repeat;
	background-size: 18px;
	image-rendering: -webkit-optimize-contrast;
	font-size: 20px; font-size: 2.0rem;
	padding: 12px 0;
}

/* ▼タイトル部分 PC */
#pagetitle {
	background: #0084ff;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#pagetitle .inner {padding: 55px 0;}

#pagetitle h1 {
	text-align: center;
	font-size: 45px; font-size: 4.5rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
}

/* ▼採用情報部分 PC */
#re_list {background: #fff;}

#re_list .inner {padding: 60px 0 50px 0;}

.re_table {
	width: 100%;
	border-top: solid 2px #c2c2c2;
	margin-bottom: 60px;
}

.re_table th, .re_table td {
	background: #f2f2f2;
	border-bottom: solid 2px #c2c2c2;
	box-sizing: border-box;
	text-align: left;
	padding: 20px 0;
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	vertical-align: middle;
}

.re_table th {
	width: 200px;
	padding-left: 30px;
	font-weight: bold;
}

.re_table td {padding-right: 30px;}

.re_txt {
	text-align: center;
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

/* ▼お問い合わせ部分 PC */
#contact {background: #fff;}

#contact .inner {padding: 60px 0 30px 0;}

#contact h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

#contact h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.tellink {
	font-size: 24px; font-size: 2.4rem;
	line-height: 1.8;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 5px;
}

.tellink a {
	text-decoration: none;
	color: #000;
}

.eigyo {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 30px;
}

.eigyo span {margin-left: 20px;}

/* ▼アクセス部分 PC */
#access {background: #fff;}

#access .inner {padding: 60px 0 30px 0;}

#access h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

#access h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.access_txt {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 10px;
}

.ac_add {
	font-size: 24px; font-size: 2.4rem;
	line-height: 1.8;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
}

.ac_add span {margin-right: 20px;}

#maparea {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

}

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

/* ▼共通部分 SP */
.blue_btn {
	width: 80%;
	margin: 0 auto;
}

.blue_btn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #0084ff url("../img/btn_arrow.png") right 5% center no-repeat;
	background-size: 6%;
	image-rendering: -webkit-optimize-contrast;
	font-size: 4vw;
	padding: 3vw 0;
}

/* ▼タイトル部分 SP */
#pagetitle {
	background: #0084ff;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#pagetitle .inner {padding: 15vw 0;}

#pagetitle h1 {
	text-align: center;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
}

/* ▼採用情報部分 SP */
#re_list {background: #fff;}

#re_list .inner {padding: 15vw 0 6vw 0;}

.re_table {
	width: 100%;
	border-top: solid 2px #c2c2c2;
	margin-bottom: 8vw;
}

.re_table th, .re_table td {
	display: block;
	background: #f2f2f2;
	box-sizing: border-box;
	text-align: left;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	vertical-align: middle;
	padding: 0 3vw;
}

.re_table th {
	padding-top: 4vw;
	padding-bottom: 2vw;
	font-weight: bold;
}

.re_table td {
	padding-bottom: 4vw;
	border-bottom: solid 2px #c2c2c2;
}

.re_txt {
	text-align: center;
	color: #595757;
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1.6;
}

/* ▼お問い合わせ部分 SP */
#contact {background: #fff;}

#contact .inner {padding: 14vw 0 7vw 0;}

#contact h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#contact h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.tellink {
	font-size: 6vw;
	line-height: 1.8;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 1.5vw;
}

.tellink a {
	text-decoration: none;
	color: #000;
}

.eigyo {
	font-size: 4vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 6vw;
}

.eigyo span {display: block;}

/* ▼アクセス部分 SP */
#access {background: #fff;}

#access .inner {padding: 10vw 0 0 0;}

#access h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#access h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.access_txt {
	font-size: 4vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 4vw;
}

.ac_add {
	font-size: 5vw;
	line-height: 1.6;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
}

.ac_add span {display: block;}

#maparea {
	width: 100%;
	padding-bottom: 20vw;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 10%;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}
