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

/*===================================
  採用情報　/recruit/ PCから
=====================================*/

.tab_list {
	border-bottom: solid 5px #FF4124;
	text-align: center;
	margin-top: 20px;
}
.tab_list li {
	width: 40%;
	margin: 0 1%;
	display: inline-block;
	color: #fff;
	font-size: 180%;
	background-color: #FFB3A7;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.tab_list li a {
	display: block;
	padding: .5rem 0;
	color: #fff;
	background-color: #FFB3A7;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 10px 10px 0 0;
}
.tab_list li a:nth-child(1) {
	background-image: url(../img/recruit/icon_animal01.png);
}
.tab_list li a:nth-child(2) {
	background-image: url(../img/recruit/icon_animal02.png);
}
.tab_list li.active a,
.tab_list li a:hover {
	background-color: #FF6750;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
}

/*テーブル*/
.box_table {
	width: 100%;
	border: solid 1px #FF4124;
	margin-bottom: 30px;
	border-collapse: collapse;
	box-sizing: border-box;
}
.box_table th {
	padding: 10px;
	border-bottom: dotted 1px #FF6750;
}
.box_table td {
	padding: 10px;
	border-bottom: dotted 1px #FF4124;
}
.box_table tr:first-child th,
.box_table tr:last-child th,
.box_table tr:last-child td {
	border-bottom: none;
}
.box_table.line2 th {
	width: 20%;
	background-color: #FFF5F4;
	color: #FF4124;
	border-right: solid 1px #FF6750;
	font-weight: normal;
}
.box_table .title {
	background-color: #FF6750 !important;
	color: #fff !important;
	border-top: none;
	font-size: 140%;
	font-weight: normal;
}
.box_table td a {
	display: block;
	padding: 5px;
	/*color: #666;*/
}
.box_table td a:hover {
	text-decoration: none;
	background-color: #fff5f4;
	color: #0071bc;
}

/*勤務地*/
.oneblock {
	width: 30%;
	padding-right: 10px;
}

/*注意書きのボックス*/
.comment_box {
	border: dashed 1px #999;
	padding: 15px 10px 10px 45px;
	margin: 10px;
}
.comment_box b {
	color: #FF4124;
}

/*フォームボタン*/
.recruit_btns {
	background-color: #fff8e1;
	margin: 10px auto 50px;
	text-align: center;
	padding: 30px 0;
}
.recruit_btns button {
	width: 360px;
	border: 0;
	color: #fff;
	padding: 3px;
	font-size: 120%;
	cursor: pointer;
	border-radius: 10px;
	background: url(../img/common/arrow_next_w.png) no-repeat 95% center #FF4124;
	background-size: 30px auto;

}
.recruit_btns button b {
	display: block;
	border: solid 1px #fff;
	border-radius: 7px;
	padding: 10px 0;
}
/*20170222 追加 */
.box_table td a {
	position: relative;
	padding: 5px 15px;
	/*padding: 5px 5px 5px 45px; 急募マークある時だけこちらの設定*/
}
.box_table td a.wanted::before {/*急募マーク*/
	content:'';
	background: url(../img/recruit/icon_wanted.png) no-repeat left top;
	background-size: 40px auto;
	position: absolute;
	width: 40px;
	height: 30px;
	left: 0;
}
/*20170926 add*/
.other_recruit {
	margin-top: 1rem;
}
.other_recruit p {
	padding-left: 1rem;
	text-indent: -1rem;
	padding: 5px 15px 5px 25px;
	/*padding: 5px 5px 5px 55px; 急募マークある時だけこちらの設定*/
	font-size: 90%;
}
.other_recruit a {
	display: inline;
}

/*20220706 add*/
.skillup_bnr {
    width: 80%;
    max-width: 800px;
    display: block;
    margin: 40px auto;
    padding-left: 5%;
}
.skillup_bnr img{
	max-width: 100%;
	height: auto;
}

/* *******************************************************************
 タブレットレイアウト : 800 px ～ 1200 px。ＰＣレイアウトからスタイルを継承。
 ******************************************************************* */

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


}

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

}

/* *******************************************************************
 モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承
********************************************************************** */

@media only screen and (max-width: 799px){
.tab_list li {
	width: 45%;
}
.box_table {
	margin-bottom: 20px;
}

/*20220706 add*/
.skillup_bnr {
    width: 85%;
    max-width: 800px;
    display: block;
    margin: 40px auto;
    padding-left: 0%;
}
}

