@charset "utf-8";

#recruit #wrapper:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: #fffdee url(/common/images/recruit/page_bg.jpg?20220928) no-repeat center top;
	background-size: cover;
}

#contentsHeader {
	position: relative;
	padding: 85px 0 0 0;
	text-align: center;
}
#contentsHeader .balloon {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #0dc7ac;
	border-radius: 60px;
	opacity: 0.9;
}
#contentsHeader .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #0dc7ac;
	opacity: 0.9;
}
#contentsHeader h1{
	margin: 0;
	padding: 25px 100px;
	text-align: center;
}
#contentsHeader h1 em {
	text-align: center;
	font-size: 5em;
	font-family: 'Baloo', cursive;
	color: #fff;
}
#contentsHeader h1 small {
	display: block;
	margin-top: 10px;
	font-size: 1.75em;
	color: #fff;
}
@media only screen and (max-width:1215px) {
	#contentsHeader {
		padding: 70px 0 0 0;
	}
	#contentsHeader .balloon {
		padding: 5px 5px;
		border-radius: 45px;
	}
	#contentsHeader h1{
		padding: 20px 75px;
	}
	#contentsHeader h1 em {
		font-size: 4em;
	}
	#contentsHeader h1 small {
		margin-top: 7px;
		font-size: 1.5em;
	}
}
@media only screen and (max-width:768px) {
	#contentsHeader {
		padding: 50px 0 0 0;
	}
	#contentsHeader .balloon {
		border-radius: 40px;
	}
	#contentsHeader h1{
		padding: 15px 50px;
	}
	#contentsHeader h1 em {
		font-size: 3.5em;
	}
	#contentsHeader h1 small {
		margin-top: 5px;
		font-size: 1.25em;
	}
}
@media only screen and (max-width:480px) {

	#recruit #wrapper:before{
		background-size: contain;
	}
	#contentsHeader {
		padding: 35px 0 0 0;
	}
	#contentsHeader .balloon {
		border-radius: 30px;
	}
	#contentsHeader h1{
		padding: 10px 25px;
	}
	#contentsHeader h1 em {
		font-size: 3em;
	}
	#contentsHeader h1 small {
		margin-top: 5px;
		font-size: 1.2em;
	}
}

