@charset "UTF-8";
/* CSS Document */
/* phpページCSS */

/*採用情報一覧*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	/*キービジュアル*/
	#rec-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#rec-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	
	.rec-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.rec-key-text h1 {
		margin-bottom: 20px;
		font-size: 50px;
		font-weight: 500;
		font-family: 'Montserrat', 'sans-serif';
		letter-spacing: 6px;
		line-height: 50px;
		text-align: center;
		color: #333333;
	}
	
	.rec-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.rec-key-text h1 font {
		color: #F18405;
	}
	
	.rec-key-text h1 span {
		padding: 5px 18px;
		font-size: 26px;
		font-weight: 500;
		letter-spacing: 3px;
		line-height: 26px;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 12px;
	}
	
	/*コンテンツ*/
	.rec00-key {
		background-image: url();
	}
	
	#rec {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0;
		margin: 0 auto;
	}
	
	#rec .con {
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0 auto;
	}
	
	#rec .con .con-h2 {
		text-align: center;
	}
	
	#rec .con .con-h2-grd {
		display: inline-block;
		font-size: 36px;
    	letter-spacing: 2px;
    	line-height: 48px;
   		text-align: center;
		background: linear-gradient(90deg, #f18405 23%, #fbc16a 93%);
		background: -webkit-linear-gradient(0, #f18405 23%, #fbc16a 93%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0 auto;
	}
	
	.rec-img {
		display: block;
		position: relative;
		width: 100%;
		height: 500px;
		margin: 40px 0;
		border-radius: 10px;
		background: rgba(128,128,128,0.5);
	}
	
	#rec .con p {
		display: block;
		width: 960px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-img00 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 50px auto;
	} 
	
	.rec-img00 h2 {
		font-size: 36px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: 3.6px;
  		text-align: center;
  		color: #333;
	}
	
	#rec .con p:nth-of-type(2) {
		display: block;
		width: 720px;
		height: auto;
	}
	
	.rec-img00-flex {
		display: flex;
		width: 100%;
		height: auto;
		margin: 35px 0 40px;
	}
	
	.rec-img01 {
		position: relative;
		width: 50%;
		height: 400px;
		border-radius: 10px 0 0 10px;
		background: rgba(128,128,128,0.5);
	}
	
	.rec-img02 {
		position: relative;
		width: 50%;
		height: 400px;
		border-radius: 0 10px 10px 0;
		background: rgba(128,128,128,0.5);
	}
	
	/*福利厚生*/
	.rec-ptn01 {
		position: relative;
		width: 1110px;
		height: auto;
		padding: 100px 0 100px 0;
		margin: 0 auto;
	}
	
	.rec-ptn01 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 40px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 4px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-ptn01 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ptn01 img {
		display: block;
		position: relative;
		width: 120px;
		height: 180px;
		margin: 35px auto 30px auto;
		object-fit: cover;
	}
	
	.rec-ptn01 h2 {
		font-size: 36px;
  		font-weight: bold;
  		line-height: 1.5;
  		letter-spacing: 3.6px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-con {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 40px;
	}
	
	.rec-con-flex {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
	}
	
	.rec-con-1 {
		width: 300px;
		height: auto;
		margin: 0 35px 55px;
	}
	
	.rec-con-1 h3 {
		position: relative;
		font-size: 20px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
		margin-bottom: 10px;
	}
	
	.rec-con-1 .p-img {
		position: relative;
		width: 100%;
  		height: 200px;
  		border-radius: 10px;
		margin: 0 0 20px 0;
		object-fit: cover;
		background: rgba(128,128,128,0.5);
	}
	
	/*スタッフ紹介*/
	.rec-ptn02 {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 150px;
	}
	
	.rec-ptn02 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 40px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 4px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-ptn02 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ptn02 h3 {
		font-size: 36px;
  		font-weight: bold;
  		line-height: 1.5;
  		letter-spacing: 3.6px;
  		text-align: center;
  		color: #333;
		margin: 30px 0 55px;
	}
	
	.rec-ptn02-backimg {
    	z-index: 0;
    	position: absolute;
    	top: -230px;
    	right: 0;
    	width: 330px;
    	height: auto;
    	object-fit: cover;
	}
	
	.rec-ptn02-backimg02 {
    	z-index: 0;
    	position: absolute;
    	bottom: -390px;
    	left: 0;
    	width: 260px;
    	height: auto;
    	object-fit: cover;
	}
	
	/*募集要項*/
	#rec-ptn03-anker {
		display: block;
    	padding-top: 120px;
    	margin-top: -120px;
	}
	
	.rec-ptn03 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 40px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 4px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-ptn03 .rec-ptn03-p {
		margin: 30px auto 20px;
		text-align: center;
	}
	
	.rec-ptn03 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ptn03-1 {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 1160px;
		height: auto;
		margin: 30px auto 0;
	}
	
	.rec-ptn03-1-loop {
		position: relative;
		width: 480px;
		height: auto;
		margin: 0 50px 30px;
	}
	
	.rec-ptn03-1-loop-img {
		position: relative;
		width: 480px;
		height: 320px;
		margin: 25px 0 15px;
		padding: 0 0 0 0;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.rec-ptn03-1-loop-img img {
		position: relative;
		width: 480px;
		height: 320px;
		object-fit: cover;
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	
	.rec-ptn03-1-loop:hover .rec-ptn03-1-loop-img img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		transition: 0.3s all;
	}
	
	.rec-ptn03-1-loop h2 {
		font-size: 30px;
  		font-style: normal;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ptn03-1-loop h3 {
		position: relative;
		font-size: 20px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
		margin-bottom: 20px;
	}
	
	.rec-ptn03-1-loop h3:before {
    	content: "";
    	position: absolute;
    	left: 100px;
    	bottom: -13px;
    	width: 380px;
    	border-bottom: 1px solid #333333;
	}

	.rec-ptn03-1-loop h3:after {
    	content: "";
    	position: absolute;
    	left: 0;
    	bottom: -13px;
    	width: 100px;
    	border-bottom: 1px solid #F18405;
	}
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	
	/*キービジュアル*/
	#rec-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#rec-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	
	.rec-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.rec-key-text h1 {
		font-family: 'Montserrat', 'sans-serif';
		color: #333333;
		font-size: 30px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 3px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.rec-key-text h1 font {
		color: #F18405;
	}
	
	.rec-key-text h1 span {
		padding: 5px 18px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1.2px;
		line-height: normal;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 5px;
	}
	
	/*コンテンツ*/
	.rec00-key {
		background-image: url();
	}
	
	#rec {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0;
		margin: 0 auto;
	}
	
	#rec .con {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto;
	}
	
	#rec .con .con-h2 {
		text-align: center;
	}
	
	#rec .con .con-h2-grd {
		display: inline-block;
		font-size: 22px;
    	letter-spacing: 2px;
    	line-height: 32px;
   		text-align: center;
		background: linear-gradient(90deg, #f18405 23%, #fbc16a 93%);
		background: -webkit-linear-gradient(0, #f18405 23%, #fbc16a 93%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0 auto;
	}
	
	.rec-img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 30px 0 20px;
		border-radius: 10px;
		background: rgba(128,128,128,0.5);
	}
	
	#rec .con p {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-img00 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 35px auto 35px auto;
	} 
	
	.rec-img00 h2 {
		font-size: 20px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: left;
  		color: #333;
	}
	
	.rec-img00-flex {
		display: flex;
		width: 100%;
		height: auto;
		margin: 25px 0 20px;
	}
	
	.rec-img01 {
		position: relative;
		width: 50%;
		height: 115px;
		border-radius: 10px 0 0 10px;
		background: rgba(128,128,128,0.5);
	}
	
	.rec-img02 {
		position: relative;
		width: 50%;
		height: 115px;
		border-radius: 0 10px 10px 0;
		background: rgba(128,128,128,0.5);
	}
	
	/*福利厚生*/
	.rec-ptn01 {
		position: relative;
		width: 300px;
		height: auto;
		padding: 75px 0 50px;
		margin: 0 auto;
	}
	
	.rec-ptn01 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 22px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-ptn01 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ptn01 img {
		display: block;
		position: relative;
		width: 100px;
		height: 150px;
		margin: 30px auto 25px auto;
		object-fit: cover;
	}
	
	.rec-ptn01 h2 {
		font-size: 22px;
  		font-weight: bold;
  		line-height: 1.5;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-con {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 40px;
	}
	
	.rec-con-flex {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.rec-con-1 {
		width: 300px;
		height: auto;
		margin-bottom: 25px;
	}
	
	.rec-con-1 h3 {
		position: relative;
		font-size: 17px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
		margin-bottom: 10px;
	}
	
	.rec-con-1 .p-img {
		position: relative;
		width: 100%;
  		height: 200px;
  		border-radius: 10px;
		margin: 0 0 20px 0;
		object-fit: cover;
		background: rgba(128,128,128,0.5);
	}
	
	/*スタッフ紹介*/
	.rec-ptn02 {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 75px;
	}
	
	.rec-ptn02 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 22px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-ptn02 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ptn02 h3 {
		font-size: 22px;
  		font-weight: bold;
  		line-height: 1.7;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #333;
		margin: 25px 0;
	}
	
	.rec-ptn02 .top-stf-h3-1 {
		display: inline-block;
    	position: relative;
    	margin: 10px 0 5px;
    	font-size: 15px;
    	font-weight: bold;
    	line-height: normal;
    	letter-spacing: normal;
    	text-align: left;
    	color: #333;
	}
	
	.rec-ptn02-backimg {
    	z-index: 0;
    	position: absolute;
    	top: -50px;
   	 	right: 0;
    	width: 180px;
    	height: auto;
    	object-fit: cover;
	}
	
	.rec-ptn02-backimg02 {
    	z-index: -1;
    	position: absolute;
    	bottom: -150px;
   	 	left: 0;
    	width: 205px;
    	height: auto;
    	object-fit: cover;
	}
	
	
	
	/*募集要項*/
	
	#rec-ptn03-anker {
		display: block;
    	padding-top: 70px;
    	margin-top: -70px;
	}
	
	.rec-ptn03 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 22px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-ptn03 .rec-ptn03-p {
		z-index: 0;
		margin: 15px auto 0;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	
	.rec-ptn03 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ptn03-1 {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 300px;
		height: auto;
		margin: 25px auto 0;
	}
	
	.rec-ptn03-1-loop {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.rec-ptn03-1-loop-img img {
		position: relative;
		width: 300px;
		height: 200px;
		margin: 15px 0;
		object-fit: cover;
		border-radius: 10px;
	}
	
	.rec-ptn03-1-loop h2 {
		font-size: 17px;
  		font-style: normal;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ptn03-1-loop h3 {
		position: relative;
		font-size: 13px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
		margin-bottom: 10px;
	}
	
	.rec-ptn03-1-loop h3:before {
    	content: "";
    	position: absolute;
    	left: 100px;
    	bottom: -7px;
    	width: 200px;
    	border-bottom: 1px solid #333333;
	}

	.rec-ptn03-1-loop h3:after {
    	content: "";
    	position: absolute;
    	left: 0;
    	bottom: -7px;
    	width: 100px;
    	border-bottom: 1px solid #F18405;
	}
	
	
}

/*採用情報個別*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	/*キービジュアル*/
	#rec-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#rec-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	
	.rec-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.rec-key-text h1 {
		margin-bottom: 20px;
		font-size: 50px;
		font-weight: 500;
		font-family: 'Montserrat', 'sans-serif';
		letter-spacing: 6px;
		line-height: 50px;
		text-align: center;
		color: #333333;
	}
	
	.rec-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.rec-key-text h1 font {
		color: #F18405;
	}
	
	.rec-key-text h1 span {
		padding: 5px 18px;
		font-size: 26px;
		font-weight: 500;
		letter-spacing: 3px;
		line-height: 26px;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 12px;
	}
	
	.rec-key-text h2 {
		font-size: 26px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: 2.08px;
  		text-align: left;
  		color: #333;
	}
	
	/*コンテンツ*/
	.rec-ind01-key {
		background-image: url();
	}
	
	.rec-ind {
		position: relative;
		width: 100%;
		height: auto;
		margin: 95px 0 100px;
	}
	
	.rec-ind01 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-ind01 h2 {
		position: relative;
		font-size: 30px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.rec-ind01 h2:before {
    	content: "";
    	position: absolute;
    	left: 100px;
    	bottom: -10px;
    	width: 900px;
    	border-bottom: 1px solid #333333;
	}

	.rec-ind01 h2:after {
    	content: "";
    	position: absolute;
    	left: 0;
    	bottom: -10px;
    	width: 100px;
    	border-bottom: 1px solid #F18405;
	}
	
	.rec-ind01-all {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
	}
	
	.rec-ind01-con img {
		position: relative;
		width: 480px;
		height: 320px;
		border-radius: 10px;
		margin: 50px auto 0 0;
		object-fit: cover;
	}
	
	.rec-ind01-text {
		position: relative;
		width: 460px;
		height: auto;
		margin: 50px 0 0 60px;
	}
	
	.rec-ind01-text h3 {
		font-size: 26px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: 2.08px;
  		text-align: left;
  		color: #333;
	}
	
	.rec-ind01-text p {
		margin: 15px 0;
	}
	
	.rec-ind-cat {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.rec-ind-cat p {
		width: fit-content;
		margin: 15px 20px 15px 0;
		font-size: 16px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #fff;
		padding: 2px 16px 3px;
  		border-radius: 10px;
		background-image: linear-gradient(to right, #f18405 23%, #fbc16a 93%);
		float: left;
	}
	
	.rec-ind-tag {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.rec-ind-tag p {
		width: fit-content;
		margin-right: 20px;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
		float: left;
	}
	
	/*募集要項*/
	.rec-ind02 {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 100px;
	}
	
	.rec-ind02 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 40px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 4px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-ind02 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ind02 table {
		position: relative;
    	width: 1100px;
    	height: auto;
    	margin: 35px auto 0;
    	border-collapse: collapse;
	}
	
	.rec-ind02 table tr {
		border: solid 1px #e5e5e5;
	}
	
	.rec-ind02 table tr th {
    	position: relative;
    	width: 300px;
    	padding: 21px 0 22px;
    	font-size: 20px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #333;
    	vertical-align: middle;
    	background-color: #f4f4f4;
		border-right: solid 1px #e5e5e5;
	}
	
	.rec-ind02 table tr td {
    	position: relative;
    	width: 750px;
    	padding: 24px 0 25px 50px;
    	font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	vertical-align: middle;
	}
	
	/*エントリーフォーム*/
	.rec-ind03 {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 100px;
	}
	
	.rec-ind03 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 40px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 4px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-ind03 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	.rec-ind03-text {
		position: relative;
		width: 625px;
		height: auto;
		margin: 30px auto 55px;
	}
	
	.rec-ind03-text p:nth-of-type(2) {
		font-size: 20px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
		margin-top: 20px;
	}
	
	.rec-ind03-text p:nth-of-type(2) a {
  		color: #333;
		border: none;
	}
	
	.rec-ind03 p {
		text-align: center;
	}
	
	.rec-ind03 p a {
		color: #333;
		border-bottom: solid 1px #333;
	}
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	
	/*キービジュアル*/
	#rec-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#rec-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	
	.rec-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.rec-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.rec-key-text h1 font {
		color: #F18405;
	}
	
	.rec-key-text h1 span {
		padding: 5px 18px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1.2px;
		line-height: normal;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 5px;
	}
	
	.rec-key-text h2 {
		font-size: 15px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: 1.2px;
  		text-align: left;
  		color: #333;
	}
	
	/*コンテンツ*/
	.rec-ind01-key {
		background-image: url();
	}
	
	.rec-ind {
		position: relative;
		width: 100%;
		height: auto;
		margin: 45px 0 50px;
	}
	
	.rec-ind01 {
		position: relative;
		width: 375px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-ind01 h2 {
		position: relative;
		display: block;
		width: 94%;
		margin: 0 auto;
		font-size: 22px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.rec-ind01 h2:before {
    	content: "";
    	position: absolute;
    	left: 115px;
    	bottom: -10px;
    	width: 235px;
    	border-bottom: 1px solid #333333;
	}

	.rec-ind01 h2:after {
    	content: "";
    	position: absolute;
    	left: 0px;
    	bottom: -10px;
    	width: 115px;
    	border-bottom: 1px solid #F18405;
	}
	
	.rec-ind01-con {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.rec-ind01-con img {
		position: relative;
		width: 300px;
		height: 200px;
		border-radius: 10px;
		object-fit: cover;
		margin: 35px auto 30px auto;
	}
	
	.rec-ind01-text {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-ind01-text h3 {
		font-size: 17px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: 1.2px;
  		text-align: left;
  		color: #333;
	}
	
	.rec-ind01-text p {
		margin: 15px 0 0 0;
	}
	
	.rec-ind-cat {
		position: relative;
		width: 94%;
		height: auto;
		margin: 10px auto 0;;
	}
	
	.rec-ind-cat p {
		width: fit-content;
		margin: 10px 10px 10px 0;
		font-size: 13px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #fff;
		padding: 0 6px 1px;
  		border-radius: 5px;
		background-image: linear-gradient(to right, #f18405 23%, #fbc16a 93%);
		float: left;
	}
	
	.rec-ind-tag {
		position: relative;
		width: 96%;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-ind-tag p {
		width: fit-content;
		margin-right: 10px;
		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
		float: left;
	}
	
	/*募集要項*/
	.rec-ind02 {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	
	.rec-ind02 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 22px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #333;
		white-space: nowrap;
	}
	
	.rec-ind02 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ind02 table {
		position: relative;
    	width: 350px;
    	height: auto;
    	margin: 15px auto 0;
    	border-collapse: collapse;
	}
	
	.rec-ind02 table tr th {
    	position: relative;
		display: block;
    	width: 325px;
    	padding: 10px 0 11px 25px;
    	font-size: 13px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	vertical-align: middle;
    	background-color: #f4f4f4;
		border-right: solid 1px #e5e5e5;
	}
	
	.rec-ind02 table tr td {
    	position: relative;
		display: block;
    	width: 325px;
    	padding: 10px 0 11px 25px;
    	font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	vertical-align: middle;
	}
	
	/*エントリーフォーム*/
	.rec-ind03 {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	
	.rec-ind03 .rec-h2 {
		z-index: 1;
		position: relative;
		margin: 0 auto;
		font-family: 'Montserrat';
  		font-size: 22px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #333;
	}
	
	.rec-ind03 .rec-h2 span {
		display: block;
		font-family: "游ゴシック", YuGothic,"游ゴシック体" , "Yu Gothic", sans-serif;
  		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #f18405;
	}
	
	.rec-ind03-text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 15px auto 30px;
	}
	
	.rec-ind03-text p:nth-of-type(1) {
  		text-align: center;
	}
	
	.rec-ind03-text p:nth-of-type(2) {
		font-size: 16px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: center;
  		color: #333;
		margin-top: 20px;
	}
	
	.rec-ind03-text p:nth-of-type(2) a {
  		color: #333;
		border: none;
	}
	
	.rec-ind03 p {
		text-align: center;
	}
	
	.rec-ind03 p a {
		color: #333;
		border-bottom: solid 1px #333;
	}
	
}

/*採用情報サンクス*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	/*キービジュアル*/
	#rec-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#rec-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	
	.rec-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.rec-key-text h1 {
		margin-bottom: 20px;
		font-size: 50px;
		font-weight: 500;
		font-family: 'Montserrat', 'sans-serif';
		letter-spacing: 6px;
		line-height: 50px;
		text-align: center;
		color: #333333;
	}
	
	.rec-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.rec-key-text h1 font {
		color: #F18405;
	}
	
	.rec-key-text h1 span {
		padding: 5px 18px;
		font-size: 26px;
		font-weight: 500;
		letter-spacing: 3px;
		line-height: 26px;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 12px;
	}
	
	.rec-key-text h2 {
		font-size: 26px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: 2.08px;
  		text-align: left;
  		color: #333;
	}
	
	/*コンテンツ*/
	.rec-thanks-key {
		background-image: url();
	}
	
	.rec-thanks {
		position: relative;
		width: 100%;
		height: auto;
		margin: 150px 0 100px;
	}
	
	.rec-thanks p {
		text-align: center;
	}
	
	.rec-btn {
		z-index: 1;
		display: block;
		position: relative;
		margin: 80px auto 0;
		width: 300px;
		height: 60px;
		font-family: 'Montserrat';
  		font-size: 20px;
  		font-weight: 500;
  		line-height: 60px;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
	}
	
	.rec-btn:hover {
		color: #333;
		background: #fff;
		border: solid 2px #333;
	}
	
	.rec-thanks-backimg {
    	z-index: 0;
    	position: absolute;
    	top: -130px;
    	right: 0;
    	width: 330px;
    	height: auto;
    	object-fit: cover;
	}
	
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	
	/*キービジュアル*/
	#rec-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#rec-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	
	.rec-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.rec-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.rec-key-text h1 font {
		color: #F18405;
	}
	
	.rec-key-text h1 span {
		padding: 5px 18px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1.2px;
		line-height: normal;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 5px;
	}
	
	.rec-key-text h2 {
		font-size: 15px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: 1.2px;
  		text-align: left;
  		color: #333;
		margin-top: 20px;
	}
	
	/*コンテンツ*/
	.rec-thanks-key {
		background-image: url();
	}
	
	.rec-thanks {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px 0;
	}
	
	.rec-thanks p {
		text-align: center;
	}
	
	.rec-btn {
		z-index: 1;
		display: block;
		position: relative;
		margin: 40px auto 0;
		width: 250px;
		height: 40px;
		font-family: 'Montserrat';
  		font-size: 15px;
  		font-weight: 500;
  		line-height: 40px;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
	}
	
	.rec-btn:hover {
		color: #333;
		background: #fff;
		border: solid 2px #333;
	}
	
	
}