@charset "utf-8";



/*-------------------------------
	bread brumbs
-------------------------------*/

.bread_crumbs {
    width: 100%;
    max-width: 1180px;
    padding: 0 10px;
    margin: 20px auto 120px;
}
.bread_crumbs ul {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bread_crumbs li,
.bread_crumbs li a {
	/*font-size:1.2rem;*/
	font-weight:500;
	line-height:1.25em;
	letter-spacing: 0.1em;
	color:#AAAAB5;
}

.bread_crumbs li a:hover {
	text-decoration: underline;
}

.bread_crumbs li:not(:last-of-type) {
	padding-right:1em;
	margin-right:0.5em;
	position:relative;
}

.bread_crumbs li:not(:last-of-type)::after {
	content:"/";
	display: block;
	font-size:1.2rem;
	width:0.5em;
	height:1.25em;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto 0;
	color:#AAAAB5;

}


/*-------------------------------
  	btn
-------------------------------*/

.career_form .btn {
	display:block;
	text-align:center;
	width:100%;
	height:60px;
	line-height:56px;
	/*border-radius: 10px;*/
	border:2px solid #1a1938;
	background:#1a1938;
	position:relative;
	transition:background .4s , color .4s;
	padding:0 3em;
	/*font-size:1.8rem;*/
	box-shadow: 0px 0px 4px 0px rgba(21,18,163,0.2);
}
.career_form .btn:hover {
	background:#fff;
}

.career_form .btn span {
	font-size:1.8rem;
	color:#fff;
	font-weight:bold;
	letter-spacing: 0.2em;
}


/*-------------------------------
	career form
-------------------------------*/


.error {
    color: #ff0000;
	margin-top: 0.5rem;
}
.form-txt{
	color: #ff0000;
	margin: -1em 0 1em;
    font-size: 16px;
}
#wrap .career_form{
    width: 1020px;
	margin:0px auto 60px;
}
#wrap .career_form h2{
	border-left: none;
    padding: 0;
    position: relative;
    color: #005CAC;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 24px;
    margin-bottom: 1.5em;
	font-weight: bold;
}
/* #wrap .career_form h2::before {
	content:"";
	display: block;
	width:54px;
	height:1px;
	background:#005CAC;
	position:absolute;
	left:-80px;
	top:20px;
} */
#wrap .career_form h2 {
    margin-bottom: 40px;
	background: 0;
	text-align: left;
	padding-left: 84px;
    position: relative;
    color: #005cac;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 2.4rem;
}
#wrap .career_form h2::before{
	content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #005cac;
    position: absolute;
    left: 0;
    top: 0.6em;
}


#wrap .career_form-txt{
    width: 968px;
	margin:auto;
}
#wrap .career_form-txt p{
	margin-bottom:1rem;
}

#wrap .career_form table{
    width: 100%;
    padding: 0 ;
    margin: 0 auto 60px;
}

#wrap .career_form table th {
    width: 30%;
	vertical-align: middle;
    background: #DFDFE3;
    color: #767688;
    font-weight: bold;
    letter-spacing: 0.1em;
    /*font-size: 1.5rem;*/
    padding: 20px 20px;
    border-top: 1px solid #C6C6CD;
    border-bottom: none;
}
#wrap .career_form table td{
	width: 70%;
	vertical-align: middle;
	padding: 20px 20px;
	/*font-size: 1.5rem;*/
    border-top: 1px solid #C6C6CD;
    border-bottom: none;
}

#wrap .career_form table tr:last-child td,
#wrap .career_form table tr:last-child th {
	    border-bottom: 1px solid #C6C6CD;
}
#wrap .career_form table th span {
    display: inline-block;
    margin-left: 3px;
    color: #fff;
    font-weight: bold;
	background:red;
    font-size: 14px;
    line-height: 1.2;
    padding: 3px;
}
#wrap .career_form table ul{
	margin:0;
}
#wrap .career_form table ul li{
	list-style: none;
	display: inline;
	margin-right: 2em;
}
#wrap .career_form table ul li input[type="radio"] {
    vertical-align: baseline;
	margin-right:0.5em;
}
#wrap .career_form table input[type="text"]{
	margin-bottom:0.5rem;
}
#wrap .career_form table .item_2col td span,
#wrap .career_form table .item_2col td input {
    /*display: table-cell;
    float: left;*/
    margin: 2px 10px 0 0;
}
#wrap .career_form table .item_2col td span {
    padding: 2px 0 0;
    width: 2.5em;
    line-break: strict;
}
#wrap .career_form table .item_2col td input[type="text"] {
    width: 30%;
    margin-right: 30px;
}

