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

採用情報

---------------------------------------------- */
#main {
	background-image: url(../img/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

.recruitPageTitle {
	position: relative;
	width: 92%;
	text-align: center;
	margin: 0 auto 2.0rem;
}
.recruitPageTitle h1 {
	top: -8rem;
	left: 50%;
	width: 100%;
	margin: 0 auto 0 -490px;
	font-size: 10px;
	font-size: 1rem;
	color: aliceblue;
}
.recruitPageTitle p {
	position:absolute;
	top: 0;	left: 0;
	width: 100%;
	max-width: 980px;
	text-align: center;
	color: #F4F3F1;
	color: #f7f7f7;
}
.recruitPageTitle img {
	position: relative;
	width: 100%;
	max-width: 920px;
}
.recruitPageTitle a {
	/*position:absolute;
	top: 2.5rem;	right: 0;*/
	display: block;
	width: 17em;
	padding: 0.5em;
	margin: 0 auto 8rem;
  color: #EBE9E6;
  font-size: 15px; font-size: 1.5rem;
	font-weight: bold;
  border: 1px solid #B29A70;
  background: #0096AE;
}



/*--- Responsive ---*/
@media screen and (max-width:640px) {
.recruitPageTitle {
	margin: 7rem auto 2.0rem;
}
.recruitPageTitle h1 {
		top: -5rem;
		left: 50%;
		width: 80%;
		margin: 0 auto 0 -40%;
		text-align: center;
}
.recruitPageTitle img {
	width: 90%;
	margin: 0 5%;
}

.recruitPageTitle a {
	position:relative;
	top: 0rem;
	margin: 2rem auto 5rem;
}
}







.recruitItem {
	width: 100%;
	margin-bottom: 15rem;
}
.recruitItem .animeOverlay {
	width: 80%;
	margin: 0 auto;
}
.recruitItem .animeOverlay img {
    width: 100%;
}
.recruitItem h2 {
	font-size: 30px; font-size: 3.0rem;
	line-height: 1.4;
	padding:1.5em 12% 1rem;
	margin-top: -1.5em;
	background: rgba(255,255,255,0.7);
}
.recruitItem h2 span {
	display: block;
	padding: 2.5rem 1.5em 0.5em 0 ;
	vertical-align: top;
	font-size: 0.58em;
	font-family: 'Oswald', sans-serif;
  font-weight: 500;
	letter-spacing: -0.02em;
	color: #B29A70;
}
.recruitItem span {
}
.recruitItem .name {
	padding:0 12% ;
	font-size: 22px; font-size: 2.2rem;
	font-family: 'Oswald', sans-serif;
  font-weight: 500;
	letter-spacing: -0.02em;
	background: rgba(255,255,255,0.7);
}
.recruitItem .name::before {
	content: "STAFF NAME";
	display: inline-block;
	padding:0.4em 1.5em 0 0 ;
	vertical-align: top;
	font-size: 0.75em;
	color: #afafaf;
}
.recruitItem .name + dl {
	padding:1em 12% ;
	font-size: 12px; font-size: 1.2rem;
}
.recruitItem .name + dl dt {
	float: left;
	width: 4em;
	margin-bottom: 0.5em;
	text-align: center;
	background: #d1d1d1;
}
.recruitItem .name + dl dd {
	padding: 0em 0 0em 5em;
	margin-bottom: 0.5em;
}

/*--- Responsive ---*/
@media screen and (max-width:960px) {

.recruitItem .animeOverlay {
	width: 100%;
}
.recruitItem .animeOverlay img {
	width: 140%;
	padding: 0 0%;
	margin: 0 -10%;
}
}




.recruit__interview {
	padding: 8rem 16%;
	background: rgba(255,255,255,0.7);
}
.recruit__interview img {
	float: right;
	width: 37%;
	margin: -4rem 0 4rem 12%;
}
.recruit__interview p {
	padding-bottom: 1.5em;
	/*overflow: hidden;*/
}
.recruit__interview p::first-letter {
	padding-left: 1em;
}
/*--- Responsive ---*/
@media screen and (max-width:640px) {
.recruit__interview {
	padding:5rem 10%;
}
.recruit__interview img {
	float:none;
	display: block;
	width: 50%;
	margin: -0 auto 4rem;
}
.recruit__interview p {
	padding-bottom: 1.5em;
	overflow: hidden;
}
}





.recruitInfo{
	padding: 0 10% 15rem;
}
.recruitInfo h2 {
	margin: 0 0 3em -1em;
}
.recruitInfo h2 span {
	padding-left: 1em;
	font-size: 2px; font-size: 2rem;
	font-size: 0.8em;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
	color: #0096AE;
}
.recruitInfo h2::before {
	content: "";
	width: 4em;
	max-width: 5vw;
	margin-right: 1em;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid #0096AE;
}




#recruitInfo table {
	max-width: 860px;
	margin: 2em auto;
}
#recruitInfo th,
#recruitInfo td {
	padding: 2em 1em;
}
#recruitInfo th {
	width: 9em;
	border-bottom: 2px solid #009D93;
}
#recruitInfo td {
	border-bottom: 1px solid #AAAAAA;
}
#recruitInfo table tr:first-child th {
	border-top: 2px solid #009D93;
}
#recruitInfo table tr:first-child td {
	border-top: 1px solid #AAAAAA;
}


.recruitInfo > p {
	padding: 2rem;
	text-align: center;
}
.recruitInfo > p img {
	max-width: 90%;
	margin-top: 1em;
	border: 6px solid #e2e2e2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/*--- Responsive ---*/
@media screen and (max-width:640px) {
#recruitInfo th,
#recruitInfo td {
	display: block;
}
#recruitInfo th {
	padding: 2em 1em 0.5em;
}
#recruitInfo td {
	padding: 0.5em 1em 2em;
	border-bottom: none;
}
#recruitInfo table tr:first-child th,
#recruitInfo table tr:first-child td  {
	border-top: none;
}
}





