@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_intro, .con_pnav .box_pnav, .con_recruit, .con_info .box_info {
	max-width: 1100px;
	margin: auto;
}

@media only screen and (min-width: 768px) {
	.con_intro, .con_pnav .box_pnav, .con_recruit, .con_info .box_info {
		width: 95%;
	}
}

@media print {
	.con_intro, .con_pnav .box_pnav, .con_recruit, .con_info .box_info {
		width: 95%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro, .con_pnav .box_pnav, .con_recruit, .con_info .box_info {
		width: 90%;
	}
}

/* -----------------------------------------------------------
	.con_intro（調整用）
----------------------------------------------------------- */
/* -----------------------------------------------------------
	intro
----------------------------------------------------------- */
.con_intro .txt {
	padding: 80px 0 45px;
	text-align: center;
	font-size: 108%;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.con_intro .txt {
		padding: 50px 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .txt {
		padding: 3em 0 2em;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro .txt {
		letter-spacing: .04em;
		line-height: 2;
	}
}

@media print {
	.con_intro .txt {
		letter-spacing: .04em;
		line-height: 2;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .txt {
		font-size: 100%;
	}
}

/* -----------------------------------------------------------
	pnav
----------------------------------------------------------- */
.con_pnav .box_pnav {
	padding-bottom: 40px;
	background: url(../images/common/bg_shadow.png) bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: center;
	letter-spacing: -.4em;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.con_pnav .box_pnav {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav .box_pnav {
		padding-bottom: 1em;
	}
}

.con_pnav .box_pnav li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	width: 225px;
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
	.con_pnav .box_pnav li {
		width: 49%;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav .box_pnav li {
		margin-left: 2%;
	}
}

.con_pnav .box_pnav li a {
	display: block;
	border: 1px solid #70281c;
	border-radius: 5px;
	color: #70281c;
	text-decoration: none;
	-webkit-transition: background 400ms;
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	transition: background 400ms;
}

.con_pnav .box_pnav li a span {
	display: inline-block;
	font-size: 108%;
	padding-right: 1.8em;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_pnav .box_pnav li a span {
		padding-right: 1.2em;
	}
}

.con_pnav .box_pnav li a span:before, .con_pnav .box_pnav li a span:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baseline;
}

.con_pnav .box_pnav li a span:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 115%;
	-webkit-transition: top 400ms;
	-moz-transition: top 400ms;
	-o-transition: top 400ms;
	transition: top 400ms;
}

.con_pnav .box_pnav li a:hover {
	background-color: #70281c;
	color: #fff;
}

.con_pnav .box_pnav li a:hover span:after {
	top: .4em;
}

@media only screen and (min-width: 768px) {
	.con_pnav .box_pnav li:first-child {
		margin-left: 0;
	}
	.con_pnav .box_pnav li a {
		line-height: 3.2;
	}
	.con_pnav .box_pnav li a span:after {
		line-height: 2.9;
	}
}

@media print {
	.con_pnav .box_pnav li:first-child {
		margin-left: 0;
	}
	.con_pnav .box_pnav li a {
		line-height: 3.2;
	}
	.con_pnav .box_pnav li a span:after {
		line-height: 2.9;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav .box_pnav li {
		margin-top: .5em;
	}
	.con_pnav .box_pnav li:nth-child(2n+1) {
		margin-left: 0;
	}
	.con_pnav .box_pnav li:nth-child(-n+2) {
		margin-top: 0;
	}
	.con_pnav .box_pnav li a {
		line-height: 3em;
	}
	.con_pnav .box_pnav li a span {
		font-size: 100%;
	}
	.con_pnav .box_pnav li a span:after {
		font-size: 108%;
	}
}

/* -----------------------------------------------------------
	recruit
----------------------------------------------------------- */
.con_recruit h3 {
	padding-top: 80px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.con_recruit h3 {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_recruit h3 {
		padding-top: 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_recruit h3 {
		margin-bottom: 1em;
	}
}

.con_recruit .box_rec table tr {
	border-bottom: 1px dotted #7e7e7e;
}

.con_recruit .box_rec table tr:first-child {
	border-top: 1px dotted #7e7e7e;
}

.con_recruit .box_rec table tr th {
	font-weight: normal;
	color: #70281c;
}

@media only screen and (min-width: 768px) {
	.con_recruit .box_rec {
		display: flex;
		justify-content: space-between;
	}
	.con_recruit .box_rec > * {
		display: inline-flex;
	}
	.con_recruit .box_rec .img {
		position: relative;
		overflow: hidden;
		width: 34.54545%;
		z-index: 1;
	}
	.con_recruit .box_rec .img img {
		height: auto;
	}
	.con_recruit .box_rec .img span div {
		height: 100%;
	}
	.con_recruit .box_rec .img span img {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		max-width: inherit;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.con_recruit .box_rec table {
		width: 59.09091%;
	}
	.con_recruit .box_rec table tbody {
		width: 100%;
	}
	.con_recruit .box_rec table tbody tr th, .con_recruit .box_rec table tbody tr td {
		letter-spacing: .05em;
		line-height: 3.6;
		padding-left: 3em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.con_recruit .box_rec.rec1 {
		flex-direction: row-reverse;
	}
}

@media print {
	.con_recruit .box_rec {
		display: flex;
		justify-content: space-between;
	}
	.con_recruit .box_rec > * {
		display: inline-flex;
	}
	.con_recruit .box_rec .img {
		position: relative;
		overflow: hidden;
		width: 34.54545%;
		z-index: 1;
	}
	.con_recruit .box_rec .img img {
		height: auto;
	}
	.con_recruit .box_rec .img span div {
		height: 100%;
	}
	.con_recruit .box_rec .img span img {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		max-width: inherit;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.con_recruit .box_rec table {
		width: 59.09091%;
	}
	.con_recruit .box_rec table tbody {
		width: 100%;
	}
	.con_recruit .box_rec table tbody tr th, .con_recruit .box_rec table tbody tr td {
		letter-spacing: .05em;
		line-height: 3.6;
		padding-left: 3em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.con_recruit .box_rec.rec1 {
		flex-direction: row-reverse;
	}
}

@media only screen and (min-width: 1100px) {
	.con_recruit .box_rec .img span {
		height: 307px;
	}
	.con_recruit .box_rec table tbody tr th {
		width: 190px;
		border-right: 1px solid #70281c;
	}
	.con_recruit .box_rec table tbody tr td {
		width: 460px;
	}
}

@media print {
	.con_recruit .box_rec .img span {
		height: 307px;
	}
	.con_recruit .box_rec table tbody tr th {
		width: 190px;
		border-right: 1px solid #70281c;
	}
	.con_recruit .box_rec table tbody tr td {
		width: 460px;
	}
}

@media only screen and (max-width: 1099px) {
	.con_recruit .box_rec table {
		display: block;
	}
	.con_recruit .box_rec table * {
		display: block;
	}
	.con_recruit .box_rec table tbody tr th, .con_recruit .box_rec table tbody tr td {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.con_recruit .box_rec table tbody tr th {
		background-color: #eae8e1;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.con_recruit .box_rec .img {
		height: auto;
		width: 39.09091%;
	}
	.con_recruit .box_rec .img span {
		height: 427px;
	}
	.con_recruit .box_rec table {
		width: 54.54545%;
	}
	.con_recruit .box_rec table tbody tr th, .con_recruit .box_rec table tbody tr td {
		line-height: 2.5;
		padding-left: 2em;
	}
	.con_recruit .box_rec.rec2 .img span {
		height: 285px;
	}
}

@media only screen and (max-width: 767px) {
	.con_recruit .box_rec table {
		margin-top: 1em;
	}
	.con_recruit .box_rec table tr th, .con_recruit .box_rec table tr td {
		text-align: center;
		font-size: 93%;
	}
	.con_recruit .box_rec table tr th {
		padding: .2em;
	}
	.con_recruit .box_rec table tr td {
		padding: .2em .5em;
	}
}

/* -----------------------------------------------------------
	info
----------------------------------------------------------- */
.con_info {
	background: url(../images/common/bg_sub4.png);
	padding: 80px 0 70px;
	margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.con_info {
		padding: 60px 0 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info {
		padding: 2em 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.con_info {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info {
		margin-top: 2em;
	}
}

.con_info .box_info > .txt {
	text-align: center;
	margin: 15px 0 20px;
}

@media only screen and (max-width: 767px) {
	.con_info .box_info > .txt {
		margin: 1em 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_info .box_info > .txt {
		letter-spacing: .05em;
		line-height: 1.7;
	}
}

@media print {
	.con_info .box_info > .txt {
		letter-spacing: .05em;
		line-height: 1.7;
	}
}

.con_info .box_info .temp_tel1 .wrp_tel > div {
	text-align: center;
	padding: 1.3em 1em;
}

.con_info .box_info .temp_tel1 .wrp_tel > div .txt {
	font-size: 100%;
	margin-right: 0;
}

.con_info .box_info .temp_tel1 .wrp_tel > div .number {
	margin: 0 .5em;
}

@media only screen and (min-width: 768px) {
	.con_info .box_info .temp_tel1 .wrp_tel > div > * {
		vertical-align: baseline;
	}
}

@media print {
	.con_info .box_info .temp_tel1 .wrp_tel > div > * {
		vertical-align: baseline;
	}
}

/*# sourceMappingURL=../maps/recruit.css.map */
