@charset "UTF-8";
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*メインイメージ*/
.form_bg {
	background: url(../img/form_main_sp.jpg) center no-repeat;
	background-size: cover;
	height: 30vh;
	margin-top: 20%;
}

/*タイトル*/
.form_ttl_bg {
	text-align: center;
	background-color: #f7648c;
	padding: 2% 0;
}

.form_ttl_bg h2 {
	font-family: sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 4.6875vw;

}

/*フォーム*/
#form {
	margin: 0 5%;
}

.form_ttl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.form_ttl p {
	font-family: sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 4.0625vw;
}

.form_wrap th {
	position: relative;
	background-color: #f6f6f6;
	font-family: sans-serif;
	letter-spacing: 0.3em;
	color: #333;
	font-weight: normal;
}

/*
.form_wrap th:after {
	content: '必須';
    display: block;
    position: absolute;
    background-color: #df0100;
    color: #fff;
    border-radius: 3px;
}
*/

label[data-tag]::after {
    content: attr(data-tag);
    position: relative;
    top: -.1em;
    margin-left: .5em;
    padding: .3em .2em .3em .5em;
    border-radius: 2px;
    color: #fff;
    font-size: 0.8rem;
    background: #e52d27;
}

.form_wrap td {
	/*background-color: #f6f6f6;*/
} 

.form_wrap select {
	border: 1px solid #e3e4e6;
    background: #fff;
    font-family: sans-serif;
    color: #333;
    box-sizing: border-box;
}

.form_wrap input[type="text"],.form_wrap input[type="email"],.form_wrap input[type="tel"],.form_wrap input[type="number"],.form_wrap textarea {
	border: none;
}

.form_btn {
	background-color: #ff4e4e;
	border: none;
	display: block;
	margin: 3% auto 0;
	font-family: sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 4.375vw;
	width: 100%;
	padding: 3% 0;
	 -webkit-appearance: none;
}

.privacy {
	text-align: center;
	padding-top: 8%;
}

.privacy a {
	color: #ff3939;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.wanted_jobs {
	padding-top: 15%;
}

/*tel部*/
#tel_wrap {
	margin: 0 5%;
	text-align: center;
	background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../img/tel_bg_sp.jpg);
	background-position: 65% 0;
	background-repeat: no-repeat ;
	background-size: cover;
}

#tel_wrap a {
	font-family: sans-serif;
	display: block;
	font-size: 4.0625vw;
	font-weight: bold;
	line-height: 1.8em;
	color: #fff;
	padding: 3% 0 1.5%;
	letter-spacing: 0.1em;
	margin-top: 10%;
}

#tel_wrap dl dd {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 2%;
}

#tel_wrap .fa-mobile {
	font-size: 10vw;
}

#tel_wrap span {
	display: inline-block;
	padding-left: 3%;
}

.caution {
	text-align: center;
	font-family: sans-serif;
	color: #333;
	font-size: 3.4375vw;
	padding-top: 6%;
}

/*========================767以下========================*/
@media screen and (max-width: 767px) {
/*フォーム*/
.form_ttl {
	padding: 8% 0;
}

.form_wrap table{
	width: 100%;
}

.form_wrap  th {
	text-align: left;
	font-size: 4.0625vw;
	padding: 5% 0;
	padding-left: 4%;
}

.form_wrap  td {
	padding: 5% 0;
	text-align: center;
}

.form_wrap  th,td {
	display: block;
}

.form_wrap .select_wrap {
	position: relative;
}

.form_wrap .select_wrap::before {
	 content: "▼";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 2em;
    font-size: 0.8rem;
    line-height: 1;
}

.form_wrap select {
	height: 2.5em;
    font-size: 3.75vw;
    width: 90%;
    padding-left: 3%;
}

.form_wrap input[type="text"], .form_wrap input[type="email"], .form_wrap input[type="tel"], .form_wrap input[type="number"],.form_wrap textarea {
	border: solid 2px #f6f6f6;
	width: 90%;
	height: 2em;
	font-family: sans-serif;
	font-size: 3.75vw;
	-webkit-appearance: none;
}

.form_wrap select {
-webkit-appearance: none;
border-radius: 0;
}

.form_wrap textarea {
	    min-height: 10em;
}

.form_wrap {
	border-bottom: solid 2px #ccc;
	padding-bottom: 10%;
}

}


/*========================768以上========================*/
@media screen and (min-width: 768px) {
/*メインイメージ*/
.form_bg {
	background: url(../img/form_main_pc.jpg) center no-repeat;
	background-size: cover;
	height: 338px;
	margin-top: 93px;
}

/*タイトル*/
.form_ttl_bg {
	padding: 23px 0;
}

.form_ttl_bg h2 {
	font-size: 24px;
}

/*フォーム*/
#form {
	width: 1080px;
	margin: 0 auto;
}

.form_ttl {
	padding: 64px 0 51px;
}

.form_ttl p {
	font-size: 18px;
}

.form_wrap table {
	width: 1080px;
	margin: 0 auto;
}

.form_wrap tr {
		box-sizing: border-box;
}

.form_wrap tr:not(:last-child) {
	border: solid 2px #eaeaea;
}

.form_wrap tr:last-child {
	border-left: solid 2px #eaeaea;
	border-right: solid 2px #eaeaea;
}

.form_wrap th {
	width: 320px;
	text-align: left;
	font-size: 19px;
	padding: 36px 0 0 17px;
}

/*
.form_wrap th:after {
	top: 34px;
	right: 55px;
    font-size: 14px;
    padding: 5px 2px 5px 8px;
    margin-left: 4.5em;
}
*/

.form_wrap td {
	width: 760px;
	padding: 31px 0;
}

.form_wrap select {
    height: 2.5em;
    font-size: 16px;
    width: 288px;
}

.form_wrap input[type="text"],.form_wrap input[type="email"],.form_wrap input[type="tel"],.form_wrap input[type="number"],.form_wrap textarea {
	width:531px;
	height: 2.5em;
	font-family: sans-serif;
}

.form_wrap textarea {
min-height: 15em;
}

.form_wrap {
	background-color: #f6f6f6;
	width: 1080px;
	margin: 0 auto;
}

.form_btn {
	width: 500px;
	padding: 20px 0;
	font-size: 18px;
	margin-top: 16px;
}

.privacy {
	font-size: 14px;
	 padding: 29px 0 0;
}

.wanted_jobs {
	padding-top: 77px;
}

/*tel部*/
#tel_wrap {
	width: 1080px;
	margin: 0 auto;
	background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../img/tel_bg_pc.jpg);
	background-position: center;
}

#tel_wrap a {
	font-size: 28px;
	padding: 28px 0 21px;
}

#tel_wrap dl dd {
	padding-top: 10px;
}

#tel_wrap .fa-mobile {
	font-size: 63px;
}

#tel_wrap span {
	padding-left: 14px;
}

.caution {
	padding: 29px 0 53px;
	font-size: 16px;
}


}