@charset "UTF-8";

/* コンテンツ */
section {
}

/* ごあいさつ */
.greeting {
	margin-bottom: 50px;
}
.greeting .greeting_contents {
	width: 1000px;
	max-width: 100%;
	padding: 13px 0px 0px 14px;
	margin: auto;
	border: solid 2px #382a2a;
	border-right: none;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	position: relative;
}
.greeting .greeting_contents:before {
	content: "";
	display: block;
	width: 1000px;
	max-width: 100%;
	height: 100%;
	background: #fffbbc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	top: 8px;
	left: 9px;
	z-index: -1;
}
.greeting .greeting_contents .greeting_img {
	max-width: 40%;
	float: right;
	margin: 3px 0px 10px 15px;
}
.greeting .greeting_contents > div {
	position: relative;
	padding: 10px 0;
}
.greeting .greeting_contents > div:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	top: -15px;
}
.greeting .greeting_contents > div:after {
	content: "";
	display: block;
	width: 20px;
	height: 33px;
	background: url("../recruit/img/clip.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	left: 5px;
}
.greeting .greeting_contents > div p {
	font-size: 1.6rem;
}

/* 募集要項 */
.rec_data_vet {
  margin-bottom: 50px;
}
.rec_data table {
	margin: auto;
	margin-bottom: 15px;
	width: 100%;
}
.rec_data table th {
	vertical-align: top;
	padding-bottom: 10px;
}
.rec_data table th p {
	font-size: 1.4rem;
	color: #fff;
	font-weight: normal;
	background: #402020;
	text-align: center;
	width: 8em;
	padding: 0.3em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.rec_data table td {
	padding: 3px 0 10px 10px;
	font-size: 1.4rem;
}
.rec_data table td dd {
	padding-left: 1.5em;
}
.rec_data table td ul {
	margin-left: 1.5em;
}
.rec_data_vn {
  margin-bottom: 50px;
}

/* フォーム */
.form_area {
	max-width: 1000px;
	margin: 0 auto;
}
.form_area table {
	width: 100%;
}
.form_area table caption {
	text-align: left;
	padding-bottom: 1em;
}
.form_area .hissu_item {
	color: #e33052;
	padding-bottom: 1em;
}
.form_area th {
	color: #fff;
	background: #0d2b4a;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 5px 10px;
}
.form_area th * {
	color: #fff;
}
.form_area td {
	background: #eef5f8;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 5px 10px;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea {
	font-size: 1.4rem;
    padding: 0.2em 0.5em;
	margin: 3px 0;
    border: solid 1px #232f5d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	-webkit-appearance: none;
}
.form_area #report_1,.form_area #report_2 {
	margin-left: 1em;
}
.form_area .interaction_block {
	margin-left: 1.5em;
}
.form_area #interaction_name,.form_area #interaction_contact {
	width: 14em;
	margin-left: 0.5em;
}
.fullsize {
    width: 100%;
}
.button_area {
    width: 100%;
	text-align: center;
	margin-top: 20px;
	-webkit-appearance: none;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.button_area button,
.button_area input {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 500;
	background: #0d2b4a;
	padding: 0.5em 3em;
	border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	cursor: pointer;
	-webkit-appearance: none;
}
.button_area input {
	margin-right: 15px;
}
.button_ar .formError .formErrorContent {
    background: #e33052;
}


@media (min-width: 375px) {
}

@media (min-width: 415px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
/* ごあいさつ */
.greeting {
	margin-bottom: 80px;
}
.greeting .greeting_contents {
	padding: 13px 0px 0px 24px;
}
.greeting .greeting_contents .greeting_img {
	margin: 3px 0px 10px 15px;
}
.greeting .greeting_contents > div {
	padding: 25px 0 10px;
}
.greeting .greeting_contents > div:after {
	width: 30px;
	height: 49px;
	top: -40px;
	left: 5px;
}
.greeting .greeting_contents > div p {
	font-size: 1.8rem;
}

/* 募集要項 */
.rec_data_vet {
  margin-bottom: 80px;
}
.rec_data table {
	margin-bottom: 30px;
}
.rec_data table th {
	vertical-align: top;
	padding-bottom: 15px;
	width: 145px;
}
.rec_data table th p {
	font-size: 1.8rem;
	width: 8em;
}
.rec_data table td {
	padding: 5px 0 15px 20px;
	font-size: 1.8rem;
}
.rec_data_vn {
  margin-bottom: 80px;
}

/* フォーム */
.form_area th {
	display: table-cell;
	padding: 10px 15px;
	width: 16em;
	text-align: left;
	vertical-align: top;
}
.form_area td {
	display: table-cell;
	padding: 10px 15px;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea {
	font-size: 1.6rem;
	margin: 5px 0;
}
.form_area input#tel {
	width: 50%;
}
.button_area {
	margin-top: 40px;
}
.button_area button,
.button_area input {
	font-size: 1.8rem;
	padding: 0.5em 3em;
}
.button_area input {
	margin-right: 30px;
}

}

@media (min-width: 1200px) {
/* ごあいさつ */
.greeting {
	margin-bottom: 100px;
}
.greeting .greeting_contents {
	padding: 13px 0px 0px 34px;
}
.greeting .greeting_contents .greeting_img {
	margin: 3px 0px 10px 30px;
}
.greeting .greeting_contents > div {
	padding: 45px 0 10px;
}
.greeting .greeting_contents > div:after {
	width: 43px;
	height: 70px;
	top: -50px;
	left: 5px;
}
.greeting .greeting_contents > div p {
	font-size: 2rem;
}

/* 募集要項 */
.rec_data_vet {
  margin-bottom: 100px;
}
.rec_data table {
	margin-bottom: 40px;
}
.rec_data table th {
	vertical-align: top;
	padding-bottom: 25px;
	width: 205px;
}
.rec_data table th p {
	font-size: 2rem;
	width: 10em;
}
.rec_data table td {
	padding: 5px 0 25px 30px;
	font-size: 2rem;
}
.rec_data_vn {
  margin-bottom: 100px;
}

/* フォーム */
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea {
	font-size: 1.8rem;
}
.button_area {
	margin-top: 50px;
}
.button_area button,
.button_area input {
	font-size: 2rem;
	padding: 0.5em 3em;
}

}

@media (min-width: 1850px) {
}
