@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:800px) {
  .button {
    position: absolute;
    top: 30px;
    right: 4%;
    font-size: 60px;
    height: 64px;
  }
}
@media screen and (max-width:500px) {
  .button {
    position: absolute;
    top: 10px;
    right: 3%;
    font-size: 36px;
    height: 52px;
  }
}
#recruit {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 1000px;
  margin: 0 auto;
}
#recruit > #header {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width:500px) {
  #recruit > #header {
    width: 98%;
    margin: 3px auto 1px;
  }
}
#recruit > #header > #logo {
  position: relative;
  width: 40%;
  margin-right: 30%;
  padding: 5px 0 0 5px;
}
@media screen and (max-width:800px) {
  #recruit > #header > #logo {
    margin-right: 15%;
  }
}
#recruit > #header > #entry {
  position: relative;
  width: 30%;
}
@media screen and (min-width:801px) {
  #right_d {
    display: none;
  }
}
#recruit > #block1 {
  position: relative;
  width: 100%;
  margin-top: -150px;
  padding: 200px 10% 100px;
  background-image: url("block_1bg.jpg?t=2");
  background-position: top center;
  background-size: auto 100%;
}
#recruit > .block2 {
  position: relative;
  width: 100%;
  padding: 0;
}
#recruit > .block3 {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("image13.jpg?t=2");
  background-size: cover;
  background-position: top center;
}
#recruit > .block3:before {
  content: "";
  display: block;
  padding-top: 98%;
}
#recruit > .block3 > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#recruit > .block3 > .inner > a {
  position: relative;
  display: block;
  width: 50%;
  min-width: 300px;
  margin: 0 auto;
  top: 39%;
  padding: 25px 1%;
  background-color: #ff29a2;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
@media screen and (max-width:500px) {
  #recruit > .block3 > .inner > a {
    font-size: 1.8rem;
    padding: 12px 0;
  }
}
/*求人フォーム*/
h2 {
	text-align: center;
	color: #F69;
}
/*
#toi_end {
  position: relative;
  max-width: 800px;
  width: 96%;
  margin: 100px auto auto;
  text-align: center;
}
#toi_back {
  position: relative;
  margin: 10px auto;
  text-align: center;
}
#formWrap {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  z-index: 1001;
}
#formWrap > p {
  margin-top: 50px;
  font-size: 1.6rem;
  color: #F99;
}
*/
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #F69;
  padding: 15px 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #F6D8F3;
  text-align: left;
}
select {
  padding: 5px 30px 5px 10px;
  margin-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  font-size: 1.2rem;
  background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
  background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
  background-size: 20px, 100%;
}
input[type=text],input[type=email] {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  width: 98%;
  max-width: 600px;
  height: 30px;
  padding: 0 6px;
}
input[type=password] {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 600px;
  height: 30px;
  padding: 0 6px;
}
textarea {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  width: 95%;
  max-width: 600px;
  height: 200px;
  padding: 5px 2%;
}
table.formTable span {
  color: #F69;
}
input[type=submit] {
  padding: 5px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #999 1px solid;
  background: #04B5BC;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
}
input[type=reset], input[type=button] {
  padding: 5px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  color: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #999 1px solid;
  background: #FFF;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 5px 0px 0;
  padding: 3px 12px 6px 42px;
  border-radius: 8px;
  background-color: #FFF;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.switch { padding-left: 5px; }
.switch input {
	display: none;
}
.switch label {
	position: relative;
	top: 3px;
	font-size: 16px;
	cursor: pointer;
}
.switch label:before {
	padding: 8px 10px;
	content: '男性';
	border-radius: 6px 0 0 6px;
	background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
	/*box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;*/
	color: #999;
}
.switch label:after {
	padding: 8px 10px;
	content: '女性';
	border-radius: 0 6px 6px 0;
	background: #9C0;
	/*box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;*/
	color: #333;
}
.switch input + label:hover:before {
	opacity: 0.5;
}
.switch input:checked + label:before {
	background: #9C0;
	color: #333;
	opacity: 1;
}
.switch input:checked + label:after {
	background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
	color: #999;
}
.switch input:checked + label:hover:after {
	opacity: 0.5;
}
#mess {
	text-align: center;
	color: #F00;
	margin: 20px 0;
}
#submit_line9 {
	text-align: center;
	margin: 30px auto 200px;
	color: red;	
}
#caution {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin: 10px 0;
	padding: 10px 2%;
	color: #999;
}

