@charset "UTF-8";
/* CSS Document */

/*----------
 recruit mv
----------*/
#recruit #mv {
	position: relative;
	padding-top: 350px;
	background: url(../img/recruit/mv_bg_pc.png) no-repeat;
	background-size: cover;
}
#recruit #mv h1 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 252px;
	height: 52px;
	margin: auto;
	text-align: center;
}
#recruit #mv h1 img {
	width: 100%;
}

@media (max-width: 768px) {
	#recruit #mv {
		padding-top: 39.0625vw;
		background: url(../img/recruit/mv_bg_sp.png) no-repeat;
		background-size: cover;
	}
	#recruit #mv h1 {
		width: 34.0625vw;
		height: 8.125vw;
	}
}

/*----------
 recruit sec_01
----------*/

#recruit #sec_01 {
	position: relative;
	background: url(../img/recruit/bg_01_pc.png) no-repeat center;
	background-size: cover;
}
#recruit #sec_01 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}
#recruit #sec_01 h1 {
	width: 680px;
	margin: 0 auto 50px;
}
#recruit #sec_01 h1 img {
	width: 100%;
}
#recruit #sec_01 p {
	color: #003149;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

@media (max-width: 768px) {
	#recruit #sec_01 {
		background: url(../img/recruit/bg_01_sp.png) no-repeat center;
		background-size: cover;
	}
	#recruit #sec_01 .inner {
		width: 100%;
		padding: 7.8125vw 0;
	}
	#recruit #sec_01 h1 {
		width: 100%;
		margin: 0 auto 7.8125vw;
	}
	#recruit #sec_01 p {
		font-size: 3.75vw;
		text-align: left;
		padding: 0 9.375vw;
	}
}

/*----------
 recruit sec_02
----------*/

#recruit #sec_02 {
	position: relative;
	background: url(../img/global/pattern_03.png);
	background-position: center;
}
#recruit #sec_02 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}
#recruit #sec_02 .inner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	background: url(../img/global/pattern_02.png);
}
#recruit #sec_02 h1 {
	width: 800px;
	margin: 0 auto;
}
#recruit #sec_02 h1 img {
	width: 100%;
}

@media (max-width: 768px) {
	#recruit #sec_02 .inner {
		width: 100%;
		padding: 7.8125vw 9.375vw;
	}
	#recruit #sec_02 .inner:before {
		content: none;
	}
	#recruit #sec_02 h1 {
		width: 100%;
	}
}

/*----------
 recruit sec_03
----------*/