#recruitArea {
	width: 75%;
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
}
#recruitArea h2 {
	margin: 0 auto 50px;
	text-align: center;
	font-size: 2.5em;
	line-height: 1.7;
	font-weight: bold;
	color: #0dc7ac;
}
#recruitArea p {
	text-align: left;
	margin: 1.5rem 0;
	font-size: 1.7rem;
	line-height: 2;
}
#recruitArea p .whiteBg {
	background-color: #fff;
	padding: 5px;
}
#recruitArea h3 {
	margin-top: 50px;
	padding: 75px 0 25px;
	text-align: center;
	font-size: 2.5em;
	color: #fff;
	background: url(/common/images/recruit/title_bg.png) no-repeat center top;
	background-size: 300px 250px;
}
#recruitArea .kome{
	color:#f00;
}
#recruitArea table {
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #0dc7ac;
	overflow: hidden;
}
#recruitArea table th {
	width: 10%;
	padding: 10px 10px;
	text-align: left;
	background-color: #0dc7ac;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	color: #fff;
	vertical-align: middle;
	line-height: 1.75;
	font-size: 1.6rem;
}
#recruitArea table th.sub {
	width: 15%;
	background-color: #c2f1ea;
	border-bottom: 1px solid #0dc7ac;
	color: #333;
}
#recruitArea table td {
	width: 75%;
	padding: 10px 10px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	border-bottom: 1px solid #0dc7ac;
	line-height: 1.75;
	font-size: 1.6rem;
}
#recruitArea table.shopinfotable th {
	width: 20%;
}
#recruitArea table.shopinfotable td {
	width: 80%;
}
#recruitArea table td.input_error {
	background: #fde4e4;
}
#recruitArea table td .input_warn {
	display: block;
	margin-top: 5px;
	font-size:1.25rem;
	color: #c00;
}
#recruitArea table td img {
	width: 200px;
	height: auto;
}
#recruitArea form input[type=text]{
	border: 1px solid #0dc7ac;
	padding: 10px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 1.6rem;
}
#recruitArea form input.w10 {
	width: 15%;
}
#recruitArea form input.w50 {
	width: 50%;
}
#recruitArea form input.w75 {
	width: 75%;
}
#recruitArea form textarea {
	height: 200px;
	border: 1px solid #0dc7ac;
	padding: 10px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 1.6rem;
}
#recruitArea form .form-btn {
	overflow: hidden;
	position: relative;
}
#recruitArea form .form-btn ul {
	float: left;
	margin: 30px auto 50px auto;;
	padding: 0;
	position: relative;
	left: 50%;
}
#recruitArea form .form-btn ul li {
	float: left;
	margin: 0 20px;
	position: relative;
	left: -50%;
	width: auto;
}
#recruitArea form .form-btn ul li input {
	width: 250px;
	padding: 10px 10px;
	border: none;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
	background-color: #f06ec5;
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#recruitArea form .form-btn ul li input:hover {
	opacity: 0.9;
}
@media only screen and (max-width:1215px) {
	#recruitArea {
		width: 90%;
		padding: 55px 0;
	}
	#recruitArea h2 {
		margin: 0 auto 40px;
		font-size: 2.25em;
	}
	#recruitArea p {
		font-size: 1.5rem;
	}
	#recruitArea h3 {
		margin-top: 50px;
		padding: 70px 0 20px;
		font-size: 2.25em;
		background-size: 270px 225px;
	}
	#recruitArea table {
		font-size: 1.5rem;
	}
	#recruitArea table th {
		width: 12.5%;
		padding: 10px 10px;
	}
	#recruitArea table th.sub {
		width: 17.5%;
	}
	#recruitArea table td {
		width: 70%;
		padding: 10px 10px;
	}
	#recruitArea form input[type=text]{
		padding: 10px 10px;
		font-size: 1.5rem;
	}
	#recruitArea form textarea{
		height: 175px;
		padding: 10px 10px;
		font-size: 1.5rem;
	}
	#recruitArea form .form-btn ul li {
		margin: 0 15px;
	}
	#recruitArea form .form-btn ul li input {
		width: 225px;
		padding: 10px 10px;
		font-size: 1.8rem;
	}
}
@media only screen and (max-width:768px) {
	#recruitArea {
		width: 90%;
		padding: 40px 0;
	}
	#recruitArea h2 {
		margin: 0 auto 35px;
		font-size: 2.0em;
	}
	#recruitArea h3 {
		margin-top: 50px;
		padding: 60px 0 15px;
		font-size: 2.0em;
		background-size: 240px 200px;
	}
	#recruitArea table th {
		width: 12.5%;
		padding: 10px 10px;
		white-space: normal;
		line-height: 1.7;
		font-size: 1.5rem;
	}
	#recruitArea table th.sub {
		width: 22.5%;
	}
	#recruitArea table td {
		width: 65%;
		padding: 10px 10px;
		line-height: 1.7;
		font-size: 1.5rem;
	}
	#recruitArea table.shopinfotable th {
		width: 30%;
	}
	#recruitArea table.shopinfotable td {
		width: 70%;
	}
	#recruitArea form textarea{
		width: 90%;
		height: 150px;
		padding: 10px 10px;
	}
	#recruitArea form input.w50 {
		width: 70%;
	}
	#recruitArea form input.w75 {
		width: 90%;
	}
	#recruitArea form .form-btn ul li input {
		width: 175px;
		font-size: 1.7rem;
	}
}
@media only screen and (max-width:480px) {
	#recruitArea h2 {
		width: 75%;
		margin: 0 auto 35px;
		font-size: 2.0em;
	}
	#recruitArea h3 {
		margin-top: 50px;
		padding: 60px 0 15px;
		font-size: 1.75em;
		background-size: 240px 200px;
	}
	#recruitArea table tr,
	#recruitArea table th,
	#recruitArea table td {
		display: block;
	}
	#recruitArea table th,
	#recruitArea table th.sub {
		width: 95%;
		padding: 10px 2.5%;
		line-height: 1.7;
	}
	#recruitArea table td {
		width: 95%;
		padding: 10px 2.5%;
		line-height: 1.7;
	}
	#recruitArea table.shopinfotable th {
		width: 95%;
	}
	#recruitArea table.shopinfotable td {
		width: 95%;
	}
	#recruitArea form textarea{
		width: 95%;
		padding: 10px 2.5%;
		height: 100px;
	}
	#recruitArea form .form-btn ul li:first-child {
		margin: 0 7px 0 0;
	}
	#recruitArea form .form-btn ul li:last-child {
		margin: 0 0 0 7px;
	}
	#recruitArea form .form-btn ul li input {
		width: 150px;
		font-size: 1.6rem;
	}

}