@media only screen and (max-width: 699px){
/*勤務地*/
.oneblock {
	width: 40%;
	padding-right: 10px;
}
}
@media only screen and (max-width: 599px){
/*勤務地*/
.oneblock {
	width: 30%;
	padding-right: 10px;
}
}
@media only screen and (max-width: 499px){
.oneblock {
	width: 90%;
	padding-right: 0;
	margin-bottom: 10px;
}
.recruit_btns button {
	width: 90%;
	border: 0;
	color: #fff;
	padding: 3px;
	font-size: 120%;
	cursor: pointer;
	border-radius: 10px;
	background: url(../img/common/arrow_next_w.png) no-repeat 95% center #FF4124;
	background-size: 25px auto;
}
.comment_box {
	padding: 15px 10px;
}

}

@media only screen and (max-width: 400px){
.box_table.line2 th,
.box_table.line2 td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.box_table.line2 th {
	border-right: none;
}

}




.top_access {
	max-width: 1100px;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
 	background: url(../img/top/bg_access_1.png) no-repeat left 3%,
				url(../img/top/bg_access_2.png) no-repeat right 3%;
}
.top_access .one {
	width: 41%;
	max-width: 450px;
	float: left;
	padding: 0 4.4% 10px;
	margin: 0 0 20px;
}
.top_access .one:nth-child(even) {
	border-right: dotted 2px #999;
	clear: left;
}
.top_access .one h4 {
	color: #FF4124;
	font-size: 150%;
	margin-bottom: .5rem;
	white-space: nowrap;
}
.top_access .one h4 b {
	display: block;
	max-width: 460px;
	height: 53px;
	padding-top: 10%;
	color: #fff;
	font-size: 70%;
	background: url(../img/top/bg_access.png) no-repeat left top;
	background-size: 100% auto;
	text-align: center;
	letter-spacing: .1rem;
}
.top_access .one img {
	padding-top: 1rem;
	width: 100%;
}
.midashi_gate {
	position: relative;
	width: 500px;
	height: 75px;
	margin: 70px auto 0;
	padding: 25px 0 0;
	text-align: center;
	font-size: 120%;
	background: url(../img/top/bar_free.png) no-repeat;
	background-size: 100% auto;
}
.midashi_gate .fukidashi_1 {
	position: absolute;
	left: -60px;
	top: -50px;
}
.midashi_gate .fukidashi_2 {
	position: absolute;
	right: -40px;
	top: -65px;
}
.itiran {
	position: relative;
	/* width: 200px; */
	width: 300px;
	margin: 30px auto;
	background-color: #ff4124;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.itiran a {
	color: #fff;
	display: block;
	width: 300px;
	overflow: hidden;
	text-align: center;
	padding-left: 20px;
}
.itiran a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
}

.itiran a::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 6px;
	border: solid 14px #ff4124;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45eg);
}
.itiran a:hover::after {
	border: solid 14px #fed96e;
}


@media only screen and (max-width: 1200px){
	.top_access {
		margin: 0 10px;
		background-size: 15% auto;
	}
	.top_access .one {
	    width: 45%;
	    padding: 0 2% 10px;
	}
	.top_access .one h4 {
		margin-bottom: 0;
	    font-size: 120%;
	}
	.top_access .one h4 b {
		height: 30px;
		font-weight: normal;
	}
	.top_access .one p {
		font-size: 90%;
	}
}

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

	.midashi_gate {
		width: 400px;
		height: 75px;
		margin: 50px auto 0;
		padding: 20px 0 0;
		background-size: 100% auto;
		font-size: 4.4vw;
	}

	.midashi_gate .fukidashi_1 {
		width: 55%;
		left: -20px;
		top: -45px;
	}

	.midashi_gate .fukidashi_2 {
		width: 55%;
		right: -20px;
		top: -45px;
	}
	.open_area .midashi_gate {

	}
	.midashi_gate .fukidashi_open {
		width:30%;
		position: absolute;
		left: 0;
		top: -50%;
	}

}

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

	.itiran {
		width: 50%;
		margin: 20px auto;
	}
	.itiran a {
		width: 100%;
		padding-left: 0;
	}
	.midashi_gate {
		width: 300px;
		padding: 10px 0 0;
		height: 50px;
	}

	.midashi_gate .fukidashi_1 {
		left: 0;
	}

	.midashi_gate .fukidashi_2 {
		right: 0;
	}

}

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

	.top_access .one {
	    float: none;
	    width: auto;
	    padding: 0;
	}
	.top_access .one:nth-child(even) {
	    border-right: none;
	}
	.top_access .one h4 {
		font-size: 140%;
		text-align: center;
	}
	.top_access .one h4 b {
	    height: 35px;
	}
	.top_access .one img {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

}