#wrap .career_form table td.address span+input {
    width: 15rem;
    margin-right: 0.5rem;
}
#wrap .career_form table td.address  select {
    width: 15rem;
    display:block;
}
#wrap .career_form table .day td select {
    width: 13%;
    margin-right: 10px;
}
#wrap .career_form table .day td span {
    margin-right: 20px;
    padding: 2px 0 0;
    width: 2em;
    line-break: strict;
}
#wrap .career_form table td.address .btn {
    display: inline-block;
    width: 10rem;
    height: 42px;
    line-height: 2rem;
    /*border-radius: 4px;*/
    padding: 0;
    /*font-size: 1.6rem;*/
    color: #fff;
    margin-bottom: 0.5rem;
    border: 2px solid #8f8f8f;
    background: #8f8f8f;
}
#wrap .career_form table td.address .btn:hover,
.form-btn input[type="submit"]:hover{
	color: #8f8f8f;
    background: #ff;
}

#wrap .career_form table .file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 8px 0 ;
    width: 150px;
    height: 46px;
    color: #fff;
    /*font-size: 14px;*/
    text-align: center;
    vertical-align: middle;
    background-color: #8f8f8f;
    border: 2px solid #8f8f8f;
    /*border-radius: 5px;*/
}
#wrap .career_form table .file:hover {
    background-color: #fff;
	color: #8f8f8f;
    transition: background .4s , color .4s;
}

#wrap .career_form table .file input[type="file"] {
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}


.form-btn input[type="submit"]{
    color: #fff;
	/*border-radius: 10px;*/
	border: 2px solid #1a1938;
	cursor: pointer;
	width: 40%;
    margin: auto;
	font-size:18px;
}
.form-btn input.btn[type="submit"]:hover {
	 color: #1a1938;
}





/* スマホ時の装飾を削除 */
input[type="text"],
input[type="email"],
input[type="number"],
button,
input[type="submit"],
textarea  {
	border-radius: 0;
	border:none;
	-webkit-appearance: none;
}

select,
input[type="text"],
input[type="email"],
input[type="number"] {
	background:#fff;
	width:100%;
	/*font-size:1.6rem;*/
	line-height:2em;
	/*height: 3.5625em;*/
    border: 1px solid #8F8F8F;
    border-radius: 2px;
    padding: 0.5em;
	
}
select{
	height: 3em;
	width:auto;
	margin:0.5em 0;
}

@-moz-document url-prefix() {
  /* Firefoxのみに適用 */
input[type="text"],
input[type="email"],
input[type="number"] {
	padding:0.65em 1em 0.65em;
}
}

/* textarea */

textarea {
	resize: vertical;
	background:#fff;
	width:100%;
	/*font-size:1.6rem;*/
	line-height:2em;
	/*height:274px;*/
    overflow: auto;
    padding: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #8F8F8F;
    border-radius: 2px;
}

/* submit */

.submit_wrap {
	margin:3em 0 0 0;
}
.submit_wrap button {
	width:255px;
	height:80px;
	line-height:78px;
	/*font-size:1.6rem;*/
	border:1px solid #000000;
	transition:all .4s;
	font-weight:700;
	letter-spacing: 0.1rem;
	color:#000;
	background:#fff;
	font-family: 'Shippori Mincho B1', serif;
}
.submit_wrap button:hover {
	background:#C22424;
	color:#fff;
}

@media screen and (max-width:1024px) {
	#wrap .career_form-txt,
	#wrap .career_form table{
		max-width: 968px;
		width: 100%;
	}
}


@media screen and (max-width:1024px) {
	#wrap .career_form {
	    width: 100%;
	}
}
/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px) {
	#wrap .career_form h2 {
		padding-left:24px;
		font-size:24px;
		margin-bottom: 20px;
	}
	
	#wrap .career_form h2::before {
		width:18px;
		height:2px;
		left:0;
	}
	#wrap .career_form h3 {
	    margin-bottom: 20px;
	}
	.bread_crumbs {
		display: none;
	}

	#wrap .career_form table th,
	#wrap .career_form table td{
		display: block;
		width:100%;
	}
	#wrap .career_form table td{
		border: none;
	}
	#wrap .career_form table th span {
	    font-size: 12px;
	}
	#wrap .career_form table .item_2col td input[type="text"] {
	     margin-right: auto; 
	}
	#wrap .career_form table .day td span {
	    margin-right: 10px;
	}

	#wrap .career_form table .day td select {
	    width: auto; 
	    margin-right: auto;
	}
	#wrap .career_form table td.address .btn {
		height: 38px;
		width: 30%
	}
	#wrap .career_form table td.address span+input {
	    width: 40%;
	}
	.form-btn input[type="submit"]{
		width: 100%;
	}
	
}

