#recruit {
	padding-bottom: 0;
}

.recruit_title_box {
	width: 100%;
    text-align: center;
    padding: 150px 0 0;
    background: #ebebeb;
}

#recruit .recruit_title_box h2 {
	color: #3b3938;
	font-family: Superclarendon-Regular;
	font-weight: 100;
}

.recruit_title_nami img {
	display: block;
    width: 102%;
    background: #ebebeb;
    margin-left: -1%;
}

.recruit_message {
	width: 1000px;
	margin: 0 auto 100px;
}

.recruit_message h4 {
	font-size: 20px;
}

.recruit_message_title h3, 
.recruit_message_title h4 {
	font-weight: 100;
	margin-bottom: 30px;
	color: #3b3938;
}

.recruit_message_title h3 {
	text-align: center;
	font-family: Superclarendon;
	font-weight: 400;
}
.recruit_message_title h3 span {
    font-size: 18px;
}

.recruit_message_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.recruit_message_content h4 {
	font-weight: 100;
	line-height: 200%;
	margin-bottom: 30px;
	color: #3b3938;
}

.recruit_message_content p {
	margin-bottom: 10px;
	color: #3b3938;
}

.recruit_message_content img {
	height: 225px;
	width: 300px;
}

/*jobDsc*/
.recruit_jobDsc {
	width: 1000px;
	margin: 0 auto 100px;
}

.recruit_jobDsc h4 {
	font-size: 20px;
}

.recruit_jobDsc_title h3, 
.recruit_jobDsc_title h4 {
	font-weight: 100;
	margin-bottom: 30px;
	color: #3b3938;
}

.recruit_jobDsc_title h3 {
	text-align: center;
	font-family: Superclarendon;
	font-weight: 400;
}
.recruit_jobDsc_title h3 span {
    font-size: 18px;
}

.recruit_jobDsc_content h4 {
	font-weight: 100;
	line-height: 200%;
	margin-bottom: 30px;
	color: #3b3938;
}

.job-flex {
	display: flex;
    justify-content: space-evenly;
}

.recruit_jobDsc_content p {
	margin-bottom: 10px;
	color: #3b3938;
	font-size: 18px;
}



/*entry*/
.recruit_entry {
	margin-bottom: 50px;
}

.recruit_entry_title {
	width: 1000px;
	margin: 0 auto 30px;
}

.recruit_entry_title h3 {
	text-align: center;
	font-family: Superclarendon;
	font-weight: 400;
}
.recruit_entry_title h3 span {
	font-size: 18px;
}

.entry_items {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.name-cont1{
width: 50%;
margin-right: 5px;
}
.name-cont2{
width: 50%;
	margin-left: 5px;
}
.name-box{
display: flex;
}

.entry_item {
	margin-bottom: 50px;
}

.entry_item p:first-child {
	font-size: 20px;
	margin-bottom: 10px;
}

.entry_item select, 
.entry_item input[type="text"], 
.entry_item input[type="email"], 
.entry_item input[type="tel"],
.entry_item textarea[name="pr"] {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    background: #fff;
	border: 1px solid #3b3938;
    box-sizing: border-box;
}
.entry_item textarea[name="pr"] {
	font-size: 14px;
}

.entry_item .wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	gap: 40px;
}

.entry_item span.wpcf7-list-item {
	margin: 0 0 0 30px;
}

.entry_item .wpcf7-radio input[type="radio"], 
.entry_item .wpcf7-acceptance input[type="checkbox"] {
	display: none;
}

.entry_item .wpcf7-radio .wpcf7-list-item-label {
	font-size: 18px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.entry_item .wpcf7-radio .wpcf7-list-item-label::before {
	content: "";
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 6px;
	left: -30px;
	border: 1px solid #707070;
	border-radius: 50px;
	box-sizing: border-box;
}

.entry_item .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 13px;
	left: -23px;
	background: #707070;
	border: 1px solid #707070;
	border-radius: 50px;
	box-sizing: border-box;
}

.entry_item.birthday p:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.entry_item select {
	height: auto;
	width: 300px;
    -webkit-appearance: button;
    appearance: button;
}

.option_box {
	display: none;
}

.sb_placeholder, .year_placeholder, 
.month_placeholder, .day_placeholder {
	height: 50px;
    width: 300px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #3b3938;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.sb_active .option_box, .year_active .option_box, 
.month_active .option_box, .day_active .option_box {
    height: 500px;
    width: 300px;
    background: #3b3938;
    border-radius: 5px;
    box-sizing: border-box;
	position: absolute;
    z-index: 1;
    overflow: scroll;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.selected_menu {
	width: 100%;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	padding: 12px 0;
	border-bottom: 1px solid #fff;
	text-align: center;
	box-sizing: border-box;
}

.entry_item .wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 24px;
	position: relative;
}

.entry_item .wpcf7-acceptance .wpcf7-list-item-label a {
	text-decoration: underline;
}

.entry_item .wpcf7-acceptance .wpcf7-list-item-label a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.entry_item .wpcf7-acceptance .wpcf7-list-item-label::before {
	content: "";
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 0px;
	left: -30px;
	border: 1px solid #707070;
	box-sizing: border-box;
}

.entry_item .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 7px;
	left: -23px;
	background: #707070;
	border: 1px solid #707070;
	box-sizing: border-box;
}