.opentag {
    color: #FF4124;
    background-color: #ffde24;
    display: inline-block;
    margin-left: 3px;
    padding: 4px 10px 3px;
    font-size: 14px;
    line-height: 1.0;
    vertical-align: 5px;
	border-radius: 3px;
	font-weight: bold;
}



/*20181013 より形式変更　base_table */

.recruit_cont .base_table {
	background-color: #fff;
}
.recruit_cont .base_table th {
	width: 20%;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
}
.recruit_cont .base_table tbody tr:first-child th {
	background-color: #FFD9D3;
	color: #333;
	border-right: none;
	padding: .5rem 2.5rem .5rem 1rem;
	width: auto;
	border-bottom: solid 3px #f8bcb2;
}
.recruit_cont .base_table td {
	padding: 0 !important;
    border-top: solid 1px #ccc;
}
.recruit_cont .base_table td a {
	position: relative;
	display: block;
	padding: 1rem;
	color: inherit;
}
.recruit_cont .base_table td a::after {
	content: '';
    position: absolute;
    border: solid 10px transparent;
    border-left: solid 20px #FF6750;
    right: .5rem;
    top: 1rem;
    display: block;
}
.recruit_cont .base_table td a:hover {
	background-color: #f8ecea;
	text-decoration: none;
}


@media only screen and (max-width: 599px){
	.recruit_cont .base_table td a::after {
		content: '';
		position: absolute;
		border: solid 5px transparent;
		border-left: solid 10px #FF6750;
		right: 0;
		top: 1.5rem;
		display: block;
	}
	.recruit_cont .base_table th {
		padding: 1rem .5rem;
	}
	.recruit_cont .base_table tbody tr:first-child th {
		padding: .5rem;
	}
}

/*20181026 入園のご案内 */
.recruit_cont .base_table.ad tbody tr:first-child th {
	background-color: #FFD9D3;
	color: #333;
	border-right: none;
	padding: .5rem 2.5rem .5rem 1rem;
	width: auto;
	border-bottom: solid 3px #f8bcb2;
}

.recruit_cont .base_table.ad tr:nth-child(even) td {
	font-size: 90%;
	font-weight: bold;
	padding: .5rem !important;
}
.recruit_cont .base_table.ad td a {
	color: #0071bc;
}


/*===================================
  改修対応
=====================================*/
#recruit_repair .sec_wrap {
	margin-top: 20px;
}
#recruit_repair .sec_wrap .lead_box img {
	width: 100%;
}
#recruit_repair .sec_wrap .lead_box p {
	text-align: center;
}
#recruit_repair .sec_wrap .lead_box p.leadtxt {
	color: #FFAB49;
	font-size: 18px;
	font-weight: bold;
}
#recruit_repair .sec_wrap .lead_box p span {
	display: inline-block;
}
#recruit_repair section h3 {
	color: #FFAB49;
	text-align: center;
	border-bottom: 1px #666666 solid;
	line-height: 1.2;
	font-size: 19px;
	font-weight: bold;
}

#recruit_repair .sec_wrap .sec01 {
	margin-top: 30px;
}
#recruit_repair .sec_wrap .sec01 h3 span {
	color: #FF4124;
	font-size: 30px;
}
#recruit_repair .sec_wrap .sec01 ul {
	letter-spacing: -.4em;
	margin-top: 30px;
	text-align: center;
}
#recruit_repair .sec_wrap .sec01 ul li {
	/*width: 45%;*/
	width: 40%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  /*margin-left: 5%;*/
  margin-left: 9%;
  margin-top: 6%;
}
#recruit_repair .sec_wrap .sec01 ul li:nth-child(1),
#recruit_repair .sec_wrap .sec01 ul li:nth-child(2) {
	margin-top: 0;
}
#recruit_repair .sec_wrap .sec01 ul li:nth-child(odd) {
	margin-left: 0;
}
#recruit_repair .sec_wrap .sec01 ul li img {
	width: 80%;
	max-width: 223px;
}
#recruit_repair .sec_wrap .sec01 ul li em {
	color: #FF4124;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#recruit_repair .sec_wrap .sec01 ul li p {
	text-align: center;
}

#recruit_repair article.first {
	margin-bottom: 15px;
}