#recruit #sec_03 {
	position: relative;
	background: url(../img/global/pattern_02.png);
	background-position: center;
}
#recruit #sec_03 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}
#recruit #sec_03 h1 {
	width: 300px;
	margin: 0 auto 50px;
}
#recruit #sec_03 h1 img {
	width: 100%;
}
#recruit #sec_03 .nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 850px;
	margin: 0 auto 50px;
}
#recruit #sec_03 .nav li {
	width: 100px;
}
#recruit #sec_03 .nav li:not(:last-child) {
	margin-right: 50px;
}
#recruit #sec_03 .nav li a {
	display: block;
	height: 100px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#recruit #sec_03 .nav li:nth-child(1) a {
	background: url(../img/recruit/staffvoice01_btnpc_off.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(2) a {
	background: url(../img/recruit/staffvoice02_btnpc_off.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(3) a {
	background: url(../img/recruit/staffvoice03_btnpc_off.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(4) a {
	background: url(../img/recruit/staffvoice04_btnpc_off.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(5) a {
	background: url(../img/recruit/staffvoice05_btnpc_off.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(6) a {
	background: url(../img/recruit/staffvoice06_btnpc_off.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(1) a:hover,
#recruit #sec_03 .nav li:nth-child(1) a.active {
	background: url(../img/recruit/staffvoice01_btnpc_on.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(2) a:hover,
#recruit #sec_03 .nav li:nth-child(2) a.active {
	background: url(../img/recruit/staffvoice02_btnpc_on.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(3) a:hover,
#recruit #sec_03 .nav li:nth-child(3) a.active {
	background: url(../img/recruit/staffvoice03_btnpc_on.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(4) a:hover,
#recruit #sec_03 .nav li:nth-child(4) a.active {
	background: url(../img/recruit/staffvoice04_btnpc_on.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(5) a:hover,
#recruit #sec_03 .nav li:nth-child(5) a.active {
	background: url(../img/recruit/staffvoice05_btnpc_on.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .nav li:nth-child(6) a:hover,
#recruit #sec_03 .nav li:nth-child(6) a.active {
	background: url(../img/recruit/staffvoice06_btnpc_on.png) no-repeat center / 100% auto;
}
#recruit #sec_03 .img {
	width: 1000px;
	margin: 0 auto 50px;
}
#recruit #sec_03 .img li {
	display: none;
}
#recruit #sec_03 .img li.show {
	display: block;
}
#recruit #sec_03 .img li img {
	width: 100%;
}

@media (max-width: 768px) {
	#recruit #sec_03 .inner {
		width: 100%;
		padding: 7.8125vw 9.375vw;
	}
	#recruit #sec_03 h1 {
		width: 59.375vw;
		margin: 0 auto 7.8125vw;
	}
	#recruit #sec_03 .nav {
		width: 100%;
		margin: 0 auto 7.8125vw;
	}
	#recruit #sec_03 .nav li {
		width: 16.6666%;
	}
	#recruit #sec_03 .nav li:not(:last-child) {
		margin-right: 0;
	}
	#recruit #sec_03 .nav li a {
		height: 15.625vw;
	}
	#recruit #sec_03 .nav li:nth-child(1) a {
		background: url(../img/recruit/staffvoice01_btnsp_off.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(2) a {
		background: url(../img/recruit/staffvoice02_btnsp_off.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(3) a {
		background: url(../img/recruit/staffvoice03_btnsp_off.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(4) a {
		background: url(../img/recruit/staffvoice04_btnsp_off.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(5) a {
		background: url(../img/recruit/staffvoice05_btnsp_off.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(6) a {
		background: url(../img/recruit/staffvoice06_btnsp_off.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(1) a:active,
	#recruit #sec_03 .nav li:nth-child(1) a.active {
		background: url(../img/recruit/staffvoice01_btnsp_on.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(2) a:active,
	#recruit #sec_03 .nav li:nth-child(2) a.active {
		background: url(../img/recruit/staffvoice03_btnsp_on.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(3) a:active,
	#recruit #sec_03 .nav li:nth-child(3) a.active {
		background: url(../img/recruit/staffvoice03_btnsp_on.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(4) a:active,
	#recruit #sec_03 .nav li:nth-child(4) a.active {
		background: url(../img/recruit/staffvoice04_btnsp_on.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(5) a:active,
	#recruit #sec_03 .nav li:nth-child(5) a.active {
		background: url(../img/recruit/staffvoice05_btnsp_on.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .nav li:nth-child(6) a:active,
	#recruit #sec_03 .nav li:nth-child(6) a.active {
		background: url(../img/recruit/staffvoice06_btnsp_on.png) no-repeat center / 100% auto;
	}
	#recruit #sec_03 .img {
		width: 100%;
		margin: 0 auto 7.8125vw;
	}
}

/*----------
 recruit sec_04
----------*/

#recruit #sec_04 {
	background: url(../img/global/pattern_03.png);
	background-position: center;
}
#recruit #sec_04 .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}
#recruit #sec_04 .inner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	background: url(../img/global/pattern_02.png);
}
#recruit #sec_04 h1 {
	width: 184px;
	margin: 0 auto 50px;
}
#recruit #sec_04 h1 img {
	width: 100%;
}
#recruit #sec_04 table {
	width: 840px;
	margin: 0 auto 50px;
	border-top: 2px solid #003149;
	border-bottom: 2px solid #003149;
}
#recruit #sec_04 table tr {
	
}
#recruit #sec_04 table tr th {
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
	vertical-align: middle;
	width: 200px;
	padding: 10px;
	background: #003149;
}
#recruit #sec_04 table tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
#recruit #sec_04 table tr td {
	color: #003149;
	font-weight: bold;
	line-height: 1.7;
	padding: 10px;
}
#recruit #sec_04 table tr:not(:last-child) td {
	border-bottom: 1px solid #003149;
}

@media (max-width: 768px) {
	#recruit #sec_04 .inner {
		width: 100%;
		padding: 7.8125vw 9.375vw;
	}
	#recruit #sec_04 .inner:before {
		content: none;
	}
	#recruit #sec_04 h1 {
		width: 35.9375vw;
		margin: 0 auto 7.8125vw;
	}
	#recruit #sec_04 h1 img {
		width: 100%;
	}
	#recruit #sec_04 table {
		width: 100%;
		margin: 0 auto 7.8125vw;
	}
	#recruit #sec_04 table tr {

	}
	#recruit #sec_04 table tr th {
		font-size: 3.125vw;
		width: 23.4375vw;
		padding: 3.125vw;
	}
	#recruit #sec_04 table tr td {
		font-size: 3.125vw;
		padding: 3.125vw;
	}
}

/*----------
 entry
----------*/
#recruit .entry {
	height: 420px;
	padding-top: 50px;
	background: url("../img/global/bg_contact_pc.png") no-repeat;
	background-size: cover;
}
#recruit .entry h1 {
	position: relative;
	color: #434343;
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#recruit .entry h1:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 77px;
	height: 4px;
	margin: 0 auto;
	background: #00558f;
}
#recruit .entry p {
	color: #434343;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 20px;
}
#recruit .entry .btn {
	width: 110px;
	text-align: center;
	margin: 0 auto 30px;
}
#recruit .entry .btn img {
	width: 100%
}
#recruit .entry .btn a {
	display: block;
}
#recruit .entry .btn a:hover {
	opacity: .7;
}

@media (max-width: 768px) {
	#recruit .entry {
		height: 109.375vw;
		padding-top: 7.8125vw;
		background: url("../img/global/bg_contact_sp.png") no-repeat;
		background-size: cover;
	}
	#recruit .entry h1 {
		font-size: 7.5vw;
		margin-bottom: 4.6875vw;
		padding-bottom: 3.125vw;
	}
	#recruit .entry h1:before {
		width: 28.125vw;
		height: 0.78125vw;
	}
	#recruit .entry p {
		font-size: 3.75vw;
		line-height: 2.2;
		margin-bottom: 4.6875vw;
	}
	#recruit .entry .btn {
		width: 28.125vw;
	}
	#recruit .entry .btn a:hover {
		opacity: 1;
	}
	#recruit .entry .btn a:active {
		opacity: .3;
	}
}