.entry_item:last-child {
	margin-bottom: 0;
	text-align: center;
}

.entry_items input[type="submit"] {
	height: 60px;
	width: 270px;
	font-size: 16px;
    color: #fff;
    background: #3b3938;
    border: 2px solid #3b3938;
    border-radius: 50px;
    appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
}

.entry_items input[type="submit"]:focus {
	outline: none;
}

div.wpcf7 form .ajax-loader {
	display: none;
}

form div.wpcf7-validation-errors, form div.wpcf7-acceptance-missing,
form div.wpcf7-response-output {
	border-style: none;
	text-align: center;
}

form div.wpcf7-response-output {
	margin: 20px 0 0;
	padding: 0;
}

.entry_items .wpcf7c-conf {
	border: none;
	background-color: #fff;
}

.entry_items .wpcf7c-conf:focus {
	outline: none;
}

/*footer*/
.recruit_body .footer_nami {
	background: #fff;
}

.recruit_body footer {
	background: #3b3938;
}

.recruit_body footer a,
.recruit_body footer p {
	color: #fff;
}

.recruit_body footer .item_part_box p,
.recruit_body footer .item_part_box a {
	color: #9fa0a0;
}



/*ipad*/
@media screen and (max-width: 1024px) {
	.recruit_title_nami img {
		width: 150%;
		margin-left: -25%;
	}

	.recruit_message {
		width: 700px;
	}

	.recruit_message_content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.recruit_message_content img {
		margin: 0 auto;
	}

	.recruit_jobDsc {
		width: 750px;
	}
	.recruit_entry_title {
		width: 700px;
	}

	.entry_items {
		width: 700px;
	}

	.recruit_entry_title, .entry_items {
		width: 700px;
	}

	.entry_item.birthday p:last-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.select_year, .select_month, .select_day {
		margin: 10px 0;
	}

	.entry_item select {
		width: 200px;
	}
}



/*iphone*/
@media screen and (max-width: 767px) {
	.recruit_title_box {
		padding: 100px 0 0;
	}

	.recruit_message {
		width: 300px;
	}

	.recruit_message_title h4 {
		margin-bottom: 15px;
	}

	.recruit_message_content h4 {
		font-size: 16px;
	    margin-bottom: 20px;
	}

	.recruit_message_content p {
		font-size: 12px;
	}

	.recruit_message_content img {
	    height: 150px;
	    width: 200px;
	    margin: 20px auto 0;
	}

	.recruit_jobDsc {
		width: 300px;
	}

	.recruit_jobDsc_title h4 {
		margin-bottom: 15px;
	}

	.recruit_jobDsc_content h4 {
		font-size: 16px;
	    margin-bottom: 20px;
	}

	.job-flex{
		flex-direction: column;
    	gap: 20px;
	}

	.recruit_jobDsc_content p {
		font-size: 14px;
	}

	.recruit_entry_title, .entry_items {
		width: 300px;
	}

	.entry_item p:first-child {
		font-size: 16px;
	}

	.entry_item:first-child p:first-child {
		font-size: 20px;
	}

	.entry_item select, .entry_item input[type="text"], .entry_item input[type="email"], .entry_item input[type="tel"] {
		font-size: 16px;
	}

	.entry_item textarea[name="pr"] {
		font-size: 13px;
	}
	.entry_item .wpcf7-radio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
        gap: 10px;
	}

	.entry_item .wpcf7-radio .wpcf7-list-item-label::before {
		height: 16px;
	    width: 16px;
	    top: 6px;
	    left: -30px;
	}

	.entry_item .wpcf7-radio .wpcf7-list-item-label {
		font-size: 18px;
	    line-height: 28px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.entry_item .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
		height: 8px;
	    width: 8px;
	    top: 10px;
	    left: -26px;
	}

	.birthday select {
		width: 90px;
	}

	.sb_placeholder, .year_placeholder, .month_placeholder, .day_placeholder {
		height: auto;
		font-size: 16px;
	}

	.entry_item .wpcf7-acceptance .wpcf7-list-item-label {
		font-size: 14px;
	}

	.entry_item .wpcf7-acceptance .wpcf7-list-item-label::before {
		height: 14px;
	    width: 14px;
	}

	.entry_item .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
		height: 7px;
	    width: 7px;
	    top: 4px;
	    left: -26px;
	}

	.entry_items input[type="submit"] {
		width: 200px;
	}
	.name-cont1{
width: 100%;
margin-right: 0;
}
.name-cont2{
width: 100%;
margin-left: 0;
}
.name-box{
display: block;
}
}