#recruit_repair .sec02 {
	background: url(../img/recruit/bg01.jpg) repeat;
	background-size: contain;
	padding: 20px 0;
	border-top: 5px #FF6750 solid;
}
/*#recruit_repair .sec02 .sec_in {
	margin: auto;
	max-width: 1000px;
}*/
#recruit_repair .sec02 h3 {
	border-bottom: 0;
	background-color: #FF4124;
	border-radius: 20px;
	color: #FFF;
	line-height: 1.7;
	margin: 0 20px;
	text-align: center;
}
#recruit_repair .sec02 ul {
	margin: auto;
  width: 85%;
  margin-top: 10px;
}
#recruit_repair .sec02 ul li {
	color: #FF6750;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	background: url(../img/recruit/icon01.png) no-repeat 4px 0;
	background-size: contain;
	padding-left: 37px;
}
/*#recruit_repair .sec02 ul li:before {
	position: absolute;
	content: url(../img/recruit/icon01.png);
	background-size: 9px 10px;
}*/
#recruit_repair .sec02 p {
	margin: auto;
  width: 90%;
  margin-top: 10px;
  text-align: center;
}
#recruit_repair .sec02 p span {
	display: inline-block;
}
#recruit_repair .sec02 .btn01 {
	padding: 15px 20px;
	width: 70%;
  margin: auto;
}
#recruit_repair .sec02 .btn01 img {
	width: 100%;
	max-width: 670px;
}

#recruit_repair .sec03 {
	margin: 30px 0;
}
#recruit_repair .sec03 ul {
	letter-spacing: -.4em;
	text-align: center;
}
#recruit_repair .sec03 ul li {
	width: 40%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-top: 6%;
  text-align: center;
}
#recruit_repair .sec03 ul li:nth-child(2) {
	margin-left: 10%;
}
#recruit_repair .sec03 ul li img {
	width: 100%;
	max-width: 300px;
}
#recruit_repair .sec03 ul li div {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
#recruit_repair .sec03 ul li em {
	display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
#recruit_repair .sec03 ul li:nth-child(1) em {
	color: #FF4124;
}
#recruit_repair .sec03 ul li:nth-child(2) em {
	color: #CA8DFF;
}
#recruit_repair .sec03 ul li:nth-child(3) em {
	color: #6DD7BD;
}
#recruit_repair .sec03 ul li a {
	color: #FFF;
	border-radius: 20px;
	padding: 2px 25px;
  display: inline-block;
  margin-top: 3px;
}
#recruit_repair .sec03 ul li:nth-child(1) a {
	background-color: #FF4124;
}
#recruit_repair .sec03 ul li:nth-child(2) a {
	background-color: #CA8DFF;
}
#recruit_repair .sec03 ul li:nth-child(3) a {
	background-color: #6DD7BD;
}
#recruit_repair .sec03 ul li em span {
	display: block;
	font-size: 15px;
}

#recruit_repair .sec04 {
	margin-top: 50px;
}
#recruit_repair .sec04 h3 {
	color: #FF4124;
}
#recruit_repair .sec04 ul {
	letter-spacing: -.4em;
  text-align: center;
  border: 1px #FF4124 solid;
  border-radius: 7px;
  padding: 10px;
  margin: 20px 0 30px;
}
#recruit_repair .sec04 ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 4%;
  font-size: 16px;
}
#recruit_repair .sec04 ul li a {
	color: #555555;
}
#recruit_repair .sec04 ul li a span {
	color: #FF4124;
}

#recruit_repair section .smoking_box {
	padding: 10px;
	border: 1px #FF4124 solid;
	border-radius: 7px;
	background: #fff;
}

#recruit_repair section .smoking_box h3 {
	color: #fff;
    background-color: #FF6750;
	font-weight: bold;
	font-size: 18px;
	border: none;
	margin-bottom: 10px;
}

#recruit_repair section .smoking_box h4 {
	color: #FF4124;
	font-weight: bold;
	border-bottom: 1px solid #FF4124;
	font-size: 16px;
    line-height: 1.4;
}

#recruit_repair section .smoking_box p + h3 { 
	margin-top: 20px;
}

#recruit_repair section .smoking_box p + h4 {
	margin-top: 20px;
}

