@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	background: url(../img/index_img/bg_mainimage.jpg) no-repeat center bottom;
	height: 500px;
	background-size: auto 500px;
}
#mainimage h2 {
	padding-top: 120px;
	margin: 0 auto;
}
#mainimage h2 img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
#mainimage {
	height: 900px;
	background-size: cover;
}
#mainimage h2 {
	width: 990px;
}
}
/*------------------------------------------------------------content*/
/*--------------message*/
#message .box {
	padding: 40px 0 150px;
	background: url(../img/index_img/sec01_bg.png) no-repeat center bottom 40px;
	background-size: auto 100px;
}
#message p:nth-of-type(1) {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
#message p:nth-of-type(2) {
	margin-bottom: 10px;
	line-height: 200%;
}
#message p:nth-of-type(3) {
	line-height: 200%;
}
@media print, screen and (min-width:768px) {
#message .box {
	padding: 80px 0 240px;
	background: url(../img/index_img/sec01_bg.png) no-repeat center bottom 80px;
	background-size: auto;
}
#message p:nth-of-type(1) {
	font-size: 26px;
	margin-bottom: 25px;
}
#message p:nth-of-type(2) {
	margin-bottom: 15px;
}
}
/*--------------recruit*/
#recruit {
	background: url(../img/common_img/bg_blue.jpg);
}
#recruit .rec_area {
  margin-bottom: 20px;
	padding: 20px;
  background: url(../img/common_img/stripe_lightorange.jpg);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#recruit .rec_area:last-of-type {
  margin-bottom: 0;
}
#recruit .rec_area h4 {
  font-size: calc(40px * 0.7);
  font-weight: normal;
  color: #fff;
	padding: 10px;
  margin: 0 -20px 20px;
background: #f78c0f;
}

.recruit_tbl {
  border-collapse: collapse;
  background: #fff;
	width: 100%;
}

.recruit_tbl tr {
  border: 2px solid #f78c0f;
}

.recruit_tbl th {
  padding: 0.5em 1em;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px dotted #f78c0f;
}

.recruit_tbl td {
  padding: 0.5em 1em;
  display: block;
  width: 100%;
  text-align: left;
}

#recruit .rec_area .notes {
  text-align: left;
	margin-top: 15px;
}

@media print,
screen and (min-width:768px) {
#recruit .rec_area {
  margin-bottom: 40px;
	padding: 40px;
  background: url(../img/common_img/stripe_lightorange.jpg);
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#recruit .rec_area:last-of-type {
  margin-bottom: 0;
}
#recruit .rec_area h4 {
      font-size: 40px;
   margin: 0 -40px 40px;
   }

  .recruit_tbl th {
    padding: 20px;
    width: 20%;
    display: table-cell;
    border-bottom: 0;
    border-right: 1px dotted #f78c0f;
    box-sizing: border-box;
  }

  .recruit_tbl td {
    padding: 20px;
    width: auto;
    display: table-cell;
  }
#recruit .rec_area .notes {
	font-size: 18px;
}
}
/*-------------contact_form*/
#contact_form .box {
	background: url(../img/index_img/sec03_bg.jpg) no-repeat center;
}
#contact_form .box .container > p:last-of-type {
	font-size: 14px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	line-height: 180%;
}
table#contact {
	width: 100%;
	margin: 20px 0;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
table#contact tr th {
	display: block;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #e8e8e8;
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
}
table#contact tr td {
	display: block;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	background: #fff;
	vertical-align: middle;
}
table#contact tr td.td_child {
	border-bottom: 1px dotted #999;
}
table#contact p {
	margin-bottom: 5px;
}
table#contact tr td .attention {
	white-space: nowrap;
}

table#contact tr th span.form_title {
	display: block;
	overflow: hidden;
}

/*必須アイコン*/
table#contact tr th span.txt_required {
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #cc1414;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*任意アイコン*/
table#contact tr th span.txt_optional {
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	border-radius: 2px;
	color: #fff;
	background: #666;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*入力エリア装飾*/
input[type="text"], input[type="tel"], textarea {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#e8e8e8));
	background-image: -webkit-linear-gradient(left, #e8e8e8, #e8e8e8);
}
select {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;
	background: #e8e8e8;
}
select:focus {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;
}
/*入力エリアサイズ*/
.input_10 {
	width: 10%;
}
.input_20 {
	width: 20%;
}
.input_30 {
	width: 30%;
}
.input_50 {
	width: 50%;
}
.input_70 {
	width: 70%;
}
.input_100 {
	width: 100%;
}

.input_zip {
	width: 180px;
}
.input_tel {
	width: 200px;
}

/*入力モード*/
.ime_dis {
	ime-mode:disabled;
}
.ime_act {
	ime-mode:active;
}

/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
input:focus::-webkit-input-placeholder { 
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
textarea:focus::-webkit-input-placeholder { 
	color:transparent;
}
textarea:focus:-moz-placeholder {
	color:transparent;
}
textarea:focus::-moz-placeholder {
	color:transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
	margin-left: 15px;
}
td label.first input[type=radio] {
	margin-left: 0;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
	margin-left: 15px;
}
td label.first input[type=checkbox] {
	margin-left: 0;
}

/*送信・戻るボタン*/
ul.submit_btn {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
ul.submit_btn li {
	display: inline-block;
	cursor: pointer
}
ul.submit_btn li.inp_submit01 input {
	color: #fff;
	background: #f78c0f;
	border: none;
	border-radius: 2px;
	padding: 10px 60px 8px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 20px;
}
ul.submit_btn li.inp_submit02 input {
	color: #fff;
	background: #666;
	border: none;
	border-radius: 2px;
	padding: 10px 60px 8px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 20px;
}
ul.submit_btn li:hover {
	opacity: 0.7;
}

/*エラーメッセージ用*/
.errtop {
	position: relative;
	margin-top: 20px;
	padding:10px;
	text-align: center;
	font-weight: bold;
	color:#c33;
	background: #fcc;
}
.errtop::after {
	position: absolute;
	left:50%;
	bottom:-30px;
	width: 0;
	height: 0;
	margin-left:-15px;
	content: "";
	border:solid 15px transparent;
	border-top:solid 15px #fcc; 
}
.errmsg span {
	position: relative;
	display: inline-block;
	margin-top:10px;
	padding:5px 10px;
	font-weight: bold;
	color:#c33;
	background: #fcc;
}
.errmsg span::after {
	position: absolute;
	left:30px;
	top:-20px;
	width: 0;
	height: 0;
	content: "";
	border:solid 10px transparent;
	border-bottom:solid 10px #fcc; 
}

/*遷移後のランディング位置調整*/
#form_landing {
	margin-top: -80px;
	padding-top: 80px;
}
/*送信完了画面用*/
#thanks {
	margin:20px 0;
}
#thanks h5 {
	margin:-80px 0 15px;
	padding-top: 80px;
	font-size:16px;
	font-weight:bold;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
@media print, screen and (min-width:768px) {
table#contact {
	border-collapse: separate;
}
table#contact tr th {
	display: table-cell;
	border-right: 1px dotted #999;
	width: 28%;
}
table#contact tr td {
	display: table-cell;
}
table#contact tr td.td_child {
	border-right: 1px dotted #999;
	border-bottom: 1px solid #999;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
}

