@charset "UTF-8";
/* CSS Document */
.entry_title,
.entry_company,
.entry_form {
	position: relative;
}
.entry_company, .entry_form{
	margin-top: 1rem;
}
.font_l{
	position: relative;
    text-align: center;
}
.top_entry{
    margin: 5rem 0;
}
.top_entry ul {
     height: auto; 
    text-align: center;
    margin: 5% 0;
}
.top_entry ul li{
    width: 45%;
    margin: 1rem;
    display: inline-flex;
}
.top_entry ul li dl dd{
    text-align: left;
}
.entry_btn_area{
    text-align: center;
}
.entry_btn_area a{
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    width: 200px;
    padding: 1rem 0;
    text-align: center;
    margin: 1rem;
    font-size: 24px;
}
.allbtn{
    background-color: #a0a0a0;
}
.newbtn{
    background-color: #ff0000;
}
.midbtn{
    background-color: #328abe;
}
.line_r,
.line_l{
	font-size: 24px;
    text-align: center;
    margin: 3rem 0 2rem;
    position: relative;
    font-weight: bold;
    text-align: center;
}
.line_r::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    top: 50%;
    right: 0;
    -moz-transform: translateX(60%);
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
    background-color: #000;
}
.line_l::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 200%;
    height: 3px;
    top: 50%;
    right: 0;
    -moz-transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    background-color: #000;
}
.line_l.line_w::before{
    width: 100%;
}
.entry_title table,
.entry_company table{
	border-collapse: collapse;
    border-spacing: 0;
	margin: 4% auto;
	width: 90%;
}
.entry_company{
    position: relative;
}
.entry_title tr {
	border-bottom: 1px solid #7d7d7d;
}
tr:last-child {
	border-bottom: none;
}
.entry_title tr th{
    background-color: #eeeeee;
}
.entry_title tr th,
.entry_company tr th{
	font-weight: 600;
	padding: 2% 3%;
	width: 22%;
    text-align: left;
}
.entry_title tr td,
.entry_company tr td{
	padding: 2% 5%;
	line-height: 1.5;
    text-align: left;
}
.entry_company_bg{
    background-color: rgba(238, 238, 238, 0.6);
    height: 70%;
    width: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.entry_form_wrapper {
    background: rgba(255, 255, 255, 0.75);
    margin: 4% auto;
	padding: 20px;
}
.entry_table {
    width: 100%;
	border-bottom: 1px solid #555;
}
.entry_table th,
.entry_table td{
	border-bottom: 1px solid #7d7d7d;
    line-height: 2;
    padding: 27px 10px;
    text-align: left;
    vertical-align: middle;
}
.entry_table th{
	width:30%;
	padding: 0 5%;
    font-weight: 600;
    background-color: #eeeeee;
}
.entry_table td{
	width:70%;
	padding-left: 40px;
}
.entry_table td a{
    color: #000;
}
.entry_table input,
.entry_table textarea{
	border: 1px solid #cccccc;
    padding: 10px;
    width: 98%;
    resize: none;
}
.entry_table input[type="radio"]{
    width:30px;
	width:initial;
	margin: 0 5px;
}

.entry_table .select {
	padding-bottom: 0;
    padding-top: 25px;
}
.select_wrapper {
    display: inline-block;
}
.entry_table .select select {
	position: relative;
	width: 100px;
	height: 30px;
	display: inline-block;
	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
  	border-radius: 2px;
  	border: 0;
  	margin: 0;
  	padding: 0;
  	background: none transparent;
  	vertical-align: middle;
  	font-size: 1.0rem;
  	color: inherit;
  	box-sizing: content-box;
  	border: 1px solid #cccccc;
  	margin-left: 20px;
  	cursor: pointer;
}
.entry_table .select select:first-child {
	  margin-left: 0;
}
.red {
    background-color: #ff0000;
    color: #ffffff;
    font-size: medium;
    font-weight: normal;
    padding: 0 5px;
    margin-right: 4px;
    float: right;
}
.submitbtn {
    display: inline-block;
    padding: 14px 100px;
    color: #fff;
    background-color: #057fc7;;
    position: relative;
    font-size: 16px;
    border: none;
	margin: 1em;
}
.submitbtn::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 18px;
}
.btnarea{
    margin: 5rem 0 3rem;
    width: 100%;
}
#textfield3{
    height: 500px;
    margin-left: 33px;
    width: 93%;
}
.entry_table tr:nth-child(8) td{
    padding: 0 10px 20px;
}
@media screen and (max-width:1024px) {
    /*-----job list----*/
    .top_entry {
        margin: 7% 0!important;
    }
    .entry_btn_area a {
        font-size: 18px;
        width: 150px;
        padding: 0.5rem 0;
    }
    .top_entry ul {
        margin: 10px 0;
    }
    .txtspace {
        padding: 0 3%;
    }
    .entry_title table{
        margin: 3% auto;
        width: 100%;
    }
    .entry_company_bg {
        height: 68%;
        width: 95%;
    }
    .entry_table th, .entry_table td {
        padding: 15px 10px;
    }
    .entry_form_wrapper {
        margin: 2% auto;
    }
    .entry_table input, .entry_table textarea {
        width: 96%;
    }
    #textfield3 {
        height: 400px;
        margin-left: 0px;
        width: 96%;
    }
    .entry_table tr:nth-child(8) td {
        padding: 15px 10px 5px;
    }
    .btnarea {
        margin: 3rem auto 3rem;
    }
}
@media screen and (max-width: 900px){
	.entry_title table,
	.entry_company table,
	.entry_form table,
	.red{
		font-size: 14px;
	}
	.entry_btn_area a {
    	font-size: 16px;
		width: 140px;
	}
}
@media screen and (max-width: 768px){
	.entry_title table,
	.entry_company table,
	.entry_form table,.red{
		font-size: 12px;
	}
	.entry_btn_area a {
    	font-size: 14px;
		width: 120px;
	}
	.btnarea {
		margin: 2rem auto 1rem;
	}
	.submitbtn {
		padding: 14px 80px;
		font-size: 14px;
	}
}
@media screen and (max-width: 500px){
	.entry_title .ttl_02,
	.entry_company .ttl_02,
	.entry_form .ttl_02 {
		padding: 0!important;
	}
	.entry_btn_area a {
    	font-size: 12px;
		width: 100px;
	}
	.entry_form_wrapper{
		padding: 10px;
	}
	.entry_table th, .entry_table td {
		padding: 12px 6px;
	}
	.entry_table th {
		width: 40%;
	}
	.line_l::before {
		right: 6%;
		height: 2px;
	}
	.line_r::before {
		height: 2px;
	}
	.entry_title table,
	.entry_company table,
	.entry_form table{
		font-size: 11px;
	}
	.top_entry ul li {
		width: 80%;
	}
	.btnarea {
		margin: 1rem auto 1rem;
	}
	.submitbtn {
		padding: 12px 55px;
		font-size: 12px;
	}
}
@media all and (-ms-high-contrast: none) {
	.bnrwrap:hover .square::after,
	.bnrwrap:hover .square::before {
	animation: width100 .3s ease normal .1s forwards;
	}
	.bnrwrap:hover .square_inner::after,
	.bnrwrap:hover .square_inner::before {
  animation: height100 .3s ease normal .1s forwards;
	}
}
@supports (-ms-ime-align: auto) {
	.trim_ent:hover .square2::after,
	.trim_ent:hover .square2::before {
	  animation: width100 .3s ease normal .1s forwards;
	}
	.trim_ent:hover .square2_inner::after,
	.trim_ent:hover .square2_inner::before {
	  animation: height100 .3s ease normal .1s forwards;
	}
}