#recruit_repair section .smoking_box p b {
	color: #FF4124;
	background-color: #FFD9D3;
	font-weight: bold;
}


	@media only screen and (min-width: 800px){
	
	#recruit_repair section h3 {
		/*font-size: 25px;*/
		font-size: 30px;
	}
	#recruit_repair .sec_wrap .sec01 h3 span {
		font-size: 50px;
	}
	#recruit_repair .sec_wrap .lead_box p.leadtxt {
	 font-size: 25px;
	}

	#recruit_repair .sec_wrap .sec01 {
		margin-top: 60px;
	}
	#recruit_repair .sec_wrap .sec01 ul li {
		/*width: 45%;*/
		/*width: 23%;(2/13一時修正)*/
		width: 25%;
	  margin-left: 2%;
	  margin-top: 3%;
	}
	#recruit_repair .sec_wrap .sec01 ul li:nth-child(1),
	#recruit_repair .sec_wrap .sec01 ul li:nth-child(2),
	#recruit_repair .sec_wrap .sec01 ul li:nth-child(3),
	#recruit_repair .sec_wrap .sec01 ul li:nth-child(4) {
		margin-top: 2%;
	}

	#recruit_repair article.first {
		margin-bottom: 50px;
	}

	#recruit_repair .sec02 {
		padding: 40px 0;
	}
	#recruit_repair .sec02 .sec_in {
		margin: auto;
		width: 65%;
	}
	#recruit_repair .sec02 h3 {
		font-size: 21px;
	}
	#recruit_repair .sec02 ul {
		margin-top: 25px;
	}
	#recruit_repair .sec02 ul li {
		font-size: 21px;
		padding-left: 45px;
	}
	#recruit_repair .sec02 p {
		margin-top: 15px;
	}

	#recruit_repair .sec03 {
		margin: 45px 0;
	}
	#recruit_repair .sec03 ul li {
		width: 25%;
	}
	#recruit_repair .sec03 ul li:nth-child(2),
	#recruit_repair .sec03 ul li:nth-child(3) {
		margin-left: 7%;
	}
	#recruit_repair .sec03 ul li div {
		font-size: 20px;
	}
	#recruit_repair .sec03 ul li em {
	  font-size: 25px;
	}
	#recruit_repair .sec03 ul li em span {
		font-size: 20px;
	}
	#recruit_repair .sec03 ul li a {
		font-size: 20px;
	}

	#recruit_repair .sec04 ul li {
		margin: 0 1.5%;
	}

#recruit_repair section .smoking_box h3 {
	font-size: 20px;
}


}

@media only screen and (min-width: 1200px){
	#recruit_repair .sec02 .sec_in {
		width: 620px;
	}
}

/*インタビューページ*/
#recruit_repair .interview {
	margin-top: 30px;
}
#recruit_repair .interview img {
	width: 100%;
}
#recruit_repair .interview img.smt-none {
	display: none;
}
#recruit_repair .sec03.interview_links h3 {
	border-bottom: 0;
}
@media only screen and (min-width: 800px){
	#recruit_repair .interview {
		margin-top: 50px;
	}
	#recruit_repair .interview img.smt-none {
		display: block;
	}
	#recruit_repair .interview img.pc-none {
		display: none;
	}
	#recruit_repair .sec03.interview_links ul li:nth-child(2) {
		margin-left: 15%;
	}
	#recruit_repair .sec04 {
        margin-top: 50px;
        padding-top: 50px;
	}
}

/* ADD 210122 */
.banner-wp {
	display: flex;
	margin: 0 auto;
	/*max-width: 700px;*/
	max-width: 1000px;
}
.banner-wp > * {
	/*flex: 0 1 auto;*/
	flex: 1;
	display: block;
}
.banner-wp > :nth-child(n + 2) {
	margin-left: 10px;
}
.banner-wp img {
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 799px) {
	.banner-wp {
		display: block;
	}
	.banner-wp > :nth-child(n + 2) {
		margin: 10px 0 0;
	}
}

/* ADD 220727 */
.recruit-banner {
    width: 260px;
    max-width: 100%;
    z-index: 30;
    position: fixed;
    bottom: 2%;
    right: calc(100px + 4vw);
	transition: all .5s linear;
}
.recruit-banner img {
    width: 100%;
}
@media screen and (max-width: 799px) {
	.recruit-banner {
		bottom: 4%;
		width: 200px;
	}

}

/* ADD 250122 */
#recruit_repair .banner-wp {
	flex-wrap: wrap;
	gap: 0 10px;
}
#recruit_repair .banner-wp > * {
    flex: none;
    width: calc((100% - 20px) / 3);
}
#recruit_repair .banner-wp > :nth-child(n + 2) {
	margin-left: 0;
}
@media screen and (max-width: 799px) {
	#recruit_repair .banner-wp > * {
		flex: none;
		width: 100%;
	}
}